/**==================== Top Bar ======================**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
    max-width: 1170px;
}
.headerTop{
    background: #EDEDED;
    position: relative;
}
.headerTop .top-sub-menu {
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    float: left;
}
.headerTop .top-sub-menu li {
    float: left;
    list-style: disc;
    white-space: nowrap;
    margin: 0px 15px 0px 15px;
}
.headerTop .top-sub-menu li a {
    color: #000;
    font-size: 14px;
    margin-left: -5px;
}

.top-contacts {
    text-align: right;
}
.top-contacts p {
    display: inline-block;
    text-transform: uppercase;
    margin: 6px 0px 9px 20px;
}
.top-contacts p i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.sub-logo {
    font-size: 12px;
    font-weight: bold;
    color: #272727;
}

.search-block {margin-top: 20px;}
.search-form {
    position: relative;
}
.search-block .form-control {
    border: 1px solid #5cb5e5;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
    padding: 6px 45px 6px 20px;
    height: 42px;
    border-radius: 21px 21px 21px 21px;
}
.search-block .form-control:focus {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.search-block .btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 42px;
    font-size: 20px;
    color: #5cb5e5;
    background: transparent;
}

.link-reverse {
    color: #12AAEB;
}
.link-reverse:hover {
    color: #333;
}

/**==================== Header Middle ======================**/
.headerMiddle {
    padding: 20px 0px 10px;
    background: #fff;
}
.logo img {
    max-width: 100%;
}
.logo a{
    display: inline-block;
}

.headMiddInfo {
    float: left;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    margin-top: 20px;
}
.singMiddInfo-user {
    float: left;
    width: 53%;
    height: 50px;
    padding: 10px 50px 0px 20px;
    border-left: 1px solid #EDEDED;
    background: url(../img/user.png) right 10px no-repeat;
    background-position-x: 90%;
}
.singMiddInfo-cart {
    float: left;
    width: 47%;
    height: 50px;
    border-left: 1px solid #EDEDED;
    padding: 6px 15px 0px 60px;
    background: url(../img/cart.png) 15px 10px no-repeat;
    line-height: 18px;
}



.singMiddInfo{
    position: relative;
    padding-left: 60px;
    padding-top: 2px;
    margin-left: 32px;
    text-align: left;
    display: inline-block;
}
.singMiddInfo.phone{
    margin-left: 0;
}
.singMiddInfo i{
    font-size: 42px;
    color: #12AAEB;
    line-height: .8;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
}
.singMiddInfo h4{
    color: #999999;
    font-size: 12px;
    margin-bottom: 9px;
}
.singMiddInfo p,
.singMiddInfo a{
    color: #333;
    font-size: 14px;
    margin: 0;
    line-height: .8;
    display: block;
    font-weight: bold;
}
.singMiddInfo a:hover{
    color: #12aaeb;
}
.headMiddBtn {
    margin: -2px 0;
}

/**==================== Header ======================**/
.header{
    background: #143242;
}
.header.fixedHeader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    margin-bottom: 0px;
}
.navbar-toggle {
    padding: 8px 8px;
    border: 2px solid #faad3d;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    background: #faad3d;
}
#mainnav ul{
    line-height: .8;
}
#mainnav ul li {
    /* display: inline-block; */
    position: relative;
}
#mainnav ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 22px;
    height: 30px;
    margin: 10px 10px 3px 0px;
    text-transform: uppercase;
    font-weight: bold;
    background: #12AAEB;
    border: 2px solid #12AAEB;
}
#mainnav ul li:hover > a,
#mainnav ul li.active a{
    background: transparent;
    color: #fff;
}

#mainnav .dropdown-menu {
    background: #133242;
    padding: 10px;
    /* margin-left: -10px; */
}


.order-price {
    background: #F6BA18;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    width: 170px;
    line-height: 20px;
    padding: 5px 20px;
    text-align: center;
    float: right;
}

.order-price:hover {
    color: #fff;
    background-color: #12AAEB;
}
.price-call .form-control-feedback {
    top: 2px;
    right: 15px;
}
#call-price .modal-header,
#get-price-modal .modal-header,
#analogue-modal .modal-header {
    border-bottom: none;
}
#call-price .form-control,
#get-price-modal .form-control,
#analogue-modal .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid;
    border-color: #e6e6e6;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border-radius: 20px;
    background: #fff;
}
#call-price textarea.form-control {
    width: 100%;
    height: 120px;
    background: #fff;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 20px;
    color: #666666;
}
#call-price span.text-danger {
    display:inline-block;
    line-height: 16px;
}
#call-price .btn-blue,
#get-price-modal .btn-blue,
#analogue-modal .btn-blue {
    background: #5CB5E5;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    padding: 4px 20px;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
}
#call-price .btn-blue:hover,
#get-price-modal .btn-blue:hover,
#analogue-modal .btn-blue:hover {
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.call-price-btn:focus,
.call-price-btn {
    position: fixed;
    top: 300px;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 0px 23px 23px 0px;
    font-weight: bold;
    z-index: 999;
    left: 0px;
    text-transform: uppercase;
    background: #12AAEB;
    border: 2px solid #12AAEB;
    border-width: 2px 2px 2px 0px;
}
.call-price-btn:hover {
    background: #143241;
    color: #fff;
}

.btn-analogue-prod,
.btn-analogue-prod:focus {
    color: #fff;
    padding: 11px 15px;
    font-size: 14px;
    border-radius: 23px 23px;
    font-weight: bold;
    text-transform: uppercase;
    background: #12AAEB;
    border: 2px solid #12AAEB;
    border-width: 2px 2px 2px 0px;
}
.btn-analogue-prod:hover {
    background: #143241;
    color: #fff;
}

.btn-analogue-grid,
.btn-analogue-grid:focus {
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 9;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 23px 23px;
    text-transform: uppercase;
    background: #12AAEB;
    border: 2px solid #12AAEB;
    border-width: 2px 2px 2px 0px;
}
.btn-analogue-grid:hover {
    background: #143241;
    color: #fff;
}
.out-of-product-grid {
    position: absolute;
    z-index: 10;
    bottom: 100px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}



.order-price-2 {
    background: #F6BA18;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 20px;
    padding: 14px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.order-price-2:active,
.order-price-2:focus,
.order-price-2:hover {
    background-color: #12AAEB;
    color: #fff;
}

.order-price-3 {
    background: #F6BA18;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 13px 42px;
    text-align: center;
}

.order-price-3:active,
.order-price-3:focus,
.order-price-3:hover {
    background-color: #043140;
    color: #fff;
}

/**==================== Slider ======================**/
.sliderSection{
    position: relative;
    margin: 0px auto 30px;
    width: 100%;
}
.sliderSection .tp-banner{
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
}
.tp-bannertimer {
    display:none;
}
.tp-leftarrow.default{}
.tparrows.default.round{
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
}
.tparrows.default.round:hover{
    background: #ffa60a;
}
.tp-leftarrow.default.round{
    position: relative;
}
.tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    left: 0;
    padding: 6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    padding:6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-leftarrow.tparrows.default.round {
    left: 235px !important;
    top: 49% !important;
}
.tp-rightarrow.tparrows.default.round {
    right: 235px !important;
    top: 49% !important;
}
.tparrows.default.round.hidearrows,
.tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}

.revBtn a.pithreeBtn{
    margin-right: 10px;
}
/**==================== Blog News ======================**/
.blogNews{
    margin-bottom: 80px;
}
.blogNews-2{
    margin-top: 30px;
}
.newsBlogIn{
    position: relative;
    top: 0px;
}
.newsBlogIn-2 {
    position: relative;
    top: 0px;
    padding-top: 75px;
    border-top: 1px solid #EEEEEE;
}
.singleBlog{
    background: #fff;
}
.sbCont {
    padding: 0px 0px 9px;
}
.sbCont-1 {
    position: relative;
    padding: 0 0px 0px 60px;
}
.sbCont-1 i {
    position: absolute;
    font-size: 40px;
    color: #12aaeb;
    left: 0px;
}
.sbCont-1 h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0px 0px 10px;
}
.sbCont-1 p {
    line-height: 20px;
}
.blImg img{
    width: 100%;
    height: auto;
}
.sbblogTit {
    color: #12aaeb;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 2px;
}
.sbCont p{
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    margin-bottom: 20px;
}
.sbrm{
    font-size: 14px;
    font-style: italic;
    color: #000;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
.sbrm:after{
    position: absolute;
    left: -9px;
    bottom: -9px;
    width: 113px;
    height: 2px;
    content: '';
    background: #ffa60a;
}
.sbrm:before{
    position: absolute;
    left: -9px;
    bottom: -9px;
    width: 0;
    height: 2px;
    content: '';
    background: #000;
    z-index: 1;
}
.sbrm:hover:before{
    width: 113px;
}
.sbrm i{
    margin-left: 12px;
}
.newsBlogIn .singleBlog{

}
/**==================== Filter Project ======================**/
.fillterNav {
    margin-bottom: 50px;
    margin-top: 5px;
}
.fillterNav li{
    font-size: 16px;
    line-height: .8;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
}
.fillterNav li:hover,
.fillterNav li.active{
    color: #ffa60a;
}
.mix{
    display: none;
}
.singleProject{
    position: relative;
    margin-bottom: 30px;
}
.singleProject:hover .projectImg:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}
.projectImg img{
    width: 100%;
    height: auto;
    position: relative;
}
.projectHover {
    position: absolute;
    text-align: center;
    height: 40px;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}
.singleProject:hover .projectHover{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.projectImg:after{
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 85%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}
.projectHover a{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 0.8;
    margin: auto;
    padding: 13px;
    width: 40px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.projectHover a:hover{
    color: #ffa60a;
    border-color: #ffa60a;
}
/**==================== Call To Action ======================**/
.callToaction{
    padding: 92px 0 102px;
}
/**==================== Blog ======================**/
.blogSec2{
    border: 1px solid #dfdfdf;
}
.meta {
    font-style: italic;
    line-height: 0.8;
    margin:7px 0 10px;
    font-size: 14px;
}
.meta a{
    color:#afafaf;
    margin-left: 5px;
}
.meta a:first-child{
    margin-left: 0;
}
.meta a:hover{
    color: #000;
}
.blogSec2 p{
    margin-bottom: 27px;
}
.siBlogThumb{
    position: relative;
    padding-left: 136px;
    min-height: 123px;
}
.siBlogThumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 94px;
}
.thumbBtitle{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
.meta.thumbBlog{
    font-size: 13px;
    margin-bottom: 4px;
}
.siBlogThumb p{
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    margin: 0;
}
/**==================== Testmonial ======================**/
.bg-heandradio {
    background: url(../img/heandradio.jpg) right no-repeat #fff;
    background-size: contain;
    max-width: 1154px;
}
.bg-heandradio .singleBlog-1 {
    padding: 20px 0px 10px 0px;
}

.blue-title {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}
.blue-logo {
    color: #143242;
    font-style: italic;
}
.blue-logo span {
    color: #12aaeb;
}
.blue-box {
    background: rgba(18, 170, 235, 0.7);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.blue-box span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    background: #fff;
    padding: 2px 5px;
}




.grid-category {
    margin-bottom: 50px;
}
.grid-category-block-bg {
    background: #fff;
    padding: 15px;
}
.grid-category-block {
    padding: 0px 8px 16px 8px;
    float: left;
    width: 20%;
}
.grid-category-block-r-one {
    padding: 0px 8px 16px 8px;
    float: right;
    width: 20%;
}
.grid-category-block-r-one img {
    max-height: 456px;
    margin: 0 auto;
}
.grid-category-block-p-one {
    padding: 0px 8px 16px 8px;
    float: left;
    width: 20%;
}
.grid-category-block-p-one img {
    max-height: 456px;
    margin: 0 auto;
}
.grid-category-title {
    line-height: 16px;
    height: 32px;
    font-weight: bold;
}
.grid-category-img {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-category-img-one {
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.grid-category-img img {
    max-height: 189px;
    margin: 0 auto;
}



/**==================== Category Grid ======================**/
.category-grid {
    margin: 0px;
}

.category-grid .col-md-25 {
    float: left;
    width: 25%;
    padding: 15px;
    background: #fff;
    border-left: 1px solid #EDEDED;
    margin-bottom: 40px;
}

/**==================== end Category Grid ======================**/





.testmonial {
    padding: 74px 0 65px;
}
.singleTest {
    background: #fff;
    padding: 32px 20px 27px;
}
.singleTest p{
    font-size: 14px;
    color: #848484;
    line-height: 30px;
}
.testcarHeadding {
    margin-bottom: 36px;
}
.testDeg {
    margin-top: 38px;
}
.testDeg h2{
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
    position: relative;
}
.testDeg h2:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #ffa60a;
    content: '';
    top: -22px;
}
.testDeg p{
    color: #acacac;
    margin: 0;
}
.testCaro .owl-controls {
    margin-top: 50px;
}
.testCaro.owl-theme .owl-dots .owl-dot.active span,
.testCaro.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa60a;
}
.testCaro.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    border: 1px solid #ffa60a;
    background: transparent;
}

/**==================== Client ======================**/
.clientSec{
    padding: 60px 0;
}
.singleClient{
    border: 1px solid #e0e0e0;
    height: 90px;
    position: relative;
}
.singleClient img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
/**==================== Footer ======================**/
.footer{
    background: #212831;
    padding: 50px 0px 40px;
}
.footer .footerLogo {
    float: right;
    margin: 0px 0px 0px 0px;
}
.footer .sub-logo  {
    color: #fff;
    text-align: right;
    margin: 0px 10px 0px 0px;
}
.footer .desc {
    line-height: 17px;
    color: #fff;
    font-size: 12px;
}
.footer .navigation {
    margin-top: 15px;
}
.footer .navigation li {
    line-height: 16px;
    border-left: 1px solid #12aaeb;
    margin-bottom: 7px;
    padding-left: 30px;
}
.footer .navigation li a {
    color: #fff;
}
.footer .navigation li a:hover {
    color: #12aaeb;
}
.footer .singleAddsB {
    margin-top: 15px;
}
.footer .singleAdds {
    color: #AAAAAA;
    margin-bottom: 0px;
    text-align: right;
}
.footer .singleAdds span,
.footer .singleAdds p,
.footer .singleAdds a {
    display: inline-block;
    color: #fff;
}
.counter {
    text-align: right;
    margin-top: 10px;
}



.widget .colelem {
    width: 11%;
    border-top: 1px solid #12AAEB;
    margin-bottom: 15px;
}
.fotinfo {
    margin-bottom: 44px;
}
.newsletter{
    position: relative;
}
.newsletter input {
    background: #253443;
    border: medium none;
    border-radius: 3px;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    padding: 13px 13px 6px;
}
.newsletter button {
    background: #3a4b5b;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
}
.newsletter button:hover{
    color: #ffa60a;
}
.newsletter input.reqError{
    color:#ffa60a;
}
.newslatp{
    margin-bottom: 26px;
}

.contactText{
    margin-bottom: 20px;
    line-height: 25px !important;
    padding-left: 30px;
}
.address{
    margin-bottom: 30px;
}
.address > p {
    font-size: 14px;
    line-height: 20px;
}
.singleAdds{
    position: relative;
    padding-left: 22px;
    line-height: .8;
    margin-bottom: 15px;
}
.singleAdds i{
    position: absolute;
    left: 0;
    top: 2px;
    color: #12AAEB;
    font-size: 18px;
}
.singleAdds span,
.singleAdds p,
.singleAdds a{
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 10px;
}
.singleAdds a:hover{
    color: #12AAEB;
}
.footerSocial {
    padding-left: 30px;
}
.footerSocial a{
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1C222A;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    line-height: .8;
    padding: 10px;
    display: inline-block;
}

.footerSocial a.vk:hover {
    background: #54769A;
}
.footerSocial a.ok:hover {
    background: #EE8208;
}
.footerSocial a.fac:hover{
    background: #325C94;
}
.footerSocial a.twi:hover{
    background: #00ABDC;
}
.footerSocial a.goo:hover{
    background: #EA3032;
}
.footerSocial a.lin:hover{
    background: #B83980;
}
.footerSocial a.pin:hover{
    background: #D9031F;
}
.copyright{
    background: #1C222A;
    padding: 36px 0;
}
.copyright p{
    margin: 0;
    line-height: .8;
    color: #979da4;
    text-align: center;
}
.copyright a{
    color: #ffffff;
    font-size: 14px;
}
.copyright a:hover{
    color: #ffa60a;
}
/*=======================================================================
// Home Two
=========================================================================*/
.teammatesSec{
    padding-top: 90px;
    padding-bottom: 70px;
}
.singleWedowra{
    background: #fff;
    padding:70px 30px 70px 48px;
    margin-bottom: 30px;
}
.singleWedo{
    position: relative;
    padding-left: 100px
}
.singleWedo i{
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 85px;
    color: #ffa60a;
}
.singleWedo .fa.fa-paint-brush{
    font-size: 68px;
}
.singleWedo h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
}
.singleWedo p{
    color: #848484;
}
/*=======================================================================
// About Page
=========================================================================*/
/**==================== Breadcrumb ======================**/
.breadcrumbSec{
    padding: 78px 0 87px;
    background: url(../img/top_page.jpg) no-repeat scroll center center/cover;
    position: relative;
}
.breadcrumbSec:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.breadcrumbSec-about {
    background: url(../img/banner_about.jpg) no-repeat scroll center center/cover;
}
.breadcrumbSec-contact {
    background: url(../img/banner_contact.jpg) no-repeat scroll center center/cover;
}
.breadTitle{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 23px;
}
.breadCumpNav{
    line-height: .8;
}
.breadCumpNav p {
    color: #F6BA18;
    font-size: 18px;
}
.breadTitle-bg {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.7);
}
.breadTitle-bg > .breadTitle {
    display: inline-block;
}
.breadTitle-bg > .breadCumpNav p {
    display: inline-block;
}


.breadCumpNav a{
    color: #f6ba18;
    font-weight: 400;
    text-transform: capitalize;
    line-height: .8;
}
.breadCumpNav i{
    font-size: 16px;
    margin: 0 5px;
}
.breadCumpNav a:hover{
    color: #ffa60a;
}
/**==================== About Content ======================**/
.abTitle{
    font-weight: normal;
    font-size: 32px;
    line-height: 30px;
    color: #12aaeb;
    margin-bottom: 25px;
}
.abCont {
    /*margin-top: 30px;*/
}
.abCont p{
    margin-bottom: 28px;
    line-height: 25px;
}
/**==================== Team ======================**/
.teamSec {
    padding-bottom: 70px;
    padding-top: 13px;
}
.teamImg{
    margin-bottom: 20px;
    height: 250px;
}
.teamImg img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 250px;
}
.teamDec{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 41px;
}
.teamCost {
    float: left;
    width: 60%;
    font-size: 26px;
    margin-top: 5px;
    color: #000;
}
.teamAddCart {
    float: left;
    width: 40%;
    text-align: right;
}
.teamAddCart .add-to-cart {
    background: #faad3d;
    color: #fff;
    text-transform: uppercase;
    height: 41px;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
    display: none;
}
.teamAddCart .add-to-cart:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.col-md-25:hover .add-to-cart {
    display: block;
}


.prodBlockRowOne,
.prodBlockRowTwo {
    background: #fff;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}




.teambg{
    position: relative;
    margin-bottom: 11px;
}
.teambg:after{
    width: 60px;
    height: 2px;
    background: #12aaeb;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.teamTitle{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}
.teamDeg{
    font-size: 14px;
    color: #acacac;
    padding-bottom: 15px;
    line-height: 1.2;
}
.singleTeam {
    margin-bottom: 20px;
    position: relative;
}


/*=======================================================================
// Services Page
=========================================================================*/
.servicesContent{
    padding-top: 90px;
    padding-bottom: 60px;
}
/**================ services nav ================== **/
.servicesNav{
    background: #f1f1f1;
}
.servicesNav li:last-child{
    border-bottom: none;
}
.servicesNav li{
    line-height: .8;
    border-bottom: 1px solid #dfdfdf;
}
.servicesNav li.active{
    position: relative;
}
.servicesNav li.active:after{
    position: absolute;
    right: 13px;
    content: '\f105';
    top: 18px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: .8;
    color: #ffa60a;
}
.servicesNav li a{
    color: #2c3e50;
    line-height: .8;
    display: block;
    padding: 19.6px 16px;
}
.servicesNav li a:hover,
.servicesNav li.active a{
    background: #2c3e50;
    color: #ffa60a;
}
.pdfDownload {
    padding-left: 17px;
    padding-top: 40px;
}
.downloadTitle{
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
}
.downloadpdflink{}
.downloadpdflink a{
    display: block;;
    color: #8a8a8a;
    line-height: .8;
    margin-bottom: 14px;
}
.downloadpdflink a:hover{
    color: #ffa60a;
}
.downloadpdflink a i{
    margin-right: 8px;
}

/**================ services Content ================== **/
.singleServices{
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.servicesImg {
    margin-bottom: 8px;
}
.servicesImg img{
    width: 100%;
    height: auto;
}
.servicesCont {
    padding: 0 10px;
}
.servicesCont p{
    color: #848484;
}
.servictitle{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.servicRead{
    font-style: italic;
    line-height: .8;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.servicRead:hover:after{
    width: 100px;
}
.servicRead::before {
    background: #ffa60a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 100px;
}
.servicRead::after{
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 0;
}
.servicRead i{
    margin-left: 15px;
}

/*=======================================================================
// Services Details
=========================================================================*/
.servicesDetails {
    padding-bottom: 50px;
    padding-top: 90px;
}
.servicesDetailsCont{
    margin-top: -10px;
}
.servicesDetailsCont p{
    color: #8a8a8a;
    margin-bottom: 30px;
}
.servicesdetaImg{}
.serdetaImg{
    margin-bottom: 30px;
}
.serdetaImg img{
    width: 100%;
    height: auto;
}
/*=======================================================================
// Blog
=========================================================================*/
.blogSection{
    padding: 20px 0px 0px;
    min-height: 700px;
}
.blogSection-2{
    padding: 10px 0 50px;
}
.singleBlog{
    margin-bottom: 60px;
}
.singleBlog-2{
    margin-bottom: 0px;
}
.singleBlog-2{

}
.sblogImg{
    margin-bottom: 28px;
}
.sblogImg img{
    max-width: 100%;
    height: auto;
}
.blogTitle{
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 13px;
}
.blogMeta,
.blogMeta a{
    line-height: .8;
    color: #afafaf;
    font-style: italic;
}
.blogMeta a:hover{
    color: #ffa60a;
}
.blogMeta {
    margin-bottom: 17px;
}
.blogMeta span {
    margin: 0 0 0 4px;
}
.sblogDec {
    margin-bottom: 30px;
}
.blogReadmore{
    background: #12aaeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 30px;
    text-align: center;
}
.blogReadmore:hover{
    color: #fff;
    background: #f6ba18;
}
.blogReadmore-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: #12aaeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 0.8;
    padding: 7px 10px;
    text-align: center;
    max-width: 43%;
}
.blogReadmore-2 i {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 5px;
}
.blogReadmore-2 span {
    font-size: 14px;
}
.blogReadmore-2 input {
    z-index: 99;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
.blogReadmore-2:hover {
    color: #fff;
    background: #333;
}
.blogReadmore-3 {
    background: #5CB5E5;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    padding: 4px 20px;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
}
.blogReadmore-3:hover{
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.bg-white {
    background: #fff;
    padding:20px;
    margin-bottom: 30px;
    min-height: 500px;
}

.staticpage ul {
    list-style: disc;
    padding-left: 30px;
}

.search{
    position: relative;
}
.search input{
    width: 100%;
    background: #eeeeee;
    border: none;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    color: #797979;
    padding: 0 20px ;
    font-style: italic;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa60a;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 57px;
    border-radius: 3px;

}
.search button:hover{
    color: #333;
}
.widget{
    margin-bottom: 60px;
}
.widgetTitle{
    font-size: 20px;
    margin-bottom: 45px;
}
.widgetList{}
.widgetList li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}
.widgetList li:after{
    content: '\f0da';
    color: #ffa60a;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    position: absolute;
}
.widgetList li a{
    font-size: 14px;
    color: #393939;
}
.widgetList li a:hover{
    padding-left: 5px;
    color: #ffa60a;
}
.singleRecPost{
    position: relative;
    padding-left: 100px;
    min-height: 112px;
    padding-top: 0px;
}
.singleRecPost img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 93px;
    max-height: 83px;
}
.recPostTitle{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 9px;
}
.singleRecPost:last-child {
    min-height: 83px;
}

/*=======================================================================
// Blog Details
=========================================================================*/
.singleBlogDetails{
    margin-bottom: 31px;
}
.blogDetailsDec{
    margin-bottom: 0px;
}
.blogDetailsDec p{
    color: #848484;
    margin-bottom: 31px;
}
.blogDetailsDec ul,
.blogDetailsDec ol {
    list-style: disc inside;
}
.blogDetailsDec blockquote{
    border: none;
    padding: 0;
    margin: 0 0 30px;
}
.blogDetailsDec blockquote p{
    font-size: 16px;
    color: #393939;
    font-weight: 700;
}
.socialShare{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 12px;
    margin-bottom: 30px;
}
.socialShare p{
    color: #a5a5a5;
    font-weight: 600;
}
.socialShare p,
.shareSocial{
    display: inline-block;
    margin: 0;
}
.shareSocial span{
    color: #303030;
    font-weight: 600;
    margin-right: 3px;
}
.shareSocial{
    float: right;
}
.shareSocial a{
    color: #a5a5a5;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}
.shareSocial a:last-child{
    margin-right: 0;
}
.shareSocial a:hover{
    color: #ffa60a;
}
.fullwidthAuthor{
    background: #f6f6f6;
    margin-bottom: 60px;
}
.fwaIn{
    position: relative;
    padding-left: 185px;
    min-height: 168px;
    padding-top: 32px;
}
.fwaIn img{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 168px;
}
.fwaIn h2{
    font-size: 18px;
    line-height: .8;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.fwaIn p{
    line-height: 24px;
    color: #848484;
}
.fwaSocial{
    line-height:1.9;
}
.fwaSocial a{
    font-size: 12px;
    color: #c7c7c7;
    display: inline-block;
    margin-left: 10px;
}
.fwaSocial a:hover{
    color: #ffa60a;
}
.comment {
    margin-bottom: 58px;
}
h1.commentTitle {
    font-weight: bold;
    font-size: 26px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 34px;
}
h1.commentTitle + p {
    font-size: 16px;
    margin-bottom: 20px;
}
.commentTitle{
    font-size: 24px;
    color: #1b2c3e;
    margin-bottom: 30px;
}
.singleComment {
    min-height: 95px;
    padding-left: 123px;
    padding-top: 4px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.singleComment img{
    width: 100px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}
.singComTitle{
    font-size: 18px;
    margin-bottom: 12px;
}
.comdate{
    font-size: 13px;
    color: #1b2c3e;
    margin-bottom: 7px;
}
.singleComment p{
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.comreplay {
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
    color: #1b2c3e;
    font-weight: 600;
}

.commentForm input{
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border-radius: 20px;
    background: #fff;
}
.commentForm textarea{
    width: 100%;
    height: 200px;
    background: #fff;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 20px;
    color: #666666;
}
.commentForm input:focus,
.commentForm textarea:focus {
    background: #FFF;
}
.commentForm button{

}
.formmargin{
    margin-bottom: 15px;
}
#contactForm .reqError{
    border-color: #ffa60a;
}
#contactForm ul{
    list-style: none;
    padding: 0px;
}
/*=======================================================================
// Contact Page
=========================================================================*/
.contactInfo{}
.contAddress {
    margin-top: -6px;
}
.singleContadds{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.singleContadds i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #12aaeb;
}
.singleContadds p{
    margin: 0;
    line-height: 24px;
}
.singleContadds a {
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #858585;
}
.singleContadds a:hover{
    color: #12aaeb;
}
.singleContadds.phone{}
.singleContadds.phone p{
    color: #272727;
}
.singleContadds.phone p span{
    color: #858585;
}
.contactSocial{
    padding-left: 33px;
}
.contactSocial a{
    display: inline-block;
    color: #1b2c3e;
    font-size: 12px;
    margin-right: 12px;
}

/*=======================================================================
// Error Page
=========================================================================*/
.errorPage {
    padding: 148px 0 133px;
}
.errorIn h1{
    font-size: 350px;
    color: #2c3e50;
    font-weight: 900;
    margin-bottom: 90px;
}
.errorIn h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.errorIn p{
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}
/*=======================================================================
// Project Single
=========================================================================*/
.projectSingleSec{
    padding-top: 90px;
    padding-bottom: 50px;
}
.singleProCaro ol.carousel-indicators {
    display: inline-block;
    margin: 0px 15px;
    position: initial;
    width: auto;
}
.singleProCaro .carousel-indicators li {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin: 5px 5px 5px 5px;
    width: 60px;
    border-radius: 0px;
    background: none;
    text-indent: 0;
}
.singleProCaro .carousel-indicators li img {
    width: 100%;
    height: 100%;
}
.singleProCaro .carousel-indicators li.active{
    border-color: #12aaeb;
}
.carousel-inner {
    margin-bottom: 20px;
}
.control-block {
    position: relative;
    text-align: center;
}
.singleProCaro .carousel-control-n {
    display: inline-block;
    color: #000;
    font-size: 30px;
    position: relative;
    z-index: 99;
    top: 5px;
}
.singleProCaro .carousel-control-n:hover i {
    color: #12aaeb;
}
#myCarousel .carousel-inner>.item>a>img,
#myCarousel .carousel-inner>.item>img {
    margin: 0px auto;
    max-width: 350px;
    max-height: 350px;
}



.proDetaTitle{
    font-size: 20px;
    margin-bottom: 26px;
}
.projectDetais p{
    font-size: 14px;
    color: #333333;
}
.projectSininTitle{
    font-size: 20px;
    color: #000;
    margin-bottom: 17px;
}
.projectSingleInfo{
    margin-bottom: 60px;
}
.projectSingleInfo ul{}
.projectSingleInfo ul li{
    line-height: .8;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 19px 0;
}
.projectSingleInfo ul li span{
    color: #393939;
}
.projectSininTitle.two{
    margin-bottom: 25px;
}
.projectSingleText p{
    color: #666666;
}
.showit {
    bottom: 100px;
    height: 40px;
    position: fixed;
    right: 60px;
    width: 40px;
    z-index: 99;
    opacity: .8;
}
.showit:hover{
    opacity: 1;
}




/*=======================================================================
// self styles
=========================================================================*/
.sliderSection .carousel-inner>.item>a>img,
.sliderSection .carousel-inner>.item>img,
.sliderSection .img-responsive,
.sliderSection .thumbnail a>img,
.sliderSection .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}


.singleBlog-1 {
    color: #3C3C3C;
}

.singleBlog-1 p {
    font-size: 16px;
}

.sbblogTit-2 {
    color: #12aaeb;
    text-transform: none;
    font-size: 35px;
    font-weight: normal;
    margin: 0px 0px 30px;
}

.list-group-why {

}

.list-group-why i {
    color: #12aaeb;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.list-group-why li {
    line-height: 20px;
    position: relative;
    padding: 0px 40px 25px 35px;
}

.list-group-why-two i {
    color: #12aaeb;
    font-size: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list-group-why-two li {
    line-height: 23px;
    position: relative;
    padding: 0px 110px 25px 50px;
}
.list-group-partner {
    font-size: 16px;
    margin: 50px 0px 0px 25px;
    width: 80%;
}

.list-group-partner i {
    color: #12aaeb;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.list-group-partner li {
    line-height: 20px;
    position: relative;
    padding: 0px 40px 25px 35px;
}

.list-group-partner-ol {
    list-style-type: decimal;
    font-size: 16px;
    margin: -15px 0px 0px 100px;
    width: 80%;
}
.list-group-partner-ol-border {
    list-style: decimal;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    margin-top: 40px;
    max-width: 1010px;
    line-height: 25px;
}
.list-group-partner-ol-border li {
    padding-left: 45px;
    position: relative;
}
.list-group-partner-ol-border li i {
    position: absolute;
    color: #f6ba18;
    left: 39px;
    top: 3px;
}
.list-group-partner-ol-border h3 {
    color: #12aaeb;
    padding-left: 45px;
    border-left: 2px solid #EEEEEE;
    font-weight: normal;
    padding-bottom: 10px;
}
.list-group-partner-ol-border h3.first:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 0px;
}
.list-group-partner-ol-border h3.last:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 19px;
}
.list-group-partner-ol-border p {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.list-group-partner-ol-border-sub {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    list-style-position: inside;
}
.list-group-partner-ol-border-sub li {
    padding-left: 20px;
}
.list-group-partner-ol-border p.last {
    border-left: 2px solid transparent;
}
.paryners-text-one {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.paryners-text-two {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-style: italic;
}

.filterCont {
    margin-bottom: 50px;
}

.alert-top {
    position: fixed;
    top: 40%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    border-radius: 0px;
    line-height: 20px;
    z-index: 9999;
}

#nav-category li {
    margin-bottom: 8px;
}

#nav-category a {
    background: #F6F6F6;
    font-size: 16px;
    border-radius: 3px;
}

#nav-category li.active a,
#nav-category a:hover {
    background: #12AAEB;
    color: #eee;
}

.aboutCont {
    padding: 75px 0;
}

.projectSininTitle {
    margin: 15px 0px;
    font-size: 26px;
    color: #12aaeb;
    line-height: 35px;
    font-weight: normal;
}
.prod-grey-row {
    background: #F2F2F2;
    margin: 30px 15px 30px 0px;
    padding: 25px 20px;
}
.out-of-product-title {
    /* text-align: right; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #12aaeb;
}
.prod-grey-row .in-stock {
    color: #006400;
    font-weight: bold;
}
.cost {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cost > i {
    font-size: 30px;
}
.btn-add-to-cart {
    outline: none;
    margin-bottom: 15px;
    background: #FAAD3D;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 35px;
    display: block;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
}

.btn-add-to-cart:focus,
.btn-add-to-cart:active,
.btn-add-to-cart:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}
.btn-one-cart {
    font-weight: bold;
    padding: 0px;
    display: block;
    outline: none;
    background: none;
    color: #FAAD3D;
    border: none;
    text-transform: uppercase;
}
.btn-one-cart:focus,
.btn-one-cart:active,
.btn-one-cart:hover {
    text-decoration: underline;
}
.delivery-title a {
    color: #12aaeb;
}
.delivery-title a:hover {
    text-decoration: underline;
}
.delivery {
    line-height: 16px;
}

.btn-request-box {
    margin-top: 20px;
}
.btn-request-modal.left {
}
.btn-request-modal.right {margin-bottom: 0px;}

.btn-request-modal {
    color: #333;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 3px 20px;
    font-size: 14px;
    height: 42px;
    display: inline-block;
    outline: none;
    border-radius: 3px;
    margin-bottom: 15px;
}
.btn-request-modal i {
    color: #11aaeb;
    font-size: 16px;
    position: relative;
    top: 2px;
}
#request-modal img {
    max-width: 100%;
}
#request-modal input[type=file] {
    display: block;
    width: 100%;
}





.prod-grey-row ul {
    list-style: disc;
    padding-left: 15px;
    line-height: 22px;
}





.projectSininTitle-2 {
    margin: 25px 0px;
    font-size: 28px;
    color: #12aaeb;
    line-height: 35px;
    font-weight: normal;
}
.projectSininTitle-3 {
    margin: 0px 0px 25px;
    font-size: 28px;
    color: #12aaeb;
    line-height: .8;
    font-weight: normal;
}
.projectSininTitle-4 {
    margin: 10px 0px -10px;
    font-size: 28px;
    color: #12aaeb;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
}

.projectSingleText {

}
.first-desc p {
    line-height: 22px;
}
.accent {
    color: #043140;
    background: #F6F6F6;
    border-left: 3px solid #F6BA18;
    padding: 15px 20px;
    line-height: 25px;
    margin: 15px 0px;
}
.accent ul {
    list-style: disc;
    padding-left: 20px;
}
.accent p {
    color: #043140;
    margin: 0px;
}
.second-desc p {
    line-height: 22px;
}
.teamCont {
    height: 50px;
    overflow-y: hidden;
}
.teamCont p {
    line-height: 20px;
    height: 40px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
.breadcrumbProd {
    padding: 5px 0px;
}
.breadcrumbProd a {
    font-size: 14px;
    color: #333;
}
.breadcrumbProd a:hover {
    text-decoration: underline;
}
.breadcrumbProd span {
    color: #222;
}

#prodTabs > ul {
    background: #F7F7F7;
    border-bottom: transparent;
}

#prodTabs .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    margin-left: -1px;
}

#prodTabs .nav-tabs>li>a {
    font-size: 15px;
    padding: 14px 20px 13px;
    border: none;
    border-radius: 0px;
    color: #222;
    font-weight: bold;
}

#prodTabs .nav-tabs>li.active>a,
#prodTabs .nav-tabs>li.active>a:focus,
#prodTabs .nav-tabs>li.active>a:hover {
    color: #555;
    padding: 15px 20px 14px;
    cursor: default;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 0px 1px 0px 1px;
    font-size: 15px;
    font-weight: bold;
}

#prodTabs .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
#prodTabs .nav-tabs>li>a> span {
    color: #5BB5F1;
}

#prodTabs .tab-content {
    border: 1px solid #F6F6F6;
    border-width: 0px 0px 1px 0px;
    padding: 15px;
}
#accessories {

}
#accessories h3 {
    margin: 5px 0px 15px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}
#accessories .row {
    margin-right: -16px;
    margin-left: -15px;
    margin-bottom: -15px;
    border: 1px solid #EDEDED;
    border-width: 1px 0px 0px 0px;
}
#accessories .category-grid .col-md-25 {
    border: 1px solid #EDEDED;
    border-width: 0px 1px 1px 0px;
    margin-bottom: 0px;
}
.complect-widget {
    padding: 20px 20px 20px 20px;
    background: #F7F7F7;
    margin-bottom: 20px;
}
.complect-widget h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.complect-widget ul {
    background: #F7F7F7;
    list-style: disc;
    padding: 0px 0px 0px 15px;
    line-height: 25px;
}
.complect-widget li {
    /*color: #12aaeb;*/
}
.complect-widget a,
.complect-widget span {
    color: #222222;
}
.complect-widget a:hover {
    color: #12aaeb;
}
.info-widget {
    padding: 20px 70px 20px 70px;
    background: url(../img/bg_info_widget.png) 20px 25px no-repeat #F7F7F7;
    line-height: 22px;
    font-size: 15px;
}


#options h3 {
    margin: 5px 0px 20px;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
}

#options > .row {
    border-top: 1px solid #EDEDED;
    padding: 15px 0px 0px;
}

#prodTabs .p-options {
    background: none;
    max-width: 635px;
    margin: 0px auto 30px;
}
.p-options .list-group-item {
    padding: 0px;
    line-height: 35px;
    border: none;
    position: relative;
    display: block;
    margin-bottom: 0px;
    background: url('../img/bg_options_item.png') bottom repeat-x;
    white-space: nowrap;
}
.p-options .list-group-item>.badge {
    width: 40%;
    text-align: left;
    position: relative;
    background: #fff;
    bottom: -15px;
    padding: 0px 0px 0px 10px;
    color: #333;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.p-options .list-group-item > div {
    position: relative;
    display: inline-block;
    background: #fff;
    bottom: -10px;
    line-height: 20px;
    padding: 0px 10px 0px 0px;
    z-index: 9;
}

.file-box {
    margin-bottom: 30px;
}
.file-desc {
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}
.file-param {
    font-size: 12px;
    color: #999;
}
.btn-file-2 {
    background: #12AAEB;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    border-radius: 0px;
}
.btn-file-2 i {
    font-size: 20px;
    margin-right: 10px;
}
.btn-file-2:active,
.btn-file-2:focus,
.btn-file-2:hover {
    color: #343237;
    background: #F6F6F6;
}



#complect {
    padding: 20px 30px;
}
#complect h4 {
    color: #12AAEB;
    font-size: 30px;
    margin-bottom: 20px;
}
#complect p {
    font-size: 18px;
    line-height: 30px;
    color: #606569;
    margin-bottom: 15px;
    padding-left: 25px;
}
#complect ul {
    background: none;
    padding-left: 25px;
}
#complect ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
#complect ul li i {
    color: #12aaeb;
    margin-right: 5px;
}

.click-contacts {
    cursor: pointer;
}

.phone-2 {
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
    max-width: 43%;
}

.fileinput-2 {
    width: 205px;
    max-width: 205px;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.btn-file > input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}
.btn-file {
    overflow: hidden;
    position: relative;
    background: #12AAEB;
    color: #fff;
    padding: 15px 5px 16px;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    border-radius: 3px;
    border: none;
}
.fileinput-2 > .btn-file {
    width: 270px;
    max-width: 100%;
}
.btn-file:active,
.btn-file:focus,
.btn-file:hover {
    background: #f6ba18;
}
.fileinput .fileinput-filename {
    font-size: 15px;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.faq-link {
    background: #12aaeb;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    margin: 50px 0px 60px;
}

.faq-link i {
    font-size: 20px;
    margin: 0px 25px 0px 0px;
}

.faq-link:focus,
.faq-link:active,
.faq-link:hover {
    background: #f6f6f6;
    color: #222;
}

.margin-0 {
    margin: 0px;
}


#accordion-faq ul {
    list-style: initial;
    padding-left: 15px;
}
#accordion-faq .panel {

}
#accordion-faq .panel-default{
    border-radius: 0px;
    border: none;
    margin-top: 10px;
    box-shadow: none;
}
#accordion-faq .panel-heading {
    background: none;
    border: none;
    padding: 0px;
}
#accordion-faq .panel-title {

}
#accordion-faq .panel-title a {
    padding: 12px 50px 12px 20px;
    display: block;
    background: #12AAEB url("../img/arrowpanelup.gif") no-repeat right center;
    color: #fff;
    line-height: 24px;
}
#accordion-faq .panel-title a.collapsed {
    background: #EEEEEE url("../img/arrowpaneldown.gif") no-repeat right center;
    padding: 12px 50px 12px 20px;
    display: block;
    color: #333;
    line-height: 24px;
}
#accordion-faq .panel-body {
    border: none;
}

.feedback-link {
    background: #12aaeb;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 22px 0px 0px;
}
.feedback-link:active,
.feedback-link:focus,
.feedback-link:hover {
    background: #f6ba18;
    color: #fff;
}
.city-list {
    margin-left: 20%;
}
.city-link {
    font-size: 20px;
    color: #12aaeb;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.city-link:focus,
.city-link:active,
.city-link:hover {
    color: #12aaeb;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.well {
    border-radius: 0px;
    box-shadow: none;
    padding: 5px 15px;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}
.store {
    color: #222;
}
.see-on-map {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 12px;
}
.see-on-map:focus,
.see-on-map:active,
.see-on-map:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

.request-section {
    background-color: #12AAEB;
    padding: 27px 0px 28px 0px;
}
.request-section .lead {
    font-style: italic;
    color: #fff;
    margin: 5px 40px 15px 0px;
    font-size: 24px;
    text-align: right;
}
.commentForm ul li {
    position: relative;
    width: 50%;
}
.commentForm ul li i.fa-check {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    color: #3c763d;
}
.commentForm ul li i.fa-exclamation-triangle {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    color: #A94442;
}
.commentForm ul li .ajax-error {
    position: absolute;
    bottom: -15px;
    display: inline-block;
    z-index: 99;
    padding: 0px 25px;
    left: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.oneclick-form .ajax-error,
.order-call .ajax-error {
    position: absolute;
    top: 28px;
    z-index: 99;
    padding: 0px 10px;
    right: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px;
    line-height: 20px;
}

.oneclick-form i.fa-exclamation-triangle,
.order-call i.fa-exclamation-triangle {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 22px;
    color: #A94442;
}

.oneclick-form i.fa-check,
.order-call i.fa-check {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 22px;
    color: #3c763d;
}


.balloon_layout {
    position: relative;
    min-width: 400px;
}
.balloon_layout .balloon_mid {
    padding: 22px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}
.balloon_layout .tail {
    width: 34px;
    height: 18px;
    background: url('../img/bg_tail.png') no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -17px;
    margin-top: -1px;
}
.balloon_layout .close {
    position: absolute;
    width: 9px;
    height: 9px;
    background: url('../img/bg_close.png') no-repeat;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.5;
}
.balloon_title {
    font-size: 19px;
    margin-bottom: 12px;
}
.balloon_layout .content {
    font-size: 13px;
    color: #14201e;
}
.balloon_layout .addr {
    color: #12aaeb;
    font-size: 14px;
    margin-bottom: 10px;
}
.balloon_layout .phn {
    font-weight: bold;
    font-size: 14px;
}
.abImg {
    margin-top: 30px;
}
.sertificate-box img {
    max-height: 300px;
    margin: 0 auto;
}

.out-of-product {
    opacity: .4;
}


.singleProCaro {
    position: relative;
}
.relinking-box {
    right: 0px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    z-index: 99;
    flex-direction: column;
    justify-content: space-evenly;
}
.relinking-box a.active {
    background: #12AAEB;
    color: #fff;
}
.relinking-box a {
    background: #fff;
    border: 2px solid #12AAEB;
    display: block;
    width: 100%;
    max-width: 100px;
    text-align: center;
    border-radius: 20px;
    padding: 2px 3px;
    color: #12AAEB;
    margin-bottom: 15px;
    text-decoration: none;
    min-width: 100px;
}







#cart-area {
    background: #fff;
    padding: 20px 150px;
    margin: 40px 0px;
    min-height: 300px;
}
.abTitle-cart {
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #505058;
    margin: 15px 0px 25px;
}

#table-cart tr > td,
#table-cart tr > th {
    border-top: none;
}

#cart-not-empty {
    margin-bottom: 80px;
}

#table-cart .title {
    color: #2581d5;
    font-size: 16px;
}
#table-cart .title:hover {
    text-decoration: underline;
}

.qty-block {
    border: 2px solid #D3D3D3;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 2px 0px;
}

#table-cart img {
    max-width: 120px;
    max-height: 120px;
}
#table-cart .total-sub {
    color: #999999;
    font-size: 14px;
}
#table-cart .cm-sum-sub {
    color: #505050;
    font-size: 22px;
}
#table-cart .del {
    color: #555555;
    font-size: 11px;
    background: #E6F2FA;
    display: inline-block;
    border-radius: 50%;
    padding: 2px 0px 0px 0px;
    height: 19px;
    width: 19px;
}

#table-cart .cart-minus {
    display: inline-block;
    border: 1px solid #E1E1E1;
    width: 22px;
    height: 22px;
    color: #777777;
    background: #F0F0F0;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 2px 1px 0px 0px;
}

#table-cart .cart-plus {
    display: inline-block;
    border: 1px solid #E1E1E1;
    width: 22px;
    height: 22px;
    color: #777777;
    background: #F0F0F0;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 2px 0px 0px 1px;
}

#table-cart .inp-count {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0px 0px;
    height: 25px;
    border: none;
    box-shadow: none;
    padding: 0px;
}

.btn-checkout {
    background: #F5A33F;
    color: #fff;
    padding: 11px 0px;
    font-weight: bold;
    height: 50px;
    font-size: 16px;
    width: 270px;
    display: inline-block;
    text-align: center;
    transition: box-shadow .15s ease-out;
    border-radius: 3px;
    box-shadow: none;
}

.btn-checkout:active,
.btn-checkout:focus,
.btn-checkout:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}

.total-tr .borderred {
    border-top: 1px dashed #757575;
    border-bottom: 1px dashed #757575;
    padding: 8px 0px;
    font-weight: bold;
    font-size: 18px;
}
.total-tr .borderred strong {
    float: right;
}



.cart-login-area {
    background: #F9F9F9;
    padding: 20px 100px;
    margin-bottom: 35px;
}
.cart-login-area h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 25px;
}
.cart-login-area p {
    line-height: 20px;
    margin-bottom: 30px;
}
.form-login-cart {

}

.form-login-cart .form-control {
    height: 40px;
    font-size: 13px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
}

.btn-login-cart {
    margin: 10px 0px 5px;
    background: #89C234;
    width: 100%;
    color: #fff;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
}
.btn-login-cart:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}



.form-order {
    padding: 0px 100px;
}
.form-order .form-control {
    height: 40px;
    font-size: 13px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
}
.form-order textarea.form-control {
    height: auto;
}
.form-group-check {
    border-top: 1px dashed #ddd;
    padding: 20px 0px;
}
h3.form-group-title {
    font-size: 20px;
    color: #505050;
}
h4.form-group-title {
    font-weight: normal;
    margin-bottom: 20px;
    color: #505050;
}
.help-phone {
    font-size: 12px;
    color: #aaa;
}
.checkout-requisite {
    display: none;
}

.checkout-requisite > input {
    display: inline-block;
    margin-right: 20px;
}
.checkout-requisite > label {
    display: inline-block;
    font-weight: normal;
}

.link-back-cart {
    height: 48px;
    border: 2px solid #D6D0CA;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 80px 0px 80px;
    font-size: 20px;
    text-align: center;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
    background: #fff;
}
.link-back-cart:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #222;
}
.btn-confirm {
    height: 48px;
    border: 2px solid #89C234;
    border-radius: 4px;
    float: right;
    padding: 0px 30px 0px 30px;
    font-size: 20px;
    text-align: center;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
    background: #89C234;
    color: #fff;
}
.btn-confirm:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}

.form-group-check .radio {
    padding-left: 30px;
}
.form-group-check .desc-free-delivery {
    color: #808080;
}
.form-group-check .radio .desc {
    font-size: 12px;
    color: #808080;
}
.form-group-check label {
    display: block;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    line-height: 18px;
    margin-bottom: 25px;
}

.form-group-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-group-check input[type="radio"]:checked + i::after {
    font-family: 'FontAwesome';
    content: "\f111";
}
.form-group-check i::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    padding-left: 6px;
    padding-top: 0px;
    font-size: 9px;
    font-style: normal;
    line-height: 18px;
    color: #6BB900;
    background-color: #fff;
    border: 1px solid #ccc;
}
.form-group-check input[type="checkbox"],
.form-group-check input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.cart-confirm-area {
    background: #F9F9F9;
    padding: 50px 100px;
    margin-bottom: 35px;
}
.cart-confirm-area h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #909090;
}
.cart-confirm-area p {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 25px;
    color: #909090;
}

.link-show-account {
    height: 48px;
    border: 1px solid #D6D0CA;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 30px 0px 30px;
    font-size: 20px;
    text-align: center;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
    background: #fff;
}
.link-show-account:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #222;
}
.link-back-site {
    height: 48px;
    border: 2px solid #89C234;
    border-radius: 4px;
    float: right;
    padding: 6px 25px 0px 25px;
    font-size: 20px;
    text-align: center;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
    background: #89C234;
    color: #fff;
}
.link-back-site:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}









.login-page {
    background: #fff;
    margin: 40px 0px;
    padding: 30px 40px;
}
.login-page h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 30px;
}
.login-page p {

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

.login-page input[type=checkbox] {
    margin: 9px -20px 0px;
}

.btn-green {
    padding: 6px 20px 5px;
    background: #89C234;
    color: #fff;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
}
.btn-green:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}


#call-order .modal-dialog,
#one-click .modal-dialog {
    max-width: 450px;
    width: 100%;
    margin: 30px auto;
}
#call-order .modal-title,
#one-click .modal-title {
    font-size: 22px;
    color: #000;
}
#call-order .close,
#one-click .close {
    border-radius: 50%;
    border: 1px solid #333;
    width: 27px;
    height: 27px;
    opacity: 0.5;
    font-size: 16px;
    padding: 0px 0px 0px 1px;
}
#call-order .modal-content,
#one-click .modal-content {
    border-radius: 0px;
}
#call-order .modal-header,
#one-click .modal-header {
    border-bottom: none;
    padding: 20px 30px 0px;
}
#call-order .modal-body,
#one-click .modal-body {
    padding: 15px 30px 20px;
}
#call-order .form-control,
#one-click .form-control {
    border-radius: 17px;
    font-size: 12px;
    padding: 6px 20px 5px;
}
#call-order .btn-blue-one-click,
#one-click .btn-blue-one-click {
    border-radius: 20px;
    background: #5CB5E5;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 20px 3px 20px;
    transition: box-shadow .15s ease-out;
    box-shadow: none;
}
#call-order .btn-blue-one-click:focus,
#call-order .btn-blue-one-click:active,
#call-order .btn-blue-one-click:hover,

#one-click .btn-blue-one-click:focus,
#one-click .btn-blue-one-click:active,
#one-click .btn-blue-one-click:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #fff;
}
#call-order p,
#one-click p {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 25px;
}

#main-carousel .carousel-control.left,
#main-carousel .carousel-control.right {
    background: none;
}

#main-carousel .carousel-control .fa-arrow-left, 
#main-carousel .carousel-control .fa-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

#main-carousel .carousel-control .fa-arrow-right {
    right: 50%;
    margin-right: -10px;
}

@media screen and (min-width: 768px){
    #main-carousel .carousel-control .fa-arrow-left, 
    #main-carousel .carousel-control .fa-arrow-right {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    #main-carousel .carousel-control .fa-arrow-right  {
        margin-right: -15px;
    }
    #main-carousel .carousel-control .fa-arrow-left {
        margin-left: -15px;
    }
}



#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    font-size: 50px;
    z-index: 99999;
}

#modal-feedback .modal-header {
    border-bottom: none;
}
#modal-feedback .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid;
    border-color: #e6e6e6;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border-radius: 20px;
    background: #fff;
}
#modal-feedback .btn-blue {
    background: #5CB5E5;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    padding: 4px 20px;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
}
#modal-feedback textarea.form-control {
    width: 100%;
    height: 120px;
    background: #fff;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 20px;
    color: #666666;
}
.feedback-call .form-control-feedback {
    top: 2px;
    right: 15px;
}

.btn-blue-feed {
    background: #11aaeb;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    padding: 6px 15px;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
}

.chevron-left {
    
}
.chevron-left a {
    background: none !important;
    border: 2px solid transparent !important;
    padding-left: 0px !important;
}
.chevron-left a i {
    margin-right: 4px;
}









.hit-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
}
.hit-grid-item {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    border: 8px solid #fff;
    height: 220px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hit-grid-item:hover > .hit-col {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hit-grid a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.hit-grid-label {
    font-size: 16px;
    color: var(--bs-white);
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0 16px;
    z-index: 2;
    width: 100%;
    transition: all ease 0.5s;
    color: #fff;
}
.hit-col {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}