* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	-webkit-appearance: none;
}

#container {
	position: relative;
	background: #ccc url(../media/loading.gif) no-repeat center center;
	background-size: 16px 16px;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.bold {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}

#leftButton {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 9;
}

#rightButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 9;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 1000;
}

#brand {
	position: absolute;
	top: -33px;
	left: 0px;
	z-index: 10;
	font-weight:700;
	width:485px;
	height:21px;
}
#brand img {
	width:100%;
	height:auto;
}
#topLinks {
	position: absolute;
	top: -33px;
	right: 0px;
	z-index: 10;
	font-weight:300;
	font-size:12px;
}
#topLinks a {
	color:#000000;
	text-decoration:none;
	margin-left:20px;
}
#topLinks a:hover {
	color:#333333;
	text-decoration:none;
}

#imageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 3;
}

#imageContainer ul {
	width: 100%;
	height: 100%;
	list-style: none;
}

#imageContainer li {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.overlay {
	display: none;
}

/* For iphone: */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#brand, #topLinks {
		display:none;
	}
	.overlay {
		width: 100%;
		height: 100%;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: url(../media/overlay.png) repeat top left;
		z-index:15;
	}
	
	.flipImg {
		background: url(../media/ipadimg.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	body {
		margin-top:50px!important;
	}
	
	#brand {
		top: -29px;
		left: 0px;
		width:350px;
		height:auto;
	}
	#brand span {
		margin:0 8px;
	}
	#topLinks {
		position: absolute;
		top: -29px;
		right: 0px;
		z-index: 10;
		font-weight:300;
		font-size:12px;
	}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation:portrait) {
	
#brand, #topLinks {
	display:none;
}

.overlay {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../media/overlay.png) repeat top left;
	z-index:15;
}

.flipImg {
	background: url(../media/mobimg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


}

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : landscape) {
	
	body {
		-webkit-text-size-adjust: 100%!important;
		-webkit-appearance: none!important;
		margin: 25px!important;
	}
	
	#brand {
		top: -24px;
		left: 0px;
		width:200px;
		height:auto;
	}
	#brand span {
		margin:0 8px;
	}
	#topLinks {
		position: absolute;
		top: -17px;
		right: 0px;
		z-index: 10;
		font-weight:300;
		font-size:8px;
	}

}

/* POPUP */

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 840px;
	height: 474px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 0px;
	text-align: center;
}

#boxes #dialog {
	width: 60%;
	height: auto;
	padding: 30px;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 15pt;
}

#boxes #dialog img {
	width: 100%;
	height: auto;
	cursor:pointer;
}