html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* change colours to suit your needs */
del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* change border colour to suit your needs */
:focus {
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

/*font-family: 'Open Sans Condensed', sans-serif;*/
html, body {
  height: 100%;
  min-height: 100%; }

body {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  color: #197a87;
  background: #f1f1f1; }

a {
  color: #197a87;
  text-decoration: none; }

.container {
  position: relative;
  height: 100%; }

.wrap {
  margin: 0 auto;
  width: 960px;
  text-align: left; }

@media screen and (max-width: 1003px) {
  .wrap {
    width: auto;
    padding: 0 25px; } }
@media screen and (max-width: 320px) {
  .wrap {
    width: 300px;
    padding: 0 10px; } }
.menu-trigger {
  position: fixed;
  right: 25px;
  top: 25px;
  width: 40px;
  height: 40px;
  z-index: 10; }
.menu-trigger span {
  display: block;
  position: absolute;
  left: 4px;
  width: 32px;
  height: 6px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: 0 3px;
  -moz-transform-origin: 0 3px;
  -ms-transform-origin: 0 3px;
  -o-transform-origin: 0 3px;
  transform-origin: 0 3px;
  cursor: pointer; }
.menu-trigger.switchable.c-blue span {
  background: #5eadb6; }
.menu-trigger .line-1 {
  top: 6px; }
.menu-trigger .line-2 {
  top: 17px; }
.menu-trigger .line-3 {
  top: 28px; }
.menu-trigger.active .line-1 {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }
.menu-trigger.active .line-2 {
  opacity: 0; }
.menu-trigger.active .line-3 {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fixed-bar-placeholder {
  height: 90px; }

.fixed-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  background: #f1f1f1;
  z-index: 1; }
.fixed-bar.with-bg {
  background: transparent url("../images/fixed-bar.png") repeat-x 0 0; }
.fixed-bar .logo {
  position: absolute;
  left: 25px;
  top: 18px;
  width: 178px;
  height: 54px;
  background: transparent url("../images/logo.png") no-repeat center center; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .fixed-bar .logo {
    background-image: url("../images/logo@2x.png");
    background-size: 100%; } }
.fixed-bar.with-bg .logo {
  background-image: url("../images/logo-white.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .fixed-bar.with-bg .logo {
    background-image: url("../images/logo-white@2x.png");
    background-size: 100%; } }

.menu-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 300px;
  background: #5eadb6;
  z-index: 5;
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.menu-layer.active {
  right: 0; }
.menu-layer ul {
  list-style-type: none; }
.menu-layer ul li {
  line-height: 38px; }
.menu-layer ul li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
.menu-layer ul li.active a,
.menu-layer ul li a:hover {
  color: #0b454c; }
.menu-layer .info {
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  margin-top: 10px; }
.menu-layer .info h3 {
  color: #0c464d;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px; }
.menu-layer .info p {
  color: #0c464d;
  font-size: 13px;
  line-height: 18px; }

.page-title {
  text-align: center;
  padding-bottom: 60px; }
.page-title h2 {
  line-height: 44px;
  font-size: 44px;
  font-weight: normal; }
.page-title p {
  font-size: 18px;
  line-height: 30px;
  color: #5eacb6; }

.page-content {
  padding: 80px 0; }

.general-list .elem {
  float: left;
  width: 31.558185404%;
  margin-left: 2.662721893%;
  position: relative; }

.general-list .elem:first-child {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .general-list .elem {
    float: none;
    width: auto;
    margin: 0 0 25px 0; } }
.container-home-start {
  min-height: 100%;
  background: transparent url("../images/home-start-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2; }

.home-start-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 270px;
  height: 82px;
  background: transparent url("../images/home-start-logo.png") no-repeat center center; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .home-start-logo {
    background-image: url("../images/home-start-logo@2x.png");
    background-size: 100%; } }

.home-start-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -78px 0 0 -380px;
  height: 156px;
  width: 760px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center; }
.home-start-text h1 {
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 1px 1px #356b6b; }
.home-start-text p {
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  text-shadow: 0 1px 1px #356b6b; }

.home-start-arrow {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin: 0 0 0 -69px;
  width: 138px;
  height: 64px;
  background: transparent url("../images/home-start-arrow.png") no-repeat center center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .home-start-arrow {
    background-image: url("../images/home-start-arrow@2x.png");
    background-size: 100%; } }
.home-start-arrow.hidden {
  opacity: 0; }

@media screen and (max-width: 767px) {
  .home-start-logo {
    width: 178px;
    height: 54px;
    background: transparent url("../images/logo-white.png") no-repeat center center; } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (max-width: 767px) and (min-resolution: 144dpi), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
  .home-start-logo {
    background-image: url("../images/logo-white@2x.png");
    background-size: 100%; } }

@media screen and (max-width: 767px) {
  .container-home-start {
    min-height: 0; }

  .home-start-text {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    height: auto;
    width: auto;
    padding: 180px 25px; }

  .home-start-arrow {
    display: none; } }
.container-case-studies {
  background: #f1f1f1; }

.case-list .case-elem .image {
  display: block;
  overflow: hidden;
  position: relative; }
.case-list .case-elem .image img {
  width: 100%; }
.case-list .case-elem .image .name {
  position: absolute;
  top: 50%;
  left: 15.625%;
  right: 15.625%;
  border: 2px solid #fff;
  height: 46px;
  line-height: 46px;
  margin: -25px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden; }
.case-list .case-elem .image .name .normal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 46px;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }
.case-list .case-elem .image .name .hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 46px;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }
.case-list .case-elem .image:hover .name .normal {
  top: -100%; }
.case-list .case-elem .image:hover .name .hover {
  top: 0%; }
.case-list .case-elem .desc {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 0; }
.case-list .case-elem .more-link {
  line-height: 20px; }
.case-list .case-elem .more-link a {
  font-size: 14px;
  border-bottom: 1px solid #197a87;
  -webkit-transition: border 0.25s ease-in-out;
  -moz-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out; }
.case-list .case-elem .more-link a:hover {
  border-color: #f1f1f1; }

.container-services {
  background: transparent url("../images/services-bg.jpg") no-repeat center center fixed;
  background-size: cover; }

.page-services .page-title h2 {
  color: #fff; }

.page-services .page-title p {
  color: #9be3e8; }

.services-list .services-column {
  float: right;
  width: 46%;
  color: #fff; }
.services-list .services-column:first-child {
  float: left; }
.services-list .services-column .title {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 22px; }
.services-list .services-column .services-elem {
  padding-bottom: 22px; }
.services-list .services-column .services-elem h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold; }
.services-list .services-column .services-elem p {
  font-size: 14px;
  line-height: 22px; }

@media screen and (max-width: 767px) {
  .services-list .services-column,
  .services-list .services-column:first-child {
    float: none;
    width: auto; } }
.container-contact {
  background: #f1f1f1; }

.contact-list .contact-elem {
  text-align: center; }
.contact-list .contact-elem .ico {
  height: 66px;
  width: 66px;
  background: transparent none no-repeat center center;
  margin: 0 auto 30px; }
.contact-list .contact-elem .ico.ico-1 {
  background-image: url("../images/contact-1.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .contact-list .contact-elem .ico.ico-1 {
    background-image: url("../images/contact-1@2x.png");
    background-size: 100%; } }
.contact-list .contact-elem .ico.ico-2 {
  background-image: url("../images/contact-2.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .contact-list .contact-elem .ico.ico-2 {
    background-image: url("../images/contact-2@2x.png");
    background-size: 100%; } }
.contact-list .contact-elem .ico.ico-3 {
  background-image: url("../images/contact-3.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .contact-list .contact-elem .ico.ico-3 {
    background-image: url("../images/contact-3@2x.png");
    background-size: 100%; } }
.contact-list .contact-elem p {
  font-size: 18px;
  line-height: 30px; }
.contact-list .contact-elem p a {
  border-bottom: 1px dotted #5eacb6;
  text-decoration: none; }
.contact-list .contact-elem p a:hover {
  border-bottom: 0; }

.container-about {
  background: transparent url("../images/about-bg.jpg") no-repeat center center fixed;
  background-size: cover; }

.page-about .page-title h2 {
  color: #fff; }

.page-about .page-title p {
  color: #9be3e8; }

.about-text {
  text-align: left;
  color: #fff; }

.about-text p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px; }

.about-text p strong {
  font-size: 21px; }

.about-text a {
  color: #fff;
  text-decoration: underline; }

.about-text a:hover {
  text-decoration: none; }

.container-footer {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25); }

.page-footer {
  height: 157px;
  position: relative; }

.footer-logo {
  position: absolute;
  left: 0;
  top: 50px;
  width: 186px;
  height: 57px;
  background: transparent url("../images/footer-logo.png") no-repeat center center; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .footer-logo {
    background-image: url("../images/footer-logo@2x.png");
    background-size: 100%; } }

.footer-info {
  position: absolute;
  top: 62px;
  right: 0;
  color: #5eacb6;
  font-size: 12px;
  line-height: 16px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .page-footer {
    height: auto;
    padding: 30px 0; }

  .footer-logo {
    position: static;
    left: auto;
    top: auto;
    margin: 0 auto;
    margin-bottom: 25px; }

  .footer-info {
    position: static;
    top: auto;
    right: auto;
    text-align: center; } }
.page-single {
  padding: 0 0 100px 0; }
.page-single .title {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px; }
.page-single .title h1 {
  float: left;
  line-height: 60px;
  color: #197a87;
  font-size: 44px;
  font-weight: normal; }
.page-single .title .links {
  float: right;
  margin: 20px 0;
  line-height: 19px; }
.page-single .title a {
  display: inline-block;
  font-size: 14px;
  color: #5eadb6;
  border-bottom: 1px dotted #5eacb6;
  text-decoration: none;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }
.page-single .title a:hover {
  border-color: #fff; }
.page-single .title span {
  display: inline-block;
  padding: 0 10px; }
.page-single .desc {
  color: #666; }
.page-single .desc p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 22px; }
.page-single .image {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.page-single .image img {
  width: 100%; }
.page-single .image-100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
.page-single .image-66 {
  width: 66.666666666%;
  padding-left: 0; }
.page-single .image-33 {
  width: 33.333333333%;
  padding-right: 0; }

@media screen and (max-width: 1023px) {
  .page-single .image-66 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .page-single .image-33.left {
    width: 50%;
    padding-left: 0;
    padding-right: 15px; }
  .page-single .image-33.right {
    float: right;
    width: 50%;
    padding-left: 15px;
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  .page-single .image-33.left,
  .page-single .image-33.right {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
