@charset "utf-8";
/* CSS Document */
/*! http://responsiveslides.com v1.55 by @viljamis */
html {
  background: #fff;
    margin: 0px;
	padding: 0px;
  }
body,td,th {
	font-family: "Montserratt", sans-serif;
	font-size: 1.1em;
    background-color: white;
	font-weight: normal;
	letter-spacing: 2px;
	color: white;
    padding: 0 30px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    
}
header {
	background-color: white;
	height: 320px;
	background-size: cover;
	position: relative;
    margin-bottom: 35px;
}
header img {
	padding-top: 50px;
}
img{
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	margin-bottom: 0px;
}
h1{
	font-family: "Montserratt", sans-serif;
	color:  rgba(66,64,64,1.00);
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal  1px;
	
}
h5{
	font-family: "Montserratt", sans-serif;
	color:  rgba(66,64,64,1.00);
	font-size: 10px;
	text-align: center;
}


ul.nav {
	
	font-family: "Montserrat", sans-serif;
	color:  rgba(66,64,64,1.00);
	background-color: none;
	font-size: .9em;
	text-align: center;
	width: 65%;
    font-weight: 500;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color:  rgba(66,64,64,1.00);
}
.nav a {
	color:  rgba(66,64,64,1.00);
	text-decoration: none;
}
.nav a:hover {
	color: red;	
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }