@charset "utf-8";
/* CSS Document */
body {
    background: url(../images/design/bg.png) no-repeat center center fixed #6f0000;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}
p{
	font-size: 14px;	
}
h1{
	font-size: 50px;
	color: #fff;
	clear: both;
	text-shadow: #000 0px 1px 0px;
	font-family: "nimbus-sans-condensed",sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;	
	font-weight:600;
}
a:focus{
    color:#fff;
    border:none;
}
h1 a{
    color:#fff;
}
h1.sm-pad{
   padding-left:15px;
}
h3{
	font-family: "lexia",serif;
	font-weight: 700;
	color:#fff;
	font-size:18px;
	margin:20px 0 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #493b3b;
}
.tab-bar{
	background-color: rgba(0, 0, 0, 0.8);
	height: 65px;	
}
.left-small{
    width:250px;
	border-right:none;
	padding:10px 0 10px 10px;	
}
.right-small{
    border-left: 1px solid #414040;
	height: 100%;
	width: 65px;
	background:#222222;
}
.red{
    background:#eb0606;	
}

.button.red{
	font-family: "lexia",serif;
	font-weight: 700;
	color:#fff;
	font-size:26px;
	width:100%;
	text-shadow: #000 -1px -1px;
}
.button-group{
    margin-top:20px;
	text-transform:uppercase;
}
.button-group.radius>*>button, .button-group.radius>* .button{
	border-left:1px solid rgba(0,0,0,0.5);
}
.button.list-btn{
	background:#eb0606;	
}
.button.red.sm{
	font-size:20px;
}
.button.tiny{
    padding:8px 12px;
	font-size:10px;	
}
a.button.buy{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    background-color: #d00000;
    border-radius: 3px;
    padding: 7px 13px;
    color: #000;
    text-shadow: #f00000 0px 1px 0px;
}
a.button.buy:hover{
	background-color:#A00303;
}
a.button.view-details{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    background-color: #B1B1B1;
    border-radius: 3px;
    padding: 7px 10px;
    color: #000;
    text-shadow: #ccc 0px 1px 0px;
}
a.button.view-details:hover{
	background-color:#797979;
}
.slideshow{
	background-color: rgba(0, 0, 0, 0.6);
	border-top: solid 8px #d00000;
	border-bottom: solid 8px #d00000;
	margin-bottom:15px;
	padding:10px 0 0 0;
}
.sm-full{
    padding:0;
}
.slick-slider{
    margin:0;	
}

.slick-prev, .slick-next {
	top:33%;
}

.slick-prev {
    background-image: url(../images/left-arrow.png);
    width: 70px;
    height: 75px;
}
.slick-prev:before{content:"";}
.slick-next {
    background-image: url(../images/right-arrow.png);
    width: 68px;
    height: 70px;
}
.slick-next:before{content:"";}
#movie-thumb{
    position:relative;
    text-align: center;	
}
#movie-thumb img{
	    border: solid 1px #7A7677;
}
#movie-thumb img:hover{
	    border: solid 1px #fff;
}
.notify-label{
    position:absolute;
	top:20px;
	left:1px;
}
.label.secondary{
	font-size:9px;
	color:#000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	font-family: "lexia",serif;
	background-color: rgba(255,255,255,0.7);
	font-weight:900;
}
.footer{
    background:#000;
	margin-top:20px;
	padding:30px 0;
	color:#fff;
	font-size:12px;
    border-top: 1px solid #d00000;
    overflow: hidden;
}
.digital{
	padding-top:30px;
	border-top: 1px solid #272727;
	margin-top:30px;
}
.quicklinks{
    color: #979797;
    font-size: 12px;
    text-transform:uppercase;
    padding-bottom:20px;
}
.quicklinks a{
    color: #979797;
    font-size: 14px;
}
.quicklinks a:hover{
    color: #fff;
}
.address a{
    color: #d00000;
	font-weight: bold;
}
.address a:hover{
    color: #fff;
}
.movie-list{
	background-color: rgba(0,0,0,0.7);
	border-top: solid 8px #d00000;	
	margin-bottom:20px;
	padding-bottom:10px;
	color:#fff;
}
.movie-list.np{
overflow:hidden;
}
h2.title{
    font-size:22px;
	font-weight:bold;
	margin:12px 0;
	color:#fff;
}
h2.title a{
    color:#fff;
}
.rating-graphic img {
	margin-bottom: 15px;
    margin-right: 20px;
}
.movie-list .text{
    font-size:11px;
	color:#ccc;
	line-height:14px;
}
.info-line .second {
	clear: both;
	padding: 10px 0;
	position: relative;
}
.info-line .red-text {
	color: #DD0000;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.info-line .yellow-text {
	color: #f7d400;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
}
.showtimes{
    font-size:12px;
    margin-top:10px;
}
.full-showtimes{
	margin-top:30px;
}
td.heavier {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align:center;
	background: #8F8D8E;
    text-shadow: none;
    color: #000;
    padding:7px;
    width: 70px;

}
.dates {
	font-size: 12px;
	font-weight:normal;
}
td.times {
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
.full-showtimes table{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ebebeb /*{b-bar-background-start}*/), to( #9d9d9d /*{b-bar-background-end}*/));
	background-image: -webkit-linear-gradient( #ebebeb /*{b-bar-background-start}*/, #9d9d9d /*{b-bar-background-end}*/);
	background-image: -moz-linear-gradient( #ebebeb /*{b-bar-background-start}*/, #9d9d9d /*{b-bar-background-end}*/);
	background-image: -ms-linear-gradient( #ebebeb /*{b-bar-background-start}*/, #9d9d9d /*{b-bar-background-end}*/);
	background-image: -o-linear-gradient( #ebebeb /*{b-bar-background-start}*/, #9d9d9d /*{b-bar-background-end}*/);
	background-image: linear-gradient( #ebebeb /*{b-bar-background-start}*/, #9d9d9d /*{b-bar-background-end}*/);	
	text-shadow: #fff 0px 1px 0px;
    border-collapse: separate;
    border-spacing: 0;
	border:none;
	width: 100%;
}
tbody{
    border:none;
    background-color:transparent;	
}
table tr:nth-of-type(even){background:none;}
table tr td{
	border-bottom: 1px dotted #6F6F6F;
	padding: 5px 0;
	color:#333;
}
.video-bg{
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 280px;
    overflow: hidden;
}
.video-bg .play {
	background: url(../../images/design/play.png) no-repeat;
	width: 61px;
	height: 60px;
	margin: auto;
	position: relative;
	top: 84px;
}

/*MENU STYLES*/
.title-bar{
    background:#000;
}
.title-bar a{
    border-bottom:0;
}
.logo{
    padding:0;
    margin:0;
}
.title-bar .menu-icon {
    margin-top: 16px;
    right: -30px;
}
.button:hover.menu-icon{
    background-color:transparent;
}
.button:focus.menu-icon{
    background-color:transparent;
}
.menu-icon::after{
    box-shadow: 0 7px 0 #fff,0 14px 0 #fff;	
    background: #fff;
}
.mobile-links{
    background: #000;
}
.mobile-links ul{
    margin-bottom:0;
    margin-left:0;
}
.mobile-links ul li {
    background: #000;
    border-bottom: 1px dotted #ccc;
	text-align: center;
    padding:9px 0;
    list-style: none;
}
.mobile-links ul li.lg  {
    border-bottom: none;
    padding:0;
}

.mobile-links ul li>a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
    border-bottom: none;
}

/*===========Newsletter=========*/
#hm-mailing-list{
	margin: 18px;
	text-align:center;
	clear:both;
}
#hm-mailing-list.pg{
	margin: 18px 0;
}

#hm-mailing-list .top-title{
	color:#fff;
	text-shadow: #000 0px 1px 0px;
	font-family: "nimbus-sans-condensed",sans-serif;
    text-transform:uppercase;
	padding:10px 15px;
	font-size:38px;
	background:#157e4c;
	line-height:30px;
}
#hm-mailing-list .top-title span{
    font-weight:900;
	font-size:36px;	
}
#hm-mailing-list .btm-content{
	padding:10px;
	background:#41d494;
	color:#004725;
	font-weight:bold;
}
#content-right #hm-mailing-list .btm-content{
	height: 289px;
}
#hm-mailing-list .btm-content p{
	font-size: 14px;
}
#hm-mailing-list .btm-content .deal{
	color:#000;
	background:#fff url("http://nhcinema.com/images/design/deal-bg.jpg") no-repeat;
	font-family: "lexia",serif;
	padding:10px;
	font-size:14px;
	position:relative;
	height:154px;
}
.deal-ribbon{
    position:absolute;
	left:-22px;
	top:32px;	
}

.hm-email{
	border:none;
	margin:0;
	color:#9D9D9D;
	font-size:12px;
	font-weight: normal;
}
.submit{
	background-color: #157e4c;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: none;
    margin: 0;
    cursor: pointer;
    padding:12px 10px;
}

/*===========Announcements=========*/
#main-announcement{
    background:#008689;
	border-top:8px solid #66c4c6;
	margin-top:20px;
	padding:20px;
	overflow:hidden;
	color:#073036;
	font-size:16px;
}
#main-announcement .text{
    width:100%;
	padding:0;
	line-height:20px;
}
#main-announcement .announce-title{
   	font-family: "lexia",serif;
	font-weight:900;
	font-size:30px;
	line-height:30px;
	color:#073036;
	padding-bottom:10px;
	border-bottom:2px dotted #073036;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
#second-announcement{
    background:#ff9000;
	border-top:8px solid #ffc343;
	margin:20px 0px 20px 0;
	padding:12px 20px 20px 20px;
	overflow:hidden;
	color:#ad4000;
	font-size:16px;
}

#second-announcement .text{
    width:100%;
	padding:0;
	line-height:20px;
}

#second-announcement .announce-title{
   	font-family: "lexia",serif;
	font-weight:900;
	font-size:20px;
	line-height:30px;
	color:#ad4000;
	padding-bottom:10px;
	border-bottom:2px dotted #ad4000;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

#third-announcement{
    background:#dc5324;
	border-top:8px solid #fd7b47;
	padding:12px 20px 20px 20px;
	overflow:hidden;
	color:#840000;
	font-size:16px;
}

#third-announcement .text{
    width:100%;
	padding:0;
	line-height:20px;
}
#third-announcement .announce-title{
   	font-family: "lexia",serif;
	font-weight:900;
	font-size:20px;
	line-height:30px;
	color:#840000;
	padding-bottom:10px;
	border-bottom:2px dotted #840000;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.social{
	margin-top:30px;
}
.movie-thumb{
    position:relative;
}
.movie-thumb img{
	    border: solid 1px #7A7677;
}
.movie-thumb a img:hover{
	    border: solid 1px #fff;
}
hr{
	border-bottom: 1px solid rgba(202, 202, 202, 0.29);
}
.soon{
	background-color: rgba(0, 0, 0, 0.6);
    border-top: solid 8px #d00000;
    padding:5px;
}
.soon-thumb{
    width:18%;
    float:left;
    margin:2px;
}

.soon-thumb img:hover{
	   border: solid 1px #fff;
}
.back{
	padding-bottom: 12px;
    padding-top: 0px;
    padding-left:15px;
    font-size:14px;
}
.back a{
	color:#C0C0C0;
	font-weight:bold;
}
.page{
	padding:10px;
}
.update-cover img{
	width:100%;
	margin-bottom:20px;
}
.thumbnails{
	padding:0 10px 10px 0;
}
.thumbnails.column:last-child:not(:first-child), .thumbnails.columns:last-child:not(:first-child){
	float:left;
}
.yellow{
    background: #FDD835;
    color: #000;
    padding: 15px;
    font-weight: bold;
}
.yellow ul{
	padding-left:20px;
	font-size:14px;
}
.columns.no-pad{
	padding-left:0;
	padding-right:0;
}
.last-update{
	font-family: "nimbus-sans-condensed",sans-serif;
	padding-left:10px;
	font-weight:400;
	font-size:18px;
}
/*============These styles will apply to MEDIUM SIZE SCREENS AND BIGGER============================================ */
@media only screen and (min-width: 40.063em) {

h1.sm-pad{
   padding-left:0px;
}
h1{
	line-height: 50px;
}
p{
	font-size: 14px;	
}
/*MENU STYLES*/	
.desktop-menu{
    background: rgba(0, 0, 0, 0.64);
    margin-bottom:30px;
}
a:hover{
    color:#fff;
}
.main-menu a{
	font-size: 22px;
    color: #d00000;
	padding: 0 0px 5px 0px;
    padding: 0 10px;
	font-family: "lexia",serif;
    clear: both;
    font-weight: 700;
}

.main-menu a:hover{
	color:#fff;
}
.main-menu a.active{
	border-bottom: 3px solid;
}
.main-menu{
    padding:15px 0;
    background:#000;	
}
.submenu .logo{
    position:relative;
    top:10px;
    height:40px;
}
.submenu{
	padding-top:10px;

}
.submenu a {
    color: #ccc;
    padding-right: 20px;
    font-weight: normal;
    font-size:12px;
}
.submenu a i{
    color: #4463B1;
    font-size:34px;
}
.submenu a i.fa-inverse{
    color: #fff;
    font-size:22px;
    position:relative;
    top:4px;
}
.sm-full{
    padding:0 20px;
}
.slideshow{
	padding:20px 20px 0 20px;
	border-bottom:0;
}
.featured-film{
	background-color: rgba(0,0,0,0.7);
	border-top: solid 8px #d00000;
	padding:20px 20px 10px 20px;
	position:relative;
	color:#fff;
}
.featured-film img{
	    border: solid 1px #7A7677;
}
.featured-film img:hover{
	    border: solid 1px #fff;
}
.ribbon-main {
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    text-align: right;
    text-align: left;
    font-family: "lexia",serif;
    position: absolute;
    font-weight: 900;
    top: 30px;
    background-color: rgba(255,255,255,0.7);
    left: -13px;
    color:#000;
}
.ribbon-main a{
    color:#000;
}
.movie-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    text-align:center;
    color:#fff;
}
.rating{
    font-size:14px;
}
.buying{text-align: center;}

#third-announcement{
	margin-top:20px;
}
h2.title{
	font-size:28px;
}
h2.title a:hover{
	color:#ccc;
}
.label.secondary{
	font-size:14px;
	position: relative;
	left:-9px;
}
.movie-list{
	padding:15px;
}
.last-pad{
	margin:0 20px;
}
.soon-thumb{
    width:16%;
    float:left;
    margin:5px 2%;
}
.soon-thumb img{
	   border: solid 1px #7A7677;
}
.social-small{
    margin-top:10px;
}
.movie-info{
	font-size:12px;
	padding-bottom:20px;
}
.movie-info .heading{
	font-weight:bold;
	padding-top:10px;
	font-size:16px;
}
.gallery-thumb img{
	border: 5px solid #700000;
}
.back{
	padding-left:0;
}
#main-announcement.page{
    margin-top:0;
}
.page{
	padding:20px;
}
.yellow{
	margin-right:15px;
}
.last-update{
	padding-left:20px;
}
.gallery.page{
	padding-top:10px;
}
}