@import "normalize.css";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: #4cb4cf;
  text-decoration: none;
}
a:hover {
  color: #2c8aa3;
}
p {
  margin: 0 0 1em 0;
}
body {
  background: #dddddd url(../images/background2.jpg);
  color: #231f20;
  font: 16px/21px "futura-pt", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
}
#mainheader-container {
  background: #fbfcfc;
  height: 104px;
  *zoom: 1;
}
#mainheader-container:before,
#mainheader-container:after {
  display: table;
  content: "";
}
#mainheader-container:after {
  clear: both;
}
#mainheader-container:before,
#mainheader-container:after {
  display: table;
  content: "";
}
#mainheader-container:after {
  clear: both;
}
#mainheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fdfdfd;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
  *zoom: 1;
}
#mainheader:before,
#mainheader:after {
  display: table;
  content: "";
}
#mainheader:after {
  clear: both;
}
#mainheader:before,
#mainheader:after {
  display: table;
  content: "";
}
#mainheader:after {
  clear: both;
}
#mainheader-content-logo {
  display: inline-block;
  vertical-align: top;
  float: left;
}
#mainheader-content-logo-link {
  color: #231f20;
  display: inline-block;
  vertical-align: top;
}
#mainheader-content-logo-link img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#mainheader-content-logo-link:hover img {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
#mainheader-content {
  padding: 20px;
  max-width: 988px;
  margin: 0 auto;
  *zoom: 1;
}
#mainheader-content:before,
#mainheader-content:after {
  display: table;
  content: "";
}
#mainheader-content:after {
  clear: both;
}
#mainheader-content:before,
#mainheader-content:after {
  display: table;
  content: "";
}
#mainheader-content:after {
  clear: both;
}
#mainheader-border {
  margin-bottom: 3px;
  border-bottom: 2px solid #e8e7e8;
}
#mainheader-content-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainheader-content-menu li {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 30px 0 0 0;
  padding: 0;
}
#mainheader-content-menu li a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 0.0625em;
  position: relative;
}
#mainheader-content-menu li a:hover {
  color: #2c8aa3;
}
#mainheader-content-menu li a:hover::before {
  width: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainheader-content-menu li a::before {
  content: ' ';
  position: relative;
  top: -6px;
  width: 0%;
  height: 2px;
  background: #555555;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainheader-content-menu li a.active::before {
  width: 16px;
  background: #4cb4cf;
}
#maincontent {
  background: #fbfcfc;
  color: #333;
  min-height: 400px;
}
#maincontent-content {
  padding: 0 20px 20px 20px;
  max-width: 988px;
  margin: 0 auto;
}
#mainfooter {
  border-top: 5px solid #222;
  color: #787878;
  text-align: center;
  min-height: 100px;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
}
#mainfooter a {
  color: #319bb7;
}
#mainfooter a :hover {
  color: #21687b;
}
#mainfooter-content {
  padding: 20px;
  max-width: 988px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.hr50 {
  margin-bottom: 50px;
}
.img-byline {
  clear: both;
  margin-bottom: 18px;
}
.img-container {
  line-height: 0;
  margin-bottom: 18px;
}
.img-container-left {
  float: left;
  width: 450px;
  margin-right: 18px;
}
.img-container-right {
  float: right;
  width: 450px;
}
.logo-img {
  width: 55px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.logo-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", "futura-pt", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.1025em;
  text-indent: 0;
  text-rendering: auto;
}
.homeimg {
  line-height: 0;
  margin: 0 auto;
  padding: 15px 0 0px 0;
}
.section {
  border-top: 2px solid #e8e7e8;
  margin-top: 12px;
  *zoom: 1;
  text-align: center;
}
.section:before,
.section:after {
  display: table;
  content: "";
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  display: table;
  content: "";
}
.section:after {
  clear: both;
}
.secborderleft {
  border-left: #e8e7e8 2px solid;
}
.section-left {
  padding: 0;
  width: 49.5%;
  display: inline-block;
  min-height: 120px;
  vertical-align: top;
  text-align: left;
}
.section-right {
  padding: 0;
  width: 49.5%;
  display: inline-block;
  border-left: #e8e7e8 2px solid;
  vertical-align: top;
  text-align: left;
}
.circleimg {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.circleimg img {
  display: block;
}
.ib {
  display: inline-block;
  vertical-align: top;
}
.padder {
  padding: 20px;
}
.marger {
  margin: 20px;
}
.portfoliolist {
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfoliolist-item {
  width: 222px;
  margin: 26px 11px 0 11px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.portfoliolist-item a {
  color: #ffffff;
  font-size: 20px;
  display: block;
  position: relative;
  background: black;
}
.portfoliolist-item a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.portfoliolist-item a:hover h4 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 1;
}
.portfoliolist-item img {
  height: 222px;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.portfoliolist-item h4 {
  font-weight: normal;
  position: absolute;
  top: 62px;
  width: 90%;
  padding: 0 5%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.project {
  position: relative;
  *zoom: 1;
}
.project:before,
.project:after {
  display: table;
  content: "";
}
.project:after {
  clear: both;
}
.project:before,
.project:after {
  display: table;
  content: "";
}
.project:after {
  clear: both;
}
.project-text-fixed {
  position: fixed;
  top: 104px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.project-text-container {
  padding: 0 20px 20px 0;
  max-width: 988px;
  margin: 0 auto;
}
.project-text {
  width: 280px;
  overflow-y: auto;
  background: #fbfcfc;
  padding: 20px;
}
.project-text-name {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #333;
}
.project-images {
  float: right;
  max-width: 670px;
}
.project-images img {
  margin-bottom: 6px;
}
.project-prevnext {
  *zoom: 1;
  margin-top: 40px;
}
.project-prevnext:before,
.project-prevnext:after {
  display: table;
  content: "";
}
.project-prevnext:after {
  clear: both;
}
.project-prevnext:before,
.project-prevnext:after {
  display: table;
  content: "";
}
.project-prevnext:after {
  clear: both;
}
.project-prevnext-next {
  float: right;
}
.content {
  background: #fbfcfc;
  padding-top: 40px;
}
.pagination {
  margin: 0 auto;
  padding: 20px;
}
.post {
  margin: 0 auto;
  padding: 20px;
}
.post-footer p {
  margin: 0;
  padding: 20px;
  min-height: 20px;
}
.mainheader-content-menu-shop a {
  color: #4cb4cf !important;
}
.shadowbox {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#email_form input,
#email_form textarea {
  width: 99%;
  margin: 0 0 20px 0;
}
#email_form input {
  max-width: 200px;
}
#email_form textarea {
  height: 100px;
}
#send_email {
  background: #49b3cc;
  color: white;
  padding: 8px;
  width: 230px;
  display: inline-block;
  letter-spacing: 0.2em;
  -webkit-box-shadow: 6px 6px 0 #273438;
  -moz-box-shadow: 6px 6px 0 #273438;
  box-shadow: 6px 6px 0 #273438;
}
textarea,
input {
  border-color: #ddd;
  border-style: inset;
  border-width: 1px;
  padding: 4px;
}
#email_response {
  color: #3a87ad;
  text-align: center;
  padding: 4px 20px;
}
#email_response .success {
  color: #468847;
}
#email_response .error {
  color: #b94a48;
}
.borderbar {
  background: repeat url(../images/bottombar.png);
  height: 10px;
  background-size: auto 10px;
  opacity: 0.5;
  border-top: 1px solid #000;
}
@media (max-width: 980px) {
  .img-container-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .img-container-right {
    float: none;
    width: auto;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 570px) {
  #mainheader {
    position: relative;
  }
  .hidephone {
    display: none;
  }
  .phonediv {
    display: block;
    text-align: center;
    float: none !important;
  }
  .logo-img {
    width: 30px;
  }
  #mainheader-content-logo,
  #mainheader-content-menu {
    text-align: center;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project-text-fixed {
    position: static;
  }
  .project-text {
    width: 100%;
  }
  #mainheader-container {
    height: 126px;
  }
  #mainheader-content-menu li {
    margin-top: 0;
  }
  #mainheader-content-menu li a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .section-right,
  .section-left {
    border-left: none;
    border-right: none;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #mainheader {
    position: relative;
  }
}
@media only screen and (max-device-width: 768px) {
  #mainheader {
    position: relative;
  }
}
