@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	font-family:"Arial", sans-serif;
	font-size: 100%;
}

#wrapper {
	width: 100%;
	max-width: 1440px;
	height: auto;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: url('../images/bg.png') no-repeat top left;
	background-size: contain;
	border: px solid;
}

div.row {
	clear: both;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 0px 10px;
	border: px solid;
	box-sizing: border-box;
}

/*div.logo {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	border: px solid;
}*/

/*img.logo {
    width: 100%;
    max-width: 766px;
    height: auto;
    float: left;
    margin-top: 35px;
    margin-left: 200px;
}*/

/*div.gleaner-logo {
	width: 100%;
	height: auto;
	float: left;
	border: px solid;
}

div.gleaner-logo img {
	width: 100%;
	max-width: 464px;
    height: auto;
    margin-top: 30px;
    margin-left: 212px;
}*/

/*div.shaggy-logo {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 44px;
	border: px solid;
}

div.shaggy-logo img {
	width: 100%;
    max-width: 590px;
    height: auto;
    margin-left: 340px;
}*/

div.player {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 625px;
}

div.video {
	width: 100%;
	max-width: 900px;
	height: auto;
	background: #000;
	border: px solid #fff;
}

div.marquee marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #000000;
	padding: 5px;
	margin: 5px;

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

div.feed {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

div.feed h2 {
	color: #ff0000;
}

div.feed {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}

div.twitter_feed{
	float: left;
	width: 100%;
	max-width: 570px;
	height: auto;
	box-sizing: border-box;
}

div.insta_feed{
	width: 100%;
	max-width: 300px;
	height: auto;
	float: left;
	border: px solid;
	box-sizing: border-box;
}

div.related_articles {
	width: 100%;
	max-width: 300px;
	height: auto;
	color: #6b6b6b;
	float: left;
	box-sizing: border-box;
}

div.related_articles h3 {
	color: #ff0000;
}

div.related_articles > ul {
	list-style: circle;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

div.related_articles > ul > li {
	padding: 5px 0px;
}

div.related_articles > ul > li > a{
	color: #6b6b6b;
	text-decoration: none;
}

div.related_articles > ul > li > a:hover {
	color: #f83a8a;
	text-decoration: underline;
}

div.i-dare {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

div.i-dare img {
	width: 100%;
	max-width: 628px;
	height: auto;
}

div.footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0px;
	box-sizing: border-box;
}

div.sponsors {
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
}

div.sponsors img{
	width: 100%;
	max-width: 355px;
	height: auto;
}

div.star {
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
div.star img{
	width: 100%;
	max-width: 282px;
	height: auto;
	float: right;
}

div.footer p {
	color: #6b6b6b;
	font-size: 13px;
}

div#div-gpt-ad-1451504220958-2 {
	display: none;
}
/*
style for desktops
*/
@media only screen and (min-width: 1024px), only screen and (min-device-width: 1024px) {

}

/*
style for tablets
*/
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	div.player {
		margin-top: 375px;
	}
	
	div.video {
		margin-top: 3px;
	}
	
	@media only screen and (orientation:landscape){
		div.player {
			margin-top: 435px;
		}
	}
}


/*
style for phones and smaller tablets
*/
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	div.player {
		margin-top: 355px;
	}
	
	@media only screen and (orientation:landscape){
		div.player {
			margin-top: 335px;
		}
	}
}


@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
	div.player {
		margin-top: 335px;
	}
	
	div.twitter_feed {
		width: 100%;
		max-width: 100%;
	}
	
	div.insta_feed {
		width: 100%;
		max-width: 100%;
		padding: 10px 5px;
		margin: 0px auto;
	}
	
	div#div-gpt-ad-1451504220958-2 {
		display: block;
	}
	
	div#div-gpt-ad-1451504220958-0 {
		display: none;
	}
	
	@media only screen and (orientation:landscape){
		div.player {
			margin-top: 290px;
		}
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	div.player {
		margin-top: 265px;
	}
	
	@media only screen and (orientation:landscape){
		div.player {
			margin-top: 265px;
		}
	}

}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	div.player {
		margin-top: 165px;
	}
	@media only screen and (orientation:landscape){
		div.player {
			margin-top: 215px;
		}
	}

}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	div.player {
		margin-top: 145px;
	}

}