@import url(//fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none !important;
	outline:none !important
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
ul ol {
	margin:0;
	padding:0;
	list-style:none;
}
ul li {
	display:inline-block;
}
body {
	background-color:#CED3D7;
	font-family:verdana, Arial, sans-serif;
}
.container {
	border:2px solid #c4c4c4;
	border-bottom:none;
	border-top:none;
	background-color:#fff;
	margin-top:8px;
}
img {border-radius: 2%;}

/*header start*/

.top-header {
	background-color:#335c86;
	border-bottom:1px solid /*#1E456C*/#3c648c;
}
.header-sm-logo {
    display: none;
    float: left;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 8px;
    font-size: 14pt;
    letter-spacing: 1px;
    font-weight: bold;
}
nav {
	float:left;
	overflow:hidden;
	transition:max-height 0.4s linear;
}
.top-header ul {
	padding-right:5px;
	float:right;
}
.top-header ul li {
	color:#dddddd;
	font-size:8pt;
	padding:5px 8px;
	border-left: 1px solid rgba(150, 150, 150, 0.15);
}
.top-header ul li span {
	font-weight:700;
}
.top-header ul li span a {
	border-bottom:1px dotted #ddd;
}
.top-header ul li a {
	color:#dddddd;
	font-size:8pt;
	position:relative;
}
.top-header ul li a:hover {
	color: #ffffff;
}
.username_txt {color: gold}
.bottom-header {
	background-color:#527EAA;
	padding:5px;
}


/*Gradient background*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#527eaa+0,82a5c8+100 */
.bottom-header {
	background: #527eaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #527eaa 0%, #82a5c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #527eaa 0%,#82a5c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #527eaa 0%,#82a5c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527eaa', endColorstr='#82a5c8',GradientType=0 ); /* IE6-9 */
}
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#224e7a+0,517499+100 */
.top-header {
	background: #224e7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #224e7a 0%, #517499 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #224e7a 0%,#517499 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #224e7a 0%,#517499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224e7a', endColorstr='#517499',GradientType=0 ); /* IE6-9 */
}


.bottom-header-left {
	float:left;
	width:25%;
}
.bottom-header-right {
	float:right;
	width:74%;
}
.bottom-header-left img {
	width:100%;
}
.bottom-header-right img {
	width:100%;
}

/*header End*/

section {
	background-color:#fff;
	padding-top:8px;
}

/*CSS Menu Start*/


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  /*background: #333333;*/
  /*background: #335c86;*/
  background:#527eaa;
  font-display: swap;
}

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82a5c8+0,527eaa+100 */
/*#cssmenu {
	background: #82a5c8;
	background: -moz-linear-gradient(top,  #82a5c8 0%, #527eaa 100%);
	background: -webkit-linear-gradient(top,  #82a5c8 0%,#527eaa 100%);
	background: linear-gradient(to bottom,  #82a5c8 0%,#527eaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a5c8', endColorstr='#527eaa',GradientType=0 );
	
	border-bottom:1px solid #3c648c;
}*/

#cssmenu > ul > li {
  float: left;
}
#cssmenu ul li.upload{
  margin-left:15px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  /*padding: 17px;*/
  padding: 12px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  /*top: 22px;*/
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  /*top: 19px;*/
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  /*left: auto;*/
  left:8px;;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  /*width: 170px;*/
  min-width:70px;
  font-size: 13px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  /*background: #333333;*/
  /*background: #335c86;*/
  background:#527eaa;
  text-transform: uppercase;
  white-space:nowrap;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/*@media (min-width:768px) and (max-width:991px)
{
	#cssmenu > ul > li > a {
		font-size:11px;
	}
	#cssmenu ul ul li a {
		font-size:11px;
		padding:11.5px 15px;
	}
}

@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul li.upload{
	margin-left:0px;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 12px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    height: 8px;
    width: 18px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 11px;
    right: 17px;
    display: block;
    height: 2px;
    width: 18px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 18px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 18px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 36px;
    width: 36px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
	background:#527eaa;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}*/

/*CSS Menu End*/

/*Container start*/

.containt-section {
	float:left;
	/*width:66%;*/
	width:calc(100% - (300px + 10px));
	background-color:#f2f2f2;
	border:1px solid #c6c6c6;
	padding:5px;
}
.containt-section .paginationdemo {
	/*padding:20px 0px;*/
	/*padding-top:8px;*/
	padding:14px 0px;
	padding-bottom:16px;
	text-align:center;
}
.paginationdemo li {
	margin:2.5px;
}
.containt-section .paginationdemo a {
	padding:5px 9px;
	margin-right:0px;
	border-radius:3px;
	border:1px solid #C0C0C0;
	background:#E9E9E9 none repeat scroll 0% 0%;
	box-shadow:0px 1px 0px rgba(255, 255, 255, 0.8) inset, 0px 1px 3px rgba(0, 0, 0, 0.1);
	/*font-size:0.875em;*/
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px #FFF;
}
.containt-section .paginationdemo a.active {
    border:medium none;
    background:#616161 none repeat scroll 0% 0%;
    box-shadow:0px 0px 8px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.8);
    color:#F0F0F0;
    text-shadow:0px 0px 3px rgba(0, 0, 0, 0.5);
}
.containt-section .paginationdemo a:hover {
    background:transparent -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #F0F0F0) repeat scroll 0% 0%;
}
.containt-section .paginationdemo a.active:hover {
    background:#616161 none repeat scroll 0% 0%;
	cursor:default;
}


.list-info {
	background-color:#E8E8E8;
	color:#000;
	border-width:1px;
	border-style:solid;
	border-color:#999;
	padding:2px;
	/*padding-bottom:15px;*/
}
.heading-text {
	background-color:#ccc;
	padding:4px;
}
.heading-text h4 {
	font-size:12px;
	font-weight:bold;
	color:#30457D;
}
.heading-text span {
  font-size:12px;
  font-weight:bold;
  color:#30457D;
}
.heading-text p {
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	color:#30457D;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.heading-text h1 {
  font-size:9px;
  font-style:italic;
  font-weight:normal;
  color:#30457D;
  padding-left:10px;
  padding-top:3px;
  padding-bottom:3px;
}
.heading-text a {
    font-weight:normal;
    font-size:11px;
}
.movies-info {
	padding-bottom:10px;
	/*border-bottom:1px solid #aaa;*/
	/*margin-top:20px;*/
	/*margin-bottom:20px;*/
}
/*.movie-details-1 {
	margin-top:5px
}*/
.movie-image {
	float:left;
	width:96px;
	/*height:134px;*/
	background-color:#f4f4f4;
	/*border: 1px solid #dcdcdc;
	padding:2px;*/
}
.movie-image img {
	width:100%;
	height:100%;
    font-size: 10px;
}
.movie-cont-right {
	float:right;
	width:calc(100% - 98px);
	/*margin-left:3px;*/
	background-color:#f3f3f3;
}
.movie-title-rating {
	
}
.movie-image-small {
	display:none;
	float:left;
	width:60px;
	height:86px;
	/*margin-right:1px;*/
	/*background-color:#f4f4f4;
	border: 1px solid #dcdcdc;
	padding:2px;*/
}
.movie-image-small img {
	width:100%;
	height:100%;
}
.panel-heading-info {
	background-color:#5e8bb9;
	padding:3px 1px 4px 5px;
}
.panel-heading-info .headinglink {
	vertical-align:text-top;
	font-size:10.5pt;
	font-weight:bold;
	height:30px;
	color:#F8F8F8;
	background:#5E8BB9 none repeat scroll 0% 0%;
}
.panel-heading-info p a,.panel-heading-info p span {
	color:#CACACA;
	font-size:7pt;
	font-weight:normal;
}
.panel-heading-info p a:hover {
	color:#003;
}
.starrating {
	padding:3px 3px 2px;
}
.starrating a {
	font-size:8pt;
	color:#aaa;
}
.movie-details {
	background-color:#e2e2e2;
	padding-left:5px;
	padding:3px 3px 0px;
	/*border:1px dashed #c8c8c8;*/
	/*border-left:5px solid #c8f526;*/
	border-bottom:1px dashed #c8c8c8;
	
	overflow: hidden;
    position: relative;
    width: 100%;
}
.sub_category{
	float:left;
	/*background-color:#c8f526;*/
	width:6px;
	opacity:0.8; filter:alpha(opacity=80);
	/*min-height:30px;
	max-height:50px;
	padding:auto;*/
	
	/*height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	margin:2px;*/
	
	height: calc(100% - 8px);
	position: absolute;
    left: 4px;
    top: 4px;
}
.catColor_cam-ts{background-color:#ee9a00;}
.catColor_WP-screener{background-color:yellow;}
.catColor_tc-r5{background-color:#c8f526;}
.catColor_dvdscr-dvdrip{background-color:#a2bc13;}
.catColor_hd{background-color:#004993;}

.movie-info {
	float:left;
	width: calc(100% - 67px);
	margin-left:10px;
}
.movie-details:hover {
	background-color:#d3d3d3;
}
.movie-info .movie-heading {
	color:#6F2B0D;
    font-size:9pt;
    font-weight:bold;
}
.movie-heading img {
	margin-right:2px
}
.movie-info p {
	font-size:7.5pt;
	margin-top:2px;
	margin-bottom:1px;
}
.movie-info p a {
	color:#30457D;
	font-weight:700;
}
.movie-info .first-span {
	color:#F00;
	font-size:10px;
	font-weight:normal;	
}
.movie-download {
	float:right;
	text-align:right;
	/*padding:2px*/
}
.movie-download a img {
	width:28px;
	height:21px;
	/*margin-top:5px;*/
	margin-left:4px;
}
.movie-download p {
	font-size:10px;
	margin-bottom:2px;
}
/*.movie-details-demo {
	border:none;
	background:none;
	border-left:5px solid #c8f526;
	border-bottom:1px dashed #c8c8c8;
}*/
.movie-details-demo {
	background:none;
}
.movie-cont-right .last-last {
	font-size:10px;
	color:#6F2B0D;
	padding:5px;
	display:inline-block;
}

/*Container End*/

/*slidebar start*/

.sidebar {
	float:right;
	/*width:32%;
	margin-right:10px;*/
	width:300px;
	margin-right:5px;
	margin-left:5px;
}
.search {
	background-color:#7fa3c7;
	border:1px solid #5380ab;
	border-bottom:3px solid #5380ab;
	padding:10px;
}

.search-text-box {
	white-space:nowrap;
}
.search-text-box button {
	border:0;
	background:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin-top:-4px;
	margin-left:-40px;
}
.search-text {
	width:100%;
	padding:3px 32px 3px 6px;
	font-size:12pt;
	color:#5380AB;
	border-width:3px;
	border-style:solid;
	border-color:#5380AB;
	border-radius:7px;
}
.search-text-box-small {
	height:34px;
}
.search-text-small {
	float:left;
	width:calc(100% - 84px);
}
.search-text-box-small button {
	float:left;
	margin-top:8px;
	margin-left:-34px;
}
.search-small {
	background-color:#7fa3c7;
	border:1px solid #5380ab;
	border-bottom:3px solid #5380ab;
	padding:8px;
	margin-bottom:8px;
	display:none;
	width:99%;
}
.styled-select select {
    max-width: 78px;
	/*width: 90px;*/
	padding: 4px;
	/*font-size: 16px;*/
	line-height: 1;
	/*border: 0;
	border-radius: 0;
	height: 34px;*/
	/*-webkit-appearance: none;*/
	
	background-color:white;
	float:right;
	
	font-size:10pt;
	color:#5380AB;
	border-width:2px;
	border-style:solid;
	border-color:#5380AB;
	border-radius:2px;
	margin-top:2px;
}
.radio {
	color:#fff;
	margin-top:8px;
	margin-bottom:0px !important;
	text-align:center;
}
.first-radio {
	margin-left:0px;
	display:inline-block;
	/*padding:0px 20px;*/
	padding-left:30px;
	padding-right:10px;
}
<!--search above content-->

.btn-sub {
	background:none;
	border:none;
	background-image:url(../images/magnifying-glass_white.png);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	background-size:20px 20px;
}
.slide-person-info {
	background:#F7F7F7 none repeat scroll 0px 0px;
	border:1px solid #CCC;
	height:auto;
	margin-bottom:4px;
	margin-top:4px;
	padding:4px 8px
}
.slide-person-info h4 {
	font-size:16px;
	color:#808080;
}
.slide-person-info h5 {
	font-size:10px;
	color:#808080;
	border-bottom:1px dashed #DDD;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:4px;
}
.person-img {
	float:left;
	width:20%;
}
.person-img img {
	width:100%;
}
.person-img p {
	text-align:center;
	padding-bottom:8px;
	font-size:12px;
	color:#808080;
}
.person-info {
	width:80%;
	float:left;
	padding:4px 4px 4px 4px;
	color:#808080;
	border:1px dashed #E8E8E8;
	background:#FFFEF2 none repeat scroll 0% 0%;
}
.person-info p {
	font-size:11px
}
.like {
  /*background-image:url(../images/11182178_950897251628850_1520220385412311795_n.jpg);*/
  background-size:100% 100%;
  width:100%;
  height:130px;
  /*background-repeat:no-repeat;*/
  margin-top:5px;
  /*padding:10px;*/
  margin-bottom:5px;
}
.like-image-left {
	float:left;
	width:20%;
}
.like-cont-right {
	float:left;
}
.like-cont-right a {
	font-size:18px;
	font-weight:500;
	line-height:1.358;
	color:#fff;
}
.like-cont-right a:hover {
	text-decoration:underline !important;
}
.like-cont-right p {
	color:#fff;
	font-size:12px;
}
.like .left-img {
	margin-top:20px;
}
.like .right-img {
	float:right;
	margin-top:20px;
}
.drop-down {
	text-align:center;
	font-size:10pt;
	border-width:2px 2px 4px;
	border-style:solid;
	border-color:#5380AB;
	background:#7FA3C7 none repeat scroll 0% 0%;
	position:relative;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
.drop-down h4 {
	font-family:Verdana;
	text-align:center;
	font-size:19px;
	color:#FFF;
	padding:8px 0px;
}
.drop-down a {
	font-family:Verdana;
	text-align:left;
	font-size:14px;
	color:#FFF;
	display:block;
	padding:5px 0px;
	border-top:1px solid #5380AB;
}
.drop-down a:hover {
	/*border:1px solid #AFC8DC;*/
}
.drop-down p {
	font-family:Verdana;
	text-align:left;
	font-size:14px;
	color:#FFF;
	padding:5px 0px;
	border-top:1px solid #5380AB;
}
.drop-down button {
	border:0;
	background:transparent;
	cursor:pointer;
	vertical-align:middle;
	/*margin-top:-4px;
	margin-left:-40px;*/
}
.form {
	float:left;
	/*width:30%;*/
	width:calc((100% - 30px)/3);
}
.drop-down span {
	float:left;
	/*width:5%;*/
	width:30px;
	margin-top:20px;
}
.drop-down span img {
	width:100%;
}
.drop-down label {
	font-weight:normal;
	display:block;
	font-size:10px;
	color:#fff;
	text-align:left;
}
.form select {
	font-size:10px;
	float:left;
	width:95%;
}
.tab {
	margin-top:5px;
}
.tab .tabs {
	margin:0px;
	padding:0px;
	float:left;
	list-style:outside none none;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	width:100%;
}
.tab .tabs li {
	float:left;
	margin:0px 0px -1px;
	padding:0px;
	line-height:23px;
	border-width:1px 1px 1px medium;
	border-style:solid solid solid none;
	border-color:#999 #999 #999 -moz-use-text-color;
	-moz-border-top-colors:none;
	-moz-border-right-colors:none;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	border-image:none;
	position:relative;
	background:#E0E0E0 none repeat scroll 0% 0%;
	display:inline-block;
}
.tab .tabs li a {
	text-decoration:none;
	color:#000;
	display:inline-block;
	font-size:12px;
	padding:0px 9px;
	border:1px solid #FDFDFD;
	outline:medium none;
}
.tab .tabs li.active,.tab .tabs li:hover{
    background:#FDFDFD none repeat scroll 0% 0%;
    border-bottom:1px solid #FDFDFD;
}
.tab-list {
	border-width:medium 1px 1px;
	border-style:none solid solid;
	border-color:-moz-use-text-color #999 #999;
	-moz-border-top-colors:none;
	-moz-border-right-colors:none;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	border-image:none;
	overflow:hidden;
	clear:both;
	float:left;
	width:100%;
	background:#FDFDFD none repeat scroll 0% 0%;
    padding:6px;
    font-size:12px;
}
.tab-list h2 {
    font-size:16px;
}
.tab-list p {
    padding-bottom:4px;
    margin-bottom:6px;
    border-bottom:1px dashed #DDD;
    font-size:10px;
}
.tab-list ul {
	padding:0px 10px 10px 10px;
}
.tab-list ul li {
	display:block;
	background-color:#f7f7f7;
	/*font-size:10px;*/
	font-size:9pt;
	margin-top:4px;
	padding:3px 2px;
	float:left;
	/*width:90%;*/
	width:calc(100% - 20px);
}
.tab-list ul li a {
	color:#000;
	border-bottom:1px dotted;
}
.top_ratedMovies {
	width:calc(100% - 40px);
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	float:left;
}
.tab-list ul li span {
	float:right;
	border-left:2px solid #fff;
	padding-left:5px;
	padding-right:2px;
}

.tab ul h3 {
	float:left;
	padding-right:20px;
	/*width:6%;*/
	width:1px;
	/*font-size:10px;*/
	font-size:9pt;
	padding-top:9px;
}
.second-tab,.third-tab,.forth-tab {
	display:none;
}
.sliderbar-info {
	background:#FFC none repeat scroll 0% 0%;
	color:#06F;
	padding:10px;
	border:1px solid #FFE7B6;
	text-align:center;
	margin-top:5px;
}
.sliderbar-info a {
	color:#6F2B0D;
}
.sliderbar-info a:hover {
	text-decoration:underline;
	color:#000;
}
.tc_smallest {
	font-size:10px;
}
.tc_small{
	font-size:12px;
}
.tc_medium {
	font-size:14px;
}
.tc_large {
    font-size:18px;
}


/*slidebar end*/

/* footer start*/
footer {
	background-color:#5e8bb9;
	margin-top:20px;
}
.footer-left,.footer-rigth {
	float:left;
	width:50%;
	padding-left:30px;
}
footer h2 {
	color:#FFF;
    font-size:18px;
    font-family:"Oswald",Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    margin:30px 0px 12px;
}
footer ul {
	padding:10px 0px 13px;
	width:425px;
}
footer ul li {
	margin:0px 10px 20px 0px;
    font-size:13px;
    line-height:1.1em;
}
footer ul li a {
	background:#5380AB none repeat scroll 0% 0%;
    padding:8px 10px;
    color:#fff;
}
footer ul li .footer-img {
	background:none;
}
.footer-cont p {
	color:#fff;
	    font-size:13px;
    line-height:24px;
}
.footer-cont p a {
	color:#fff;
}
.cycle-slideshow {
	margin-top:5px;
}
.cycle-slideshow img {
	height:225px !important;
	width:320px !important;
}

/*footer end*/

.slide-image {
	position:fixed;
	right:0;
	top:30%;
	margin-right:40px;
}
.slide-image img {
	height:100%;
}
.popupbutton {
	position:fixed;
	right:0;
	top:46%;
}

/*fadeback popup start*/

.popup-bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	display:none;
}
.popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:5px solid red;
	height:450px;
	width:900px;
	margin:auto;
}
.popup-left {
	width:40%;
	float:left;
	min-height:100%;
	background-color:#ffe6e6;
	padding:10px 10px;
}
.popup-right {
	float:left;
	width:60%;
	background-image:url(../images/background-11f7787592e556bfa7ed97034181c627.png);
	background-repeat:repeat;
	min-height:440px;
	position:relative;
	z-index:1;
}
.close-popup {
	position:absolute;
	right:-17px;
	z-index:10;
	top:-17px;
}
.close-popup label {
	background-color:#000;
	color:#fff;
	padding:5px 10px;
	border-radius:100px;
	border:2px solid #fff;
	cursor:pointer;
}
.popup-lamp {
	background-image:url(../images/idea.png);
	background-position:9px 5px;
	background-repeat:no-repeat;
	padding:0em 9px 0.5em 30px;
}

.popup-left h2 {
	margin:5px 20px 10px;
	color:#F00;
	font-size:18px;
}
.popup-left h2 a {
	color:#A0A6B3;
	font-size:11px;
}
.popup-lamp h4 {
	color:#fff;
	font-size:12px;
}
.uvStyle-status  {
	font-weight:normal;
	font-size:10px;
	text-shadow:none;
	display:inline-block;
	padding:2px 5px;
	border-radius:3px;
	text-transform:uppercase;
	margin-top:5px;
}
.uvStyle-status-planned {
    background-color:#F0BA00;
    color:#FFF;
}
.popup-lamp span {
	color:#A0A6B3;
	font-size:11px;
	font-weight:normal;
	display:inline-block;
	margin-top:3px;
	
}
.popup-left li {
	border-width:1px;
	padding:2px 10px 0px;
	border-color:#ffe6e6;
	border-style:solid;
	width:100%;
}
.popup-left li:hover {
	background-color:rgba(0, 0, 0, 0.05);
	border-color:rgba(0, 0, 0, 0.1);
	border-radius:3px;
}
.active-demo {
	background-color:rgba(0, 0, 0, 0.1);
	border-color:rgba(0, 0, 0, 0.2);
	border-radius:3px;
	border-width:1px;
	border-style:solid;
}

.uvStyle-status-under-review {
	background-color:#999;
	color:#FFF;
}
.uvStyle-status-started {
    background-color:#6FBC00;
    color:#FFF;
}
.popup-right {
	padding:20px;
}
.idea-bg {
	background-image:url(../images/idea.png);
	background-position:9px 5px;
	background-repeat:no-repeat;
	padding:7px 100px 3px 30px;
	height:30px;
	background-color:#fff;
}

.popup-right h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#f00;
	margin-top:10px;
}
.popup-text {
	display:block;
	width:100%;
	border:1px solid #8F9BB3;
	border-radius:3px;
	box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:10px;
	padding:9px;
	position:relative;
	transition:all 0.4s linear;
}
.email  {
	position:relative;
}
.email .popup-text {
	padding-right:130px;
}
.email ul {
	position:absolute;
	right:0px;
	top:7px;
	margin-right:5px;
}
.email ul span {
	color:#8F9BB3;
	font-size:9px;
}
.email ul li a img {
	height:16px;
	width:16px;
}
.uvStyle-button {
	background:transparent -moz-linear-gradient(0% 100% 90deg, #A2ACBF, #E6EAF2) repeat scroll 0% 0%;
	border-width:1px;
	border-style:solid;
	border-color:#A3B1CC #8F9BB3 #666F80;
	border-radius:4px;
	box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	color:#292C33;
	display:inline-block;
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	line-height:2em;
	margin:0px;
	overflow:hidden;
	padding:0px 1em;
	text-align:center;
	text-decoration:none;
	text-overflow:ellipsis;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.5);
}
.body-demo {
	height:400px;
	background-color:#FFF;
	border:1px solid #A0A6B3;
	border-radius:2px;
	box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	padding:20px;
}
.body-inner {
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	margin-right:-37px;
}
.body-title {
	color:#f00;
	margin-right:20px;
	margin-bottom:15px;
	word-wrap:break-word;
	font-size:18px;

}
button.uvStyle-button {
    height:2.2em;
	font-size:11px;
	font-weight:normal;
}
.uvStyle-button:hover, .uvStyle-button:focus {
    background:transparent -moz-linear-gradient(0% 100% 90deg, #206BCB, #3E9EE5) repeat scroll 0% 0%;
    border-width:1px;
    border-style:solid;
    border-color:#2A73A6 #165899 #07428F;
    box-shadow:0px 1px 0px 0px #62B1E9 inset;
    color:#FFF;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px -1px 1px #1D62AB;
}
.span-demo {
	font-size:12px;
	color:#666F80;
}
.body-inner p {
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:35px;
}
.morebtn {
	display:none;
}
.morebtn span {
	font-size:12px;
	color:#666F80;
	margin-top:10px;
	display:block;
}
.showingbtn {
	display:block;
}
.body-demo {
	display:none;
}
.backtotop {
	width:100px;
	border:1px solid #C0C0C0;
	background:#EFEFEF none repeat scroll 0% 0%;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:30px;
	right:5px;
	cursor:pointer;
	display:none;
	color:#7F7F7F;
	font-family:verdana;
	font-size:11px;
}
/*fadeback popup End*/

/*latest inner page Start*/
.add-image {
	width:100%;
	margin-top:10px;
}
.add-image img {
	width:100%;
}
.latest-page-heading {
	border-width:1px 1px 2px;
	border-style:solid;
	border-color:#DCDCDC;
	padding:4px;
	background:#F5F5F5 none repeat scroll 0% 0%;
	position:relative;
	margin-bottom:5px;
}
.latest-heading {
	color:#F8F8F8;
	background:#5E8BB9 none repeat scroll 0% 0%;
	/*padding:4px;*/
	padding:6px 8px;
}
.latest-heading h2 {
	font-size:10.5pt;
	font-weight:bold;
	line-height:18px;
}
.latest-heading p {
	font-size:9px;
	margin-top:3px;
	font-weight:700;
}
.latest-heading h1 {
  font-size:9px;
  margin-top:4px;
  font-weight:700;
}
.latest-left {
	float:left;
	width:calc(100% - 100px);
}
.latest-right {
	float:right;
}
.latest-right img {
	margin-top:3px;
}
.latest-page-heading .latest-ul {
	padding:3px;
}
.latest-page-heading span {
	font-size:8.5pt;
	color:#30457D;
}
.latest-page-heading .latest-ul li a {
	font-size:8.5pt;
	color:#30457D;
	padding:0px 5px;
}

.latest-page-heading .latest-ul li a:after {
	content:"|";
	position:absolute;
	color:#30457D;
	margin-top:3px;
	margin-left:5px;
}
.latest-page-heading .latest-ul li:last-child a:after {
	content:"";
}
.latest-list-info {
	margin-bottom:5px;
	padding-bottom:0px;
}
.latest-list-left {
	float:left;	
	padding:3px;
	/*width:calc(100% - 332px);*/
	width:342px;
	/*height:280px;*/
	margin-top:1px
}
.latest-list-left img {
	width:100%
}
.latest-list-right {
	float:right;
	/*width:332px;*/
	width:calc(100% - 342px);
}
.latest-list-right ul {
	/*margin-top:10px;
	margin-bottom:10px;
	padding:10px 0xp;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;*/
	margin:2px;
	text-align:center;
}
.latest-list-right ul li {
	display:inline-block;
	/*width:32%;*/
	width:calc(100%/3 - 4px);
	border:1px solid #decece;
	/*padding:3px;*/
	margin-top:1.5px;
	margin-bottom:1.5px;
    border-radius: 2%;
}
.one-result ul li {
	width:calc(100%/3*1.8 - 4px) !important;
}
.two-results ul li {
	width:calc(100%/2 - 4px) !important;
	margin-top:2px;
}
.latest-list-right ul li a img {
	width:100%;
	/*width:94px;
	height:130px;*/
    font-size: 10px;
}
.latest-inner-left {
	float:left;
	/*margin-top:4px;*/
}
.latest-inner-right {
	float:right;
	margin-right:5px;
	text-align:right;
	padding-bottom:3px;
}
.latest-inner-right select {
	font-size:10px;
}
.latest-movie-details {
	margin-top:0px;
}
.latest-movie-details-full {
	float:none;
	width:100%;
}
/*latest inner page End*/

/*Movie inner page Start*/
.movie-rating-info {
	padding:4px;
	background-color:#e8e8e8;
}
.movie-rating-info p {
	color:#999;
	font-size:11px;
	margin-left:2px;
	margin-top:1px;
}
.movie-rating-info p span {
	color:#36AA3D;
}
.movie-rating-info h5 span {
	text-align:left; font-size:8px; padding:1px; margin-top:-2px; margin-bottom:2px;
	color:#008000;
	line-height:1.3;
}
.movie-rating-info h5 .span-color {
	color:#FF8040;
}
.movie-rating-info h5 .span-color1 {
	color:#C10000;
}
.movie-rating-info h5 .span-color0 {
	color:grey;
}
.movie-inner .movie-image-info {
	float:left;
	width:270px;
	/*padding:0px 2px 2px;*/
	padding:2px 2px 0 0;
	background-color:#e8e8e8;
}
.movie-inner .movie-image-info img {
	width:100%;
    border-radius: 1%;
    font-size: 10px;
}
.movie-inner-info {
	width:calc(100% - 270px);
	float:right;
	padding-left:5px;
	padding-top:5px;
}
.for_wrapped {
	 margin-right:6px;
}
.movie-inner-info-p {
	/*width:calc(100% - 270px);*/
	/*float:right;*/
	padding-left:5px;
	padding-top:5px;
	/*overflow:hidden;*/
}
.movie-inner-info-p p {
	overflow:hidden;
}
.movie-inner-info-p,.movie-inner-info-p span,.movie-inner-info-p a {
	font-size:12px;
	color:#6F2B0D;
	line-height:18px;
}
.movie-inner-info-p span {
	font-style:italic;
}
.movie-inner-info-p a {
	border-bottom:1px dotted #6F2B0D;
}
.movie-inner-info-p em {
	font-size:11px;
	font-style:italic;
}
.movie-inner-info-p .moviemore-info-he,.movie-inner-info-p .moviemore-info {
	color:#30457D;
	font-size:9pt;
	line-height:19px;
}
.movie-inner-info-p .moviemore-info {
	font-style:normal;
}
.the-person-img {
	width:220px !important;
}
.the-person-info {
	width:calc(100% - 222px);
}
.movie-inner-info p,.movie-inner-info p span,.movie-inner-info p a {
	font-size:12px;
	color:#6F2B0D;
	line-height:18px;
}
.movie-inner-info p span {
	font-style:italic;
}
.movie-inner-info p a {
	border-bottom:1px dotted #6F2B0D;
}
.movie-inner-info p em {
	font-size:11px;
	font-style:italic;
}
.movie-inner-info .moviemore-info-he,.movie-inner-info .moviemore-info {
	color:#30457D;
	font-size:9pt;
	line-height:19px;
}
.movie-inner-last-p{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.movie-inner-last-link {
	float:right;
	border:none !important;
}
.movie-inner-border {
	border-bottom:none;
	padding-right:2px;
}
.person-list-details {
  text-align: center;
  line-height:11px;
  overflow:hidden;
  white-space: nowrap;
  font-size: 9px;
  margin-top: 2px;
}
.movie-video {
	margin-top:5px;
	border-width:1px 1px 2px;
	border-style:solid;
	border-color:#DCDCDC;
	padding:1px;
	background:#e8e8e8 none repeat scroll 0%;
	margin-bottom:5px;
	/*padding:3px 0px;*/
	padding:4px;
}
.person-list ul {
	text-align:center;
    margin-top:4px;
    margin-bottom:2px;
}
.google-add {
	float:left;
	width:300px;
}
.google-add img {
	width:100%;
}
.video-embeded {
	height:250px;
	/*width:360px;*/
	width:calc(100% - (300px + 4px));
	float:right;
	padding-top:23px;
	background-color:black;
	/*margin-right:10px;*/
}
.video-embeded iframe {
	/*width:calc(100% - (300px + 4px));*/
}
.movie-add {
	margin-top:5px;
	margin-bottom:5px;
}
.movie-add-last {
	margin-top:5px;
	margin-bottom:4px;
    border:1px solid #BBB;
	padding:7px;
}
.movie-add-last .sidebox_title {
	 font-size:16px;
	 color:#808080
}
.movie-add-last p {
	font-size:10px;
	color:#808080;
	border-bottom:1px dotted #ddd;
	padding-bottom:2px;
	padding-top:2px;
}
.movie-add-last ul {
	/*border:1px solid #ddd;
	padding:3px;*/
	margin-top:7px;
}
.movie-add-last ul li {
	/*width:32%;*/
	width:calc(100%/3 - 3.4px);
	/*padding:2px;*/
	/*background-color:#ddd;*/
	background-color:#f4f4f4;
	border: 1px solid /*#dcdcdc;*/#decece;
	/*margin-top:5px;*/
	margin-top:2px;
	margin-bottom:2px;
    border-radius: 2%;
}
.movie-add-last ul li a img {
	width:100%;
    font-size: 10px;
}
.moviefooter {
	margin-top:5px;
	background-color:#e1e1e1;
	padding:5px;
}
.moviefooter p {
	text-align:center;
	font-size:7pt;
	padding:15px;
	border:2px solid #fff;
}
/*Movie inner page End*/

/*User Upload page Start*/
.userupload {
	background-color:#5e8bb9;
}
.userupload h4 {
	font-size:10.5pt;
	color:#fff;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
}
.userupload h1 {
  font-size:10.5pt;
  color:#fff;
  font-weight:normal;
  font-style: normal;
  padding:7px 5px;
}
.userupload p {
	color:#fff;
}
.user-upload-Details .movie-details {
	border-left:none;
}
.user-upload-Details .movie-details .movie-info {
	border-left:5px solid #F1F1F1;
	min-height:40px;
	padding-bottom:3px;
	padding-left:5px;
}
/*User Upload page End*/

/* Personn page start*/
.movie-inner .person-left {
	width:270px;
}
.movie-inner .person-right {
	width:calc(100% - 270px);
}
.movie-inner .person-right p a {
	color:#30457D;
	border-bottom-color:#30457D;
}
.movie-inner-info .person a {
	color:#30457D;
	border-bottom-color:#30457D;
}
.movie-inner-info .person em {
	font-size:12px;
	font-style:italic;
}
.person-list {
	/*padding:5px 15px;*/
	padding:5px;
}
.person-list ul li {
	/*padding:3px;*/
    padding-bottom:3px;
	border:1px solid #decece;
    border-radius: 2%;
}
.person-list ul li {
	/*width:19.3%;*/
	width:calc(20% - 4px);
}
.person-list ul li a img {
	width:100%;
	/*height:156px;*/
    border-radius: 2% 2% 0 0;
    font-size: 10px;
}
.person-details {
	padding:0px 5px 5px 5px;
}
.person-details-first,.person-details-second {
	padding:10px 5px;
	background-color:#F1F1F1;
	margin-top:5px;
}
.person-details-first h2,.person-details-second h2 {
	font-size:14px;
	color:#6F2B0D;
	font-weight:bold;
}
.person-details-first p a,.person-details-second p a {
	font-size:12px;
	color:#6F2B0D;
	border-bottom:1px dotted #6F2B0D;
}
.person-details-first p,.person-details-second p {
	font-size:12px;
	color:#6F2B0D;
	padding-top:4px;
}
.person-details-second p em {
	font-size:11px;
	font-style:italic;
}
.slid-add {
	position:absolute;
	left:0;
	top:300px;
	border:3px solid #bbbdbe;
	height:600px;
	width:160px;
	border-radius:10px;
}
/*Person page End*/

/*Download page Start*/
.download .latest-heading {
	background-color:#ccc;
}
.download .latest-heading h2 {
	font-size:12px;
	color:#30457D;
}
.download .latest-heading p {
	color:#30457D;
}
.download-inner .movie-image-info {
	padding-top:5px;
}
.download-inner .movie-inner-info h2{
	margin-bottom:10px;
}
.download-inner .movie-inner-info h2 a {
	font-size:20px;
	color:#30457D;
	border-bottom:1px dotted;
	line-height:27px;
}
.download-inner .movie-inner-info p,.download-inner .movie-inner-info a,.download-inner .movie-inner-info span {
	color:#30457D;
	font-size:9pt;
}
.download-inner .movie-inner-info p .movie-inner-last-link {
	color:#6F2B0D;
}
.download-details {
	padding-bottom:0px;
	margin-top:5px;
}
.download-info {
	padding:4px;
}
.download-info p a {
	font-size:9pt;
	font-weight:normal;
	color:#6F2B0D;
	text-align:left;
}
.download-info-left p {
	width:50%;
}
.download-info-left p {
	clear:both;
}
.download-info-left p a {
	float:left
}
.download-info-left p span {
	float:right;
	font-size:8pt;
	font-weight:normal;
	color:#6F2B0D;
}
.download-info-left-demo {
	float:left;
	width:51%;
}
.download-info-left-demo img {
	width:100%;
}
.download-info-right {
	float:right;
	width:48%;
}
.downlaod-ptag {
	/*margin-top:50px;*/
}
.downlaod-ptag,.downlaod-ptag i,.downlaod-ptag i ul {
	padding:10px;
	text-align:center;
	font-size:8.5pt;
	font-weight:normal;
	color:#999;
}
.download-text-info p {
	clear:both;
	width:100%;
	font-size:8.5pt;
	color:#30457D;
	padding:2px 0px;
}
.download-text-info p b {
	/*width:58%;*/
	width:170px;
	float:left;
	text-align:right;
	margin-left:2%;
}
.download-text-info p span {
	width:39%;
	float:left;
	margin-left:3px;
	font-size:8.5pt;
	color:#30457D;
}
.download-text-info h1 {
  width:39%;
  float:left;
  margin-left:3px;
  font-size:8.5pt;
  color:#30457D;
}
.download-text-info p h1 {
  width:39%;
  float:left;
  margin-left:3px;
  font-size:8.5pt;
  color:#30457D;
}
.download-text-info p span a {
	color:#30457D;
}
.ptagbg {
	background-color:#d3d3d3;;
}
.sub-comment {
	float:right !important;
	width:98% !important;
	padding:3px;
	margin-bottom:10px;
}
.download-btn {
	text-align:center;
	/*margin-top:40px;*/
	
}
.download-btn-recap {
    height: 140px;
}
.download-btn a img {
	width:200px;
	height:58px;
}
/*Download page End*/

/*Search Result page start*/
.search-left {
	float:left;
	width:55%;
}
.search-left p span {
	display:block;
}
.search-left p img {
	cursor:pointer;
}
.search-right {
	float:right;
	width:40%;
	margin-right:5px;
	margin-top:10px;
}
.search-right select {
	font-size:8.5pt;
	color:#30457D;
	width:100%;
}
.searchtoogle {
	display:none;
}
.arrowdown {
	display:none;
}
.arrowdownshow {
	display:inline-block;
}
.arrowuphide {
	display:none;
}
.search-deatils {
	border-left:none;
}
.search-deatils .movie-info {
	border-left:5px solid #f1f1f1;
	padding-left:3px;
	min-height:40px;
}
.search_border {
	border-bottom:none;
	padding-bottom:0px;
}
.search_border .latest-movie-details-full {
	width:99.5%;
}
.search_list_info {
	padding-bottom:0px;
}
.line {
	height:5px;
	width:200px;
	background-color:#6f2b0d;
	margin:0 auto;
	margin-top:2px;
}
/*Search Result page End*/

/*Movie Tabular page start*/
.search-tub h4 {
    padding:7px 5px;
}
.search-tub-he-con {
	padding:5px;
}
.search-tub-he-con p {
	/*font-size:8.5pt;*/
    font-size:9pt;
	color:#30457D;
	margin-top:3px;
}
.search-tub-he-con-left {
	float:left;
	/*width:35%;*/
	width:calc((100% - 150px)/2);
	margin-top:5px;
}
.search-tub-he-con-center {
	float:left;
	/*width:31%;*/
	width:calc((100% - 150px)/2);
	margin-top:5px;
}
.search-tub-he-con-right {
	float:right;
	margin-top:5px;
	/*width:25%;*/
	width:150px;
}
.search-tub-he-con-center select {
	font-family:Verdana;
	font-size:7.5pt;
	color:#30457D;
	border-width:1px;
	border-style:solid;
	border-color:#5380AB;
	margin-top:5px;
}
.list-info-tub {
	margin-top:5px;
	padding:4px;
}
.list-info-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.list-info-flex-column {
  display: flex;
  flex-direction: column;
  width:calc((100% - 3px)/2);
  /*width: 100%;*/
}
/*.movie_list_tub {
  width:100%;
  border-width:1px;
  border-style:solid;
  border-color:#C0C0C0;
  padding:2px;
  margin: 2px;
  position:relative;
}*/
.set_to_full_width {
  width:100% !important;
}
.left-ad {
  min-height: 250px;
}
ol {
  margin-left: 20px;
}
ol li, ol li a {
  font-size:9pt;
  color:#30457D;
  margin-top:3px;
}
.movie_inner_list_tub-left ol, .movie_inner_list_tub-right ol{
  padding-left: 10px;
  padding-right: 10px;
}
.movie_list_tub-left,.movie_list_tub-right {
	/*float:left;*/
	/*width:49.5%;*/
	/*width:calc((100% - 5px)/2);*/
    width:calc((100% - 9px)/2);
	border-width:1px;
    border-style:solid;
    border-color:#C0C0C0;
	padding:2px;
	/*min-height:240px;*/
	/*min-height:200px;*/
	/*margin-top:2px;
	margin-bottom:2px;*/
    margin: 2px;
	position:relative;
}
.movie_list_tub-right {
	/*margin-left:1%;*/
	margin-left:4px;
}
.movie_list_tub-left .heading,.movie_list_tub-right .heading {
	background:#5E8BB9 none repeat scroll 0% 0%;
	padding:5px;
}
.movie_list_tub-left .heading h2 a,.movie_list_tub-right .heading h2 a {
	font-size:10.5pt;
	font-weight:bold;
	color:#F8F8F8;
}
.movie_list_tub-left .heading p,.movie_list_tub-left .heading p a,.movie_list_tub-right .heading p,.movie_list_tub-right .heading p a {
	color:#CACACA;
	font-size:7pt;
	font-weight:normal;
}
.movie_list_tub-left ul span a,.movie_list_tub-right ul span a {
	color:#CACACA;
	font-size:8pt;
	font-weight:normal;
	position:relative;
}
.movie_inner_list_tub-left {
	float:left;
	width:90px;
	margin-top:3px;
}
.movie_inner_list_tub-left img {
	width:100%;
    font-size: 10px;
}
.movie_inner_list_tub-right {
	width:calc(100% - 90px);
	float:left;
	padding-left:5px;
	padding-right:3px;
}
.movie_inner_list_tub-right p {
	font-size:8.5pt;
	color:#30457D;
}
/*.movie_inner_list_tub-right a {
	float:right;
	font-size:8.5pt;
	color:#30457D;
	margin-right:5px;
	position:absolute;
	bottom:10px;
	right:0;
}*/
/*.movie_list_tub-left .movie_list_tub-imdbLink {
	text-align:right;
	width:100%;
	margin-top:2px;
	font-size:8.5pt;
	color:#30457D;
	margin-right:5px;
}*/
.movie_list_tub-left span, .movie_list_tub-right span{
	float:right;
	margin-top:6px;
	font-size:8.5pt;
	color:#30457D;
	margin-right:5px;
}

/*Movie Tabular page ENd*/

/*Upload page start*/
.upload-form p {
	color:#273B5C;
	font-size:14px;
}
.upload-form p span {
	color:#6F2B0D;
	font-weight:bold;
}
.upload-from-info {
	padding:0px 30px;
}
.upload-from-inner {
	background-color:#E8E8E8;
	color:#000;
	border-width:1px;
	border-style:solid;
	border-color:#999;
	padding:5px;
}
.upload-from-inner h2 {
	font-size:12px;
	font-weight:bold;
	color:#30457D;
	text-align:left;
}
.form-info-demo {
	margin-top:5px;
}
.form-info-demo .form-label {
	float:left;
	width:30%;
	text-align:right;
}
.form-info-demo .form-label label,.Episode {
	color:#6F2D0F;
	font-size:18px;
	font-weight:normal;
	margin-bottom:0px;
}
.form-text {
	width:70%;
	float:left;
}
.form-text .form-textbox-user {
	color:red;
}
.form-text .form-textbox-full {
	width:70%;
}
.form-text span {
	font-size:8.5pt;
	color:#30457D;
}
.form-textbox-info {
	width:50px;
}
.rederror {
	background-color:red;
	padding:5px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.rederror h3 {
	font-size:14px;
	color:#FFF;
	padding:0px 52px;
}
.hello {
	visibility:hidden;
}
.required {
	float:right;
	font-size:12px;
	font-style:italic;
}
.required span {
	color:red;
}
.upload-form .from-info-demo {
	margin-top:10px;
	font-size:8.5pt;
    font-weight:normal;
    color:#999;
    text-align:justify;	
}
.uploadfooter {
	margin-top:5px;
	background-color:#E1E1E1;
	padding:5px;
}
.footer-inner {
	padding:15px;
	border:2px solid #FFF;
}
.footer-inner .follow-on {
	float:left;
}
.footer-inner ul,.footer-inner ul li,.footer-inner ul li a {
	color:#8C8C8C;
font-size:8pt;
font-weight:normal;
}
.footer-menu {
	text-align:center;
}
/*Upload page End*/

/*Series page Start*/
.series {
	padding-bottom:0px;
}
.series h4 {
	font-weight:normal;
}
.series a {
	font-size:12px;
	color:#30457D;
	padding:7px 5px;
	display:inline-block;
}
.series h4 a b {
	border-bottom:1px dotted;
}
.series-info {
	margin-top:5px;
}
.series-list {
	border-bottom:1px dotted;
	border-top:1px dotted;
	padding:5px 0px;
	margin:5px 0px;
	text-align:center;
}
.series-list .series-image {
	width:16%;
	padding:0px;
	border:1px solid #DCDCDC;
	text-align:center;
	background:#F4F4F4 none repeat scroll 0% 0%;
	vertical-align:bottom;
	margin-top:5px;
	float:left;
	margin-left:4px;
}
.series-image .series-img-info img {
	width:100%;
	/*height:150px;*/
}
.series-image .series-img-info {
	padding:3px;
}
.series-image a {
	font-size:8.5px;
	color:#6F2B0D;
	padding:0px;
	padding-bottom:5px;
}
.series-list ul li a img {
	width:100%;
}
.seriesdown {
	display:none;
}
.series-left {
	float:left;
	width:50%;
}
.series-left h4 {
	font-weight:bold;
}
.series-right {
	float:left;
	width:50%;
}
.series-right h5 {
	font-family:Arial;
	text-align:left;
	font-size:12px;
	color:#666;
	padding-right:90px;
	font-weight:bold;
	padding-top:3px;
}
.series-right h5 img {
	width:16px;
	float:left;
	padding-top:7px;
	cursor:pointer;
}
.series-first-con a {
	padding:0;
	font-family:Arial;
	font-size:8pt;
	color:#9E9E9E;
}
.series-first-con a span,.series-first-con a b {
	font-size:8.5pt;
	color:#30457D;
}
.series-second-con a {
	font-size:8.5pt;
	color:#30457D;
	padding:0px;
}
.series-second-con a b {
	font-weight:bold;
}
.series-second-con {
	display:none;
}
.displayshow {
	display:inline-block;
}
.displayhide {
	display:none;
}
.side-top {
	margin-bottom:6px;
	width:100%;
	border:2px solid #DDD;
	background-color:#F7F7F7;
}
.side-top h5 {
	font-size:11px;
	color:#039;
	padding:5px;
}
.side-top h5 a {
	color:#FF5B5B;
    font-size:11px;
}
/*Series page End*/

/*Adsense*/
.ad_728x90 {display:inline-block; min-width:200px; max-width:970px; width:100%; height:90px}
.ad_300x600 {display:inline-block; min-width:120px; max-width:300px; width:100%; height:600px}
.ad_300x250_next2trailer {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_336x280 {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_336x280_search {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_300x250_BMB {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_300x250_Deksi_pano {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}

.ad_300x250_next2trailer_R {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_336x280_R {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_300x250_BMB_R {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}
.ad_300x250_Deksi_pano_R {display:inline-block; min-width:200px; max-width:336px; width:100%; min-height:200px; max-height:280px; height: 100%;}

/*.ad_320x100 { display:inline-block; margin-bottom: 6px; margin-top: -2px;}*/
.ad_320x100 {display:inline-block; margin-bottom: 6px; margin-top: -2px; min-width:320px; max-width:320px; width:100%; min-height:100px; max-height:100px; height: 100%;}
ins[data-ad-status=unfilled] {display:none!important;}

/*OptiAds*/
/*.optiads_desktop {border: solid 1px #c6c6c6; border-radius: 3px; margin: 8px; background: #f2f2f2; width: 98% !important; z-index: 8 !important;}*/
.optiads-flex-18826 {border: solid 1px #c6c6c6; border-radius: 3px; margin: 8px; background: #f2f2f2; width: 98% !important; z-index: 8 !important; font-size: 11px !important;}
/*.optiads_mobile {border: solid 1px #c6c6c6; border-radius: 3px; margin-top: 8px; background: #f2f2f2; z-index: 8 !important;}*/

.optiads_hidden { display: none; } /*Απενεργοποίηση banner*/
.optiads_mobile_300x50 {width: 300px; margin: 0 auto;}
.optiads_mobile_300x250 {width: 300px; margin: 0 auto;}

@media (max-width: 750px) {/*Κάτω απο 750px*/
  .ad_728x90 { display: none; }
  .ad_300x600 { display: none; }
  .ad_336x280_search { display: none; }

  .ad_300x250_next2trailer { display: none; }
  .ad_336x280 { display: none; }
  .ad_300x250_BMB { display: none; }
  .ad_300x250_Deksi_pano { display: none; }

  .optiads_desktop { display: none; }
}
@media (min-width: 751px) {/*Πάνω από 750px*/
  .ad_300x250_next2trailer_R { display: none; }
  .ad_336x280_R { display: none; }
  .ad_300x250_BMB_R { display: none; }
  .ad_300x250_Deksi_pano_R { display: none; }

  .optiads_mobile { display: none; }
}
@media(min-width:448px) {/*Πάνω απο 447px*/
  .ad_320x100 { display: none; }
}
/*Adsense End*/

/*Index Page-View*/
.container_pageView { display: flex; align-items: center; justify-content: center; }
.fixed_pageView { width: 72px; }
.flex-item_pageView { flex-grow: 1; }
.select_pageView { margin-bottom: 10px; padding: 4px 1px; border-radius: 3px; border: 1px solid silver; background: #e9e9e9 none repeat scroll 0% 0%; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset,0 1px 3px rgba(0,0,0,.1);
  font-size: .7em; font-weight: 700; text-decoration: none; color: #717171; text-shadow: 0 1px 0 #fff; }
/*Index Page-View End*/

/*AdManager*/
.adMan_728x90 { display:inline-block; }
@media (max-width: 750px) {/*Κάτω απο 750px*/
  .adMan_728x90 { display: none; }
}
/*AdManager End*/