/*** General ******************************/

html {
  box-sizing: border-box;
}

#wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
	font-family: mainFont;
	src: url('fonts/whitney_book.otf');
}

body {
	font-family: mainFont, sans-serif;
}

h1 {
	font-family: mainFont;
	font-weight:normal;
	font-size:1.3em;
	text-align:center;
}

a, a:hover, a:visited {
	text-decoration:none;
	color: black;
}

ul {
	list-style:none;
}

.spacer {
	clear: both;
	width: 100%;
	height: 1px;
}
.svg_graphic {
	fill: rgba(0,170,170, .6);
}
.svg_graphic:hover {
	fill: rgb(0,170,170);
}

/* Hiding Div */

#hideAll {
	position: fixed;
	left: 0px; 
  right: 0px; 
  top: 0px; 
  bottom: 0px; 
  background-color: white;
  z-index: 98;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	text-align: center;
	padding-top: 100px;
}

/*svg #leftCircle {
	-webkit-animation: leftspin 2s infinite;
}

@keyframes leftspin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}*/

/*
@-webkit-keyframes rotateright {
0% { -webkit-transform: rotate(360deg);}
100% { -webkit-transform: rotate(0deg);}
}
@-moz-keyframes rotateright {
0% { -moz-transform: rotate(360deg); }
100% { -moz-transform: rotate(0deg);}
}
@-o-keyframes rotateright {
0% { -o-transform: rotate(360deg);}
100% { -o-transform: rotate(0deg);}
}
@-ms-keyframes rotateright {
0% { -ms-transform: rotate(360deg);}
100% { -ms-transform: rotate(0deg);}
}
@-keyframes rotateright {
0% { transform: rotate(360deg); }
100% { transform: rotate(0deg);}
} 

@-webkit-keyframes rotateleft {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotateleft {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes rotateleft {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes rotateleft {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes rotateleft {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg);}
} 


svg #rightCircle
{
		-webkit-animation: rotateright 8s infinite linear;
		-moz-animation: rotateright 8s infinite linear;
		-o-animation: rotateright 8s infinite linear;
		-ms-animation: rotateright 8s infinite linear;
		animation: rotateright 8s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }

svg #leftCircle
{
		-webkit-animation: rotateleft 8s infinite linear;
		-moz-animation: rotateleft 8s infinite linear;
		-o-animation: rotateleft 8s infinite linear;
		-ms-animation: rotateleft 8s infinite linear;
		animation: rotateleft 8s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }*/


/*** Header ******************************/
header {
	width: 100%;
	box-shadow: 0px 15px 15px -20px #000;
	background: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 1), rgba(255,255,255, 1), rgba(255,255,255, .8));
	z-index:999;
}

/****** Navigation ******/
#menu {
	display: inherit;
	position: relative;
	width: 35%;
	height: 50px;
	float: left;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	padding-top: 15px;
}

#drop_down {
	position: absolute;
	z-index: 99;
	background: white;
	width: 100%;
	opacity: 0.7;
	height:0px;
	overflow: hidden;
	transition: height 0.7s ease-in-out;
}

#drop_down ul {
	margin-top: 20px;
}
#drop_down li {
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#menu_holder {
	margin-top: 20px;
	width: 32px;
	height: 32px;
	border: 1px solid #0aa;
	border-radius: 50%;
	margin: 0 auto;
	padding: 0px;
}

#navbar {
	float: left;
	width: 35%;
	height: 60px;
	text-align:center;
	font-size: 0.75em;/***/
	padding-top: 28px;/***/
	display: none;
	color: black;
}

#nav li {
	display: inline;
	padding: 0 2%;/***/
	opacity: 1;
}
#nav li:hover {
	opacity: .5;
}

.list_on {
	color: #0aa;
}

/****** Logo ******/

#logo_container {
	float: left;
	width: 30%;
	height: 60px;
}

#logo {
	width: 100%;
	height: 100%;
}
/****** Social Media Icons ******/
#sm_container {
	float: left;
	width: 35%;
	height: 60px;
	text-align:center;
}

.sm_svg {
	height: 100%;
}

/***** Cookie Policy *****/
.cc_banner, .cc_container, .cc_container--open {
	background: #0aa !important;
	color: white !important;
}

.cc_btn, .cc_btn_accept_all {
	color: #0aa !important;
	background: #fff !important;
}

/****** Carousel **********************/
.slides {
	display: block;
	width: 1280px;
	max-width: 100%;
	max-height: 450px;
}
/*
.slides {
	display: block;
  width:1280px;
  max-width: 100%;
  max-height:450px;
  height: auto;
}*/
.slide_desc {
	-webkit-font-smoothing: antialiased;
}

#slide_desc_1, #slide_desc_2, #slide_desc_3, #slide_desc_4 {
	background: rgba(255,255,255, .9);
	width: 100%;
	top: 300px;
}

/****** Left Column *******************/

#left_column {
	margin: 0 5%;
	width: 90%;
}

.category {
	margin-top: 2%;
}

/***** Post Previews*********************/

/*** Large ***/

.latest_large {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	box-shadow: inset 0 0 60px 5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(0,0,0, .11);
	text-align: center;
	color: white;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.latest_large:hover {
	box-shadow: inset 0 0 60px 5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(255,255,255, .1);
}

.latest_large_desc {
	position: absolute;
	bottom: 0%;
	text-align: center;
	background: 
		linear-gradient(transparent, rgba(0,0,0, .7), rgba(0,0,0, .8));
	margin: 0 auto;
	padding: 5% 2.5% 0;
	width: 100%;
	font-size: 1em;
}

h2 {
	position: absolute;
	color: black;
	background: linear-gradient(to left, white, rgba(255,255,255, .8), rgba(255,255,255, .6), rgba(255,255,255, .4), rgba(255,255,255, 0));
	padding: 5px 5px 5px 30px;
	top: 0;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0em;
	font-weight: normal;
	right: 0;
	font-family: "mainFont";
}

.article_category {
	left: 50%;
	position: absolute;
	top: 0;
}



/*** Small ***/

.latest_small {
	position: relative;
	width: 100%;
	padding-top: 50%;
	background-size: cover;
	box-shadow: inset 0 0 25px -5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(0,0,0, .1);
	color: white;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.section_small {
	position: relative;
	float: left;
	margin: 2% 2% 2% 0;
	width: 48%;
	padding-top: 48%;
	background-size: cover;
	box-shadow: inset 0 0 25px -5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(0,0,0, .1);
	color: white;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.latest_small:hover, .section_small:hover {
	box-shadow: inset 0 0 25px -5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(255,255,255, .1);
}

.latest_small_desc {
	position: absolute;
	bottom: 0%;
	text-align: center;
	background: 
		linear-gradient(transparent, rgba(0,0,0, .7), rgba(0,0,0, .8));
	width: 100%;	
	padding: 10% 2% 4%;
	font-size: 0.9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.m_right {
	margin-right: 2%;
}

.m_bottom {
	margin-bottom: 2%;
}

.category_title {
	clear: both;
	width: 100%;
	text-align:center;
	font-size: 1.22em;
	letter-spacing:0.7em;
	padding: 20px 0 0;
}

#hidden_content {
	display: none;
}

#load_more {
	position: relative;
	color: #0aa;
	width: 20%;
	margin: 40px auto 0;
	text-align: center;
	border: 2px solid #0aa;
	border-radius: 50%;
	padding-top: 9.5%;
	padding-bottom: 9.5%;
	font-size: 0.4em;
	font-size: -moz-3em;
	cursor: pointer;
	cursor: hand;
}

#load_more h7 {
	position: absolute;
	text-align: center;
	top: 48%;
	width: 100%;
	margin-left: -50%;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.video_container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****** Right Column *******************/
/*
#right_column {
	width: 40%;
	margin: 0;
	float: left;
	background: green;
}*/


#sticky_content {
	width: 100%;
	float: left;
	top: 87px;
	margin: 1.3% 4% 0 0;
	padding: 5%;
}

#twitter_container {
	margin-top: 5%;
}


/****** Articles Navigation **************/

#articles_navigation {
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.4em;
	border-top: 1px solid;
}

#articles_navigation li {
	padding: 2% 0;
	border-bottom: 1px solid black;
}

#articles_navigation a:hover {
	color: rgba(0,0,0, .5);
}

#boatshed_sessions_preview {
	position: relative;
	background-size: cover;
	box-shadow: inset 0 0 25px -5px rgba(0,0,0, .8);
	color: white;
	margin-top: 10%;
	width: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#boatshed_sessions_preview:hover {
	box-shadow: inset 0 0 25px -5px rgba(0,0,0, .8), inset 0 0 0 1000px rgba(255,255,255, .1);
}

.play {
	display: block;
	width: 100%;
	fill: rgba(255,255,255, 1);
	margin: 0 auto;
	-webkit-transition: fill 0.5s;
	-moz-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#boatshed_sessions_preview:hover > #play {
	fill: rgba(255,255,255, .8)
}

#subscribe {
	width: 100%;
	margin-top: 10%;
}

#subscribe div {
	width: 100%;
	margin-top: 6px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	color: #0aa;
}

#subscribe input {
	background: white;
	border: 1px solid black;
	width: 100%;
	padding: 6px;
}

#subscribe input:focus {
	outline: #0aa solid 2px;
}

#subscribe ::-webkit-input-placeholder {
  color: black;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe input:hover::-webkit-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe input:focus::-webkit-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe :-moz-placeholder { /* Firefox 18- */
  color: black;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe input:hover:-moz-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe input:focus:-moz-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe ::-moz-placeholder {  /* Firefox 19+ */
  color: black;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe input:hover::-moz-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe input:focus::-moz-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe :-ms-input-placeholder {  
  color: black;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe input:hover:-ms-input-placeholder {
  color: rgba(0,0,0, .5);
}

#subscribe input:focus:-ms-input-placeholder {
  color: rgba(0,0,0, .5);
}

#tbsad {
	width: 100%;
	padding-top: 40%;
	margin-top: 10%;
	background: #eee;
	background: url(../images/tbs_ad.png);
	background-size: cover;
	background-position: right;
}

/****** Footer ***************************/

footer {
	margin-top: 100px;
	width: 100%;
	/*height: 400px;*/
	clear: both;
	float: left;
}

/***********instagram*********/
#instafeed {
	margin: 30px auto 0;
	width: 100%;
}

#insta_title a,
#insta_title a:hover,
#insta_title a:visited {
	text-decoration: none;
	color: black;
}

.insta_span {
	width: 28%;
	background: black;
	height: 1px;
	float: left;
	margin-top: 7px;
}

#insta_title h2 {
	position: inherit;
	width: 40%;
	float: left;
	margin: 0 2%;
	text-align: center;
	font-family: 'mainFont';
	font-size: 0.8em;
	font-weight: normal;
	padding: 0;
	right: inherit;
	letter-spacing: 0.4em;
	color: rgba(0,0,0, .8);
}

#instafeed img {
	width: 20%;
	opacity: 1;
	transition: opacity 0.4s;
	transition-delay: .1s;
}

#instafeed img:hover {
	opacity: .9;
}


/***********footer content****/
#footer_div {
	width: 100%;
	background: black;
	color: white;
	padding: 40px 0;
	height: 150px;
}

#footer_div li {
	padding-right: 10px;
	font-family: 'mainFont';
}

#footer_div li.divider {
	opacity: 0;
}

#footer_div a {
	color: white;
}

#footer_div ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

@-moz-document url-prefix() { 
	#load_more {
		 font-size: 0.7em;;
  }
}

@media screen and (min-width: 590px) {
	#footer_div li.divider {
		opacity: 1;
	}
	
	#footer_div li {
		display: inline;
	}
	
	#footer_div {
		height: 100px;
	}
	
	#hideAll {
		padding-top: 200px;
	}
}

@media screen and (min-width: 980px) {
	#hideAll {
		padding-top: 300px;
	}
}