
html,body {
    font-family: 'Open Sans', sans-serif;
}
header {
    min-height: 70vh;
    position: relative;
    border-bottom: 2px solid #3d82ab;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.header_vanbg {
    background: #000000 url('../images/header_bg.jpg');
    background-size: cover;
    background-position: center;
}
.header_bg_newbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: -1;
}

img {
    max-width: 100%;
}
.header_small {
    min-height: 240px;
    background-position: bottom;
}
.btn {
    padding: 10px 30px;
}
.navbar-transparent {
    border-bottom: 1px solid rgba(203, 203, 203, 0.6);
    background: rgba(0,0,0,0.3);
    height: 66px;
    padding: 0;
    box-shadow: 0 0 3px rgba(255,255,255,0.5);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.nav>li>a {
    border: 2px solid transparent;
    line-height: 62px;
    padding: 0 16px;
    color: rgba(255,255,255,0.8);
    transition: 0.4s all ease;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #3d82ab;
    color: white;
    background: rgba(255,255,255,0.2);
}
.navlogo {
    height: 40px;
}
.header_text_box {
    margin: 20vh auto;
    width: 90%;
    max-width: 700px;
    text-align: center;
}
.header_text_title {
    color: white;
    text-shadow: 0 0 4px #000;
    font-size: 55px;
}
.header_text_text {
    color: white;
    text-shadow: 0 0 4px #000;
    font-size: 22px;
}
.header_text_btn {
    margin-top: 20px;
}
.header_smalltext_box {
    padding: 132px 0 66px 0;
}
.header_smalltext_title {
    position: relative;
    line-height: 40px;
    font-size: 35px;
    color: white;
    text-shadow: 0 0 4px #000;
    padding-left: 15px;
    margin-left: 10px;
}

.header_smalltext_title:before {
    display: block;
    height: 50%;
    margin: 0 auto;
    width: 2px;
    background-color: #3d82ab;
    content: "";
    position: absolute;
    top: 25%;
    left: -6px;
}
.header_smalltext_title:after {
    display: block;
    height: 70%;
    margin: 0 auto;
    width: 3px;
    background-color: #3d82ab;
    content: "";
    position: absolute;
    top: 15%;    
    left: 0;
}

.btn-primary {
    background: #3d82ab;
}
h3 {
    display: block;
    text-align: center;
    margin-top: 65px;
    font-size: 28px;
    margin-bottom: 30px;
}
h3 small:before {
    display: block;
    width: 14%;
    margin: 0 auto;
    height: 2px;
    background-color: #3d82ab;
    content: "";
    position: absolute;
    top: -6px;
    left: 43%;
}
h3 small:after {
    display: block;
    width: 8%;
    margin: 0 auto;
    height: 2px;
    background-color: #3d82ab;
    content: "";
    position: absolute;
    top: 0px;    
    left: 46%;
}
h3 small {
    display: block;
    margin: 15px;
    position: relative;
    padding: 25px 0 0 0;
    font-weight: 300;
}
.brand_box_a:hover {
    text-decoration: none;
}
.brand_box {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 50px;
    transition: all 0.5s ease;
}
.brand_box:hover {
    background: #f0f0f0;
}
.brand_box:hover > .brand_name {
    background: #3d82ab;
    color: white;
}
.brand_img img {
    width: 100%;
}
.brand_name {
    text-align: center;
    color: black;
    border-top: 1px solid #3d82ab;
    text-decoration: none;
    transition: all 0.5s ease;
}
.brands_main {
    margin-top: 50px;
}
.cars {
    background: #ebebeb;
    margin: 30px 0;
    padding: 0 0 60px 0;
}
.car_box {
    width: 100%;
    background: white;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 25px 0;
    transition: all 0.4s ease;
}
.car_box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}
.car_image img {
    width: 100%;
}
.car_image {
    position: relative;
}
.car_image .label {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 5px 15px;
}
.car_spec {
    background: #3d82ab;
    margin: 10px -8px 0 -8px;
}
.car_spec_box {
    border: 1px solid rgba(255,255,255,0.4);
    border-left: 0;
    border-top: 0;
    text-align: center;
}
.car_spec_icon {
    display: inline-block;  
}
.car_spec_icon img {
    width: 30px;
}
.car_spec_name {
    display: inline-block;
    color: white;
    font-size: 12px;
}
.car_spec .row, .car_spec .col-md-6 {
    margin: 0;
    padding: 0;
}
.car_name {
    font-size: 22px;
    margin: 8px 0 4px 0;
    color: #3d82ab;
    text-transform: uppercase;
    font-weight: bold;
}
.car_location {
    font-size: 14px;
    margin: 0px 0 12px 0;
    color: rgb(53, 53, 53);
    font-weight: 300;
}
.car_content {
    padding: 8px 8px 0 8px;
}
.car_desc {
    font-size: 13px;
    color: rgb(53, 53, 53);
    font-weight: 300;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}
.cars_more {
    text-align: center;
    margin: 30px 0; 
}
.car_price {
    text-align: center;
    padding: 8px 0;
    font-size: 17px;
    background: #8f9da5;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.23);
}
.car_bighref {
    color: inherit;
    text-decoration: none;
}
.car_bighref:hover {
    text-decoration: none;
}
.prefooter {
    margin-top: 50px;
    z-index: 99;
    position: relative;
}
.prefooter .container {
    background: #3d82ab;
    line-height: 100px;
    margin-bottom: -50px;
}
.prefooter_text {
    color: white;
    font-size: 23px;
}
footer {
    padding-top: 110px;
    padding-bottom: 40px;
    background: black;
    z-index: 10;
}
.footer_ul {
    list-style: none;
}
.footer_ul li {
    padding: 4px 0;
}
.footer_ul li a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}
.footer_ul li a:hover {
    color: rgba(255,255,255,0.9);
}
.footer_copyright {
    font-size: 13px;
    color: grey;
    margin: 30px 0;
}
.page_text {
    margin: 30px 0;
}
.contact_box:after {
    clear: both;
    content: "";
    display: block;
    margin: 0 0 20px 0;
}
.contact_icon {
    float: left;
    font-size: 22px;
    padding-right: 10px;
    margin-right: 10px;
}
.contact_text {
    float: left;
    line-height: 32px;
    font-size: 15px;

}


.product_list_row {
    margin-top: 40px;
}
.product_list_row .col-md-3 {
    box-shadow: 1px 0 0px rgba(0,0,0,0.1);
}
.procut_list_title {
    text-align: left;
    padding: 0 0 10px 0;
    position: relative;
    margin-bottom: 20px;
    color: #574f4f;
    font-size: 25px;
    float: left;
}
.produt_list_sort {
    float: right;
    width: 315px;
    max-width: 100%;
}
.procut_list_title span {
    font-size: 13px;
    
}
.procut_list_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    width: 50%;
    left: 0;
    height: 2px;
    background: #3d82ab;
}
.cb {
    clear: both;
}

.search_box {
    margin:0 0 25px 0;
    padding: 0;
}
.search_box .input-group {
    flex-wrap: nowrap;
}
.search_box .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 37px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-weight: 400;
    
    font-size: 16px;
    color: #858585;
    padding-left: 10px;
    border-right: 0;
}
.search_box .input-group-btn {
    border: 1px solid #d6d6d6;
    border-left: 0;
    background: #fff;
}
.search_box .input-group-btn .btn {
    background: none;
}
.search_box .input-group-btn .btn:hover {
    color: #000;
}
.search_box button {
    border: 0;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#858585;
}	

.result_colspace_box {
border-top: 1px solid #d6d6d6;
}
.result_colspace_box:first-of-type {
border: 0 !important;
}
.result_colspace_title {
line-height: 60px;
font-weight: 600;

font-size: 18px;
color: #001f1d;
display: block;
text-decoration: none;
cursor: pointer;
}
.result_colspace_title span { 
color: #858585;
}

.result_colspace_title:hover, .result_colspace_title:hover span {
text-decoration: none;
color: #21888b;
}
.result_colspace_title {
position: relative;
}
.result_colspace_title[data-toggle="collapse"]:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f054"; 
position: absolute;
right: 0;
top: 22px;
/* rotate "play" icon from > (right arrow) to down arrow */
-webkit-transform: rotate(90deg);
-moz-transform:    rotate(90deg);
-ms-transform:     rotate(90deg);
-o-transform:      rotate(90deg);
transform:         rotate(90deg);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.result_colspace_title[data-toggle="collapse"].collapsed:after {
/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
-webkit-transform: rotate(0deg);
-moz-transform:    rotate(0deg);
-ms-transform:     rotate(0deg);
-o-transform:      rotate(0deg);
transform:         rotate(0deg);
}


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
content: "";
display: inline-block;
background: #fff;
width: 0;
height: 0.2rem;
position: absolute;
transform-origin: 0% 0%;
}

.chiller_cb {
position: relative;
height: 2rem;
display: flex;
align-items: center;
}
.chiller_cb input {
display: none;
}
.chiller_cb input:checked ~ span {
background: #fd2727;
border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
width: 1rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
width: 0.4rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
background: #ececec;
border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
cursor: default;
}
.chiller_cb label {
padding-left: 2.6rem;
position: relative;
z-index: 2;
cursor: pointer;
margin-bottom:0;
font-size: 13px;
color: #001f1d;

padding-top: 2px;
}
.chiller_cb span {
display: inline-block;
width: 1.2rem;
height: 1.2rem;
border: 2px solid #ccc;
position: absolute;
left: 0;
transition: all 0.2s;
z-index: 1;
box-sizing: content-box;
}
.chiller_cb span:before {
transform: rotate(-55deg);
top: 1rem;
left: 0.37rem;
}
.chiller_cb span:after {
transform: rotate(35deg);
bottom: 0.35rem;
left: 0.2rem;
}
.result_colspace_num {
font-size: 14px;
color: #858585;
font-weight: 500;

}
.result_colspace_content {
margin-top: 4px;
}
.result_colspace_content .row {
margin-bottom: 14px;
}
.irs-from, .irs-to, .irs-single {
background: #3d82ab !important;
}
.irs-from:after, .irs-to:after, .irs-single:after {
border-top-color: #3d82ab !important;
}
.chiller_cb input:checked ~ span {
background: #3d82ab;
border-color: #3d82ab;
}

.page-numbers {

}
.page-numbers li {
display: inline-block;
color: #001f1d;
font-size: 14px;
font-weight: 800;
margin: 0 4px;
}
.page-numbers li a {
color: #001f1d;
font-size: 14px;
font-weight: 600;
display: block;
text-decoration: none;

min-width: 36px;
min-height: 36px;
text-align: center;
border: 3px solid #d6d6d6;
display: block;
border-radius: 7px;
line-height: 38px;
width: 43px;
height: 43px;
}
.page-numbers li a:hover {
color: #3d82ab;
border: 3px solid #3d82ab;
}
.page-numbers li span {
color: #d6d6d6;
font-size: 14px;
font-weight: 600;
display: block;
min-width: 36px;
min-height: 36px;
text-align: center;
border: 3px solid #d6d6d6;
}
.page-numbers li span.current {
    color: #3d82ab;
    border: 3px solid #3d82ab;
    border-radius: 7px;
    line-height: 38px;
    width: 43px;
    height: 43px;
}
.pagination_box {
text-align: center;
margin: 35px 0 18px 0;
}
.pagination_text {
color: #858585;
font-size: 14px;
font-weight: 400;
text-align: center;
margin-bottom: 75px;
}

.gallery-thumbbox {
position: relative;
}
.gallery-top, .gallery-thumbs {
width: 90%;
margin: 0 5%;
height: 300px;
margin-left: auto;
margin-right: auto;
}
.termek_body .swiper-slide {
background-size: cover;
background-position: center;
}
.product-grid4 {
    margin: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.product-grid4:hover {
    transform: scale(1.01);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.product-grid4 .row {
    margin: 0;
}
.collapse {
    overflow: hidden;
}



.gallery-thumbbox {
    position: relative;
}
.gallery-top, .gallery-thumbs {
    width: 90%;
    margin: 0 5%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.termek_body .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 450px;
    width: 100%;
}
.gallery-thumbs {
    height: 115px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-thumbbox .swiper-button-white {
    background: none !important;
}
.gallery-thumbbox .swiper-button-white {
    left: 2px;
}
.gallery-thumbbox .swiper-button-next {
    left: auto;
    right: 2px;
    text-align: right;
}
.gallery-thumbbox .swiper-button-white:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 45px;
}
.gallery-thumbbox .swiper-button-next:after {
    content: "\f105";
    
}
.termek_mainbox {
    background: white;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.06);
    border-top: 1px solid #f3f3f3;
    border: 2px solid #3d82ab;
    padding: 20px;
}
.gallery_fullscreen {
    color: #9b9b9b;
    font-size: 13px;
    margin: 15px 0;
    text-align: center;
}
.termek_title {
    color: #001f1d;
    font-weight: 600;
    font-size: 28px;
    margin: 22px 0 8px 0;
}
.termek_subtitle {
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0 22px 0;
}
.termek_subtitle a {
    color: #5c7ee0;
    text-decoration: none;
}
.termek_fejlec {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding-left: 10px;
}
.termek_topar, .termek_short_box {
    margin-left: 10px;
}
.termek_topar_box {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.termek_topar_text {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    margin: 20px 0 2px 0;
}
.termek_topar_ar {
    float: left;
    width: 50%;
    color: #2cbec2;
    font-weight: 600;
    font-size: 32px;
    
}
.termek_topar_nyil {
    float: right;
    width: auto;
    line-height: 40px;
}
.termek_topar_shop {
    float: right;
    width: 35%;
    line-height: 40px;
    text-align: center;
}
.termek_shortdesc {
	padding: 20px 10px;
    font-weight: 300;
    text-align: justify;
}
.termek_short {
    color: #001f1d;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
.termek_short img {
    margin: 0px 10px 0px 2px;
}
.termek_short_box {
    margin-top: 20px;
}
.termek_short a {
    text-decoration: none;
    color: #5c7ee0;
}
.termek_short a:hover {
    color: #f36523;
}
.termek_body .col-md-6:first-of-type {
    border-right: 1px solid #f3f3f3;
}
.product_detailbox {
    margin: 40px 0 80px 0;
}
.product_detailbox_header {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 30px;
}
.product_detailbox .gyartok_cat {
    padding: 0 2px;
    margin: 0 30px 0 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 15px;
}
.termek_mainbox {
	margin-top: 50px;
}
.product_detailbox {
	padding: 20px 25px;
    line-height: 26px;
    color: #001f1d;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    text-align: justify;
    font-weight: 300;
    text-align: justify;

}
.contact2_helper {
    margin-top: 35px;
    display: block;
    text-align: center;
}
.contact_box2 {
    margin: 0 0 20px 0;
    border: 1px solid #3d82ab;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2588);
}
.contact_name {
    font-size: 21px;
    font-weight: bold;
}
.contact_phone, .contact_email {
    font-size: 15px;
}
.detailed_filter_box {
    margin-bottom: 55px;
    margin-top: 30px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

@media (max-width: 800px) {
    .btn {
        padding: 5px 15px;
    }

    .header_text_box {
        /*margin: 120px auto;*/
    }

    .header_text_title {
        font-size: 25px;
    }
    .header_text_text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        border: 1px solid white;
        color: white;
        margin: 16px 25px 0 0;
    }
    .navbar-toggle .icon-bar {
        background: white;
    }
    #navbar {
        background: rgba(0, 0, 0, 0.68);
        padding-left: 46px;
        margin-top: 15px;
    }
}