/* 
============================================================
TABLET
============================================================
*/

@media screen and (max-width: 920px) {

/* Show */

#hidemobilemenu, .hiddenuntilmobile, .hiddenuntiltablet {
	display:block !important; 	
}

.wmuSliderPagination, .wmuSliderPrev, .wmuSliderNext, #hidefullmenu {
	display: none;
}

.hiddenuntildesktop {
	display: block !important;
}

 .date {
	width: 30%;
	margin-right: 20px;  
	margin-bottom: 10px;
  }

.hideattablet {
	display: none !important;
}

/* 
============================================================
MOBILE
============================================================
*/

@media screen and (max-width: 700px) {


.focus_text {
	font-family: "nova", sans-serif;
	font-size: 1em;

}

.hiddenuntiltablet, .hiddenuntildesktop {
	display:none !important;
}

.hiddenuntilmobile {
	display: block !important;
}
#mobilemenu {
	display:block;
}

#nav {
	display:none;
}


.split {
	height: 2em;	
}

.mobilecenter {
	text-align: center !important;
}

textarea {
	width:90%;	
}



.uber {
	font-size: 4em;
	line-height: 1 !important;
}

.purplelink {
	font-size: 2em;
}

.footer .focus_text {
	font-size: .5em;

}

.darken {
	background-color: #102e28;

}

.mockup_large {
	width: 50% !important;
}

.translate {
	display: none;
}
h1, h2, h3, h4, p {
	line-height: 1;
}
.header_background {
	background-image: none;
}

.countrythumb {
	width: 35px;
}


}


/* 
============================================================
DEKSTOP
============================================================
*/

@media screen and (min-width: 921px) {

/* Show */

.hiddenuntiltablet {
	display:block !important; 	
}


}
