@charset "utf-8";
/* CSS Document */

/*
  twitter ticker [imported]
  fonts
  reset
  supersized
  general
  layout
  curtains
  shadows
  borders
  countdown
  menu
  contact form
  newsletter form
  social icons
  top panel
  dividers
  cloud stains
  quotes
  site loader
*/

/* twitter ticker */
@import url('../twitter/jquery.tweet.css');


/* fonts */
@font-face {
    font-family: 'BigNoodleTitlingOblique';
    src: url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot');
    src: url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.woff') format('woff'),
    url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.ttf') format('truetype'),
    url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.svg#BigNoodleTitlingOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-regular/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-regular/bebasneue-webfont.eot?#iefix') 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#BebasNeueRegular') 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;
}


/* 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(../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(../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;
}


/* general */
body {
    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-align: center;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

.introduction {
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

.intro {
    margin: 150px auto;
    padding: 0;
}

.author {
    position: relative;
    font-family: 'BigNoodleTitlingOblique';
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: rotateX(-15deg) skewY(-15deg);
    -moz-transform: rotateX(-15deg) skewY(-15deg);
    -ms-transform: rotateX(-15deg) skewY(-15deg);
    -o-transform: rotateX(-15deg) skewY(-15deg);
    transform: rotateX(-15deg) skewY(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.26794919243112214, M22=1, sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.26794919243112214, M22=1, sizingMethod='auto expand');
}

.author-one {
    display: inline;
    font-size: 30px;
}

.feature {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: rotateX(-15deg) skewY(-15deg);
    -moz-transform: rotateX(-15deg) skewY(-15deg);
    -ms-transform: rotateX(-15deg) skewY(-15deg);
    -o-transform: rotateX(-15deg) skewY(-15deg);
    transform: rotateX(-15deg) skewY(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.26794919243112214, M22=1, sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.26794919243112214, M22=1, sizingMethod='auto expand');
}

.feature-first {
    color: #fff;
    font-size: 140px;
}

.feature-line {
    position: relative;
    font-family: 'BigNoodleTitlingOblique';
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 2px #fff;
    margin: 0 20px 0 20px;
    padding: 0;
    top: -24px;
    display: inline;
    line-height: 1;
}

.about-intro, .contact-intro {
    position: relative;
    width: auto;
    margin: 50px 0 50px 0;
    padding: 0;
}

.about-line, .contact-line {
    position: relative;
    font-family: 'BigNoodleTitlingOblique';
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 2px #fff;
    margin: 0 20px 0 20px;
    padding: 0;
    top: -24px;
    display: inline;
    line-height: 1;
}

.about-first, .contact-first {
    color: #000;
    font-size: 140px;
}

h1, h2 {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'BigNoodleTitlingOblique';
    font-size: 180px;
    font-weight: 400;
    color: #7ae51c;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    text-shadow: 6px 7px gray;
}

h2 {
    font-family: 'BigNoodleTitlingOblique';
    font-size: 140px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
}

a {
    color: #ccac00;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

p {
    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;
    padding: 0 0 15px 0;
}

p a {
    color: #ccac00;
    font-weight: bold;
    text-decoration: none;
}

p a:hover {
    color: #000;
    text-decoration: none;
    transition: color 0.5s;
}

::-moz-selection {
    background: #555;
    color: #fff; /* Firefox */
}

::selection {
    background: #555;
    color: #fff; /* Safari */
}


/* layout */
.page {
    height: 100%;
    margin: 0;
    padding: 0;
}

.upper-page {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
}

.upper-content {
    margin: 0 auto;
    padding: 0;
}

.lower-page {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(225, 225, 225, 0.9);
}

.lower-content {
    margin: 0 auto;
    padding: 75px 0 0 0;
    color: #000;
}

.lower-content p {
    margin: 0 auto;
    padding: 0 20px 10px 20px;
    color: #000;
}

.lower-content-last {
    margin: 0 auto;
    padding: 75px 0 110px 0;
    color: #000;
}

.lower-content-last p {
    margin: 0 auto;
    padding: 0 20px 10px 20px;
    color: #000;
}

.center {
    margin: 0 auto;
}


/* curtains */
#curtains {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url(../images/curtains.png) repeat top left;
    display: none;
    z-index: 0;
}


/* shadows */
#l-top {
    position: fixed;
    left: 20px;
    top: 45px;
    width: 286px;
    height: 456px;
    background: url(../images/top-left.png) no-repeat;
    z-index: -1;
}

#l-bottom {
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: 286px;
    height: 456px;
    background: url(../images/bottom-left.png) no-repeat;
    display: none;
    z-index: -1;
}

#r-top {
    position: fixed;
    right: 20px;
    top: 45px;
    width: 286px;
    height: 456px;
    background: url(../images/top-right.png) no-repeat;
    z-index: -1;
}

#r-bottom {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 286px;
    height: 456px;
    background: url(../images/bottom-right.png) no-repeat;
    display: none;
    z-index: -1;
}

#top-shadow {
    position: fixed;
    width: 100%;
    height: 30px;
    overflow: hidden;
    left: 0;
    top: 45px;
    background: url(../images/top-shadow.png) repeat-x;
    z-index: -1;
}

#left-shadow {
    position: fixed;
    width: 30px;
    height: 100%;
    overflow: hidden;
    left: 20px;
    top: 0;
    background: url(../images/left-shadow.png) repeat-y;
    z-index: -1;
}

#right-shadow {
    position: fixed;
    width: 30px;
    height: 100%;
    overflow: hidden;
    right: 20px;
    top: 0;
    background: url(../images/right-shadow.png) repeat-y;
    z-index: -1;
}

#bottom-shadow {
    position: fixed;
    width: 100%;
    height: 30px;
    overflow: hidden;
    left: 0;
    bottom: 80px;
    background: url(../images/bottom-shadow.png) repeat-x;
    z-index: -1;
}


/* borders */
#border-top {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 45px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}

#border-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
}

#border-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
}

#border-bottom {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 999;
}

/* countdown */
#countdown-wrapper {
    position: fixed;
    display: block;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 1px;
    overflow: hidden;
    z-index: 999;
}

#countdown-wrap {
    position: relative;
    width: auto;
    float: left;
    margin: 10px auto;
    padding: 0;
}

#countdown {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 1000;
}

ul#countdown li {
    display: inline-block;
    background: none;
    width: 80px;
    text-align: center;
}

ul#countdown li span {
    font-family: 'BigNoodleTitlingOblique';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    height: 40px;
    line-height: 40px;
    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: 'BigNoodleTitlingOblique';
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 0;
}

ul#countdown li p.timeRefSeconds {
    color: #777;
}


/* menu */
.menu-mobile a.menu-trigger {
    background: url(../images/menu-mobile-trigger.png);
    background-position: 0 0;
    width: 50px;
    height: 25px;
    margin: 0;
    padding: 0;
    -webkit-transition: background-position 0.3s ease;
    -moz-transition: background-position 0.3s ease;
    -o-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
    text-indent: -10000px;
}

.menu-mobile a.menu-trigger:hover {
    cursor: pointer;
    background-position: 50px 0;
}

.menu-mobile {
    font-family: 'BebasNeueRegular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    width: 50px;
    top: 0;
    left: 20px;
    padding: 0;
    position: fixed;
    z-index: 1000;
}

.menu-mobile a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

.menu-mobile a:hover {
    color: #000;
}

.menu-mobile ul, li {
    margin: 0;
    padding: 0;
}

.menu-mobile #lifting-first {
}

.menu-mobile #lifting-middle {
}

.menu-mobile #lifting-last {
    padding: 0 0 10px 0;
}

.menu-mobile li a, .menu-mobile li {
    float: left;
    text-transform: uppercase;

}

.menu-mobile li {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    background: none;
}

.menu-mobile li a {
    padding: 0 5px 0 5px;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-mobile li a:hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.menu-mobile li ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100px;
}

.menu-mobile li:hover ul {
    display: block;
}

.menu-mobile li ul a {
    white-space: nowrap;
    color: #000;
    background: none;
    width: 90px;
}

.menu-mobile li ul a:hover {
    color: #000;
    background: none;
}


/* contact form */
#form-wrapper {
    width: 545px;
    margin: 0 auto;
    padding: 0;
}

#form {
    margin: 0 auto;
    padding: 20px 0 0 0;
    background: none;
    float: none;
    width: 545px;
    text-align: left;
}

#form div {
    float: left;
    width: 250px;
    position: relative;
    margin: 0;
    padding: 0;
}

#form div label {
    width: 225px;
    display: block;
    font-size: 10px;
    line-height: 11px;
    margin: 0 0 4px 0;
}

#form input {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 225px;
    margin: 0 0 10px 0;
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    border: 1px solid #000;
}

#form .subject {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 235px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    background-color: #fff;
    border: 1px solid #000;
}

#form textarea {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 280px;
    height: 138px;
    margin: 0 0 10px 0;
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    border: 1px solid #000;
}

#form input:focus, #form textarea:focus {
    color: #000;
    background-color: #fff;
}

#form .submit {
    font-family: 'BebasNeueRegular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 26px;
    float: right;
    margin-top: 5px;
    margin-right: -41px;
    padding: 0 10px;
    color: #fff;
    background: #000;
    cursor: pointer;
}

#form .submit:hover, #form .submit:focus {
    background-color: #000;
    color: #fff;
}

#form .success {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background: none;
    float: none;
    width: 545px;
}

#form .error {
    color: #ccac00;
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    top: 0;
    right: 15px;
}


/* newsletter form */
#subscribe-wrapper {
    width: 240px;
    height: 80px;
    margin: 20px auto;
}

#newsletter {
    width: auto;
    height: 50px;
    top: 6px;
    right: 20px;
    padding: 0;
    z-index: 999;
}

.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: 140px;
    height: 28px;
    padding: 0 5px 0 5px;
    border: 1px solid #fff;
    font-size: 12px;
    float: left;
    margin: 2px 2px 5px 2px;
}

#subscribe input {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: #0f0f0f;
    -webkit-box-shadow: 0px 0px 2px #0f0f0f;
    -moz-box-shadow: 0px 0px 2px #0f0f0f;
    box-shadow: 0px 0px 2px #0f0f0f;
}

#subscribe input:focus, #subscribe textarea:focus {
    color: #fff;
    background: #1c1c1c;
}

#subscribe input#submit {
    font-family: 'BebasNeueRegular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 26px;
    float: right;
    margin: 2px 2px 14px 2px;
    padding: 0 10px;
    color: #fff;
    background: #ccac00;
    cursor: pointer;
}

#subscribe .subscribesuccess {
    font-family: 'BebasNeueRegular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
}

#subscribe .subscribeerror {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: block;
}


/* social icons */
.social-icons-wrapper {
    position: fixed;
    width: auto;
    right: 15px;
    bottom: 26px;
    padding: 0;
    color: #000;
    z-index: 999;
}

.social-icons-wrapper ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.social-icons-wrapper ul li {
    display: inline;
    padding: 0 0 5px 0;
}

ul.social-icons {
    margin: 0;
    padding: 0;
}

ul.social-icons a img {
    width: 16px;
    height: 16px;
    padding: 5px 5px 0 5px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

ul.social-icons a img:hover {
    padding: 5px 5px 0 5px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* top panel */
#top-panel-container {
    position: fixed;
    width: 100%;
    top: 45px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}

.panel-shadow {
    width: 100%;
    height: 30px;
    overflow: hidden;
    /*
    background: url(../images/top-panel-shadow.png) repeat-x bottom;
    */
    top: 0;
    left: 0;
}

.panel-button {
    position: absolute;
    width: 135px;
    height: 35px;
    top: -35px;
    right: 8px;
    background: none;
    display: visible;
    cursor: pointer;
    z-index: 1000;
}

.panel-button img {
    position: absolute;
    top: 9px;
    left: 15px;
    border: none;
}

.panel-button a {
    position: relative;
    font-family: 'BigNoodleTitlingOblique';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    top: 9px;
    left: 30px;
}

.panel-button a:hover {
    color: #000;
}

#close-button {
    display: none;
}

#top-panel {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
}

#panel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}

#panel-contents {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 0;
}


/* dividers */
.divider-top {
    background: #fff;
    width: 50%;
    height: 1px;
    margin: 0 auto 30px auto;
}

.divider-bottom {
    background: #fff;
    width: 50%;
    height: 1px;
    margin: 20px auto 30px auto;
}


/* cloud stains */
.scene {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.layer-1 ul li {
    position: absolute;
    width: 490px;
    height: 390px;
    top: 50px;
    left: 250px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.layer-2 ul li {
    position: absolute;
    width: 490px;
    height: 390px;
    top: 0;
    right: 250px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.layer-3 ul li {
    position: absolute;
    width: 490px;
    height: 390px;
    top: 0;
    left: 0;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.layer-4 ul li {
    position: absolute;
    width: 490px;
    height: 390px;
    top: 50px;
    right: 0;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* quotes */
.quotes-wrapper {
    position: relative;
    top: -60px;
}

.quotes {
    margin: 0 auto;
    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;
    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: 'BigNoodleTitlingOblique';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    padding: 30px 0 30px 0;
}

.cbp-qtrotator blockquote footer {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    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 {
}


/* 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;
}