/*basic format*/
body{
	background: #ddd;
	font-family: "Futura", "sans-serif";
}

.container{
	background: white;
	width:100%;
	margin: auto;
}

.navContainer{
	background-color: white;
	width:100%;
	margin: auto;
	padding-bottom: 15px;
}


.colContainer{
	overflow: auto;
	padding-bottom: 8px;
}

.logo{
	max-width:20%;
	float: left;
	padding-top: 21px;
	padding-left: 38px;
}

img {
	height: 47px
}


.navigation{
	font-size: 16px;
	float: right;
	max-width: 100%;
	padding-right: 38px;
	padding-top: 55px;
}

header ul li { 
 	display: inline-block;
  	margin-right: 20px;
}

header li a {
	text-decoration: none;
	color: black;
}

header li a:hover{
	color:#a31d2d;
	transition: all .1s;
}


/*index*/

.logotop {
	height:47px;
	}
	
.cycle-slideshow a {
	width: 100%;
	height: auto;
	cursor: default;
	text-decoration:none;
}

.cycle-slideshow a img {
	width: 100%;
}

.first {
	background-image: url("../images/homepage1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;	
}


.first p {
  	padding: 15px;
  	color: #FFF;
  	background: black;
  	width: 70px;
  	margin-top: 320px;
  	margin-left: 100px;
  	text-align: center;
  	margin-bottom: 190px;
  	cursor: pointer;
}

.Second {
	background-image: url("../images/homepage2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
}

.Second p {
  	padding: 15px;
  	color: Black;
  	background: #FFF;
  	width: 80px;
  	margin-top: 320px;
  	margin-left: 100px;
  	text-align: center;
  	margin-bottom: 190px;
  	cursor: pointer;
}

.Third {
	background-image: url("../images/homepage3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
}

.Third p {
  	padding: 15px;
  	color: #FFF;
  	background: black;
  	width: 80px;
  	margin-top: 320px;
  	margin-left: 100px;
  	text-align: center;
  	margin-bottom: 190px;
  	cursor: pointer;
}


span {
	cursor: point;
}

#slide {
	position:relative;
}

.center span {
  position: absolute;
  z-index: 9999;
  top: 290px;
  display:block;
}

.center span img {
	width: 15px;
	cursor: pointer;
	padding: 20px;
}

#prev {
	left:0px;
}

#next {
	right:0px;
}	

.cycle-overlay {
	position: absolute;
	padding: 10px;
  	top: 280px;
  	left: 100px;
  	color: #FFF;
  	z-index: 999;
  	width: 460px;
  	font-family: "Avenir Next Condensed";
  	font-size: 28px;
  	font-weight: 500;
}

footer {
	color:white;
	background: black;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

footer p {
	height: 10px;
	font-family: "Lato";
}

footer p.copyright {
	padding-top: 25px;
	font-size: .7em;
}