@charset "UTF-8";
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

::selection {
	background-color: #4cddf3;
	color: #fff;
}
li {
	color: #757575;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}
p {
	color: #757575;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
li {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
ul, li{
margin:0;
padding:0 0 0 15px;   
list-style-type: none; 
}
strong {
	font-weight:500;
}

.column{
    float: left;
    margin: 0 20px 0 0;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}
html, body {
	background: #fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.hideme{opacity: 0;}
.hideme-slide, .hideme-slide2{opacity: 0; bottom: -100% !important;}
.dontHide{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.dontHide.delay{
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
@font-face {
	font-family: 'cinzelregular';
	src: url('../fonts/Cinzel-Regular-webfont.eot');
	src: url('../fonts/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Cinzel-Regular-webfont.woff') format('woff'),  url('../fonts/Cinzel-Regular-webfont.ttf') format('truetype'),  url('../fonts/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
	font-weight: lighter;
	font-style: normal;
}
.serif {
	font-family: 'cinzelregular';
	font-weight: lighter;
	letter-spacing: 2px;
}
section {
    height: 714px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}
.bg-1 {
	background: url('../img/homeheader.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}
.bg-2 {
	background: url('../images/hero-header.png') no-repeat top center fixed;
    color:#fff;
    background-size:cover;
}

.bg-3 {
	background: url('../images/hero-header.png') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}
.white {
	color: #fff;
}
.image-center {
	display: block;
	margin: 0px auto;
}
.scroll-down {
	font-size: 14px;
	color: #fff;
}
.arrow {
	height: 75px;
	width: 75px;
}
.content-divider {
	width: 100px;
	height: 2px;
	background: #3D3D3D;
	margin: auto;
}
.divider {
    height:50px;
}
.alternate {
	background-color: #f8f8f8;
}
.anchor-down-white {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0px auto;
	border-top: 20px solid #fff;
}
.anchor-down-grey {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0px auto;
	border-top: 20px solid #f8f8f8;
}