@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
:root {
	--main_font_family: 'Source Sans Pro', sans-serif;
	
	--main_yellow_color:#f3a535;
	--main_brown_color:#302413;
	--main_white_color:#fcf7e5;
	--main_black_color:#34373b;
	--main_blue_color:#6567ae;
	--main_light_black_color:#44373b;
	--hero_title_size_2:2.55rem;
	--hero_text_size:1.15rem;
	--hero_text_size_2:1.35rem;
	--content_h1_size:3.2rem;
	--content_h2_size:2rem;
	--content_h3_size:1.6rem;
	--content_h4_size:1.4rem;
	--content_h5_size:1.2rem;
	--content_h6_size:1rem;
	--content_text_size:1rem;
}
body {
	font-family: var(--main_font_family);
	margin: 0;
	padding: 0;
	color: var(--main_black_color);
	background: url(../images/assets/bg5.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.site_logo
{
	max-width:150px;
}
.navbar
{
	border-bottom:1px solid var(--main_yellow_color);
}
.nav-link
{
	color: var(--main_yellow_color);
	font-size:1.05rem;
	text-transform:uppercase;
}
.page_title
{
	color: var(--main_white_color);
	font-size:2.375rem;
	font-weight:700;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
	color: var(--main_white_color);
	} 
.content p
{
	color: var(--main_white_color);
	font-size: var(--content_text_size);
}
.content ul li
{
	color: var(--main_white_color);
	font-size: var(--content_text_size);
}
.termek_desc
{
	color: var(--main_white_color);
	font-size:1.25rem;
	font-weight:600;
}
.main_item_title_to_link
{
	color: var(--main_white_color);
	font-size:1.35rem;
	font-weight:700;
}
.item_page_price_1
{
	color: var(--main_white_color);
	font-size:1.15rem;
	font-weight:700;
}
.item_page_price_2
{
	text-decoration:line-through;
	color: var(--main_white_color);
}
.item_page_price_3
{
	font-weight:800;
	font-size:1.25rem;
	color: var(--main_white_color);
}

.lang_img
{
	height:20px;
}
.velemeny_div
{
	border-bottom:1px solid var(--main_yellow_color);
}
.v_nev, .v_datetime, .v_text
{
	color: var(--main_white_color);
}
.header_full_width
{
	background: var(--main_brown_color);
	padding:1rem 0;
	border-bottom:1px solid var(--main_yellow_color);
}
.termek_info_title
{
	color: var(--main_white_color);
	font-size:1.15rem;
}
.termek_info_img
{
	max-width:60px;
}
.contact_page_title {
    font-weight: 700;
    font-size: 1.35rem;
	color: var(--main_white_color);
}
.page_text, .page_text a, .gdpr_text, .gdpr_text a
{
	color: var(--main_white_color);
}
.arajanlat_label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
	color: var(--main_white_color);
}
.button {
    color: #fff;
    background-color: var(--main_yellow_color);
    font-size: 1rem;
    font-weight: 700;
    transition: all .5s;
    padding: 20px 35px!important;
    border-radius: 8px;
	border: none;
}
.button_div
{
	border-top:1px solid var(--main_yellow_color);
	border-bottom:1px solid var(--main_yellow_color);
}
.item_title
{
	font-weight:600;
	font-size:2.45rem;
	color: var(--main_white_color);
}
.footer-distributed{
	/*background-color: var(--main_brown_color);*/
	border-top:1px solid var(--main_yellow_color);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:1rem;
	font-weight: bold;
	color:  var(--main_white_color);
	margin: 0 0 15px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	/*background-color:  #33383b;
	border-radius: 2px;*/

	font-size: 1.25rem;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
























.cc-window {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}
.cc-window.cc-invisible {
	opacity: 0
}
.cc-animate.cc-revoke {
	-webkit-transition: transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-top {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-revoke:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s
}
.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}
.cc-window.cc-static {
	position: static
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.cc-revoke {
	padding: .5em
}
.cc-revoke:hover {
	text-decoration: underline
}
.cc-header {
	font-size: 18px;
	font-weight: 700
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}
.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em;
	text-decoration: underline
}
.cc-link:hover {
	opacity: 1
}
.cc-link:active, .cc-link:visited {
	color: initial
}
.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}
.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}
.cc-close:focus, .cc-close:hover {
	opacity: 1
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset
}
.cc-top {
	top: 1em
}
.cc-left {
	left: 1em
}
.cc-right {
	right: 1em
}
.cc-bottom {
	bottom: 1em
}
.cc-floating>.cc-link {
	margin-bottom: 1em
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}
.cc-window.cc-floating .cc-compliance {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cc-window.cc-banner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}
.cc-banner .cc-message {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}
.cc-compliance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
.cc-floating .cc-compliance>.cc-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.cc-btn+.cc-btn {
	margin-left: .5em
}
@media print {
.cc-revoke, .cc-window {
	display: none
}
}
@media screen and (max-width:900px) {
.cc-btn {
	white-space: normal
}
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
.cc-window.cc-top {
	top: 0
}
.cc-window.cc-bottom {
	bottom: 0
}
.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
	left: 0;
	right: 0
}
.cc-window.cc-banner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.cc-window.cc-floating {
	max-width: none
}
.cc-window .cc-message {
	margin-bottom: 1em
}
.cc-window.cc-banner {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset
}
.cc-window.cc-banner .cc-message {
	margin-right: 0
}
}
.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.cc-theme-classic .cc-btn {
	border-radius: 5px
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}
.cc-theme-edgeless.cc-window {
	padding: 0
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em;
	margin-bottom: 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}




@media (min-width: 1200px) {
	.col-lg-5-tibi {
		flex: 0 0 20%;
		max-width: 20%
	}
}
@media (max-width:992px) {
	
}