* {
	/* Universal reset: */
	margin: 0;
	padding: 0;
}
header, footer, article, section, hgroup, nav, figure {
	/* Giving a display value to the HTML5 rendered elements: */
	display: block;
}
video {
	width: 100%;
	height: auto;
}
body {
	/* Setting the default text color, size, page background and a font stack: */
	font-size: 1em;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
/* Hyperlink Styles: */

a, a:visited {
	/*color: #ff5000;*/
	color:#222222;

}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Headings: */


h1 {
	/* The logo text */
	font-size: 50px;
	padding: 0.5em 0 0;
	color: #222222;
	margin-bottom:8px;
}
h2 {
	font-size: 42px;
	font-weight: bold;
	line-height:1.2;
	color: #222222;
	text-align: left;
}
h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
		text-align: left;
	color: #222222;
}

h4 {
	font-size: 1.5em;
	text-align: left;
	color: #222222;
	font-weight: bold;
	line-height: 1.4em;
}
h5 {
	vertical-align: central;
	font-size: 18px;
	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;
}

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

header {
	height:68px;
	z-index: 999;
	float: left;
	margin: 0 auto;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	background-color: #FCFBF4;
	position: fixed;
}
header nav {
	display: inline-block;
	float: right;
}

hgroup {
	margin-top: 15px;
	width: 160px;
	height: 90px;
	line-height: 80px;
	font-size: 30px;
	float: left;
}

hgroup img {
width: 80%;
	max-width:54px;
	float: left;
}


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

label {display:none;}
article {
	float: left;
}
/* Footer styling: */
footer {
	font-size: 0.85em;
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	text-align: left;
	background-color: #111111;
	/*background-color: #F0EFE1;
	border-top: 1px solid #f2f2f2;*/
}
footer p {
color: #ffffff;}
footer a, footer a:visited {
	color: #ffffff;
	display: block;
	padding: 4px 0px;
	z-index: 100;
	position: relative;
	 font-size: 16px;
}
footer a:hover {
	text-decoration: none;/*background-color:#142830;*/
}
footer a.by {
	float: left;
}
footer a.up {
	float: right;
}
.footer_info {
	width: 75%;
	float:left;
	font-size: 14px;
	text-align:left;
	color:#222222;
}
footer svg {
	fill:#ffffff;
	width: auto;
	background-color: #ffffff;
	float:left;
}
footer h4 {
	font-size:16px;
	color:#ffffff;
	font-weight:200;
}
.social_icon {float:right;}
.social_icon a {
	float:left;margin-right:16px;
}
svg {
	display:inline-block;
}
svg:hover {
fill: #ff5000;
}
#page {
	margin: auto 0;
	position: relative;
	width: 100%;
	float: left;
	background-color: #FCFBF4;
	margin-top:68px;
}
#portfolio_content {
	width: 100%;
	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;
}

.bm_description {
	width:80%;
	float:left;
	margin-top:40px;
	margin-bottom:80px;
}
.about_page {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	/*border-top: 1px solid rgba(0, 0, 0, .1);*/
	margin-top:40px;
	padding-top:40px;
}
.about {
	width:75%;
	float:left;
	margin-bottom:80px;
	min-height:520px;
}
.featured {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	float:left;
	margin-bottom:100px;
}
.featured_work {
	width:90%;
	float:left;
	padding-bottom:50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom:60px;

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

.thumbnail_title h3{
	text-align:left;
	font-size:32px;
		font-weight: bold;
}
.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:20px;
	margin-bottom:24px;
	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:24px;
	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: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.full_width {
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	float:left;
	margin-bottom:60px;
}
.full_width_desktop {
			width: 90%;
	padding-left:5%;
	padding-right:5%;
	float:left;
	margin-bottom:60px;
}
.full_width_mobile {
	display:none;
}
.two_column {
	width:50%;float:left;
}
.two_column2 {
	width:48%;float:right;
}

.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:75%;}
.sub_label {width:25%;float:left;margin-bottom:8px;}
.sub_copy {width:73%;margin-left:2%;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:40px 5% 40px 5%;
}
.work_nav a:hover {
	background-color: #ff5000;
}
.next_work {
	float:right;
	color:#ffffff;
	width:40%;
	padding:40px 5% 40px 5%;
	background-color:#333333;
}
.project_name {
	color:#ffffff;
	font-size:22px;
	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;
}
#thumbnails {
	overflow: hidden;
	width: 80%;
	list-style: none;
	overflow: hidden;
	padding: 0 10%;
	float: left;
	margin-bottom: 5em;
}
#thumbnails1 {
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	list-style: none;
	overflow: hidden;
	float: initial;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
}
#thumbnails 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 {
	position: relative;
	overflow: hidden;
	/*-webkit-transform: translateZ(0);
            transform: translateZ(0);*/
    /* Only the -webkit- prefix is required these days */

	width: 100%;
}
.caption image {
	width: 100%;
	height: 100%;
}
.caption::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	transition: background .30s ease-out;
}
.caption:hover::before {
	background: rgba(0, 0, 0, .85);
}
.caption_media {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.caption_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 1.3em;
	color: #ffffff;
	text-align: center;
	vertical-align: central;
	/* padding: 10px;*/

	-webkit-transform: translateY(100%);
	transform: translateY(100%);/* transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;*/
}
.caption:hover .caption_overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.caption_overlay_title {
	/*   -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );*/

   /* transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;*/
	text-align: center;
	vertical-align: central;
	margin-top: 40%;
	padding-left: 1em;
	padding-right: 1em;
}
.caption:hover .caption_overlay_title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.work_1 {
	width: 32.333%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 1.2em;
	background-image: url(images/thumbnail.svg);
}
.work_2 {
	float: left;
	margin-bottom: 0.8em;
	/*margin-right: 1.5%;*/
	width: 32.333%;
	background-image: url(images/thumbnail.svg);
}
.work_3 {
	float: left;
	margin-right: 1.5%;
	width: 23.875%;
	margin-bottom: 1em;
}
.work_4 {
	float: left;
	margin-bottom: 1em;
	width: 23.875%;
}
.work_name {
	color: #FFFFFF;
	float: left;
	font-size: 1.25em;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

video {
	width: 100%;
	/*margin-bottom:3em;*/
	margin-bottom: 30px;
}


.about_description {
	width: 55%;
	margin-left: 45%;
	float: left;
	margin-top: 80px;
}

.work {
	float: left;
	/*width: 80%;
	padding-left: 10%;
	padding-right: 10%;*/
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.work h2 {
	color: #717171;
	text-align: left;
	letter-spacing: -2px;
	font-size: 50px;
}
.work h3 {
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 20px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 1px;
}
#articles {
	width: 100%;
}
