.bg_wrapper {
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
}

.bg_wrapper img {
    min-width: 100%;
    min-height: 100%;
}

.pattern_wrapper {
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: 98;
    background: rgba(0,0,0,0.35);
}

.pattern_wrapper.pattern_tilt {
    background-image: url("../img/pat_45_5_light.png");
}

.pattern_wrapper.pattern_tilt_disperse {
    background-image: url("../img/pat_45_8_light.png");
}

.pattern_wrapper.pattern_backtilt {
    background-image: url("../img/pat_135_5_light.png");
}

.pattern_wrapper.pattern_backtilt_disperse {
    background-image: url("../img/pat_135_8_light.png");
}

.pattern_wrapper.pattern_hor {
    background-image: url("../img/pat_hor_3_light.png");
}

.pattern_wrapper.pattern_hor_disperse {
    background-image: url("../img/pat_hor_5_light.png");
}

.main_wrapper {
    color: #EEE;
}

.container {
    position:relative;
    z-index: 99;
}

.row.for-logo {
    margin-top: 80px;
}

.row.top-margin {
    margin-top: 25px;
}
.row.bottom-margin {
    margin-bottom: 125px;
}

.logo {
    color: #FFF;
    text-decoration: none !important;
}

.logo img {
    max-width: 100%;
    float: left;
    margin-right: 10px;
}

.countdown .cntSeparator {
    font-size: 44px;
    margin: 18px 4px;

}
.countdown .desc { margin: 7px 3px; }
.countdown .desc div {
    float: left;
    text-align: right;
    width: 60px;
    margin-left: 25px;
    margin-right: 22px;
    font-size: 13px;
    font-weight: bold;

}
.countdown_middle .cntSeparator {
    font-size: 38px;
    margin: 13px 4px;

}
.countdown_middle .desc { margin: 5px 3px; }
.countdown_middle .desc div {
    float: left;
    text-align: right;
    width: 55px;
    margin-left: 15px;
    margin-right: 19px;
    font-size: 12px;
    font-weight: bold;
}
.countdown_small .cntSeparator {
    font-size: 32px;
    margin: 7px 4px;

}
.countdown_small .desc { margin: 3px 3px; }
.countdown_small .desc div {
    float: left;
    text-align: right;
    width: 45px;
    margin-left: 9px;
    margin-right: 18px;
    font-size: 10px;
    font-weight: bold;
}

.countdown, .countdown_small {
    display: none;
}

.meter {
    height: 15px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(85,85,85,0.5);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -moz-border-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #EEEEEE;

    position: relative;
}

.meter span strong:after{
    border-color: #333333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
}

.meter span strong{
    background-color: #333333;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    font-size: 11px !important;
    line-height: 12px !important;
    padding: 4px 7px !important;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 979;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.subscribe {
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    border-width: 0;
    height: 52px;
    width: 100%;
    margin: 1px 0 10px;
    position: relative;
}

.subscribe-email {
    background: none repeat scroll 0 0 white !important;
    border-style: none !important;
    border-width: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow:  none !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 18px !important;
    padding: 0 !important;
    margin: 16px 15px !important;
    width: 80% !important;
}

.subscribe-button{
    background:url(../img/mail.png) no-repeat 0 0 transparent;
    display: block;
    outline: medium none;
    text-indent: -9000px;
    height: 21px;
    width: 32px;
    float:left;
    border:none;
    position: absolute;
    right:10px;
    top: 16px;
}

.footer {
    margin-top: 10px;

}

.top-subfooter {
    padding: 10px 20px 0 20px;
    position: relative;
    background-color: rgba(55,55,55, 0.8);
    z-index: 99;
}

.top-subfooter h4 {
    margin-bottom: 20px;
}

.flickr-feed {
    margin: 0 0 20px 0;
    display: block;
}

.flickr-feed li {
    list-style: none outside none;
    float: left;
    width: 25%;
}

.flickr-feed a {
    margin: 0 5px 5px 0;
    display: block;
}

.flickr-feed img {
    border: none;
    height: auto;
    width: 100%;

}

.twitter-feed ul {
    margin: 0 0 20px 0;
}

.twitter-feed li {
    background: url("../img/socials/twitter-24.png") no-repeat scroll left top transparent;
    padding-left: 35px;
    margin-bottom: 15px;
    list-style: none outside none;
}

.contact-form {
    display: none;
}

.about-us-and_contact.about_only #contacts_show {
    display: none;
}

.about-us-and_contact.contact_only #contacts_hide , .about-us-and_contact.contact_only .about-us {
    display: none;
}

.about-us-and_contact.contact_only .contact-form {
    display: block;
}

.flat-input {
    background-color: #EEE !important;
    width: 90% !important;
    font-size: 14px !important;
    line-height: 16px !important;
    border: 1px solid #AAA !important;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset !important;
    display: inline-block !important;
    padding: 8px 5px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #000 !important;

}

.flat-textarea {
    background-color: #EEE !important;
    width: 90% !important;
    height: 80px !important;
    font-size: 14px !important;
    line-height: 19px !important;
    border: 1px solid #AAA !important;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset !important;
    display: inline-block !important;
    padding: 8px 5px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #000 !important

}

.flat-button {
    background-color: #EEE;
    width: 120px !important;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #AAA !important;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    padding: 8px 25px;
    text-align: center;
    margin-right: 6px;

}

.flat-button.small {
    font-size: 11px;
    line-height: 14px;
    width: 70px !important;
    padding: 6px 15px;
    margin-top: 6px;
}


.bottom-subfooter {
    margin: 10px;
}

.social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #DDD;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (min-width:1200px){
    .countdown_middle, .countdown_small {
        display: none;
    }
    .countdown {
        display: block;
    }

    .subscribe {
        height: 62px;
    }

    .subscribe-email {
        margin: 22px 15px !important;
    }

    .subscribe-button {
        top: 22px;
    }
}

@media (max-width:979px){
    .countdown, .countdown_middle {
        display: none;
    }
    .countdown_small {
        display: block;
    }

    .subscribe {
        height: 40px;
    }

    .subscribe-email {
        margin: 10px 15px !important;
    }

    .subscribe-button {
        top: 10px;
    }
}

@media (max-width: 768px) {
    [class*="span"].pull-right {
        float: none;
    }

    .footer {
        margin-left: -20px;
        margin-right: -20px;

    }

    .countdown_small, .countdown_middle {
        display: none;
    }
    .countdown {
        display: block;
    }
}

@media (max-width: 560px) {
    .countdown, .countdown_middle {
        display: none;
    }
    .countdown_small {
        display: block;
    }
}