@charset "UTF-8";

html,body {
	font-family: futura-pt, sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		border: 0;
	margin: 0;
	    font-size: 20px;
    line-height: 28px;
}
body{
	background-color: #eae4df;
/* 	font-size: 16px; */
	color: #85754e;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.01vw;
}
body.overflow{
	overflow: hidden;
}
@media(max-width:992px){
	body{
		font-size: 18px;
		line-height: 21px;
	}
}
.black_bg{
	background-color: #1d1c1b;
}

.font_bold, h1, h2, h3, h4, h5, h6{
	font-family: futura-pt, sans-serif;
    font-weight: 600;
}

.font_white{color: #fff;}
.font_grey{ color: #b1b1b1;}

.uppercase{
	text-transform: uppercase;
}


a{
	color: #000;
	text-decoration: none;
}

.greyspans span{
	background-color: #222;
	display: inline-block;
	margin-left:0px;
	margin-bottom: 4px;
	padding: 0px 5px;
	font-size: min(18px,4vw);
	line-height: min(20px,4.2vw);
}

.only_mobile{
	display: none;
}

@media(max-width:768px){
	only_mobile{
		display: block;
	}
}


/* MENU */

.nav_helper{
	position: relative;
	width: 100%;
	height: 58px;
	background-color: transparent;
	display: none;
}
#menu_bg{
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	width: 100vw;
	background-color: transparent;
	z-index: 99;
	transform: translateY(0px);
	transition: all 1700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#menu_bg.in{
	transform: translateY(0px);
}
#menu_logo{
	position: absolute;
	left: 30px;
	top: 22px;
	width: 150px;
	filter: brightness(3);
	z-index: 101 !important;
	transform: translateY(0px);
	transition: all 1700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#menu_logo img{
	width: 100%;
	height: auto;
}
#menu_logo.in{
	filter: brightness(1);
}

#menu_btn{
	position: fixed;
	right: 16px;
	top: 10px;
	display: none
}

#menu_main{
	position: absolute;
	top: 0;
    width: 100vw;
    margin: 0;
    display: flex;
    z-index: 100;
    transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#menu_main.show{
	transform: translateY(0);
}
#menu_container{
	position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    padding: 40px 0;
}
#menu_left{
	width: 20%;
}
#menu_right{
	width: 80%;
	display: flex;
	gap:3vw;
	justify-content: flex-end;
	padding-right: 5vw;
	align-items: center;
}
#menu_main .phrase .word .letter_mask .letter{
	transform: translateY(0vw);
}
#rss_mobile,
#menu_title{
	display: none;
}
.menu_link, .menu_item .submenu .submenu_item a{
	color: #fff;
	font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: min(20px, 6vw);
    letter-spacing: 0.1vw;
}
.menu_item .submenu .submenu_item a{
	font-size: min(18px, 6vw);
}

.menu_link, .menu_item .submenu .submenu_item.

.menu_link:visited,
.menu_item .submenu .submenu_item a:visited{
	color: #fff;
}

.menu_link:hover,
.menu_link:active,
.menu_link:hover,
.menu_link.active,
.menu_item .submenu .submenu_item a:hover,
.menu_item .submenu .submenu_item a:active{
	color: #beab69;
}

.menu_item .submenu .submenu_item a.active{
	color: #beab69;
}



.menu_item {
	position: relative;
	text-transform: uppercase;
}
.menu_item .submenu{
	position: absolute;
	opacity: 0;
	padding-top: 10px;
	padding-left: 10px;
	pointer-events: none;
	transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.menu_item:hover .submenu{
	opacity: 1;
	pointer-events: all
}
.menu_item .submenu .submenu_item{
	position: relative;
	height: 0;
	white-space: nowrap;
	transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.menu_item:hover .submenu .submenu_item{
	height: 34px;
}

@media(max-width:1300px){
	#menu_right{
		padding-right: 8vw;		
	}
}
@media(max-width:992px){
	#menu_right{
		padding-right: 5vw;		
	}
	#menu_logo{
		width: 120px;
	}
}

@media(max-width:768px){

	#menu_btn{
		position: absolute;
		display: block;
		right: 16px;
		top: 10px;
		z-index: 100;
		width: 40px;
		cursor: pointer;
	}
	#menu_btn #burger_animation{
		pointer-events: none;
	}
	
	#menu_main{
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		pointer-events: none;
		height:0;
		z-index: 100;
		overflow: hidden;
		transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		background-color: #1d1c1b;
	}
	#menu_main.in{
		height: 100vh;
		pointer-events: all;
	}
	#menu_right {
/* 	    width: auto; */
	    display: block;
	    gap: 0;
	    justify-content: initial;
	    padding-right: 0;
	    align-items: initial;
	}
	.menu_item .submenu{
		position: relative;
		opacity: 1;
	}
	.menu_item .submenu .submenu_item,
	.menu_item:hover .submenu .submenu_item{
		height: auto;
	}
	.menu_item .submenu {
	    padding-top: 0px;
    }
	
	#menu_container{
		position: absolute;
		width: 100vw;
		height: 90vh;
		background-color: #eae4df;
		background-image: url("../img/menu_bg.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		box-sizing: border-box;
		font-size: 6vw;
	    line-height: 5vw;
	    color: #000;	
	    padding: 15vh 0 0;
	    transition: all 750ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	#menu_main.in #menu_container{
		height: 100dvh;
	}
	.menu_link,
	.menu_item .submenu .submenu_item a{
		font-size: 4vw;
		line-height: 5.5vw;
	}
/*
	.menu_link:hover,
	.menu_link.active{
		color: #e03c22;
	}
*/

	#menu_container a{
		position: relative;
		display: inline-block;
		color: #85754e;
		transition: all 750ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	#menu_container a:hover,
	#menu_container a.active{
		color: #85754e;
		
	}
	.menu_item{
		margin-bottom: 1.5vh;
	}
	#rss_mobile{
		font-size: 7vw;
		line-height: 5vw;
	}
	
	#rss_mobile, #menu_title{
		font-size: 3vw;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    display: block;
	    height: 100px;
	    opacity: 0;
	    transform: scale(0.8);
	    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
		transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
	}
	
	#rss_mobile.in{
	    opacity: 1;
	    transform: scale(1);
	}
	#rss_mobile a{
		margin-right: 2vw;
	}
	#rss_mobile a:hover{
		transform: translateX(0);
	}
	#rss_mobile .legal a{
		font-size: 11px;
		line-height: 11px;
	}
	#menu_title{
		bottom: auto;
		top: 0;
		opacity: 0;
		letter-spacing: 0px;
	}
	#menu_title.in{
	    opacity: 1;
		letter-spacing: 15px;
	}
	
	.menu_link{
		position: relative;
	}
	.hover_text{
		position: absolute;
		left: -100%;
		top: 0;
	}
	
	.menu_link .word:before {
		content: '';
		position: absolute;
		left: -3vw;
	    width: 2vw;
	    height: 2vw;
	    top: calc(50% - 1vw);
		background-image: url("../img/arrow_orange.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 0;
		transform: translateX(-2vw);
		transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	.menu_link:hover .word:before,
	.menu_link.active .word:before {
		opacity: 1;
		transform: translateX(0vw);
	}

}

@media(max-width:768px){
	#menu_logo{
		width: 90px;
		left: 20px;
		top: 22px;
	}
	#menu_btn{
		width: 30px;
		top: 20px;
	}
}

@media(max-width:600px){
	#menu_main.in {
    	height: 100dvh;
    }
	#menu_container{
		font-size: 12vw;
		line-height: 10vw;
	}
	.menu_link .word:before {
	    left: -5vw;
	    width: 4vw;
	    height: 4vw;
	    top: calc(50% - 2vw);
    }
    #rss_mobile{
	    font-size: 7vw;
	    bottom: 5vh;
	    height: auto;
    }
    #menu_title{
	    font-size: 5vw;
	    top: 7px;
    }
    #menu_title.in{
	    letter-spacing: 10px;
    }
    #rss_mobile a {
    	margin-right: 4vw;
    	font-size: 5vw;
	}
	.menu_link,
	.menu_item .submenu .submenu_item a{
		font-size: 5.5vw;
		line-height: 5.5vw;
	}
	.menu_item .submenu .submenu_item a {
	    font-size: 4vw;
	    line-height: 7vw;
	    font-weight: 500;
	}
	.menu_item .submenu {
	    margin: 5px 0 10px;
	}
	
	#menu_container .menu_container_item a{
		 display: block;
		 margin-bottom: 5px;
	}
	
	
	
}

/* FOOTER * /

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 610px; /* Margin bottom by footer height * /
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 610px; /* Set the fixed height of the footer here * /
	/* line-height: 60px; /* Vertically center the text there * /
	font-size: 13px;
	line-height: 18px;
	background-color: #fff;
	padding: 20px 0px;
}
.footer a{
	color: #000;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
.footer a:hover{
	color: #7C7C83;
}
*/

.page-template-temp_landing_form_v3 .footer{
	display: none;
}


.footer{
	width: 100%;
	margin: 0 auto;
	height: 100dvh;
	background-color: #000;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}

.footer .image_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.6);
    opacity: 0.6;
}

.footer .title {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: min(50px, 10vw);
    line-height: min(56px, 11vw);
    text-align: center;
    max-width: 900px;
}




.footer .content{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap:15vh;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.footer a, .footer a:visited{
	color: #fff;
}

.footer .rss_btns_container{
	display: flex;
	gap:3vw;
	justify-content: center;
	margin-bottom: 35px;
}

.footer .copyright{
	font-size: min(14px, 2vw);
	text-align: center;
}

.footer .content .link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}


@media(max-width:768px){
	.footer .content{
		width: 80vw;
		margin: 0 auto;
		gap: 8vh;
	}
	.footer .title br {
    	display: none;
	}
	.footer .title {
	    font-size: min(35px, 10vw);
	    line-height: min(41px, 11vw);
	}
}




/* COOKIES */

#cookies-footer{
	position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    padding: 23px;
    text-align: justify;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    display: none;
    opacity: 0;
    transition: all 2500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	display: none;
}
#cookies-footer.out{
	opacity: 1;
}
#cookies-footer.active{
	display: block;
	display: none;
}

#cookies-footer a{
	color: #fff;
	text-decoration: underline;
}

.cookies-close{
	background-color: #fff;
	border-radius: 15px;
	padding: 4px 10px;
	color: #000;
	text-align: center;
	cursor: pointer;
	max-width: 200px;
	margin: 4px auto 0;
	position: relative;
}

@media(max-height:650px){
	#cookies-footer{
	    max-width: 500px;
	}
}

@media(max-width:500px){
	#cookies-footer{
	    max-width: initial;
	    width: calc(100% - 30px);
	}
}


/* MAIN */

.button_arrow div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 1px;
}
.button_arrow a,.button_arrow a:visited, .button_arrow a:hover {
	color: #eae4df;
}

.button_arrow div{
	position: relative;
    display: inline-block;
}
.button_arrow img {
  height: 1rem;
  width: 1rem;
  object-fit: initial;
  position: relative;
  top: 3px;
}

.gold.button_arrow div:after {
	background-color: #85754e;
}
.gold.button_arrow img {
filter: invert(1);
    opacity: 0.6;
}
.gold.button_arrow a, .gold.button_arrow a:visited, .gold.button_arrow a:hover {
	color: #85754e;
}

/* TEXT */
.phrase{
	display: inline-block;
}
.phrase .word{
	display: inline-block;
}

.phrase .word .letter_mask{
	display: inline-block;
	overflow: hidden;
}

.phrase .word .letter_mask .letter{
	transform: translateY(5vw);
	display: inline-block;
	transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

.phrase .word .letter_mask .in.letter{
	transform: translateY(0vw);
}


.section {
    position: relative;
    margin-top: 15vh;
}

.font_italic {
    font-family: 'NyghtItalic';
}
.font_light {
    font-family: 'NyghtLight';
}
.font_medium {
    font-family: 'FR Demi';
}

.section_title{
	position: relative;
	font-size: 3rem;
	line-height: 3rem;
}
.section_title:after{
	content: '';
	position: absolute;
	bottom: -20px;
	width: 86px;
	height: 1px;
	background-color: #85754e;
	left: calc(50% - 43px);
}

.outQuart{
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.inOutQuart{
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.gold_btn{
	position: relative;
	display: inline-block;
	border: 1px solid #85754e;
	color: #85754e;
	border-radius: 3px;
	font-family: 'FR Demi';
}
.gold_btn a, .gold_btn span{
	color: #85754e;
	padding: 8px 45px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
.gold_btn.filled{
	background-color: #85754e;
	color: #fff;
}
.gold_btn.filled a, .gold_btn.filled span{
	color: #fff;
}

.pagination ul{
	position: relative;
	display: flex;
	list-style: none;
	gap:2vw;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.pagination ul a{
	text-decoration: none;
	color: #85754e;
	display: inline-block;
}
.pagination ul a.active{
	pointer-events: none;
	color: #fff;
	width: 30px;
	height: 30px;
	background-color: #85754e;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media(max-width:768px){
	.section_title {
	    position: relative;
	    font-size: 2rem;
	    line-height: 2rem;
	}
}



/* SLIDER */
.slider{
	position: relative;
	width: 100%;
	height: 100%;
}
.slider .slide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slider .slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
/*
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+39,000000+65,000000+100&0.9+0,0+39,0+65,0.9+100 */
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.slider .slide img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: 1;
}

.slider .slide .text {
	position: absolute;
    bottom: 4rem;
    left: 4rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 1rem;
    max-width: 840px;
    width: 55%;
}
.slider .slide .title {
    font-family: futura-pt, sans-serif;
    transform: translateY(0.5em);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem 0;
    /* width: 50%; */
	
	font-size: min(45px, 6vw);
    line-height: min(45px, 6vw);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1vw;
}
.slider .slide .text .paragraph {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
/*     font-size: min(21px, 6vw); */
    position: relative;
    max-width: 40rem;
}


/* LOADER */
.loader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100dvh;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eae4df;
	color: #85754e;
	font-size: min(16px,6vw);
	line-height: min(20px,6.2vw);
	text-align: center;
}
.loader .logo{
	width: 200px;
}

.motorclub_container{
	position: relative;
	width: 100vw;
    min-height: 100vh;
    background-image: url("../img/gold_bg.jpg");
    background-size: cover;
    color:#eae4df;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    gap: 2%;
    padding: 5vw 10vw;
    box-sizing: border-box;
}
.motorclub_container .intro{
	position: relative;
	width: 100%;
}

.motorclub_container .column{
	width: 32%;
}

.motorclub_container .column .link_container{
	position: relative
}
.motorclub_container .column .link_container .image{
	position: relative;
	margin-bottom: 30px;
}


.motorclub_container .title {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: min(55px, 10vw);
    line-height: min(55px, 10vw);
    letter-spacing: 0.1vw;
}

.motorclub_container .paragraph {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
/*     font-size: min(21px, 6vw); */
    letter-spacing: 1px;
}

.mask_size_helper{
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0;
}
.masked_image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-mask-size: 100%;
    -webkit-mask-image: url(../img/home/mask_arrow_right.png);
    -webkit-mask-repeat: no-repeat;
}
.motorclub_container .column .masked_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.motorclub_container .column .link_container:hover .masked_image img{
	transform: scale(1.1)
}

.motorclub_container .column .btn-title {
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  font-style: normal;
  justify-content: right;
  text-align: center;
  width: 100%;
  transform: translateX(2vw);
}

.motorclub_container .column .btn-title .more,
.motorclub_container .column .btn-title .button_arrow {
  font-size: min(16px, 6vw);
  line-height: min(25px, 7.5vw);
  font-weight: 500;
  justify-content: center;
  margin-top: 5px;
}

@media(max-width:1200px){
	.motorclub_container{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.motorclub_container .column{
		width: 100%;
		max-width: 500px;
		margin-bottom: 80px;
	}
	.motorclub_container .intro{
		margin-bottom: 50px;
	}
	.motorclub_container .column:nth-child(1){
		width: 100%;
	}
	.page-template-temp_real_estate .motorclub_container .column{
		width: 100%;
		max-width: 500px;
		margin-bottom: 50px;
	}
}
@media(max-width:768px){
	.motorclub_container{
		flex-direction: column;
		padding: 20vw 10vw;
	}
	.motorclub_container .intro,
	.motorclub_container .column{
		width: 100%;
		margin-bottom: 80px;
	}
	.motorclub_container .column:nth-child(1){
		width: 100%;
	}
	.motorclub_container .column .btn-title{
		font-size: 25px;
		line-height: 28px;
	}
	.motorclub_container .column .btn-title br{
		display: none;
	}
	.motorclub_container .column .link_container .image {
    	margin-bottom: 20px;
	}
}

.page-template-default .page_container{
	position: relative;
	padding: 10vw;
}

.page-template-default #menu_logo{
	filter: brightness(1);
}

.page-template-default .menu_link, 
.page-template-default .menu_item .submenu .submenu_item a{
	color: #beab69;
}
@media(max-width:768px){
	.page-template-default .page_container{
		padding: 100px 10vw;
	}
	
	.page-template-default #burger_animation path {
    	fill: #beab69;
    }
}
}

