﻿@charset "utf-8";

/* twitter ticker [imported] */
@import url('/Content/twitter/jquery.tweet.css');
/* fonts [imported] */
@import url(/Content/css.css);


/* fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-regular/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-regular/bebasneue-webfont-1.eot') format('embedded-opentype'), url('fonts/bebasneue-regular/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-regular/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-regular/bebasneue-webfont.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}


/* panel */
html {
    overflow-y: auto;
    overflow-x: hidden;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel {
    width: 100%;
    display: none;
    padding: 0;
    background: #000;
    /*
        opacity: 0.7;
   -moz-opacity: 0.7;
-webkit-opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
*/
}

header p {
    padding: 20px;
}

#close-panel-bt, #close-panel-bt-2 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent url(/Content/images/closer.png) no-repeat center center;
    text-indent: -10000px;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #close-panel-bt:hover, #close-panel-bt-2:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }


/* layout */
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

a {
    color: #ff0000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    a:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

p {
    padding: 0 0 20px 0;
}

    p strong {
        color: #ff0000;
        font-weight: bold;
    }

    p a {
        color: #ff0000;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        p a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

::-moz-selection {
    background: #555;
    color: #fff; /* Firefox */
}

::selection {
    background: #555;
    color: #fff; /* Safari */
}


.center {
    margin: 0 auto;
}

.intro-wrapper {
    position: relative;
    padding: 0 0 20px 0;
    z-index: 999;
}

.intro {
    margin: 150px auto 0 auto;
}

.intro-wrapper-2 {
    position: relative;
    padding: 0 0 20px 0;
    z-index: 999;
}

.intro-2 {
    margin: 150px auto 0 auto;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 170px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin: 0 auto;
    padding: 20px 0 60px 0;
    line-height: 1;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    line-height: 1;
}

    h2 span {
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        font-weight: 300;
        font-style: normal;
        text-transform: uppercase;
        color: #ff0000;
        line-height: 1;
    }

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 300px;
    border-bottom: 1px solid #fff;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin: 0 auto 20px auto;
    padding: 5px 0 0 0;
    line-height: 1.5;
}

h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin: 0 auto;
    padding: 0 0 15px 0;
    line-height: 1;
}

h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 80px auto 0 auto;
    padding: 0;
    line-height: 1;
}

    h6 span {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        text-transform: uppercase;
        color: #ff0000;
        margin: 10px auto 50px auto;
        padding: 0;
        line-height: 1;
    }

.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

#home-page {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#home-page-2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
}


/* borders */
.border-top {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.border-bottom {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 10px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.border-left {
    position: fixed;
    background: #fff;
    width: 10px;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.border-right {
    position: fixed;
    background: #fff;
    width: 10px;
    height: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 1000;
}


/* curtains */
#curtains {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(/Content/images/curtains.png) repeat top left;
    z-index: 2;
}


/* top shade */
#top-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Content/images/background/1.jpg);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
    z-index: 2;
}


/* shadows */
#top-shadow {
    position: fixed;
    width: 100%;
    height: 30px;
    overflow: hidden;
    left: 0;
    top: 10px;
    background: url(/Content/images/top-shadow.png) repeat-x;
    z-index: 2;
}

#left-shadow {
    position: fixed;
    width: 30px;
    height: 100%;
    overflow: hidden;
    left: 10px;
    top: 0;
    background: url(/Content/images/left-shadow.png) repeat-y;
    z-index: 2;
}

#right-shadow {
    position: fixed;
    width: 30px;
    height: 100%;
    overflow: hidden;
    right: 10px;
    top: 0;
    background: url(/Content/images/right-shadow.png) repeat-y;
    z-index: 2;
}

#bottom-shadow {
    position: fixed;
    width: 100%;
    height: 30px;
    overflow: hidden;
    left: 0;
    bottom: 10px;
    background: url(/Content/images/bottom-shadow.png) repeat-x;
    z-index: 2;
}


/* social icons */
.social-icons-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 200px 0 0 0;
}

    .social-icons-wrapper ul {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }

        .social-icons-wrapper ul li {
            display: inline;
            margin: 0 auto;
            padding: 0;
        }

ul.social-icons {
    font-size: 17px;
    margin: 0 auto;
    padding: 0;
}

    ul.social-icons a {
        padding: 0 5px 0 0;
        color: #fff;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        ul.social-icons a:hover {
            padding: 0 5px 0 0;
            color: #fff;
            opacity: 0.3;
            -moz-opacity: 0.3;
            -webkit-opacity: 0.3;
            filter: alpha(opacity=30);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }


/* newsletter form */
#subscribe-wrapper {
    position: relative;
    margin: 0 auto;
    background: url(/Content/images/laurel-leaves.png) no-repeat center;
    width: 225px;
    height: 55px;
    z-index: 1000;
}

#newsletter {
    width: auto;
    height: 50px;
    padding: 2px 0 0 0;
}

.newsletter {
    position: relative;
    clear: both;
    width: auto;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#subscribe .mail {
    display: none;
    visibility: hidden;
}

#subscribe input#subscribeemail {
    width: 225px;
    height: 28px;
    padding: 0 5px 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    margin: 0;
}

#subscribe input {
    text-align: center;
    color: #fff;
    background: none;
}

    #subscribe input:focus, #subscribe textarea:focus {
        color: #fff;
        background: none;
    }

    #subscribe input#submit {
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        width: 225px;
        height: 30px;
        line-height: 1;
        margin: 10px auto;
        padding: 0;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        background: #ff0000;
        border: 1px solid #ff0000;
        cursor: pointer;
    }

.subscribesuccess {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #ff0000;
    text-shadow: 1px 1px 2px #000;
    margin: 0 auto;
    padding: 20px 0 0 0;
    line-height: 1;
}

#subscribe .subscribeerror {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
}


/* countdown */
#countdown-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: none;
}

#countdown {
    margin: 0;
    padding: 0;
}

ul#countdown li {
    display: inline-block;
    width: 100px;
}

    ul#countdown li span {
        font-family: 'BebasNeueRegular';
        font-size: 55px;
        line-height: 55px;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        height: 55px;
        margin: 0;
        padding: 0;
        position: relative;
    }

        ul#countdown li span.seconds {
            font-family: 'BebasNeueRegular';
            font-size: 55px;
            line-height: 55px;
            font-style: normal;
            font-weight: normal;
            text-transform: uppercase;
            color: #ff0000;
            text-shadow: 1px 1px 2px #000;
            height: 55px;
            margin: 0;
            padding: 0;
            position: relative;
        }

        ul#countdown li span::before {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
        }

    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes,
    ul#countdown li p.timeRefSeconds {
        font-family: 'BebasNeueRegular';
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        text-transform: uppercase;
        font-size: 25px;
        font-style: normal;
        margin: 0;
        padding: 0 0 5px 0;
    }


/* site loader */
.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(../images/site-loader.gif) no-repeat center center;
    z-index: 10000;
}


/* quotes */
#quotes-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.quotes {
    margin: 0;
    padding: 0;
}

.cbp-qtrotator {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    min-height: 200px;
    overflow: hidden;
}

    .cbp-qtrotator .cbp-qtcontent {
        position: absolute;
        /*
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
*/
        margin: 0;
        padding: 0;
        /* top: 0; */
        top: -30px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        width: 100%;
        min-height: 200px;
        z-index: 0;
    }

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 100;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    /* background: #000; */
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

    .cbp-qtrotator blockquote p {
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        padding: 30px 0 30px 0;
    }

    .cbp-qtrotator blockquote footer {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.5;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
    }

        .cbp-qtrotator blockquote footer:before {
            content: '― ';
        }

.cbp-qtrotator .cbp-qtcontent img {
}


/* effect 2 || 3D rolling links  */
.intro-bottom {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.intro-line {
    width: 76px;
    height: 1px;
    background: #fff;
    margin: 5px 0;
    padding: 0;
    display: inline-block;
}

.panel-links {
    display: inline-block;
    margin: 0 auto;
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    text-transform: uppercase;
}

    nav a:hover,
    nav a:focus {
        outline: none;
    }

.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

    .cl-effect-2 a span {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        background: #ff0000;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.csstransforms3d .cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
    color: #000;
    text-shadow: 1px 1px 2px #ccc;
    background: #fff;
}


/* supersized */
img {
    border: none;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(/Content/images/supersized-progress.gif) no-repeat center center;
    z-index: -1;
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: -999;
}

    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }

    #supersized.speed img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
    }
    /* Speed */
    #supersized.quality img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
    }
    /* Quality */
    #supersized li {
        display: block;
        list-style: none;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        z-index: -30;
    }

    #supersized a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #supersized li.prevslide {
        z-index: -20;
    }

    #supersized li.activeslide {
        z-index: -10;
    }

    #supersized li.image-loading {
        background: url(/Content/images/supersized-progress.gif) no-repeat center center;
        width: 100%;
        height: 100%;
    }

        #supersized li.image-loading img {
            visibility: hidden;
        }

    #supersized li.prevslide img, #supersized li.activeslide img {
        display: inline;
    }


/* overlay */
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: 1;
}
