body {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #eeeeee;
  margin: 0px;
  padding: 0px;
}
body.personal {
  background-color: #000000;
}

.main-site {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/back-home.png");
}

.start-content h1 {
  text-align: center;
  font-size: 40px;
  color: #1d3043;
  margin: 0px;
  padding: 60px 0px 0px;
  font-family: "Ropa Sans", sans-serif;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
.site {
  overflow-x: hidden;
}

.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a {
  color: #677788;
}

a:hover {
  color: #36485d;
  text-decoration: none;
}

a:visited {
  color: #677788;
}

a:focus {
  color: #36485d;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 30px;
  line-height: 60px;
  color: #677788;
  text-align: left;
  font-weight: 400;
  padding: 20px 0px;
  margin: 0px;
}

h2 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #677788;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #677788;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn-default {
  position: relative;
  background-color: transparent;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: transparent;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}
.btn-default:hover {
  background-color: #000000;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

.btn-callmeback {
  position: relative;
  background-color: #677788;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:visited, .btn-callmeback.active, .btn-callmeback.focus, .btn-callmeback:active, .btn-callmeback:focus {
  background-color: #677788;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:hover {
  background-color: #36485d;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.btn-inverse {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:visited, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:hover {
  background-color: #36485d;
  border: solid 1px #36485d;
  color: #ffffff;
}

.list-group-item-danger {
  text-decoration: line-through;
}

.score {
  position: fixed;
  width: 150px;
  height: auto;
  display: inline-block;
  right: 0px;
  top: 0px;
  border: solid 1px #000000;
  background-color: #677788;
  color: #ffffff;
  padding: 10px;
  z-index: 1000;
}

.btn-base {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #677788;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:visited, .btn-base.active, .btn-base.focus, .btn-base:active, .btn-base:focus {
  background-color: #ffffff;
  border: solid 2px #677788;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:hover {
  background-color: #000000;
  border: solid 2px #000000;
  color: #ffffff;
}
.btn-base.active {
  background-color: #000000;
  border: solid 2px #000000;
  color: #ffffff;
}

.btn-slider {
  position: relative;
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}
.btn-slider:visited, .btn-slider.active, .btn-slider.focus, .btn-slider:active, .btn-slider:focus {
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-slider:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  color: #677788;
}

.btn-white {
  position: relative;
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
}
.btn-white:visited, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus {
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}
.btn-white:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

.btn-grey {
  position: relative;
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
}
.btn-grey:visited, .btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus {
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}
.btn-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #a7a7a7;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

.btn-project-black {
  position: relative;
  background-color: #677788;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
}
.btn-project-black:visited, .btn-project-black.active, .btn-project-black.focus, .btn-project-black:active, .btn-project-black:focus {
  background-color: #677788;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}
.btn-project-black:hover {
  background-color: #000000;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

.btn-project-grey {
  position: relative;
  background-color: #677788;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
}
.btn-project-grey:visited, .btn-project-grey.active, .btn-project-grey.focus, .btn-project-grey:active, .btn-project-grey:focus {
  background-color: #677788;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}
.btn-project-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #677788;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.logo-holder {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  .main-site {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/small-back.png");
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #1d3043;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Ropa Sans", sans-serif;
  }
}
.header {
  z-index: 10000;
  position: relative;
}
.header.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: calc(100%);
  z-index: 99900;
}
.header .top-bar {
  background-color: #000000;
  padding: 10px 20px;
}
.header .top-bar a.phone {
  color: #ffffff;
  line-height: 30px;
}
.header .top-bar .fa-mobile-alt {
  color: #677788;
  font-size: 30px;
  margin-right: 10px;
}
.header .nav-bar {
  background-color: #ffffff;
  padding: 40px  0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.navbar-toggler {
  display: none;
}

.navbar-default {
  border: none;
  min-height: auto;
  margin-bottom: 0px;
  margin-top: 4px;
  margin-right: -15px;
}
.navbar-default .navbar-right {
  margin-right: -40px;
}
.navbar-default .navbar-nav > li > a {
  background-color: #677788;
  border: solid 1px #677788;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 15px;
  margin: 10px 15px;
  font-family: "Ropa Sans", sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #677788;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #677788;
}
.navbar-default .navbar-nav > li:hover {
  color: #677788;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  border: solid 1px #677788;
  color: #677788;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #677788;
  background-color: transparent;
}
.navbar-default .navbar-nav .open > a:focus {
  color: #ffffff;
  background-color: #677788;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #677788;
  color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-right: -15px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 10px 5px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .navbar-toggler {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .navbar-toggler .fa-bars {
    font-size: 30px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-toggler {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .navbar-toggler .fa-bars {
    font-size: 30px;
    color: #ffffff;
  }

  .navbar-default {
    margin-left: -15px;
  }
  .navbar-default .navbar-right {
    margin-right: -15px;
  }
  .navbar-default .text-right {
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
  }
}
.social-bar {
  background-color: #000000;
}
.social-bar .social-block {
  text-align: right;
  padding: 30px 0 10px;
}
.social-bar .social-block ul {
  list-style: none;
  display: inline-block;
}
.social-bar .social-block ul li {
  display: inline-block;
}
.social-bar .social-block ul li a .follow-icon {
  color: #ffffff;
  font-size: 20px;
  margin: 0 20px;
}
.social-bar .footer-logo {
  color: #ffffff;
  font-family: "Ropa Sans", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
}
.social-bar .footer-logo img {
  max-width: 110px;
}

.footer .footer-top {
  background-color: #000000;
  text-align: center;
}
.footer .footer-top .container {
  padding: 30px 0px;
  border-top: solid 1px #ffffff;
}
.footer .footer-bottom {
  background-color: #000000;
  padding: 10px 0;
}
.footer .footer-bottom .footer-nav {
  text-align: right;
}
.footer .footer-bottom .footer-nav span {
  display: inline-block;
  margin-left: 10px;
  line-height: 14px;
}
.footer .footer-bottom .footer-nav span a {
  font-size: 9px;
  color: #ffffff;
  line-height: 9px;
  font-family: "Ropa Sans", sans-serif;
}
.footer .footer-bottom .copyright-holder {
  text-align: left;
  padding-top: 5px;
  font-size: 9px;
  color: #ffffff;
  line-height: 9px;
  font-family: "Ropa Sans", sans-serif;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .footer .footer-top {
    padding: 0 15px;
  }

  .footer-bottom {
    background-color: #000000;
    padding: 10px 0;
  }
  .footer-bottom .footer-navigation ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
  }
  .footer-bottom .footer-navigation ul li {
    display: inline-block;
    margin-left: 10px;
    line-height: 12px;
  }
  .footer-bottom .footer-navigation ul li a {
    font-size: 12px;
    color: #ffffff;
    line-height: 12px;
  }
  .footer-bottom .footer-navigation ul li.pipe {
    background-color: #ffffff;
    width: 1px;
    margin-left: 10px;
    line-height: 14px;
  }
  .footer-bottom .copyright-holder {
    padding-top: 5px;
    font-size: 12px;
    color: #ffffff;
    line-height: 12px;
  }
}
.banner-container .banner-slide {
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 700px;
}
.banner-container .banner-slide .banner-holder {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 700px;
}
.banner-container .banner-slide .banner-holder .slider-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 95px;
}
.banner-container .banner-slide .banner-holder .slider-text .slider-title {
  font-family: "Ropa Sans", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.banner-container .banner-slide .banner-holder .slider-text .slider-sub {
  display: none;
  padding: 7px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.banner-container .arrow-container {
  position: relative;
}
.banner-container .arrow-container .button-prev {
  position: absolute;
  top: -50px;
  left: 95px;
  z-index: 10;
  width: 50px;
  height: 18px;
}
.banner-container .arrow-container .button-next {
  position: absolute;
  top: -50px;
  left: 140px;
  z-index: 11;
  width: 50px;
  height: 18px;
}

.home-divider {
  height: 60px;
  background-color: #eeeeee;
}

.blocks1-holder {
  padding: 40px 0px;
  background-color: #ffffff;
}

.blocks2-holder {
  padding: 40px 0px 60px;
  background-color: #efefef;
}
.blocks2-holder .blocks2-block h1 {
  text-transform: none;
  text-align: center;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.blocks2-holder .blocks2-block .intro {
  display: block;
  text-align: center;
  color: #677788;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

.block1-item {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.block1-item .block1-item-block {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 100%;
}
.block1-item .block1-item-block .block1-item-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.block1-item .block1-item-block a .block1-item-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.block2-item {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.block2-item .block2-item-block {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 100%;
}
.block2-item .block2-item-block .block2-item-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.block2-item .block2-item-block a .block2-item title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .banner-container .banner-slide {
    height: 500px;
  }
  .banner-container .banner-slide .swipe-holder {
    width: 100%;
    height: 500px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-title {
    font-size: 30px;
    line-height: 30px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 18px;
    line-height: 18px;
  }

  .block1-item .block1-item-block {
    left: 20px;
  }
  .block1-item .block1-item-block .block1-item-title {
    font-size: 32px;
    line-height: 32px;
  }
  .block1-item .block1-item-block a .block1-item-title {
    font-size: 32px;
    line-height: 32px;
  }

  .block2-item .block2-item-block {
    left: 20px;
  }
  .block2-item .block2-item-block .block2-item-title {
    font-size: 32px;
    line-height: 32px;
  }
  .block2-item .block2-item-block a .block2-item title {
    font-size: 32px;
    line-height: 32px;
  }

  .blocks1-holder {
    padding: 20px 0px;
    background-color: #ffffff;
  }

  .blocks2-holder {
    padding: 20px 0px 20px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .banner-container .banner-slide {
    height: 300px;
  }
  .banner-container .banner-slide .swipe-holder {
    width: 100%;
    height: 300px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-title {
    font-size: 24px;
    line-height: 24px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 14px;
    line-height: 14px;
  }

  .block1-item {
    margin-bottom: 20px;
  }
  .block1-item .block1-item-block {
    left: 20px;
    bottom: 20px;
  }
  .block1-item .block1-item-block .block1-item-title {
    font-size: 32px;
    line-height: 32px;
  }
  .block1-item .block1-item-block a .block1-item-title {
    font-size: 32px;
    line-height: 32px;
  }

  .block2-item {
    margin-bottom: 20px;
  }
  .block2-item .block2-item-block {
    left: 20px;
    bottom: 20px;
  }
  .block2-item .block2-item-block .block2-item-title {
    font-size: 32px;
    line-height: 32px;
  }
  .block2-item .block2-item-block a .block2-item title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .banner-container .banner-slide {
    height: 500px;
  }
  .banner-container .banner-slide .swipe-holder {
    width: 100%;
    height: 500px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-title {
    font-size: 24px;
    line-height: 24px;
  }
  .banner-container .banner-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 14px;
    line-height: 14px;
  }
}
.page-image-holder {
  margin-top: 0px;
}
.page-image-holder .page-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
}
.page-image-holder .page-image .container {
  position: relative;
  height: 700px;
}
.page-image-holder .page-image .container .page-title-table {
  display: table;
  height: 100%;
  width: 100%;
}
.page-image-holder .page-image .container .page-title-table .page-title-td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-image-holder .page-image .container .page-title-table .page-title-td h1 {
  font-family: "Ropa Sans", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.page-image-holder .page-image .container .page-title-table .page-title-td .intro {
  padding: 7px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.content-main-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-time-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content .content-block {
  margin: 30px -15px 0px -15px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-content h1 {
  padding: 20px 0 10px 0;
  margin: 0;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 20px 0 5px 0;
  margin: 0;
}
.content-content p {
  margin: 0;
  padding: 0px 0 20px 0;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.2px;
}

.content1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content1 h2, .content1 h3, .content1 h4, .content1 p, .content1 ul, .content1 ol {
  margin: 0px 0px;
}

.content-holder-1 .content1 {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content5 {
  margin-left: -30px;
  padding-left: -30px;
}

.content6 .content-image {
  text-align: center;
}
.content6 .content-image img {
  margin: 0px auto;
}

.content-base-block {
  background-color: #ffffff;
}

.h2spacer {
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.content-base-block .content1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.timeline {
  position: relative;
}
.timeline .vertical-line {
  position: absolute;
  background-color: #ffffff;
  width: 6px;
  top: 0px;
  bottom: 0px;
  left: calc(50% - 3px);
  height: 100%;
}
.timeline .time-content {
  background-color: #ffffff;
  padding: 20px;
}
.timeline .time-time {
  height: 100%;
}
.timeline .time-time .time-info {
  background-color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-weight: 700;
  vertical-align: middle;
  padding-top: 30px;
}
.timeline .time-time .time-info .fa-info-circle, .timeline .time-time .time-info .fa-question-circle, .timeline .time-time .time-info .fa-graduation-cap, .timeline .time-time .time-info .fa-code, .timeline .time-time .time-info .fa-globe-americas {
  font-size: 40px;
  margin-top: -10px;
}
.timeline .line-left {
  position: absolute;
  background-color: #ffffff;
  width: calc(50%);
  height: 6px;
  top: 40px;
  left: 0px;
  z-index: -1;
}
.timeline .line-right {
  position: absolute;
  background-color: #ffffff;
  width: calc(50%);
  height: 6px;
  top: 40px;
  right: 0px;
  z-index: -1;
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
  .container {
    max-width: 667px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    max-width: 812px;
  }
}
@media only screen and (max-width: 568px) {
  .page-image-holder .page-image {
    height: 300px;
  }
  .page-image-holder .page-image .container {
    height: 300px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td h1 {
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td .page-location {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
  }

  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }

  .content-image {
    padding: 0px 0px;
  }

  .timeline .time-time {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .timeline .line-left {
    display: none;
  }
  .timeline .line-right {
    display: none;
  }

  .content-time-holder {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.contact {
  height: 100%;
}

.business-card {
  -webkit-box-shadow: 3px 3px 12px 2px rgba(102, 102, 102, 0.34);
  -moz-box-shadow: 3px 3px 12px 2px rgba(102, 102, 102, 0.34);
  box-shadow: 3px 3px 12px 2px rgba(102, 102, 102, 0.34);
  width: 400px;
  padding: 30px;
  min-height: 600px;
  text-align: center;
  background: #f7f7f7 url("../img/logo-back.png") no-repeat center 30px;
}
.business-card .contact-back h1 {
  text-align: center;
  padding: 190px 0 0 0;
  margin: 0px;
}
.business-card .contact-address {
  padding-top: 110px;
  color: #677788;
}
.business-card .contact-address a {
  color: #677788;
}

.start-project-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.start-project-start {
  background-color: #000000;
  border: solid 3px #ffffff;
  padding: 20px;
  height: 300px;
  color: #000000;
  position: relative;
}
.start-project-start .start-project-start-line1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.start-project-start .start-project-start-line2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.start-project-start .start-project-start-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: left;
}

.start-project-end {
  border: solid 3px #ffffff;
  background-color: #a7a7a7;
  padding: 20px;
  height: 300px;
  color: #ffffff;
  position: relative;
}
.start-project-end .start-project-end-line1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.start-project-end .start-project-end-line2 {
  color: #677788;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  font-family: "PT Sans", sans-serif;
}
.start-project-end .start-project-end-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
}

.start-project-item {
  border: solid 3px #ffffff;
}
.start-project-item .project-image {
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.start-project-item .start-project-title {
  background-color: #677788;
  width: 100%;
  padding: 10px 20px;
  height: 100px;
}
.start-project-item .start-project-title .start-project-line1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.start-project-item .start-project-title .start-project-line2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Ropa Sans", sans-serif;
}
.start-project-item a.start-project-link {
  display: block;
  width: 100%;
  height: 100%;
}
.start-project-item a.start-project-link:hover .project-image {
  -webkit-filter: none;
  filter: none;
}
.start-project-item a.start-project-link:hover .start-project-title {
  background-color: #36485d;
}

.row-left {
  padding: 0px;
}
.row-left .start-project-item .start-project-title .start-project-line1 {
  text-align: right;
}
.row-left .start-project-item .start-project-title .start-project-line2 {
  text-align: right;
}

.row-right {
  padding: 0px;
}
.row-right .start-project-item .start-project-title .start-project-line1 {
  text-align: left;
}
.row-right .start-project-item .start-project-title .start-project-line2 {
  text-align: left;
}

.project-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-start {
  background-color: #677788;
  padding: 20px;
  height: 300px;
  color: #000000;
  position: relative;
}
.project-start .project-start-line1 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.project-start .project-start-line2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Ropa Sans", sans-serif;
}
.project-start .project-start-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.project-item {
  border: solid 3px #ffffff;
  margin-bottom: 20px;
}
.project-item .project-image {
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: none;
}
.project-item .project-title {
  background-color: #677788;
  width: 100%;
  padding: 10px 20px;
  height: 100px;
}
.project-item .project-title .project-line1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: "PT Sans", sans-serif;
}
.project-item .project-title .project-line2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Ropa Sans", sans-serif;
}
.project-item a.project-link {
  display: block;
  width: 100%;
  height: 100%;
}
.project-item a.project-link:hover .project-image {
  -webkit-filter: none;
  filter: none;
}
.project-item a.project-link:hover .project-title {
  background-color: #36485d;
}

.project-select {
  padding-bottom: 30px;
}

.project-row-left {
  padding: 0px;
}
.project-row-left .project-item .project-title .project-line1 {
  text-align: right;
}
.project-row-left .project-item .project-title .project-line2 {
  text-align: right;
}

.project-row-right {
  padding: 0px;
}
.project-row-right .project-item .project-title .project-line1 {
  text-align: left;
}
.project-row-right .project-item .project-title .project-line2 {
  text-align: left;
}

.project-back {
  text-align: center;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .start-project-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=all.css.map */
