/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

html, body {
  height: 100%;
}

body {
margin: 0 auto;
text-align: center;
background: #ffffff;
font-size: 14px;
line-height: 1.2;
font-family: Arial,Helvetica,sans-serif; 
color: #5e5e5e;
}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -360px auto;
position: relative;
}

#push,#footer {
height: 360px;
}

#footer {
width: 100%;
background: #e71e25;
margin: 0 auto;
text-align: center;
color: #ffffff;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
font-size: 0.9em;
text-transform: uppercase;
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow: 0px -3px 20px #000000;
-webkit-box-shadow: 0px -3px 20px #000000;
box-shadow: 0px -3px 20px #000000;
z-index: 100;
overflow: hidden;
}

#footer_pad {
padding-top: 30px;
}

#footer hr {
clear: both;
width: 70%;
margin: 12px auto;
border: 0;
height: 1px;
border-top: 1px dashed #ffffff;
}


.container {
width: 988px;
margin: 0 auto;
position: relative;
}

#background_full {
width: 100%; 
height: 100%;
min-height: 100%;
position: relative;
display: block; 
text-align: left;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
}


#top {
width: 100%;
background: #000000;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
color: #ffffff;
text-transform: uppercase;
font-size: 0.85em;
text-align: left;
}

#top_bottom_edge {
width: 100%;
height: 5px;
background: url(../_images/ricrac_bottom.png) repeat-x;
margin: 0;
}

#top_social {
float: right;
text-align: right;
margin: 0 1% 0 0;
}

#menu_icon {
height: 52px;
background: url(../_images/menu_dropdown.gif) no-repeat left center;
line-height: 51px;
padding-left: 30px;
margin: 0 0 0 1%;
display: none;
float: left;
}

#menu_icon a {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

#menu_icon a:hover {
text-decoration: none;
color: #ff8488;
font-weight: normal;
}


ul#menu {
list-style-type: none;
margin: 0 2% 0 .5%;
float: left;
}

ul#menu li {
float: left;
line-height: 51px;
padding: 0 10px;
position: relative;
text-align: left;
margin: 0;
color: #e71e25;
}

ul#menu li a {
font-weight: normal;
text-decoration: none;
color: #ffffff;
position: relative;
}

ul#menu li a:hover {
font-weight: normal;
text-decoration: none;
color: #ff8488;
}


ul#menu li ul {
width: 175px !important;
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; 
top: 51px;
background: #000000;
margin: 0; 
padding: 0;
display: none;
float: left;
z-index: 2000;
border: none;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-khtml-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}

ul#menu li ul li {
border-right: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #2f2f2f;
text-align: left;
line-height: 1;
position: relative;
display: block;
width: 100% !important;
font-size: 0.95em;
}


ul#menu li ul li a {
position: relative;
color: #ffffff;
display: block;
font-weight:normal;
text-decoration: none;
padding: 10px;
}

ul#menu li ul li a:hover {
color: #ffffff;
text-decoration: none;
font-weight:normal;
background: #1e1e1e;
}

ul#menu li ul li.curve a:hover {
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-khtml-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}

.menu_arrow {
display: inline-block;
vertical-align: middle;
margin: -2px 0 0 6px;
padding: 0;
background: url(../_images/menu_arrow.png) no-repeat;
width: 9px;
height: 5px;
}

.menu_arrow_right {
display: none;
vertical-align: middle;
margin: -4px 0 0 6px;
padding: 0;
background: url(../_images/menu_arrow_right.png) no-repeat;
width: 5px;
height: 9px;
}

li.last_line {
border: none !important;
}


.whitebox {
width: 100%;
margin: 0;
padding: 0;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-khtml-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
background: #ffffff;
-moz-box-shadow: 0px 0px 15px #262626;
-webkit-box-shadow: 0px 0px 15px #262626;
box-shadow: 0px 0px 15px #262626;
}

hr {
clear: both;
width: 100%;
margin: 40px auto;
border: 0;
height: 1px;
border-top: 1px dashed #a0a0a0;
}

hr.white {
clear: both;
width: 100%;
margin: 40px auto;
border: 0;
height: 1px;
border-top: 1px dashed #ffffff;
}

#full_container {
margin: 30px auto;
}

#full_title {
text-align: center;
margin: 25px auto;
}


.clearit {
clear: both;
}

.contest_pad {
padding: 30px;
text-align: left !important;
color: #000000;
font-size: 1.2em;
}

/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #165285;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #b9181e;
font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'FuturaStd-Bold', Arial,Helvetica,sans-serif; 
line-height: 1.1;
margin: 0;
padding: 0 0 4px 0;
color: #000000;
}

h1 {font-size: 3.5em;  } /* 60px */
h2 {font-size: 3em;} /* 48px */
h3 {font-size: 2.5em;} /* 36px */ 
h4 {font-size: 2em; } /* 24px */
h5 {font-size: 1.5em; } /* 21px */
h6 {font-size: 1.25em;} /* 18px */
p, blockquote, pre, td, th, label {line-height: 1.4; margin: 3px 0 14px 0;} /* 13px */

.smaller {
font-size: 0.80em;
}

#footer_pad h4 {
color: #ffffff;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
}

#footer_pad h3 {
color: #ffffff;
font-size: 3em;
font-family: 'FuturaStd-Bold', Arial,Helvetica,sans-serif; 
}


#footer a {
text-decoration: none;
color: #ffb5b8;
font-weight: normal;
}

#footer a:hover {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

#footer_copyright {
text-transform: none;
font-size: 0.9em;
line-height: 1.2;
margin-top: 7px;
}

#share_text {
display: inline-block;
vertical-align: middle;
text-transform: none;
font-family: 'FuturaStd-Bold', Arial,Helvetica,sans-serif; 
color: #000000;
font-size: 0.8em;
}

ul,ol {
margin: 0 0 0 35px;
padding: 0;
}

li {
margin-bottom: 8px;
}

.contest_pad ol li {
margin-bottom: 30px !important;
}



.centerit {
text-align: center !important;
}

.right_text {
text-align: right;
}

.white {
color: #ffffff;
}

.black {
color: #000000;
}

.grey {
color: #5f5f5f;
}


/************************************************************************************
SPACERS, COLUMNS, PADS
*************************************************************************************/
.padit8 {
padding: 8px;
position: relative;
}

.padit15 {
padding: 15px;
position: relative;
}

.padit25 {
padding: 25px;
position: relative;
z-index: 13;
}

.spacer8 {
height: 8px !important;
width: 100% !important;
margin: 0 auto !important;
}

.spacer25 {
height: 25px !important;
width: 100% !important;
margin: 0 auto !important;
}

.spacer50 {
height: 50px !important;
width: 100% !important;
margin: 0 auto !important;
}


.column_half {
width: 46%;
float: left;
margin: 0 2%;
}



/************************************************************************************
ICONS & BUTTONS
*************************************************************************************/
a.top_social_icons {
display:inline-block;
width: 30px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
position: relative;
}

a.top_social_icons span {
filter:alpha(opacity=0);   
-moz-opacity: 0;   
opacity: 0;
-khtml-opacity: 0; 
position: absolute;
top: 0;
left: 0;
background-position: 0 -31px;
display: inline-block;
width: 30px;
height: 30px;
}

.facebook {
background: url(../_images/top_facebook.jpg) no-repeat;
background-position: 0 0;
}

.twitter {
background: url(../_images/top_twitter.jpg) no-repeat;
background-position: 0 0;
}

.youtube {
background: url(../_images/top_youtube.jpg) no-repeat;
background-position: 0 0;
}

.instagram {
background: url(../_images/top_instagram.jpg) no-repeat;
background-position: 0 0;
}

.pinterest {
background: url(../_images/top_pinterest.jpg) no-repeat;
background-position: 0 0;
}

.tumblr {
background: url(../_images/top_tumblr.jpg) no-repeat;
background-position: 0 0;
}

.submitbtn {
cursor: pointer;
display: inline-block;
padding: 10px 25px;
position: relative;
font-size: 1.25em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: middle;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow:inset 0px 1px 0px 0px #96deff;
-webkit-box-shadow:inset 0px 1px 0px 0px #96deff;
box-shadow:inset 0px 1px 0px 0px #96deff;
background-color: #e71e25; /* fallback color if gradients are not supported */
background-image: -webkit-linear-gradient(top, #e71e25, #b9181e); /* For Chrome and Safari */
background-image: -moz-linear-gradient(top, #e71e25, #b9181e); /* For old Fx (3.6 to 15) */
background-image: -ms-linear-gradient(top, #e71e25, #b9181e); /* For pre-releases of IE 10*/
background-image: -o-linear-gradient(top, #e71e25, #b9181e); /* For old Opera (11.1 to 12.0) */ 
-pie-background: linear-gradient(#39b3ea, #e71e25); /*PIE*/
background-image: linear-gradient(to bottom, #e71e25, #b9181e); /* Standard syntax; must be last*/
border:1px solid #b9181e;
}

.submitbtn:hover {
background: #b9181e;
color: #ffffff;
}



#signup_form label {
margin: 15px 0 0 0;
display: block;
}

#signup_form label.required {
font-weight: bold;
}

#signup_form label em {
color: #c83333;
font-style: none;
}

#signup_form select {
display: block;
font-size: 1em;
margin: 0 0 5px 0;
}

#signup_form input[type=text] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 0 0 5px 0;
position:relative;
border: 1px solid #9fbbd3;
}

p.error {
font-weight: bold;
color: red;
margin: 5px 0 0 0;
padding: 0;
}


/************************************************************************************
HOME - DVD
*************************************************************************************/
.bg_dvdhome {
background: url(../_images/dvdhome_bg.jpg) no-repeat center top;
}


#dvdhome_content {
width: 98%;
position: relative;
margin: 380px auto 40px auto;
z-index: 10;
display: block;
}

#dvdhome_column_left {
float: left;
margin: 0 8px 0 0;
width: 50%;
}

#dvdhome_column_right {
width: 49%;
float: left;
margin: 0;
}





/************************************************************************************
BUY DVD
*************************************************************************************/

#buydvd_title {
margin: 15px auto;
position: relative;
text-align: center;
}

.buydvd_columns {
width: 29%;
float: left;
text-align: left;
margin: 10px 2%;
}

.dvd_content_column {
width: 67%; 
float: left;
}

.dvd_buybtn  {
cursor: pointer;
padding: 9px 12px;
margin: 0 5px 6px 0;
position: relative;
font-size: 0.85em;
text-shadow:0px 1px 0px #000000;
color: #ffffff;
vertical-align: top;
display: inline-block;
behavior: url(_css/PIE.php);/* for ie */
background-color: #e71e25; /* fallback color if gradients are not supported */
background-image: -webkit-linear-gradient(top, #e71e25, #b9181e); /* For Chrome and Safari */
background-image: -moz-linear-gradient(top, #e71e25, #b9181e); /* For old Fx (3.6 to 15) */
background-image: -ms-linear-gradient(top, #e71e25, #b9181e); /* For pre-releases of IE 10*/
background-image: -o-linear-gradient(top, #e71e25, #b9181e); /* For old Opera (11.1 to 12.0) */ 
-pie-background: linear-gradient(#39b3ea, #e71e25); /*PIE*/
background-image: linear-gradient(to bottom, #e71e25, #b9181e); /* Standard syntax; must be last*/
border:1px solid #b9181e;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.dvd_buybtn:hover {
background: #b9181e;
color: #ffffff;
}




#dvd_column_left {
width: 47%;
float: left;
margin: 0;
position: relative;
text-align: center;
}

#dvd_column_right{
width: 52%;
float: left;
margin: 0;
position: relative;
text-align: left;
color: #000000;
}






/************************************************************************************
MOVIE EVENTS
*************************************************************************************/
#dvd_column_event_left {
width: 30%;
float: left;
margin: 0;
position: relative;
text-align: center;
}

#dvd_column_event_right{
width: 69%;
float: left;
margin: 0;
position: relative;
text-align: left;
color: #000000;
}


/************************************************************************************
ABOUT
*************************************************************************************/
.background_about {
background: url(../_images/bg_about.jpg) no-repeat center top fixed;
position: relative;
}

#title_about {
text-align: center;
margin: 25px auto;
}

#about_container {
width: 60%;
margin: 55px 0;
position: relative;
}

/************************************************************************************
CAST
*************************************************************************************/
.background_cast{
background: url(../_images/bg_cast.jpg) no-repeat center top fixed;
position: relative;
}

#title_cast {
text-align: center;
margin: 25px auto;
}

#cast_container {
width: 60%;
margin: 55px 0;
position: relative;
}

.cast_thumb {
float: left;
width: 32%;/*190/928*/
text-align: center;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
font-size: 1em;
color: #b9181e;
margin: 25px 0 0 0;
}

.cast_details {
display: none;
}

.cast_pad {
padding:25px;
text-align: left;
background: #ffffff;
}

.cast_pad img {
margin: 20px 20px 10px 0;
float: left;
}

/************************************************************************************
THEATERS, GROUP SALES & BUY OUT
*************************************************************************************/
.background_theaters{
background: url(../_images/bg_theaters.jpg) no-repeat center top fixed;
position: relative;
}


#map {
width: 99%; /*900px*/
height: 350px;
margin: 10px 0 10px 0;
color: #000000;
border: 3px solid #ffffff;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow: 0px 2px 5px #000000;
-webkit-box-shadow: 0px 2px 5px #000000;
box-shadow: 0px 2px 5px #000000;
position: relative;
}

#map img {
    max-width: none;
}


.state_select {
font-size: 1.15em;
}

#theater_column {
float: left;
width: 65%;
margin: 15px 2% 20px 0;
}

.theaterlist {
width: 100%;
margin: 15px auto;
background: #ffffff;
border-collapse: collapse;
}

.theaterlist th {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
font-weight: bold;
padding: 9px 5px;
color: #ffffff;
border: 1px solid #85a5bc;
border-collapse: collapse;
background: #b9181e;
}

.theaterlist tbody td {
color: #000000;
padding: 9px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.80em;
line-height: 1;
border: 1px solid #85a5bc;
border-collapse: collapse;
}

.theaterlist tbody tr.odd td {
background-color: #daecfa; 
}

.reservebtn {
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow:inset 0px 1px 0px 0px #e8f3fb;
-webkit-box-shadow:inset 0px 1px 0px 0px #e8f3fb;
box-shadow:inset 0px 1px 0px 0px #e8f3fb;

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e71e25), color-stop(1, #b9181e));
background:-moz-linear-gradient(top, #e71e25 5%, #b9181e 100%);
background:-webkit-linear-gradient(top, #e71e25 5%, #b9181e 100%);
background:-o-linear-gradient(top, #e71e25 5%, #b9181e 100%);
background:-ms-linear-gradient(top, #e71e25 5%, #b9181e 100%);
background:linear-gradient(to bottom, #e71e25 5%, #b9181e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e71e25', endColorstr='#b9181e',GradientType=0);

background-color:#e71e25;

-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;

border:1px solid #b9181e;

display:inline-block;
color:#ffffff;
font-family:arial;
font-size:1em;
font-weight:normal;
padding: 8px 14px;
text-decoration:none;
cursor: pointer;
text-shadow:0px 1px 0px #000000;
vertical-align: middle;
    }

.reservebtn:hover {
font-weight: normal;
color:#ffffff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b9181e), color-stop(1, #e71e25));
background:-moz-linear-gradient(top, #b9181e 5%, #e71e25 100%);
background:-webkit-linear-gradient(top, #b9181e 5%, #e71e25 100%);
background:-o-linear-gradient(top, #b9181e 5%, #e71e25 100%);
background:-ms-linear-gradient(top, #b9181e 5%, #e71e25 100%);
background:linear-gradient(to bottom, #b9181e 5%, #e71e25 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9181e', endColorstr='#e71e25',GradientType=0);

background-color:#b9181e;
    }

.theater_banner1 {
width: 100%;
height: 100px;
margin: 10px auto;
background: #000000 url(../_images/theaterbanner1_bg.jpg) no-repeat left top;
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-khtml-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
}

.theater_banner1_copy {
padding: 12px 20px 5px 0;
text-align: right;
color: #ffffff;
font-size: 2.5em;
line-height: 1.1;
font-weight: normal;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
}

.theater_banner1_copy a, .groupsales_pad a {
font-weight: normal;
color: #69b9ff;
font-size: 0.70em;
}

.theater_banner1_copy a:hover, .groupsales_pad a:hover {
font-weight: normal;
color: #a8d7ff;
font-size: 0.70em;
}

.groupsales_banner {
width: 100%;
margin: 10px auto;
background: #000000;
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-khtml-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
}

.groupsales_pad {
padding: 20px;
text-align: center;
color: #ffffff;
font-size: 2.5em;
line-height: 1.1;
font-weight: normal;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
}



/************************************************************************************
BUY OUT PAGE
*************************************************************************************/
#zip_form {
width: 100%;
margin: 0;
}

#zip_form label {
margin: 0 0 4px 0;
display: block;
position: relative;
}

#zip_form input[type=text] {
width: 40%;
float: left;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 0 5px 0 0;
position:relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #9fbbd3;
}

.zipbtn {
cursor: pointer;
float: left;
padding: 9px 15px;
margin: 0 5px 0 0;
position: relative;
font-size: 1em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: top;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow:inset 0px 1px 0px 0px #96deff;
-webkit-box-shadow:inset 0px 1px 0px 0px #96deff;
box-shadow:inset 0px 1px 0px 0px #96deff;
background-color: #e71e25; /* fallback color if gradients are not supported */
background-image: -webkit-linear-gradient(top, #e71e25, #b9181e); /* For Chrome and Safari */
background-image: -moz-linear-gradient(top, #e71e25, #b9181e); /* For old Fx (3.6 to 15) */
background-image: -ms-linear-gradient(top, #e71e25, #b9181e); /* For pre-releases of IE 10*/
background-image: -o-linear-gradient(top, #e71e25, #b9181e); /* For old Opera (11.1 to 12.0) */ 
-pie-background: linear-gradient(#39b3ea, #e71e25); /*PIE*/
background-image: linear-gradient(to bottom, #e71e25, #b9181e); /* Standard syntax; must be last*/
border:1px solid #b9181e;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.zipbtn:hover {
background: #b9181e;
color: #ffffff;
}


p.buyout_small {
font-size: 0.85em;
line-height: 1.15;
margin: 2px 0 8px 0;
}

#town_blurb {
width: 100%;
margin: 15px auto;
display: none;
line-height: 1.45;
font-size: 1.35em;
}

#buyout_form label {
margin: 15px 0 0 0;
display: block;
}

#buyout_form label.required,#zip_form label.required {
font-weight: bold;
}

#buyout_form label em,#zip_form label em  {
color: #c83333;
font-style: none;
}


#buyout_form select {
background: #ffffff;
padding: 15px;
display: block;
font-size: 1em;
}

#buyout_form input[type=text] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 0 0 5px 0;
position:relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #9fbbd3;
}

.error {
color: #C40A11;
font-weight: normal;
font-size: 1em;
}

/************************************************************************************
DOWNLOADS
*************************************************************************************/
.background_downloads {
background: url(../_images/bg_downloads.jpg) no-repeat center top fixed;
position: relative;
}

.column_downloads {
width: 32%;
float: left;
margin: 10px 0 20px 1%;
text-align: center;
line-height: 1.3;
font-size: 0.85em;
}

.column_downloads h6 {
padding: 0 0 3px 0;
margin: 0;
line-height: 1;
}



/************************************************************************************
VIDEOS
*************************************************************************************/
.background_videos {
background: url(../_images/bg_videos.jpg) no-repeat center top fixed;
position: relative;
}


.videos_white {
color: #ffffff;
}

.videos_white a {
text-decoration: none;
color: #6ebcff !important;
font-weight: bold;
}

.videos_white a:hover {
text-decoration: none;
color: #9bd1ff !important;
font-weight: bold;
}


.column_photos {
width: 23%; /*215/988 */
float: left;
margin: 0 0 10px 2%;
position: relative;
text-align: center;
}

.column_photos img {
border: 2px solid #ffffff;
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow: 0px 2px 4px #474747;
-webkit-box-shadow: 0px 2px 4px #474747;
box-shadow: 0px 2px 4px #474747;
display: block;
max-width: 100%;
}

.column_videos {
float: left;
width: 22%;
margin: 0 0 15px 2%;
text-align: center;
font-family: 'FuturaStd-Book', Arial,Helvetica,sans-serif; 
font-size: 1em;
color: #ffffff;
}

.column_videos img {
border: 2px solid #ffffff;
position: relative;
behavior: url(_css/PIE.php);/* for ie */
-moz-box-shadow: 0px 2px 4px #474747;
-webkit-box-shadow: 0px 2px 4px #474747;
box-shadow: 0px 2px 4px #474747;
margin: 0 0 8px 0;
}

.share_this {
width: 100%;
text-align: center;
margin: 8px auto;
font-size: 0.9em;
}


/************************************************************************************
ENDORSEMENTS
*************************************************************************************/
.background_endorsements {
background: url(../_images/bg_endorsements.jpg) no-repeat center top fixed;
position: relative;
}


.endorsement {
clear: both;
width: 100%;
behavior: url(_css/PIE.php);/* for ie */
font-size: 1.2em;
line-height: 1.2;
color: #2f131f;
position: relative;
margin: 15px 0 0 0;
z-index: 10;
behavior: url(_css/PIE.php);/* for ie */

-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
-khtml-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

.endorsement_transparency {
width: 100%;
height: 100%;
position: absolute;
background: #ffffff;
filter:alpha(opacity=80);   
-moz-opacity: 0.80;   
opacity: 0.80;
-khtml-opacity: 0.80; 
z-index: 12;
behavior: url(_css/PIE.php);/* for ie */
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
-khtml-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;

}

.endorsement span {
font-size: 0.90em !important;
font-weight: bold !important;
color: #000000;
}

.endorsement_quote_left {
width: 27px;
height: 15px;
background: url(../_images/endorsement_quote.png) no-repeat;
position: relative;
top: 0;
left: 30px;
margin: 0 0 15px 0;
z-index: 200;
}

.endorsement_quote_right {
width: 40px;
height: 23px;
background: url(../_images/endorsement_quote.png) no-repeat;
position: relative;
top: 0;
left: 85%;
margin: 0 0 15px 0;
z-index: 200;
}

/************************************************************************************
UPDATES
*************************************************************************************/
.background_updates {
background: url(../_images/bg_updates.jpg) no-repeat center top fixed;
position: relative;
}

#title_updates {
text-align: left;
margin: 25px 0 0 0;
}

#updates_container {
width: 60%;
margin: 25px 0;
position: relative;
}

/************************************************************************************
FEATURE PAGE
*************************************************************************************/
#feature_container {
width: 61%;
margin: 5px auto 25px auto;
text-align: center;
}

#feature_pad {
padding: 5px;
}

#videoplayer {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 auto 5px auto;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.feature_img {
float: left;
margin: 0 2px 5px 0;
}


