@font-face {
    font-family: 'Arial Regular';
    src: url('../fonts/Arial.eot');
    src: url('../fonts/Arial.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial.woff2') format('woff2'), url('../fonts/Arial.woff') format('woff'), url('../fonts/Arial.ttf') format('truetype'), url('../fonts/Arial.svg') format('svg');
}
@font-face {
    font-family: 'Arial Bold';
    src: url('../fonts/ARIALBD0.eot');
    src: url('../fonts/ARIALBD0.eot?#iefix') format('embedded-opentype'), url('../fonts/ARIALBD0.woff2') format('woff2'), url('../fonts/ARIALBD0.woff') format('woff'), url('../fonts/ARIALBD0.ttf') format('truetype'), url('../fonts/ARIALBD0.svg') format('svg');
}
body {
    font-family: 'Arial Regular', sans-serif;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
textarea,
div,
article,
section,
body,
ul,
li,
ol,
i,
img,
label,
:after,
:before {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
p {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
.btn-primary.btn--lg {
    color: #fff;
    border-radius: 0;
    padding: 12px 14px;
    font-size: 18px;
}
.btn-primary.btn--green {
    color: #fff;
    background-color: #66a039;
    border-color: #6cab3b;
}
.btn-primary.btn--green i {
    margin-left: 31px;
    font-size: 22px;
}
.btn-primary.btn--green:active,
.btn-primary.btn--green:focus,
.btn-primary.btn--green:hover {
    color: #fff;
    background-color: #66a039;
    border-color: #6cab3b;
    outline: 0;
}
.btn-primary.btn--red {
    color: #fff;
    background-color: #b4292a;
    border-color: #ad292a;
    border-radius: 0;
    font-size: 15px;
    font-family: "Arial Regular";
    padding: 14px 10px;
}
.btn-primary.btn--red:active,
.btn-primary.btn--red:focus,
.btn-primary.btn--red:hover {
    color: #fff;
    background-color: #c43a3b;
    border-color: #ad292a;
    outline: 0;
}
.btn-primary.btn--red-sm {
    color: #fff;
    background-color: #b4292a;
    border-color: #ad292a;
    border-radius: 0;
    font-size: 17px;
    text-transform: none;
    font-family: "Arial Regular";
    padding: 8px 18px;
}
button.btn.btn-primary.btn--red:hover {
    background-color: #023e7e !important;
    border-color: #023e7e;
}
.btn-primary.btn--red-sm span {
    font-family: 'Arial Bold';
}
.btn-primary.btn--red-sm:active,
.btn-primary.btn--red-sm:focus,
.btn-primary.btn--red-sm:hover {
    color: #fff;
    background-color: #c43a3b;
    border-color: #ad292a;
    outline: 0;
}
.breadcrumb>.active a {
    color: #4c86cb !important;
}
.btn-primary.btn--grey {
    color: #fff;
    background-color: #3c3936;
    border-color: #383533;
    border-radius: 0;
    font-size: 17px;
    text-transform: none;
    font-family: "Arial Regular";
    padding: 8px 18px;
}
.btn-primary.btn--grey:active,
.btn-primary.btn--grey:focus,
.btn-primary.btn--grey:hover {
    color: #fff;
    background-color: #3d3b39;
    border-color: #383533;
    outline: 0;
}
.header-top {
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
}
.top-search .input-group {
    width: 100%;
    max-width: 380px;
}
.top-search .form-control {
    height: 40px;
    font-size: 12px !important;
    color: #666;
    background-color: #e4e4e6;
    border: 1px solid rgba(204, 204, 204, 0);
    border-radius: 0px;
}
.top-search .btn-secondary {
    width: 60px;
    height: 40px;
    border-radius: 0;
    background: #275d9b;
}
.top-search .btn-secondary i {
    font-size: 25px;
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #666;
    opacity: 1;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
.logo {
    width: 300px;
    float: left;
}
.logo img {
    width: 100%;
}
.top-search {
    float: left;
    margin-top: 13px;
    max-width: 380px;
        left: 55%;
    transform: translate(-50%);
}
.branch-locate {
    width: 100%;
    max-width: 130px;
    float: left;
}
#main-nav {
    min-height: 60px;
    background: #cd1719;
    color: #fff;
}
#main-nav ul {
    list-style-type: none;
}
#main-nav ul li {
    display: inline-block;
}
.left-nav {
    float: left;
    display: inline-block;
    margin-bottom: 0;
}
.left-nav>li>a {
    font-family: 'Arial Regular';
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 72px;
    padding-left: 32px;
    padding-right: 32px;
    border-right: 1px solid rgba(45, 45, 45, 0.3);
}
.right-nav .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 257px;
    font-family: 'Arial Bold';
}
#main-nav .bootstrap-select.btn-group .dropdown-menu li {
    display: block;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #023e7e;
}
.right-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 12px;
}
.right-nav .btn {
    padding: 4px 12px;
    font-size: 15px;
    border-radius: 0px;
    padding-left: 25px;
}
.right-nav .bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #023e7e;
}
.right-nav label {
    font-family: 'Arial Regular';
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
.btn--nav.btn-primary {
    color: #fff;
    background-color: rgba(51, 122, 183, 0);
    border-color: rgba(46, 109, 164, 0);
    width: 65px;
    height: 64px;
    text-align: center;
    padding: 0;
    margin-top: 1px;
    border-radius: 0px;
}
.btn--nav.btn-primary:active:focus,
.btn--nav.btn-primary:active,
.btn--nav.btn-primary:focus {
    background-color: rgba(51, 122, 183, 0);
    border-color: rgba(46, 109, 164, 0);
    outline: 0;
}
.btn-bar {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
.btn-bar:first-child {} .right-nav {
    float: right;
    display: inline-block;
    padding-top: 8px;
}
.branch-locate {
    text-align: center;
    margin-top: 7px;
}
.branch-locate a {
    text-decoration: none;
}
.branch-locate img {
    width: auto;
    margin-bottom: 5px;
}
.branch-locate span {
    font-family: "Arial Regular";
    font-size: 14px;
    display: block;
    color: #555555;
}
.collapse-navigation {
    position: relative;
}
.clad {
    padding-left: 20px !important;
}
.clad img {
    padding: 30px 10px 30px 0;
}
.clad-head {
    font-size: 26px!important;
    font-weight: 500!important;
    line-height: 35px!important;
    padding-bottom: 23px!important;
    color: #3f3e3e !important;
}
.clad-ph {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 35px!important;
    padding-bottom: 23px!important;
    color: #7f7f7f !important;
}
.fc-btn {
    background: #2d2d2d;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    font-weight: 800;
}
.fc-btn:hover {
    color: #fff !important;
}
.kit {
    border-right: 1px solid #8b8a8a;
    margin-top: 30px;
    padding-bottom: 18px;
}
.kit h1 {
    font-size: 26px!important;
    color: #000 !important;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 35px;
    padding-left: 35px;
    margin-top: 20px;
}
.kit p {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0 5px 0;
    font-size: 16px!important;
    color: #3d3c3c !important;
    padding-left: 35px;
    line-height: 20px;
}
.np p {
    padding-left: 15px !important;
}
.np {
    padding-bottom: 210px;
}
.eh-search {
    margin-left: 15px;
}
.eh-search h1 {
    font-size: 22px!important;
    color: #000 !important;
    font-size: 26px;
    font-weight: 500;
    margin-top: 30px;
}
.eh-view {
    text-decoration: underline;
    font-size: 14px;
    color: #000 !important;
}
.select-bx {
    margin: 30px 0 30px 0;
    border: 1px solid #7c7b7b;
    border-radius: 3px;
    display: block;
    padding: 7px;
    color: #000 !important;
    width: 210px;
    background: url('../assets/images/slt.png') no-repeat right #fff;
    -webkit-appearance: none;
    background-position: right 10px center;
}
.select-bx option {
    margin-left: 10px;
}
.brik {
    border-left: 1px solid #707070;
    margin-top: 25px;
    padding-left: 35px;
    padding-bottom: 35px;
}
.brik img {
    padding-bottom: 25px;
}
}
.brik h1 {
    font-size: 22px!important;
    color: #000 !important;
    font-size: 26px;
    font-weight: 500;
}
.brik p {
    font-size: 16px!important;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
}
#main-nav .verticle-nav {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 3px;
    width: 310px;
    display: none;
}
#main-nav .verticle-nav.show-nav {
    display: block;
    z-index: 9999;
}
#main-nav .verticle-nav>li {
    display: block;
    transition: .9s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
}
#main-nav .verticle-nav>li>a {
    font-family: "Arial Regular";
    font-size: 16px;
    font-weight: 700;
    color: #3c3c3c;
    display: block;
    text-decoration: none;
    background: #eae8e8;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 32px;
    border-left: 10px solid #333;
    margin-bottom: 3px;
}
#main-nav .verticle-nav>li>a.border-magenta {
    border-left-color: #7c2031;
}
#main-nav .verticle-nav>li>a.border-green {
    border-left-color: #4a7407;
}
#main-nav .verticle-nav>li>a.border-yellow {
    border-left-color: #eda62c;
}
#main-nav .verticle-nav>li>a.border-ash {
    border-left-color: #3b3b3b;
}
#main-nav .verticle-nav>li>a.border-blue {
    border-left-color: #2a3d62;
}
.dropdown-nav {
    position: absolute;
    top: 0;
    left: 310px;
    width: 830px;
    background: #fff;
    padding: 0;
    min-height: 100%;
    display: none;
}
#main-nav .dropdown-nav>li {
    display: block;
}
.nav-inner h3 {
    font-family: 'Arial Bold';
    font-size: 17px;
    color: #323232;
    padding-top: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.nav-inner ul {
    padding-left: 25px;
}
#main-nav .nav-inner ul li {
    display: block;
}
#main-nav .nav-inner ul li a {
    text-decoration: none;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
#main-nav .nav-inner ul li:last-child a {
    font-family: 'Arial Bold';
    color: #db2103;
    font-size: 14px;
}
.nav-offer-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 15px;
}
.nav-offer-item img {
    width: 115px;
    float: left;
}
.offer-text {
    width: 100%;
    max-width: calc(100% - 115px);
    float: left;
    padding-left: 20px;
}
.offer-text h3 {
    font-family: 'Arial Regular';
    font-size: 20px;
    color: #292929;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}
.offer-text h3+p {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #292929;
}
.offer-text a {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #292929;
    font-weight: 700;
    text-decoration: underline;
}
.nav-special-offer {
    margin-top: 30px;
    border-left: 1px solid #a6a6a6;
    padding-bottom: 2px;
    padding-left: 18px;
}
#main-nav .verticle-nav>li:hover .dropdown-nav {
    display: block;
}
#main-nav .verticle-nav>li:hover>a {
    background: #b51b1c;
    border-left-color: #b51b1c;
    color: #fff;
}
#popular-products {
    padding: 20px 0;
    background: #f1f1f1;
}
.sec-title h2 {
    font-family: 'Arial Bold';
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
.product-item {
    background: #fff;
    padding: 15px 0;
    min-height: 345px;
    margin-bottom: 25px;
    /* border: 1px solid #d4d4d4;*/
    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product-item a {
    text-decoration: none;
}
.product-img {
    height: 235px;
    position: relative;
}
.product-img img {
   /* width: 100%;*/
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 230px;
    padding: 13px !important;
}
.product-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 22px #948d8d;
    -moz-box-shadow: 0px 0px 22px #948d8d;
    box-shadow: 0px 0px 22px #948d8d;
}
.product-item h3 {
    font-family: 'Arial Regular';
    font-size: 14px;
    color: #000;
    margin: 0px 25px;
    padding-top: 10px;
    min-height: 55px;
}
.owl-carousel .owl-item img {
    display: block;
}
.product-item p {
    font-family: 'Arial Bold';
    font-size: 30px;
    color: #c64e3f;
    margin-top: 10px;
    line-height: 1.1;
}
.product-item p span {
    display: block;
    font-family: 'Arial Regular';
    font-size: 10px;
    color: #999999;
    padding: 2px 0;
}
.loader-gif {
    width: 100px;
}
#our-services {
    padding-top: 40px;
    background: #fff;
}
.service-item {
    height: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.service-item a {
    text-decoration: none;
}
.service-item img {
    width: 100%;
    height: 300px;
    /*-webkit-transition: all 0.5s linear;
    transition: all 2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);*/
}
/*.service-item:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}*/
h3.service-title {
    width: 100%;
    font-family: 'Arial Regular';
    font-size: 22px;
    color: #000;
    padding: 10px 0 40px 0;
    text-align: center;
}
#suppliers {
    overflow: hidden;
    background: #eeeeee;
    padding: 30px 0;
}
.supplire-single {
    width: 16.66%;
    float: left;
    text-align: center;
    min-height: 90px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.hover-logo {
    display: none;
}
.supplire-single a {
    display: block;
}
.supplire-single img {
    width: auto;
    max-width: 100%;
    padding: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.supplire-single img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}
.supplire-single img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
#popular-categories {
    padding-top: 43px;
    background: #fff;
    margin-bottom: 350px;
}
.popular-cat-item {
    margin-bottom: 24px;
    background: #cd1719;
}
.popular-cat-item a {
    font-family: 'Arial Regular';
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 12px 15px;
}
.popular-cat-item a i {
    float: right;
    font-size: 30px;
    top: -4px;
    position: relative;
}
.popular-cat-item.color-2 {
    background: #fcbe00;
}
.popular-cat-item.color-3 {
    background: #009985;
}
.popular-cat-item.color-4 {
    background: #79b928;
}
.popular-cat-item.color-5 {
    background: #009fe3;
}
.popular-cat-item.color-6 {
    background: #ef7900;
}
.popular-cat-item.color-7 {
    background: #005d9b;
}
.popular-cat-item.color-8 {
    background: #14a7b4;
}
.popular-cat-item.color-9 {
    background: #e6007e;
}
.popular-cat-item.color-10 {
    background: #273583;
}
.popular-cat-item.color-11 {
    background: #575656;
}
.popular-cat-item.color-12 {
    background: #712283;
}
.newsletter {
    background: #c13623;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.newsletter-left h2 {
    font-family: 'arial Bold';
    font-size: 30px;
    color: #fff;
}
.newsletter-left p {
    font-family: 'Arial Regular';
    font-size: 20px;
    color: #fff;
}
.newsletter .input-group {
    width: 100%;
    max-width: 590px;
    margin-left: auto;
}
.newsletter .form-control {
    height: 42px;
    font-size: 12px;
    color: #666;
    border-radius: 0px;
}
.newsletter .btn-secondary {
    font-family: 'Arial Bold';
    color: #fff;
    width: 86px;
    height: 42px;
    border-radius: 0;
    background: #023e7e;
    font-size: 25px;
}
.footer-mid {
    background: #023e7e;
    color: #fff;
    padding-top:50px;
    padding-bottom: 20px;
}
.footer-logo img {
    width: auto;
    max-width: 80%;
}
.footer-mid h3 {
    font-family: 'arial Bold';
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.footer-mid ul {
    list-style-type: none;
    margin-bottom: 26px;
}
.footer-mid ul li a {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 24px;
}
.social-footer a {
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 3px;
}
.social-footer a i {
    color: #023e7e;
    font-size: 15px;
    line-height: 25px;
}
.footer-nav {
    border-top: 1px solid #fff;
    padding-top: 20px;
    overflow: hidden;
}
.footer-nav ul {
    list-style-type: none;
    width: 100%;
    max-width: calc(100% - 168px);
    float: left;
}
.footer-nav ul li {
    font-family: 'Arial Regular';
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.footer-nav ul li a {
    font-family: 'Arial Regular';
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.footer-nav ul li span {
    display: inline-block;
    margin: 0 10px;
}
.credit-card {
    float: right;
    width: 168px;
}
.credit-card img {
    width: auto;
    max-width: 100%;
}
.footer-bottom {
    background: #333333;
}
.footer-bottom h3 {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #fff;
    padding:15px 0;
}
.footer-bottom ul {
    list-style-type: none;
    padding-bottom: 10px;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    text-decoration: none;
    display: inline-block;
    border-right: 1px solid #484646;
    padding: 1px 20px;
}
.footer-bottom ul li a img {
    width: auto;
    max-width: 140px;
    padding: 0 10px;
}
.footer-bottom ul li:last-child a {
    border-right-color: transparent;
}
.slide-left img {
    max-width: 438px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 99;
}
#home-slider .background-1 {
    background: url(../assets/images/banner-1.jpg) no-repeat center center /cover;
}
#home-slider .review img {
    width: 100%;
}
.slide-left {
    position: relative;
}
.slide-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 60, 113, .7);
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-thumbs .btn {
    width: 25%;
    border-radius: 0px;
    margin-left: -4px;
    color: #000000;
    font-size: 18px !important;
    background: #eeeeee;
    border-color: #eeeeee;
    position: relative;
    padding: 20px 10px;
    border-right: 1px solid #363636;
}
.owl-thumbs .btn:last-child {
    border-right: 0 !important;
}
.owl-thumbs .btn:hover{
    background: #949494;
    color:#fff;
}
.owl-thumbs .btn span {
    display: block;
}
.owl-thumbs .btn.active {
    background: #333333;
    border-color: #333333;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.owl-thumbs .btn.active:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #333333;
    z-index: 99;
}
.owl-dot.active {
    transform: scale(1.9);
    transition: .3s ease-in-out;
}
.slide-right h2 {
    font-family: 'Arial Bold';
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 447px;
    margin-top: 98px;
    margin-bottom: 14px;
}
.slide-right h3 {
    font-family: 'Arial Regular';
    font-size: 18px;
    color: #fff;
    width: 100%;
    max-width: 500px;
}
.caption-bottom {
    margin-top: 28px;
    margin-left: -30px;
}
.caption-bottom .btn-primary {
    color: #fff;
    background: rgba(9, 60, 113, .7);
    border: none;
    width: 161px;
    height: 60px;
    border-radius: 0;
    line-height: 60px;
    padding: 0;
    outline: 0;
}
.caption-bottom .btn-primary:active,
.caption-bottom .btn-primary:hover,
.caption-bottom .btn-primary:focus {
    color: #fff;
    background: rgba(9, 60, 113, .7);
    border: none;
    outline: 0;
}
.caption-bottom span {
    color: #ffca10;
    font-size: 17px;
    padding-left: 8px;
    /* padding-top: 10px; */
    
    display: inline-block;
    position: relative;
}
.caption-bottom span:before {
    content: url(../assets/images/pointer-1.png);
    position: absolute;
    top: -48px;
    right: -30px;
}
.header-bottom {
    background: #333333;
    overflow: hidden;
    height: 47px;
}
.header-bottom a {
    font-family: 'Arial Regular';
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.promo-item {
    background: url(../assets/images/img-sample.jpg) no-repeat center center /cover;
    position: relative;
    padding-left: 42px;
    min-height: 410px;
}
.promo-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b41a1a;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(left bottom, rgba(180, 26, 26, 1), rgba(180, 26, 26, .6));
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(top right, rgba(180, 26, 26, 1), rgba(180, 26, 26, .6));
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(top right, rgba(180, 26, 26, 1), rgba(180, 26, 26, .6));
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(to top right, rgba(180, 26, 26, 1), rgba(180, 26, 26, .6));
    /* Standard syntax */
}
.promo-2.promo-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #275d9b;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(left bottom, rgba(39, 93, 155, 1), rgba(39, 93, 155, .6));
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(top right, rgba(39, 93, 155, 1), rgba(39, 93, 155, .6));
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(top right, rgba(39, 93, 155, 1), rgba(39, 93, 155, .6));
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(to top right, rgba(39, 93, 155, 1), rgba(39, 93, 155, .6));
    /* Standard syntax */
}
.promo-top {
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding-top: 70px;
}
.promo-top h2 {
    font-family: 'Arial Bold';
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 25px;
    width: 100%;
    max-width: 300px;
    line-height: 1;
}
#promo {
    padding: 30px 0;
    background: #fff;
}
.promo-top h2 span {
    font-family: 'Arial Regular';
}
.promo-top img {
    display: inline-block;
    float: left;
}
.promo-item p {
    font-family: 'Arial Regular';
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9;
}
.promo-item p span {
    display: block;
    font-family: 'Arial Bold';
    text-transform: uppercase;
}
.promo-item .btn {
    font-family: 'Arial Bold';
    position: relative;
    z-index: 9;
    width: 116px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: #333;
    border-radius: 0;
    outline: 0;
    border-color: #333;
    margin-top: 30px;
    margin-bottom: 46px;
}
/*#building-materials{

    background: #f5f5f5;

}*/

.wrapper {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 44px;
}
.product-left-nav {
    width: 268px;
    float: left;
}
.right-container {
    width: 100%;
    max-width: calc(100% - 268px);
    padding-left: 20px;
    float: right;
}
#building-materials.only-title .product-item p {
    margin-top: 15px;
}
.product-left-nav h3 {
    font-family: 'Arial Bold';
    font-size: 18px;
    color: #fff;
    background: #444;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.products-nav .panel-default>.panel-heading {
    border: none;
    border-radius: 0;
    padding: 0;
}
.products-nav .panel-default>.panel-heading a {
    font-family: 'Arial Bold';
    color: #888;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 14px 15px;
    background-color: #e3e1e1;
    border-left: 8px solid #cd1619;
    position: relative;
    padding-left: 43px;
}
.products-nav .panel-default>.panel-heading a:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    color: #acacac;
    position: absolute;
    top: 15px;
    ;
    left: 12px;
}
.products-nav .panel-group .panel {
    border-radius: 0px;
}
.products-nav .panel-group .panel+.panel {
    margin-top: 0.5px;
    border: none;
}
.products-nav .panel-body ul {
    list-style-type: none;
    padding-left: 53px;
}
.products-nav .panel-body ul li {
    margin-bottom: 15px;
}
.products-nav .panel-body ul li a {
    font-family: 'Arial Regular';
    font-size: 14px;
    color: #22211d;
    text-decoration: none;
}
.products-nav .panel-default>.panel-heading a:hover {
    background-color: #cd1619;
    color: #fff;
    border-left: 8px solid #cd1619;
}
.products-nav .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #cd1619;
    color: #fff;
}
.products-nav .panel-default>.panel-heading a:hover:before {
    color: #fff;
}
.products-nav .panel-default>.panel-heading a[aria-expanded="true"]:before {
    content: "\e259";
    color: #fff;
}
.products-nav .panel-default>.panel-heading a.color-1 {
    border-left-color: #78b928;
}
.products-nav .panel-default>.panel-heading a.color-2 {
    border-left-color: #015d9a;
}
.products-nav .panel-default>.panel-heading a.color-3 {
    border-left-color: #283583;
}
.products-nav .panel-default>.panel-heading a.color-4 {
    border-left-color: #fcbe00;
}
.products-nav .panel-default>.panel-heading a.color-5 {
    border-left-color: #039fe3;
}
.products-nav .panel-default>.panel-heading a.color-6 {
    border-left-color: #15a7b5;
}
.products-nav .panel-default>.panel-heading a.color-7 {
    border-left-color: #575656;
}
.products-nav .panel-default>.panel-heading a.color-8 {
    border-left-color: #009884;
}
.products-nav .panel-default>.panel-heading a.color-9 {
    border-left-color: #f06b00;
}
.products-nav .panel-default>.panel-heading a.color-10 {
    border-left-color: #e6027e;
}
.products-nav .panel-default>.panel-heading a.color-11 {
    border-left-color: #712383;
}
.refine-nav {
    margin-top: 33px;
}
.refine-nav .panel-default>.panel-heading {
    padding: 0;
}
.refine-nav .panel-title>a {
    font-family: "Arial Regular";
    display: block;
    text-decoration: none;
    color: #4c4c4c;
    font-size: 16px;
    padding: 14px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
.refine-nav .panel-title span {
    font-family: "Arial Regular";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 45px;
    font-size: 12px;
    color: #a6a49f;
    background: #ededed;
    padding: 4px 22px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.refine-nav .panel-title {
    position: relative;
}
.refine-nav .panel-default>.panel-heading a:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    color: #444444;
    position: absolute;
    top: 15px;
    ;
    right: 12px;
}
.refine-nav .panel-default>.panel-heading a[aria-expanded="true"]:before {
    content: "\e259";
}
.filter-radio label {
    overflow: hidden;
    position: relative;
}
.filter-radio label input {
    position: absolute;
    top: -50px;
}
.filter-radio span {
    font-family: "Arial Regular";
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    color: #a6a49f;
    cursor: pointer;
    padding-bottom: 5px;
}
.filter-radio span:before {
    content: "";
    padding-top: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c0c0c0;
}
.filter-radio input[type="radio"]:checked + span:before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-size: 10px;
    text-align: center;
}
.refine-nav .form-group {
    margin-bottom: 5px;
}
.form-to label {
    font-family: "Arial Regular";
    font-size: 15px;
    font-weight: normal;
    color: #4c4c4c;
}
.form-to .form-control {
    border-radius: 0;
}
.form-to .btn-primary {
    font-family: 'Arial Bold';
    color: #fff;
    background-color: #b4292a;
    border-color: #b4292a;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
}
.form-to .btn-primary:active,
.form-to .btn-primary:focus,
.form-to .btn-primary:hover {
    background-color: #b4292a;
    border-color: #b4292a;
    outline: none;
}
.refine-nav .panel {
    background-color: #f5f5f5;
}
.refine-nav .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.refine-nav .panel-default {
    border-color: rgba(221, 221, 221, 0);
}
#reset-all {
    font-family: "Arial Regular";
    display: inline-block;
    font-size: 12px;
    color: #a6a49f;
    background: #ededed;
    padding: 4px 22px;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.quick-nav-item {
    overflow: hidden;
    margin-bottom: 16px;
}
.quick-left {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #014289;
    padding-top: 6px;
    float: left;
}
.quick-left.color-1 {
    background: #b4292a;
}
.quick-left.color-2 {
    background: #65a038;
}
.quick-right {
    width: 100%;
    max-width: calc(100% - 37px);
    float: left;
    padding-left: 20px;
}
.quick-right a {
    text-decoration: none;
    font-family: "Arial Regular";
    font-size: 17px;
    color: #4c4c4c;
}
.quick-right p {
    font-family: "Arial Regular";
    font-size: 12px;
    color: #4c4c4c;
}
.right-container h2 {
    font-family: 'Arial Bold';
    font-size: 39px;
    color: #444;
}
.breadcrumb li a {
    font-family: "Arial Regular";
    text-decoration: none;
    color: #b3b3b3;
    font-size: 14px;
}
.breadcrumb>.active {
    font-family: 'Arial Bold';
    font-size: 14px;
    color: #444;
}
.start-banner {
    background: #b4292a;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
}
.start-banner a {
    text-decoration: none;
    color: #fff;
}
.start-banner .start-left {
    width: 100%;
    max-width: calc(100% - 160px);
    float: left;
}
.start-banner .start-left h2 {
    font-family: 'Arial Bold';
    font-size: 25px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 12px;
}
.start-banner .start-left p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #fff;
}
.start-banner .start-right {
    width: 160px;
    float: left;
    text-align: center;
}
.more-info {
    padding-top: 35px;
    padding-bottom: 35px;
}
.more-info h3 {
    font-family: 'Arial Bold';
    font-size: 14px;
    color: #3c3936;
    margin-bottom: 15px;
}
.more-info p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #3c3936;
    margin-bottom: 15px;
}
.breadcrumb {
    padding-left: 0;
    margin-bottom: 15px;
}
.adv img {
    width: 100%;
}
.sorting {
    min-height: 84px;
}
.sort-left {
    width: 87%;
    max-width: calc(100% - 204px);
    float: left;
    padding: 25px 0;
}
.sort-right {
    width: 204px;
    padding: 25px 0;
}
.sort-right .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 51px;
}
.sorting .bootstrap-select>.dropdown-toggle {
    padding-right: 3px;
}
.sorting .caret {
    display: inline-block;
    position: relative;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
}
.sorting .caret:before {
    content: url(../assets/images/up-down.png);
    top: -8px;
    left: -2px;
    position: absolute;
}
.page-count {
    font-family: 'Arial Bold';
    margin-left: 5px;
    font-size: 15px;
    color: #323232;
}
.sorting label {
    font-family: "Arial Regular";
    font-size: 15px;
    color: #323232;
    margin-right: 10px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #323232;
}
/*#product-description{

    background:#f5f5f5;

}*/

#product-description .review {
    position: relative;
}
.review img {
    width: 100%;
}
.zooming {
    position: absolute;
    bottom: 12px;
    left: 40px;
}
.zooming a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e6e5e5;
    padding-top: 2px;
}
.zooming a i {
    color: #fff;
}
.zooming a:hover {
    border: 1px solid #f9f9f9;
}
#product-description .owl-thumbs {
    text-align: center;
    margin-top: 30px;
}
.owl-thumb-item {
    cursor: pointer;
}
.product-price-sec h2 {
    font-family: "Arial Regular";
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.product-price-sec h2+p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.product-price-sec .price {
    font-family: 'Arial Bold';
    font-size: 30px;
    color: #b51b1c;
    margin-bottom: 20px;
}
.product-price-sec .vat {
    font-family: "Arial Regular";
    font-size: 20px;
    color: #3c3936;
    margin-bottom: 20px;
}
.product-price-sec .vat span {
    font-size: 14px;
    display: block;
}
.product-price-sec .quick-left i {
    color: #fff;
    font-size: 20px;
    padding-top: 2px;
}
.product-price-sec .quick-left.color-1 {
    background: #be1c13;
}
.product-price-sec .quick-left.color-2 {
    background: #265d9a;
}
.product-price-sec .quick-left.color-3 {
    background: #6f6f6f;
}
.product-price-sec .quick-right {
    padding-left: 9px;
    padding-top: 5px;
}
.product-price-sec .quick-right i {
    color: #66a039;
}
.product-details {
    margin-top: 45px;
}
.product-details .nav-tabs>li>a {
    font-size: 19px;
    font-family: 'Arial Bold';
    text-decoration: none;
    color: #fff;
    background: #be1c13;
    border-radius: 0;
    margin: 0;
}
.product-details .nav-tabs>li.active a {
    color: #1e1e1e;
    background: #fff;
}
.tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top-color: transparent;
}
.product-details .tab-content>.tab-pane {
    width: 100%;
    max-width: 575px;
    padding: 25px;
    background: #fff;
}
.product-details .tab-content>.tab-pane p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 20px;
}
.related .sec-title h2 {
    font-family: 'Arial Bold';
    font-size: 18px;
    color: #2e2e2e;
    margin: 50px 0 30px 0;
}
.pagination {
    margin-bottom: 30px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}
.pagination>li>a,
.pagination>li>span {
    color: #808080;
    margin: 0px 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f5f5f5;
    border-color: #e4e4e4;
}
.pagination>li>a.dot {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
}
.pagination>li>a i {
    font-weight: 700;
    font-size: 18px;
}
.suppliers .supplire-single {
    width: 23%;
    float: left;
    text-align: center;
    min-height: 90px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin: 1%;
    height: 138px;
    -webkit-box-shadow: 0px 0px 5px #d2d2d2;
    -moz-box-shadow: 0px 0px 5px #d2d2d2;
    box-shadow: 0px 0px 5px #d2d2d2;
}
.supppliers-intro {
    background: #333;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.supppliers-intro p {
    font-family: 'Arial Regular';
    font-size: 16px;
}
.supplier-intro p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #333;
    margin-top: 25px;
}
#google-map {
    height: 688px;
}
.js-marquee {
    padding: 0 70px;
}
/*#branch-finder{

    background: #f7f7f7;

}*/

.branch-finder-form {
    margin-bottom: 40px;
}
#branch-finder h2 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
    padding-top: 50px;
    padding-bottom: 34px;
    border-bottom: 1px solid #333;
    margin-bottom: 35px;
}
.branch-form-left {
    width: 100%;
    max-width: calc(100% - 156px);
    float: left;
}
.branch-form-right {
    width: 156px;
    float: left;
}
.branch-form-left .form-control {
    height: 50px;
    border-radius: 0;
    border-left-color: transparent;
    font-family: "Arial Regular";
    font-size: 16px;
    width: 314px;
    border-left: 1px solid #ccc;
}
.branch-form-left i {
    font-size: 31px;
    color: #3c3936;
}
.branch-form-left .input-group-addon:first-child {
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
}
.branch-form-left .bootstrap-select .btn {
    font-family: "Arial Regular";
    font-size: 16px;
    padding: 13px 12px;
}
.branch-form-left .caret {
    border-top: 8px dashed #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.branch-finder-wrapper {
    background: #fff;
    padding: 30px;
}
.branch-single {
    overflow: hidden;
    border-bottom: 1px solid #b4bdb8;
    margin-bottom: 32px;
}
.branch-single-left {
    width: 56px;
    float: left;
    text-align: center;
}
.branch-single-left i {
    color: #b51b1c;
    font-size: 30px;
}
.branch-single-right {
    width: 100%;
    max-width: calc(100% - 56px);
    float: left;
}
.branch-single-right h3 {
    font-family: 'Arial Bold';
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.branch-single-right p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 8px;
}
.branch-single-right span {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #9D9C9C;
    line-height: 18px;
    display: block;
}
.branch-single-right a {
    text-decoration: none;
}
#banner {
    background: #f7f7f7;
}
.banner-inner {
    background: #fff url(../assets/images/branch-banner.jpg) no-repeat center center /cover;
    margin-top: 10px;
}
#banner h1 {
    font-family: 'Arial Bold';
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 140px;
    padding-bottom: 116px;
}
#branch-add {
    background: #f7f7f7;
}
.branch-add-wrapper {
    background: #fff;
    padding: 30px;
}
.branch-address {
    padding-right: 30px;
}
.branch-address h3 {
    font-family: 'Arial Bold';
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.branch-address p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #4c4c4c;
    line-height: 18px;
}
.branch-address p span {
    font-family: 'Arial Bold';
    font-size: 25px;
    color: #d92810;
    display: block;
    margin-top: 20px;
}
.branch-address p a {
    text-decoration: none;
    color: #4c4c4c;
}
.branch-address {
    border-right: 1px solid #c0c0c0;
}
.opening-hours {
    margin-top: 30px;
}
.opening-hours ul {
    list-style-type: none;
}
.opening-hours ul li {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #4c4c4c;
    line-height: 18px;
}
.opening-hours ul li span {
    display: inline-block;
    width: 70px;
    color: #000;
}
.branch-add-wrapper #google-map {
    height: 455px;
}
/*
#branch-details{

    background: #f7f7f7;

}*/

.branch-details-inner {
    padding: 30px;
    background: #fff;
}
.facilities-left {
    width: 172px;
    float: left;
}
.facilities-right {
    width: 100%;
    max-width: calc(100% - 172px);
    float: left;
}
.facilities-left h2 {
    font-family: 'Arial Bold';
    font-size: 30px;
    color: #4c4c4c;
    padding-top: 20px;
}
.facilities-right img {
    width: 11.11%;
    max-width: 94px;
}
hr {
    border-top: 1px solid #cbcbcb;
}
.service-gallery-item h3 {
    font-family: 'Arial Bold';
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
    margin-bottom: 15px;
}
.service-gallery-item p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.service-gallery-item img {
    width: 100%;
}
.service-gallery-item {
    margin-bottom: 45px;
}
.service-events {
    margin-top: 15px;
}
.service-event-item h2 {
    font-family: 'Arial Bold';
    font-size: 27px;
    color: #003e7e;
    margin-bottom: 20px;
}
.service-event-item img {
    width: 100%;
}
.service-event-item h2 img {
    width: auto;
}
.service-event-item iframe {
    width: 100%;
    height: 460px;
    margin-top: 5px;
}
.service-event-item h3 {
    font-family: 'Arial Bold';
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 15px;
    margin-top: 15px;
}
.service-event-item a {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    text-decoration: none;
}
.branch-map {
    position: relative;
}
.branch-map a.get-direction {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-decoration: none;
    background: #b8200c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'Arial Bold';
    font-size: 20px;
    display: block;
    padding: 5px 15px;
}
.service-wrapper {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}
.supplier-wrapper {
    background: none !important;
}
.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
}
.service-nav {
    list-style-type: none;
    border: 1px solid #cbcbcb;
    border-top: none;
    margin-bottom: 23px;
}
.service-nav li {
    position: relative;
    padding-left: 60px;
    margin-left: -1px;
    margin-right: -1px;
}
.service-nav li:hover {
    background: #b51b1c;
}
.service-nav li a {
    font-family: "Arial Regular";
    font-size: 18px;
    color: #444;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.service-nav li:hover a {
    color: #fff;
}
.service-nav li:before {
    content: url(../assets/images/truck-blue.png);
    position: absolute;
    top: 7px;
    left: 10px;
}
.service-wrapper .product-left-nav h3 {
    padding-left: 18px;
}
.service-wrapper .product-left-nav h3 img {
    margin-right: 5px;
}
a.find-local {
    font-family: 'Arial Bold';
    font-size: 16px;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #a9a9a9;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    margin-bottom: 14px;
}
a.find-local i {
    font-size: 31px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: 7px;
    left: -11px;
}
.service-wrapper .product-wrapper p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.service-wrapper .product-wrapper h3 {
    font-family: 'Arial Bold';
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 15px;
    margin-top: 24px;
}
.devide-section {
    max-height: 228px;
    background: #003e7e;
    overflow: hidden;
}
.left-img {
    width: 58%;
    float: left;
}
.left-img img {
    width: 100%;
    min-height: 228px;
    object-fit: cover;
}
.right-text {
    width: 42%;
    float: left;
}
.right-text {
    padding-top: 60px;
    padding-left: 45px;
}
.service-wrapper .product-wrapper .right-text h3 {
    width: 100%;
    max-width: 200px;
    font-family: 'Arial Bold';
    font-size: 40px;
    color: #fff;
    margin: 0;
}
.service-wrapper .product-wrapper .right-text p {
    width: 100%;
    max-width: 200px;
    font-family: "Arial Regular";
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.service-wrapper .right-container {
    float: right;
}
.n-prev {
    position: absolute;
    top: 93%;
    right: 7%;
    z-index: 99999999;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}
.n-next {
    position: absolute;
    top: 93%;
    right: 4%;
    z-index: 99999999;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}
.item.background-1 {
    background: #fff url(../assets/images/about-us-bk.jpg) no-repeat center center /cover;
}
/*#banner-slider{

    background: #f7f7f7;

}*/

.carousel-inner {
    padding: 15px;
    background: #fff;
    padding-bottom: 0;
}
#banner-slider .owl-carousel .owl-item img {
    width: 100%;
    max-width: 234px;
    margin: auto;
}
#banner-slider .review {
    padding-top: 120px;
    padding-bottom: 123px;
}
#banner-slider .review h2 {
    font-family: 'Arial Bold';
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
}
.slide-bottom {
    background: #003e7e;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.slide-bottom ul {
    list-style-type: none;
    margin-bottom: 0;
}
.slide-bottom ul li {
    font-family: "Arial Regular";
    font-size: 18px;
    color: #fff;
    display: inline-block;
    color: #fff;
}
.slide-bottom ul li span {
    margin: 0 8px;
}
.slide-bottom a {
    font-family: "Arial Regular";
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 12px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service-wrapper .product-wrapper .video-wrapper h3 {
    font-family: 'Arial Bold';
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 18px;
}
.service-wrapper .product-wrapper .video-wrapper p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #333;
    margin-bottom: 35px;
}
.service-wrapper .product-wrapper .video-wrapper img {
    width: 100%;
}
.right-container .news-item h2 {
    font-family: 'Arial Bold';
    font-size: 25px;
    color: #003e7e;
    margin-top: 18px;
    margin-bottom: 10px;
}
.news-item {
    min-height: 438px;
}
.news-item a {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #003e7e;
    text-decoration: none;
}
.news-img img {
    width: 100%;
}
.news-banner {
    position: relative;
}
.news-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.news-banner img {
    width: 100%;
}
.news-banner-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.right-container .news-banner-item h2 {
    font-family: 'Arial Bold';
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}
.news-banner-item img {
    width: auto;
    max-width: 100%;
}
.news-details .devide-section {
    max-height: 430px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-details .left-img img {
    min-height: 397px;
    object-fit: fill;
}
.career .products-nav .panel-body ul {
    padding-left: 35px;
}
.career .products-nav .panel-default>.panel-heading a {
    background-color: #444444;
    border-left: 8px solid #444444;
    color: #fff;
}
.career .products-nav .panel-default>.panel-heading a:before {
    color: #fff;
}
.career .right-container h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.job-post-single h2 a {
    text-decoration: none;
    color: #4c4c4c;
}
.job-info {
    width: 100%;
    max-width: 475px;
    margin-bottom: 16px;
}
.job-info p {
    font-family: 'Arial Bold';
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 16px;
}
.job-info p span {
    font-family: "Arial Regular";
}
.job-description {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.career .btn-primary.btn--red {
    padding: 6px 11px;
}
.career-wrapper {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}
input[type=file] {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.career-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.job-apply-form .caret {
    display: inline-block;
    position: relative;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
}
.job-apply-form {
    margin-top: 70px;
    margin-bottom: 70px;
}
.job-apply-form .caret:before {
    content: url(../assets/images/up-down.png);
    top: -8px;
    left: -2px;
    position: absolute;
}
.job-apply-form h3 {
    font-family: 'Arial Bold';
    font-size: 20px;
    color: #4c4c4c;
    margin-top: 17px;
    margin-bottom: 15px;
}
.job-apply-form p {
    font-family: "Arial Regular";
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.job-apply-form label {
    font-family: 'Arial Bold';
    color: #4c4c4c;
}
.job-apply-form textarea {
    max-width: 100%;
}
.job-apply-form .cover-letter textarea {
    min-height: 180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.job-apply-form .btn-primary.btn-sub {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 16px;
    font-family: 'Arial Bold';
    padding: 10px 20px;
}
.item-img {
    width: 85px;
    float: left;
}
.item-img img {
    width: 100%;
}
.item-title {
    width: 100%;
    max-width: calc(100% - 85px);
    float: left;
    padding-left: 12px;
}
.item-title h3 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
}
.item-title h3+p {
    font-family: "Arial Regular";
    font-size: 13px;
    color: #4c4c4c;
    margin: 5px 0;
}
.item-title .btn-default {
    color: #4c4c4c;
    background-color: #e3e1e1;
    border-color: #ccc;
    padding: 2px 11px;
    font-size: 12px;
    border-radius: 17px;
    outline: 0;
}
.item-title .btn-default:active,
.item-title .btn-default:focus {
    outline: 0;
    background-color: #e3e1e1;
    border-color: #ccc;
}
.item-title img {
    margin-left: 5px;
}
.item-title span {
    font-family: 'Arial Bold';
    font-size: 12px;
    color: #4c4c4c;
}
.item-title span.in-stock {
    font-family: "Arial Regular";
    color: #2a8b1a;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}
.item-qty .form-control {
    display: inline-block;
    width: 75px;
    text-align: center;
    float: left;
    border-radius: 0;
}
.item-qty span {
    float: left;
}
.item-price {
    font-family: 'Arial Bold';
    font-size: 31px;
    color: #4c4c4c;
    margin-left: 25px;
}
.item-qty span {
    margin: 0 28px;
    font-family: "Arial Regular";
    font-size: 12px;
    color: #4c4c4c;
    margin-top: 10px;
}
.reload-cart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ededed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
}
.reload-cart img {
    width: 17px;
}
.total-price>p {
    font-family: 'Arial Bold';
    font-size: 25px;
    color: #b51b1c;
}
.total-price>p span {
    font-family: "Arial Regular";
    font-size: 15px;
}
.total-price>p.vat {
    font-family: 'Arial Bold';
    font-size: 15px;
    color: #4c4c4c;
}
.total-price>p.vat span {
    font-family: "Arial Regular";
}
.cart-table .table>thead>tr>th {
    font-family: "Arial Regular";
    border-bottom: 0px solid #ddd;
}
.cart-table .table>tbody>tr>td {
    border: 1px solid #ddd;
}
.cart-table .table>tbody>tr>td:last-child {
    background: #e9e8e8;
}
.cart-table .table>thead>tr>th:last-child {
    font-family: "Arial Regular";
    font-size: 20px;
    color: #4c4c4c;
    background: #e9e8e8;
    text-align: center;
    border: 1px solid #e9e8e8;
    border-bottom-color: #ddd;
}
#shopping-cart {
    background: #f7f7f7;
}
.shopping-wrapper {
    padding: 15px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.basket {
    margin-bottom: 50px;
}
.basket h2 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
    margin-top: 23px;
    margin-bottom: 27px;
}
.basket a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #014289;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    position: relative;
    top: -6px;
}
.basket a span img {
    margin-top: 11px;
    width: 26px;
}
.basket a {
    font-family: "Arial Regular";
    font-size: 26px;
    color: #4c4c4c;
    text-decoration: none;
}
.basket a.change-store {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    background: #f7f7f7;
    margin-left: 40px;
    padding: 7px 33px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.cart-table .table>tbody>tr:last-child td {
    border: 1px solid transparent;
}
.cart-table .table>tbody>tr:last-child td:nth-last-of-type(2) {
    text-align: right;
}
.cart-table .table>tbody>tr:last-child td:last-child {
    background-color: transparent;
}
.cart-btn-wrapper .btn-primary.btn--grey {
    margin-left: 10px;
}
.you-may-like {
    margin-top: 20px;
    margin-bottom: 30px;
}
.you-may-like h2 {
    font-family: "Arial Regular";
    font-size: 20px;
    color: #4c4c4c;
}
.cart-steps {
    overflow: hidden;
}
.home-icon {
    width: 90px;
    float: left;
    background: #b51b1c;
    text-align: center;
    padding: 17px 10px;
}
.home-icon i {
    font-size: 35px;
    color: #fff;
}
.step-wrapper {
    width: 100%;
    max-width: calc(100% - 90px);
    float: left;
    overflow: hidden;
    min-height: 69px;
    background: #e3e1e1;
    text-align: center;
    margin-bottom: 45px;
}
.step-single {
    width: 25%;
    float: left;
    padding-top: 16px;
    min-height: 69px;
}
.step-single.active {
    background: #dd4748;
}
.step-single p {
    font-family: 'Arial Bold';
    font-size: 15px;
    color: #3c3936;
}
.step-single p i {
    font-size: 28px;
    position: relative;
    top: 5px;
    left: -15px;
}
.step-single.active p {
    color: #fff;
}
.step-single.active p i {
    color: #fff;
}
.change-store-wrap {
    background: #ebeaea;
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 20px;
    padding-top: 21px;
}
.cart-contact-details .form-inline .form-group {
    margin-bottom: 20px;
}
.cart-contact-details .form-horizontal .control-label {
    text-align: left;
    padding-left: 7%;
}
.cart-contact-details .form-control {
    max-width: 240px;
    color: #4c4c4c;
    border-radius: 0px;
}
.cart-contact-details .form-control.sm-input {
    max-width: 80px;
}
.cart-contact-details {
    font-family: "Arial Regular";
}
.cart-contact-details label {
    font-family: "Arial Regular";
    font-weight: 400;
}
.cart-contact-details p {
    font-family: 'Arial Bold';
    padding-left: 6%;
    color: #4c4c4c;
}
.cart-contact-details .form-group {
    margin-bottom: 27px;
}
.cart-contact-details hr {
    border-top: 1px solid #1d392b;
    margin-top: 45px;
    margin-bottom: 45px;
}
.cart-contact-details .form-control.input-with-btn {
    display: inline-block;
    margin-right: 25px;
}
.cart-contact-details .form-control.input-with-btn + .btn {
    padding: 3px 12px;
    background-color: #e3e1e1;
    border-color: #ccc;
    font-size: 12px;
    border-radius: 14px;
}
.cart-contact-details .form-control.input-with-btn + .btn:focus {
    outline: 0;
}
.cart-contact-details span {
    padding-left: 23px;
}
.form-agreement {
    padding-left: 6%;
    margin-top: 60px;
}
.form-agreement label {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.form-agreement label input {
    position: absolute;
    top: -40px;
}
.form-agreement p {
    padding-left: 0;
    font-family: "Arial Regular";
    margin-bottom: 20px;
}
.form-agreement a {
    text-decoration: underline;
    font-family: "Arial Regular";
    color: #4c4c4c;
}
.form-agreement label span {
    position: relative;
}
.form-agreement label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
}
.form-agreement label input[type="checkbox"]:checked + span:before {
    content: "\f00c";
    font-family: FontAwesome;
    background: #3696ff;
    border-color: #3696ff;
    color: #fff;
    font-size: 13px;
}
.contact-simmery {
    margin-left: 35px;
    overflow: hidden;
}
.contact-simmery-left {
    width: 100%;
    max-width: 450px;
}
.contact-simmery-left h3 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
}
.contact-simmery-left p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
}
.contact-simmery-left p span {
    font-family: 'Arial Bold';
}
.contact-simmery-right p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    padding: 0 15px;
    margin-bottom: 20px;
}
.contact-simmery-right p strong {
    color: #19127c;
}
.summery-order-table .item-qty .form-control {
    float: none;
}
.summery-order-table.cart-table .table>tbody>tr>td:nth-of-type(2) {
    background: #d7d6d6;
}
.summery-order-table.cart-table .table>tbody>tr>td {
    background: #ebeaea;
}
.summery-order-table.cart-table .table>tbody>tr:last-child td {
    background-color: transparent;
}
.summery-order-table.cart-table .table>thead>tr>th {
    font-family: "Arial Regular";
    font-size: 20px;
    color: #4c4c4c;
}
.summery-order-table h2 {
    font-family: "Arial Regular";
    font-size: 25px;
    margin-top: 30px;
    color: #4c4c4c;
    margin-bottom: 50px;
    padding-left: 48px;
}
.summery-order-table.cart-table .table>tbody>tr:last-child td p {
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 25px;
}
.cart-table .table>tbody>tr:last-child td:nth-last-of-type(2) p:last-child {
    font-family: "Arial Regular";
    font-size: 26px;
    color: #4c4c4c;
    margin-bottom: 0;
}
.summery-order-table.cart-table .table>tbody>tr:last-child td p.basket-total {
    color: #fff;
    background: #b41b1c;
    margin-bottom: 0;
}
.summery-order-table .btn-primary.btn--red-sm {
    padding: 8px 14px;
}
.summery-order-table .btn-primary.btn--grey {
    padding: 8px 14px;
}
.contact-simmery-right img {
    width: 100%;
}
.confirmation-summery {
    margin-bottom: 50px;
}
.credit-wrap img {
    width: 40px;
    float: left;
}
.credit-info {
    width: 100%;
    max-width: calc(100% - 40px);
    float: left;
    padding-left: 15px;
}
.basket .v2 a span {
    top: 2px;
    float: left;
    font-size: 12px;
}
.basket .v2 a small {
    font-size: 12px;
    display: block;
}
.basket .v2 a.change-store {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    background: #f7f7f7;
    margin-left: 5px;
    padding: 7px 33px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.basket .v2.change-store-wrap {
    padding-top: 12px;
}
.in-stk {
    margin-top: 10px;
}
.in-stk img {
    width: 25px;
    float: left;
    margin-right: 5px;
}
.in-stk .in-stock {
    color: #2a8b1a;
}
.step-single.done {
    background: #c2bcbc;
}
.make-payment-left label {
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
}
.make-payment-left label input {
    position: absolute;
    top: -50px;
    left: 0;
}
.make-payment-left label span {
    position: relative;
    padding-left: 74px;
    display: inline-block;
}
.make-payment-left label span:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 13px;
    left: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ededed;
    border: 1px solid #cfcfcf;
}
.make-payment-left label input[type="radio"]:checked + span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    left: 11px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #b4292a;
}
.make-payment-left label small {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
}
.make-payment-left label img.payPal {
    margin-left: 61px;
}
.make-payment h2 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
}
.make-payment-left h2+p {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 70px;
}
.make-payment {
    background: #fff;
    overflow: hidden;
}
.make-payment-left .form-group {
    margin-bottom: 56px;
}
.make-payment-left .form-group label {
    font-family: "Arial Regular";
    font-size: 11.5px;
    color: #4c4c4c;
    font-weight: 400;
    text-align: left;
}
.make-payment-left .form-group span {
    font-family: "Arial Regular";
    font-size: 11px;
}
.make-payment-left .form-control {
    border-radius: 0;
}
.make-payment-left h3 {
    font-family: "Arial Regular";
    font-size: 25px;
    color: #4c4c4c;
    line-height: 50px;
    margin-bottom: 50px;
}
.make-payment-left {
    padding-right: 15px;
}
.make-payment .border-right {
    border-right: 1px solid #333;
}
.make-payment-right {
    padding-left: 35px;
}
.make-payment-right h2 {
    margin-bottom: 50px;
}
.make-payment-right h3 {
    font-family: "Arial Regular";
    font-size: 17px;
    color: #4c4c4c;
}
.make-payment-right h3+p {
    font-family: "Arial Regular";
    font-size: 9px;
    color: #4c4c4c;
    margin-bottom: 24px;
}
.cart-content.One .form-control {
    font-family: "Arial Regular";
    display: inline-block;
    width: 77px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    margin-left: 30px;
}
.cart-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.cart-content .product-price {
    font-family: 'Arial Bold';
    font-size: 20px;
    color: #b51b1c;
    margin-bottom: 0;
}
.cart-content .product-price span {
    font-family: "Arial Regular";
    font-size: 12px;
}
.cart-content.One {
    margin-top: 32px;
}
.cart-sum {
    min-height: 490px;
}
.cart-sum-table {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 35px;
}
.cart-sum-table .table>tbody>tr>td {
    border: none;
}
.cart-sum-table .table>tbody>tr:first-child {
    background: #ebeaea;
}
.cart-sum-table .table>tbody>tr>td:last-child {
    font-family: 'Arial Bold';
    width: 195px;
    padding-left: 16px;
    font-size: 31px;
    line-height: 1;
    padding: 6px 7px;
}
.cart-sum-table .table>tbody>tr>td:first-child {
    text-align: right;
    padding-right: 38px;
}
.cart-sum-table .table>tbody>tr:nth-of-type(2) td {
    padding-top: 26px;
    padding-bottom: 21px;
}
.cart-sum-table .table>tbody>tr:last-child td:last-child {
    padding-left: 0px;
    padding-top: 24px;
}
.cart-sum-table .table>tbody>tr:nth-last-of-type(2) td:first-child {
    font-size: 26px;
    line-height: 1;
}
.cart-sum-table .table>tbody>tr:nth-last-of-type(2) td:last-child {
    background: #b51b1c;
    color: #fff;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart-sum-table .btn-primary.btn--grey {
    padding: 5px 13px;
}
.cart-sum-table .btn-primary.btn--red-sm {
    padding: 5px 13px;
}
.job-apply-form h3.cover-letter-title {
    margin-bottom: 3px;
}
.cart-table.summery-order-table .table>thead>tr>th:last-child {
    background: rgba(233, 232, 232, 0);
    border: 1px solid rgba(233, 232, 232, 0);
    border-bottom-color: transparent;
}
.product-details .nav>li>a {
    padding: 10px 48px;
}
.basket .v2 a.change-store {
    font-size: 14px;
    padding: 7px 18px;
}
input[type=file] {
    font-family: 'Arial Bold';
}
.owl-thumbs .btn,
.owl-thumbs .btn.active {
    font-family: 'Arial Bold' !important;
    font-size: 18px;
}
/*.owl-thumbs .btn:hover {
    background: #949494;
    color: #fff;
    border-color: #949494;
}*/
,
.owl-thumbs .btn:focus {
    background: #949494 !important;
    color: #fff;
    outline: 0;
    border-color: #949494 !important;
}
.owl-thumbs .btn.active,
.owl-thumbs .btn.active:active,
.owl-thumbs .btn.active:focus {
    font-family: 'Arial Regular';
    font-size: 16px;
    color: #fff;
    outline: 0;
}
.pop-up-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, .7);
}
.pop-up-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1077px;
    background: #fff;
    padding: 17px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pop-up-inner h2 {
    font-family: "Arial Regular";
    font-size: 18px;
    color: #fff;
    background: #014289;
    padding: 15px;
}
.branch-pop-list-single h3 {
    font-family: "Arial Regular";
    font-size: 15px;
    color: #4c4c4c;
    padding: 28px 30px 28px 60px;
    position: relative;
}
.branch-pop-list-single h3 span {
    font-family: 'Arial Bold';
}
.branch-pop-list-single h3 a {
    text-decoration: none;
    color: #4c4c4c;
}
.branch-pop-list-single h3:before {
    content: "\f041";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: FontAwesome;
    color: #b4292a;
    font-size: 30px;
}
.branch-pop-list-single h3:after {
    content: "\f105";
    position: absolute;
    top: 20px;
    right: 5px;
    font-family: FontAwesome;
    color: #4c4c4c;
    font-size: 30px;
}
.pop-list-top {
    border-bottom: 1px solid #b8c0bc;
    overflow: hidden;
    padding-bottom: 20px;
}
.pop-list-top-left {
    width: 100%;
    max-width: calc(100% - 82px);
    float: left;
}
.pop-list-top-left img {
    margin-right: 15px;
    margin-left: 15px;
}
.pop-list-top-left i {
    margin-left: 10px;
    color: #66a039;
}
.pop-list-top .btn-primary.btn--red-sm {
    font-size: 10px;
    padding: 7px 16px;
    float: left;
}
.branch-pop-list-single .branch-info {
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b8c0bc;
    position: relative;
}
.branch-pop-list-single .branch-info:before {
    content: "";
    position: absolute;
    top: 41%;
    right: -14px;
    width: 10px;
    height: 63%;
    background: #e1e0e0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.branch-pop-list-single .branch-info h4 {
    font-family: "Arial Regular";
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 16px;
}
.branch-pop-list-single .branch-info address,
.branch-pop-list-single .branch-info li {
    font-family: "Arial Regular";
    font-size: 16px;
    color: #000;
}
.branch-pop-list-single .branch-info ul {
    list-style-type: none;
}
.branch-pop-list-single .branch-info ul li {
    border: 1px solid transparent;
    padding: 0 4px;
}
.branch-pop-list-single .branch-info ul li span {
    float: right;
}
.branch-pop-list-single .branch-info ul li:hover {
    border-color: #cbcbcb;
    background: #e8e8e8;
}
.pop-service a {
    margin-right: 8px;
}
#pop-map {
    height: 477px;
}
.pop-container {
    max-height: 721px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.btn-primary.btn--blue {
    color: #fff;
    background-color: #014289;
    border-color: #014289;
    font-size: 18px;
    border-radius: 0;
    padding: 9px 44px;
    text-transform: none;
}
.pop-right p {
    padding: 22px 0;
    font-family: "Arial Regular";
    font-size: 16px;
    color: #4c4c4c;
}
.pop-right .btn-primary.btn--red {
    padding: 14px 15px;
    text-transform: none;
}
#pop-close {
    position: absolute;
    top: 0;
    right: -47px;
    width: 46px;
    height: 49px;
    background: #014289;
    padding: 11px;
}
.pop-up-wrapper {
    visibility: hidden;
    opacity: 0;
}
.pop-up-wrapper.show {
    visibility: visible;
    opacity: 1;
}
.product-details ul li:first-child a {
    padding-left: 25px;
}
.cart-content .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #4c4c4c;
    text-align: center;
    font-size: 18px;
}
.cart-content .btn-default {
    color: #d7d6d6;
    border-radius: 0;
}
.cart-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 70px;
    margin-left: 15px;
}
/* 25-7-2017  */

#promo img {
    width: 100%;
    min-height: 320px;
}
.sec-title h2 {
    text-align: center;
    font-size: 30px;
}
.ofr_poster {
    margin-bottom: 40px;
}
.ofr_poster img {
    width: 100%;
}
.newsletter .btn-secondary {
    font-size: 16px;
}
.newsletter .container {
    padding: 0 65px;
}
.newsletter-left h2 {
        font-size: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
        color: #fff !important;

}
.newsletter-left p {
    font-size: 14px;
    padding: 0 !important;
}
.newsletter .btn-secondary {
    width: 120px;
}
.newsletter-left {
    padding-left: 85px;
}
.newsletter-left {
    position: relative;
}
.newsletter-left img {
    position: absolute;
    left: 0;
}
.header-top {
    padding: 25px 0;
    background-color: #023e7e;
}
.logo {
    width: 275px;
}
.top-search {
    position: absolute;
}
.top-search .btn-secondary {
    background-color: #fff;
    outline: none !important;
}
.top-search .btn-secondary i {
    color: #023e7e;
}
.top-search .form-control {
    background-color: #fff;
    font-size: 18px;
    color: #666;
}
.left-nav > li > a {
    font-size: 18px;
    padding: 0 56px;
}
.left-nav > li:last-child > a {
    border: none;
}
#banner .banner-inner {
    margin: 0;
}
#banner .container-fluid {
    padding: 0;
}
.banner-inner {
    background-image: none;
}
.banner-inner img {
    width: 100%;
}
.branch-address {
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 60px;
    position: relative;
    padding-bottom: 20px;
}
.service-facilities h2 {
    font-size: 24px;
    font-family: 'Arial Bold';
    padding: 15px;
    padding-top: 0;
}
.facilities-right {
    max-width: none;
    text-align: center;
}
.facilities-right a {
    display: inline-block;
    padding: 0 16px;
    vertical-align: top;
    text-decoration: none;
}
.facilities-right img {
    width: 85px;
}
.service-facilities .col-md-12 {
    padding: 0;
}
.facilities-right a:first-child {
    padding-left: 0;
}
.facilities-right a:last-child {
    padding-right: 0;
}
.facilities-right span {
    display: block;
    max-width: 95px;
    text-transform: capitalize;
    color: #000;
    font-size: 12px;
}
.branch_ofr img {
    width: 100%;
}
.branch_ofr {
    margin: 15px 0;
    padding-top: 30px;
}
.service-event-item {
    padding-bottom: 30px;
}
.service-event-item p {
    padding-bottom: 15px;
    font-size: 14px;
}
.branch-add-wrapper h2 {
    font-size: 46px;
    font-family: 'Arial Bold';
    color: #000;
    padding-bottom: 20px;
}
.opening-hours {
    margin-top: 0;
}
.branch-address span.glyphicon {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #023e7e;
    line-height: 40px;
    text-align: center;
}
.branch-details-inner,
.branch-add-wrapper {
    padding: 30px 0;
}
.branch-address h3 {
    color: #023e7e;
    font-size: 14px;
    font-family: 'Arial Bold';
    padding-top: 13px;
}
.branch-address p,
.branch-address li {
    font-family: 'Arial Regular'!important;
    color: #000;
}
.addres-top a.get-direction {
    color: #fff;
    text-decoration: none;
    background: #b8200c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "Arial Regular";
    font-size: 14px;
    display: inline-block;
    padding: 7px 15px;
    margin-top: 10px;
}
.branch-address p a {
    display: block;
    font-family: 'Arial Regular';
    padding-bottom: 15px;
}
.branch-finder-form button.btn--red {
    background-color: #023e7e !important;
    border-color: #023e7e;
}
.branch-finder-wrapper {
    padding: 30px 0;
}
#google-map {
    height: 550px;
}
.branch-finder-form {
    margin-bottom: 0px;
}
.branch-list {
    padding: 30px 0;
}
.branch-finder-wrapper .branch-list > h3 {
    color: #023e7e;
    border-color: #ddd;
    font-family: 'Arial Bold';
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.branch-single > h3 {
    padding: 10px 0;
    font-size: 28px;
    font-family: 'Arial Bold';
}
.branch-single h3 .fa {
    margin-right: 10px;
    background-color: #023e7e;
    color: #fff;
    font-size: 16px !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    bottom: 4px;
    position: relative;
}
.branch-single .col-sm-3,
.branch-single .col-sm-4,
.branch-single .col-sm-2 {
    padding: 0;
}
.branch-single {
    padding-bottom: 30px;
}
.branch-single-right p,
.branch-single-right .opening-hours li {
    font-family: 'Arial Regular';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0 !important;
    color: #171616;
}
.branch-single-right {
    width: 100%;
    max-width: 100%;
}
.branch-single-right img {
    width: 100%;
}
.branch-single-right .service_img.service {
    padding-right: 80px;
}
.single_brnch_dir {
    text-align: right;
}
.single_brnch_dir span,
.single_brnch_dir a,
.single_brnch_dir p {
    display: block;
    line-height: 1;
    margin: 0;
}
.single_brnch_dir p {
    margin-bottom: 25px;
}
.single_brnch_dir a {
    display: inline-block;
    padding: 10px 5px;
    background-color: #c13623;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #fff;
    width: 160px;
    text-align: center;
}
.single_brnch_dir a:last-child {
    background-color: #023e7e
}
.branch-single {
    border-color: #ddd;
}
#branch-finder h2 {
    font-size: 38px;
    color: #023e7e;
    font-family: 'Arial Bold';
    border: none;
    margin-bottom: 0;
    padding-top: 0;
}
.products-nav {
    background-color: #fff;
    padding-bottom: 0 !important;
}
.product-left-nav h3 {
    background-color: #fff;
    color: #003a79;
    padding: 0;
    font-size: 20px;
    padding: 20px 0;
    font-family: 'Arial Regular';
    font-weight: 600;
    border-bottom: 1px solid #eee;
        margin: 0 20px;
}
.products-nav li a {
    display: block;
    line-height: 1;
    text-decoration: none;
    color: #444;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
    font-family: 'Arial Regular';
    text-transform: capitalize;
}
.products-nav li a:hover {
    color: #cd1619;
}
.only-title .products-nav li:last-child a {
    border: none;
}
.products-nav li {
    display: block;
    line-height: 1;
    list-style: none;
    padding: 5px 0px;
}
/*#building-materials{background-color: #f1f1f1;}*/

.breadcrumb li a,
.breadcrumb>.active {
    color: #0b3a6b;
    font-family: 'Arial Regular';
}
.breadcrumb>.active {
    color: #999;
    font-family: 'Arial Regular';
}
.breadcrumb>li+li:before {
    content: "";
    color: #a5a3a3;
    background: url(../img/next-s.png);
    background-repeat: no-repeat;
    right: -5px;
    position: relative;
    top: 3px;
    padding: 0 10px;
}
.brochure {
    margin: 15px 0;
}
.brochure img {
    width: 100%;
}
.right-container h2 {
    font-size: 30px;
    color: #000;
}
.wrapper {
    overflow: visible;
}
.more-info p {
    font-size: 12px;
}
.product-left-nav h3 a {
    line-height: 1;
    float: right;
    display: inline-block;
    font-weight: 600;
    font-family: "Arial Regular";
    color: #444;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
}
.filter_wrp {
    margin: 20px;
    border-bottom: 1px solid #eee;
}
.filter_wrp ul {
    padding: 0;
}
.filter_wrp h4 {
    font-size: 16px;
    font-family: 'Arial Bold';
    padding-bottom: 5px;
}
.filter_wrp li {
    padding: 5px 0;
    display: block;
    list-style: none;
}
.filter_wrp input {
    display: none;
}
.filter_wrp span {
    display: block;
    position: relative;
    padding-left: 28px;
    vertical-align: middle;
    color: #777778;
    font-size: 12px;
    font-family: 'Arial Regular';
    margin:7px 0;
}
.breadcrumb li a {
    font-size: 12px;
}
.filter_wrp span:before {
    display: block;
    position: absolute;
    content: "\2713";
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    left: 0;
    top: 0;
    border: 1px solid #999;
    color: #999;
    font-size: 12px;
    border-radius: 2px;
    overflow: hidden;
    padding-left: 13px;
}
.filter_wrp input:checked + span:before {
    padding-left: 0;
}
.filter_wrp label {
    margin: 0;
}
.filter_wrp .col-xs-6 {
    padding: 0;
    padding-right: 15px;
}
.filter_wrp .col-xs-6 select {
    width: 100%;
    padding: 5px;
    outline: none;
    border-color: #aaa;
    margin-bottom: 20px;
}
.filter_wrp:after {
    display: block;
    clear: both;
    content: "";
    padding-top: 5px;
}
.filter_wrp .col-xs-6 p {
    color: #777778;
}
.page_nav a {
    font-size: 36px !important;
    line-height: 22px !important;
}
#building-materials.only-title .product-item p {
    color: #333;
    font-size: 14px;
        font-family: 'Arial Bold';
}


.price_product .product-item p{
    color: #023e7e !important;
    font-size: 30px !important;
        font-family: 'Arial Bold';
}
.product-item p {
    color: #023e7e;
}
.inner_page_banner .banner-inner h1 {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding: 0 !important;
}
.inner_page_banner .banner-inner h1 img {
    max-width: 250px;
    display: inline-block;
    width: 100%;
}
/*.left-nav>li:first-child a{

    padding-left: 12px;

}*/

.collapse-navigation {
    z-index: 999;
}
.sub_menu_wrp.show-nav{
transition-delay:10s;
}
/*.collapse-navigation:after {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top:0;
    background-color: #000;
    opacity: 0.0;
    visibility: hidden;
    content: "";
    z-index: -1;
}*/

.collapse-navigation.active:after {
    visibility: visible;
    opacity: 0.6;
}
#main-nav ul > li {
    /*background-color: #cd1719;*/
}
ul.left-nav > li > a {
    /*   background-color: #cd1719;*/
    
    line-height: 60px;
    font-size: 18px;
}
.btn--nav.btn-primary {
        position: relative;
    left:0;
    height: 60px;
    margin: 0;
    vertical-align: top;
    border: none;
    /*    background-color:#9c1315!important;*/
    
    margin-right: -3px;
}
.sub_menu_wrp {
    position: absolute;
    width: 970px;
    background-color: #fff;
    display: none;
    overflow: hidden;
    max-height: 550px;
}
.sub_menu_wrp.show-nav {
    display: block;  
    z-index: 99999999;
}
#main-nav .verticle-nav {
    top: 0;
    position: relative;
}
.sub_menu_tab {
    position: relative;
    height: 77px;
}
.sub_menu_tab li a {
    font-size: 20px;
    color: #444;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 !important;
    font-weight: bold;
}
.sub_menu_tab li {
    padding: 10px 31px;
    border-right: 2px solid #ddd;
    float: left;
    margin-top: 14px;
    display: inline-block;
}
.sub_menu_tab li:last-child {
    border: none;
}
.vertcl_nav_wrp {
    box-shadow: 0px -10px 35px 0px #ddd;
}
.sub_menu_tab li.active:after {
    content: "";
    display: inline-block;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 45%;
}
.sub_menu_tab li {
    position: relative;
}
#main-nav .verticle-nav {
    width: 200px;
    padding: 0;
}
#main-nav .verticle-nav>li {
    padding-left: 15px;
    border-right: 7px solid #fff;
}
#main-nav .verticle-nav>li>a {
    border-left: none;
    background-color: transparent !important;
    padding-left: 0;
    color: #fff;
    margin: 0;
    padding: 14.8px 0;
}
#main-nav .verticle-nav>li:first-child {
    background-color: #CE171B;
}
#main-nav .verticle-nav>li:nth-child(2) {
    background-color: #FCBD00;
}
#main-nav .verticle-nav>li:nth-child(3) {
    background-color: #bc280a;
}
#main-nav .verticle-nav>li:nth-child(4) {
    background-color: #E5007E;
}
#main-nav .verticle-nav>li:nth-child(5) {
    background-color: #7AB92A;
}
#main-nav .verticle-nav>li:nth-child(6) {
    background-color: #283583;
}
#main-nav .verticle-nav>li:nth-child(7) {
    background-color: #1AA8B4;
}
#main-nav .verticle-nav>li:nth-child(8) {
    background-color: #722283;
}
#main-nav .verticle-nav>li:nth-child(9) {
    background-color: #6B696A;
}
#main-nav .verticle-nav>li:first-child:hover {
    border-color: #CE171B;
}
#main-nav .verticle-nav>li:nth-child(2):hover {
    border-color: #FCBD00;
}
#main-nav .verticle-nav>li:nth-child(3):hover {
    border-color: #bc280a;
}
#main-nav .verticle-nav>li:nth-child(4):hover {
    border-color: #E5007E;
}
#main-nav .verticle-nav>li:nth-child(5):hover {
    border-color: #7AB92A;
}
#main-nav .verticle-nav>li:nth-child(6):hover {
    border-color: #283583;
}
#main-nav .verticle-nav>li:nth-child(7):hover {
    border-color: #1AA8B4;
}
#main-nav .verticle-nav>li:nth-child(8):hover {
    border-color: #722283;
}
#main-nav .verticle-nav>li:nth-child(9):hover {
    border-color: #6B696A;
}
.dropdown-nav {
    left: 210px;
    width: 740px;
    padding-top: 20px;
}
#main-nav .verticle-nav.show-nav {
    display: none;
}
#main-nav .tab-pane {
    display: none;
}
#main-nav .tab-pane.active {
    display: block;
    padding: ;
    padding-top: 10px;
}
.clay_prodcts_menu {
    background-image: url(../assets/images/fastclad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-bottom: 0;
    padding-right: 0;
}
.facades {
    background-image: url(../img/facades.jpg) !important;
}
.facades .clay_prodcts_content {
    background: #212e5b !important;
}
.facades .clay_prodcts_content h2 {
    font-size: 25px !important;
}
.facades .clay_prodcts_content a {
    background: #c71b18 !important;
    color: #fff !important;
    margin-bottom: 43px;
}
.fastclad {
    background-image: url(../img/fastclad.jpg)!important;
}
.fastclad .clay_prodcts_content {
    background: #0171b9 !important;
}
.fastclad .clay_prodcts_content h2 {
    font-size: 25px !important;
}
.fastclad .clay_prodcts_content a {
    background: #1b1e19 !important;
    color: #fff !important;
    margin-bottom: 75px;
}
.porothem {
    background-image: url(../img/porothem.jpg)!important;
}
.porothem .clay_prodcts_content a {
    background: #1b1e19 !important;
    color: #fff !important;
        margin-bottom: 75px;
}
ul#tab_2,
ul#tab_3,
ul#tab_4,
ul#tab_5 {
    padding: 10px !important;
}
.porothem .clay_prodcts_content h2 {
    font-size: 25px !important;
}
.porothem .clay_prodcts_content {
    background: #b00f0a !important;
}
.clay_prodcts_content {
    background-color: #222;
    padding: 20px;
    width: 350px;
}
.clay_prodcts_menu img {
    width: 100%;
}
.clay_prodcts_content h2 {
    font-size: 40px;
    margin: 20px 0;
}
.clay_prodcts_content p {
    font-size: 16px;
    line-height: 1.2;
}
.clay_prodcts_content a {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 0px;
    background: #fff;
    color: #676666 !important;
    /* border: 1px solid #fff; */
    
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.newsletter-left i {
    font-size: 45px;
    color: #fff;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    left: 20px;
}
.footer-logo p {
    padding-top: 87px;
    font-family: 'Arial Regular';
    font-size: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #023e7e;
}
.owl-theme .owl-dots .owl-dot span {
    background: #737070;
}
.wrapper.service-wrapper.broucher-wrapper h2 {
    padding-bottom: 50px;
}
.wrapper.service-wrapper.broucher-wrapper .container {
    padding: 0 25px;
}
.news-wrapper .news-section {
    padding: 0 15px;
}
.abt-meterial {
    background: #fff !important;
}
.proper {
    position: absolute;
    right: 0;
    top: -25px;
}
/*#home-slider .owl-carousel .owl-item {
    max-height: 450px;
}*/
.sub_menu_tab li{
	    margin-left: 0 !important;
}
.side-nav-wrapper {
    padding: 0 10px;
}
.side-nav-wrapper h1 {
    font-size: 15px;
    font-family: 'Arial Bold';
    text-align: left;
    color: #333;
    padding: 2px 0;
}
.side-nav-wrapper h1:hover{
 text-decoration: underline;
}
ul.eh-list {
    padding-bottom: 20px;
}
.eh-list li {
    list-style: none;
    display: block !important;
    line-height: 20px;
}
.eh-list li a {
    font-size: 14px;
    font-family: 'Arial Regular';
    text-align: left;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px;
    font-weight: 600;
}
.block-nav {
    background: #ccc;
    height: 100%;
    min-height: 435px;
    background: #00ffff;
    color: #000;
}
.contained {
    margin: 0 auto;
    width: 90%;
}
@media (min-width: 500px) {
    .contained {
        width: 80%;
    }
}
@media (min-width: 600px) {
    .contained {
        width: 60%;
    }
}
.parallax {
    background: url(../img/supplier/banner.jpg) 0 no-repeat fixed;
    color: white;
    min-height: 400px;
    margin: 0 auto;
    padding: 0;
    background-position: center 50%;
}
.side-nav-wrapper a {
    color: #333;
    text-decoration: none;
}
/*08-08-2017*/

#kitchen {
    padding: 20px 0;
    color: #000;
    background: #fff;
}
#kitchen h1 {
    font-size: 30px;
    font-family: 'Arial Bold';
    text-align: center;
}
#kitchen p {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    max-width: 800px;
    margin: auto;
    font-family: 'Arial Regular';
}
#kitchen .kitchen-style {
    padding-top: 25px;
}
#kitchen .kitchen-style h2 {
    font-size: 18px;
    font-family: 'Arial Bold';
    text-align: center;
    padding: 10px 0;
}
#kitchen .kitchen-style img {
    width: 100%;
    text-align: center;
    min-height: 190px;
}
#kitchen .kitchen-style .no-pad {
    margin: 0;
    padding: 0 5px;
}
#kitchen .virtual-planner {
    height: 50px;
    background: #bdb70e;
}
#popular-kitchen {
    padding: 25px 0;
    background: #f1f1f1;
}
#popular-kitchen .sec-title h2 {
    color: #000;
    padding-bottom: 10px;
}
#popular-kitchen .owl-theme .owl-dots .owl-dot.active span,
#popular-kitchen .owl-theme .owl-dots .owl-dot:hover span {
    background: #bdb70e;
}
#popular-kitchen .product-item {
    padding: 0;
    min-height: 310px;
}
#popular-kitchen .product-img {
    height: auto;
    min-height: 175px;
}
#popular-kitchen .product-img img {
    max-height: 175px;
    width: 100%;
}
/*#popular-kitchen .product-item p {
    color: #703549;
}*/

#popular-kitchen .product-item p span {
    font-size: 10px;
}
#kitchen-sec {
    padding: 30px 0;
    background: #fff;
}
#kitchen-sec img {
    width: 100%;
    min-height: 175px;
}
#kitchen-book {
    padding: 10px 0;
    background: #fff;
}
#kitchen-book .heading {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
    color: #000;
}
#kitchen-book .heading i {
    padding-right: 10px;
    font-size: 50px;
    color: #703549;
    vertical-align: middle;
}
#kitchen-book button {
    font-size: 14px;
    color: #fff;
    padding: 7px 25px;
    font-weight: 600;
    background: #d3c516;
    margin: 12px 15px;
    border-radius: 0;
    float: right;
}
#kitchen-book button.map_btn {
    margin: 12px 0 !important;
}
#kitchen-book .form-group {
    margin-bottom: 15px;
    clear: both;
    padding: 10px 0;
}
#kitchen-book .form-group label {
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #a5a5a5;
}
#kitchen-book .form-group .no-pad {
    margin: 0;
    padding: 0;
}
#kitchen-book .form-group .budget {
    text-align: right;
}
#kitchen-book .form-group .form-control {
    border-radius: 0;
    height: 35px;
}
#kitchen-book .form-group select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    margin-left: 2px;
    border: 1px solid #ccc;
    color: #a5a5a5;
}
#kitchen-book .map {
    min-height: 220px;
}
#kitchen-special {
    background: #fff;
    margin-bottom: 350px;
}
#kitchen-special p {
    font-size: 14px;
    font-family: 'Arial Regular';
    line-height: 17px;
    padding:50px 0;
}
#kitchen-special img {
    width: 100%;
    padding-top:25px;
}
.kitchen-suppliers h2 {
    color: #000;
}
/*bricks*/

#brick h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
#brick {
    padding: 20px 0;
    color: #000;
    font-family: 'Arial Regular';
     background: #fff;
}
#brick .brick-select {
    background-size: cover;
    height: auto;
    padding: 25px 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #000 !important;
}
#brick .brick-select .col-md-10 {
    margin: 0;
    padding: 0;
}
#brick .brick-select .select-box h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 1px;
}
#brick .brick-select .select-box .form-control {
    height: 38px;
    background: #fff;
    border: none;
    padding-left: 20px;
    width: 180px;
}
#brick .brick-select .select-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #9b9999;
    font-size: 15px;
    font-weight: 600;
}
#brick .brick-select .select-box::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9b9999;
    font-size: 15px;
    font-weight: 600;
}
#brick .brick-select .select-box {
    margin-left: 10px;
}


#brick .brick-select button {
    background: #cd171a;
    padding: 6px 25px;
    color: #fff;
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 1px;
        position: relative;
    right: 8px;
}
#brick p {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 25px;
    max-width: 800px;
    margin: auto;
}
#brick .brick-match {
    height: 300px;
    overflow: hidden;
}
#brick .brick-match img {
    width: 100%;
    min-height: 300px;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform: scale3d(1,
    1,
    1);
    transform: scale3d(1,
    1,
    1);
}
#brick .brick-match:hover img {
    -webkit-transform: scale3d(1.2,
    1.2,
    1);
    transform: scale3d(1.2,
    1.2,
    1);
}

#brick .brick-match h1 {
    position: relative;
    padding: 20px 0;
    bottom: 62px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: rgba(10,
    10,
    10,
    0.49);
    opacity: 1;
}
#popular-brick {
    padding: 25px 0;
    background: #f1f1f1;
}
#popular-brick .sec-title h2 {
    color: #000;
    padding-bottom: 10px;
}
#popular-brick .owl-theme .owl-dots .owl-dot.active span,
#popular-kitchen .owl-theme .owl-dots .owl-dot:hover span {
    background: #023e7e;
}
#popular-brick .product-item {
    padding: 0;
    min-height: 310px;
}
#popular-brick .product-img {
    height: auto;
    min-height: 200px;
}
#popular-brick .product-img img {
    max-height: 200px;
    width: 100%;
    padding: 10px;
}
#brick-item {
    padding: 20px 0 40px 0;
     background: #fff;
}
#brick-item .item {
    text-align: center;
}
#brick-item .item h1 {
    font-size: 14px;
    font-family: 'Arial Bold';
}
#brick-item .item p {
    font-size: 12px;
    font-family: 'Arial Regular';
    max-width: 160px;
    margin: auto;
}
#brick_cnt{
    background: #fff;
    padding-bottom: 15px;
}
#brick_hr{
    background: #fff;
}
#brick-type {
    padding: 20px 0;
     background: #fff;
}
#brick-type .type img {
    width: 100%;
}
#brick-type .type h1 {
    font-size: 18px;
    font-family: 'Arial Bold';
    text-align: center;
}
#kitchen-book .no-pad {
    margin: 0;
    padding: 0;
}
.brick-supplier h2 {
    color: #000 !important;
}
/*11-08-2017*/

.career-details-head h2 {
    font-size: 25px!important;
    border: 0!important;
    padding-bottom: 10px!important;
}
.career-details-head span {
    font-size: 12px!important;
    padding: 10px 0!important;
    display: block;
    margin-bottom: 10px;
}
.career-details .career-detail-content .career-choice {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.career-details .career-detail-content .career-choice label {
    padding: 5px 18px;
    font-size: 12px;
    margin: 0;
}
.career-details .career-detail-content .career-choice label i {
    font-size: 15px;
    color: #003d8f;
    padding-right: 10px;
}
.career-details {
    background: #fff !important;
    margin-bottom: 20px;
}
.career-details .career-detail-content p {
    font-size: 13px !important;
    font-weight: 600!important;
    padding: 10px 12px !important;
}
.career-detail-list {
    font-size: 12px;
    font-weight: 600;
    padding: 0 27px;
}
.career-details .career-detail-content {
    border-bottom: 1px solid #ccc;
    margin-right: 70px;
}
.career-apply .form-group {
    padding: 10px 0;
    margin: 0;
}
.career-apply .form-group .form-control {
    max-width: 400px;
    height: 35px;
    border-radius: 0;
}
.career-apply .form-group span {
    position: absolute;
    right: 131px;
    height: 35px;
    top: 0;
    padding: 9px 20px !important;
    background: #003d8f;
    color: #fff;
    font-weight: 600;
}
.career-apply .form-group .txt {
    height: 100% !important;
}
.career-apply h1 {
    font-size: 18px;
    font-weight: 600;
    padding: 25px 12px;
}
.career-apply i {
    font-size: 40px;
    color: #003d8f;
    padding-right: 20px;
}
.career-apply .form-group p {
    font-size: 10px;
    color: #ccc;
}
.career-apply .form-group .btn {
    margin: 0;
    color: #fff;
    background: #003d8f;
    font-size: 14px;
    font-family: 'Arial Regular';
    margin-bottom: 50px;
        padding: 5px 25px;
}
.feilds {
    float: right;
    vertical-align: middle;
    position: relative;
    right: 139px;
    color: #000 !important;
}
.career-details .optional {
    width: 100%;
    background: #00ffff;
    max-width: 160px;
    min-height: 600px;
    height: auto;
    text-align: center;
    margin: 50px 0;
}
.contact {
    background: #fff !important;
}
.contact .career-apply .form-group .form-control {
    max-width: 300px;
    height: 35px;
    border-radius: 0;
}
.contact h2 {
    margin-bottom: 10px;
    font-size: 35px;
}
.contact button {
    background: #003a78;
    padding: 10px 30px;
    color: #fff;
}
.contact .career-apply {
    margin: 25px 0;
}
.contact .career-apply .col-md-3 {
    margin: 0;
    padding: 0;
}
.contact .career-apply .form-group {
    padding: 7px 0;
}
.contact .alternative {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.contact .alternative span {
    padding: 15px !important;
}
.contact .alternative span h1 {
    color: #003a78;
    font-size: 21px;
    font-weight: bold;
}
.contact .alternative span p {
    font-size: 13px;
    font-weight: 500;
    color: #ababab;
    padding: 1px 0;
}
.contact .career-apply p {
    float: left;
    font-size: 11px;
}
.contact .career-apply .form-group .btn {
    margin: 0;
    color: #fff;
    background: #003d8f;
    margin-left: 106px;
    font-size: 15px;
    padding: 5px 21px;
}
.contact .address {
    font-size: 10px;
    padding: 20px 0 50px 0;
    color: #aba9a9;
}
#map {
    height: 250px;
    width: 100%;
    margin: 0px;
    padding: 15px 0;
}
.find-branch {
    padding-top: 100px;
    height: 100%;
}
.find-branch img {
    width: auto !important;
    padding-bottom: 6px;
}
.find-branch h1 {
    font-size: 21px;
    display: inline-block;
    padding-left: 15px;
}
.cnt-p {
    position: absolute;
    bottom: 0;
    right: -339px;
    width: auto;
}
.cnt-p img {
    width: auto !important;
}
.thanks .thanks-detail {
    max-width: 600px;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}
.thanks .thanks-detail h1 {
    padding:15px 0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #003a78;
}
.thanks .thanks-detail p {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.thanks .thanks-detail .btn {
    padding: 5px 15px;
    background: #003a78;
    color: #fff;
    margin: 35px 0;
    border-radius: 0;
}
.thanks-man {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.thanks .thank-you {
    padding-bottom: 500px;
}
.four {
    background-size: cover !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.four .thanks-detail p {
    max-width: 280px;
    margin: auto;
}
.kitchen-details p {
    padding: 5px 0!important;
    margin: 0 !important;
}
.brick-request h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0;
    display: inline-block;
}
.brick-request p {
    font-size: 11px;
    margin: 0;
}
.brick-request .btn {
    padding: 5px 25px;
    background: #003a78;
    color: #fff;
    margin-right: 17px;
    border-radius: 0;
    float: right;
}
.brick-request .no-pad {
    margin: 0;
    padding: 0;
}
.brick-contact h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0;
    display: inline-block;
}
.brick-contact p {
    font-size: 11px;
    padding-bottom: 15px;
}
.brick-contact .btn {
    padding: 5px 25px;
    background: #003a78;
    color: #fff;
    margin-top: 35px;
    border-radius: 0;
    float: right;
}
.related-brick .product-item {
    border: 0 !important;
    min-height: 100% !important;
}
.related-brick .product-item .product-img {
    height: 181px !important;
}
#timber .product-item {
    padding: 0 !important;
    min-height: 100%;
    margin-bottom: 15px;
}
#timber .product-img {
    height: 200px !important;
    overflow: hidden;
}
#timber .product-item p {
    padding-bottom: 15px;
}
.product-price-sec .unit {
    font-size: 8px;
    color: #003a7a;
    text-decoration: underline;
    margin-top: 12px;
}
.kitchen-sec .vat {
    margin: 0 !important;
}
.kitchen-sec .book-nav {
    margin: 25px 0;
}
.kitchen-sec .book-nav h1 {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 600;
}
.kitchen-sec .book-nav .book {
    max-width: 220px;
    padding: 0 15px;
    background: #703549;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    line-height: 48px;
    height: 45px;
    font-weight: 500;
}
.kitchen-sec .book-nav .book i {
    font-size: 25px;
    padding-right: 15px;
}
.kitchen-sec .book-nav .visit {
    max-width: 220px;
    padding: 0 15px;
    background: #b6b50f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    height: 45px;
    margin-top: 10px;
}
.kitchen-sec .book-nav .visit i {
    font-size: 25px;
    padding-right: 18px;
    margin-left: 6px;
}
.lSSlideOuter .lSPager.lSGallery img {
    min-width: 107px;
    height: auto;
}
.kitchen-details .prd-block h1 {
    height: 100% !important;
    min-height: 25px !important;
}
kitchen-detail-book .form-group select {
    max-width: 122px;
}
.related-kitchen .product-item {
    padding: 0 !important;
    min-height: 100%;
    padding-bottom: 10px;
}
.related-kitchen .product-item .product-img {
    height: 153px !important;
}
.related-kitchen .product-item h3 {
    padding-top: 15px;
    max-width: 195px;
    margin: auto;
}
.related-kitchen .product-item p {
    margin-bottom: 10px;
}
.kitchen-sec .book-nav a {
    text-decoration: none !important;
}
.sub_menu_tab li a:hover {
    color: #034a9a;
}
.sub_menu_tab li.active>a {
    color: #1b4a77;
}
#main-nav .verticle-nav {
    width: 210px;
    padding-right: 10px;
}
.opening-hours ul li.active {
    color: #000;
    font-family: 'Arial Bold' !important;
}
.service-detail .brick-match span img {
    /* max-width: 100% !important; */
    
    max-height: 100% !important;
    min-height: 100% !important;
    max-width: 70px;
    width: auto;
}
.carousel-control.right {
    background-repeat: no-repeat;
    background-image: url(../img/next.png);
    top: 43%;
    right: -10%;
}
.carousel-control.left {
    background-repeat: no-repeat;
    background-image: url(../img/prev.png);
    top: 43%;
    left: 1%;
}
.supplier-meterials .service-detail .related-news img {
    max-height: 100% !important;
    min-height: 100% !important;
}
button.btn.btn-primary.btn--red span {
    padding-right: 15px;
}
.find-branch img {
    max-height: 100% !important;
    min-height: 100% !important;
}
.breadcrumb>li {
    display: inline;
}
.service-detail img {
    max-height: 100% !important;
}
.supplier-heading {
    display: none !important;
}
.proper img {
    height: 120px;
}
.supplier-next span {
    font-size: 15px;
    display: block;
}
.recent-post h1 {
    font-size: 20px;
    font-family: 'Arial Bold';
    text-align: left;
    padding-bottom: 15px;
}
.recent-post .post {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.recent-post .post p {
    font-size: 16px;
    margin:0;
    padding: 0;
    color:#003a7c;
    font-family: 'Arial Bold';
}
.recent-post .post img {
    max-width: 100%;
    min-height: 60px !important;
    max-height: 60px !important;
}
.supplier-meterials .service-detail h4 {
    font-size: 14px;
   font-family: 'Arial Regular';
    color: #333;
}
.service-detail .post-block {
    max-width: 100%;
    margin: 10px 0;
}
.service-detail p {
    margin-bottom: 20px;
}

.btn--nav:hover .sub_menu_wrp {
    display: block !important;
}
ul.left-nav > li > a:hover {
    background: #b71416;
}
.client-logo .owl-item {
    width:100%;
}
.client-logo .owl-nav {
    display: none;
}
.breadcrumb li a {
    vertical-align: top;
}
.breadcrumb>.active {
    vertical-align: text-bottom;
}
.abt-meterial .service-wrapper img {
    padding-top: 10px;
}
.news-img {
     height: 200px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}
#branch-finder {
    padding-top: 10px;
}
.single_brnch_dir span {
    margin-bottom: 20px !important;
}
.opening-hours ul li.active span {
    font-family: 'Arial Bold';
}
.client-logo .owl-item .supplire-single {
    width:100%;
}
#kitchen-map {
    min-height: 220px;
}
.contact-detail .cnt-left {
    padding-right: 75px;
}
.contact-detail {
    padding-bottom: 0 !important;
}
.side-nav-wrapper img {
    width:100%;
}
.kitchen-nav-img {
    width: 100%;
    height: 100%;
    min-height: 455px;
    padding: 0 0 15px 15px;
}
.spl-notification {
    width: 100%;
    padding:15px;
    color:#fff;
    text-align: center;
    background: #333333;
}
.spl-notification h1 {
    font-family: 'Arial Bold';
    font-size: 14px;
    padding-right: 10px;
}
.spl-notification img {
    width: 10px;
}
#intro {
    background: url(../img/supplier/banner.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#service_banner{
    background: url(../img/service/banner2.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#branch_banner{
    background: url(../assets/images/branch.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#servicedetails_banner{
    background: url(../img/service/banner.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#about_banner{
    background: url(../img/about/banner.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}

#career_banner{
    background: url(../assets/images/career.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#kitchen_banner{
    background: url(../assets/images/kitchen.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#bricks_banner{
    background: url(../assets/images/bricks.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
#stanly_banner{
    background: url(../assets/images/stanely.jpg) 50% 0 no-repeat fixed;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    transition: none !important;
}
.supplier-share a img {
    max-width: 20px;
    margin-right: 5px;
}
#home-slider .owl-thumbs {
    margin-left: 4px;
}
.eh-list li a:hover {
    text-decoration: underline;
}
.left-nav li {
    margin-left: -4px;
}
#kitchen-special img {
    width: 100%;
}
.kitchen_box {
    height: 175px;
    overflow: hidden;
    vertical-align: top;
}
.kitchen_box img {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform: scale3d(1,
    1,
    1);
    transform: scale3d(1,
    1,
    1);
    min-height: 175px !important;
    max-height: 175px !important;
}
.kitchen_box:hover img {
    -webkit-transform: scale3d(1.2,
    1.2,
    1);
    transform: scale3d(1.2,
    1.2,
    1);
}
.kitchen_box .kitchen-sec-bottom {
    position: relative;
    bottom:35px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 7px 0;
    background: rgba(188,
    182,
    14,
    0.8);
    color: #fff;
    opacity: 1;
}

.book_left {
    padding-right: 50px;
}
.book_right {
    padding: 0 0 0 50px;
}
.brick_cntimg {
    width: 100%;
    min-height: 225px;
}
.brick_heading {
    padding-top: 38px !important;
}
.long_bridge {
    margin: 20px 0;
}
footer{
        position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#building-materials {
    margin-bottom: 350px;
     background: #fff;
}
#popular-products.related{
   margin-bottom: 350px; 
   padding: 0;
}
section#home-slider {
    background: #fff;
}
#product-description {
    background: #fff;
}
#branch-details {
    background: #fff;
    margin-bottom: 350px;
}
#branch-finder {
    background: #fff;
    margin-bottom: 350px;
}
.kitchen_eh{
    background: #fff;
}
#broucher-materials {
    background: #fff;
    margin-bottom: 350px;
}
#main-nav .verticle-nav>li:first-child .dropdown-nav{
    display: block;
}

.f-logo1{
    width: 115px;
    height:32px;
    background: url("../img/logo-footer/eh-arch.png") no-repeat;
    display: inline-block;
}
.f-logo2{
    width: 115px;
    height:32px;
    background: url("../img/logo-footer/eh-spec.png") no-repeat;
    display: inline-block;
}
.f-logo3{
    width: 115px;
    height:32px;
    background: url("../img/logo-footer/fc.png") no-repeat;
    display: inline-block;
}
.f-logo4{
    width: 115px;
    height:32px;
    background: url("../img/logo-footer/poro.png") no-repeat;
    display: inline-block;
}
.f-logo1:hover {
        background: url("../img/logo-footer/eh-archhover.png") no-repeat;
    }
    .f-logo2:hover {
        background: url("../img/logo-footer/eh-spechover.png") no-repeat;
    }
    .f-logo3:hover {
        background: url("../img/logo-footer/fc-hover.png") no-repeat;
    }
    .f-logo4:hover {
        background: url("../img/logo-footer/porohover.png") no-repeat;
    }
   #main-nav .verticle-nav li{
    margin-left: 0;
   }
   .owl-carousel .owl-stage-outer
{
    padding: 15px !important;
    margin: -15px !important;
}
.quick-left.color-2 img {
    position: relative;
    top: 6px;
    width: 34px;
    }
    .news-wrapper .news-list img{
        position: relative;
        display: block;
    }
    .news-wrapper .news-list img:hover{
        box-shadow: 0px 0px 22px #948d8d;
    }
    .service-detail .brick-match:hover {
    background: #cccccc75;
}
.service_img.service figure{
    height: auto !important;
}
.service_img.service{
    margin-bottom: 0 !important;
}
.branch-form-right img {
    padding-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    }

   
    .adv {
    padding-top: 10px;
}

.service-wrapper img{
    border:0 !important;
    outline: 0 !important;
}



button#toggle-nav{
    padding-top: 5px;
}
.news-img img {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.sub_menu_tab li a{
    display:block;
    float: left;
}
#main-nav .verticle-nav>li{
    display:block;
}
.owl-carousel .owl-stage-outer{
    margin: 0;
    padding:0;
}
.footer-bottom .row{
    margin: 0;
    padding: 0;
}
/*.sub_menu_wrp.show-nav{
    display: none;
}*/
.overlay{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: 0s ease-in-out;
}

.overlay.active{
	opacity: 0.6;
	visibility: visible;
	z-index: 2;
	background: black;
}
.service-wrapper h4 span {
    position: relative;
    bottom: 8px;
}
.supplier-meterials .service-detail h4 i {
    font-size: 15px;
}
.no-parallax{
    margin-bottom: 0 !important;
}
.no-fix{
    position: relative !important;
}

div#slides .owl-nav{
    /* display: none; */
    visibility: hidden;
    height: 20px;
    }


 


    @media only screen and (min-width: 1200px){
    #branch_banner{
    	background: url(../assets/images/branch.jpg) 50% 0 no-repeat fixed;
    }
   }  
   
    @media only screen and (min-width: 1360px){
    #branch_banner{
    	background: url(../assets/images/branch-1360.jpg) 50% 0 no-repeat fixed;
    }
   }  

    
    @media only screen and (min-width: 1600px){
    #branch_banner{
    	background: url(../assets/images/branch-1600.jpg) 50% 0 no-repeat fixed;
    }
   }  

   
   @media only screen and (min-width: 1920px){
    #branch_banner{
    	background: url(../assets/images/branch-1920.jpg) 50% 0 no-repeat fixed;
    }
   }  

    @media only screen and (min-width: 2200px){
    #branch_banner{
        background: url(../assets/images/branch-2600.jpg) 50% 0 no-repeat fixed;
    }
    .thanks .thanks-detail{
        padding: 250px 0;
    }
   } 

   .branch-finder-form button{
   	height: 50px !important;
   	padding: 0 10px;
   }
   .owl-thumbs .btn:focus{
    outline: 0;
   }
   .owl-thumbs .btn:active{
    background: #333333;
   }
   .branch-form-right span {
    position: relative;
    bottom: 3px;
}
#main-nav .verticle-nav>li:nth-child(9) a{
    padding-bottom: 20px;
}
#building-materials.stanely .product-item p{
    color: #023e7e !important;
        font-size: 30px !important;
}
.z-fix{
    z-index: 1;
    position: relative;
}
.z-fix .footer-mid{
   padding: 0; 
}
.z-fix .newsletter{
    margin-bottom: 30px;
}
 @media only screen and (min-height: 1075px){
  .z-fix{
    position: fixed;
  }
 }


 .eh_innermain{
    display: block;
 }
  .eh_innermain li{
    display:block !important;
    width:auto;
    max-width: 170px;
    vertical-align: top;
    float: left;
 }