/*
Template Name: cm'soon
Theme URL: http://www.egotype.com/cm-soon/
Description: Landing Page
Author: Egotype
Author URL: http://www.egotype.com
Version: 1.0
Tags: Landing Page, HTML5, CSS3, Bootstrap, Jquery, Coming Soon Landing page
*/

/* ___________________________________________

CONTENT
___________________________________________ */

/*   01. General Styles                        */
/*   02. Typography                            */
/*   03. Buttons, Links                        */
/*   04. Forms                                 */
/*   05. Spacing, Alignment, Helperclasses     */
/*   06. Navigation                            */
/*   07. Preloader                             */
/*   08. Backgrounds                           */
/*   09. Section                               */
/*   10. Count Down                            */
/*   11. Gallery                               */
/*   12. Misc                                  */

/* _____________________________________

01. General Styles
_____________________________________ */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Lato/Lato-Thin.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: fallback;
  src: url('fonts/Lato/Lato-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url('fonts/Lato/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
}


body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
}

/* ----------------------------------
Bootstrap Fix: IE10
in Windows 8 & Windows Phone 8
---------------------------------- */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* _____________________________________

02. Typography
_____________________________________ */

h1, .h1 {
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  font-weight: 100;
}

h2, .h2 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

h3, .h3 {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

h4, .h4 {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 300;
}

p, .lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 10px;
}

strong,
b {
  font-weight: 400;
}

.wrap-line {
  margin: 20px 0 50px 0;
  position: relative;
}

.wrap-line:before {
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  content: "";
  border-bottom: 1px solid #fff;
}

.wrap-line.wrap-line-white:before {
  border-color: #fff;
}

.wrap-line.wrap-line-color:before {
  border-color: #efcb7b;
}

h1 .element {
  color: #efcb7b;
  font-weight: 300;
}

.typed-cursor {
  color: #efcb7b;
  opacity: 1;
  margin-left: -.05em;
  margin-right: -.1em;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------
Icons
---------------------------------- */

.icon {
  line-height: 1;
}

.icon:before {
  vertical-align: bottom;
}

.icon-sm {
  font-size: 24px;
}

.icon-lg {
  font-size: 34px;
}

/* ----------------------------------
Font Colors
---------------------------------- */

.text-color {
  color: #efcb7b;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #24262d;
}

/* _____________________________________

03. Buttons, Links
_____________________________________ */

a {
  color: #fff;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.link-white {
  color: #fff;
}

.link-white,
a.link-white {
  color: #fff;
}

.link-white:hover,
.link-white:active,
.link-white:focus,
a.link-white:hover,
a.link-white:active,
a.link-white:focus {
  color: #efcb7b;
}

a.link-dark {
  color: #24262d;
}

a.link-dark:hover,
a.link-dark:active,
a.link-dark:focus {
  color: #d0621f;
}

a.link-color,
a.link-color:hover,
a.link-color:active,
a.link-color:focus {
  color: #fff;
}

.socials {
  font-size: 16px;
  margin-left: -7px;
  margin-right: -7px;
}

.socials a {
  margin: 0 7px;
}

.btn-row {
  margin-left: -5px;
  margin-right: -5px;
}

.btn,
a.btn {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #24262d;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0;
  transition: all .2s ease-in-out;
}

.btn i {
  margin-right: 15px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.active
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #fff;
  background-color: transparent !important;
  border-color: #fff;
}

.input-group .form-control,
.input-group-btn:last-child > .btn {
  z-index: 0;
}

.input-group-btn:last-child > .btn {
  margin: 0 !important;
  padding: 0 6px 0 6px;
  height: 50px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: padding .3s ease-in-out;
}

.input-group.focus .input-group-btn:last-child > .btn {
  transition: padding .3s ease-in-out .4s;
}

.input-group.focus .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn:hover {
  padding: 0 14px 0 14px;
}

.input-group-btn:last-child > .btn i,
.input-group-btn:last-child > .btn-group i {
  margin: 0 !important;
}

/* ----------------------------------
Button Dark
---------------------------------- */

.btn.btn-dark {
  color: #fff;
  background-color: #24262d;
  border: 1px solid transparent;
}

.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-dark:focus {
  color: #24262d;
  background-color: transparent;
  border-color: #24262d;
}

/* ----------------------------------
Button Color
---------------------------------- */

.btn.btn-color {
  color: #fff;
  background-color: #efcb7b;
  border: 1px solid transparent;
}

.btn.btn-color:hover,
.btn.btn-color:active,
.btn.btn-color:focus {
  color: #efcb7b;
  background-color: transparent;
  border-color: #efcb7b;
}

/* ----------------------------------
Button White
---------------------------------- */

.btn.btn-white {
  color: #24262d;
  background-color: #fff;
  border: 1px solid transparent;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* ----------------------------------
Button Border White
---------------------------------- */

.btn.btn-border-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus {
  color: #24262d;
  background-color: #fff !important;
  border-color: transparent;
}

/* ----------------------------------
Button Newsletter
---------------------------------- */

.btn.btn-news,
.btn.btn-news:hover,
.btn.btn-news:active,
.btn.btn-news:focus {
  color: #efcb7b;
  background-color: transparent !important;
  border-bottom: 1px solid #efcb7b;
}

/* _____________________________________

04. Forms
_____________________________________ */

.form-control {
  height: 50px;
  padding: 15px 0 13px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  appearance: none;
  outline: 0;
  transition: background .3s ease-in-out;
}

.form-control:focus {
  border-color: #fff;
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  overflow: hidden;
  display: block;
  resize: none;
}

.form-control-custom {
  border: 0;
  height: 2px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.form-group {
  margin-bottom: 25px;
}

.form-group,
.input-group {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  transition: width .5s ease-in-out;
}

.focus.form-group,
.focus.input-group {
  width: 100%;
}

input:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.form-control:-moz-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

/* ----------------------------------
Input Color
---------------------------------- */

.form-control.form-control-color {
  color: #efcb7b;
  border-color: #efcb7b;
}

.form-control.form-control-color:-moz-placeholder {
  color: #efcb7b;
}

.form-control.form-control-color::-moz-placeholder {
  color: #efcb7b;
}

.form-control.form-control-color:-ms-input-placeholder {
  color: #efcb7b;
}

.form-control.form-control-color::-webkit-input-placeholder {
  color: #efcb7b;
}

/* ----------------------------------
Input White
---------------------------------- */

.form-control.form-control-white {
  color: #fff;
  border-color: #fff;
}

.form-control.form-control-white:-moz-placeholder {
  color: #fff;
}

.form-control.form-control-white::-moz-placeholder {
  color: #fff;
}

.form-control.form-control-white:-ms-input-placeholder {
  color: #fff;
}

.form-control.form-control-white::-webkit-input-placeholder {
  color: #fff;
}

/* ----------------------------------
Input Dark
---------------------------------- */

.form-control.form-control-dark {
  color: #24262d;
  border-color: #24262d;
}

.form-control.form-control-dark:-moz-placeholder {
  color: #24262d;
}

.form-control.form-control-dark::-moz-placeholder {
  color: #24262d;
}

.form-control.form-control-dark:-ms-input-placeholder {
  color: #24262d;
}

.form-control.form-control-dark::-webkit-input-placeholder {
  color: #24262d;
}

/* ----------------------------------
Alert Placeholder
---------------------------------- */

.error .form-control:-moz-placeholder {
  color: #7e2201;
}

.error .form-control::-moz-placeholder {
  color: #7e2201;
}

.error .form-control:-ms-input-placeholder {
  color: #7e2201;
}

.error .form-control::-webkit-input-placeholder {
  color: #7e2201;
}

.error .form-control {
  color: #7e2201;
}

/* ----------------------------------
Validation Message
---------------------------------- */

#message-contact,
#message-newsletter {
  display: none;
}

.message-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
}

.map + .message-wrapper {
  bottom: 400px;
}

.message-wrapper.fixed {
  position: fixed;
}

.error.message {
  background-color: #7e2201;
}

.message {
  padding: 15px;
  background-color: #246d28;
}

label.message-text {
  margin-bottom: 0;
}

.message-text {
  margin-left: 15px;
  font-weight: 400;
}

/* _____________________________________

05. Spacing, Alignment, Helperclasses
_____________________________________ */
.vert-middle {
  display: table;
  width: 100%;
}

.vert-middle > div {
  padding: 120px 0;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

.p-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-b-20 {
  padding-top: 30px;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-40 {
  padding-bottom: 50px !important;
}

.address {
  padding: 15px 0;
}

.address span {
  margin-right: .2em;
}

/* _____________________________________

06. Navigation
_____________________________________ */

.navbar {
  min-height: 130px;
  margin-bottom: -130px;
  border-radius: 0;
}

.is-opened-navi .navbar.navbar-fixed {
  position: fixed;
  width: 100%;
  background-color: #efcb7b;
  z-index: 1000;
}

/* ----------------------------------
Menu Icon
---------------------------------- */
@-webkit-keyframes intervalMenuIconBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalMenuIconBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.menu-icon {
  position: absolute;
  width: 54px;
  height: 54px;
  cursor: pointer;
  top: 40px;
  right: 50px;
  z-index: 110;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.menu-icon::after {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalMenuIconBorder;
  animation-name: intervalMenuIconBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.navbar-button {
  position: absolute;
  top: 19px;
  left: 14px;
  padding: 0;
  width: 25px;
  height: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.navbar-button:focus {
  outline: 0;
}

.navbar-button span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #efcb7b;
  border-radius: 9px;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navbar-button span:nth-child(1) {
  top: 0;
}

.navbar-button span:nth-child(2) {
  top: 7px;
}

.navbar-button span:nth-child(3) {
  top: 14px;
}

.is-opened-navi .navbar-button span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}

.is-opened-navi .navbar-button span:nth-child(2) {
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.is-opened-navi .navbar-button span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}

/* ----------------------------------
Navbar Links
---------------------------------- */
.navbar-links {
  position: absolute;
  right: 125px;
  top: 40px;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  z-index: 1000;
}

.navbar-links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.navbar-links li {
  float: left;
  margin-left: 1.15em;
  line-height: 54px;
  opacity: 0;
  transform: translate(100%, 0);
  visibility: hidden;
}

.navbar-links li:first-child {
  transition: all 0.3s ease-in-out 0s;
}

.navbar-links li:nth-child(2) {
  transition: all 0.3s ease-in-out .3s;
}

.is-opened-navi .navbar-links li {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.is-opened-navi .navbar-links li:first-child {
  transition: all 0.3s ease-in-out 1.7s;
}

.is-opened-navi .navbar-links li:nth-child(2)  {
  transition: all 0.3s ease-in-out 1.4s;
}

.navbar-links .nav > li > a {
  display: inline;
  padding: 10px;
}

.navbar-links .nav > li > a:focus,
.navbar-links .nav > li > a:hover {
  background-color: transparent;
}

.navbar-links .nav > li > a:hover {
  background-color: transparent;
}

.navbar-links .nav > li.active > a {
  border-bottom: 1px solid #fff;
}

.navbar-links .nav > li.active > a.link-color {
  border-bottom: 1px solid #efcb7b;
}

.navbar-links .nav > li.active > a.link-white {
  border-bottom: 1px solid #fff;
}

/* _____________________________________

07. Backgrounds
_____________________________________ */

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

.section-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
  background-color: #fff;
  z-index: -100;
}

.section-overlay.bg-black {
background: #24262d;
}

.page-amplitude-wrapper + .section-overlay,
#page-particle + .section-overlay {
  z-index: 0;
}

.section-overlay.youtube {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.section-overlay.media {
  z-index: -250;
}

.section-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.overlay-opacity-3 {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overlay-opacity-6 {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.overlay-opacity-7 {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.overlay-opacity-8 {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.overlay-opacity-9 {
  filter: alpha(opacity=9);
  opacity: 0.9;
}

.page-image {
  background: url("../images/page-image.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-min {
  background: url("../images/page-image-min.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-map {
  background: url("../images/page-image-map.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-ripple {
  background: url("../images/page-image-ripple.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-bw {
  background: url("../images/page-image-bw.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-slide {
  height: 100vh;
  width: 100%;
  min-height: 700px;
}

.page-slide-1 {
  background: url("../images/page-slide-1.jpg") no-repeat center center;
  background-size: cover;
}

.page-slide-2 {
  background: url("../images/page-slide-2.jpg") no-repeat center center;
  background-size: cover;
}

.page-slide-3 {
  background: url("../images/page-slide-3.jpg") no-repeat center center;
  background-size: cover;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  z-index: -800;
}

.page-amplitude-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  background-color: #24262d;
  display: table;
  z-index: -250;
}

.page-amplitude {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
}

/* Colors */
.bg-color {
  background-color: #efcb7b;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #24262d;
}

.bg-dark {
  background-color: #24262d;
}

.bg-light {
  background-color: #eee;
}

.bg-dark-content {
  background-color: transparent;
    transition: all 1.2s linear;
}

.is-opened-navi .bg-dark-content {
  background-color: #24262d;
}

.bg-bubble-color {
  background-color: #00457c;
}

.bg-square-color {
  background-color: #311B92;
}

/* _____________________________________

08. Section
_____________________________________ */

#page {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.page-info {
  position: relative;
}

.page-info .socials {
  position: absolute;
  bottom: 35px;
  right: 35px;
}

.page-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
}

.is-opened-navi .page-content {
  position: absolute;
  visibility: visible;
}

.menu-icon.more-info {
  opacity: 0;
  transition: all .5s ease-in;
}

.is-opened-navi .menu-icon.more-info {
  opacity: 1;
  transition: all 1.2s ease-in;
  transition-delay: .5s;
}

.shape-bottom-top .page-content-transform {
  opacity: 1;
  transform: translateY(100%);
  transition: all 1.2s ease-in 0s;
}

.shape-bottom-top .page-content-transform.is-opened {
  opacity: 1;
  transition: all 1.2s ease-in .3s;
  transform: translateY(0) rotate(0);
}

.shape-top-bottom .page-content-transform {
  opacity: 1;
  transform: translateY(-100%);
  transition: all .5s ease-in 0s;
}

.shape-top-bottom .page-content-transform.is-opened {
  opacity: 1;
  transition: all .5s ease-in 1.2s;
  transform: translateY(0) rotate(0);
}

.shape-right-left .page-content-transform {
  opacity: 1;
  transform: translateX(100%);
  transition: all .4s ease-in 0s;
}

.shape-right-left .page-content-transform.is-opened {
  opacity: 1;
  transition: all .4s ease-in 0.4s;
  transform: translateX(0) rotate(0);
}

.shape-left-right .page-content-transform {
  opacity: 1;
  transform: translateX(-100%);
  transition: all .4s ease-in 0s;
}

.shape-left-right .page-content-transform.is-opened {
  opacity: 1;
  transition: all .4s ease-in 0.4s;
  transform: translateX(0) rotate(0);
}

/* Shapes */
.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #fff;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #ddd;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #efcb7b;
}

/* _____________________________________

09. Preloader
_____________________________________ */

.loader {
  position: fixed;
  z-index: 1200;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity .5s linear 1s;
}

.fade-out.loader {
  opacity: 0;
}

@-webkit-keyframes intervalLoader {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalLoader {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.loader-inner {
  position: relative;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 110;
  border-radius: 50%;
  border: 1px solid #efcb7b;
}

.loader-inner::after {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 3px solid #efcb7b;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalLoader;
  animation-name: intervalLoader;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* _____________________________________

10. Count Down
_____________________________________ */

.count-down {
  position: absolute;
  top: 40px;
  left: 35px;
  opacity: 1;
}

.count-down:before {
  background: url("../images/clock.svg") no-repeat center center;
  background-size: 25px 25px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
}

.count-down p {
  font-weight: 300;
  font-size: 22px;
  float: left;
}

.count-down p:after {
  content: "";
  clear: both;
}

.count-down p:first-child {
  margin-left: 40px;
  margin-right: 12px;
}

.count-down span {
  font-size: 0.72em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 12px 0 8px;
}

.count-down span:last-child,
.count-down span:nth-child(2) {
  margin-right: 0;
}

/* _____________________________________

11. Gallery
_____________________________________ */

.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.img-hover-effect {
  position: relative;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.img-hover-effect img {
  max-width: 100%;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 2s ease;
}

.img-hover-effect:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-hover-effect .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.img-hover-effect:hover .img-overlay {
  opacity: 0.7;
}

.img-hover-effect .img-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 100%;
  left: 50%;
  padding: 5px 8px;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.img-hover-effect:hover .img-title {
  opacity: 1;
  top: 50%;
}

.gallery .img-description {
  display: none;
}

/* _____________________________________

12. Misc
_____________________________________ */

.sr .reveal {
  visibility: hidden;
}

.map p {
  font-size: 12px;
    margin-top: 0;
  margin-bottom: 5px;
  color: #24262d;
}

.map > div {
  width: 100%;
  height: 600px;
}

.button-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 0;
}

.button-control {
  float: left;
  margin: 0 5px;
  padding: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  line-height: 1;
  border: 0;
  cursor: pointer;
  z-index: 100;
}

.button-control-wrapper {
  position: absolute;
  bottom: 35px;
  left: 35px;
  margin: 0 -5px;
}
