/*   
Theme Name: Orange County Film Festival
Theme URI: http://thegkwco.com
Description: Customized Wordpress Template By theGKWco
Author: theGKWco
Author URI: http://thegkwco.com
Version: 1.0
*/

/*
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */

object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*Font Usage

font-family:'Futura BT W01 Book';
font-family:'FuturaBTW01-BookItalic';
font-family:'Futura BT W01 Medium';
font-family:'FuturaBTW01-MediumItali';
font-family:'Futura BT W01 Bold';

*/



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body {
	font-size: 14px;
	font-family:'Futura BT W01 Book';
	min-width: 1188px;}

body, select, input, textarea {color: #000000;}

a {	color: #d8332d;
	text-decoration: none;
}
a:hover {
	color: #000;}

::-moz-selection{background: #d8332d; color: #fff; text-shadow: none;}
::selection {background: #d8332d; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #d8332d;} 

ins {background-color: #d8332d; color: #fff; text-decoration: none;}
mark {background-color: #d8332d; color: #fff; font-style: italic; font-weight: bold;}

em{
	font-family:'FuturaBTW01-BookItalic';
	font-style: normal;	
}

.medium{
	font-family:'Futura BT W01 Medium';
}

b, strong{
		font-weight: normal;
		font-family:'Futura BT W01 Medium';
}

p{
		line-height: 1.71;
		padding-top: 30px;
}

.large-p{
	font-size: 18px;
}

.larger-p{
		font-size: 22px !important;
		line-height: 1.4;
}

.hover-block .block-section .larger-p{
		margin-top: 10px;
}


.center{
		text-align: center;
}

h1, h2, h3, h4, h5, h6, h7, h8{
		font-weight: normal;
}

h1, .page-menu{
		font-size: 26px !important;
		line-height: 1.0;
		letter-spacing: .0667em;
		
}

h2{
		font-size: 36px;
		letter-spacing: .1367em;
		padding-bottom: 4px;
		
}

h3{
		font-size: 44px;
		line-height: 1.27;
		padding-bottom: 15px;
}

h4{
		font-size: 64px;
		line-height: 1.03;
		padding-top: 50px;
}

h5{
		font-size: 16px;
		line-height: 1.5;
}

h6{
		font-size: 22px;
}

h7{
		font-size: 69px;
}

.caps{
		text-transform: uppercase;
}

.spaced{
		letter-spacing: 0.023em;
}

.medium em{
	font-family:'FuturaBTW01-MediumItali';
}

.block-lead{
		font-size: 22px;
		line-height: 1.27;
}

.sub-title-sub{
		padding-top: 10px;
}



.blue{
	color: #d8332d;
}

.black{
		color: black;
}

.white{
		color: white;
}

a .white{
	color: white !important;}

.blue-bg{
		background-color: #d8332d;
}

.white-bg{
		background-color: white;
}

.trans{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
}

*:focus
{
    outline: none;
}




/* Grid
-------------------------------------------------------------------------------*/

#page-wrap {
	width: -webkit-calc(1188px - (30px*2));
	width: -moz-calc(1188px - (30px*2));
	width: calc(1188px - (30px*2));
	margin: 0 auto;}
	
.float{
	margin-right: 30px;
}

.grid{
	float: left;
	position: relative;
}

.grid-flush{
	float: right;
	position: relative;
	margin-right: 0px;
}

.full{ width: 100%;}

.two-column{ width: 549px;}

.three-column{ width: 356px;}

.sidebar{width: 135px;}
.one-column{ width: 963px;}

.sidebar-video{width: 178px;}
.one-column-video{width: 920px;}

.left{width: 798px;}
.right{width: 300px;}

.grid-four{
		width: 282px;
}

.video-left{
		width: 576px;
}

.video-column{
		width: 142px;
		float: left;
		position: relative;
		margin-left: 30px;
		
}

.grid-three{
		width: 376px;
}

.section{
	padding-bottom: 15px;
}

.content{
	padding-top: 80px;
	padding-bottom: 85px;
	background-color: white;
}

.the-page{
		z-index: 2;
		width: 100%;
		background-color: white;
		float: left;
		position: relative;
		margin-bottom: 439px;
		overflow: hidden;
}

.row{
		padding-top: 70px;
}

.row > p.large{
		padding-top: 3px;
}

.banner{
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		font-size: 16px;
		width: 263px;
		height: 31px;
		line-height: 31px;
		background-image: url('images/bg-banner.png');
		background-size: 263px 31px;
}

/*Shadows*/

		.drop-shadow {
        	width: 98%;
        	margin-left: 1%;
        	margin-top: 30px;
        	height: 70px;
            background:#fff;
            margin-top: -73px;
            
            
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:0px / 800px;
            border-radius:0px / 800px;
        }
        
         .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:600px / 10px;
            border-radius:600px / 10px;
            overflow-y: hidden;
        }
 
        

/*Form Box*/

.form-box{
		border: 1px solid #cccccc;
		padding: 20px;
}  

.check-back{
		margin-top: 40px;
		margin-bottom: 80px;
		text-align: center;
}

.form-box label{
		display: none;
}

.form-box.section{
		margin-bottom: 50px;
}   

.form-box .three-column h5{
	height: 40px;
	line-height: 40px;
} 

.form-box input{
		margin-top: 5px;
}

.form-box.right .three-column{
	margin-bottom: 25px;
}

.form-box.right input{
		margin-bottom: 10px;
}

.form-box.right input[type=submit]{
		margin-top: 20px;
}

.form-box h5{
		line-height: 1.2;
}


/*Form Fields*/

input[type=text], input[type=email], input[type=tel], input[type=password]{
	font-family: arial;

	font-size: 13px;
	border: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 92%;
	color: #c2c2c2;
}

textarea{
	border: 1px solid #cccccc;
	padding: 10px;
	color: #c2c2c2;
	width: 92%;
	font-size: 13px;
	line-height: 1.3;
		
}

.gfield_error input[type=text], .gfield_error input[type=email], .gfield_error input[type=tel], .gfield_error input[type=password]{
		border: 1px solid #ff0000;
}



input.search-box{
		font-size: 36px;
		margin-top: 20px;
}

input[type=text]:focus, input[type=email]:focus,  input[type=tel]:focus, input[type=password]:focus, textarea:focus{
		border: 1px solid #d8332d;
		color: black;
}

input[type=submit]{
	background-color: #d8332d;
	color: black;
	border: 0px;
	padding: 0px;
	width: 127px;
	height: 31px;
	line-height: 31px;
	font-family:'Futura BT W01 Medium';
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.084em;
}

input[type=submit]:hover{
		background-color: black;
		color: #d8332d;
}

#gforms_confirmation_message{
		height: 40px;
		line-height: 40px;
		color: #d8332d;
}

.product-price .ginput_product_price_label, .product-price .ginput_product_price, .product-price .ginput_quantity_label{
		display: none;
}


/*Header*/

#header{

		background-color: white;
		z-index: 2;
		top: 0;
		left: 0;
		padding-top: 50px;
		padding-bottom: 35px;
		min-width: 1220px;
}

.logo{
	display: block;
	width: 188px;
	height: 142px;
	background-image: url('images/figure-logo.png');
	background-size: 188px 142px;
	float: left;
	position: relative;
	
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin-right: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
}

.logo:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
		
}

#top-nav{
		width: 230px;
		font-size: 15px;
		margin-top: -5px;
}

#top-nav li{
		float: left;
		position: relative;
		width: 100%;
		margin-bottom: 7px;
}

#top-nav a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 3px;
		padding-top: 3px;
		color: #000;
		float: left;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
}

#top-nav a:hover, #top-nav .current-menu-item a, #top-nav .current-page-ancestor a{
		background-color: #d8332d;
		color: white;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
}

.banner-nav li{
		margin-top: -50px;
}

.banner-nav li, .banner-nav li a{
	float: right;
	position: relative;
	width: 66px;
	height: 120px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 66px 240px;
	background-position: top left;
}

.banner-nav li a:hover, .banner-nav li.current-menu-item a{
		background-position: bottom left;
}

li.donate a {
		background-image: url('images/button-donate.png');
}

li.submit a {
		background-image: url('images/button-submit.png');
		
}

li.submit{
		margin-right: 12px;
}

#header-social-nav{
		margin-top: 60px;
}



.page-banner{
		height: 330px;
		background-position: left center;
		background-repeat: no-repeat;
}

.student-banner{
		background-image: url('images/banner-student.png');
}

.title-banner{
		height: auto;
		padding-top: 60px;
		padding-bottom: 70px;
}

.store-banner{
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
}

/*Social Nav*/

.social-nav li, .social-nav li a{
		float: left;
		position: relative;
		display: block;
		width: 20px;
		height: 20px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
}

.social-nav li{
		margin-right: 10px;
}

.social-nav li a{
		background-image: url('images/button-social.png');
		background-size: 100px 40px;
	
}

.social-nav li.vimeo a{
		background-position: 0 0;
}

.social-nav li.vimeo a:hover{
		background-position: 0 -20px;
}

.social-nav li.twitter a{
		background-position: 80px 0;
}

.social-nav li.twitter a:hover{
		background-position: 80px -20px;
}

.social-nav li.facebook a{
		background-position: 60px 0;
}

.social-nav li.facebook a:hover{
		background-position: 60px -20px;
}

.social-nav li.pintrest a{
		background-position: 40px 0;
}

.social-nav li.pintrest a:hover{
		background-position: 40px -20px;
}

.social-nav li.email a{
		background-position: 20px 0;
}

.social-nav li.email a:hover{
		background-position: 20px -20px;
}

/*Page Menus*/

.page-menu a{
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-top: 5px;

}

.page-menu li{
		padding-bottom: 20px;
		border-bottom: 2px solid #e8e8e8;
		margin-bottom: 21px;
}

.page-menu li:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
}

/*Campaign Menus*/

.campaign-menu a{

	padding-right: 20px;
	display: block;
	padding-top: 5px;
	color: black;

}

.campaign-menu a:hover, .campaign-menu li.current-menu-item a, .search .campaign-menu li.menu-item-331 a{
		color: #d8332d;
}

.campaign-menu li{
		padding-bottom: 10px;
		
}

.campaign-menu li:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
}

.header-image{
		margin: 0 auto;
}

/*Home*/

#slider{
		float: left;
		position: relative;
		width: 100%;
		height: 584px;
		background-position: center center;
		background-repeat: no-repeat;
		overflow: hidden;
		
}

.view-section{
		display: inline-block;
		float: left;
		font-size: 16px;
		letter-spacing: 0.13em;
		height: 15px;
		line-height: 15px;
		margin-top: 14px;
}

.section-title{
		float: left;
		position: relative;
		width: auto;
		padding-right: 30px;
}

#viewing-room-preview-area .sub-block{
		margin-top: 10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
}

#viewing-room-preview-area .snap-active{
		width: 994px;
}




/*Blocks*/

.sub-block{
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #dddddd;
}

.sub-block:last-child{
		border-bottom: 0px;
}

.block-image{
		margin-bottom: 60px;
}

.question{
	cursor: pointer;
	
}

.response{
	padding-top: 10px;
	line-height: 1.71;
	padding-left: 30px;
	display: none;
		
}

.faq{
	margin-top: 30px;
}

.icon{
		width: 15px;
		height: 15px;
		display: inline-block;
		background-color: black;
		margin-right: 10px;
		background-image: url('images/button-faq.png');
		background-size: 15px 30px;
}

.icon-large{
		width: 40px;
		height: 40px;
		display: block;
		background-color: #d8332d;
		margin-right: 10px;
		background-image: url('images/figure-form.png');
		background-size: 40px 80px;
}

.form-box:hover .icon-large{
		background-position: bottom left;
		background-color: black;
}

.closed{
		background-color: #d8332d;
		background-position: top left;
}

.open{
		background-color: black;
		background-position: bottom right;
}

p.person{
		padding-top: 0px;
}

.no-space{
		letter-spacing: 0px !important;
		font-family:'Futura BT W01 Book' !important;
}

.page-block-column{
		margin-top: 60px;
}

.donation-page .page-block-column{
		margin-top: 0px;
}

.single .page-block-column{
		margin-top: 0px;
}

.page-block-column p{
		padding-top: 15px;
}


.hover-block{
		border: 1px solid #d8332d;
		height: 475px;
		margin-bottom: 30px;
		overflow: hidden;
}

.hover-block a {
		color: black;
}

.hover-block a  h5{
		color: white;
}

.hover-block p{
		padding-top: 20px;
}

.hover-block .block-section p.large-p{
		padding-top: 5px;
}

.hover-block-landing{
		position: absolute;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		pointer-events:none;
}

.hover-block-content{
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 55px;
		margin-top: 475px;

		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
}

.page-banner ul, .hover-block-content ul{
	margin-left: 10px;
	margin-top: 10px;
}

.page-banner ul li, .hover-block-content ul li{
		padding-bottom: 3px;
}

.hover-block:hover .hover-block-content{
		margin-top: 0px;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
}


.block-button{
		position: absolute;
		bottom: 55px;
		text-align: center;
		width: 100%;
		left: 0;
}

.block-section-one{
	border-bottom: 2px solid black;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

.donate-button{
	
		height: 40px;
	
		line-height: 40px;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 27px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
}

.location-button{
	
		height: 50px;
		text-align: left;
		letter-spacing: 0.01em;
		font-size: 18px;
		line-height: 1.4;
		padding-left: 110px;
		padding-right: 70px;
		display: inline-block;
		background-image: url('images/bg-location.png');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 111px 53px;
		
}

.location-button a{
		color: white;
}

#schedule .lead-title{
		display: none;
}



a .donate-button:hover{
		background-color: black;
		color: white;
}

.schedule-lead p{
		padding-top: 0px !important;
}

.address{
		line-height: 1.8
}

.rules {
		margin-top: 30px;
}

.rules li{
		padding-left: 10px;
		background-image: url('images/bg-ul-rules.png');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 5px 18px;
		line-height: 1.8;
		padding-bottom: 9px;
}

.border-bottom{
		line-height: 1.7;
		margin-top: 20px;
		
}

.border-bottom li{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 2px solid #dddddd;
}

.border-bottom li:last-child{
		border-bottom: 0px;
}

.judge-list{
	margin-top: 33px;
}

.judge-list li{
		padding-bottom: 10px;
}

.past-winners li{
		float: left;
		position: relative;
		width: 100%;
}

.award-group{
		padding-bottom: 15px;
}





/*Campaigns*/

.thumb{
		max-width: 156px;
}

.campaign-row{
		margin-bottom: 60px;
}

header .campaign-row{
		margin-bottom: 0px;
}

.campaign-row h3{
		padding-bottom: 0px;
		margin-top: -10px;
}

.campaign-row h6{
		margin-top: -5px;
}

.campaign-row p{
		padding-top: 20px;
}

.campaign-row a{
		color: black;
}

#gform_wrapper_7{
		display: none;
}

.campaign-form ul li{
		float: left;
		position: relative;
		margin-bottom: 30px;
		
}



.campaign-form input[type=text], .campaign-form input[type=email], .campaign-form input[type=tel], .campaign-form input[type=password]{
	font-family:'Futura BT W01 Medium';
	font-size: 32px;
		
}

.campaign-form label{
	font-family:'Futura BT W01 Medium';
	font-size: 14px;	

	
	display: block;
	float: left;
	width: 70%;
}

.campaign-form .gfield_label{
	margin-bottom: 8px;
}

.campaign-form .small-label .gfield_label{
	margin-bottom: 8px;
	width: 25%;
}

.donation-name .ginput_container span{
		width: 48%;
		display: block;
		float: left;
		position: relative;
}

.campaign-form .ginput_container span label, .campaign-form .gfield_description{
		padding-top: 5px;
		color: #c2c2c2;
}

.ginput_full{
		width: 100%;
		display: block;
		float: left;
}

#input_1_5_3_container, #input_7_5_3_container, #input_2_17_3_container, #input_4_5_3_container, #input_5_5_3_container{
		width: 40%;
		display: block;
		float: left;
}

#input_1_5_4_container, #input_7_5_4_container, #input_2_17_4_container, #input_4_5_4_container, #input_5_5_4_container{
		width: 30%;
		display: block;
		float: left;
}

#input_1_5_5_container, #input_7_5_5_container, #input_2_17_5_container, #input_4_5_5_container, #input_5_5_5_container{
		width: 24%;
		display: block;
		float: left;
}

#input_1_5_6_container, #input_7_5_6_container, #input_2_17_6_container, #input_4_5_6_container, #input_5_5_6_container{
		width: 100%;
		display: block;
		float: left;
}

#input_1_5_6, #input_7_5_6, #input_2_17_6, #input_4_17_6, #input_5_17_6{
		float: left;
}

#input_1_5_6_container label, #input_7_5_6_container label, #input_2_17_6_container label, #input_4_17_6_container label, #input_5_17_6_container label{
		width: 100%;
		float: left;
		position: relative;
}

.donation-address .ginput_full, .donation-address .ginput_left, .donation-address .ginput_right{
		margin-bottom: 30px;
}



.donation-amount input[type=text]{
		font-size: 50px;
		padding-top: 28px;
		padding-bottom: 28px;
		background-image: url('images/bg-input-donation-amount.png');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 300px 107px;
		padding-left: 13px;
		width: 290px;
		
}

.donor-list{
		margin-top: 75px;
}

.donor-list ul{
		margin-top: 22px;
}

.donor-list li{
		margin-bottom: 12px;
}

.campaign-header{
		margin-bottom: 30px;
}

.donation-amount input[type=text]:focus, .donation-amount input.clicked[type=text]{
		background-image: none;
}

.donation-amount label{
		display: none;
}

.hide-total, .hide-box{
		display: none;
}

.opt-in input[type=checkbox]{
		float: left;
		margin-right: 10px;
}

.opt-in li{
		width: 100%;
		float: left;
		margin-top: -10px;
}

.gform_card_icon_container{
	
		width: 180px;
		top: 40px;
		right: 70px;
		position: absolute;

}

.gform_card_icon_container div{
		width: 40px;
		height: 25px;
		float: right; 
		position: relative;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url('images/icon-creditcards.png');
		margin-right: 5px;
}

.gform_card_icon_amex{
		background-position: -120px 0px;
}

.gform_card_icon_discover{
		background-position: -40px 0px;
}

.gform_card_icon_visa{
		background-position: -80px 0px;
}

.gform_card_icon_mastercard{}

.gform_card_icon_inactive{
		display: none;
}

.gfield_creditcard_warning_message{
		display: none;
}

#field_4_15 label{
		width: 125px;
}

.gfield_required{
		color: #D8332D;
}

#input_1_1_2_container, #input_4_1_2_container, #input_5_1_2_container{
		width: 50%;
		display: block;
		margin-top: 10px;
		float: left;
}

#input_1_1_5_container, #input_4_1_5_container, #input_5_1_5_container{
		float: left;
		position: relative;
		margin-top: 10px;
}

.campaign-form .gform_footer{
		float: left;
		position: relative;
		width: 100%;
}

.donation-switch-form{
		margin-left: 30px;
		font-size: 16px;
		font-family:'Futura BT W01 Medium';
		margin-top: 30px;
	
}

.campaign-form .donation-switch-form ul li{
		width: 100%;

		float: left;
		position: relative;
		margin-bottom: 10px;
}

.campaign-form input.gform_button[type="submit"]{
		font-size: 32px;
		width: 170px;
		height: 58px;
		line-height: 58px;
		margin-top: 40px;
}

.password-area .ginput_container{
		display: block;
		width: 100%;
}

.password-area .ginput_container span{
		float: left;
		position: relative;
		width: 48%;
}

.validation_error{

	font-size: 16px;
		font-family:'Futura BT W01 Medium';
		color: #ff0000;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
		
}

.campaign-form .gfield_error .validation_message.gfield_description{
		color: #ff0000;
}

/*Blog */

.blog-header{
		padding-bottom: 60px;
}

.blog-sidebar ul{
	list-style: none;
}

.widget{
	margin-bottom: 50px;
}

.widget input{
		margin-bottom: 10px;
}
.widget .gform_footer{
		margin-top: 10px;
}

.widget h5{
		margin-bottom: 30px;
}

.post{
		padding-bottom: 40px;
		margin-bottom: 60px;
		border-bottom: 2px solid #dddddd;
}

.post:last-child{
		border-bottom: 0px;
}

.post-footer{
		margin-top: 30px;
}

.post img{
		margin-bottom: 30px;
}

.meta{
		font-size: 12px;
}

#gkw-load-posts a{
		color: black;
}

#gkw-load-posts{
		margin-bottom: 30px;
}

.post-nav a{
	width: 126px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 15px;
	background-size: 252px 60px;
	background-image: url('images/button-nav.png');
	display: block;
	color: black;
}

.post-nav:hover a{
		color: #23c0d4;
}

.nav-left a{
		background-position: top right;
}

.nav-left:hover a{
		background-position: bottom right;
}

.nav-right:hover a{
		background-position: bottom left;
}

#post-nav{
		margin-top: -10px;
		margin-bottom: 40px;
}

.category-list{
		margin-top: -20px;
}

.category-list li{
		float: left;
		position: relative;
		width: 100%;
		margin-bottom: 5px;
		margin-left: -10px;
}

.category-list li a{
	display: block;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	position: relative;
	color: black;
}


.category-list li a:hover, .category-list li.current-cat a, .blog .category-list li:first-child a{
		background-color: #d8332d;
}


/*PRODUCT STORE*/

.purchase-button{
		width: 178px;
		line-height: 39px;
		height: 39px;
		text-align: center;
		background-image: url('images/button-buy.png');
		background-size: 178px 78px;
		font-size: 23px !important;
		color: black;
}

.red-button{
		width: 178px;
		line-height: 39px;
		height: 39px;
		text-align: center;
		background-image: url('images/button-red.png');
		background-size: 178px 78px;
		font-size: 23px !important;
		color: black;
		display: block;
}

.red-button:hover{
		background-position: bottom left;
		color: #d8332d;
}

.buy-info{
		font-size: 44px;
		height: 39px;
		line-height: 39px;
		color: white;
		padding-top: 30px;
		margin-bottom: 35px;
}

.block-section-two .buy-info{
		padding-top: 10px;
}

.block-section-two .larger-p{
		padding-top: 0px;
}

.block-section-one .buy-info{
		padding-top: 20px;
}

.block-section-one .larger-p{
		padding-top: 0px;
}

.hover-block .small-p{
		font-size: 12px;
		line-height: 1.2;
		padding-top: 10px;
}









/*Footer*/

#footer{
		background-color: #d8332d;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		color: white;
		padding-top: 50px;
		padding-bottom: 100px;
		z-index: 1;
}

#footer .right{ width: 840px;}

#footer .left{ width: 230px;}

#footer .left small{
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;}

.footer-nav li{
		float: left;
		position: relative;
		width: 140px;
		font-size: 12px;
		
}

.footer-nav li a{
		color: black;
		display: block;
		margin-bottom: 9px;
		text-transform: uppercase;
}

.footer-nav li a:hover{
		color: white;
}

.footer-nav li li a{
		color: white;
		text-transform: none;
		margin-bottom: 5px;
}

.footer-nav li li a:hover{
		color: black;
}

#related-nav{
		font-family:'Futura BT W01 Bold';
		font-size: 14px;
		padding-bottom: 14px;
		border-bottom: 1px solid #99e2eb;
		margin-bottom: 20px;
}

#related-nav li, #related-nav li a{
		float: left;
		position: relative;
		width: 100%;
		display: block;
		color: white;
}

#related-nav li a{
		margin-bottom: 16px;
}

#related-nav li a:hover{
		color: black;
}

#footer-social{
	margin-bottom: 30px;
}

#footer-social .social-nav li.vimeo a{
		background-position: 0 -20px;
}

#footer-social .social-nav li.vimeo a:hover{
		background-position: 0 -20px;
}

#footer-social .social-nav li.twitter a{
		background-position: 80px -20px;
}

#footer-social .social-nav li.twitter a:hover{
		background-position: 80px -20px;
}

#footer-social .social-nav li.facebook a{
		background-position: 60px -20px;
}

#footer-social .social-nav li.facebook a:hover{
		background-position: 60px -20px;
}

#footer-social .social-nav li.pintrest a{
		background-position: 40px -20px;
}

#footer-social .social-nav li.pintrest a:hover{
		background-position: 40px -20px;
}

#go-to-top{
	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 10px;
	width: 34px;
	height: 34px;
	background-color: black;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/button-arrows.png');
	background-size: 64px 64px;
	display: none;
	
}

.footer-logo{
		background-image: url('images/figure-logo-footer.png');
		background-size: 350px 20px;
		background-position: top left;
		background-repeat: no-repeat;
		height: 20px;
		margin-bottom: 45px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
}




/*Slider Styles*/
/* v1.0.2 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	background-color: #E8E8E8;
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-link{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	float: left;
	position: relative;
	
	font-size: 15px;
	-webkit-backface-visibility: hidden;

}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}




/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	width: 34px;
	height: 34px;
	float: left;
	position: relative;
	display: block;
	cursor: pointer;

	margin-top: -33px;
}
.rsDefault.rsVer .rsArrow {
	width: 34px;
	height: 34px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: -18px; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: -11px; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	background-image: url('images/button-arrows.png');
	background-size: 64px 64px;

	position: absolute;	
	cursor: pointer;
	
	
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
	
		
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,1.0);
}


.slider-shadow-inner{
		width: 73px;
		height: 1px;
	
		-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.45);
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.45);
		position: absolute;
		z-index: 2;
		margin-left: -1px;
}

.slider-shadow-inner.top-shadow{
		width: 100%;
		margin-top: -1px;
		margin-left: 0px;
		z-index: 3;
}


.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: bottom right; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: bottom left; }
.rsDefault.rsVer .rsArrowLeft:hover .rsArrowIcn { background-position: top right; }
.rsDefault.rsVer .rsArrowRight:hover .rsArrowIcn { background-position: top left; }



.rsDefault .rsArrowDisabled .rsArrowIcn { background-color: rgba(0,0,0,0.4); opacity: .4; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	background: #000;
	background: rgba(0,0,0,0.75);
	text-align: center;
	line-height: 18px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	margin: 0 5px 1px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected  {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	padding-bottom: 4px;
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	padding-right: 4px;
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
		color: white;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	-webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(rs-default.png) no-repeat 0 -32px;
	
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
	/*top: -6px;
	right: -38px;*/
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

#simple-vertical {
  width: 100%;
  height: 584px;
  color: #FFF;
  background-color: transparent;
}
.block-shadow{
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
  

}

.block-area{
		margin-left: 268px;
}

.block-area a{
		color: black;
}

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

.slider-info{
		width: 34px;
		position: absolute;
		z-index: 1;
}

.slider-info:hover{
		width: auto;
}

.slider-info-with{
	margin-left: 96px;
}

.slider-more{
		background-image: url('images/button-more.png');
		background-size: 34px 68px;
		width: 34px;
		height: 34px;
		cursor: pointer;
		float: left;
		position: relative;
		z-index: 1;
		
}

.slider-info:hover .slider-more{
		background-color: black;
		background-position: bottom left;
}

.slider-info-details{
		width: 545px;
		
		color: black;
		z-index: 2;
		float: left;
		position: relative;
		overflow: hidden;
		padding: 0px;
		-webkit-transition: all 0.0s ease-in-out;
		-moz-transition: all 0.0s ease-in-out;
		-o-transition: all 0.0s ease-in-out;
		-ms-transition: all 0.0s ease-in-out;
        max-height:0;
}

.slider-info-details h5{
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
}
 
.slider-info:hover .slider-info-details{
		
		max-height: 500px;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		
}

.slider-info-details p{
		padding-top: 12px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
}


.slider-attend-tab{
		width: 90px;
}

.slider-attend-tab:hover{
			z-index: 2;
			width: auto;
}

.slider-info-tab{
		height: 34px;
		line-height: 34px;
		padding-left: 15px;
		padding-right: 15px;
		cursor: pointer;
		float: left;
		position: relative;
		color: black;
		z-index: 1;
}



.slider-attend-tab:hover .slider-info-tab{
		background-color: black;
		color: #d8332d;
		
}



.slider-attend-info{
		
		max-height: 0;
		width: auto;
		overflow: hidden;
		-webkit-transition: all 0.0s ease-in-out;
		-moz-transition: all 0.0s ease-in-out;
		-o-transition: all 0.0s ease-in-out;
		-ms-transition: all 0.0s ease-in-out;
	
		z-index: 5;
		
		
}

.slider-attend-info ul{
		margin-left: 10px;
		margin-right: 10px;
}

.slider-attend-info li{
		float: left;
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
		border-right:1px solid #fd6b64;

		
}



.slider-attend-info li:after{
		 position:absolute; display:block; content:''; border-right:1px solid #992b05; height:100%; width:100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; z-index: 1;
}

.slider-attend-info li:last-child, .slider-attend-info li:last-child:after{
		border-right: 0px;
}


div.border{border:1px solid #000; position:relative;}
div.border:before{position:absolute; display:block; content:''; border:1px solid red; height:100%; width:100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

.slider-attend-info li a{
		display: block;
		float: left;
		position: relative;
		padding-left: 30px;
		padding-right: 30px;
		height: 55px;
		line-height: 55px;
		font-size: 16px !important;
		z-index: 2;
}

.slider-attend-tab:hover .slider-attend-info{
		max-height: 500px;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
}

/* Viewing Room*/

.viewport{
		overflow-x: hidden;
		overflow-y: visible;
		height: 278px;
		margin-top: 40px;
}

.snap-item{
	background-color: white;
    border: 1px solid #aaaaaa;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
   
    padding: 15px;
    width: 190px;
    height: 276px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.snap-group{
		float: left;
		position: relative;
}

.snap-item img{
		max-width: 100%;
		float: left;
		margin-bottom: 10px;
}

.snap-item:hover{
	border-color: #d8332d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.snap-active{
		width: 760px;
}

.snap-next, .snap-prev{
		width: 67px;
		height: 278px;
		margin-top: 40px;
		cursor: pointer;
		background-image: url('images/arrows-viewroom.png')
		
}

.snap-next{
		background-position: top right;
}

.snap-next:hover{
		background-position: bottom right;
}

.snap-prev{
		background-position: top left;
}

.snap-prev:hover{
		background-position: bottom left;
}

.snap-next[disabled=disabled], .snap-prev[disabled=disabled]{
		zoom: 1;
		filter: alpha(opacity=30);
		opacity: 0.3;
		
}

.viewing-block{
		display: none;
}

a .snap-title{
		margin-bottom: 10px;
		margin-top: 3px;
		color: black;
		background-image: url('images/icon-video.png');
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 27px;
		padding-top: 2px;
}

.snap-more{
	height: 15px;
	line-height: 15px;
	position: absolute;
	bottom: 15px;
	width: 160px;
}

.snap-plus{
		display: block;
		background-image: url("images/figure-form.png");
		background-size: 15px 30px;
		float: left;
		margin-right: 10px;
		height: 15px;
		width: 15px;
		background-color: #d8332d;
}

a:hover .snap-plus{
		background-color: black;
		background-position: bottom left;
}

.video-border{
		border: 1px solid #c6c6c6;
		padding: 25px;
		margin-bottom: 60px;
}

a .snap-overview{
		color: black;
		font-size: 12px;
		line-height: 1.6;
}

.snap-time{
		display: inline-block;
}

.snap-bubble{
		position: absolute;
		
		z-index: 10;
		width: 210px;
		margin-left: -26px;
		margin-top: 20px;
		
	
}

.snap-bubble-tip{
		background-image: url('images/bg-bubble-tip.png');
		background-position: center center;
		background-repeat: no-repeat;
		height: 19px;
		z-index: 2;
}

.snap-bubble-content{
		padding: 25px;
		margin-top: -2px;
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
		z-index: 1;
		font-size: 12px;
		line-height: 1.6;
}

.snap-bubble-content p{
		padding-top: 0px;
		width: 100%;
		float: left;
		padding-bottom: 15px;
		border-bottom: 1px solid black;
		margin-bottom: 15px;
}

.snap-bubble-content h6{
		line-height: 1.2;
		padding-bottom: 5px;
}

.vimeo-area{
		float: left;
		position: relative;
		width: 868px;
		background-color: #dddddd;
		background-image: url('images/loading-video.gif');
		background-position: center center;
		background-repeat: no-repeat;
}

.vimeo-area iframe{
		float: left;
	
}

/*Video Single*/

.single-video-specs{
	text-align: right;
	margin-bottom: 25px;
	background-image: url('images/icon-video.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 27px;
		
}

.single-video-category{
	text-align: left;
}

.single-video-credits{
		margin-top: 30px;
}

.video-left .border-bottom{

		margin-top: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 2px solid #dddddd;

}

.video-left .border-bottom:last-child, .video-column .border-bottom:last-child{
		border-bottom: 0px;
}

.video-left .border-bottom h5{
		margin-top: -5px;
		margin-bottom: 10px;
}

.video-column h5{
		margin-bottom: 20px;
}

.video-column .border-bottom{

		margin-top: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 2px solid #dddddd;

}

#news-preview-content{
		padding-bottom: 65px;
}

.front-preview-news-content{
		padding-bottom: 80px;
}

.front-preview-news-content .social-nav{
		padding-top: 20px;
}


/*hide nominees*/










