/* JQM Demos custom CSS */
@font-face {
    font-family: "Chunk";
    src: url(../fonts/chunk/Chunkfive-webfont.ttf) format("truetype");
}
body{
	color: #f9fbfc;
	overflow: hidden;
}
a:hover{text-decoration: none;}
.swiper-container, .swiper-slide, .content-slide {
  height: 100%;
  width: 100%;
}
.slide1{
	background: url(../images/slide1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide2{
	background: url(../images/slide2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide3{
	background: url(../images/slide3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pagination {
	position: fixed;
	left: 0px;
	bottom: 50px;
	width: 100%;
	text-align: center;
	width: 100%;
	z-index: 999999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}
a.login2{
	font-family: 'Chunk';
	color: #292a29;
	text-transform: uppercase;
	background: #f9fbfc;
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}
a.navigation2{
	background: #e74528;
	float: right;
	text-align: center;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Chunk';
	color: #f9fbfc;
	text-transform: uppercase;
	cursor: pointer;
}



.login{
	background: #f9fbfc;
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.login > a{
	font-family: 'Chunk';
	color: #292a29;
	text-transform: uppercase;
}

.navigation{
	background: #e74528;
	float: right;
	text-align: center;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navigation > a{
	font-family: 'Chunk';
	color: #f9fbfc;
	text-transform: uppercase;
}
.landingIcon{
	font-size: 75px;text-align: center;
	padding-top: 100px;color: #e74528;
}.landingIcon2{
	font-size: 75px;text-align: center;
	padding-top: 100px;color:#e74528;
}
.landingDesc{font-family: 'Raleway', sans-serif;font-weight: 300;color:#292a29;text-align: center;font-size: 18px;background-color:rgba(249,251,252,.9);width: inherit;}
footer{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99999;
	margin-top: 100px;
}