.spot-page-section h1 {
    text-transform: uppercase;
}

.bg-section {
	background-color: #fafafa;
}

.bg-section > .entry-content {
	padding-top: 5rem;
}

.offer,
.ns_post {
    margin-bottom: 3rem; 
}
.offer article {
    margin: 0px;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1); 
}
.ns_post article {
    margin: 0px;
    background-color: #7a736c;
    padding: 0px 15px
}

.offer article h4,
.ns_post article h4 {
	font-size: 1.6rem;
}

.offer .inner_article .ns_offer_more_link,
.ns_post .inner_article .ns_offer_more_link {
	display: inline-block;
	padding: 0.9rem 1.6rem;
	font-size: 1.4rem;
	background-color: #b88755;
	color: #ffffff !important;
	line-height: 1.8rem;
	text-decoration: none !important;
	-ms-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.loader {
    border: 9px solid #f3f3f3; /* Light grey */
    border-top: 9px solid #7a736c ; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: fixed;
    z-index: 100;
    left: 50%; margin-left: -30px;
    top: 50%; margin-top: -30px;
}

.height-30 {max-height: 30px !important;}
.height-50 {max-height: 50px !important;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media screen and (min-width: 992px) {
	.offer .inner_article,
	.ns_post .inner_article > .row {
		position: relative;
	    overflow: hidden;
	}
	.offer .inner_article::after {
		content: " ";
		position: absolute;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		background-color: #b88755;
		z-index: 999;
		top: 0;
		bottom: 0;
	}
	.offer .inner_article > .row > div:last-child {
		padding-bottom: 6rem;
	}
	.ns_post .inner_article > .row > .ns_post_info {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.ns_post .inner_article > .row > .ns_post_info header {
		padding-left: 35%;
		margin-bottom: 8%;
		text-align: right;
	}
	.ns_post .inner_article > .row > .ns_post_info .entry-content {
		padding-left: 25%;
	}
	.offer .inner_article .ns_offer_more_link {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.ns_post .inner_article .ns_offer_more_link {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
}


@media screen and (max-width: 991px) {
	.offer .inner_article > .row > *:not(:last-child) {
		margin-bottom: 15px;
	}

	.ns_post .inner_article > .row > .ns_post_info {
		padding-top: 15px;
	}
	.ns_post .inner_article > .row > .ns_post_info header {
		margin-bottom: 1.5rem;
	}
	.ns_post .inner_article > .row > .ns_post_info header a h4 {
		font-size: 2rem;
		line-height: 2.2rem;
	}
	.offer .inner_article .ns_offer_more_link,
	.ns_post .inner_article .ns_offer_more_link {
	    margin-top: 2rem;
	}
	 .ns_post .inner_article .ns_offer_more_link {
	    margin-bottom: 15px;
	}
}

.offer .inner_article .ns_offer_more_link:hover,
.ns_post .inner_article .ns_offer_more_link:hover {
	background-color: #252525;
}

/*.offer > article > .row {
	display: table;
    width: 100%;
}

.offer > article > .row > div {
	display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
}*/

@media screen and (min-width: 992px) {
	.ns_post article .row .ns_white_bg {
		position: absolute;
		top: 0px;
		right: 58%;
		bottom: 0px;
		left: 0px;
	    background-color: #ffffff;
	}
	.ns_post article .row .ns_slash_bg {
		position: absolute;
		top: -2px;
		right: 0px;
		bottom: -2px;
		left: 42%;
		background-image: url('post.svg');
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
	    margin-left: -2px;
	}
}

@media screen and (max-width: 991px) {
	.ns_post article .row .ns_white_bg,
	.ns_post article .row .ns_slash_bg {
		display: none;
	}
	.ns_post article .row .ns_post_img {
		border-bottom: 5px solid #635d58;
	}
}

.ns_post article .row .ns_post_img {
	background-color: #ffffff;
	padding-top: 15px;
    padding-bottom: 15px;
}

.offer > article > .row > div img,
.ns_post > article > .row > div img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.offer article {
	color: #7a736c;
}

.offer article .offer_date_range {
	font-size: 1.7rem;
	font-style: italic;
	font-weight: 300;
}

.offer article h4,
.ns_post article h4 {
	font-size: 1.6rem;
	margin: 0px;
}

.offer article p.entry-content {
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding: 0px;
	margin: 0px;
}

.offer article .inner_article .row > div:last-child > *:not(:last-child),
.ns_post article .inner_article .row > div:last-child > *:not(:last-child) {
	margin-bottom: 3rem;
}

.ns_post article .inner_article .row .ns_post_info a,
.ns_post article .inner_article .row .ns_post_info h4,
.ns_post article .inner_article .row .ns_post_info p {
	color: #ffffff;
}

.strong-title {color: #7a736c !important;}

.ffg-btn {
    min-height: 4rem;
    color: white !important;
    background-color: #7a736c !important;
    padding: 0.9rem 1.5rem;
    display: inline-block;
    -ms-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.product-well {
    margin-top: -30px;
}

.rem106 {font-size: 1.6rem !important;}

.ff-box-form .ns-errmsg {
    position: absolute;
    left: 0;
    right: 0;
    background: none !important;
    padding: 0.2rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1rem;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    background: #869791;
    opacity: .6;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #869791;
}

@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: -45px;
    }
}

@media screen and (min-width: 992px) {
	.ns_post article .inner_article .row .ns_post_info p {
		text-align: right;
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin: 0px;
	}
}
@media screen and (max-width: 991px) {
	.ns_post article .inner_article .row .ns_post_info p {
		text-align: left;
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 0px;
	}
}

@media (min-width: 768px){
    .modal-sm {
        width: 390px;
    }
    .modal-dialog {
        margin: 90px auto;
    }
}

.modal .ff-btn{
	background-color:#b88755;
}

#errorAlert{
    display:none;
    padding:15px;
}

.red-color{
	color:red;
}
.ff-box-form .inner {
    padding: 0 1.5rem 5rem 1.5rem;

 }

 .dropdown-menu>li>a {
  color: #857f79!important;
}

.dropdown-menu>li>a:hover {
  color: #000000!important;

}
.dropdown-menu>li {
	width: 100%!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    
    background-color: #ffffff;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    }
    
.color-link {
    color: #d19f7a !important;
    font-weight:bold;
    text-decoration: underline;
}