
    html,
    body {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }
    h1, h2 {
        line-height: 30px;
    }
	img {
		max-width: 100%;
	}
    .navbar-nav {

        position: absolute;
        right: 0;
    }

    .navbar-nav a {
        color: black;
        font-weight: 300;
        text-transform: uppercase;
    }

    .navbar-nav a:hover {
        color: grey;
    }

    .topbar {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        background: #318bba;
        font-weight: 300;
    }

    .topbar a {
        text-decoration: none;
        color: white;
        margin: 0 0 0 10px;
    }

    .header {
        background: #ffffff;
        padding: 7px 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    }

    .navbar-nav {}

    .navbar-brand img {
        height: 60px;
    }

    .nav-item-cart {
        padding-left: 20px;
    }

    .nav-item-cart a {
        background: #318bba;
        text-align: center;
        display: inline-block;
        color: white;
        border-radius: 100%;
        height: 40px;
    }

    .nav-cart {
        margin: 0 1px 0 5px;
        font-size: 90%;
        max-width: 0;
        overflow: hidden;
        float: right;
        display: inline-block;
        transition: all 1s cubic-bezier(0.4, 0, 1, 1);
    }

    .nav-item-cart a:hover>.nav-cart {
        max-width: 100px;
    }

    .slider_inner {
        position: relative;
    }

    .slider_box {
        position: absolute;
        left: 10%;
        bottom: 10%;
        background: rgba(0, 0, 0, 0.4);
        padding: 20px;
        color: white;
        max-width: 500px;
    }

    .slider_title {
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .slider_text {
        margin-bottom: 10px;
        font-weight: 300 !important;
    }

    .slider_buttonbox {
        margin-bottom: 4px;
    }

    .slider_buttonbox .btn-primary,
    .side-search-form .btn-info,
    .subscribe_form .btn-primary {
        background: #318bba;
        border-color: #3f40406b;
        text-transform: uppercase;
        border-radius: 0;
    }

    .home_top .row {
        position: relative;
        margin: 0;
    }

    .home_top img {
        width: 100%;
        padding: 3px;
    }

    .home_top .col-md-6 {
        padding: 0;
    }

    .home_title {
        text-align: center;
        padding: 50px 0 10px 0;
        position: relative;
        margin-bottom: 20px;
        color: #574f4f;
        font-size: 25px;
    }

    .home_top {
        padding: 30px 0;
    }

    .home_title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 2px;
        width: 10%;
        left: 45%;
        height: 2px;
        background: #318bba;
    }

    .home_images_img {
        width: 100%;
    }

    .home_termekajanlo {
        margin: 30px 0;
    }

    .product-grid4,
    .product-grid4 .product-image4 {
        position: relative
    }

    .product-grid4 {
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1;
        transition: all .3s ease 0s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        margin: 20px 0;
    }

    .product-grid4 .product-image4 a {
        display: block
    }

    .product-grid4 .product-image4 img {
        width: 100%;
        height: auto
    }

    .product-grid4 .product-discount-label,
    .product-grid4 .product-new-label {
        color: #fff;
        background-color: #318bba;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 45px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 15px;
        transition: all .3s
    }

    .product-grid4 .product-discount-label {
        left: auto;
        right: 10px;
        background-color: #d7292a
    }

    .product-grid4 .product-content {
        padding: 25px
    }

    .product-grid4 .title {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 7px;
        transition: all .3s ease 0s
    }

    .product-grid4 .title a {
        color: #222
    }

    .product-grid4 .title a:hover {
        color: #318bba
    }

    .product-grid4 .price {
		color: #318bba;
		font-size: 17px;
		font-weight: 700;
		margin: 0 2px 15px 0;
		display: block;
		min-height: 50px;
		display: table-cell;
		position: relative;
		vertical-align: middle;
		height: 60px;
		width: 100vh;
		text-align: center;
    }

    .product-grid4 .price span {
        color: #909090;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: line-through;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        display: block;
        text-align: center;
		line-height: 12px;
    }

    .add-to-cart {
        border: 1px solid #e5e5e5;
        display: inline-block;
        padding: 10px 20px;
        color: #888;
        font-weight: 600;
        font-size: 14px;
        border-radius: 4px;
        transition: all .3s
    }


    .add-to-cart:hover {
        background-color: #505050;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border: 1px solid transparent;
        background: #318bba;
        
        color: #fff
    }

    @media only screen and (max-width:990px) {
        .product-grid4 {
            margin-bottom: 30px
        }
    }


    footer {
        background: #f3f3f3;
        width: 100%;
        margin-top: 80px;
        color: white;
        padding: 40px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .copyright {
        background: #318bba;
        width: 100%;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 14px;        
    }

    .footer_logo {
        max-width: 100%;
        max-height: 70px;
        margin: 0 0 20px 0;
    }

    footer .content_title {
        background: rgb(49, 139, 186);
        padding: 7px;
    }

    footer .content_body {
        color: #777979;
        text-align: justify;
        font-size: 13px;
        padding: 4px 10px;
    }

    .footer_links {
        list-style: none;
        margin: 0;
        padding: 5px;
    }

    .footer_links li {
        padding: 5px 0;
    }

    .footer_links li a {
        color: #777979;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer_links li a:hover {
        color: black;
    }

    .footer_links li a:before {
        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: "\f0da";
        margin-right: 8px;
        transition: all 0.3s ease;
    }

    .footer_links li a:hover:before {
        padding-left: 4px;
    }
	.product_list_row {
		margin-top: 80px;
	}
	.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;
	}
	.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: #318bba;
    }
	.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: #f36523;
}
.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: #318bba !important;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    border-top-color: #21888b;
}
.chiller_cb input:checked ~ span {
    background: #318bba;
    border-color: #21888b;
}

.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;
    line-height: 43px;
    text-align: center;
    border: 3px solid #d6d6d6;
    display: block;
	border-radius: 100%;
    width: 43px;
    height: 43px;
}
.page-numbers li a:hover {
    color: #318bba;
    border: 3px solid #318bba;
}
.page-numbers li span {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 600;
    display: block;
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
    border: 3px solid #d6d6d6;
}
.page-numbers li span.current {
    color: #318bba;
    border: 3px solid #318bba;
	border-radius: 100%;
    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;
}
.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;
}
.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;
    
    font-weight: 300;
    font-size: 15px;
    margin: 8px 0 2px 0;
}
.termek_topar_ar {
    color: #318bba;
    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;
    font-size: 14px;
}
.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;

}
.btn-add-to-cart {
	background: #318bba;
    border-color: #3f4040;
    border-width: 1px;
    margin: 25px 0;
    width: 100%;
    position: relative;
}
.bg-dark {
    background-color: #3f4040 !important;
}
.nothave_any {
    text-align: center;
    display: block;
    margin: 30px;
    
    font-size: 15px;
    color: #001f1d !important;
    font-weight: 400;
}
.termek_topar {
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
    color: grey;
}
.product_offer_box .title {
    margin: 10px 0 0 0;
    text-align: left;
    
}
.product_offer_box .price {
    margin: 0 0 0 0;
    text-align: left;
    min-height: 10px;
    height: auto;
}



.news_entry {
    margin-bottom: 30px;
    background: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.news_entry_image {
    overflow: hidden;
    height: 100%;
    min-height: 200px;
}
.news_entry_image img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    width: 100%;
}
.news_entry:hover {
    box-shadow: 0 0 13px 6px rgba(0,0,0,0.15);
}
.news_entry:hover .news_entry_image img {
    width: 110%;
    margin: -5%;
    max-width: 110%;
}
.news_entry_category {
	
    margin-top: 30px;
    margin-bottom: 10px;
    color: #318bba;
    font-weight: 600;
}
.news_entry_title {
    
    color: #001f1d;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.news_entry_info {
    
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}
.news_entry_shorttext {
    margin-top: 10px;
    
    color: #858585;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-right: 15px;
    margin-bottom: 20px;
}
.news_sidebar_right {
    padding-right: 0;
    height: 43px;
    line-height: 43px;
}
.news_score_box {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    line-height: 43px;
    width: 51px;
    background: url('../images/ratebg_1.png');
    background-size: cover;
    font-weight: 800;
    
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.news_score_box_normal {
    background: url('../images/ratebg_2.png');
    background-size: cover;
}


.home_news .row, .home_news .col-md-6 {
	padding: 0.5px;
	margin: 0px;
}
.home_news {
	background: white;
	margin-top: 45px;
	padding-bottom: 50px;
}
.news {
	position: relative;
	overflow: hidden;
	height: 200px;
	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
	  background-position: center !important;
	  background-repeat: no-repeat !important;
}
.news:hover {
    transform: scale(1.02);
    z-index: 99;
}
.news_big {
	height: 402px;
}

.news img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.news_category {
	margin-top: 26px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #318bba;
	font-size: 14px;
	
	font-weight: 800;
	text-transform: uppercase;
}
.news_title {
	margin-left: 25px;
	margin-bottom: 17px;
	color: #ffffff;
	font-size: 20px;
	
	font-weight: 800;

}
.news_big .news_title {
	font-size: 28px;
}
.news_comment {
	margin-left: 25px;
	position: absolute;
	bottom: 20px;
	color: #ffffff;
	font-size: 13px;
	
	font-weight: 400;
}
.news_big_blackbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.news_blackbox .news_category, .news_blackbox .news_title { 
	z-index: 10;
	position:relative;
}
.news_blackbox .news_comment {
    z-index: 10;
}
.news_sidebar_single {
    line-height: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 3px 0;
}
.news_sidebar_single:hover {
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.news_sidebar_single_title {
    color: black;
}
.page_hero_title {
    font-size: 32px;
    margin: 16px 0;
    text-align: left;
    text-transform: uppercase;
}
.page_hero_text {
    margin: 10px 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    font-weight: 300;
}
.news_sidebar_title {
    font-size: 17px;
    line-height: 50px;
}
.cart_row {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.form-row label {
    width: 99%;
    display: block;
}
.megrendelesfieldset {
    padding: 20px;
}
.price_special_old {
    margin: 0 !important;
    font-size: 14px !important;
    color: #fe6700 !important;
    text-decoration: line-through;
}
.price_special_old, .price_special {
    height: 23px !important;
    width: 100% !important;
    min-height: 23px !important;
    display: block !important;
    text-align: center !important;
}
.price_special {
}
.page_hero_singlepage {
    margin: 30px 0 0 0px;
}
.navbar-toggler {
    color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0,0,0,0.4);
}
.palyazat_blokk {
    margin: 40px 0;
}
@media only screen and (max-width: 991px) {
    .navbar-nav {
        position: relative;
    }
    .nav-item-cart {
        padding-left: 0;
    }
}

.single_page p {
    font-weight: 300;
}
.product_page {
    margin-top: 40px;
}



.home_imagebox:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #dae4e6;
    right: -50px;
    bottom: -40px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.home_imagebox_reverse:before {
    right: 25px;
    left: -50px;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
}
.home_imagebox_image {
    width: 100%;
}

.home_imagebox {
    margin: 10px  0px;
    max-width: 90%;
    position: relative;
}

.home_faq {
    margin-top: 100px;
}
.home_faq .card {
    margin-top: 20px;
}
.home_faq .card-header {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .3s;
    background: white;
    
}
.home_faq .card-header button {
    text-decoration: none;
    color: #888;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 576px) {
    .news_sidebar_right {
        height: auto;
        text-align: center;
    }
    .news_sidebar_right img {
        max-height: 80px;
    }
    .news_sidebar_single {
        text-align: center;
    }
}


.peoples_section {
    background: #f3f3f3;
    margin: 70px 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.people_box {
    box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
    margin: 150px 8% 50px 8%;
    transition: all 0.3s ease;
    background: white;
}
.people_image_box {
    text-align :center;
    background: rgba(0,0,0,0.1);
}
.people_img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-top: -100px;
    padding: 10px;
    transition: all 0.3s ease;
}
.people_name {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    line-height: 35px;
}
.people_text {
    font-size: 13px;
    font-weight: 300;
    padding: 15px;
    text-align: justify;
}
.people_contact {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 5px 15px;
    font-size: 13px;
}
.people_contact .fa {
    color: grey;
    width: 30px;
}

.people_box:hover .people_img {
    padding: 3px;
}
.people_box:hover .people_name {
    font-size: 19px;
}
.people_box:hover {
    box-shadow: 0px 0px 3px 3px rgba(46, 138, 172, 0.2);
}



.kisnagyker {
    font-size: 12px;
    line-height: 12px;
    margin-top: 13px;
}