@charset "utf-8";
/* CSS Document */

@font-face {
		font-family:'swis';
		src: url('swis.eot');
		src: url('swis.eot?#iefix') format('embedded-opentype'),
		url('swis.ttf') format('truetype'),
		url('swis.svg#ManoramaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
@font-face {
		font-family:'timeburner';
		src: url('timeburner.eot');
		src: url('timeburner.eot?#iefix') format('embedded-opentype'),
		url('timeburner.ttf') format('truetype'),
		url('timeburner.svg#ManoramaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}	
		
@font-face {
		font-family:'futurabt';
		src: url('futurabt.eot');
		src: url('futurabt.eot?#iefix') format('embedded-opentype'),
		url('futurabt.ttf') format('truetype'),
		url('futurabt.svg#ManoramaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
@font-face {
		font-family:'bebas';
		src: url('bebas.eot');
		src: url('bebas.eot?#iefix') format('embedded-opentype'),
		url('bebas.ttf') format('truetype'),
		url('bebas.svg#ManoramaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
a, a:hover { text-decoration:none; outline:none !important;}	

#banner { width:100%; height:600px; margin:0px; padding:0px; position:absolute; }

.navbar-nav > li > a {font-family:swis !important; }

.logo { margin-top:175px; margin-left:75px;}

.body { background-color:#0085e2; margin-top:189px; color:#FFFFFF;}

.head_01 { font-size:16px; text-align:center; line-height:75px;}
.head_02 {  font-family:timeburner; font-size:14px; text-align:center; }

.services { float:left; width:135px; text-align:center; }
.services > a {font-family:swis; text-transform:uppercase; font-size:15px; text-decoration:none; color:#FFFFFF;}

#footer { width:100%; background-color:#0b9bff; text-align:center;}
.bottom_link, .bottom_link a { font-family:swis; font-size:13px; line-height:25px; color:#FFFFFF; text-decoration:none;}
.bottom_link a:hover { color:#FFFF00;}

#visual_head { background-color:#0085e2;}

.inner_page_head { font-family:futurabt; color:#005d9e; font-size:70px; text-transform:uppercase; line-height:65px; margin-top:-15px; 	text-shadow: -2px 0px 0px rgba(0,0,0,0.8);}
.inner_page_details { font-family:futurabt; font-size:15px; color:#011e32; font-weight:400; line-height:18px; margin-top:10px;}

.casting_call { display:block; position:absolute; width:227px; height:146px; z-index:9999; margin-top:115px; right:5%; }


/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-4,
#portfolio .col-sm-3 {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
  height: 250px;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

.folio_name { position:absolute; min-width:100px; height:50px; margin-top:-150px;  background-color:rgba(0,0,0,0.5); padding:5px 15px;  text-align:center; color:#FFFFFF; text-transform:uppercase; font-family:futurabt; font-size:20px; line-height:20px;}
.folio_name > span { display:block; text-transform:none; font-size:13px;}

.media_scroll { margin:0px 10px; border-radius:5px;}
