/* ------------------------------------------------------------------------------
    System
-------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
.icon-chevron-left::before {
  content: "\f053";
}
.icon-chevron-right::before {
  content: "\f054";
}


.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap a {
  outline: none !important;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.wrap .thumbnail {
  border: none;
  border-radius: 0px;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column {
    margin-bottom: 40px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 991px) {
  .column3 {
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
/* ------------------------------------------------------------------------------
    Variables
-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------
    Buttons
-------------------------------------------------------------------------------*/
.wrap .btn {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 0px;
  background: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.3s ease-out;
}
.wrap .btn-default,
.catpump:nth-child(even) .btn-primary {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.wrap .btn-default:hover,
.catpump:nth-child(even) .btn-primary:hover {
  color: #414141;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.wrap .btn-primary {
  color: #01b2fe;
  border: 1px solid #01b2fe;
}
.wrap .btn-primary:hover {
  color: #ffffff;
  background: #01b2fe;
  border: 1px solid #01b2fe;
}
.opros_list {
  display: block;
  margin: 40px auto;
  background: #00b3ff;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 20px 10px;
}
.opros_list:hover {
  background: white;
  color: #00b3ff;
  border: 1px solid #00b3ff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 400px) {
  .wrap .btn-primary {
    color: #01b2fe;
    border: 1px solid #01b2fe;
    width: 100%;
  }
  .wrap .btn-primary:hover {
    color: #ffffff;
    background: #01b2fe;
    border: 1px solid #01b2fe;
  }
}
/* ------------------------------------------------------------------------------
    Buttons
-------------------------------------------------------------------------------*/
.dev_form {
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #01b2fe;
  color: #dadada;
  font-weight: 200;
  padding-bottom: 10px;
  width: 100%;
  font-size: 20px;
  margin: 20px 0px;
}
.dev_form:hover,
.dev_form:focus {
  box-shadow: none;
  outline: none;
}
.dev_form_white {
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #ffffff;
  background-color: #01b2fe;
  color: #dadada;
  font-weight: 200;
  padding-bottom: 10px;
  width: 100%;
  font-size: 20px;
  margin: 20px 0px;
}
.dev_form_white:hover,
.dev_form_white:focus {
  box-shadow: none;
  outline: none;
}
.submit {
  text-align: center;
}
.site-get_development .control-label {
  display: none !important;
}
.site-get_development h3 {
  color: #01b2fe;
  /* border-bottom: 1px solid #01b2fe; */
  max-width: 800px;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.site-get_project .control-label {
  display: none !important;
}
.site-get_project h3 {
  color: #ffffff;
  /* border-bottom: 1px solid #01b2fe; */
  max-width: 800px;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
}
.site-get_contact .control-label {
  display: none !important;
}
/* ------------------------------------------------------------------------------
    Image Boxes [index.php]
-------------------------------------------------------------------------------*/
.imgBox {
  z-index: 31;
  position: relative;
  height: 600px;
  overflow: hidden;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
.imgBox.first {
  margin-top: -600px;
}
.imgBox .imgBoxIn {
  height: 1500px;
  margin-top: -600px;
  background-attachment: fixed !important;
  background-size: cover !important;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
}
.imgBox .imgBoxIn.brand {
  background: url('../img/bg/brand.jpg')/*tpa=http://we.com.ua/img/bg/brand.jpg*/ center 100% no-repeat;
}
.imgBox .imgBoxIn.production {
  background: url('../img/bg/production.jpg')/*tpa=http://we.com.ua/img/bg/production.jpg*/ center 100% no-repeat;
}
.imgBox .imgBoxIn.construction {
  background: url('../img/bg/construction.jpg')/*tpa=http://we.com.ua/img/bg/construction.jpg*/ center 100% no-repeat;
}
.imgBox .imgBoxIn.service {
  background: url('../img/bg/service.jpg')/*tpa=http://we.com.ua/img/bg/service.jpg*/ center 100% no-repeat;
}
.imgBox_small {
  display: none;
}
@media (max-width: 600px) {
  .imgBox_small {
    display: block;
    height: 360px;
    margin-top: 50px;
  }
  .imgBox_small img {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 600px) {
  .imgBox {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .imgBox {
    height: 300px;
    display: none;
  }
}
/* ------------------------------------------------------------------------------
    Text Blocks [index.php]
-------------------------------------------------------------------------------*/
.textBox {
  padding: 200px 0px;
  z-index: 30;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
.textBox .textBoxIn {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
}
.textBox.blue {
  background: #01b2fe;
}
.textBox.white {
  background: transparent;
}
.textBox .boximg {
  text-align: center;
}
.textBox .boximg img {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  margin-top: 100px;
}
.textBox h2.boxtitle {
  max-width: 800px;
  width: 100%;
  font-size: 48px;
  font-weight: 200;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.textBox h2.boxtitle img {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .textBox h2.boxtitle {
    font-size: 28px;
  }
}
.textBox .boxtext p,
.textBox .boxtext ul li {
  font-size: 18px;
  font-weight: 200;
}
.img_buy {
  height: 210px;
  background-repeat: no-repeat;
  padding-top: 100px;
  color: white;
  max-width: 260px;
  text-align: center;
  margin: 0 auto;
}
.col-md-12.how_buy {
  margin-bottom: 100px;
  margin-top: 100px;
}
#call {
  background: url('../img/steps/1.png')/*tpa=http://we.com.ua/img/steps/1.png*/ center 100% no-repeat;
}
#info {
  background: url('../img/steps/2.png')/*tpa=http://we.com.ua/img/steps/2.png*/ center 100% no-repeat;
}
#card {
  background: url('../img/steps/3.png')/*tpa=http://we.com.ua/img/steps/3.png*/ center 100% no-repeat;
}
#delivery {
  background: url('../img/steps/4.png')/*tpa=http://we.com.ua/img/steps/4.png*/ center 100% no-repeat;
}
.BoxHead {
  padding: 200px 0px;
  z-index: 30;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
.BoxHead .textBoxIn {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
}
.BoxHead.blue {
  background: #01b2fe;
}
.BoxHead.white {
  background: #ffffff;
}
.BoxHead .boximg {
  text-align: center;
}
.BoxHead .boximg img {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .textBox {
    padding: 100px 0px;
  }
}
.row.stations {
  margin-bottom: 20px;
}
#brand h2.boxtitle {
  max-width: 500px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#brand .boxtext {
  color: #ffffff;
}
@media (max-width: 600px) {
  #brand {
    margin-top: -600px;
    padding-top: 10px !important;
  }
  .body-content {
    position: relative;
    z-index: 100;
  }
}
#pumps h2.boxtitle {
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#pumps .stations .thumbnail {
  border: 0px solid #fff;
}
#construction h2.boxtitle {
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#construction .stations {
  margin: 50px 0px;
}
#construction .stations .thumbnail {
  border: 0px solid #fff;
}
#howToBuy .how_buy img {
  width: 100%;
}
#howToBuy h2.boxtitle {
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#howToBuy .stations {
  margin: 50px 0px;
}
#howToBuy .stations .thumbnail {
  border: 0px solid #fff;
}
#service h2.boxtitle {
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#service .stations {
  margin: 50px 0px;
}
#service .stations .thumbnail {
  border: 0px solid #fff;
}
#service .setrvice_img img {
  width: 100%;
}
#production h2.boxtitle {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#production .boxtext {
  color: #ffffff;
}
#projects h2.boxtitle {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#projects h2.we_proj {
  color: white;
  font-size: 24px;
  font-weight: 200;
  margin: 0px;
}
#projects .boxtext {
  color: #ffffff;
}
#projects .carousel-inner {
  color: white;
  font-weight: 100;
  font-size: 18px;
}
#projects .white {
  color: white;
  border: 1px solid white;
}
#contacts h2.boxtitle {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#contacts .boxtext {
  color: #ffffff;
}
#map {
  float: left;
  width: 100%;
  margin-top: -400px;
}
#map img {
  width: 100%;
}
@media (max-width: 600px) {
  #map iframe {
    max-height: 700px;
  }
}
/* ------------------------------------------------------------------------------
    Text Blocks [cat.php] product
-------------------------------------------------------------------------------*/
.catpump {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
.catpump:nth-child(odd) {
  background: #ffffff;
  color: #01b2fe;
}
.catpump:nth-child(even) {
  background: #01b2fe;
}
.catpump:nth-child(even) p {
  color: #ffffff;
}
.catpump:nth-child(even) h2 {
  color: #ffffff !important;
  border-bottom: 1px solid white !important;
}
.categoty_butt {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .column2 {
    margin-bottom: 100px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.category {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
}
.category img {
  max-width: 100%;
}
.read_more button {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 0px;
  background: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.3s ease-out;
}
.read_more .btn-default {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.read_more .btn-default:hover {
  color: #414141;
  background: #ffffff;
  border: 1px solid #ffffff;
}
/* ------------------------------------------------------------------------------
    Text Blocks [pump.php] product
-------------------------------------------------------------------------------*/
#producthead {
  margin-top: -220px;
}
#producthead .logo {
  position: absolute;
  z-index: 6;
  width: 250px;
  left: 10%;
  top: 80px;
  text-align: center;
}
#product {
  padding: 150px 0px !important;
}
#product h2.boxtitle {
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#product .stations {
  margin: 50px 0px;
}
#product .stations .thumbnail {
  border: 0px solid #fff;
}
#product .stations .caption {
  display: none;
}
#product p {
  font-size: 18px;
  font-weight: 200;
}
#pump h2.boxtitle {
  font-size: 30px !important;
  color: #01b2fe;
  border-bottom: 1px solid #01b2fe;
}
#pump img {
  max-width: 100%;
}
/* ------------------------------------------------------------------------------
    Footer
-------------------------------------------------------------------------------*/
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
/* ------------------------------------------------------------------------------
    Sarah
-------------------------------------------------------------------------------*/
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'feathericons';
  src: url('fonts/feathericons/feathericons.eot--8is7zf')/*tpa=http://we.com.ua/css/fonts/feathericons/feathericons.eot?-8is7zf*/;
  src: url('fonts/feathericons/feathericons.eot-#iefix-8is7zf')/*tpa=http://we.com.ua/css/fonts/feathericons/feathericons.eot?#iefix-8is7zf*/ format('embedded-opentype'), url('fonts/feathericons/feathericons.woff--8is7zf')/*tpa=http://we.com.ua/css/fonts/feathericons/feathericons.woff?-8is7zf*/ format('woff'), url('fonts/feathericons/feathericons.ttf--8is7zf')/*tpa=http://we.com.ua/css/fonts/feathericons/feathericons.ttf?-8is7zf*/ format('truetype'), url('fonts/feathericons/feathericons.svg--8is7zf#feathericons')/*tpa=http://we.com.ua/css/fonts/feathericons/feathericons.svg?-8is7zf#feathericons*/ format('svg');
}
.grid {
  position: relative;
  margin: 0 auto;
  /* padding: 1em 0 4em; */
  max-width: 400px;
  width: 100%;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 370px;
  max-width: 500px;
  max-height: 293px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 760px) {
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*       min-width: 370px;
        max-width: 500px; */
    max-height: 350px;
    width: 60%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-sarah {
  background: #01b2fe;
}
figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(120%);
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*       -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);*/
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
figure.effect-sarah:hover img {
  opacity: 0.1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah figcaption {
  text-align: left;
}
figure.effect-sarah span {
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
	margin-bottom: 10px;
}
figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /*    -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);*/
}
figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*       -webkit-transform: translate3d(100%,0,0);;
       transform: translate3d(100%,0,0)*/
  font-weight: 100;
  font-size: 15px;
}
figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
   preolax
-------------------------------------------------------------------------------*/
#loading {
  background-color: #01b2fe;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 10000;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
#img_preloader {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 50px;
}
#img_preloader img {
  width: 200px;
}
/* ------------------------------------------------------------------------------
    SLIDER
-------------------------------------------------------------------------------*/
#projects .carousel-text {
  position: relative;
}
#projects .left.carousel-cont {
  background: url(../img/l1.png)/*tpa=http://we.com.ua/img/l1.png*/ no-repeat center;
  background-size: 70%;
  left: 50%;
  font-size: 0px;
}
#projects .right.carousel-cont {
  background: url(../img/r1.png)/*tpa=http://we.com.ua/img/r1.png*/ no-repeat center;
  background-size: 70%;
  font-size: 0px;
}
#projects .col-md-6.col-md-push-6 img {
  width: 100%;
  padding: 0 100px;
}
#projects .carousel-cont {
  width: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
#projects .carousel-cont:hover {
  opacity: 1;
}
@media (max-width: 990px) {
  #projects .left.carousel-cont {
    background: url(../img/l1.png)/*tpa=http://we.com.ua/img/l1.png*/ no-repeat top;
    background-size: 90%;
    text-indent: 9999px;
    left: 0%;
  }
  #projects .right.carousel-cont {
    background: url(../img/r1.png)/*tpa=http://we.com.ua/img/r1.png*/ no-repeat top;
    background-size: 90%;
    text-indent: 9999px;
  }
  #projects .carousel-cont {
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5;
  }
  #projects .col-md-6.col-md-push-6 img {
    width: 100%;
    padding: 0 100px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  #projects .col-md-6.col-md-push-6 img {
    padding: 0 50px;
  }
}
@media (max-width: 550px) {
  #projects .col-md-6.col-md-push-6 img {
    padding: 0 50px;
  }
}
#projects h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.4;
}
#projects p {
  color: #ffffff;
  font-weight: 200;
  font-size: 18px;
}
#projects ol {
  display: none;
}
#projects .carousel-inner > .item.next.left,
#projects .carousel-inner > .item.prev.right,
#projects .carousel-inner > .item.active {
  transform: none;
}
@media not all, (-webkit-transform-3d) {
  #projects .carousel-inner > .item.next.left,
  #projects .carousel-inner > .item.prev.right,
  #projects .carousel-inner > .item.active {
    transform: none;
  }
}
@media not all, (-webkit-transform-3d) {
  #projects .carousel-inner > .item {
    /* -webkit-transition: -webkit-transform .6s ease-in-out; */
    -o-transition: none;
    /* transition: transform .6s ease-in-out; */
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: inherit;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
#projects .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#projects .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#projects .carousel-fade .carousel-inner .active.left,
#projects .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#projects .carousel-fade .carousel-inner .next.left,
#projects .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#projects .carousel-fade .carousel-control {
  z-index: 2;
}
/* ------------------------------------------------------------------------------
    Project
-------------------------------------------------------------------------------*/
.proj-content {
  color: #00b3ff;
  font-weight: 300;
}
.proj-content a {
  color: #00b3ff;
}
.proj-content h1 {
  font-size: 48px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 55px;
  font-weight: 100;
  margin: 0px;
}
.proj-content ul {
  list-style: none;
  padding-left: 0px;
  list-style-position: outside;
}
.proj-content .sub-cat {
  padding-bottom: 40px;
}
.proj-content .sub-cat li {
  margin-top: 20px;
  margin-bottom: 35px;
}
.proj-content .articles {
  padding-bottom: 40px;
}
.proj-content .articles li {
  margin: 0px;
}
.proj-content h3 {
  padding-top: 35px;
  padding-bottom: 25px;
  width: 100%;
  text-align: left;
  margin: 0px;
}
.proj-content h3 a {
  font-weight: 100;
  font-size: 30px;
  color: #00b3ff;
}
.proj-content h3:after {
  width: 100%;
  height: 1px;
  background: #00b3ff;
  content: "";
  display: block;
  margin-top: 40px;
}
.proj-content h4 {
  margin-bottom: 40px;
}
.proj-content h4 a {
  font-size: 30px;
  font-weight: 100;
  color: #00b3ff;
}
.proj-content.sub h4 {
  text-align: center;
}
.proj-content.sub h4 a {
  font-size: 48px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 55px;
  font-weight: 100;
  margin: 0px;
}
.project_single h1 {
  color: #00b3ff;
  width: 100%;
  font-weight: 100;
  padding-bottom: 40px;
  margin-bottom: 60px;
  text-align: left !important;
  border-bottom: 1px solid #00b3ff;
}
.project_single img {
  width: 100%;
}
.project_single p {
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  margin: 70px 0px;
}
.project_single h5 {
  font-size: 24px;
  color: #00b3ff;
  font-weight: 100;
  text-transform: uppercase;
}
.project_single .first_text {
  padding-right: 30px;
}
.project_single .second_text {
  padding-left: 30px;
}
.field-request-content .form-control {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #ffffff;
  color: #dadada;
}
/* ------------------------------------------------------------------------------
    import
-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
.ms {
  position: relative;
  width: 100%;
  height: 100%;
}
.ms img {
  display: block;
  width: 100%;
}
.blayer {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
}
.tlayer {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.blayer .in,
.tlayer .in {
  display: block;
  position: relative;
  width: 1920px;
}
.tlayer {
  background: #01b2fe;
}
/* ------------------------------------------------------------------------------
    handle
-------------------------------------------------------------------------------*/
.handle {
  position: absolute;
  top: 100px;
  left: 960px;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  z-index: 3;
}
.handle span {
  display: inline-block;
  margin: 15px 1px 0;
  color: #000;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.handle.vertical {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.handle:hover {
  background-color: #555;
}
.handle:hover span {
  color: #FFF;
}
.draggable {
  background-color: #555;
  cursor: move;
}
.draggable span {
  margin: 15px 4px 0;
  color: #FFF;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
/* ------------------------------------------------------------------------------
    Logo
-------------------------------------------------------------------------------*/
.logo {
  position: absolute;
  z-index: 6;
  width: 250px;
  left: 10%;
  top: 20px;
  text-align: center;
}
.logo a {
  cursor: pointer;
  outline: none;
  text-align: center;
}
.logo img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 200px;
    left: 5%;
  }
  .logo img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 160px;
    left: 0%;
  }
  .logo img {
    max-width: 100px;
  }
}
/* ------------------------------------------------------------------------------
    Menu
-------------------------------------------------------------------------------*/
.mbox {
  position: absolute;
  z-index: 7;
  width: 250px;
  right: 10%;
  top: 20px;
  text-align: center;
}
/* ------------------------------------------------------------------------------
    Text
-------------------------------------------------------------------------------*/
.ltext {
  position: absolute;
  z-index: 5;
  width: 300px;
  left: 10%;
  top: 15%;
}
.rtext {
  position: absolute;
  z-index: 5;
  width: 300px;
  right: 10%;
  top: 15%;
}
.ltext,
.rtext {
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}
.tlayer .ltext,
.tlayer .rtext {
  color: #fff;
  font-size: 24px;
}
.blayer .ltext,
.blayer .rtext {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ltext {
    width: 200px;
    font-size: 14px;
    left: 5%;
  }
  .rtext {
    width: 200px;
    font-size: 14px;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .ltext,
  .rtext {
    display: none;
  }
}
/* --------------------------------

Main components

-------------------------------- */
.cd-logo,
.cd-nav-trigger {
  position: fixed;
  display: inline-block;
}
.cd-logo {
  top: 28px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
.cd-nav-trigger {
  top: 30px;
  right: 5%;
  height: 60px;
  width: 60px;
  z-index: 105;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #01b2fe;
  border-radius: 30px;
  outline: none !important;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  z-index: 110;
}
@media (max-width: 767px) {
  .cd-nav-trigger {
    top: 25px;
    height: 44px;
    width: 44px;
    border-radius: 22px;
  }
  .cd-nav-trigger .cd-icon {
    width: 18px;
  }
}
.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before,
.cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  background-color: #091d23;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  background-color: #ffb441;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white;
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 5%;
  z-index: 103;
  list-style-type: none;
  background-color: #091d23;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  margin: 1.6em 0;
  text-align: center;
  text-transform: capitalize;
}
.cd-primary-nav a {
  color: #01b2fe;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none !important;
  outline: none !important;
}
.cd-primary-nav a:hover {
  color: #ffffff;
}
.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-primary-nav a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }
  .cd-primary-nav a {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cd-overlay-nav,
.cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span,
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 102;
}
.cd-overlay-nav span {
  background-color: #091d23;
}
.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 104;
}
.cd-overlay-content span {
  background-color: #01b2fe;
}
.cd-content {
  /* just some dummy content */
  padding: 80px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 101;
}
.cd-content .cd-intro {
  height: 200px;
  padding-top: 4.6em;
}
.cd-content h1 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-content p {
  line-height: 1.5;
  color: #a76500;
}
@media only screen and (min-width: 768px) {
  .cd-content .cd-intro {
    height: 250px;
    padding-top: 6em;
  }
  .cd-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .cd-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media(max-width: 991px) {
    .body-content.mobile {
        margin-top: 96px !important;
}
}
@media(max-width: 500px) {
    .body-content.mobile {
        margin-top: 44px !important;
}
}