/*


	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services
	- Video
	- Recent Work
	- Subscription
	- Social Media Icons
	- Footer
	- Subsciption pop-up
	
*/



/*  Fonts  */
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'satellite';
    src: url('../fonts/satellite.eot');
    src: url('../fonts/satellite.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satellite.woff') format('woff'),
         url('../fonts/satellite.ttf') format('truetype'),
         url('../fonts/satellite.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.menu > ul > li {
    float:center;
    display:inline-block;
    position:relative;
    font-size:19px;
}
 
.menu > ul > li > a {
    
    display:inline-block;
    
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#fff;
}	
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
	width: 250px;
	padding: 0px 30px 20px;
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	background: #fff;
}
 
.sub-menu li {
	font-family: 'open_regular';
    display:block;
    font-size:14px;
	text-align:center;
}
 
.sub-menu li a {
    font-family: 'open_regular';
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    font-family: 'open_regular';
	font-color: #fff;
	background:#ff0000;
}

/*  General CSS*/
.wrapper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	;
	padding-bottom: 0px;
}


.billboard .caption a,
.billboard .caption a i,
.subscription a.start_btn,
.social a,
footer .f_cols a,
footer .f_cols ul li a,
.recent_work a.work_title,
header nav ul li a,
#box #submit{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}



/*  Header  */
header{
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	z-index: 9999;
}

header .logo{
	margin-top: 21px;
	display: inline-block;
}

header nav{
	float: right;
}

header nav ul{
	
	display: block;
}

header nav li{
	float: left;
	margin: 35px 0 0 35px
}

ul{
	float: center;
	margin: 0px 0 0 30px
}

header nav ul li a{
	color: #4d4d4d;
	text-decoration: none;
	font-size: 16px;
	font-family: 'open_regular', arial;
	border-bottom: 1px #ffffff solid;
}

header nav ul li a:hover{
	border-bottom: 1px #4d4d4d solid;
}

#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:15px;
	padding:0 0px;
	font-family: 'Lato', sans-serif;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

/*  Billoard  */
.billboard{
	width: 0%;
	height: 0px;
	background: url('../img/billboard_img.jpg') no-repeat 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.random{
	width: 0%;
	height: 0px;
	
	text-align: center;
	position: relative;
	overflow: hidden;
	
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.billboard .caption{
	margin-top: 230px;
}

.billboard .caption .cap_title{
	font-family: 'satellite', arial;
	font-size: 50px;
	color: #4d4d4d;
	margin-bottom: 30px;
}

.billboard .caption .cap_desc{
	font-family: 'open_regular', arial;
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 60px;	
}

.billboard .caption a{
	padding: 15px 80px;
	background: #4d4d4d;
	color: #fff;
	font-family: 'open_semibold', arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.billboard .caption a:hover{
	background: #ffffff;
	color: #4d4d4d;
}


.billboard .caption a i{
	width: 17px;
	height: 5px;
	display: inline-block;
	background: url('../img/right_arrow.png') no-repeat;
	margin: 0 0 4px 6px;
}

.billboard .caption a:hover i{
	background: url('../img/right_arrow_black.png') no-repeat;
}

/*  top page tape  */
.tape{
	width: 0%;
	height: 0px;
	background: url('../img/billboard_img.jpg') no-repeat 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.tape .caption{
	margin-top: 230px;
}

.tape .caption .cap_title{
	font-family: 'satellite', arial;
	font-size: 50px;
	color: #4d4d4d;
	margin-bottom: 30px;
}

.tape .caption .cap_desc{
	font-family: 'open_regular', arial;
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 60px;	
}

.tape .caption a{
	padding: 15px 80px;
	background: #4d4d4d;
	color: #fff;
	font-family: 'open_semibold', arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.tape .caption a:hover{
	background: #ffffff;
	color: #4d4d4d;
}


.tape .caption a i{
	width: 17px;
	height: 5px;
	display: inline-block;
	background: url('../img/right_arrow.png') no-repeat;
	margin: 0 0 4px 6px;
}

.tape .caption a:hover i{
	background: url('../img/right_arrow_black.png') no-repeat;
}

.img {
	max-width:100%;
	}

/*  Services  */
.services ul{
	list-style: none;
	display: block;
	margin: 100px 0;
	text-align: center;
	overflow: hidden;
}

.services ul li{
	float: left;
	width: 346px;
	margin-right: 80px;
}

.services ul li:last-child{
	margin-right: 0;
}

.services ul li .s_icons,
.services ul li h3{
	margin-bottom: 40px;
}

.services ul li h3{
	font-family: 'open_bold', arial;
	font-weight: bold;
	font-size: 22px;
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 50;
}

.services ul li p{
	font-family: 'open_regular', arial;
	color: #727272;
	font-size: 14px;
	line-height: 22px;
}

/*  Slider  */
@import url(https://fonts.googleapis.com/css?family=Istok+Web);
@-webkit-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-moz-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-o-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
body, figure { 
  margin: 0; background: #ffffff;
 font-family: 'Lato', sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; 
   -webkit-animation: 25s slidy ease-in-out infinite;
   @-moz-animation: 25s slidy infinite; 
   @-o-animation: 25s slidy infinite; 
   animation: 25s slidy infinite;
}
figure.slider figure { 
  width: 20%; height: 500px;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .2rem; 
}




/*  Video  */
.video{
	text-align: center;
	border-top: 1px #e7e7e7 solid; 
	border-bottom: 1px #e7e7e7 solid;
	margin-bottom: 100px;
	padding-top: 100px;
}

.video h3{
	font-family: 'open_bold', arial;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-bottom: 20px;
}

.video p{
	display: inline-block;
	width: 600px;
	font-family: 'open_regular', arial;
	font-size: 16px;
	color: #727272;
	margin-bottom: 80px;
	line-height: 24px;

}

.video .ex_video{
	margin-bottom: -3px;
}



/*  Recent work  */
.recent_work{
	margin-bottom: 100px;
	overflow: hidden;
}

.recent_work h3.S_title{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #4d4d4d;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}

.recent_work .work{
	width: 262px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 50px;
}

.recent_work .work:last-child{
	margin-right: 0;
}

.recent_work a.work_img{
	width: 262px;
	height: 320px;
	background: red;
	position: relative;
}


.recent_work a.work_title{
	display: inline-block;
	text-decoration: none;
	width: 262px;
	background: rgba(59, 59, 59, .8);
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	bottom: 0;
}

.recent_work .work:hover a.work_title{
	bottom: 66px;
}

.recent_work .work_title i{
	display: inline-block;
	width: 13px;
	height: 5px;
	background: url('../img/work_arrow.png') no-repeat;
	margin: 0 0 2px 8px;
}

.form{
	width: 100%;
	list-style:none;
}

/* Body  */
.body{
	width: 100%;
	padding: 45px 0 113px 0;
	background: #f5f5f5;
	border-top: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	text-align: center;
	margin: 20px 0;
}

.body .title{
	font-family: 'open_semibold', arial;
	font-weight: bold;
	font-size: 30px;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align: center;
}

.body .title2, a.title2{
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}


.body .desc{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 16px;
	align: center;
	color: #4d4d4d;
}	

	.body .bio{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 22px;
	align: left;
	color: #4d4d4d;
}
.body .quote{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 22px;
	align: center;
	color: #4d4d4d;
}
.body .rightquote{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 22px;
	align: right;
	color: #4d4d4d;	
}

.body a.start_btn{
	padding: 10px 40px;
	margin: 10px 0;
	color: #4d4d4d;
	border: 2px #4d4d4d solid;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 16px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.body a.start_btn:hover{
	background: #4d4d4d;
	color: #f5f5f5;
}

/*  Subscription  */
.subscription{
	width: 100%;
	padding: 95px 0 113px 0;
	background: #f5f5f5;
	border-top: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	text-align: center;
	margin: 100px 0;
}

.subscription .title{
	font-family: 'open_semibold', arial;
	font-weight: bold;
	font-size: 30px;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.subscription .desc{
	font-family: 'open_regular', arial;
	font-size: 14px;
	color: #717171;
	margin-bottom: 60px;
}

.subscription a.start_btn{
	padding: 10px 40px;
	margin: 10px 0;
	color: #4d4d4d;
	border: 2px #4d4d4d solid;
	text-decoration: none;
	font-family: 'open_bold', arial;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 16px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.subscription a.start_btn:hover{
	background: #4d4d4d;
	color: #f5f5f5;
}



/*  Social Media Icons  */
.social{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}

.social a{
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-right: 56px;
	background: url('../img/sm.png') no-repeat;
}

.social a:last-child{
	margin-right: 0;
}


.social a.fb{
	background-position: 0 0;
}
.social a.t{
	background-position: -71px 0;
}
.social a.d{
	background-position: -142px 0;
}
.social a.g{
	background-position: -213px 0;
}


.social a:hover{
	background: url('../img/sm_hover.png') no-repeat;
}

.social a.fb:hover{
	background-position: 0 0;
}
.social a.t:hover{
	background-position: -71px 0;
}
.social a.d:hover{
	background-position: -142px 0;
}
.social a.g:hover{
	background-position: -213px 0;
}




/*  Footer  */
footer{
	background: #3b3b3b;
	padding: 30px 0;
	overflow: hidden;
}

footer .f_cols{
	width: 270px;
	height: auto;
	float: left;
	margin-left: 40px;
}

footer .f_cols:first-child{
	margin-left: 0;
}

footer .f_cols h3{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h4{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

footer .f_cols p{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ebebeb;
	margin-bottom: 20px;
}

footer .f_cols span.phone{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #b5b5b5;
}

footer .f_cols a{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	color: #b5b5b5;
}

footer .f_cols a:hover{
	color: #ebebeb;
}

footer .f_cols ul li{
	
	margin-bottom: 15px;
}


footer .f_cols ul li a{
	text-decoration: none;
	color: #ebebeb;
	font-family: 'Lato', sans-serif;;
	font-family: 14px;
	border-bottom: 1px #3b3b3b solid;
}


footer .f_cols ul li a:hover{
	border-bottom: 1px #ebebeb solid;
}



/*  Subscription pop-up  */
#lightbox{
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden!important;
	z-index: 9900;
}

#box{
	width: 400px;
	height: 350px;
	background: #fff;
	position: fixed;
	display: none;
	text-align: center;
	z-index: 9999;
}

#box form{
	padding: 75px 0;
}

#box .close{
	width: 40px;
	height: 40px;
	display: block;
	background: url('../img/close.png') no-repeat;
	right: -19px;
	top: -19px;
	position: absolute;
}

#box #email,
#box #name{
	display: block;
	width: 215px;
	height: 50px;
	background: #ffffff;
	border: 1px #edebeb solid;
	margin: 0 auto 10px auto;
	padding: 0 20px;
	outline: none;
	color: #424242;
}

#box #submit{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	color: #424242;
	border: 2px #424242 solid;
	padding: 15px 54px;
	margin-top: 20px;
	outline: none;
}

#box #submit:hover{
	cursor: pointer;
	color: #fff;
	background: #424242;
	border: 2px #424242 solid;
}

::-webkit-input-placeholder {
   color: #d1d0d0;
}

:-moz-placeholder { /* Firefox 18- */
   color: #d1d0d0;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d1d0d0;  
}

:-ms-input-placeholder {  
   color: #d1d0d0;  
}
