@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500);
body {
	font-family: Arial;
	color:#333;
	font-size:14px;
	font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
  background: #fff ;
}

body a {
	color:#0000FF;font-family:Arial;
}
body a:hover {
	color:#0000FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:#15191c;
}
.top {
	position: relative;
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	height:50px;
	background: #123b48; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #123b48 0%, #174a5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#123b48), color-stop(100%,#174a5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #123b48 0%,#174a5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #123b48 0%,#174a5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #123b48 0%,#174a5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #123b48 0%,#174a5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123b48', endColorstr='#174a5b',GradientType=0 ); /* IE6-8 */
	border-bottom: 2px solid #0b252d;
	color:#f2f2f2;
}
.top h3 {
	color:#f2f2f2;
}
.well {
	background: white;
}
.top a {
	color: #333;
}
.top a:hover {
	text-decoration: none;
}
.top h2 a {
	color: #fff;
	font-weight: 700;
}
.headline {
	margin: -20px 0 0 55px;
	color: #fff;
	font-size: 13px;
}
#footer {
	position:relative;
	margin:0 auto;
	font-size:12px;
	color:#333333;
	width:840px;
	border-top:1px solid #ccc;
	padding-top:15px;
	clear:both;
}
#footer a {
	color:#63343d;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li {
	list-style:none;
	float:left;
	margin-right:15px;
	padding:0;
}

.small-item {
	width:140px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	font-size:12px;
	text-align:center;
}
.small-item a {color:#333; font-size:12px; font-family:Arial;}
.small-item a:hover {color:#fff;text-decoration:none;color:#000;}

.small-item-sidebar {
	width:80px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	font-size:12px;
	text-align:center;

}
.small-item img {
	border: 2px solid #174a5b;
	width:140px;
	height:200px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;;
}
.small-item img:hover {
	border: 2px solid #0b252d;
}
.movie-sidebar {
	color:#777;
	text-decoration:underline;
}
.side-comment {
	font-size:12px;
	padding-bottom: 5px;
	border-bottom:1px dotted #ccc;
}
.genres {
	list-style: none;
	margin:0;
	padding:0;
}
.genres li {
	list-style-type:none;
	float:left;
	margin-right:10px;
}
.user_comments {
	list-style-type: none;
	margin:0;
	padding:0;
}
.user_comments li {
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
.comment_author {
	font-size:16px;
	color:#666555;
}
.comment_content {
	font-size:13px;
	padding:0 0 0 25px;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.single-image img{
	border:1px solid black;
	width:145px;
	height:210px;
	float:left;
	margin: 0 10px 0 0;
}
.movie_links {
	font-size:18px;
	list-style-type:none;
	margin:0;
}
.movie_links li {
	padding:10px;
}
.playlist {
	list-style-type:none;
}
.playlist li {
	clear:both;
}
.playlist img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.whitefont, .whitefont a{
	color:white;
}
.list_carousel {
	position: relative;
	margin-left: 20px;
	width:910px;
	height:160px;
}
#featured-carousel {
	width: 900px;
	height:160px;
	list-style-type: none;
	margin:0;
	padding: 0;
}
#featured-carousel li{ 
	width:103px;
	height:150px;
	float:left;
	margin-right: 10px;
}
#featured-carousel li img{ 
	border: 2px solid #174a5b;
	width:110px;
	height:145px;
}
#featured-carousel li img:hover{ 
	border: 2px solid #0b252d;
}
.prev {
	position: absolute;
	top:60px;
	left:-40px;
}
.next {
	position: absolute;
	top:60px;
	right:-30px;
}
.page-header {
	margin-top:0;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.AZ-bar {
	margin-left: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 880px;
	padding: 8px 10px 5px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #279ddd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #279ddd 0%, #38afef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#279ddd), color-stop(100%,#38afef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #279ddd 0%,#38afef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #279ddd 0%,#38afef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #279ddd 0%,#38afef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #279ddd 0%,#38afef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279ddd', endColorstr='#38afef',GradientType=0 ); /* IE6-8 */
}
.AZ-bar ul.starting-letter li a {
	text-decoration: none;
	color: #ffffff;
}
.AZ-bar ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float: left;
}
.AZ-bar ul li {
	margin-right: 15px;
	float: left;
}
.year-dropdown {
	width: 260px;
	color:black;
}
.year-dropdown li {
	float:left;
	width: 70px;
	margin-right: 5px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background: #279ddd;
}
.autocomplete-result {
	position: absolute;
	top: 55px;
	z-index:99999;
	background: #f3f3f3;
	width:300px;
	color:#333333;
}
.autocomplete-result a {
	color:#5c2b35;	
}
.autocomplete-result ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.autocomplete-result ul li {
	border-bottom: 1px solid #cccccc;
	padding:10px;
}
.well-side {
	width: 220px;
}
.form input {
	width: 140px !important;
}
ul.nav-top {
	font-family: "Roboto Slab";
	list-style-type: none;
	margin: 10px 0 0 50px;
	font-size: 18px;
}
ul.nav-top li {
	list-style: none;
	float: left;
	margin:0 10px 0 0;
	/*border-right: 1px solid white;*/
	padding: 0 0 0 0;
}
ul.nav-top li:last-child {
	border-right: 0;
}
ul.nav-top li a {
	color: #44444;
}
ul.nav-top li a:hover {
	color: #333333;
}
.description { 
	float:right;
	font-size:14px;
	width: 460px;
	margin-left:0px;
}
.content {
	width: 620px;
	float:left;
	padding-left:10px;padding-right:10px;	
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sidebar { 
	width: 290px;
	float:right;
	padding-left:5px;padding-right:1px;	
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
headertop {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #23282D;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
headertop h1#logo {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headertop nav {
    display: inline-block;
}
headertop nav a {
    line-height: 30px;
    margin-left: 0px;
    color: #B7BCC1;
    font-weight: 100;
    font-size: 14px;
    height: 30px;
padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headertop nav a:hover {
    color: #9fdbfc;
background: #32373C;
height:30px;
text-decoration:none;
}
headertop.smaller {
    height: 37px;
}
headertop.smaller h1#logo {
    width: 75px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
}
headertop.smaller nav a {
    line-height: 37px;
}
.above_player{padding:5px;margin:10px auto;font-size:15px;border:1px solid red;color:red;text-align:center;}
.above_player a{font-weight:bold;color:red;text-shadow: 1px 1px #fff;}
.above_player a:hover{text-decoration:underline;color:red;}
.below_player{text-align:center;padding:2px;font-size:12px;color:#fff;background-color:#333;}
.video_player{width:100%;height:400px;background-color:#000;margin:0px auto;}
.video_player_thumb{width:100%;height:400px;background-size:290px 400px;background-repeat:no-repeat;margin:0px auto;    background-position: center; }
.video_player_thumb a{ text-decoration:none;}
.video_player_thumb a:hover{ text-decoration:none;}
.play_action .fa{display:table;width:100%;height:100%;text-align:center;text-decoration:none;}
.play_action .fa:before{display:table-cell;vertical-align:middle;font-size:80px;color:rgba(255,255,255,.5);color:#2E99E5;text-decoration:none;}
.play_action:hover>.fa:before{color:#c00;text-shadow:0 1px 2px rgba(0,0,0,.5);cursor:pointer;text-decoration:none;}