@charset "utf-8";

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One&display=swap');


/* MAIN STYLES 
-------------------------------------------------- */
/* Primary Color:Blue: #214BA0; */

body, body.sitetop {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}
h1, h2, h3 {
   font-family: "Julius Sans One", sans-serif; 
   font-weight: 400;
}

.sitetop a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
     transition-delay: 0s;
    /* padding: 20px 0;*/
}

.btn {
    padding: 10px 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
}
.btn-large {
    min-width: 200px;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}
.btn-primary {
    color: #FEFEFE;
    background-color: #214BA0;
    border: 1px solid #214BA0;-webkit-transition: all .5s;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background: #000;
    border-color: #000;
    
}
.content-block {
    padding: 30px 0;
}
.editable-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.editable-content h1, .editable-content h2 {
    margin-bottom: 38px;
    font-size: 32px;
    text-transform: uppercase;
}
.editable-content p {
    font-weight: 300;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 36px;
}
.editable-content img {
    max-width: 100%;
    height: auto;
}


/* TOPNAV DROPDOWNS/LINKS */
.navbar-brand img {
    max-width:90%;
    height:auto;
    margin:0 auto; 
}
.navbar-top {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    /*min-width: 320px;*/
    z-index: 99;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #214BA0;
    color: #fff;
    padding: 0 15px;
    height: auto;
}

.navbar-top a {color: #fff;}
.navbar-top a:hover {text-decoration: none;background-color:#272360;}
.navbar-top .nav-link {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.navbar-top .nav-link:hover {
  text-decoration: none;
}

.navbar-top.navbar-dark .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: .25rem;

}

.navbar-top.navbar-dark .navbar-collapse  {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(12,12,12,.9);
    width: 100%;
    text-align: center;

}

.navbar-top.navbar-dark .close-navbar-mobile {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
}

.navbar-top.navbar-dark .nav-item .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin-left: 12px;
}

.navbar-top.navbar-dark .nav-item .dropdown-menu a {
    color: #fff;
}

.navbar-top.navbar-dark .nav-item .dropdown-menu a.active, .navbar-top.navbar-dark .nav-item .dropdown-menu a:hover, .navbar-top.navbar-dark .nav-item .dropdown-menu a:active {
    background: transparent;
    color: #214BA0;

}
.navbar-top.navbar-dark .nav-link.active, .navbar-top.navbar-dark .nav-link:hover, .navbar-top.navbar-dark .nav-link:active {
    color: #214BA0;
}

@media screen and (max-width:450px){
.navbar-brand {width:50% ;margin: 0 auto;}
.navbar-nav {width: 100%;}
.border-dark, .border-left {border-left:none !important;border-right:none !important;}
.navbar-top a {display: block;margin:0 !important;}
}

.navbar-toggler-icon {
  padding-top:4px;
  color:#fff;
}

.btn-small {
  background:#214BA0;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  margin-left: -47px;
}

@media screen and (max-width:450px){
  .btn-small {margin-left:-41px;}
}

.btn-small:hover {
 opacity: 0.8;
}

.form-inline .form-control {
  display: inline-block;
  width: 400px;
  border-radius: 3px;
  border-width: 2px;
  border-color: #ddd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

@media screen and (max-width: 450px){
  .form-inline {max-width: 100%;width:100%;}
  .form-inline .form-control {width: 100%;}
}

/* CAROUSEL */
.home .carousel-inner {filter:brightness(0.5);}

.home .carousel-item {
    max-height: 580px;
}
.home .carousel-control-next .fa, .home .carousel-control-prev .fa {
    font-size: 60px;
}
.home .carousel-caption .btn {
    margin-left: 24px;
    padding: 6px 11px;
    min-width: 0;
    font-weight: 400;
}
.home .carousel-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    top: 80px;
    font-weight: 400;
}
.home .carousel-caption-text {
    margin-bottom: 20px;
}
.home .carousel-caption-text > div {
    font-size: 24px;
    background: rgba(12,12,12,.5);
    padding: 0 24px;
    float: left;
    clear: left;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    word-spacing: 2px;
    white-space: nowrap;
}
.home .carousel-caption-text > div + div {
    margin-left: 24px;
    margin-top: 4px;
}


/*============ Carousel Search Bar ==============*/
.carousel-search {
  display:none;
  position: absolute;
  top: 59%;
  z-index: 5;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.carousel-search h3 {
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 5px;
}


.carousel-search input {
  height: auto;
  padding: 1em 1em 1em 4em;
  border-radius:5px;
  color: #222;
  background-color: #fff;
  box-shadow: 0 2px 10px #000;
  line-height: 20px;
  margin-bottom: 0;
}

.carousel-search .btn {
  background-color: #214BA0;
  right: 8px;
  margin-top: 0;
  border: 2px solid #fff;
  color: #FFF;
  font-weight: 600;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 4em;
  z-index: 5;
  display: inline-flex;
  top: 30%;
  right: 0%;
}

.carousel-search .btn:hover {opacity: 0.8;}

 @media (min-width:768px){ 
.carousel-search {display: block;width: 70%;}
.carousel-search .btn {top:29%;}
 }

@media (min-width:1024px){
.carousel-search h3 {font-size:1.2rem;}
.carousel-search .btn {top:34%;}
}

@media (min-width:1200px){
.carousel-search {width: 50%;}
}


/* PAGE HEADER (SUBPAGES) */
.page-header {
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    padding: 60px 0 0;
    text-align: center;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/slides/layout-header.jpg);
}
.page-header.bg-darken::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.25);
}
.page-header h1 {
    max-width: 1140px;
    position: relative;
    color: #fff;
    font-size: 36px;
    font-family: "Julius Sans One",sans-serif;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}
/* header images to override default pic if needed
.page-header.contacts-header { background-image: url(../img/slides/contact-header.jpg); }
*/


/* home page inventory */
.inventory {
  background-color:#eee; 
  display: inline-block;
  width: 100%;
}

.page-content {
  max-width:100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

@media (min-width:768px){
.page-content {max-width:49%;width:100%;}
}

.page-content img {
  padding-top: 20px;
}

.page-content h1 {
  font-size:1.6rem;
}

/* side form */

.side-form {
  border: 1px solid #ddd;
  border-top: 2px solid #214BA0;
  padding: 25px 25px 50px 25px;
  max-width: 100%;
  font-size:1.5rem;
}

.side-form h3 {
  padding-bottom: 25px;
}


/* gallery tweaks*/
.gallery-item {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* FEATURE PICS/LINKS */
.about-item, .gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.about-item img {
    width: 100%;
    heiht: auto;
}
.about-item span {
    display: block;
    position: absolute;
    font-weight: 400;
    bottom: 10px;
    left: 18px;
    right: 18px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    text-align: center;
    background: rgba(12,12,12,.4);
}
.blink-on-hover::after {
    content: '';
    width: 100%;
    height: 300%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(255,255,255,.07);
    position: absolute;
    top: -30%;
    left: -100%;
    opacity: 0;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    z-index: 9;
}
.blink-on-hover:hover::after {
    left: 120%;
    opacity: 1;
}
/* VIDS */
.video-block {
    text-align: center;
    background-color: #343434;
    padding-top: 30px;
    padding-bottom: 12px;
}
.video-block h2 {
    margin-bottom: 30px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight:400;
}
.video-block-label {
    color:#fff;
    font-weight:400;
    font-size: 1.2rem;
    margin-top: 12px;
}

/* FORM */
.contact-form {
    margin-bottom: 48px;
}
.contact-form .form-control {
    border-color: #d8e3eb;
    border-radius: 0;
    font-size: 14px;
    color: #3d3d3d;
    padding: 10px;
    line-height: 1.5;
}
.contact-form .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,0.1);
}
.contact-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 56px;
    background: no-repeat 0 2px;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-item h6 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: #3d3d3d;
}
.contact-item p {
    margin-bottom: 0;
    line-height: 24px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
}
.contact-item a {
    color: #7f7f7f;
}

.contact-item.contact-item-address {
    background-image: url(../img/contact-address.png);
    background-size: 30px;
}
.contact-item.contact-item-mail {
    background-image: url(../img/contact-email.png);
    background-size: 30px;
}
.contact-item.contact-item-phone {
    background-image: url(../img/contact-phone.png);
    background-size: 24px;
    background-position-x: 3px;
}
.google-map {
    height: calc(80vh - 65px);
    min-height: 300px;
    width: 100%;
    background: #ebebeb;
}


/* NEWS SPECIAL EFFECTS */

.news-item-outer {
    padding-top:15px;
    padding-bottom:15px;
}
.news-item-outer a:hover {
    text-decoration: none;
}
.news-item {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #efefef; /*url(../images/bgimg.jpg) no-repeat center center;*/
}
.news-item .news-mask,.news-item .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.news-item img {
   display: block;
   position: relative;
    width:100%;
    height:auto;
}
.news-item h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.news-item p {
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.news-item a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #214BA0;
   color: #FEFEFE;
   text-transform: uppercase;
}
.news-item a.info:hover {
   background: #000;
   color: #fff;
}

.news-item img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.news-item .news-mask {
   background-color: rgba(200,195,195,0.30);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.news-item a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.news-item:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item:hover .news-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.news-item:hover h2,.news-item:hover p,.news-item:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.articles-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 28px 0 0;
    font-weight: 400;
}
.articles-pagination .page-item {
    display: inline-block;
    padding: 0;
    background: 0 0;
    margin: 0 4px;
}
.articles-pagination .page-link {
    border: none;
    display: block;
    margin: 0;
    background: 0 0;
    color: #7f7f7f;
    border-radius: 0;
    height: 28px;
    min-width: 28px;
    line-height: 28px;
    white-space: normal;
    text-align: center;
    padding: 0 6px;
}
.articles-pagination .page-link.active {
    background: #000;
    color: #fff;
}

/*FOOTER*/
.footer {
    box-sizing: border-box !important;
    color: #fff;
    font-size: 13px;
    background: #214BA0;
    margin-top: auto;
}
.footer-info {
    padding: 20px 0;
    border-bottom: 1px solid #d8e3eb;
}
.footer-info-row {
    /*margin-right: -30px;
    margin-left: -30px;*/
}
.footer-info-block {
    border-top: 1px solid #d8e3eb;
    padding: 30px;
}
.footer-info-block:first-child {
    border-top: none;
}
.footer-info h6 {
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
}
.footer-info p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 26px;
    margin-bottom: 0;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links a {
    font-size: 14px;
    line-height: 24px;
}
.footer-info a {
    color: #fff;
}
.footer-copy {
    text-align: center;
    padding: 22px 0;
}
.footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 16px;
}
.footer-social-links li {
    margin-right: 24px;
}
.footer-social-links li a {
    font-size: 24px;
    color: #fff;
}
.footer-social-links li a:hover, .footer-social-links li a:active {
    color: #272360;
    text-decoration: none;
}

.footer, .footer *, .page-header, .page-header *, .navbar-top, .navbar-top * {
    box-sizing: border-box;
}
.navbar-top .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


#injected {
    font-size: 1em;
    font-weight: 400;
    font-family: Arial,sans-serif;
}
#injected .row {
    margin-left:0 !important;
    margin-right:0 !important;
}
#injected .google-maps-link a {
    color: #212121;
}

#injected section.detail-additional-data h4 {
    font-size: 1.3rem;
}

#injected .faceted-search-content .faceted-section-head h5 {
    font-size: 1.1rem;
}

#injected .detail-content .search-results {
    color: #676767;
}
#injected .list-content .list-title .list-listings-count {
    color: #676767;
}

#injected .detail-content .detail-main-body .main-detail-data .offer-btn, #injected .detail-content .detail-main-body .main-detail-data .buy-btn {
    color: #FEFEFE;
    background-color: #214BA0;
}

#injected .detail-content .detail-additional-data .data-row .data-label {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #FEFEFE;
    background-color: #214BA0;
}

#injected .detail-content .detail-main-body .main-detail-data .detail-price {
    color: #323232;
}
#injected .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #323232;
}
#injected .list-container-flexrow .price-container .price {
    color: #323232;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #323232;
}

#injected .detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}
#injected .list-container-flexrow .view-listing-details-link {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    color: #FEFEFE;
    background-color: #214BA0;
}

#injected .detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    color: #FEFEFE !important;
    background-color: #214BA0; !important;
    border: 1px solid #214BA0; !important;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    color: #FEFEFE !important;
    background-color: #214BA0; !important;
    border: 1px solid #214BA0; !important;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .opened {
    background-color: #fff !important;
    color: #424242 !important;
    border: 1px solid #424242 !important;
}

#injected .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .faceted-search-content .selected-facets-container .selected-facet {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .list-container-flexrow .buy-now-link, #injected  .list-container-flexrow .check-availability-link, #injected  .list-container-flexrow .email-seller-link, #injected  .list-container-flexrow .dealer-phone-call {
    color: #fff;
}
#injected .list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #676767;
}
#injected .list-content .list-top-section {
    padding-left:10px;
    padding-right:10px;
}
#injected .paging-container .page-navs .list-page-nav {
    background-color: #214BA0 !important;
    color: #FEFEFE !important;
}
#injected .detail-content-mobile .detail-contact-bar .contact-bar-btn {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .faceted-search-content .mobile-done-button-container .mobile-done-button {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    color: #FEFEFE;
    background-color: #214BA0;
}
#injected .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #323232;
    color: #323232;
}
#injected .detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {
    border: 1px solid #323232;
    color: #323232;
}
#injected .detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close:hover {
    background-color: #efefef;
    color:#212121;
}
#injected .captcha-placeholder button.g-recaptcha.button {
    background-color: #323232;
}

@media (min-width: 576px) {
.navbar-brand img {
    max-width:100%;
}
.home .carousel-caption .btn {
    padding: 14px 24px;
}
.home .carousel-caption-text {
    margin-bottom: 58px;
}
.home .carousel-caption-text > div {
    font-size: 36px;
}
.footer-info-block:nth-child(2n+1) {
    border-left: none;
}
}

@media (min-width: 768px) {
    
.content-block {
   /* padding: 105px 0;*/
}

.home .carousel-caption {
    top: 122px;
} 
.home .carousel-caption-text > div {
    font-size: 46px;
}
.page-header {
    background-attachment: fixed;
}
.page-header h1 {
    font-size: 48px;
    padding-left: 0;
    padding-right: 0;
}
.about-item {
    margin-bottom: 0;
}
.contacts-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact-form {
    margin-bottom: 0;
}
.footer-info {
    padding: 58px 0 52px;
}
.footer-info-block {
    border-top: none;
    border-left: 1px solid #d8e3eb;
    padding: 0 30px;
}
.footer-info-block:nth-child(2n), .footer-info-block:nth-child(2n+1) {
    border-left: 1px solid #d8e3eb;
}
.footer-info-block:first-child {
    border-left: none;
}
.side-form {max-width: 45%;} 
    
}

@media (min-width: 992px) {
.navbar-top {
  padding: 0;
  height: 37px;
  box-shadow: #666 0px 2px 5px 0px;
}
.navbar-top.navbar-dark .navbar-collapse {
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    background-color: transparent;
    width: auto;
    text-align: left;
}
.navbar-top.navbar-dark .close-navbar-mobile {
    display: none;
}
    
.navbar-top.navbar-dark .nav-item .dropdown-menu {
    margin-top: 27px;
    background: rgba(12,12,12,.7);
    margin-left: 0;
}

.home .carousel-caption {
    top: 167px;
} 
    
.home .carousel-control-next, .home .carousel-control-prev {
    top: 105px;
}
.page-header {
    padding: 105px 0 0;
}
    
}






