body {
	background: #fff;
	overflow-y:scroll;
}
#home_body, #landing_body {
	overflow-y:hidden;
}
.da_heading {
	color: #6d85a3;
	font-family: 'Cinzel';
	letter-spacing: 2px;
}
.upper {
	text-transform: uppercase;
}
input, textarea {
	border:none;
	border-radius: 4px;
	padding: 6px 6px 4px 6px;
}
input {
	width: 35%;
}
textarea {
	width: 100%;
	resize: vertical;
	min-height: 180px;
}
select, {
	width: 35%;
}
select:hover {
	cursor: pointer;
}
span.customSelect {
	background: url(/img/select_down.png) no-repeat right center #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #7c7c7c;
    padding: 6px 6px 4px;
    width: 35%;
}
span.customSelect:hover {
	cursor: pointer;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
#submit {
	background: none;
    border: 1px solid #fff;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 3px 2px 1px;
    width: 90px;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
#submit:hover {
	background-color: rgba(255, 255, 255, .2);
}
.mainlogo {
	background-image: url(../img/logo_orig.png);
    background-repeat: no-repeat;
    display: block;
    outline: 0 none;
    position: fixed;
    top: 31px;
    left: 31px;
    width: 124px;
    height: 155px;
    z-index: 20;
    -o-transition:.6s;
       transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	   transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.mainlogo:hover {
	opacity: .8;
}
.logobg {
	width: 186px;
	height: 217px;
}
/*
.logo_mobile {
	display: none;
}
*/
.white_bar {
    background: #fff;
    height: 31px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.acc_menu {
	position: fixed;
	top: 10%;
	left: 25px;
	z-index: 20;
	width: 10%;
	font-size: 12px;
}
.acc_menu_animated {
	left: -186px;
}
.accordionButton {	
/*
	font-family: 'Cinzel';
	color: #888787;
	font-size: 13px;
	letter-spacing: 2px;
*/
	margin:0 0 10px 0;
	cursor: pointer;
	color:#666666; text-decoration:none; font-size:14px; line-height:26px;
	font-weight:bold;
	width:90%;
}
.accordionButton a{	
/*
	font-family: 'Cinzel';
	color: #888787;
*/
}
.accordionContent {	
	display: none;
	width:90%;
}
.accordionContent a {
	/*
	color: #888787;
	*/
	padding:0px 0 0px 0px;
	margin-right:40px;
	color:#040404; text-decoration:none; font-size:14px; line-height:26px;
	display: block;
	outline: none;
	border-bottom:1px solid #c6c7c6;
}
.project_spacing a {
	padding:2px 0 2px 12px;
}
.accordionContent a:hover {
	/*
	color: #6D85A3;
	*/
	text-decoration:underline;
}
.activeGroup {
	color: #6D85A3 !important;
}
.activeNav {
	color: #6D85A3 !important;
	text-decoration: none;
	display: block;
}
.activeMobile {
	color: #6D85A3 !important;
	font-weight: bold;
}
.carrot {
	color: #6D85A3 !important;
	text-decoration: none;
}
/*Animation for main nav*/
.anim2
{	
	-webkit-animation: mysecond 750ms;	
	animation: mysecond 750ms; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay:1500ms;
	animation-delay:1500ms;
}
@-webkit-keyframes mysecond { 
from {
	left: -186px;
}
to {
    left:16px;
}
}
@keyframes mysecond { 
from {
	left: -186px;
}
to {
    left:16px;
}
}
nav {
	width: 186px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    background-image: url(../img/sidebar_bg.png);
    background-repeat: no-repeat;
    background-position: 0px -1183px;
}
/*Animation for nav bar bg*/
.anim1
{		
	-webkit-animation: myfirst 1500ms;		
	animation: myfirst 1500ms; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay:500ms;
	animation-delay:500ms;
}
@-webkit-keyframes myfirst { 
from {
	background-position: 0px -1183px;
}
to {
    background-position: 0px 0px;
}
}
@keyframes myfirst { 
from {
	background-position: 0px -1183px;
}
to {
    background-position: 0px 0px;
}
}
/* End Animation for nav*/
#enter_btn_holder {
	width: 100%;
	position: absolute;
	bottom: 50px;
}
#enter_btn {
	text-align: center;
	text-decoration: none;
	font-family: 'Cinzel';
	color: #6d85a3;
	font-size: 16px;
	letter-spacing: .1em;
	display: block;
	position: relative;
	width: 130px;
	padding:8px 20px 8px 20px;
	margin:auto;
	background-image: url(../img/enter_gradient.png);
	background-position: center;
	background-repeat: repeat-y;
}
.opaque_white {
	background-color: rgba(255, 255, 255, .8);
}
.solid_white {
	background-color: #fff;
}
/*
.logo {
	width: inherit;
	height: 120px;
	margin:20px auto;
}
*/
.btm_sidebar {
	width: 10%;
	position: absolute;
	bottom: 24px;
	left: 0;
	margin:auto;
}
.social {
	background-image: url(../img/social_row4.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 31px;
    height: 55px;
    left: -250px;
    position: fixed;
    width: 10%;
	text-align:left;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	border:0px solid green;
}
.social div a img{ width:100%; height:auto; }
.social a{ color:#666666; }
.social_links {
	display: block;
	height: 23px;
}
.global_social {
	left: 22px;
}
/*Animations for social icons*/
.anim3
{	
	-webkit-animation: mythird 750ms;	
	animation: mythird 750ms; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay:1500ms;
	animation-delay:1500ms;
}
@-webkit-keyframes mythird { 
from {
	left: -140px;
}
to {
    left:22px;
}
}
@keyframes mythird { 
from {
	left: -140px;
}
to {
    left:22px;
}
}
/*End social animation*/
#email {
	background-image: url(../images/envelope_mobile.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	margin-top: 5px;
	float:left;
}
#phone {
	background-image: url(../images/call.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	margin-top: 5px;
	float:left;
}
#hz {
	background-image: url(../images/mobile_houzz.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	margin-top: 5px;
	float:left;
}
#fb {
	width: 19px;
	margin-left: 0px;
}
#pt {
	width: 27px;
	margin-left: 0px;
}
#li {
	width: 28px;
	margin-left: 0px;
}
/*Hide mobile nav*/
#slidemenu, #main_page {
	display: none;
	overflow:hidden;
}
.ui-loader, .ui-corner-all, .ui-body-a, .ui-loader-default {
	display: none;
}
/*About styles*/
#overview {
	background-image: url(/project_imgs/overview/overview_desktop.jpg);
	background-position: 90px top;
	-webkit-background-size: cover cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#about_body {
	overflow-y:hidden;
}
.about_main {
	width: 70%;
    height: auto;
    left: -70%;
    opacity: 0.6;
    margin:0 50px 0 0;
    padding: 20px 0 15px 40px;
    position: absolute;
    bottom: 45px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.about_anim {
	-webkit-animation: about_anim 3s;
	animation: about_anim 3s; 
	-webkit-animation-delay: 800ms; 
	animation-delay: 800ms;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes about_anim { 
from {
	left: -70%;
	opacity: 0.6;
}
to {
    left: 186px;
    opacity: 1.0;
}
}
@keyframes about_anim { 
from {
	left: -70%;
	opacity: 0.6;
}
to {
    left: 186px;
    opacity: 1.0;
}
}
.about_main h1 {
	font-size: 18px;
}
.about_main p {
	font-size: 16px;
	color:#6d6e71;
	width:70%;
	line-height: 1.8em;
}
.next {
	font-size: 14px;
}
/*Approach styles*/
#approach_body {
	background-image: url(/project_imgs/approach/approach_desktop.jpg);
	background-position: center center;
	-webkit-background-size: cover cover;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y:hidden;
}
.approach_main {
	width: 70%;
    height: auto;
    left: -70%;
    opacity: 0.6;
    margin:0 50px 0 0;
    padding: 20px 0 15px 40px;
    position: absolute;
    bottom: 200px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.approach_main h1 {
	font-size: 18px;
}
.approach_main p {
	font-size: 16px;
	color:#6d6e71;
	width:70%;
	line-height: 1.8em;
}
.top_rt_quotes {
	position: absolute;
	top: 22px;
	right: 0;
	width:50%;
	z-index: 50;
}
.btm_rt_quotes {
	position: absolute;
	bottom: 22px;
	right: 0;
	width:50%;
}
.rightquote {
	float: right; 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.9))); 
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); 
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); 
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.9))); 
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); 
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); 
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 ); 
	margin:0 0 10px 0;
	font-size: 22px;
	font-family: 'Flamenco';
	font-style:italic;
	font-weight: bold;
	text-align: right;
	color:#6d85a3;
	padding:12px 30px 6px 0;
}
.right_lrg {
	width: 100%;
}
.right_sm {
	width:70%;
}
.smallsig {
	font-size: 12px;
}
/*David Styles*/
#david_body {
	background: #fff;
}
.david_main {
	background-color: #fff;
    margin-left: 186px;
    padding: 31px 0;
}
.david_left, .david_right {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.david_left {
	width:40%;
}
.david_left img {
	width: 100%;
}
.david_right {
	float: right;
	width:60%;
}
.david_copy {
	overflow: hidden;
	margin:127px 60px 26px 26px;
}
.da_h1 {
	font-size: 18px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:0;
	letter-spacing: 2px;
}
.da_h1_lrg {
	font-size: 22px;
	color: #939598;
	font-family: 'Cinzel';
	margin:0;
}
.da_h1_sml {
	font-size: 16px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:0;
	letter-spacing: 1px;
}
.da_h1_xsml {
	font-size: 12px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:0;
}
.da_h2 {
	font-size: 18px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:14px 0 0;
	letter-spacing: 1px;
}
.da_h2_sml {
	font-size: 16px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:10px 0 0;
}
.da_h2_xsml {
	font-size: 12px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:0;
}
#prior {
	font-size: 18px;
	color: #6d85a3;
	font-family: 'Cinzel';
	margin:0;
}
.david_email {
	font-family: GillSansMT-Light;
	font-size: 18px;
	color: #6D6E71;
}
.da_p {
	color: #6D6E71;
    font-size: 16px;
    line-height: 1.8em;
}
.da_p_mid {
	color: #6D6E71;
    font-size: 14px;
    line-height: 1.4em;
}
.da_p_sml {
	color: #6D6E71;
    font-size: 12px;
    line-height: 1.8em;
}
/*Team styles*/
.team_main_mobile {
	display: none;
}
.team_main_desktop {
    margin-left: 186px; 
}
.team_main_desktop img {
	width: 39.9%;
}
.team_main_desktop a {
	color: #6D85A3;
	font-weight: normal;
}
.team_inner {
	margin: 0 50px 26px 0;
}
.teamrow_odd, .teamrow_even {
	margin-top: 31px;
	overflow: hidden;
}
.emp_right_odd, .emp_left_odd, .emp_right_even, .emp_left_even{
	width:48%;
	border: 1px solid #dadbdc;
	overflow: hidden;
}
.emp_right_odd {
	float: right;
}
.emp_left_odd img {
	float: right;
}
.emp_right_odd img {
	float: right;
}
.emp_right_even {
	float: right;
}
.emp_left_even img {
	float: left;
}
.emp_right_even img {
	float: left;
}
.emp_copyholder_odd {
	width: 59.9%;
	float: left;
	padding:30px 26px 26px 26px;
}
.emp_copyholder_even {
	width: 59.9%;
	float: right;
	padding:30px 26px 26px 26px;
}
.emp_copyholder_odd p, .emp_copyholder_even p {
	margin:10px 0 20px 0;
}
/*News styles*/
.news_main {
    margin-left: 186px; 
}
.news_main img {
	width: 28%;
	margin-top: 20px;
}
.news_main a {
	color: #6D85A3;
	font-weight: normal;
}
.news_inner {
	margin: 0 31px 31px 0;
}
.newsrow_odd, .newsrow_even {
	margin:31px 0 0 0;
}
.news_left_odd, .news_left_even{
	width:auto;
	border: 1px solid #dadbdc;
	overflow: hidden;
}
.news_left_odd img {
	float: right;
}
.news_left_even img {
	float: left;
}
.article_img_left {
	float: left !important;
	width: 33% !important;
	padding-right: 20px !important;
	padding-bottom: 5px !important;
}
.article_img_right {
	float: right !important;
	width: 33% !important;
	padding-left: 20px !important;
	padding-bottom: 5px !important;
}
.news_copyholder_odd {
	width: 72%;
	float: left;
	padding:55px 26px 26px 26px;
}
.news_copyholder_even {
	width: 72%;
	float: right;
	padding:55px 26px 26px 26px;
}
.news_copyholder_odd a, .news_copyholder_even a {
	color: #6D85A3; 
}
.news_copyholder_odd p, .news_copyholder_even p {
	padding-top: 20px; 
}
a.morelink {
	text-decoration:none;
	outline: none;
	font-family: 'Cinzel';
	color: #6D85A3;
}
.morecontent span {
	display: none;
}
/*Contact styles*/
.contact_main {
    margin-left: 186px; 
}
.contact_main img {
	width: 28%;
}
.contact_main a {
	font-weight: normal;
}
.contact_inner {
	margin: 0 50px 26px 0;
	position: relative;
}
.contactrow_odd {
	margin:26px 0 0 0;
}
.contact_left_odd {
	width:auto;
	border: 1px solid #dadbdc;
	overflow: hidden;
}
.contact_copyholder_odd {
	width: 25%;
	padding:26px;
}
.google-maps {
position: relative;
height: 400px;
width: 100%;
}
.google-maps iframe {
border:0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 400px;
}
.ph_em a, .ph_em a:hover{
	color: #6D6E71 !important;
}
.etabs {
	 width: 15%; 
	 margin:0;
	 padding: 0;
}
#first_tab, #second_tab {
	background-repeat: no-repeat;
	background-position: center center;
}
#first_tab {
	margin-top: 80px;
	background-image: url(../img/envelope.png);
}
#second_tab {
	margin-top: 30px;
	background-image: url(../img/users.png);
}
.tab 
{
	width: 56px; 
	background: #d1d3d4;
	list-style: none;
	margin:auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;	 
}
.tab a {
	 display: block;
	 width: 56px;
	 height: 56px;
	 outline: none;
}
.tab.active {
	 background: #6d85a3;
	 display: block;
	 width: 56px;
	 height: 56px; 
}
#tab-container {
	 float: right;
	 width: 75%; 
}
.panel-container {
	 float: right;
	 width:85%;
}
#email_form {
	background-color: #6D85A3;
	color:#7c7b7a;
	padding:26px;
	overflow: hidden;
}
#email_form img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 30px;
    margin-top: -2px;
    width: 120px;
}
#captcha {
	width: 120px;
}
#directory table {
	width: 100%;
	margin: 26px 0 26px 0;
}
#directory table td {
	padding: 0 10px 10px;
}
.form_cta {
	float: right;
	width:35%;
	color: #fff;
}
.form_cta span {
	color:#b4c5da;
}
.captcha_msg {
	color:#fff;
}
/*Prior project styles*/
.prior_main {
    margin-left: 186px; 
}
.prior_sidebar {
	float: right;
	overflow: hidden;
	width:20%;
	padding:31px 31px 26px 26px;
}
.prior_nav {
	border: 1px solid #DADBDC;
	padding: 20px 10px 20px 10px;
}
.prior_nav a {
	font-size: 12px;
	text-transform: uppercase;
	color: #6D85A3;
	text-decoration: none;
}
.prior_nav a.inactive {
	color: #808285;
	text-decoration: none;
}
.prior_nav a.inactive:hover {
	color: #6D85A3;
}
.btm_corner {
	position: fixed;
	bottom:26px;
	right: 26px;
	font-size: 12px !important;
}
.btm_link {
	color: #6d85a3;
}
.btm_email {
	color: #808285;
}
.prior_main img {
	margin-top: 31px;
	width: 79%;
	float: left;
}
.tablet_contact {
	display: none;
}

/*Portfolio styles*/
.portfolio_main {
    margin-left: 12.5%; 
}
.portfolio_inner {
	margin: 31px 31px 31px 0;
}
.item { 
	width: 20%; 
	padding:0px 10px 10px 0px;
}
.item img {
	width: 100%;
	-o-transition:.6s;
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.spanbox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
	-o-transition:.6s;
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.spanbox span {
	opacity: 0;
	-o-transition:.6s;
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	   transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.spanbox:hover span {
	opacity: 1.0;
	-o-transition:.6s;
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.spanbox:hover img {
	opacity: .15;
	-o-transition:.6s;
	   transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition-timing-function: ease-in-out;
	   transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;;
}
.item_head, .item_desc {
	display: inline-block;
	position: absolute;
}
.item_head {
	top:8%;
	left:8%;
	color: #939598;
	width: 90%
}
/*Gallery styles*/
#supersized, #controls-wrapper {
	display: block;
}
.toggle, .toggle1 {
  /* position: fixed; */
  bottom:0px;
  right: 16px;
  z-index: 10;
  outline: none !important;
  text-decoration: none !important;
  font-size: 12px;
  color: #989898;
}
.hidden_copy {
  display: none;
  width:55%;
  float: right;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.9)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 51%,rgba(255,255,255,0.9) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 51%,rgba(255,255,255,0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(51%, rgba(255,255,255,0.9)), to(rgba(255,255,255,0.9)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 51%, rgba(255,255,255,0.9) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 51%, rgba(255,255,255,0.9) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 51%,rgba(255,255,255,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 );
}
.copyholder {
  width:90%;
  float: right;
  padding:16px;
}
.copyholder h1 {
	letter-spacing: 2px;
}
.copyholder p {
	line-height: 1.3em;
}
.top_right_holder {
	margin-top: 40px;
}
#gallery_body {
	overflow-y:hidden;
}
/*404 styles*/
#error_404_bg {
    background-attachment: fixed;
    background-image: url(/img/error.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    box-shadow: inset 0 0 200px #000000;
}
#error_404_bg body {
	overflow: hidden;
	background: none;
	margin: 0;
}
.center-box {
    width: 800px;
    margin: 250px auto;
    border: 6px double rgba(255, 255, 255, 0.8);
}
.center-box-content {
	background-color:rgba(255, 255, 255, .8);
	padding:26px;
	overflow: hidden;
}
.center-box-content img {
	float: left;
}
.error_msg {
	float: right;
	width: 600px;
}
.error_msg h1 {
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
}
.error_msg p {
	margin:0;
	padding:0;
	font-size: 18px;
	line-height: 1.6em;
}
#container_two{ display:none; }


@media screen and (max-width: 1250px) {
	#tlf{ display:none; }
}

@media screen and (max-width: 1100px) {
	.acc_menu{ width: 8%; }
	.accordionButton, .accordionContent a, .menu a  {
		font-size: 12px;
		line-height: 20px;
	}
	.accordionContent a {
		margin-right:0px;
	}
	.social div a img {
    	width: 90%;
	}
}

@media screen and (max-width: 950px) {
	.accordionButton, .accordionContent a, .menu a {
		font-size: 11px;
		line-height: 20px;
	}
}

@media screen and (max-width: 900px) {
.btm_sidebar{ display:none; }
#phone_mobile {
	background-image: url(../images/call.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 86px;
	left: 10px;
    display: block;
    height: 36px;
    position: fixed;
    width: 36px;
}
#email_mobile {
	background-image: url(../images/envelope_mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 46px;
	left: 10px;
    display: block;
    height: 36px;
    position: fixed;
    width: 36px;
}
#houzz_mobile {
	background-image: url(../images/mobile_houzz.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 6px;
	left: 10px;
    display: block;
    height: 36px;
    position: fixed;
    width: 36px;
}
}
