body{
	font-family: Oxygen, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: 300;
}

em {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Oxygen, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 120%;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 26px;
	margin: 0 0 12px 0;
}

h3{
	text-transform: none;
	font-style: italic;
	font-size: 20px;
}

p{
	margin: 0 0 15px 0;
}

.content-space {
	position: relative;
	height: 200px;
}

.content-space div{
	padding: 0px;
	margin-bottom: 0px;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}


.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.content{
	padding: 20px;
}

i.fa.fa-home{
	color: #00A098;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

nav{
	padding: 10px 10px 10px 20px;
}

.navbar{
	padding-right: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border: none;
}
#navbar {
	padding-top: 30px;
}

.nav.navbar-nav a{
	color: #000;
	font: 14px Oxygen, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
	color: #000;

}

.navbar-inverse .navbar-nav > .current > a, .navbar-inverse .navbar-nav > .current > a:focus, .navbar-inverse .navbar-nav > .current > a:hover, .navbar-inverse .navbar-nav > .section > a, .navbar-inverse .navbar-nav > .section > a:focus, .navbar-inverse .navbar-nav > .section > a:hover{
	background: none !important;
	border-bottom: 1px solid #333;
	color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #000;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
	color: #000;
}

.nivo-caption{
	left: auto;
	bottom: auto;
	right: 100px;
	top: 100px;
	width: 35%;
	background-color: rgba(0, 170, 173, .7);
}

.nivo-caption{
	padding: 25px;
	font-size: 18px;
}

.nivo-caption h3{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.nivo-caption a{
	color: #fff !important;
	text-decoration: none;
}

.nivo-caption a:hover{
	text-decoration: underline;
}

.nivo-nextNav{
	width: 48px;
	height: 48px;
	background: url(../images/arrow-right.png) no-repeat;
	text-indent: 999em;
	right: 20px;
}

.nivo-prevNav{
	width: 48px;
	height: 48px;
	background: url(../images/arrow-left.png) no-repeat;
	text-indent: 999em;
	left: 20px;
}

.central{
	text-align: center;
}

#slider{
	margin-top: 100px;
	margin-bottom: 40px;
}

.nivo-caption{
	webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease; 
	-ms-transition:all 0.5s ease;   
	-o-transition:all 0.5s ease;      
	transition:all 0.5s ease;
}

.headshot{
	margin-bottom: 25px;
}

.cta{
	margin: 40px 0;
	background-color: #ebebeb;
	padding: 40px 0;
}

.cta a{
	color: #000;
}

.cta a:hover{
	text-decoration: none;
}

.cta div{
	text-align: center;
}

.cta div img{
	width: 100%;
	height: auto;
}

.cta h4{
	font-size: 24PX;
}

.nivo-directionNav a{
	top: 50%;
}

.slick-slider{
	margin-bottom: 40px;
}

.slick-slide img{
	width: 100%;
	height: auto;
}

.slick-prev{
	width: 48px;
	height: 48px;
	background: url(../images/slider-prev.png);
	border: none;
	text-indent: -999em;
	position: absolute;
	left: -80px;
	top: 50%;
}

.slick-next{
	width: 48px;
	height: 48px;
	background: url(../images/slider-next.png);
	border: none;
	text-indent: -999em;
	position: absolute;
	right: -80px;
	top: 50%;
}

.fullwidth {
	width: 100%;
	height: auto;
}


.fullwidth img {
	width: 100%;
	height: auto;
}

.infoitem {
	position: relative;
	margin: 20px 0;
}

.infocaption {
	position: absolute;
	left: auto;
	bottom: auto;
	right: 100px;
	top: 100px;
	width: 35%;
	background-color: rgba(0, 170, 173, .7);
	padding: 20px 20px 0 20px;
	color: #fff;
}

.infocaption a{
	color: #fff;
}

footer{
	padding: 40px 0;
	background-color: #000;
	color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border: none;
}

.sidebar {
	text-align: center;
}

.sidebar h6, h6{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebar img{
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.mb-15{
	margin-bottom: 15px;
}




@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	
	.navbar-header{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.navbar{
		position: relative;
	}
	
	#slider{
		margin-top: 0;
	}
	
	.nivo-caption{
		display: none !important;
	}
	
	.infocaption {
		right: auto;
		width: 100%;
		top: 0;
		padding: 10px;
		position: relative;
	}
	
}

@media screen and (max-width: 480px) {
	
	.nivo-directionNav a {
		top: 35%;
	}
	
	iframe {
		width: 100%;
		height: auto;
	}
	
	.mb-15 img {
		width: 100%;
		height: auto;
	}
	
	img.logo {
		width: 80%;
		height: auto;
	}
	
	.infocaption h3 {
		margin-bottom: 10px;
	}
	
	.infocaption p{
		font-size: 12px;
		margin: 0;
	}
	
	.navbar-header{
		position: absolute;
		top: 5px;
		right: 0;
	}
	
}
