@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700");
@import url("http://fonts.googleapis.com/css?family=Oswald:300");
@import url("http://fonts.googleapis.com/css?family=Varela+Round");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/***************************************
 * COLORS
 ***************************************/
/***************************************
 * LINK COLORS
 ***************************************/
/***************************************
 * SIZE OF CONTAINER
 ***************************************/
/***************************************
 * TRANSITION DURATION
 ***************************************/
/***************************************
 * TRANSITION EASING
 ***************************************/
/***************************************
 * NORMAL HEADING SIZE
 ***************************************/
/***************************************
 * MARGIN SPACING
 ***************************************/
/***************************************
 * TEST BACKGROUND COLOR
 ***************************************/
html body {
  font-family: 'Lato', sans-serif;
  font-size: 100%;
}
html body a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
html body a:hover {
  text-decoration: underline;
}
html body a:visited {
  color: #333333;
}
html body a:focus {
  color: #333333;
}
html body a:hover {
  color: #961c1f;
}
html body a:active {
  color: #961c1f;
}
html body div#main_container {
  width: 960px;
  min-height: 240px;
  margin: 0 auto;
}
html body div#main_container header {
  height: 150px;
  margin-bottom: 40px;
}
html body div#main_container header #logo {
  width: 120px;
  height: 160px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/logo.svg?1381855451');
}
html body div#main_container header nav {
  height: 35px;
  float: right;
  margin-top: 98px;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu {
  text-align: right;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu li {
  display: inline-block;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu li a {
  display: block;
  padding: 12px 35px;
  margin: 0 1px;
  font-size: 0.85em;
  font-weight: 300;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu li a:hover {
  text-decoration: none;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu li.current_page_item a, html body div#main_container header nav .menu-main-navigation-container ul.menu li.current-menu-item a {
  background-color: #f0f0f0;
}
html body div#main_container header nav .menu-main-navigation-container ul.menu li:hover a {
  background-color: #f0f0f0;
}
html body div#main_container section {
  line-height: 120%;
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  padding: 1.5em 0;
  border-top: 1px solid #cccccc;
}
html body div#main_container section h1, html body div#main_container section h2, html body div#main_container section h3, html body div#main_container section h4, html body div#main_container section h5, html body div#main_container section h6 {
  font-family: 'Lato', sans-serif;
  line-height: 100%;
  padding: 0.5em 0;
  font-weight: 300;
  text-transform: uppercase;
}
html body div#main_container section h1 {
  font-size: 2.75em;
}
html body div#main_container section h2 {
  font-size: 2.5em;
}
html body div#main_container section h3 {
  font-size: 2em;
}
html body div#main_container section h4 {
  font-size: 1.75em;
}
html body div#main_container section h5 {
  font-size: 1.5em;
}
html body div#main_container section h6 {
  font-size: 1em;
}
html body div#main_container section p, html body div#main_container section li {
  font-size: 12px;
  margin-bottom: 1.2em;
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
html body div#main_container section p strong, html body div#main_container section li strong {
  font-weight: 700;
}
html body div#main_container section .portfolio .box {
  width: 186px;
  height: 186px;
  margin: 3px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EEE;
}
html body div#main_container section .portfolio .box a.bw_wrapper {
  display: block;
  width: 186px;
  height: 186px;
  position: relative;
  overflow: hidden;
}
html body div#main_container section .portfolio .box a.bw_wrapper .tip {
  position: absolute;
  width: 146px;
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 10px 20px;
  bottom: -100px;
  text-transform: uppercase;
  z-index: 9999;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: bottom 0.3s ease-out;
  -moz-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}
html body div#main_container section .portfolio .box a.bw_wrapper:hover .tip {
  bottom: 10px;
}
html body div#main_container section .portfolio .box a.bw_wrapper img {
  width: 100%;
  height: 100%;
}
html body div#main_container section ul.slideshow li {
  position: relative;
  width: 710px;
  height: 399px;
}
html body div#main_container section ul.slideshow li img {
  position: absolute;
  left: 0;
  top: 0;
}
html body div#main_container section ul.slideshow li a {
  width: 710px;
  height: 399px;
  position: absolute;
  display: block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/magnify.png?1382463796');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
html body div#main_container section ul.slideshow li:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
html body div#main_container section .one_forth {
  width: 230px;
  min-height: 240px;
  float: left;
}
html body div#main_container section .one_forth h1 {
  color: #333333;
  font-size: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 0.2em;
}
html body div#main_container section .one_forth h5 {
  color: #888888;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
  padding-left: 16px;
  background-image: url('../images/plus.png?1382482934');
  background-repeat: no-repeat;
  background-position: 5px 3px;
}
html body div#main_container section .one_forth ul {
  list-style: square;
  margin-left: 1em;
  margin-bottom: 2em;
}
html body div#main_container section .one_forth ul li {
  margin-bottom: 0.35em;
}
html body div#main_container section .one_forth .navigation {
  font-size: 11px;
  text-transform: uppercase;
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
html body div#main_container section .one_forth .navigation .alignleft {
  float: left;
}
html body div#main_container section .one_forth .navigation .alignright {
  float: right;
}
html body div#main_container section .one_forth .navigation a {
  color: #961c1f;
  text-decoration: underline;
}
html body div#main_container section .one_forth.contact_us {
  width: 240px;
  height: 720px;
  background-color: #f0f0f0;
}
html body div#main_container section .one_forth.contact_us .box {
  margin: 0 30px;
  padding: 0 0 20px 0;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
}
html body div#main_container section .one_forth.contact_us .box h1 {
  font-size: 17px;
  margin-bottom: 0.75em;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(1) {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: none;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 20px;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 p {
  text-transform: uppercase;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 input[type='text'],
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 input[type='email'],
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 textarea {
  border: 1px solid white;
  padding: 3px;
  width: 96%;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 input[type='submit'] {
  display: block;
  background-color: #961c1f;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: white;
  padding: 4px 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
html body div#main_container section .one_forth.contact_us .box:nth-child(2) .wpcf7 input[type='submit']:hover {
  padding: 4px 8px 4px 80px;
}
html body div#main_container section .third_forth {
  width: 710px;
  min-height: 240px;
  float: right;
}
html body div#main_container section .third_forth img {
  width: 100% !important;
}
html body div#main_container section .third_forth.map {
  width: 720px;
  height: 720px;
  background-color: #f0f0f0;
}
html body div#main_container section .third_forth.map #map_canvas {
  width: 720px;
  height: 720px;
}
html body div#main_container section.people {
  padding-bottom: 0;
}
html body div#main_container section.people .brief {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
html body div#main_container section.people .brief p {
  font-weight: 300;
  font-size: 13px;
}
html body div#main_container section.people .box {
  margin: 20px 0;
}
html body div#main_container section.people .box .portrait {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
html body div#main_container section.people .box .detail {
  width: 790px;
  min-height: 150px;
}
html body div#main_container section.people .box .detail h1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
html body div#main_container section.people .box .detail h1 span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 1em;
}
html body div#main_container section.people .box .detail p {
  font-size: 13px;
}
html body div#main_container section.people .box:nth-child(odd) .portrait {
  float: right;
}
html body div#main_container section.people .box:nth-child(odd) .detail {
  float: left;
  text-align: justify;
}
html body div#main_container section.people .box:nth-child(even) .portrait {
  float: left;
}
html body div#main_container section.people .box:nth-child(even) .detail {
  float: right;
  text-align: justify;
}
html body div#main_container section.people .team_gallery {
  min-height: 200px;
  border-top: 1px solid #cccccc;
  padding: 20px 0 0 0;
}
html body div#main_container section.people .team_gallery ul .img_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 160px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 20px;
  float: left;
}
html body div#main_container section.people .team_gallery ul:nth-child(odd) li.img_box {
  margin-left: 20px;
  position: relative;
}
html body div#main_container section.people .team_gallery ul:nth-child(odd) li.img_box a {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/magnify.png?1382463796');
  width: 180px;
  height: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
html body div#main_container section.people .team_gallery ul:nth-child(odd) li.img_box:nth-child(1) {
  width: 360px;
  margin-left: 0;
}
html body div#main_container section.people .team_gallery ul:nth-child(odd) li.img_box:nth-child(1) a {
  width: 360px;
}
html body div#main_container section.people .team_gallery ul:nth-child(odd) li.img_box:hover a {
  top: 0;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) {
  margin-bottom: 0;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) li.img_box {
  margin-right: 20px;
  position: relative;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) li.img_box a {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/magnify.png?1382463796');
  width: 180px;
  height: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) li.img_box:nth-child(4n+0) {
  width: 360px;
  margin-right: 0;
  float: right;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) li.img_box:nth-child(4n+0) a {
  width: 360px;
}
html body div#main_container section.people .team_gallery ul:nth-child(even) li.img_box:hover a {
  top: 0;
}
html body div#main_container footer {
  font-size: 11px;
  height: 70px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  color: #666;
}
html body div#main_container footer .copyright {
  float: left;
}
html body div#main_container footer .ftp {
  float: right;
}

.clear {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

pre {
  font-size: 11px;
  color: red;
  line-height: 100%;
}

html body div#main_container.stay_tuned {
  position: relative;
  width: 635px;
  height: 465px;
  background-color: #b82126;
  padding: 0;
  text-transform: uppercase;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
html body div#main_container.stay_tuned div.logo_text {
  position: absolute;
  width: 200px;
  height: 110px;
  left: 217.5px;
  top: 20px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../images/logo_text.png?1382660104');
  background-size: contain;
}
html body div#main_container.stay_tuned div.logo_text h3 {
  text-align: center;
  letter-spacing: 6px;
  line-height: 150%;
  margin-top: 60px;
}
html body div#main_container.stay_tuned div.tagline {
  position: absolute;
  width: 425px;
  height: 120px;
  left: 105px;
  top: 152.5px;
  text-align: center;
}
html body div#main_container.stay_tuned div.tagline h1 {
  font-size: 67px;
  line-height: 100%;
  padding-bottom: 8px;
  border-bottom: 2px white solid;
  font-weight: 300;
}
html body div#main_container.stay_tuned div.tagline h2 {
  font-size: 27px;
  line-height: 100%;
  padding-top: 8px;
  font-weight: 300;
}
html body div#main_container.stay_tuned div.notify {
  position: absolute;
  width: 355px;
  height: 60px;
  left: 140px;
  top: 302.5px;
}
html body div#main_container.stay_tuned div.notify p {
  font-size: 11px;
  text-align: center;
  line-height: 135%;
  margin-bottom: 5px;
}
html body div#main_container.stay_tuned div.notify p .wpcf7-not-valid-tip {
  position: absolute;
  top: 16px;
  left: 0px;
  z-index: 100;
  background: #333;
  border: none;
  font-size: 10pt;
  width: 286px;
  padding: 2px;
  color: yellow;
  font-size: 11px;
}
html body div#main_container.stay_tuned div.notify div.wpcf7-validation-errors, html body div#main_container.stay_tuned div.notify div.wpcf7-mail-sent-ng {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  text-transform: uppercase;
  line-height: 135%;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
html body div#main_container.stay_tuned div.notify input[type='email'], html body div#main_container.stay_tuned div.notify input[type='submit'] {
  text-align: center;
  text-transform: uppercase;
  padding: 2px;
  border: 1px white solid;
  margin: 0;
}
html body div#main_container.stay_tuned div.notify input[type='email'] {
  border: none;
  outline: none;
  padding: 3px;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}
html body div#main_container.stay_tuned div.notify input[type='submit'] {
  color: white;
  background-color: #b82126;
  border-left: none;
  box-sizing: content-box;
}
html body div#main_container.stay_tuned div.website {
  position: absolute;
  width: 270px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
html body div#main_container.stay_tuned .shadow {
  position: absolute;
  height: 30px;
  width: 635px;
  background-image: url('../images/coming_box_shadow.png?1382636436');
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -30px;
}
