@charset "UTF-8";
/* CSS Document */

body {overflow:hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/ajax-loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: urw-din, open-sans, Calibri, Helvetica, Arial, sans-serif;
	color: #262626;	
	font-weight: 300;
	width: 100%;
    height: 100%;
    background: #494951;
}

p {
	font-size: 18px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: refrigerator-deluxe, rift, urw-din, open-sans, Verdana, Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #3d3c3c;
}

h1 {
    font-size: 40px;
    color: #fff;
}

h2 {
    font-weight: 900;
    color: #202224;
    font-size: 35px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-bottom: 30px;
    z-index: 899;
}

@media screen and (max-width: 500px) {

h2::after {
   
    font-size: 30px;
    
}

}

h2::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 15px;
    background: #8392af;
    left: -10%;
    bottom: 0;
    z-index: -1;
    box-sizing: border-box;
    
}


h3 {
    font-size: 45px;
    color: #8392af;
    margin-bottom: 0;
    font-weight: 900;
}

p.stat {
    font-family: refrigerator-deluxe, urw-din, open-sans, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #7d848a;
    font-size: 25px;
}

strong {
    font-weight: 600;
}


/* QUICK MARGINS / PADDING / DELAY CLASSES TO USE
-------------------------------------------------- */

.fright { float: right;	}
.fleft { float: left; }

.mtop { margin-top: 15px; }
.mbottom { margin-bottom: 15px; }
.mleft { margin-left: 15px; }
.mright { margin-right: 15px; }
.mbottombig { margin-bottom: 25px; }
.mtopbig {margin-top: 25px;}

.padtop { padding-top: 15px; }
.padbottom { padding-bottom: 15px; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.pad5 { padding: 5px; }
.pad15 { padding: 25px !important; }

.clear { clear: both; }

.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay3 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay5 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
.delay6 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay7 { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay8 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay9 { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.delay10 { -webkit-animation-delay: 2s; animation-delay: 2s; }
.delayArrow { -webkit-animation-delay: 4s; animation-delay: 4s; }

/* END QUICK CLASSES 
-------------------- */

::-moz-selection {
    color: #fefefe;
    background: #8392af;
}

::selection {
    color: #fefefe;
    background: #8392af;
}

.highlight {
	color: #8392af;
}

p a:link, p a:visited {
	color: #8392af;
	font-weight: 600;
}

p a:active, p a:hover {
	color: #494951;
    text-decoration: none;
    border-bottom: 1px dotted #494951;
}

.nav-container {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 900;
}

.nav-bg-light {
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s;
}

.custom-nav-links {
    font-family:  refrigerator-deluxe, urw-din, open-sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    transition: all 0.5s;
    z-index: 900;
    text-transform: uppercase;
    padding-top: 5px;
}

.logo img {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.nav-bg-light .logo img {
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

.custom-nav-links p {
    color: #fff;
    font-size: 21px;
}

.custom-nav-links p a:visited, .custom-nav-links p a:link {
    color: #fff;
    font-weight: 300;
    border-bottom: 1px dotted rgba(255,255,255,0.4);
}

.custom-nav-links p a:active, .custom-nav-links p a:hover {
    color: #8392af;
    font-weight: 300;
    border-bottom: 0;
    border-bottom: 1px solid #8392af;
}

.dark-links p a:visited, .dark-links p a:link {
    color: #49494f !important;
    border-bottom: 1px dotted rgba(0,0,0,0.4);
}

.dark-links p {
    color: #49494f;
}


.navbar {
    font-family:  refrigerator-deluxe, urw-din, open-sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-top: 50px;
    transition: all 0.5s;
    z-index: 900;
    text-transform: uppercase;
}

.navbar-brand {
    right: 0;
}

.top-nav-collapse {
    margin-top: 0 !important;
    background: #fff;
    transition: all 0.5s;
    border-bottom: 1px solid #ddd;
}

.nav-link.disabled {
    color: #fff;
}

.top-nav-collapse .nav-link.disabled {
    color: #222222;
}

.navbar-nav a.nav-link:visited, .navbar-nav a.nav-link:link {
    color: #fff;
}

.navbar-nav a.nav-link:active, .navbar-nav a.nav-link:hover {
    color: #8392af;
}

.top-nav-collapse .navbar-nav a.nav-link:visited, .top-nav-collapse  .navbar-nav a.nav-link:link {
    color: #222222;
}

.top-nav-collapse  .navbar-nav a.nav-link:active, .top-nav-collapse  .navbar-nav a.nav-link:hover {
    color: #8392af;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: rgba(167,98,91,0.95); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  text-align: center;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #efefef;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

.hamburger {
    color: rgba(255,255,255,0.7);
    font-size: 30px;
    margin-right: 15px;
}

.top-nav-collapse .hamburger {
    color: rgba(0,0,0,0.7);
}

.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 45px;
  font-size: 46px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

.splash {
  width: 100%;
  height: 100vh;
}

.splash i {
    color: rgba(255,255,255,0.5);
    font-size: 30px;
    padding-bottom: 25px;
}
.splash p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.blue-bg {
    background: #494951;
    border-top: 6px double #fff;
    border-bottom: 6px double #fff;
    -webkit-box-shadow: 0 0 0 6px #494951;
    box-shadow: 0 0 0 6px #494951;
}

/* Gradient Version 
.blue-bg {
   
background: #897361; 
background: -moz-linear-gradient(45deg,  #897361 0%, #8e6745 21%, #704c2b 49%, #8e6745 80%, #897361 100%); 
background: -webkit-linear-gradient(45deg,  #897361 0%,#8e6745 21%,#704c2b 49%,#8e6745 80%,#897361 100%); 
background: linear-gradient(45deg,  #897361 0%,#8e6745 21%,#704c2b 49%,#8e6745 80%,#897361 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897361', endColorstr='#897361',GradientType=1 ); 

    border-top: 6px double #fff;
    border-bottom: 6px double #fff;
    -webkit-box-shadow: 0 0 0 6px #897361;
    box-shadow: 0 0 0 6px #897361;
}
*/

p.text-white {
    color: #fff !important;

}

 .diagonal-box {
	
	transform: skewY(4deg);
    height: auto;
    padding: 100px 0;
    margin-top: -7vh;
    
}

.diagonal-box .container {
	transform: skewY(-4deg);
}

/* Diagonal fix for extra wide displays */
@media (min-aspect-ratio: 8/4.8) {
  .diagonal-box {
	
	transform: skewY(2deg);
    height: auto;
    padding: 75px 0;
    margin-top: -5vh;
    
}

.diagonal-box .container {
	transform: skewY(-2deg);
}
}

.diagonal-box-sm {
	
	transform: skewY(2deg);
    height: auto;
    padding: 50px 0;
    margin-top: -4vh;
    
}

.diagonal-box-sm .container {
	transform: skewY(-2deg);
}


.secondary-splash {
    height: 85vh;
    margin-top: -7vh;
}

.bump-up {
    margin-top: -7vh;
    padding-top: 10vh !important;
    background: #efefef;
}

.intro {
    padding-top: 25px;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.intro p a:link, .intro p a:visited {
	color: #fff;
	font-weight: 600;
}

.intro p a:active, .intro p a:hover {
	color: #dddddd;
    text-decoration: none;
    border-bottom: 1px dotted #dddddd;
}

section.content-white {
	background: #ffffff;
	padding: 100px 0;
}

section.content, section.content-grey {
	background: #efefef;
	padding: 100px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.info-box {
    
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 25px;
    -webkit-box-shadow: 20px 20px 0 0 rgba(167,98,82,.7);
    box-shadow: 20px 20px 0 0 rgba(167,98,82,.7);
    margin-right: -75px;
    z-index: 100;
}

section.specs {
    padding: 30px 0;
    border-bottom: 15px solid #ddc2c0;
}

section.specs p {
    margin-bottom: 0;
}

section.map-wrap {
    height: auto;
}

#map {
    width: 100%;
    height: 500px;
}


section.featured {
	padding: 0;
    background: #efefef;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pad {
	padding: 100px 0 100px 55px;
}

.feature-img {
	min-height: 300px;
    background-image: url("../images/hero-dusk.jpg");
    background-size: cover;
    background-position: center;
    
}

section.footer {
	background: #494951;
    border-top: 6px double #fff;
    -webkit-box-shadow: 0 0 0 6px #494951;
    box-shadow: 0 0 0 6px #494951;
	color: #fefefe;
}

section.footer h4 {
	color: #fefefe;
	margin-bottom: 25px;
}

section.footer p {
	font-size: 15px;
	line-height: 22px;
}

section.footer p a:link, section.footer p a:visited {
	color: #fefefe;
	font-weight: 400;
	text-decoration: none;
}

section.footer p a:active, section.footer p a:hover {
	color: #8392af;
	text-decoration: underline;
}

.custom-bottom {
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.btn-primary { 
  color: #FFFFFF; 
  background-color: #8392AF; 
  border-color: #4F5D78; 
  text-tansform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #FFFFFF; 
  background-color: #4F5D78; 
  border-color: #4F5D78; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #8392AF; 
  border-color: #4F5D78; 
} 
 
.btn-primary .badge { 
  color: #8392AF; 
  background-color: #FFFFFF; 
}

form label {
    font-size: 18px;
    font-weight: 400;
}

.form-check-label {
    font-weight: 100;
    padding-left: 1.5rem;
}

.form-check-input {
    margin-top: 0.45rem;
    margin-left: 0;
}

.form-control {
    font-size: 1.2em;
    font-weight: 100;
}

.form-control:focus {
    border: 1px solid #8392af;
    -webkit-box-shadow: 0 0 0 1px #8392af;
box-shadow: 0 0 0 1px #8392af;
}



/* MEDIA QUERIES
------------------------*/

@media only screen and (max-width: 767px) {
	.container {
		max-width: 95%;
	}
    
    .navbar-nav {
        background: #fff;
    }
    
   
 
}

@media only screen and (max-width: 991px) {
    .info-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
    }
    
     .max-width {
      width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1500px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 800px;
  }
 
  
  
}
/*------- end of 768px -------*/

@media only screen and (min-width: 992px) {
  
  
  .container {
    max-width: 960px;
  }

  .container.container-lg {
    max-width: 1100px;
  }
  
  .info-box {
  margin-left: 15px;
  }
}
/*------- end of 992px -------*/

@media only screen and (min-width: 1000px) {

.container {
    max-width: 1040px;
  }

}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
 
}

@media only screen and (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
  .container-fluid {
  max-width: 1500px;
  }
   .max-width {
      width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1500px;
  }
}
/*------- end of 1200px -------*/