@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway);

.top-margin{margin-top:22px}

body {
    font-family: arial, sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000; /*     &:before {         display: block;         content: "";         width: 100%;         position: absolute;         background-color: fade(@black, 50%);     }     */
}
/*------------------
     Menu Hover
------------------*/
.dropdown-menu {
    margin: 0;
    border-radius: 0 0 4px 4px;
}

    .dropdown-menu .sub-menu {
        border-radius: 0 4px 4px;
    }

.navbar {
    border-radius: 0;
}

    .navbar .nav li {
        position: relative;
    }

    .navbar .nav > li.dropdown:hover ul.dropdown-menu {
        display: block;
    }

    .navbar .nav > li.dropdown ul.dropdown-menu ul.sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        display: none;
        margin-top: 2px;
        border-width: 1px;
    }

    .navbar .nav > li.dropdown ul.dropdown-menu li:hover > ul.sub-menu {
        display: block;
    }
/*------------------
       Footer
------------------*/
footer {
    margin-top: 4px;
    background-color: #25954d;
    padding: 0.5em 0;
    border: none;
    color: #ffffff;
}
/*------------------
       Globals
------------------*/
.col-text-left {
    text-align: left;
}

.col-text-center {
    text-align: center;
}

.col-text-right {
    text-align: right;
}

.transition {
    transition: 0.3s all linear;
}

.fa-bars {
    font-size: 1.5em;
}

a {
    transition: 0.3s all linear;
    color: #25954d;
}

    a:hover {
        color: rgba(37, 149, 77, 0.8);
        text-decoration: none;
    }

.inverse a {
    color: #ffffff;
}

    .inverse a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.btn {
    border-radius: 0;
}

    .btn.btn-theme {
        background-color: #25954d;
        color: #ffffff;
        transition: 0.3s all linear;
    }

        .btn.btn-theme:hover {
            background-color: rgba(37, 149, 77, 0.8);
        }

.form-control {
    border-radius: 0;
}

    .form-control:focus {
        border-color: rgba(37, 149, 77, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(37, 149, 77, 0.6);
    }

.seperator {
    border-style: solid;
    border-color: rgba(37, 149, 77, 0.5);
    border-width: 0 0 1px 0;
}

    .seperator.vertical {
        border-width: 0 1px 0 0;
    }

.nicescroll-rails {
    background-color: rgba(37, 149, 77, 0.1) !important;
    z-index: 9999 !important;
    width: 8px !important;
}

    .nicescroll-rails div {
        border-radius: 0 !important;
        width: 8px !important;
        background-color: rgba(37, 149, 77, 0.7) !important;
        border-color: #25954d !important;
    }

.descr {
    text-align: justify;
}

.full-screen {
    height: 100%;
}
/*------------------
       Customs
------------------*/
header {
    position: relative;
}

.navbar-default {
    background-color: rgba(37, 149, 77, 0.7); /*border-color: @nav-back;*/
    border: none;
    position: absolute;
    /*top: 20px;*/
    top: 0px;
    z-index: 100;
    width: 100%;
    margin: 0;
}

.navbar-collapse {
    border: none;
}

.navbar-default.navbar {
    min-height: 0;
}

.navbar-default .navbar-brand {
    /*position: absolute;         top: -(@nav-offset);         left: 0;         padding: 0;*/
    margin: 0px 0 0 0;
    padding: 0 0 0 15px; /*padding: 0;*/
    z-index: 100;
    opacity: 1;
}

    .navbar-default .navbar-brand img {
        width: 180px;
    }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 3px 0;
    font-size: 15px;
    transition: 0.3s all linear;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li a:focus:hover, .navbar-default .navbar-nav > li.open a:focus:hover {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
    }

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.open.active > a {
    color: #ffffff;
    background-color: rgba(37, 149, 77, 0.8);
    border-bottom: 3px solid #ffffff;
}

    .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.open.active > a:hover {
        color: #ffffff;
        background-color: transparent;
    }

.navbar-default.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(37, 149, 77, 0.95);
}

    .navbar-default.fixed .navbar-brand.small {
        margin: 0;
        height: auto;
        padding: 5px;
    }

    .navbar-default.fixed .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.dropdown-menu {
    background-color: rgba(37, 149, 77, 0.7);
    border-radius: 0;
    border: 0;
}

    .dropdown-menu > li > a {
        color: #ffffff;
        padding: 8px 20px;
    }

        .dropdown-menu > li > a:hover {
            background-color: rgba(37, 149, 77, 0.8);
            color: #ffffff;
        }

.btn {
    border-radius: 0;
}

.btn-default {
    color: #25954d;
}

    .btn-default:hover {
        color: #25954d;
    }

.page-title {
    margin: 0 0 20px;
    padding: 15px 30px;
    background-color: #25954d;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    box-shadow: 0px 4px 4px -2px #bbbbbb; /*font-weight: 300;*/
}

.title {
    color: #25954d;
    font-size: 26px;
    text-transform: uppercase;
    margin: 15px 0;
}

.sub-title {
    color: #25954d;
    font-size: 22px;
    text-transform: uppercase;
    margin: 10px 0;
}

.offset {
    margin-bottom: 20px;
}

.gradient-overlay-slider {
    background: rgba(0, 0, 0, 0.5); /* Old Browsers */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(51, 51, 51, 0.5)), color-stop(40%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+  */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* IE 10+ */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(51, 51, 51, 0.7) 30%, rgba(102, 102, 102, 0) 70%, rgba(255, 255, 255, 0) 100%);
}

.gradient-overlay-bg-img {
    background: rgba(255, 255, 255, 0); /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, #ffffff)); /* Chrome,Safari4+  */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

video {
    background-color: #000000;
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
}

.sec-slider {
    height: 100%;
}

    .sec-slider img {
        /*width: 100%;*/
    }

    .sec-slider .slider-wrapper {
        height: 100%;
    }

        .sec-slider .slider-wrapper #zoom-slider {
            height: 100%;
            background-color: transparent;
        }

        .sec-slider .slider-wrapper .navBulletsWrapper {
            display: none;
        }

        .sec-slider .slider-wrapper div.zs-caption {
            text-align: left;
            font-size: 14px;
        }

        .sec-slider .slider-wrapper div.zs-caption-bg, .sec-slider .slider-wrapper div.zs-caption-bg2 {
            /*width: auto !important;*/
            z-index: 10;
            width: 600px;
            text-align: justify;
        }

        .sec-slider .slider-wrapper .html-caption {
            display: none;
        }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-title, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-title {
            font-size: 50px;
            font-family: Raleway;
        }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-descr, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-descr {
            text-align: justify;
            font-size: 19px;
            line-height: 24px;
        }

        .sec-slider .slider-wrapper:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            background: rgba(0, 0, 0, 0.5); /* Old Browsers */
            background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
            background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(51, 51, 51, 0.5)), color-stop(40%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+  */
            background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* IE 10+ */
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, rgba(102, 102, 102, 0) 40%, rgba(255, 255, 255, 0) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0) 40%);
            /*background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(51, 51, 51, 0.7) 30%, rgba(102, 102, 102, 0) 70%, rgba(255, 255, 255, 0) 100%);*/
        }

    .sec-slider .img-wrapper {
        position: relative;
        height: 400px;
    }

        .sec-slider .img-wrapper .img-box {
            position: absolute;
            width: 100%;
        }

            .sec-slider .img-wrapper .img-box:before {
                display: block;
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(255, 255, 255, 0); /* Old Browsers */
                background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* FF3.6+ */
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, #ffffff)); /* Chrome,Safari4+  */
                background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* IE 10+ */
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.4) 50%, #ffffff 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
            }

            .sec-slider .img-wrapper .img-box img {
                width: 100%;
            }

.sec-quick-ref {
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

    .sec-quick-ref .quick-ref-item {
        background-color: #25954d;
        color: #ffffff;
        padding: 0 30px 20px;
        min-height: 220px;
    }

        .sec-quick-ref .quick-ref-item .ref-item-title {
            padding: 20px 0;
            margin: 0;
            text-transform: uppercase;
            color: #000000;
            font-size: 22px;
        }

        .sec-quick-ref .quick-ref-item img {
            height: 120px;
        }

    .sec-quick-ref .container-fluid > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 4px;
    }

        .sec-quick-ref .container-fluid > .row > [class*="col-"]:last-of-type {
            padding-right: 0;
        }

.content-wrapper {
    margin-top: 380px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px #777777;
}

    .content-wrapper .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .content-wrapper footer {
        padding: 1em 0;
        margin: 0;
    }

.block-facts {
    background-color: rgba(37, 149, 77, 0.8);
    width: 225px;
    margin: 0 auto;
    color: #ffffff;
    text-shadow: none;
    padding: 20px;
    box-shadow: 8px 6px 10px 0px #999;
    text-align: center;
}

    .block-facts .sub-title {
        color: #000000;
    }

    .block-facts .weight {
        font-size: 70px;
        font-weight: bold;
        margin: 0;
    }

    .block-facts .unit {
        /*text-orientation: upright;*/
    }

.sec-about .block-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sec-about .block-list > li {
        background-color: rgba(37, 149, 77, 0.1);
        padding: 15px;
        margin-bottom: 20px;
    }

    .sec-about .block-list li .descr-block {
        /*height: 54px;*/
        /*overflow: hidden;*/
        display: none;
    }

        .sec-about .block-list li .descr-block.opened {
            /*height: auto;*/
        }

.icon-award {
    background: url('/img/site/award-icon.png') 0 0 no-repeat;
    height: 16px;
    line-height: 16px;
    width: 16px;
}

.award {
    padding: 0px;
}

    .award li {
        background: url(/img/site/award-icon.png) no-repeat left top;
        padding: 0px 0px 9px 27px;
        /* reset styles (optional): */
        list-style: none;
        margin: 0;
        text-align: justify;
    }


.sec-about .quick-video video {
    width: 100%;
}

.square-menu {
    width: 250px;
    margin: 20px auto;
}

    .square-menu [class*="col-"] {
        padding: 0.55px;
    }

        .square-menu [class*="col-"] a {
            display: block;
            background-color: #25954d;
            color: #ffffff;
            /*height: 120px;*/
            text-align: center;
            /*box-shadow: 8px 6px 10px 0px #999;*/
            /*box-shadow: 1px 2px 0px 0px #999 inset;*/
            padding: 15px 20px;
        }

            .square-menu [class*="col-"] a:hover {
                background-color: rgba(0,0,0,0.9);
            }

            .square-menu [class*="col-"] a .fa, .square-menu [class*="col-"] a span {
                display: block;
                margin: 0 auto;
            }

            .square-menu [class*="col-"] a .fa {
                font-size: 24px;
                margin-bottom: 10px;
            }

            .square-menu [class*="col-"] a span {
                /*font-size: 16px;*/
            }

.slick.carousel-gallery {
    margin: 0 auto;
    width: 90%;
}

    .slick.carousel-gallery .slick-slide {
        /*margin: 0 5px;*/
    }

    .slick.carousel-gallery img {
        width: 100%; /*margin: 0 10px;*/ /*padding: 10px;*/
    }

.slick-prev, .slick-next {
    height: auto;
    top: 50%;
    margin-top: -25px;
}

    .slick-prev:before, .slick-next:before {
        color: #25954d;
        font-size: 60px;
    }

.slick-prev {
    left: -40px;
}

    .slick-prev:before {
        font-family: fontAwesome;
        content: "\f104";
    }

.slick-next {
    right: -40px;
}

    .slick-next:before {
        font-family: fontAwesome;
        content: "\f105";
    }

.sec-awards {
    background-color: rgba(37, 149, 77, 0.1);
}

.sec-contact {
    background-color: rgba(37, 149, 77, 0.2);
    background-image: url('../img/site/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blueimp-gallery > .slides > .slide > img.slide-content {
    max-width: 1400px;
    width: 100%;
}

.sec-gallery {
    background-color: rgba(37, 149, 77, 0.2);
    margin-bottom: 40px;
}

    .sec-gallery .gallery-item {
        margin-top: 20px;
    }

    .sec-gallery.gallery-img img {
        /*  min-height: 260px;*/
    }

.sec-product-dtl .prod-img {
    margin-right: 30px;
}

.sec-similar-img {
    background-color: #25954d;
    padding: 20px 0;
    margin-bottom: 20px;
}

    .sec-similar-img .slick-next:before, .sec-similar-img .slick-prev:before {
        color: #ffffff;
    }

.sec-slider-facility .carousel-caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sec-slider-facility .item-descr {
    position: absolute;
    top: 10%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: 50%;
    padding: 20px;
}

.sec-slider-facility .block-facts {
    position: absolute;
    bottom: 10%;
    left: 0;
    box-shadow: none;
}

.thumbs img {
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
}

.nav-carousel {
    background: #25954d;
}

    .nav-carousel > li > a, .nav-carousel > li.active > a {
        border-radius: 0px;
        color: #ffffff;
        background-color: #25954d;
        padding: 15px 15px;
        border-style: solid;
        border-width: 3px 0 0 0;
        border-color: transparent;
    }

        .nav-carousel > li > a:hover, .nav-carousel > li.active > a:hover {
            background-color: #25954d;
        }

    .nav-carousel > li.active a {
        border-color: #000000;
    }

    .nav-carousel li a:hover {
        background-color: rgb(89, 176, 120);
    }

.move-down {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 1%;
    opacity: 0.5;
    color: #ffffff;
    font-weight: 300;
    font-size: 50px;
    z-index: 100;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    -moz-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    -o-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
}

    .move-down:hover {
        color: #ffffff;
        opacity: 0.7;
    }

@-webkit-keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@-moz-keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@-o-keyframes slidedown {
    from; {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}
/*
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
*/
/*------------------------------------------------
    For Device Size Overwrites [Put it at last]
------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-default .navbar-brand img {
        width: 80px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .sec-slider .slider-wrapper div.zs-caption-bg, .sec-slider .slider-wrapper div.zs-caption-bg2 {
        width: 90%;
    }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-title, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-title {
            font-size: 40px;
        }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-descr, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-descr {
            font-size: 18px;
        }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .col-text-left {
        text-align: center;
    }

    .col-text-center {
        text-align: center;
    }

    .col-text-right {
        text-align: center;
    }

    .navbar-collapse {
        /*margin-top: 50px;*/
    }

    .navbar-default {
        background-color: rgba(37, 149, 77, 1);
    }

        .navbar-default .navbar-brand img {
            width: 60px;
        }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li.open a:focus {
            border-width: 0 0 0 5px;
            background-color: #17552D;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #FFF;
                background-color: #17552D;
            }
            .navbar-default .navbar-toggle {
                border-color: #17552D;
            }
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            color: #FFF;
            background-color: #17552D;
        }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .dropdown-menu {
        background-color: rgba(37, 149, 77, 1);
    }

        .dropdown-menu > li > a:hover {
            background-color: #17552D;
        }

    .sec-slider .slider-wrapper div.zs-caption-bg, .sec-slider .slider-wrapper div.zs-caption-bg2 {
        width: 90%;
    }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-title, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-title {
            font-size: 30px;
        }

        .sec-slider .slider-wrapper div.zs-caption-bg .caption-descr, .sec-slider .slider-wrapper div.zs-caption-bg2 .caption-descr {
            font-size: 15px;
        }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    body {
        background-size: contain;
        background-position: 0 50px !important;
        background-attachment: inherit !important;
    }

    .content-wrapper {
        margin-top: 210px;
    }

        .content-wrapper .container-fluid {
            padding-left: 15px;
            padding-right: 15px;
        }

    .page-title {
        padding: 15px;
        font-size: 24px;
    }

    .title {
        font-size: 22px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .seperator.vertical {
        border-width: 0;
    }

    .square-menu {
        width: auto;
    }

    .sec-slider-facility .carousel-caption {
        top: 100%;
    }

    .sec-slider-facility .item-descr {
        position: static;
        width: 100%;
    }

    .form-group {
        margin-bottom: 0;
    }

    .form-control {
        margin-bottom: 15px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
