/****
	HTML Tag Classes
****/
body {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

h2 {
	color: #5c99d2;
	font-weight: bold;
}

h3 {
	color:  #3d86c6;
	margin-top: 0px;
}

label {
	font-size: 14px;
}


/*********************************************************************/
/****
	Bootstrap overrides
****/
.navbar-default {
	border-color: transparent;
	border-style: none;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	margin: 0px;
	z-index: 10;
}

.navbar-fixed-top{
	height: auto;
	padding: 5px 0px;
}

.navbar-brand {
	padding-top: 0px;
	float: none;
}

.nav>li>a {
	padding: 0px 10px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

.navbar-default .navbar-nav>li:last-child>a {
	border-right-style: none;
	border-right-width: 0px;
}

.navbar-default .navbar-nav>li>a:hover {
	/*color: #ffffff;*/
	background-color: rgba(85, 124, 217, 0.5);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(85, 124, 217, 0.5);
	background-image: none;
	/*color: #ffffff;*/
	cursor: default;
	border-radius: 0px;
}

.navbar-link {
	cursor: pointer;
}

.container-fluid .jumbotron {
	padding: 0px;
	margin-bottom: 10px;
}


/*********************************************************************/
/****
	Custom Classes
****/
.navbar-styling {
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	border: none;
	box-shadow: none;
}

#navbar-container {
	/*padding-top: 10px;*/
}

#hero-container {
	padding: 0px;
}

.language-choice {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.language-choice a:link, a:visited {
	color: #5b483a;
}

.language-choice a:hover {
	color: #5b483a;
}

.container-vertical-spacing {
	margin-top: 40px;
}

.btn-info-docs {
	border-radius: 8px;
	color: #ffffff;
	font-weight: bold;
	/*-webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .5);*/
}

.btn-rate-sheet {
	background-color: #3d86c6;
}

.btn-site-plan {
	background-color: #b2d560;
}

.script-font {
	font-family: 'Kaushan Script', cursive;
}

.community-block {
	color: #ffffff;
	padding: 10px 0px;
}

.casa-del-valle-block {
	background-color: #5c99d2;
}

.kenwood-block {
	background-color: #b2d560;
}

.snow-to-sun-block {
	background-color: #f6ae3d;
}

.community-link>a:link, .community-link>a:hover, .community-link>a:visited {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

.xs-alignment {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.reserve-box {
	background-color: #3d86c6;
	padding: 5px;
	font-size: 22px;
}

.reserve-box-click-here {
	color: #fdbd4a;
	font-weight: normal;
}

.list-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.list-li {
	padding-left: 1em; 
	text-indent: -.7em;
}

.list-li::before {
	content: "\2022";
	font-size: 18px;
	padding-right: 7px;
}
.bullets-blue::before {
	color: #5c99d2;
}

.font-light {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.font-medium {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
.font-bold {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

.black-text {
	color: #000000;
}

.white-text {
	color: #ffffff;
}

.blue-text {
	color: #5c99d2;
}

.light-blue-text {
	color: #8fc7e9;
}

.yellow-text {
	color: #ffc633;
}

.faq-q {
	font-weight: bold;
	margin-bottom: 0px;
}

.col-divider-left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
}

.col-divider-right {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
}

.col-divider-left-blue {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5c99d2;
}

.row-divider {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5c99d2;
}

.cancellation-refunds {
	font-size: 14px;
	color: #000000;
	line-height: 1;
}

.cancellation-refunds-fine-print {
	font-size: 9px;
	color: #000000;
}

.orange-bar {
	background-color: #f6ae3d;
	padding: 2px;
	margin-top: 15px;
}

.specials-blocks {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.specials-middle-spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sales-bullet-header {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

.sales-li {
	font-weight: normal !important;
	font-size: 18px !important;
}

.form-container {
	background-color: #d9d9d9;
	padding: 30px;
}

.form-select {
	width: 100%;
}

.btn-submit {
	/*background-color: #ffc633;*/
	background-color: #f6ae3d;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
}

.h3-custom-margin {
	margin-bottom: 0px;
	margin-top: 10px;k
}

.no-margin-top-bottom {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sunglasses-container {
	background-color: #e4ebf6;
}

#myMap {
	width: 100%;
	height: 250px;
	border: 3px solid #5c99d2;
	margin-top: 10px;
}

#myMapXs {
	width: 100%;
	height: 250px;
	border: 3px solid #5c99d2;
	margin-top: 10px;
}