.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
}

.table-responsive
{
    overflow-x: auto;
}

ol.gomovie.breadcrumb {
    list-style: none;
    display: inline-block;
}

.movie-widget{
    padding: 5px;
}

.movie-widget li{
    list-style: none;
}

.widget-description{
    margin: 0 0 0 130px;
}

.movie-titlebold{
    font-weight :600;
}

.widget-rating{
    font-size: 11px;
    color: #999999;
}

.clearfix {
    overflow: auto;
}

ul.newmovie-list {
    list-style: none;
    padding-left:0 !important;
    margin-left:0 !important;
}
/* btn */
.genrebtn {
     -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-size: 12px;
  padding: 4px 12px 4px 12px;
  border: solid #363738 3px;
  text-decoration: none;
  margin: 2px 5px;
}
.genrebtn:hover {
  text-decoration: none;
}
/* btn */

/* tombol */
.tv_right_b_one {
    width: 100%;
    margin-top: 20px;
    clear: both;
  

  overflow: hidden;
}
.tv_r_b_o_left {
    float: left;
    color: #FFF !important;
    background: #ff7700 none repeat scroll 0 0;
    border-color: currentcolor currentcolor #D86701;
}

.tv_r_b_o_left:hover {
    color: #fefefe;
}
.tv_right_b_one .tv_r_b_o_right {
    float: right;
    color: #FFF !important;
background: #18a7ed none repeat scroll 0 0;
    border-color: currentcolor currentcolor #148dc7;
}
.tv_right_b_one a i {
    margin-right: 8px;
}
.tv_right_b_one a 

{
    border-radius: 10px;
    -moz-border-radius: 10px;
    height: 75px;
    width: 48%;
    line-height: 75px;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
  -moz-border-top-colors: none;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 7px;
}
.tv_right_b_one a:hover, .tv_right_b_one a:focus {
    text-decoration: none;
    color: #f2f2f2;
}
.tv_right_b_one:after {
    clear: both;
}

.tv_right_b_one a .fa {
    color: #fff !important;
}

.btnreg {
background:    #66c23d;
background:    -webkit-linear-gradient(#66c23d, #5ca83a);
background:    linear-gradient(#66c23d, #5ca83a);
border-radius: 5px;
box-shadow:    0 3px #4d8834;
padding:       12px 20px;
color:         #ffffff !important;
display:       inline-block;
font:          normal 700 20px/1 "Roboto", sans-serif;
text-align:    center;
text-shadow:   none;
margin-bottom: 8px;
}
.btnreg:hover {
text-decoration: none;
color: #fefefe;
}
/* end 

tombol */ 

/* tvbox */
.tv .tv_box{
    width:100%;
    overflow:hidden;
}
.tv .tv_box .video_box{
    float:left;
    height:430px;
    width:70%;
    margin-bottom:10px;
    border:5px solid #FFF;
    box-sizing:border-box;
    position:relative;
}
.tv .tv_box .video_box .vb_pop{
    background-color:rgba(0,0,0,0.6);
    bottom:0;
    color:#fff;
    font-size:14px;
    padding:15px;
    position:absolute;
    width:100%;
    box-sizing:border-box;
    display:block;
}
.tv .tv_box .video_box .vb_pop .vbp_text{
    font-size:14px;
    line-height:40px;
    color:#FFF;
    float:left;
    display:block;
}
.tv .tv_box .video_box .vb_pop .vbp_btn{
    background-color:#f69f1a;
    border-radius:5px;
    color:#FFF;
    float:right;
    font-size:16px;
    font-weight:bold;
    height:40px;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
    line-height:40px;
}
.tv .tv_box .video_box .vb_pop .vbp_close{
    background-image:url(../images/video_close.png);
    height:30px;
    width:30px;
    position:absolute;
    top:-30px;
    right:0px;
}
.tv .tv_box .video_list{
    width:30%;
    float:right;
    height:430px;
    overflow:hidden;
    border:2px solid #FFF;
    box-sizing:border-box;
}
.tv .tv_box .video_list .vl_title{
    font-size:18px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    background-color:#222;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#555;
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
}
.tv .tv_box .video_list .vl_line{
    border-bottom:1px dotted #666;
    color:#333;
    display:block;
    transition:all 0.178s ease 0s;
    width:100%;
    box-sizing:border-box;
    font-size:16px;
    padding:10px;
    line-height:30px;
}
.tv .tv_box .video_list .vl_line i{
    font-weight:bold;
}
.tv .tv_box .video_list .vl_line:hover{
    background-color:#444;
    color: #fff;
}
.tv .tv_box .video_list .vl_line span{
    color:#FFF;
    display:block;
    font-size:14px;
    line-height:30px;
    background-color:#f69f1a;
    padding-right:10px;
    padding-left:10px;
    float:right;
}
.tv .tv_box .video_list .vl_line:hover span{
    background-color:#ff7700;
}
.tv .tv_box .avpn{
    display:table;
    width:100%;
}
.tv .tv_box .avpn img{
    width:100%;
}
.tv .tv_box_banner{
    text-align:center;
    display:inline-block;
    width:100%;
}
.tv .tv_box_banner img{
    vertical-align:middle;
    width:100%;
}


/* nn */
.cposter {
        position: absolute;
        width: 100%;
        height: 100%;
top: 100px;
left: 70px;
        display: block;
        z-index: 999;
}
.cposter i {
   color: #28beff;
}
.cposter i:hover {
    color: #0973a2;
}
.form-control input[type="password"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.items .item
{
	width:18%;
	margin-left:1.5%;
	margin-bottom:1.5%;
	float:left;
	position:relative
}
.items .item .boxinfo
{
	display:none;
	position:absolute;
	top:-1px;
	z-index:2;
	width:290px;
	right:-301px;
	min-height:194px;
	background-color:#39404D;
	border:1px solid #1E222B;
	border-radius:2px;
	box-shadow:0 0 9px 2px rgba(0,0,0,.1)
}
.items .item .left
{
	right:-301px!important
}
.items .item .right
{
	left:-301px!important
}
.items .item .boxinfo .typepost
{
	position:absolute;
	bottom:0;
	right:0;
	padding:25.7px 0;
	color:#00A0FF;
	background-color:#000;
	text-align:center;
	width:55px;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:600;
	border-top:solid 1px #000;
	margin-top:1px
}
.items .item .boxinfo span.tt
{
	font-size:14px;
	padding:10px;
	float:left;
	width:271px;
	border-bottom:solid 1px #262B36;
	overflow:hidden;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:600;
	color:#FFF
}
.items .item .right span.tt
{
	text-align:right
}
.items .item .boxinfo span.ttx
{
	padding:10px;
	float:left;
	width:271px;
	height:75px;
	overflow:hidden;
	color:#757C89;
	font-size:13px;
	line-height:17px;
	position:relative
}
.items .item .boxinfo span.ttx .degradado
{
	position:absolute;
	width:290px;
	height:50px;
	bottom:0;
	left:0;
	background-color:transparent;
	background-image:-moz-linear-gradient(rgba(0,0,0,0),#fff);
	background-image:-webkit-linear-gradient(rgba(0,0,0,0),#fff);
	background-image:linear-gradient(rgba(0,0,0,0),#39404D);
	background-repeat:repeat-x
}
.cocs
{
	padding:12px 10px 0;
	width:270px!important;
	border-top:solid 1px #262B36;
	margin-top:0!important
}
.cocs span.imdbs
{
	background:#000!important
}
.items .item:hover>.boxinfo
{
	display:block;
	-webkit-animation:fadeIn .5s;
	-moz-animation:fadeIn .5s;
	animation:fadeIn .5s
}
.items .item .image
{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:140%;
	background:#000
}
.items .item .image span.imdb
{
	display:block;
	position:absolute;
	bottom:2%;
	right:2%;
	font-size:12px;
	background:rgba(0,0,0,.9);
	padding:2px 5px;
	color:rgba(255,255,255,.9);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.items .item .image span.tipoitem
{
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	font-size:12px;
	background:#000;
	padding:2px 5px;
	color:rgba(255,255,255,1)
}
.items .item .image:hover>span.imdb
{
	display:none
}
.items .item .image:hover>span.tipoitem
{
	display:block
}
.items .item .image span.imdb b
{
	font-size:12px;
	color:#159FFF
}
.items .item .image span.player
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	transition:none;
	z-index:1
}
.items .item .image span.player:hover
{
	background:url(../img/play_hover.png) 50% 50% no-repeat
}
.items .item .image:hover>img
{
	-webkit-filter:blur(1px) brightness(.99)
}
.items .item .image img
{
	width:100%;
	margin-top:-140%;
	position:absolute
}
.items .item h2
{
	float:left;
	font-size:15px;
	font-weight:300;
	width:100%;
	height:17px;
	overflow:hidden;
	margin-top:7px;
	color:#7A8293
}
.items .item h2 a
{
	color:#111
}
.items .item span.year
{
	float:left;
	font-size:12px;
	color:#646B79;
	text-decoration:none;
	margin-top:3px
}

.col-item .photo img {
    height: 177px;
    margin: 0 auto;
    width: 100%;
}


	#contenedor .description .box_item .lateral
{
	width:200px;
	float:left;
	padding:15px 0
}


.data p.meta,.data span.titulo_o
{
	width:100%;
	float:left
}
.data h1
{
	font-size:22px;
	line-height:30px;
	font-weight:300;
	overflow:hidden
}
.data span.titulo_o
{
	font-size:11px;
	margin-bottom:10px;
}
.data p.meta i
{
	font-style:normal
}
.data p.meta span.release
{
	padding:1px 5px;
	margin:1px;
	border:1px solid #fff;
	font-size:11px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#449D44;
	color:#fff;
}

span.genres
{
	padding:1px 5px;
	margin:1px;
	border:1px solid #fff;
	font-size:11px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#EC971F;
	color:#fff;
}


.data p.meta span a
{
	color:#fff;
}
.data p.meta a
{
	color:#FFF
}
	#single .s_right
{
	width:300px;
	position:absolute;
	right:0;
	top:0
}
	#single .s_right .categorias,#single .s_right .filtro_y
{
	width:90%;
	padding:5%;
	background:#262B36;
	margin-bottom:15px
}
.imdb_r
{
	float:left;
	width:100%;
	margin:15px 0
}
.imdb_r .a
{
	float:left;
	width:45px;
	position:absolute
}
.imdb_r .a span
{
	background-color:#000;
	border-radius:3px;
	color:#FFF;
	font-size:24px;
	font-weight:700;
	text-align:center;
	width:45px;
	display:inline-block;
	vertical-align:top
}
.imdb_r .b
{
	float:left;
	width:calc(100% - 60px);
	margin-left:53px;
	margin-top:3px
}
.moviebar
{
	overflow:hidden;
	width:130px;
	font-size:0;
	height:13px;
	background:url(../img/star-rating-sprite_dark.png)
}
.moviebar span
{
	float:left;
	display:block;
	height:13px;
	background:url(../img/star-rating-sprite_dark.png) 0 -13px
}
.imdb_r .b span.dato
{
	font-size:12px;
	color:#999
}
.imdb_r .b span.dato b
{
	font-weight:300;
	margin-right:5px;
	color:#7A8287
}
	p.meta_dd
{
	float:left;
	width:calc(100% - 30px);
	margin-bottom:6px;
	padding-bottom:7px;
	position:relative;
	padding-left:30px;
	line-height:20px;
	color:#9198AB
}
	p.meta_dd b
{
	background:#000;
	padding:4px 0;
	margin-right:5px;
	color:#7A8293;
	position:absolute;
	top:0;
	left:0;
	width:22px;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
	p.meta_dd a
{
	color:#FFF
}
	p.meta_dd:last-child
{
	border-bottom:0
}

.item_2 .item
{
	width:99%;
	margin:0 0 15px;
	padding-bottom:15px;
	border-bottom:solid 1px #ddd;
}
.item_2 .item .image
{
	width:20%;
	height:auto;
	padding-top:0;
	position:relative;
	float:left;
	background-color:transparent
}
.item_2 .item .image img
{
	margin-top:0;
	position:relative;
	border-radius:3px
}
.item_2 .item .data
{
	width:75%;
	margin-left:5%;
	float:left
}
.item_2 .item .data h1
{
	line-height:30px;
	font-weight:300;
	padding-bottom:5px;
	margin-bottom:0;
	border-bottom:0;
	font-size:20px;
	overflow:hidden
}
.item_2 .item .data .description
{
	width:100%;
	float:left;
	padding-top:10px;
	overflow:hidden;
	position:relative
}

.item_2 .item .data .description p
{
	line-height:20px;
	font-size:15px;
	color:#797D86
}
.item_2 .item .data .imdb_r .a span
{
	background-color:#C9302C;
}
.item_2 .item:last-child
{
	border-bottom:0
}

.text-center, .modal-header h4 {
    text-align: center;
    
}
.modal-header h4 {
    color:#fff;
    font-size: 28px;
    
}
p.popdesc {
    font-size: 20px;
    color: #444;
}

.modal-header.bg-info {
    background:  #294249;
}
/* default */
.iklan img,
.iklan iframe{
        max-width: 100%;
}
.clickable {
        cursor: pointer;
}
.modal-body {
        background: #f5f5f5;
}
.movie-cover {
        position:relative;
        margin-bottom: 20px;
}
.movie-cover a{
        color:#fff;
}
.movie-cover .caption {
        position:absolute;
        top:0;
        right:0;
        background: rgba(8, 8, 8, 0.75);
        width:100%;
        height:100%;
        padding:2%;
        display: none;
        color:#fff !important;
        z-index:2;
        padding: 15px;
        font-size: 11px;
}
.movie-cover h2{
        font-size: 16px;
        color:#fff;
        font-weight: bold;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.similar {
    height: 200px;
}



.pull-right.text-sm {
    font-size: 11px;
    font-weight: normal;
}

.flex_short-portrait {
    height: 240px;
}

/* CUSTOM PLAYER AREA
---------------------------- */
.vcontainer {
        margin: 0 auto 25px auto;
        position: relative;

        width: 100%;
        background-color: #333;
}
#streaming {
        width: 100%;
  
        z-index: 800;
        cursor: pointer;
        
}
.marquee {
        color: #70E847;
        padding: 5px 0;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        border-top: 1px rgb(84, 86, 84) solid;
        border-bottom: 1px rgb(84, 86, 84) solid;
}
.marquee span {
        display: inline-block;
        padding-left: 100%;
        text-indent: 0;
        animation: marquee 15s linear infinite;
}
.marquee span:hover {
        animation-play-state: paused
}
.img-backdrop {
        width: 100%;
        height: auto;
     
}
/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.mpaa {
        font-weight: bold;
        border: 2px solid #ccc;
        padding: 0 5px;
        color: #ccc;
        font-size: 10pt;
        border-radius: 5px;
        position: absolute;
        z-index: 800;
        top: 15px;
        left: 15px;
}
.watermark {
        position: absolute;
        bottom: 40px;
        left: 15px;
        font-size: 16px;
        opacity: 0.35;
        z-index: 800;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: moz-none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        color:#ffffff;
        text-shadow: 1px 1px 1px #666;
}
.play-button {
        position: absolute;
        width: 100%;
        height: calc(100% - 30px);
        top: 0;
        left: 0;
        display: block;
        z-index: 3;
}

.play-button .fa {
 color: #09deec;
}
.player-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        background: #000 url('../img/player-loading.gif') center center no-repeat;
        visibility: visible;
}
.cpause .fa {
        display:inline;
}

.play-button .fa {
        display:table;
        width:100%;
        height:100%;
        text-align:center;
        visibility:hidden;
}
.play-button .fa:before{
        display:table-cell;
        vertical-align:middle;
        font-size:80px;
         color: #09deec;
         opacity: 0.9;
}
.play-button .fa:before:hover{
         color: #f9f9f9;
         opacity: 0.9;
}
.play-button:hover > .fa:before{
        color:#c00;
        text-shadow:0 1px 2px rgba(0,0,0,.5);
        cursor:pointer;
}
#controls { 
        width:100%; 
        padding:0px; 
        margin:0;
        bottom:0; 
        cursor: pointer; 
        color: #fff; 
        opacity: 0.8;
        margin-top:-22px;
}
.control-wrap { 
        width:100%; 
        height:30px; 
        background-color:#111; 
        /* background-color:rgba(0,0,0,.8); */
        position:relative; 
}
.show {
 
}
.cplay, .cvolu, .cset, .cfull { 
        margin:8px; 
        height:16px; 
        width:24px; 
        display:inline-block; 
        float:left; 
        background-image:url(../img/sprite.png); 
        background-repeat:no-repeat; 
        position:relative; 
        opacity:0.8; 
}
.cplay { 
        background-position:0 -120px; 
}
.cplay:hover { 
        background-position:0 -136px; 
        opacity:1; 
}
.cvolu { 
        width:auto; 
        background:none; 
}
.movieprogress {
    background: #000 none repeat scroll 0 0;
    display: block;
    margin: 0 100px 0 180px;
    position: relative;
    top: 7px;
}
.buffering {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 20px;
    position: relative;
    width: 100%;
}
.progressbar {
    background: #2ccf0b none repeat scroll 0 0;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 1;
}
.buffering::after{
        content:'';
        opacity:0;
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background: #2A2A2A;
        -webkit-animation: animate-shine 200s ease-in;
        -moz-animation: animate-shine 200s ease-in;
        animation: animate-shine 200s ease-in;
}
@-webkit-keyframes animate-shine{0%{opacity:1;width:0;}50%{opacity:1;}100%{opacity:1;width:100%;}}
@-moz-keyframes animate-shine{0%{opacity:1;width:0;}50%{opacity: 1;}100%{opacity:1;width:100%;}}
@-webkit-keyframes animate-movieprogress{0%{opacity:1;width:0;}50%{opacity:1;}100%{opacity:1;width:100%;}}
@-moz-keyframes animate-movieprogress{0%{opacity:1;width:0;}50%{opacity: 1;}100%{opacity:1;width:100%;}}
.cvol { 
        height:16px; 
        width:24px; 
        display:inline-block; 
        float:left; 
        background-image:url(../img/sprite.png); 
        background-repeat:no-repeat; 
        background-position:0 -86px; 
}
#ivol.ui-slider-horizontal { 
        height:7px; 
        width:0; 
        overflow:hidden; 
        background:#999; 
        position:relative; 
        top:4px; 
        margin-left:30px; 
        box-shadow:inset 0 1px 5px -1px #000;
}
.cvolu:hover > #ivol.ui-slider-horizontal { 
        width:100px; 
        overflow:visible; 
}
#ivol .ui-widget-header { 
        background:#c00; 
        box-shadow: inset 0 1px 5px -1px #000; 
        height:7px; 
}
#ivol .ui-slider .ui-slider-range { 
        position:absolute; 
        z-index:1; 
        font-size:.7em; 
        display:block; 
        border:0; 
}
#ivol .ui-slider-horizontal .ui-slider-range { 
        top:0; height:100%; 
}
#ivol .ui-slider-handle { 
        width:5px; 
        height:14px; 
        background:#ccc; 
        display:inline-block; 
        position:relative; 
        top:-10px; 
        outline:none; 
}
.ctime { 
        margin:8px 20px 8px 8px; 
        line-height:16px; 
        font-size: 11px;
        display:inline-block; 
        float:left; 
}
.cset { 
        background-position:0 -152px; 
        float:right; 
        top: -18px;    
}
.chade { 
        height:10px; 
        width:15px; 
        display:inline-block; 
        background:transparent url(../img/sprite.png) -24px -55px no-repeat; 
        position:absolute; 
        top:-3px; 
        right:-3px; 
}
.cfull { 
        background-position:-24px -88px; float:right; 
        top: -18px;
}
.poster-left img:hover {
        visibility: visible;
        opacity: 0.5;
        -moz-opacity: 1;
        -ms-opacity: 1;
        filter:alpha(opacity=100);
        cursor:pointer;
}
#information .movie-rating-stars {
        padding: 5px;
}

#information .movie-rating {
        padding: 5px;
        font-size: 13px;
}
.similar {
        margin-bottom: 10px;
}
.similar-description {
    margin-top: -20px;
}

#similar .similar-title a {
        font-size: 15px;
        color: #444;
        display: block;    
        white-space: nowrap;    
        text-overflow: ellipsis;    
        overflow: hidden;
}
#similar .similar-image img:hover {
        visibility: visible;
        opacity: 0.5;
        -moz-opacity: 1;
        -ms-opacity: 1;
        filter:alpha(opacity=100);
}
#similar .similar-image img{
    max-height: 280px;
}
#similar .similar-rating {
        font-size:13px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
#mobisearch {
    display: none;
    margin-bottom: 15px;
}
@media (max-width: 800px) and (min-width: 394px) {
    #mobisearch {
        display: block!important;
    }
}
@media (max-width: 394px) and (min-width: 200px) {
    #mobisearch {
        display: block!important;
    }
}
@media (min-width: 768px) {
        .col-same-height .thumbnail img {
                min-height: 300px;
                max-height: 300px;
                width: 100%;
        }
}
@media (min-width: 600px) {
        .col-same-height .thumbnail img {
                min-height: 300px;
                max-height: 300px;
                width: 100%;
        }
        .movie-grid {
            height: 100px;
        }


}
@media (max-width: 1200px ) {
        .col-same-height {
                width: 33%;
        }
        .col-same-height .thumbnail img {
                min-height: 280px;
                max-height: 280px;
                width: 100%;
        }

        .movies-container{
            width: 980px;
        }



}

@media (max-width: 768px) {
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                color: #fff;
        }
        .col-same-height {
                width: 50%;
        }
        .marquee {
                display: none;
        }
}
@media (max-width: 600px) {
        #information .media-body {
                width: 100%;
                float: left;
        }

        .similar-image{
            margin-bottom: 5px;
        }
}
@media (max-width: 350px) {
        .movie-cover h2{
                font-size: 12px;
        }
        .movie-rating-stars {
                display: none;
        }
        .col-same-height {
                width: 100%;
        }
        .item_2 .item .image{
            width: 100%;
        }
}

.td-nowrap
{
  word-wrap:break-word;
  vertical-align:top;
}

div.media-body table{
    table-layout: fixed;
}

table {
        background-color: #181818;
}
.table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #181818;
}
.table-striped.hitam>tbody>tr {
        background-color: #222;
}
.table-striped.hitam>tbody>tr:nth-of-type(even) {
        background-color: #181818;
}
.table-striped.hitam>tbody>tr:nth-of-type(odd) {
        background-color: #222;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        border-top: 1px solid #282828;
}
.nowrap {
        display: block;            
        overflow: hidden;
}

.margintop {
 margin-top: 25px;   
padding-top: 25px;
}
.space30 {
 height: 30px !important;   
display: block;
}

/* pop */
#btn-offer a:hover,#btn-offer a {
    text-decoration: none;
}
.nregister .fa {
    color: #FCD821;
}
	.play-movie1 {
 height: 100%;
     position: absolute;
     top: 0;
     width: 100%;
	}
.nregister .brand-logo {
		height: 35px!important;
		width: inherit!important;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.information-offer {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.6em;
		margin: 0 0 20px 0;
	}
	.nregister {
		line-height: 1;
		font-weight: normal;
		text-align: center;
		color: #fff;
		font-weight: bold;
		z-index: 9999;
		position: inherit;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	margin: 20% 0 0 0;
	}

