@font-face { font-family: 'ProximaNovaCond-Semibold';
	src: 	url('../fonts/ProximaNovaCond-Semibold.eot'),
			url('../fonts/ProximaNovaCond-Semibold.woff') format('woff'), 
			url('../fonts/ProximaNovaCond-Semibold.ttf') format('truetype'), 
			url('../fonts/ProximaNovaCond-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('../fonts/proxima_nova_extrabold-webfont.eot');
    src: url('../fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_extrabold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_extrabold-webfont.svg#proxima_nova_thextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, div {
    display: block;
}

html, body, * {
	-webkit-font-smoothing:antialiased;
	font-family: 'ProximaNovaCond-Semibold';
	color: #646464;

}

::selection {
	background: #C29775;
	color: #fff;
	}

strong {
	font-weight:bold;
	background: transparent;
	}

p 	{
	font-family: arial;
	font-size:13px;
	margin:14px;
	}

a:hover, a:active {
	outline: 0;
	color: #C29775;
	cursor:pointer;
	}

#welcome {
	display: block;
	text-align:center;
	vertical-align:middle;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 110;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/**background: #EC621A;**/
	background-image: url(../images/k6-4.jpg);
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
	transition: opacity ease 1150ms;
	-webkit-transition: opacity ease 1150ms;
	-moz-transition: opacity ease 1150ms;
	-o-transition: opacity ease 1150ms;
	-ms-transition: opacity ease 1150ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transition: 800ms ease;
	-webkit-transition: 800ms ease;
	-moz-transition: 800ms ease;
	-o-transition: 800ms ease;
	-ms-transition: 800ms ease;
	transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	background-position: 34% 0%;
	}

#welcome.hidden {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}

#welcome.passed {
	display:none;
	}

#enter {
	margin-top:15%;
	background:#fff;
	}
	
#start_logo {
	background:#fff;
	width:50%;
	}

#start_subtitle {
	color:#fff;
	background:black;
	text-transform: uppercase;
	font-size:20px;
	padding:10px 0;
	margin:0 0 30px 0;
	letter-spacing:7px;
	height:40px;
	}
	
#start_button {
	position:relative;
	cursor:pointer;
	width:90px;
	margin:auto;
	vertical-align:center;
	top:20%;
	}
	
	
#main_content {
	display:none;
	
	}

nav

 {
	font-family: 'ProximaNovaCond-Semibold';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-left:67px;
	height: 59px;
	line-height: 59px;
	color: #646464;
	font-size: 18px;
	background: #F0F0F0;
	z-index:100;
	border-bottom: solid 1px #c4c4c4;
	
	
		}

nav ul {list-style-type:none;
}

nav ul li {display:inline;
}

nav a#logo {
	position: absolute;
	right: 60px;
	top:5px;
	display: block;	
	}

nav li a, nav li a:visited {
	margin: 0 7px;
	color: #646464;
	text-decoration: none;
	text-transform: uppercase;
	}

nav li a:hover, li a:active {
	color: #C29775;
	cursor:pointer;
	}

header a, header a:visited {
	margin: 0 7px;
	color: rgb(255, 255, 255);
	background:transparent;
	text-decoration: none;
	text-transform: uppercase;
	}
	
header a:hover, a:active {
	color: rgb(001, 001, 001) !important;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container.image{
	padding-top:0;
}

.video-container.image img{
	width:100%;
	height:auto;
}

.reference-box{
	padding: 0;
	margin:0;
	display: inline-block;
}

.box-item{
	vertical-align: top;
	margin-bottom: 3%;
	display: inline-block;

}

.row-3 .box-item{
	width: 32.9%
}

#industries_box img{
	width:100%;
	padding:0;
}

#nav_services{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 28px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding-left:78px;
	background: #C29775;
	z-index:-1;
	border-bottom: solid 1px #c4c4c4;
	opacity:0;
	transition: opacity ease 450ms;
	-webkit-transition: opacity ease 450ms;
	-moz-transition: opacity ease 450ms;
	-o-transition: opacity ease 450ms;
	-ms-transition: opacity ease 450ms;
}

#services_label {
	color: #000;
	font-size: 14px;
	text-align: left;
	text-transform:uppercase;
	margin-left:7px;
	}

img {
	border: 0;
	}

#main_box {
	margin-top:60px;
	background: #F0F0F0;
	}
	
#home_wrapper {
	padding-top:20px;
	max-width:1060px;
	margin:auto;
	}	

#whatwedo {
	font-size:80px;
	text-transform: uppercase;
	margin: 28px 0 28px 0;
	}

.company_description_headline {
    font-family: 'proxima_nova_thextrabold';
	Line-Height: 20px;
	font-size:20px;
	text-transform:uppercase;
	color:#C29775;
	margin:14px 0;
	padding-top:28px;
	max-width:800px;
	}
	
.company_description_headline span {
   
	
	color:#C29775;
		}	

.company_description {
	width:800px;
	}

.circle {
	float:left;
	width:140px;
	height:140px;
	border-radius:70px;
	font-size:28px;
	color:#fff;
	line-height:140px;
	text-align:center;
	background:#C29775;
	cursor:pointer;
}

.circle:hover {
	color:#000;
	}

.circle_border {
	z-index:9;
	float:left;
	width:300px;
	height:300px;
	border-radius:150px;
	font-size:28px;
	color:#7F7F7F;
	line-height:200px;
	text-align:center;
	background:#C29775;
}

.circle2 {
	width:200px;
	height:200px;
	border-radius:100px;
	font-size:28px;
	color:#fff;
	line-height:200px;
	text-align:center;
	background:#C29775;
}

.small_circle {
	width:70px;
	height:70px;
	border-radius:35px;
	font-size:14px;
	color:#fff;
	line-height:70px;
	text-align:center;
	background:#7F7F7F;
	margin:14px 0 14px 0;
	}
	
.small_circle2 {
	width:80px;
	height:80px;
	border-radius:40px;
	font-size:14px;
	color:#fff;
	line-height:80px;
	text-align:center;
	background:#7F7F7F;
	margin:14px 0 14px 60px;
	}

.mini_circle {
	width:26px;
	height:26px;
	border-radius:13px;
	color:#fff;
	background:#C29775;
	float:left;
	margin-right:14px;
	margin-top:4px;
}

.top {
	margin-left:118px;
	}
	
.left {
	float:left;
	margin-top:30px;
	margin-right:14px;
	}
	
.right {
	float:left;
	margin-top:30px;
	margin-left:14px;
	}

.bottom {
	margin-top:166px;
	margin-left:118px;
	}

.circle_description {
	width:240px !important;
	}
	
.box-item figure{
	position:relative;
	}

.box-item figure .details{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #000;
	z-index: 50;
	opacity: 0;
	transition: opacity ease 150ms;
	-webkit-transition: opacity ease 150ms;
	-moz-transition: opacity ease 150ms;
	-o-transition: opacity ease 150ms;
	-ms-transition: opacity ease 150ms;
	
	color:#fff;
	font-size:12px;
	padding:20px;
	
	
	}
	
	
.box-item figure .details strong{
	color: #C29775;
	font-weight:200;
	
	
	}


.box-item aside {
	width: 100%;
	height: 70px;
	background: #FFF;
	position: relative;
	overflow: hidden;
	}
	
.box-item aside h3{	
	display: block;
	background: transparent;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #646464;
	padding: 27px 0 0 30px;
	position: relative;
	z-index: 8;	
	}
	
.box-item aside .background {
	width: 100%;
	height: 0%;
	position: absolute;
	z-index: 5;
	background: #C29775;
	opacity: 0;
	transition: 350ms opacity ease, 150ms height ease;
	-webkit-transition: 350ms opacity ease, 150ms height ease;
	-moz-transition: 350ms opacity ease, 150ms height ease;
	-o-transition: 350ms opacity ease, 150ms height ease;
	-ms-transition: 350ms opacity ease, 150ms height ease;
	}

.box-item aside .dot {
	display: block;
	background: transparent;	
	width: 25px;
	height: 22px;
	overflow: visible;
	padding-left: 5px;
	position: absolute;
	right: 30px;
	top: 0px;
	font-family: Arial;
	font-size: 79px;
	line-height: 73px;
	text-indent: 14px;
	color: #C29775;
	z-index: 8;
	}

.wrapper {
	padding:0px 2% 20px 2%;
	/**width:90%;**/
	padding-top: 60px;
	}
	
.box {
	margin-top:20px;
	}	

.separator {
	border-bottom: solid 1px #c4c4c4;
	margin: 0 2%;
	}

h1 {
	text-transform:uppercase;
	margin:14px 0;
	font-size: 60px;
	}

h2 {
	margin:28px 0px 14px 0px;
	font-size:37px;
	}

h3 {
	font-weight:bold;
	font-size:1.2em;
}

.item-heading{
	margin-top: 10px;
	text-transform: uppercase;
	}

.item-description{
	margin:10px 0;
	padding-right:20px;
}

.section {
	margin:14px;
	}

.section h2{
	border-bottom: 1px solid #C29775;
	}

.circle_element {
	vertical-align:top;
	margin:0 28px 28px 0;
	}

.element {
	display:inline-block;
	vertical-align:top;
	margin:0 28px 28px 14px;
	}
		
.element_text {
	border-left:1px solid #c4c4c4;
	}

.element_text ul{
    list-style: none;
	margin-left:28px;
	}

.element_text li { 
    padding-left: 0em; 
    text-indent: -.7em;
	}

.element_text li:before {
    content: "• ";
    color: #C29775;
	}


.no-style li{
	font-family:arial;
	font-size:13px;
}

.no-style li:before{
	color:inherit;
}

.box-item aside {
	width: 100%;
	height: 48px;
	background: #FFF;
	position: relative;
	overflow: hidden;
	}

.box-item aside h4{	
	display: block;
	float: left;
	line-height:1px;
	font-size: 15px;
	color: #646464;
	position: relative;
	z-index: 0;
	text-align: center;
	width: 100%;
	padding: 22px 0;
	}

.box-item img{
	padding: 0 5%;
	width: 90%;
}

.industries{
	border: 1px solid #ebebeb;
	padding: 30px 0;
}

.tiles{
	padding: 40px 80px;
	min-height: 200px;
	text-align: center;
}

.tiles img{
	width:23.9%;
	border:1px solid #000;
	padding:0;
	margin: 0 1px;
}

#industries_box aside{
background-color: #ebebeb;
}

#feature_main {
	}

.feature_side{
	position:absolute;
	left:810px;
	top:130px;
	width:360px;
	height:69px;
	padding:14px;
	background:#C29775;
	text-transform:uppercase;
	margin-left:-14px;
}

.client {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
}

.project_name {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}

.close{
	position:relative;
	top:-53px;
	right:-348px;
	width:17px;
	height:17px;
	color:#fff;
	}

.back{
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	}
	
.back:hover{
	color:#000;
	}
	
#feature_text{
	position:absolute;
	left:790px;
	top:223px;
	width:400px;
	}

#pics {
	width:740px;
	margin-top:14px;
	}
	
#pics img{
	margin-right:5px;
	margin-top:5px;
	}

#services_wrapper .element img {
	padding:0px 64px;
	margin-top:28px;
	border-bottom: 1px solid #C29775;
	}
	
#placement .element p{
	width:150px;
	}

#placement .element img{
	width:150px;
	padding: 0 20px;
	padding-bottom:5px;
	}

div#about_wrapper.wrapper{
	}


ul {
	margin-left:60px;
}
li {

}

.image-full{
	width:100%;
	max-width:500px;
	margin:20px auto;
	display: block;

}

#contact_box div {
	margin-left:14px;
	float:left;
	}
	
#map {
	margin-bottom:14px;
	border-left: 5px solid #C29775;
	border-right: 5px solid #C29775;	
	}
	
#map img{
	width: 100%;
}

#address_title {
	color: #C29775;
	font-size:45px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#address_title img{
	width: 100%;
	max-width: 300px;
	display: block;
}

#address_text {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	}
	
	
#separator_bottom {	border-bottom: solid 1px #c4c4c4;
	margin-left:84px;
	padding-bottom:800px;}	
	
#footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:20px;
	line-height:20px;
	text-align:center;
	background-color:#c8c8c8;
	font-size:13px;
	z-index:9999;
	}
	
	@media only screen and (min-width : 768px) and (max-width : 1024px) {
		.row-3 .box-item {
			width: 49.7%;
		}

	}

	@media only screen and (min-width : 1px) and (max-width : 767px) {
		.row-3 .box-item {
			width: 100%;
			margin-bottom:8%;
			padding-bottom: 8%;
			border-bottom: 1px solid #ccc;
		}

	}
	

	@media only screen and (min-width : 901px) {
		.desktop-nav{
			display: block;
		}
		.mobile-nav{
			display: none;
		}

	}

	@media only screen and (max-width : 900px) {
		.desktop-nav{
			display: none;
		}
		.mobile-nav{
			display: block;
    		padding: 10px 20px 0 10px;
    		height: 50px;
		}
		.mobile-nav img{
			max-width:120px;
		}
	}
