body, html {
	background-color: #666666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: none;
}
@font-face {
    font-family: Gaspar;
    src: url(../fonts/Gaspar_Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: Gaspar;
    src: url(../fonts/Gaspar_Bold_Italic.otf);
    font-weight: bold;
	font-style:italic;
}
@font-face {
    font-family: Gaspar;
    src: url(../fonts/Gaspar_Regular_Italic.otf);
	font-style:italic;
}
#wrapper {
	overflow-x: hidden;
	width: 100%;
	height: auto;
	background: url(../images/hero1.jpg) repeat top center fixed;
	background-size:auto;
}
#top_hero {
	width: 100%;
	height: 800px;
}
#top_social {
	background-color: #535353;
	border-bottom: 1px solid #00ccff;
	float: right;
	opacity: .75;
	height: 50px;
	width: 180px;
	position: fixed;
	top: 50px;
	right: 0px;
	background-image: url(../images/connect_icons.png);
	background-position: -110px center;
	z-index: 100;
}
#logo1 {
	/*height: 590px;
	width: 412px;*/
	width: 100%;
	max-width: 412px;
	top: 60px;
	margin: auto;
	position: relative;
	float: none;
}
#logo1 img{
	width: 100%;
}
/*----------------------TOPNAV----------------------------*/
#topnav {
	width: 100%;
	min-height: 100px;
	background-color: #00ccff;
	opacity: .75;
	position:absolute;
	top: 700px;
	/*margin-top:600px;*/
}
#topnav ul{
	width: 100%;
	max-width: 780px;
	opacity: 1;
	padding: 0;
	margin: 0 auto;
}
#topnav li{
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight:bold;
	color: #FFFFFF;
	letter-spacing: 7px;
	/*margin: 40px 40px 20px 20px;*/
	width: 25%;
	margin: 40px auto;
	padding: 0px;
	opacity: 1;
	text-align: center;
}

#topnav a {display:block;opacity: 1;}

#topnav a:link{
	color: #FFFFFF;
	font-weight: 300;
	text-decoration:none;
}
#topnav a:visited{
	color: #FFFFFF;
}
#topnav a:hover{
	color: #000000;
}
#topnav a:active{
	color: #000000;
}
/*----------------------WORK----------------------------*/
#carousel_arrow_bar {
	background-color: #333;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	height: 100px;
	opacity: 0.75;
}
#carousel {
	background-color: #403F3F;
	height: auto;
	max-height: 750px;
	width: 100%;
	overflow:hidden;
	z-index:0;
	position:relative;
}
#carousel img{
	height: auto;
	width: 100%;
}
#work_wrap {
	height: auto;
	width: 100%;
	background-color: #000000;
	position: relative;
}
#work_title {
	width: auto;
	margin: 0 auto 0 auto;
	float: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 55px;
	font-weight: lighter;
	letter-spacing:5px;
	color: #FFFFFF;
	padding: 20px 0px 0px 0px;
}
/*----------------------SLIDER----------------------------*/
#slider, .promo{
	float: left;
}
.work_thumb {
	position: relative;
	background-color: #333333;
	/*height: 280px;
	width: 20%;*/
	width:20vw;
	height:20vw;
	float: left;
	background: linear-gradient(to bottom right, black , white);
	background-size: cover;
	background-repeat:no-repeat;
	overflow:hidden;
}
.thumb_over, .thumb_off{
	width: 100%;
	height: 100%;
}
.thumb_off{
	position: absolute;
	background: rgba(0, 204, 255, 0.3);
}
.thumb_over{
	position: relative;
	padding: 30px 0;
	background: rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.work_bar{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 8px;
}
.work_client, .work_project{
	float: left;
	line-height: 30px;
	width: 30%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}
.work_client{
	background: rgba(0, 204, 255, 0.3);
}
.work_project{
	background: #686060;
}
.work_info{
	text-indent: 8px;
	float: left;
	line-height: 30px;
	width: 70%;
	color: #fff;
	text-transform: uppercase;
}
.work_desc{
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	padding: 10px 6%;
	font-size: 0.7em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.view_site{
	position: absolute;
	bottom: 30px;
	height: 20px;
	line-height: 20px;
	right:6%;
	color: #fff;
	padding-right: 30px;
	text-transform: uppercase;
	background: url(../images/work_arrow.png) right center no-repeat;
}
.view_site a{
	color: #fff;
	text-decoration: none;
}
.view_site a:hover{
	text-decoration: underline;
}
#arrow_L, #arrow_R{
	position: absolute;
	height: 100%;
	width: 100px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor: pointer;
	z-index: 10;
}
#arrow_L {
	background-image: url(../images/arrow_L.png);
	left:0px;
}
#arrow_R {
	background-image: url(../images/arrow_R.png);
	right:0px;
}
/*----------------------CLIENTS----------------------------*/
#clients {
	float: left;
	clear: both;
	background-color: #535353;
	min-height: 600px;
	width: 100%;
	padding: 10% 0px 0px 0px;

}
#clients_title {
	width: auto;
	margin: 0 auto 0 auto;
	float: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 55px;
	font-weight: lighter;
	letter-spacing:5px;
	color: #000000;
}
#clientlogos {
	width: 90%;
	top: 75px;
	margin: auto;
	border: none;
	position: relative;
	text-align: center;
	padding: 0px 0px 100px 0px;

}
#clientlogos img{
	width: 100%;
	max-width: 1053px;
}
/*----------------------SERV----------------------------*/
#service {
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(../images/service_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	width: 100%;
	overflow:hidden;
}
#service_title {
	width: auto;
	margin: 0 auto 0 auto;
	float: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 55px;
	font-weight: lighter;
	letter-spacing:5px;
	color: #FFFFFF;
	padding: 65px 0px 80px 0px;
}
.serv_wrap {
	padding: 0px 0 0px 0px;
	height: auto;
	width: 100%;
	overflow:hidden;

}
.service_block {
	height: 200px;
	width: 20%;
	padding: 0px 0 60px 0px;
	background-image: url(../images/serv_arrow.jpg);
	background-position: center bottom;
	background-size: 100px 100px;
	font-size: 50px;
	font-family: Gaspar, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
/*	font-weight:bold;	
*/	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
	letter-spacing: 0px;
	margin: auto;
	overflow: hidden;
}
#servLEFT {background-image:none;}
#servRT {background-image:none;}
.subtext {font-family:Gaspar, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	margin:0px;
	padding: 0px;
	line-height: 35px;
}
/*----------------------ABOUT----------------------------*/
#about {
	float: left;
	background-color: #535353;
	/*height: 700px;*/
	width: 100%;
	padding: 100px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.about_content{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#aboutText {
	font-family: Gaspar, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height:33px;
	color: #CCCCCC;
	/*margin: 100px 0 0 120px;*/
	width:70%;
	float: left;
}
.aboutTitle {color:#00ccff; text-transform:none; font-weight:none; font-style:italic;
}
#aboutForm {
	/*padding: 20px;*/
	float: right;
	width: 18%;
	margin-right: 20px;
	/*margin: 100px 120px 0 20px;*/
}

.formFields {background-color:#999999; color:#666666; text-transform:none; margin-bottom:15px; width:100%; height:20px; padding:10px; border:none; font-size:13px;}

.sendBtn{
	background: #00ccff;
	text-align: center;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
}

#footer {
	height: 95px;
	padding-top:55px;
	width: 100%;
	border-bottom: 1px solid #00ccff;
	border-top: 1px solid #00ccff;
	clear: both;
	background-image: url(../images/connect_icons.png);
	background-color: #333;
	position: static;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media screen and (max-width: 1200px){
	.work_thumb{
		height: 30vw;
	}
}
@media screen and (max-width: 1000px){
	.work_thumb{
		width: 50vw;
		height: 40vw;
	}	
	#aboutText, #aboutForm{
		float: left;
		margin: 10px auto;
		width: 100%;
	}
	#aboutForm input, .sendBtn{
		height: 40px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
	}
}

@media screen and (max-width: 780px){
	#top_social {
	float: none;
	height: 50px;
	width: 180px;
	top: 0px;
	margin:auto;
}
	.work_thumb{
		width: 100vw;
		height: 55vw;
	}	
	#service{
		height: auto;
	}
	#servLEFT, #servRT{
		display: none;
	}
	.service_block{
		width: 100%;
		background-size:auto;
	}
}

@media screen and (max-width: 650px){
	#topnav li{
	font-size: 1em;
	letter-spacing: 3px;
}
	#top_social {
	display:none;
	}	
	#about {	text-align: center;}
}

@media screen and (max-width: 550px){
	#clients{min-height: 300px;}
	.work_thumb{
		width: 100vw;
		height: 80vw;
	}
}

@media screen and (max-width : 414px ){
	#topnav li{
	font-size: 0.9em;
	letter-spacing: 1px;
	}
	#services {
	background-attachment: fixed;  
	-webkit-background-size:auto;
	background-size:auto;
	}
	
}
