*{
	/* 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 {
	    position: sticky;
    top: 0;
	height: 70px;
	position: fixed;
	z-index: 999;	
	float: left;
	margin:0 auto;
	margin-bottom: 20px;
	width: 100%;
	
	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;
	margin-left:5%;
}
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: 24px;
	padding: 0.5em 0 0;
	color: #222222;
	margin-bottom:4px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	line-height:1.2;
	color: #222222;
	text-align: left;
}
h3 {
	/* The slogan text */
	    font-size: 20px;
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 1.4;
    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:14px;
	font-style:italic;
	font-weight:100;
	color:#666666;
}
p{
text-align: left;
font-size: 16px;
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%;
}
.page_title {
	text-align:center;
	width:100%;
	margin-bottom:30px;
	margin-top:20px;
}

.bm_description {
	width:90%;
	float:left;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:5%;
	padding-right:5%;
}
.about_page{
	    margin-top: 60px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
}
.about{
	    margin-top: 20px;
    float: left;
	width:100%;
}
.about h3{
	   font-weight:normal;
}
.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:100%;
	text-align:left;
	margin-top:20px;
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:100%;
	float: left;
	margin-top:20px;
	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:100%;
	/*padding-left:5%;
padding-right: 5%;*/
	float:left;
	padding-bottom:40px;
	padding-top:5px;
}
.full_width_desktop {
display:none;
}
.full_width_mobile {
	width:100%;
	float:left;
	padding-bottom:40px;
	padding-top:5px;
}
.two_column {
	width:100%;float:left;
}
.two_column2 {
	width:100%;float:left;
}

.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;
	margin-top:30px;
	width:90%;
	margin-left:5%;
}
.about_company {width:90%;padding-left:5%;padding-right:5%;}
.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:-40px;
	color: #ffffff;
}
.previous_work {
	float:left;
	color:#ffffff;
	width:45%;
	background-color:#333333;
	padding:36px 0 36px 5%;
}
.work_nav a:hover {
	background-color: #ff5000;
}
.next_work {
	float:right;
	color:#ffffff;
	width:45%;
	padding:36px 5% 36px 0;
	background-color:#333333;
}
.project_name {
	color:#ffffff;
	font-size:16px;
	float:left;
	width:74%;
}
.project_name a {
		color:#ffffff;
}
.arrow1 {
	width:20px;
	stroke:#ffffff;
	float:left;
	display:inline-block;
}
.embeded_video {
	width:100%;
	/*	margin-left:auto;
	margin-right:auto;*/
	margin-bottom:10px;
	float:left;
}

footer .line{
	margin:2em 0;
}
.nav {
 /* background: none repeat scroll 0 0 #333333;
    border-radius: 0;
    float: left;
    height: auto;
    left: 10px;
    min-height: 806px;
    padding-left: 3em;
    padding-top: 95px;
    position: absolute;
    top: 0;
    transform: translateX(-104%);
    width: 30%;*/
	display:none;
}
.nav ul{
 display: block;
    float: left;
    margin-left: 10%;
    width: 100%;
}
.nav li {
	float: none;
}
.nav li a {
	/*border-top: 1px solid #222;
		border-bottom: 1px solid #444;*/
	padding: 12px 12px;
}
.nav li:first-child a {
	border-top: none;
}
.nav li:last-child a {
	border-bottom: none;
}
.sub-nav {
	margin-left: -30px !important;
}
.nav li ul li {
	margin-left: -30px !important;
	padding-right: 8%;
}
.nav li ul li a {
	font-weight: normal;
	color: #ccc !important;
}
.nav li ul li a:hover {
	/*color: #F16521 !important;*/
		color: #999999 !important;
}
.nav li a:hover {
	/*background: #2e2e2e;*/
	/*color:#F16521;*/
	color: #999999;
}



.nav ul li {
	 display: inline;
    float: left;
    line-height: 2.5;
    padding-right: 8%;
    width: 100%;
}
.nav ul li a {
	font-weight: normal;
	color: #ccc !important;
}
.nav ul li a:hover {
	/*color: #F16521 !important;*/
		color: #999999 !important;
}
.nav ul li a:hover {
	/*background: #2e2e2e;*/
	/*color:#F16521;*/
	color: #999999;
}




label {  
 color: #FFFFFF;
    cursor: pointer;
    font-size: 2.5em;
	}
	
.nav_icon {
/*padding: 35px;
float: right;
height: 30px;*/
padding-top: 8px;
float: right;
color:#222222;
}
.nav_icon a:hover{
background-color: #ff5000;
}
.nav_list1{
width:100%;
z-index:999;	

}

.nav_list1 ul{
   display: block;
width: 100%;
float: left;
	padding-top:24px;
	padding-bottom:24px;
}
.nav_list1 ul li{
padding-bottom: 20px;
padding-top: 20px;}
.nav_list1 ul li a{
   float: right;
    width: 100%;}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;

}
#menu-toggle:checked + #menu {
  /*display: block;background-color: #ff5000;*/
display: block;
background-color: #222222;
float: right;
margin-right: -12%;
	    margin-top: 10px;
    width: 120%;
}
#menu li{
background-color: #222222;
	display: inline-block;
	float: right;
	font-size: 1.1em;
	text-align: center;
	width: 100%;
}
#menu li a{
display: block;
text-decoration: none;
color: #ffffff;
}
#menu ul a{
display: block;
text-decoration: none;
color: #ffffff;
}

#menu li:hover{
display: block;
text-decoration: none;
color: #ffffff;
background-color: #363636;
}
.nav_mobile {}

.hamb{
    cursor: pointer;
    float: right;
    padding: 30px 20px;
}/* Style label tag */

.hamb-line {
    background: #222222;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */


.hamb-line::before,
.hamb-line::after{
    background: #222222;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}


.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
}
.nav1{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #222222;
    overflow: hidden;

}
.menu1 {
	margin-top:80px;
}
.menu1 a{
    display: block;
    padding: 5%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    font-weight: lighter;
}
.menu1 a:hover{
    background-color: #333333;
	text-decoration:underline;
}
.nav1{
    max-height: 0;
    transition: max-height .3s ease-out;
}

.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
	    z-index: 999;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
	background-color:#ffffff;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
	background-color:#ffffff;

}
/*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 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;
}

.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:20px;
	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;
	margin-top:4px;
}
.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;	
		}

.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;
}
	


.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%;

}