/*	--------------------------------------------------------------- 
	Vars
	--------------------------------------------------------------- */
/*	--------------------------------------------------------------- 
	Fonts
	--------------------------------------------------------------- */
.light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.regular {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/*	---------------------------------------------------------------
	Shadows
	--------------------------------------------------------------- */
.shadow {
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.5);
}
.noshadow {
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.one-edge-shadow-inner {
  -webkit-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
}
.two-edge-shadow-inner {
  -webkit-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5), inset 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5), inset 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5), inset 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.two-edge-shadow {
  -webkit-box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
}
/*	---------------------------------------------------------------
	Vertical Alignment
	--------------------------------------------------------------- */
.parent-vertical-align {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-vertical-align {
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (min-width: 1300px) {
  .wrap-container.nofullscreen {
    width: 1300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
  }
  .wrap-nav {
    width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-services .wrap-text .big {
    font-size: 24px;
    line-height: 24px;
  }
  .wrap-title-page .wrap-title p.small {
    font-size: 16px;
    line-height: 16px;
  }
  .wrap-title-page .wrap-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .nofullscreen .wrap-slideshow:after {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .navbar-brand {
    width: 100%;
  }
  .wrap-cta {
    width: 100%;
    height: auto;
    padding: 50px 0px;
  }
  .wrap-cta .container {
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .wrap-cta .col-md-3,
  .wrap-cta .col-md-2 {
    margin-bottom: 10px;
  }
  .site-branding,
  .wrap-extra {
    display: block;
    width: 100%;
  }
  .site-branding {
    text-align: center;
  }
  .site-branding img {
    margin: 0 auto;
  }
  .navbar-nav {
    float: left;
    width: 100%;
    background: #000;
  }
  .navbar-collapse {
    padding-left: 15px;
  }
  .wrap-slideshow .item .caption {
    left: 0;
    width: 100%;
  }
  .wrap-slideshow .item .caption h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  #general-services {
    bottom: 0;
  }
  .wrap-services {
    position: relative;
    bottom: auto;
    height: auto;
  }
  .wrap-services .wrap-icon {
    margin-right: 0;
  }
  .wrap-services .wrap-text .small {
    font-size: 10px;
    line-height: 10px;
  }
  .wrap-services .wrap-text .big {
    font-size: 18px;
    line-height: 18px;
  }
  #main-content .wrap-all-services ul.services li,
  #main-content .wrap-all-services ul.services li:nth-child(3n+3) {
    width: 45%;
    margin-right: 10%;
  }
  #main-content .wrap-all-services ul.services li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .owl-controls,
  .owl-controls.clickable {
    display: none  !important;
  }
  .wrap-title-page .wrap-title p.small {
    font-size: 14px;
    line-height: 14px;
  }
  .wrap-title-page .wrap-title h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .wrap-banners ul.banners li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  #sidebar-page {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .site-title {
    float: none;
  }
  .wrap-header {
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    background: #333333;
  }
  .wrap-slideshow {
    width: 100%;
  }
  .wrap-slideshow .item .caption h2 {
    padding: 0 30px;
  }
  .wrap-cta {
    float: left;
  }
  .wrap-menu-btn {
    display: none;
  }
  .wrap-lang-btn {
    position: absolute;
    margin: 0;
    right: 15px;
  }
  .main-navigation {
    opacity: 1;
    height: auto;
    width: 100%;
    overflow: visible;
    margin: 0 auto;
  }
  .navbar {
    height: auto;
    width: 100%;
    text-align: left;
  }
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .main-navigation {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .wrap-book-now {
    display: block;
    width: 100%;
    padding: 0;
    float: left;
  }
  .wrap-slideshow .item .caption {
    left: 0;
    width: 100%;
  }
  .wrap-slideshow .item .caption h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .wrap-services {
    background: #999;
  }
  .wrap-services ul {
    width: 100%;
    display: block;
  }
  .wrap-services li {
    width: 100%;
    display: block;
  }
  .wrap-services .wrap-icon {
    margin-right: 15px;
  }
  .wrap-services .wrap-text .small {
    font-size: 12px;
    line-height: 14px;
  }
  .wrap-services .wrap-text .big {
    font-size: 30px;
    line-height: 30px;
  }
  .wrap-banners {
    opacity: 1;
  }
  .wrap-banners ul.banners li a {
    height: 300px;
  }
  .wrap-title-page {
    height: 150px;
  }
  .wrap-title-page .wrap-title p.small {
    font-size: 18px;
    line-height: 18px;
  }
  .wrap-title-page .wrap-title h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #main-content {
    width: 100%;
    padding-top: 30px;
  }
  .wrap-all-services .services .cell-icon {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-tbottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .icons ul li {
    margin-left: 10px;
  }
  footer#site-footer .col-sm-4 {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  footer#site-footer ul.social {
    width: 100%;
    float: none;
    height: auto;
  }
  #main-masonry .item,
  #main-masonry .grid-sizer {
    width: 100%;
  }
}
