@charset "UTF-8";
/* CSS Document */

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/film-bck.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: auto;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
}
.filmcontent {
	font-family: 'PT Sans', sans-serif;
	margin-top: 400px;
	width: auto;
	height: auto;
	text-align: center;
	margin-bottom: 100px;
}
.filmcontent .video {
	float: left;
	height: auto;
	width: 500px;
	border: thin solid #000;
	margin: 5px;
}
/*Fade all the DIV when user hovers on any div*/
.filmcontent:hover .video{
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/
.filmcontent .video:hover{
  box-shadow: 3px 3px 15px #666;
  border-color:#E4CC9A;
  background: #E4CC9A;
  color: #fff;
  cursor: pointer;
  
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.navbar {
	height: auto;
	width: 100%;
	float: none;
}

.social {
	float: right;
	width: 300px;
	height: 60px;
	padding-bottom: 5px;
	vertical-align: top;
	margin-right: 20px;
}
#social li
{
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: -10px;
	padding-left: 15px;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	color: white;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;/* fixes Firefox 0.9.3 */
	float: left;
	left: 600px;
	margin: 0;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
	/*background-color: #369;*/
	color: #E4CC9A;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	clear: both;
	float: none;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: center;
}
a.tmalink:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a.tmalink:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #DA6971;
}
a.tmalink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #DB7D35;
	text-decoration: underline;
}
