/* CSS MADE BY CROSS INTERNET */

/* DEFAULT STUFF */
*, *:before, *:after{
	box-sizing:border-box;
}

::selection {
	background: #063A73;
	color:#fff;
}

::-moz-selection {
	background: #063A73;
	color:#fff;
}

html{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	color: #2b2c43;
	line-height: 30px;
}

img{
	border:0;
}

h1{
	color: #212230;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h2{
	color: #212230;
	font-size:22px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h3{
	color: #212230;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

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

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 15px 0;
}

label{
	cursor:pointer;
}

textarea{
	resize:vertical;
}

input[type="submit"]{
	-webkit-appearance:none;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
}

input[type="text"]{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

input[type="text"]:focus{
	border:1px solid #36454F;
	outline:none;
}

textarea{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

textarea:focus{
	border:1px solid #36454F;
	outline:none;
}
#contactformulier textarea{
	width: 100%;
}
/* REPEATABLE CLASSES */
.fullBlock{
	float:left;
	width:100%;
}

.container{
	width:100%;
	margin:0 auto;
	max-width:1160px;
	padding:0 30px;
}

/* HEADER */
.header .logo{
	/*float:left;*/
}

.header .logo img{
	/*float:left;*/
	display:block;
	max-width:100%;
	margin: 0 auto;
	/*height: 150px;*/
}

.header .headerSocial{
	float:right;
	padding:35px 0 34px;
}

.header .headerSocial a{
	text-align:center;
	color:#fff;
	background:#dae2ea;
	width:40px;
	font-size: 18px;
	height:40px;
	padding:11px 10px;
	line-height:1em;
	float:left;
	margin:0 10px 0 0;
}

/* NAVIGATION */
#toggleMobileMenu{
	display:none;
}

.navigation{
	background:#063a73;	
	position:relative;
}

.navigation .navContainer{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	border-left:1px solid #275486;
}

.navigation .navContainer > div{
	float:left;
	border-right:1px solid #275486;
}
/*
.navigation .navContainer > div:nth-of-type(4){
	float:right;
}*/
.navigation .navContainer > div:last-of-type{
	border-left:1px solid #275486;
	float:right;
	
}
.navigation .navContainer > div > a{
	float:left;
	padding:25px 15px;
	color:#fff;
	font-weight:500;
	line-height:1em;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.navigation .navContainer > div > a:hover{
	text-decoration:none;
	background: rgba(255,255,255,0.3);
}

/* DROPDOWN NAVIGATION */
.navigation .navContainer > div > .dropdownNav{
	display:none;
	position:absolute;
	padding:30px;
	overflow:hidden;
	top:100%;
	z-index:5;
	left:0;
	width:100%;
	background:#053162;
	border-top: 15px solid #fff;
}
/*
.navigation .navContainer > div:hover > .dropdownNav{
	display:block;
}*/

.navigation .navContainer > div > .dropdownNav.on{
	display:block;
}

.navigation .navContainer > div > .dropdownNav .dropdownCol{
	float:left;
	width:100%;
	padding:0 15px;
	margin:0;
	list-style:none;
}

.navigation .navContainer > div > .dropdownNav .dropdownCol li{
	float:left;
	width:100%;
	margin: 0 0 0 15px;
}

.navigation .navContainer > div > .dropdownNav .dropdownCol li a{
	color:#fff;
}

.navigation .navContainer > div > .dropdownNav .dropdownCol .headItem{
	font-weight:700;
	margin:10px 0 0px 0;;
	font-size:16px;
}

.navigation .navContainer > div > .dropdownNav .dropdownCol .subItem{
	padding:0 0 0 20px;
}

/* BANNER */
.banner{
	padding:190px 0 130px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.banner.bannerDetail{
	padding:100px 0;
}
.bannerContent{
	float:left;
	width:100%;
	color:#fff;
}
.bannerContent h1{
	float:left;
	color:#fff;
	width:100%;
	font-size:40px;
	margin:0;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
}

/* COUNTRIES */
.countries{
	padding:30px 0;
}

.countryBlock{
	float:left;
	width:32%;
	margin:0 2% 0 0;
	background-color:#063a73;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
}

.countryBlock.netherlands{
	float:right;
	margin:0;
	background-image:url(../images/flagNL.jpg);
}
.countryBlock.belgium{
	background-image:url(../images/flagBE.jpg);
}
.countryBlock.germany{
	background-image:url(../images/flagDE.jpg);
}

.countryName{
	float:left;
	width:50%;
	text-align:right;
	padding:70px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
	line-height:1em;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(6,58,115,0.7) 65%, rgba(6,58,115,1) 93%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(6,58,115,0.7) 65%,rgba(6,58,115,1) 93%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(6,58,115,0.7) 65%,rgba(6,58,115,1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#063a73',GradientType=1 );
}

.countryLinks{
	float:right;
	width:50%;
	background-color:#063a73;
	padding:30px 25px 30px 0;
	text-align:right;
}

.countryLinks a{
	float:right;
	clear:both;
	color:#fff;
	line-height:1em;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 30px 0;
}

.countryLinks a:last-of-type{
	margin:0;
}

.countryLinks a i{
	margin:0 0 0 15px;
}

/* TEXT */
.homeText{
	padding:50px 0;
}
.homeText strong{
	color:#063a73;
	font-weight:700;
}

.homeText img{
	float:right;
	margin:0 0 20px 20px;
}

.homeText p:last-of-type{
	margin:0;
}
/* AGENDA */
.agenda{
	float:left;
	width:100%;
/*	padding:25px 0 0 0;
	margin:25px 0 0 0;
	border-top:1px solid #ccc;*/
}

.agenda .title{
	float:left;
	width:100%;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px 0;
}

.agenda ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}

.agenda ul li{
	float:left;
	width: 100%;
	padding: 15px 0;
	border-bottom:1px dashed #ccc;
}
.agenda ul li .calendar{
	float:left;
	width:60px;
	border-top:5px solid #3C3D49;
	background:#DAE2EA;
	text-align:center;
	margin: 5px 0;
}

.agenda ul li .calendar .month{
	float:left;
	width:100%;
	padding:5px 5px 0 5px;
	line-height:1em;
	text-transform:uppercase;
}

.agenda ul li .calendar .day{
	float:left;
	width:100%;
	padding:5px 5px 5px 5px;
	line-height:1em;
	font-weight:700;
	font-size:18px;
}

.agenda ul li .eventName{
	padding:0px 15px;
	float:left;
	color:#063a73;
	font-weight:700;
	width:80%;
	width:calc(100% - 60px);
}
.agenda ul li .eventSubName{
	padding:0px 15px;
	float:left;
	color:#063a73;
	width:80%;
	width:calc(100% - 60px);
}

/* DETAILPAGE */
.detailText{
	padding:30px 0;
}

.detailText strong{
	color:#063a73;
	font-weight:700;
}

.detailText p:last-of-type{
	margin:0;
}

.detailNav{
	float:left;
	width:26%;
	margin:0 4% 0 0;
}

.detailNav .currentCountry{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-weight:700;
	color:#212230;
	padding:12px 15px;
	background:#063A73;
	font-size:18px;
	color:#fff;
	line-height:1em;
}
.detailNav ul{
	list-style:none;
}

.detailNav ul li{
	float:left;
	width:100%;
}
.detailNav ul li a{
	float:left;
	width:100%;
	color:#2b2c43;
}
.detailNav > ul{
	float:left;
	width:100%;
	padding:10px 20px;
	margin:0;
	background:#DAE2EA;
}
.detailNav > ul > li > a{
	font-weight:700;
	position:relative;
}
.detailNav > ul > li > a.clicked:after{
	content:"\f061";
	font-family: FontAwesome;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:0px;
}
.detailNav > ul > li > ul{
	float:left;
	width:100%;
	padding:0 0 0 20px;
	margin:0;
	display:none;
}

.detailNav > ul > li > ul.active{
	display:block;
}

.detailText .textBlock{
	float:left;
	width:70%;
}

/* FOOTER */
.footer{
	text-align:center;
	background:#1a1b29;
	padding:30px 0;
}

.footerSocial{
	display:inline-block;
}

.footerSocial a{
	text-align:center;
	color:#fff;
	background:#3c3d49;
	width:40px;
	font-size: 18px;
	height:40px;
	padding:11px 10px;
	line-height:1em;
	display:inline-block;
	margin:0 10px 0 0;
}

.footerLinks{
	float:left;
	width:100%;
	text-align:center;
	color:#8d8d94;
	line-height:1em;
	margin:0 0 0 0;
}

.footerLinks a{
	color:#8d8d94;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.footerLinks a:hover{
	color:#fff;
	text-decoration:none;
}

/* BACK TO TOP */
#backToTop{
	position:fixed;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:1em;
	font-size: 18px;
	padding:11px 10px;
	color:#fff;
	background:#063a73;
	cursor:pointer;
}
/* RESPONSIVE */
@media (max-width: 1350px){
	.countryBlock{
		background-size:cover;
	}
	.countryName{
		width:100%;
		padding:20px 25px 20px 0;
	}
	.countryLinks{
		width:100%;
		padding:0 25px 20px 0;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(6,58,115,0.7) 65%, rgba(6,58,115,1) 93%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(6,58,115,0.7) 65%,rgba(6,58,115,1) 93%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(6,58,115,0.7) 65%,rgba(6,58,115,1) 93%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#063a73',GradientType=1 );
	}
	.countryLinks a{
		margin:0 0 20px 0;
	}
}
/* MOBILE MENU */
@media (max-width: 900px){
	.navigation .container{
		padding:0;
	}
	#toggleMobileMenu{
		display:block;
		width:45px;
		height:49px;
		cursor:pointer;
		margin:0 0 0 0;
	}
	#toggleMobileMenu div{
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		position:absolute;
		width:100%;
		height:100%;
	}
	#toggleMobileMenu .lineOne{
		position:absolute;
		width:20px;
		height:1px;
		background:#fff;
		left:12.5px;
		top:19px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	#toggleMobileMenu .lineTwo{
		position:absolute;
		width:20px;
		height:1px;
		background:#fff;
		left:12.5px;
		top:28px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	
	#toggleMobileMenu.on div{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#toggleMobileMenu.on  .lineOne{
		transform: rotate(45deg);
		top: 25px;
	}
	#toggleMobileMenu.on  .lineTwo{
		transform: rotate(-45deg);
		top: 25px; 
	}
	.navigation .navContainer{
		max-height: 0;
		width:100%;
		overflow:hidden;
		border:0;
		transition: max-height 0.5s;
		-webkit-transition: max-height 0.5s;
	}
	.navigation .navContainer.on{
		max-height:1500px;
	}

	.navigation .navContainer > div{
		float:left;
		width:100%;
		border:0;
	}
	.navigation .navContainer > div.rightItem:last-of-type{
		border:0;
	}
	.navigation .navContainer > div > a{
		float:left;
		width:100%;
		padding:15px 30px;
		text-align:center;
		border-top:1px solid #275486;
	}
	
	/* RESPONSIVE DROPDOWN */
	.navigation .navContainer > div > .dropdownNav{
		position:relative;
		max-height:0;
		padding:0;
		display:block;
		border:0;
		transition: max-height 0.5s, padding 0.3s 0s;
		-webkit-transition: max-height 0.5s, padding 0.3s 0s;
	}
	.navigation .navContainer > div > .dropdownNav.on{
		max-height:1500px;
		padding:30px;
		transition: max-height 0.5s, padding 0.3s 0s;
		-webkit-transition: max-height 0.5s, padding 0.3s 0s;
	}
	
	.navigation .navContainer > div > .dropdownNav .dropdownCol{
		width:100%;
		margin:20px 0 0 0;
	}
	.navigation .navContainer > div > .dropdownNav .dropdownCol .headItem{
		margin:0;
	}
	.navigation .navContainer > div > .dropdownNav .dropdownCol .headItem a{
		width:100%;
		float:left;
		padding:5px 0;
	}
	.navigation .navContainer > div > .dropdownNav .dropdownCol .subItem{
		display:none;
	}
	.navigation .navContainer > div > .dropdownNav .dropdownCol:first-of-type{
		margin:0;
	}
}
@media (max-width: 850px){
	.homeText img{
		max-width:50%;
	}
	.detailNav{
		width:100%;
		margin:0 0 20px 0;
	}
	.detailText .textBlock{
		width:100%;
	}
	.detailNav > ul > li{
		padding:5px 0 5px 0;
		border-bottom:1px dashed #fff;
	}
	.detailNav > ul > li:last-of-type{
		border:0;
	}
}
@media (max-width: 800px){
	.countryBlock.belgium{
		width:49%;
		margin:0 2% 2% 0;
		background-image:none;
	}
	.countryBlock.germany{
		width:49%;
		margin:0 0 2% 0;
		background-image:none;
	}
	.countryBlock.netherlands{
		background-image:none;
		width:100%;
		margin:0;
	}
	.countryBlock.netherlands .countryName{
		text-align:center;
	}
	.countryBlock.netherlands .countryLinks a{
		width:32%;
		text-align:center;
		float:left;
		clear:none;
		margin:0 2% 0 0;
		padding:5px 0;
	}
	.countryBlock.netherlands .countryLinks a:last-of-type{
		margin:0;
	}
}

@media (max-width: 700px){
	.agenda ul li{
		width:100%;
	}
		
	.agenda ul li:last-of-type{
		border-bottom:0;
	}
	.agenda ul{
		display:block;
	}
	.footerLinks{
		line-height:2em;
	}
}
@media (max-width: 600px){
	.bannerContent h1{
		font-size:30px;
	}
	.banner{
		padding:150px 0 90px 0;
	}
	.countryBlock.netherlands .countryLinks a{
		width:100%;
		text-align:center;
		float:left;
		clear:none;
		margin:0 0 10px 0;
		padding:5px 0;
	}
	.countryBlock.netherlands .countryLinks a:last-of-type{
		margin:0;
	}
}
@media (max-width: 500px){
	.homeText img{
		display:none;
	}
	.homeText{
		padding:30px 0;
	}
	.bannerContent h1{
		font-size:28px;
	}
	.banner{
		padding:110px 0 50px 0;
	}
}
@media (max-width: 450px){
	img{
		max-width:100%;
		height:auto;
	}
	.logo{
		width:100%;
		text-align:center;
	}
	.header .logo{
		float:left;
		width:100%;
		text-align:center;
	}
	.header .logo img{
		float:none;
		display:inline-block;
		height:auto;
	}
	.headerSocial{
		display:none;
	}
	.countries{
		padding:2% 0 0 0;
	}
	.countryBlock.belgium{
		width:100%;
		margin:0 0 2% 0;
	}
	.countryBlock.belgium .countryName{
		text-align:center;
	}
	.countryBlock.germany{
		width:100%;
	}
	.countryBlock.germany .countryName{
		text-align:center;
	}
	.countryBlock .countryLinks{
		display:none;
	}
	.countryBlock .countryName{
		position:relative;
	}
	.countryBlock .countryName:hover{
		text-decoration:none;
	}
	.countryBlock .countryName:after{
		content:"\f061";
		font-family: FontAwesome;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		right:20px;
	}
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
	background-color: rgba(0, 0, 0, 0.7);
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}

.waves-notransition {
	transition: none !important;
}

.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}

.waves-block {
	display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
	z-index: -1;
}


/* POPUP CSS */
.showPopup.posFix {
   bottom: 0;
   left: 10px;
   cursor: pointer;
   border-radius: 3px 3px 0 0;
   z-index: 20;
   position:fixed;
}
.btn{
	display: inline-block;
	padding: 5px 15px;
	background: #ea7623;
	color:#fff;
	font-weight: 600;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
}
.posRel{
	position:relative;
}
.popup .leftTxt{
	text-align:left;
}

.popup .row{
	float:left;
	width:100%;
}
.popup .closeMe{
	cursor:pointer;
}
.popup {
	display: none;
	z-index: 9999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align:center;
}
.popup .fRight{
	float:right;
}
.popup .borderTop{
	border-top:1px solid #eee;
}
.popup .borderBottom{
	border-bottom:1px solid #eee;
}
.popup .borderLeft{
	border-left:1px solid #eee;
}
.popup.active {
	display: block;
}
.popup .wrapper {
	display: inline-block;
	width: 94%;
	max-width: 800px;
	max-height: 94vh;
	margin: 0 auto;
	background: #fff;
	z-index: 2;
	overflow: auto;
	border-radius: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.popup .wrapper .headerPop {
	padding: 15px 55px 15px 15px;
}
.popup .wrapper .headerPop .smallTitle {
	line-height: 20px;
	margin:0;
	font-weight:700;
}
.popup .wrapper .headerPop .closeMe {
	top: 0;
	right: 0;
	line-height: 50px;
	padding: 0 15px;
	position: absolute;
}
.popup .wrapper .content{
	padding:15px 15px 0 15px;
}
.popup .wrapper .buttons {
	padding: 10px 15px 15px 15px;
	line-height: 32px;
}
.popup .wrapper .buttons .closeMe {
	cursor: pointer;
}
.popup .overlay {
	cursor: pointer;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup .wrapper .btns {
	padding:5px;
}
@media screen and (max-width: 600px) {
	.popup .wrapper .headerPop {
		padding: 10px 50px 10px 10px;
	}
	.popup .wrapper .headerPop .smallTitle {
		font-size: 1em;
	}
	.popup .wrapper .headerPop .closeMe {
		line-height: 40px;
	}
}
@media screen and (max-width: 420px) {
	.popup .wrapper .btns a {
		width: 100%;
	}
}

