/* ==================================================================
CSS Reset
================================================================== */
@font-face {
    font-family: "Mono Social Icons Font";
    src: url(fonts/MonoSocialIconsFont-1.10.eot);
    src: url(fonts/MonoSocialIconsFont-1.10.eot?#iefix) format("embedded-opentype"), url(fonts/MonoSocialIconsFont-1.10.woff) format("woff"), url(fonts/MonoSocialIconsFont-1.10.ttf) format("truetype"), url(fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont) format("svg");
    src: url(fonts/MonoSocialIconsFont-1.10.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
    }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, hf5, 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
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }
body {
    line-height: 1
    }
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
    }
.symbol, a.symbol:before {
    font-family: "Mono Social Icons Font";
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased
    }
a.symbol:before {
    content: attr(title)
    }
/* ==================================================================
BOOTSTRAP FIX FOR WINPHONE 8 AND IE10
================================================================== */
@-webkit-viewport {
    width: device-width;
    }
@-moz-viewport {
    width: device-width;
    }
@-ms-viewport {
    width: device-width;
    }
@-o-viewport {
    width: device-width;
    }
@viewport {
    width: device-width;
    }
/* ==================================================================
GENERAL DOCUMENT STYLES
================================================================== */
body {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
    }
textarea, input, input:hover, input:focus, input:active, input[type="text"], input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:active, input[type="email"], input[type="email"]:focus, input[type="email"]:hover, input[type="email"]:active, button, button[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0 !important
    }
input:-moz-placeholder, textarea:-moz-placeholder {
    color: white;
    opacity: 0.7
    }
input::-moz-placeholder, textarea::-moz-placeholder {
    color: white;
    opacity: 0.7
    }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: white;
    opacity: 0.7
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white;
    opacity: 0.7
    }
a, a:hover {
    text-decoration: none
    }
.back-color {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    opacity: 0.6;
    z-index: 0
    }
.close img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
    }
.close:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
    }
input, textarea {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    width: 400px;
    padding: 5px;
    margin-bottom: 20px
    }
.input-name {
    margin-bottom: 10px
    }
form {
    margin-top: 20px
    }
.poster-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    backface-visibility: hidden;
    background-position: center center
    }
/*
#controlBar_bgndVideo{
	display: none !important;
}
*/
/* ==================================================================
PRELOADER
================================================================== */
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
    }
#loading-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
    }
/* ==================================================================
TYPOGRAPHY
================================================================== */
h1 {
    font-size: 40px;
    direction: rtl;
    color: #38C5FA;
    line-height: 60px
    }
h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 15px 0 20px 0;
    font-weight: 300
    }
h4 {
    font-size: 30px
    }
h4 span {
    font-size: 15px
    }
/* ==================================================================
HOME
================================================================== */
#supersized img {
    max-width: none !important
    }
#home {
    background: none;
    padding: 0;
    margin: 0
    }
.twitter-list {
    margin-bottom: 40px
    }
ul.list-tweets {
    padding: 12px 0 0 50px;
    background: url(../img/twitter-back.png) left no-repeat;
    height: 90px;
    overflow: hidden;
    line-height: 20px;
    font-weight: 300
    }
ul.list-tweets li a {
    font-weight: 600
    }
.timer {
    line-height: 40px;
    font-size: 18px
    }
.timer ul li {
    float: left;
    margin-right: 30px
    }
.timer p {
    margin-top: -10px
    }
/* ==================================================================
FOOTER
================================================================== */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
    }
footer .container {
    margin-right: auto;
    margin-left: auto
    }
.footer-content {
    padding: 5px 0 5px 10px
    }
.footer-xs {
    border-left: 0;
    margin-top: 50px !important
    }
.footer-content a {
    font-size: 30px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0.5
    }
.footer-content a:hover {
    opacity: 1
    }
.footer-hide {
    display: none !important
    }
/* ==================================================================
ABOUT
================================================================== */
#about-content {
    display: none
    }
.about-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    column-count: 2
    }
.about-text em {
    font-size: 18px;
    font-style: italic;
    line-height: 27px
    }
/* ==================================================================
NEWSLETTER
================================================================== */
#newsletter-content {
    display: none
    }
.btn-submit {
    font-size: 18px;
    background: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 6px;
    margin-left: -5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
    }
.valid, .success-message {
    color: #12c28a;
    font-weight: 300;
    font-size: 18px
    }
.success-message {
    margin-top: 25px
    }
.error, .error-message {
    margin-top: 0;
    color: #f32626;
    font-weight: 300;
    font-size: 18px
    }
/* ==================================================================
CONTACT US
================================================================== */
#contact-content {
    display: none
    }
.address p {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 300;
    line-height: 25px
    }
.button {
    background: none;
    padding: 10px 50px;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
    }
.success-message-2 {
    margin-top: 25px;
    color: #12c28a;
    font-weight: 300;
    font-size: 18px
    }
.error-message-2 {
    margin-top: 10px;
    color: #f32626;
    font-weight: 300;
    font-size: 18px
    }
#map {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0
    }
/* ==================================================================
ANIMATIONS
================================================================== */
#home-1, .timer, #home .intro h2, .menu, .menu li a, .footer-content, .footer-content h4, .footer-content a span, .close, .about-title h1, .about-text, .newsletter-title h1, #newsletter-content .intro h2, #newsletter-content form, .contact-title h1, .address div, #contact-content form, #map {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
    }
.fadeOut-1 {
    opacity: 0;
    -webkit-transform: translatex(-15%);
    -moz-transform: translatex(-15%);
    -o-transform: translatex(-15%);
    -ms-transform: translatex(-15%);
    transform: translatex(-15%)
    }
.fadeIn-1 {
    opacity: 1;
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -o-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%)
    }
.fadeOut-2 {
    opacity: 0;
    -webkit-transform: translatex(+15%);
    -moz-transform: translatex(+15%);
    -o-transform: translatex(+15%);
    -ms-transform: translatex(+15%);
    transform: translatex(+15%)
    }
.fadeIn-2 {
    opacity: 1;
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -o-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%)
    }
.fadeOut-3 {
    opacity: 0;
    -webkit-transform: scaley(0);
    -moz-transform: scaley(0);
    -o-transform: scaley(0);
    -ms-transform: scaley(0);
    transform: scaley(0)
    }
.fadeIn-3 {
    opacity: 1;
    -webkit-transform: scaley(1);
    -moz-transform: scaley(1);
    -o-transform: scaley(1);
    -ms-transform: scaley(1);
    transform: scaley(1)
    }
.fadeOut-4 {
    opacity: 0;
    -webkit-transform: translatex(-15%);
    -moz-transform: translatex(-15%);
    -o-transform: translatex(-15%);
    -ms-transform: translatex(-15%);
    transform: translatex(-15%)
    }
.fadeIn-4 {
    opacity: 0.4;
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -o-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%)
    }
/* ==================================================================
MEDIA QUERIES
================================================================== */
/* Phone & Small Tablets */
@media screen and (max-width: 768px) {
    .menu li a:hover .menu-back {
        -webkit-transform: translatex(-99%);
        -moz-transform: translatex(-99%);
        -o-transform: translatex(-99%);
        -ms-transform: translatex(-99%);
        transform: translatex(-99%)
        }
    .close {
        float: right;
        margin-right: 20px
        }
    ul.list-tweets li {
        margin-top: 25px
        }
    .footer-content {
        margin-left: 50%
        }
    }
/* Phones */
@media screen and (max-width: 480px) {
    .twitter-list {
        margin-bottom: 20px
        }
    ul.list-tweets li {
        margin-top: 15px;
        line-height: 17px
        }
    .footer-content {
        margin-left: 10px
        }
    h1 {
        font-size: 55px;
        line-height: 40px
        }
    h2 {
        font-size: 20px;
        margin: 7px 0 10px 0
        }
    h4 {
        font-size: 25px
        }
    h4 span {
        font-size: 13px
        }
    .timer {
        line-height: 35px;
        font-size: 15px
        }
    .menu {
        font-size: 15px;
        font-weight: 200
        }
    .menu li {
        margin-bottom: 5px
        }
    .address p {
        font-size: 17px;
        margin-top: 7px;
        line-height: 20px
        }
    input, textarea {
        font-size: 15px;
        margin-bottom: 10px
        }
    .btn-submit {
        font-size: 15px;
        line-height: 13px
        }
    .button {
        font-size: 15px
        }
    .close img {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
        }
    .close:hover img {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85)
        }
    .about-text {
        font-size: 13px;
        line-height: 20px;
        margin-top: 7px
        }
    .about-text em {
        font-size: 15px;
        line-height: 22px
        }
    .valid, .error, .success-message, .error-message, .success-message-2, .error-message-2 {
        font-size: 15px
        }
    }
@media screen and (max-width: 340px) {
    .menu li a:hover .menu-back {
        -webkit-transform: translatex(-98%);
        -moz-transform: translatex(-98%);
        -o-transform: translatex(-98%);
        -ms-transform: translatex(-98%);
        transform: translatex(-98%)
        }
    ul.list-tweets li {
        margin-top: 9px;
        font-size: 13px
        }
    h1 {
        font-size: 45px;
        line-height: 30px
        }
    input, textarea {
        width: 275px
        }
    .error-message {
        margin-top: 10px
        }
    }