/*ROTATING BG */
* {
	box-sizing: border-box;
}
html {
	margin: 0;
}
/* NAV SLIDEBARS */
[canvas=container], [off-canvas] {
	padding: 10px 20px;
}
[class*=js-] {
	cursor: pointer;
}
[canvas], [off-canvas*=push] {
	z-index: 1
}
[off-canvas*=reveal], [off-canvas*=shift] {
	z-index: 0
}
[canvas=container], [off-canvas], body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden
}
[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch
}
[canvas=container]:after, [canvas=container]:before {
	clear: both;
	content: '';
	display: table
}
[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #000;
	color: #fff;
	-webkit-overflow-scrolling: touch
}
[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0
}
[off-canvas*=overlay] {
	z-index: 9999
}
[canvas], [off-canvas] {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-backface-visibility: hidden
}
[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

@media print {
[canvas] {
	-webkit-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important
}
[off-canvas] {
	display: none!important
}
}
/* CORE STYLING */
body {
	background: #2a3b5c;
}
[canvas=fixfoot] {
	z-index: 999;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 65px;
	box-shadow: 0px 0px 5px #999;
	background-color: #BBB;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 3px;
	height: auto;
	background-color: #2a3b5c;
	border-bottom: 1px solid #333;
	z-index: 999;
	position: fixed;
}
.subnav {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	background-color: #CFCED3;
	border-bottom: 1px solid #999;
}
.navtitle {
	color: #CFCED3;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
}
.navtitle img {
	width: 200px;
	height: 24.5px;
}
.navsub {
	font-size: 22px;
	font-weight: 400;
}
.navcontact {
	font-weight: 400;
	color: #CECECE;
	margin-top: 25px;
}
.navib img {
	width: 32px;
	height: 32px;
	margin-top: 20px;
}
.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #2A3B5C;
	color: #CCC;
	font-weight: 500;
	border-top: 1px solid #333;
	text-align: center;
}
.footer a {
	color: #CCC;
	text-decoration: none;
}
.footer a:hover {
	color: #EEE;
}
.social img{
	width: 32px;
	height: auto;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.menu:last-child {
	border-right: 0px;
}
.menu {
	width: 24%;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #2A3B5C;
	border-right: 1px solid #999;
}
.menu a:hover {
	padding-bottom: 5px;
	border-bottom: 3px solid #2A3B5C;
}
.main {
	padding-top: 147px;
	color: #CFCED3;
}
.onethird {
	width: 32%;
	display: inline-block;
	float: left;
	margin-right: 2%;
}
.onethird:last-child {
	margin-right: 0%;
	float: right;
}
.onethirdtwo {
	width: 32.5%;
	display: inline-block;
	margin-right: 2%;
	margin: 5px auto;
}
.onethirdtwo:last-child {
	margin-right: 0%;
}
.onehalf {
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
}
.onehalf:last-child {
	float: right;
	margin-right: 0;
}
.mobindicator {
	position: absolute;
	bottom: 34px;
	left: 56%;
	color: #FFF;
	background-color: #C50003;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 13px;
	box-shadow: 0px 0px 2px #000;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
}
.mobmenu {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #333;
}
.mobmenu a {
	color: #fff;
	text-decoration: none;
}
.mobmenu img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.classic {
	font-family: 'Merriweather', serif !important;
	font-weight: 300;
}
/* TEXT */
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tb {
	font-weight: 400;
}
.hometc {
	position: fixed;
	top: 70%;
	left: 50%;
	margin-left: -154px;
}
/* SLIDER */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 20px auto;
}
.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;
}
/* SPACING */
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.bb1 {
	border-bottom: 1px dashed #FFF;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
/* IMAGE GRID */
div.gridcontent {
    display: none;
}
.grid img{
	width: 100%;
	height: auto;
}
.togglebox {
	display: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFF;
	color: #666;
	font-weight: 500;
}
.gridimages img{
	width: 48%;
	border: 1px solid #CCC;
	height: auto;
	margin-bottom: 2%;
	margin-left: 2%;
	display:inline-block;
	vertical-align: top;
}
.tog {
	text-align: center;
}
.aboutright{
	width: 150px;
	margin-left: 5px;
	border: 1px solid #fff;
	height: auto;
}
.mobonly {
	display: none;
}
.blogimage {
	float: right;
	width: 30%;
	min-width: 75px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.blogimage img{
	width: 100%;
	height: auto;
	vertical-align: top;
}