html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    background-color:#2f363e;
    font-family: sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

body{
    overflow-x: hidden !important; 
}
body.parallax .parallax2,
body.parallax .parallax4 {
	background-attachment: fixed;
	background-size:cover;
}
img{
    width:100%;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none;
    user-drag: none;
}
.head-icon {
    width: 30px;
	margin-right: 15px;
	margin-top: -7px;
}
.container{
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}
.fullwidth{
    width:100%;
    max-width: 100%;
}
.inner{
    width:100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
}

.transparent{
    background: transparent !important;
}

.no-padding{
    padding:0 !important;
}

.no-padding-top{
    padding-top:0 !important;
}

.no-padding-right{
    padding-right:0 !important;
}

.no-padding-left{
    padding-left:0 !important;
}

.no-padding-bottom{
    padding-bottom:0 !important;
}

.no-margin{
    margin:0 !important;
}

.no-margin-top{
    margin-top:0 !important;
}

.no-margin-right{
    margin-right:0 !important;
}

.no-margin-left{
    margin-left:0 !important;
}

.no-margin-bottom{
    margin-bottom:0 !important;
}

.margin-top{
    margin-top:20px !important;
}

.margin-left{
    margin-left:20px !important;
}

.margin-right{
    margin-right:20px !important;
}

.margin-bottom{
    margin-bottom:20px !important;
}

.f-left{
    float:left;
}

.f-right{
    float: right;
}
.f-center{
    float:none;
    margin: 0 auto;
}
.t-left{
    text-align:left !important;
}

.t-center{
    text-align:center !important;
}

.t-right{
    text-align:right !important;
}

.t-justify{
    text-align:justify !important;
}
.conteiner {
    padding: 20px 0 50px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.header{
    padding:30px 0;
}
.movie-title {
    display: grid;
    width: 100%;
    text-align: right;
}

span.big-head {
    font-size: 35px;
}
span.small-head {
    font-size: 18px;
}
.movie-info-wrapper {
    display: block;
    width: 100%;
}
.movie-info-wrapper p {
    margin: 0px;
}
.movie-info-wrapper p span {
    color: #c5af6f;
}
.movie-info-wrapper p a {
    color: #8bc56f;
    transition: all 150ms;
}
.movie-info-wrapper p a:hover {
    color: #aaa5e6;
    text-decoration: none;
    transition: all 150ms;
}
.actor-name {
    font-size: 12px;
    line-height: 24px;
    padding-top: 10px;
}
.text-holder {
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
}
.text-holder i {
    margin-right: 10px;
}
.main-text-holder { 
	margin-bottom: 30px;
    width: 100%;
    float: left;
}
.small-head {
    font-size: 25px;
}
.uppercase{
    text-transform: uppercase;
}
.min-margin {
    margin: 40px 0;
}
.background1{
	background-image:url(../images/background/recomended-bg.jpg);
	background-size: cover;
}
#main-films.box:hover {
    background: linear-gradient(-18deg, #1369a2 25%,#8c2231 75%);
    border-radius: 15px;
    transition: background 150ms;
}
#main-films.box {
    background: transparent;
    border-radius: 15px;
    transition: background 150ms;
}
.movie-page {
    padding: 1% !important;
    box-shadow: 0 0 20px #000000;
    position: relative;
    display: flow-root;
}
.movies img {
    height: 250px;
}
a.ganres-wrapper {
    min-height: 180px;
    background: rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    line-height: 50px;
    width: 100%;
    transform: scale(1.0);
    transition: all 150ms;
    float: left;
}
a.ganres-wrapper:hover {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.5);
    transition: all 150ms;
}
a.ganres-wrapper img {
    max-width: 100px;
	padding: 10px;
	min-height: 100px;   
} 
.notes {
    font-size: 12px;
    padding: 5px 40px;
	line-height: 20px;
	min-height: 110px;
    max-height: 110px;
    text-transform: lowercase;
}
.poster {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 150ms ease;
    backface-visibility: hidden;
  }
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 98%;
    margin-top: -1px;
    background: linear-gradient(-45deg, #145682 0%,#8c2231 100%);
    height: 100%;
    color: #fff !important;
}
.middle i {
    font-size: 75px;
    line-height: 150px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.middle span {
    font-size: 15px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}
.movies {
    position: relative;
    padding: 5px;
    margin: 10px 0;
}
.movies a:hover{
    text-decoration: none;
}
.title {
    font-size: 20px;
    width: 100%;
}
  .movies:hover .middle {
    opacity: 0.3;
  }
  
  .movies:hover .middle {
    opacity: 1;
  }
  
  .item_texts {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
  }
  .rating-main-page {
    color: #cac086;
    font-size: 11px;
}
.poster img, .image-frame img {
    border-radius: 10px;
}
.svg-rating {
    display: inline-grid;
    text-align: center;
    box-shadow: 1px 1px 5px #000;
    border-radius: 15px;
    background: #13151f;
    float: right;
    padding: 10px;
    margin: 20px 10px;
}
svg.radial-progress {
    height: auto;
    max-width: 100px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
  }
  
  svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 10;
  }
  
  svg.radial-progress circle.incomplete { opacity: 0.25; }
  
  svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129;}
  
  svg.radial-progress text {
    fill: #fff;
    font: 400 1em/1 'Oswald', sans-serif;
    text-anchor: middle;
  }
  svg.radial-progress:nth-of-type(6n+1) circle { stroke: #a2ed56; }
  svg.radial-progress:nth-of-type(6n+2) circle { stroke: #83e4e2; }
  svg.radial-progress:nth-of-type(6n+3) circle { stroke: #fd6470; }
  svg.radial-progress:nth-of-type(6n+4) circle { stroke: #fca858; }
  svg.radial-progress:nth-of-type(6n+5) circle { stroke: #fddc32; }
.ratings-wrapper {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    color: #ccc;
}
.rating-tabs {
    margin-top: 30px;
}
.rating-tabs .nav-tabs li.active a {
    background: none;
    color: #b90101;
    border-radius: 10px;
    margin: 0;
    font-weight: bold;
    border: none;
}
.rating-tabs .nav-tabs li a {
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}
.title-main-page {
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}
.year-main-page {
    font-size: 13px;
    font-family: sans-serif;
    line-height: 26px;
}
.country-main-page {
    font-size: 11px;
    text-transform: uppercase;
}
.recomended-head {
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.recomended_in_full_film{
	background-image:url(../images/background/recomended_in_full_film.png);
	background-size: cover; 
}

.actors-line {
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 3px;
    margin-right: 3px;
}



.footer-bg {
    background-image: url(../images/background/footer-bg.jpg);
    padding: 20px 30px;
    background-size: cover;
    float: left;
    width: 100%;
}
.player-icon {
    font-size: 70px;
    line-height: 70px;
    margin-top: -30px;
}
.dot {
    width: 4px;
    height: 4px;
    margin: 0 4px;
    border-radius: 50%;
    background: #b4b4b4;
    vertical-align: middle;
    display: inline-block;
}
.white{
    color:#fff !important;
}
hr {
    border-top: 1px solid #DDD
}
.mobile-nav-button{
    display: none;
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background:transparent;
    right: 10px;
    top:50%;
    text-align: right;
    font-size:22px;
    cursor: pointer;
    text-align: center;
    margin-top:-28px;
}
#header .header-search-bar form > .basic-form > div {
	float: left;
	padding-left: 15px;
}
.navigation .logo{
    width: auto;
    height: auto;
    left:0;
    top:50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation .logo img{
    width: auto;
    height: auto;
    max-height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.basic-form {
    display: -webkit-inline-box;
    padding-left: 45px;
    padding-top: 25px;
}
/*
#header .header-search-bar .toggle {
    width: 45px;
    padding: 0;
    margin: 0;
    height: 45px;
    color: #fff;
    background: #b90101;
    border-radius: 50%;
    border: none;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    transition: all 250ms;
}
*/

#header .header-search-bar .toggle span {
	position: absolute;
	top: 9px;
	left: 7px;
	display: block;
	width: 16px;
	height: 3px;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
}

#header .header-search-bar .toggle span:before,
#header .header-search-bar .toggle span:after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
	content: '';
}

#header .header-search-bar .toggle:hover span,
#header .header-search-bar .toggle:hover span:before,
#header .header-search-bar .toggle:hover span:after,
#header .header-search-bar.active .toggle span,
#header .header-search-bar.active .toggle span:before,
#header .header-search-bar.active .toggle span:after {
	border-bottom-color: #1D8EB8;
}

#header .header-search-bar .toggle span:before {
	top: 5px;
}

#header .header-search-bar .toggle span:after {
	top: 10px;
}
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid transparent;
    transition: all 250ms;
    margin-left: 20px;
    margin-bottom: 15px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #607D8B;
    cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:hover {
    border-bottom: 1px solid #b90101;
    transition: all 250ms;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
    display: block;
    width: 15px;
    top: 2px;
    height: 15px;
    border: 1px solid #b90101;
    position: absolute;
    left: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  color:#b90101;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Header Search Bar */


#header .inner {
    padding: 30px;
    float: left;
}
#header .header-search-bar form > .basic-form > div {
	float: left;
	padding-left: 15px;
}

#header .header-search-bar .hsb-input-1 {
	width: 35%;
}

#header .header-search-bar .hsb-text-1 {
	width: 5%;
	text-align: center;
	line-height: 30px;
}

#header .header-search-bar .hsb-container {
	width: 50%;
}

#header .header-search-bar .hsb-container .hsb-input-2,
#header .header-search-bar .hsb-container .hsb-select {
	float: left;
	width: 50%;
}

#header .header-search-bar .hsb-container .hsb-select {
	padding-left: 15px;
}

#header .header-search-bar .hsb-submit {
	width: 10%;
}

#header .header-search-bar .toggle span {
	position: absolute;
	top: 9px;
	left: 7px;
	display: block;
	width: 16px;
	height: 3px;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
}

#header .header-search-bar .toggle span:before,
#header .header-search-bar .toggle span:after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
	content: '';
}

#header .header-search-bar .toggle:hover span,
#header .header-search-bar .toggle:hover span:before,
#header .header-search-bar .toggle:hover span:after,
#header .header-search-bar.active .toggle span,
#header .header-search-bar.active .toggle span:before,
#header .header-search-bar.active .toggle span:after {
	border-bottom-color: #1D8EB8;
}

#header .header-search-bar .toggle span:before {
	top: 5px;
}

#header .header-search-bar .toggle span:after {
	top: 10px;
}

#header .header-search-bar .advanced-form {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.99);
	-webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
}
.search-header {
    font-size: 20px;
    border-bottom: 1px solid #242738;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#header .header-search-bar .advanced-form .row > label {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	line-height: 30px;
}

#header .header-search-bar .advanced-form .range-slider {
	position: relative;
}

#header .header-search-bar .advanced-form .range-slider .last-value {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
	width: 80px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	line-height: 30px;
}
.tab-content>.tab-pane{
    padding:25px 0;
    color:#9d9d9d;
}
.nav-links {
    color: #fff;
    background: #b90101;
    padding: 5px 15px;
    margin: 3px;
    float: left;
    width: auto;
	border-radius: 5px;
	transition:all 250ms;
}
.nav-links:hover, .nav-links:active {
    transition: all 250ms;
    background: #242738;
    color: #fff;
    text-decoration: none;
}
.search-wrapper {
    float: left;
    display: flex;
    margin-left: 10px;
    margin-top: 3px;
}
.search-button{
    margin-left: -40px;
    width: 40px;
    border-radius: 3px;
    border-style: solid;
    background: none;
    border-color: transparent;
    color: #717171;
}
.nav-item {
    display: inline-block;
    float: left;
    width: auto;
}
.header-search-bar {
    display: inline-block;
    float: left;
    width: inherit;
}
.nav-item a {
    color: #b90101;
    padding: 10px;
    line-height: 45px;
    transition: all 150ms;
    font-size: 18px;
    font-weight: bold;
}
.header-search-bar {
    display: inline-block;
    float: left;
    width: inherit;
    margin-top: 30px;
    margin-left: 30px;
}
.nav-tabs li a {
    color: red;
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.no-results img {
    width: 150px;
}
.no-results {
    width: 100%;
    text-align: center;
}

.owl-buttons {
    width: 100%;
    text-align: center;
    height: 30px;
    margin-top: 20px;
}
.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 31px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}
.owl-next {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 31px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-left: 10px;
    border-radius: 50%;
}



@media only screen and (max-width: 520px){
    #rating{
        display:flex;
        width:100%;
    }

}








