html,body{ margin:0; padding:0; height:100%; width:100%; max-width: 100%; overflow-x: hidden;}

.login {
	position: relative;
	margin: 0 auto;
	border: none;
	margin-top: -32px;
	/*background: #b9e8fa; /* fallback for old browsers */
	/*background: -webkit-linear-gradient(to bottom, #b9e8fa, transparent); /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to bottom, #b9e8fa, transparent); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	}

@media screen and (max-width: 800px) { /* Specific to this particular image */
  .login {
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
  }
}

.login .container{
	position: relative;
	color: #fff;
	opacity: 1;
	text-align: center;
		max-width: 340px;

	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;

	padding-bottom:20px;
}

@media screen and (min-width: 300px){
.login .container{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -32px;
}	
}

/*
@media screen and (min-width: 320px){
.login .container{
	padding-left: 30px;
	padding-right: 30px;
}	
}
*/

@media screen and (min-width: 350px){
.login .container{
	padding-left: 30px;
	padding-right: 30px;
}	
}


@media screen and (min-width: 480px){
.login .container{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -25px;
}	
}

@media screen and (min-height: 540px){
.login .container{
	padding-top: 15px;	
}
}

select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
}

select::-ms-expand {
    display: none;
}

#dagen {
	font-family: 'Heebo', sans-serif;font-weight: 300;
	font-size: 22px;
	width: calc(50% - 5px);
	background-color: rgba(256,256,256,0.1);
	color: #fff;
	border: none;
	border-radius: 3px;
	color: rgba(256,256,256,1);
	padding-top: 24px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
	
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		

	/*border-bottom: 5px solid rgba(256,256,256,0.2); /*none;*/

	cursor: pointer;
	float:left;

	outline: none;
}

#budget {
	font-family: 'Heebo', sans-serif;font-weight: 300;
	font-size: 22px;
	width: calc(50% - 5px);
	background-color: rgba(256,256,256,0.1);
	color: #fff;
	border: none;
	border-radius: 3px;
	color: rgba(256,256,256,1);
	padding-top: 24px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);		
	
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;	


	cursor: pointer;
	float:right;

	outline: none;
}

#location {
	position: relative;
	font-family: 'Heebo', sans-serif;font-weight: 300;
	font-size: 22px;
	width: 100%;
	background-color: rgba(256,256,256,0.1);
	color: #fff;
	border: none;
	border-radius: 3px;
	padding-top: 24px;
	padding-bottom:2px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-indent: 10px;
	
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
	
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
/*-webkit-backdrop-filter: blur(5px);*/
z-index:1000px;
outline: none;
/*	text-indent: 75px; */
}

#dagen.wrong{
    -webkit-animation: blink 0.6s linear infinite; /* Safari 4.0 - 8.0 */
    animation: blink 0.6s linear infinite;
	-webkit-animation-iteration-count: 3;	
    animation-iteration-count: 3;	
}

#budget.wrong{
    -webkit-animation: blink 0.6s linear infinite; /* Safari 4.0 - 8.0 */
    animation: blink 0.6s linear infinite;
	-webkit-animation-iteration-count: 3;	
    animation-iteration-count: 3;	
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink{
    0%   {background-color:rgba(256,256,256,0.1);}
    50%  {background-color:rgba(256,256,256,0.5);}
    100% {background-color:rgba(256,256,256,0.1);}
}

/* Standard syntax */
@keyframes blink{
    0%   {background-color:rgba(256,256,256,0.1);}
    50%  {background-color:rgba(256,256,256,0.5);}
    100% {background-color:rgba(256,256,256,0.1);}
}

.from p{
	position: relative;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	float: left;
	margin-left: 10px;
	margin-top: -52px;
	font-family: 'Karla', sans-serif; font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.duration{
	width: calc(50% - 5px);
	float:left;
	text-align: left;
	z-index:1000px;
}

.duration p{
	position: relative;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: -62px;
	font-family: 'Karla', sans-serif; font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.budget{
	width: calc(50% - 5px);
float:right;
text-align: left;
z-index:1000px;
}


.budget p{
	position: relative;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: -62px;
	font-family: 'Karla', sans-serif; font-weight: 500;
	font-size: 13px;

	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

#dagen:hover, #budget:hover, #location:hover{
	background-color: rgba(256,256,256,1);
	color: #000;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
}


#dagen:focus, #budget:focus, #location:focus{
	background-color: rgba(256,256,256,1);

	color: #000;
}

.travel_by{
	float:left;
	text-align: left;
	z-index: 0;
	color: rgba(255,255,255, 0.6);
}

.travel_by p{
	position: relative;
	margin-left: 15px;
	margin-top: -42px;
	font-family: 'Karla', sans-serif; font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.travel_by i{
	position: relative;
  font-size: 16px;
	margin-top: -84px;
	margin-left: -15px;
width: 42px;
height: 16px;
padding-top: 13px;
padding-bottom: 13px;
text-align: center;
  border:none;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}

.travel_by:hover, .travel_by:focus, .travel_by:hover i, .travel_by:focus i, .travel_by:hover p, .travel_by:focus p{
	color: rgba(255,255,255, 1);
}

/*

#dagen:focus, #budget:focus{
	background-color: rgba(255,255,255,1);
color: rgba(0,0,0,1);	
text-shadow: none;	
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	transition: none;	
}
*/
/* ---------- SEARCH ------------ */

#zoek{
	font-family: 'Heebo', sans-serif; font-weight: 100;
	text-transform: uppercase;
	font-size: 26px;
	width: 100%;
	color: rgba(256,256,256,1);
	background: rgba(0,0,0,0.15); /* For browsers that do not support gradients */
	border:none;
	border-radius: 3px;
	padding-top: 14px;
	padding-bottom: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;

-webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	

margin-top: 0px;
margin-bottom: 0px;
	
	outline: none;
}

#zoek:hover{
	color: rgba(256,256,256,0.9);
	background-color: rgba(0,0,0,0.2);
	border:none;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
}

@media screen and (max-width: 580px) {
	#dagen, #budget, #location, #zoek{
		font-size: 22px;
}
}

@media screen and (max-width: 400px) {
.budget p, .duration p, .from p{
	font-size: 13px;		
}
}

@media screen and (max-width: 350px) {
.budget p, .duration p, .from p{
	font-size: 12px;		
}
}

#options, #lessoptions{
	font-family: 'Heebo', sans-serif; font-weight: 100;
	font-size: 26px;
	margin-top: -35px;
	margin-right: calc(100% - 80px);
	color: #fff;
	background: transparent; /* For browsers that do not support gradients */
	border:none;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 11px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	z-index: 9999;
}

#options i, #lessoptions i{
	display: inline;
	font-size: 24px;
	width: 100%;
	color: #fff;
	border:none;
	border-radius: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 17px;
	padding-left: 17px;
	cursor: pointer;
	background: rgba(255,129,60, 1);
-webkit-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.15);
box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#options:hover i, #lessoptions:hover i  {
	color: #fff;
	background: rgba(255,255,255,0.15);	
/*-webkit-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);		*/
	border:none; 
	outline: none;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
}

#options:hover, #lessoptions:hover {
	color: #fff;
}

#options:focus, #lessoptions:focus{
	outline: none;
}

@media screen and (max-width: 580px) {
#options i, #lessoptions i{
		font-size: 20px;
}
}

.sorting {
	position: relative;
  	margin-left: 0px;
	margin-right: 0px;
	max-width: 360px;
	/*width: 100%;*/
	display:none;
	vertical-align: top;
		float:right;
}

.sort {
	position: relative;
	text-align: center;
  font-size: 20px;
  color: #fff;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0px;
	  width: 60px;

	 outline: none;
}

.sort:focus {
  font-size: 20px;
  color: #fff;
  border:none;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.sort_icon i{
  font-size: 16px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 40px;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  margin-top: 0px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}

.sort_label{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(256,256,256,0.4);
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: -5px;
  width: 100%;
  text-align: center;
}

/*
@media screen and (min-width: 480px) {
	.sort:hover i{
	  text-decoration: none;
	  color: #d11f6e;
	  background-color: #fff;
	}

	.sort:hover .sort_label{
	  text-decoration: none;
	  color: #fff;
		font-weight: 400;
	}
}
*/

.sort.active{
  outline:none;
}

.sort.active i{
  text-decoration: none;
  color: #d11f6e;
  background-color: #fff;
}

.sort.active .sort_label{
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 480px) {
	.sort i{
  font-size: 20px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 44px;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  margin-top: 0px;
  
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}	
	
.sort h1{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(256,256,256,0.4);
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: 22px;
text-align: center;
}
}

.text{
	position: relative;
	padding-top: 10px;
	max-width: 400px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	color: rgba(255,255,255,1);
	text-align:center;
	z-index:2;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.text h1{
	position: relative;
	font-family: 'Heebo', sans-serif;
	font-size: 62px;
	font-weight: 100;
	/*text-decoration: bold;*/
	line-height: 15px;
	text-align: center;
	/*padding-right: 14px;*/
	margin-top: 0px;
	/*letter-spacing: -2px;*/
}

.text p{
	position: relative;
	font-family: 'Heebo', sans-serif;
	font-weight: 100;
	text-align: center;
	margin-top: -15px;
	font-size: 21px;
	color: rgba(255,255,255,1);
		/*color: rgba(255,255,255, 0.6);*/
}

.text b{
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: 21px;
	color: rgba(255,255,255,1);
}

@media screen and (max-width: 580px) {
.text{
		max-width: 400px;
		padding-top: 10px;
		margin-bottom: 25px;
}

.text h1{
	font-size: 62px;
	line-height: 25px;
}

.text p{
	margin-left: 0px;
	margin-right: 0px;
}

.text p, .text b{
	font-size: 21px;
}

}

/*
@media screen and (max-width: 480px) {
.text h1{
	font-size: 56px;
	line-height: 25px;
}

.text p{
	margin-left: 0px;
	margin-right: 0px;
}

.text p, .text b{
	font-size: 20px;
}

}
*/

@media screen and (max-width: 480px) {
.text h1{
	font-size: 52px;
	line-height: 20px;
}

.text p{
	margin-left: 0px;
	margin-right: 0px;
}

.text p, .text b{
	font-size: 18px;
}
}


@media screen and (max-width: 370px) {
	
.text h1{
	font-size: 48px;
	line-height: 20px;
}
	
.text p, .text b{
	font-size: 17px;
}

}

@media screen and (max-width: 350px) {	
	.text p, .text b{
		font-size: 16px;
	}
}

.language-currency {
	position: relative;
	display:inline-block;
	color: #000;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
	float: left;
	margin-left: 2px;
}

@media screen and (min-width: 600px){
.language-currency {
	margin-top: 10px;
}
}	

#languages {
		position: absolute;
		display:inline-block;
		padding: 0px;
		margin: 0px;
		font-family: 'Heebo', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #000;
		width: 75px;
		z-index: 1;
		padding-top: 13px;
		padding-bottom: 12px;
		border: none;
		margin: 0px;
	opacity: 0;
	cursor: pointer;
		margin-left: -76px;
/*	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;	
*/	
}

#languages:hover {
	opacity: 0.1;
	background-color: #fff;
	color: rgba(0,0,0,0);	
}

#languages:focus {
	opacity: 0;
	background-color: #fff;
	color: #000;
}

.language-style {
		position: relative;
		display:inline-block;
				margin: 0px;
				padding: 0px;
		background-color: rgba(255,255,255,0);
		padding-top:15px;
		padding-bottom:15px;
		padding-right:0px;
		padding-left:0px;		
		width: 75px;
	float: left;
			margin-top: -15px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
			
}


.language-style p {
	display:inline;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

#currencies {
		position: absolute;
		padding: 0px;
		margin: 0px;		
		font-family: 'Karla', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #000;
		width: 75px;
		z-index: 1;
		padding-top: 13px;
		padding-bottom: 17px;
		border: none;
		margin-top: -16px;
		margin-left: -35px;
	opacity: 0;
	cursor: pointer;
}

#currencies:hover {
	opacity: 0.1;
	background-color: #fff;
	color: rgba(0,0,0,0);
/*	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
*/	
}

#currencies:focus {
	opacity: 0;
	background-color: #fff;
	color: #000;
}

.currency-style {
		position: relative;
		display:inline-block;
				margin: 0px;
				padding: 0px;
		background-color: rgba(255,255,255,0);
		padding-top:15px;
		padding-bottom:15px;
		padding-right:0px;
		padding-left:0px;		
		width: 75px;
	float: left;	
			margin-top: -62px;	
			margin-left: 77px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		
			
}

.currency-style p {
	display:inline-block;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}


.language-label {
	position: absolute;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase;
	padding-top: 10px;
	margin-left: -1px;
	display: none;
}

@media screen and (min-width: 480px){
.language-label {
	display: block;	
}	
}

.currency-label {
	position: absolute;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase;
	padding-top: 10px;
	margin-left: 58px;
	display: none;	
}

@media screen and (min-width: 480px){
.currency-label {
	display: block;
	margin-left: 63px;	
}	
}

.basic{
	position: relative;
	display: inline-block;
		-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;

	margin-left: auto;
	margin-right: auto;
}

.total{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;

	/*background-color: rgba(256,256,256,0.05);*/
	margin-top: 15px;
}

@media screen and (min-width: 480px){
.total {
	margin-top: calc(50vh - 280px);
}	
}


@media screen and (min-height: 900px){
.total {
	margin-top: calc(50vh - 320px);
}	
}


.settings {
	position: relative;
	display: inline-block;
	font-family: 'Heebo', sans-serif;font-weight: 300;
	font-size: 26px;
	width: 100%;
	/*background-color: #fff;*/
	/*background-color: rgba(255,255,255, 0.6);*/	
	border: none;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
	border-radius: 0px;
	color: rgba(255,255,255, 0.5);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		

	cursor: pointer;

	z-index:1000px;
	
	text-align: left; 
}

.settings.last {
	position: relative;
	display: inline-block;
	font-family: 'Heebo', sans-serif;font-weight: 400;
	font-size: 26px;
	
	/*background-color: #fff;*/
	/*background-color: rgba(255,255,255, 0.6);*/	
	border: none;
	border-bottom: 1px solid rgba(255,255,255, 0);
	border-radius: 0px;
	color: rgba(255,255,255, 0.5);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;		

	cursor: pointer;

	z-index:1000px;
	
	text-align: left; 
	
	width: 100%;
}

.settings p, .settings.last p{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 22px;
	padding-bottom: 12px;
	font-family: 'Karla', sans-serif; font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

@media screen and (min-width: 480px){
	.settings p, .settings.last p{
		font-size: 14px;
	}	
}

@media screen and (min-width: 800px){
	.settings p, .settings.last p{
		font-size: 15px;
	}	
}

.settings i, .settings.last i{
	position: relative;
	display: inline-block;
  font-size: 16px;
	margin-top: -84px;
	margin-left: -15px;
width: 40px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
  border:none;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}

@media screen and (min-width: 480px){
.settings i, .settings.last i{
	position: relative;
	display: inline-block;
  font-size: 18px;
	margin-top: -84px;
	margin-left: -15px;
width: 42px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
  border:none;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}
}

.settings h2, .settings.last h2{
	position: relative;
	display: inline-block;
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-family: 'Heebo', sans-serif; font-weight: 300;
	font-size: 24px;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.settings h2 i, .settings.last h2 i{
	width: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 15px;
	background-color: transparent;
	border-radius: 0px;
}

.settings table{
	position: relative;
	display: inline-block;
	float: right;
	text-align: right;
	margin-right: -6px;
	margin-top: -24px;
	margin-bottom: 0px;
	font-family: 'Heebo', sans-serif; font-weight: 300;
	font-size: 18px;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

	.settings:hover h2 i, .settings:focus h2 i, .settings.last:hover h2 i, .settings.last:focus h2 i{
		color: rgba(255,255,255, 1);
		background-color: transparent;
			-webkit-transition: all 0.2s ease-in-out; 
		-moz-transition: all 0.2s ease-in-out; 
		-o-transition: all 0.2s ease-in-out; 
		transition: all 0.2s ease-in-out;		
	}

	.settings:hover, .settings:focus, .settings.last:hover, .settings.last:focus{
		color: rgba(255,255,255, 1);
	}


.popup{
	position: fixed;	
	width: 100%;
	height: 100%;
	background: #ff813c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(215deg, #ff813c, #d11f6e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(215deg, #ff813c, #d11f6e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(215deg, #ff813c, #d11f6e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(215deg, #ff813c, #d11f6e); /* Standard syntax (must be last) */   
	font-size: 0px;
	text-align: center;
	z-index: 9999;
	display: none;
	opacity: 0.95;
}

	.popup_options{
		position: relative;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.popup_buttons{
		position: relative;
		display: inline-block;
		width: calc(100% - 60px);
		max-width: 400px;
		background-color: rgba(256,256,256,0);
		margin-top: calc(50vh - 150px);

			-webkit-transition: all 0.2s ease-in-out; 
		-moz-transition: all 0.2s ease-in-out; 
		-o-transition: all 0.2s ease-in-out; 
		transition: all 0.2s ease-in-out;
text-align: center;	
vertical-align: middle;
	}

	.long {
		margin-top: calc(50vh - 200px);
	}

	.extralong {
		margin-top: calc(50vh - 260px);
	}
	
	.regions {
		height: 250px;
		top: 20px;
		bottom: 20px;
		/*overflow: hidden;*/
		overflow-y: scroll;
	}

.regions::-webkit-scrollbar {
    width: 10px !important;  /* remove scrollbar space */
    background: rgba(256,256,256,0) !important;  /* optional: just make scrollbar invisible */
	display: block !important;
}

.regions::-webkit-scrollbar-track {
    background: rgba(256,256,256,0); 
    border-radius: 10px;
}
 
.regions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(256,256,256,0.2); 
}	
		
@media screen and (min-width: 530px){
	.popup_options{
		position: relative;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(50vh - 200px);
		text-align: center;
	}

	.popup_buttons{
		max-width: 500px;
		max-height: 500px;
		margin-top: 10px;
		text-align: center;
	}

	/*
	.long {
		margin-top: calc(50vh - 355px);
		max-height: auto;
	}
	
	.extralong {
		margin-top: calc(50vh - 355px);
	}
	*/
	
}

		.popup_buttons p{
	position: relative;
	color: rgba(256,256,256,0.6);
	border-bottom: 1px solid rgba(256,256,256,0.5);
	font-family: 'Karla', sans-serif; font-weight: 400;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
	text-align: center;			
		}

		@media screen and (min-width: 480px){
		.popup_buttons p{			
			font-size: 26px;			
		}
		}
		
		.popup_buttons p i{
	position: relative;
	display: inline-block;
  font-size: 18px;
	margin-top: -84px;
	margin-left: -15px;
width: 42px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
  border:none;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}
		
/*------------ OPTIONS ------------------- */
.option_button {
	position: relative;
	text-align: center;
  font-size: 20px;
  color: #fff;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  	margin-bottom: 5px;
	padding: 0px;
	  min-width: 20%;
	 background-color: transparent;
	 outline: none;
	   margin: 15px;
}

.region{
	margin: 0px;
	min-width: 100%;
}

.width {
	min-width: 100%;
}

@media screen and (min-width: 540px){
	.region{
		margin: 15px;
		min-width: calc(30% - 34px);
	}
}

.active .option_button_text, .active .option_button_both{
	color: rgba(256,256,256,1);
}

.option_button_month, .option_button_text, .option_button_both{
	font-family: 'Karla', sans-serif;
	font-weight: 400;	
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(256,256,256,0.5);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;	
}

.option_button_region{
	position: relative;
	font-family: 'Karla', sans-serif;
	font-weight: 400;	
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(256,256,256,0.5);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;	
}

@media screen and (min-width: 540px){
	.option_button_region{	
		min-width: 33%;
	}
}

.option_button.active .option_button_region{
	text-decoration: line-through;
	color: rgba(256,256,256,1);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;	
}

#closeRegions{
	position: relative;
	margin: 0px;
	top: 15px;
}

#closeRegionsSign.wrong{
	max-width: 80px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 100px;
    -webkit-animation: blink 0.6s linear infinite; /* Safari 4.0 - 8.0 */
    animation: blink 0.6s linear infinite;
	-webkit-animation-iteration-count: 3;	
    animation-iteration-count: 3;	
}

#allMonths, #jan, #feb, #mar, #apr, #may, #jun, #jul, #aug, #sep, #oct, #nov, #dec, #both {
	position: relative;
	text-align: center;
  font-size: 20px;
  color: #fff;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
	padding: 0px;
	  width: 25%;
	 background-color: transparent;
	 outline: none;
	   margin: 0px;
	   margin-top: 15px;
	   margin-bottom: 15px;
}

#both{
	margin-left: 37.5%;
	margin-right: 37.5%;
}

@media screen and (min-width: 540px){
	.option_button_month:hover, .option_button_region:hover, .option_button_both:hover{
		color: rgba(256,256,256,1);
		-webkit-transition: all 0.2s ease-in-out; 
		-moz-transition: all 0.2s ease-in-out; 
		-o-transition: all 0.2s ease-in-out; 
		transition: all 0.2s ease-in-out;	
	}
}

.option_button:focus {
  font-size: 20px;
  color: #fff;
  border:none;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.option_button i{
  color: #fff;
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 60px;
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: rgba(256,256,256,0.1);
  cursor: pointer;
  margin-top: 0px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
-moz-box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);
box-shadow: 0px 5px 15px -10px rgba(42,42,42,0.25);	
}

.option_button_label{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
    font-size: 16px;
  text-transform: uppercase;
  color: rgba(256,256,256,0.4);
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  text-align: center;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;  
}

.distance_label{
	padding-bottom: 10px;
}

.option_button_label_month{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
    font-size: 16px;
  text-transform: uppercase;
  color: rgba(256,256,256,0.4);
  border:none;
  display:inline-block;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.option_button.active{
  outline:none;
  color: #fff;
}

.option_button.active i{
  text-decoration: none;
  color: #d11f6e;
  background-color: #fff;
}

.option_button.active .option_button_label{
  text-decoration: none;
  color: #fff;
}

.option_button.active .option_button_month{
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 480px){
.option_button i{
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80px;
}

.option_button_label, .option_button_label_month{
  font-size: 18px;
  margin-top: 10px;
}
}


.pac-container {
	font-size: 18px !important;
	background: rgba(256,256,256,1) !important; /* For browsers that do not support gradients */
	border: none !important;
	border-left: 0px solid rgba(256,256,256,0)  !important;
	border-right: 0px solid rgba(256,256,256,0)  !important;	
	margin-top: 0px !important;
}

.pac-item{
	font-size: 16px !important;
	border: none !important;
	font-family: Heebo, sans-serif !important;
	font-weight: 100 !important;
	color: rgba(256,256,256,0.5) !important;	
	background: #e64b58 !important; /* For browsers that do not support gradients */
 /*   background: -webkit-linear-gradient(215deg, #ff813c, #d11f6e) !important; /* For Safari 5.1 to 6.0 */
 /*   background: -o-linear-gradient(215deg, #ff813c, #d11f6e) !important; /* For Opera 11.1 to 12.0 */
 /*   background: -moz-linear-gradient(215deg, #ff813c, #d11f6e) !important; /* For Firefox 3.6 to 15 */
 /*   background: linear-gradient(215deg, #ff813c, #d11f6e) !important; /* Standard syntax (must be last) */ 	
	padding-top: 10px !important;
	padding-bottom: 10px !important;		
	padding-left: 5px !important;		
}

.pac-item:hover{
	background: #f46a48 !important;
}

.pac-item-query, .pac-item-matched{
	font-size: 18px !important;
	border: none !important;
	font-family: Heebo, sans-serif !important;
	font-weight: 300 !important;
	color: rgba(256,256,256,1) !important;	
}


.pac-icon {
	display: none !important;
}

/*
.showFade{
  display: block;
  -webkit-animation: fadeShow .4s normal forwards;
	 -moz-animation: fadeShow .4s normal forwards;
	   -o-animation: fadeShow .4s normal forwards;
          animation: fadeShow .4s normal forwards;
}

.keepShowing{
  display: block;
}

@-webkit-keyframes fadeShow {
  from {
	 opacity: 0;
  }
  to {
	opacity: 0.95;
  }
}

@-moz-keyframes fadeShow {
  from {
	 opacity: 0;
  }
  to {
	opacity: 0.95;
  }
}

@-o-keyframes fadeShow {
  from {
	 opacity: 0;
  }
  to {
	opacity: 0.95;
  }
}

@keyframes fadeShow {
  from {
	 opacity: 0;
  }
  to {
	opacity: 0.95;
  }
}

.hideFade{
	display: none;
}
*/