@import url('custom.slide.css');
@import url('custom.nav.css');
@import url('custom.fonts.css');
@import url('custom.grid.css');
@import url('custom.background.css');
@import url('sticky-footer.css');
@import url('misc.css');
@import url('custom.animation.css');
html,*{
	/*color: #333; */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal; /*line-height: 26px;*/
	font-size: 15px; /*line-height: 25px;*/
}
body{
	min-width:960px;
}
body>.row{
	min-width:960px;
}
ul,li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a{
	color:#333;
}
a:hover{
	text-decoration: none;
	color: #dbdada;
}
a.underln{
	border-bottom: 1px solid #333;
	padding-bottom:5px;
}
a.underln:hover{
	border-bottom: 1px solid #dbdada;
}
img{
	max-width: 100%;
}
.contentWrapper{
	z-index: 1;
	position: relative;
}
.header{
	z-index: 2;
	position: relative;
}
a.logo{
	display: block;
	display:block;
	float: left;
	font-size: 10px;
	letter-spacing: 2px;
	text-indent: -0.2px;
}
@media (max-width: 767px){
	
}