html {

  background: url('../shared/images/background.jpg') center center no-repeat fixed;
  background-size: cover;
  background-color: black;
}	

body{
  font-family: Exo2 , Arial; 
  color: #eee;
  background-color: transparent;
}
@font-face { 
font-family: Roboto; 
src: url('../shared/Roboto-Regular.ttf'); 
} 

@font-face { 
font-family: Exo2; 
src: url('../shared/Exo2-Medium.otf'); 
} 

.navbar-default {
    border-top: 0px;
}

header {
  overflow: hidden;
  padding: 20px;
  width: 100%;
  background: rgba(255,255,255,0.1);
  
}
header .id-name{
	text-align:right;
	padding:7px 0;
}

.logoheader {
	width: 150px;
}

.logoheader-small {
    width: 90px;
    margin-top: 5px;
    margin-left: 5px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-xsl-3{ width: 25%; }
	.col-xsl-6{ width: 50%; }
	.col-xsl-9{ width: 75%; }
	.col-xsl-12{ width: 100%; }
}


img.lazy.img-responsive.cover {
    /*padding: 7px;*/
	border-radius: 5px;
}

.user-image {
  display: inline-block;
}


.id-name h4 {
  display: inline-block;
  color:#fff;
}
nav.navbar.navbar-default .container{
	padding:0;
		}
ul.nav.navbar-nav li {
	  padding:0px 54px 0 0;
}

ul.nav.navbar-nav li:last-child{
	padding-right:0;	
}
ul.nav.navbar-nav li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  position:relative;
  padding: 20px 0px;
  font-weight:300;
}
.navbar-default ul.nav.navbar-nav > li > a:hover, .navbar-default ul.nav.navbar-nav > li > a:focus{
	color:#228ff6;
}
ul.nav.navbar-nav li a span {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  top: 0;
   font-family: Sukhumvit, Arial;
}
.title-col{
	padding:0;
}
h1.list-title{
	color:#fff;
	font-style:italic;
	font-size:24px;
}
.search {
    width: 60%;
    position: relative;
    float: right;
}
input.search-form {
  background-color: #5a0000;
  border: 0 solid;
  border-radius: 10px;
  color: rgb(237, 28, 36);
  float: right;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  height: 40px;
  padding:8px 8px 8px 32px;
  width: 100%;
  margin-bottom:15px;
}
.search-icon {
    background-image: url(../images/search.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left:5px;
	top:7px;
}
input.search-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: rgb(237, 28, 36);
}
input.search-form::-moz-placeholder { /* Firefox 19+ */
  color: rgb(237, 28, 36);
}
input.search-form:-ms-input-placeholder { /* IE 10+ */
 color: rgb(237, 28, 36);
}
input.search-form:-moz-placeholder { /* Firefox 18- */
  color: rgb(237, 28, 36);
}
.col-lg-2.col-md-2.col-sm-2.col-xs-12 {
    padding: 5px 8px 5px 0;
}
.col-lg-2.col-md-2.col-sm-2.col-xs-12:last-child {
    padding-right:0;
}

body.login{
 background: grey; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#bcbdc0 , #818385 ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bcbdc0, #818385 ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bcbdc0,#818385 ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bcbdc0 , #818385); /* Standard syntax */
  border-top: 4px solid #222222;
  border-bottom: 4px solid #222222;
  height: 100vh;
}
.middle-align-page form.form-horizontal {
  float: right;
  padding-top: 0;
  width: 100%;
}
.middle-align-page form.form-horizontal .form-group{
	width:80%;
	float:right;
	}

.middle-align-content {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  width: 50%;
}
.row.middle-align-page {
  display: block;
  height: 100vh;
  margin: 0 auto;
  width: 80%;
}
input#code.form-control {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 38px;
}
/*.middle-align-page button.btn.btn-default {
  border: 1px none;
  border-radius: 8px;
  float: right;
  font-size: 20px;
  line-height: normal;
  padding: 10px 12px 13px;
  position: relative;
  text-align: left;
  width: 200px;
}*/
button.btn.btn-default span {
  position: absolute;
  right: 8px;
  top: -20px;
}

.user-profile {
    text-align: center;
	padding:35px 10px 35px 50px;
}
.social-links {
    padding: 5px 15px;
	text-align:center;
}
.middle-align-page form.form-horizontal.login-form .form-group{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
	.social-links ul.list-inline li {
    padding: 5px 10px;
}
ul.list-inline li a {
    color: #ffffff;
    font-size: 16px;
}
.form-horizontal.login-form .col-sm-12{
	padding:0;
	}
.middle-align-page .form-horizontal.login-form button.btn.btn-default{
	width:100%;
	text-align:center;
	padding:8px 12px 8px;
}
	.middle-align-page form.form-horizontal.login-form .form-group input.form-control {
    background: #656668;
    text-align: center;
}
.play-store{
	background-color:#470000;
	width:1%;
	height:360px;
	display:table-cell;
	vertical-align:middle;
	}
	body.play-store .middle-align-content {
    width: 1%;
}
ul.list-inline li.play-button{
	margin:20px 25px;
	}
ul.list-inline li.play-button a{
	  color: #fff;
  background: #330001; /* Standard syntax */
  border-color:transparent;
  font-size:18px;
  padding:10px 25px;
  display :block;
  border-radius:8px;
	}
	.leftside-bar {
    margin-right: 50px;
}
.leftside-bar .single-episode {
    padding-left: 10px;
}
.single-episode h5 {
    color: #fff;
    margin: 0 0;
    line-height: 20px;
    font-size: 15px;
}
h4.episode-heading {
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
}
.episode-season{
	margin-top:40px;
	}
.episode-season h3 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
}
.episode-season .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    padding-right: 5px;
}
.episode-season .col-lg-3.col-md-3.col-sm-3.col-xs-12  p {
    color:#FFFFFF;
	text-align:center;
}
.episode-container {
    padding: 5px;
}
.episode-container .episode-content {
    background-color: #470000;
    color: #fff;
    overflow: hidden;
    padding: 6px 10px;
    margin: 10px 0;
}
.episode-content h4 {
    margin: 0;
    margin: 0;
    line-height: 24px;
}


.movie_name_under {
	/*padding-left: 7px;
    padding-right: 7px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
}
.movie_year_under {
	/*padding-left: 7px;
    padding-right: 7px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #666;
}

.vodgrid {
    background: transparent;
    border-radius: 5px;
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;	
  padding: 7px;

}


.vodgrid:hover {
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;	

}

.breadcrumb {
    background-color: rgba(255,255,255,0.05);
	font-size: 20px;
}

.btn-default {
    color: white;
    background-color: rgba(255,255,255,0.3);
    border: 0px;
}

.btn-default:hover {
    color: white;
    background-color: rgba(255,255,255,0.6);
    border: 0px;
}

li.logo {
    margin-top: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

p#solo-voddetails-data-desc, p#solo-seriedetails-data-desc {
    font-size: 24px;
}

.fullwidth{
	width: 100%; 
}

img#solo-seriedetails-thumb, img#solo-voddetails-thumb {
    border-radius: 5px;
} 

@media (min-width: 992px) {
	.vodgrid {
		height: 230px;
	}
}

@media (min-width: 1200px) {
	.vodgrid {
		height: 270px;
	}
}

.progress.ep-progress {
    height: 5px;
    position: relative;
    bottom: 5px;
	margin-bottom: -5px;
    border-radius: 0px 0px 5px 5px;
	background-color: rgba(0,0,0,0.5);
}

.progress-bar.ep-progress-bar {
    opacity: 0.8;
}

#accounticon {
	margin-top: 13px;
    margin-left: 10px;	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

#solo-schedule-list > div.row.list-group-item.match_live {
	background: #222;
	border-top: 1px solid #151515;
}


.solo-match-home-emblem, .solo-match-away-emblem {
    height: 55px;
    width: 55px;
    margin-top: 15px;
		-webkit-filter: drop-shadow(2px 2px 0 white)
		drop-shadow(-2px 2px 0 white)
		drop-shadow(2px -2px 0 white)
      		drop-shadow(-2px -2px 0 white);

	filter: drop-shadow(2px 2px 0 white) 
		drop-shadow(-2px 2px 0 white)
		drop-shadow(2px -2px 0 white)
       		drop-shadow(-2px -2px 0 white);
}

span.icon_vs {
    top: 9px;
    position: relative;
    color: #aaa;
}

.solo-match-channel1-icon {
    height: 55px;
	background: #fff;
    background-size: cover;
	border-radius: 5px;
	margin-top: 17px;
}

.match-details {
	text-align: center;
}

span.team-name {
    font-size: 10px;
	color: #aaa;
}

span.match-sport {
    color: #ddd;
	font-weight: 600;
    font-size: 14px;
}
span.match-league {
	font-size: 16px;
	color: #aaa;
}


span.match-event {
    color: #888;
    font-size: 14px;
}

.solo-channel-icon-grid img {

    width: 100%;
    border-radius: 5px;
	
}

button.btn-tvsort {
    font-size: 14px;
}

.tvsort {
    margin-right: 15px;
    margin-bottom: 5px;
}

.solo-channel-icon-grid {
    padding: 5px;
}

span.match_live {
    color: white;
}

span.match_highlight {
    color: #337ab7;
    font-weight: 600;
}

a.match_live {
    background: rgba(255,255,255,0.1);
}

a.match_live:hover {
    background: rgba(255,255,255,0.15) !important;
}

.movie-player .fp-player > a, #player > div.fp-player > a {
    visibility: hidden;
}
