/* NORMALIZE */
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, center,
dl, dt, dd, ol, ul, 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;
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
	color: #777;
	font-size: 14px;
	margin: 0;
	background-attachment: fixed;
	background: #fff;
	background-color: #fff;
}

.container {
	padding: 0;
	position: relative;
}

small {
	font-size: 10px;
}

a, a:visited {
	color: #bfc3cc;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

ul {
	text-decoration: unset;
}

ol, ul , li {
	list-style: none;
}

ul a {
	color: #bfc3cc;
}

blockquote {
	background: rgba(57, 62, 71, 0.89);
	margin: 0px 25px 15px 25px;
	color: #bfbfbf;
	padding: 15px 10px 5px 10px;
	border: 1px solid #1e2129;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.06);
	text-align: justify;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

code {
	background: #393e47;
	padding: 4px;
	color: #ccc;
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.58);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.38);
}

p:empty {
	display: none;
}
/* HELP */

select:active, select:hover {
	outline-color: red;
}

.clear {
	clear: both;
}

.flear {
	clear: both;
	display: block !important;
	margin: 0 !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.noselect {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inline-block {
	display: inline-block;
}

.hidden {
	overflow: hidden;
	padding-right: 17px;
}

.no-padding {
	padding: 0;
}

.mobile-menu-icon, 
.mobile-search-icon {
	display: none!important;
}

.fix-con {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.img-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fx-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fx-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fx-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fx-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fx-first {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}

.fx-last {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10;
}

.fx-1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

#dle-content {
	margin-right: -10px;
	margin-left: -10px;
}
/* HEADER */

header {
	margin-top: 20px;
}

header .top {
	width: 100%;
	height:100px;
	display: block;
	float: left;
	background: #f3f3f3;
    border-radius: 12px 12px 0 0;
	padding: 20px 40px 20px 40px;
	position: relative;
}

header .top .logo {
	width: 100%;
	display: inline-block;
	float: left;
	background-size: 100%;
	position: relative;
}

header .top .logo a {
	color: #fff;
	text-decoration: none;
}

header .top .logo img {
	max-width: 100%;
	max-height: 100%;
	margin: -10px auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.logo-content {
	padding-top: 7px;
}

.logo-content span {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 20px;
}

a.logo-text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

header a.logo-image {
	margin-top: -13px;
	float: left;
}

header .menu {
	width: 100%;
	height: 55px;
	float: left;
	background-color: #767676;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: block;
	padding: 0px 10px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

#nav li {
	position: relative;
	float: left;
	list-style: none;
}

#nav li a {
	color: #fff;
	display: block;
	line-height: 55px;
	padding: 0px 16px 0px 16px;
	height: 55px;
	transition: .3s all;
	letter-spacing: -0.3px;
	font-weight: 500;
	font-size: 16px;
}

#nav li a:hover {
	color: #333;
	text-decoration: none;
}

#nav li.menu-item-has-children:hover > a {
	background: #757575;
	box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.48);
	transition-delay: 0.1s;
}

#nav li.menu-item-has-children a {
	transition: all .0s linear;
}

#nav li:first-child > a {
}

#nav li li:first-child > a {
	box-shadow: none;
}

.single .current-menu-item a:before, .single #nav li.current-menu-item a:before, .single #nav li.current-menu-parent a:before {
	display: none !important;
}

#nav li.menu-item-has-children:hover a:before, #nav li.menu-item-has-children:hover a:after {
	display: none;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	visibility: hidden;
	height: auto;
	float: left;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	box-shadow: 0px 13px 16px 1px rgba(0, 0, 0, 0.68), inset 1px 0px 0px #292c32;
	background: #757575;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#nav li ul a {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-delay: 0s !important;
}

#nav ul li a span.fa {
	color: #444;
    margin-right: 5px;
}

#nav li li.menu-item-has-children:hover > a {
	box-shadow: none;
	border-top: 0;
}

#nav li li a {
	color: #ccc;
	font-size: 15px;
	float: none;
	line-height: 34px;
	height: auto;
}
#nav li li:hover > a, #nav li li.current-menu-item > a {
	border-left: 2px solid #444;
	padding-left: 13px;
}

#nav li li:last-child {
	border-bottom: none;
}

#nav li ul li ul {
	left: 100%;
	top: 5px;
	max-height: 216px;
	overflow-y: auto;
}

#nav li ul li a {
	background: none;
	box-shadow: none;
	padding: 0px 14px 0px 14px;
	border-top: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#nav li.menu-item-has-children a {
	padding-right: 30px;
}

#nav li.menu-item-has-children:after {
	content: "\f0d7";
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	right: 22px;
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #222;
	cursor: pointer;
}

#nav li.menu-item-has-children ul li.menu-item-has-children > a {
	padding-right: 24px;
}

#nav li.menu-item-has-children ul li.menu-item-has-children:after {
	content: "\E835";
	top: 10px;
	right: 17px;
}

#nav li li {
	border: 0;
	width: 100%;
}

#nav li ul a:hover, #nav li ul a:active {
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	visibility: hidden;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	visibility: visible;
	transition-delay: 0.1s;
}

.icon-num {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 3px;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	height: 17px;
	line-height: 13px;
	position: absolute;
	top: 3px;
	right: 85px;
	background-color: #444;
}

.icon-flashit {
	-webkit-animation: flash linear .7s infinite;
	animation: flash linear .7s infinite;
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

.letter-menu {
	float: left;
	width: 100%;
	position: relative;
	box-shadow: 0 -20px 20px -20px rgba(0,0,0,0.5);
	border-bottom: 1px solid #111;
}

.letter-menu ul.glossary {
	float: left;
	width: 100%;
	list-style: none;
}

.letter-menu ul.glossary li {
	float: left;
	width: calc(100%/26);
	cursor: pointer;
}

.letter-menu ul.glossary li a {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	padding: 20px 0;
}

.letter-menu ul.glossary li a {
	background: #757575;
	background-color: #757575;
	color: #fff;
}

.letter-menu ul.glossary li a:hover {
	font-weight: 600;
	border-bottom: solid 1px;
	padding-bottom: 19px;
	color: #444;
	list-style: none;
}

header .top .search {
	width: 100%;
	height: 45px;
	float: left;
	position: relative;
}

header .top .search input {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.15);
	outline: none;
	border: none;
	border-radius: 100px;
	font-family: 'Source Sans Pro';
	padding-top: 0px;
	color: #474747;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 46px;
	text-indent: 19px;
	transition: .3s all;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

header .top .search input:not(:focus)::placeholder {
	color: #fff;
	opacity: .8;
	font-size: 14px;
}

header .top .search form {
	height: 45px;
}

header .top .search input:focus {
	background-color: #fff;
	box-shadow: 0 12px 25px 0 rgba(0,0,0,0.21);
}

#search-button {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 3px;
	background: 0;
	border: 0;
	border-radius: 5px;
	height: 38px;
	width: 38px;
	cursor: pointer;
	outline: none;
}

/* GLOBAL UI */

.btn {
	float: left;
	padding: 0 15px;
	transition: .3s all;
}

.btn.header {
	background-color: #777;
	border-radius: 100px;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 0.17px;
	border-radius: 100px;
	line-height: 40px;
}

.btn.showmore {
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 30px 0 30px;
	margin: 0 auto;
	float: none;
}

.btn.showmore:hover {
	background: #FFA900;
	box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
	border-color: #FFA900;
}

.guest-buttons {
	float: right;
}

.guest-buttons a {
	transition: .3s all;
	text-decoration: none;
}

.guest-buttons a:first-child {
	margin-right: 10px;
	border: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.guest-buttons a:first-child span {
	color: #333;
}

.guest-buttons a span {
	font-size: 16px;
	padding-right: 5px;
	position: relative;
	top: 1px;
	color: #fff;
	transition: .3s all;
}

.guest-buttons a:hover {
	background-color: #757575;
}

.guest-buttons a:hover span {
	color: #fff;
}

.header-title {
	margin-top: 0;
	margin-bottom: 18px;
}

h1.title, h2.title, h3.title, h4.title, .top.title {
	color: #777;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 22px;
	padding-left: 5px;
	font-family: 'Play';
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}

h2.title > div.counter {
	margin-left: 16px;
}


.top.title.red span{
	color: #444;
}
h1.title.violet:before, h2.title:before {
	bottom: 0;
	left: 7px;
	height: 20px;
	width: 4px;
	background: #444;
}

h2.title.orange:before {
	background: #444;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.top.title {
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0 10px 20px;
	position: relative;
}

.top.title span.fa {
	margin-right: 10px;
}

.header-title h1.title, .header-title  h2.title, .header-title  h3.title, .header-title  h4.title, .header-title  .top.title {
	margin-bottom: 0;
}

.title.violet {
    font-size: 18px;
	border-color: #444;
}

.title.violet span,.top.title.violet span {
	color: #444;
	font-weight: 600;
}

.title.violet.badge span {
	background-color: #444;
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
}

.title.orange {
	border-color: #444;
}

.title.orange span,.top.title.orange span {
	color: #444;
	font-weight: 600;
}

.title.orange.badge span {
	background-color: #444;
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
}


.see-all {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 6px;
	background: #444;
	color: #fff!important;
}

.see-all:hover {
	color: #fff;
	text-decoration: underline;
}


/* TOP SLIDER */
.home-t .slider article.sitem {
	float: left;
	width: 100%;
}

.home-t .slider article.sitem .simage {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 60%;
}

.home-t .slider article.sitem .simage img {
	width: 100%;
	position: absolute;
	margin-top: -60%;
}

.home-t .slider article.sitem .simage .sdata {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 14px;
	background-color: transparent;
	background-repeat: repeat-x;
}

.home-t .slider article.sitem .simage .sdata {
	background-image: -moz-linear-gradient(rgba(0,0,0,0),#000);
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),#000);
	background-image: linear-gradient(rgba(0,0,0,0),#000);
}

.home-t .slider article.sitem .simage .sdata h3.stitle {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.home-t .slider article.sitem .simage .sdata h3.stitle,.home-t .slider article.sitem .simage .sdata span {
	color: #fff;
}

.home-t .slider article.sitem .simage .sdata span {
	font-size: 13px;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}

span.item_type {
	position: absolute;
	top: 5px;
	left: 5px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 4px;
	background: #ff1151;
	color: #fff;
	-webkit-box-shadow: 0 0 0 3px rgba(240, 78, 81, 0.23);
	-moz-box-shadow: 0 0 0 3px rgba(240, 78, 81, 0.23);
	box-shadow: 0 0 0 3px rgba(240, 78, 81, 0.23);
}
/* MOVIES BOX */

.movie-box {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom:9px;
}

.movie-box .poster {
	padding-bottom: 150%;
	position: relative;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
}

.movie-box .poster .img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 3px;
	margin-bottom: 3px;
	margin: 0;
	padding: 0;
	background: #2d2f34;
}

.movie-box .poster .img img {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100%;
	border-radius: 3px;
}

.movie-box .poster .rating {
	position: absolute;
	right: 8px;
	bottom: 10px;
	background-color: rgba(255,189,46,0.90);
	border-radius: 100px;
	display: inline-block;
	padding: 0 12px;
	line-height: 25px;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.movie-box .movie-trailer {
	position: absolute;
    left: 15px;
    bottom: 90px;
    background-color: rgb(108, 92, 231);
    border-radius: 100px;
    display: inline-block;
    padding: 0 12px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.39);
    -moz-box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.39);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.39);
}

.rate, .rate-kp {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: rgba(255,189,46,0.90);
	border-radius: 100px;
	display: inline-block;
	padding: 0 5px;
	line-height: 25px;
	color: #000;
	text-align: center;
	font-size: 13px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 189, 46, 0.46);
	-moz-box-shadow: 0 0 0 1px rgba(255, 189, 46, 0.46);
	box-shadow: 0 0 0 1px rgba(255, 189, 46, 0.46);
}

.rate-kp {
	-webkit-box-shadow: 0 0 0 1px #444661;
    -moz-box-shadow: 0 0 0 1px #444661;
    box-shadow: 0 0 0 1px #444661;
    bottom: 5px;
    right: auto;
    left: 5px;
    background-color: #f60;
    color: #fff;
}

.movie-box .name {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	float: left;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

.movie-box .name a {
	color: #555;
	transition: .3s all;
}

.movie-box:hover .name {
	color: #444;
}

.movie-box:hover .name a {
	color: #444;
}

.movie-box:hover .m-name a {
	color: #FFA900 !important;
}

.movie-box .category {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	float: left;
	color: rgba(255,255,255,0.63);
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
	transition: .3s all;
	letter-spacing: -0.3px;
	white-space: nowrap;
	margin-top: 5px;
}

.movie-box .specials {
	display: none;
}

.movie-box .dtinfo {
	display: none;
	position: absolute;
	top: 9px;
	width: 300px;
	height: 200px;
	border: 1px solid;
	z-index: 3;
	color: #333;
}

.movie-box .dtinfo {
	background: #ccc;
	background-color: #ccc;
	border-color: #dadada;
	box-shadow: 0 10px 5px -7px rgba(0,0,0,.09);
}

.movie-box  .mdleft {
	right: -305px;
}

.movie-box .mdright {
	left: -305px;
}

.movie-box:hover > .dtinfo {
	display: block;
}

.movie-box .dtinfo .title {
	position: relative;
	float: left;
	width: 100%;
}

.movie-box .dtinfo .title span {
	float: left;
	width: 100%;
	padding: 13px;
	padding-bottom: 10px;
	padding-right: 50px;
	font-weight: 600;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.movie-box .dtinfo .metadata {
	width: 100%;
	float: left;
	padding: 10px 13px;
	font-size: 12px;
}

.movie-box .dtinfo .metadata {
	background: #888;
}

.movie-box .dtinfo .metadata span {
	padding: 4px 4px;
	float: left;
}

.movie-box .dtinfo .metadata span.icon-addseies {
	font-size: 11px;
	padding: 4px 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	min-width: 18px;
	height: auto;
	border-radius: 3px;
	opacity: 0.95;
	display: block;
	line-height: 9px;
	background-color: rgb(56, 56, 56);
}

.movie-box .dtinfo .texto {
	padding: 13px;
	float: left;
	width: 100%;
	height: 85px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}

.movie-box .dtinfo .texto {
	border-bottom: solid 1px #171a21;
}

.movie-box .dtinfo .genres {
	float: left;
	width: 100%;
	height: 40px;
	padding: 14px 10px;
}

.movie-box .dtinfo .genres .mta {
	width: 100%;
	height: 12px;
	float: left;
	overflow: hidden;
}

.movie-box .dtinfo .genres .mta a {
	float: left;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 500;
}

.movie-box .dtinfo .genres .mta a {
	border-right: solid 1px #171a21;
	color: #444;
}

.movie-tablet .movie-tp {
	width: 175px;
	float: left;
}

.movie-tablet .movie-details {
	margin-left: 200px;
}

.movie-tablet .name a {
	font-size: 16px;
	font-weight: 700;
}

.movie-tablet .origin-title {
	color: #bfc3cc;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.movie-tablet .movieb {
	padding: 7px 5px;
}

.movie-tablet .movieb-item {
	margin-bottom: 5px;
	line-height: 15px;
}

.movie-tablet .movieb-item span {
	font-weight: 700;
	display: inline-block;
	width: 110px;
}

.movie-tablet .movieb-item a {
	color: #ff1151;
	text-decoration: underline;
}

.movie-tablet .name,
.movie-tablet .texto,
.movie-tablet .movieb {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.movie-meta {
	margin-top: 40px;
	clear: both;
}

.movie-meta .button {
	background: #ff1151!important;
	background: linear-gradient(to bottom, #ff1151, #ff1151 100%)!important;
	max-width: 280px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.movie-meta .button a,
.movie-meta .button:hover a {
	color: #fff;
}

.movie-addserias,
.movie-date,
.movie-views {
	background: #393f485e;
	border: 0;
	border-radius: 2px;
	padding: 8px 14px;
	color: #DEDEDE;
	height: 33px;
	outline: none;
}

.movie-addserias span,
.movie-date span, 
.movie-views span,
.movie-meta .button a span {
	margin-right: 5px;
}

.movie-addserias,.movie-date {
	margin-right: 10px;
}

.center-icons {
	left: 1%;
	top:1%;
	z-index: 2;
	position: absolute;
}

.movie-tablet {
	border-bottom: 2px solid #272c34;
	padding-bottom: 15px;
}

.movie-tablet .movie-trailer {
	left: 12px;
	bottom: 10px;
}

.movie-tablet .movie-details .favourites {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
}

.movie-tablet .movie-details .favourites:hover span.fa,
.movie-tablet .movie-details .favourites .select-favorites span.fa {
	color: #ff1151;
}

.center-icons .icon {
	display: block;
	width: 29px;
	height: 21px;
	position: relative;
	margin-top: 1px;
	border-radius: 3px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.movie-box .icon-hd,.movie-box .icon-film,.movie-box .icon-year,.movie-box .icon-voicer,.fullmovie-box .icon-hd {
	font-size: 11px;
	padding: 4px 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	min-width: 18px;
	height: auto;
	border-radius: 3px;
	opacity: 0.95;
	display: block;
	line-height: 9px;
}

.movie-box .icon-hd,.movie-box .icon-film,.movie-box .icon-year {
	margin-bottom: 2px;
}

.movie-box .icon-film {
	background-color: #444;
}

.movie-box .icon-year {
	background-color: #888;
}

.fullmovie-box .seasons .tab {
	border-radius: 50px;
}

.fullmovie-box .seasons .tab.active {
	background: #1197f7;
	background-color: #1197f7;
	color: #fff;
}

.rating-data {
	position: relative;
}

.rating-vgs {
	float: left;
    padding: 10px 0;
    font-size: 27px;
    width: 60px;
    margin-right: 20px;
    font-weight: 500;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
    background: rgb(48, 54, 65);
    color: #fff;
    opacity: 0;
}

.rating-votenote {
	color: #fff;
	background-color: rgb(48, 54, 65);
	margin-top: 2px;
	margin-left: 10px;
	padding: 5px 15px;
	font-style: normal;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: 300;
	-webkit-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
	-moz-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
	box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
}

.wdone {
	opacity: 1!important;
}

.rate-full {
	white-space: nowrap;
}

.ratefull-plus, .ratefull-minus {
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
}

.ratefull-hide {
	display: none;
}

.ratefull-plus .fa, .ratefull-minus .fa {
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
}

.ratefull-plus .fa {
	background-color: #7ed321;
	-webkit-box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
	-moz-box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
	box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
}

.ratefull-minus .fa {
	background: #ff1151;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
	-moz-box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
	box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
}

.ratefull-plus:hover .fa, .ratefull-minus:hover .fa {
	background-color: rgb(48, 54, 65);
	color: #fff;
	-webkit-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
	-moz-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
	box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
}

a.add-to {
	display: inline-block;
	float: right;
	background: #1D1D1D;
	padding: 2px 0px;
	margin-top: -4px;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.06);
	cursor: pointer;
	text-decoration: none;
}

a.add-to:hover {
	color: #E2C022;
}

.movie-box .ribbon {
	right: 5%;
	top: 0px;
	z-index: 2;
}

.main-full #dle-content {
	margin-right: 0px;
	margin-left: 0px;
}

.player-meta h2 {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	padding: 20px 30px;
	border-bottom: solid 1px #1e2129;
}

.player-meta h2 span.metaviews {
	float: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #a7aeb9;
}

.bilgi-icon {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	padding: 4px 0px;
	z-index: 2;
	box-sizing: border-box;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.75);
	font-size: 15px;
	line-height: 16px;
	opacity: .95;
}

.episode-box .bilgi-icon {
	position: absolute;
	bottom: auto;
	top: 24px;
	right: 8px;
	left: auto;
	background-color: #131313;
	border-radius: 2px;
	display: inline-block;
	padding: 0 4px;
	line-height: 18px;
	color: #ffe395;
	text-align: center;
	font-size: 12px;
	z-index: 2;
	box-sizing: border-box;
	cursor: pointer;
	opacity: .95;
}

/* Episode Box/Collections */
.episode-box,.collection-item {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.episode {
	float: left;
}

.episode-box .poster,.collection-item .poster {
	padding-bottom: 61%;
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
	z-index: 0;
	overflow: hidden;
}

.episode-box .poster .img,.collection-item .poster .img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 3px;
	margin-bottom: 3px;
	margin: 0;
	padding: 0;
	background: #2d2f34;
	z-index: 1;
	overflow: hidden;
}

.episode-box .poster .img img,.collection-item .poster .img img {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100%;
	border-radius: 3px;
}

.episode-box .poster .date,.collection-item .poster .date {
	position: absolute;
	right: 8px;
	top: 4px;
	background-color: #303641;
	border-radius: 2px;
	display: inline-block;
	padding: 0 4px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	z-index: 1;
}

.collection-item .poster .date {
	background-color: #1197f7;
	z-index: 2;
	-webkit-box-shadow: 0 0 0 3px rgba(17, 151, 247, 0.43);
	-moz-box-shadow: 0 0 0 3px rgba(17, 151, 247, 0.43);
	box-shadow: 0 0 0 3px rgba(17, 151, 247, 0.43);
}

.episode-box .movie-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: -1px;
	color: #ff1151;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.63);
	box-sizing: border-box;
	background: linear-gradient(to bottom,transparent 5%,rgba(0,0,0,1.75) 75%);
	z-index: 1;
	cursor: pointer;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.collection-item .movie-details {
	padding: 50px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	right: -1px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.43);
	background: -moz-linear-gradient(100deg, #303641b5, #ff11512b);
	background: -webkit-linear-gradient(100deg, #303641b5, #ff11512b);
	background: -o-linear-gradient(100deg, #303641b5, #ff11512b);
	background: -ms-linear-gradient(100deg, #303641b5, #ff11512b);
	background: linear-gradient(100deg, #303641b5, #ff11512b);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303641b5', endColorstr='#ff11512b', GradientType=0 );
	z-index: 1;
	cursor: pointer;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.episode-box .name,.collection-item .name {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	float: left;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	transition: .3s all;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

.episode-box .name a,.collection-item .name a {
	color: #fff;
	text-decoration: none;
}

.episode-box .name a:hover,.collection-item .name a:hover {
	color: #ccc;
}

.episode-box .serietitle {
	color: #fff;
	text-shadow: 1px -1px 7px rgba(0, 0, 0, 0.8);
}

.episode-box:hover .serietitle {
	color: #ff1151;
}

.episode-box .episodetitle {
	color: #ccc;
}

.episode-box .episodetitle b {
	color: #ff1151;
	margin-left: 2px;
}

.episode-box:hover .m-name a {
	color: #FFA900 !important;
}

.episode-box .center-icons .icon {
	width: 18px;
	height: 16px;
}

.episode-box .icon-hd {
	font-size: 10px;
	padding: 2px 0;
	width: 18px;
}

.episode-box .icon-hd.full {
	width: 32px;
}

.episode-box .specials {
	display: none;
}

/**
* WATCHLIST
*/
.movie-box:hover .ribbon {
	display: block;
}

.ribbon.active {
	background: #79A550;
	color: #ddd;
	display: block;
}

.ribbon.active:before, .ribbon.active:after {
	border-top-color: #79A550 !important;
}

.ribbon {
	display: none;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 24px;
	height: 18px;
	text-align: center;
	padding-top: 3px;
	background: #222;
	color: #999;
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	cursor: pointer;
	opacity: 0.9;
}

.ribbon span {
	margin-top: 3px;
	font-size: 15px;
}

.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	bottom: -1.1em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
}

.ribbon:before {
	left: 0;
	width: 0;
	height: 0;
	border-top: 1.2em solid #222;
	border-right: 2.1em solid transparent;
}

.ribbon:after {
	right: 0;
	width: 0;
	height: 0;
	border-top: 1.2em solid #222;
	border-left: 2.1em solid transparent;
}

/* / GLOBAL UI */

/* HOME */

.contact-container,
.page-container,
.movie-archive,
.home-con {
	width: 100%;
	display: block;
	float: left;
	background-color: #fff;
	padding: 0 30px 30px 30px;
}

.page-container {
	min-height: 400px;
}

.full-layout .home-cats-con {
	margin-top: 30px;
}

.found-container {
	width: 100%;
	display: block;
	float: left;
	background-color: #1e2129;
	text-align: center;
	padding: 50px 30px 100px 30px;
}

.found-container span:first-child {
	font-size: 96px;
	color: #fff;
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
}

.found-container span:nth-child(2) {
	width: 100%;
	display: block;
	float: left;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}

.found-container span:nth-child(3) {
	width: 100%;
	display: block;
	float: left;
	color: #4f5261;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.found-container a {
	margin-bottom: 100px !important;
	text-align: center !important;
	text-transform: none !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.layout {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.page-container p {
	color: #ccc;
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 24px;
	font-weight: 400;
}

.page-container h2 {
	margin-bottom: 10px;
}

.mix-movies-con {
	float: left;
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom:13px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 13px;
}

.mix-movies-con .show-more {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.31);
	padding: 7px 10px;
	border-radius: 3px;
	color: #949393;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.14);
	text-decoration: none;
	transition: .3s all;
}

.mix-movies-con .show-more:hover {
	color: #FFA900;
	background: rgba(0, 0, 0, 0.41);
}

.owl-nav {
	font-size: 19px;
	color: white !important;
	position: absolute;
	top: 25%;
	display: block;
	width: 100%;
	text-align: center;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	right: 15px;
	position: absolute;
	line-height: 40px;
	border-radius: 100px;
	background-color: #444;
	padding-left: 3px;
	width: 40px;
	height: 40px;
}

.owl-nav .owl-prev {
	left: 15px;
}

.movies-colections .owl-nav .owl-next,
.movies-colections .owl-nav .owl-prev,
.topcategory .owl-nav .owl-next,
.topcategory .owl-nav .owl-prev {
	top: 15px;
}
.sort-block{margin-bottom: 10px;}


/* /HOME: OTHER MOVIES */


/* HOME: SIDEBAR */

.widget-menu .widget-menu-slist {
	margin-bottom: 5px;
	padding:5px 0px;
	margin: 0px 0px;
	margin-bottom: 1px;
	overflow: hidden;
    max-height: 350px;
}

.widget-menu .widget-menu-slist li {
	display: inline-block;
    width: 100%;
    white-space: nowrap;
    float: none;
}

.widget-menu .widget-menu-slist a {
	display: block;
	text-decoration: none;
}

.widget-menu .widget-menu-slist a span {
	margin-left: 5px;
	line-height: 12px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 6px;
	font-size: 10px;
	float: right;
	background-color: #444;
    -webkit-box-shadow: 0 0 0 3px #44461;
    -moz-box-shadow: 0 0 0 3px #44461;
    box-shadow: 0 0 0 3px #44461;
}

.widget-menu .widget-menu-slist.violet a span {
	background: #444;
	background-color: #444;
	color: #fff;
}



.widget-movies .item {
	width: 100%;
	height: 70px;
	display: block;
	float: left;
	margin-bottom: 5px;
	background-color: #1b1e25;
	-moz-transition: all 0.40s;
	-webkit-transition: all 0.40s;
	transition: all 0.40s;
}

.widget-movies .item:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #282b35;
}
.widget-movies .item:hover a {
	text-decoration: none;
}


.widget-movies .item:hover span.rank {
	background-color: #FFA900;
	color: #000;
}

.widget-movies .item span.rank {
	width: 34px;
	height: 100%;
	float: left;
	display: inline-block;
	background-color: #0B0D10;
	text-align: center;
	color: #A3A5AE;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: -0.3px;
	font-weight: 600;
	margin-right: 10px;
	-moz-transition: all 0.50s;
	-webkit-transition: all 0.50s;
	transition: all 0.50s;
}

.widget-movies .item .movie-box {
	/*margin-top: 6px;
	margin-right: 10px;
	box-sizing: inherit;*/
	float: none;
	width: auto;
	display: block;
	margin-bottom: 0;
}

.widget-movies .item .movie-box .movie-detailsblock {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 80%;
}

.widget-movies .item .movie-box .mrating {
	width: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #f60;
    opacity: 0;
    margin-top: 13px;
}

.widget-movies .item .movie-box .name {
	margin-top: 9px;
}

.widget-movies .item .movie-box .poster {
	width: 40px;
	height: 50px;
	display: inline-block;
	float: left;
	border-radius: 1px;
	margin-right: 10px;
	padding-bottom: 0;
	margin-top: 6px;
}

.widget-movies .item .movie-box .poster .rating, .widget-movies .center-icons, .widget-movies .bilgi-icon {
	display: none;
}

.widget-movies .item .movie-box .movie-details {
	margin-top: 2px;
	margin-left: 50px;
}

.widget-movies .item .movie-box .movie-info {
	margin-top: 0;
	border: 0;
}

.widget-movies .item .movie-box .movie-info span {
	margin-top: 0;
	margin-right: 8px;
}

/* /HOME */

/* FOOTER */

footer {
	width: 100%;
	display: block;
	float: left;
}

footer .copyright .logo {
	width: 100%;
	display: inline-block;
	float: left;
	background-size: 100%;
	font-size: 25px;
	font-weight: 700;
	color: #fff !important;
}

footer .copyright .logo img {
	max-height: 50px;
	max-width: 100%;
	margin: 0 auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

footer .logo-content {
	padding-top: 0;
	padding-right: 10px;
	border-right: 1px solid #363942;
	min-height: 45px;
}

footer .logo-content a.logo-text {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

footer .copyright {
	width: 100%;
	display: block;
	float: left;
	background-color: #1A1C23;
	padding: 0 15px 0 42px;
}

footer .copyright span.copyright-text {
	float: left;
	display: none;
	visibility: hidden;
	font-size: 12px;
	color: #919295;
	font-weight: 400;
	letter-spacing: -0.2px;
	padding-left: 10px;
	line-height: 43px;
	position: relative;
}

footer .copyright span.footer-description {
	text-align: center;
	font-size: 12px;
	width: 100%;
	color: #919295;
	letter-spacing: -0.3px;
	line-height: 17px;
	float: left;
	margin-top: 15px;
}

footer .copyright span.footer-description a {
	color: #fff !important;
}

footer .copyright span.footer-description #gotop {
	padding: 6px 15px;
	font-size: 18px;
	border-radius: 6px;
	background: #555;
	color: #fff;
	float: right;
	cursor: pointer;
}

footer .f-menu {
	width: 100%;
	height: 45px;
	background-color: #181A20;
	display: block;
	float: left;
	padding: 0 10px;
	overflow: hidden;
}

footer .f-menu ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	color: rgba(255,255,255,0.30);
	font-size: 12px;
	letter-spacing: -0.3px;
	line-height: 45px;
}

footer .f-menu ul li {
	display: inline-block;
	padding: 0 10px;
	transition: .3s all;
}

footer .f-menu ul li:hover {
	color: #FFA900;
}

/* /FOOTER */

.video-content {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.video-content #note {
	margin: 0;
	border-radius: 0;
	color: #ddd;
	padding: 15px 43px;
}

.video-items {
	background-color: #101218;
}

.film-izle {
	width: 100%;
	position: relative;
	padding-bottom: 60%;
	max-width: 100%;
	margin: 0 auto;
	height: 0;
	background-color: #000;
	overflow: hidden;
}

.film-izle p {
	width: 100%;
	display: block;
	float: left;
	color: #fff;
}

.film-izle iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
}

.autosize-container {
	position: relative;
	padding: 10px 10px 37.5%;
	height: 0;
	height: auto;
	max-height: 400px;
	background: #000;
	box-sizing: border-box;
}

.autosize-container p {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
}

.autosize-container:after {
	left: 50%;
	margin: -11px 0 0 -10px;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 22px;
	font-family: keremiya;
	content: '\e848';
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	z-index: 2;
}

.autosize-container iframe, .autosize-container object, .autosize-container embed, .autosize-container .jwplayer , .autosize-container .mejs-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 3;
}

.autosize-container .mejs-container, .autosize-container .mejs-controls {
	background: #000 !important;
}

.autosize-container.no-video:after {
	display: none;
}

.absolute-center {
	position: absolute;
	top: calc(50% - 14px);
}

.player-control,
.player-meta,
.player-subtext,
.page-episodescontrol {
	width: 100%;
	background-color: #101218;
	float: left;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.player-meta {
	float: none;
	height: auto;
}

.player-control,
.player-subtext {
	padding: 10px 30px;
}

.player-subtext .fa {
	font-size: 56px;
	float: left;
	margin: 0 20px 10px 0;
	color: #ccc;
	line-height: 30px;
}

.player-subtext .subtext-color {
	color: #ff1151;
	font-weight: 700;
}

.player-control .source-button {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	padding: 0 30px;
	position: relative;
	transition: .3s all;
	font-weight: 600;
	letter-spacing: -0.5px;
	border-radius: 0;
	border-right: 1px solid #17181d;
}

.page-episodescontrol {
	height: auto;
}

.page-episodescontrol .item {
	width: calc(100%/3);
	float: left;
	text-align: center;
	border-right: solid 1px #000;
}

.page-episodescontrol .item a {
	padding: 15px;
	float: left;
	width: 100%;
	color: rgba(255,255,255,.6);
	background: rgba(0,0,0,.5);
}

.page-episodescontrol .item a span.fa {
	font-size: 14px;
	padding: 0 5px;
	color: #fff;
}
/*.player-control .source-button:hover {
	background-color: #FFA900;
}

.player-control .source-button:hover,
.player-control .source-button:hover:after,
.player-control .source-button:hover .active-part {
	color: #2E2003 !important;
}*/

.player-control .lang-button {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	padding: 0 40px;
	position: relative;
	transition: .3s all;
	font-weight: 600;
	letter-spacing: -0.5px;
	border-radius: 0;
	border-right: 1px solid #171921;
}

.player-control .report-video {
	float: right;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
}

.player-control .report-video .report-button {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	padding: 0 10px;
	position: relative;
	transition: .3s all;
	/* font-weight: 600; */
	letter-spacing: -0.5px;
	border-radius: 0;
	background: 0;
}
.player-control .report-video .report-button a span.fa {
	margin-right: 5px;
}
.player-light {
	height: 30px;
    line-height: 30px;
    position: relative;
    color: #fff;
    padding-right: 50px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    display: inline-block;
}
.player-light:before, .player-light:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}
.player-light:before {
    height: 20px;
    margin-top: -10px;
    width: 40px;
    border-radius: 4px;
    background: #2f343f;
    box-shadow: inset 0 1px 3px rgb(47, 52, 63);
    right: 0;
}
.player-light:after {
    right: 1px;
    height: 19px;
    width: 19px;
    top: 14px;
    margin-top: -9px;
    background: #999;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.light-off .player-light:after {
    right: 21px;
    background-color: #fff;
}
.light-off #cn-content,
.light-off .player-control {
	position: relative;
    z-index: 99999;
}
.light-off .modal-bg {
    display: block;
}

.film-bilgileri {
	width: 100%;
	display: block;
	float: left;
	background-color: #f9f9f9f9;
	padding: 30px 30px;
}

.film-bilgileri .schedule {
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 5px;
}

.film-bilgileri .schedule a {
	line-height: 36px;
	background-color: inherit;
	border-radius: 2px;
	font-size: 12px;
	color: #fff !important;
	width: 100%;
	display: block;
	float: left;
	border: 1px solid;
	text-align: center;
	transition: .3s all;
	margin-bottom: 10px;
	border-color: #F4AB3D;
	text-decoration: none;
}

.film-bilgileri .schedule a span {
	padding-right: 5px;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.film-bilgileri .schedule a:hover {
	background-color: #F4AB3D;
	color: #000 !important;
}

.film-bilgileri .poster {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
	background: #101216;
	border-radius: 2px;
}

.film-bilgileri .poster img {
	background-size: 100%;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 auto;
	height: 50%;
	border-radius: 2px;
}

.film-bilgileri .movie-left {
	display: none;
	visibility: hidden;
}

.film-bilgileri .movies-data {
	width: 100%;
	display: block;
	float: left;
}

.film-bilgileri .movies-data .info {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 5px;
}

.film-bilgileri .movies-data .info .thumb {
	float: left;
	display: inline-block;
	visibility: visible;
	height: 150px;
}

.film-bilgileri .movies-data .info .thumb img {
	width: 88px;
	height: 150px;
	margin-right: 15px;
}

.imdb-count,
.kp-count {
	float: right;
	border-radius: 2px;
	background-color: rgba(207, 207, 207);
	text-align: center;
	color: #333;
	font-size: 22px;
	padding: 6px 12px;
	margin-right: 10px;
}

.kp-count {
	background-color: #777;
	color: #fff;
}

.kp-count small,
.imdb-count small,
.rating-vgs small{
	font-size: 10px;
	display: block;
}

.film-bilgileri .movies-data .info .film, .film-bilgileri .movies-data .info h1.film {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.5px;
	display: block;
	width: 100%;
	margin: 0;
	line-height: 25px;
}

.film-bilgileri .movies-data .info .film h1 {
	display: inline-block;
	margin-right: 6px;
}

.film-bilgileri .movies-data .info .original-name {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #85878e;
	letter-spacing: -0.3px;
	margin: 0;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
}

.film-bilgileri .movies-data .info ul {
	padding: 0;
	margin-top: 3px;
	list-style: none;
	-webkit-font-smoothing: antialiased;
}

.film-bilgileri .movies-data .info ul li {
	float: left;
	color: #85878e;
	font-size: 14px;
	letter-spacing: -0.3px;
	font-weight: 400;
	margin-right: 10px;
}

.film-bilgileri .movies-data .info ul li span {
	color: #222;
	padding-left: 5px;
}

.film-bilgileri .movies-data .info ul li span a {
	color: #444;
}

.film-bilgileri .movies-data .rating {
	width: 100%;
	display: block;
	float: left;
	margin-top: 1px;
}

.film-bilgileri .movies-data .rating span.imdb {
	border-radius: 2px;
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 48px;
	text-align: center;
	padding: 0 12px;
	background-color: #242730;
	margin-right: 15px;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}

.film-bilgileri .movies-data .rating .star-rating {
	display: inline-block;
}

.film-bilgileri .movies-data .rating .star-rating i {
	color: #24262E;
	font-size: 20px;
}

.film-bilgileri .movies-data .rating .star-rating i.active {
	color: #FFA900;
}

.film-bilgileri .movies-data .rating .site-rating {
	display: block;
	color: rgba(255,255,255,0.25);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.3px;
	-webkit-font-smoothing: antialiased;
}

.film-bilgileri .movies-data .rating .site-rating span {
	font-weight: 600;
	color: #fff;
	padding-left: 2px;
}

.film-bilgileri .movies-data .category, .film-bilgileri .movies-data .cast {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
}

.film-bilgileri .movies-data .category span {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin-right: 10px;
	color: #85878e;
	-webkit-font-smoothing: antialiased;
	padding-top: 6px;
	min-width: 70px;
}

.film-bilgileri .movies-data .category ul.post-categories {
	list-style: none;
}

.film-bilgileri .movies-data .category a {
	float: left;
	border-radius: 100px;
	color: #fff !important;
	font-size: 13px;
	line-height: 30px;
	background-color: #303641;
	margin-right: 8px;
	transition: .3s all;
	margin-bottom: 10px;
	list-style: none;
	padding: 0 18px;
	display: inline-block;
	text-decoration: none;
}

.film-bilgileri .movies-data .category a:hover {
	background-color: #444;
}

.film-bilgileri .movies-data .cast:empty {
	display: none;
}

.film-bilgileri .movies-data .cast {
	padding-top: 0;
	color: #848478;
	margin-top: 4px;
}

.film-bilgileri .movies-data .cast a {
	font-size: 14px;
	line-height: 16px;
	color: #444;
	font-weight: 600;
}

.film-bilgileri .movies-data .cast .list {
	margin-bottom: 10px;
	font-size: 14px;
}

.film-bilgileri .movies-data .cast .list span {
	min-width: 70px;
	margin-right: 10px;
	color: #85878e;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight: 700;
}

.film-bilgileri .movies-data .description,
.film-bilgileri .description {
	width: 100%;
	text-align: justify;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	line-height:18px;
	letter-spacing: -0.2px;
}

.film-bilgileri .description .title,
.film-bilgileri .single-images .title {
	color: #ccc;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 22px;
	font-family: 'Play';
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}

.related-movies {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
}

.related-movies .mix-movies-con {
	margin-bottom: 0;
}

.film-bilgileri .episodetitle {
	font-size: 20px;
}

.film-bilgileri .original-name {
	color: #b8a676;
}

.film-bilgileri .more {
	color: #e4d099;
	font-size: 18px;
	margin-left: 2px;
}

.film-bilgileri .series-listmodal {
	width: 100%;
	margin-top: 15px;
	line-height: 36px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	width: 100%;
	display: block;
	float: left;
	background-color: #444;
	text-align: center;
	transition: .3s all;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}

.film-bilgileri .series-listmodal span.fa {
	margin-right: 5px;
}

.film-bilgileri .series-listmodal:hover {
	background-color: #2f343f;
}

.film-bilgileri.episode-v {
	padding: 20px 42px;
}

.film-bilgileri.episode-v .info {
	border: 0;
	padding: 10px 0;
	border-bottom: 1px solid #2f343f;
	border-top: 1px solid #2f343f;
}

.film-bilgileri.episode-v .movies-data {
	padding: 0;
	margin-bottom: 20px;
}

.film-bilgileri.episode-v .social-share, .film-bilgileri.episode-v .addto-action {
	width: auto;
	padding: 0;
	float: right;
	margin-left: 10px;
	margin-top: 0;
}

.film-bilgileri.episode-v .social-share a {
	width: 145px;
	margin-left: 10px;
	line-height: 30px;
	margin-bottom: 0;
}

.film-bilgileri.episode-v .addto-popup {
	width: 160px;
	left: auto;
	right: 0;
}

.film-bilgileri.episode-v .post-edit-link {
	width: 145px;
	margin-top: 15px;
	float: left;
	margin-right: 15px;
	height: 33px;
}

.info-buttons {
	float: right;
	margin-top: 4px;
}

.poster-content {
	float: left;
	width: 40px;
	margin-right: 15px;
}


/* -------- FILTER -------- */
.filt-col {
	width: 19%;
	margin-bottom: 20px;
}

.filt-range {
	padding-right: 12px;
}

.filt-range input {
	display: none;
}

.filt-row + .filt-row {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.filt-col select, .filt-col input[type="button"], .filt-col-2 input[type="text"] {
	width: 100%;
	height: 30px;
	padding: 0 10px;
}

.filt-col input[type="button"] {
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.filt-col-2 input[type="text"] {
	line-height: 30px;
	width: 100%;
}

.filt-col input[type="button"]:last-child {
	margin-bottom: 0;
}

.filt-box .side-bc {
	margin-top: 20px;
	width: 100%;
}

.filt-title {
	font-size: 13px;
	margin-bottom: 20px;
}

.filt-btns {
	margin-top: 25px;
}

.side-bt input[type="button"] {
	margin-left: 8px;
	height: 33px;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	min-width: 130px;
	cursor: pointer;
	background-color: #282c35;
}

.side-bt input[type="button"]:hover {
	background: #ff1151;
	background-color: #ff1151;
	color: #fff;
}

.filt-btns input[type="button"]:last-child {
	background: #282c35;
	background-color: #282c35;
	color: #fff;
}

.filt-btns input[type="button"]:last-child:hover {
	background-color: #ff1151;
}

.list-select ul li {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 7px 15px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	background-color: #282c35;
}

.list-select ul li:hover {
	background-color: #7ed321;
}

.list-select ul li:hover a {
	color: #fff;
}

.list-select ul {
	margin-top: 15px;
}

.list-tags ul li a:before {
	content: "#";
	margin-right: 10px;
}

.heading-con {
	width: 100%;
	float: left;
	background-color: #f1f1f1;
	border-left: 5px solid;
	padding: 20px 30px 15px 27px;
	margin-top: 10px;
}

.heading-con.yellow {
	border-color: #FFA900;
}

.heading-con.violet {
	border-color: #ccc;
}

.heading-con h1, .head-title {
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #222;
	text-transform: inherit;
	line-height: 27px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.heading-con .singular-name {
	font-size: 14px;
	margin-bottom: -7px;
	display: block;
	letter-spacing: -0.3px;
}

.heading-con .singular-name.on-cat {
	margin-bottom: 10px;
}

.heading-con p {
	padding: 0;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.4px;
	font-size: 14px;
	text-align: justify;
	color: rgba(99, 99, 99, 0.9);
}

.heading-con li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 4px;
}

.heading-con li a {
	background: #171a21;
	padding: 2px 11px;
	font-size: 13px;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.13);
	transition: .3s all;
}

.heading-con li a:hover {
	text-decoration: none;
	color: #f3b736;
	background: #15181e;
}

.pagination {
	float: left;
	margin-top: 30px;
}

.pagination ul {
	padding: 0;
	width: 100%;
	text-align: center;
	float: left;
}

.pagination ul li {
	display: inline-block;
	line-height: 48px;
	min-width: 48px;
	font-weight: 400;
	margin-right: 10px;
	margin-bottom: 20px;
	background: inherit;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 100px !important;
	font-size: 13px;
	color: #fff;
	transition: .3s all;
}

.pagination ul li:hover {
	background: #FFA900;
	color: #000;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li.active {
	background: #FFA900;
	box-shadow: 0 7px 16px 0 rgba(255,169,0,0.26);
	color: #000;
}

.pagination ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
}

#respond {
	position: relative;
	margin-top: 15px;
}

#comments {
	margin-top: 10px;
}

.comments-container .col-left {
	float: left;
	display: block;
	margin-right: 10px;
}

.comments-container h3.title {
	margin-bottom: 15px;
	margin-top: 25px;
}

.popular-comments {
	margin-top: 20px;
	margin-bottom: 30px;
}

.popular-comments li:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.comment-avatar {
	max-width: 45px;
	position: relative;
	margin-right: 10px;
	border-radius: 2px;
	overflow: hidden;
	box-sizing: border-box;
}

.comment-avatar img {
	margin-top: 4px;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	border: 2px solid #1e2129;
}

.comment-avatar .alignnone {
	margin: 0;
}

.comment-status {
	background-color: #444;
	color: #fff;
	padding: 3px;
	border-radius: 6px;
	font-size: 10px;
	position: absolute;
	top: 55px;
	left: 2px;
}

.comment-status.online {
	background-color: #7ed321;
}

.comments-container .col-right {
	float: left;
	display: block;
	width: calc(100% - 85px);
}

.comment-form-extras {
	background: #171920;
	padding: 10px 10px;
	border-bottom: 1px solid #2B2B2B;
	font-size: 14px;
}

.comment-form-extras:empty {
	display: none;
}

.comment-input-hide {
	width: 60%;
	float: left;
}

.comment-form-author, .comment-form-email {
	width: 50%;
	float: left;
}

.comment-form-author #author {
	border-bottom-left-radius: 3px;
	border-right: 1px solid rgba(43, 43, 43, 0.7);
}

.comment-form-right-inputs {
	float: right;
	width: 40%;
}

.spoiler {
	float: left;
	width: 30%;
	text-align: center;
	height: 35px;
	padding: 0;
	background: #171920;
	font-size: 12px;
	border-left: 1px solid rgba(43, 43, 43, 0.7);
}

.spoiler .middle {
	height: 35px;
}

#commentform .spoiler input {
	/*padding: 0;
	margin: 0;
	margin-top: 5px;
	cursor: pointer;*/
	display: inline-block;
	width: auto;
	margin: -2px 2px 0px 0px;
	cursor: pointer;
	height: 10px;
	width: 10px;
	vertical-align: middle;
	background: #353840;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.61);
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(84, 84, 84, 0.1);
	padding: 6px;
}

.spoiler input[type=checkbox]:checked:before {
	content: "\E811";
	margin: -6px 0 0 -6px;
	color: #8EA738;
}

.spoiler input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: 400 12px/1 keremiya;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spoiler-text {
	margin: 11px 0;
	background: #16181e;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	color: #ddd;
	cursor: pointer;
	opacity: .9;
}

.spoiler-text span {
	color: #ddc37d;
	text-decoration: underline;
}

.comment-form-submit {
	float: right;
	width: 70%;
}

.comment-form-submit button {
	width: 100%;
	height: 34px;
	border-radius: 0;
	border-bottom-right-radius: 3px;
	background: linear-gradient(to bottom, #1583de, #116cb9 100%);
}

.comment-form-submit button:hover {
	background: linear-gradient(to bottom, #116cb9, #1583de 100%);
}

#commentform {
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08);
}

#commentform input, #commentform textarea {
	color: #ddd;
	outline: none;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
}

#commentform input {
	width: 100%;
	box-sizing: border-box;
	background: #171920;
	;
	border: 0;
	padding: 10px 12px;
}

#commentform textarea {
	display: block;
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
	background: #171920;
	;
	border: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	min-height: 68px;
	border-bottom: 1px solid #2B2B2B;
}

#commentform p {
	margin: 5px 0px 5px 0px;
}

.comment-list {
	margin-top: 10px;
}

.comment-list li {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
}

.comment-list li .children {
	width: 90%;
	float: right;
	display: block;
}

.comment-list li .children li {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-list li:last-child {
	border-bottom: 0;
}

.bi-avatar {
	float: left;
	position: relative;
	display: block;
	margin-right: 10px;
}

.commentmetadata {
	display: block;
	float: left;
	display: block;
	width: calc(100% - 85px);
}

.comment-author {
	margin-top: 5px;
}

#comment-user {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}

#comment-user a {
	color: #ff1151;
	opacity: 0.85;
}

#comment-age {
	display: inline-block;
	font-size: 12px;
	margin-left: 4px;
	color: #888;
}

#comment-age:before {
	content: ".";
	margin-right: 5px;
	text-align: top;
	font-weight: bold;
	vertical-align: text-top;
	font-size: 14px;
	line-height: 9px;
}

.comment-body {
	font-size: 13px;
    height: 100%;
    width: 100%;
	line-height: 20px;
	background-color: #757575;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
	color: #BDBDBD;
}

.comments-list {
	margin-bottom: 20px;
	border-bottom: 2px solid #272c34;
	padding-bottom: 15px;
}

.comment-list a {
	color: #63add6;
}

.comment-list .url {
	color: #E6E9D7;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 4px;
	top: 7px;
	font-size: 15px;
}

#cancel-comment-reply-link a {
	color: #fff;
}

a.comment-reply-link, a.comment-reply-login {
	color: #777;
	font-size: 13px;
}

.cancel-comment-reply {
	margin-left: 10px;
	font-weight: bold;
}

.comment-awaiting-moderation {
	color: #bdbdbd;
	margin-top: 9px;
	display: block;
	background: rgba(22, 24, 31, 0.75);
	padding: 10px 12px;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
}

.comment-list p:first-letter {
	text-transform: uppercase;
}

.comment-meta {
	color: #818181;
}

.comment-zaman {
	color: #D8D8D8;
	font-style: italic;
}

.nocomment {
	margin: -5px 0 30px;
	font-size: 14px;
	line-height: 20px;
}

.nocomment a {
	text-decoration: underline;
	color: #7eb6f8;
	margin-left: 2px;
}

.comment-buttons {
	padding-bottom: 10px;
}

.reply {
	float: left;
	margin-right: 10px;
}
.reply input,.ui-form input[type="checkbox"] {
    display: inline-block;
    margin: -2px 2px 0 0;
    cursor: pointer;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background: #353840;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.61);
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(84,84,84,.1);
    padding: 6px;
}
.reply input[type=checkbox]:checked:before,.ui-form input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin: -6px 0 0 -6px;
    color: #ff1151;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font-size: 12px;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.voting {
	float: left;
	margin-top: -1px;
	margin-right: 10px;
}
.voting a:hover {
	text-decoration: none;
}

.comment-list li:hover .voting {
	opacity: 0.8;
}

.button.like-button, .button.dislike-button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 20px;
    padding: 0;
    color: #fff;
    background: #ff1151;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
    -moz-box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 17, 81, 0.45);
}

.button.like-button{
	background-color: #7ed321;
    -webkit-box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
    -moz-box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
    box-shadow: 0 0 0 3px rgba(121, 201, 33, 0.27);
}
.button.like-button:hover, .button.dislike-button:hover{
	background-color: rgb(48, 54, 65);
	background: linear-gradient(to bottom,rgb(48, 54, 65), rgb(48, 54, 65) 100%);
    color: #fff;
    -webkit-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
    -moz-box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
    box-shadow: 0 0 0 3px rgba(48, 54, 65, 0.5);
}

.button.like-button .count {
	color: #B2D244;
}

.button.dislike-button .count {
	color: #FDA0A0;
}

.movie-info {
	margin-top: 5px;
	border-top: 1px solid #191919;
	display: flex;
	text-align: center;
	line-height: 13px;
}

.movie-info span {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}

.movie-info span:before {
	margin-right: 4px;
	margin-left: 0;
}

.movie-info .imdb:before {
	/*color: #ecad2c;*/;
}

.movie-info small {
	color: #999;
	text-transform: uppercase;
}

.movie-excerpt {
	max-height: 56px;
	line-height: 14px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0px;
}

.movie-cast p {
	margin-bottom: 2px;
	line-height: 14px;
	color: #f0f0f0;
}

.movie-cast p span {
	color: #777;
}

.navigation {
	content: "";
	clear: both;
	display: block;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nav-previous, .nav-next {
	display: inline-block;
}

.navigation a, .navigation span {
	display: inline-block;
	background: #282c35;
	color: #ccc;
	text-decoration: none;
	padding: 9px 15px;
	border-radius: 3px;
	font-size: 14px;
}

.navigation span {
	background-color: #444;
	color: #fff;
}

.navigation a:hover {
	background-color: #3c3f46;
}

.navigation a:active {
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08), inset 0px 1px 0px rgba(21, 21, 21, 0.22), inset 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.navigation.keremiya-pagenavi a, .navigation.keremiya-pagenavi span {
	margin-right: 3px;
}

.navileft {
	display: inline-block;
}

.navicenter {
	display: inline-block;
}

.naviright {
	display: inline-block;
}

.dis {
	opacity: 0.5;
	cursor: default;
}


/***********************
*** BIG POPUP       ****
***********************/

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	overflow-y: scroll;
	font-size: 13px;
}

.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	display: none;
	background: #212225;
	background: -moz-linear-gradient(100deg, #212225, #303641d9);
	background: -webkit-linear-gradient(100deg, #212225, #303641d9);
	background: -o-linear-gradient(100deg, #212225, #303641d9);
	background: -ms-linear-gradient(100deg, #212225, #303641d9);
	background: linear-gradient(100deg, #212225, #303641d9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212225', endColorstr='#303641d9', GradientType=0 );
}

.modal-inner {
	position: absolute;
	display: none;
	width: 362px;
	border-radius: 5px;
	margin-left: -162.5px;
	background: #212225;
	box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(0%,-50%);
}

.modal-header {
	background: #282c35;
	background-color: #282c35;
	padding: 22px 20px;
	box-sizing: border-box;
	text-align: center;
	max-height: 100px;
}

.modal-header .logo-content {
	display: block;
	height: auto;
}

.modal-inner #profile-header {
	background: transparent!important;
}

.modal-footer {
	padding: 15px 25px;
	background: #252729;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}

.modal-footer a {
	color: #fff;
	margin-left: 5px;
}

.modal-close {
	position: absolute;
    right: -15px;
    top: 2px;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 0 none !important;
    background-color: #444;
    border-radius: 100px;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: 0 0 0 3px #44461;
    -moz-box-shadow: 0 0 0 3px #44461;
    box-shadow: 0 0 0 3px #44461;
}

.modal-close .fa {
	top: 4px;
	position: relative;
}

.modal-inner input {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	margin-bottom: 6px;
	border: 0;
	border-radius: 3px;
	background: linear-gradient(to bottom, #2e2f32, #323336 100%);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
	outline: none;
}

.modal-inner .modal-post {
	padding: 20px;
}

.modal-inner #submit {
	width: 100%;
	margin-top: 10px;
	height: 40px;
	background: #333;
	color: #fff;
}

.profile-social {
	text-align: center;
	padding: 15px 0;
	background-color: #171A21;
}

.profile-social-title {
	margin-bottom: 15px;
	font-weight: 600;
}

.profile-social a {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.profile-social img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.profile-link {
	padding: 20px 0;
}

.modal-inner #submit:hover {
	opacity: .8;
}

.register-form, .login-form {
	display: block;
	padding: 30px 24px;
}

.login-form .lost-password {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.modal-inner .profile-left .co-1 {
	width: 25%;
}

.modal-inner .profile-left .co-2 {
	width: 35%;
}

.modal-inner .profile-left .co-3 {
	width: 39%;
}

.modal-inner .profile-left .co-3 a {
	display: block;
	border: 0;
	margin-right: 3px;
	background-color: #282c35;
	padding: 8px 20px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}

.modal-inner .profile-left .title {
	margin-top: 5px;
	font-size: 20px;
	color: #fff;
	border: 0;
	padding: 0;
}

.modal-inner .profile-menu {
	float: left;
	width: 100%;
	padding: 0 5px;
}

.modal-inner .profile-menu li {
	display: block;
	border: 0;
	float: left;
	width: 49%;
	margin-right: 3px;
	background-color: #2b2e34;
	padding: 8px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}

.modal-inner .profile-menu li:last-child {
	width: 100%;
	text-align: center;
}

.modal-inner .profile-menu li .fa {
	margin-right: 7px;
}

.modal-inner .profile-menu li a {
	display: block;
}

.modal-inner .counter {
	background: #444;
	margin-left: 5px;
	line-height: 12px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 6px;
	font-size: 10px;
}

.process {
	overflow: hidden;
}

.process:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.21);
	z-index: 10;
}

.process:after {
	left: 50%;
	margin: -9px 0 0 -7px;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 14px;
	font-family: keremiya;
	content: '\e848';
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	z-index: 11;
}

.process form {
	opacity: .6;
}

.success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.74);
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0px 2px #000;
	/* text-align: center; */
	/* vertical-align: middle; */
	/* line-height: 90px; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.message-header {
	background: #27282b;
	padding: 12px 20px;
	color: #F3D872;
	font-size: 14px;
}

.message-content {
	color: #fff;
	padding: 24px 20px;
	line-height: 16px;
	font-size: 13px;
}

.message-footer {
	padding: 12px 20px;
	line-height: 16px;
	background: #27282b;
}

.message-footer a {
	color: #B2D244;
	margin-left: 5px;
}

.message-close {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	padding: 4px 10px;
	margin: 0px 15px 5px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px;
	background: rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.message {
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
	padding: 10px 10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.62);
	border-radius: 3px;
	box-sizing: border-box;
}

.message.success, .message.complete {
	color: #fff;
	background: linear-gradient(to bottom, #65762A, #B2D244 100%);
}

.message.error {
	color: #fff;
	background: linear-gradient(to bottom, #762A2A, #D24444 100%);
}

.message.info {
	color: #fff;
	background: linear-gradient(to bottom, rgb(64, 64, 64), #3A3A3A 100%);
}

#message {
	text-align: center;
}

#message span {
	margin-right: 4px;
}

#gallery {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999999;
	text-align: center;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, .3);
}

.gallery-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .95) 0%, rgba(22, 23, 26, .95) 75%, rgba(22, 23, 26, .95) 100%);
}

.gallery-content {
	top: 40px;
	/*position: absolute;*/
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 3;
}

.gallery-content img {
	max-width: 100%;
	max-height: 100%;
}

.gallery-header {
	position: absolute;
	text-align: left;
	z-index: 4;
	left: 26px;
	right: 26px;
}

#gallery .navi {
	display: inline-block;
	margin-top: 20px;
}

#gallery .close-gallery {
	font-size: 24px;
	padding: 14px 8px;
	margin-right: -13px;
	position: absolute;
	top: 0;
	right: 0;
}

#gallery .prev {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 25px 10px 25px 20px;
	margin-top: -25px;
	font-size: 21px;
}

#gallery .next {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 25px 20px 25px 10px;
	margin-top: -25px;
	font-size: 21px;
}

#gallery .close-gallery, #gallery .prev, #gallery .next {
	z-index: 5;
	cursor: pointer;
}

#gallery .image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}

.footer-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 99999;
}

.footer-sticky-inner {
	position: relative;
	text-align: center;
	margin: 0px auto 0px;
	width: 728px;
	height: 90px;
	background: rgba(0, 0, 0, 0.57);
}

.footer-sticky .close {
	position: absolute;
	top: -29px;
	background: rgba(0, 0, 0, 0.98);
	padding: 8px 14px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: rgba(255, 255, 255, 0.92);
	cursor: pointer;
}

.footer-sticky .close:hover {
	color: #a2a2a2;
}

.footer-sticky img, .footer-sticky iframe, .footer-sticky object {
	max-width: 100%;
	max-height: 100%;
}

.footer-sticky .close:before {
	margin-left: 0;
	margin-right: 5px;
}

/***********************
*** BUTTON          ****
***********************/

.button {
	background: #303641;
	background: linear-gradient(to bottom, #303641, #303641 100%);
	border: 0;
	border-radius: 2px;
	padding: 8px 14px;
	color: #DEDEDE;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.03), inset 0px 3px 2px rgba(0,0,0,0.02);
	cursor: pointer;
	height: 33px;
	outline: none;
}

.button:hover {
	background: linear-gradient(to bottom,#444, #444 100%);
}

.button:active {
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.42);
}

.button.arrow-bottom:after {
	content: "\e836";
	width: 0;
	height: 0;
	font-family: "keremiya";
	color: #999;
	cursor: pointer;
	margin-left: 8px;
	font-size: 16px;
}

.separator {
	display: block;
	clear: both;
	background: rgba(255, 255, 255, 0.07);
	height: 1px;
	border-top: 1px solid rgba(36, 36, 36, 0.42);
	margin: 5px 9px;
}

/* SIDEBAR */

#sidebar {
	box-sizing: border-box;
}

.on-left #sidebar {
	padding-right: 17px;
	padding-left: 0;
}

.sidebar-con {
	margin-bottom: 40px;
}

.sidebar-con h2 {
	margin-bottom: 10px;
}

.widget_categories .top .fix {
	margin-right: 16px;
}

.widget_categories b,
.widget_top b {
	display: inline-block;
    background: #121212;
    padding: 10px;
    min-width: 15%;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .3s all;
}

.widget_categories b:hover,
.widget_top b:hover{
	color: #fff;
    background-color: #444;
}

.widget_categories b.active{
	color: #fff;
    background-color: #444;
}
.widget_top b.active {
	color: #fff;
    background-color: #f10042;
}
.widget-menu .genre_tab-group {
	border-bottom: 2px solid #282b35;
}
.widget_top .cat_tab-group {
	border-bottom: 2px solid #282b35;
}
.widget_top .cat_tab-group{margin-bottom: 15px;}
.widget_categories .genre_wrap,
.widget_top .cat_wrap{
	display: none;
}

.widget_categories .genre_wrap.active,
.widget_top .cat_wrap.active {
	display: block;
}
.widget_categories li {
	float: left;
}

.widget_categories .full li:nth-last-of-type(-n+2) a {
	margin-bottom: 4px;
}

.widget_categories li:nth-last-of-type(-n+1) a {
	margin-bottom: 0 !important;
}

.widget_categories li a {
	display: block;
	padding: 10px 15px;
    margin-bottom: 5px;
	cursor: pointer;
	color: #444;
	font-size: 14px;
	line-height: 16px;
	transition: .3s all;
	border-radius: 3px;
}

.widget_categories li a:hover {
	background: #282b35;
	background-color: #282b35;
	color: #fff;
}
.widget_categories li a:before {
    font-family:'FontAwesome';
    content: "\f0da";
    margin-right: 10px;
    color: #8c8686;
}

.widget_categories .full li {
	width: 100%;
}

.widget_categories .full li a {
	margin-right: 0;
}

.widget_categories .full li:last-child a {
	margin-bottom: 0;
}

.widget_recent_entries li a, .widget_archive li a, .widget_nav_menu li a {
	display: block;
	padding: 0px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #292c33;
	font-size: 15px;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.07);
	transition: .3s all;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}

.widget_top{counter-reset: a;}
.widget_top .item:after{
	content: counter(a);
    counter-increment: a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #444;
    color: #fff;
    border-radius: 15px;
    margin-top: -43px;
    margin-right: 4px;
    float: right;
    display: inline-block;
    font-weight: 600;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* Sidebar Widget Comments */

.widget-comments ul li {
	margin: 10px 0px 5px;
	padding: 0;
	float: left;
	width: 100%;
}

.widget-comments ul li .data {
	display: block;
	padding: 10px 0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.widget-comments ul li .data-image {
	float: left;
	width: 60px;
	margin-right: 10px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
}

.widget-comments ul li .data-image img {
	margin-top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100%;
	border-radius: 3px;
}

.widget-comments ul li .avatar {
	display: inline-block;
	float: left;
	margin-right: 7px;
	width: 32px;
	height: 32px;
	margin-top: 1px;
	background: #292c33;
	border-radius: 100px;
}

.widget-comments ul li a:before {
	display: none;
}

.pagi-load > span {
	display: none;
}

.widget-comments ul li .author {
	color: #444;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	border-radius: 23px;
	background: #282c35;
	vertical-align: top;
	position: relative;
	transition: .1s;
	overflow: hidden;
	width: 100%;
}

.widget-comments ul li .author-title {
	margin-right: 5px;
	color: #ccc;
}

.widget-comments ul li .title {
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -0.3px;
	white-space: nowrap;
	margin-top: 4px;
}

.widget-comments ul li .title a {
	color: #444;
}

.widget-comments ul li .date {
	display: inline-block;
	font-size: 12px;
	color: #888;
}

.widget-comments ul li .excerpt {
	font-size: 14px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #1b1e25;
    padding: 10px 0;
    margin-bottom: 5px;
}

.widget-comments ul li:last-child .excerpt {
	margin-bottom: 0;
}

.widget-comments ul li:first-child {
	margin-top: 0;
}

.widget-comments ul li:first-child {
}

.widget-news a:hover {
	text-decoration: none;
	color: inherit;
}

.widget-news a:hover .title {
	color: #d8b659;
}

.widget-news .news-content {
	margin-top: 10px;
}

.widget-news .child-content {
	margin-bottom: 10px;
}

.widget-news .data-image {
	float: left;
	width: 70px;
	margin-right: 10px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
}

.widget-news .data-image img {
	margin-top: 3px;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100%;
	border-radius: 3px;
}

.widget-news .data .title {
	color: #fff;
	margin-bottom: 7px;
	padding-top: 4px;
	line-height: 20px;
}

.widget-news .data .date, 
.widget-news .data .views {
	font-size: 14px;
	margin-bottom: 4px;
}

.widget-news .data span {
	margin-right: 2px;
}

.widget-news .data .views small {
	margin-left: 5px;
	font-size: 13px;
}

.widget-news .episode-box {
	margin-bottom: 13px;
}

.widget-news .episode-box .poster {
	padding-bottom: 40%;
}

.widget-news .episode-box .poster .img img {
	height: auto;
}

.sidebar {
	width: 100%;
	display: block;
	float: left;
}

.sidebar-content {
	margin-bottom: 10px;
	background: #242830;
	padding: 10px 15px 8px;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.sidebar-content h2 {
	margin-bottom: 10px;
}

.sidebar-content li {
	display: block;
	padding: 6px 0px;
	line-height: 16px;
	color: #999;
}

.sidebar-content li:last-child {
	border-bottom: 0;
}

.sidebar-content li a {
	font-size: 15px;
	text-decoration: none;
}

.sidebar-content li a:before {
	content: '\E835';
	font-family: keremiya;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	color: #999;
}

#episode-sidebar {
	padding-left: 20px;
}

/**
 * PAGE SETTINGS
 */
.sideleft {
	width: 20%;
	float: left;
}

.sideleft .sidebar-content {
	margin-left: 0;
	margin-right: 15px;
}

.sideleft li.active a, .sideleft li.active a:before, .sideleft li:hover a:before {
	color: #F3D872;
}

.single-content.page-settings {
	width: 80%;
	float: right;
	margin-top: 25px;
}

.resend-activation {
	margin-bottom: 0;
	margin-top: 10px;
}

.resend-activation-button {
	background: rgba(0, 0, 0, 0.5);
	padding: 4px 8px;
	border-radius: 3px;
	margin-left: 10px;
}

.rmv {
	display: none;
}

.remove-item a:hover .rmv {
	display: block;
}

.remove-item .rmv {
	display: block;
}

.remove-item .rmv:hover:after {
	color: #E47B7B;
}

.remove-item .rmv {
	content: "\e812";
	font-size: 14px;
	background: rgba(0, 0, 0, 0.34);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	cursor: pointer;
	padding: 3px 13px 3px 6px;
	line-height: 15px;
	color: #ccc;
	width: auto;
	float: left;
}

.page-settings .right {
	text-align: right;
}

.page-settings .gravatar-info {
	margin-top: 35px;
	color: #ccc;
	font-size: 14px;
	background: #1a1c23;
	border-radius: 3px;
	padding: 7px 14px;
}

.upd {
	display: inline-block;
	color: #F3D872;
	padding: 6px 10px;
	border-radius: 2px;
	font-size: 14px;
}

.page-settings.process:before {
	background: rgba(0, 0, 0, 0.02);
}

#user-comments {
	margin-top: 20px;
}

#user-comments li {
	float: left;
	overflow: hidden;
	list-style: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.19);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.07);
	padding: 10px 13px;
	border-radius: 3px;
	margin-bottom: 7px;
}

#user-comments li img {
	float: left;
	margin-right: 8px;
	background: none repeat scroll 0% 0% #282828;
	padding: 2px;
	border-radius: 3px;
	max-width: 50px;
}

#user-comments li p {
	margin-top: 8px;
	color: #ccc;
	line-height: 14px;
	font-size: 14px;
}

#user-comments li .title {
	margin-top: 7px;
	color: #D5C186;
	font-size: 14px;
}

#user-comments li .title span {
	color: #777;
}

/**
** SINGLE BUTTONS
**/

.action-buttons {
	height: 100%;
	width: 100%;
}

.action-buttons .iconfix:before {
	margin-right: .5em;
	margin-left: 0;
}

.action-buttons .button {
	height: 100%;
	background: #0D0E12;
}

.action-buttons ul li span.fa {
	margin-right: 5px;
	font-size: 10px;
}
/*.action-buttons .button.on-active, .action-buttons .button:hover {
   background: linear-gradient(to bottom, #2d2d36, #353840 100%);
}*/
#action-parts, #action-addto, #action-share, #action-report, #action-langs {
	display: inline-block;
	position: relative;
	float: left;
	height: 100%;
}

/*.action {
	border-right: 1px solid rgba(0, 0, 0, 0.48);
	border-left: 1px solid rgba(255, 255, 255, 0.01);
}

.action:first-child {
	border-left: 0;
}
.action:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.32);
}

.action:last-child:after {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.02);
	position: absolute;
	right: -2px;
	top: 0;
}*/

.addto-action {
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: -5px;
	position: relative;
}

.addto-button {
	width: 100%;
}


.empty {
	color: #666;
}

.hd-icon {
	border: 1px solid #C15050;
	padding: 0px 2px;
	border-radius: 3px;
	color: #B55757;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.62);
	font-weight: bold;
}

.icon-diamond {
	float: left;
	margin-left: -3px;
	margin-right: 4px;
	font-size: 10px;
	color: #ddd;
}


/* film contentntntnt*/

.line {
	position: relative;
	margin: 10px 0px 18px;
	border-bottom: 2px solid #242830;
	width: 100%;
}

.found-movies {
	float: right;
	margin-top: 10px;
	color: #949494;
	font-size: 12px;
}

.arg {
	background: rgba(0,0,0,.2);
	border-radius: 3px;
	display: inline-block;
	padding: 9px 14px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
	color: #ccc;
	font-size: 15px;
	line-height: 16px;
	transition: .3s all;
}

.arg:hover {
	background: #2a2e36;
}

.arg .type {
	color: #FBEDB1;
}

.arg h1, .arg h2, .arg h3, .arg .q {
	font-size: 14px;
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
}

.arg .remove {
	color: #777676;
	cursor: pointer;
}

.arg .remove:before {
	margin: 3px 0 0 5px;
	font-size: 11px;
	float: right;
}

#action-query {
	display: inline-block;
	float: right;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}



/*************************
* PAGE                   *
*************************/
.page {
	margin-top: 15px;
}

.page .nocomment {
	display: none;
}

.page-login, .page-register {
	width: 50%;
	margin: 0px auto 0px;
	padding-top: 50px;
	float: none;
}

.page-login #rememberme {
	display: inline-block;
	width: auto;
	margin: 6px 5px 4px 0;
	float: left;
}

.page-login .lost-password {
	float: right;
	margin-left: 10px;
}

label {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0px 5px;
	cursor: pointer;
}

label small {
	color: #8e6c6c;
}

input, textarea {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 3px;
	background: #2a2e36;
	background: linear-gradient(to bottom, #2a2e36, #2a2d34 100%);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
	outline: none;
}

input:disabled, button:disabled, textarea:disabled {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.03) !important;
	border-color: rgba(222, 222, 222, 0.75) !important;
	color: rgba(255, 255, 255, 0.15) !important;
	cursor: not-allowed;
}

.error {
	color: #d36a6a;
}

#button-send {
	margin-top: 10px;
	float: right;
}

p.textarea {
	float: right;
}

.contactform {
	display: block;
}

/* WP ALING CSS */
.more-link {
	background: #282828;
	padding: 6px 10px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.21);
	border-radius: 2px;
	margin: 5px 0px;
	float: right;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

img.alignright, img.alignleft, img.aligncenter {
	border-radius: 3px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.21);
}

.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

a img.alignnone {
	margin: 5px 10px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*************************
* PAGE SEO          *
*************************/
.widget-seomain h1,.widget-seomain h2,.widget-seomain h3,.widget-seomain h4 {
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 10px;
}

.widget-seomain p, .widget-seomain ul {
	margin-bottom: 20px;
}

.widget-seomain ul {
	margin-left: 30px;
}

.widget-seomain ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}

.widget-seomain ul li:before {
	content: '';
	position: absolute;
	left: -28px;
	top: 5px;
	width: 6px;
	height: 6px;
	background: #ec164f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.widget-seomain a {
	color: #444;
}

.seoimgl,
.seoimgr {
	float: left;
	margin: 0 30px 10px 0;
	max-width: 250px;
	border-radius: 6px;
	opacity: 0.7;
}

.seoimgr {
	float: right;
}

.widget-seocategory {
	overflow: hidden;
	position: relative;
	transition: height .2s;
}

.widget-seocategory h2, 
.widget-seocategory h3 {
	font-size: 15px;
	color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.widget-seocategory p, .widget-seocategory ul {
	margin-bottom: 30px;
}

.widget-seocategory p {
	margin-top: 10px;
}

.widget-seocategory ul {
	margin-left: 30px;
}

.widget-seocategory ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	display: block;
	margin-right: 0;
}

.widget-seocategory ul li:before {
	content: '';
	position: absolute;
	left: -28px;
	top: 5px;
	width: 6px;
	height: 6px;
	background: #444;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.slice-masked:before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 120px;
	pointer-events: none;
}

.slice-button span {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	color: #444;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #242424;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
 /* Above WP toolbar. */;
}

.select-categories label {
	display: block;
	padding: 0px 0px 0px;
}

.select-categories label input {
	display: inline-block;
	width: auto;
	margin: -1px 2px 0px 0px;
	cursor: pointer;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	background: #353840;
	-webkit-appearance: none;
	-webkit- box-shadow: inset 0 1px 2px rgba(84, 84, 84, 0.1);
	box-shadow: inset 0 1px 2px rgba(84, 84, 84, 0.1);
	padding: 8px;
}

.select-categories input[type=checkbox]:checked:before {
	content: "\E811";
	margin: -6px 0 0 -6px;
	color: #8EA738;
}

.select-categories input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: 400 12px/1 keremiya;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.select-categories .flexcroll {
	max-height: 130px;
	overflow-y: auto;
}

.post-movie .KR-textarea textarea {
	height: 100px;
}

#movie-player-code {
	height: 90px;
}

.submit-item {
	text-align: center;
}

.submit-content {
	width: 100%;
	margin-bottom: 2px;
}

/*
 * TABLE
 */
/* table */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 3.433em;
	text-align: left;
	font-family: "Noto Sans", arial, helvetica, sans-serif;
}

table {
	border-spacing: 0px;
}

table.my_account_videos {
	float: left;
	margin-top: -1px;
	margin-bottom: 0px;
}

table th {
	font-weight: 700;
	color: #ccc;
	padding: 0.8em;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	border-width: 1px 1px 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.01) rgba(230,230,230,0.01) rgba(240,240,240,0.01);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

table th, table td {
	vertical-align: top;
}

table td {
	padding: 1.25em 1.25em 0.75em 1.25em;
	border: 1px solid rgba(240, 240, 240, 0.01);
	font-size: 11px;
	line-height: 13px;
	height: auto;
}

table td.videos-views {
	width: 5%;
	text-align: center;
}

table td.videos-date {
	width: 15%;
	text-align: center;
	color: #888;
}

table td.videos-title {
	width: 60%;
	font-size: 12px;
}

table td.videos-status {
	width: 15%;
	text-align: center;
}

table td.videos-title img {
	width: 90px;
	height: 55px;
	float: left;
	margin-right: 7px;
}

.videos-duration, .videos-action {
	width: 5%;
	text-align: center !important;
}

.status {
	margin-top: 0px;
	padding: 2px 4px 3px 4px;
	border-radius: 6px;
	font-size: 10px;
}

.publish {
	color: #B1CA41;
}

.pending {
	color: #F5D877;
}

.trash {
	color: #FF5757;
}

.post-type-movie, .post-type-news {
	margin-top: 3px;
	font-size: 10px;
	color: #777;
}

.single-content {
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom: 2px solid #272c34;
	border-top: 2px solid #272c34;
	padding-bottom: 15px;
	padding-top: 15px;
}

.film-content {
	margin-top: 20px;
}

.wrap {
	display: none;
}

.wrap.active {
	display: block;
}

.wrap.active-desktop {
	display: block;
}

#profile-header {
	float: left;
	display: block;
	padding: 0px;
	background: #282c35;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 5px;
	width: 100%;
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.profile-left {
	float: left;
	width: 100%;
	/*max-height: 100px;*/;
}

.profile-left .co-1 {
	width: 9%;
	float: left;
	/* height: 100%; */
	padding: 9px 11px;
	/* max-height: 100px; */
	box-sizing: border-box;
}

.profile-left .co-2 {
	float: left;
	width: 51%;
	padding: 10px 0px;
}

.profile-left .co-3 {
	float: right;
	width: 39%;
}

.profile-left .social {
	float: right;
	font-size: 12px;
	margin-top: -26px;
}

.profile-left .social a {
	text-decoration: none;
}

.list-info {
	position: absolute;
	top: 0;
	bottom: 0px;
	right: 0;
	width: 38%;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-left: 2px solid #26292d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#profile-header .info {
	padding-top: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	flex: 1;
	text-align: center;
	border-right: 1px solid #24262b;
	font-size: 18px;
}

#profile-header .info span {
	color: #bfc3cc;
	display: block;
	font-size: 13px;
	margin-top: 4px;
}

#profile-header .info:last-child {
	border-right: none;
}

.profile-left .title {
	margin-top: 5px;
	font-size: 20px;
	color: #fff;
}

.profile-left .excerpt {
	margin-top: 10px;
	max-height: 45px;
	overflow: hidden;
	color: #bfc3cc;
	line-height: 15px;
	font-size: 14px;
	display: block;
}

.profile-tabs {
	width: 17%;
	margin-top: 10px;
	font-family: "Noto Sans", arial, helvetica, sans-serif;
}

.profile-tabs .tab {
	display: block;
	float: none;
	margin: 0;
}

.profile-tabs .tab-buttons {
	overflow: hidden;
	border-radius: 3px;
}

.profile-tabs .tab-buttons .iconfix:before {
	margin-right: -6px;
	margin-left: 0;
	float: right;
	color: #777;
}

.profile-tabs .tab-buttons .tab.active .iconfix:before {
	color: #D9FD3B;
	opacity: 0.8;
}

.profile-information li {
	padding: 10px;
}

.profile-information li span {
	font-weight: 700;
}

.profile-information li a {
	color: #444;
	text-decoration: underline;
}

.profile-widget h3.title {
	border-bottom: 2px solid #272c34;
	padding-bottom: 15px;
}

.avatar {
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.21);
	overflow: hidden;
	border-radius: 2px;
}

.avatar .alignnone {
	margin: 0;
}

.avatar img {
	width: 100%;
	height: 100%;
	display: block;
}

/***************************
** TABS     ****
***************************/
.tab-buttons {
	margin-top: 3px;
}

.tab-buttons .iconfix:before {
	margin-right: .5em;
	margin-left: 0;
}

.tab {
	float: left;
	background: 0;
	border: 0;
	padding: 10px 20px;
	color: #f9f9f9;
	font-size: 14px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
	background: #826fff;
}

.tab.active,
.tab:hover {
	background: #ae2929d4;
	color: #fff;
}

.s-tabs {
	margin-top: 30px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

#seasons {
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

/*****************************
** SINGLE CONTENT IMAGES      *
******************************/

.post-images {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
}

#images h4 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-width: 2px;
	line-height: 14px;
	font-size: 15px;
	color: #ccc;
}

#images h4 span {
	background: rgba(0, 0, 0, 0.38);
	border-radius: 2px;
	padding: 0px 3px;
	font-size: 12px;
	color: #888;
	margin-left: 8px;
	line-height: 10px;
}

#images .gallery {
	margin-right: -5px;
	margin-left: -5px;
}

#images .thumb {
	display: inline-block;
	margin-top: 10px;
	padding: 0px 5px;
}

#images .thumb img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.39);
	border-radius: 2px;
}

.images-excerpt {
	text-align: left;
	margin-bottom: 10px;
}

#similar-movies.serie-profile-page {
	margin-top: -7px;
	border: 0;
	padding: 0;
}

#similar-movies.serie-profile-page .title {
	margin-top: 5px;
	color: #fff;
}

#similar-movies.list-episodes .info-left {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
}

#similar-movies.list-episodes .title {
	margin-top: 0;
	margin-bottom: 0;
}

#similar-movies.list-episodes .release {
	margin-top: 1px;
}

#similar-movies li.current .episodetitle {
	color: #888;
}

#similar-movies.list-episodes .flexcroll {
	max-height: 320px;
}

#similar-movies.info-bottom {
	float: left;
	margin-top: 15px;
	padding-top: 15px;
}

#similar-movies {
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
	width: 100%;
	padding: 5px 0px;
}

#similar-movies .top {
	margin-bottom: 20px;
	font-size: 15px;
	border-left: 2px solid #7ed321;
	padding-left: 8px;
	color: #ccc;
}

#similar-movies .top span {
	background: rgba(0, 0, 0, 0.38);
	border-radius: 2px;
	padding: 0px 3px;
	font-size: 12px;
	color: #888;
	margin-left: 8px;
	line-height: 10px;
}

#similar-movies a {
	color: #ccc;
}

#similar-movies a:before {
	content: '';
}

#similar-movies ul {
	/*max-height: 215px;*/
	max-height: 162px;
	overflow-y: auto;
}

#similar-movies ul li {
	display: block;
	/*height: 42px;*/
	height: 50px;
	margin-bottom: 5px;
}

#similar-movies ul li:last-child {
	margin-bottom: 0;
}

#similar-movies .info-left {
	width: 40px;
	height: 45px;
	float: left;
}

#similar-movies .info-right {
	width: 80%;
	height: 40px;
	float: left;
}

#similar-movies .poster {
	float: left;
	background-color: #222;
	background-size: 100% 100%;
	background-repeat: no-repeat center center;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.21);
	overflow: hidden;
}

#similar-movies .poster img {
	width: 100%;
	height: 100%;
}

#similar-movies .title {
	display: block;
	margin: 3px 8px;
	font-size: 15px;
	overflow: hidden;
	max-height: 30px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#similar-movies .release {
	display: block;
	margin: 3px 8px;
	font-size: 13px;
	color: #888;
}

#similar-movies.list-episodes .top {
	color: #fff;
}

.film-bilgileri .tags {
	margin-top: 18px;
	float: left;
	width: 100%;
	font-size: 13px;
	border-top: 1px solid #22242B;
	padding-top: 16px;
	color: #bbb;
}

.film-bilgileri .tags span {
	color: #666;
	margin-right: 10px;
}

.film-bilgileri .tags a {
	color: #aaa;
}

/* SERIES PAGE */

.series-page {
	box-shadow: 0px 25px 18px -15px rgba(0, 0, 0, 0.32) inset;
}

.series-page .bilgi-icon {
	top: auto;
	bottom: 0;
	padding: 5px 0px;
	font-size: 15px;
	color: #e7bd62;
}

.post-edit-link {
	background: #292d32;
	display: inline-block;
	width: 100%;
	margin-top: 12px;
	padding: 8px 0px;
	text-align: center;
	border-radius: 2px;
	font-size: 15px;
}

#head {
	float: left;
	width: 100%;
	box-sizing: border-box;
	z-index: 0;
	position: relative;
	height: 296px;
	padding: 0;
	margin-bottom: -95px;
	border-bottom: 1px solid #22242b;
	box-shadow: 0px 25px 18px -15px rgba(0, 0, 0, 0.32) inset;
}

#head .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(top,rgba(23,23,23,.2) 0,#171717);
	background: linear-gradient(180deg,rgba(23,23,23,.2) 0,#171717);
	z-index: 0;
}

/* RES ITEM */

.res_item.col-8 {
	width: 12.5% !important;
}

.res_item.col-7 {
	width: 14.2857142857% !important;
}

.res_item.col-6 {
	width: 16.6666666667% !important;
}

.res_item.col-5 {
	width: 20% !important;
}

.res_item.col-4 {
	width: 25% !important;
}

.res_item.col-3 {
	width: 33.3333333333% !important;
}

.res_item.col-2 {
	width: 50% !important;
}

.res_item.col-1 {
	width: 100% !important;
}

/* Builder Tags */
.tags.home .cat-item {
	float: left;
	width: 12.5%;
}

.home-s .tags.home .cat-item {
	width: 20%;
}

.tags.home .cat-item a {
	display: block;
	padding: 0px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #292c33;
	/* border: 1px solid #343539; */
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.07);
	transition: .3s all;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}

.tags.home .cat-item a:hover {
	background: #2d3039;
}

.home-list .series-item {
	float: left;
	width: 20%;
}

.home-s .home-list .series-item {
	width: 25%;
}

.home-list .series-item a {
	display: block;
	padding: 6px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #292c33;
	/* border: 1px solid #343539; */
	font-size: 15px;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.07);
	transition: .3s all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-list .series-item a:hover {
	background: #2d3039;
}

/*
 * NEWS
 *
*/

.article {
	padding: 30px 0;
}

.article {
	margin-top: 10px;
	font-size: 15px;
}

.article h1 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 8px;
}

.article .tags {
	margin-bottom: 15px;
}

.article .tags span, .social-buttons span {
	color: #f8cf7f;
	width: 79px;
	display: inline-block;
}

.article .tags .list {
	display: inline-block;
	margin-left: 7px;
}

.article-content {
	padding: 15px 0;
	color: #ddd;
}

.article-content strong {
	font-weight: bold;
	color: #fff;
}

.article-content p {
	margin: 0px 0px 10px;
	line-height: 18px;
	text-align: justify;
	text-justify: inter-word;
}

.article-content p:empty {
	display: none;
}

.article-content p a {
	color: #e8ab34;
}

.article-content img {
	max-width: 100%;
	border-radius: 3px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.21);
}

.article-content iframe {
	max-width: 100%;
}

.article-content em {
	font-style: italic;
	color: #fff;
}

.article-content del {
	opacity: 0.9;
}

.article-content ul, .article-content ol {
	margin: 10px 0px;
	list-style-type: disc;
	display: block;
}

.article-content ol li {
	list-style-type: decimal;
}

.article-content ul li {
	list-style-type: disc;
}

.post-image {
	float: left;
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
	background: #292c35;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.13);
	border-radius: 2px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 10%;
	position: relative;
}

.post-image img {
	max-height: 100%;
	visibility: hidden;
}

.article-social {
	margin-bottom: 50px;
}

.social-buttons {
	float: left;
	margin-right: 10px;
	max-height: 20px;
	overflow: hidden;
}

.info-bar {
	margin-top: 8px;
	font-size: 14px;
}

.info-bar div {
	display: inline-block;
	margin-right: 15px;
}

.info-bar span:before {
	margin: 0;
	margin-right: 4px;
}

/* Widget */
.similar-items .news {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.similar-items.widget-news .child-content {
	width: 33.3%;
	float: left;
	padding-right: 10px;
}

.similar-items.widget-news .top.title {
	border-color: #7ED321;
}

/* Breadcrumbs */

.Breadcrumb {
	margin-bottom: 26px;
	font-size: 14px;
}

.Breadcrumb a {
	color: #fff;
}

.Breadcrumb a:hover {
	color: #f3b736;
}

/* Archive List */
.news-archive {
	margin-bottom: 20px;
}

.news-archive .episode-box .name {
	white-space: normal;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	font-size: 15px;
}

.episode-box.news-box .name {
	white-space: normal;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	padding-bottom: 5px;
}

/************************************************
*   TOP 100      *
************************************************/
.sect-top100 {
    counter-reset: a;
}
.top100-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    width: 32%;
    margin-right: 10px;
    float: left;
    background-color: #242830;
    border-radius: 4px;
    padding: 15px;
}
.top100-item a:hover {
    color: #ff1151;
}
.top100-item a::before {
    content: counter(a);
    counter-increment: a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: inset 0 0 0 2px #ff1151;
    color: #ff1151;
    border-radius: 15px;
    font-size: 13px;
}
.top100-img {
    width: 60px;
    height: 90px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}
.top100-img img {
    border: none;
    width: 100%;
    min-height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
.top100-item {
    width: 100%;
}
}


/************************************************
*   REKLAM      *
************************************************/

.rkads {
	float: left;
	width: 100%;
	text-align: center;
	background: #1e2129;
	padding: 20px 0px;
	position: relative;
}

.rkads iframe, .rkads img, .rkads object {
	max-width: 100% !important;
}

.sidebar-ads {
	margin-top: 11px;
	margin-left: 15px;
	overflow: hidden;
}

.video-content-top-ads {
	margin-top: 0px;
}

#cn-content {
	display: none;
}

#rk-content {
	background: #000;
	border-radius: 3px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.22);
	text-align: center;
	position: relative;
}

#rk-time {
	position: absolute;
	bottom: 2px;
	right: 36%;
	padding: 6px 10px;
	border-radius: 3px;
	background: rgb(48, 54, 65);
	display: inline-block;
	margin: 10px 20px 0px;
	cursor: default;
}

.close-rk {
	margin-top: 15px;
	height: auto;
	display: inline-block;
	color: #fff!important;
}

#splash {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: rgba(16, 16, 16, 0.99);
	visibility: hidden;
	opacity: 0;
	transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
}

#splash img, #splash iframe, #splash object {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 20px;
}

.splash-header {
	text-align: right;
	margin: 25px auto 10px;
	height: 34px;
	padding-right: 30px;
}

.splash-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
	bottom: 0;
}

#splash-close {
	float: right;
	height: auto;
	padding: 10px 16px;
	display: none;
}

#splash-time {
	font-weight: bold;
	padding: 3px 5px;
	margin: 0px 2px;
	background: #1f1f1f;
	border-radius: 4px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.13);
}

.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/************ FOTER MENU ***/

.footer-menu {
	width: 100%;
	display: block;
	float: left;
	background-color: #171920;
	padding: 15px 42px 15px 42px;
	border-radius: 0 0 3px 3px;
	color: #919295;
	line-height: 16px;
	font-size: 13px;
}

.footer-menu a {
	color: #888;
}

.footer-menu ul {
	float: left;
}

.footer-menu li {
	float: left;
	margin-right: 15px;
}

.footer-menu .sub-menu {
	display: none;
}

.footer-social-icons {
	float: right;
}

.footer-social-icons a {
	padding-left: 5px;
}

.footer-social-icons a span.icon-gplus {
	margin-left: 3px;
}
.footer-counter img {
	padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

/*************/
.alert,.berrors,.search_result_num {
	background-color: #444;
	color: #fff;
	padding: 15px;
	margin: 15px 0;
	border-radius: 7px;
}

.mob-icons {
	margin-bottom: 25px;
	text-align: center;
	display: none;
}

.mob-icons .tab {
	float: none;
	display: inline-block;
}

.Message {
	display: table;
	position: relative;
	background-color: #444;
	color: #fff;
	transition: all 0.2s ease;
}

.Message.is-hidden {
	opacity: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	display: block;
}

.Message--violet {
	background-color: #444;
}

.Message-icon {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	padding: 30px;
	text-align: center;
	background-color: #3b5998;
}

.Message-icon > i {
	width: 20px;
	font-size: 20px;
}

.Message-body {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px 15px 15px;
}

.Message-body > p {
	line-height: 1.2;
}

.Message-close {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	border: none;
	outline: none;
	font-size: 17px;
	right: 5px;
	bottom: auto;
	top: 5px;
	cursor: pointer;
}

.Message-close:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.playbox {
	display: block!important;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #000;
	cursor: pointer;
	padding: 10px 10px 37.5%;
    height: 0;
    height: auto;
    max-height: 400px;
}

.playbox span.quality {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	color: #fff;
	background: #f71856;
}

.playbox span.playbtm {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 1;
}

.playbox span.playbtm img {
	width: 100%;
	height: auto;
	opacity: .5;
	transition: .3s;
}

.playbox img.cover {
	position: absolute;
	-webkit-filter: blur(0) brightness(1);
	width: 100%;
	bottom: 0;
	left: 0;
}

.playbox section {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.playbox section .progressbar {
	float: left;
	width: 96%;
	margin: 0 2%;
	height: 5px;
	background-color: rgba(255,255,255,.28);
	position: relative;
}

.playbox section .progressbar:before {
	position: absolute;
	content: "";
	width: 25%;
	height: 5px;
	top: 0;
	left: 0;
}

.playbox section .controls {
	float: left;
	width: 100%;
	margin: 0;
	background-color: transparent;
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-repeat: repeat-x;
	color: #fff;
	padding: 0;
	-webkit-box-shadow: 0 9px 10px -5px #000;
	box-shadow: 0 9px 10px -5px #000;
	overflow: hidden;
	margin-bottom: -40px;
	transition: .3s;
	margin-bottom: 0;
}

.playbox section .controls .box {
	float: left;
	width: 98%;
	margin: 0 1%;
	line-height: 40px;
}

.playbox section .controls .box span.fa {
	color: rgba(255,255,255,.8);
	font-size: 20px;
	padding: 10px;
	float: left;
}

.playbox section .controls .box small {
	font-size: 12px;
	letter-spacing: .7px;
	font-weight: 500;
	opacity: .5;
}

.playbox section .controls .box span.fa.right {
	float: right;
}

.series-lists {
	display: none;
}

.series-lists .series-item:nth-child(2n+1) {
	background-color: #171717;
}

.series-lists .series-title {
	padding: 0 0 10px 0;
}

.series-lists .series-item {
	padding: 16px 10px;
	color: #ccc;
	border-bottom: 2px solid #171717;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158";
}

.fa-won:before,.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}