html,body{
	margin: 0;
	padding: 0;
}
body{
	background-color: #2b2a28;
	color: #FFF;
}
header{
	height: 240px;
	text-align: center;
	padding: 10px 0;
}
.banner{
	background: url(../images/shadow.png) center bottom no-repeat;
	padding-bottom: 50px;
}
.banner img{
	width: 100%;
	max-width: 100%;
}

.block-1{
	font-family: 'Balthazar', serif;
	font-size: 18px;
	text-transform: uppercase;	
	text-align: center;
}
.underline{
	height: 2px;
	border-bottom: 1px solid #FFF;
	display: block;
	margin: 0 auto;
	display:none;
}
.underline.two{
	width: 7%;
}
.underline.hundrd{width:10%; float:left;}
.underline.three{
	width: 20%;
}
.block_title{
	font-size: 24px;
}
.photosBlck .photosBlck .col-md-4{min-height: 300px;}
.photosBlck .picIm{
	/*background:url(../images/pic_bg.png) no-repeat;*/
	background-position:center;
	padding: 42px;
	float: left;
width: 100%;
background-size: 100% auto;
}
.picIm a{max-width:100%;}
.picIm a img{max-width:100%;}
.photosBlck .picName{
	font-size: 24px;
	color: #FF0800;
	text-transform:uppercase;
	text-align: left;
	padding-left: 42px;
	margin-top: -20px;
	float:left;
	width:100%;
}
.photosBlck .picName span{
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	color: #FFF;
	font-size: 16px;
	display: block;
}

.photosBlck02 .photosBlck .col-md-4{min-height: 300px;}
.photosBlck02 .picIm{
	/*background:url(../images/pic_bg2.png) no-repeat center center;*/
	padding: 42px;
}
.photosBlck02 .picName{
	font-size: 18px;
	color: #FF0800;
	text-transform:uppercase;
	text-align: left;
	padding-left: 42px;
	margin-top: -20px;
}
.photosBlck02 .picName span{
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	color: #FFF;
	font-size: 14px;
	display: block;
}
.photosBlck02 img {
    max-width: 97%;
}
.clear_both{ clear:both }
.block_title02{
	font-size: 18px;
}
.photoStills .col-md-4 img{
	width:100%;
	border: 1px solid #fff; 
}
.photoStills .col-md-4{
	text-align: center;
	margin-bottom: 30px;
}
/*footer{
	height: 50px;
	background: url(../images/shadow.png) center bottom no-repeat;
}
div.footerDiv{
		background-color: #1b1a19;
		min-height: 300px;
}*/
.footer img{
	width: 100%;
}
.block_title .underline{display:block;}
.footer .underline{display:block;}
.footer{padding:25px 25px 100px 25px; margin-bottom:100px;
min-height: 300px;
box-shadow: 0px -50px 70px -30px #000;
}
.socialMedia{
	display: none;
	background: url(../images/Shover.png) no-repeat;
	position: absolute;
	right: 34px;
	bottom: 25px;
	z-index: 9;
	width: 115px;
	height: 115px;
	padding-left: 30px;
}
.socialMedia a {
    margin-top: 62px;
    display: inline-block;
    width: 25px;
}
.picIm{ position: relative; }
.picIm:hover .socialMedia{
	display: block;
}
.photosBlck02 .socialMedia{
	display: none;
	background: url(../images/Shover2.png) no-repeat;
	position: absolute;
right: 17px;
bottom: 0px;
z-index: 9;
width: 115px;
height: 115px;
padding-right: 30px;
}
.photosBlck02 .socialMedia a {
    margin-top: 40px;
    display: inline-block;
    width: 25px;
}
.video_img{
	padding: 15px;
	/*background: #FFF;*/
}

iframe{border:10px solid #fff; margin: 2%;width: 96%;}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(0, 0, 0, 0.6);

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width:60%;
  max-width: 1200px;
    border-radius:25px;
}
.modal-content img{  border-radius:25px;}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity:0.7;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{left:0;}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.photoStills img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.profile_cont font{color:#FF0800; text-transform:uppercase; font-size:24px;}
.profile_cont{text-transform:none; text-align:left;}
.picFrame{position:relative;}
.slct_img{position:absolute; margin:auto; right:0; top:0; bottom:0; width:25px;}
.social_btn{position:absolute; right:50px; top:180px; padding:0; margin:0;}
.social_btn li{float:left; list-style:none;}
.our_servc, .socl_servc{padding:0; margin-top:20px;}
.our_servc li{list-style:none; font-size:20px; padding-bottom:10px; color:#cdc7c7;}
footer a{color:#ff0800;}
.socl_servc li{width:45px; height:45px; float:left; list-style:none; margin-right:15px;}
.socl_servc li img{max-width:100%;}
.foot_logo img{max-width:80%;}
.logo_clear{display:none;}
.titleBlock img{max-width:80%;}
img{max-width:100%;}
.movieTitle .one{float:left; width:100%; margin-bottom:20px;}
.new_pop{position:fixed; z-index:555; width:100%; text-align:center; height:100%; background-color:rgba(0, 0, 0, 0.8);padding:0 5%;}
#close_poster{cursor:pointer;}
.glyphicon-remove{border:2px solid #fff; border-radius:50%; padding:5px; background-color:#000; position:relative; top:15px; right:-15px;}
@media (max-width:1300px){
	header > div > a > img{max-height:160px;}
	.logo_clear{display:block;}
	.photosBlck .picName{width:100%; float:left; font-size:20px;}
	.social_btn{top:136px;}
	header{height:190px;}
	.social_btn img{width:70px;}
	}
	
	@media (max-width:1200px){
		.photosBlck02 .picIm{padding:15px;}
		.photosBlck02 .picName{margin-top:0; padding:0; text-align:center;}
		.block_title02{min-height:70px;}
		}
	@media (max-width:1024px){.glyphicon-remove{right:15px;}}
		
	@media (max-width:991px){
		.photosBlck .picIm{background-size:auto;}
		.photosBlck .picIm{width:auto;}
		.picFrame{margin-bottom:30px;}
		.block_title02{min-height:50px;}
		.picFrame{display:inline-block;}
		.photosBlck .picName{clear:both;}
		}
		@media (max-width:991px){
				.social_btn img{width:50px;}
				.social_btn{top:140px; right:10px;}
			}
		@media (max-width:850px){
			
			}
			
		@media (max-width:768px){
			.photoStills .container{max-width:90%; padding:0;}
			.photoStills .col-md-4{width:50%; float:left;}
			.modal-content{width:90%;}
			.prev:hover, .next:hover{background:none; color:#fff; text-decoration:none;}
			
			}
			
	@media (max-width:500px){
	header > div > a > img{max-height: 130px;float: none;}
	.logo_clear{display:block;}
	.social_btn{width:auto; right:0;}
	.social_btn li{width:auto;}
	.photoStills .col-md-4{width:100%; float:left;}
	}
	
@media (max-width:430px){
	.photosBlck .picIm{background-size:100%;}
	}

@media (max-width:710px){
		header > div > a > img{max-height:130px;}
		.social_btn {top: 12px; display: inline-block; right: auto; position:relative;}
	}