/*
Theme Name: CineMax Bootstrap
Theme URI: http://www.mobioapp.com/
Author: MobioApp
Author URI: http://www.mobioapp.com/
Description: WordPress Bootstrap 3.0.0 Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap
Text Domain: cinemaxbootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    position: relative;
}

.main-content {
    width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#header { height: 100px;padding: 0 20px; background: #1C1C1C; }
#wpadminbar {
    min-height: 32px;
}

#site-header {
    position: relative;
    z-index: 3;
}

.site-header {
    background-color: #1C1C1C;
    position: relative;
    padding: 18px 0px;
    z-index: 4;
}
.site-header img {padding-left: 15px;}
.header-main {
    min-height: 48px;
    padding: 0 0px;
}

.site-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

/* Search in the header */

.search-toggle {
    background-color: #b8b8b8;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
    background-color: #c0c0c0;
}

.search-toggle:before {
    color: #fff;
    content: "\f400";
    font-size: 20px;
    margin-top: 14px;
}

.search-toggle .screen-reader-text {
    left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    position: absolute;
    top: 48px;
    right: 0;
    width: 100%;
    z-index: 2;
}

.search-box {
    background-color: #41a62a;
    padding: 12px;
}

.search-box .search-field {
    background-color: #fff;
    border: 0;
    float: right;
    font-size: 16px;
    padding: 2px 2px 3px 6px;
    width: 100%;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -1px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.site-description {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
    padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
    padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #767676;
    padding: 0px;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */
li.widget{list-style: none;}
.widget {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    line-height: 1.2857142857;
    margin-bottom: 15px;
    /* width: 100%; */
    word-wrap: break-word;
}

.widget a {
    color: #fff;
}

.widget a:hover {
    color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
    margin: 24px 0 12px;
}

.widget h1 {
    font-size: 22px;
    line-height: 1.0909090909;
}

.widget h2 {
    font-size: 20px;
    line-height: 1.2;
}

.widget h3 {
    font-size: 18px;
    line-height: 1.3333333333;
}

.widget h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.widget h5 {
    font-size: 14px;
    line-height: 1.7142857142;
}

.widget h6 {
    font-size: 12px;
    line-height: 2;
}

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
    color: #000;
}

.widget pre,
.widget fieldset {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
    font-size: 12px;
    line-height: 1.5;
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.widget blockquote cite {
    color: #fff;
    font-size: 14px;
    line-height: 1.2857142857;
}

.widget dl,
.widget dd {
    margin-bottom: 18px;
}

.widget ul,
.widget ol {
    list-style: none;
    margin: 0;
}

.widget li > ol,
.widget li > ul {
    margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
    margin-bottom: 18px;
}

.widget input,
.widget textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    background-color: #24890d;
    border: 0;
    font-size: 12px;
    padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
    background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
    background-color: #55d737;
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.widget-title,
.widget-title a {
    color: #fff;
}

.widget-title a:hover {
    color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    color: #fff;
    font-weight: 700;
    line-height: 1.7142857142;
    margin-bottom: 18px;
    text-align: left;
    text-transform: uppercase;
}

.widget_calendar thead th {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
    text-align: center;
}

.widget_calendar tbody a {
    background-color: #24890d;
    color: #fff;
    display: block;
}

.widget_calendar tbody a:hover {
    background-color: #41a62a;
}

.widget_calendar tbody a:hover {
    color: #fff;
}

.widget_calendar #prev {
    padding-left: 5px;
}

.widget_calendar #next {
    padding-right: 5px;
    text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
    margin: 0;
    max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
    font-size: 12px;
    line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
    display: inline;
    font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
    margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
    color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
    color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
    margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
    list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
    list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
    margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
    padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
    font-weight: 700;
    text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
    padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
    display: block;
}

/* RSS Widget */

.rsswidget img {
    margin-top: -4px;
}

.rssSummary {
    margin: 9px 0;
}

.rss-date {
    display: block;
}

.widget_rss li {
    margin-bottom: 18px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
    margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
    color: #24890d;
}

.content-sidebar .widget a:hover {
    color: #41a62a;
}

.content-sidebar .widget pre {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
    color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
    border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
    color: #767676;
}

.content-sidebar .widget blockquote cite {
    color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
    margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
    color: #767676;
}

.content-sidebar .widget hr {
    background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
    background-color: #24890d;
    border: 0;
    color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
    background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
    background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
    color: #767676;
}

.content-sidebar .widget .widget-title {
    border: 1px dotted #000000;
    text-align: center;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}

.content-sidebar .widget .widget-title a {
    color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
    color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
    border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
    color: #2b2b2b;
    font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
    background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
    color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
    line-height: 1.2857142857;
    padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
    background-color: #000;
    color: #fff;
    margin: -1px 9px 0 0;
    padding: 6px 0 9px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
    content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
    content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
    content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
    content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
    content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
    content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
    content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
    color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
    color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
    color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
    font-size: 13px;
    line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
    font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
    padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer {
    background-color: #212121;
    font-size: 12px;
    padding: 20px 10px;height: 75px;
}

.footer-sidebar {
    padding-top: 48px;
}


#supplementary + .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
    color: #41a62a;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
    padding-top: 48px;
}

.hentry {
    margin: 0 auto;
    max-width: 100%;/* 672px */
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: 0 auto;
    max-width: 100%; /* 474px */
}

.page-content {
    margin-bottom: 48px;
}

dl.card dt {
	font-weight: bold;
	margin-top: 20px;
}

dl.card dd {
	padding-bottom: 10px;
	border-bottom: #ccc dotted 1px;
	
}

.dx_bg{
	background: #0f0f0f;
	width: 100%;
}
.dx_wap{
	background: #0f0f0f url(images/4dx_bg.png) repeat-y !important;
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.dx_logo{
	position: absolute;
	top: 20px;
	left: 160px;
}

.dx_tel{
	position: absolute;
	top: 0px;
	left: 721px;
}

.dx_content{
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 25px 20px;
	overflow: hidden;
	zoom:1;
	color: #000;
}

.dx_class{
	margin-top: 65px;
	overflow: hidden;
	zoom:1;
}

.dx_fll{
	width: 417px;
	float: left;
}

.dx_flr{
	width: 510px;
	float: right;
}

h2.dx_midashi{
	height: 45px;
	font-size: 160%;
	font-weight: bold;
	padding: 10px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	margin-top: 0;
}

.dx_img{
	text-align: center;
	margin-top: 20px;
}

.dx_m50 { margin: 50px 0;}
dl.dx_movie{
	margin-top: 40px!important;
	overflow: hidden;
	zoom:1;
	padding-bottom: 40px;
	border-bottom: 1px solid #1a1a1a;
}

dl.dx_movie dt{
	width: 500px;
	height: 250px;
	float: left;	
}

dl.dx_movie dd{
	width: 425px;
	float: right;	
}

dl.dx_detail{
	margin-top: 40px!important;
	overflow: hidden;
	zoom:1;
	padding-bottom: 40px;
	border-bottom: 1px solid #1a1a1a;
}

dl.dx_detail dt{
	width: 380px;
	float: left;	
}

dl.dx_detail dd{
	width: 468px;
	height: 265px;
	border: 1px solid #8c0000;
	float: right;	
}

.dx_mt0 { margin-top: 0px;}
.dx_pt100 { padding-top: 100px;}
dl.dx_detail dt p{ margin-top: 20px;}

ul#dx_map { 
	background: url(images/4dx_map.jpg) top left;
	width: 960px;
	height: 451px;
	display: block;
	position: relative;
	zoom: 1;
	
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.dx_map01{ position: absolute; top:70px; left: 228px;}
.dx_map02{ position: absolute; top:180px; left: 64px;}
.dx_map03{ position: absolute; top:182px; left: 326px;}
.dx_map04{ position: absolute; top:336px; left: 105px;}
.dx_map05{ position: absolute; top:211px; left: 530px;}
.dx_map06{ position: absolute; top:43px; left: 538px;}

dl.dx_media{
	margin-top: 20px!important;
	overflow: hidden;
	zoom:1;
}

dl.dx_media dt{
	width: 450px;
	height: 250px;
	float: left;	
}

dl.dx_media dd{
	width: 405px;
	float: right;	
}

ul.dx_mlist { overflow: hidden; zoom: 1; padding: 0;}
ul.dx_mlist li { font-size: 85%; background: #0a2aa2; padding: 3px 10px; margin: 5px 0 0 10px; color: #fff; float: left; list-style: none;}
ul.dx_mlist li.dx_mediatitle { font-size: 160%; color: #000; font-weight: bold; margin: 0px; background: none; padding: 0;}



ul#mtab {
	zoom: 1;
	list-style: none;
	margin: 30px auto 0;
	padding: 0;
}
ul#mtab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#mtab li {
	float: left;
	text-align: center;
	background: #3799e2;
	margin-right: 1px;
	min-width: 107px;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
}
ul#mtab li:last-child {
}
ul#mtab li a {
	display: block;
	padding:15px 22px;
	text-decoration: none;
	color: #fff;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
}
ul#mtab li a:hover {
	background: #3799e2;
	color: #000;
}
ul#mtab li.active,
ul#mtab li.active a,
ul#mtab li.active a:hover {
	background: #fff;
	color: #000;
}
#detail {
	clear: both;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	color: #000;
}
.tabbox {
	display: none;
}












/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */




.schedule-date-bar {height: 70px;padding: 10px !important;text-align: center;}
.schedule-date-bar h3{display: inline-block;}
.schedule-date-bar button{padding: 6px 6px;}


.post-thumbnail {
    background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}

a.post-thumbnail:hover {
    background-color: #999;
}

.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
    position: relative;
    z-index: 1;
}

.entry-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.entry-title a {
    color: #2b2b2b;
}

.entry-title a:hover {
    color: #41a62a;
}

.site-content .entry-header {
    background-color: #fff;
    padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
    padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
}

.entry-meta a:hover {
    color: #41a62a;
}

.sticky .entry-date {
    display: none;
}

.cat-links {
    font-weight: 900;
    text-transform: uppercase;
}

.cat-links a {
    color: #2b2b2b;
}

.cat-links a:hover {
    color: #41a62a;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.site-content .entry-meta {
    background-color: #fff;
    margin-bottom: 8px;
}

.site-content footer.entry-meta {
    margin: 24px auto 0;
    padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
    background-color: #41a62a;
    color: #fff;
}

.entry-meta .tag-links a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}

.entry-meta .tag-links a:hover:before {
    border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
    background-color: #fff;
    padding: 12px 10px 0;
}

.page .entry-content {
    padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
    text-decoration: none;
}

.entry-content table,
.comment-content table {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.entry-content td,
.comment-content td {
    padding: 8px;
}

.entry-content .edit-link {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-content .edit-link a {
    color: #767676;
    text-decoration: none;
}

.entry-content .edit-link a:hover {
    color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
    margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

.hentry .mejs-overlay-loading {
    background: transparent;
}

/* Page links */

.page-links {
    clear: both;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    margin: 24px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 22px;
    margin: 0 1px 2px 0;
    text-align: center;
    width: 22px;
}

.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

.page-links a:hover {
    background: #41a62a;
    border: 1px solid #41a62a;
    color: #fff;
}

.page-links > .page-links-title {
    height: auto;
    margin: 0;
    padding-right: 7px;
    width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
    padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
    display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */


.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens:         auto;
    word-wrap: break-word;
}

.post-navigation,
.image-navigation {
    margin: 24px auto 48px;
    max-width: 474px;
    padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%;
}

.post-navigation .meta-nav {
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
    border-top: 5px solid #000;
    margin: 48px 0;
}

.paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}

.paging-navigation .page-numbers {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
}

.paging-navigation a {
    color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
    border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
    border-top: 5px solid #41a62a;
    color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
    display: none;
}

.attachment .entry-content {
    padding-top: 0;
}

.attachment footer.entry-meta {
    text-transform: none;
}

.entry-attachment .attachment {
    margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
    margin: 24px auto;
    max-width: 100%;
}

.archive-title,
.page-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.taxonomy-description,
.author-description {
    color: #767676;
    font-size: 14px;
    line-height: 1.2857142857;
    padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
    margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
    margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
    text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
    text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:      border-box;
    padding: 48px 10px;
}

.contributor:first-of-type {
    padding-top: 24px;
}

.contributor-info {
    margin: 0 auto;
    max-width: 474px;
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px;
}

.contributor-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.contributor-bio a {
    text-decoration: underline;
}

.contributor-bio a:hover {
    text-decoration: none;
}

.contributor-posts-link {
    display: inline-block;
    line-height: normal;
    padding: 10px 30px;
}

.contributor-posts-link:before {
    content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
    padding-top: 0;
}

.error404 .page-content .search-form {
    margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
    max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
    margin-top: -48px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
    margin: 48px auto;
    max-width: 474px;
    padding: 0 10px;
}

.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 18px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:hover {
    color: #41a62a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

#menu-footer {padding: 10px 0;}
#footermenu{background: none repeat scroll 0 0 #E5E5E5;display: block;height: 40px;margin: 20px 0 0;padding: 0;position: relative;width: 100% !important;}
#footermenu ul { float: left; width: 100%;}
#footermenu ul li{line-height: 0px;width: auto;float: left; display: inline; border-right: solid 1px #000; padding:0% 1%; color: #000;}
#footermenu ul li a {color: #000;font-size: 12px;font-weight: normal;}

.copy-right{text-align: right;}
.copy-right a{color: white;}
.back-top{ margin-right: 50px; margin-top: -8px; position: relative; }

ul.dpe-flexible-posts li a{color: #000;}
#thumb_post li.widget{margin:0px;}
.bottom-border{border-bottom: dotted 1px #000;}

.dpe-flexible-posts-content p{font-size:11px;}
#easy_tab_plg{margin-bottom: 15px;border: 4px solid #1C1C1C; width: 100%; /* background: none repeat scroll 0 0 #000000; */}

/* By Sharif */
ul.ad-after-youtube {margin: 0px;padding: 0px;}
ul.ad-after-youtube div li{display: inline-block;float: left;margin-right: 5px;width: 32.1%;overflow: hidden;}
ul.ad-after-youtube div li:last-child {margin-right: 0;}
ul.ad-after-youtube div li img {width: 100%;}
p#breadcrumbs {font-size: 12px;font-weight: normal;margin-top: -7px;}
p#breadcrumbs a{font-size: 12px;font-weight: normal;color: #000;text-decoration: underline;font-weight: normal;}
.content-wrapper{margin-top: 15px;}
.no-padding-left{padding-left: 0px;}
.no-padding-right{padding-right: 0px;}
.navbar-default {background: url("images/menu-bg.jpg") repeat-x scroll 0 0 #ECECEC;border-color: #F7F7F7;}
.navbar-default .navbar-nav > li > a {color: #333;font-weight: bold;}
.site-header-inner {background-color: #1C1C1C;position: relative;padding: 14px 0px;z-index: 4;height: 118px;}
.inner-header {background:none repeat scroll 0 0 #1C1C1C;border-bottom: 12px solid #019757;height: 174px;}
img.inner-logo {padding-left: 40px;}
.head-title{border-bottom: 2px solid #E1E1E1;margin-bottom: 10px;}
.coming-soon-wrapper{margin-bottom: 10px; height:2800px; overflow:auto;}
.now-showing-box{padding: 5px;margin-bottom: 10px;}
iframe{width: 100%;}
#content-sidebar aside div img {margin-bottom: 10px;}
#video-side-ad-bar li div img {margin-bottom: 10px;height: 86px;}
.navbar-collapse {padding-left: 0px;padding-right: 0px;}
.btn-group-justified .btn {width: auto;}
.thanks-day {padding-left: 32%;}
.thanks-day a {background-color: #CD362B;border-radius: 0 0 0 0;color: #FFFFFF;margin-top: 3.5%;}
.thanks-day a:hover {text-decoration: underline;color: #fff;}
.red-button {background-color: #CD362B;font-size: 12px;margin-top: 5px;padding: 2px 10px;}
#in-box div table thead tr td {padding: 6px 30px 6px 15px;}
.now-showing-day-heading {font-size: 22px;padding: 2px 0;}
.dpe-flexible-posts {padding: 0px;}
.dpe-flexible-posts-image{padding: 0px;text-align: center;}
.dpe-flexible-posts-image img {width: 100%; height: auto;border: medium solid #C0C0C0;}
.dpe-flexible-posts-content h4{margin: 0px;}
.dpe-flexible-posts li{margin-bottom: 15px;padding-bottom: 5px;height: 120px;}
li.bottom-border a {display: inline-block;margin-top: 10px;padding-bottom: 0;}
.schedule-date-bar {height: 70px;padding: 10px !important;text-align: center;}
.schedule-date-bar h3{display: inline-block;font-size: 28px;}
.schedule-date-bar button{padding: 6px 6px;}
.schedule-btn {padding: 16px 2px;border-radius: 0px;font-size: 12px;vertical-align: middle;}
tbody td.td_space {width: 16.6%;}
.dropdown-menu{min-width: 122px;}
ul.dropdown-menu li {border-right: medium none;}
#footermenu ul li:last-child {border-right: none;}
#main-menu li:first-child > a {
    text-indent: -9999px;
    background-image: url("images/home.png");
    background-repeat: no-repeat;
    background-position:10px;
}
#main-menu li:first-child {min-width: 0;width: 45px;}

#main-menu li ul li:first-child > a {
    text-indent: 0px;
    background-image: none;
}
#main-menu li ul li:first-child {min-width: 100%;}
.wrapper-gray-box-number {margin-bottom: 5px;}
.table-gray-box {
    background: none repeat scroll 0 0 #9D9D9D;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    width: 40px;
}
.table-gray-box-number {
    display: inline-block;
    width: 50px;
    padding-left: 10px;
    text-align: right;
}
.ticket-table td { vertical-align: inherit !important;}
.container {padding-left: 0px; padding-right: 0px;}
.header-left{float: left;}
.header_right{float: right;padding-top:5%;}
.gray-bg{background: #F1F1F1;margin: 0 0 10px;padding: 5px 10px;}

.slogan{
    color: #fff;
    font-size: 20px;
}
.sub-slogan{
    color: #fff;
    font-size: 12px;
}
.navbar {height: 50px;}
.navbar-nav > li > a {padding: 14px 20px;}
.navbar-nav li a{ color: #333; }
.navbar-nav li {
    list-style: none outside none;
    color: #333;
    float: left;
    border-right: 1px solid #b8b8b8;
    font-size: 12px;
    min-width: 100px;
    height: 50px;
}
.navbar-nav li:last-child {
    border-right: medium none;
}
.sub-heading{
    display: block;
    font-weight: normal;
    line-height: 6px;
    margin: 0;
    padding: 0;
}

/* This is for Easy Tab */
#thumb_post{margin-bottom: 30px;}
.etabs { margin: 0; padding: 0; background: #1C1C1C; }
.etabs li {
    height: 48px;
    width: 32.9%;
    background: #1C1C1C;
    padding: 0 10px;
    border-right: 1px dashed #FFFFFF;
}
.etabs li:last-child {border-right: none;}
.etabs li a{color: #ffffff; }
.etabs li a.active{color: #1C1C1C !important; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee;  /* border: solid 1px #999; */ border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 35px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; /* padding-top: 6px; top: 1px; */ position: relative; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container {  /* border: solid #666 1px; */ padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container {background:#ffffff; height:325px; overflow:auto; /* margin-bottom: 10px; min-height: 100px; */}
.panel-container a{color: white;}
.panel-container ul{margin:0; padding:0;}
.panel-container ul li{border-bottom: dotted 1px; padding: 5px;list-style: inside;list-style-image:url('images/icon/etab-arrow.png');}
.panel-container ul li:hover{background:#c0c0c0;}
.panel-container ul li a{color: #000;}

.etabs li.m-news {
    background-image: url("images/icon/news.png");
    background-repeat: no-repeat;
    background-position:10px;
}
.etabs li.m-news.active {
    background-image: url("images/icon/news_ac.png");
    background-repeat: no-repeat;
    background-position:10px;
}
.etabs li.m-events {
    background-image: url("images/icon/events.png");
    background-repeat: no-repeat;
    background-position:10px;
}
.etabs li.m-events.active {
    background-image: url("images/icon/events_ac.png");
    background-repeat: no-repeat;
    background-position:10px;
}
.etabs li.m-preview {
    background-image: url("images/icon/preview.png");
    background-repeat: no-repeat;
    background-position:10px;
}
.etabs li.m-preview.active {
    background-image: url("images/icon/preview_ac.png");
    background-repeat: no-repeat;
    background-position:10px;
}


/* For Advance Ticket & Theater Guidance Template */
.box2{
    margin-top:10px;
    width:100%;
    clear: both;
    overflow: hidden;
    background:#ffffff;
    border:solid #e0dfdf 5px;
}

.h3-top {border-left:6px solid #00955B;font-size: 26px;padding-left:8px;}

.li-rightsite{list-style:none; border-bottom:1px dashed #b2b2b2;}
.li-rightsite3{
    list-style:none;
    text-align:center;
    background:#ce352d;
    color:#FFF;
}
.li-rightsite4{list-style:none; text-align:center;}
.td-right{vertical-align:text-top;}
.rightsite {
    padding-left:5px;
    padding-right:8px;
    padding-top:1px;
    padding-bottom:1px;
}

.rightsite2 {
    padding-left:1px;
    padding-right:8px;
}
.div-right4{
    margin-top:10px;}

.rightsite3 {
    padding-left:5px;
    color:#FFF;
}

.green-border{border-left: 5px solid #21BC49;}
.linehight-small{line-height: 10px;}
.margin-bottom-less{margin-bottom: 10px;}
.bottom-border{border-bottom: dashed 1px;}
.ele-center{text-align: center;}
.red-cell{background-color: #cd362b; color: white;padding: 10px 0px !important;}
.white-cell{background-color: #fff;padding: 10px 0px !important;}
.right-cell-ele{margin: 10px 0;}

.post-content{ margin: 0 auto; width: 100%; margin-bottom: 15px; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5{ border-bottom: solid 1px #c0c0c0; padding: 5px 10px; margin: 0px 0px 10px 0px; }
.post-title{ border-left: solid 3px green; padding: 0 0 0 20px; margin: 0 0 20px;}

.right-side-bar{}
.events-day-chart{ background:url(images/patten.png) repeat; padding:5px;}

.events-day-cell{padding: 2px 0px; clear: both;min-height: 46px;}
.events-day-cell h3, h4, h5{margin: 0px;}
.events-day-cell p{margin: 0px;}

h4.title { width:100%; margin-bottom:5px;}
.text-box { width:80%; border:solid #d5d5d5 4px; margin-left:auto; margin-right:auto; padding:10px; text-align:center; margin-top:20px; margin-bottom:20px;}
#right-side {position:relative; float:right;}

.table { border:solid #d4d4d4 1px;}
td { border:solid #d4d4d4 1px;}
/*th { border:solid #d4d4d4 1px;}*/

.list-group li{ list-style-image:none; line-height:20px;}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    background:url(images/list.png) no-repeat left; padding-right:10px;
    line-height:20px;
    border:none !important;
}
.col-md-3 {
    width: 16%;
}
.col-xs-6 {
    width: 26%;
}
.thumbnail 		{display: block;padding: 0px;margin-bottom: 20px;line-height: 1.42857143;background-color: #fff !important;}
.img-thumbnail  { border:none !important;  box-shadow:none !important;}
.thumbnail 		{  border:none !important; box-shadow:none !important;}

/**************now playing design *********************/
#main-box  { margin:10px 0px; }

#box-title { background:#000000; border-top-left-radius:5px; border-top-right-radius:5px; padding:1px; color:#ffffff; padding:5px 0px 5px 10px; margin-bottom:-5px; position:relative;}
#box-1 	   { width:100%; background:#ffffff; padding:8px 0px 0px 0px; border:solid #dedede 5px;}
#in-box	   { background:#ffffff; width:97%; margin-left:auto; margin-right:auto;}

.table     { margin-bottom:20px;}

.table-bg  { background: #E8E8E8;opacity:0.8;}
.table-bg a { pointer-events: none;cursor: default;}

h3         { margin-bottom: 6px; margin-top: 8px;}

#group-btn {padding: 15px 5px 10px;}
#group-btn a {background-color: #CD362B;color: #FFFFFF;display: inline-block;padding: 2px 10px;}

#group-link    { color:#000;}

.image1 	   { padding:5px;}

#but-aria {background:#009759; padding:10px; margin:0 auto 15px;}
#but-aria h4 {color: #FFFFFF;font-size: 20px;padding-bottom: 5px;}
#but-aria .btn {padding: 18px 5px;}


/****************end now playing design **************/

/* For Cinemax members card, Cinemax realuit, Cinemax upcoming, Cinemax rate discount template (Asraf Islam) */
.box-border-bottom-text{border-bottom: 1px solid #C0C0C0;}
.box1{ background:#F1F1F1;width:100%;}
.box1 h3{margin: 15px;}
.box3 {
    background:#EFEFEF;
    border: 5px solid #D2D2D2;
    margin: 0 auto;
    width: 90%;
}
.box4 > .col-lg-3 {padding: 8px 20px;}
.box4 > .col-lg-9 {background: #fff;padding: 8px 20px;}

.box5 {padding: 5px;background: #fff;}
.box6 {
    margin: 0 auto;
    width: 100%;
}
.box7 {
    border: 2px solid #D2D2D2;
    height: 300px;
    margin: 0 auto;
    overflow: scroll;
    padding: 5px;
    width: 90%;
}
.div-border {border:2px solid #e0e0e1; border-radius:5px;padding: 5px;}
.div-border-margin {border:2px solid #e0e0e1; border-radius:5px; margin-top:10px;padding: 5px;}
.div-border {border:2px solid #e0e0e1; border-radius:5px;}

ul.square-list-item {padding: 10px;margin-bottom: 0px;}
ul.square-list-item li{list-style: square;}

/*ul.square-list-item li:before{ content:"."; position:relative; left:-5px;}
ul.square-list-item li{ text-indent:-5px;  list-style: none;}*/

ul.li-rightsite{list-style:none;border-bottom:1px dashed #b2b2b2;}
.li-rightsite3{
    list-style:none;
    text-align:center;
    background:#ce352d;
    color:#FFF;
}
.li-blue {border-bottom:3px solid #0058b9; list-style:none; text-align:center;}
.li-red {border-bottom:3px solid #cd352c; list-style:none; text-align:center;}
.li-gray {border-bottom:3px solid #878787; list-style:none; text-align:center;}
.light-blue-bg{background-color: #FBFCFF;}
.light-red-bg{background-color: #FFF7F8;}
.li-common {list-style:none; border-bottom:1px dotted #CCCCCC;padding: 10px;}
.li-common:last-child {border-bottom: medium none;}
.h3-size { font-size:20px; padding-bottom: 2px; margin:0px;}
.li-rightsite4{list-style:none;text-align:center;}
.td-right{vertical-align:text-top;}
.rightsite {
    padding-left:5px;
    padding-right:8px;
    padding-top:1px;
    padding-bottom:1px;
}

.rightsite2 {
    padding-left:1px;
    padding-right:8px;
}
.div-right4{
    margin-top:10px;}

.rightsite3 {
    padding-left:5px;
    color:#FFF;
}
.text-pink{ color:#CF2955}
.text-orange{ color:#EE8800}
.text-green{ color:#00964C}
.border-bottom{border-bottom:1px solid #CCC;}
.bottom-margin{margin: 3px 0px;}

.block-bg { width:100%; background:#FFFFFF;padding: 8px 10px;}
.media-body h4, .ele-center h4{font-size: 18px;font-weight: normal;margin: 0px;}

.media { margin:1px 0;}
.media > .pull-left {margin-right: 20px;}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {padding: 5px;vertical-align: inherit;}
.table.grey-border {border: 3px solid #CBCBCB;}
h3.scheduleh3 {font-size: 20px;font-weight: bold;margin: 0;display: inline-block;}
.seg-icon-img {float: right;}
.finish-time-show{font-size: 13px;}
.link-text{font-size: 11px;}

//Now showing page
.red-heading > p {color: #FF0000 !important;font-size: 16px;margin-top: 5px;}
.now-shwoing-gray {vertical-align: top;width: 35%;}
.now-shwoing-appearance {display: inline;float: right;text-align: left;vertical-align: top;width: 63%;}
//Week Calender
#but-aria .btn .but-left-arrow, #but-aria .btn .but-right-arrow {line-height: 36px !important;}
.but-plus{font-size:15px;}
.but-month{font-size:15px;}
.but-date{font-size:24px;}

@media only screen and (min-width: 240px) and (max-width: 479px) {
    .no-padding-left{padding-left: 15px;}
    .no-padding-right{padding-right: 15px;}
    img.inner-logo, .site-header.container img {margin: 0 auto;padding: 0;}
    .header-left { text-align:center; margin-bottom:-33px; float: none;}
    .header_right{display: none; /*float: right;padding-top:7%;*/}
    .back-top { margin-right: 100px; margin-top: -8px; position: relative;}
    .col-lg-6 { width: 100%;}
    .dpe-flexible-posts li{height: auto;text-align: center;}

    /* Sharif */
    .etabs li.m-news.active, .etabs li.m-preview.active, .etabs li.m-events.active, .etabs li.m-news, .etabs li.m-events, .etabs li.m-preview  {background-image: none;}
    .tab a {padding: 0 2%;font-size:12px;line-height: 1em;}
    .etabs li {width: 32%;height: 38px;}
    .sub-heading{line-height: 1em;}

    // Table
    #in-box div table thead tr td {clear: both;overflow: hidden;padding: 6px 15px 6px 15px !important;}
    table thead tr td {clear: both;overflow: hidden;padding: 6px 15px !important;}
    /*
    tbody td.td_space {width: 100% !important; display: block !important}
    td {display: block !important; width: 100% !important; text-align: center;border: 0px;}
    */
    thead tr td h4 {display: block !important;font-size: 12px !important;}
    thead tr td h4.pull-right {font-size: 11px !important;font-weight: bold;width: 100% !important;}
    h3.scheduleh3{font-size: 11px;}
    .finish-time-show{font-size: 9px;}
    .seg-icon-img, .vacant-icon-img{float: none;width: 30%;}
    .btn-xs {padding: 0px;}
    .link-text{font-size: 9px;font-weight: bold;}
    .glyphicon{display: none;}
    .schedule-date-bar {height: 58px;}
    .schedule-date-bar h3 {font-size: 16px;}
    .schedule-date-bar .btn {padding: 0px 2px;}
    .schedule-btn{padding: 10px 0 !important;}
    .thanks-day {display: none;}
    // youtube video (Home)
    ul.ytchagallery a.ytcthumb{height: 50%;}
    #content-sidebar aside div img, #video-side-ad-bar li div img { margin-left: auto; margin-right: auto; padding-right: 15px;}
    .dpe-flexible-posts-image img{width: auto;text-align: center;}
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {padding: 3px;text-align: center;}
    .table tbody > tr > td:first-child span{display: none !important; }
    .table thead > tr > th {border-bottom: none;}
    .ticket-table td {display: table-cell !important;}
    .table-gray-box-number {padding-left: 0;text-align: left;width: auto;}
    table.theater-guide-table td {display: table-cell !important;width: auto !important;}
    .textwidget img {height: auto;width: auto;}
    #group-btn a {margin-bottom: 5px;}
    //Weekcalender
    .but-left-arrow, .but-right-arrow {font-size: 20px !important;}
    #but-aria .btn .but-left-arrow, #but-aria .btn .but-right-arrow {line-height: 31.4px !important;}
    #but-aria .btn {padding: 8px 3px !important;}
    .but-month {font-size: 11px;}
    .but-date {font-size: 22px;}
    .but-plus {font-size: 11px;}
    .col-lg-6.price-discount-left {padding-right: 0 !important;}
    .col-lg-6.price-discount-right {margin: 10px 0;padding-left: 0 !important;}
}

@media only screen and (min-width: 480px) and (max-width: 700px) {
    .no-padding-left{padding-left: 15px;}
    .no-padding-right{padding-right: 15px;}
    .thanks-day {padding-left: 5%;}
    .schedule-date-bar h3 {font-size: 16px;}
    .schedule-btn{padding: 15px 0 !important;}
    .table-gray-box-number{padding-left: 0px;text-align: left;}
    //ul.ad-after-youtube div li {display: block;float: none;margin: 0 auto 10px;text-align: center;width: auto;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* Sharif */
    .no-padding-left{padding-left: 15px;}
    .no-padding-right{padding-right: 15px;}
    .etabs li.m-news.active, .etabs li.m-preview.active, .etabs li.m-events.active, .etabs li.m-news, .etabs li.m-events, .etabs li.m-preview  {background-image: none;}
    .tab a {padding: 0 2%;font-size:12px;line-height: 1.5em;}
    .etabs li {width: 32%;height: 36px;}
    .sub-heading{line-height: 1em;}

    // Table
    .schedule-date-bar .btn {padding: 0px;}
    h3.scheduleh3{font-size: 16px;}
    .table p {font-size: 12px;}
    table.table img {width: 25%;}
    table.table a {font-size: 10px;}
    .btn-xs {padding: 0px;}
    #content-sidebar aside div img, #video-side-ad-bar li div img { margin-left: auto; margin-right: auto; padding-right: 15px;}
    .dpe-flexible-posts-image img{width: auto;}
}

@media only screen and (min-width:768px) and (max-width:1023px){
    .allinone_bannerWithPlaylistBorder{width: auto !important;}
    .no-padding-left{padding-left: 15px;}
    .no-padding-right{padding-right: 15px;}
    .navbar-nav > li {min-width: inherit;}
    .navbar-nav > li > a {padding: 14px 10px;}
    .dpe-flexible-posts-image img {width: auto;}
    ul.ad-after-youtube div li {width: 32.8%;}
}

@media only screen and (min-width:1200px) and (max-width:2048px){
    .container{max-width: 960px;}
    ul.ad-after-youtube div li {width: 32.8%;}
}


