@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
*, a, .btn, a:hover, a:active, a:focus {
  outline: 0 none;
  transition: all 0.2s ease-in 0s; }

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center; }

html {
  height: 100%; }

body {
  height: 100%;
  background: #f4f4f4;
  overflow-x: hidden; }
  body.nohome {
    padding-top: 80px; }
    body.nohome .navbar.navbar-default {
      margin: 0; }

.btn {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 35px;
  border: none; }

.navbar.navbar-default {
  margin-top: 30px; }

.navbar-default .navbar-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px; }

.navbar-brand {
  padding: 20px 15px; }

section {
  position: relative; }
  section.default {
    padding: 80px 0;
    width: 100%;
    background: #f4f4f4; }
    section.default h2 {
      margin: 0;
      font-weight: 600;
      font-size: 30px;
      font-size: calc(1em + 4vmin);
      color: #000;
      text-align: center; }
    section.default p {
      font-size: 17px;
      line-height: 30px;
      color: #5a5a5a;
      font-weight: 300; }

.slide {
  width: 100%;
  height: 100%;
  background: #000 url(../img/slide.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5; }
  .slide h4 {
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    color: #fff; }
    .slide h4 b {
      font-weight: 900; }
  .slide .text-slide {
    margin: 0 0 40px 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    line-height: 36px;
    font-size: 20px; }

@media (max-width: 768px) {
  .slide h4 {
    font-size: 29px; }
  .slide .text-slide {
    font-size: 16px;
    line-height: 25px; }
  .slide .small-line {
    margin: 20px auto; } }
.small-line {
  width: 150px;
  height: 3px;
  background: #f7a032;
  display: block;
  margin: 30px auto; }

.big-line {
  margin-top: -25px;
  z-index: 2;
  position: relative;
  width: 102%;
  height: 40px;
  background: #f7a032;
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(1deg); }
  .big-line.inverse {
    margin-top: -25px;
    -ms-transform: rotateX(-180deg) rotate(1deg);
    /* IE 9 */
    -webkit-transform: rotateX(-180deg) rotate(1deg);
    /* Chrome, Safari, Opera */
    transform: rotateX(-180deg) rotate(1deg); }

.counter {
  width: 100%;
  background: #000;
  padding: 20px 0; }
  .counter .item {
    padding: 20px 50px;
    text-align: center; }
    .counter .item .icon {
      color: #f7a032; }
      .counter .item .icon span {
        font-size: 65px !important; }
    .counter .item .count {
      font-size: 43px;
      font-weight: 900;
      color: #fff; }
      .counter .item .count small {
        font-size: 16px; }
    .counter .item .descriptions {
      font-size: 15px;
      color: #fff;
      margin: 10px 0 0 0;
      padding: 0;
      font-weight: 300; }

.section-offers {
  background: #f4f4f4 !important; }

.offers {
  margin-top: 40px;
  margin-bottom: 40px; }
  .offers a {
    text-decoration: none !important; }
    .offers a .offer-box {
      margin-bottom: 30px; }
      .offers a .offer-box .offer-image {
        overflow: hidden;
        position: relative; }
        .offers a .offer-box .offer-image .hover {
          transition: bottom 0.2s ease-out 0s;
          position: absolute;
          bottom: -100%;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(241, 167, 73, 0.9); }
          .offers a .offer-box .offer-image .hover span {
            color: #fff;
            font-size: 40px; }
      .offers a .offer-box .offer-text {
        border-top: 7px solid #f7a032;
        background: #fff;
        position: relative;
        z-index: 5;
        padding: 25px; }
        .offers a .offer-box .offer-text h5 {
          text-transform: uppercase;
          font-weight: 400;
          font-size: 22px;
          color: #5a5a5a;
          margin: 0 0 15px 0; }
        .offers a .offer-box .offer-text p {
          color: #5a5a5a;
          font-size: 15px;
          margin: 0; }
      .offers a .offer-box:hover .offer-image .hover {
        bottom: 0; }

.partners-carousel {
  margin: 30px 0 0 0; }

.partners {
  position: relative;
  z-index: 5;
  background: #fff !important; }
  .partners .owl-item .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
    height: 120px; }

footer {
  padding: 70px 0 60px 0;
  background: #000;
  position: relative;
  z-index: 1; }
  footer .contact {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 30px; }
    footer .contact img {
      margin-bottom: 30px; }
  footer .social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    border: 2px solid #fff;
    line-height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    footer .social a.fb:hover {
      background: #3b5998;
      border-color: #3b5998;
      color: #fff; }
	  footer .social a.tw:hover {
      background: #65cdfa;
      border-color: #3b7798;
      color: #fff; }
    footer .social a.gp:hover {
      background: #dd4b39;
      border-color: #dd4b39;
      color: #fff; }
    footer .social a.yt:hover {
      background: #cd201f;
      border-color: #cd201f;
      color: #fff; }
  footer .contact-form {
    margin-top: 66px; }
    footer .contact-form .form-control {
      text-align: center;
      border-bottom: 1px solid #fff;
      font-weight: 400; }
      footer .contact-form .form-control:focus, footer .contact-form .form-control:active {
        border-bottom: 1px solid #f7a032; }
    footer .contact-form button {
      margin-top: 15px; }

.sub-footer {
  padding: 25px 0;
  color: #5a5a5a; }
  .sub-footer span {
    color: #f7a032;
    font-weight: 600; }

.page {
  padding-top: 20px;
  padding-bottom: 60px; }
  .page .small-line {
    margin: 30px 0 30px 0; }
  .page h1 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
    color: #000;
    text-align: left; }
  .page p {
    font-size: 17px;
    line-height: 30px;
    color: #5a5a5a;
    font-weight: 300; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.placeloader {
  width: 100%;
  height: 100%;
  background: #f7a032;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.galleries a {
  margin: 15px 0;
  display: block;
  border: 1px solid red; }

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