@charset "UTF-8";

html {
	background: #EFEFEF;
}
.body {
	background: #FFF;	
	width: 796px;
	margin: 48px auto 0 auto;
	padding: 0 0 50px 0;
	border-radius: 12px;
}
h1{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:24px;
}

.redtxt {
	color: #e1034d;
}

h2{
	margin-top: 0px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size:18px;
}
p{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:15px;
}
.top_nav {
	width:796px;
	height:116px;
}
.nav_logo {
	float:left;
	margin: 20px 0 0 48px;
}
.nav_wrapper{
	height: 50px;
	float:right;
	margin: 28px 48px 0 0;
}
.nav_wrapper ul li{
	vertical-align:middle;
	display:inline;
	margin: 0 0 0 30px;
}
.nav_wrapper ul li a{
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.nav_wrapper ul li a{
	color: #000;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 600;
}
.nav_wrapper ul li a:hover, .nav_wrapper ul li.current-menu-item a{
	color:  #e1034d;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 600;
	border-top: 6px solid #e1034d;
	padding-top: 38px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_image {
	width:796px;
	height:193px;
	background: url(../images/home-banner796x193.jpg);
}
.hero_copy {
	width: 680px;
	margin:auto;
	padding-top:50px;
	text-align:left;	
}
.copy {
	width: 680px;
	margin:auto;
	padding-bottom:50px;
	text-align:left;	
}
.hero_copy_contact {
	width: 700px;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;	
}
.hero_copy_contact p{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.buttons_wrapper {
	width: 796px;
	margin:auto;
	padding: 0 0 60px 0;
	display:inline-block;
	text-align:center;
} 
.yt-uix-button, .button {
    display: inline-block;
	width:200px;
	padding: 20px 0 20px 0;
    background-color: #53c2ae;
    text-decoration: none;
	text-align:center;
	font-family: 'Open Sans' Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 300;
	display:inline-block;
    color: white;
}
.hollow, .yt-uix-button {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
	border:5px #53c2ae solid;
}
.hollow:hover, .hollow:focus, .hollow:active, .yt-uix-button:hover {
  color: #53c2ae;
  background: none;
}
.ourwork_container{
	list-style: none;
	width: 700px;
    margin-left: auto; 
    margin-right: auto;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.ourwork_container li{
	float:left;
	height:180px;
	margin-right:20px;
}

.clear{
	clear: both;
}

.ourwork_container li:nth-child(4), .ourwork_container li:nth-child(8){
	margin-right:0px;
}

.ourwork_container li img{
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}


.ourwork_container li img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.imgalign{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.form_wrapper {
	width: 320px;
	margin: 0 60px 0 48px;
	text-align:center;
	display:inline-block;
}

body .gform_wrapper .top_label .gfield_label {
	margin: 0;
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea, .gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {
	border: 1px solid #CCC;
	padding: 0.6em 2px 0.6em 0.5em;
	font-size: 13px;
	width: 22em !important;
	border-radius: 5px;
}

body .gform_wrapper form {
	font-family: 'Open Sans';
	margin-top: -20px;
}

.gform_wrapper ul li.gfield {
	padding-bottom: 10px;
}

.office_wrapper {
	vertical-align: top;
	width: 320px;
	display:inline-block;
} 