@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-hairline-webfont.woff2') format('woff2'), url('../fonts/Lato/lato-hairline-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-thin-webfont.woff2') format('woff2'), url('../fonts/Lato/lato-thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-medium-webfont.woff2') format('woff2'), url('../fonts/Lato/lato-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
  color: #165ad6;
}
a:hover {
  text-decoration: none;
  color: #165ad6;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  padding-top: 65px;
  font-weight: 300;
}
html,
body {
  overflow-x: hidden;
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 1050px;
}
.btn-up {
  display: none;
  border: none;
  width: 60px;
  height: 59px;
  background: url('../img/btn-up.png');
  position: fixed;
  right: 90px;
  bottom: 90px;
  z-index: 900;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 500;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
#header .btn-1 {
  height: 35px;
  line-height: 33px;
}
.logo img {
  max-width: 160px;
}
.head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.main-menu {
  text-align: center;
}
.main-menu a {
  display: inline-block;
  margin: 0 36px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  position: relative;
}
.main-menu a:first-child {
  margin-left: 0;
}
.main-menu a:last-child {
  margin-right: 0;
}
.main-menu a:hover:after,
.main-menu a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 2px;
  background: #165ad6;
}
.mob-menu {
  z-index: 500;
  background: #fff;
  position: fixed;
  top: 65px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  padding: 30px;
}
.mob-menu.opened {
  left: 0;
}
.mob-menu a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 30px;
}
.mob-menu a:hover {
  text-decoration: underline;
}
.btn-mob-menu {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  background: none;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-mob-menu i {
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  background: #000;
}
.btn-mob-menu i:nth-child(0) {
  top: 0px;
}
.btn-mob-menu i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
}
.btn-mob-menu i:nth-child(2) {
  bottom: 0;
}
.btn-mob-menu:hover {
  opacity: .75;
}
.btn-mob-menu.to-close {
  background: url('../img/btn-mob-close.png') center center no-repeat;
}
.btn-mob-menu.to-close i {
  display: none;
}
.btn-mob-menu.to-close:hover {
  opacity: .75;
}
.team-member {
  width: 190px;
  text-align: center;
  color: #787878;
}
.team-member img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.team-member .member-name {
  font-size: 16px;
}
.team-member .member-occupation {
  font-size: 12.5px;
}
.btn-1 {
  display: inline-block;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 40px;
  font-size: 16px;
  border: 1px solid #165ad6;
  background: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  overflow: hidden;
  position: relative;
  line-height: 38px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.btn-1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #165ad6;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-1 span {
  position: relative;
}
.btn-1:hover {
  color: #fff;
}
.btn-1:hover:before {
  width: 100%;
}
.btn-2 {
  height: 42px;
  border: none;
  display: inline-block;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
  font-size: 16px;
  background-color: #1672d6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#165ad6), to(#1672d6));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #165ad6, #1672d6);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #165ad6, #1672d6);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #165ad6), color-stop(100%, #1672d6));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #165ad6, #1672d6);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #165ad6, #1672d6);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #165ad6 0%, #1672d6 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #165ad6, #1672d6);
  /* the standard */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
}
.btn-2:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-2:hover {
  color: #fff;
}
.btn-2 span {
  position: relative;
  top: -2px;
}
#splash {
  background: url('../img/bg-splash.jpg') center center no-repeat;
  background-size: cover;
}
.splash-inner {
  height: 547px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.splash-inner .splash-title {
  color: #fff;
  font-family: 'Lato';
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  font-size: 60px;
}
.splash-inner .splash-subtitle {
  color: #fff;
  font-family: 'Lato';
  font-weight: 200;
  font-size: 30px;
  text-align: center;
}
.splash-inner .btn-2 {
  margin-top: 55px;
}
#features {
  padding: 40px 0 10px 0;
}
.feature {
  margin-bottom: 30px;
}
.feature .feature-thumb {
  line-height: 100px;
  text-align: center;
}
.feature p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #787878;
  font-size: 16px;
}
.feature p br {
  display: none;
}
#howto {
  background: #e2e3e6;
  padding: 25px 0 80px 0;
}
#howto .feedback-proj {
  margin-top: 45px;
  float: right;
}
.row-howto {
  margin-top: 75px;
}
.row-howto .howto-title {
  font-size: 27px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 20px;
}
.row-howto .howto-title:after {
  content: '';
  display: block;
  width: 73px;
  height: 3px;
  background: #165ad6;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.row-howto .howto-content {
  line-height: 1.75;
  padding-top: 22px;
  background: url('../img/quot.png') 10px top no-repeat;
  min-height: 123px;
  margin-top: 25px;
}
.row-howto .team-member {
  float: right;
  margin-right: 20px;
}
.howto-right .team-member {
  float: none;
  margin-right: 0;
  margin-left: 20px;
}
.howto-right .howto-title {
  text-align: right;
}
.howto-right .howto-title:after {
  left: auto;
  right: -15px;
}
.howto-right .howto-content {
  text-align: right;
  background-position: 95% top;
}
#home-portfolio {
  padding: 0px 0 90px 0;
}
.home-portfolio .col-right {
  padding-left: 7%;
}
.project-description-title {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.project-description-title span {
  text-transform: none;
  display: block;
  margin-top: 5px;
  margin-bottom: 13px;
}
.project-description-title:after {
  content: '';
  display: block;
  width: 73px;
  height: 3px;
  background: #165ad6;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.project-description p {
  line-height: 1.65;
  margin-bottom: 25px;
}
.project-description p:first-child {
  margin-bottom: 40px;
}
.project-url {
  font-size: 14.5px;
  color: #000;
  text-transform: none;
  text-decoration: none;
  display: block;
}
.project-url:hover {
  text-decoration: underline;
}
.project-review-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #787878;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.review-shot {
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  position: relative;
float: left;
}
.review-shot img {
width: 100%;
height: 280px;
}
.review-shot-last:after {

  width: 51px;
  height: 53px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
margin-left: -25px;
  background: url('../img/zoom.png');

}
.review-cite {
  background: #c8cddb;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 25px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 0;
}
.review-cite p {
  margin: 0;
  line-height: 1.75;
  font-size: 18px;
  font-style: italic;
}
.review-cite:after {
  content: '';
  display: block;
  position: absolute;
  background: #c8cddb;
  right: -1000px;
  top: 0;
  height: 100%;
  width: 1000px;
}
.section-title-1 {
  margin-top: 75px;
  font-size: 27px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-title-1:after {
  content: '';
  display: block;
  width: 73px;
  height: 3px;
  background: #165ad6;
  position: absolute;
  left: -15px;
  bottom: 0;
}
#customers {
  padding-bottom: 90px;
  background: #f6f7f7;
}
#customers p {
  line-height: 1.75;
  margin-bottom: 25px;
}
#customers img {
  float: right;
}
.team-section {
  background: #e2e3e6;
  padding-bottom: 50px;
}
.team-section-head {
  padding: 95px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/bg-we-are.png') center center no-repeat;
}
.team-section-title {
  font-family: 'Lato';
  font-weight: 100;
  font-size: 100px;
  text-align: center;
  color: #6d6e71;
  text-transform: uppercase;
}
.about-team {
  text-align: center;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 300;
}
.team-members .team-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
.team-members .col {
  width: 20%;
}
.team-members .col .team-member {
  padding: 0 15px;
  width: 100%;
}
.team-members .col .team-member img {
  max-width: 157px;
  height: auto;
}
.ceo-quote {
  padding: 65px 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 200;
}
.ceo-quote .the-quote {
  padding-left: 100px;
  margin-top: 10px;
  position: relative;
}
.ceo-quote .the-quote p {
  margin: 0;
  line-height: 1.75;
}
.ceo-quote .the-quote:before {
  content: '';
  display: block;
  width: 173px;
  height: 123px;
  position: absolute;
  left: 25px;
  top: -90px;
  background: url('../img/quot.png');
}
.ceo-quote .team-member {
  float: right;
}
.contacts-section {
  background: #e2e3e6;
  padding-bottom: 90px;
}
.contacts-section .contacts-title {
  text-transform: uppercase;
  font-size: 27px;
  margin: 45px 0 65px 0;
}
.contacts-section p {
  text-align: right;
  line-height: 1.65;
  margin-bottom: 30px;
}
.contacts-section p:last-child {
  margin-bottom: 0;
}
.the-map {
  max-width: 440px;
  height: 380px;
}
.portfolio-head {
  background: #c8cddb url('../img/bg-works.png') center center no-repeat;
  padding-bottom: 6px;
}
.portfolio-head p {
  text-align: center;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 40px;
}
.portfolio-head-inner {
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.portfolio-head-title {
  font-family: 'Lato';
  font-weight: 100;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 0px;
  text-align: center;
  color: #6d6e71;
  text-transform: uppercase;
}
.portfolio-item {
  padding: 65px 0 40px 0;
}
.portfolio-item .project-description {
  padding-bottom: 45px;
}
.portfolio-item .project-description p {
  margin-bottom: 20px;
}
.portfolio-item .col-right {
  padding-left: 7%;
}
.loop-portfolio .portfolio-item:nth-child(even) {
  background: #f6f7f7;
}
.project-details-text {
  margin-top: 45px;
}
.project-details-text p,
.project-details-text ul {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.project-details-text b {
  font-weight: normal;
}
.project-details-form {
  display: none;
  background: #c8cddb;
  position: relative;
  margin-top: 100px;
}
.project-details-form .col-first,
.project-details-form .col-last {
  padding-top: 50px;
  padding-bottom: 50px;
}
.project-details-form .col-last {
  padding-left: 20px;
  padding-top: 30px;
}
.project-details-form .closeit {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 65.33333333%;
  margin-left: -30px;
  top: -100px;
  width: 41.66666667%;
  background: #c8cddb;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.project-details-form .closeit:hover {
  text-decoration: underline;
}
.project-details-form form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.project-details-form form .col {
  padding: 0 5px;
}
.project-details-form input {
  display: block;
  width: 100%;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: none;
  padding: 0 25px;
  margin-bottom: 10px;
}
.project-details-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.project-details-form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.project-details-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.project-details-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.project-details-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.project-details-form input:focus:-moz-placeholder {
  opacity: 0;
}
.project-details-form input:focus::-moz-placeholder {
  opacity: 0;
}
.project-details-form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.project-details-form .row-bottom {
  margin-top: 30px;
}
.project-details-form button {
  max-width: 235px;
  width: 100%;
}
.project-details-form .form-info {
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.project-details-form .thank-you p {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details-form .thank-you p:last-child {
  font-size: 16px;
}
.footer-top {
  background: #383d42;
  padding-bottom: 60px;
}
.footer-top .footer-top-title {
  color: #fff;
  font-size: 24px;
  margin: 50px 0;
}
.footer-top form input,
.footer-top form textarea {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #50575e;
  background: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.footer-top form input::-webkit-input-placeholder,
.footer-top form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
  opacity: 1;
}
.footer-top form input:-moz-placeholder,
.footer-top form textarea:-moz-placeholder {
  color: #cdcdcd;
  opacity: 1;
}
.footer-top form input::-moz-placeholder,
.footer-top form textarea::-moz-placeholder {
  color: #cdcdcd;
  opacity: 1;
}
.footer-top form input:-ms-input-placeholder,
.footer-top form textarea:-ms-input-placeholder {
  color: #cdcdcd;
  opacity: 1;
}
.footer-top form input:focus,
.footer-top form textarea:focus {
  background: #fff;
}
.footer-top form input:focus::-webkit-input-placeholder,
.footer-top form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.footer-top form input:focus:-moz-placeholder,
.footer-top form textarea:focus:-moz-placeholder {
  opacity: 0;
}
.footer-top form input:focus::-moz-placeholder,
.footer-top form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.footer-top form input:focus:-ms-input-placeholder,
.footer-top form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.footer-top form input {
  padding: 0 25px;
  height: 47px;
  margin-bottom: 36px;
}
.footer-top form textarea {
  height: 130px;
  resize: none;
  padding: 10px 25px;
}
.footer-top form button {
  width: 100%;
  display: block;
  font-family: 'Roboto';
  font-weight: 300;
  height: 45px;
}
.footer-top form .attach-file {
  display: block;
  text-align: right;
  color: #037cff;
  line-height: 45px;
  text-decoration: none;
}
.footer-top form .attach-file i {
  font-style: normal;
  text-decoration: underline;
}
.footer-top form .attach-file:hover i {
  text-decoration: none;
}
.footer-top form .attach-file span {
  color: #fff;
  font-size: 14px;
}
.footer-middle {
  background: #272b2e;
  padding: 45px 0 50px 0;
}
.footer-middle p {
  color: #c8d1db;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.footer-contacts-title,
.footer-menu-title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  position: relative;
  display: inline-block;
}
.footer-menu-title {
  text-decoration: none;
}
.footer-menu-title:hover {
  color: #fff;
}
.footer-menu-title:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #165ad6;
}
.footer-menu a {
  display: block;
  font-size: 15px;
  color: #c8d1db;
  text-decoration: none;
  line-height: 1.75;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-menu-wrap:hover .footer-menu-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #165ad6;
}
.footer-menu-title.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #165ad6;
}
.footer-bottom {
  background: #383d42;
}
.footer-bottom .footer-bottom-inner {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .footer-bottom-inner .copyright {
  font-size: 14px;
  color: #fff;
}
.fz-20 {
  font-size: 20px;
}
.fz-16 {
  font-size: 16px;
}
.text-color-light {
  color: #787878;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
:-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
@media (max-width: 992px) {
  .main-menu a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .splash-inner {
    height: 350px;
  }
  .splash-inner .splash-title {
    font-size: 50px;
  }
  .splash-inner .splash-subtitle {
    font-size: 24px;
  }
  .portfolio-head-inner {
    height: auto;
    padding: 40px 0;
  }
  .portfolio-head-title {
    font-size: 50px;
  }
  .portfolio-head p {
    font-size: 18px;
  }
  .portfolio-head {
    background-size: 90% auto;
  }
  .team-section-head {
    height: auto;
    padding: 40px 0;
    background-size: 90% auto;
  }
  .team-section-title {
    font-size: 50px;
  }
  .team-section p {
    font-size: 18px;
  }
  .about-team {
    margin-top: -20px;
  }
  .team-members {
    margin-top: 40px;
  }
  .team-members .team-row {
    margin-top: 0;
  }
  .team-members .team-row {
    display: block;
    text-align: center;
  }
  .team-members .col {
    display: inline-block;
    width: auto;
    margin-bottom: 40px;
  }
  .team-section {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .btn-up {
    right: 5px;
    bottom: 5px;
  }
  .main-menu {
    display: none;
  }
  #header .btn-1 {
    display: none;
  }
  .splash-inner {
    height: auto;
    padding: 40px 0;
  }
  .splash-inner .splash-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .splash-inner .splash-subtitle {
    font-size: 18px;
  }
  .splash-inner .btn-2 {
    margin-top: 40px;
  }
  #howto {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .row-howto .howto-title {
    text-align: center;
  }
  .row-howto .howto-title:after {
    left: 50%;
    right: auto;
    margin-left: -36.5px;
  }
  .row-howto {
    margin-top: 40px;
  }
  .row-howto .team-member {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: none;
  }
  .howto-right .howto-content {
    text-align: center !important;
  }
  .row-howto .howto-content {
    background: none;
  }
  #howto .feedback-proj {
    display: block;
    float: none;
    width: 210px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .section-title-1 {
    margin: 40px 0;
    text-align: center;
  }
  .section-title-1:after {
    left: 50%;
    right: auto;
    margin-left: -36.5px;
  }
  .project-description {
    text-align: center;
  }
  .project-review .project-url {
    margin-bottom: 30px;
  }
  .portfolio-item .col-right {
    padding-left: 15px;
  }
  .home-portfolio .col-right {
    padding-left: 15px;
  }
  .project-review {
    text-align: center;
    padding-top: 0;
  }
  .project-review img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .review-shot {
    margin-left: auto;
    margin-right: auto;
  }
  .review-cite {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .review-cite:after {
    display: none;
  }
  .project-details,
  .go-to-portfolio {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    margin-bottom: 45px;
    margin-top: 30px;
    max-width: 260px;
  }
  #home-portfolio {
    padding-bottom: 40px;
  }
  #customers p {
    text-align: center;
  }
  #customers img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #customers {
    padding-bottom: 40px;
  }
  .footer-top .footer-top-title {
    margin: 40px 0;
  }
  .footer-top form textarea {
    margin-bottom: 15px;
  }
  .footer-top form input {
    margin-bottom: 15px;
  }
  .footer-top form .attach-file {
    text-align: center;
  }
  .footer-top {
    padding-bottom: 40px;
  }
  .footer-middle {
    padding: 40px 0;
    text-align: center;
  }
  .footer-menu-wrap {
    margin-top: 40px;
  }
  .footer-bottom .footer-bottom-inner {
    display: block;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  .copyright {
    margin-top: 15px;
  }
  .portfolio-head-title {
    font-size: 30px;
  }
  .portfolio-head p {
    font-size: 18px;
    margin-top: 20px;
  }
  .portfolio-head {
    background-size: 90% auto;
  }
  .portfolio-item {
    padding: 40px 0;
  }
  .project-description-title {
    text-align: center;
  }
  .project-description-title:after {
    left: 50%;
    margin-left: -36.5px;
  }
  .project-details-form {
    margin-top: 30px;
    margin-bottom: -40px;
  }
  .project-details-form .closeit2 {
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -15px;
    background: #c8cddb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    z-index: 300;
  }
  .project-details-form .col-first,
  .project-details-form .col-last {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .project-details-form .col-last {
    padding-top: 0;
  }
  .portfolio-item .project-description {
    padding-bottom: 20px;
  }
  .project-details-form form .row {
    margin-top: 15px;
  }
  .project-details-form button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project-details-form .closeit {
    display: none;
  }
  .project-details-form .thank-you p {
    text-align: center;
  }
  .team-section-title {
    font-size: 40px;
  }
  .team-section p {
    font-size: 18px;
  }
  .ceo-quote .the-quote {
    padding-left: 0;
    text-align: center;
  }
  .ceo-quote .the-quote:before {
    display: none;
  }
  .ceo-quote {
    padding: 40px 0;
  }
  .ceo-quote .team-member {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .contacts-section .contacts-title {
    margin: 40px 0;
  }
  .the-map {
    max-width: none;
    width: 100%;
  }
  .contacts-section p {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .contacts-section {
    padding-bottom: 40px;
  }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #fff;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
