/*
	Theme Name: Putih Bersih
	Theme URI: https://karismaid.com/product/putihbersih-themes/
	Description: karisma Wallpaper WordPress Theme
	Version: 1.1.2
	Author: Amri Karisma (@amrikarisma)
	Author URI: http://amrikarisma.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: two-columns, right-sidebar, grid-layout, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, entertainment, food-and-drink, holiday, photography, portfolio
	Text Domain: karisma_text_domain
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#de3723;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input {
}
input[type=search] {
	border-radius: 0;
    letter-spacing: 1px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-appearance: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	line-height: 1.7em;
}
textarea {
	width: 824px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
p img {
    max-width: 100%;
    height: auto;
}
h2 {
    font-size: 1.5em;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.container {
	margin: 0 auto 0 auto;
}
.col-md-4, .col-md-9, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
/* header */
.header {

}

#searchsubmit.btn {
	background-color: #181818;
	color: #fff;
	border-radius: 0;
    letter-spacing: 1px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#searchsubmit.btn:hover {
	background-color: #de3723;
	color: #fff;
}
/* logo */
.logo-wrap {
	max-width: 200px;
}
.logo {

}
.logo-img, .custom-logo {
	height: 50px;
	width: 100%;
}
/* nav */
nav.navbar.navbar {
    border-bottom: 1px solid #d9d9d9;
}
.navbar-nav li a {
	color: #000;
}
.navbar-nav li a:hover {
	color:#de3723;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:active {
	background-color: #fff;
}
.dropdown-menu>li>a {
	padding: 10px;
}

/* sidebar */
.sidebar {
    margin-bottom: 15px;
}
.widget ul {
    padding-left: 0;
    margin: -10px 0px 0px 12px;
}
.widget li {

	padding: 5px 0px;
}
.widget-title {
	padding: 0px 0px 10px;
	word-wrap: break-word;
	border-bottom: 3px solid #222;
	text-align: center;
}


/*
* Comment list
*/
input#comment-submit {text-transform:uppercase;border:none;padding:10px 12px;font-weight:bold;color:#fefefe;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
input#comment-submit:hover {background:#de3723;}
.comment-form input, 
.comment-form textarea,
.comment-form input:focus, 
.comment-form textarea:focus{border:1px solid #d9d9d9;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.comment-form .textarea-form {margin-bottom:20px;}
.alt {margin: 0;	padding: 10px;}
.commentlist {list-style:none; margin:0px 0px 0px -40px;}
.commentlist ul, 
.commentlist ul ul {list-style:none;}
.commentlist ul.children {margin:0px 0px 0px 20px;}
.commentlist li,
.commentlist li li {padding:0px 0px 0px 0px;}
.commentwrapper {position:relative;}
.author-card {position:relative;display:block;float:left;margin-bottom:20px;text-align:center;}
.comment_meta {margin-bottom:9px;font-size:12px;	}
.comment_author_link {font-size:12px;text-transform:uppercase;margin-right:6px;}
.comment-date {font-size:12px;color:#888;padding:0px 6px;text-transform:uppercase;}
.author_comment {padding:2px 5px;font-size:12px;font-weight:600;background:#222;color:#888;text-transform:uppercase;position:absolute;top:0px;right:0px;z-index:0;}
.edit_comment, 
.comment-reply {position:absolute;right:0px;bottom:0px;font-size:12px;line-height:12px;padding:4px 8px;background:#222;color:#888;text-transform:uppercase;}
.edit_comment {left:0px;right:auto;}
.edit_comment a, 
.comment-reply a {color:#888;}
.comment_data {position:relative;margin:0px 0px 20px 62px;padding:15px;}
.comment_data .fa-caret-left {font-size:24px;color:#111;text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.2);position:absolute;top:10px;left:-7px;}
.cancel-comment-reply {font-size:0.95em;margin:0px;}
h3#reply-title{font-size:16px;margin-bottom:10px;padding:0px 0px 10px 0px;}
#comment-title {font-weight:700;text-transform:uppercase;}
.comment-reply-title {margin-bottom:20px;}
a#cancel-comment-reply-link {color:#999;}
a#cancel-comment-reply-link:hover {color:#333;}

/* BANNER */
.krs-bannersingletop {margin-top:0px;margin-bottom:5px;text-align: center;max-width: 100%;border: 1px solid #666;}
.bannersinglehead,
.krs-attachmentbanner{margin-bottom:15px;text-align: center;max-width: 100%;}
.bannersinglefot{margin-top:15px;margin-bottom:15px;text-align: center;max-width: 100%;}
.krs-aftermenubanner{padding:0px;text-align: center;margin-bottom:15px;max-width: 100%;}
.krs-footerbanner {padding:0px;margin:0px 0px 20px 0px;text-align: center;max-width: 100%;}
.krssingle-bannerright {width: 160px;height: 600px;text-align: center;max-width: 100%;}
.krs-bannersingletop img, .bannersinglehead img, .krs-attachmentbanner img, .bannersinglefot img, .krs-aftermenubanner img, .krs-footerbanner img,  .krssingle-bannerright img {max-width: 100%;height: 100%;
}

/* footer */
footer.footer {
    border-top: 1px solid #d9d9d9;
}
.footer .copyright {
    position: relative;
    background: #fff;
    padding: 15px 0px;
}
.footer .copyright .footercredits{
	padding: 15px;
	color:#000;
}
.krs-footer-menu {
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.krs-footer-menu ul {
	padding: 0px;
	margin: 0px -5px;
	position: relative;
}
.krs-footer-menu ul > li {
    display: inline;
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: relative;
}
.krs-footer-menu ul > li > a {
    line-height: 9px;
    margin: 0px;
    padding: 0px 10px 0px 5px;
    text-decoration: none !important;
}
.krs-footer-menu ul > li::after {
    color: #009eda;
    content: "/";
}
.krs-footer-menu  ul > li:last-child::after {
    content: "";
}
/*------------------------------------*\
    INDEX
\*------------------------------------*/
#featured h1 {
	font-size: 24px;
}
#featured h1.krs-archive {
	color: #8e8e8e;
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.wrap-loop {
	background-color: white;
 	margin-bottom: 25px;	
}
.thumbnails {
	position: relative;
  	border: 0px solid #000;
 	overflow: hidden;
 	height: auto;
}
.thumbnails a img {
	margin-bottom: 5px;
}
.thumbnails img {
	width: 100%;
	height: 100%;

	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumbnails img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
.title-thumb {
	font-size: 14px;
	font-weight: 300;
	position: relative;
	display: block;
	height: 17px;
	margin: 10px 0;
	overflow: hidden;
	cursor: pointer;
}
/*------------------------------------*\
    LOOP
\*------------------------------------*/

.krs_desciption{
	padding-top: 10px;
	position: relative;
    border: 0px solid #333;
    overflow: hidden;

}
.krs_desciption img{
	max-width: 100%;
	height: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.krs-disclaimer {
	font-style: italic;
}

ul.meta-tags {
  }
 ul.meta-tags > li {
 	display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
 }
 ul.meta-tags > li a{
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 8px;
    text-decoration: none;
    background: #fafafa;

 }
 ul.meta-tags > li a:hover{background:#eee}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

h1.title {
	font-size: 22px;
}
h1.title a {
	color: #333;
}
h3.related {
	font-size: 22px;
	padding: 10px;
}
h4.title {
	font-size: 14px;
	float: left;
}
/*------------------------------------*\
    SHARE
\*------------------------------------*/
	
/* Disable WhatsApp button on Desktop - Tutorial link: http://karisma.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .karisma-whatsapp {
	display: none !important;
    }
}
 
.karisma-link {
    padding: 5px 10px;
    color: white;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;

    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
a.karisma-link:hover,a.karisma-link:active {
    color: white;
}
.karisma-download {
    color: #333;
}
.karisma-download:hover {
    color: #000;
	background: #00aced;
}
.karisma-twitter {
    background: #00aced;
}
 
.karisma-twitter:hover,.karisma-twitter:active {
    background: #0084b4;
}
 
.karisma-facebook {
    background: #3B5997;
}
 
.karisma-facebook:hover,.karisma-facebook:active {
    background: #2d4372;
}
 
.karisma-googleplus {
    background: #D64937;
}
 
.karisma-googleplus:hover,.karisma-googleplus:active {
    background: #b53525;
}
 
.karisma-buffer {
    background: #444;
}
 
.karisma-buffer:hover,.karisma-buffer:active {
    background: #222;
}
 
.karisma-pinterest {
    background: #bd081c;
}
 
.karisma-pinterest:hover,.karisma-pinterest:active {
    background: #bd081c;
}
 
.karisma-linkedin {
    background: #0074A1;
}
 
.karisma-linkedin:hover,.karisma-linkedin:active {
    background: #006288;
}
 
.karisma-whatsapp {
    background: #43d854;
}
 
.karisma-whatsapp:hover,.karisma-whatsapp:active {
    background: #009688;
}
 
.karisma-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.krs-social li {
    float: left;
    margin-right: 5px;
    list-style: none;
 	padding: 15px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.krs_featuredimg {
	position: relative;
  
  border: 0px solid #333;
  margin: 2%;
  overflow: hidden;
}

.krs_featuredimg img {
	width: 100%;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.krs_featuredimg img:hover { 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.col-md-4, .col-md-9, .col-lg-12 {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.navbar-brand {
    	padding-top: 8px;	
    }
	.navbar-form {
		padding-top: 0px;
	}
	#searchsubmit.btn {
    width: 100%;
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.navbar-nav>li>a {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.col-md-4, .col-md-9, .col-lg-12 {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.navbar-brand {
		padding: 15px 15px;
	}
	.navbar-form {
		padding-top: 15px;
	}
	#searchsubmit.btn {
    width: 50px;
	}
	.dropdown:hover .dropdown-menu {
	display: block;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	article img.attachment{
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	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. */
}


.button-product-add, .button-product-amazon {
    font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.btn-block {
	display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn-warning {
	color: #fff;
    background-color: #eea236;
    border-color: #eea236;
}
.btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* Player */
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.thumb{display:inline-block;background-position:50% 25%;background-size:cover}.movies-list{display:block;margin:0 -1%}.movies-list::after,.movies-list::before{content:"";opacity:0;transition:all .2s ease 0}.movies-list{float:left;height:235px;margin:1%;overflow:hidden;position:relative;width:10.5%;border-radius:6px}.movies-list{background:rgba(11,171,0,0.58);color:#fff;font-size:11px;font-weight:600;height:auto;line-height:normal;padding:4px 6px;position:absolute;right:0;top:0;border-radius:0 0 0 8px;width:auto}.movies-list{background:rgba(117,0,214,0.63)!important}.movies-list{height:100%;width:100%}img.thumb{height:auto!important;min-height:100%!important;width:100%!important}.movies-list::before{height:100%;left:0;position:absolute;top:0;width:100%;border-radius:6px}.movies-list{display:inline-block;overflow:hidden}.movies-list::before{background:rgba(0,0,0,0.6)}.movies-list:hover:after,.movies-list:hover:before{opacity:1}.movies-list{border-radius:0;color:#ebebeb;background:rgba(39,59,89,0.7);font-size:11px;font-weight:600;height:20px;line-height:normal;padding:4px 2px 4px 4px;text-align:left;float:left;display:inline-block}#mv-info{width:100%;margin-bottom:0;display:inline-block;position:relative;background-size:cover;background-repeat:no-repeat}#mv-info .mvi-content,#mv-info .mvi-cover{position:relative;width:100%}#mv-info .mvi-content .block-trailer{display:inline-block;vertical-align:text-bottom}#mv-info .mvi-content{float:left;margin-right:0;width:100%;margin-left:0;margin-top:1em}#mv-info .mvi-content .mvic-info{width:100%}#mv-info .mvi-content .mvic-info p{padding:4px;background:rgba(220,217,211,0.26);border-bottom:1px solid #cacaca;margin:4px}#mv-info .mvi-content .mvic-info{float:left;margin-right:1em;width:50%;font-size:medium}#mv-info .mvi-content .mvic-info{float:left;width:31%;font-size:medium}#mv-info .mvi-content .mvic-thumb{float:left;height:200px;margin-right:10px;width:150px;max-width:150px;margin-bottom:1em;border-radius:10px}#mv-info .mvi-content{background:#c6aa28;border:1px solid #fff;border-radius:1px;color:#1d1d1d;display:inline-block;font-size:medium;margin-left:2px;padding:0 5px}#mv-info .mvi-cover{height:400px;border-radius:5px}#mv-info .mvi-cover:hover:after{background:rgba(0,0,0,0.1);box-shadow:0 0 150px rgba(0,0,0,0.4) inset}#mv-info .mvi-cover:after,#mv-info .mvi-cover:before{content:"";position:absolute;transition:all .3s ease 0;-webkit-transition:all .3s ease 0}#mv-info .mvi-cover:after{background:rgba(0,0,0,0.3);width:100%;height:100%;top:0;left:0;border-radius:5px}#mv-info .mvi-cover:before{width:130px;height:130px;background-position:50% 25%;background-size:cover;display:inline-block;top:50%;margin-top:-65px;margin-left:-63px;left:50%;z-index:2}.btn-watch-area,.btn-watch-area .bwa-content{text-align:center;bottom:0;left:0;position:absolute}.btn-watch-area{width:100%;height:100%;top:0}.btn-watch-area .bwa-content{top:110px;right:0}.btn-watch-area .bwa-content .bwac-btn{width:100px;height:100px;color:#fff;border-radius:50%;background:no-repeat rgba(238,207,68,0.58);position:absolute;top:54%;margin-top:-120px;left:51%;margin-left:-60px;border:5px solid #fff;display:inline-block;box-shadow:0 0 40px 5px rgba(198,170,40,0.75)}.btn-watch-area .bwa-content .bwac-btn:before{content:"";width:90px;height:90px;border-radius:50%;display:inline-block;position:absolute;top:0;left:0;box-shadow:0 0 10px 0 rgba(0,0,0,0.3) inset}.btn-watch-area .bwa-content .bwac-btn:after{content:"";position:absolute;bottom:-40px;width:120px;text-align:center;left:50%;margin-left:-60px;color:#fff;font-weight:500;font-size:16px}.btn-watch-area .bwa-content .bwac-btn i{font-size:50px;position:absolute;top:20px;left:32px}.trailerz{position:absolute;cursor:pointer;display:inline-block;float:left;box-shadow:0 1px 20px 3px #d5c372;background:rgba(213,195,114,0.76);border-radius:4px;border:3px solid #fff;padding:2px 12px;top:0;left:50%;margin-left:-42px;margin-top:-143px;font-size:14px;font-weight:400;font-family:roboto;color:#fff;vertical-align:middle}.trailerz:hover{background:#c5a928}.trailerz i{color:#fff;line-height:2;margin-right:5px}#mv-info .mvi-content .mvic-btn{bottom:20px;position:absolute;right:20px;top:10px}@media screen and (max-width: 1599px){.movies-list{height:192px}}@media screen and (max-width: 1325px){.movies-list{height:176px}#mv-info .mvi-content .mvic-desc{border-right:0 none;padding-right:0;width:104%}}@media screen and (max-width: 1199px){.movies-list{height:225px;width:14.66%}#mv-info .mvi-content .mvic-desc{width:99%;padding-left:0;padding-right:0;margin-top:1em}#mv-info .mvi-content .mvic-info{margin-right:2%;width:47%;display:inline-block}#mv-info .mvi-cover{height:400px}.trailerz{margin-left:-43px;margin-top:-144px}}@media screen and (max-width: 1099px){.movies-list{height:199px}}@media screen and (max-width: 991px) and (max-width: 1199px){#mv-info .mvi-content .block-trailer{display:inline-block;vertical-align:text-bottom}}@media screen and (max-width: 991px){#mv-info .mvi-content .mvic-info{width:40%;display:inline-block;width:35%;display:inline-block}#mv-info .mvi-cover{height:350px}.trailerz{margin-left:-45px;margin-top:-126px}#mv-info .mvi-content .mvic-btn{bottom:auto;left:auto;margin:0 -1%;position:relative;right:auto;top:auto}#mv-info .mvi-content{margin-top:5px;padding-top:0}#mv-info .mvi-content .mvic-desc{float:none;margin-right:0;padding-left:0;padding-right:0;width:100%}#mv-info .mvi-content .mvic-info{display:block;width:100%}.movies-list{width:17.99%;margin:1%;height:226px}}@media screen and (max-width: 895px){.movies-list{height:204px}}@media screen and (max-width: 835px){.movies-list{height:197px}}@media screen and (max-width: 799px){#mv-info .mvi-content .mvic-info{float:left;margin-right:0;width:38%;display:inline-block;font-size:small}.btn-watch-area{position:absolute;width:100%;height:100%;text-align:center;top:50px;left:0;bottom:0}.btn-watch-area .bwa-content .bwac-btn{margin-top:-180px}#mv-info .mvi-content .mvic-info p{margin:5px}#mv-info .mvi-content .mvic-info{width:36%}#mv-info .mvi-cover{height:300px}#mv-info .mvi-content .mvic-thumb{height:200px;width:129px!important;display:inline-block}#mv-info .mvi-content .mvic-desc{padding-left:0;padding-right:0}#mv-info .mvi-content .mvic-btn{margin-bottom:10px;overflow:hidden}#mv-info .mvi-content img{width:100%}}@media screen and (max-width: 798px){.trailerz{margin-left:-44px;margin-top:-106px}.movies-list{width:17.99%;margin:1%;height:186px}}@media screen and (max-width: 768px){.trailerz{margin-left:-47px;margin-top:-112px}.movies-list{height:178px}.movies-list .mli-durasi,.movies-list .mli-rating{font-size:x-small;padding:5px 2px 2px 3px}.movies-list{font-size:x-small}}@media screen and (max-width: 692px){.movies-list{height:165px}}@media screen and (max-width: 640px){#mv-info{padding:0}#mv-info .mvi-content{font-size:x-large;margin-right:0}#mv-info .mvi-content .mvic-info{width:50%;display:inline-block;width:50%}#mv-info .mvi-content .mvic-thumb,.btn.bp-btn-subs-col{display:none}#mv-info .mvi-content .mvic-desc{padding-left:0;padding-right:0;width:100%}#mv-info .mvi-content .mvic-info{margin-top:10px;display:block;width:100%}.movies-list{height:172px;width:22.99%}}@media screen and (max-width: 550px){#mv-info .mvi-content .mvic-info{float:left;width:100%;width:100%}}@media all and (max-width: 540px){.movies-list{height:160px}}@media screen and (max-width: 520px){#mv-info .mvi-cover::before{height:70px;margin-left:-35px;margin-top:-35px;width:70px}#mv-info .mvi-cover{height:200px}.movies-list{height:200px;margin:1%;width:31.2222%}}@media screen and (max-width: 480px){.btn-watch-area{position:absolute;width:100%;height:100%;text-align:center;top:-25px;left:0;bottom:0}.btn-watch-area .bwa-content .bwac-btn i{font-size:30px;top:10px;left:17px}.btn-watch-area .bwa-content .bwac-btn{margin-top:-90px;height:60px;width:60px;margin-left:-30px}.btn-watch-area .bwa-content .bwac-btn:before{width:70px;height:70px;top:-10px;left:-10px}}@media screen and (max-width: 479px){.movies-list{height:175px}}@media screen and (max-width: 999px){#mv-info > div.mvi-content > div.content-kus{display:block}}@media screen and (max-width: 760px){#mv-info .mvi-content{margin-right:5px;padding-left:5px;padding-right:5px}#mv-info .mvi-content .block-trailer{overflow:hidden}#mv-info .mvi-content{margin-bottom:0;font-size:x-large;margin-right:0;padding-right:0}.trailerz{margin-top:-89px}#mv-info .mvi-cover{height:240px}}@media screen and (max-width: 425px){#mv-info .mvi-content{font-size:x-large}}@media screen and (max-width: 640px){.trailerz{margin-left:-48px;margin-top:-75px}#mv-info .mvi-cover{height:220px}}@media screen and (max-width: 480px){#mv-info .mvi-cover{height:160px}.trailerz{margin-left:-32px;margin-top:-72px;padding:0 4px;font-size:smaller}}@media screen and (max-width: 459px){.movies-list{height:172px}}@media screen and (max-width: 420px){.movies-list{height:152px}}@media screen and (max-width: 380px){.movies-list{height:142px}}@media screen and (max-width: 359px){.movies-list{height:190px;margin:1%;width:48%}#mv-info .mvi-content{font-size:large;margin-bottom:0!important}}@media screen and (max-width: 320px){.btn-watch-area .bwa-content .bwac-btn{margin-top:-80px;height:60px;width:60px;margin-left:-30px}.btn-watch-area .bwa-content .bwac-btn i{font-size:24px;top:12px;left:18px}.btn-watch-area .bwa-content .bwac-btn:before{top:-10px;left:-10px}#mv-info .mvi-content{font-size:large;margin-bottom:0!important}.trailerz{margin-left:-33px;margin-top:-62px}#mv-info .mvi-cover{height:155px}}@media screen and (max-width: 290px){.trailerz{display:block!important}}