@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #666666;
	font-size: 15px;
	overflow-y: scroll;
	font-family: 'HelveticaNeueLT-Roman', sans-serif;
	font-weight: normal;
	line-height: normal;
	background-image: url(../img/bgmain.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fw {
	width: 100%;
	height: auto;
}


/* Colors & Fonts */

 


/* General Layout */



/* General Style */




/* Media Queries */

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

}

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

}





@media print {

}