/* Font */
@font-face {
  font-family: 'ButlerStencil';
  src: url("../fonts/Butler_Regular_Stencil.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler_Regular_Stencil.otf") format("opentype"), url("../fonts/butler_regular_stencil-webfont.woff2") format("woff2"), url("../fonts/butler_regular_stencil-webfont.woff") format("woff"), url("../fonts/Butler_Regular_Stencil.ttf") format("truetype"), url("../fonts/Butler_Regular_Stencil.svg#Butler_Regular_Stencil") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Header */
body {
  color: #111;
  line-height: 1.7;
  margin: 0;
  font-family: 'Nunito Sans', serif;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: 'ButlerStencil', Georgia, serif;
  font-size: 60px; }

h2 {
  margin-top: 0;
  margin-bottom: 25px; }

p {
  letter-spacing: 1px;
  margin-bottom: 15px; }

#header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }

#logo {
  float: left; }

#header-announce {
  float: right;
  padding-top: 10px;
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    #header-announce {
      position: absolute;
      top: 81px;
      z-index: 1;
      left: -15px;
      right: -15px;
      background: #eee; } }
  @media (max-width: 620px) {
    #header-announce {
      padding-bottom: 10px; } }

.announce-group {
  float: left;
  margin-left: 30px; }
  @media (max-width: 620px) {
    .announce-group {
      float: none;
      display: block; } }

.announce-icon {
  float: left;
  color: #666;
  font-size: 40px;
  line-height: 1; }

.announce-text {
  float: left;
  padding-left: 10px; }

.announce-text p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px; }

.announce-text p.main {
  color: #F4792A;
  font-size: 16px; }

.note {
  padding: 10px;
  background: #eee;
  font-size: 10px;
  margin-top: -10px; }
  @media (max-width: 767px) {
    .note {
      border-left: 1px solid #ccc;
      padding-left: 20px; } }
  @media (max-width: 620px) {
    .note {
      display: none; } }

/* Spacing */
.section-space {
  margin-top: 30px;
  margin-bottom: 30px; }

.section-pad {
  padding-top: 100px;
  padding-bottom: 100px; }

/* Home Hero Slider */
.home-slides {
  z-index: 0;
  height: 100vh; }

.home-slides:hover .slides-navigation a {
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.home-slides:hover .slides-navigation a.prev {
  left: 10px; }

.home-slides:hover .slides-navigation a.next {
  right: 10px; }

.home-slides .slides-container {
  list-style-type: none;
  margin-left: 0; }

.home-slides .slides-container li img {
  width: 100%; }

.home-slides .slides-container li:not(.active-slide) {
  display: none; }

.home-slide-container {
  display: table;
  height: 100%;
  max-width: 1920px; }

.home-slide-content {
  width: 90%;
  height: 100%;
  padding: 0 5%;
  position: relative;
  top: auto;
  left: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  cursor: default;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transform: translate3d(0, -20px, 0) scale(0.85);
  -ms-transform: translate3d(0, -20px, 0) scale(0.85);
  -webkit-transform: translate3d(0, -20px, 0) scale(0.85);
  transform: translate3d(0, -20px, 0) scale(0.85);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0; }
  @media (max-width: 767px) {
    .home-slide-content {
      vertical-align: bottom;
      padding-bottom: 55px; } }

.active-slide .home-slide-content {
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1; }

.slides-navigation a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  opacity: 0; }
  @media (max-width: 767px) {
    .slides-navigation a {
      display: none; } }

.slides-navigation a span {
  display: none; }

.slides-navigation a.prev:before, .slides-navigation a.next:before {
  font-family: "FontAwesome";
  font-size: 38px;
  color: #fff;
  display: block;
  margin-left: 15px;
  margin-top: -9px; }

.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
  background: rgba(0, 0, 0, 0.3); }

.slides-navigation a.prev {
  left: -50px; }

.slides-navigation a.prev:before {
  content: "\f104"; }

.slides-navigation a.next {
  right: -50px; }

.slides-navigation a.next:before {
  content: "\f105";
  margin-left: 18px; }

.home-slide-content h3 {
  font-size: 46px;
  font-weight: 800;
  text-shadow: 1px 1px 0 #000; }
  .home-slide-content h3 span {
    display: block;
    font-weight: normal; }
  @media (max-width: 767px) {
    .home-slide-content h3 {
      font-size: 32px; } }

/* Intro Blocks */
#intro-blocks {
  margin-top: -100px; }
  @media (max-width: 767px) {
    #intro-blocks {
      margin-top: 30px; } }

.intro-block {
  color: #fff;
  background-color: #F4792A;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .intro-block .content {
    position: relative;
    z-index: 1;
    padding-right: 30px; }
    .intro-block .content.no-pad {
      padding-right: 0; }
    .intro-block .content p:last-child {
      margin-bottom: 0; }
  .intro-block.bg-pencil-pad:after {
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background-image: url(../images/bg-pencil-pad.png);
    background-repeat: no-repeat;
    background-position: right bottom; }
  .intro-block.bg-bookbag:after {
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: -20px;
    right: -20px;
    position: absolute;
    z-index: 0;
    background-image: url(../images/bg-bookbag.png);
    background-repeat: no-repeat;
    background-position: right bottom; }

.color-spread:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background: #25AAE1; }
@media (max-width: 991px) {
  .color-spread {
    height: auto !important;
    margin-bottom: 30px; } }

.intro-block-main {
  background: #25AAE1;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro-block-main {
      padding-bottom: 10px; } }

.intro-block h1 {
  font-family: 'Raleway', serif;
  font-weight: bold;
  margin-top: 0px; }

.intro-block h2 {
  font-size: 40px;
  color: #ffffff;
  text-align: left;
  font-family: 'Raleway', serif;
  font-weight: normal;
  margin: 0 0 10px; }

.intro-block h2 span {
  display: block;
  font-weight: 800;
  font-size: 18px; }

.bg-gold {
  background: #CF8E0A; }

.bg-green {
  background: #38A892; }

.bg-red {
  background: #C4161C; }

.bg-blue {
  background: #436EAD; }

.bg-eee {
  background: #eee; }

.bg-f5f5f5 {
  background: #f5f5f5; }

.bg-f7f7f7 {
  background: #f7f7f7; }

p.intro {
  font-size: 16px;
  margin-bottom: 20px; }

.btn-custom {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px; }
  .btn-custom:hover {
    color: #fff; }
  .btn-custom:focus {
    color: #fff; }

.btn-gold {
  background: #b77d09; }
  .btn-gold:hover {
    background: #a87308; }

.btn-orange {
  background: #df5e0c; }
  .btn-orange:hover {
    background: #c7540a; }

.btn-blue {
  background: #355788; }
  .btn-blue:hover {
    background: #2e4b76; }

.btn-green {
  background: #2b8271; }
  .btn-green:hover {
    background: #256f60; }

.btn-transparent {
  background: transparent;
  border: 2px solid #fff; }
  .btn-transparent:hover {
    background: rgba(0, 0, 0, 0.1); }

.btn-rounded {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.btn-lg {
  padding: 15px 25px; }

.btn-xlg {
  padding: 20px 30px; }

.btn span.lnr {
  margin-right: 10px;
  font-size: 125%; }

.margin-top-30 {
  margin-top: 30px; }

.parallax {
  padding: 150px 0; }
  .parallax h2 {
    font-family: 'Roboto Slab', 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    color: #fff;
    padding: 20px; }

ul.features li {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.section-heading {
  font-weight: 900;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px; }

.section-heading-space {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 5px;
  border-bottom: 1px solid #d9d9d9; }
  .section-heading-space .inner {
    display: block;
    max-width: 100%;
    border-style: solid;
    border-bottom-width: 5px;
    border-color: #F4792A;
    width: 30px;
    margin: 0px auto; }

#map {
  height: 400px; }

footer {
  position: absolute;
  bottom: 0;
  width: 50%; }

#footer {
  background: #474747;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff; }
  #footer p {
    margin-bottom: 0; }
  #footer .design {
    text-align: right;
    color: #999;
    font-size: 10px; }
    #footer .design a {
      color: #999; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer .design {
        text-align: center; } }

.footer-end {
  padding: 10px 50px;
  font-size: 10px;
  color: #666; }
  .footer-end p {
    margin-bottom: 0; }
  .footer-end .division {
    font-weight: bold; }

.client-title {
  padding-left: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 20px; }

#client-carousel {
  padding: 0px 50px 50px; }
  #client-carousel.owl-carousel .owl-item img {
    height: auto;
    width: auto !important;
    max-width: 100%;
    display: inline; }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36px; } }
@media screen and (max-width: 667px) {
  h1 {
    font-size: 42px; } }
@media screen and (max-width: 767px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; }

  footer {
    position: relative;
    width: 100%;
    padding-top: 50px; }

  .arrow-right {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 48px; } }
/* Customizations */
.container-full {
  padding-left: 0;
  padding-right: 0; }

#main {
  background: #fff;
  width: 100%;
  margin: 0 auto; }

#header-global {
  position: absolute;
  width: 50%;
  padding: 50px 0 15px;
  border: none;
  color: #fff;
  background: #fff;
  overflow: hidden;
  text-align: center;
  display: table;
  z-index: 1000; }
  #header-global .container-fluid.constrained {
    max-width: 1560px;
    padding-left: 50px;
    padding-right: 50px; }

.header-logo {
  float: left; }
  .header-logo a {
    display: inline-block;
    background: url(../images/hotelthemer-logo-220px@2x.png) no-repeat top left;
    width: 220px;
    height: 30px;
    background-size: cover; }
    .header-logo a span {
      display: none; }

.intro-content {
  display: table-cell;
  vertical-align: middle; }

#start .col-intro, #start .col-content {
  display: table;
  padding: 50px; }
#start .col-start {
  height: 100vh; }

.col-content {
  background: #111;
  background: linear-gradient(45deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
  color: #fff; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*.label-intro {
    position: absolute;
    margin-left: -55px;
    padding-top: 5px;
    margin-top:2px;
}
.intro-explain {
    padding-left:55px;
}*/
.arrow-right {
  color: black;
  position: absolute;
  z-index: 1000;
  background: white;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  .arrow-right span.lnr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*# sourceMappingURL=style.css.map */
