/* ==========================================================================
LOGO MAUVE (Brand)	cb8761	rgb 203,135,97
LIGHT SAND			ffebd2	rgb 255,235,210
WARM BLACK			161a20  rgb 22,26,32
NAV HIGHLIGHT		f0c828	rgb 240,200,40
LINK RED			#852222	rgb 108,28,28
========================================================================== */





/* ==========================================================================
HARDCODING THE HEIGHTS OF THINGS
========================================================================== */
body { padding-top:50px; position: relative;}
@media (min-width: 576px)  { body { padding-top:50px; } }
@media (min-width: 768px)  { body { padding-top:50px; } }
@media (min-width: 992px)  { body { padding-top:50px; } }
@media (min-width: 1200px) { body { padding-top:50px; } }



/* ==========================================================================
UTILITY CLASSES
========================================================================== */
.shadow1 {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
.shadow2 {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.text-shadow1 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.remove-container-padding {
  padding-right: 0!important;
  padding-left: 0!important;
}
textarea, input, button, textarea:focus, input:focus, button:focus { outline: none; }
.bg-black{
    background-color:black;
}
.font-medium{
    font-size:3.5em!important;
}

.shadow1{
    box-shadow: 2px 5px 10px rgba(0,0,0,.5);
}

a{
    outline:none;
}

/* ==========================================================================
OVERWRITES
========================================================================== */

.font-red {
    color:#b51a00;
}

.navbar-dark .navbar-nav .nav-link{
    color: #b3b3b3;
}

.navbar-dark .navbar-nav .nav-link:hover, .active {
    color: white!important;
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}
.social{
    font-size: 1.5em!important;
    padding: 0 .5rem;
}
.btn-primary {
	background-color: #cc2626;
}



/* ==========================================================================
HEADER
========================================================================== */
h1, h2 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.main-logo {
	max-width:305px;
	position: absolute;
	z-index: 100000;
	top: 8px;
	right: 0;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.main-logo {
		max-width:500px;
		top: 5px;
	}
}
@media (min-width: 768px) {
	.main-logo {
		max-width:640px;
		top: 5px;
		left: 0;
	}
}
@media (min-width: 992px) {
	.main-logo {
		max-width:750px;
		top: 43px;
		left: 0;
	}
}
@media (min-width: 1200px) {
	.main-logo {
		max-width:840px;
		top: 43px;
		left: 0;
	}
}




/* ==========================================================================
FOOTER
========================================================================== */
footer {
	font-size:0.65em;
	letter-spacing: 0.02rem;
    margin-top: 1rem;
}

.img-footer{
    max-height:3rem;
}


/* ==========================================================================
BOOTSTRAP OVERWRITES
========================================================================== */
.navbar-nav {
	
}
.nav-link {
	text-transform: uppercase;
	font-size:0.86em;
    letter-spacing: 0.02rem;
}
.bg-dark {
    background-color: black;
}
body{
    background-color:#cacaca;
}
.mt-5{
    margin-top:6rem!important;
}
.mb-5{
    margin-bottom:6rem!important;
}
.pt-5{
    padding-top:6rem!important;
}
.mt-4{
    margin-top:4rem!important;
}
.mb-4{
    margin-bottom:4rem!important;
}
.pt-4{
    padding-top:4rem!important;
}
.modal-content{
    background-color:white!important;
    color:black;
    text-align: left;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: .5rem;
    padding-bottom: 1.2rem;
}
.close span:hover{
    cursor: pointer;
}

.underline-a:hover{
    text-decoration: underline!important;
}


.images .modal-dialog, .images .modal-lg {
    max-width: 95vw!important;

}

.images .modal-content {
    background-color: #fff!important;
    color: black;
    text-align: left;
    padding-right: .2rem; 
    padding-left: .2rem; 
    padding-top:.2rem; 
    padding-bottom:.2rem; 
}

.images .close{
    padding-right:.2rem;
}

.modal-img h3{
    padding-top:.3rem;
}

/* ==========================================================================
SECTION EDITS
========================================================================== */
#contact-form {
    background-color: rgba(0,0,0,.65);
}

input[type=text], input[type=phone], input[type=email] {
    width: 100%;
    border: none;
}

input[type=checkbox] {
    border:none;
}

.inputcheckbox{
    width:45%;
}

.text-faded{
    color:lightgray;
}

#contact-form select{
    outline:none;
}

hr{
    margin-bottom:0;
}

i, i:hover{
    text-decoration:none!important;
}

a{
    text-decoration:none!important;
}

.amenities{
    padding:5px;
}

.amenities0{
    padding:4px 0;
}

.amenities:hover{
    background-color:rgba(255,255,255,.2);
    cursor: pointer;
}

/* modal */
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}


/* end .roundedTwo */

/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color:#b51a00;

}
.navbar-inverse .navbar-nav > li > a {
        font-size:20px;
}
.navbar-right > li > a {
    padding:15px 7px 0 7px;
}
.nav .lesspad {
    padding:18px 18px 0 18px;
}
@media (max-width: 768px) {
    .navbar-right > li {
        display: inline-block;
    }
}
.navbar-right > li > a > i {
    font-size:20px;
}
.navbar-brand {
    font-size:30px;
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
    color: #cacaca!important;
    border-color: rgba(255, 255, 255, 0.5);
}






/* ==========================================================================
Floor Plans
========================================================================== */
    #background-fp{
        background: url(../img/Floorplans-L1_BW-red.png) no-repeat center center;
        height:55em;
        width:100%;
    }
    #background-fp2{
        background: url(../img/Floorplans-L2_BW-red.png) no-repeat center center;
        height:55em;
        width:100%;
    }
    #background-fp3{
        background: url(../img/FloorplanV3L1-sm.png) no-repeat center center;
        height:55em;
        width:100%;
    }
    #background-hover, #background-hover2{
        height:57em;
    }
	#background-hover2 td{
	    border:1px solid rgba(0,0,0,0);
	}
   



/* ==========================================================================
FLOORPLANS & UNITS
========================================================================== */
.units-accordion {
	width:100%;
}
.legend {
	padding: 0px 8px 0 8px;
	font-size: 0.8em;
	text-transform: uppercase;
}
.item-trigger {
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}
[data-toggle="collapse"] .fa:before {  
  content: "\f146";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f0fe";
}


/* ==========================================================================
MISC & CUSTOM
========================================================================== */
.marilyn-bgs-1 { background-image: url(../img/section-bgs/section-bg-1.jpg); } /* Dark  */
.marilyn-bgs-2 { background-image: url(../img/section-bgs/section-bg-2.jpg); } /* Dark  */
.marilyn-bgs-3 { background-image: url(../img/section-bgs/section-bg-4.jpg); } /* Light */
.marilyn-bgs-4 { background-image: url(../img/); }
.marilyn-bgs-5 { background-image: url(../img/subtle-bg-gradient-1.jpg); }
.marilyn-bgs-6 { background-image: url(../img/section-bgs/section-bg-3.jpg); } /* Dark  */
.marilyn-bgs-7 { background-image: url(../img/); }
.marilyn-bgs-8 { background-image: url(../img/section-bgs/section-bg-conference-room.jpg); } /* Dark  */
.marilyn-bgs-1,
.marilyn-bgs-2,
.marilyn-bgs-4,
.marilyn-bgs-6,
.marilyn-bgs-7,
.marilyn-bgs-8 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-size: cover;
}
.marilyn-bgs-3 {
    background-repeat: no-repeat;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-size: cover;
}
.marilyn-bgs-5 {
    background-repeat: no-repeat;
    background-size: cover;
}

.marilyn-detail-pic {
	max-width:180px;
    border: 1px solid #fff;
}
.articles {
	display: block;
	text-align: center;
}
.article {
	display: inline-block;
	width:100%;
	text-align: left;
	vertical-align: top;
}
.museimg{
    max-height:15rem;
}
.mapimg{
    max-height:26rem;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.article {
		width:45%;
	}
}
@media (min-width: 992px) {
	.article {
		width:29%;
	}
}
@media (min-width: 1200px) {
	.article {
		width:20%;
	}
}





/* ==========================================================================
PLANYO CSS OVERRIDES
========================================================================== */
.btn {
	text-transform: capitalize;
}
#phone_country_param {
	display:none;
}
.reservation-item {
	border-top:1px solid #fff;
	color: #fff;
	background-color:rgba(0,0,0,.3);
	padding: 4px 16px 0 16px;
}
.reservation-item:last-child {
	border-bottom:1px solid #fff;
}
.reservation-item .row {
	margin-left:0;
	margin-right:0;
}
.bg-danger {
	background-color: rgb(108, 28, 28)!important;
}
.form-group {
	padding:0;
    margin-right: 1px;
}
#product-page li.prodheader {
    text-transform: uppercase;
    font-size: 0.76rem;
}
.add-products-css-fixes .col-prodname {
	width:200px;
}
.add-products-css-fixes .col-unitprice {
	width:86px;
}
.add-products-css-fixes .col-qty {
	width:44px;
}
.add-products-css-fixes .col-subtotal {
	/* width:90px; */
}
.add-products-css-fixes .col-extra {
	width:100%;
	padding: 2px 0;
}
.add-products-css-fixes .list-group-item {
	background-color: #161a2000;
}
.rental-id-expanded {
    border: 1px solid #fff;
    color: #fff!important;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00000050;
}
html .planyo .dl-horizontal dd {
	padding-bottom: 14px;
}
.small-upper-bold {
	/*text-transform: uppercase;*/
	font-weight: 600;
	font-size: 0.8em;
}
.bolder {
	font-weight: 700;
}
#reserve_form label {
	min-width: 420px;
	color:#fff!important;
	font-size:1.1em!important;
}
#reserve_form h3 {
	margin-bottom: 2rem;
}







/* ==========================================================================
SM Screen Tweaks
========================================================================== */
@media (max-width: 769px) {
	.add-products-css-fixes .col-unitprice {
		width:75px;
	}
	.add-products-css-fixes .col-qty {
		width:38px;
	}
	.add-products-css-fixes .col-prodname,
	.add-products-css-fixes .col-unitprice,
	.add-products-css-fixes .col-qty,
	.add-products-css-fixes .col-subtotal {
	    padding-top: 10px;
	}
	.add-products-css-fixes #product-page h4 {
		margin-bottom: 2px;
	}
	.add-products-css-fixes .col-xs-2 {
		padding-left:0px!important;
	}
	#reserve_form label {
		min-width: 120px;
	}
}
/* ==========================================================================
XS Screen Tweaks
========================================================================== */
@media (max-width: 576px) {
	.add-products-css-fixes .col-prodname {
		width:130px;
	}
	.add-products-css-fixes .col-unitprice {
		width:75px!important;
	}
	.add-products-css-fixes .col-qty {
		width:36px;
	}
	.add-products-css-fixes .col-subtotal {
		width:66px!important;
	}
	.add-products-css-fixes .col-extra {
		text-align: left!important;
	}
	.add-products-css-fixes .col-subtotal h4 {
		text-align:left!important;
		border-radius: 0px!important;
		background:rgba(0,0,0,0)!important;
		margin:0!important;
	    padding-top: 10px!important;
	}
}


/* ==========================================================================
MASTER SLIDER CUSTOM 
========================================================================== */
.ms-custom-2 {
	color: #fff;
	font-size:1.2em;
	letter-spacing: 0.1rem;
}
.ms-custom-3 {
	color: #fff;
	font-size:1.2em;
	letter-spacing: 0.1rem;
}
.ms-custom-4 {
	text-align: center;
}


/* ==========================================================================
MEMBERS ONLY SECTION #members
========================================================================== */
.override-row-display .row {
	display:block;
}
.member-login-form {
	border: 1px solid #fff;
	width: 336px;
}
#members input[type=text],
#members input[type=password]  {
	width:100%;
}
#members a,
#cms a {
	color:#cc2626;
}
#members a:hover,
#cms a:hover {
	color:#cc2626;
}
#cms table {
	margin-top:1rem;
	margin-bottom:1rem;
}
#cms tr {
    vertical-align: top;
}
#cms th {
    padding:0rem 1.8rem 0.4rem 0;
    text-transform: uppercase;
}
#cms td {
    padding:0rem 1.8rem 1.2rem 0;
}
#cms .button-delete, 
#cms .button-cancel {
	border:1px solid rgb(216,216,216);
	padding-bottom:3px;
	padding-top: 2px;
	color:#fff;
}
#cms .button-delete:hover, 
#cms .button-cancel:hover {
	color:#fff;
}
#cms .button-delete {
	background-color: #ad2b2b;
	float:right;
}
#cms .button-cancel {
	background-color: #57ca2a;
}
#cms .checkbox {
	padding-bottom: 0.4rem;
}
#cms .checkbox input[type="checkbox"]{
	margin-right: 0.4rem;
}



/* ==========================================================================
MEMBERS DIRECTORY
========================================================================== */
.background-white {
	background: rgba(255,255,255,1);
	border: 1px solid #fff;
    border-radius: 4px;
}
.directory-logos {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	max-height:57px;
}
.upgrades-list {
  list-style-type:upper-alpha;
  padding-left: 1.1rem;
}




/* ==========================================================================
TOUR 
========================================================================== */
.background-dark {
	background-color: rgba(0, 0, 0, 0.86);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.text-red {
	color: #cc2626;
}
.schedule-your-tour {
	font-size: 4em;
    letter-spacing: -0.04em;
    font-weight: 100;
    padding:0 3rem 0 0;
}
.tour-phone {
    font-weight: 100;
	font-size: 2em;
    padding-top: 0.4rem;
}
.tour-email {
	font-size: 1.4em;
}
.divider {
	border-left: 2px solid #fff;
}




#masterslider a:hover {
	color:#fff!important;
}


