/* Global */
html {
	height: 100%;
	min-height: 600px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	height: 100%;
	background: #000 url(../images/bg.jpg) fixed center center;
	background-size: cover;
	font: 16px AkkuratPro-Regular, Helvetica, Arial, sans-serif;
	color: #fff;
}
.touch body {
	background: #000;
}
body.no-bg {
	background-color: #fff;
	background-image: url(../images/clouds.jpg);
}
.touch body.no-bg {
	background: #fff;
}
a {
	text-decoration: none;
	color: #ffcc99;
}
a:hover {
	color: #fff;
}
em {
	font-style: italic;
}
h2 {
	line-height: 55px;
	font-size: 76px;
	font-family: knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #222;
	text-transform: uppercase;
}
.no-bg h2, .no-bg h3 {
	color: #4a4a4a;
}
h1, h3 {
	font: 92px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
}
h1 {
	line-height: 79px;
}
.home h1 {
	font-size: 12px;
}
.no-bg h1 {
	color: #000;
}
h3 {
	margin-top: 40px;
	line-height: 45px;
	font-size: 56px;
	color: #eaf2ee;
}
h3 p {
	line-height: 41px;
}
h3 small {
	font-size: 36px;
}
h4,h5 {
	margin-top: 60px;
	line-height: 45px;
	font: 56px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
}
h5 {
	margin-top: 30px;
	padding-top: 10px;
	display: inline-block;
	border-top: 4px solid #70787c;
	font-size: 36px;
}
h6, blockquote {
	margin-top: 30px;
	padding: 15px 0 20px 0;
	background: url(../images/quote3.png) no-repeat right 30px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	font: 22px Gotham-Bold, Helvetica, Arial, sans-serif;
	color: #343434;
	line-height: 36px;
	font-style: italic;
}
blockquote {
	background-image: url(../images/quote2.png);
	color: #fff;
}
.no-bg blockquote {
	background-image: url(../images/quote3.png);
}
li {
	float: left;
}
ol {
	margin-left: 45px;
	line-height: 18px;
	list-style: decimal;
}
.no-bg ol,
.no-bg ul {
	color: #000;
}
ol li {
	float: none;
	margin-top: 20px;
}
ol ol {
	list-style: lower-alpha;
}
p {
	margin-top: 25px;
	line-height: 23px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .13);
}
.no-bg p {
	color: #000;
	text-shadow: none;
}
strong {
	font: 15px AkkuratPro-Bold, Helvetica, Arial, sans-serif;
}
strong em {
	font: 15px AkkuratPro-BoldItalic, Helvetica, Arial, sans-serif;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Header */
header {
	position: fixed;
	width: 195px;
	height: 100%;
	z-index: 4;
	background: url(../images/left-coral-bg.png) repeat-y;
	font: 13px Gotham-Medium, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.coral {
	position: absolute;
	top: 0;
	width: 253px;
	height: 360px;
	z-index: 6;
	background: url(../images/top-left-coral.png) no-repeat;
}
.scroll-pane {
	height: 80%;
	margin-top: 40px;
}
.mobile-content {
	display: none;
}
.jspVerticalBar {
	z-index: 8;
	right: -6px !important;
}
.jspTrack {
	background: #000 !important;
}
.jspDrag {
	background: #333 !important;
}
.content {
	position: relative;
	z-index: 7;
}
#logo {
	margin: 0 0 0 20px;
}
#logo img {
	width: 160px;
}
.home #logo img {
	width: auto;
}
#nav {
	margin: 20px 0 0 20px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}
#nav li {
	float: none;
	margin-top: 5px;
}
nav a {
	color: #fff;
}
nav a:hover, 
.children a:hover {
	color: #00ccff;
}
.current_page_item a,
.current_page_parent a,
.current_page_ancestor a,
.children .current_page_item a,
.children .current_page_parent a,
.children .current_page_ancestor a,
.children .children .current_page_item a {
	color: #00ccff;
}
.children {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../images/subnav-bg.png) no-repeat 0 bottom;
}
.children li {
	margin-left: 15px;
}
#nav .children .current_page_parent {
	margin-top: 5px;
}
.children a, .children .children a {
	font-size: 12px;
	color: #0099cc;
}
#bottom-left-coral {
	top: auto;
	bottom: 0;
	width: 290px;
	background-image: url(../images/bottom-left-coral.png);
}
#mobile-nav-button {
	float: right;
	margin: 20px 20px 0 0;
	display: none;
}
#mobile-nav-button img {
	width: 30px;
}
#mobile-nav {
	width: 100%;
	display: none;
	background: #000;
	text-align: center;
	overflow: hidden;
}
#mobile-nav.show {
	display: block;
}
#mobile-nav li {
	width: 100%;
}
#mobile-nav li a {
	height: 40px;
	display: block;
	border-top: 1px solid #222;
	line-height: 40px;
}
#mobile-nav .children {
	background: none;
}
#mobile-nav .children li {
	margin: 0;
}
.page-item-280, .page-item-258, .page-item-2005 {
	padding-right: 10px;
}
#searchform {
	margin: 20px 0 0 20px;
}
.home #searchform {
	display: none;
}

.attachment-search .current_page_item a,
.attachment-search .current_page_parent a,
.attachment-search .current_page_ancestor a,
.attachment-search .children .current_page_item a,
.attachment-search .children .current_page_parent a,
.attachment-search .children .current_page_ancestor a,
.attachment-search .children .children .current_page_item a {
	color: #fff;
}

.attachment-search .current_page_item a:hover {
	color: #00ccff;
}
/* Main */
#main {
	max-width: 800px;
	padding: 20px 0 135px 0;
	margin: 0 70px 0 290px;
}
#page_id {
	width: 100%;
	margin-bottom: 20px;
	display: none;
}
#main .subnav {
	margin: 0 0 30px 0;
	font: 14px GothamBook, Helvetica, Arial, sans-serif;
	list-style: none;
	text-transform: uppercase;
}
#main .subnav li {
	margin-top: 10px;
	padding-left: 5px;
	display: inline-block;
	border-left: 1px solid #d5d5d5;
}
.gallery #main .subnav,
.attachment-search #main .subnav,
.movie-gallery .subnav {
	font-weight: bold !important;
}
.gallery #main .subnav li,
.attachment-search #main .subnav li,
.movie-gallery .subnav li {
	border: 0 !important;
	text-align: center !important;
	margin-right: 20px !important;
	padding: 0 !important;
}
.gallery #main .subnav li:first-child,
.attachment-search #main .subnav li:first-child,
.movie-gallery .subnav li:first-child {
	margin-right: 20px !important;
}
.gallery #main .subnav li img,
.attachment-search #main .subnav li img,
.movie-gallery .subnav li img {
	margin-top: 10px !important;
}
.attachment-search #main {
	max-width: 885px;
}
#main .subnav li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}
#main .subnav a {
	color: #e5e5e5;
}
#main .subnav a:hover {
	color: #000;
}
#nav .page-item-1403 {
	padding-right: 25px;
}
.no-bg #main .subnav a {
	color: #0c5fa6;
}
#main .current_page_item a {
	color: #000;
}
.no-bg #main .current_page_item a {
	color: #474747;
}
#main a#back, #main .read {
	float: right;
	margin-top: 5px;
	padding: 5px 15px;
	background: #ea203a;
	font: 24px CompactaBT-Bold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
#main .read {
	float: none;
}
#main .read:hover {
	color: #fff;
}
#line {
	height: 1px;
	margin-top: 10px;
	background: #fff;
	background: rgba(255, 255, 255, .56);
}
#tools {
	padding-bottom: 10px;
	border-bottom: 10px solid #e5e5e5;
}
.no-bg #tools {
	border-bottom: 10px solid #d5d5d5;
}
.addthis_toolbox {
	float: left;
	margin-left: 20px;
}
#tools .addthis_toolbox {
	margin-top: 15px;
}
.addthis_toolbox a {
	float: left;
}
#tools .addthis_button_facebook_like {
	margin-top: -20px;
}
.addthis_button_tweet {
	margin: -20px 0 0 15px;
}
.addthis_button_google_plusone {
	margin: 0 -15px;
}
#tools .printfriendly img {
	margin: 0;
}
#main img {
	max-width: 100%;
	height: auto;
}
.wp-caption img {
	cursor: pointer;
}
#main iframe {
	margin-top: 20px;
}
.wp-caption {
	width: 100% !important;
	margin-top: 20px;
	text-align: center;
	font: 12px Gotham-Bold, Helvetica, Arial, sans-serif;
	color: #000;
}
.wp-caption.alignright {
	width: 45% !important;
	margin: 25px 2.5% 0 2.5%;
}
.wp-caption p {
	margin-top: 5px;
}
.no-bg #main a {
	color: #ea203a;
}
.no-bg #main a:hover {
	color: #000;
}
#main ul {
	margin-left: 45px;
	line-height: 18px;
	list-style: disc;
}
#main li {
	float: none;
	margin-top: 20px;
}
.gform_wrapper {
	width: 100%;
}
#main .gform_wrapper li {
	margin-top: 10px;
}
.gfield_label {
	font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#main .gfield_required {
	color: #bc1835;
}
.gform_wrapper input {
	height: 25px;
	background: rgba(249, 250, 250, .9);
	border: 0;
}
#main input.medium {
	width: 49%;
}
#main .ginput_complex input {
	width: 98% !important;
}
#main .gf_left_half {
	float: left;
}
#main .gf_left_half input,
#main .gf_right_half input {
	width: 100%;
}
#main .gf_right_half {
	float: right;
}
#main .gform_footer {
	margin-top: 15px;
	padding: 0;
}
.gform_wrapper input[type="submit"] {
	height: auto;
	padding: 5px 15px;
	background: #ea203a;
	font: 24px CompactaBT-Bold, Helvetica, Arial, sans-serif !important;
	color: #fff;
	text-transform: uppercase;
}
.gform_wrapper input[type="checkbox"] {
	height: 15px;
	margin-left: 5px;
}
#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
#gform_ajax_spinner_3,
#gform_ajax_spinner_4 {
	position: relative;
	top: 11px;
	margin-left: 10px;
	padding: 8px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.chzn-results {
	color: #000;
}
/* Footer */
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
	background: #151618;
	background: rgba(21, 22, 24, .95);
	font: 13px Gotham-Book, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}
#tweet {
	float: left;
	margin: 25px 0 0 20px;
}
.twitter-timeline {
	width: 400px;
	height: 150px;
	float: left;
	margin-left: 20px;
	color: #4cabd1;
}
a.twitter-timeline {
	margin-top: 40px;
}
footer li {
	float: none;
	display: block;
}
#social {
	float: right;
	margin: 20px 15px 0 0;
	overflow: hidden;
}
#tools a,
#tools span {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}
#social .addthis_button_tweet {
	margin: 0 0 0 15px;
}
.touch .addthis_button_tweet {
	margin-left: 95px;
}
#copyright {
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #999;
}
#copyright a {
	color: #999;
}
/* Flexslider */
.flex-disabled {
	display: none !important;
}
.flexslider, .flexslider2 {
	position: relative;
	height: 482px;
	padding: 0 40px;
	overflow: hidden;
}
#main .flex-direction-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -25px 0 0 -40px;
	list-style: none;
}
#main .flex-direction-nav li:first-child {
	position: absolute;
	right: auto;
}
#main .flex-direction-nav li {
	position: absolute;
	right: 0;
	left: auto;
}
.flex-next {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/next-arrow.png);
}
.flex-prev {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/prev-arrow.png);
}
/* Home */
body.home {
	background: #000 url(../images/new-home-bg.jpg) center center;
	background-size: auto;
	overflow: hidden;
}
.home #logo {
	margin-top: 20px;
}
.home #nav {
	margin-top: 10px;
}
.home #bottom-left-coral {
	bottom: 0;
	width: 452px;
}
.home #main {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#quotes,
#quotes2,
#trailer2,
#movie,
#trailer {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

#quotes {
	width: 194px;
	height: 148px;
	margin: -175px 0 0 -240px;
}
#quotes img {
	position: absolute;
}
#quotes-img2 {
	display: none;
}
#quotes2 {
	color: #4d4c3c;
	text-transform: uppercase;
}
#quotes2 {
	width: 175px;
	margin: -105px 0 0 70px;
	/*font: 16px Gotham-Bold, Helvetica, Arial, sans-serif;*/
	font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
}
#movie {
	margin: 90px 0 0 -230px;
	/*display: none;*/
}
#movie a, #trailer a, #trailer2 a {
	opacity: 1;
}
#movie a:hover,
#trailer a:hover,
#trailer2 a:hover {
	opacity: .8;
}
#trailer, #trailer2 {
	margin: 70px 0 0 -104.5px;
	z-index: 2000;
}
#trailer a img, #trailer2 a img{
	border-style: none !important;
}

.yekra{
	margin: 50px 0 0 10px;	
	display:block !important;
}


#poster-logo {
	position: absolute;
	bottom: 65px;
	width: 100%;
	height: 294px;
	background: url(../images/poster-logo.png) no-repeat center center;
}
#mobile-poster, #mobile-poster2 {
	display: none;
}
#side {
	position: fixed;
	top: 0;
	right: 0;
	width: 190px;
	height: 100%;
	padding: 20px 15px 0 55px;
	z-index: 5;
	background: url(../images/right-coral-bg.png) repeat-y;
	text-align: right;
	font-size: 11px;
	font-family: InterstateMono, Helvetica, Arial, sans-serif;
}
#ad img {
	width: 300px;
}
#top-right-coral,
#bottom-right-coral {
	right: 0;
	width: 271px;
	height: 360px;
	background: url(../images/top-right-coral.png) no-repeat;
}
.home .twitter-timeline {
	position: relative;
	right: 15px;
	float: none;
	margin: -10px 0 15px 0;
	display: block;
}
.home a.twitter-timeline {
	padding: 42px 0;
}
#side p {
	margin-top: 5px;
	line-height: 15px;
	color: #ebebeb;
	text-transform: uppercase;
}
#side a {
	margin-top: 5px;
	display: block;
	color: #4cabd1;
	text-transform: uppercase;
}
#side a:hover {
	color: #fff;
}
.home #social {
	width: auto;
	margin: 20px 0 0 0;
}
#ad {
	margin: 20px 0 0 -110px;
}
#ad li {
	list-style: none;
}
#ad a {
	margin: 0;
}
#home-leaderboard {
	position: absolute;
	top: 0;
	left: 50%;
	width: 728px;
	height: 90px;
	margin-left: -364px;
	list-style: none;
}
#leaderboard {
	list-style: none;
}
#leaderboard li {
	margin: 0;
}
#leaderboard img {
	margin-bottom: 10px;
}
#bottom-right-coral {
	top: auto;
	bottom: 0;
	width: 385px;
	background-image: url(../images/bottom-right-coral.png);
}
.home .backstretch {
	opacity: 0;
}
/* Open Your Eyes */
ul#issues {
	margin: 20px 0 0 0;
	list-style: none;
}
#issues li {
	float: left;
	margin: 0;
}
#issues a {
	display: block;
	opacity: 1;
}
#issues a:hover {
	opacity: .6;
}
#issues img {
	display: block;
}
#guides {
	width: 48.5%;
	float: left;
}
#guides ul,
#guides li {
	margin: 0;
	list-style: none;
}
.biography .page-item-238 {
	width: auto;
}
.education #main {
	max-width: 930px;
}
/*.education h3 {
	margin: 40px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: 1px solid rgba(249, 249, 249, .2);
	color: #eaf2ee;
	text-transform: uppercase;
	font: 45px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
}*/



.education #main .subnav {
	position: relative;
	width: 250px;
	height: 360px;
	float: left;
	margin: 20px 50px 0 0;
	z-index: 1000;
	font-weight: bold;
	letter-spacing: -1px;
}
.education #main .subnav li {
	left: 0 !important;
	padding: 15px 0 5px 35px;
	display: block;
	background: url(../images/arrow2.png) no-repeat 5px 10px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
.education #main .subnav li:first-child {
	border: 0;
}
.education #main .cf li {
	position: relative;
	left: 40px;
}
.education blockquote {
	margin-left: 300px;
	color: #333;
}


#guides img {
	display: block;
}
#download {
	clear: both;
}
#download img {
	width: 90px;
	margin: 25px auto 0 auto;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 20px 35px;
}
#excerpt {
	position: relative;
	background: url(../images/quote.png) no-repeat 0 45px;
}
#excerpt h3 {
	margin-top: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: 1px solid rgba(249, 249, 249, .2);
	line-height: 16px;
	font-size: 15px;
	font-family: BlairITC-Medium, Helvetica, Arial, sans-serif;
	color: #eaf2ee;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .31);
	text-transform: uppercase;
}
#excerpt p {
	margin: 35px 20px 0 10px;
	line-height: 36px;
	text-align: justify;
	font-size: 19px;
	font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
	text-shadow: none;
	text-transform: none;
}
#quotation {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 72px;
	height: 65px;
	background: url(../images/quote2.png);
}
#next-previous {
	margin-top: 20px;
	border-top: 10px solid #d5d5d5;
}
#main a.next,
#main a.prev,
#main a.previous {
	float: left;
	margin-top: 10px;
	padding: 5px 15px;
	background: #ea203a;
	font: 24px CompactaBT-Bold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#main a.next,
#main a.prev {
	position: relative;
	top: 0;
}
.page-numbers {
	position: relative;
	top: 20px;
}
#main a.next:hover,
#main a.prev:hover,
#main a.previous:hover {
	color: #fff;
}
#main a.next {
	float: right;
}
#bottom-nav {
	margin-top: 20px;
	border-top: 10px solid #d5d5d5;
}
#bottom-nav .subnav {
	margin-top: 15px;
}
#main a#back-to-top {
	float: right;
	margin-top: 10px;
	padding: 5px 15px;
	background: #ea203a;
	font: 24px CompactaBT-Bold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
/* Change the World */
.change #main, .sign #main, .conservationist #main, .education #main {
	max-width: 1145px;
}
#main .cards {
	margin: 0;
	font: 13px GothamBook, Helvetica, Arial, sans-serif;
	color: #939598;
	list-style: none;
}
#main .cards a:hover {
	color: #4cabd1;
}
#main .cards li {
	position: relative;
	width: 205px;
	height: 462px;
	float: left;
	margin-right: 10px;
	background: #fff;
	cursor: pointer;
}
.cards li img {
	margin: 4px 0 0 4px;
}
.cards li h3 {
	margin: 10px 0 0 10px;
	font-size: 47px;
	color: #ea203a;
}
.cards li p {
	width: 185px;
	margin: 0 0 0 10px;
	padding-top: 10px;
	border-top: 10px solid #000;
	line-height: 15px;
	text-shadow: none;
}
.more {
	position: absolute;
	bottom: 5px;
	right: 0;
	margin: 5px 10px 0 0;
	font: 26px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #d1d2d3;
	text-transform: uppercase;
}
.take-action h2 {
	line-height: 60px;
}
body.sharkwater {
	background-image: none;
	background-color: #000;
}
.sharkwater #main a {
	color: #33ccff;
}
.sharkwater #main a:hover {
	color: #fff;
}
.sharkwater h1, .sharkwater h2, .sharkwater h3 {
	font: 38px CompactaBT-Bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sharkwater h1 {
	margin-bottom: -20px;
	font-size: 56px;
}
.sharkwater #tools {
	margin-top: -5px;
}
.sharkwater h3 {
	font-size: 28px;
}
/* The Movie */
body.movie {
	background: #000 url(../images/movie-bg.jpg) 102px 6px;
	background-size: auto;
}
.movie #main {
	max-width: 100%;
	margin: 0;
	padding-right: 50px;
	padding-left: 290px;
	background: url(../images/logo.jpg) no-repeat 35px 0;
}
.button {
	margin-right: 10px;
	padding: 5px 15px;
	background: #ea203a;
	font: 30px knockouthtf47-bantamweight, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.button:hover {
	color: #fff;
}
.logo {
	opacity: 0;
}
.movie h3 {
	max-width: 655px;
	padding-top: 25px;
	border-top: 10px solid #fff;
	font: 45px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #eb203b;
}
.movie h3 a {
	color: #eb203b;
}
.movie p {
	max-width: 655px;
	color: #cbe7da;
}
.synopsis-button {
	margin-top: -15px;
	display: block;
	font: 30px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
	color: #d1d2d3;
	text-transform: uppercase;
}
.synopsis-more {
	display: none;
}
ul#list {
	margin: 0;
	list-style: none;
}
#list a {
	color: #ccc;
}
#list a:hover {
	color: #4cabd1;
}
#list li {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .56);
}
#list li:first-child {
	border: 0;
}
.picture {
	width: 9.1%;
	float: left;
}
.picture img {
	display: block;
	opacity: 1;
}
.picture img:hover {
	opacity: .6;
}
.small {
	margin-top: 15px;
	display: block;
}
.small img {
	width: 47.6%;
	float: left;
}
.last img {
	margin-left: 4.8%;
}
.info {
	width: 90.9%;
	float: left;
}
.info h3 {
	margin: 0 0 0 15px;
	text-transform: uppercase;
}
.info span {
	margin: 0 0 0 15px;
}
.info p {
	margin: 5px 0 0 15px;
}
.info a {
	margin: 10px 0 0 15px;
}
.info h3 a {
	margin: 0;
}
.info h3 a:hover span {
	color: #4cabd1;
}
.info h3 span {
	color: #fff;
}
.read {
	float: none;
}
.read:hover {
	color: #fff;
}
#press {
	width: 47%;
	float: left;
}
#press h3, #speaking h3 {
	margin-top: 65px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: 1px solid rgba(249, 249, 249, .2);
	line-height: 16px;
	font-size: 15px;
	font-family: BlairITC-Medium, Helvetica, Arial, sans-serif;
	color: #eaf2ee;
	text-transform: uppercase;
}
#press a {
	margin-top: 20px;
	display: block;
}
#speaking {
	width: 47%;
	float: right;
}
.gallery #main {
	max-width: 100%;
	margin-right: 50px;
}
#main #jig1,
#main #jig2,
#main #jig3 {
	margin-top: 15px;
}
.quote {
	width: 40%;
	min-height: 65px;
	float: left;
	margin: 45px 5% 0 5%;
	background: url(../images/quote2.png) no-repeat right 0;
	text-align: center;
}
.reviews .quote h3 {
	margin-top: 20px;
	padding: 0;
	border: 0;
	line-height: 15px;
	font-size: 13px;
	font-family: BlairITC-Medium, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.reviews p {
	margin-top: 5px;
	line-height: 11px;
	font-size: 9px;
	font-family: BlairITC-Medium, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .31);
	text-transform: uppercase;
}
.reviews h3 {
	margin: 60px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: 1px solid rgba(249, 249, 249, .2);
	color: #eaf2ee;
	text-transform: uppercase;
	font: 45px knockouthtf46-flyweight, Helvetica, Arial, sans-serif;
}
.rve {
	clear: both;
	margin-bottom: 40px;
	overflow: visible !important;
	color: transparent;
}
.page_navigation {
	text-align: center;
}
.page_link {
	margin: 0 5px;
}
.reviews #list {
	margin-top: -5px;
}
.reviews #list li {
	float: left;
	margin: 7px 3.5px 0 3.5px;
	padding: 0;
	border: 0;
}
.reviews .picture {
	width: 100%;
	background: #fff;
}
#user-reviews {
	width: 47.7%;
	float: left;
}
#user-reviews a {
	color: #fff;
}
#user-reviews ul,
#user-reviews li {
	margin: 0;
	list-style: none;
}
#user-reviews li {
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: 1px solid rgba(249, 249, 249, .2);
}
#user-reviews div {
	margin-top: 10px;
	font: 9px BlairITC-Medium, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#user-reviews div span {
	float: right;
}
#submit-review {
	width: 47.7%;
	float: left;
	margin-left: 4.6%;
	font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#submit-review label,
#submit-contest label {
	margin-top: 20px;
	display: block;
}
.red {
	color: #bc1835;
}
.contests-form-holder {
    width:80%;
}
#submit-contest input.error {
    border:1px solid red;
}
#submit-contest label.error {
    color: red;
    border:1px solid red;
    max-width:185px;
    margin-top:0px;
    text-align:center;
}
#submit-review input,
#submit-review textarea,
#submit-contest input,
#submit-contest textarea,
#loginform input[type="text"],
#loginform input[type="password"] {
	width: 100%;
	height: 30px;
	margin-top: 5px;
	border: 0;
	background: rgba(249, 250, 250, .9);
}
#submit-contest input {
    max-width:70%;
}
#submit-review textarea {
	height: 75px;
}
#submit-review input[type="submit"],
#submit-contest input[type="submit"],
#loginform input[type="submit"] {
	/*width: 100%;
	margin-top: 5px;
	padding-top: 15px;
	background: none;
	border: 0;
	border-top: 1px solid #f9f9f9;
	border-top: 1px solid rgba(249, 249, 249, .2);
	text-align: right;
	font: 13px BlairITC-Medium, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;*/
	width: auto;
	height: auto;
	float: right;
	margin-top: 5px;
	padding: 5px 15px;
	background: #ea203a;
	font: 24px CompactaBT-Bold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
#loginform input[type="text"],
#loginform input[type="password"] {
	width: 50%;
	display: block;
}
#loginform input[type="submit"] {
	text-align: left;
}
#main .read.gallery-previous,
#main .read.gallery-next {
	position: absolute;
	top: 240px;
	left: -60px;
	width: 46px;
	height: 40px;
	padding: 0;
	z-index: 10000;
	background: none;
	text-align: center;
	font: 36px Arial;
}
#main .read.gallery-next {
	left: auto;
	right: -60px;
}
.gallery-previous a,
.gallery-next a {
	position: relative;
	top: -4px;
	padding-bottom: 5px;
	display: block;
	background: #ea203a;
	border-radius: 40px;
	color: #fff;
}
/* Rob Stewart */
body.biography {
	background: #000;
}
.biography #main {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.biography #main .subnav a {
	color: #999;
}
.panel {
	position: relative;
	height: 950px;
	padding: 45px 0 0 300px;
	background: url(../images/rob.jpg);
	background-size: cover;
}
.biography h1, .biography h2 {
	width: 320px;
}
.biography h2 {
	padding-bottom: 20px;
	border-bottom: 10px solid #000;
	color: #eb203b;
}
.panel p {
	width: 320px;
	font: 13px GothamRounded-Book, Helvetica, Arial, sans-serif;
	text-shadow: none;
}
.panel p:first-child {
	padding-top: 30px;
	border-top: 10px solid #000;
}
.arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: url(../images/arrow.png);
}
#panel {
	color: #666;
}
#panel p:first-child {
	padding: 0;
	border: 0;
}
#panel2 {
	padding-top: 85px;
	background-image: url(../images/rob2.jpg);
	background-position: center center;
	color: #2d4d76;
}
#panel3 {
	height: 960px;
	padding-top: 80px;
	background-image: url(../images/rob3.jpg);
	background-position: 175px 0;
	color: #fff;
}
#panel3 p:first-child {
	border-color: #eb203b;
}
#panel3 div, #panel2 .mobile-div {
	width: 320px;
	padding: 20px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
#panel2 .mobile-div {
	background: rgba(0, 0, 0, .4);
}
body.media {
	background: #000 url(../images/movie-bg.jpg);
	background-size: auto;
}
.view-gallery {
	float: right;
}
.media #main {
	max-width: 694px;
}
.media h1 {
	color: #fff;
}
.media h2 {
	color: #eb203b;
}
.media h3 {
	max-width: 654px;
	padding-top: 20px;
	border-top: 10px solid #fff;
	font-size: 42px;
	color: #e5e5e5;
}
.media .flexslider, .media .flexslider2 {
	margin-left: -40px;
}
.media .flexslider2 {
	height: 320px;
}
#card {
	max-width: 646px;
	padding: 4px 4px 10px 4px;
	background: #fff;
	font: 13px GothamBook, Helvetica, Arial, sans-serif;
	color: #939598;
}
#card h3 {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 47px;
	color: #ea203a;
}
#card p {
	margin: 0 0 0 10px;
	padding-top: 10px;
	border-top: 10px solid #000;
	line-height: 15px;
	text-shadow: none;
}
.media #main .cards.photo-cards li {
	height: auto;
	text-align: center;
	background: none;
}
.media #main .cards li {
	height: 330px;
	margin-right: 20px;
}
.media .cards li h3 {
	padding: 0;
	border: 0;
}
body.contact {
	background-image: url(../images/contact-bg.jpg);
}
.contact a {
	color: #fff;
}
.contact a:hover {
	color: #4cabd1;
}
.contact h2 {
	color: #eaeaea;
}
.contact h3 {
	margin-top: 35px;
	padding-top: 25px;
	border-top: 10px solid #000;
	font-size: 48px;
	color: #e5e5e5;
}
.column {
	width: 33%;
	float: left;
	font: 13px GothamRounded-Book, Helvetica, Arial, sans-serif;
}
.contact h4 {
	margin-top: 25px;
	font-size: 36px;
	color: #d1d2d3;
}
.column p {
	margin-top: 0;
	line-height: 14px;
}
.contact strong {
	font: 13px GothamRounded-Book, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
/* News */
#list.news li {
	padding-top: 30px;
}
.news h3 {
	margin-top: 0;
}
.news .picture {
	width: 23%;
}
.news .info {
	width: 77%;
}
/* Store */
#list.store li {
	padding: 0;
	border: 0;
	margin-top: 60px;
}
#list.store li:first-child {
	margin-top: 15px;
}
.store .picture {
	width: 23%;
}
.store .info {
	width: 77%;
}
.store h3 {
	margin-left: 25px;
}
.store h2 {
	margin: 0 0 0 25px;
	color: #eaf2ee;
}
.store p {
	margin: 20px 0 0 25px;
}
.price {
	margin-left: 25px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .56);
}
.price h3 {
	float: left;
	margin: 0;
}
#paypal {
	float: left;
	margin: 5px 0 0 20px;
}
.mobile-rob-img {
	display: none;
}
/* Transitions */
header a,
#main a,
#main a span,
.picture img {
	-moz-transition: all .8s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .8s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
	transition: all .8s cubic-bezier(.19, 1, .22, 1);
}
/* Firefox */
@-moz-document url-prefix() {
	h3 {
		line-height: 46px;
	}
	.sharkwater h1 {
		margin: 0 0 -15px 0;
	}
	
/* *affiliate list*/

}
/* Media Queries */
@media (max-height: 670px) {
	/*#nav {
		line-height: 12px;
	}*/
}
@media (min-width: 1025px) and (max-width: 1195px) {
	#twitter-widget-1 {
		display: none;
	}
}
@media (max-width: 900px) {
	#main .read.gallery-previous,
	#main .read.gallery-next {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	body {
		font-size: 13px;
	}
	header {
		position: relative;
		width: 100%;
		height: auto;
		background: #000;
	}
	#logo {
		float: left;
		margin: 20px 0 15px 20px;
	}
	.home h1 {
		color: #101010;
	}
	#nav,
	#quotes,
	#quotes2,
	#movie,
	#poster-logo,
	#tweet,
	.coral,
	.home .backstretch,
	.biography .backstretch,
	.media .backstretch,
	#searchform,
	.scroll-pane,
	#home-leaderboard {
		display: none !important;
	}
	.mobile-content,
	#page_id {
		display: block;
	}
	#social {
		float: left;
		margin: 0 0 20px 0;
	}
	#copyright {
		text-align: left;
		margin-left: 20px;
	}
	#mobile-nav-button, #mobile-poster {
		display: block;
	}
	#main {
		width: 90%;
		max-width: 100%;
		margin: 40px 0 0 0;
		padding: 0 5%;
	}
	footer {
		position: relative;
		height: auto;
		margin-top: 55px;
	}
	.twitter-timeline {
		width: 90% !important;
		height: auto;
	}
	.home .twitter-timeline {
		right: auto;
	}
	body.home {
		background: #101010;
		background-image: none !important;
		overflow: auto;
	}
	.touch body.contact {
		background: none;
	}
	.home header {
		width: 100%;
		background: none;
	}
	.home #mobile-nav-button {
		margin-top: 30px;
	}
	.home #main {
		top: -89px;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#quotes {
		margin: -160px 0 0 -180px;
	}
	#quotes img {
		width: 80%;
	}
	#quotes2 {
		width: auto;
		margin: -105px 0 0 55px;
		/*font-size: 14px;*/
		font-size: 25px;
	}
	#movie, #trailer, #trailer2{
		position: absolute;
/*		width: 188px;*/
		margin: 0 auto;
		width: 209px;
	}
	#trailer, #trailer2 {
		
		margin: 30px 0 0 -104.5px;
	}



	#side {
		position: relative;
		top: -89px;
		width: 90%;
		height: auto;
		margin-top: 15px;
		padding: 0 5% 20px 5%;
		background: none;
		text-align: left;
	}
	#ad {
		width: 180px;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	#main .pf-alignleft {
		float: none;
	}
	#tools .addthis_toolbox {
		float: none;
		margin-left: 0;
	}
	#guides,
	#download,
	#press,
	#speaking,
	#user-reviews,
	#submit-review {
		width: 100%;
		margin: 0;
	}
	.alignright {
		float: none;
		margin: 0 auto 20px auto;
		display: block;
	}
	.movie #main {
		padding: 0 5%;
		background: none;
	}
	.logo {
		opacity: 1;
	}
	.reviews .quote h3 {
		font-size: 12px;
	}
	#loginform input[type="text"],
	#loginform input[type="password"] {
		width: 100%;
	}
	.gfield_label {
		font-size: 11px;
	}
	.biography #main {
		width: 100%;
	}
	body.biography {
		background: #fff;
	}
	.panel {
		height: auto !important;
		padding: 45px 5% 0 5%;
		padding-top: 45px !important;
		background: none !important;
	}
	.arrow {
		display: none;
	}
	.mobile-div {
		width: auto !important;
		padding: 0 !important;
		background: none !important;
		color: #000 !important;
	}
	#panel3 div {
		width: auto !important;
		padding: 0 !important;
		background: none !important;
		color: #000 !important;
	}
	.store .picture,
	.news .picture {
		width: 170px;
		float: none;
		margin: 0 auto;
	}
	.store .info,
	.news .info {
		width: 100%;
		float: none;
		margin-top: 110px;
	}
	.news .info {
		margin-top: 20px;
	}
	.news .read {
		margin-left: 0;
	}
	.store h3, .store h2, .store p, .price,
	.news h3, .news h2, .news p, .news span {
		margin-left: 0;
	}
	.price h3 {
		float: none;
		text-align: center;
	}
	#paypal {
		width: 175px;
		float: none;
		margin: 20px auto 0 auto;
	}
	.biography h2, .biography h2, .biography p {
		width: auto;
	}
	.wp-caption.alignright {
		width: 100% !important;
		margin: 20px 0 0 0;
	}
	#panel3 {
		background-position: 0;
	}
	#panel3 div, #panel2 .mobile-div {
		width: 90%;
		margin: 0 auto;
	}
	.biography h2 {
		border: 0;
	}
	.panel {
		height: 1130px;
	}
	#panel p:first-child {
		padding-top: 30px;
		border-top: 10px solid #000;
	}
	.mobile-div {
		margin: 0 auto;
		padding: 20px;
		background: rgba(0, 0, 0, .4);
		color: #fff;
	}
	.mobile-rob-img {
		display: block;
	}
	#ad img {
		width: auto;
		height: auto;
	}
	.media .flexslider, .media .flexslider2 {
		margin: 0;
	}
	.movie .backstretch {
		display: none;
	}
	body.sharkwater {
		background: #000 !important;
	}
	.backstretch {
		padding-bottom: 100px !important;
		overflow: visible !important;
		background: #000 !important;
	}
	.backstretch img {
		zoom: 1.2;
	}
	.column {
		width: 100%;
		text-align: center;
	}
	.education #main .subnav {
		width: 100%;
		float: none;
	}
	.education #main .cf li {
		left: 0;
	}
	.education blockquote {
		margin-left: 0;
	}
	.biography h1, .biography h2 {
		width: auto;
	}
}
@media (max-width: 320px) {
	h1 {
		font-size: 56px;
	}
}
@media (max-width: 499px) {
	.media #main .cards {
		width: 205px;
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	.reviews #list {
		width: 200px;
		margin: 0 auto;
	}
	.reviews #list li {
		margin: 7px 0 0 0;
	}
}
@media (min-width: 900px) and (max-width: 950px) {
	#side {
		width: 150px;
	}
	#ad {
		margin-left: -30px !important;
	}
}
/* Home Media Queries */
@media (min-width: 900px) {
	body.home {
		background-image: url(../images/new-mobile-home-bg4.jpg);
		background-color: #020202;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.home header, .home #side, .home #top-left-coral, .home #bottom-left-coral, .home #top-right-coral, .home #bottom-right-coral {
		background: none;
	}
	#poster-logo {
		bottom: -35px;
		background-size: 622px 196px;
	}
	#quotes2 {
		margin-top: -125px;
	}
	
.yekra{
	margin: 50px 0 0 -150px !important;	
	display:block !important;
}	
}
@media (min-width: 900px) and (min-aspect-ratio: 1985/1344) {
	body.home {
		background-image: url(../images/new-mobile-home-bg2.jpg);
		background-color: #090909;
		background-size: contain;
	}
}

@media (min-width: 1200px) and (max-height: 700px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 1200px) and (max-height: 700px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-size: contain;
	}
}
@media (min-width: 1400px) and (max-height: 900px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 1400px) and (max-height: 900px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 1600px) and (max-height: 1100px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 1600px) and (max-height: 1100px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 1800px) and (max-height: 1300px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 1800px) and (max-height: 1300px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 2000px) and (max-height: 1500px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 2000px) and (max-height: 1500px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 2200px) and (max-height: 1700px) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 2200px) and (max-height: 1700px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 2400px) and (max-height: 1900px) and (max-aspect-ratio: 1/.75) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: cover;
	}
	.home header {
		width: 215px;
		background: url(../images/left-cliff.png) no-repeat right 0 !important;
	}
	#side {
		background: url(../images/right-cliff.png) no-repeat !important;
	}
}
@media (min-width: 2400px) and (max-height: 1900px) and (min-aspect-ratio: 2560/1344) {
	body.home {
		background-image: url(../images/new-home-bg.jpg);
		background-color: #000;
		background-size: contain;
	}
	
	#quotes {
		margin-left: -340px;
	}
	#quotes2 {
		width: auto;
		margin-left: 170px;
		font: 25px Gotham-Bold, Helvetica, Arial, sans-serif;
	}
}
/* Quotes */
@media (max-height: 800px) {
	#quotes2 {
		margin-left: 70px !important;
		margin-top: -95px !important;
	}
	#quotes {
		margin-left: -240px !important;
		margin-top: -145px !important;
	}
}
@media (min-width: 2500px) and (min-height: 1400px) {
	#quotes2 {
		margin: -205px 0 0 170px;
	}
	#quotes {
		margin: -275px 0 0 -340px;
	}
	#poster-logo {
		bottom: 65px;
		background-size: auto;
	}
}
/* Ads */
@media (max-width: 1175px) {
	#home-leaderboard {
		position: absolute;
		top: 0;
		left: 50%;
		width: 500px;
		height: 90px;
		margin-left: -250px;
		list-style: none;
	}
	#ad {
		margin: 0px auto;
		max-width:300px;
		width:100%;
	}
	#ad img {
		max-width: 300px;
		width:100%;
	}
}