
/*============*/
/* TYPOGRAPHY */
/*============*/

@import url('https://fonts.googleapis.com/css?family=Abel');

.homepageContent p, .siteContent p {
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 1.5em;
}
.siteContent a {
	color: #a48a7a;
	text-decoration: underline;
}
.siteContent a:hover {
	text-decoration: none;
}




/*========*/
/* LAYOUT */
/*========*/

.small-top{margin-top: 20px;}.padding0{padding:0;}
.head {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6c6c5+0,cbcaca+100 */
	background: rgb(198,198,197); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(198,198,197,0.91) 0%, rgba(203,202,202,0.91) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(198,198,197,0.91) 0%,rgba(203,202,202,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(198,198,197,0.91) 0%,rgba(203,202,202,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c5', endColorstr='#cbcaca',GradientType=1 ); /* IE6-9 */
	position: relative;
}
body.homepage .head {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
	z-index: 2;
}
.head a {
	color: #000000;
	text-decoration: none;
}
.head a:hover {
	color: #a48a7a;
	text-decoration: none;
}
.ccm-page {
	font-family: 'Abel', sans-serif;
}
div.ccm-block-edit, div.ccm-area, div.ccm-area-disabled {
    position: relative;
    opacity: 1;
    z-index: 100;
}
.details {
	font-size: 16px;
}
.rslides_nav {
	display: none;
}
.captionContainer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(164, 138, 122, 0.8);
	color: #ffffff;
	text-align: center;
}
.ccm-image-slider-text {
    position: relative;
    width: 100%;
}
.siteContent .ccm-image-slider-container {
    height: 700px;
}
.siteContent .ccm-image-slider-text {
    display: none;
}
.siteContent .ccm-image-slider-title h2 {
	margin-top: 13px;
}
.rslides img {
    display: block;
    height: 100%;
    float: none;
    width: 100%;
    border: 0;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
}

.head img {
	margin:10px 0
}
.fa-envelope {
	font-size: 12px !important;
}
.nav>li>a {
	color: #a48a7a;
    font-size: 17px;
	border-right: 1px solid #a48a7a;
	margin: 15px 0;
	padding: 0 10px;
}
.subNav .nav>li>a {
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.subNav .navbar-right {
	float: none !important;
    margin: 0 auto;
    width: auto;
    display: table;
}
.mtop20 {
	margin-top: 20px !important;
}
.mbottom20 {
	margin-bottom: 20px !important;
}
.modal-nav-body li a {
	color: #a48a7a;
	font-size: 20px;
	margin: 15px 0;
	padding: 0 15px;
}
.nav>li:last-child>a {
	border-right: none;
}
.nav>li>a:focus, .nav>li>a:hover, .head a:hover {
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

.banner-overlay {
	background: rgba(164, 138, 122, 0.76);
	position: absolute;
	top: 40%;
	left: 0;
	padding: 15px;
	right: 0;
	z-index: 99;
}
.banner-head {
	color:white;
	text-align: center;
	font-size: 42px;
	margin:0;
	padding:20px 0;
	text-transform: uppercase;
}
.forSale {
	border-bottom: 1px solid #836b5c;
    padding-top: 15px;
    padding-bottom: 15px;
}
.forSaleThumb {
	padding: 0 ;
    margin-top: 10px;
}
.forSaleImage > div:nth-child(2) {
	padding-right: 5px;
}
.forSaleImage > div:nth-child(3) {
	padding-left: 5px;
}
.mailingBar {
	background-color: #2e2e2e;
	padding: 10px 0;
	color: #ffffff;
	font-size: 16px;
}
.mailingBar form {
	margin-top: 6px
}
.mailingBar button {
	background-color: #e1d8d3;
    padding: 5px 10px;
    color: #2e2e2e;
    border: 0;
}
.mailingBar button:hover {
	background-color: #cab8af;
}
.mailingBar input {
    padding: 5px;
	border: 0;
	width: 40%;
	color: #2e2e2e;
}
.mailingBar .mailingIntro {
    margin-top: 6px;
}
.mailingBar .mailingIntro p {
    font-size: 20px;
}
#nav-modal {
	background-color: rgba(62, 62, 62, 0.94);
}
.vignette {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	/*box-shadow: 0 0 342px rgba(0,0,0,1) inset*/
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%,rgba(0,0,0,7) 100%);
}
.introduction .item {
	height:100%;
}
.introduction .item img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.introduction {

	height: 100vh;
	width: 100%;
	/* background: url(../img/home/home_bg.png) no-repeat center center; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
	width: 100% !important; 
}
.footer a {
	color: #ffffff;
}
.footer-menu {
	list-style: none;
}
.footer-menu li {
	float:left;
	margin: 20px 0;
	padding: 0px;
	border-right: 1px solid white;
}
.footer-menu li a {
	color:white;
	font-size: 17px;
}
.footer-info p {
	text-align: right;
	color:white;
	font-size: 17px;
	text-transform: uppercase;
	margin:0;
}
.facebook, .randomImage {
	margin: 50px 0;
	text-align: center;
}
.randomImage img {
	max-width: 100%;
	height: auto;
	display:block;
	margin: 0 auto;
}
.curly-bg {
	background-image: url(../img/curly-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	padding-bottom: 95px;
}
.dark-curly-bg {
	background-image: url(../img/curly-bg-footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	background-color: #a48a7a
}
.siteContent, .homepageContent {
	padding-top: 120px;
}

.lightbrown-bg {
	background: #e1d8d3
}
.home-p {
	text-align: center;
	font-size: 18px;
}
h1 {
	font-size: 42px;
	color:#a48a7a;
	text-align: center;
}

/*============*/
/* NAVIGATION */
/*============*/

.navbar-toggle {
	background-color: #000000;
	border-radius: 0;
	float:right !important;
}
#navbar > ul > li.nav-selected a {
	color: #000000;
}
.btn-primary {
    background-color: #a48a7a;
    border-color: #a48a7a;
	margin-top: 10px;
	color: #ffffff !important;
	text-decoration: none !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #836b5c;
    border-color: #836b5c;
}
.navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-toggle {
	margin-left: 15px;
	margin-right: 0;
}

.modal-nav-content {
	width: 100%;
	height: auto;
}

.modal-nav-body {
	margin-top: 100px; 
}

.modal-nav-body ul {
	list-style-type: none;
	color: white;
	margin: 0;
	padding: 0;
	width: 100%;
}

.modal-nav-body ul li {
	text-align: center;
	font-size: 130%;
	padding: 8px;
	text-transform: uppercase;
}

.modal-diuscmiss {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.modal-diuscmiss .fa {
	color: #a48a7a;;
	font-size: 47px;
}
.modal {
	padding-right: 0 !important;
}
.subNav {
	background-color: #a48a7a;
}
.subNav ul li {
	float: left;
}
.footer-menu {
	padding:0;
}



.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;

}
.icon-scroll {
	width: 40px;
	height: 70px;
	margin-left: -20px;
	top: 85%;
	z-index: 10;
	margin-top: -35px;
	box-shadow: inset 0 0 0 2px #a18777;
	border-radius: 25px;
}
.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #a18777;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
		transform: translateY(46px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
		transform: translateY(46px);
	}
}
.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides, ul.rslides li {
	height: 100%;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    margin-top: -8px;
}
.ccm-block-page-list-page-entry-text > div.ccm-block-page-list-title > a {
	font-size: 26px;
	margin-bottom: 8px;
	text-decoration: none;
    font-weight: 100;
}
.ccm-block-page-list-description {
	font-size: 16px;
}
div.ccm-block-page-list-page-entry-horizontal, div.ccm-block-page-list-page-entry {
	border-bottom: 1px solid #cecdcd;
    padding: 20px 0 20px 0;
}
.leftBlog ul {
	float: none !important;
	background-color: #e1d8d3;
	margin-right: 0px;
}
.leftBlog ul li {
	float: none;
	border-right: 0px solid #a48a7a;
}
.leftBlog ul li a {
	float: none;
	border-right: 0px solid #a48a7a;
}
.leftBlog .newsArchiveTitle {
	background-color: #2e2e2e;
    padding: 3px 0 3px 10px;
    color: #ffffff;
    font-size: 16px;
}
.leftBlog .newsArchiveTitle p {
    padding: 0;
    margin: 0;
    font-size: 24px;
}
.blogStory h1.page-title {
	margin-top: 0;
}


/*===============*/
/* MEDIA QUERIES */
/*===============*/

@media (max-width: 1200px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.collapse.in{
		display:block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.right-header{
		margin-top: 30px; 
	}

}



@media only screen and (max-width : 992px) {
	.mobile-center {
		text-align: center !important;
	}
	.footer-menu li {
		float:none !important;
		border-right: 0;
		text-align: center;

	}
	.mobile-left {
		text-align: left !important;
	}
	.banner-head {
		font-size: 24px !important;
	}
	.ccm-image-slider-text {
		display: none;
	}
	.text-left, .text-right {
		text-align: center;
	}
	.subNav ul li {
		float: none;
		text-align: center;
		border-bottom: 1px solid #ffffff;
	}
	.subNav ul li:last-child {
		border-bottom: 0px solid #ffffff;
	}
	.subNav .nav>li>a {
		border-right: 0px;
		margin: 10px 0;
	}
	body.homepage .head {
		position: relative;

	}
	.mtopdetails {
		font-size: 14px;
	}
	.icon-scroll {
		display: none;
	}
	.vignette {
		display: none;
	}
	.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides, ul.rslides li {
		height: auto;
	}
	.introduction {
		height: auto !important;
	}
	.siteContent, .homepageContent {
		padding-top: 30px;
	}
	.siteContent .ccm-image-slider-container {
		height: auto;
	}
}
@media only screen and (max-width: 991px) and (min-width: 500px) {
	.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides, ul.rslides li {
		height: auto;
		overflow: hidden;
		height: 450px;
	}
}

@media only screen and (max-width : 500px) {
	.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides, ul.rslides li {
		height: auto;
		overflow: hidden;
		height: 300px;
	}
}
@media only screen and (max-width : 375px) {
	.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides, ul.rslides li {
		height: auto;
		overflow: hidden;
		height: 250px;
	}
}