/*
Theme Name: Hatch

charcoal : #2b2b2b
red : #ff3400

*/

@import url('../../../7559132/635606/css/fonts.css');
@import url('library/fonts/font-awesome.min.css');

@font-face {
	font-family: 'hatch';
	src:url('library/fonts/hatch_grb9a0.eot');
	src:url('library/fonts/hatch.eot') format('embedded-opentype'),
		url('library/fonts/hatch_grb9a0.woff') format('woff'),
		url('library/fonts/hatch_grb9a0.ttf') format('truetype'),
		url('library/fonts/hatch_grb9a0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'hatch';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e600";
}
.icon-pinterest:before {
	content: "\e601";
}
.icon-logo:before {
	content: "\e602";
}
.icon-linkedin:before {
	content: "\e603";
}
.icon-facebook:before {
	content: "\e604";
}
.icon-arrow-right:before {
	content: "\e605";
}
.icon-arrow-left:before {
	content: "\e606";
}

.x1 {
	margin: 10px 0;
}
.x2 {
	margin: 20px 0;
}
.x3 {
	margin: 30px 0;
}
.x4 {
	margin: 40px 0;
}
.x5 {
	margin: 50px 0;
}
.x6 {
	margin: 60px 0;
}
.x7 {
	margin: 70px 0;
}
.x8 {
	margin: 80px 0;
}
.x9 {
	margin: 90px 0;
}
.x10 {
	margin: 100px 0;
}

.b1 {
	margin-bottom: 10px;
}
.b2 {
	margin-bottom: 20px;
}
.b3 {
	margin-bottom: 30px;
}
.b4 {
	margin-bottom: 40px;
}
.b5 {
	margin-bottom: 50px;
}
.b6 {
	margin-bottom: 60px;
}
.b7 {
	margin-bottom: 70px;
}
.b8 {
	margin-bottom: 80px;
}
.b9 {
	margin-bottom: 90px;
}
.b10 {
	margin-bottom: 100px;
}

q {
  quotes: "“" "”" "‘" "’";
}

.row{
    overflow: hidden; 
}
.row .row {
	margin: 0;
}

#content {
	padding-top: 0;
}

[class*="col-"]{
	background-size: 100%;
	background-repeat: no-repeat;
}

.black {
	background: black;
	color: white;
}

.blue {
	background: #5BBCC9;
	color: black;
}

.tan {
	background: #F9F7EC;
	color: black
}

.bluetext h3,
.bluetext a,
.posts .vertical > p,
p.date {
	color: #5BBCC9;
}
.redtext h3,
.redtext a {
	color: #ED1B2F;
}
.greentext h3,
.greentext a {
	color: #CACE51;
}
#content .blacktext h2 {
	color: black;
}


* {
	font-weight: normal;
}

html {
	margin-top: 60px;

}

body {
	background: black;
	color: #2b2b2b;
	 -webkit-font-smoothing: antialiased;
	font: 500 16px/26px 'Gotham SSm A', 'Gotham SSm B';
	padding: 0;
}
body strong {
	font-weight: 700;
}
body.logged-in  {
	padding-top: 45px;
}

q, h2.alt,
#content.home h2,
.posts h2,
.blog h1 {
	font-family: 'Sentinel SSm A', 'Sentinel SSm B' !important;
}

iframe {
	display: block;
}

a {
	color: #2b2b2b;
	text-decoration: none;
}
.post .col-sm-8  a {
	text-decoration: underline;
}
.post .col-sm-8  a:hover {
	text-decoration: none;
}
a:hover {
/* 	color: #ff3400; */
	color: inherit;
	text-decoration: underline;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
	background: none;
	color: #5BBCC9;
}


footer a,
footer em  {
	color: #5BBCC9;
	text-decoration: none;
}
.home footer a,
.home footer em  {
	color: #ff3400;
}

.connect a {
	color: white;
	font-size: 120%;
	padding-left: 5px;
}

label {
	font-weight: normal;
}

footer nav a {
	color: white;
} 



ul,
footer .double ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
}

.double ul {
	float: left;
	margin-right: 30px;
}


img {
	width: 100%;
	height: auto;
}

h1 {
	font-size: 27px;
	line-height: 36px;
}
.holder h1 {
	font-size: 33px;
	line-height: 44px;
}

h2, h3, .widgettitle {
	font-size: 20px;
	line-height: 35px;
}
h1, h2, h3, h4 {
	margin: 0;
}
h3,
.posts .vertical > p,
p.date {
	font-size: 10px;
	letter-spacing: .08em;
	line-height: normal;
	text-transform: uppercase;
}
footer h4 {
	margin-bottom: 75px;
}

em {
	color: #5BBCC9;
	font-style: normal;
}
.post em {
	color: inherit;
	font-style: italic; 
}
.home .footer em {
	color: #ff3400;
}

.color em,
.white p
 {
	color: black;
}
.grid .color .hover h2
{
	color: white;
}
address {
	font-style: normal;
	margin-bottom: 26px;
}

.grid .social {
position: absolute;
right: 25px;
bottom: 25px;
}


/*
p:last-child,
p:first-child {
	margin: 0;
}
*/
.work p,
p {
	margin: 0 0 26px;
}

p.link {
	margin-bottom: 0;
}
/*
.container {
	background: white;
}
*/

.right {
	text-align: right;
}

.hover,
.holder{
	padding: 25px;
	overflow: hidden;
}
.holder2 {
	padding: 40px 20px 0 40px;
}
#content .holder >h3 {
	padding-top: 0;
}
.large .holder {
	padding: 68px 75px;
}
.posts .large .holder {
	padding: 0 75px;
}
.row {
	position: relative;
	margin: 0;
}
.related {
	position: absolute;
	bottom: 25px;
	left: 75px;
}
.work .large .holder {
	padding-top: 30px;
}
form .large .holder {
	padding: 10px 75px;
}
form .large .holder.center {
	padding-top: 40px;
}
.double .large:first-child .holder {
	padding-right: 32px;
}
.double .large:last-child .holder {
	padding-left: 32px;
}
.home .text .holder {
	padding: 0 30px 0 40px !important;
}
.home .text a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	text-transform: none;
}

.home .text p a {
	padding-top: 50px;
	display: block;
}

.home .text.large p a {
	padding-top: 50px;
}
.home .twohigh .text p a {
	padding-top: 10px;
}

#inner-footer .large .holder {
	padding-top: 25px;
	padding-bottom: 25px;
}
#inner-footer .large.right .holder {
	padding-top: 32px;
}

.flex .holder {
	position: absolute;
}
.flex {
	padding-bottom: 25%; 
}

.center {
	text-align: center;
}

#menu-header {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-top: 5px;
}

/*
#menu-header > li {
	width: 50%;
	float: left;
	border-bottom: 1px solid white;
}

#menu-header > li:nth-child(odd) {
	border-right: 1px solid white;
}

#menu-header > li > a {
	background: #e9e9e9;
	transition: all 1s;
}


#menu-header > li > a:hover,
#menu-header > li.active > a {
	background: #ff3400;
	color: white;
}


.navbar-nav {
	width: 100%;
	margin: 0;
}
*/

.navbar-default {
	background: black;
	box-shadow: none;
	border: none;
	border-radius: 0 !important;
	margin: 0;
}

.navbar-default > .container {
	background: black;
}

.container>.navbar-header {
	margin: 0 25px;
	float: none;
}

.container {
  width: 100%;
  padding: 0;
}
header .container {
	padding: 0 0 0 20px;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-default .navbar-brand,
footer .icon-kley {
	font-size: 19px;
	color: #5cbdca;
	text-shadow: none;
}
.navbar-default .navbar-brand {
	padding: 0;
	line-height: 60px;
}

/* FOOTER */

footer {
	background: black;
	color: white;
	clear: both;
	padding: 50px 0;
	font-size: 12px;
	line-height: 18px;
}



footer h4,
footer h4 em {
	font-weight: bold;
}

footer nav li {
	list-style: none;
	display: inline;
	font-size: 25px;
	margin-left: 15px;
}

.copyright {
	font-size: 12px;
	color: #9ea5a7;
}


/* HEADER */
#main .head {
	position: absolute;
	bottom: 25px;
	right: 25px;
	text-align: right;
}
#main h1 {
	font-size: 33px;
	line-height: 44px;
}
#main p {
	color: #ff3400;
	margin-bottom: 0;
}


/* GRID */

.grid > div {
	position: relative;
}
.grid .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	cursor: pointer;
-webkit-transform: translate(0,15px);
-ms-transform: translate(0,15px);
transform: translate(0,15px);
-webkit-transition: -webkit-transform .4s,opacity .4s;
transition: transform .4s,opacity .4s;
opacity: 0;
}

.grid .blank img {
	opacity: 0;
}
.grid .blank:hover img {
	opacity: 1;
}

.grid .blank img {
	position: absolute;
}

.grid .white:hover {
	background: black;
}


.grid .hover h2 {
	color: #ff3400;
}


.grid .static:hover {
	background: black !important;
-webkit-transition: all .4s;
transition: all .4s;
}
.grid .static:hover h3 {
	color: white;
}
.grid .static:hover em {
	color: #ff3400;
}

.hover .connect {
	position: absolute;
	bottom: 0;
	left: 25px;
}

.home .grid > div,
.page-id-9 .grid > div,
.relatedwork > div,
.team > div,
.posts .col-sm-3 {
	overflow: hidden;
	background: black;
}
.posts .holder p,
.post .date {
	margin: 0;
}
.post h1 {
	margin-bottom: 30px;
}
h1 span em {
	display: none;
}
.grid > div.intro {
	background: #e9e9e9;
}

.grid > div img {
-webkit-transition: opacity .4s, -webkit-transform .4s;
transition: opacity .4s, transform .4s;	
}

.grid > div:hover img {
-webkit-transform: scale(1.03,1.03)!important;
-ms-transform: scale(1.03,1.03)!important;
transform: scale(1.03,1.03)!important;
opacity: .5;
}

.grid > div:hover .hover,
.grid .flex .hover {
	z-index: 1000;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
opacity: .99;
}

.grid.row {
	position: relative;
}

.social {
	font-size: 18px;
}

.social a {
	margin-left: 20px;
	color: #5BBCC9;
}
.social a:first-child {
	margin-left: 0;
}
.page-id-15 .social a {
	color: white;
}

.white {
	background: white !important;
}
.white h3 {
	color: #2b2b2b;
}
.posts {
	background: #F9F7EC;
}
.light,
.posts .row:nth-child(odd) {
	background: #fff !important;
}

.medium {
	background: #e4e4e4 !important;
}
.dark {
	background: #2b2b2b !important;
	color: white;
}
.color {
	background: #ff3400 !important;
	color: white;
}

.page-id-5 .color {
	min-height: 600px;
}

/* WORK */

.no-touch .slideshow {
	pointer-events: none;
}

.logged-in .slideshow {
	pointer-events: all;
}

.slideshow .item {
	width: 100%;
}
.item .holder > div,
.single .holder > div {
	margin-top: 50px;
}

.slideshow,
.home .row > div,
.vertical-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slidenav {
  z-index: 101;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: all;
}
.single small a, .item small a, #intro small a {
  pointer-events: all;
  position: absolute; 
  top: 10px;
  left: 10px;
  display: block;
  line-height: 20px;
  background: rgba(0,0,0,.1);
  border-radius: 3px;
  padding: 3px 6px;
  color:  rgba(255,255,255,.6);
  text-decoration: none;
  cursor: pointer;
}
.single small a:hover, .item small a:hover,  #intro small a:hover {
  background: rgba(0,0,0,.5);
  color: white;
}


.slidenav i {
  width: 50px;
  height: 50px;
  color: white;
  line-height: 52px;
  font-size: 25px;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  opacity: .8;
text-shadow: 0 0 5px rgba(0,0,0,0.2);


}
.slidenav.prev {
	left: 9px;
}
.slidenav.next {
	right: 9px;
}
.slideshow:hover .slidenav i {
	opacity: 1;
} 
.cycle-pager {
	text-align: center;
	margin-top: -32px;
	line-height: 10px;
	height: 10px;
	z-index: 1000;
	position: absolute;
	left: 10%;
	right: 10%;
	pointer-events: all;
}
.cycle-pager span {
	font-size: 20px;
	color: white;
	cursor: pointer;
	transition: all 1s;
	border-radius: 50%;
	border: 1px solid white;
	text-indent: -9999px;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.cycle-pager span.cycle-pager-active {
	background: transparent;
}


.gallery .cycle-pager span {
	background: black;
}
.gallery .cycle-pager span.cycle-pager-active {
	background: transparent;
}
.gallery .slidenav i {
	color: black;
}

/* FORMS */

form {
	margin-bottom: 75px;
}

.form-control {
	border-radius: 0;
	background: #f9f9f9;
	border-color: #ebebeb;
	box-shadow: none;
	height: 50px;
}
textarea.form-control {
	height: 150px;
}
.form-control:focus {
	border-color: #2b2b2b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 43, 43, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 43, 43, 0.6);
}

.btn {
	background: #5cbdca;
	padding: 0 75px;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-radius: 0;
	color: white;
}
.btn:hover,
.btn:focus {
	color: white;
	background: #2b2b2b;
}

.color .btn {
	background: #2b2b2b;
}
.color .btn:hover {
	color: #2b2b2b;
	background: white;
}
.btn.bottom {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	padding: 0;
}
#services > div {
	position: relative;
}


/* LINES BUTTON  */

/* ====================== lines button ==================================================*/
.lines-button {
  padding: 2rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border: none;
  background: none;
  outline: none;
  float: right;
  margin-top: -8px;
}
.lines-button.close {
	margin-top: 0;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 33px;
  height: 4px;
  background: #d1d1d1;
  border-radius: 0.2rem;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 33px;
  height: 4px;
  background: #d1d1d1;
  border-radius: 0.25rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 3px center;
  transform-origin: 1px center;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}

/*
.lines-button:hover .lines:before {
  top: 1.14286rem;
}
.lines-button:hover .lines:after {
  top: -1.14286rem;
}
*/

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 25px;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}


body {
	opacity: 0;
}
body.all-loaded {
opacity: 1;
-webkit-transition: opacity .8s;
transition: opacity .8s;
}
#main,
#content,
.double {
opacity: 0;
-webkit-transform: translate(0,80px);
-ms-transform: translate(0,80px);
transform: translate(0,80px);
-webkit-transition: opacity .6s .1s,-webkit-transform .6s;
transition: opacity .6s .1s,transform .6s;
}
body.all-loaded #main,
body.all-loaded #content,
body.all-loaded .double {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#services > div {
	padding-bottom: 25%;
}
#services > div > div {
	position: absolute;
}
#services h2 {
	white-space: nowrap;
}
#services ul {
	list-style-type: disc;
	padding-left: 15px;
}

div.wpcf7-response-output {
  border: 0;
}

div.wpcf7-response-output {
	text-align: center;
	color: green;
}
div.wpcf7-validation-errors {
	color: #ff3400;
}
.videowrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
.videowrapper > div {
	height: 86%;
	position: absolute;
	width: 100%;
	z-index: 100;
}
*/

.notfound {
	background: url('images/404.jpg');
	height: 600px;
	
}
.verticalparent {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}
.vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	
}
.posts .vertical {
	top: 45%;
}

div.fancybox-wrap {
	top:0 !important;} 
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;}

.fancybox-overlay {
	background: rgba(0,0,0,.85);
}

.fancybox-skin {
	border-radius: 0;
	background: transparent;
}
.fancybox-skin .scroll {
	margin-top: 60px;
	padding-bottom: 60px;
	overflow: auto;
	height: 100%;
}
.grow {
	overflow: hidden;
	display: block;
}
/*
.grow img {
	 -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}
.grow:hover img {
	margin: -4%;
	width: 108%;
}
*/

.admin-bar .fancybox-skin .scroll {
	margin-top: 92px;
	padding-bottom: 92px;
}
/*
.scroll .row {
	margin: 0;
}
*/
.fancybox-close {
position: absolute;
top: 8px;
right: 30px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.admin-bar .fancybox-close {
top: 100px;
}


.fancybox-lock,
.fancybox-lock body {
	height: 100% !important;
	overflow: hidden;
}
.work .fancybox-inner {
	overflow: hidden !important;
}


.jumbo > div {
	position: absolute;
	top: 0;
}
#intro, .divider {
	text-align: center;
	position: relative;
}


#content p,
p.date {
	font-size: 13px;
	line-height: 26px;
}
#content footer p {
	font-size: 12px;
}
.intro p {
	font-size: 15px;
	color: white;
	line-height: 28px;
	margin-left:60px;
	margin-right:60px;
}

#content h1 {
	font-size: 36px;
	font-weight: bold;
	color: white;
	margin-bottom: 25px;
	margin-top: 25px;
}
.fancybox-inner #content h1 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: .08em;
}
#content h2 {
	color: white;
	margin-top:10px;
}
#content .posts h2 {
	color: black;
}
.fancybox-inner #content .divider p,
.fancybox-inner #content .divider h2 {
	font-size: 22px;
	margin-top: 15px;
	line-height: 34px;
}
.fancybox-inner #content .single h2,
.fancybox-inner #content .slideshow h2 {
	font-size: 28px;
	line-height: 38px;
	color: #231F20;
}
.fancybox-inner #content .single .inverse h2,
.fancybox-inner #content .slideshow .inverse h2,
.fancybox-inner #content .single .inverseheader h2,
.fancybox-inner #content .slideshow .inverseheader h2,
.fancybox-inner #content .single .inverse p,
.fancybox-inner #content .slideshow .inverse p {
	color: white;
}
.slim2 p {
	padding-right: 20px;
}
.slim4 p {
	padding-right: 40px;
}
.wide2 p {
	margin-right: -20px;
}
.wide4 p {
	margin-right: -40px;
}
.fancybox-inner #content .intro h2 {
	text-transform: uppercase;
	margin-top: 0;
	line-height: normal;
	font-size: 10px;
	line-height: 18px;
	font-style: italic;
	font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
	letter-spacing: .08em;
}
#content .tan h2 {
	color: black;
}
.home .fancybox-inner #content h3 {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: normal;
}



h2.alt {
	margin-bottom:20px;
	font-size: 32px; 
	line-height: 36px;
}


.divider.black.last {
	padding-bottom: 65px;
}

.quote *{
	color: #F9F7EC;
}
cite strong {
	font-style: normal;
}
cite em {
	font-style: italic;
}

q {
	font-size: 22px;
	display: block;
	margin-bottom: 15px;
}

#whatwedo h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .08em;
}
#whatwedo p {
	font-size: 14px;
	padding-right: 30px;
}
#selectclients h4 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .08em;
}
#selectclients ul {
	font-size: 12px;
	margin-bottom: 12px;
}
#selectclients li {
	padding: 0 15px;
	text-indent: -15px;
}
.person .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	color: white;
	overflow: hidden;
}
.person .holder p:last-child {
	margin: 0;
}
.person:hover .holder {
	display: block;
}

.contact .holder {
	padding: 75px 100px;
}
.contact .holder h4 {
	font-weight: bold;
}
.contact .holder p {
	color: white;
}

.home #content .row {
	overflow: hidden;
	/* margin: 0; */
}
.gmnoprint {
	display: none;
}

#newsletter,
#ajax  {
	background: black;
	margin-top: 60px;
}
#ajax {
	background: white;
}
#ajax.true {
	width: 1020px;
	margin: 60px auto;
}
#newsletter .container {
	padding: 60px 200px;
}
#newsletter h3 {
	color: white;
}
#newsletter label {
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
#newsletter input {
	width: 100%;
}
#newsletter .btn {
	width: 100%;
	margin-top: 20px;
} 
#newsletter .form-group {
	padding: 0 5px;
}
#newsletter .form .row {
	margin: 0 -5px;
}
#newsletter h2 {
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li.eggcontest>a {
	text-indent: -9999px;
	background: url(images/egg/egg.png) top left no-repeat;
	background-size: 100%;
	width: 305px;
	height: 20px;
	margin: 21px 15px 0;
	display: block;
	text-align: left;
}
.navbar-default .navbar-nav>li.eggcontest>a:hover {
	background-position: 0 -50px;
}