/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, tt, var, b, u, i, center, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot");
  src: url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff") format("woff"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.ttf") format("truetype"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal; 
}
@font-face {font-family: "Proxima Nova Lt";src: url("");src: url("#iefix") format("embedded-opentype"),url("http://www.themesoft.com/wp-content/uploads/2015/12/ProximaNova-Light.woff") format("woff"),url("") format("truetype"),url("#Proxima Nova Lt") format("svg");font-weight: normal;font-style: normal;}
/* #Basic Styles
================================================== */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
p {
	margin: 0 0 15px 0;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
big, .big {
	font-size: 110%;
	line-height: 180%;
}
dt {
	font-weight: bold;
}
/* #Links
================================================== */
a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */

img.scale-with-grid,  #Content img {
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
.google-map img {
	max-width: none !important;
}
iframe {
	max-width: 100%;
}
/* #Buttons
================================================== */

a.tp-button {
	background: none;
	font-family: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0 !important;
	text-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	font-weight: normal !important;
	border-width: 1px !important;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	padding: 11px 20px;
	margin-bottom: 15px;
	cursor: pointer;
	margin-right: 7px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
}
a.button_js {
	padding: 0;
}
a.button.button_large,  a.tp-button.button_large,  button.button_large,  input[type="submit"].button_large,  input[type="reset"].button_large,  input[type="button"].button_large {
	font-size: 110%;
	line-height: 110%;
}
/* Button label & icon */
a.button .button_label {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
}
a.button .button_icon {
	display: block;
	float: left;
	background: rgba(0,0,0,.05);
}
a.button .button_icon i {
	color: rgba(0,0,0,.5);
}
/* Button icon left */
a.button.button_left .button_icon,  a.tp-button.button_left .button_icon {
	float: left;
}
a.button.button_right .button_icon,  a.tp-button.button_right .button_icon {
	float: right;
}
/* Paddings */
a.button .button_label {
	padding: 11px 20px;
}
a.button .button_icon {
	padding: 11px 13px;
}
a.button_large .button_label {
	padding: 15px 30px;
}
a.button_large .button_icon {
	padding: 15px 13px;
}

/* Hover */
@media only screen and (min-width: 768px) {
a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,.05);
}
a:hover.button, a:hover.tp-button {
	text-decoration: none;
}
a.button:hover:after, a.tp-button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
	width: 100%;
}
}
/* #Buttons stroke
================================================== */
.button-stroke {
}
.button-stroke a.button:not(.action_button),  .button-stroke:not(.header-plain) a.button.action_button,  .button-stroke a.tp-button,  .button-stroke button,  .button-stroke input[type="submit"],  .button-stroke input[type="reset"],  .button-stroke input[type="button"] {
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent !important;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background-image: none;
}
.button-stroke a.button:not(.action_button):after,  .button-stroke:not(.header-plain) a.button.action_button:after,  .button-stroke a.tp-button:after,  .button-stroke button:after,  .button-stroke input[type="submit"]:after,  .button-stroke input[type="reset"]:after,  .button-stroke input[type="button"]:after {
	display: none;
}
.button-stroke a:hover.button:not(.action_button),  .button-stroke:not(.header-plain) a:hover.button.action_button,  .button-stroke a:hover.tp-button,  .button-stroke button:hover,  .button-stroke input[type="submit"]:hover,  .button-stroke input[type="reset"]:hover,  .button-stroke input[type="button"]:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #828282;
}
.button-stroke a:hover.button.button_stroke_custom:not(.action_button),  .button-stroke:not(.header-plain) a:hover.button.button_stroke_custom.action_button,  .button-stroke a:hover.tp-button.button_stroke_custom {
	background-color: rgba(0,0,0,.05) !important;
}
/* Button icon */
.button-stroke a.button .button_icon {
	background: none;
}
.button-stroke a:hover.button .button_icon i,  .button-stroke a.button.button_theme:hover .button_icon i {
	color: rgba(0,0,0,.5) !important;
}
/* Paddings */
.button-stroke a.button_left.button .button_label,  .button-stroke a.button_left.button_large .button_label {
	padding-left: 0px;
}
.button-stroke a.button_right.button .button_label,  .button-stroke a.button_right.button_large .button_label {
	padding-right: 0px;
}
.button-stroke a.button_left.button_large .button_icon {
	padding-left: 27px;
}
.button-stroke a.button_right.button_large .button_icon {
	padding-right: 27px;
}
/* #Buttons flat
================================================== */
.button-flat {
}
.button-flat a.button:not(.action_button),  .button-flat:not(.header-plain) a.button.action_button,  .button-flat a.tp-button,  .button-flat button,  .button-flat input[type="submit"],  .button-flat input[type="reset"],  .button-flat input[type="button"] {
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background-image: none;
}
/* Button icon */
.button-flat a.button .button_icon {
	background: none;
}
.button-flat a.button .button_icon i {
	color: inherit;
}
/* Paddings */
.button-flat a.button_left.button .button_label,  .button-flat a.button_left.button_large .button_label {
	padding-left: 0px;
}
.button-flat a.button_right.button .button_label,  .button-flat a.button_right.button_large .button_label {
	padding-right: 0px;
}
.button-flat a.button_left.button_large .button_icon {
	padding-left: 27px;
}
.button-flat a.button_right.button_large .button_icon {
	padding-right: 27px;
}

/* Hover */
@media only screen and (min-width: 768px) {
.button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,.07);
	filter: alpha(opacity=0);
	opacity: 0;
}
.button-flat a.button:hover:after, .button-flat a.tp-button:hover:after, .button-flat button:hover:after, .button-flat input[type="submit"]:hover:after, .button-flat input[type="reset"]:hover:after, .button-flat input[type="button"]:hover:after {
	width: 100%;
	filter: alpha(opacity=1);
	opacity: 1;
}
}


	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.footer_copy {
	background-color: #262626;
	box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1) inset;
	padding: 9px;
}
.copyright {
	margin: 0 auto;
	max-width: 1000px;
	text-align:center;
}
.copyright span {
	color: #878787;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0px;
	margin-left: -3px;
	text-align: center;
	width: 33.333%;
	font-family: sans-serif;
}
.copyright span a {
	color: #878787;
	font-size: 10px;
	font-family: sans-serif;
}
footer .footer-social .social-link {
	float: left;
	padding: 40px 0 40px;
	text-align: center;
	width: 24.666%;
}
footer .inner-wrapper {
	margin: 0 auto;
	max-width: 1000px;
}
footer .footer-social .label {
	font-family: "proxima_nova_regular", Arial, Tahoma, sans-serif;
	color: #fff;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 0;
	text-transform: uppercase;
}
footer .footer-social a {
	color: #bcbec0 !important;
	font-family: "adelle", serif;
	font-size: 13px;
	padding: 1px 4px 2px;
}
footer .flip-icon-wrapper {
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -28px;
	width: 50px;
}
#Footer {
	position: relative;
}
.featured_div {
	height: 566px;
}
#menu > ul > li > a, .action_button, #overlay-menu ul li a {
	font-weight: bold;
	letter-spacing: 0.5px
}
.zoom_box a {
	display: block;
	position: relative;
	background-color: #000;
	height: 50%;
	width: 100%;
}
.desc_outer {
	height: 100%;
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.hover-panel-inner {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border: 1px solid #fff;
	height: 100%;
	width: 100%;
}
.hover-panel-inner .panel-inner {
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.hover-panel-inner .project-title {
	font-family: "proxima_nova_regular", Arial, Tahoma, sans-serif;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display:block;
}
.hover-panel-inner .project-services {
	font-family: "proxima_nova", Arial, Tahoma, sans-serif;
	color: #f37321;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.hover-panel-inner span {
	display: block;
	line-height: 22px;
}
.service-panels {
	overflow: hidden;
	width: 100%;
}
.service-panels .panel {
	cursor: pointer;
	float: left;
	height: 665px;
	text-align: center;
	width: 33.333%;
}
.section-header {
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.service-panels .service-details::before {
	border-color: transparent transparent #262626;
	border-style: solid;
	border-width: 0 21px 12px;
	content: " ";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -12px;
	width: 0;
}
.contact-info {
	font-family: "proxima_nova",sans-serif;
	font-size: 16px;
	margin: 20px auto 0;
	text-transform: uppercase;
}
.double-dash-delimiter {
	color: #f37321;
	margin: 0 20px;
}
.section-header {
	text-align: center;
	text-transform: uppercase;
}
.section-header h2 {
	margin: 0 auto;
	max-width: 700px;
	font-weight: normal;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 0 20px;
}
.section-header h2.special {
	max-width: 730px;
}
section.flex-content h3, .section-header h3 {
	color: #939598;
	font-family: "proxima_nova", sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1.7px;
	line-height: 16px;
	margin: 0 0 7px;
	padding: 0;
}
.section.callout {
	background-size: cover;
	position: relative;
}
.btn {
	border: 1px solid #f37321;
	color: #f37321;
	display: table;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 11px auto;
	padding: 2px 12px 0px 12px;
	text-transform: uppercase;
}
.btn:hover {
	background-color: #f37321;
	color: #fff;
}
p {
	color: #404041;
	display: block;
	font-size: 18px;
	letter-spacing: 0.1px;
	line-height: 25px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	padding: 16px;
}
.footer-callout h2, .footer-callout h3, .footer-callout p {
	color: #fff;
}
.service-panels .panel {
	cursor: pointer;
	float: left;
	text-align: center;
	width: 33.333%;
}
.service-panels .service-details {
	background-color: #262626;
	color: #bcbec0;
	height: 436px;
	padding: 50px 10px 10px;
	position: relative;
}
.service-panels .service-details::before {
	border-color: transparent transparent #262626;
	border-style: solid;
	border-width: 0 21px 12px;
	content: " ";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -12px;
	width: 0;
}
.service-panels p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto 0px;
  max-width: 320px;
  padding: 8px 20px;
  text-transform: none;
}
.home .service-panels p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto 0px;
  max-width: 320px;
  padding: 8px 20px;
  text-transform: none;
  color: #fff;
}
.service-panels h2 {
  display: block;
  font-size: 44px;
  line-height: 42px;
  margin: 6px auto 0;
  max-width: 260px;
  padding: 0;
  letter-spacing:1px;
}
.service-panels h2.small {
  font-size: 24px;
  line-height:22px;
}
.service-panels span {
  color: #f37321;
}
.service-panels .service-details a.more, .testimonial-panels .service-details a.more {
  color: #f37321;
  font-family: "proxima_nova",sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1px;
  padding: 5px;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
  padding-top:0px;
}
.section-header h2.light {
  color: #fff;
}
section.footer-callout h2, section.footer-callout h3, section.footer-callout p {
  color: #fff;
}
.icon .image_wrapper {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin:auto;
}
.icon .image_wrapper img{
	top:20% !important;
}
.service_section h2, .service_section h3,.service_section p{
  text-align: left !important;
  padding-left:0px;
}
.service_section a {
	margin:inherit;	
}
.sub-nav-wrapper {
  bottom: 1px;
 /* height: 153px;*/
  text-align: center;
  width: 100%;
  z-index: 5;
  border-bottom:1px solid #333;
}
.sub-nav-wrapper ul {
  display: inline-block;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
  vertical-align: top;
}
.sub-nav-wrapper ul::before, .sub-nav-wrapper ul::after {
  background-color: #fff;
  content: "";
  /*height: 151px;*/
  position: absolute;
  top: 0;
  width: 800px;
}
.sub-nav-wrapper ul::after {
  left: 100%;
  margin-left: 1px;
}
.sub-nav-wrapper ul::before, .sub-nav-wrapper ul::after {
  background-color: #fff;
  content: "";
  /*height: 151px;*/
  position: absolute;
  top: 0;
  width: 800px;
}
.sub-nav-wrapper ul::before {
  margin-right: 1px;
  right: 100%;
}
.sub-nav-wrapper li {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  /*height: 151px;*/
  margin: 0 1px 0 0;
  vertical-align: top;
  width: 135px;
  border-left: 1px solid #333;
}
.sub-nav-wrapper li:nth-child(8) { 
  /* border-right: 1px solid #333;*/
}
.sub-nav-wrapper .sub-nav{
   margin-left: 0;	
}
.sub-nav-wrapper li a {
  color: #000;
  display: block;
  font-family: "proxima_nova",sans-serif;
  font-size: 12px;
  /*height: 151px;*/
  letter-spacing: 0.166667px;
  line-height: 	15px;
  padding: 30px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.icon.button-icon {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.icon {
  display: block;
  margin: 0 auto 10px;
  transition: background 0.2s ease 0s;
}
.stamp img, .icon img, section.gallery-section .zoom-overlay .zoom-icon, .project .project-logo, .photo .project-logo, .grid-project .project-logo, .project .hover-panel .panel-inner, .photo .hover-panel .panel-inner, .grid-project .hover-panel .panel-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-nav-wrapper .icon.button-icon img {
  max-height: 23px;
  max-width: 27px;
}
.sub-nav-wrapper li a:hover .icon {
 background-color: #f37321; 
 }
 .current-menu-item a span{
	border: 1px solid #f37321 !important; 
 }
 .current-menu-item a{
	color: #f37321 !important; 
 }
 .thumbnail-overlay {
 /* display: none; */
 }
 .thumbnail-overlay {
  background-color: #CB6220;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity:0;
}
.image_wrapper:hover .thumbnail-overlay {
      background-color: rgba(243, 115, 33, 0.8); 
}
#Content {
  padding-top: 0px !important;
}
.blog_header{
	height:350px;	
}
.entry-panel, .alm-btn-wrap {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  float: left;
  height: 566px;
  margin-bottom: -1px;
  padding: 100px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
}
.author-profile {
  background-color: #fff;
  background-position: center center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  height: 95px;
  margin: 0 auto 40px;
  width: 95px;
}
.category-tag {
  color: #939598;
  display: block;
  font-family: "proxima_nova",sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-title-wrapper {
  height: 195px;
  line-height: 195px;
  margin: 0 auto;
  max-width: 260px;
  text-align: center;
  width: 100%;
}
.entry-date {
  color: #404041;
  display: block;
  font-family: "adelle",serif;
  font-size:13px;
  letter-spacing: 1px;
  line-height:27px;
}
.entry-title {
  color: #404041;
  display: inline-block;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 260px;
  text-transform: uppercase;
  transition: color 0s ease 0s, all 0.2s ease 0s;
  vertical-align: middle;
  width: 100%;
}
.entry-panel:nth-child(3n-1)::before, .alm-btn-wrap:nth-child(3n-1)::before, .entry-panel:nth-child(3n-1)::after, .alm-btn-wrap:nth-child(3n-1)::after {
  background-color: #e6e6e6;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.entry-panel:nth-child(3n-1)::after, .alm-btn-wrap:nth-child(3n-1)::after {
  right: 0;
}
.entry-panel:nth-child(3n-1)::before, .alm-btn-wrap:nth-child(3n-1)::before, .entry-panel:nth-child(3n-1)::after, .alm-btn-wrap:nth-child(3n-1)::after {
  background-color: #e6e6e6;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.entry-panel:nth-child(2n), .alm-btn-wrap:nth-child(2n) {
  background-color: #f8f8f8;
}
.entry-panel, .alm-btn-wrap {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  float: left;
  height: 566px;
  margin-bottom: -1px;
  padding: 100px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
}
.entry-panel:hover .load-more-btn, .alm-btn-wrap:hover .load-more-btn, .entry-panel:hover #load-more, .alm-btn-wrap:hover #load-more {
    background-color: #f37321;
    color: #fff; 
}

.email-signup .email-signup-wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.email-signup .email-signup-label {
  float: left;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  width: 234px;
}
.email-signup .email-signup-label span {
  display: block;
  font-family: "adelle",serif;
  font-size:18px;
  font-style: italic;
  letter-spacing: -0.5px;
  text-transform: none;
}
.email-signup .email-signup-wrapper form {
  padding-bottom: 17px;
}
form {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px 0px;
}
.email-signup .gform_body {
  float: left;
  width: 613px;
}
.email-signup .gform_fields {
  margin: 0 !important;
}
form ul {
  padding: 0;
}
.email-signup .gfield {
  margin: 0;
}
.gfield {
  display: block;
  margin-bottom: 17px;
  padding-bottom: 20px;
}

.email-signup .gfield_label {
  display: none;
}
form .gfield_label {
  color: #f37321;
  font-family: "adelle",serif;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: none;
}
.gfield_required {
  display: none;
  float: left;
  margin-left: -12px;
}
.gf_left_half, .gf_right_half {
  padding-bottom: 0 !important;
  width: 50%;
  float:left;
}
.gf_left_half {
  clear: none;
  float: left;
  padding-right: 10px;
}
.email-signup input[type="text"] {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  font-family: "proxima_nova",sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  padding: 0 10px;
  width: 100%;
}
.gform_footer .gform_button.btn {
  display: inline-block;
}
.email-signup .gform_button {
  background: #f37321 url("../images/submit-arrows.svg") no-repeat scroll center center !important;
  float: right;
  margin: 0;
  padding: 16px 26px;
  text-indent: 100px;
  width: 46px;
}
h1 { font-weight: 700; }
h2 { font-weight: 700; letter-spacing: 2px; }
h3 { font-weight: 700; letter-spacing: 2px; margin-bottom:0px}
h4 { font-weight: 400; letter-spacing: 1px; }
h5 { font-weight: 400; }
h6 { font-weight: 400; }

.post .entry-title { font-size: 28px; line-height: 30px; }

#Top_bar a.responsive-menu-toggle { color: #fff; }

.header-transparent.ab-hide #Top_bar {
  top: 20px;
}
#menu > ul > li > a, .action_button, #overlay-menu ul li a {
  font-weight: bold;
  letter-spacing: 1px;
}
.btn_more{
  border: 1px solid #f37321;
  color: #f37321;
  display: table;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 11px auto;
  padding: 2px 12px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.btn_more:hover{
  text-decoration:none;
  background:#F37321;
  color:#fff	
}
.about_header{
    background-position: center 85px !important;
}
.work_header{
    background-position: center 85px !important;	
}
.work_header::after {
  border-color: #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 12px 21px 0;
  bottom: -11px;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.about_bottom img.scale-with-grid,.about_logos img.scale-with-grid {
  width:auto !important;
}
.about_bottom_middle{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.about_bottom .column{
margin-bottom:0px
}
.service_header{
height:500px;
}

.gfield {
 /* clear: both;*/
  display: block;
  margin-bottom: 17px;
  padding-bottom: 20px;
}
fieldset {
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}
fieldset legend {
  border-bottom: 1px solid #e1e1e1;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 32px;
  height: 150px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(20px);
  width: 100%;
}
fieldset .fieldset-number {
  background-color: #fff;
  border-radius: 50%;
  color: #f37321;
  display: table;
  font-size: 82px;
  height: 130px;
  margin: 0 auto -35px;
  padding: 10px;
  width: 130px;
  line-height:82px;
}
fieldset li {
  list-style: outside none none !important;
}
fieldset input[type="text"] {
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 22px;
  height: 50px;
  letter-spacing: 0.1px;
  padding: 0 10px;
  text-transform: uppercase;
}
fieldset input {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  transition: border 0.2s ease 0s;
  width: 100% !important;
}
.gfield {
 /* clear: both;*/
  display: block;
  margin-bottom: 17px;
  padding-bottom: 20px;
}
.gf_left_half {
  clear: none;
  float: left;
  padding-right: 10px;
}
.gf_left_half, .gf_right_half {
  padding-bottom: 0 !important;
  width: 50%;
}
form ul.gfield_checkbox li {
  display: table;
  height: 36px;
  padding-left: 35px;
  position: relative;
}
.gf_options_half li {
  float: left;
  width: 50%;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
form ul.gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gfield_select {
  -moz-appearance: none;
  background: #f7f7f7 url("img/selection-arrow.png") no-repeat scroll right center;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #404041;
  font-family: "proxima_nova",sans-serif;
  font-size: 16px;
  font-weight: 200;
  padding: 9px 10px 5px;
  text-transform: uppercase;
  width: 100%;
}
.gfield_select {
  width: 300px;
}
textarea {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  font-family: "adelle",serif;
  height: 200px;
  padding: 10px;
  width: 100% !important;
}
.ginput_container_fileupload,.file-upload,#field_1_22,#field_1_23,#field_1_8{
	display:none;	
}
.gform_footer{
	text-align:center;
}
#budget {
  background-color: #404041;
  color: #fff;
  float: left;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}
#budget label {
  margin-bottom: 2px;
}
#budget #amount {
  background-color: #404041;
  border: medium none;
  color: #fff;
  font-family: "proxima_nova",sans-serif;
  font-size: 25px;
  font-weight: 300;
  height: auto;
  letter-spacing: 2px;
  padding: 0;
  text-align: center;
}
#gform_submit_button_1{
 background-color: #f37321 !important;
 padding: 15px 30px;
}
.anim-border-shadow {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.23) 100%) repeat scroll 0 0;
  bottom: 0;
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
}
.anim-border-left {
  background: #fff none repeat scroll 0 0;
  bottom: -300px;
  height: 300px;
  left: -50%;
  position: absolute;
  width: 100%;
}
.anim-border-right {
  background: #fff none repeat scroll 0 0;
  bottom: -300px;
  height: 300px;
  left: 50%;
  position: absolute;
  width: 100%;
}
.new_port_top_image{
	background-size:cover	
}
.port_image_testi{
	margin-left:100px !important	
}
.post-nav {
	display:none;
}
.post-header {
  margin-top: 150px !important;
}
.single-post #Top_bar{
	background: #333 none repeat scroll 0 0;
	top: 0 !important;
}
.post-header .title_wrapper {
    border-left: 0 none !important;
    margin-left: 0 !important;
}
#Wrapper, #Content {
  background-color: #fff !important;
}
.post-header .title_wrapper h1 {
  font-size: 52px !important;
  line-height: 52px !important;
  font-family: "proxima_nova_regular",sans-serif;
}
.entry-title {
  max-width: 100% !important;
  text-align:center;
}
.post-page-meta {
  display: table;
  margin: 0 auto;
}
.post-page-meta span, .post-page-meta .author-profile {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.post-page-meta .author-profile {
  background-size: 100% auto;
  filter: grayscale(100%);
  height: 45px;
  margin: 0 8px -16px;
  width: 45px;
}
/*img.scale-with-grid, #Content img {
  width: 186px !important;
  max-height: 60px !important;
  height: 60px !important;
}
*/
.portfoli_list a{
	height:211px;	
}
.portfoli_list a:hover{
	background-color:#EF8F91
}
.bubble-container .bubble-inner {
  display: table-cell;
  padding: 0 30px;
  transform: scale(0.7);
  vertical-align: middle;
}
.bubble-container .bubble-wrapper {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: table;
  height: 189px;
  margin: 5px;
  transform: scale(1.07);
  width: 189px;
}
.bubble-container .bubble {
  background: #fff url("img/plus.svg") no-repeat scroll center center / 35px 35px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(2, 2, 2, 0.2);
  height: 200px;
  position: absolute;
  top: 0;
  transition: border 0.2s ease 0s;
  width: 200px;
}
.bubble-container {
  display: block;
  height: 200px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.ripples div {
  border: 2px solid #f37321;
  border-radius: 50%;
  height: 0;
  position: absolute;
  width: 0;
}
.ripples {
  margin-left: -1px;
  margin-top: -1px;
  padding: 100px;
  position: relative;
  z-index: 0;
}
.bubble-container .bubble-title {
  color: #f37321;
  display: block;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.bubble-container .bubble-text {
  font-size:12px;
  line-height: 13px;
  padding:0px;
}
.project-details-nav{
  height: 172px;
  position: fixed;
  width: 100%;
  z-index: 6;
}
nav.project-details-nav {
  bottom: 0;
  margin: auto;
  position: fixed;
  right: 30px;
  top: 0;
  transform: translateX(190px);
  width: 260px;
  z-index: 4;
}
nav.project-details-nav ul {
  margin-top: -27px;
  padding: 0;
}
nav.project-details-nav li, nav.project-details-nav a {
  display: block;
  height: 70px;
  margin-top: -1px;
  width: 260px;
}
nav.project-details-nav li {
  position: relative;
  margin-bottom:0px !important;
}
nav.project-details-nav a {
  background-color: #fff;
  border: 1px solid #e9e9ea;
  position: absolute;
  right: 0;
}
nav.project-details-nav li, nav.project-details-nav a {
  display: block;
  height: 70px;
  margin-top: -1px;
  width: 260px;
}
.nav-icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  filter: grayscale(100%);
  float: left;
  height: 68px;
  padding: 22px;
  transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  width: 68px;
}
.nav-labels {
  display: inline-block;
  padding: 18px 1px;
}
.nav-primary-label {
  color: #8a8c8e;
  font-family: "adelle",serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  display:block
}
.nav-secondary-label {
  color: #000;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height:2px;
  text-transform: uppercase;
}
#Top_bar.is-sticky #logo img {
  max-height: 32px !important;
  /*width: auto !important;*/
}
#menu > ul > li > a, .action_button, #overlay-menu ul li a {
  font-weight: bold !important;
}
#Footer .flip-icon {
  border-radius: 100%;
  cursor: pointer;
  height: 51px;
  position: relative;
  width: 51px;
}
#Footer #back_to_top {
  float: none !important;
  margin: auto !important;
}
.contact_section_column p {
    font-size: 15px;
	min-height: 92px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
.bottom_contact_section p{
	min-height:70px;
}
.contact-headquarters-box p{
    font-size: 15px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;	
}
.contact-headquarters-box{
	padding-left:50px;	
}
.contact_section_column_div:hover p,.contact_section_column_div:hover h3{
  color: #fff;
}
.contact_section_column_div:hover{background:#3a3a3a; color:#fff} 
/* entire container, keeps perspective */
.flip-container {
	/*perspective: 1000;*/
}
	/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	/*transform: rotateY(180deg);
	cursor:pointer;*/
}

.flip-container, .front, .back {
	width: 51px;
	height: 51px;
}

/* flip speed goes here */
.flipper {
/*	transition: 0.10s;
	transform-style: preserve-3d;*/
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
/*	transform: rotateY(0deg);*/
}

/* back, initially hidden pane */
#back_to_top:hover{
	cursor:pointer;
	/*transform: rotateY(180deg);*/
}
#Top_bar .menu > li ul {
  background-color: #000000 !important;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 18px;
}
.sub-menu li a span{
	border:none !important;	
}
#Top_bar .menu li ul {
  width: 380px;
}
#Top_bar .menu li ul li {
  float: left;
}
#Top_bar .menu > li > a:hover{
	color:#f37321 !important;
}
.ca-menu {
  font-family: "proxima_nova_regular",sans-serif;
  margin: 0 auto;
  max-width: 1000px;
}
.ca-menu .list6, .ca-menu .list7, .ca-menu .list8, .ca-menu .list9 {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #eaeaea;
  border-radius: 125px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  height: 215px;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
  transition: all 400ms linear 0s;
  width: 215px;
}
.ca-menu .list6 a, .ca-menu .list7 a, .ca-menu .list8 a, .ca-menu .list9 a {
  box-shadow: 0 0 3px #000000;
  color: #333;
  display: block;
  height: 100%;
  position: relative;
  text-align: left;
  width: 100%;
}
.ca-icon {
  color: #cac8c8;
  font-family: "proxima_nova_regular",sans-serif;
  font-size: 40px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: 30px;
  transition: all 400ms linear 0s;
  width: 100%;
}
.ca {
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 40px;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 400ms linear 0s;
  width: 100%;
}
.ca-main {
  font-size: 20px;
  height: 80px;
  left: 50%;
  margin-left: -85px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 110px;
  width: 170px;
}
.ca-menu .list6 {
  border: 10px solid #f25022;
}
.ca-menu .list7 {
  border: 10px solid #7fba00;
}
.ca-menu .list8 {
  border: 10px solid #ffb900;
}
.ca-menu .list9 {
  border: 10px solid #00a4ef;
}
.ca-menu .list-2 {
  float: left;
}
.ca-menu .list1, .ca-menu .list2, .ca-menu .list3, .ca-menu .list4, .ca-menu .list5 {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #eaeaea;
  border-radius: 25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  height: 215px;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
  transition: all 400ms linear 0s;
  width: 215px;
}
.ca-menu .list1 {
  border: 10px solid #f25022;
}
.ca-menu .list2 {
  border: 10px solid #7fba00;
}
.ca-menu .list3 {
  border: 10px solid #ffb900;
}
.ca-menu .list4 {
  border: 10px solid #00a4ef;
}
.ca-menu .list5 {
  border: 10px solid #be62d5;
}
.ca-menu .list1 a, .ca-menu .list2 a, .ca-menu .list3 a, .ca-menu .list4 a, .ca-menu .list5 a {
  box-shadow: 0 0 3px #000000;
  color: #333;
  display: block;
  height: 100%;
  position: relative;
  text-align: left;
  width: 100%;
}
/*#Top_bar.is-sticky .logo {
  margin: 0 30px 0 0px !important;
}*/
#branding-strategy{
	margin-top:20px;	
}
.sub-nav li{
	margin-bottom:0 !important;	
	min-height: 159px;
}
.sub-nav-wrapper ul{
	margin-bottom:0px !important;
}
/*.logo-sticky{
	width:300px !important;
	height:38px !important;	
}*/
.ajax-loader{
	height:10px !important;	
}
.branc_clases{
	padding:20px;	
}
.bran_cla{
padding-left:32px;
}
#Top_bar .container{
  max-width: 1010px !important;
}
.abouts_greay_box .infobox{
	background-color:#D4D4D4;
}
.abouts_greay_box {
	margin-left: 74px !important;
    margin-right: 20px !important;	
}
.history_list .column_attr ul li{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;	
}
.infobox {
  min-height: 185px;
}