* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto';
  overflow-x: hidden;
	overflow-y: scroll;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
	height: 100%;
  position: relative;
}

.content {
  min-height: 100%;
	height: auto !important;
	height: 100%;
  position: relative;
}

.resposive-menu-trigger {
  margin-top: -11px;
  float: right;
  height: 49px;
  width: 49px;
  margin-right: 12px;
  cursor: pointer;
  display: none;
}

.resposive-menu-trigger:hover span {
  background: #2e2e2e;
}

.resposive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #585858;
}

.resposive-menu-trigger span:first-child {
  margin-top: 12px;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 2;
}

.resposive-menu-container A:link, .resposive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.resposive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.header {
  height: 100px;
  position: relative;
  border-bottom: 1px solid #d3d2d2;
}

.logo {
  position: absolute;
  top: 11px;
  left: 45px;
}

.logo img{
    width: 500px;
}

.h-body {
  margin-top: 31px;
  height: 32px;
  line-height: 32px;
  float: right;
}

.top-menu {
  padding-right: 20px;
  margin-right: 40px;
  float: left;
  border-right: 1px solid #c4c4c4;
}

.h-phone {
  margin-right: 25px;
  float: left;
}

.top-menu a {
  font-weight: 400;
  font-size: 15px;
  color: #2e2e2e;
  text-transform: uppercase;
  margin: 0 20px;
}

.top-menu a:hover {
  text-decoration: underline;
}

a.tm-itemS {
  color: #2972d0;
}

a.tm-itemS:hover {
  text-decoration: none;
}

.inquire-trigger {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 101px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #c8143e;
  transition: background .5s;
}

.inquire-trigger:hover {
  background: #920e2d;
}

.text-block {
  padding: 0 10px;
  margin: 40px 0 60px;
  text-align: center;
  position: relative;
}

.text-block p {
  max-width: 1000px;
  font-weight: 400;
  font-size: 17px;
  color: #231f20;
  margin: 0 auto 1em;
}

.text-block img {
  margin-top: 50px;
}

.text-block h1 {
  font-weight: 900;
  font-size: 48px;
  color: #231f20;
  margin-bottom: 20px;
  margin-top: -20px;
}

.text-block h2 {
  max-width: 450px;
  font-weight: 400;
  font-size: 47px;
  color: #231f20;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.text-block {
  padding: 0 10px;
  margin: 40px 0 60px;
  text-align: center;
  position: relative;
}

.text-block p {
  max-width: 1000px;
  font-weight: 400;
  font-size: 17px;
  color: #323232;
  margin: 0 auto 1em;
}

.text-block img {
  margin-top: 50px;
}

.text-block h1 {
  font-weight: 400;
  font-size: 48px;
  color: #323232;
  margin-bottom: 20px;
  margin-top: -20px;
  text-transform: uppercase;
}

.text-block h2 {
  max-width: 450px;
  font-weight: 400;
  font-size: 47px;
  color: #323232;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.sb-l {
  float: left;
  padding-left: 11%;
  padding-right: 6%;
  width: 27%;
}

.sb-r {
  float: left;
  width: 56%;
}

.sb-l h2 {
  font-weight: 400;
  font-size: 38px;
  color: #231f20;
  text-transform: uppercase;
  margin-top: 15px;
}

.sb-l h3 {
  font-weight: 400;
  font-size: 24px;
}

.sb-sep {
  width: 80%;
  height: 1px;
  background: #a09e9f;
  margin: 1em 0 1em;
}

.sb-l p {
  font-weight: 400;
  font-size: 17px;
  color: #474748;
}

.sb-more {
  display: inline-block;
  margin-top: 3em;
  height: 67px;
  line-height: 67px;
  padding: 0 60px;
  background: #6f749a;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  transition: background .5s;
}

.sb-more:hover {
  background: #575b76 ;
}

.sb-r {
  position: relative;
}

.sb-r img {
  width: 100%;
  display: block;
}

.home-services-wrapper {
  background: #f3f3f3;
  padding: 30px 0 40px;
}

.footer {
  padding-top: 40px;
  font-size: 14px;
  background: #25211e;
}

.f-top {
  padding: 25px 70px;
  color: #fff;
  font-size: 0;
}

.f-top a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.ft-block {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-right: 7%;
  font-size: 14px;
  position: relative;
}

.ft-block:nth-child(1):after {
  content: '';
  display: block;
  width: 1px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  background: #676462;
}

.ft-block:nth-child(3) {
  margin-right: 0;
  float: right;
}

.ft-block img {
  max-width: 100%;
}

.ft-label {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.ft-menu {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 5px;
  color: #bcbbba;
}

.ft-menu li a {
  color: #bcbbba;
}

.ft-menu b {
  color: #00af9d;
}

.ft-menu:last-child {
  margin: 0;
}

.f-bottom {
  padding: 30px 70px;
  color: #fff;
}

.f-bottom a {
  color: #fff;
}

.f-bottom a:hover {
  text-decoration: underline;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.f-copy {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.ft-block p {
  margin-top: 30px;
  color: #bcbbba;
}

.title-block {
  margin-top: 50px;
  width: calc(100% - 270px);
}

.title-block h1 {
  float: left;
  width: 42%;
  margin-right: 2%;
  padding: 2% 3%;
  line-height: 80%;
  background: #153359;
  font-weight: 900;
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}

.tb-r {
  float: left;
  width: 45%;
  font-weight: 400;
  font-size: 17px;
  color: #49494a;
}

.bg-block {
  margin: 60px 0;
  padding: 120px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-block p {
  max-width: 1150px;
  margin: 0 auto 1em;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.bg-opacity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
}

.product-video {
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
}

.product-video a {
  display: inline-block;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.product-video img {
  width: 100%;
  display: block;
}

.product-video .video-icon {
  display: block;
  width: 146px;
  padding-top: 156px;
  background: url('/images/video-icon.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}

.lists-block {
  text-align: center;
  margin-bottom: 2em;
  color: #fff;
}

.list, .lists-block ul {
  text-align: left;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 1em;
}

.list li, .lists-block li {
  position: relative;
  padding-left: 30px;
  margin-bottom: .7em;
  color: #111;
}

.list li:before, .lists-block li:before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url('/images/list-icon.png');
}

.service-items {
  width:100%;
  display:block;
  position:relative;
  text-align: center;
  margin: 0 0;
}

.service-items:after {
  content: '';
  display: block;
  clear: both;
}

.s-item-block {
  width:100%;
  display:block;
  position:relative;
  width:100%;
  height:auto;
  padding: 35px 0;
}

.s-item-block:after {
  content: '';
  display: block;
  clear: both;
}

.s-item-block:last-child{
  padding-bottom:70px;
}

.service-item-line{
  width:60%;
  height: 14px;
  display:block;
  position:relative;
  background-image:url(/images/service-icon.png);
  background-size:14px;
  background-repeat:no-repeat;
  background-position:0 50%;
  padding-left:14px;
  margin-bottom:-7px;
}

.s-item-block:nth-child(even) .service-item-line{
  background-position:100% 50%;
  padding-left:0px;
  padding-right:14px;
  padding-top: 1px;
}

.s-item-block:nth-child(even) .service-item-line div{

}

.service-item-line div{
  background-color: #7b7979;
  margin-top:7px;
  height:1px;
  width:100%;
  display:block;
  position:relative;
}

.s-item-block:nth-child(odd) .service-item-line{
  float:right;
}

.service-item-pic {
  position: relative;
  width:45%;
  display:block;
  margin: 0 0;
  overflow-y:hidden;
  float:left;
}
.service-item-pic img{
  width:100%;
  height:auto;
}

.s-item-block:nth-child(odd) .service-item-pic{
  float:right;
  padding-left:10%;
}

.service-item-text-wr{
  width:45%;
  display:block;
  position:relative;
  margin:auto;
  float:left;
}

.service-item-text{
  padding-left:16%;
  padding-top:40px;
  display:block;
  position:relative;
  text-align:left;
}

.s-item-block:nth-child(odd) .service-item-text{
  padding-left: 40%;
}

.s-item-block:nth-child(odd) .service-text-line{
  width:75%;
}

.service-text-line{
  width:55%;
  border-bottom: 1px solid #7b7979;
  display:block;
  position:relative;
}

.service-item-text h1{
  font-size:32pt;
  text-transform:uppercase;
  font-weight:300;
}

.service-item-text h3{
  font-size:18pt;
  font-weight:300;
}

.service-item-text p{
  padding-top:20px;
  font-size:13pt;
  font-weight:300;
}

.service-item-text ul{
  padding-top:40px;
}

.service-item-text li p {
  font-size:10pt;
  padding-top:10px;
  width:45%;
}

.s-item-block:nth-child(odd) .service-item-text li p{
  width:75%;
}

.projects-thumbs {
  position: relative;
  margin: -360px 0 0;
  font-size: 0;
}

.tb-b {
  clear: both;
  width: 30%;
  font-weight: 400;
  font-size: 19px;
  padding: 20px 5% 20px 15%;
}

.pt-item {
  display: inline-block;
  width: 37%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}

.pt-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 130px 20px 0;
  text-align: center;
  color:  #fff;
  opacity: 0;
  background: rgba(49, 124, 219, .8);
  transition: opacity .5s;
}

.pt-item h4 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: .5em;
}

.pt-item p {
  font-weight: 400;
  font-size: 16px;
}

.pt-item:hover .pt-body {
  opacity: 1;
}

.pt-item:first-child {
  margin-left: 45%;
}

.pt-item:nth-child(2n) {
  margin-left: 25%;
  margin-right: .7%;
}

.pt-item:nth-child(4n) {
  margin-left: 8%;
  margin-right: .7%;
}

.tb-r h3 {
  font-weight: 400;
  font-size: 47px;
  margin: .4em 0;
}

.projects-page {
  margin-top: 90px;
}

.pp-l {
  padding: 0 4%;
  width: 12%;
  float: left;
}

.left-menu div {
  margin-bottom: 25px;
}

.left-menu a {
  font-weight: 400;
  font-size: 16px;
  color: #494745;
}

.left-menu a:hover {
  text-decoration: underline
}

a.lm-itemS {
  color: #2972cf;
}

a.lm-itemS:hover {
  text-decoration: none;
}

.pp-r {
  float: left;
  width: 80%;
}

.pp-r-l {
  float: left;
  width: 26%;
  padding: 0 4%;
  font-weight: 400;
  font-size: 15px;
  color: #767676;
}

.pp-r-r {
  float: left;
  width: 66%;
}

.pp-r-l ul {
  margin-bottom: 2em;
}

.pp-r-l li {
  margin-bottom: 1em;
}

.pp-r-l p {
  margin-bottom: 2em;
}

.pp-main-image {
  margin-bottom: 10px;
}

.pp-main-image img {
  width: 100%;
}

.more-link {
  margin-top: 20px;
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding: 0 50px;
  font-weight: 400;
  font-size: 21px;
  color: #fefefe;
  text-transform: uppercase;
  background: #6f749a;
  -webkit-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
  transition: all .5s;
}

.more-link:hover {
  background: #5c5f7b;
}

.bottom-gallery {
  margin-top: 30px;
  font-size: 0;
}

.bottom-gallery .fancybox {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 2%;
  position: relative;
}

.bottom-gallery .fancybox img {
  display: block;
  width: 100%;
}

.fancybox-fading {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .5) url('/images/zoom-icon.png') 50% 50% no-repeat;
  transition: opacity .5s;
}

.bottom-gallery .fancybox:hover .fancybox-fading {
  opacity: 1;
}

.products-menu-responsive {
  margin: 1em;
  display: none;
}

@media (max-width: 1330px) {
  .logo {
    left: 10px;
    top: 26px;
    width: 206px;
  }
}

@media (max-width: 1180px) {
  .sb-l {
    padding-left: 2%;
    padding-right: 2%;
    width: 40%;
  }
}

@media (max-width: 1170px) {
  .pp-l {
    display: none;
  }

  .products-menu-responsive {
    display: block;
  }

  .pp-r {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1165px) {
  .projects-thumbs {
    margin-top: 20px;
    text-align: center;
  }

  .pt-item {
    margin: 0 10px 10px !important;
  }
}

@media (max-width: 1150px) {
  .top-menu a {
    margin: 0 5px;
  }
}

@media (max-width: 985px) {
  .top-menu {
    display: none;
  }

  .resposive-menu-trigger {
    display: block;
  }

  .title-block {
    width: 100%;
    margin-top: 80px;
  }

  .title-block h1 {
    margin-bottom: 20px;
    float: none;
    width: auto;
  }

  .tb-r {
    float: none;
    width: auto;
    padding: 0 10px;
  }

  .tb-b {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 980px) {
  .s-item-block:nth-child(odd) .service-item-text {
      padding-left: 0%;
  }
}

@media (max-width: 800px) {
  .sb-l,
  .sb-r {
    width: 96%;
    float: none;
    padding: 0 2%;
  }

  .sb-l {
    margin-bottom: 30px;
  }

  .ft-block:nth-child(3) {
    display: none;
  }

  .ft-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .ft-block:nth-child(1):after {
    display: none;
  }

  .fb-left,
  .fb-right {
    float: none;
  }

  .list, .lists-block ul {
    display: block;
  }

  .pt-item {
    width: 90%;
  }
}

@media (max-width: 770px) {
  .pp-r-l {
    float: none;
    width: 94%;
    padding: 3%;
  }

  .pp-r-r {
    float: none;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .service-item-pic {
    float: none !important;
    width: 100%;
  }

  .service-item-line {
    display: none;
  }

  .s-item-block:nth-child(odd) .service-item-pic {
      float: none;
      padding-left: 0;
      width: 100%;
  }

  .service-item-text-wr {
    width: 96%;
    padding:  0 2%;
  }


  .service-item-text {
    padding-left: 0;
    padding-top: 40px;
    display: block;
    position: relative;
    text-align: left;
  }
}

@media (max-width: 490px) {
  .h-phone {
    display: none;
  }

  .title-block h1 {
    font-size: 30px;
  }
}