#show_layout{}
#show_layout h2{
	font-size:20px;
	text-align:center;
	margin-bottom:0px !important;
}
#show_layout h2 a{
	color:#444444;
	text-decoration:none;
}
#show_layout h2 a:hover{
	color:#00a2fa;
}
#show_layout .custom_panel .panel{
	border:none;
	 border-bottom: #c5c5c5 solid thin;
}
#show_layout #embedded_tab .panel-body{
	padding: 10px !Important;
    border: none;
	margin-bottom: 15px;
}
.custom_panel{
	margin-bottom: 15px;
}
#show_layout #embedded_tab{
    border: none;
    margin-bottom: 0px;
}

#show_layout .case-cover-big{
	border:none;
}
#show_layout img.poster{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
@media ( min-width : 767px) { 
#show_layout img.poster{
	margin:0px !important;
}
}
@media ( max-width : 767px) { /* upto md */

	#show_layout div.poster{
			    /* margin: 0px !important; */
		display:block !important;
	    border-radius: 50%;
	    height: 180px !important;
	    width: 180px !important;
	    margin-left: auto;
	    background-size: contain;
	    margin-right: auto;
	    background-position: center;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	#show_layout img.poster{
		display:none;
	}
}
#show_layout #poster .panel{
	border-radius: 4px 0px 0px 4px;
	    padding: 10px;
	
}
#show_layout .custom_panel .right_tab .panel{
	margin-bottom:10px;
}


#show_layout #rating{
}
#show_layout #rating #score{
	font-size:15px;
	width:100%;
}
#show_buttons{
	width: 100%;
    text-align: center;
}
#show_buttons .button{
	width:50px;
	height:50px;
	text-align:center;
	border-radius:50%;
	padding-top: 9px;
	float:left;
	margin:15px;
}
#show_buttons .button:first-child{
	margin-left:0px;
	
}
#show_buttons .button:last-child{
	margin-right:0px;
}
#show_buttons .favorite{
	font-size: 23px;
}
#show_buttons .button .rating{
    line-height: 13px;
    display: block;
}
.favorite:not(.active){
	background-color:white;
	color:#ff7575;
	border:solid 3px #ff7575;
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 6px !important;
}
.favorite{
	background-color:#ff7575;
	color:white;
	cursor:pointer;
}
#imdb_score:not(.active){
	background-color:white;
	color:#e6b91e;
	border:solid 3px #e6b91e;
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top:7px;
    cursor:default;
	
}
#imdb_score:not(.active) .tag{
	background-color:#e6b91e;
}
#hub_score:not(.active){
	background-color:white;
	color:#d8d8d8;
	border:solid 3px #d8d8d8;
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top:7px;
    cursor:default;
}
#hub_score:not(.active) .tag{
	background-color:#d8d8d8;
}

#show_layout .stat_row{
	width:100%;
}
#show_layout .content_tab
{
}
#show_layout .top_tab{
	border-radius: 0px 4px 0px 0px;
}
#show_layout #desc{
	    padding: 10px 10px 0px 15px;
    font-size: 12px;
}
#show_layout .mid_tab{
	border-radius: 0px 0px 0px 0px;
}
#show_layout .custom_panel .no_embedded .panel-heading,
#show_layout .custom_panel .no_embedded .panel{
	border-radius: 4px 4px 0px 0px ;
}
#show_layout .custom_panel #links_tab .panel-heading,
#show_layout .custom_panel #links_tab .panel{
	border-radius: 0px 0px 4px 4px;
}

#show_layout .content_tab #plot{
}
#show_layout .content_tab #next_prev {
	width:100%;
	border-top:solid thin #dadada;
	height:40px;
	display:table;
}
#show_layout .content_tab #next_prev .numbers{
	font-size:10px;
	font-weight:normal;
}
#show_layout .content_tab #next_prev a{
	font-size:12px;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}
#show_layout .content_tab #next_prev a:hover{
	font-size:12px;
	font-weight:bold;
	color:#00a2fa;
	text-decoration:none;
}
#show_layout .content_tab #next_prev #prev_epi{
	border-right:solid thin #dadada;
}
#show_layout .content_tab #next_prev #cur_epi{
}
#show_layout .content_tab #next_prev #next_epi{
	border-left:solid thin #dadada;
}
#show_layout .content_tab #next_prev #next_epi,
#show_layout .content_tab #next_prev #prev_epi{
	width:100px;
	vertical-align:middle;
	
}
#show_layout .content_tab #next_prev #next_epi,
#show_layout .content_tab #next_prev #cur_epi,
#show_layout .content_tab #next_prev #prev_epi
{
	display:table-cell;
	text-align:center;
}
#show_layout .content_tab #seasons_tab .season_panel {
    border:none;
}
#show_layout .content_tab #seasons_tab .season_panel_h {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;.
    display: inline-block;
    width: 100%;
    padding:0px;
}
.cam,
.ts,
.web,
.hd{
	color:white;
	border-radius:2px;
	font-weight:bold;
	text-style:italic;
	display:inline-block;
	font-style: italic;
	padding:0px 6px 0px 5px;
	text-transform:uppercase;
}
.cam{
	background-color:#f74000;
}
.ts{
	background-color:#ffa800;
}
.web{
	background-color:#a5bd5a;
}
.hd{
	background-color:#61bd5a;
}
#show_layout .content_tab #seasons_tab .season_panel_h footer{
    background-color: #ffffff;
}
#show_layout .content_tab #seasons_tab .season_panel_h h3{
	display: inline-block;
    margin: 10px;
}
#show_layout .content_tab #seasons_tab .season_panel_h .btn{
	padding:3px;
	font-size:10px;
	display:inline-block;
	float:right;
	margin-right:6px;
	margin-top:6px;
	
}

#show_layout .content_tab .custom_panel .panel-default> .panel-heading {
    background-color: #ffffff;
    border-color: #ddd;
    color:#b1b1b1;
}
#show_layout .content_tab .custom_panel .panel-title {
	    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
}
#show_layout .content_tab .custom_panel .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color:#b1b1b1;
}
#show_layout .season_panel_h .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 12px;
    font-weight: bold;
    color:#b1b1b1;
}
#message{
	color:#00a2fa;
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
}
.panel {
    margin-bottom: 3px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
li .favorite_tag{
	background-color:#ff4848;
}
#filters{
	list-style:none;
	display: table-cell;
}
#filters li{
	float:left;
	margin-right:30px;
}
.show_filters{
	margin-bottom: 15px;
	border: none;
}
#save_filters{
	    padding: 1px 6px 1px 6px;
    display: none;
    vertical-align: top;
    line-height: 20px;
}