/* ================================================================== */
/* ================================================================== */
/* ======================== SITE SPECIFIC =========================== */
/* ================================================================== */
/* ================================================================== */
body{
	background:#FFF;
}

body,html{
	/*height:100%;*/
	min-height:100%;
	padding:0;
	margin:0;
	line-height:160%;
	letter-spacing: 0;
	color:#555;
	font-size:14.5px;
	/*overflow: hidden;*/
	background:#eee;
}

#fullpage{
	/*background:#eee;*/
	position:relative;
	/*position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: auto;
    -webkit-overflow-scrolling: touch;


	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-ms-transition: left 0.4s ease; /* IE10 is actulefty unprefixed * /
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;*/
}

h1{
	font-weight: 300;
	color:#29353F;
}
h2{
	line-height: 130%;
}


ul{
}

li + li {
	margin-top:5px;
}

a{
	color:#379ebb;
}
a:hover{
	color:#237e98;
}


.bannerimage{
	min-height: 240px;
	background:url('images/site/cover-beach.jpg') no-repeat center center #EEE;
	background-size:cover;
}
.bannerimage h1{
	color:#FFF;
}


.holdingbanner h1{
	line-height:300px;
	height:300px;
	position: fixed;
	text-align:center;
	top:50%;
	left:0;
	right:0;
	margin-top:-150px;
}

.holdingbanner h1 span{
	display: inline-block;
	vertical-align: middle;
}

.centered{
	max-width: 1100px;
}
.holdingbanner h1{
	color:#FFF;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	line-height:140%;
	display: inline-block;
}

.topstrip{
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:140px;
	line-height:130px;
	padding:0 25px;
	text-align: center;
	z-index:300;
}

.topstrip.floating:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:150px;
	background:linear-gradient(to bottom, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.18) 55%, rgba(0,0,0,0) 100%);
	pointer-events:none;
	z-index:0;
}


.topstrip.notfloating{
	position: static;
	background: #237e98;
}

.mainlogo{
	vertical-align: middle;
	display:inline-block;
	line-height:0;
	max-width: 30%;
	position: relative;
	z-index:1;
}
.mainlogo img{
	max-width: 100%;
	max-height:80px;
}


.mainnav__top,
.menu-expander,
.menu-closer{
	display: none;
}


.mainnav__main__spacer{

	display: inline-block;
	height: 100px;
	vertical-align: middle;
	width: 254px;

}

.mainnav{
	position: absolute;
	z-index: 400;
	top: 0;
	left: 0;
	right: 0;
	line-height: 140px;
	text-align: center;
}

.mainnav__main a{
	display: inline-block;
	padding:0 20px;
	height:140px;
	vertical-align: middle;
	color:#FFF;
	text-decoration: none;
}
.mainnav__main a:hover,
.mainnav__main a:focus{
	color:#FFF;
	text-decoration: none;
}
.mainnav__main__spacer{
	width: 254px;
}
.mainnav__mainX a:hover{
	text-decoration: none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.36) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.36)), color-stop(33%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.mainnav__main a.active{
	text-decoration: none;
	font-weight: bold;
}


@media all and (max-width:800px){
	.mainnav__main__spacer{
		display:none !important;
	}

	.mainnav{
		line-height:130%;
		display: block;
		left:0;
		top:0;
		left:-330px;
		bottom:0;
		right:auto;
		width:330px;
		background:#FFF;
		position: fixed;
		/*box-shadow: -5px 0 5px 5px rgba(0,0,0,0.1);*/
		z-index: 850;
		max-width: 100%;

		-webkit-transition: left 0.4s ease;
		-moz-transition: left 0.4s ease;
		-ms-transition: left 0.4s ease; /* IE10 is actulefty unprefixed */
		-o-transition: left 0.4s ease;
		transition: left 0.4s ease;
	}
	.navopen .mainnav{
		left:0;
	}


	.mainnav__main{
		line-height:130%;
		display: block;
		position: absolute;
		top:100px;
		left:0;
		right:0;
		overflow: auto;
		bottom:0;
	}

	.bodycover{
		background: rgba(37, 37, 37, 0.82);
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index: 800;

		visibility:hidden;
		opacity:0;

		-webkit-transition: visibility 0.8s ease, opacity 0.8s ease;
		-moz-transition: visibility 0.8s ease, opacity 0.8s ease;
		-ms-transition: visibility 0.8s ease, opacity 0.8s ease; /* IE10 is actuvisibilityy unprefixed */
		-o-transition: visibility 0.8s ease, opacity 0.8s ease;
		transition: visibility 0.8s ease, opacity 0.8s ease;

		cursor:pointer;
	}
	.navopen .bodycover{
		visibility:visible;
		opacity:1;
	}
	.navopen #fullpage{
		position: relative;
		/*left:330px;*/
	}
	.mainnav__main a{
		padding:10px 20px;
		display: block;
		color:#222;
		height: auto;
	}
	.mainnav__main a:hover{
		color:#000;
		background:#EEE;
		text-decoration: none;
	}

	.mainnav__top__name{
		position: absolute;
		top:0;
		left:0;
		right:0px;
		padding:50px;
		color:#FFF;
		background:#237e98;
		text-align:center;
		padding:0 20px;
		height:100px;
		line-height: 100px;
	}
	.mainnav__top__name img{
		max-width: 100%;
		max-height:60px;
		position: relative;
		top:-5px;
		vertical-align: middle;
		}
	.joinbutton{
		display: inline-block;
		padding:0 25px;
		line-height:35px;
		background:#EEE;
		color:#FFF;
		position: absolute;
		top:15px;
		right:30px;
		background:#ff6600;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.joinbutton:hover{
		color:#FFF;
		background:#ff5500;
		text-decoration: none;
	}


	.menu-expander{
		position: absolute;
		top:10px;
		left:10px;
		display:block;
		color:#FFF;
		padding:0px;
		height:60px;
		width:60px;
		line-height: 60px;
		z-index: 400;
		font-size: 25px;
		color:rgba(255,255,255,0.8);
	}
	.menu-expander:hover{
		color:#FFF;
		text-decoration: none;
	}


	.menu-closer{
		position: absolute;
		top:0;
		right:0;
		display:block;
		color:#FFF;
		padding:0px;
		height:50px;
		width:50px;
		text-align:middle;
		line-height: 50px;
		z-index: 900;
		color:rgba(255,255,255,0.6);
	}
	.menu-closer i + i{
		margin-left:5px;
	}
	.menu-closer:hover{
		color:#FFF;
		text-decoration: none;
	}

	.mainnav__top{
		display: block;
		line-height:50px;
	}
}





.PAGE_row{
	background:#f3f3f3;
}
.PAGE_row.spaced{
	padding:40px 0;
}
.PAGE_padding{
	padding:50px;
}
.PAGE{
	background:#FFF;
}
#en_cp{
	margin:-50px;
}
.en_cphead{
	padding:30px;
	background:#fafafa;
	border-bottom:1px solid #CCC;
	position: relative;
}
.en_cphead h1{
	font-size:150%;
	font-weight: 300;
	margin:0;
}
.en_cphead h1 a{
	text-decoration: none !important;
}
.en_cp_user{
	position: absolute;
	top:20px;
	right:20px;
}
.en_cpmain{
	position: relative;
	padding-left:180px;
}
.en_cpoptionholder{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:180px;
	background:#fafafa;
	border-right:1px solid #CCC;
}
.en_cpoptionholder a{
	display:block;
	padding:10px;
}
.en_cpoptionholder a:hover{
	background:#fefefe;
}
.en_cpoptionholder a.active{
	background:#FFF;
}
.en_cpmainholder{
	padding:50px;
}
.in_en_cp .resp_12col{
	text-align:left !important;
}
.en_cphomeoptions {
	padding:30px;
	background:#f5f5f5;
	display:block;
	text-decoration: none !important;
}
.en_cphomeoptions_title{
	display: block;
	margin-bottom: 5px;
}
.en_cphomeoptions_description{
	color:#AAA;
}

.eventlist{
	padding:30px 10px;
}
.eventlist .event{
	position: relative;
	padding:0px;
	padding-left:100px;
}
.eventlist .event + .event{
	margin-top:20px;
}
.eventlist .event .eventimage{
	background:no-repeat center center #EEE;
	background-size:cover;
	display:block;
	height:200px;
}

.calendardate_holder{
	display:block;
	text-decoration: none !important;
	position: absolute;
	top:0px;
	left:0px;
}
.calendardate{
	font-size:90%;
	display:block;
	width:80px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #237e98;
	text-align: center;
}
.calendardate .day{
	display:block;
	background:#237e98;
	padding:5px;
	color:#FFF;
	text-transform: uppercase;
}
.calendardate .daynum{
	display:block;
	background:#FFF;
	padding:5px;
	font-size:25px;
	color:#222;
}
.calendardate .month{
	display:block;
	background:#237e98;
	padding:5px;
	color:#FFF;
	text-transform: uppercase;
}
.event_details{
	border:1px dashed #CCC;
	position: relative;
}
.event_details_padding{
	padding:25px 30px;
}
.event_details_title{
	display: block;
	font-size:30px;
	font-weight: 300;
	text-decoration: none !important;
}
.event_details_dates{
	color:#AAA;
}
.event_details_teaser{
	margin-top:20px;
	padding-bottom:50px;
}
.event_details_more{
	text-align: right;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background:#EEE;
}
.event_details_more a{
	display:inline-block;
	padding:15px 30px;
	color:#ff6600;
	background:#e9e9e9;
}
.event_details_more a:hover{
	background:#e2e2e2;
	color:#237e98;
	text-decoration: none;
}
.eventdetails td i{
	color:#237e98;
	margin-right:5px;
}
.eventcoverimage{
	background:no-repeat center center #EEE;
	background-size:cover;
	display:block;
	height:400px;
	margin:-50px -50px 50px;
}

.backbutton{
	display: inline-block;
	margin: 10px 0 30px ;
	background:#FFF;
	padding:20px 30px;
	color:#888;
}

.backbutton:hover{
	color:#222;
	text-decoration: none;
}

.eventdetails{
	padding-left:30px;
}

@media all and (max-width:800px){

	.eventdetails{
		padding-left:0px;
		padding-bottom:30px;
	}

}

.backbutton,
.PAGE{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

@media all and (max-width:800px){

	.eventlist{
		margin:0 -20px;
	}
	.calendardate_holder{
		position: static;
		float:left;
		padding:20px;
		top:0;
		left:0;
		position: relative;
		z-index: 200;
	}

	.event.hasimage .calendardate{
		border: 3px solid #FFFFFF;
	}

	.eventlist .event{
		padding-left:0px;
	}
	.event_details{
		border:0;
		padding:0;
	}
	.eventimage{
		height:150px;
	}
}

.blog_h1holder{
	background:no-repeat center center #444;
	background-size:cover;
	position: relative;
	height: 400px !important;
	overflow: hidden;
}
.blogcoverimage_image{
	background:no-repeat center center ;
	background-size:cover;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1;
}
.blogcoverimage_smallimage{
	background:no-repeat center center #444;
	background-size:cover;
	position: absolute;
	top:-50px;
	left:-50px;
	right:-50px;
	bottom:-50px;
	width:100%;
	height:100%;
	z-index:0;

	  -webkit-filter: blur(25px);
	  -moz-filter: blur(25px);
	  -o-filter: blur(25px);
	  -ms-filter: blur(25px);
	  filter: blur(25px);

	-ms-transform: scale(2,2) translate(50px,50px); /* IE 9 */
	-webkit-transform: scale(2,2) translate(50px,50px); /* Chrome, Safari, Opera */
	transform: scale(2,2) translate(50px,50px);
}

.blog_h1holder .centered{
	position:relative;
	padding-bottom:40px;
}
.blog_h1holder .centered:after{

	content : ' ';
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	overflow:hidden;
	border:10px solid rgba(255,255,255,0);
	border-bottom-color:#FFF;
	bottom:0;
	left:10px;
	position: absolute;

}
.blogcoverimage_gradient{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}
.blogcoverimage_gradient.topgrad{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.36) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.36)), color-stop(33%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.blogcoverimage_gradient.bottomgrad{
	background:rgba(0,0,0,0.3);
	display: none;
}

.blogholder{
	padding:70px 0px 120px;
	position: relative;
}

.blog_author{
	position: absolute;
	top:-50px;
	left:-5px;
	margin-right:50px;
	z-index:700;
}

.blog_written{
	color:#AAA;
}
.blog_h1holderpadding{
	padding: 0 20px;
	position: absolute;
	bottom:0px;
	left:0;
	right:0;
	width:100%;
	color:#FFF;
	z-index:400;
}
.blog_h1holderpadding a{
	color:#FFF;
}

.blog_intro{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #DDD;
}
.blog_body{
}
.blog_body img{
	max-width:100%;
	margin:10px 0 0;
	background:#EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blog_main{
	background:#FFF;
	position: relative;
	padding:0 20px;
}
.blog_teaser{
	font-size:120%;
	color:#888;
	font-style: italic;
	margin-top:30px;
}
.blog_h1 {
	color:#636363;
	margin-top:0;
	line-height: 120%;
	font-size: 40px;
	margin-bottom:10px;
}
.blog_h1 a{
	text-decoration: none !important;
	color:inherit;
}
.blog_author__image{
	background:no-repeat center center #EEE;
	background-size:cover;
	display: inline-block;
	height:100px;
	width:100px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border:5px solid #FFF;
}

.nextprev_posts{
	margin-top:60px;
}

.nextprev_post{
	display: inline-block;
	width:48%;
	border:1px solid #CCC;
	position: relative;
}
.nextprev_post.next_post{
	float:right;
}
.nextprev_post.next_post{
	text-align:right;
	border-left:1px solid #CCC;
}
.nextprev_post:hover{
	background:#EEE;
	text-decoration: none;
}
.nextprev_post_image{
	display:block;
	background:no-repeat center center #CCC;
	background-size:cover;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 100;
}

.nextprev_post_details{
	display:block;
	height:270px;
	z-index: 300;
	position: relative;
	color:#FFF;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease; /* IE10 is actually unprefixed */
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(1%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.nextprev_post_details:hover{

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.69) 1%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.69)), color-stop(1%,rgba(0,0,0,0.69)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.nextprev_post_details span{
	display: block;
	font-size:170%;
	margin-bottom:10px;
	font-weight: 300;
	position: absolute;
	top:30px;
	right:30px;
	left:30px;
	z-index: 400;
}
.nextprev_post_details b{
	display:block;
	font-weight: 600;
	font-size:150%;
	position: absolute;
	line-height: 130%;
	bottom:30px;
	right:30px;
	left:30px;
	z-index: 400;
}

.nextprev_post_details b i{
	display:block;
	font-weight: 300;
	font-size:80%;
	margin-top:20px;
}


.homeblogposts{
	}
	.homeblogpost{
		padding:10px;
		position: relative;
		padding-left:70px;
		min-height: 70px;
		display:block;
		}
		.homeblogpost__image{
			display:block;
			position: absolute;
			top:10px;
			left:10px;
			background:no-repeat center center #EEE;
			background-size:cover;
			width:50px;
			height:50px;
		}
		.homeblogpost__title{

			display:block;
		}
		.homeblogpost__written{
			color:#888;
			display:block;
		}
	.homeblogpost:hover{
		text-decoration: none;
	}
	.homeblogpost:hover .homeblogpost__title{
		text-decoration: underline;
	}

	.mainhomeblogpost{
		display: block;
		height:300px;
		position: relative;
		margin-bottom:20px;
		background:#222;
	}

	.mainhomeblogpost__image{
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:no-repeat center center;
		background-size:cover;
		opacity:0.95;

		-webkit-transition: opacity 0.4s ease;
		-moz-transition: opacity 0.4s ease;
		-ms-transition: opacity 0.4s ease; /* IE10 is actuopacityy unprefixed */
		-o-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}

	.mainhomeblogpost:hover .mainhomeblogpost__image{
		opacity: 0.5;
	}
	.mainhomeblogpost__tag{
		position: absolute;
		top:20px;
		right:0px;
		display: inline-block;
		padding:10px 20px;
		z-index: 200;
		background:#0195c0;
		color:#FFF;
	}
	.mainhomeblogpost__details{
		position: absolute;
		left:0;
		bottom:0;
		right:0;
		z-index: 600;
		padding:20px;
		padding-top:90px;
		display: block;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	.mainhomeblogpost__title{
		display: block;
		font-size:140%;
		color:#FFF;
		font-weight: 300;
		margin-bottom:4px;
	}
	.mainhomeblogpost__written{
		display: block;
		color:#DDD;
		margin-bottom:5px;
		font-weight: 300;
	}
	.mainhomeblogpost__teaser{
		display: block;
		font-size:90%;
		color:#EEE;
	}

@media all and (max-width:800px){
	.mainhomeblogpost__teaser{
		display: none;
	}
}

.blog_post_list{


}
.blog_post_list .blog_post{
	display: block;
	padding:15px 10px;
	padding-left: 210px;
	position: relative;
	min-height: 130px;
}


.blog_post_list .blog_post .blog_post_title{
	display: block;
	font-size:120%;
}


.blog_post_list .blog_post .blog_post_date{
	display: block;
	color:#AAA;
	margin-bottom:10px;
}

.blog_post_list .blog_post .blog_post_image{
	position: absolute;
	top:10px;
	left:10px;
	width:170px;
	display: block;
	background:no-repeat center center #EEE;
	background-size:cover;
	height:110px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

@media all and (max-width:700px){

.blog_post_list .blog_post{
	padding-left:10px;
	padding-top:160px;
}

.blog_post_list .blog_post .blog_post_image{
	width:auto;
	right:10px;
	height:130px;

}



.blog_post_list .blog_post + .blog_post{

	margin-top:30px;
}

}

.pagefooter{
	background:#ececec;
	border-top:1px solid #DDD;
	padding:40px 20px 100px;
}

.copyright{
	color:#AAA;
	text-align: right;
}

.pagniation{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #CCC;
}

.pagniation a{
	display:inline-block;
	padding:7px;
	background:#eee;
	border-radius: 3px;
	margin:3px;
	width:50px;
	text-align:center;
}
.pagniation a.active{
	background:#222;
	text-decoration: none !important;
	color:#FFF;
}

.destination-tile{
	text-align: center;
	color:#FFF;
	background:no-repeat center center #AAA;
	background-size:cover;
	display: block;
	font-size:25px;
	font-weight: 300;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.destination-tile + .destination-tile{
	margin-top:10px;
}
.destination-tile:hover{
	text-decoration: none;
	color:#FFF;
}
.destination-tile span{
	display: block;
	padding:80px 20px;
	background:rgba(0,0,0,0.5);

	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease; /* IE10 is actubackgroundy unprefixed */
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
.destination-tile:hover span{
	background: rgba(0,0,0,0.6);
}

.homemainmore{
	display: block;
	text-align: center;
	padding: 20px;
	background:#EEE;
}
.homemainmore i{
	color:#AAA;
	margin-right:10px;
	font-size:120%;
	vertical-align: middle;
	display:inline-block;
}
.homemainmore:hover{
	text-decoration: none;
	background:#CCC;
}
.homemainmore:hover i{
	color:#777;
}



.paddedcols .col{
	padding:0px 12px 0px 0;
}
.paddedcols .col + .col{
	padding:0px 12px;
}
@media all and (max-width: 649px){
	.paddedcols .col{
		padding:0;
	}
	.paddedcols .col + .col{
		padding:10px 0 0;
	}
}

.parabannerimage{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:auto;
	/*z-index: -1;*/
	background:no-repeat center center #333;
	background-size: cover;
	-webkit-transform: translate3d(0, 0, 0);
}
.parabanner{
	overflow: hidden;
	position: relative;
}

.blog_post_intro{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCC;
}
.blog_post_intro p{
	max-width:700px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	margin:25px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.blog_image_expander{
	position: absolute;
	bottom:20px;
	right:20px;
	color:#FFF;
	display:block;
	background:rgba(0,0,0,0.2);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:40px;
	line-height:40px;
	text-align: center;
	width:40px;
	font-size:15px;
}
.blog_image_expander:hover{
	background:rgba(0,0,0,0.5);
	text-decoration: none;
}

.image_caption{
	text-align: center;
	margin:10px 0 20px;
	color:#AAA;
	font-style: italic;
}




.instalink{
	display:block;
	background:no-repeat center center rgba(0,0,0,0.05);
	background-size:cover;
	text-decoration:none;
	position:relative;
}

.instalink__inner{
	/*background:rgba(0,0,0,0.5);*/
	color:#FFF;
	display:block;
	padding:80px 30px;
	text-align:center;
	font-size:130%;

	position:relative;
	z-index:4;

}

.instalink__cover{
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f87e35+0,d72f84+40,d72f84+69,614dc6+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(248,126,53,0.9) 0%, rgba(215,47,132,0.9) 40%, rgba(215,47,132,0.9) 69%, rgba(97,77,198,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(248,126,53,0.9) 0%,rgba(215,47,132,0.9) 40%,rgba(215,47,132,0.9) 69%,rgba(97,77,198,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(248,126,53,0.9) 0%,rgba(215,47,132,0.9) 40%,rgba(215,47,132,0.9) 69%,rgba(97,77,198,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf87e35', endColorstr='#cc614dc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	opacity:0.9;

	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;

	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

	z-index:1;
}

.instalink:hover{
	text-decoration:none;
}
.instalink:hover .instalink__cover {
	opacity:1;
}



.newpostlink{
	display:block;
	background:no-repeat center center rgba(0,0,0,0.05);
	background-size:cover;
	text-decoration:none;
}
.newpostlink__cover{
	background:rgba(0,0,0,0);
	display:block;
	padding-bottom:95%;
	text-align:center;
	font-size:120%;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease; /* IE10 is actually unprefixed */
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.newpostlink__tag {
	position: absolute;
    top: 15px;
    font-size: 80%;
    right: 0px;
    display: inline-block;
    padding: 7px 15px;
    z-index: 200;
    background: #22aad0;
    color: #FFF;
    /* border: 1px solid #6dc2da; */
}

.newpostlink__text{
	display:block;
	font-size:90%;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	padding:20px;
	background:rgba(0,0,0,0.5);
	text-align:left;
	color:#FFF;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease; /* IE10 is actually unprefixed */
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.newpostlink:hover{
	text-decoration:none;
}
.newpostlink:hover .newpostlink__text{
	background:rgba(0,0,0,0.9);
}

.newpostlink:hover .newpostlink__cover{
	background:rgba(0,0,0,0.1);
}


@media all and (min-width:800px){
	.snappymcsnapface.snapped{
		position: fixed;
	}
}
