



.nice-select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 18px !important;
}


.filtb-1 .nice-select {
  width: 100%;
}

.filtb-1.filt-col {
    width: 100%;
    font-size: 13px;
}




.filter-buttons input, .filter-buttons textarea {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	margin-bottom: 0px;
	border: 0;
	border-radius: 3px;
	background: #1d1c21;
	color: #fff;
	outline: none;
}


.list option{
	margin-bottom: 4px;
	text-indent: 17px;
	width: 100%;
	float: left;
	background: #ffbb04;
	padding: 3px 0px 0px 0px;
	color:#5a3012;
	font-size: 14px;
	font-family: 'font-1';
}


#genre-id .cbtn.active::before, #genre-id .cbtn .option .active::before, #xf_gaxmovaneba .cbtn.option.active:before, #xf_xarisxi .cbtn.option.active:before,#xf_qveyana .cbtn.option.active:before {
    background: #ffbb04 !important;
    background-size: 8px !important;
    box-shadow: 0px 0px 0px 2px #ffbb04!important;
}


.nice-select button {
	padding: 0px 40px !important;
}

.list .cbtn::before {
    position: absolute;
    top: 12px;
    left: 17px;
    display: block;
    width: 12px;
    height: 12px;
    pointer-events: none;
    content: "";
    box-shadow: 0px 0px 0px 2px #4a4e5a;
    background-color: #4a4e5a;
    border-radius: 100px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}




.list button{
	border: 0;
	background: #33353e;
}

.catg-1 .cbtn.active::before {
    color: #ffbb04;
     -moz-box-shadow: inset 0 0 0 4px #ffbb04;
    -webkit-box-shadow: inset 0 0 0 4px #ffbb04;
    box-shadow: inset 0 0 0 4px #ffbb04;
    background:#fff;
}


.catg-1 .cbtn:after {
    top: 49%;
    left: 9px;
    width: 54px;
    height: 54px;
    opacity: 0;
    background: rgba(255,255,255,.3);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position:absolute;
    content: "";
}



.catg-1 .cbtn::before {
	box-shadow: 0px 0px 0px 0px #ddd;
    position: absolute;
    top: 11px;
    left: -0rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #eee;
    border-radius: 100%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}









.catg-1.filt-col ul{
	width: 100%;
	floaT: left;
	margin: 0;
	padding: 0;
}

.catg-1.filt-col {
	width: 100%;
	margin-bottom: 14px;
}



#genre-id button{
	width: 50% !important;
	floaT: left;
}



.filt-col button{
	width: 100%;
	floaT: left;
}


*{margin:0;padding:0;outline:none;}


::selection {
	background: #fff;
	color: #000;
	text-shadow: none;
}


.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-collumn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.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;
}

.subm-active {
	visibility: visible!important;
}

.w100 {
	width: 100% !important;
}









.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    overflow: hidden;
    outline: 0!important;
}

.irs-line-left,.irs-line-mid,.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar,.irs-shadow {
    position: absolute;
    width: 0;
    left: 0;
}

.irs-bar-edge {
    position: absolute;
    left: 0;
}

.irs-shadow {
    display: none;
}

.irs-from,.irs-max,.irs-min,.irs-single,.irs-slider,.irs-to {
    display: block;
    position: absolute;
    cursor: default;
}

.irs-slider {
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,.irs-single,.irs-to {
    left: 0;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0);
    z-index: 2;
}

.irs-disabled {
    opacity: .4;
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important;
}

.irs-from:before,.irs-slider:before,.irs-to:before {
    content: '';
    position: absolute;
}

.irs-line-left,.irs-line-mid,.irs-line-right {
    background-color: #eee;
}

.irs {
    height: 40px;
}

.irs-with-grid {
    height: 60px;
    margin-top: 20px;
}

.irs-line {
    height: 6px;
    top: 25px;
}

.irs-line-left {
    height: 6px;
    border-radius: 4px 0 0 4px;
}

.irs-line-mid {
    height: 6px;
}

.irs-line-right {
    height: 6px;
    border-radius: 0 4px 4px 0;
}

.irs-bar {
    height: 6px;
    top: 25px;
    border-radius: 4px;
    background-color: #1d1c21;
    background: linear-gradient(45deg,#8800CD 0%,#3385ea 100%);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.05);
}

.irs-bar-edge {
    top: 26px;
    height: 6px;
    width: 11px;
    background-color: #2ecc71;
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: .15;
}

.irs-slider {
    width: 16px;
    height: 16px;
    top: 20px;
    background-color: #1d1c21;
    border-radius: 100px;
}

.irs-slider:before {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 3px;
    left: 3px;
}

.irs-slider.state_hover,.irs-slider:hover {
    background-position: 0 -150px;
}

.irs-max,.irs-min {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0,0,0,.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lt-ie9 .irs-max,.lt-ie9 .irs-min {
    background: #ccc;
}

.irs-from,.irs-single,.irs-to {
    color: #fff;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    text-shadow: none;
    padding: 0 5px;
    background-color: #1d1c21;
    top: -10px;
    border-radius: 4px;
}

.irs-from:before,.irs-to:before {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
}

.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}

.irs-grid-text {
    color: #99a4ac;
}

.w100 .nice-select{
	width: 89% !important;
}

.nice-select {
	color:#fff;
	background-color: #33353e;
	cursor: pointer;
	border-radius: 5px;
	line-height: 45px;
	height: 45px;
	padding: 0 0%;
	position: relative;
	white-space: nowrap;
	width: 100%;
	font-size: 13px;
}

.nice-select:hover {
    border-color: #33353e;
}

.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #33353e;
}

.nice-select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 66% 66% 0;
    transition: all .15s ease-in-out 0s;
    width: 5px;
}

.nice-select.open::after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: #ccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0;
    right: 0;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list::-webkit-scrollbar-track{background:#292b31; border-radius: 0px;  }
.nice-select .list::-webkit-scrollbar-thumb{background:#f9cb4f !important;border-radius: 0px; }
.nice-select .list::-webkit-scrollbar{width:7px;}


.nice-select .list {
	padding-bottom: 10px;
	max-height: 250px;
	overflow-y: auto;
	border-radius: 2px;
	box-shadow: 0px 0px 20px 0px rgb(51 57 93 / 25%);
	background-color: #33353e !important;
	box-sizing: border-box;
	left: 0;
	margin-top: 10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: scale(.75) translateY(-21px);
	transform-origin: 50% 0 0;
	transition: all .2s cubic-bezier(.5,0,0,1.25) 0s,opacity .15s ease-out 0s;
	width: 100%;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent;
}


.catg-1 .list button {
	font-family: font-2;
	background:#fff;
	font-size: 13px;
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 25px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s ease 0s;
	border: 0;
	width: 50%;
	floaT: left;
	position:relative;
}


.nice-select button {
	color:#949498;
	font-family: font-2;
	position:relative;
	cursor: pointer;
	font-weight: 400;
	line-height: 32px;
	list-style: none;
	min-height: 20px;
	outline: 0;
	padding-left: 13px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s ease 0s;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


.film-bilgileri  .left-meta .rating {
	color: #ffc107;
	display: inline-block;
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 5px;
}

.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: 18px;
}

.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;
}

.film-bilgileri .movies-data .info .film, .film-bilgileri .movies-data .info h1.film {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	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: #6d7080;
	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: #6d7080;
	font-size: 14px;
	letter-spacing: -0.3px;
	font-weight: 400;
	margin-right: 10px;
}

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

.film-bilgileri .movies-data .info ul li span a {
	color: #ffc107;
	text-decoration: underline;
}

.film-bilgileri .movies-data .rating {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #22242B;
	padding-bottom: 18px;
}

.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;
	min-width: 70px;
	margin-right: 10px;
	color: #6d7080;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight: 400;
}

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

.film-bilgileri .movies-data .category a {
	float: left;
	border-radius: 4px;
	color: #fff !important;
	font-size: 13px;
	line-height: 30px;
	background-color: #1d1c21;
	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: linear-gradient(45deg,#8800CD 0%,#3385ea 100%);
}

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

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

.film-bilgileri .movies-data .cast a {
	font-size: 14px;
	line-height: 16px;
	color: #ffc107;
	font-weight: 400;
	text-decoration: underline;
}

.film-bilgileri .movies-data .cast a:hover {
	color: #fff;
}

.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: #6d7080;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight: 400;
}

.film-bilgileri .movies-data .description,
.film-bilgileri .description {
	width: 100%;
	text-align: justify;
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 30px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: #9b9dab;
}

.film-bilgileri .description .title,
.film-bilgileri .single-images .title {
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 22px;
	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 .more {
	color: #e4d099;
	font-size: 18px;
	margin-left: 2px;
}

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

.film-bilgileri .series-listmodal a {
	line-height: 36px;
	border-radius: 2px;
	font-size: 12px;
	color: #000;
	width: 100%;
	font-weight: 600;
	display: block;
	float: left;
	background-color: #ffc107;
	text-align: center;
	transition: .3s all;
	margin-bottom: 10px;
	text-decoration: none;
}

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

.film-bilgileri .series-listmodal a: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 #1d1c21;
	border-top: 1px solid #1d1c21;
}

.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-buttons{
	width: 10%;
	floaT: right;
	margin: 0% 0% 10px 0%;
}

.filt-col {
	width: 44%;
	floaT: left;
	margin: 0% 1% 0% 0%;
}

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

.filt-range input {
	display: none;
}

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

.filt-col input[type=button],.filt-col select,.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: 0px;
	width: 100%;
}

.filt-title {
	width: 100%;
	text-align: center;
	font-family: font-1;
	font-size: 14px;
	margin-bottom: 10px;
}



.side-bt input[type=button] {
	font-family: font-4;
	height: 45px;
	border-radius: 5px;
	color: #583408 !important;
	font-size: 16px;
	font-weight: 400;
	min-width: 100%;
	cursor: pointer;
	background: #282c35;
}

.side-bt input[type=button]:first-child,.side-bt input[type=button]:hover {
background: #ffc107;
	color: #a5591d;
}

.filt-btns input[type=button]:last-child {
	background-color: #ffc107;
	color: #000;
}

.filt-btns input[type=button]:last-child:hover {
	linear-gradient(45deg,#8800CD 0%,#3385ea 100%);
	color: #fff;
}

.radiocol input[type=radio] {
	display: none;
}

.radiocol input[type=radio]+label {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 0 0 0 28px;
}

.radiocol input[type=radio]+label:after,.radiocol input[type=radio]+label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.radiocol input[type=radio]+label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	-moz-box-shadow: inset 0 0 0 18px #ddd;
	-webkit-box-shadow: inset 0 0 0 18px #ddd;
	box-shadow: inset 0 0 0 18px #ddd;
}

.radiocol input[type=radio]+label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255,255,255,.3);
	-moz-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
}

.radiocol input[type=radio]:checked+label:before {
	-moz-box-shadow: inset 0 0 0 4px #3394e6;
	-webkit-box-shadow: inset 0 0 0 4px #3394e6;
	box-shadow: inset 0 0 0 4px #3394e6;
}

.radiocol input[type=radio]:checked+label:after {
	-moz-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}

.clouds_large,.clouds_medium,.clouds_small,.clouds_xlarge,.clouds_xsmall,.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;
}

.clouds_large:hover,.clouds_medium:hover,.clouds_small:hover,.clouds_xlarge:hover,.clouds_xsmall:hover,.list-select ul li:hover {
	background-color: #7ed321;
}

.clouds_large:hover a,.clouds_medium:hover a,.clouds_small:hover a,.clouds_xlarge:hover a,.clouds_xsmall:hover a,.list-select ul li:hover a {
	color: #fff;
}

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

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

.heading-con {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.heading-con h1, .head-title {
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #fff;
	text-transform: capitalize !important;
	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(255,255,255,0.60);
}

.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;
}





.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-dots {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.owl-dots {
    margin-top: 10px;
    text-align: center;
}

.owl-dots .owl-dot, .owl-dots .owl-buttons div {
    cursor: pointer;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-dots .owl-dot span {
    background: #5a626c;
    background-color: #5a626c;
}

.owl-dots .owl-dot.active span, .owl-dots.clickable .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ff1151;
    background-color: #ff1151;
}

.irs,.irs-line {
    position: relative;
    display: block;
}

.irs,.irs-bar,.irs-bar-edge,.irs-line {
    display: block;
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


