@import "css/reset.css";
@import "css/bootstrap.css";
@import "css/bootstrap-responsive.css";
@import "css/icomoon.css";
@import "css/queries.css";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #77797a;
}
p {
  line-height: 1.3;
  margin: 0 0 28px 0;
}
.wp-caption {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 800;
  color: #222;
}
.wp-caption.alignleft {
  margin: 0 20px 20px 0 !important;
}
.wp-caption.alignright {
  margin: 0 0 20px 20px !important;
}
.content .row-fluid {
  position: relative;
}
.content .span8 ul {
  margin: 0 0 28px 20px;
}
.content .span8 ul li {
  line-height: 1.3;
  list-style-type: square;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.wp-caption {
  border: 1px solid #999;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 10px;
}
a {
  text-decoration: none;
  color: #0063ad;
}
.right-link {
  float: right;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 17px 0 0;
  background: url(images/arrow-right.png) right center no-repeat;
}
hr {
  height: 2px;
  border: none;
  background: #0063ad;
  width: 73%;
  margin: 20px auto;
}
.clear {
  clear: both;
}
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header {
  padding: 17px 0 17px 0;
}
h1,
h2 {
  padding: 25px 0 25px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #0063ad;
  font-weight: normal;
}
.project h1,
.page-id-16 h1,
.page-id-18 h1,
.page-id-397 h1,
.page-id-395 h1,
.page-id-20 h1 {
  padding: 18px 0 25px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #0063ad;
  font-weight: normal;
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-top: -54px;
  position: relative;
  background: #fff;
  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.1);
}
h1.inheader,
h1.inheader-press {
  text-transform: uppercase;
  text-align: left;
  color: #0063ad;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 32px;
  line-height: 250px;
  padding: 0;
}
h1.inheader-press {
  line-height: 42px;
  padding: 30px 0 30px 0;
}
.header-image,
.press-image,
.header-image-press {
  background: url(images/filler-slide.jpg) no-repeat;
  width: 100%;
  height: 250px;
  margin: 0 0 30px 0;
}
.header-image-press {
  height: auto;
}
.press-image {
  background: url(http://frankapicella.com/polimeni/wp-content/uploads/2014/03/press-releases.jpg) no-repeat;
}
h3 {
  font-weight: 800;
  font-size: 18px;
  color: #444;
}
h3 a {
  color: #444;
}
h4 {
  font-weight: 800;
  font-size: 22px;
  color: #444;
  margin: 0 0 10px 0;
}
em {
  font-style: italic;
  color: #555;
}
b,
strong {
  font-weight: 800;
  color: #555;
}
.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: 200px;
  background: rgba(255,255,255,0.9);
  padding: 5px 10px 10px 10px;
  border: 1px solid #ccc;
  border-top: none;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  z-index: 10000;
}
.menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.menu-item-has-children {
  position: relative;
  float: left;
}
#menu-main li a {
  float: left;
  display: block;
  padding: 5px 8px 5px 8px;
  color: #0063ad;
  font-size: 16px;
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
}
#menu-main .dropdown-menu li a {
  float: none;
  padding: 8px 8px 8px 8px;
}
#menu-main .dropdown-menu li a:hover {
  background: #0063ad;
  color: #fff;
}
header a img {
  float: left;
  margin: 0 30px 0 0;
}
.menu-main-container {
  margin: 2px 0 0 0;
}
.slideshow {
  width: 100%;
  text-align: center;
  max-height: 530px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.projects {
  color: #0063ad;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0;
  text-align: center;
}
.projects span {
  color: #8a8c8d;
  font-size: 11px;
  letter-spacing: 0;
  margin: -4px 0 34px 0;
  display: block;
}
.projects img {
  margin: 0 0 13px 0;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
}
.projects .project-title {
  margin: 13px 0 0 0;
  text-align: left;
}
.projects .span4 {
  position: relative;
}
.projects span.note {
  position: absolute;
  background: #222;
  color: #fff;
  margin: -24px 0 0 -2px;
  padding: 0 8px;
  font-size: 9px;
}
.page-id-4 .projects span {
  margin: 0 0 0 0;
}
.project span.building-info {
  font-weight: 800;
  display: block;
  margin: 15px 0 15px 0;
}
.project img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.4);
}
.project form {
  text-align: left;
}
#phone {
  float: right;
  padding: 5px 8px 5px 8px;
  font-size: 18px;
}
.press-releases {
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.press-releases span {
  font-size: 12px;
  display: block;
}
.press-releases a {
  margin: 0 0 10px 0;
  display: inline-block;
}
.press-release span {
  font-size: 12px;
  display: block;
  margin: 4px 0 10px 0;
}
footer {
  height: 128px;
  margin: 20px 0 0 0;
  padding: 20px 0 20px 0;
  background: #0063ad;
  color: #fff;
  font-size: 12px;
}
footer .address p {
  margin: 16px 0 0 25px;
}
footer p {
  line-height: 1.7;
}
footer a {
  color: #fff;
  font-size: 12px;
}
footer a:hover {
  color: #eaeaea;
}
footer a img {
  margin: 23px 0 0 0;
  width: 100%;
  height: auto;
  max-width: 225px;
}
footer .footer-logo {
  margin: 43px 0 0 0;
}
footer .menu {
  margin: 13px 0 0 50px;
}
footer .menu li a {
  line-height: 1.5;
}
form {
  text-align: center;
}
form input,
form select,
form textarea {
  width: 80%;
  border: 1px solid #6d6e71;
  padding: 12px;
  margin: 0 auto;
  color: #77797a;
  font-size: 16px;
  margin: 0 0 12px 0;
  background: #fff;
}
form input.wpcf7-submit {
  background: #0063ad url(images/chat-icon.png) 270px 15px no-repeat;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  position: relative;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
}
form img.ajax-loader {
  position: absolute;
  right: 10px;
}
form textarea {
  height: 120px;
}
form p {
  margin: 0;
}
form .form-city {
  display: inline-block;
  width: 60%;
}
form .form-state {
  display: inline-block;
  width: 31%;
}
.portfolio {
  background: #0062ad;
  padding-top: 34px;
}
.portfolio a {
  height: 120px;
  padding: 50px 0 50px 0;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 0 34px 0;
  text-transform: uppercase;
  font-size: 48px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  text-shadow: 1px 1px 1px #000000;
  -moz-text-shadow: 1px 1px 1px #000000;
  -webkit-text-shadow: 1px 1px 1px #000000;
  line-height: 48px;
}
.portfolio strong {
  margin: 20px 0 0 0;
  display: block;
}
.portfolio .span4:last-child strong,
.portfolio .port-bot strong {
  margin: 40px 0 0 0;
}
.portfolio .span4:last-child strong {
  font-size: 32px !important;
}
.google-map {
  margin: -30px 0 -30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.google-map h3 {
  font-size: 18px !important;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.page-id-6 .content .span4:nth-child(3n+1),
.page-id-8 .content .span4:nth-child(3n+1),
.page-id-16 .content .span4:nth-child(3n+1),
.page-id-18 .content .span4:nth-child(3n+1),
.page-id-20 .content .span4:nth-child(3n+1) {
  margin-left: 0 !important;
}
.inner ul {
  margin: 0 0 28px 28px;
}
.inner ul li {
  list-style-type: square;
  line-height: 1.3;
}
.location strong {
  color: #fff;
}
.small-menu {
  display: none;
}
.small-menu button {
  float: right;
  width: 140px;
  display: inherit;
  padding: 10px;
  border: none;
  background: #0063ad;
  color: #fff;
  font-size: 17px;
}
.small-menu .nav {
  margin: 41px 0 0 0;
}
.small-menu .nav > li {
  display: block;
  float: none;
  text-align: center;
}
.small-menu .nav > li > a {
  display: block;
  background: #0063ad;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 12px 0 12px 0;
}
.small-menu .dropdown-menu {
  display: none !important;
}
.single-press .attachment-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}
.date-time {
  margin: -30px 0 20px 0;
  font-size: 12px;
  color: #444;
  background: #eaeaea;
  padding: 5px 0 5px 0;
}
.date-time .row-fluid [class*="span"] {
  min-height: 0 !important;
}
.past {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn em {
  font-size: 11px;
  color: #fff;
}
.more-info {
  background: #0062ad;
  padding: 15px;
  margin: 0 0 20px 0;
  color: #fff;
}
.more-info p:last-child {
  margin: 0;
}
.more-info h4,
.more-info strong,
.more-info a {
  color: #fff;
}
.more-info a {
  color: #eaeaea;
  text-decoration: underline;
}
