/*
yellow neon: #dde226
dark green/yellow: #bdc200
grey: #8e8f8e

dark-grey: #575656
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #ffffff;
	background-color: #2b2b2b;
	background-size: 100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#wrapper {
	width: 50%;
	max-width: 780px;
	position: fixed;
	left: 18%;
}

#logo {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	position: fixed;
	left: 80%;
	margin-left: -130px;
}

img {
	max-width: 100%;
}

#content {
	/*
	padding-top: 370px;
	*/
}

#maintext {
	color: #ffffff;
	font-weight: normal;
	font-size: 24px;
}

#smalltext {
	margin: 20px 0px;
}

#comingsoon {
	color: #ffffff;
	font-weight: bold;
}

.grid3 {
	float: left;
	width: 33.33%;
}

.grid4 {
	float: left;
	width: 25%;
}

#places {
	margin-top: 30px;
	font-size: 14px;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#places .head {
	color: #ffffff;
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

#places u {
	font-weight: bold;
}

#places .space {
	display: block;
	height: 8px;
}

#links {
	padding-bottom: 30px;
}

#links a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 30px;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #06507f;
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	font-size: inherit;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 2px 0px;
}

.fancybox-inner {
	background-color: #575656;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.fancybox-bg {
	background-color: transparent;
}

.fancybox-slide--ajax .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}

.fancybox-slide > div {
	width: 100%;
	background-color: #575656;
	color: white;
	position: unset;
}

#popupwrapper {
	margin-left: 16.66%;
	max-width: 780px;
}

.fancybox-close-small {
	top: 10px;
	right: 10px;
}

.fancybox-close-small:after,
.fancybox-close-small:active:after,
.fancybox-close-small:focus:after,
.fancybox-close-small:hover:after {
	border: 0px;
	outline: 0px;
	color: #06507f;
	background-color: transparent;
	font-size: 60px;
}

/* --- 1800px --------------------------------------------- */
@media only screen and (min-width: 1950px) and (min-height: 1000px) {
	#wrapper { 
		bottom: 10%;
	}
}

/* --- 1280px --------------------------------------------- */
@media only screen and (max-width: 1279px) and (min-height: 340px) {
	#wrapper { 
		width: 72%;
		left: 18%;
	}
}

/* -- iPad --------------------------------------------- */
@media only screen and (max-width: 1025px) and (min-height: 340px) {

}

@media only screen and (min-width: 980px) and (max-height: 850px) {
	#wrapper { 
		position: relative;
		margin-top: 260px;
		bottom: auto;
	}
}

/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
	#wrapper { 
		position: relative;
		margin-top: 260px;
		bottom: auto;
		width: 90%;
		padding: 0px 5%;
		left: 0px;
	}
	#logo {
		top: 10%;
		left: 5%;
		margin-left: 0px;
		max-width: 40%;
	}
	#maintext {
		font-size: 20px;
	}
	
	#popupwrapper {
		font-size: 14px;
		margin-left: 1%;
		max-width: 98%;
	}
}

/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
}


/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {	
	.grid3,
	.grid4 {
		width: 100%;
		padding-top: 20px;
		border-top: 1px solid #06507f;
		margin-top: 20px;
	}
	#wrapper { 
		margin-top: 180px;
	}
	#maintext {
		font-size: 16px;
	}
	#logo {
		top: 10%;
		left: 5%;
		max-width: 60%;
	}
	#places {
		
	}
	
}

/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) {

}


/* --- 350px --------------------------------------------- */
@media only screen and (max-width: 349px) {
	#logo {
		top: 10%;
		left: 5%;
		max-width: 70%;
	}
	#maintext {
		font-size: 16px;
	}
}

/* mobile LANDSCAPE ---------------------------------------------*/
@media only screen and (max-height: 340px) and (orientation: landscape) {
	#logo {
		top: 21%;
		max-width: 30%;
	}
	#wrapper { 
		margin-top: 160px;
	}
	#maintext {
		font-size: 14px;
	}
}
