/* ! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2,
h3 {
  font-family: "intro_regular";
  letter-spacing: 0.03em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  /* font-size: 62.5%; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /* font-family: "open_sansregular", sans-serif;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  text-align: center;  */
}
body > div{
 
}
body > div.ccm-page{
  font-family: "open_sansregular", sans-serif;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  text-align: center; 
}
body.overlayed {
  overflow: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
  display: inline;
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
  margin-bottom: 70px;
  border: 0;
  border-top: 1px solid #7e9065;
  opacity: 0.1;
}
@media (min-width: 992px) {
  hr {
    margin: 10px 0 142px;
  }
}
@media (min-width: 1200px) {
  hr {
    margin-top: 57px;
  }
}
hr.hr02 {
  margin: 0;
}
@media (min-width: 992px) {
  hr.hr02 {
    margin: 120px 0 150px;
  }
}
hr.hr03 {
  width: 40px;
  margin: 0 153px;
  border: 1px solid #fff;
}
hr.hr04 {
  margin: 66px 0 0 0;
}
@media (min-width: 992px) {
  hr.hr04 {
    margin: 136px 0 125px;
  }
}
::-moz-selection {
  background: #859769;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #859769;
  color: #fff;
  text-shadow: none;
}
a,
input,
textarea,
fieldset,
span,
div {
  /* -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; */
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
p {
  font-family: "open_sansregular";
  color: #58595b;
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,
 .owl-carousel .owl-item {
   -webkit-tap-highlight-color: transparent;
   position: relative;
 }
 .owl-carousel {
   display: none;
   width: 100%;
   z-index: 1;
 }
 .owl-carousel .owl-stage {
   position: relative;
   -ms-touch-action: pan-Y;
   touch-action: manipulation;
   -moz-backface-visibility: hidden;
 }
 .owl-carousel .owl-stage:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }
 .owl-carousel .owl-stage-outer {
   position: relative;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
 }
 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
 }
 .owl-carousel .owl-item {
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-touch-callout: none;
 }
 .owl-carousel .owl-item img {
   display: block;
   width: 100%;
 }
 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled {
   display: none;
 }
 .no-js .owl-carousel,
 .owl-carousel.owl-loaded {
   display: block;
 }
 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev {
   cursor: pointer;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
   background: 0 0;
   color: inherit;
   border: none;
   padding: 0 !important;
   font: inherit;
 }
 .owl-carousel.owl-loading {
   opacity: 0;
   display: block;
 }
 .owl-carousel.owl-hidden {
   opacity: 0;
 }
 .owl-carousel.owl-refresh .owl-item {
   visibility: hidden;
 }
 .owl-carousel.owl-drag .owl-item {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .owl-carousel.owl-grab {
   cursor: move;
   cursor: grab;
 }
 .owl-carousel.owl-rtl {
   direction: rtl;
 }
 .owl-carousel.owl-rtl .owl-item {
   float: right;
 }
 .owl-carousel .animated {
   animation-duration: 1s;
   animation-fill-mode: both;
 }
 .owl-carousel .owl-animated-in {
   z-index: 0;
 }
 .owl-carousel .owl-animated-out {
   z-index: 1;
 }
 .owl-carousel .fadeOut {
   animation-name: fadeOut;
 }
 @keyframes fadeOut {
   0% {
     opacity: 1;
   }
   100% {
     opacity: 0;
   }
 }
 .owl-height {
   transition: height 0.5s ease-in-out;
 }
 .owl-carousel .owl-item .owl-lazy {
   opacity: 0;
   transition: opacity 0.4s ease;
 }
 .owl-carousel .owl-item .owl-lazy:not([src]),
 .owl-carousel .owl-item .owl-lazy[src^=""] {
   max-height: 0;
 }
 .owl-carousel .owl-item img.owl-lazy {
   transform-style: preserve-3d;
 }
 .owl-carousel .owl-video-wrapper {
   position: relative;
   height: 100%;
   background: #000;
 }
 .owl-carousel .owl-video-play-icon {
   position: absolute;
   height: 80px;
   width: 80px;
   left: 50%;
   top: 50%;
   margin-left: -40px;
   margin-top: -40px;
   background: url(owl.video.play.png) no-repeat;
   cursor: pointer;
   z-index: 1;
   -webkit-backface-visibility: hidden;
   transition: transform 0.1s ease;
 }
 .owl-carousel .owl-video-play-icon:hover {
   -ms-transform: scale(1.3, 1.3);
   transform: scale(1.3, 1.3);
 }
 .owl-carousel .owl-video-playing .owl-video-play-icon,
 .owl-carousel .owl-video-playing .owl-video-tn {
   display: none;
 }
 .owl-carousel .owl-video-tn {
   opacity: 0;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   transition: opacity 0.4s ease;
 }
 .owl-carousel .owl-video-frame {
   position: relative;
   z-index: 1;
   height: 100%;
   width: 100%;
 }
 
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../img/lb/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../img/lb/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../img/lb/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../img/lb/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  display: inline;
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
  (min--moz-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../img/lb/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/lb/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/lb/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../img/lb/close@2x.png);
    background-size: 16px 16px;
  }
}
@font-face {
  font-family: "intro_regular";
  src: url("fonts/intro-webfont.eot");
  src: url("fonts/intro-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/intro-webfont.woff2") format("woff2"),
    url("fonts/intro-webfont.woff") format("woff"),
    url("fonts/intro-webfont.ttf") format("truetype"),
    url("fonts/intro-webfont.svg#intro_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("fonts/opensans-regular-webfont.woff") format("woff"),
    url("fonts/opensans-regular-webfont.ttf") format("truetype"),
    url("fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-italic-webfont.woff2") format("woff2"),
    url("fonts/opensans-italic-webfont.woff") format("woff"),
    url("fonts/opensans-italic-webfont.ttf") format("truetype"),
    url("fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight_italic";
  src: url("fonts/opensans-lightitalic-webfont.eot");
  src: url("fonts/opensans-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-lightitalic-webfont.woff2") format("woff2"),
    url("fonts/opensans-lightitalic-webfont.woff") format("woff"),
    url("fonts/opensans-lightitalic-webfont.ttf") format("truetype"),
    url("fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-light-webfont.woff2") format("woff2"),
    url("fonts/opensans-light-webfont.woff") format("woff"),
    url("fonts/opensans-light-webfont.ttf") format("truetype"),
    url("fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("fonts/opensans-bold-webfont.woff") format("woff"),
    url("fonts/opensans-bold-webfont.ttf") format("truetype"),
    url("fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cufon-loading {
  visibility: hidden;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?50236192");
  src: url("fonts/fontello.eot?50236192#iefix") format("embedded-opentype"),
    url("fonts/fontello.woff2?50236192") format("woff2"),
    url("fonts/fontello.woff?50236192") format("woff"),
    url("fonts/fontello.ttf?50236192") format("truetype"),
    url("fonts/fontello.svg?50236192#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #7e9065;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.icon-pencil:before {
  content: "\e800";
}
.icon-mail:before {
  content: "\e801";
}
.icon-icon-image:before {
  content: "\e802";
  font-size: 33px;
}
.icon-icon-pc:before {
  content: "\e803";
  font-size: 33px;
}
.icon-icon-video:before {
  content: "\e804";
  font-size: 33px;
}
.icon-chart:before {
  content: "\e805";
  font-size: 33px;
}
.icon-paper-plane:before {
  content: "\e806";
  font-size: 33px;
}
.icon-laptop:before {
  content: "\e807";
  font-size: 39px;
}
.icon-right-open:before {
  content: "\e808";
  font-size: 18px;
  border: none;
  padding-left: 15px;
  color: #d7d7d7;
}
.icon-left-open:before {
  content: "\e809";
  font-size: 18px;
  border: none;
  padding-right: 15px;
  color: #d7d7d7;
}
.icon-down-open:before {
  content: "\e80a";
}
.icon-pin:before {
  content: "\e80b";
  font-size: 24px;
  color: #ededed;
  border: none;
  padding-bottom: 10px;
}
.icon-menu:before {
  content: "\e80c";
}
.icon-file-pdf:before {
  content: "\e80d";
}
.icon-right-open:hover:before,
.icon-left-open:hover:before {
  color: #58595b;
}
.arrows {
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
  margin: 0;
  color: #58595b;
}
p {
  font-size: 12px;
}
.web #main-services .icon-icon-pc:before,
.web #main-services .icon-icon-image:before,
.web #main-services .icon-icon-video:before {
  color: #58595b !important;
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  #gallery .projects .gallery-single {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }
  #gallery .projects .gallery-single img {
    max-width: 100%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  #gallery .projects .gallery-single:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  #gallery .projects .gallery-single:hover .absolute {
    opacity: 1;
  }
}
#gallery .absolute {
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  background-color: rgba(109, 127, 80, 0.7);
  opacity: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
#gallery .absolute .project-info {
  padding: 93px 40px;
}
#gallery .absolute .project-info h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: -2px;
}
#gallery .absolute .project-info p {
  color: #d3decd;
  font-size: 15px;
}
.green06 {
  color: #c8e0a1 !important;
}
.green06:hover {
  color: #fff !important;
}
.gray {
  color: #a7a9ac;
}
.social {
  margin: 30px 0;
}
.social a {
  font-size: 15px;
  padding: 0 7px;
  color: #3b5998;
  font-weight: bold;
}
.social a:hover .sprite {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.share-me {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 5px;
}
.share-me .social {
  margin: 0;
}
.share-me .social p {
  display: inline-block;
  margin: 0;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  font-size: 15px;
}
.sprite {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sprite.sprite-sprite_01 {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_02 {
  background-position: -16px 0;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_03 {
  background-position: -32px 0;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_04 {
  background-position: 0 -16px;
  width: 17px;
  height: 16px;
}
.sprite.sprite-sprite_05 {
  background-position: -17px -16px;
  width: 15px;
  height: 16px;
}
.sprite.sprite-sprite_06 {
  background-position: -32px -16px;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_07 {
  background-position: 0 -32px;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_08 {
  background-position: -16px -32px;
  width: 16px;
  height: 16px;
}
.sprite.sprite-sprite_09 {
  background-position: -32px -32px;
  width: 16px;
  height: 16px;
}
.errors {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  color: red;
  margin-top: 2px;
}
.error {
  display: block;
}
.light-black {
  color: #58595b;
}
#main-services .service-info .icon {
  top: -28px;
}
#main-services .service-info .icon:before {
  margin: 0 !important;
}
.logo-footer {
  position: relative;
  top: -4px;
  left: -4px;
}
@media screen and (max-width: 992px) {
  #gallery .slider-arrows {
    display: none;
  }
}
.btn-begin {
  font-size: 20px;
  font-family: "intro_regular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 25px;
}
.btn-begin:hover {
  background: #fff;
  color: #58585a;
}
.btn-green {
  display: inline-block;
  background: #859769;
  color: #fff;
  padding: 20px 14px;
  font-weight: normal !important;
  font-style: normal;
  font-family: "intro_regular" !important;
  text-align: left;
  font-family: "open_sansregular", sans-serif;
  font-weight: 900;
  font-size: 23px;
  text-align: center;
  min-width: 240px;
}
.btn-green .icon-file-pdf {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}
.btn-green .icon-file-pdf:before {
  color: #fff;
}
@media (max-width: 992px) {
  .btn-green {
    font-size: 16px;
  }
}
.btn-green:hover {
  background: #58595b;
  -webkit-transition: 0.2 all ease;
  transition: 0.2 all ease;
}
@media screen and (max-width: 992px) {
  .partner-gallery h3 {
    font-size: 16px;
  }
}
.partner-gallery p {
  margin: 7px 0;
}
@media screen and (max-width: 992px) {
  .partner-gallery p {
    margin: 0 0 7px;
  }
}
.partner-gallery .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .partner-gallery .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partner-gallery .partner {
  display: block;
  margin: 35px 0;
  vertical-align: middle;
  text-align: center;
}
.partner-gallery .partner img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner-gallery .partner:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.file-pdf {
  font-size: 16px;
  font-style: inherit;
  color: #616161;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.file-pdf .icon-file-pdf {
  margin-right: 5px;
}
.file-pdf:hover {
  color: #2e2e2e;
}
.file-pdf:hover .icon-file-pdf {
  color: #2e2e2e;
}
.btn-standart {
  display: inline-block;
  padding: 14px 25px;
  font-size: 24px;
  border: 1px solid #fff;
  font-family: intro_regular;
  color: #fff;
}
.btn-standart:hover {
  color: #fff;
  outline: 3px solid #fff;
  border: 1px solid #fff;
}
.intro.intro-blog {
  background: url(../img/bg-blog.jpg) fixed;
  text-align: center;
}
.blog-home {
  margin-bottom: 60px;
  background-size: cover;
  background-attachment: fixed;
  text-align: left;
  padding: 80px 0;
  min-height: 450px;
}
.blog-home .txt-wrap {
  max-width: 50%;
  text-align: center;
}
.blog-home h2,
.blog-home time {
  color: #fff;
}
.blog-home h2 {
  font-size: 36px;
  margin: 0;
}
.blog-home time {
  font-size: 26px;
}
.blog-home .btn-wrap {
  margin: 30px 0 0;
}
.blog-home .btn-wrap .btn-standart {
  margin: 20px 0;
}
.blog-home .btn-wrap .btn-standart:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .blog-home .btn-wrap .btn-standart:first-child {
    margin-right: 0;
  }
}
.blog {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .blog .main-info {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .blog .main-info p {
    padding-right: 100px;
  }
}
.blog .article {
  margin-bottom: 50px;
}
.blog .article:hover .name,
.blog .article:hover .date,
.blog .article:hover .desc {
  color: #515151;
}
.blog .article:hover .type,
.blog .article:hover .read-more {
  color: #6e8054;
}
.blog .article:hover .img-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .article h4,
.blog .article p {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.article-info h4 {
  margin: 0;
  color: #6e8054;
  font-size: 18px;
  font-family: "intro_regular";
}
.article-info p {
  margin: 0;
}
.article-info .type,
.article-info .date,
.article-info .desc,
.article-info .read-more {
  margin: 0;
}
.article-info p.type {
  color: #9a9a9a;
  font-size: 16px;
  font-family: "open_sanslight";
  text-transform: uppercase;
}
.article-info p.date {
  color: #71815b;
  font-style: italic;
  font-size: 14px;
  font-family: "open_sansregular";
}
.article-info p.desc {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7b8a64;
  font-family: "open_sansregular";
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .article-info p.desc {
    padding-right: 50px;
  }
}
.article-info p.read-more {
  color: #babdb6;
  font-size: 14px;
  font-style: italic;
  font-family: "open_sansregular";
}
.article-info p.read-more span {
  -webkit-transition: none;
  transition: none;
  display: inline-block;
}
.article-img .img-holder {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.article-img .img-holder img {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-width: 100%;
}
.intro.intro-blog-in {
  background: url(../img/bg-blog-in.jpg);
  background-attachment: fixed;
  background-position: center 30px;
  background-size: auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .intro.intro-blog-in {
    background: #6d7e53;
    background-image: none !important;
  }
}
.intro.intro-blog-in p {
  color: #c8e0a1;
}
.intro.intro-blog-in p span {
  color: #fff;
}
.intro.intro-blog-in p .category {
  color: #c8e0a1;
}
.intro.intro-blog-in p .category:hover {
  color: #fff;
}
.intro.intro-blog-in .txt-wrap {
  text-align: center;
}
.intro.intro-blog-in .name {
  font-size: 30px;
}
.blog-in {
  text-align: left;
}
.blog-in .options-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-in .options-bottom .social-for-article {
  margin: 0;
}
.blog-in ul {
  list-style-type: disc;
  font-size: 16px;
  color: #58595b;
}
.blog-in .browse-other {
  color: #58595b;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  font-family: "open_sansregular";
}
.blog-in .browse-other span {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: inline-block;
}
.blog-in .browse-other:hover span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.blog-in #gallery {
  margin-bottom: 50px;
}
.blog-in .social span {
  font-size: 16px;
}
.article-info .article-header h4 {
  font-size: 24px;
  color: #515151;
}
.article-info .article-header .type {
  font-size: 20px;
  color: #57613c;
}
.article-info .article-header .date {
  color: #515151;
  font-size: 16px;
}
.article-info .article-content .desc {
  color: #58595b;
  font-size: 16px;
}
.article-info .article-content .desc:first-line {
  font-weight: 700;
}
.article-info .article-content .img-holder-dual,
.article-info .article-content .img-holder-single {
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-info .article-content .actual-content {
  color: #7b8a64;
  font-size: 14px;
  font-family: "open_sansregular";
}
.article-info .article-content .actual-content:first-line {
  font-weight: 700;
}
.article-info .article-content .slider {
  border: 15px solid #ebebeb;
}
.article-info .article-content .slider-arrows {
  text-align: center;
  margin-top: 7px;
}
.article-info .article-content .slider img:not(:first-child) {
  display: none;
}
.article-info .article-content .video-wrap {
  margin-top: 23px;
}
.article-info .article-content .svg-wrap {
  text-align: center;
}
.article-info .article-content .svg-wrap .svg-inner-wrap {
  border: 20px solid #ebebeb;
  background: #cae1f4;
  padding: 25vh 0;
}
.article-info .article-content .phone-wrap {
  background-image: url("../img/phone-background2.jpg");
  height: 718px;
  text-align: center;
  border: 15px solid #ebebeb;
}
.article-info .article-content .phone-wrap .phone-inner-wrap {
  background-image: url("../img/phone-resized6.png");
  background-position: 0 -18px;
  display: inline-block;
  width: 534px;
  height: 718px;
  padding: 88px 25px 10px 23px;
}
.article-info .article-content .phone-wrap .phone-inner-wrap video {
  border: 1px solid #fff;
  border-radius: 5px;
  border-bottom-color: black;
  border-left-color: transparent;
  border-right-color: transparent;
}
.article-info .article-content .tablet-wrap {
  background-image: url("../img/tablet-background.jpg");
  background-position: 0 -18px;
  height: 1024px;
  text-align: center;
  margin-top: 25px;
  border: 15px solid #ebebeb;
}
.article-info .article-content .tablet-wrap .tablet-inner-wrap {
  background-image: url("../img/tablet-vertical2.png");
  display: inline-block;
  width: 706px;
  height: 989px;
  padding: 137px 35px 10px 35px;
}
.article-info .article-content .tablet-wrap .tablet-inner-wrap video {
  border: 1px solid #fff;
  border-radius: 5px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.article-info .article-content video {
  max-width: 100%;
  height: auto;
  border: 15px solid #ebebeb;
}
.proGallery .gallery-image {
  margin-bottom: 30px;
}
.proGallery .gallery-image:first-of-type {
  margin-top: 30px;
}
.full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .full {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .full {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .full {
    width: 1170px;
  }
}
.most {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .most {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .most {
    float: left;
    width: 66.66666667%;
  }
}
.half {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .half {
    float: left;
    width: 50%;
  }
}
.third {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
.fourth {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .fourth {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .fourth {
    float: left;
    width: 25%;
  }
}
.sixth {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
.test {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clear:before,
.clearfix:after,
.clear:after,
.full:before,
.full:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clear:after,
.full:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.left,
.l {
  float: left !important;
}
.right,
.r {
  float: right !important;
}
.center,
.cb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tCenter,
.tc {
  text-align: center;
}
.tLeft,
.tl {
  text-align: left;
}
.tRight,
.tr {
  text-align: right;
}
.tJustify,
.tj {
  text-align: justify;
}
.table {
  display: table;
}
.middle,
.mid {
  display: table-cell;
  vertical-align: middle;
}
.relative,
.rel {
  position: relative;
}
.absolute,
.abs {
  position: absolute;
}
.upper {
  text-transform: uppercase;
}
.b,
.bold,
.strong,
b,
strong {
  font-family: "open_sansregular", sans-serif;
  font-weight: 900;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.menu-toggle {
  position: relative;
  padding: 15px;
  z-index: 2;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 9px;
  width: 18px;
  height: 3px;
  background: #6d7e53;
  box-shadow: 0 0.5em 0 0 #6d7e53, 0 1em 0 0 #6d7e53;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-toggle:hover:before,
.menu-toggle.active:before {
  background-color: #58595b;
  box-shadow: 0 0.5em 0 0 #58595b, 0 1em 0 0 #58595b;
}
#header {
  padding: 12px 0;
  background: #fff;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #header {
    padding: 10px 0;
  }
}
#header .lang {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 12px;
  color: #6d7e53;
  z-index: 2;
  font-weight: 700;
  padding: 30px 24px 30px 0;
}
#header .lang:hover {
  color: #414042;
}
.fixed {
  border-bottom: 1px solid rgba(109, 126, 83, 0.1);
  padding: 10px;
}
#logo {
  position: relative;
  float: left;
  z-index: 1;
}
#logo a {
  width: 210px;
  height: 70px;
  background: url(../img/logo.png) center no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #logo a {
    background-image: url(../img/logo_small.png);
    width: 70px;
    height: 70px;
  }
}
.ftpcore.nav ul,
.ftpcore.nav li {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.ftpcore.nav > ul {
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  will-change: transform;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
@media screen and (min-width: 992px) {
  .ftpcore.nav > ul > li:last-child a {
    font-size: 11px;
  }
}
.ftpcore.nav a {
  display: block;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ftpcore.nav a:hover {
  color: #58595b;
}
.ftpcore.nav li {
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ftpcore.nav .arrow {
  display: inline-block;
  padding: 0 3px;
}
@media screen and (max-width: 992px) {
  .ftpcore.nav .arrow {
    float: right;
    margin-left: 5px;
  }
  .ftpcore.nav .arrow,
  .ftpcore.nav .arrow div {
    -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
    will-change: transform;
    padding: 7px 5px;
    margin-top: -7px;
    margin-left: -35px;
  }
  .ftpcore.nav .arrow.active .icon-right-open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 992px) {
  .ftpcore.nav .arrow {
    padding: 10px 0;
    padding-left: 10px;
    margin: -10px -5px -10px 0;
  }
  .ftpcore.nav .arrow.active .icon-right-open:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 992px) {
  .ftpcore.nav {
    position: absolute;
    top: 0;
    padding: 23px 0;
    text-align: left;
  }
  .ftpcore.nav .menu-toggle {
    display: inline-block;
    padding-left: 28px;
  }
  .ftpcore.nav .menu-toggle + ul {
    text-align: left;
    left: -250px;
    opacity: 0;
    width: 250px;
    background: #fff;
    top: 23px;
  }
  .ftpcore.nav .menu-toggle + ul.opened {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .ftpcore.nav ul a {
    padding: 15px 20px;
    color: #6d7e53;
    font-size: 14px;
  }
  .ftpcore.nav ul li {
    border-bottom: 1px solid #f2f2f2;
  }
  .ftpcore.nav ul ul li {
    display: inline-block;
    border: none;
  }
  .ftpcore.nav ul ul li a {
    padding: 5px 10px 5px 20px;
    font-size: 12px;
    font-style: italic;
  }
}
@media screen and (max-width: 768px) {
  .ftpcore.nav .menu-toggle + ul.opened {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .ftpcore.nav {
    float: right;
    padding: 22px 0;
  }
  .ftpcore.nav a {
    line-height: 33px;
    color: #6d7e53;
    font-size: 11px;
    padding: 0 10px;
  }
  .ftpcore.nav > ul > li > a {
    padding: 0 20px;
    font-family: "open_sansregular", sans-serif;
    border-right: 1px #f2f2f2 solid;
    text-transform: uppercase;
  }
  .ftpcore.nav > ul > li:last-of-type > a {
    border: none;
    padding-right: 0;
  }
  .ftpcore.nav li {
    display: inline-block;
  }
  .ftpcore.nav .menu-toggle {
    display: none;
  }
  .ftpcore.nav ul ul {
    position: absolute;
    background: #fff;
    top: 66px;
  }
  .ftpcore.nav ul ul a {
    white-space: nowrap;
    font-style: italic;
    font-size: 11px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 10px;
    text-align: left;
  }
  .ftpcore.nav ul ul li {
    display: block;
    padding: 0 10px;
  }
}
.no-js .ftpcore.nav .menu-toggle:hover + ul,
.no-js .ftpcore.nav .menu-toggle + ul:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  opacity: 1;
}
.no-js .ftpcore.nav ul {
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  will-change: transform;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.no-js .ftpcore.nav ul ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
.no-js .ftpcore.nav li:hover > ul {
  max-height: 1000px;
}
@media screen and (min-width: 992px) {
  .no-js .ftpcore.nav li:hover > ul {
    overflow: visible;
  }
}
.js .ftpcore.nav .icon-right-open:before {
  font-size: 11px;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .js .ftpcore.nav ul {
    max-height: 0;
  }
}
.js .ftpcore.nav ul.opened {
  width: 320px;
  text-align: center;
}
.js .ftpcore.nav ul.opened,
.js .ftpcore.nav ul.opened ul {
  max-height: none;
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: auto;
  text-align: center;
}
.js .ftpcore.nav ul ul {
  display: none;
}
.intro {
  padding: 160px 0 88px 0;
  margin-bottom: 14px;
  background: url(../img/bgk-sm.jpg);
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.intro .home p {
  padding: 0 20px;
}
.intro .home h2 {
  padding: 0 20px;
}
.intro h2,
.intro .arrow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.intro .arrow {
  cursor: pointer;
}
.intro h2 {
  font-size: 25px;
  margin: 0;
  color: #fff;
}
.intro p {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: 200;
  margin-top: 7px;
}
.arrow {
  left: 0;
  right: 0;
  bottom: 15%;
}
#services .bigger {
  font-size: 14px;
}
#services h3 {
  color: #6a7b50;
  font-size: 14px;
}
#services .prelude {
  margin-bottom: 87px;
  margin-top: 30px;
}
#services .prelude h3 {
  font-size: 16px;
  color: #58595b;
}
#services .prelude p {
  font-size: 14px;
  padding: 0 20px;
  font-family: "open_sansregular";
  color: #58595b;
}
#services p {
  font-size: 12px;
  color: #6a7b50;
  font-family: "open_sansregular";
  margin-top: 3px;
}
#main-services {
  margin-top: 0;
}
#main-services a {
  margin-bottom: 73px;
}
#main-services .icon {
  border-bottom: none;
  position: relative;
  top: -36px;
  display: block;
  text-align: center;
}
#gallery {
  margin-bottom: 30px;
}
#gallery .third {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #gallery .third {
    float: none !important;
  }
}
#gallery h3 {
  font-size: 16px;
}
#gallery p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 7px;
  padding: 0 15px;
}
#policy {
  margin-bottom: 0;
  margin-top: 50px;
}
#policy h3 {
  font-size: 16px;
}
#policy p {
  font-size: 12px;
  padding: 0 40px;
}
.enquiry {
  padding: 58px 0;
  margin: 65px 0;
  background: #859769;
}
.enquiry a {
  color: #fff;
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  font-weight: 900;
  border: 3px solid #fff;
  padding: 5px 70px;
}
.enquiry h3,
.enquiry p {
  color: #fff;
}
.enquiry-home {
  display: none;
}
.contacts {
  margin-bottom: 0;
}
.contacts h3 {
  font-size: 16px;
}
.contacts p,
.contacts a {
  font-size: 12px;
  color: #58595b;
  margin-bottom: 0;
  margin-top: 4px;
}
.address {
  margin-bottom: 40px;
}
.address p {
  color: #6a7b50;
  font-size: 12px;
  margin: 0;
}
.rights p {
  padding-top: 16px;
  padding-bottom: 13px;
  background-color: #859769;
  font-size: 8px;
  color: #fff;
  margin-bottom: 0;
}
.owl-carousel .owl-wrapper-outer {
  margin-bottom: 0;
}
.servicesPage #main-services {
  margin-top: 30px;
}
.servicesPage #main-services a {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.servicesPage #main-services .icon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  top: -60px !important;
}
@media (max-width: 992px) {
  .servicesPage #main-services .icon {
    text-align: left;
  }
}
.servicesPage #main-services [class^="icon-"]:before,
.servicesPage #main-services [class*=" icon-"]:before {
  color: #e5edd3;
  border-bottom: none;
}
.servicesPage #main-services [class^="icon-"]:before:hover,
.servicesPage #main-services [class*=" icon-"]:before:hover {
  color: #fff;
}
.servicesPage .intro {
  margin-bottom: 0;
  background: url(../img/serv.jpg) top center fixed no-repeat;
}
.servicesPage .intro #services {
  position: relative;
  text-align: left;
}
.servicesPage .intro #services h3,
.servicesPage .intro #services p {
  color: #e5edd3;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: none;
}
.servicesPage .intro #services .third {
  margin: 50px 0 18px;
  padding-left: 0;
}
.servicesPage .intro #services .third h3 {
  font-size: 16px;
}
.servicesPage .intro #services .third p {
  font-size: 14px;
  padding-bottom: 10px;
}
.web .icon {
  color: #58595b;
}
.web .intro {
  margin-bottom: 0;
  background: url(../img/web-lg.jpg) center no-repeat;
}
.web .intro a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  outline: 1px solid transparent;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.web .enquiry {
  margin-top: 0;
  display: none;
}
.web .contacts {
  margin-top: 51px;
}
.web #services {
  margin-top: 83px;
}
.more {
  color: #a7a9ac;
  font-size: 9px;
  display: block;
}
#services .service-info {
  margin-bottom: 40px;
  display: block;
}
#services .service-info:last-child {
  margin-bottom: 20px;
}
#services .service-info h2 {
  font-size: 14px;
  font-family: "intro_regular" !important;
  color: #6a7b50;
  margin-bottom: 0;
  padding: 0 20px;
}
#services .service-info p {
  font-size: 12px;
  padding: 0 20px;
}
#services .service-info p:first-child {
  font-size: 14px;
  color: #58595b;
}
#services .service-info .md {
  font-size: 16px !important;
}
#services .service-info h4 {
  font-family: "open_sanslight";
  text-transform: uppercase;
  font-size: 16px;
  color: #6a7b50;
}
.design .web .intro {
  background: url(../img/design-lg.jpg) center no-repeat;
}
.advertising .web .intro {
  background-image: url(../img/adv-lg.jpg);
}
h2.lg {
  font-size: 16px !important;
  color: #58595b !important;
}
.contactsPage .formblock {
  text-align: left;
}
.contactsPage .redirect-holder .third {
  padding: 0 15px;
}
.contactsPage .social {
  margin: 0;
  text-align: left;
}
.contactsPage .social a {
  line-height: 83px;
}
.contactsPage .social a:first-child {
  padding-left: 0;
}
@media (max-width: 992px) {
  .contactsPage .brief-holder {
    display: none;
  }
}
.contactsPage .brief-holder .brief-open {
  font-size: 26px;
  font-family: "intro_regular";
  color: #859869;
  border: 3px solid #859869;
  border-radius: 2px;
  padding: 20px 15px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.contactsPage .brief-holder .brief-open .icon-pencil {
  color: #859869;
  float: right;
  padding-right: 15px;
  font-size: 30px;
  display: inline-block;
}
.contactsPage .intro {
  background: url(../img/contacts-lg.jpg) center no-repeat;
  text-align: left;
}
@media (min-width: 992px) {
  .contactsPage .intro {
    margin-bottom: 90px;
  }
}
.contactsPage .details {
  margin: 36px 0 20px;
}
.contactsPage .address {
  margin-bottom: 6px;
}
.contactsPage .address p {
  color: #58595b;
  padding: 3px 0;
  font-size: 16px;
}
.contactsPage .address h2 {
  font-size: 24px;
  margin: 0;
}
.contactsPage input {
  max-width: 100%;
  width: 381px;
  display: inline-block;
}
@media (min-width: 992px) {
  .contactsPage input {
    max-width: 48.9%;
  }
}
.contactsPage input:first-child {
  display: block;
}
.contactsPage input:nth-of-type(2) {
  margin-right: 15px;
}
.contactsPage input,
.contactsPage textarea {
  outline-color: #859769;
  margin-bottom: 20px;
  padding: 20px 14px;
  font-size: 14px;
  color: #888787;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e7ebe2;
}
@media (min-width: 992px) {
  .contactsPage input,
  .contactsPage textarea {
    float: none;
  }
}
.contactsPage textarea {
  display: block;
  width: 100%;
  height: 125px;
}
.contactsPage textarea:focus,
.contactsPage input:focus {
  padding-left: 20px;
}
.contactsPage .submit-holder {
  position: relative;
  display: block;
}
.contactsPage .submit-holder:before,
.contactsPage .submit-holder:after {
  content: " ";
  display: table;
}
.contactsPage .submit-holder:after {
  clear: both;
}
.contactsPage .submit-holder .icon-mail {
  position: absolute;
  left: 320px;
  top: 12px;
  font-size: 32px;
}
.contactsPage .submit-holder .icon-mail:before {
  color: #fff;
}
@media (max-width: 992px) {
  .contactsPage .submit-holder .icon-mail {
    display: none;
  }
}
.contactsPage input[type="submit"] {
  background: #859769;
  color: #fff;
  float: left;
  padding: 20px 14px;
  font-weight: normal !important;
  font-style: normal;
  font-family: "intro_regular" !important;
  text-align: left;
  font-family: "open_sansregular", sans-serif;
  font-weight: 900;
  font-size: 23px;
}
@media (max-width: 992px) {
  .contactsPage input[type="submit"] {
    font-size: 16px;
  }
}
.contactsPage .map {
  margin-bottom: -20px;
}
.contactsPage .success {
  text-align: left;
  font-size: 18px;
  color: #859769;
  padding-bottom: 10px;
}
.aboutPage #services h3 {
  font-size: 16px;
  color: #58595b;
}
.aboutPage .intro {
  background: url(../img/about-lg.jpg) center no-repeat;
}
.aboutPage .intro h2,
.aboutPage .intro p {
  padding: 0 20px;
}
.aboutPage .about {
  font-size: 12px;
  display: block;
  color: #828282;
  padding: 8px 0;
}
.aboutPage #services {
  margin-top: 50px;
}
.aboutPage #services p {
  font-size: 14px;
  color: #58595b;
  padding: 0 20px;
}
.aboutPage .name {
  display: block;
  margin: 10px 0 5px 0;
  color: #6a7b50;
}
.aboutPage .name h2 {
  margin-bottom: 0;
  font-size: 14px;
}
.aboutPage .name p {
  font-size: 12px;
}
.aboutPage .mail {
  padding-top: 140px;
}
.aboutPage .enquiry {
  background-size: 100% 100%;
  padding: 32px 0;
  margin: 0;
  background: #859769;
}
.aboutPage .enquiry p {
  font-size: 16px;
  padding: 0 40px;
}
.aboutPage .enquiry h3 {
  font-size: 24px;
  padding: 0 40px;
}
.aboutPage .enquiry p,
.aboutPage .enquiry h3 {
  color: #fff;
}
.aboutPage #gallery {
  margin-bottom: 20px;
}
.aboutPage #gallery h3 {
  padding-top: 30px;
}
.aboutPage #gallery p {
  padding-bottom: 17px;
  font-size: 14px;
}
.aboutPage #gallery .third {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .aboutPage #gallery .third {
    max-height: 293px;
  }
}
@media (min-width: 990px) {
  .aboutPage #gallery .third {
    max-height: initial;
  }
}
.aboutPage #gallery .third p {
  font-size: 12px;
  padding-bottom: 0;
}
.aboutPage .half {
  padding-bottom: 10px;
}
.aboutPage .members-holder .third .img-holder-member {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.aboutPage .members-holder .third .img-holder-member img {
  max-width: 100%;
  text-transform: 0.5s all ease;
}
.aboutPage .members-holder .third:hover .absolute {
  opacity: 1 !important;
}
.aboutPage .members-holder .third:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.projectsPage .intro {
  background: url(../img/projects-lg.jpg) center no-repeat;
}
.projectsPage .intro h2,
.projectsPage .intro p {
  padding: 0 20px;
}
.projectsPage #gallery {
  margin: 40px 0 20px;
}
.projectsPage #gallery .third {
  margin-bottom: 15px;
}
.projectsPage #gallery p:first-of-type {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .projectsPage #gallery {
    margin-top: 140px;
    margin-bottom: 124px;
  }
  .projectsPage #gallery p:first-of-type {
    padding-bottom: 35px;
  }
}
.projectsPage .enquiry {
  display: none;
}
@media screen and (max-width: 992px) {
  body .project-home {
    background: #6d7e53 !important;
    background-image: none !important;
  }
}
.project-home {
  margin-bottom: 120px;
  background-size: cover;
  background-attachment: fixed;
  text-align: left;
  padding: 40px 0;
}
.project-home h2 {
  color: #fff;
  width: 45%;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .project-home h2 {
    width: 100%;
  }
}
.project-home .btn-wrap {
  margin: 30px 0 0;
}
.project-home .btn-wrap .btn-standart {
  margin: 20px 10px;
}
@media screen and (max-width: 992px) {
  .project-home .btn-wrap .btn-standart {
    width: 310px;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (max-width: 360px) {
  .project-home .btn-wrap .btn-standart {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .singleProject .intro {
    background: #6d7e53 !important;
    background-image: none !important;
  }
}
.singleProject .project-name h2 {
  font-size: 30px;
}
.singleProject p {
  margin: 0;
}
.singleProject .slider {
  border: 15px solid #ebebeb;
}
.singleProject .slider-arrows {
  text-align: center;
  margin-top: 7px;
}
.singleProject .slider img:not(:first-child) {
  display: none;
}
.singleProject .video-wrap {
  margin-top: 23px;
}
.singleProject .svg-wrap {
  text-align: center;
}
.singleProject .svg-wrap .svg-inner-wrap {
  border: 20px solid #ebebeb;
  background: #cae1f4;
  padding: 25vh 0;
}
.singleProject .phone-wrap {
  background-image: url("../img/phone-background2.jpg");
  height: 718px;
  text-align: center;
  border: 15px solid #ebebeb;
}
@media screen and (max-width: 992px) {
  .singleProject .phone-wrap {
    height: auto;
  }
}
.singleProject .phone-wrap .phone-inner-wrap {
  background-image: url("../img/phone-resized6.png");
  background-position: 0 -18px;
  display: inline-block;
  width: 534px;
  height: 718px;
  padding: 88px 25px 10px 23px;
}
@media screen and (max-width: 992px) {
  .singleProject .phone-wrap .phone-inner-wrap {
    background-image: none;
    background-position: 0 0;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.singleProject .phone-wrap .phone-inner-wrap video {
  border: 1px solid #fff;
  border-radius: 5px;
  border-bottom-color: black;
  border-left-color: transparent;
  border-right-color: transparent;
}
.singleProject .tablet-wrap {
  background-image: url("../img/tablet-background.jpg");
  background-position: 0 -18px;
  height: 1024px;
  text-align: center;
  margin-top: 25px;
  border: 15px solid #ebebeb;
}
@media screen and (max-width: 992px) {
  .singleProject .tablet-wrap {
    height: auto;
  }
}
.singleProject .tablet-wrap .tablet-inner-wrap {
  background-image: url("../img/tablet-vertical2.png");
  display: inline-block;
  width: 706px;
  height: 989px;
  padding: 137px 35px 10px 35px;
}
@media screen and (max-width: 992px) {
  .singleProject .tablet-wrap .tablet-inner-wrap {
    background-image: none;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.singleProject .tablet-wrap .tablet-inner-wrap video {
  border: 1px solid #fff;
  border-radius: 5px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.singleProject video {
  max-width: 100%;
  height: auto;
  border: 15px solid #ebebeb;
}
.singleProject .intro {
  padding: 50px 0;
}
.singleProject .intro h2 {
  font-size: 18px;
  padding: 0 20px;
}
.singleProject .intro p {
  padding: 0 20px;
  font-size: 12px;
}
.singleProject .intro p:nth-child(2) {
  font-size: 15px;
  font-family: "open_sansregular";
  font-style: italic;
  text-transform: none;
}
.singleProject .green {
  color: #bcde88;
  font-size: 14px;
}
.singleProject .proGallery {
  margin: 40px 0 10px;
}
.singleProject .enquiry {
  display: none;
}
.singleProject .enquiry .button {
  padding: 10px 0;
}
.singleProject .enquiry .button a {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-top: 10px;
}
.singleProject .enquiry .button .contact {
  font-size: 24px;
  font-family: "open_sansregular", sans-serif;
  font-weight: 900;
}
.project-name {
  padding: 100px 0 50px;
}
.product-wrapper {
  padding-top: 102px;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
  min-height: 1200px;
  background-repeat: no-repeat;
}
.product-wrapper .full {
  min-height: 1200px;
}
.product-wrapper .product-title {
  margin-bottom: 0;
  font-family: "intro_regular";
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
}
.product-wrapper .price {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 40px;
}
.product-wrapper .product-desc {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.product-wrapper .btn-order {
  color: #fff;
  border-color: #fff;
  outline-color: #fff;
}
.product-wrapper .img-wrap {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.product-adittional {
  text-align: left;
}
.product-adittional .detail {
  margin: 8px 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a19898;
}
.product-adittional .detail span {
  font-weight: 400;
}
.product-adittional input,
.product-adittional textarea,
.product-adittional select {
  margin: 10px 0;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  padding: 20px 10px;
  color: #a19898;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e7ebe2;
  outline-color: #859769;
}
.product-adittional input::-webkit-input-placeholder,
.product-adittional textarea::-webkit-input-placeholder {
  color: #a19898;
}
.product-adittional input:-moz-placeholder,
.product-adittional textarea:-moz-placeholder {
  color: #a19898;
}
.product-adittional input::-moz-placeholder,
.product-adittional textarea::-moz-placeholder {
  color: #a19898;
}
.product-adittional input:-ms-input-placeholder,
.product-adittional textarea:-ms-input-placeholder {
  color: #a19898;
}
.product-adittional input:focus,
.product-adittional textarea:focus,
.product-adittional input:active,
.product-adittional textarea:active {
  padding-left: 20px;
}
.product-adittional textarea {
  resize: vertical;
}
.product-adittional .btn-confirm {
  color: #515151;
  border-color: #515151;
  outline-color: #515151;
}
@media screen and (max-width: 768px) {
  .product-adittional .btn-confirm {
    width: 100%;
  }
}
.btn-product {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  font-size: 24px;
  border: 2px solid;
  padding: 10px 100px;
  margin: 20px auto 60px;
  display: inline-block;
  -webkit-transition: outline 0.1s ease-in-out;
  transition: outline 0.1s ease-in-out;
}
.btn-product:focus,
.btn-product:hover,
.btn-product:active {
  outline: 3px solid;
}
.product-other {
  text-align: left;
}
.product-other .price {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #484848;
}
.product-other .product-title {
  font-size: 20px;
  text-transform: uppercase;
}
.product-other .product-desc {
  font-size: 14px;
  color: #a19898;
  text-transform: uppercase;
}
.product-other .img-wrap {
  text-align: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .enquiry {
    background-image: url(../img/enquiry-lg.jpg);
    padding: 20px 0;
  }
  .contactsPage .intro {
    background: url(../img/contacts-lg.jpg);
    padding-top: 200px;
  }
  .contactsPage .map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom: -10px;
  }
  .contactsPage .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .members-holder #gallery .third img {
    height: 302px;
    width: 100%;
  }
  .members-holder #gallery .third .mail h2 {
    white-space: nowrap;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .singleProject .intro .green {
    color: #fff !important;
  }
  .contactsPage .details .third,
  .contactsPage .details .most {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.intro {
  background-image: url(../img/bgk.jpg);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .full {
    padding-left: 0;
    padding-right: 0;
  }
  .open-menu {
    display: none;
  }
  h3 {
    font-size: 24px;
  }
  .intro {
    margin-bottom: 128px;
    padding-top: 248px;
    padding-bottom: 110px;
    color: #fff;
  }
  .intro p {
    font-size: 20px;
  }
  .intro .home {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .intro .home p {
    padding-bottom: 60px;
    font-size: 24px;
  }
  .intro .home h2 {
    font-size: 45px;
  }
  .intro .home .arrow {
    left: 0;
    right: 0;
    bottom: 30%;
  }
  h2 {
    font-size: 35px;
  }
  p {
    font-size: 16px;
  }
  #main-services {
    margin-top: 0;
  }
  #main-services a {
    padding-bottom: 80px;
    margin-bottom: 45px;
  }
  #main-services [class^="icon-"]:before,
  #main-services [class*=" icon-"]:before {
    padding: 35px 0 0;
  }
  #services .bigger {
    font-size: 16px !important;
  }
  #services h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
  }
  #services h3:first-child {
    font-size: 24px;
  }
  #services p {
    font-size: 14px;
    margin-top: 0;
  }
  #services .third {
    margin-top: 30px;
  }
  #services .third:hover h3,
  #services .third:hover p,
  #services .third:hover span:before {
    color: #58595b;
    border-color: #58595b;
  }
  #services .third:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #services .third:first-child {
    padding-left: 0;
  }
  #services .third h3 {
    font-size: 16px;
  }
  #services .prelude p {
    padding: 0;
  }
  #gallery {
    margin-bottom: 120px;
  }
  #gallery p {
    font-size: 16px;
    margin-top: 7px;
  }
  #gallery ul {
    margin: 0;
  }
  #gallery ul li {
    display: inline-block;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
  }
  #gallery .third {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #gallery .third img {
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #gallery h3 {
    font-size: 24px;
  }
  #gallery .arrows {
    margin: 13px 0 19px;
  }
  #policy {
    margin-bottom: 150px;
  }
  #policy h3 {
    font-size: 24px;
  }
  #policy p {
    font-size: 14px;
  }
  .enquiry {
    padding: 200px 0;
    margin-bottom: 140px;
  }
  .enquiry a {
    padding: 14px 101px;
    font-size: 24px;
    border: 1px solid #fff;
    font-family: intro_regular;
  }
  .enquiry a:hover {
    border: 3px solid #fff;
  }
  .address {
    margin-bottom: 60px;
  }
  .address p {
    font-size: 14px;
  }
  .contacts {
    margin-bottom: 0;
  }
  .contacts h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .contacts p,
  .contacts a {
    font-size: 16px;
    margin-bottom: 0;
  }
  .rights p {
    padding: 20px 0;
    font-size: 14px;
    font-family: open_sansitalic;
  }
  h2.lg {
    font-size: 24px !important;
  }
  p.md {
    font-size: 16px !important;
  }
  span.sm {
    font-size: 12px;
  }
  .servicesPage .icon-icon-image:before,
  .servicesPage .icon-icon-pc:before,
  .servicesPage .icon-icon-video:before {
    font-size: 40px;
  }
  .servicesPage .icon-icon-video:before {
    padding: 30px 0;
  }
  .servicesPage #main-services {
    text-align: center;
    position: absolute;
    top: 40%;
  }
  .servicesPage #main-services .icon {
    top: -45px;
    position: relative;
  }
  .servicesPage #main-services a:hover {
    color: #fff;
  }
  .servicesPage .intro {
    background: url(../img/serv.jpg) top 100% 100% no-repeat;
  }
  .servicesPage .intro h5 {
    font-size: 12px;
  }
  .servicesPage .intro #services .third {
    margin-bottom: -18px;
    margin-top: 40px;
  }
  .servicesPage .intro #services .third:first-child {
    margin-top: 40px;
  }
  .servicesPage .intro #services .third:hover span:before {
    font-size: 100px;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .servicesPage .intro #services .third:hover p {
    opacity: 1;
    color: #fff;
  }
  .servicesPage .intro #services .third:hover h3 {
    color: #fff;
    font-size: 40px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
  .servicesPage .intro #services .third a:hover {
    background-color: #fff;
  }
  .servicesPage .intro #services .third span.icon.serv.icon-icon-pc {
    padding-right: 0;
  }
  .servicesPage .intro #services .third span.icon.serv.icon-icon-image {
    padding-left: 0;
  }
  .servicesPage .intro #services .third span.icon.serv.icon-icon-video {
    padding-left: 0;
  }
  .servicesPage .intro #services .third p {
    font-size: 16px;
    padding-bottom: 40px;
    color: #e5edd3;
    opacity: 0;
  }
  .servicesPage .intro #services .third h3 {
    font-size: 34px;
    color: #e5edd3;
  }
  .servicesPage .absolute {
    bottom: 20px;
    position: absolute;
    left: 18%;
  }
  .servicesPage .absolute a {
    font-size: 12px;
    color: #fff;
  }
  .project-name {
    padding: 0 0 10px;
  }
  .design .intro {
    background: url(../img/design-lg.jpg) bottom center no-repeat;
  }
  .more {
    font-size: 12px;
  }
  #services .prelude {
    margin-bottom: 0;
  }
  #services .service-info {
    margin-top: 0;
    margin-bottom: 64px;
    padding: 0;
    display: block;
  }
  #services .service-info:last-child {
    margin-bottom: 80px;
  }
  #services .service-info p {
    font-size: 14px;
    margin-top: 0;
    padding: 0;
  }
  #services .service-info h3 {
    font-size: 16px;
  }
  #services .service-info h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .web .intro {
    background-image: url(../img/web-lg.jpg);
    margin-bottom: 134px;
  }
  .web #main-services a {
    margin-bottom: 150px;
    padding-bottom: 0;
  }
  .web #main-services a:hover {
    color: #fff;
  }
  .web #main-services span.icon.serv.icon-icon-pc {
    padding-right: 0;
  }
  .web #main-services span.icon.serv.icon-icon-image {
    padding-left: 1px;
  }
  .web #main-services span.icon.serv.icon-icon-video {
    padding-left: 0;
  }
  .web .enquiry {
    display: block;
    margin-top: 65px;
  }
  .contactsPage .third,
  .contactsPage .most {
    padding-right: 0;
    padding-left: 0;
  }
  .contactsPage .intro {
    background: url(../img/contacts-lg.jpg) center 110px no-repeat fixed;
    padding-bottom: 80px;
  }
  .contactsPage .details {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .aboutPage .owl-wrapper-outer {
    padding-bottom: 92px;
  }
  .aboutPage #gallery {
    margin-top: 110px;
  }
  .aboutPage #gallery p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .aboutPage #gallery h3 {
    padding-top: 15px;
  }
  .aboutPage .contacts {
    padding-top: 0;
    margin-top: 50px;
  }
  .aboutPage .about {
    font-size: 13px;
  }
  .aboutPage #services {
    padding-top: 30px;
  }
  .aboutPage #services p {
    padding: 0;
    font-size: 16px;
  }
  .aboutPage .name h2 {
    font-size: 16px;
  }
  .aboutPage .third {
    padding-bottom: 0;
  }
  .aboutPage .third h2 {
    font-size: 10px;
    opacity: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .aboutPage .third p {
    font-size: 15px;
    opacity: 0;
    color: #d3decd !important;
    font-style: italic;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .aboutPage .third:hover h2 {
    font-size: 24px;
    opacity: 1;
    color: #fff !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .aboutPage .third:hover p {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .aboutPage .third .mail h2 {
    font-size: 24px;
    color: #fff;
  }
  .aboutPage .third .mail p {
    color: #fff !important;
    margin: 0;
  }
  .aboutPage .enquiry {
    padding: 166px 0;
    margin: 107px 0 125px;
  }
  .aboutPage .enquiry p,
  .aboutPage .enquiry h3 {
    color: #fff;
  }
  .aboutPage .enquiry h3 {
    font-size: 24px;
  }
  .aboutPage #gallery {
    margin-bottom: 120px;
  }
  .aboutPage #gallery p:first-of-type {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .aboutPage #gallery .third {
    padding-bottom: 0;
  }
  .aboutPage #gallery .third p {
    font-size: 14px;
    margin-top: 2px;
  }
  .aboutPage #gallery .arrows {
    margin-top: 7px;
  }
  .projectsPage #gallery {
    margin-bottom: 120px;
  }
  .projectsPage #gallery .third {
    margin-bottom: 30px;
  }
  .projectsPage .enquiry {
    display: block;
  }
  .singleProject .intro {
    margin-bottom: 0;
    padding-top: 244px;
    padding-bottom: 200px;
  }
  .singleProject .intro h2 {
    padding-bottom: 10px;
    font-size: 35px;
  }
  .singleProject .intro .green {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "open_sanslight";
    color: #fff;
  }
  .singleProject .proGallery {
    margin: 49px 0 30px;
  }
  .singleProject #gallery {
    padding: 10px 0 0;
  }
  .singleProject .enquiry {
    display: block;
  }
  .social {
    margin: 50px 0;
  }
  .social a:hover .sprite {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .intro .home .arrow {
    bottom: 35%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .servicesPage .absolute {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .intro {
    background: url(../img/bgk.jpg) center 19px no-repeat fixed;
    margin-bottom: 110px;
  }
  .intro.intro-screen {
    padding-top: 16%;
  }
  .intro h2 {
    font-size: 45px;
  }
  .intro p {
    font-size: 24px;
  }
  .intro .home p {
    padding-bottom: 180px;
    margin-top: 7px;
  }
  .servicesPage .intro {
    background: url(../img/serv.jpg) bottom no-repeat fixed;
    background-position-y: 55px;
  }
  .enquiry {
    background: url(../img/services-new.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
  }
  .enquiry-home {
    background: url(../img/enquiry-lg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: block;
  }
  .web .intro {
    background: url(../img/web-lg.jpg) center 100px no-repeat fixed;
  }
  .design .web .intro {
    background: url(../img/design-lg.jpg) center 100px no-repeat fixed;
  }
  .advertising .web .intro {
    background: url(../img/adv-lg.jpg) center 100px no-repeat fixed;
  }
  .aboutPage .intro {
    background: url(../img/about-lg.jpg) center 100px no-repeat fixed;
  }
  .aboutPage .enquiry {
    background: url(../img/aboutus-new.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
  }
  .projectsPage .intro {
    background: url(../img/projects-lg.jpg) center 100px no-repeat fixed;
  }
  .singleProject .intro {
    background: url(../img/singlePro-lg.jpg) center 100px no-repeat fixed;
  }
}