@charset "UTF-8";

/* RESETS
   ================================================== */

*{margin:0}html,body{margin:0;padding:0;color:#000;background:#FFF;font-size:100%;text-align:left;*font-size:small;*font:x-small;}div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%}select,input,button,textarea,button{font:99% helvetica,arial,clean,sans-serif}table{font-size:inherit;font:100%;}a{outline:none}ul,li{list-style-type:none;margin:0;padding:0;}


/* UNIVERSAL STYLES
   ================================================== */

html { background: #84030e; height:100% }

body {
    color: #5e070e;
    -webkit-font-smoothing: antialiased;
    background: url('../images/bg.jpg') no-repeat 20px top #84030e;
    background-attachment: fixed;
    font-family: 'Copse', Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
}

.clearfloat {
    clear: both;
    height: 0!important;
    font-size: 0px;
    line-height: 0px;
    margin: 0!important;
    padding: 0!important;
    border: 0 none!important;
}

body.splash { background: url('../images/bg.jpg') no-repeat center top #84030e; height:100% }

/* a {-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out; } */

#wrapper { width: 100% }

#footer {
    z-index: 9997;
    width: 100%;
    height: 38px;
    background: #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    /* h, v, dist, spread : ;
    -moz-box-shadow: 0 -10px 20px #000;
    -webkit-box-shadow: 0 -10px 20px #000;
    box-shadow: 0 -10px 20px #000;*/
    opacity: 0.30;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

#footer a,
#footer a img {
    display: block;
    float: left;
}

.footerlinks {
    color: #fff;
    opacity: 0.70;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 9998;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: .8em;
    text-align: center;
    padding-bottom: 1em;
    color: #999;
}

.footerlinks a {
    display: block;
    float: left;
    padding: 0 6px 0 0!important;
    margin: 0 0 0 6px!important;
    color: #ccc;
    text-decoration: none;
    border-right: 1px solid #310309;
    text-shadow: 0 0 3px #000;
    font-size: 14px;
    opacity: 0.70;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.footerlinks a.last {
    padding-right: 0;
    border-right: 0 none;
}

.footerlinks a:hover {
    text-shadow: 0 3px 5px #111;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.copyright {
    float: left;
    margin-left: 20px;
    color: #fff;
    opacity: 0.40;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.social-btn {
    margin-left: 10px;
    margin-top: -2px;
    float: left;
    opacity: 0.70;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.social-btn:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* ===[ Font Smoothing ]=== */

@media only screen and (max-device-width:480px) { 
	body { -webkit-text-stroke: 0 black }
}

/* ===[ Scrollbar ]=== */

::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    left: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment { background-color: none }

::-webkit-scrollbar-track-piece {
    background-color: #5e0a0f;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #a70f18;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
}

.tooltip {
    display: none;
    background: url('../images/black_arrow_bottom.png');
    font-size: 13px;
    height: 30px;
    width: 160px;
    padding: 25px;
    padding-top: 36px;
    color: #000;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    z-index: 999;
}

/* override the arrow image of the tooltip  */

.tooltip.bottom { background: url('../images/black_arrow_bottom.png') }

.tooltip.bottom { background: url('../images/black_arrow_bottom.png') }

#top-container { position: relative }

#social {
    position: absolute;
    right: 110px;
    width: 200px;
    top: 5px;
}

ul#social li {
    float: left;
    padding: 5px 0 0 5px!important;
}

ul#social li { opacity: .75 }

ul#social li:hover { opacity: 1 }

#contact {
    position: absolute;
    top:0;
    right: 0;
    z-index: 999;
}

.form-btn {
    border: 0 none !important;
    padding: 0;
    display: block;
    width: 110px;
    height: 40px;
    cursor: pointer;
    background: #6c040c;
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 999;
    color: #a27377;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 48px;
    -moz-box-shadow: 0 0 5px #cf1823;
    -webkit-box-shadow: 0 0 5px #cf1823;
    box-shadow: 0 0 5px #cf1823;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.hide-btn {
    font-size: 14px;
    line-height: 44px;
}

.form-btn:hover { color: #fff }

#panel {
    width: 350px;
    position: relative;
    height: 0;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    overflow: hidden;
    padding: 8px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #3c040c;
    z-index: 99999;
    opacity: .9;
}
