.mobile {
    display: none;
}
.desktop {
    display: block;
}
html {
	height: 100%;
}
body {
	background-color: #000000;
	height: 100%;
	display: flex;
}
#contenedor {
	max-width: 100%;
	margin: 78px auto 0;
	height: 100%;
}
header.main .hbox, footer.main .fbox {
	max-width: 100%;
}
header.main {
	height: 78px;
	padding: 3px 15px 0px 15px;
}

.big-carousel .owl-item {
	position: relative;
}
.big-carousel .poster img {
	max-width: 100%;
}
.big-carousel .dfeatur h3 a {
	position: absolute;
	bottom: 10%;
	color: white;
	font-size: 4vw;
	left: 45px;
	text-shadow: 1px 1px 5px black;
	max-width: 40%;
}
.big-carousel .dfeatur span {
	position: absolute;
	top: -2vw;
	color: white;
	font-size: 2vw;
	text-shadow: 0px 0px 10px black;
	font-weight: bold;
}
.big-carousel {
	height: calc(100% - 150px);
}

#featured-home,
.owl-wrapper-outer,
.owl-wrapper,
.big-carousel .owl-item,
.big-carousel .owl-item article {
    height: 100%;
}
.shadow {
	/* Permalink - use to edit and share this gradient. Permalink - gunakan untuk mengedit dan membagikan gradien ini: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 0;
}
.big-carousel .dfeatur button.play {
	width: 195px;
	height: 60px;
	font-size: 23px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.big-carousel .dfeatur button.info {
	width: 195px;
	height: 60px;
	font-size: 23px;
	font-weight: bold;
	cursor: pointer;
	background: #514d4e;
	border: none;
	color: white;
	border-radius: 5px;
}
button {
	background: #1e73be;
	color: white;
	padding: 9px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

.button-list a {
	flex: 25%;
	padding: 20px;
	color: white;
	background: #272f45;
	margin: 10px;
	border: 1px white;
	font-weight: bold;
	font-size: 19px;
	border-radius: 10px;
	max-width: 32%; 
	border-top: 1px solid #3b4769;
}
.button-list a::before {
	content: '→';
	margin-right: 10px;
} 
.content .custom-owl .item {
	width: 100% !important;
}
#slider-home.slider article.item {
	width: 100% !important;
}
#slider-home {
	margin: 0;
}
.module .sidebar.right {
	right: 0;
	display: none;
}
.desc_category h1 {
	padding: 21px;
	font-size: 18px;
	color: white;
}
.slider article.item .image {
	border-radius: 15px;
}
.content {
	float: left;
	padding: 40px;
}
.content h1 {
	text-align: left;
	font-size: 25px;
	color: white;
	margin-bottom: 20px;
}
.content h2, 
.content h3 {
	text-align: left;
	font-size: 22px;
	color: white;
	margin-bottom: 20px;
}
.content p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 21px;
}
.content {
	float: left;
	padding: 30px;
	background: #0a0d14;
	border: solid 1px rgba(255,255,255,.1);
}
.module .content .items .item .data h3 {
	text-align: left;
}
.sheader .data h1 {
	text-align: left !important;
}
#comments {
	display: none;
}

table td {
	border: 1px solid white;
	padding: 10px;
}
ol, ul {
	margin-bottom: 30px;
	text-align: left;
}
li {
	margin-bottom: 12px;
	font-size: 16px;
}
.headitems {
	width: 240px !important;
}
header.main .hbox .search {
	float: right !important;
}
#float_ads_bottom {
	position: fixed;
	bottom: 0;
	margin-left: -272px;
	left: 50%;
}
.hideAds {
	position: absolute;
	left: 50%;
	top: 9px;
	background: #222343;
	padding: 12px;
	color: white;
	margin-left: -31px;
}
#float_ads_bottom {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-left: 0;
	text-align: center;
}

@media screen and (max-width: 1023px) {
    .content h1,
    .content h2, 
    .content h3 {
    	text-align: center;
    }
    .content.non-app {
    	margin-top: -58px;
    	padding-top: 30px;
    }
    .content p {
    	font-size: 16px;
    	margin-bottom: 10px;
    	text-align: justify;
    	line-height: 21px;
    }
    table {
    	width: 100%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }    
    #contenedor {
    	max-width: 100%;
    	margin: 56px auto 0;
    	height: 100%;
    }  
    .big-carousel {
    	height: auto;
    }
    #featured-home,
    .owl-wrapper-outer,
    .owl-wrapper,
    .big-carousel .owl-item,
    .big-carousel .owl-item article {
        height: auto;
    }
    .big-carousel .dfeatur h3 a {
    	max-width: 100%;
    	font-size: 7vw;
    	width: 100%;
    	left: 19px;
    }
    .big-carousel .dfeatur span {
    	top: -3vw;
    	font-size: 4vw;
    }
    .big-carousel .dfeatur button.play {
    	width: 115px;
    	height: 45px;
    	font-size: 20px;
    	font-weight: bold;
    	cursor: pointer;
    	border-radius: 5px;
    	margin-top: 10px;
    }
    .big-carousel .dfeatur button.info {
    	display: none;
    }
    #slider-movies {
    	margin-top: 0;
    }
    #slider-movies article.item {
    	width: 100%;
    	padding: 0;
    }
    .download.mobile {
		padding: 25px 10px 0px 0px;
		float: left;
		background: #070c12;
	}
    .download.mobile img {
    	width: 100px;
    	float: left;
    }
    .download.mobile span {
    	color: white;
    	font-size: 23px;
    	font-weight: bold;
    	margin-left: 15px;
    	display: inline-block;
    	width: calc(100% - 120px);
    	text-transform: capitalize;
    }
    .download.mobile span button {
    	margin-top: 7px;
    }
    #slider-home.slider article.item {
    	padding: 0;
    }
    #float_nav {
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	background: #272f45;
    	padding: 12px 0 10px;
    	border-top: 1px solid #3b4769;
    }
    #float_nav a {
    	width: 25%;
    	display: block;
    	float: left;
    	text-align: center;
    	color: white;
    }
    #float_nav a i {
    	display: block;
    	margin-bottom: 7px;
    }
    #slider-home.slider article.item {
    	width: 100% !important;
    	height: auto;
    }
    .slider article.item .image {
    	background-color: #000;
    	height: 100%;
    	padding: 18px;
    	text-align: center;
    }
    .slider article.item .image img {
    	height: auto;
    	position: relative;
    	border-radius: 20px;
    	width: 100%;
    	margin: auto 0;
    	box-shadow: 0 0 30px black;
    	border: 1px solid #5b5b5b;
    }
    .mobile.play button {
    	width: calc(50% - 10px);
    	background: #1e73be;
    	color: white;
    	font-size: 19px;
    	font-weight: bold;
    	float: left;
    	padding: 16px 0;
    	left: 50%;
    	position: relative;
    	margin-left: -89px;
    	margin-top: -50px;
    }
    .mobile.poster_mobile {
    	margin-bottom: 16px;
    }
    .mobile.play button i, .mobile.play button span {
    	font-size: 13px;
    	position: relative;
    	top: -2px;
    }
    .mobile.play button.left {
    	margin-right: 10px;
    }
    .button-list a {
    	flex: 50%;
    	padding: 20px 10px;
    	margin: 5px;
    	max-width: 100%; 
    }
    .single-page h1.head {
    	text-align: center;
    }
    .module {
    	padding-bottom: 200px;
    }
    #midasxxi_android .download.mobile,
    #midasxxi_ios .download.mobile {
        display: none;
    }
    .slider_cover {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-size: cover;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
    }
    .slider_blur {
    	/*backdrop-filter: sepia(90%);*/
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    }
    .archive .slider article.item .image {
    	width: 100%;
    	position: relative;
    	overflow: hidden;
    	margin: 0;
    	padding: 0;
    }
    .archive .slider article.item .image img {
    	border: none;
    	border-radius: 0;
    }
    .module .content, .module .sidebar {
    	padding: 5px;
    }
    .content p {
    	font-size: 16px;
    	margin-bottom: 10px;
    	text-align: justify;
    }
    .content {
    	padding-top: 0;
    }
	.slider article.item .image {
		border-radius: 0;
	}
	#float_ads_bottom {
    	position: fixed;
    	width: 100%;
    	height: auto;
    	bottom: 54px;
    	left: 0;
    	margin-left: 0;
    }
	.hideAds {
    	position: absolute;
    	left: 50%;
    	top: 9px;
    	background: #222343;
    	padding: 12px;
    	color: white;
    	margin-left: -31px;
    }
    .pagination {
    	display: block;
    }
    .pagination span, .pagination a {
    	display: none;
    }
    .pagination span:nth-child(1) {
    	display: block;
    	text-align: center;
    	width: 100%;
    	padding: 0;
    	margin: 0 0 25px 0;
    	color: white;
    	font-size: 16px;
    }
    .resppages a {
    	background: #1e73be;
    	color: #fff;
    	border: 1px solid #207ed1;
    	float: left;
    	padding: 15px;
    	border-radius: 87px;
    }
    
}
  


