/*
Theme Name: St Johns
Description: Feb 2016
Version: 0.1
Author: Wild Hive
Author URI: http://wildhive.com.au/
*/

@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,400italic|Open+Sans:300,400,700|Montserrat:400);
* {outline:0;}

img {text-decoration: none; border: 0px}

body, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased; /*Fixes safari 'font-weight too light' problem*/
}

#feature {
	width:100%;
	height: 300px;
	overflow: hidden;
	/*margin-bottom: 20px;*/
	background-position: center center;
	background-color: #8e8e8e;
	font-size: 40pt;
	font-family: 'open sans';
	font-weight:400;
	color:white;
}
	#feature span {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		height: inherit;
		padding: 0 40px;
		font-weight: 600;
		background-color: #A60203;
		background-color: rgba(0,0,0,0.3);
	}
.feature_home {
	height:400px !important;
}
.rounded {
	max-width: 250px;
	height: auto;
	display:block;
	margin:0 auto;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

#page, #page2 {
	float: left;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	z-index: 980;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transform: translate3d(0,0,0); /*fixes safari z-index bug*/
	transform: translate3d(0,0,0); /*fixes chrome z-index bug*/
}

#wrap, .wrap {
	position:relative;
	width: 1150px;
	padding: 0 0px;
	margin: 0 auto;
	clear: both;
	height: inherit;
}
.wpb_row {
	margin-left:0px !important;
	margin-right:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin: 0 !important;
}
.wpb_column {
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.wpb_text_column {
	text-align: justify !important;
	padding-top: 20px;
}


/*---------- NAVIGATION ----------*/

#nav_offset {
	height: 160px;
	width:100%;
}

#logo {
	width:160px;
	height:141px;
	float: left;
	display:inline;
	background: url('img/logo1w.png') no-repeat;
	margin-top: 10px;
	overflow: hidden;
	
	transition: background-position .30s ease-in-out;
	-moz-transition: background-position .30s ease-in-out;
	-webkit-transition: background-position .30s ease-in-out;		
}

#logo.compact {
	height: 48px;
	background-position: bottom;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){ 
	#logo{
		background: url('img/logo1w@2x.png') no-repeat;
		background-size: 160px auto;
	}
}

#nav_c { /* container div */
	position: fixed;
	display: block;
	width: 100%;
	height: 160px;
	background-color: #33738F;
	z-index: 999;
	background-image: url('img/flock3.png');
	background-repeat: repeat-x;
	background-position: left center;
	
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#nav {
	float: right;
	height: inherit;
	display: table;
	position: relative;
}

#nav ul { /* container class first unordered list */
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 18px;
	text-transform: uppercase;
	list-style:none;
	position:relative;
	float:left;
	margin: 0px 0 0 0;
	padding:0;
	color: #000000;
	display: table;
	height: inherit;
}
#nav ul a {
	display:block;
	color: inherit;
	text-decoration:none;
	line-height:auto;
	padding:0;
}
	/*FIRST LEVEL - MAIN*/
	#nav ul li {
		position:relative;
		padding:0;
		display: table-cell;
		vertical-align: middle;
	}
	#nav ul li a{
		position: relative;
		padding: 15px 10px 17px 10px;
		margin-right: 20px;
		color:white;
		cursor: pointer;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#nav ul li:last-child a { margin-right:0px; }
	#nav ul li a:hover {
		background-color: black;
		background-color: rgba(0,0,0,0.3);
	}
	/*#nav ul li a:hover > i {
		color: #FFFFFF;
	}*/

	/*special*/
		.current_page_item, .current-cat, .current-menu-item {
			color: #FFFFFF; /*or try darker yellow*/
		}
		#nav .menu i {
			vertical-align: 2px;
			line-height: 25px;
			border-right: solid 2px white;
			padding-right:5px;
			margin-right:-15px;
		}
		#nav .menu i:hover {
			border-right: solid 2px #F2D217;
		}
	/**/

	/*SECOND LEVEL*/
	#nav ul ul {
		width: auto;
		position:absolute;
		display:none;
		left:0;
		padding:8px 0;
		margin:5px 0 0 0px;
		background-color: black;
		background-color: rgba(0,0,0,0.8);
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	/*#nav ul ul:hover {background-color: rgba(0,0,0,0.8);}
	#nav ul ul:hover:after {border-bottom-color: rgba(0,0,0,0.8);}*/

	#nav ul ul:after {
		bottom: 100%;
		left: 20%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: black;
		border-bottom-color: rgba(0,0,0,0.8);
		border-width: 10px;
		margin-left: 0px;
	}

	#nav ul ul li {
		display: block;
		float: none;
		width:auto;
		margin: 0;
		white-space: nowrap;
		width: 100%;
		text-align:center;
	}

	#nav ul ul li a {
		padding: 10px 10px;
		width: 100%;
		box-sizing: border-box;
		
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	/*#nav ul ul li:hover {
		background-color: transparent;
		background-color: red;
	}*/
	#nav ul ul li a:hover {
		background-color: rgba(255,255,255,0.3);
	}

	#nav ul ul li:first-child {/*border-top: solid 5px #000000;*/}
	/*#nav ul ul li:last-child {border-bottom:0;}*/

	/*THIRD LEVEL*/
	#nav ul ul ul {
		top:0;
		display:none;
		left:100%;
		margin: 0px 0 0 0;
	}

	#nav ul li:hover > ul {
		display:block;
	}
	/*#nav ul ul li:hover > ul {
		display:block;
	}*/

	#nav ul li a, #nav ul ul, #nav i, #footer li a {
		transition: color, background-color .20s ease-in-out;
		-moz-transition: color, background-color .20s ease-in-out;
		-webkit-transition: color, background-color .20s ease-in-out;	
	}
	#nav .menu i, #nav ul ul:after {
		transition: all .20s ease-in-out;
		-moz-transition: all .20s ease-in-out;
		-webkit-transition: all .20s ease-in-out;		
	}

/*--------MOBILE NAV---------*/
	/*burger*/
	#pull {
		display: none;
		width:30px;
		height:22.5px;
		top:0;
		right:0;
		margin: 22px 18px 0 0;
		position:absolute;
		
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		/*cursor: none;*/
	}
	#pull span {
		display: block;
		position: absolute;
		width: 100%;
		height: 4.5px;
		background-color: white;
		
		opacity: 1;
		right: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#pull span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center;		
	}
	#pull span:nth-child(2) {
		top: 9px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center;
	}
	#pull span:nth-child(3) {
		top: 18px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center;
	}

	#pull.open span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -1.5px;
		right: 4px;
	}

	#pull.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#pull.open span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 19.5px;
		right: 4px;
	}
	/*---end burger---*/

	#fs_menu .current_page_item, #fs_menu .current-cat, #fs_menu .current-menu-item {
		color: #000000;
	}

	#fs_menu {
		display: none;
		width: 100%;
		height: 100%;
		background-color: white;
		position: absolute;
		z-index: 9999;
		color: black;
		overflow-y: scroll;
	}
	#fs_menu_i {
		padding: 20px;
	}
	#fs_menu_i i {
		float: right;
		color: black;
		font-size: 25px;
	}
	#menu2, #menu2 ul {
		font-family: 'open sans', sans-serif;
		font-weight:700;
		font-size: 25px;
		text-transform: uppercase;
		list-style:none;
		position:relative;
		float:left;
		margin:0;
		padding:0;
		width: 100%;
		padding-bottom: 14px;
	}
	#menu2 ul{ display: none; padding-bottom: 20px; }
	#menu2 a {
		text-decoration: none;
		color: inherit;
	}
	#menu2 ul li {
		margin-left: 10px;
	}
	#menu2 ul ul li {
		margin-left: 10px;	
	}

/*---------- FOOTER ----------*/

#footer {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #191919;
	font-family: 'open sans', sans-serif;
	font-size: 11pt;
	font-weight:400;
	line-height: 14pt;
	color: #999999;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0); /*fixes safari z-index bug*/
}

#footer_inner {
	padding: 30px 0 0 0;
	position: relative;
	z-index: 10;
}
#footer_bottom {
	margin-top: 25px;
	padding-bottom: 0px;
	background-color: black;
	height: 30px;
	width: 100%;
	float: left;
	font-family: 'Arial', sans-serif;
	font-weight: 200;
	font-size: 9pt;
	padding-top: 12px;
	color:white;
}
#footer_bottom a {
	color:inherit;
}
#footer_bottom .left {
	float: left;
}
#footer_bottom .right {
	float: right;
}
.fcol {
	width:100%;
	float: left;
	display:inline;
}
.fcol .inner { padding-right: 20px; }

#footer h1 {
	color: white;
	font-family: 'open sans', sans-serif;
	font-size: 12pt;
	font-weight: 600;
	display:block;
	margin-bottom: 10px;
}

#footer .current_page_item, #footer .current-cat, #footer .current-menu-item {
	color: #FFFFFF;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

#footer li a {
	color: inherit;
	text-decoration: none;
}
#footer ul li {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 9pt;
	color: white;
}
#footer ul li ul {
	/*background-color: red;*/
	margin-top:-2px;
}
#footer ul li ul li {
	font-weight: 400;
	padding:0;
	margin:0;
	color: #999;
}
#footer li a:hover {
	color: #FFFFFF;
}
#footer a, #footer a:visited, #footer img, #footer a img {
	border:0;
}
/*#footer li:before {
	font-family: FontAwesome;
	content:  "\f054";
	margin-right: 4.5px;
	font-size: 12px;
	vertical-align: 1px;
}*/

/*---------- CASCADE ----------*/

/*.cascade:nth-of-type(1) {
	padding-top: 20px;
}*/

.cascade {
	margin-bottom: 15px;
}

.cascade p {
	padding-bottom: 0px !important;
	margin:0px !important;
}

.cascade .question {
	cursor: pointer;
	font-weight: 700;
}
.cascade .answer {
	display:none;
	padding-top:5px;
	margin-left: 20px;
}
.cascade .answer i {
	margin-left: 5px;
}
.cascade i {
	color: #5b5b5b;
	vertical-align: 1px;
}

/* ############### Quote ################ */

.quote_left:before,
.quote_right:before {
	font-family: FontAwesome;
	content: "\f10d";
	/*color: black;*/
}
.quote_right:before {content: "\f10e";}
.quote {
	padding-bottom:15px;
	margin-top:5px;
	line-height: 24pt;
}
.quote .text, .quote .text p {
	/*color: black !important;*/
	font-size: 18pt;
	
	font-family: 'Shadows Into Light';
}
.quote .text {
	padding: 0 50px;
	position: relative;
	margin-top: -28px;
}
.quote_left, .quote_right {
	display:inline-block;
	clear:both;
	margin:0;
	padding:0;
	font-size: 30px;
}
.quote_right {
	margin-top: -20px;
	float: right;
}

/*---------- TEAM ----------*/
.ly_team {
	position: relative;
	float:left;
	cursor: pointer;
	width: 100%;
}
.ly_team_photo {
	float: left;
	position: relative;
	background-color: #ccc;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ly_team_photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ly_team_photo img {
	width:100%;
	height: auto;
	display: block;
	margin:0 !important;
	
	/*border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;*/
}
.ly_team_text {
	position: absolute;
	top:0; left:0;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(0,0,0,0.6);

	opacity:0;
	overflow: hidden;
	
	/*border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;*/
	
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
}
.ly_team_text .txt_mn {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding:40px;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	color:white;
}
.txt_mn span {
	display: block;
}
.txt_mn .name {
	font-family: 'vollkorn';
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
}
.txt_mn .pos {
	font-family: 'open sans';
	font-size: 20px;
	font-weight: 300;
}
.ly_team_text .more {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.ly_team_text .more i {
	color: white;
	color: rgba(255,255,255,0.1);
	font-size: 30px;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.ly_team:hover > .ly_team_text {
	opacity:1;
}
.ly_team:hover > .ly_team_text .txt_mn {
	left: 50%;
}
.ly_team:hover > .ly_team_text .more i {
	font-size: 35px;
	color: rgba(255,255,255,0.9);
}




.ly_team_overlay {
	display:none;
	position: absolute;
	background-color: black;
	color: white;
	width: 100%;
	height: 100%;
	left:0;
	box-sizing: border-box;
	font-family: 'Raleway';
	font-weight: 400;
	overflow: hidden;
}
.ly_team_overlay p {
	margin:0 !important;
	padding:0 !important;
	font-size: inherit !important;
}
.ly_team_overlay .scroll {
	height: 100%;
	overflow:hidden;
}
.ly_team_overlay .text {
	display: block;
	float: left;
	font-size: 15px;
}
.ly_team_overlay .close_t,
.ly_team_overlay .more_t,
.ly_team_overlay .less_t {
	display: block;
	position: absolute;
	background-color: white;
	color: black;
	right:2px; bottom:2px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
}
.ly_team_overlay .less_t {bottom: 29px;}
.ly_team_overlay .close_t {top: 2px;}
.ly_team_overlay .main {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 30px 15px 15px;
	overflow: hidden;
}





/*---------- SERVICES ----------*/
.services * {	
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;	
}

.services {
	width: 100%;
	margin: 10px 0;
	overflow: auto;
}
.service {
	text-decoration: none;
	float: left;
	padding: 0;
	box-sizing: border-box;
}
.service .icon {
	width: 100px;
	height: 100px;
	/*background-color: #F2D217;*/
	padding: 0px 0;
	color: #C9C9C9;
	margin: 0 auto;
	background-color: #3D3D3D;
	text-align: center;
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.service .icon i {
	font-size: 65px;
	line-height: 100px;
}
.service .title {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.service a:hover > .icon {
	color: #F2D217;
}
.service a .title, .service a {
	color: white;
}
.service .title:hover, .service a:hover {
	text-decoration:none !important;
}

/*--- YouTube ---*/
.yt_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.yt_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.play_button {
	position: absolute;
	width: 100px;
	height: 60px;
	background-color: black;
	background-color: rgba(23,35,34,.75);
	z-index: 999;
	top: 50%;
	left: 50%;
	color: white;
	cursor: pointer;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
}

.play_button:before {
	content:"\f04b";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	top: 50%;
	left: 50%;
	
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.play_button:hover {
	background-color: #17B3E8;
}

/*--- Map ---*/
.map {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	background-color: white;
	border: solid 10px white;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_overlay {
	background:transparent;
	top:0; left:0;
	width:100%;
	height:100%;
  position:absolute;
	z-index:99;
}

/* ############### Custom Buttons ################ */

.custom_btn {
	display: inline-block;
	/*border-bottom: solid 4px #3C8744;*/
	overflow: auto;

	margin-top: 15px;
	padding: 9px 20px 10px 20px;
	width: auto;
	cursor: pointer;
	
	box-sizing: border-box;
	text-transform: uppercase;
	color: black;
	border: solid 2px black;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 13pt;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}
.custom_btn:hover {text-decoration: none;}
.custom_btn:hover {
	background-color: black;
	color: white;
}

/*---------- CONTENT ----------*/

	#content {
		width: 100%;
		float: left;
	}

	.content_i {
		padding: 5px 0px 0 0;	
	}
	.content_i2 {
		float: left;
		width: 100%;
		padding: 5px 0px 25px 0;
	}
	.content_i img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	#single_content {
		width: 100%;
		float: left;
		/*overflow: visible;*/
		position: relative;
	}
	#main_col {
		width: 70%;
		float: left;
		/*background-color: #E6E6E6;*/
	}
	#side_col {
		width: 30%;
		float: left;
		/*background-color: #CDCDCD;*/
	}
	#side_col_i { padding-left: 15px; }


/*---------- SIDEBAR, ARCHIVE ----------*/

	#sidebar {
		width: 30%;
		overflow:hidden;
		float: left;
	}
	#sidebar_inner{
		padding: 0 0 0 10px;
	}

	.heading {
		display: block;
		float: left;
		height: 45px;
		width: 100%;
		overflow: hidden;
		margin-top: 3px;
		margin-bottom: 2px;
	}
	.heading .name, .heading .title {
		font-family: 'open sans';
		font-weight:400;
		color: #C93846;
		font-size: 20pt;
		padding-top: 5px;
		float: left;
		width: auto;
	}
	.heading .title {
		width: 100%;
		text-align: center;
	}
	.heading .arrow {
		width: 40px;
		height: 37px;
		padding: 4px 0;
		font-size: 30px;
		float: right;
		text-align: center;
		color: #C93846;
	}
	.heading .name, .heading .title, .heading .arrow {
		transition: all .20s ease-in-out;
		-moz-transition: all .20s ease-in-out;
		-webkit-transition: all .20s ease-in-out;			
	}
	.heading:hover > .arrow, .heading:hover > .name {
		color: #2F2E2F;
		cursor: pointer;
	}

	/*pagination*/
	.nav-previous, .nav-next {
		color: white;
		background-color: black;
		cursor: pointer;
		font-family: 'open sans';	
		font-weight:400;
		text-align: center;
		padding: 20px;
		transition: all .20s ease-in-out;
		-moz-transition: all .20s ease-in-out;
		-webkit-transition: all .20s ease-in-out;	
	}
	.nav-previous a, .nav-next a {
		color: inherit;
		text-decoration: none;
	}
	.nav-previous:hover, .nav-next:hover {
		background-color: #505050;
	}

/*----- SUBSCRIBE FORM -----*/

#subscribe {
	width: auto;
	text-transform: uppercase;
	position: relative;
	clear: both;
	color: white;
	background-color: #2F2E2F;
	margin: 20px auto 0 auto;
	padding: 20px;
	cursor: pointer;
	font-family: 'open sans';
	font-weight:400;
	text-align: center;
	font-size: 14pt;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}
#subscribe {
	margin-top:0;
	background-color: #9A0203;
	padding:28.5px 20px;
}
#subscribe:hover{background-color:#840202;}
#subscribe_box {
	position: relative;
	display: none;
	height: auto;
	overflow: hidden;
	background-color: #D3D3D3;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	font-family: 'open sans';
	font-size: 13pt;
	text-align: left;
	margin:0 auto;
}
#sub_submit {
	width:25%;
	height:100%;
	text-align:center;
	background-color:black;
	color:white;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#sub_submit:hover{background-color:#444344;}
#subscribe_box tr, #subscribe_box td{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
#subscribe_box input[type=email], #subscribe_box input[type=text]{
	padding: 0 5px;
	margin: 0 0 5px 0;
	display:block;
	width: 100%;
	height: 28px;
	font-family: 'open sans';
	font-weight:400;
	font-size: 12pt;
	border: solid 2px white;
	float:left;
	width:100%;
	box-sizing: border-box;
}

.jcheck {
	float:left;
	width: 100%;
	margin-top: 5px;
	background-color:white;
	color: #2F2E2F;
	font-family: 'open sans';
	font-weight:400;
	font-size: 12pt;
	cursor: pointer;
} .jchecklabel {
	margin-left: 6px;
	line-height: 30px;
}

.jcheckbox:before {
	content:  "\f00c";
	line-height: 26px;
	margin-left: 4.5px;
}

.jcheckbox {
	width:30px;
	height:30px;
	background-color:#B7B7B7;
	border: 2px solid white;
	float:left;
	box-sizing: border-box;
	color: #B7B7B7;
	font-family: FontAwesome;
}

.jcheckbox:hover {
	border: 2px solid #9A0203;
}

/*placeholder jquery script*/
input, textarea { color: #000; }
.placeholder { color: #aaa; }


/*######## LAYOUT PLUGIN ########*/
.main_title {
	background-color:#214C5E;
	color: white;
	padding: 20px;
	box-sizing: border-box;
}
.ly_wrap {
	position: relative;
	width: 1150px;
	margin: 0 auto;
	overflow: visible;
	display: table;
	table-layout: fixed;
	left: 0px;
}

.ly_row.spacing .ly_wrap {left:0;}

.ly_wrap.ly_card, #grid .ly_card {
	margin: 15px auto 0 auto;
	background-color: white;
	box-sizing: border-box;
	overflow: visible;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
#grid .ly_card {
	float: left;
	padding: 20px;
	margin:0;
	position:relative;
	width: 100%;
}

.ly_row:first-of-type > .ly_wrap.ly_card {
	margin-top: 30px;
}

.ly_row:last-of-type > .ly_wrap.ly_card {
	margin-bottom: 15px;
}

.ly_row.ly_card {
	padding-bottom: 15px;
}

.ly_row {
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	display:table;
	table-layout: fixed;
	background-size: 0% 0%;
}

.ly_row:before {
  content: '';
  position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-image: inherit;
}

.ly_row.img_left:before {width: 50%;}
.ly_row.img_right:before {width: 50%;left:50%;}

.ly_row_mobile, .ly_card_img {
	display:none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image:inherit;
	width:100%;
	height: 200px;
	position:relative;
}
.ly_card_img {
	display:block;
	position: absolute;
	top:0; left:0;
}
.ly_card_img_offset {
	height: 200px;
}

.ly_col {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display:table-cell;
	vertical-align: middle;
	
	background-position: center center;
	background-size: cover;
}

.ly_col .inner img, #grid .inner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 5px auto;
}

.ly_col.half {width:50%;}
.ly_col.third {width:33.33333%;}
.ly_col.twothird {width:66.66666%;}
.ly_col.quater {width:25%;}
.ly_col.threequater {width:75%;}
.ly_col.sixth {width:16.66666%;}

.ly_col .inner, #grid .inner {
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	float: left;
	position: relative;
}

.ly_cell {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	float: left;
}
.ly_col .ly_cell:last-of-type {
	margin-bottom: 0px;
}

.ly_row .ly_col:last-of-type > .inner {
}

/*.ly_row .ly_col:first-of-type .inner {
	padding-right: 10px;
}*/

/*masonry*/
#grid[data-columns]::before {
	content: '2 .column.size-1of2';
}
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of2 { width: 50%; min-width: 50%; }

.ly_icon {
	display: block;
	float: none;
	clear:both;
	margin-bottom: 20px;
	display: table;
}

.ly_icon i{
	display: table-cell;
	margin-right: 5px;
	color: #0688BC;
	min-width: 18px;
	border-right: solid 1px #dddddd;
	text-align: right;
	line-height: 40px;
	
	padding-right: 5px;
	
	display: block;
	float: left;
}
.ly_icon span {
	display: table-cell;
	vertical-align: middle;
}


/*---------- SLIDER ----------*/

/*.unslider{overflow:auto;margin:0;padding:0}*/
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
/*.unslider-vertical>ul{height:100%}*/
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
/*.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}*/
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.unslider-arrow.next{left:auto;right:20px}

.unslider, .banner, .banner_overlay, .banner ul li {
	width: 100%;
	height: 650px;
	height: 70vh;
}

.banner, .banner_overlay {
	overflow:auto;
	position:relative;
	-webkit-transform: translate3d(0,0,0); /*fixes safari z-index bug*/
		box-sizing: border-box;
}

.banner_overlay {
	position:absolute;
	z-index: 80;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.banner_overlay .side_fill {
	display:table-cell;
	vertical-align: middle;
	width: 70%;
}

.banner_overlay .inner {
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	width: 30%;
	/*text-transform: uppercase;*/
	font-size:35pt;
	padding:20px;
	box-sizing: border-box;
	color:white;
	background-color: rgba(0,0,0,0.8);
}

.banner_overlay .inner a {
	display: inline-block;
	/*border-bottom: solid 4px #3C8744;*/
	overflow: auto;

	margin-top: 0px;
	padding: 9px 20px 10px 20px;
	width: auto;
	cursor: pointer;
	
	box-sizing: border-box;
	text-transform: uppercase;
	color: white;
	border: solid 2px white;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 13pt;
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}
.banner_overlay .inner a:hover {text-decoration: none;}
.banner_overlay .inner a:hover {
	background-color: white;
	color: black;
}

.banner_overlay .inner img {
	width: auto;
	height: 500px;
	height: 50vh;
}

.banner li, .banner ul, .banner ul li {
	list-style: none;
	margin:0;
	padding:0;
	-webkit-transform: translate3d(0,0,0); /*fixes safari z-index bug*/
}

.unslider-nav {
	bottom:50px;
	position: relative;
	z-index: 99;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
	padding:0;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #FFFFFF;
	border: 2px solid #FFFFFF;
  cursor: default;
}

/*----- EVENTS -----*/
#ev_mn {
	overflow: auto;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: auto;
	position:relative;
}
#ev_mn .ly_col {
	vertical-align: top;
}
#ev_mn h1 {
	margin:0;
	padding:0;
	margin-bottom: 7px;
	font-size: 30px;
}
.event {
	position: relative;
	margin-bottom: 10px;
	float:left;
	width: 100%;
	border-bottom: solid 1px #33738F;
}
.date {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding: 0 5px;
	font-weight: 700;
}
.title {
	position: relative;
	float: left;
	padding: 0 20px 0 5px;
	width:70%;
	box-sizing: border-box;
}
.title i {
	position:absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	color: #33738F;
}
.description {
	display:none;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
.description p{
	padding:0;
	margin:0;
	margin-bottom: 3px;
}
.event a {
	float:right;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

/*anim*/
#page {
	opacity: 1;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;		
}

/*-- PDFs --*/

.pdf_card, .pdf_card * {
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}

.pdf_card {
	background-color: white;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	display: table;
	clear: both;
	width: auto;
	max-width: 300px;
	color: black;
}
.pdf_card a {
	color: inherit !important;
}
.pdf_left {
	display: table-cell;
	width: 75px;
	box-sizing: border-box;
	padding-right: 10px;
	position: relative;
}
.pdf_right {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	font-family: 'open sans';
	font-weight: 400;
	font-size: 12pt;
}
.pdf_icon {
	width: 100%;
	background-color: #ccc;
	position: relative;
	color: #aaa;
}
.pdf_icon:before {
	font-family: 'FontAwesome';
	content: '\f1c1';
	position: absolute;
	color: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 3em;
}
.pdf_icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pdf_card:hover {
	background-color: #ccc;
}
.pdf_card:hover > .pdf_left .pdf_icon {
	background-color: #BB0706;
	color: white;
}

/*-- --*/









