/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Audiowide', cursive;
	background:#986FC7;
}
p{
	margin:0;
	font-family: 'Audiowide', cursive;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Audiowide', cursive;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/
.banner1 {
    width: 50%;
    margin: 5em auto;
}
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.copyright{
	padding: 2em;
    text-align: center;
    background: #1A222F;
}
.copyright p{
	font-size:14px;
	color:#fff;
	margin:0;
	text-align: right;
}
.copyright p a{
	color:#f6e30f;
}
.copyright p a:hover{
	text-decoration:underline;
}
/*--audio--*/
.lucky {
    width: 70%;
    float: left;
}
audio#audio-player {
	width: 100% !important;
 } 
.next-top{
	position: relative;
	z-index:0;
}
.next-top li{
	display:inline-block;	
}
.next-top li i{
	background: url(../images/pn.png)no-repeat -10px -9px;
    width: 48px;
    height: 38px;
	display: block;
	position: absolute;
	top: 10px;
    left:50%;
}
.next-top li i.next{
	background-position:-87px -11px;
	left:80%;
}
/*-- //audio --*/
/*-- Ratings --*/
.rating {
    margin: 0.5em 0 0;
    padding: .8em 0;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.29);
    direction: rtl;
    text-align: center;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/star.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/star-.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
.banner-right{
	float: right;
    width:24.63%;
    text-align: center;
}
.nav ul li{
	list-style-type: none;
    border: 1px solid #EFEFEF;
    margin: .5em 0 0;
}
.nav ul li a{
	padding: .8em 0;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
	background: rgba(0, 0, 0, 0.29);
}
.logo {
    margin:10em 0 0 5em;
}
/*-- Menu 1 --*/
.menu_1,.menu_2,.share,.hd-movies{
    border: 1px solid #EFEFEF;
    float: left;
    width:23.99%;
    padding: .8em 0 !important;
    background: rgba(0, 0, 0, 0.29);
}
.menu_2,.share,.hd-movies{
	margin:0 0 0 .5em !important;
}
.menu_1_left,.menu_2_left{
	float: left;
    width: 60px;
    height: 24px;
    background: url(../images/menu.png)no-repeat 39px 0px;
    cursor: pointer;
    display: block;
}
.menu_1_left_nav,.menu_2_left_nav{
	display: none;
	padding:0;
	text-align:center;
	width:100%;
}
.menu_1_left_nav li.last_menu, .menu_2_left_nav li.last_menu, .menu_2_left_nav li.last_menu{
	border-bottom: none;
}
.menu_1_left_nav li,.menu_2_left_nav li{
	display: block;
    border-bottom:1px solid #EFEFEF;
    list-style-type: none;
}
.menu_1_left_nav li a,.menu_2_left_nav li a{
	display:block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 1em 0;
    font-weight: 500;
    text-decoration: none;
 }
.menu_1 h2,.menu_2 h2{
	width: 61%;
	float: left;
	font-size:1em;
	text-align: center;
	color: #fff;
	margin: .2em 0 0;
}
.menu_1,.menu_2 {
    padding: .71em 0 !important;
}
/*-- Menu 1 --*/
.share a,.hd-movies a{
	font-size:1em;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
}
.banner-bottom{
	margin:.5em 0 0;
}	
ul.menu_1_left_nav li:nth-child(1) a,ul.menu_2_left_nav li:nth-child(1) a {
    padding: 2em 0 1em;
}
/*-- //banner --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.menu_1, .menu_2, .share, .hd-movies {
		width:23.98%;
	}
	.menu_1_left, .menu_2_left {
		width: 60px;
		background: url(../images/menu.png)no-repeat 38px 0px;
	}
	.banner1 {
		width: 55%;
	}
}
@media (max-width: 1366px){
	.menu_1_left_nav li a, .menu_2_left_nav li a {
		font-size: 14px;
	}
	.menu_1_left, .menu_2_left {
		width: 40px;
		background: url(../images/menu.png)no-repeat 17px 0px;
	}
	.banner1 {
		width: 60%;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 24%;
	}
}
@media (max-width: 1280px){
	.menu_1, .menu_2, .share, .hd-movies {
		width: 24.13%;
	}
	.copyright p {
		font-size: 13px;
	}
	.banner1 {
		width: 73%;
	}
}
@media (max-width: 1024px){
	.banner1 {
		width: 86%;
		margin: 3em auto;
	}
	.nav ul li a,.share a, .hd-movies a {
		font-size: 1em;
	}
	.menu_1 h2, .menu_2 h2 {
		font-size: 1em;
		margin: .3em 0 0;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 24.09%;
	}
	.banner-right {
		width: 24.23%;
	}
	.copyright {
		padding: 2em 0.9em;
	}
	.menu_1,.menu_2 {
		padding:.66em 0 !important;
	}
}
@media (max-width:768px){
	.menu_1_left, .menu_2_left {
		width: 30px;
		background: url(../images/menu.png)no-repeat 7px 0px;
	}
	.menu_1 h2, .menu_2 h2 {
		font-size: .9em;
		width: 80%;
	}
	.nav ul li a, .share a, .hd-movies a {
		font-size: .9em;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width:23.77%;
	}
	.menu_1, .menu_2 {
		padding:.62em 0 !important;
	}
	.banner {
		min-height: 370px;
	}
	.next-top li i {
		left: 30%;
	}
	.next-top li i.next {
		left: 74%;
	}
	.menu_1_left_nav li a, .menu_2_left_nav li a {
		font-size: 13px;
	}
}
@media (max-width: 736px){
	.menu_1_left, .menu_2_left {
		width: 20px;
		background: url(../images/menu.png)no-repeat 7px 0px;
		background-size: 90%;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width:23.57%;
	}
}
@media (max-width: 667px){
	
}
@media (max-width: 640px){
	.next-top li i {
		background: url(../images/pn.png)no-repeat -1px -9px;
		background-size: 315%;
		width: 45px;
		height: 28px;
	}
	.next-top li i.next {
		background-position: -61px -9px;
		left:74%;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 23.54%;
	}
}
@media (max-width: 600px){
	.menu_1, .menu_2, .share, .hd-movies {
		width: 23.38%;
	}
}
@media (max-width:568px){
	.menu_1, .menu_2, .share, .hd-movies {
		width: 23.3%;
	}
	.menu_1 h2, .menu_2 h2 {
		font-size: .8em;
		margin: 0;
	}
	.menu_1_left, .menu_2_left {
		width: 16px;
		background: url(../images/menu.png)no-repeat 7px 0px;
		background-size: 79%;
	}
	.nav ul li a, .share a, .hd-movies a {
		font-size: .8em;
	}
}
@media (max-width:480px){
	.next-top li i {
		left: 7%;
	}
	.next-top li i.next {
		left: 55%;
	}
	.banner1 {
		width: 95%;
		margin: 1em auto;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 48.66%;
	}
	.share {
		margin: .5em 0 0 0 !important;
	}
	.hd-movies {
		margin: .5em 0 0 .5em !important;
	}
	.logo {
		margin: 10em 0 0 1em;
	}
	.lucky {
		width: 50%;
	}
	.banner-right {
		width: 49%;
	}
	.copyright p {
		font-size: 12px;
	}
}
@media (max-width:414px){
	.menu_1_left, .menu_2_left {
		width: 21px;
		background: url(../images/menu.png)no-repeat 7px 0px;
		background-size: 79%;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 48.46%;
	}
	.logo {
		margin: 10em 0 0 0.5em;
	}
}
@media (max-width:384px){
	.next-top li i.next {
		left: 65%;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 48.25%;
	}
	ul.menu_1_left_nav li:nth-child(1) a, ul.menu_2_left_nav li:nth-child(1) a {
		padding: 1em 0 1em;
	}
}
@media (max-width:320px){
	.lucky {
		width: 100%;
		float: none;
	}
	div.audio-player {
		padding: 0;
	}
	.next-top li i {
		left: 15%;
		top:-18px;
	}
	.logo {
		margin: 2em 0;
		text-align: center;
	}
	.banner-right {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.menu_1, .menu_2, .share, .hd-movies {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.menu_2, .share, .hd-movies {
		margin: .5em auto !important;
	}
	.hd-movies {
		margin: .5em auto 0 !important;
	}
	.copyright {
		padding: 1.5em 0.9em;
	}	
	.copyright p {
		line-height: 1.8em;
	}
	.banner {
		background: url(../images/banner.jpg) no-repeat -335px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
}