/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600&subset=latin,latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700,700italic);

* {
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h3 {
    font-size: 27px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

body {
    padding-top: 0;
    color: #4c4c4c;
    overflow-x: hidden;
}

strong {
    font-weight: 600;
}

.padding-top-bottom {
    padding: 70px 0;
}

.padding-top {
    padding-top: 50px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.space {
    margin: 0 12px;
    display: inline-block;
}

h3.center {
    margin: 25px 0 20px 0;
}

h3.normal {
    font-weight: normal;
}

h3.head {
    padding: 9px 0;
    margin: 0;
    font-weight: normal;
    line-height: 1.3;
}

.text-normal {
    font-weight: normal;
}

.iconBig {
    font-size: 50px;
    display: block;
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    width: 80px;
    height: 80px;
    margin: 0 auto 0 auto;
    /* line-height: 50px; */
}

.iconBig:before {
    line-height: 100px;
}

.col-md-offset-13 {
    margin-left: 20.835%
}

.icon-facebook i {
    display: inline-block;
    background: #69C;
    border-radius: 50%;
    padding: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
}

.icon-up {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6CF;
}

.icon-up i {
    padding: 8px 15px;
    font-size: 30px;
    color: #fff;
}

hr.mini {
    display: block;
    width: 4%;
    margin: 15px auto 15px;
    border-width: 3px;
}

hr.white {
    border-color: #fff;
}

hr.blue {
    border-color: #18499f;
}

.fade {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

/* ------------------------ Add Coll Other ------------------------ */

.col-md-20 {
    width: 20%
}

.col-md-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-20 {
    float: left
}

/* ------------------------ colors ------------------------ */

.colorRed {
    color: #d0180d;
}

.gray-bg {
    background-color: #f2f2f2;
}

.color-bg {
    background-color: #23A657;
}

.dark-bg {
    background-color: #323A42;
}

.white-bg {
    background-color: #fff;
}

.orange-bg {
    background-color: #cc3300;
}

.orange-text {
    color: #cc3300;
}

.green-bg {
    background-color: #07a16c;
}

.green-text {
    color: #07a16c;
}

.purple-bg {
    background-color: #6247c8;
}

.purple-text {
    color: #6247c8;
}

.border-white {
    border: 1px solid #fff !important;
}

/* ------------------------ hero slider ------------------------ */
#hero-slider {
    z-index: -1;
}

.welcome-content h2 {
    font-size: 80px;
    font-weight: 500;
}

.welcome-content {
    position: absolute;
    left: 0;
    top: 17%;
    width: 100%;
    z-index: 12;
}

.hero-image-bg {
    overflow: hidden;
    background-size: cover;
    background-image: url('../img/01.jpg');
    background-position: center 16%;
    position: relative;
    padding: 180px 0 120px 0;
}

#hero h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #111;
    margin: 0;
}

#hero .suplier {
    margin: 15px 7px 9px;
    display: inline-block;
}

#hero .btn-store {
    margin: 0;
}

#hero img {
    margin: 0 auto 0 auto;
    /* max-width: 300px; */
}

/* ------------------------ Button Scroll ------------------------ */

.page-scroll-item,
.lookat {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    /*top: 80%;*/
    z-index: 99;
    font-size: 15px;
    font-weight: 500;
    color: #036;
}

.page-scroll-item {
    width: 40px;
    margin-left: -20px;
    bottom: 16%;
}

.lookat {
    width: 50%;
    margin-left: -25%;
    bottom: 12%;
}

.btn-scroll {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent url(../images/icon-down-scroll.png) no-repeat 50% 50%;
}

.btn-scroll:hover {
    background: rgba(244, 245, 247, 0.8) url(../images/icon-down-scroll.png) no-repeat 50% 60%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sink {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.sink:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.ani-bottom {
    display: inline-block;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.ani-bottom:hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ani-animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.ani-fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.ani-fadeOutDown:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/* ------------------------ section ------------------------ */

.section-header h2 {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 600;
}

.section-header h4 {
    margin-top: 0;
}

/* ------------------------ Gradient background ------------------------ */

.dark-gradient-bottom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */

}

/* ------------------------ ZOOM OUT ------------------------ */
.zoomout {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.zoomout:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* ------------------------ image background ------------------------ */
.image-bg {
    overflow: hidden;
    background-size: cover;
    background-image: url('../img/12.jpg');
    background-position: center 16%;
    position: relative;
}

.gray-gradient-bg {
    background: url(../images/gray-gradient-bg.jpg);
}

.logo-patern-bg {
    background: url(../images/logo-patern-bg.jpg) repeat;
    background-size: cover;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #000;
    z-index: 10;
}

.dark-bg a {
    color: #23A657;
}

.light-typo {
    color: #222;
}

.section-header {
    margin-bottom: 40px;
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

.img-center {
    margin: 0 auto;
}

/* ------------------------ MAIN MENU ------------------------ */

/*
 LEVEL ONE
 */
ul.dropdown-Mainmenu {
    position: relative;
    list-style: none;
}

ul.dropdown-Mainmenu li {
    font-weight: bold;
    float: left;
    margin-left: 1px;
    width: auto;
}

ul.dropdown-Mainmenu a:hover,
ul.dropdown-Mainmenu a:focus {
    color: #fff;
    background: #0066cb;
}

ul.dropdown-Mainmenu a:active {
    color: #fff;
}

ul.dropdown-Mainmenu li a {
    padding: 25px 15px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

ul.dropdown-Mainmenu li:last-child a {
}

/* Doesn't work in IE */
ul.dropdown-Mainmenu li.hover, ul.dropdown-Mainmenu li:hover,
ul.dropdown-Mainmenu li.selected {
    background: #0066cb;
    position: relative;
    color: #fff;
}

ul.dropdown-Mainmenu li.hover a,
ul.dropdown-Mainmenu li.selected a {
    color: #fff !important;
    font-weight: bold;
}

/*
 LEVEL TWO
 */
ul.dropdown-Mainmenu ul {
    list-style: none;
    width: 300px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown-Mainmenu ul li {
    font-weight: normal;
    background: #0066cb;
    color: #fff;
    float: none;
    padding: 7px 15px;
    margin: 0;
}

ul.dropdown-Mainmenu ul li:first-child {
    padding-top: 25px;
}

ul.dropdown-Mainmenu ul li:last-child {
    padding-bottom: 25px;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown-Mainmenu ul li a {
    border-right: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px !important;
    font-size: 12px !important;
    background: transparent !important;
    color: #fff !important;
}

ul.dropdown-Mainmenu ul li:hover a {
    color: #cbe5ff !important;
}

/*
 LEVEL THREE
 */

ul.dropdown-Mainmenu li:hover > ul {
    visibility: visible;
}

/* ------------------------ nav bar ------------------------ */

.navbar-fixed-top {
    z-index: 50;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0;

}

.navbar-header {
    /*padding-top: 5px;*/
}

.navbar-header i {
    float: left;
    margin-right: 10px;
    font-size: 21px;
    color: #23A657;
    margin-top: 3px;
}

.navbar-brand {
    /*line-height: 30px;*/
    padding: 9px 0;
    /*margin-left: 0;*/
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    /*margin-left:0;*/
}

.navbar-collapse {
    /*padding: 5px 0; */
}

.navbar-nav {
    text-transform: uppercase;
    font-size: 14px;
    /*padding: 5px 0;*/
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.media > .pull-left {
    margin-right: 15px;
}

.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #23A657;
    background-color: transparent;
}

.navbar-btn {
    background-color: #23A657;
    border: 0;
    color: #FFF;
    font-weight: 300;
}

.dropdown {
    padding-top: 13px;
}

.dropdown-toggle {
    background-color: #23A657;
    color: #FFF;
    border: 0;
    font-weight: 300;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active, .open .dropdown-toggle.btn-default {
    background-color: #000;
    color: #FFF;
}

.dropdown-menu {
    min-width: 120px;
    background-color: #000;
    border: 0;
    color: #FFF;
}

.dropdown-menu > li > a {
    color: #FFF;
    font-weight: 300;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #23A657;
    color: #FFF;
}

.navbar-toggle {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-toggle.second {
    padding: 6px 10px 6px 10px;
}

/* ------------------------ footer ----------------------*/

.paymentMethodImg img {
    margin-left: 5px;
    /*text-align: center;*/
}

/* ------------------------ buttons ----------------------*/
.btn-store {
    border: none;
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
    padding: 11px 23px;
    display: inline-block;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #19499e;
    color: #FFF;
    border-radius: 25px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-store:hover,
.btn-store:focus,
.btn-store:active {
    color: #19499e;
    top: 0;
    text-decoration: none;
    background-color: #99cdff;
    box-shadow: none;
}

.btn-store.outline {
    background: transparent;
    border: 2px solid #23A657;
    box-shadow: none;

    color: #23A657;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /* padding: 13px 30px; */
    font-weight: 600;
}

.btn-store.color {
    box-shadow: none;
    text-decoration: none;
    background-color: #F77F00;
}

.btn-error {
    background-color: #F05557 !important;
}

.btn-store.dark {
    box-shadow: none;
    text-decoration: none;
    background-color: #313a43;
}

.btn-store.dark:hover,
.btn-store.dark:focus,
.btn-store.dark:active {
    top: 0;
    background-color: #1A1F23;
    text-decoration: none;
}

.btn-store.color:hover,
.btn-store.color:focus,
.btn-store.color:active {
    background: #fff;
    background-color: #f75b00;
    top: 0;
    text-decoration: none;
}

.btn-store.outline:hover,
.btn-store.outline:focus,
.btn-store.outline:active {
    background: #23A657;
    color: #FFF;
    top: 0;
    text-decoration: none;
}

.btn-store.icon-left [class*=in] {
    margin-right: 10px;
}

.btn-store.icon-right [class*=in] {
    margin-left: 10px;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #23A657;
}

.ico {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-store [class*=ico] {
    margin-right: 10px;
}

.btn-right {
    float: right;
    margin-right: 0;
}

/* ------------------------ Call to action ----------------------*/
.cta {
    padding: 50px 0 30px;
}

.cta .cta-message p {
    padding: 15px 0 20px;
    font-size: 22px;
    line-height: 32px;
}

.cta .cta-message strong {
    font-size: 24px;
    letter-spacing: 0.02em;
}

.cta-button {
    margin: 15px 0 15px 0;
}

.cta-download {
    margin: 40px 0 0;
    background: #fff;
    color: #18499f;
}

.cta-download:hover {
    background: #08089c;
    color: #fff;
}

/* ------------------------ ABOUT US - Profile ----------------------*/

.blue-gradient-bg {
    background: url(../images/blue-pattern-bg.jpg);
}

.blue-overlay {
    background: url(../images/blue-overlay-bg.png) no-repeat top right;
}

.profile {
    color: #fff;
}

.profile h3 {
    font-weight: normal;
    margin-top: 0;
}

/* ------------------------------ products intro -------------------------- */

.product-intro {
    font-size: 17px;
    color: #196aae;
    font-weight: normal;
    background: #fff url(../images/intro-prod-bg.jpg) no-repeat left bottom;
}

.product-intro h3 {
    font-weight: normal;
    color: #121212;
}

.supplier-box {
    margin-top: 25px;
}

.supplier-box img {
    margin: 0 10px;
}
#cate-full-img .supplier-box img {
    margin: 0 4px;
}
/* ------------------------ table ----------------------*/
table {
    font-size: 18px;
}

/* ------------------------------ clients -------------------------- */
#clients a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.stepcarousel {
    position: relative; /*leave this value alone*/
    border: 10px solid black;
    overflow: scroll; /*leave this value alone*/
    width: 90%; /*Width of Carousel Viewer itself*/
    height: 160px; /*Height should enough to fit largest content's height*/
    -webkit-box-sizing: border-box; /* set box model so container width and height value includes any padding/border defined */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 10px; /*margin around each panel*/
    width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

span.paginatecircle { /* CSS for paginate circle spans. Required */
    background: white;
    border: 2px solid black;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
}

span.paginatecircle:hover {
    background: gray;
}

span.paginatecircle.selected {
    background: black;
}

/* ------------------------------ testimonial -------------------------- */
#testimonial {
    text-align: center;
}

.carousel,
.testimonial {
    z-index: 20;
}

.carousel-indicators {
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    background-color: #FFF;
    opacity: 0.7;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background-color: #23A657;
    opacity: 1;
}

/* ------------------------------ products -------------------------- */

.product-grid {
    margin: 3px auto;
}

.product {
    position: relative;
    margin: 0;
    padding: 3px;
    overflow: hidden;
    display: block;
}

.project-image {
    width: 100%;
    display: inline;
!important;
}

.but {
    position: absolute;
    width: 100%;
    top: 45%;
}

.product-icon:before {
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    margin: -15px 0 0 -15px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-title a {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    bottom: 8%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.img-box:hover .product-icon:before {
    opacity: 1;
    font-size: 50px;
    margin: -25px 0 0 -25px;
}

.img-box:hover .ani-bottom {
    -webkit-transform: translateY(-470%);
    -ms-transform: translateY(-470%);
    transform: translateY(-470%)
}

.img-box:hover .product-title a {
    color: #000;
}

.product-info {
    display: block;
    border: 0;
    width: 100%;
    opacity: 1;
    padding: 10px 5px 0 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-info div h4 {
    font-weight: 400;
    margin: 0;
    color: #23A657;
    line-height: 24px;
}

.product-info div p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.img-box {
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.hover-mask2 {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.mask-link {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid red;
}

.bg-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: block;
    opacity: 1;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.img-box:hover .hover-mask2 {
    opacity: .85;
    background: #33ccff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.img-box:hover .bg-gradient {
    opacity: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

/* ------------------------------ NEWS / EVENTS -------------------------- */

.news-item {
    padding: 0px;
}

.news-item figure {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 5px #999;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.news-item figure,
.news-item figure img,
.news-item figure h5,
.news-item figure h4,
.news-item figure h3 {
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.news-item figure:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news-item figure h5,
.news-item figure h4,
.news-item figure p,
.news-item figure h3 {
    padding: 2px 15px;
}

.news-item figure h4 {
    font-weight: normal;
}

.news-item figure h4 a {
    text-decoration: none;
}

.news-item figure h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
}

.news-item figure h3 span {
    display: inline-block;
    margin-right: 9px;
    font-weight: 300;
}

/* ------------------------------ RECRUITMENT -------------------------- */

.recruit {
    color: #000;
}

/* ------------------------------ Modal window -------------------------- */

.modal {
    overflow: auto;
}

.modal-open, .modal-open .navbar-fixed-top {
    margin-right: auto !important;
    overflow: hidden;
}

.text-modal h2 {
    margin-bottom: 20px;
}

.text-modal p {
    text-align: justify;
}

.text-modal .close {
    margin-top: 25px;
    text-shadow: none;
}

.fade.modal {
    overflow-x: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}

.modal.in .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.modal-backdrop {
    background-color: #1D2026;
}

.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}

.modal-header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #F3F3F3;
    color: #fff;
    border: none;
    text-align: center;
    height: 600px;
}

.modal-header .col-sm-12 {
    padding: 0;
}

#hdr-title {
    margin-bottom: 20px;
}

#project-modal .close {
    float: right;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 23px;
    /* margin-bottom:13px; */
    margin-right: 32px;
    opacity: 1;
    color: inherit;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    z-index: 4;
    right: 0;
}

#project-modal .close:hover {
    opacity: 1;
    color: #23A657;
}

.modal-body {
    margin: 0;
    padding: 20px 0 80px 0;
}

.modal-body .project-descr {
    margin: 0 0 24px;
}

.modal-header .loader {
    position: absolute;
    left: 50%;
    top: 28%;
    /* margin-top: 33%; */
    margin-left: -8px;
    width: 35px;
    height: 35px;
    background: url('../img/loader.gif') no-repeat 50% 50%;
    z-index: 1;
}

.modal-header .image-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
}

.modal-header .screen {
    box-sizing: padding-box;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.7s;
    transition: all 0.5s ease-out 0.7s;
}

.modal-header .screen.done {
    opacity: 1;
}

body.modal-open {
    margin: 0;
}

#project-sidebar {
    margin-bottom: 20px;
}

#project-sidebar p {
    margin-bottom: 10px;

}

#project-content {
    text-align: justify;
}

#project-content .btn-store {
    margin-right: 0;
}

#sdbr-price {
    font-weight: 600;
    font-size: 23px;
    width: auto;
    /* float: left; */
    display: inline;
}

#sdbr-oldprice {
    text-decoration: line-through;
    color: #999;
    padding: 8px 0 0 8px;
    /* float: left; */
    display: inline;
}

#sdbr-title {
    margin-top: 0;
    color: #23A657;
    /* font-weight: 600; */
    margin-bottom: 0;

}

/* ------------------------------ Contact -------------------------- */
.form-group {
    margin-bottom: 20PX;
}

.contact-info h2 {
    margin-top: 0;
}

address {
    font-size: 18px;
}

.colorWhite, .colorWhite i {
    color: #fff !important;
}

.contact-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-item .icon {
    display: block;
    font-size: 48px;
    color: #5cc9df;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact-item .icon:hover {
    color: #5cc9df;
    -webkit-transform: scale(1.3) translateY(-10px);
    transform: scale(1.3) translateY(-10px);
}

.btn-contact {
    background: #09F;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1.5;
    padding: 11px 35px;
}

.bl_form {
    margin: 30px 0 0;
}

.bl_form input {
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.lb_wrap .lb_label.top,
.lb_wrap .lb_label.bottom {
    left: 66px !important;
}

.lb_wrap .lb_label.left {
    left: 0;
}

.lb_label {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #ccc;
}

.no-placeholder .lb_label {
    display: none;
}

.lb_label.active {
    color: #aaa;
}

#order-form .form-group label,
#contact-form .form-group label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-align: center;
    /* text-transform:uppercase; */
}

#order-form .no-placeholder .form-group label,
#contact-form .no-placeholder .form-group label {
    display: block;
}

#order-form.controls {
    /* padding:0; */
}

#order-form.no-placeholder .controls,
#contact-form.no-placeholder .controls {
    margin-top: 0;
}

#order-form .form-control,
#contact-form .form-control,
.input-group .form-control {
    display: inline;
    background: #fff;
    border: none;
    /* border-radius:5px; */
    outline: none;
    height: 44px;
    font-size: 15px;
    line-height: 32px;
    color: #333;
    font-weight: 400;
    vertical-align: top;
    border: 2px solid #FFF;
    box-shadow: none;
}

.special {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#order-form.form-group.half-width {
    width: 40%;
    float: left;
}

#order-form.btn-store {
    margin: 0;
}

#order-form.form-group {
    /* position:relative; */
}

#order-form.form-group [class*=fa] {
    display: block;
    width: 64px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #eee;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

#order-form.form-group [class*=fa].active {
    color: #ccc;
}

#order-form.no-placeholder .form-group [class*=fa] {
    top: 30px;
}

#order-form textarea.form-control,
#contact-form textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 14px;
    vertical-align: top;
    border: 2px solid #FFF;
}

#contact-form .form-control:focus,
#order-form .form-control:focus,
.input-group .form-control:focus {
    outline: none;
    border: 2px solid #23A657;
}

#order-form .inputError,
#order-form textarea.form-control.inputError,
#newsletter-form .inputError {
    outline: none;
    border: 2px solid #F05557;
}

#order-form.error-message {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #F05557;
    z-index: 10;
}

#order-form.no-placeholder .error-message {
    top: 0;
}

.input-group-btn .btn-king {
    margin: 0;
}

#main-footer,
#social {
    padding: 30px 0 10px;
}

.checkbox, .radio {
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    line-height: 1.5;
}

label.show {
    display: block;
    text-decoration: none;
    /* display: inline; */
}

input[type=radio], input[type=checkbox] {
    margin: 4px 7px 0 0;
    line-height: normal;
    font-size: 21px;
    /* display: inherit; */
    /*float: left;*/
    text-align: center;
}

form p {
    margin-top: 16px;
}

#total {
    font-weight: 600;
}

.input-group .input-group-btn .btn {
    margin: 0;
}

.form-control-inline {
    min-width: 0;
    width: auto !important;
    display: inline !important;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

/* 320px order-form fix */
#order-form table td:first-child,
#order-form table th:first-child {
    padding-left: 0;
}

#order-form table td:last-child,
#order-form table th:last-child {
    padding-right: 0;
}

/* ------------------------------ table -------------------------- */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #fff !important;
    background: #f5f5f5;
    padding: 12px 18px;
}

/* ------------------------------ social links -------------------------- */
.social-links,
.social-profiles {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 29px;
}

.social-links li,
.social-profiles li {
    display: inline-block;
    margin: 9px 9px 0 9px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-links li a {
    background: transparent;
    border: 2px solid #fff;
    display: block;
    color: #FFF;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-links li a i {

}

.social-links li a:hover {
    color: #FFF;
    background: #23A657;
    text-decoration: none;
    border-color: #23A657;
}

/* ------------------------ PAGE CATEGORY ----------------------*/

.cate-header {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    height: 320px;
    background: no-repeat 50% 50%;
    /*height: 600px;*/
    /*background: no-repeat 50% 50%;*/
    background-size: cover;
}
.cate-header-hoboi {
    background: no-repeat 50% 100%;
    background-size: cover;
}

.cate-header-jacuzzi {
    background: no-repeat 50% 50%;
    background-size: cover;
}

.cate-header-boncay {
    background: no-repeat 50% 73%;
    background-size: cover;
}

.cate-header-epoxy {
    background: no-repeat 50% 41%;
    background-size: cover;
}

.cate-header-sangach {
    background: no-repeat 50% 40%;
    background-size: cover;
}

.cate-header h1 {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.logo-white-overlay {
    position: absolute;
    width: 10%;
    left: 15px;
    top: 15px;
}

.cate-content {
    background: #03C url(../images/cate-bg.jpg) no-repeat top center;
    background-size: cover;
}

.cate-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ------------------------ PAGE DETAIL PRODUCTS ----------------------*/
.detail-header {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    padding: 30px 0;
    background: #f0f0f0;
}

.detail-header h1,
.detail-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}

.zoomer {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 50px;
    height: 50px;
    font-size: 30px;
}

.zoomer i {
    color: #bbb;
}

.img-support {
    padding: 0;
    border: 0;
    text-align: center;
    border-radius: 0;
    background: transparent;
}

.img-support p {
    margin: 9px 0 0;
}

/* ------------------------------ Media -------------------------- */
@media (max-width: 480px) {
    .copyright {
        width: 100%;
        text-align: center;
    }

    h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .text-col,
    .text-col2,
    .cta-message {
        text-align: center;
    }

    .hero-slider, .hero-sloder h2 {
        text-align: center !important;
    }

    .modal-header .loader {
        top: 15%;
    }

    .modal-header {
        height: 350px;
    }

    .welcome-content {
        top: 43%;
    }

    .welcome-content img {
        padding: 0 15px;
    }

    .padding-top-bottom {
        padding: 30px 0;
    }

    h1 {
        font-size: 28px;
    }

    h3 { /* font-size: 18px; */
    }

    .news {
        padding-bottom: 40px;
    }

}

@media (max-width: 992px) {
    .cta-message {
        text-align: center;
    }

    .text-col {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .modal-header {
        height: 650px;
    }

}

@media screen and (max-width: 768px) {
    #hero-slides .lookat {
        display: none;
    }
    #hero h2 {
        font-size: 80%;
    }
}

table tr td {
    vertical-align : middle;!important;
}

section .col-md-3 .zoomout h3 strong {
    text-align: center;
}

#owl-demo .owl-item .item .anizoomer img {
    height: 95px;
}
