/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	margin: auto;
	height: 100%;
}
.topDiv {
	position: fixed;
	height: 20%;
	width: 100%;
}
.mainDiv {
	height: 60%;
	position: absolute;
	top: 20%;
	width: 100%;
	overflow: hidden;
	
}
.botDiv {
	position: fixed;
	height: 20%;
	width: 100%;
	bottom: 0px;
}
.slider {
	position: relative;
	width: 5000px;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.imageWrap {
	position: relative;
	float: left;
	height: 100%;
	margin-right: 40px;
	display: table;
}
.imgW {
	height: 100%;
}
.imgH {
	bottom: 0px;
	position: absolute;
	left: 40px;
}
.mainImg {
	position: absolute;
	height: 100%;
	display: block;
	display: none;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
}
.imgHolder:first-child {
	margin-left: 40px;
}
.imgHolder {
	position: relative;
	float: left;
	margin-right: 40px;
	overflow: hidden;
	cursor: pointer;
}
.imgTTl {
	float: left;
	margin-right: 40px;
	font-size: 10px;
	background-color: #fff;
	font-weight: 100;
	visibility: hidden;
	display:none;
	
}
.mainIn {
	padding: 3px 5px;
}
.title {
	height: 33%;
	padding-top: 33%;
	text-align: center;
	font-size: 20px;
}
.bold {
	font-weight: 400;
}
.simple {
	font-weight: 100;
}
.footer {
	height: 50%;
	text-align: center;
	font-weight: 100;
}
.footy {
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	font-weight: 100;
}
.link {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	transition: 1s all;
}
.link:hover {
	color: #EE2A7B;
}
.mainImg {
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(7px);
	-moz-filter: blur(7px);
	-o-filter: blur(7px);
	-ms-filter: blur(7px);
	filter: blur(7px);
	opacity: .7
}
.descRight {
	float: right;
}
