@import "reset.css";

@import "bootstrap.css";

@import "http://fonts.googleapis.com/css?family=PT+Sans:400,700";
/*imports*/
/*@import "bootstrap-responsive.css";*/
/*global*/
body {
  background: #fff;
  background: #e44953;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
body.overlaid {
  overflow: hidden;
}
body .bg {
  height: 100%;
  background: #fff;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
}
#glob-overlay,
#ajax-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9990;
  position: fixed;
  background: #e44953;
}
#ajax-overlay {
  background: url(../img/spinner.gif) 50% 50% no-repeat;
}
#glob-overlay {
  background: #000;
}
#glob-overlay div {
  background: url(../img/spinner.gif) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html.tablet #glob-overlay {
  background-image: none;
}
html.desktop {
  /**/

  /*content*/

  /* mixins */

}
html.desktop html,
html.desktop body,
html.desktop #glob-wrap {
  min-width: 1200px;
}
html.desktop body {
  min-height: 840px;
}
html.desktop #glob-wrap {
  min-height: 840px;
  height: 100%;
  position: relative;
  z-index: 1;
  perspective: 2000px;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
html.desktop .middle {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
html.desktop p,
html.desktop .pad-bot {
  padding-bottom: 22px;
}
html.desktop p.pb1,
html.desktop .pad-bot.pb1 {
  padding-bottom: 11px;
}
html.desktop p.pb2,
html.desktop .pad-bot.pb2 {
  padding-bottom: 44px;
}
html.desktop .page-effect {
  position: relative;
  z-index: 4;
  margin-left: 66px;
  height: auto;
  min-height: 100%;
  background: #e44953;
  outline: 1px solid transparent;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
}
html.desktop .page-effect #arrow2 {
  width: 14px;
  width: 43px;
  height: 27px;
  height: 74px;
  top: 50%;
  left: -43px;
  margin-top: -37px;
  background: url(../img/red-arrow.png);
  position: absolute;
  z-index: -1;
}
html.desktop .left-panel {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 54px;
  bottom: 0;
  width: 370px;
  margin-left: -304px;
  background: #fff;
  color: #858585;
}
html.desktop .left-panel h3 {
  font-size: 20px;
  line-height: 1.2em;
  padding-bottom: 21px;
  padding-left: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b2b2b;
}
html.desktop .left-panel ul li {
  margin-left: 15px;
  border-bottom: 1px #ececec solid;
  width: 206px;
}
html.desktop .left-panel ul li.last {
  border: none;
}
html.desktop .left-panel ul a {
  line-height: 23px;
  font-size: 10px;
  color: #858585;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 25px;
  margin-left: -15px;
  margin-right: -10px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
html.desktop .left-panel ul a:hover {
  color: #fff;
  background: #2b2b2b;
  text-decoration: none;
}
html.desktop .left-panel address {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 120px;
  left: 24px;
}
html.desktop .left-panel .copyright {
  font-size: 20px;
  text-transform: uppercase;
  color: #323232;
  position: absolute;
  bottom: 60px;
  left: 24px;
}
html.desktop .left-panel .copyright .privacy {
  font-size: 14px;
  color: inherit;
}
html.desktop nav {
  height: 54px;
  display: block;
  background: #2b2b2b;
  text-align: center;
  position: relative;
  z-index: 20;
}
html.desktop nav > ul {
  margin-left: -40px;
}
html.desktop nav > ul > li {
  display: inline-block;
  padding-left: 30px;
}
html.desktop nav > ul > li > a {
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 54px;
  text-transform: uppercase;
}
html.desktop nav > ul > li > a span {
  height: 0;
  border-top: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 49%;
  right: 50%;
  display: block;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) all;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) all;
}
html.desktop nav > ul > li.active a,
html.desktop nav > ul > li a:hover {
  text-decoration: none;
}
html.desktop nav > ul > li.active a span,
html.desktop nav > ul > li a:hover span {
  left: 0%;
  right: 0%;
}
html.desktop nav #arrow {
  width: 27px;
  height: 54px;
  display: block;
  position: absolute;
  z-index: 3;
  left: -27px;
  top: 0;
  background: url(../img/black-arrow.png);
}
html.desktop h1 {
  position: absolute;
  left: 50%;
  top: 82px;
  margin-left: -90px;
  z-index: 20;
}
html.desktop h1 a {
  outline: none;
}
html.desktop .follow-links {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #fa939a;
  width: 256px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -128px;
}
html.desktop .follow-links li {
  display: inline-block;
  padding-right: 9px;
}
html.desktop .follow-links a {
  color: #fa939a;
  margin-right: 9px;
  display: inline-block;
}
html.desktop #content {
  padding-top: 180px;
  padding-bottom: 100px;
}
html.desktop #content > div {
  width: 568px;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 1;
}
html.desktop #content > [data-id=""] {
  width: 1040px;
}
html.desktop #content > [data-url^="project"] {
  width: 970px;
}
html.desktop #content h2 {
  color: #fff;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 18px;
}
html.desktop #content h2 span {
  font-size: 15px;
  color: #f48f95;
  font-weight: normal;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}
html.desktop #content p a {
  color: #f7969c;
  font-size: 11px;
  text-transform: uppercase;
}
html.desktop #content .project-cols {
  width: 970px;
}
html.desktop #content .project-cols .col-1 {
  width: 520px;
  float: left;
}
html.desktop #content .project-cols .col-2 {
  width: 412px;
  float: left;
  margin-left: 34px;
}
html.desktop #content .img-404 {
  margin: 0 auto;
  width: 225px;
  display: block;
}
html.desktop #content [data-url^="contacts.html"] .cols {
  margin-left: -30px;
}
html.desktop #content [data-url^="contacts.html"] .col {
  width: 270px;
  float: left;
  padding-left: 30px;
}
html.desktop #content [data-url^="404.html"] h2 {
  text-align: center;
}
html.desktop #content [data-url^="404.html"] h2 span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
html.desktop #content [data-url^="404.html"] #search input {
  width: 436px;
  border: none;
  float: left;
  outline: none;
  padding: 10px 15px;
  margin: 10px 10px 0 0;
  background: #ea626b;
  font-size: 15px;
  color: #fff;
}
html.desktop #content [data-url^="search.php"] .search_list li {
  list-style-type: decimal;
  list-style-position: inside;
}
html.desktop #content [data-url^="search.php"] h3 a {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: underline;
}
html.desktop #content [data-url^="search.php"] h3 a:hover {
  text-decoration: none;
}
html.desktop #content [data-url^="search.php"] .search_result {
  color: #ddd;
  text-shadow: 2px 2px 1px #333;
}
html.desktop .container {
  max-width: 1120px;
}
html.desktop .google_map {
  width: 270px;
  height: 328px;
  margin: 0 auto;
  background: #fff;
}
html.desktop .splash-thumbs {
  width: 1040px;
  height: 519px;
  position: relative;
  z-index: 99;
}
html.desktop .splash-thumbs.__hovered__ li:not(.__hover__) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: .7;
  z-index: 1;
}
html.desktop .splash-thumbs li {
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.desktop .splash-thumbs li img {
  position: relative;
  z-index: 10;
}
html.desktop .splash-thumbs li.tip-left a > span {
  left: -260px;
}
html.desktop .splash-thumbs li a > span {
  width: 260px;
  height: 173px;
  padding: 40px 0 0 20px;
  display: block;
  background: #fff;
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 8px;
  position: absolute;
  left: 260px;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
html.desktop .splash-thumbs li a > span strong {
  font-size: 26px;
  font-size: 19px;
  color: #2b2b2b;
  display: block;
  clear: both;
}
html.desktop .splash-thumbs li.__hover__ {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 99;
  opacity: 1;
  overflow: visible;
}
html.desktop .splash-thumbs li.__hover__ a > span {
  opacity: 1;
}
html.desktop .abs-center {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
a.nocolor,
.nocolor a {
  color: inherit;
}
.tac,
.tac p {
  text-align: center;
}
.btn {
  display: inline-block;
  min-width: 122px;
  font-size: 10px;
  font-family: 'PT Sans', sans-serif;
  line-height: 61px;
  background: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  color: #2b2b2b;
  float: left;
  padding: 0 35px;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
.btn:hover {
  background: #2b2b2b;
  color: #fff;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
html.desktop.tablet body,
html.desktop.tablet html,
html.desktop.tablet #glob-wrap {
  min-width: 670px;
}
html.desktop.tablet #content > [data-id=""] {
  width: 520px;
}
html.desktop.tablet .splash-thumbs {
  width: 520px;
  height: 1038px;
  margin: 0 auto;
}
html.desktop.tablet .splash-thumbs li a > span {
  font-size: 10px;
}
html.desktop.tablet .splash-thumbs li a > span strong {
  font-size: 26px;
}
html.desktop.tablet .splash-thumbs li.__hover__ {
  -webkit-transform: scale(1);
  transform: scale(1);
}
html.desktop.tablet #content .project-cols {
  width: 520px;
  margin: 0 0 0 30px;
}
html.desktop.tablet #content .project-cols .col-1,
html.desktop.tablet #content .project-cols .col-2 {
  width: 520px;
  margin: 0;
  float: none;
}
/*mobile*/
html.mobile body {
  background: #e44953;
}
html.mobile .close-btn {
  display: none;
}
html.mobile #mobile-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
html.mobile #mobile-wrap #mobile-header {
  clear: both;
  position: relative;
  overflow: hidden;
}
html.mobile #mobile-wrap #mobile-header #mobile-navigation {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  border: 1px #fff solid;
}
html.mobile #mobile-wrap #mobile-header h1 {
  width: 172px;
  margin: 20px auto;
  display: block;
}
html.mobile #mobile-wrap #mobile-content {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 20px 5%;
  overflow: hidden;
}
html.mobile #mobile-wrap #mobile-content p a {
  color: #f7969c;
  font-size: 11px;
  text-transform: uppercase;
}
html.mobile #mobile-wrap #mobile-content [data-id] {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}
html.mobile #mobile-wrap #mobile-content [data-id] > div {
  width: 100%;
}
html.mobile #mobile-wrap #mobile-content .big-img {
  width: 100%;
}
html.mobile #mobile-wrap #mobile-content .col-1,
html.mobile #mobile-wrap #mobile-content .col-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
html.mobile #mobile-wrap #mobile-content .col-1:before,
html.mobile #mobile-wrap #mobile-content .col-2:before,
html.mobile #mobile-wrap #mobile-content .col-1:after,
html.mobile #mobile-wrap #mobile-content .col-2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
html.mobile #mobile-wrap #mobile-content .col-1:after,
html.mobile #mobile-wrap #mobile-content .col-2:after {
  clear: both;
}
html.mobile #mobile-wrap #mobile-content h2,
html.mobile #mobile-wrap #mobile-content h3 {
  color: #fff;
  text-transform: uppercase;
  font: 600 24px/1.2em 'Open Sans', sans-serif;
  padding-bottom: 12px;
}
html.mobile #mobile-wrap #mobile-content h2 span,
html.mobile #mobile-wrap #mobile-content h3 span {
  font-size: 15px;
  color: #f48f95;
  font-weight: normal;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs {
  width: 260px;
  margin: 0 auto;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs > li {
  font: 14px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs > li > span {
  font-size: 25px;
  color: #fff;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs > li strong {
  display: block;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs > li a {
  display: block;
  clear: both;
  color: #fff;
}
html.mobile #mobile-wrap #mobile-content .splash-thumbs > li img {
  margin-bottom: 16px;
}
html.mobile #mobile-wrap #mobile-content [data-url^="404.html"] h2 {
  text-align: center;
}
html.mobile #mobile-wrap #mobile-content [data-url^="404.html"] h2 span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
html.mobile #mobile-wrap #mobile-content [data-url^="404.html"] #search {
  width: 100%;
}
html.mobile #mobile-wrap #mobile-content [data-url^="404.html"] #search input {
  width: 70%;
  border: none;
  float: left;
  outline: none;
  padding: 10px 15px;
  margin: 10px 10px 0 0;
  background: #ea626b;
  font-size: 15px;
  color: #fff;
}
html.mobile #mobile-wrap #mobile-content [data-url^="404.html"] #search .btn {
  padding: 0 5%;
  min-width: 25%;
}
html.mobile #mobile-wrap #mobile-content [data-url^="search.php"] h3 a {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: underline;
}
html.mobile #mobile-wrap #mobile-content [data-url^="search.php"] h3 a:hover {
  text-decoration: none;
}
html.mobile #mobile-wrap #mobile-content [data-url^="search.php"] .search_result {
  color: #ddd;
  text-shadow: 2px 2px 1px #333;
}
html.mobile #mobile-wrap #mobile-footer {
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 3;
  height: 30px;
  bottom: 0;
  margin-top: 10px;
  padding: 5px 10px;
}
html.mobile #mobile-wrap #mobile-footer .copyright {
  position: absolute;
  left: :0;
  bottom: 10px;
  white-space: pre;
  color: #fff;
  text-transform: uppercase;
  font: 12px/1.2em 'Open Sans', sans-serif;
}
html.mobile #mobile-wrap #mobile-footer .copyright a {
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
html.mobile #mobile-wrap #mobile-footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
}
html.mobile #mobile-wrap #mobile-footer .follow-links {
  position: absolute;
  bottom: 2px;
  right: 12px;
  cursor: pointer;
  background: #fff;
  font: 12px/2em 'Open Sans', sans-serif;
  padding: 0 4px;
  border-radius: 0px;
}
html.mobile #mobile-wrap #mobile-footer .follow-links li {
  height: 0;
  overflow: hidden;
}
html.mobile #mobile-wrap #mobile-footer .follow-links:after {
  display: inline-block;
  content: 'follow us';
  color: #2b2b2b;
}
html.mobile #mobile-wrap #mobile-footer .follow-links a {
  display: block;
  color: #2b2b2b;
}
html.mobile #mobile-wrap #mobile-footer .follow-links a:before {
  display: inline-block;
}
html.mobile #mobile-wrap #mobile-footer .follow-links a.twitter:before {
  content: 'twitter';
}
html.mobile #mobile-wrap #mobile-footer .follow-links a.rss:before {
  content: 'rss';
}
html.mobile #mobile-wrap #mobile-footer .follow-links a.facebook:before {
  content: 'facebook';
}
