/* ==========================================================================
   enocksondesign.com base CSS
   author: patrick sanders
   for: theoryfactory
   -------------------------------------------
	style guide:
	green: #a6d3d5 -- top bar
	nav
		orange: #dd6b08 -- hamburger nav 95% opacity nav flyout
		grey: #3b4a52
		main white nav: roboto med 500 lowercase
		blue on: #16a2d6 roboto 400 uppercase
		grey off: #86979a uppercase
		thin divider: #9da5a9
	background tan: #fbf9f3
	about
		background grey: #3b4a52
		darker background grey: #32454c
		header blue: #16a2d6 roboto book 300
		text white: #86979a roboto book 300
		hugh name: #86979a roboto normal 400 uppercase
		hugh title: #86979a roboto normal 400 lowercase
	process
		text grey: #485654
		yellow band: #faf5d0
		darker yellow box: #f9f2b2
	contact
		pink: #f4dee1
	footer
		background grey: #3b4a52
		text white: #86979a roboto normal 400 uppercase
   ========================================================================== */

/*============================================================
 =Base html tag styles 
============================================================*/
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-weight: normal;
  font-weight: 400;
  font-size: 100%;
  font: 15px 'Roboto', verdana,arial,sans-serif;
  vertical-align: baseline;
  list-style: none; 
}
* {
  margin: 0; 
  outline-color: none;
}
body, html {
	width:100%;
	height: auto;
	font: 15px 'Roboto', verdana,arial,sans-serif;
	font-weight: 400;
	color: #fbfcf7;
	background-color: #fbf9f3;
	padding: 0px;
	/*min-width: 1024px;*/
	-webkit-font-smoothing: antialiased; 
}
h1 {
	font: 21px "Roboto", verdana,arial,sans-serif;
	color: #16a2d6;
	letter-spacing: .06em;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 400;
}
h3 {
	font: 27px "Roboto", verdana,arial,sans-serif;
	color: #19426d;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 45px;
	font-weight: 900;
}
p {
	line-height: 1.75em;
	margin-bottom: 1.5em;
	padding-right: 10px;
}
a {
    color: #fbfcf7;
}
a:hover {
    color: #1985b7;
} 
/*============================================================
 =Layout
============================================================*/
.row {
    max-width: 1065px;/* 72.5rem*/
}
.row:before { 
	display: block; 
	content: " "; 
	margin-top: -52px; 
	height: 50px; 
	visibility: hidden;
}
#process .row:before { 
	margin-top: 0; 
	height: 10px;
}
#contact .row:before { 
	margin-top: -10px; 
	height: 35px;
}

#about-link, #process-link, #contact-link  {
    width: 0;
	height:80px;
    margin: -80px auto 0;
}
#process-link {
	height: 10px;
	margin: -140px auto 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

	#process-link {
		height: 60px;
		margin: -140px auto 0;
	}
}
#contact-link  {
	height:130px;
    margin: -80px auto 0;
}
#top {
	position: absolute;
	top: 20px;
    max-width: 62.5rem;
    margin: 0 auto;
	text-align: center;
}
.f-topbar-fixeded {
    padding-top: 45px;
}
.fixeded, .fixed,#greenbar {
    width: 100%;
	height: 65px;
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 1099;
	background: #fff;
}
#greenbar {
    height: 10px;
	z-index: 1000;
	background: #a6d3d5;
}
.orange-accent {
	display: block;
	color: #ee7533;
	text-transform: uppercase;
}
ul.orange-plus, ul.white-plus {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.85em;
	color: #86979a;
}
ul.white-plus {
	margin-left: 30px;
}
ul.orange-plus li, ul.white-plus li {
	line-height: 1.45em;
	margin-bottom: 5px;
}
ul.orange-plus li:before, ul.white-plus li:before {
	content:'\002B';
	color: #ee7533;
	margin-right: 4px;
}
ul.white-plus li:before {
	color: #86979a;
}
.jumbo,.jumbo2, .jumbo-slideshow, .jumbo-about, .jumbo-about2 {
    padding:  0;
	margin-top: 60px; /* fixed navbar height above */
    margin-bottom: 0;
	min-height: 800px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
#about {
	/*background-color: #3B4A52;*/
	padding-bottom: 0;
	min-height: 595px;
	margin-bottom: 60px;
}
#about .row::before {
    margin-top: 0;
    height: 0;
}
.hide-for-535 {
	margin-top: 0;
}
.jumbo2, .jumbo-about, .jumbo-about2 {
	background-color: #3B4A52;
	min-height: 680px;
}
.jumbo-about, .jumbo-about2 {
	float: left;
	min-height: 695px;
	width: 50%;
}
.jumbo-about2 {
	background-color: #32454c;
	padding-top:  70px;
	width: 50%;
}
.jumbo-about .large-12 {
	background-color: #3B4A52;
}
.jumbo-about2 .large-12 {
	background-color: #32454c;
}
/* fix for iPad issues*/
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.jumbo {
		background-attachment: scroll;
	}
	.fixed {
		width: 100%;
		position: relative;
		position: absolute;
		z-index: 99;
	}
	.column, .columns {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}
*/
.jumbo h1, .jumbo h2 {
    color: #fbfcf7;
    text-align: left;
	text-transform: uppercase;
	font-size: 42px;
	padding: 10px;
	text-indent: 6em;
    margin-bottom: 15px;
}
.jumbo h1.way-out {
	padding-left: 15em;
	text-indent: -4em;
	font-size: 36px;
}
.jumbo h2 {
	text-align: center;
	border: 1px solid #fbfcf7;
	font-size: 36px;
	text-indent: 0;
	margin-left: 40px;
	margin-right: 40px;
}
.contain-to-grid, .top-bar{
    background: #fff !important;
    overflow: visible;
}


section {
    padding-bottom: 100px;
	margin-bottom: 50px;
}
#jumbo-about .row, .jumbo-about2 .row {
    max-width: 532px;
}
.jumbo-about2 .row {
    margin-left: 13px;
}
.jumbo-about .row::before, .jumbo-about2 .row::before {
    margin-top: 20px;
    height: 20px;
}

section#jumbo-about,  section#process-left, section#process-right, section#contact-left, section#contact-right {
	background:  #3b4a52;
	float: left;
	width: 50%;
	min-height: 300px;
	overflow: show;
	padding: 0 20px 0 22px;
}
section#jumbo-about {
	min-height: 695px;
	padding-left: 50px;
}
section#jumbo-about .row {
	float: right;
	max-width: 500px;
}
section#process-left, section#process-right, section#contact-left, section#contact-right {
	background:  none;
}
section#contact-left {
	padding-top: 10px;
}
section#jumbo-about2, section#process-right {
	text-align: left;
	padding: 0 0 0 50px;
}
section#jumbo-about {
	padding-top: 70px;
}
section#process-left {
	padding-top: 60px;
}
section#process-right {
	padding: 45px 0 0 0;
}
section#process-right img {
	margin: 0 auto;
}
section#contact, section#contact-left, section#contact-right {
    background: #fff;
	color: #485654;
}
section#contact-right {
	padding: 10px 20px 0 0;
}
section#contact-right p {
    margin-bottom: .5em;
}
section#contact a {
	color: #485654;
}
section#contact a:hover {
    color: #1985b7;
}
section#contact {
	min-height: 490px;
}
section#process {
    color: #485654;
/*	background: url("/images/art/enocksondesignprocess.jpg") no-repeat 74% 50%;
background-size: 437px auto;*/

	min-height: 700px;
	margin-top: 0;
}
section#process img {
    display: block;
    margin: 0 auto;
}
section#inter2 {
	background-color: #f4dee1;
	height: 229px;
	padding-bottom: 0;
}
#inter2 .inter2-back {
	/* background: #f4dee1 url('/images/art/enocksoncontact.jpg') no-repeat; */
    background-image: url(/images/art/contact_1018.jpg);
	background-repeat: no-repeat;
	background-position: 22px 0;
	background-color: #f4dee1;
	height: 229px;
}
.jumbo2.hide-for-535 .row::before {
    margin-top: -2px;
	height: 20px;
}
#jumbo-about p, .abouts p {
	color: #86979a;
	line-height: 1.95em;
	margin-bottom: 1.15em;
}
.about-text p, .capabilities-text p, .clients-text p {
	font-size: 16px;
}
.bio p {
	line-height: 1.55em;
}
.abouts p:last-of-type {
    margin-bottom: .55em;
}
.name, .title {
    text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .15em;
}
.title {
	text-transform: lowercase;
}
.main-section {
    padding-bottom: 150px;
}

#aboutnav, #capabilities, #clients,
#aboutnav2, #capabilities2, #clients2 {
    cursor: pointer;
}
.about-text, .clients-text {
    display: none;
}

/* fix for iPad background*/
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	#inter2 {
		background-attachment: scroll;
	}
}
*/




/*============================================================
 =Projects
============================================================*/
.hover1,.hover2,.hover3,.hover4,.hover5,.hover6,.hover7,.hover8,.hover9,.hover10,.hover11,.hover12 {
	position:relative;
	display:inline-block;
	width:227px;
	height:227px;
	margin-right: 33px;
	margin-bottom: 33px;
}
.hover4,.hover8,.hover12 {
	margin-right: 0;
}
.hover1 img,.hover2 img,.hover3 img,.hover4 img,.hover5 img,.hover6 img,.hover7 img,.hover8 img,.hover9 img,.hover10 img,.hover11 img,.hover12 img {
  position:absolute;
  left:0;
  max-width: 100%;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.hover1 img.bottom:hover,.hover2 img.bottom:hover,.hover3 img.bottom:hover,.hover4 img.bottom:hover,.hover5 img.bottom:hover,.hover6 img.bottom:hover,.hover7 img.bottom:hover,.hover8 img.bottom:hover,.hover9 img.bottom:hover,.hover10 img.bottom:hover,.hover11 img.bottom:hover,.hover12 img.bottom:hover {
	opacity:0;
}


/*============================================================
 =Slideshows
============================================================*/

.jumbo-slideshow {
	text-align: center;
	max-width: 1020px;
	min-height: 850px;
	height: 872px;
	margin: 8px auto 0;
	z-index: 999;
    display: none;
	background: #fff;
	padding: 40px;
}
.jumbo-slideshow .row {
	max-width: 794px;
}
.jumbo-slideshow .row::before {
    margin-top: 0;
    height: 0;
}
.jumbo-slideshow p {
	color: #485654;
	line-height: 1.2em;
	font-size: 14px;
	margin-bottom: 8px;
	padding-right: 0;
	text-align: center;
}
p.slide-title {
	font-weight: 500;
	margin-top: 16px;
	text-transform: capitalize;
}
p.slide-title a {
    color: #485654;
    font-weight: 500;
}
p.slide-divide {
	text-align: center;
	height: 10px;
	width: 50px;
	border-top: 1px dashed #485654;
	margin: 10px auto 0;
}
p.slide-work {
	text-transform: uppercase;
	font-size: 11px;
}
.slidenav {
	height: 30px;
	text-align: center;
	margin: 50px auto 0;
}
 #closer {
	text-align: center;
	display: none;
}
#shimmer {
	cursor: none;
	text-align: center;
	display: block;
	height: 30px;
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0;
}

/*============================================================
 =Navigation
============================================================*/
.contain-to-grid .top-bar {
    margin-top: 10px;
	max-width: 52.5rem;
}
nav.top-bar {
	text-align:center;
}
section.top-bar-section {
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-bar-section {
    float: right;
}
.alt-logo, .alt-logo-mobile {
	display: block;
}
.alt-logo a {
	color: #1985b7;
}
.top-bar .toggle-topbar.menu-icon a {
	height: 44px;
	line-height: 43px;
	color: #374f59;
}
.top-bar .toggle-topbar.menu-icon a:hover {
	color: #fbfcf7;
}
.top-bar .toggle-topbar.menu-icon {
	 -webkit-transition: 300ms linear all;
	  transition: 300ms linear all;
  }
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0px 0 1px blue, 0 7px 0 1px blue, 0 14px 0 1px blue;
 }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px blue, 0 7px 0 1px blue, 0 14px 0 1px blue; 
 }

.top-bar.expanded .title-area {
    background: none;
}
.contain-to-grid.sticky.fixed .alt-logo {
	display: block;
}
/* fix for iPad issues*//*display: none;*/
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.contain-to-grid.sticky.fixed .alt-logo {
		
	}
}
*/
.top-bar-section ul {
    margin: 0 auto;
	padding-top: 6px;
}
.top-bar-section ul li {
    min-width: 100px;
}
.top-bar-section ul li > a{
    color: #fbfcf7;
}
.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
    background: none;
    text-transform: uppercase;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
	outline: none;
}
.top-bar-section li:not(.has-form) a:hover:not(.button),.active, .top-bar-section ul li > a.nav-active {
    background: none;
    color: #1985b7;
}
/*============================================================
 =Footer
============================================================*/
#backtotop {
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	z-index: 30;
}
#backtotop ul {
	list-style-type: none;
	padding: 15px 0px;
}
#backtotop ul li a {
	background: url("/images/utilities/arrow.png") no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	right: 10px;
	text-indent: -9000px;

}
#footer {
	background: #3b4a52;
	padding-bottom: 400px;
	padding-top: 35px;
}
.copyright, .copyright .block-for-565, .copyright .hide-for-565 {
	margin-top: 0;
	text-align: center;
	color: #86979a;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}

/*============================================================
 =Hamburger animations
============================================================*/
.hamburger {

}
.hamburger button, .hamburger button:hover, .hamburger button:focus {
    background-color: #fbfcf7;
}
.hamburger button:focus, a:focus {
	border: none;
}
.hamburger button.jPushMenuBtn.open {
    background-color: #fff;
}
#nav-icon3, .closerino {
	width: 35px;
	height: 35px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3:focus, #nav-icon3:active, .closerino:focus, .closerino:active {
	outline: none;
}
#nav-icon3 span, .closerino span {
  display: block;
  position: absolute;
  height: 2px;
  width: 75%;
  margin: 17px 10px 10px 23px;
  background: #dd6b08;
  border-radius: 0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1), .closerino span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), .closerino span:nth-child(2),#nav-icon3 span:nth-child(3), .closerino span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4), .closerino span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1), .closerino span:nth-child(1)  {
  top: 5px;
  width: 0%;
  right: 50%;
}
#nav-icon3.open span:nth-child(2), .closerino span:nth-child(2)  {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3), .closerino span:nth-child(3)  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4), .closerino span:nth-child(4)  {
  top: 5px;
  width: 0%;
  right: 50%;
}


.closerino {
	background-color: #FBF9F3;
	width: 35px;
	height: 35px;
}
.closerino span {
	margin: 5px 10px 10px 23px;
}
/*============================================================
 =Utilities
============================================================*/
.sizey {
	z-index: 10000;
	position: fixed;
	right: 0;
	top: 200px;
	color: #fff;
	background: red;
	padding: 5px;
}
.weighty {
	font-weight: 900;
}
.italy {
	font-style: italic;
}
.floater {
	float: left;
}
.clearer {
	clear: both;
	margin-right: 0;
}
.centered {
	margin: 0 auto;
	text-align: center;
}
.hidey {
	display: none;
}
.contain-to-grid.sticky.fixed.fixeded ul.title-area {
    max-width: 62.5rem;
    margin: 0 auto;
	text-align: center;
}
.contain-to-grid.sticky.fixed.fixeded ul.title-area h1	 {
	z-index: 10000;
}
.contain-to-grid.sticky.fixed.fixeded ul.title-area h1 a	 {
	display: block;
	margin: 14px auto 0 10px;
	height: 29px;
	width: 250px;
	background-color: #000;
	background-image: url(/images/edlogo_01.png);
	background-repeat: no-repeat;
}
.fixeded {
	width: 100%;
	left: 0px;
	position: fixed;
	top: 10px;
	z-index: 1099;
	padding-top: 10px;
}
.contain-to-grid.sticky.fixed .alt-logo,.alt-logo-mobile {
	display: block;
	height: 29px;
	width: 250px;
	margin: 10px auto 0 10px;
	background-image: url(/images/enocksondesign.png);
	background-repeat: no-repeat;
	text-align: center;
	z-index: 10000;
}
#alt-logo-mobile {
	width: 100%;
	margin: 0 auto;
}
.alt-logo-mobile {
	display: block;
	height: 33px; /* 66px */
	width: 654px; /* 791px */
	margin: 9px auto 0 8px;
	background-image: url(/images/edlogo_01.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 100;

	float: left;
}
.contain-to-grid.sticky.fixed .alt-logo {
	border: 1px solid black;
}
.top-bar, section.top-bar-section, #top h1 {
	display: none;
}
.cbp-spmenu, .hamburger button {
	display: block;
}
section {
	padding-bottom: 100px;
	margin-bottom: 0;
}
ul.orange-plus, ul.white-plus {
	padding-left: .85em;
}
.sizey {
	background: green;
}
.show-for-535 {
	display: none;
}
.phoney {
	color: #3b4a52;
	font-size: 21px;
	float: left;
	height: 33px; /* 66px */
	width: 155px; /* 791px */
	margin: 14px auto 0 8px;
}

@media only screen and (max-width : 1081px) { /* 1064 plus 17px gutter */
	.sizey {
		background: red;
	}
	.hover4,.hover8,.hover12 {
		display: none;
	}
	.touch .flex-direction-nav {
		display: none;
	}
	.hover3,.hover7,.hover11 {
		margin-right: 0;
	}
	.row {
		max-width: 800px;
	}
	.flexslider2.dynamic-text .flex-control-nav {
		bottom: 105px;
	}
	.hide-for-535 {
		display: none;
		margin-top: 0;
	}
	.show-for-535 {
		display: block;
	}
	.jumbo2.show-for-535 {
		margin-top: 0;
		min-height: 430px;
	}
	.about-bio {
		background: #32454c;
	}
	.about-bio p {
		color: #86979a;
	}
	.clients-text {
		margin-bottom: 95px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		section#process-left {
			padding-top: 110px;
		}
		section#process-right {
			padding-top: 110px;
		}
	}
	section#contact-left {
		padding-top: 0;
	}
	section#contact-right {
		padding-left: 20px;
		padding-top: 0;
	}
	#inter2 .inter2-back {
		background-image: url(/images/art/contact_800.jpg);
	}


	.alt-logo-mobile {
		width: 505px; /* 791px */
	}
}

@media only screen and (max-width : 799px) { /* 767 plus 17px gutter */
	.sizey {
		background: blue;
	}
/*
.hover1,.hover2,.hover3,.hover4,.hover5,.hover6,.hover7,.hover8,.hover9,.hover10,.hover11,.hover12 {
	position:relative;
	display:inline-block;
	width:227px;
	height:227px;
	margin-right: 33px;
	margin-bottom: 33px;
}
*/
	.hover4,.hover8,.hover12,
	.hover3,.hover7,.hover11 {
		display: none;
	}
	.touch .flex-direction-nav {
		display: none;
	}
	.hover2,.hover6,.hover10 {
		margin-right: 0;
	}
	.row {
		max-width: 532px; /* 602px */
	}
	.row.about-about {
		padding-top: 60px;
	}
	.jumbo-slideshow {
		min-height: 750px;
		max-height: 780px;
	}
	.flexslider2.dynamic-text .flex-control-nav {
		bottom: 115px;
	}
	.hide-for-535 {
		display: none;
		margin-top: 0;
	}
	/*
	.show-for-535 {
		display: block;
	}
	*/
	p.slide-divide {
		margin: 15px auto 5px;
	}
	/*
	.jumbo2.show-for-535 {
		margin-top: 0;
		min-height: 550px;
	}
	*/
	.about-bio p {
		color: #86979a;
	}
	.clients-text {
		margin-bottom: 95px;
	}
	.about-bio {
		background: #32454c;
	}
	section#process {
		color: #485654;
		background: url("/images/art/enocksondesignprocess.jpg") no-repeat 50% 85%;
		background-size: 70% auto;
		min-height: 1100px;
	}
	section#process-right {
		display: none;
	}
	section#process-left {
		width: 100%;
		padding-top: 135px;
	}
	#inter2 .inter2-back {
		background-image: url(/images/art/contact_800.jpg);
		background-position: center center;
		height: 229px;
	}
	section#contact-left {
		padding-left: 0;
		padding-top: 0;
	}
	section#contact-right {
		padding-left: 0;
		padding-top: 0;
	}

	.alt-logo-mobile {
		width: 405px; /* 791px */
	}
	.phoney {
		display: none;
	}
}


@media only screen and (max-width : 535px) { /* 518 plus 17px gutter */
	.sizey {
		background: orange;
	}
	.jumbo {
		min-height: 617px;
	}
	.hover1,.hover2,.hover3,.hover4,.hover5,.hover6,.hover7,.hover8,.hover9,.hover10,.hover11,.hover12 {
	  width: 150px;
	  height: 150px;
	}
	.hover4,.hover8,.hover12,
	.hover3,.hover7,.hover11,
	#contact-left,
	.hide-for-565 {
		display: none;
	}
	.touch .flex-direction-nav {
		display: none;
	}
	.hover2,.hover6,.hover10 {
		margin-right: 0;
	}
	.row {
		max-width: 385px;
	}
	.jumbo-slideshow {
		min-height: 520px;
		padding: 40px 0;
	}
	[class*="flexslider"] {
		border: none;
		border-radius: 0;
	}
	.flexslider2.dynamic-text .flex-control-nav {
		bottom: 135px;
	}
	.flexslider6.dynamic-text .flex-control-nav {
		bottom: 137px;
	}
	.flexslider9.dynamic-text .flex-control-nav {
		bottom: 133px;
	}
	.slidenav {
		display: none;
	}
	.jumbo-slideshow .row {
		max-width: 100%;
	}
	.contain-to-grid.sticky.fixed .alt-logo,.alt-logo-mobile {
		height: 27px;
		width: 292px;
		margin: 10px auto 0 0;
		background-image: url(/images/edlogo_01.svg);
	}
	#nav-icon3 {
		width: 28px;
		height: 35px;
		margin-left: 13px;
	}
	h1, p, ul li {
		/*text-align: center;*/
	}
	p.slide-desc {
		padding-left: 20px;
		padding-right: 20px;
	}
	section#about-left, section#about-right, section#contact-left, section#contact-right {
		clear: both;
		width: 100%;
		text-align: center;
		min-height: 390px;
	}
	section#about-right {
		background:  #32454c;
		padding: 0 0 0 50px;
	}
	.abouts p {
		color: #86979a;
		line-height: 1.95em;
		margin-bottom: 1.15em;
	}
	.about-bio p {
		padding-right: 0;
		padding-top: 4px;
	}
	.jumbo2.show-for-535 {
		min-height: 435px;
		margin-top: 0;
	}
	.row.about-about::before {
		margin-top: -52px;
		height: 50px;
	}
	.about-about {
		background:  #3b4952;
		padding-bottom: 15px;
	}
	.about-about .clients-text {
		padding-bottom: 15px;
	}
	.row.about-bio::before {
		margin-top: -52px;
		height: 50px;
	}
	.about-bio {
		background:  #32454c;
		padding-bottom: 25px;
	}
	section#process {
		color: #485654;
		background: url("/images/art/enocksondesignprocess.jpg") no-repeat 50% 86%;
		background-size: 90% auto;
		min-height: 1000px;
		padding-bottom: 0;
	}
	section#process-left {
		width: 100%;
		padding-top: 117px;
	}
	section#contact {
		margin-top: 0;
	}
	section#contact {
		min-height: 150px;
	}
	section#contact-right {
		min-height:150px;
		padding-top: 9px;
		padding-left: 0;
	}
	section#inter2 {
		height: 209px;
	}
	#inter2 .inter2-back {
		background-image: url(/images/art/contact_550.jpg);
		background-position: center center;
		height: 209px;
	}
	#inter2 .inter2-back.row {
		max-width: 100%;
	}
	#process-right .row img {
		display: none;
	}
	#contact-right h1 {
		margin-top: -10px;
	}
	.copyright .block-for-565 {
		margin-top: 0;
		text-align: center;
		color: #86979a;
		font-weight: 400;
		font-size: 10px;
		text-transform: uppercase;

		display: block;
	}
}
@media only screen and (max-width : 490px) { /* 463 plus 17px gutter */
	.sizey {
		background: pink;
	}
	.alt-logo-mobile {
		margin-left: 10px;
	}
	.flexslider9.dynamic-text .flex-control-nav {
		bottom: 149px;
	}
}