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

html {
	width: 100%;
}

body {
	font-family: "museo-sans", Calibri, Helvetica, Arial, sans-serif;
	color: #4a4a4a;	
	font-weight: 300;
	width: 100%;
    height: 100%;
	background: #a59a74;
}

a {
	color: #a59a74;
}

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

.content ul li, .content-white ul li {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	list-style-image: url(../images/li.png);
}

.nav-tabs li, .nav-pills li {
	list-style-image: none !important;
}

.card-body ul li, .tab-pane ul li {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 0;
}

.nav-tabs li a {
font-size: 18px;
}

/* QUICK 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; }
.mrightbig {margin-right: 35px;}
.mbottombig { margin-bottom: 25px; }
.mtopbig {margin-top: 25px;}

.padtopsm { padding-top: 10px; }
.padtop { padding-top: 15px; }
.padbottom { padding-bottom: 15px; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.pad5 { padding: 5px; }
.nopad { padding: 0; }

.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; }

::-moz-selection {
    color: #fefefe;
    background: #a59a74;
}

::selection {
    color: #fefefe;
    background: #a59a74;
}

.highlight {
	color: #a59a74;
}

p a:link, p a:visited, ul.links li a:link, ul.links li a:visited {
	color: #a59a74;
	font-weight: 700 !important;
}

p a:active, p a:hover, ul.links li a:active, ul.links li a:hover {
	color: #444;
}

.splash h1, .secondary-splash h1 {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}

.secondary-splash h1 {
	font-family: "museo-sans", Calibri, Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 0px !important;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
}

h1 {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Clibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #a59a74;
	text-transform: uppercase;
}

h2 {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Clibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	font-size: 34px;
	color: #404040;
	text-transform: uppercase;
	margin-bottom: 35px;
}

h3 {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Clibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	font-size: 34px;
	color: #404040;
	text-transform: uppercase;
}

h4 {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Clibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #7a7a7a;
	font-size: 28px;
	margin-bottom: 5px;
}


.contacts h4 {
	font-weight: 900;
	text-transform: uppercase;
	color: #7a7a7a;
}


.text-sm {
	font-size: 13px;
}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding-top: 0;
	margin-right: 0;
}

.navbar-collapse {
	background: rgba(0,0,0,0.4);
}

.navbar-dark, .bg-dark {
	background: none !important;
	border-top: 8px solid #ffffff;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
 
@media (max-width: 767px) {
	.navbar-collapse {
		background: rgba(255,255,255,1);
	}
	.navbar-dark, .bg-dark {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
		background: #ffffff !important; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%)!important; /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%)!important; /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

	}
	.navbar-dark .navbar-toggler {
		color: #444444 !important;
		border-color: #444444 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(68,68,68,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.navbar-dark .navbar-nav .nav-link {
		color: rgba(68,68,68,1) !important;
		-webkit-transition: all 0.2s; /* Safari */
		transition: all 0.2s;
	}
}

.navbar-nav {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Calibri, Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
}

#broch-btn {
	background: rgba(188,174,129,0.8);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(239,239,239,0.79);
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(188,174,129,0.8);
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.navbar-nav li.active {
	border-bottom: 2px solid rgba(188,174,129,0.8) !important;
}

.navbar-nav li.active a {
	color: rgba(188,174,129,0.8) !important;
}

section.splash {
	background: url(../images/splash-bg.jpg) center repeat-x fixed #a59a74;
	background-size: cover;
	color: #fff;
	height: 100%;
	padding-top: 25%;
	margin-top: -130px;
}

section.secondary-splash {
	color: #fff;
	height: 500px;
	margin-top: -144px;
	padding-top: 225px;
}

@media (max-width: 767px) {
	section.splash {
		margin-top: 0;
	}
	section.secondary-splash {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.splash h1 {
		font-size: 30px;
	}
	
	.secondaryPlash h1 {
		font-size: 30px;
	}
	
	section.splash {
		padding-top: 45%;
	}
	p.lede {
		font-size: 20px;
	}
}

.body01 section.secondary-splash {
	background: url(../images/secondary-splash-03.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body02 section.secondary-splash {
	background: url(../images/secondary-splash-02.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body03 section.secondary-splash {
	background: url(../images/secondary-splash-01.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body04 section.secondary-splash {
	background: url(../images/secondary-splash-06.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body05 section.secondary-splash {
	background: url(../images/secondary-splash-04.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body06 section.secondary-splash {
	background: url(../images/secondary-splash-03.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body07 section.secondary-splash {
	background: url(../images/secondary-splash-02.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body08 section.secondary-splash {
	background: url(../images/secondary-splash-07.jpg) center no-repeat #a59a74;
	background-size: cover;
}

.body09 section.secondary-splash {
	background: url(../images/secondary-splash-05.jpg) center no-repeat #a59a74;
	background-size: cover;
}

#intro {
	background: none;
	position: absolute;
	bottom: 0;
	border-bottom: 5px solid #efefef;
}

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

section.content {
	background: #efefef;
	padding: 75px 0;
}

section.footer {
	background: #404041;
	color: #efefef;
	padding: 40px 0;
}

section.bumpers {
	padding: 0;
	border-top: 4px solid #a59a74;
	border-bottom: 4px solid #a59a74;
}

section.bumpers .row {
	height: 324px;
}

@media (max-width: 767px) {
	section.bumpers .row {
		height: 972px;
	}
	.bumper-building, .bumper-location, .bumper-amenities {
		height: 324px !important;
	}
}

a.bump-btn:link, a.bump-btn:visited {
	padding: 5px 20px;
	font-weight: 800;
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Calibri, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 25px;
	background: rgba(85,80,80,0.7);
	border: 1px solid rgba(255,255,255,0.7);
	text-transform: uppercase;
	margin-top: 200px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
	letter-spacing: 1px;
	text-shadow: 2px 2px rgba(0,0,0,0.7);
}

a.bump-btn:active, a.bump-btn:hover {
	background: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.7);
	text-decoration: none;
	color: #a59a74;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}

.bumper-building {
	background: url(../images/bumper-building.jpg) center no-repeat;
	background-size: cover;
}

.bumper-location {
	background: url(../images/bumper-location.jpg) center no-repeat;
	background-size: cover;
}

.bumper-amenities {
	background: url(../images/bumper-amenities.jpg) center no-repeat;
	background-size: cover;
}

.home-bump {
	background: url(../images/bumper-home.jpg) top left no-repeat;
	min-height: 525px;
}

.overlay {
	background: rgba(255,255,255,0.8);
	border: 1px solid #ffffff;
	margin: 50px 20px 20px 20px;
	padding: 30px;
	height: 350px;
}

.space-beige p, .space-grey p {
	margin: 0;
	line-height: 40px;
}

.space-beige {
	height: 40px;
	background: #a59a74;
	color: #FFF;
	text-transform: uppercase;
	
}

.space-grey {
	height: 40px;
	background: #DDDDDD;
	color: #444444;
	text-transform: uppercase;
	
}

.space-btn {
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background: #a59a74;
	font-weight: 800;
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Calibri, Helvetica, Arial, sans-serif;
}

.space-btn:hover {
	background: #787053;
}

.space-btn a:link, .space-btn a:visited {
	color: #FFF;
	text-transform: 0;
	font-size: 25px;
	margin: 0;
}

.footer p {
	font-size: 15px;
}

.footer p a:link, .footer p a:visited {
	color: #efefef;
	font-weight: 700;
}

.footer p a:active, .footer p a:hover {
	color: #a59a74;
}

p.lede {
	font-weight: 100;
	font-size: 22px;
	line-height: 30px;
}

.splash p {
	font-family: "mr-eaves-xl-modern-narrow", "museo-sans", Clibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
}

p.homeName {
	font-weight: 500;
	font-size: 17px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

p.text-lg {
	font-size: 1.8em;
	padding-top: 10px;
}

p.text-lg a:link, p.text-lg a:visited {
	color: #a59a74;
}
p.text-lg a:active, p.text-lg a:hover {
	color: #444;
}

.mix {display: none;}

.btn-primary { 
  color: #ffffff !important; 
  background-color: #B5AB86; 
  border-color: #ADA380; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff !important; 
  background-color: #7A745D; 
  border-color: #ADA380; 
} 
 
.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: #B5AB86; 
  border-color: #ADA380; 
} 
 
.btn-primary .badge { 
  color: #B5AB86; 
  background-color: #ffffff; 
}
.btn-outline-light:hover {
	color: #a59a74;
}

.separatorWrap {
    width: 100%;
    float: left;
}

.separator {
    width: 90px;
    height: 4px;
    background: #a59a74;
    margin-top: 10px;
    margin-bottom: 30px;
    left: 50%;
    margin-left: -45px;
    position: relative;
    float: left;
}

.separatorContact {
    width: 75px;
    height: 4px;
    background: #a59a74;
    margin-top: 5px;
    margin-bottom: 10px;
    left: 0;
    position: relative;
    float: left;
}

.ctaReg {
	color: #efefef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 300;
	font-size: 22px;
}

.ctaBold {
	color: #efefef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 700;
	font-size: 24px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    color: white;
    /*background: rgba(72,113,148, 0.7);*/
	background: rgba(0,0,0,0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    background: rgba(0,0,0,0.2); }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px;}
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }


.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
.accent {
	background: #d4d0c3;
	padding: 20px;
}

.nav-pills a:link, .nav-pills a:visited {
	color: #a59a74;
}

.nav-pills a:hover {
	background: #ccc;
}

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
	background: #a59a74;
	color: #efefef;
}

polygon {
	transition: all 0.25s ease 0s;	
	fill-opacity: 0 !important;
}

polygon:hover {
	stroke-opacity: 1 !important;	
	fill: #ffd84a !important;
	fill-opacity: 0.8 !important;
	transition: all 0.25s ease 0s;
	cursor: pointer;
}

.li-separator {
	list-style: none !important; 
	text-transform: uppercase; 
	font-weight: 700; 
	margin-bottom: 15px !important; 
	margin-left: -30px;
}

.body03 .tab-pane, .body04 .tab-pane, .body05 .tab-pane {
	background: #fff;
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tab-pane a:link, .tab-pane a:visited {
	color: #444444;
}

.tab-pane a:active, .tab-pane a:hover {
	color: #a59a74;
}

.error-notice {
  margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
  width: 90%; /* Configure it fit in your design  */
  margin: 0 auto 15px auto; /* Centering Stuff */
  background-color: #FFFFFF; /* Default background */
  padding: 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.oaerror a:link, .oaerror a:visited {
	color: #444444;
	font-weight: 500;
	border-bottom: 1px dotted #444444;
}

.oaerror a:active, .oaerror a:hover {
	color: #a59a74;
	font-weight: 500;
	border-bottom: 1px dotted #a59a74;
	text-decoration: none;
}

.success {
  border-left-color: #a59a74;
  background-color: rgba(0,0,0, 0.05);
}

.success strong {
  color: #2b542c;
}