body {
    font-family: "Roboto", sans-serif;
}

/*coming soon style*/
.body {
    width: 100%;
    height: 100%;
}

.outer-container {
    display: block;
    width: 100%;
    height: 100%;
}

.section-left {
    height: 100%;
    position: fixed;

}

.section-left .logo {
    margin: 0 auto;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    border-radius: 10px;
    margin-top: 3em;
    width: 60%;
    overflow: hidden;
    /*box-shadow: 0 0 15px rgba(0,0,0,.5);*/
}

.section-left .logo img {
    width: 100%;
    height: auto;
}

.section-right {

    height: 100%;
}

.main-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.text-wrap {
    color: #FFFFFF;
    position: absolute;
    line-height: 1.1;
    margin: 0.5em 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.text-wrap h1 {
    font-size: 3em;
}

.text-wrap h2.en {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.section-footer {
    color: #FFFFFF;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left: 6.5%;
    font-weight: 300;
}

h3.email {
    font-size: 1.8em;
}

@media (max-width: 991px) {
    .section-left {
        width: 100%;

    }

    .section-left .logo {
        margin-top: 1em;
        width: 35%;

    }

    .text-wrap {
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 25%;
    }

    .text-wrap h1 {
        line-height: 1.3
    }

    .section-footer {
        left: 0;
        width: 100%;
        text-align: center;
    }

}

@media (min-width: 992px) {
    .section-left {
        top: 0;
        left: 6.5%;
        width: 13%;
        max-width: 205px;
        min-width: 190px;
        background: rgba(0, 0, 0, 0.29);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.29)), color-stop(78%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a000000', endColorstr='#00000000', GradientType=0);
    }

    .section-right {
        margin: 0 6.5% 0 24.5%;
    }

    .text-wrap {
        text-align: right;
        right: 0;
        bottom: 16%;
    }
}

.section .section-head h2 {
    font-family: "Raleway", sans-serif;
}

.section-head p.desc {
    color: #777777;
    font-size: 14px;
}

.light .section-head p.desc {
    color: #ffffff;
    font-size: 14px;
}

/*slider*/
.section-slider {
    background: url("/static/base/images/loader.gif") center no-repeat;
}

@media (min-width: 980px) {
    .section-slider .carousel-cell {
        height: 640px;
    }

}

.section-slider .carousel-cell {
    width: 100%;
    overflow: hidden;
}

.section-slider .carousel-cell img {
    width: 100%;
    height: auto;
}

.section-slider .slides-caption {
    display: block;
    width: 100%;
    left: 0;
    top: 10%;
    z-index: 99;

}

.section-slider .slides-caption h2 {
    margin: 5px 0;
    font-size: 1.3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-slider .slides-caption p {
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/*header*/
.header .logo img {
    height: 50px;
    width: auto;
    margin: 5px 0;
}

.header .main-nav {
    background: #ffffff;
}

@media (min-width: 992px) {
    .header .navbar-nav-custom {
        margin-left: 20px
    }

    .header .nav-left {
        float: left !important;
    }
    .section-slider .slides-caption {
        top: 20%;
    }
    .section-slider .slides-caption h2 {
        font-size: 3rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .section-slider .slides-caption p {
        font-size: 1.6rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
}

/*Images and Overlays*/
@media (min-width: 992px) {
    .image-box .overlay-container {
        height: 220px;
    }

    .image-box .overlay-container img {
        width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .image-box .overlay-container {
        height: 268px;
    }

    .image-box .overlay-container img {
        width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.overlay-bottom,
.overlay-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-visible .overlay-bottom, .overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 20px;
}

.overlay-bottom.links,
.overlay-to-top.links {
    z-index: 11;
}

.overlay-to-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: -30px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.overlay-top {
    top: 0;
}

.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 10px;
}

.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
    color: #ffffff;
}

.overlay-container .text {
    padding: 0 20px;
    position: relative;
    top: 30%;
}

.overlay-container .text h3,
.overlay-container .text h3 .small {
    margin-top: 0;
    color: #ffffff;
}

.overlay-container .text a:hover {
    color: #ffffff;
}

.overlay-bottom .btn,
.overlay-top .btn {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0;
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
    color: #ffffff;
    border-color: #2aa4a5;
    background-color: #2aa4a5;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
    height: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.overlay-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

.overlay-link i:hover {
    background-color: #ffffff;
    color: #777777;
}

.overlay-link.small i {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    font-size: 14px;
    line-height: 25px;
}

.overlay-container:hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/*breadcrumb*/
.section-breadcrumb {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f4f4f4;
}

.breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb a, .breadcrumb li {
    color: #555555;
}

.breadcrumb li i {
    margin-right: 10px;
}

.breadcrumb > li + li:before {
    color: #555555;
    font-family: "FontAwesome";
    content: "\f101";
    padding-left: 0;
    padding-right: 10px;

}

/*service*/

.section-service .overlay-bottom {
    padding: 0;
}

.translucent-title {
    height: 20px;
    z-index: 20;
}

.translucent-title h3 {
    margin: 10px 0;
}

.btn-service {
    background: #248d8e;
    border: 1px solid #248d8e;
    color: #ffffff;
}

.btn-service:hover {
    color: #ffffff;
}

.service-image img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*client*/
.section-client {
    color: #ffffff;
}

/*products*/
.nav-category > ul {
    display: inline-block;
}

.nav-category > ul > li > a {
    border-bottom: 1px solid transparent;
    color: #777777;
    border-radius: 0;
    padding: 10px;
    font-size: 18px;
}

.nav-category > ul > li.active > a, .nav-category > ul > li.active > a:focus, .nav-category > ul > li.active > a:hover {
    background: transparent;
    color: #333;
    border-bottom: 1px solid #2aa4a5;
}

.nav-category > ul > li > a:focus, .nav-category > ul > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #2aa4a5;
}

@media (min-width: 769px) {
    .products-gallery {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .products-image {
        height: 220px;
    }

    .products-image img {
        width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

}

@media (min-width: 1200px) {
    .products-image {
        height: 268px;
    }

    .products-image img {
        width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

}


/*messages*/
.mess-body {
    position: relative;
}


.mess-body h2 {
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.section-mess .black-bg:hover {
    background: #2aa4a5;
}

@media (min-width: 992px) {
    .mess-body {
        height: 100px;
    }

}
@media (min-width: 768px) and (max-width: 1200px) {
    .mess-body {
        height: 100px;
    }
    .mess-body h2 {
        font-size: 1.5rem;
    }
}

.section-mess .black-bg:hover {
    background: #2aa4a5;
}

.btn-gray-transparent {
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 30px;
}

.btn-gray-transparent:hover {
    background: #ffffff;
    color: #777777;

}

/*Animated Backgrounds
---------------------------------- */
/* Small devices (tablets, 768px and up) */
.animated-text {
    overflow: hidden;
}

@media (min-width: 768px) {
    .animated-text h2 {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .animated-text h2 + h2 {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    .animated-text:hover h2 {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

    .animated-text:hover h2 + h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .animated-text h2 + h2 {
        display: none;
    }
}

/*client*/
.section-client .client-unit {
    text-align: center;
}

.section-client .client-unit .client-item {
    text-align: center;
    width: 160px;
    height: auto;
    margin: 5px;
    display: inline-block;
    /*background: rgba(255, 255, 255, 0.3);*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 10px;
}

/*footer*/
.footer h2.title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

.footer .quick-nav li {
    padding: 5px 0
}

.footer-logo img {
    height: 60px;
    width: auto;
}

.list-icons li {
    padding: 5px 0;
}

.list-icons li i {
    min-width: 25px;
    text-align: center;
}

.section-copyright .copyright {
    padding: 10px 0;

}

.section-copyright .copyright p {
    margin: 0
}

/*page*/
.section-banner {
    min-height: 250px;
    padding-top: 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    color: #ffffff;
}

.section-banner h2 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.section-about-client .client-unit {
    overflow: hidden;
    margin: 0 -20px;
}

.section-about-client .client-unit .client-item {
    padding: 0 20px;
}

.article-list li {
    border-bottom: 1px dashed #dadada;
}

.article-body ul {
    list-style: none;
    padding: 0;
}

.article-body ul p {
    margin: 0;
}

.article-body em.fa {
    margin-right: 10px;
}

.article-body .fz-list {
    border-left: 1px solid #dadada;
    margin-left: 7px;
}

.article-body .fz-list li {
    margin-bottom: 10px;
}

.article-body .fz-list h4 {
    height: 20px;
    font-size: 14px;
    color: #999999;
    background: url(../images/news_bg_01.jpg) no-repeat;
    line-height: 13px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

.article-body .fz-list h4, .article-body .fz-list p {
    margin-left: -6px;
    padding: 0 0 5px 20px;
}

/* right-nav
---------------------------------- */
.right-nav h2 {
    font-size: 30px;
    margin-top: 0;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

/* cats-nav
---------------------------------- */
.cats-nav ul li {
    font-size: 18px;

    border-bottom: 1px solid #f5f5f5;
}

.cats-nav ul li a {
    display: block;
    padding: 10px 0;
}

.cats-nav ul > li > a i {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.cats-nav ul > li > a:hover i {
    padding-left: 10px;
    color: #ffffff;
}

.cats-nav ul > li > a:hover {
    background: #2aa4a5;
    color: #ffffff;
}

/* hot-products
---------------------------------- */
.hot-products ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;

}

.hot-products ul li:last-child {
    border-bottom: none;
}

.hot-products .media {
    margin-top: 0;
    margin-bottom: 25px;
}

.hot-products .media img {
    max-width: none;
}

.hot-products .media img {
    width: 100px;
}

.hot-products .media-heading {
    margin-bottom: 0;
}

.hot-products h6.media-heading {
    margin-bottom: 5px;
    font-size: 100%;
}

.hot-products .media .desc {
    color: #666;
    font-size: 12px;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrollToTop.fadeToTop {
    -webkit-animation-name: fadeToTop;
    animation-name: fadeToTop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.scrollToTop.fadeToBottom {
    -webkit-animation-name: fadeToBottom;
    animation-name: fadeToBottom;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.scrollToTop i {
    line-height: 48px;
    font-size: 32px;
}

.scrollToTop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
