body, header, span, p, a, td {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
}

body {
    background: #303133;
}

a, a:hover, a:focus {
    color: #49c3e9;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

hr {
    border-color: #9a9753;
}

body {
    overflow-x: hidden;
    padding-top: 160px;
}

@media(max-width:768px) {
    body {
        overflow-x: hidden;
        padding-top: 0px;
    }
}

.top-area {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    background: #252628;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
}

    .top-area ul {
        margin: 0px;
        padding: 0px;
    }

        .top-area ul li {
            list-style: none;
            padding: 3px;
        }

    .top-area .top-info ul li .fa-wrapper {
        margin-right: 3px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        font-size: 0.8em;
    }

    .top-area .top-links ul li .fa-wrapper {
        margin-right: 3px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #ffffff;
        height: 24px;
        width: 24px;
        display: inline-block;
        text-align: center;
        line-height: 22px;
        font-size: 1.2em;
    }

}

.top-area .top-links ul li .fa-wrapper i {
    color: #ffffff !important;
}

.top-area .top-links ul li .search-button i {
    font-size: 1.4em;
    position: relative;
    bottom: -2px;
}

.top-area a, .top-area a:hover, .top-area a:focus {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}

.top-area .top-links {
    border-top: 1px solid #727045;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
}

    .top-area .top-links ul li {
        list-style: none;
        padding: 3px;
        float: left;
    }

        .top-area .top-links ul li.sep {
            margin-left: 2px;
            margin-right: 2px;
        }

            .top-area .top-links ul li.sep:after {
                content: "";
                display: inline-block;
                height: 22px;
                width: 1px;
                background: #727045;
            }

        .top-area .top-links ul li span {
            color: #ffffff;
            font-weight: 300;
            cursor: pointer;
            font-size: 13px;
        }

        .top-area .top-links ul li li {
            list-style: none;
            padding: 3px;
            float: none;
        }

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
}

#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media (min-width:768px) {
    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        /*margin-top: 80px;*/
    }

    .top-area .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .top-area .navbar .navbar-collapse {
        text-align: center;
    }

    .top-area .navbar-default .navbar-nav > li {
        padding: 0px;
    }

        .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #909090;
            background: none;
            font-weight: 300;
            font-size: 20px;
            padding-top: 110px;
            padding-bottom: 30px;
            position: relative;
        }

            .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
                color: #000000;
                background: #45C2F4;
            }

                .top-area .navbar-default .navbar-nav > li > a:hover:after, .top-area .navbar-default .navbar-nav > li > a:focus:after {
                    position: absolute;
                    bottom: -23px;
                    content: '';
                    width: 47px;
                    height: 23px;
                    background: url(skn/menu-arrow.png) 50% 50% no-repeat;
                    left: 0px;
                    right: 0px;
                    margin-left: auto;
                    margin-right: auto;
                    z-index: 4;
                }

            .top-area .navbar-default .navbar-nav > li > a.active, .top-area .navbar-default .navbar-nav > li > a.active:hover, .top-area .navbar-default .navbar-nav > li > a.active:focus {
                color: #000000;
                background: #45C2F4;
            }

                .top-area .navbar-default .navbar-nav > li > a.active:after, .top-area .navbar-default .navbar-nav > li > a.active:hover:after, .top-area .navbar-default .navbar-nav > li > a.active:focus:after {
                    position: absolute;
                    bottom: -23px;
                    content: '';
                    width: 47px;
                    height: 23px;
                    background: url(skn/menu-arrow.png) 50% 50% no-repeat;
                    left: 0px;
                    right: 0px;
                    margin-left: auto;
                    margin-right: auto;
                    z-index: 4;
                }


    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:1200px) AND (max-width:1399px) {
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #909090;
        background: none;
        font-weight: 400;
        font-size: 20px;
        padding-top: 90px;
        padding-bottom: 30px;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #000000;
            background: #45C2F4;
        }
}

@media (min-width:990px) AND (max-width:1199px) {
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #909090;
        background: none;
        font-weight: 400;
        font-size: 18px;
        padding-top: 60px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #000000;
            background: #45C2F4;
        }
}

@media (min-width:767px) AND (max-width:989px) {
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #909090;
        background: none;
        font-weight: 400;
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #000000;
            background: #45C2F4;
        }
}

@media (max-width:768px) {

    .top-area {
        position: relative;
        top: initial;
        left: initial;
    }
}




.ver-menu-header {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: right;
    cursor: pointer;
}

.ver-menu {
    text-align: right;
    padding-left: 15px;
}

.ver-menu-leve-1 .ver-menu-title a {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
}

    .ver-menu-leve-1 .ver-menu-title a span {
        color: #49c3e9;
    }

.ver-menu-leve-2 .ver-menu-title a {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-align: right;
}

.ver-menu-leve-2 .ver-menu-title.active a {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #49c3e9;
    margin-bottom: 3px;
    text-align: right;
}

.ver-menu-leve-1 .ver-menu-description, .ver-menu-leve-1 .ver-menu-description p {
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 5px;
}


.ver-menu-leve-2 {
    border-bottom: 1px solid #49c3e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.ver-menu-header-wrapper {
    padding-top: 10px;
}

.products-area {
}

@media (min-width:768px) {
    .products-area {
        position: relative;
        padding-left: 15px;
    }

    .products-sub-alt {
        text-align: right;
    }
}

.products-thumb, .products-sub {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.products-thumb {
    overflow: hidden;
    position: relative;
}

    .products-thumb .thumb-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.55);
    }

    .products-thumb.products-thumb-alt .thumb-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(73,195,233,0.55);
    }

    .products-thumb a, .products-thumb a:hover, .products-thumb a:focus {
        background: #ffffff;
        padding: 20px;
        color: #000000;
        display: block;
        font-size: 40px;
        font-weight: 300;
        text-decoration: none;
        text-align: right;
    }

    .products-thumb.products-thumb-alt .thumb-hover a, .products-thumb.products-thumb-alt .thumb-hover a:hover, .products-thumb.products-thumb-alt .thumb-hover a:focus {
        background: #49c3e9;
        padding: 20px;
        color: #000000;
        display: block;
        font-size: 40px;
        font-weight: 300;
        text-decoration: none;
        text-align: left;
    }

.products-sub {
    background: #9b9b9b;
}

    .products-sub a, .products-sub a:hover, .products-sub a:focus {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
    }

.font-big {
    font-size: 42px;
}


@media (max-width:1200px) {
    .products-thumb .thumb-hover a, .products-thumb .thumb-hover a:hover, .products-thumb .thumb-hover a:focus {
        font-size: 30px;
        font-weight: 400;
    }

    .font-big {
        font-size: 34px;
    }

    .products-thumb.products-thumb-alt .thumb-hover a, .products-thumb.products-thumb-alt .thumb-hover a:hover, .products-thumb.products-thumb-alt .thumb-hover a:focus {
        font-size: 30px;
        font-weight: 400;
    }
}

@media (max-width:900px) {
    .products-thumb .thumb-hover a, .products-thumb .thumb-hover a:hover, .products-thumb .thumb-hover a:focus {
        font-size: 24px;
        font-weight: 400;
    }

    .font-big {
        font-size: 24px;
    }

    .products-thumb.products-thumb-alt .thumb-hover a, .products-thumb.products-thumb-alt .thumb-hover a:hover, .products-thumb.products-thumb-alt .thumb-hover a:focus {
        font-size: 24px;
        font-weight: 400;
    }
}



@media (max-width:767px) {
    .products-sub a, .products-sub a:hover, .products-sub a:focus {
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
    }

    .products-area {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-thumb .thumb-hover a, .products-thumb .thumb-hover a:hover, .products-thumb .thumb-hover a:focus {
        font-size: 30px !important;
        font-weight: 300 !important;
    }

    .products-thumb.products-thumb-alt .thumb-hover a, .products-thumb.products-thumb-alt .thumb-hover a:hover, .products-thumb.products-thumb-alt .thumb-hover a:focus {
        font-size: 30px !important;
        font-weight: 300 !important;
    }



    .ver-menu-header-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 10px;
        background: #252628;
    }

    .ver-menu-header {
        padding-left: 0px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid #49c3e9;
        border-bottom: 1px solid #49c3e9;
    }

        .ver-menu-header span.caret {
            color: #ffffff;
        }

    .ver-menu-leve-1 .ver-menu-title a {
        text-align: left;
    }

    .ver-menu-leve-2 .ver-menu-title a {
        text-align: left;
    }


    .ver-menu {
        display: none;
        padding-right: 30px;
        padding-left: 30px;
        text-align: left;
        background: #252628;
    }

    .ver-menu-header {
        display: none;
    }


    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        border-top: 1px solid #49c3e9;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #FFFFFF;
        background-color: transparent;
    }

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        font-size: 18px;
        font-weight: 400;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu-wrapper {
        position: relative;
    }
}

.slide1_text_1 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    /*text-shadow: 2px 2px 2px #333;*/
    text-transform: none;
}

    .slide1_text_1 b {
        font-weight: 400;
        color: #ffffff;
        /*text-shadow: 2px 2px 2px #333;*/
        text-transform: none;
    }

.slide1_text_2 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    /*text-shadow: 2px 2px 2px #333;*/
    text-transform: none;
}

.content-area {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 420px;
}

.contact-area, .about-area {
    background: #ffffff;
}

.footer-area {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2c2c2c;
}

.about-area {
    padding-top: 10px;
    padding-bottom: 20px;
}

    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        font-size: 14px;
    }

.footer-area h3 {
    color: #727045;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    padding-bottom: 10px;
}

.footer-area ul {
    margin: 0px;
    padding: 0px;
}

    .footer-area ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.footer-area, .footer-area a, .footer-area a:hover, .footer-area a:focus {
    color: #ffffff;
    font-size: 15px;
}

    .footer-area .eqcol {
        border-left: 1px solid #727045;
        padding-bottom: 30px;
    }

        .footer-area .eqcol:before {
            content: '';
            width: 7px;
            background: #727045;
            height: 22px;
            display: inline-block;
            left: -7px;
            position: absolute;
            top: 0px;
        }

.home-map {
    border-top: 10px solid #2c2c2c;
}

.shortcuts-area {
    background: #ffffff;
    position: relative;
}

    .shortcuts-area .container {
        position: relative;
        top: -70px;
    }

@media(max-width:1200px) {
    .shortcuts-area .container {
        position: relative;
        top: -30px;
    }
}

@media(max-width:990px) {
    .shortcuts-area .container {
        position: relative;
        top: 20px;
    }
}

@media(max-width:768px) {
    .shortcuts-area .container {
        position: relative;
        top: 0px;
        padding-top: 15px;
    }
}

.slider-wrapper {
    overflow: hidden;
}

.shortcut {
    background: url(skn/shortcut.png) 50% 0% no-repeat;
    margin-bottom: 8px;
    padding-top: 50px;
    -webkit-box-shadow: -3px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -3px 5px 5px 0px rgba(0,0,0,0.75);
    position: relative;
    z-index: 100;
}

a.shortcut-title, a.shortcut-title:hover, a.shortcut-title:focus {
    background: #333;
    color: #ffffff;
    padding: 7px;
    text-align: center;
    display: block;
    margin-top: 2px;
    color: #ffffff !important;
    font-size: 22px;
}

.shortcut-thumb {
    margin-bottom: 15px;
    margin-top: 3px;
}

.shortcut-description {
    color: #2c2c2c;
    font-size: 18px;
}

.shortcut-title-wrapper {
    display: block;
    border-top: 2px solid #333;
}


.appliance-area {
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.appliance-box {
    border: 2px solid #fff;
    /*border-bottom: none;*/
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.appliance-box-2 {
    text-align: center;
    position: relative;
}

.appliance-inner-box {
    color: #ffffff;
}

.appliance-inner-box-2 p {
    color: #ffffff;
    position: relative;
    top: -40px;
    display: inline-block;
    padding: 20px;
}

.border-top-white {
    border-top: 2px solid #ffffff;
}

.appliance-text-2, .appliance-text-2 p {
    font-size: 16px;
    color: #ffffff;
}

.benefits-area {
    padding-top: 40px;
    padding-bottom: 10px;
    background: #49c3e9;
}

.text-white {
    color: #ffffff;
}

a.text-white:hover, a.text-white:focus {
    color: #ededed;
}

.benefits-box {
    border: 2px solid #ffffff;
    border-bottom: none;
    position: relative;
    padding-top: 25px;
    padding-bottom: 0px;
}

.benefits-box-2 {
    border-top: 3px solid #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.parallax-window {
    min-height: 250px;
    background: transparent;
}

.contact-form h3 {
    font-size: 18px;
    color: #333;
    display: block;
}

.contact-form ul {
    margin: 0px;
    padding: 0px;
}

    .contact-form ul li {
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        list-style-position: inside;
        list-style-type: none;
    }

.btn-primary {
    color: #FFF;
    background-color: #49c3e9;
    border-color: #49c3e9;
    border-radius: 0px;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        color: #fff;
        background-color: #49c3e9;
        border-color: #49c3e9;
        border-radius: 0px;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #FFF;
        background-color: #333;
        border-color: #333;
        border-radius: 0px;
    }



.btn-inactive {
    color: #000;
    background-color: #9a9753;
    border-color: #9a9753;
    border-radius: 0px;
}

    .btn-inactive.disabled, .btn-inactive[disabled], fieldset[disabled] .btn-inactive, .btn-inactive.disabled:hover, .btn-inactive[disabled]:hover, fieldset[disabled] .btn-inactive:hover, .btn-inactive.disabled:focus, .btn-inactive[disabled]:focus, fieldset[disabled] .btn-inactive:focus, .btn-inactive.disabled:active, .btn-inactive[disabled]:active, fieldset[disabled] .btn-inactive:active, .btn-inactive.disabled.active, .btn-inactive.active[disabled], fieldset[disabled] .btn-inactive.active {
        color: #000;
        background-color: #9a9753;
        border-color: #9a9753;
        border-radius: 0px;
    }

    .btn-inactive:hover, .btn-inactive:focus, .btn-inactive:active, .btn-inactive:checked {
        color: #000;
        background-color: #9a9753;
        border-color: #9a9753;
        border-radius: 0px;
    }


.side-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.page-title-area {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background: #ffffff;
}

.latest-news-tiles-area {
    background: #303133;
    padding-top: 20px;
    padding-bottom: 20px;
}



.latest-news-title {
    background: #49c3e9;
    padding-top: 20px;
    padding-bottom: 0px;
}

    .latest-news-title h1 {
        color: #333;
        position: relative;
        font-size: 45px;
        font-weight: 200;
        padding-bottom: 7px;
        display: inline-block;
    }

.page-title-area h1 {
    color: #333;
    position: relative;
    font-size: 40px;
    font-weight: 200;
    padding-bottom: 7px;
    display: inline-block;
}

@media(max-width:1200px) {
    .page-title-area h1 {
        font-size: 30px;
        font-weight: 300;
    }
}

@media(max-width:990px) {
    .page-title-area h1 {
        font-size: 24px;
        font-weight: 300;
    }
}



.contact-area {
    padding-bottom: 30px;
    padding-top: 30px;
}

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

.btn-info {
    color: #FFF;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 400;
}

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
        color: #FFF;
        background-color: transparent;
        border-color: #fff;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

    .btn-info:hover, .btn-info:focus {
        color: #FFF;
        background-color: transparent;
        border-color: #fff;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

.btn-info-alt {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 400;
}

    .btn-info-alt.disabled, .btn-info-alt[disabled], fieldset[disabled] .btn-info-alt, .btn-info-alt.disabled:hover, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt:hover, .btn-info-alt.disabled:focus, .btn-info-alt[disabled]:focus, fieldset[disabled] .btn-info-alt:focus, .btn-info-alt.disabled:active, .btn-info-alt[disabled]:active, fieldset[disabled] .btn-info-alt:active, .btn-info-alt.disabled.active, .btn-info-alt.active[disabled], fieldset[disabled] .btn-info-alt.active {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

    .btn-info-alt:hover, .btn-info-alt:focus {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

.product-details {
    display: block;
    margin-top: 5px;
}

    .product-details .product-title a, .product-details .product-title a:hover, .product-details .product-title a:focus {
        font-size: 20px;
        color: #2c2c2c;
    }

.latest-news-tiles-area .product-details .product-title a, .latest-news-tiles-area .product-details .product-title a:hover, .latest-news-tiles-area .product-details .product-title a:focus {
    font-size: 20px;
    color: #ededed;
}

.latest-news-tiles-area .product-details .product-description {
    color: #ffffff;
}


.date-created {
    color: #49c3e9;
    padding-bottom: 7px;
    padding-top: 7px;
}

.product-link a, .product-link a:hover, .product-link a:focus {
    display: block;
    border-bottom: 1px solid #9a9753;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.product-link.active a, .product-link.active a:hover, .product-link.active a:focus {
    font-weight: 700;
}

.slider-wrapper {
    background: url(skn/slider/layer_0.png) 50% 50% no-repeat;
}




/*#fancybox-close {
    right: 20px !important;
    top: 12px !important;
}*/

.fancybox-nav {
    position: fixed;
    top: 0;
    background-image: none;
}

    .fancybox-nav span {
        visibility: visible;
        background-image: none;
    }

.fancybox-next span {
    right: 40px;
}

.fancybox-prev span {
    left: 40px;
}

.fancybox-close {
    position: fixed !important;
    top: 15px !important;
    right: 30px !important;
}

.fancybox-title {
    font-family: 'Roboto', serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px #ccc;
}

@media(min-width:480px) {
    .tile-left {
        padding-right: 0px !important;
    }

    .tile-right {
        padding-left: 0px !important;
    }
}


.carousel-area {
    overflow: hidden;
}

.carousel.slide {
    margin-top: 0px;
    margin-bottom: 0px;
}

.home-ver-menu {
    overflow-y: auto;
    background: rgba(48,49,51,0.9);
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:768px) {
    .home-ver-menu {
        display: none;
    }
}


.carousel-control {
    background: none;
    border-radius: 0px;
    /*width: 33px;
    height: 44px;*/
    opacity: 1;
    text-shadow: none;
    position: absolute;
    background-image: none;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

    .carousel-control.left, .carousel-control.left:hover {
        background: none;
        opacity: 1;
    }

    .carousel-control.right, .carousel-control.right:hover {
        background: none;
        opacity: 1;
    }

.carousel-control {
    padding-top: 15%;
}

.carousel-inner {
    border: none;
}

.carousel-indicators {
    bottom: 10px;
    width: initial;
    left: initial;
    right: 50px;
}

    .carousel-indicators li {
        width: 15px !important;
        height: 15px !important;
        background-color: #fff;
        border: 2px solid #60B5BC;
        border-radius: 50%;
        margin: 2px !important;
    }


        .carousel-indicators li.active {
            background: none;
            border: 2px solid #333;
            background-color: #fff;
            border-radius: 50%;
            width: 15px !important;
            height: 15px !important;
            margin: 2px !important;
        }


@media(max-width:768px) {
    .carousel-indicators {
        bottom: 10px;
        margin-left: 0%;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        text-align: center;
        display: block;
    }
}



/* zoom-in */
.carousel-inner .item.zoom-in {
    transition: display 1000ms linear 0s;
    overflow: hidden;
}

.carousel-inner > .item.zoom-in {
    transition: left 0.6s ease-in-out 0s;
}

.carousel-inner .item.zoom-in.active img {
    transition: transform 4000ms linear 0s;
    transform: scale(1.25);
}


/* zoom-out */
.carousel-inner .item.zoom-out {
    transition: display 1000ms linear 0s;
    overflow: hidden;
    transform: scale(1.25);
}

.carousel-inner > .item.zoom-out {
    transition: left 0.6s ease-in-out 0s;
}

.carousel-inner .item.zoom-out.active img {
    transition: transform 4000ms linear 0s;
    transform: scale(0.95,0.95);
}




/* fade in - fade out effects */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}



.newsletter-area {
    background: #303133;
    padding-bottom: 30px;
    padding-top: 10px;
}

    .newsletter-area h3 {
        color: #ededed;
        font-size: 32px;
        font-weight: 300;
    }

    .newsletter-area p {
        color: #ededed;
    }

.form-control {
    background: #f0f0f0;
}



.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 3px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            background: #fff;
            border: 2px solid #49c3e9;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
            margin-left: 2px;
            margin-right: 2px;
        }

        .slick-dots li.slick-active button {
            background: #fff;
            border: 2px solid #000;
            border-radius: 50%;
        }




.root-slider .slick-prev-arrow {
    height: 20px;
    width: 35px;
    text-align: right;
    display: inline-block;
    line-height: 20px;
    background: url(skn/arrow_left_red.png) 2px 2px no-repeat;
    cursor: pointer;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: -20px;
}

.root-slider .slick-next-arrow {
    height: 20px;
    width: 25px;
    text-align: right;
    display: inline-block;
    line-height: 20px;
    background: url(skn/arrow_right_red.png) 7px 2px no-repeat;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: -20px;
}



.modal-window-content img {
    max-width: 100%;
    height: auto;
}


#back-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
}

.modal-window-content, .modal-window-content p, .modal-window-content span, .modal-window-content strong, .modal-window-content div, .modal-window-content a, .modal-window-content a:hover, .modal-window-content a:focus {
    font-size: 15px;
}

@media(min-width:768px) {
    .top-area.follow .logo-wrapper img {
        height: 60px;
    }


    .top-area.follow .navbar-default .navbar-nav > li > a, .top-area.follow .navbar-default .navbar-nav > li > a:hover, .top-area.follow .navbar-default .navbar-nav > li > a:focus {
        color: #909090;
        background: none;
        font-weight: 400;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .top-area.follow .navbar-default .navbar-nav > li > a.active {
            color: #000000;
            background: #45C2F4;
        }


        .top-area.follow .navbar-default .navbar-nav > li > a:hover, .top-area.follow .navbar-default .navbar-nav > li > a:focus {
            color: #000000;
            background: #45C2F4;
        }

            .top-area.follow .navbar-default .navbar-nav > li > a:hover:after, .top-area.follow .navbar-default .navbar-nav > li > a:focus:after {
                display: none;
            }

        .top-area.follow .navbar-default .navbar-nav > li > a.active:after, .top-area.follow .navbar-default .navbar-nav > li > a.active:hover:after, .top-area.follow .navbar-default .navbar-nav > li > a.active:focus:after {
            display: none;
        }
}



.search-wrapper {
    text-align: right;
    padding-top: 10px;
}
    .search-wrapper table {
        max-width:260px; 
        display:inline-block;
    }
    .search-wrapper form {
        display: inline-block;
        max-width: 220px;
        width: 100%;
    }

@media (max-width:768px) {
    .search-wrapper form {
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }
    .search-wrapper{
        padding-left:15px;
        padding-right:15px;
    }
    .search-wrapper table {
        max-width:100%;
    }
}
