/* @font-face styles */


.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}


.mainheads {
	font: 27px/27px 'poppins-regular', Arial, sans-serif;
	letter-spacing:-1px;
	color:#C52D4A;
	}





/* Style the Image Used to Trigger the Modal */

ul#galleryimages img{
    width:150px;
    max-width:150px; 
    height:100px; 
    object-fit: cover;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}





/* MAIN LAYOUT STYLES */


body{
	margin:0;
	background-image: url('../images/wallpaper.jpg');
	background-repeat: no-repeat;
	background-position:top center; 
	background-attachment:fixed; 
}

#body{
	margin: 0;
	background-color:#000000;
	background-image: url('../images/wallpaper.jpg');
	background-repeat: no-repeat;
	background-position:top center; 
	background-attachment:fixed; 
	text-align:center;
}

#body_cast{
	margin: 0;
	background-color:#000000;

	}



hr{
	width: 207px;
	margin: 0 auto;
}


#container{
	width: 960px;
	margin: 0 auto 0;
	text-align:left;
}



/* NAV LAYOUT STYLES */
 
 
#navigation{
	width:960px;
	height:43px;
	margin:0;
	padding:0;
	float:left;
	background-color:#000000;
	font: 15px/15px 'poppins-regular', Arial, sans-serif;
}

#navigation .title{
	width:160px;
	height:23px;
	border-right:solid #424242 1px;
	float: left;
	margin: 7px 0;
	padding: 7px 0 0;
	text-align:center;	
}

#navigation .title a {
	color:#ead0b2;
	text-decoration:none;
}

#navigation .title a:hover {
	color:#9f815d;
	text-decoration:none;
}

#navigation .menu{
	width:630px;
	height:23px;
	float: left;
	margin: 7px 0;
	padding: 7px 0 0 25px;
	text-align:left;
	text-transform:uppercase;
	font-size:13px;
}


#navigation .menu ul{
list-style-type: none;
margin:0;
padding:0;
}

#navigation .menu ul li { 
display: inline; 
margin:0 7px 0 0;
}


#navigation .menu a {
	color:#ead0b2;
	text-decoration:none;
}

#navigation .menu a:hover {
	color:#9f815d;
	text-decoration:none;
}

#navigation .social{
	width:100px;
	height:23px;
	float: right;
	margin: 5px 20px 0 0;
	padding: 7px 0 0 0;
	text-align:right;
}

#navigation .st_sharethis_custom{
	color:#ead0b2;
	padding:0;
	margin:0;
}





/* CONTENT STYLES */


#maincontent{
	width: 960px;
	height: 528px;
	background-color:#000000;
	float:left;
	padding: 0;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position:top center; 
}

#player{
	width: 320px;
	height: 240px;
	background-color:#000000;
	float:left;
	margin:275px 0 0 520px;
	padding: 0;
}

#mc_secondary{
	width: 960px;
	background-color:#000000;
	float:left;
	padding: 0;
	background-image: url('../images/content_bg_secondary.png');
	background-repeat: no-repeat;
	background-position:top center; 
}


#mc_about{
	width: 960px;
	background-color:#000;
	float:left;
	padding: 0;
	background-image: url('../images/photo_back01.jpg');
	background-repeat: no-repeat;
	background-position:top center; 
	

}

.mc_about_box{
	width: 340px;
	background-color:rgba(0,0,0,0.5);
	float:left;
	margin: 30px 50px;
	padding: 20px 40px 60px 40px;
	font: 14px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
}

#mc_cast_box{
	width: 780px;
	background-color:#000000;
	float:left;
	margin: 30px 50px;
	padding: 20px 40px 0px 40px;
	font: 14px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
}

#mc_cast_box_individual{
	width: 100%;
	background-color:#000000;
	float:left;
	margin: 0;
	padding: 20px 0 0 40px;
	font: 14px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
	text-align:left;

}

#mc_cast_box_individual .leftcol{
	width: 200px;
	background-color:#000000;
	float:left;
}

#mc_cast_box_individual .rightcol{
	width: 580px;
	background-color:#000000;
	float:left;
	margin: 0 0 0 20px;
	font: 14px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
	text-align:left;
}

#maincontent_secondary_box p{
	margin: 5px 0 10px 0;
}


	


/* CONTENT TEXT STYLES */

.head{
	font: 25px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;

}


/* FOOTER STYLES */

#footer{
width: 960px;
height: 90px;
float:left;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
}

#footerhorizbar{
width:140px;
height:20px;
float:left;
background-image:url(../images/horizbar01.gif);
background-repeat:repeat-x;
margin: 50px 0 0 0;
}

#footercorp{
width:680px;
height:20px;
float:left;
font: 9px/12px 'poppins-regular', Arial, sans-serif;
color:#ead0b2;
text-transform:uppercase;
text-align:center;
padding:2px 0 0 0;
margin: 50px 0 0 0;

}

#footercorp a, #footercorp a:visited{
font: 9px/12px 'poppins-regular', Arial, sans-serif;
color:#ead0b2;
text-transform:uppercase;
text-decoration:none;
}

#footercorp a:hover{
text-decoration:underline;
}

#footer_castcredits{
	width: 900px;
	height: 116px;
	margin: 0px 30px;
	float:left;
	font: 10px/12px 'poppins-regular', Arial, sans-serif;
	color:#342318;
	text-align:center;
}

.footerlogo{
vertical-align: top;
}

#footersub{
    width:900px;
    margin:0 auto;
    text-align:center; 
    float:left;
}
#footersub p{
	font: 14px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
    
}

.clear{ 
clear: both;
}



/* CHARACTER STYLES */



.header {
	font: 28px/27px 'BitstreamVeraSansRoman', Arial, sans-serif;
	color:#356199;
	text-decoration:none;
	text-transform: none;
}

.subhead {
	font: 20px/27px 'BergamoStdRegular',Georgia, Times, serif;
/*	font: 20px/27px 'BitstreamVeraSansRoman', Arial, sans-serif; */
	color:#6589b7;
	text-decoration:none;
	text-transform:none;
}

.subsub{
	font-size:18px;
}


/* ######### Style for GALLERY CAST ######### */



#gallery{
float: left;
width: 780px;
padding: 0px;
text-align: left;
margin:0 0 10px 20px;
z-index:1; 
}

/* Removing the list bullets and indentation */
ul#gallery {
  padding:0px; 
  margin:0; 
  width:780px; 
  position:relative;
  list-style-type:none;
  }

/* Resize the images to 64px x 48px */
#gallery a img {
  position:relative;
  width:150px; 
  height:225px;
  border:2px solid #000; 
  z-index:100;
  }

#gallery a:hover img {
  border:2px solid #ead0b2; 
  }  

/* Default style for list items */
#gallery li {
  width:150px;
  height:280px;
  padding: 0 0 0 35px; 
  float:left; 
  z-index:100;
  }
  
  #gallery a{
  	font: 12px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
	text-align:center;
	text-decoration:none;
  }
  
    #gallery a:hover{
	color:#ead0b2;
	text-decoration:none;
  }
  
  
  /* ######### Style for GALLERY IMAGES######### */



#galleryimages{
float: left;
width: 780px;
padding: 0px;
text-align: left;
margin:0 0 10px 20px;
z-index:1; 
}

/* Removing the list bullets and indentation */
ul#galleryimages {
  padding:0px; 
  margin:0; 
  width:780px; 
  position:relative;
  list-style-type:none;
  }

/* Resize the images to 64px x 48px */
#galleryimages a img {
  position:relative;
  width:150px; 
  border:2px solid #000; 
  z-index:100;
  }

#galleryimages a:hover img {
  border:2px solid #281b13; 
  }  

/* Default style for list items */
#galleryimages li {
  width:155px;
  height:150px;
  padding: 0; 
  float:left; 
  z-index:100;
  font: 11px Arial;
  }


/* GENERAL FORM FIELDS  */

/*
.fields{
border-style:solid; 
border:0px solid #cccccc; 
margin:2px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; color:#000000;
}

input, textarea{
    background: url("/images/bg_form.png") repeat-x scroll left top #F3F3F3;
    border-color: #C6C6C6 #C6C6C6 #E3E3E3;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    font-size: 14px;
    padding: 6px;
	}



select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: url("/images/bg_form.png") repeat-x scroll left top #F3F3F3;

    border-color: #C6C6C6 #C6C6C6 #E3E3E3;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    font-size: 10pt;
    padding: 8px 4px 6px;
}

.button 
{
  font-family:Arial,sans-serif;
  font-size:14px;
  color:#000000;
  background: url("/images/bg_form.png") repeat-x scroll left top #F3F3F3;
  border: 0px solid #666666;
  padding-left:15px;
  padding-right:15px;
  margin-top:7px;
  text-decoration:none;
  cursor: pointer;
}
*/


/* ----------- Stay Connected Form ----------- */

#mc_stayconnected{
	width: 600px;
	margin: 0 auto 0;
	padding: 0;
	font: 14px/20px 'poppins-regular', Arial, sans-serif;
	color:#ead0b2;
	text-align:left;
	}

.myform{
margin:0 auto;
width:600px;
padding:0px;
}

#myform_col_left{
width:280px;
padding:0;
float:left;
}

#myform_col_right{
width:320px;
padding:0;
float:left;
}

/* ----------- stylized ----------- */
#stylized label{
display:block;
text-align:right;
width:50px;
float:left;
padding:7px 0 0 0;
}


#stylized .input{
float:left;
font-size:14px;
padding:4px 0px;
border:solid 1px;
border-color: #C6C6C6 #C6C6C6 #E3E3E3;
width:210px;
margin:2px 0 10px 10px;
}

#stylized .select{
float:left;
font-size:14px;
padding:4px 0px;
border:solid 1px;
border-color: #C6C6C6 #C6C6C6 #E3E3E3;
width:50px;
margin:2px 0 20px 10px;
}

#stylized .zip{
float:left;
font-size:12px;
padding:4px 0px;
border:solid 1px;
border-color: #C6C6C6 #C6C6C6 #E3E3E3;
width:100px;
margin:2px 0 10px 10px;
}

#stylized .button{
clear:both;
width:150px;
height:30px;
  font-size:14px;
  color:#000000;
  background: url("/images/bg_form.png") repeat-x scroll left top #F3F3F3;
  border: 0px solid #666666;
  margin:5px 0 0 225px;
  text-decoration:none;
  cursor: pointer;
}






