*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:1em;
	color: #363636;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;  overflow-x: hidden; 
margin:0;
}

#wrapper {
margin-left: auto;
margin-right: auto;
	width:100%;
		min-height: 768px;	
	background-color: #FCFBF4;

	}
#container{
	margin-left: auto;
margin-right: auto;
	width: 80%;
		max-width: 1580px;
}
header {
	height: 70px;
	position: fixed;
	z-index: 999;	
	float: left;
	margin:0 auto;
	margin-bottom: 20px;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	background-color: #FCFBF4;
	/*border-bottom: 1px solid #f2f2f2;*/

/*-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
*/
	/*background: url(images/header_image-01.png) center top no-repeat;*/ /*no-repeat center center fixed; *//*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/	
}


hgroup {
	margin-top: 15px;
	float: left;
	width: 80%;
	max-width:54px;
	float: left;
}
hgroup img{
width: 100%;
}



#social {
float: right;
width: 15%;
margin-top: 20px;
margin-left: 20px;
}
#social_icon {
	float: right;
	margin-left: 20px;
	margin-top:-10px;
	display: inline;
    width: 50%;
}
#social_icon ul li a:hover{
	text-decoration:none;
	color: #222222;
		opacity: 0.4;
	filter: alpha(opacity=40);
	/*background-color:#f0f0f0;*/
}

#page{
	margin: auto 0;
	position:relative;
	width: 100%;
	float: left;
	background-color: #FCFBF4;
}


/* Hyperlink Styles: */

a, a:visited {
	color:#222222;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1 {
	/* The logo text */
	font-size: 32px;
	padding: 0.5em 0 0;
	color: #222222;
	margin-bottom:8px;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	line-height:1.2;
	color: #222222;
	text-align: left;
}
h3 {
	/* The slogan text */
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #222222;
}

h4 {
	font-size: 18px;
	text-align: left;
	color: #222222;
	font-weight: bold;
	line-height: 1.4em;
}
h5 {
	vertical-align: central;
	font-size: 16px;
	font-weight: 100;
	padding: inherit;
	font-weight:bold;
}
h6 {
/*	text-align: center;
	vertical-align: central;
	font-size: 18px;
	font-weight: 100;
	padding: inherit;*/
	font-size:16px;
	font-style:italic;
	font-weight:100;
	color:#666666;
}
p{
text-align: left;
font-size: 16px;
margin-bottom: 24px;
line-height: 1.4;
color: #666666;
font-weight: 100;
float:left;
}


.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	margin:1.3em 0;
}
#portfolio_content {
	width: 100%;
	/*padding-left:5%;
	padding-right:5%;*/
	background-color: #FCFBF4;
	float: left;
	min-height: 720px;
	padding-top:60px;
}
#portfolio_content img {
	width: 100%;
	margin-top:-5px;
}
.page_title {
	text-align:center;
	width:100%;
	margin-bottom:40px;
	margin-top:20px;
}

.bm_description {
	width:100%;
	float:left;
	margin-top:50px;
	margin-bottom:50px;
}
.about_page{
	    margin-top: 60px;
}
.about{
	    margin-top: 20px;
    float: left;
    width: 90%;
}
.featured {
	width:90%;
	float:left;
	padding-left:5%;
	padding-right:5%;
}
.featured_work {
	width:100%;
	float:left;
	padding-bottom:30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom:40px;

}
.thumbnail_title {
	width:40%;
	text-align:left;
	margin-top:40px;
float:left;}


.thumbnail_title h6{
	text-align:left;
	font-size:16px;
	font-style:italic;
	font-weight:100;
	color:#666666;
}

/*.featured_description {
	float:left;
	margin-top: 40px;
	padding-left:24px;
	padding-right:24px;
	font-size:18px;
	line-height:1.5;
}
*/

.thumbnail_description {
	font-size:16px;
	line-height:1.4;
	width:60%;
	float: left;
	margin-top:40px;
	color:#222222;
}
.featured a:hover{
 text-decoration:underline;
}
.thumbnail_description a:hover {
	text-decoration: underline;
}
.arrow {
	width:20px;
	margin-top:16px;
	stroke:#222222;
}
.arrow:hover {
	stroke:#ff5000;
	display:in-block;
}
svg:hover path{
	stroke:#ff5000;
	fill:#ff5000;
}

.reveal{
 /* position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;*/
	 position: relative;
  transform: translateY(120px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.full_width {
	width:90%;
	padding-left:5%;
padding-right: 5%;
	float:left;
	padding-bottom:30px;
	padding-top:5px;
}
.full_width_desktop {
	width:90%;
	padding-left:5%;
padding-right: 5%;
	float:left;
	padding-bottom:30px;
	padding-top:5px;
}
.full_width_mobile {
	display:none;
}
.two_column {
	width:48%;float:left;
}
.two_column2 {
	width:48%;float:right;
	padding-left:4%;
}

.section_title {
	width:80%;float:left;
margin-bottom:20px;
	margin-top:40px;
font-size:18px;
font-weight:bold;}

.with_line {
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding-top:20px;
	float:left;
	width:100%;
}
.about_company {width:100%;}
.sub_label {width:100%;float:left;margin-bottom:16px;}
.sub_copy {width:100%;float:left;}
.portfolio {
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 22%;
}
.work_description1 {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
.work_nav {
	width:100%;
	background-color:#333333;
	float:left;
	margin-top:-60px;
	color: #ffffff;
}
.previous_work {
	float:left;
	color:#ffffff;
	width:40%;
	background-color:#333333;
	padding:36px 5% 36px 5%;
}
.work_nav a:hover {
	background-color: #ff5000;
}
.next_work {
	float:right;
	color:#ffffff;
	width:40%;
	padding:36px 5% 36px 5%;
	background-color:#333333;
}
.project_name {
	color:#ffffff;
	font-size:20px;
	float:left;
}
.project_name a {
		color:#ffffff;
}
.arrow1 {
	width:24px;
	stroke:#ffffff;
	float:left;
	margin-top:4px;
	display:inline-block;
}

.embeded_video {
	width:100%;
	/*	margin-left:auto;
	margin-right:auto;*/
	margin-bottom:40px;
	float:left;
}

footer .line{
	margin:2em 0;
}

label {  
 color: #FFFFFF;
    cursor: pointer;
    font-size: 2.5em;
	}
.nav {
	/*background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;*/
	float: right;
	padding: 0 5px;
	top: 6em;
	margin-top: 26px;
	background-color:#FCFBF4;
}
/* The clearfix hack to clear the floats: */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* The navigation styling: */

.nav ul li {
	display: inline;
}
.nav ul li a, .nav ul li a:visited {
	color: #222222;
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 20px;
	padding: 0px 8px 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration:none;
}
.nav ul li a:hover {
	text-decoration: none;
	color: #ff5000;/*background-color:#f0f0f0;*/
}
.nav ul li a.focus{
	text-transform:underline;
}
.nav ul li.active-link>a{
   text-decoration:underline;
}

/*.menu-toggle {
	display: none;
}
.slide-toggle {
	display: none;
}
#menu {
	display: none;
}
#menu-toggle {
	display: none;
}*/
.nav_mobile {display:none;}

/*nav finish*/


/*social icon*/
#social_icon{
display: inline;
float:right;}
.social_icon_d{
	float:right;
	width:40px;
	height: 40px;
	margin-top:-5px;
	margin-left: 20px;
}

#social_icon ul li{
	display:inline;
}

#social_icon ul li a,
#social_icon ul li a:visited{
	color:#ffffff;
	display:block;
	float:left;
font-size: 1.15em;	font-weight:normal;
	margin-top:5px;
	margin-left: 20px;
	text-transform:uppercase;
}

#social_icon ul li a:hover{
	text-decoration:none;
	color: #ff5000;
	/*background-color:#f0f0f0;*/
}

#social_icon ul {
float:right;
margin-right: 5%;
}


/* Article styles: */


article{
/*	margin:3em 0;*/
	float:left;
}

figure{
	border:3px solid #142830;
	float:right;
	height:300px;	margin-left:15px;
	overflow:hidden;
	width:500px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}
.emphasize{
	border-top: 2px solid #ff5000;
		border-bottom: 2px solid #ff5000;
		width: 85%;
		padding-top:2em;
margin-left:  7.5%;
margin-right: 7.5%;
float:left;
}
.emphasize h3 {
color: #ff5000;
    font-size: 2em;
    line-height: 0;
		text-transform:uppercase;
		text-align: center;
	}
.work {
	float: left;
	/*width: 80%;
	padding-left: 10%;
	padding-right: 10%;*/
	overflow: hidden;
	margin-bottom:20px;		
	width:100%;

}
.work img{
	width: 100%;
}
.work h2 {
	color: #eee;
}
.work h3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 200;
	color: #717171;
	letter-spacing:1px;

}
.work_image {
	width: 20%;
	padding-bottom: 20%;
	background: #eee;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
}
.work_title {
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
	text-align: center;
	margin-top:10px;
	color: #EEE;
	font-size: 1.25em;
}
.work_circle {
}
.work img {
	display: block;
	width: 100%;
	max-width: 1200px; /* corresponds to max height of 450px */
	margin: 0 auto;
}
.work_content {
	margin: 0 auto;
	width: 85%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1280px;
}
.work_description {
	float: left;
	width: 100%;
	font-size: 0.75em;
	line-height: 1.2;
	font-weight: 200;
	color: #999;
}


.blue_line{
float: left;
border-top: 2px solid #ff5000;
width: 100%;
height: 20px;
}
.content_body {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #ffffff;
}
.content_body h1 {
	text-align: center;
	font-size: 4.4em;
	line-height: 1.1;
}
.content_body h2 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.1;
}
.content_body h3 {
	text-align: center;
	font-size: 1em;
	line-height:1.5em;
	font-weight: 200;
}
.contact_button {
width: 15%;
margin: 20px auto;
}
.contact_button img {
	width: 100%;
}
.contact_title {
margin-top:-110px;
margin-bottom:100px;
}


/* Footer styling: */

footer{
	font-size:0.85em;
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	color: #ffffff;
	text-align:left;
	padding-bottom:30px;
	background-color: #111111;
/*	border-top: 1px solid #f2f2f2;*/
	font-size:16px;
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
}

footer a,footer a:visited{
	color:#ffffff;
	display:block;
	padding:2px 4px;
}

footer a:hover{
	text-decoration:none;
}

footer a.by{
	float:left;

}

footer a.up{
	float:right;
}
.footer_info{
float: left;
text-align: left;
}
.footer_info a{
decoration: none;
margin-left: -5px;color: #ff5000;

}
.footer_info a:hover{
decoration: none;
color: #ff5000;
}
footer h4 {
	font-size:16px;
	color:#ffffff;
	font-weight:200;
}
.social_icon {float:right;}
.social_icon a {
	float:left;margin-right:14px;
}
svg {
	display:inline-block;
}
svg:hover {
fill: #ff5000;
}
/* Tab start */

/*.work_description{
margin-bottom: 20px;
float: left;
}*/
#thumbnails {
  overflow: hidden;
  list-style: none;
    overflow: hidden;
padding: 0 5%;
    width: 90%;
		float:left;
}
#thumbnails img{
width: 100%; 
overflow: hidden;
}
#thumbnails1 {
  overflow: hidden;
  list-style: none;
    overflow: hidden;
padding: 0 5%;
    width: 90%;
		float:left;
}
#thumbnails1 img{
width: 100%; 
overflow: hidden;
}
.tumbnail_title {
width: 100%;
color: #ffffff;
float: left;
text-align: center;	
margin-bottom:20px;
margin-top: 1em;
font-size:1.15em;
}
.thumbnail {
 float: left;
   
    overflow: hidden;
    z-index: 100;
	/* box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    border:5px solid #FFF;*/
margin-bottom: 1em;
}
.caption_overlay {
display:none;
}
.work_1{
	  float: left;
    margin-bottom: 0.5em;
    margin-right: 2%;
    width: 32%;
	margin-bottom:1em;
}
.work_2{
	  float: left;
	margin-bottom:1em;
    width: 32%;
}
.work_3{
	  float: left;
	margin-bottom:1em;
    width: 22%;
	    margin-right: 4%;

}
.work_4{
	  float: left;
	margin-bottom:1em;
    width: 22%;
}
.work_name{
	color: #FFFFFF;
    float: left;
    font-size: 1.25em;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

/*light box*/
.pressbox {
	width: 0;
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 500;
	text-align: center;
	background: rgba(0,0,0,0.7);
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}

	.pressbox img	{
		opacity: 0;
		padding: 10px;
		background: #ffffff;
		margin-top: 100px;
		
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;	
		}
#image1 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
#image2 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image3 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image4 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image5 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image6 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image7 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image8 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image9 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image10 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image11 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image12 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image13 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image14 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
	#image15 img{
	margin-left: auto;
    margin-right: auto;
 padding-left: 22%;
    padding-right: 22%;
    width: 56%;
	overflow: visible;
margin-top: -126px;
	}
		
.pressbox:target {
bottom: 0;
    height: 100%;
    overflow: scroll;
    right: 0;
    width: auto;
	}
	
	.pressbox:target img {
		opacity: 1;
		}
		
		.popup_content{
	background-color: #FFFFFF;
    float: left;
    margin-left: 5%;
    width: 90%;
}
.popup_title{
  background-color: #ff5000;
    color: #FFFFFF;
    float: left;
    font-size: 2.5em;
    font-weight: bold;
    margin: 3em auto;
    padding: 43px 20% 30px;
    width: 60%;
}
.popup_description{
   background-color: #FFFFFF;
    color: #363636;
    float: left;
    font-size: 1em;
    margin: -0.5em auto 3em 0;
    padding: 3em 20%;
    text-align: left;
    width: 60%;
	line-height:1.3;
}
#pop_up{

    width: 100%;
}

	.video_holder{
width: 100%;
background-color: #fff;	
}
/*light box end*/



.portfolio_subject {
color: #ffffff;
float: left;
font-size: 1.25em;
font-weight: bold;
text-align: left;
width: 90%;
float: left;
padding-left:5%;
padding-right: 5%;
margin-top: 130px;
padding-top: 3.5em;
padding-bottom: 0em;
margin-right:0;
margin-left:0;
	}
	
	.portfolio_subject h3{
		font-size: 1em;
		line-height:1.5;
	text-align:left;
	color: #5d5d5d;
	}
	.portfolio_decription {
		   background-color: #FFFFFF;
    color: #363636;
    float: left;
    font-size: 1em;
    margin: -0.5em auto 3em 10%;
    padding: 3em 12%;
    text-align: left;
    width: 56%;
	line-height:1.3;
	float:left;
	}
	
video {
width: 100%;
height:auto;
}
	#bm_portfolio1 {
	width: 100%; background-color: #363636;
	margin-top:-5px; display: none;
		/*	padding-top: 150px;
background: url(images/service_image2.png) center top no-repeat;
		  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}
#bm_portfolio2 {
	width: 100%; background-color: #ffffff;
	margin-top:-3em;
		/*	padding-top: 150px;
background: url(images/service_image2.png) center top no-repeat;
		  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}

.work1 h2 {
	color: #eee;
}
.work1 h3 {
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 200;
	color: #eee;
}
.work2 h2 {
	color: #eee;
}
.work2 h3 {
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 200;
	color: #eee;
}
.portfolio_subject h2{
		font-size: 2.5em;
		line-height:1;
text-transform: inherit;
text-align:left;
color: #717171;
    letter-spacing: -2px;
	}
	
	.portfolio_subject h3{
		font-size: 1em;
		line-height:1.5;
		text-align:left;
	}
	

	.portfolio_subject h5{
		font-size: 0.8em;
line-height: 3;
text-align:center;
color: #ff5000;
font-weight: 100;text-decoration: none;
margin-top: -24px;
margin-bottom: 16px;
	}
	.portfolio_subject h5:hover{
		line-height:3;
text-decoration: none;
color: #363636;
	}
		.portfolio_subject a:hover{
		line-height:3;
text-decoration: none;
color: #363636;
	}
	.portfolio_subject a:visited{
		line-height:3;
text-decoration: none;
color: #ffffff;
	}
	.portfolio_subject a {
		line-height:3;
text-decoration: none;
color: #ffffff;
	}
	.portfolio_subject a:select{
		line-height:3;
text-decoration: none;
color: #ffffff;
	}
	#hero {
width:100%;
}
	
#hero_slide { background-color: #FFFFFF;
overflow: hidden;
padding: 80px 0 0;
width: 100%;
margin-bottom: 16px;
	}
#hero_slide img{ width:120%; 
	}

#forvideo {
	float:left;
	margin-top:300px;
	width: 100%;

}