@font-face {
	font-family: "LatoBold";
	src: url('fonts/Lato-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url('fonts/Lato.ttf');
	font-weight: normal;
	font-style: normal;
}

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: 300 !important;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}

a img { border: none; }

img { 
	display: inline-block;
    vertical-align: middle;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: white;
}

a:hover {
	opacity: .75;
}

a img {
	border:none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;		
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #000;	
	background-color: #ffffff;	
}

p {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #64646E;
}

div.column {
	max-width: 1200px;
}

div.row {
	width: 100%;
	max-height: 900px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

div.imgContainer {
	width: calc(100% - 80px);
	height: inherit;
	max-height: 900px;
	background-color: #fff;
	overflow: hidden;
}

.imgContainer img{
	width: auto;
	height: 100%;
	margin-bottom: 0;
}

.imgContainer img.landscape{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.imgContainer img.portrait{
	width: auto;
	max-width: 100%;
	max-height: 100%;
}



#main {
	margin-bottom: 100px;
}

#header {
	width: 100%;
	min-height: 60px;
	padding-left: 20px;
	margin-top: 40px;
}

#footer {
	width: 100%;
	min-height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	z-index: 200;
}



/*//////////////////////////////////////////////////////////////////// 
//  Screen size breakpoints
////////////////////////////////////////////////////////////////////*/

/* iPad Portrait */
@media only screen and (max-width: 768px) {	
	div.column {
		max-width: 600px;
	}
	
	div.row {
		max-height: 400px;
	}
}

/* iPhone Landscape */
@media screen and (max-width: 480px){

}