/**
PRELOADER
 */
/* This only works with JavaScript, if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/preloader.gif) center no-repeat #fff;
}

.tw-footer-form input[type="email"] {
    color: white;
}
.tw-footer-info-box .footer-social-link a i.fa-youtube {
    background-color: #ff0000;
}

/**
SLIDER
 */
.slider-content.text {
    display: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+100&1+0,1+100,0.5+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(229,229,229,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(229,229,229,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(229,229,229,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#80e5e5e5',GradientType=1 ); /* IE6-9 */

    padding: 20px 20px 20px 50px;
}
.slider-content.text  p {
    color: white;
    font-size: 22px;
    line-height: 32px;
}
.slider-content.button  a {
    margin: 50px;
}

@media (max-width: 767px) {
    .slider-content.text {
        padding: 10px;
    }
    .slider-content.text  p {
        font-size: 16px;
        line-height: 20px;
    }
    .slider-content.button  a {
        margin: 10px;
    }
}

/**
END OF SLIDER
 */


#map-canvas {
    height: 600px;
}

.top-social-links span.flag-icon {
    /*margin-top: 8px;*/
    width: 24px;
    height: 18px;
}
.top-social-links {
    height: 32px;
}
.top-social-links a i {
    font-size: 18px;
}

.contact-info-box-content span.fa {
    float: left;
    margin-top: 10px;
}
