body {
	background: #C1BCB2 url(../img/bodybg-lattice.png) repeat;
	font-family: Arapey, Georgia, 'Bodoni MT', Didot, serif; 
	font-size: 1.8em;
	line-height: 1em;
	color: #5c5648;
	height: 100%;
}

#gallery .mix{
	display: none;
}

.gallery-img-cont{
	margin: 20px auto;
}

.gallery-img-cont .col-xs-4 {
	padding-bottom: 15px;
}

.greenbg {
	background: #868747;
	height: 78px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	box-shadow: 0px 10px 20px #30260f;
}

	.col-sm-3 img {
		border: 8px solid #a1a067;
		text-align: center;
		margin: 0 auto;
	}

::selection
{
color:#fff;
background: #868747; 
}

::-moz-selection
{
color:#fff;
background: #868747; 
} 

/*** utility***/

.number {
	height: 60px;
	width: 60px;
	background: #868747;
	border-radius: 30px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	font-family: Georgia, serif;
	margin: 10px 0;
	
}

.white {
	color: #fff
}

.brown {
	color: #5c5648;
}

.green {
	color: #a1a067;
}

.pink {
	color:#C94293;
}

.gray {
	color: gray;
}

.textshadow {
	text-shadow: 2px 2px 2px #15190C;
}

.script {
	font-family: 'Dancing Script', Lavenderia, Brush Script, script;
}

h1 { /*header text*/
	font-family: 'Dancing Script', Lavenderia, Brush Script, script;
	font-size: 5em;
	font-weight: 100;
}

h2 { /*breadcrumb text*/
	font-family: Arapey, Georgia, 'Bodoni MT', Didot, serif; 
	margin: 0;
}

h5 { /*heading subtitle */
	font-size: 1.5em; 
}

a, a:hover, a:focus, a:visited {
	color: #C94293;
}

blockquote {
	font-size: 1.3em;
	line-height: 1.7em;
	font-family: Georgia, 'Bodoni MT', Didot, serif; 
	font-weight: normal;
	border: 0;
	margin: 0;
	float: right;
	width: 90%;
}


/*** navigation ***/

nav, .nav {
	z-index: 5;
	position: relative;
	margin-top: 0px;
}	
		
.nav .col-xs-2 {
	background: #fff;
	color: gray;
	padding: 5% 0;
	width: 16%;
	text-align: center;
	min-height: 120px;
	max-height: 100px;
	position: relative;
	box-shadow: 2px 0px 5px #554C38;
	z-index: 6;
	border-top: 8px solid #5C5648;
}

.nav .col-xs-10 {
	padding: 2%;
	position: relative;
	z-index: 5;
	background: #fff;
	height: 80px;
	margin-top: 30px;
	border-top: 8px solid #5C5648;
}

	.nav #name {
		position: absolute;
		text-align: center;
		top: 30px;
		left: 20%;
	}

	.nav a {
		color: gray;
			display: inline-block;
			text-align: center;
			padding: 10px;
	}
	
	.nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: justify;
		height: 80px;
		margin-top: 0;
	}
	
		.nav ul li {
			display: inline;
			list-style-type: none;
			text-align: justify;
			padding: 17px 0;
		}
		
		.nav ul li:hover {
			background: #C94293;
			color: #fff;
		}
		
			.nav ul li:hover a, .nav ul li:hover a:hover {
				color: #fff;
			}

/**** Mobile Header ****/
.mobile-header {
	display:none;
	background-color: #868747;
	height: 50px;
	width: 100%;
}


.mobile-logo {
	color:#FFFFFF;
	display: inline-block;
	font-family: 'Dancing Script',Lavenderia,Brush Script,script;
	font-size: 24px;
	margin-left: 15px;
	margin-top: 15px;
	text-shadow: 2px 2px 2px #15190C;
}

.mobile-logo a, .mobile-logo a:hover, .mobile-logo a:focus, .mobile-logo a:visited {
	color: #FFFFFF;
}



.nav-btn  {
	background-color: #FFFFFF;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	z-index: 10000 !important;
	border: 1px solid rgba(0, 0, 0, 0);
}

.sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nav-btn .icon-bar + .icon-bar {
	margin-top: 4px;
}

.nav-btn .icon-bar {
	background-color: #554C38;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.mobile-nav{
	display: none;
	background-color: #868747;
}

.mobile-nav li a {
	display:block;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
	width: 100%;
}

.mobile-nav li a:hover {
	opacity: 0.8;
}

.mobile-nav > ul {
	list-style: none outside none;
	/*margin-top: 48px;*/
	padding: 10px 15px 15px;
	margin-bottom: 0;
}

		
/*** header ***/

.index header { /** index **/
	background: #bd7a77 url(../img/header-bg.jpg) fixed no-repeat center center;
	background-size: cover;
	padding: 10% 0;
	min-height: 200px;
	text-align: center;
	position: relative;
	z-index: 0;
	margin: -60px 0 0 0;
	border-bottom: 8px solid #868747;
}

.interior .header, .interior header { /**interior pages ***/
	background: #bd7a77 url(../img/header-bg.jpg) fixed no-repeat center center;
	background-size: cover;
	padding: 1% 0;
	min-height: 140px;
	text-align: center;
	position: relative;
	z-index: 0;
	margin: -60px 0 0 0;
}



/*** breadcrumb ***/

.breadcrumb {
	background: #fff;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arapey, Georgia, 'Bodoni MT', Didot, serif;
	padding: 1%;
	border-radius: 0;
	position: relative;
	z-index: 3;
}

	.breadcrumb .links {
		padding-top: 0.5%;
		text-align: right;
	}
	
	.glyphicon {
		font-size: 0.7em;
		margin: 0 5px;
	}
	
/*** slider ***/
.slider {
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0 auto;
	padding: 1% 5%;
	text-align: center;
}

	.slider .col-sm-3 {
		text-align: center;
	}

	.slider img {
		border: 8px solid #FFFFFF;
		max-height: 100px;
		max-width: 100px;
		min-height: 209px;
		min-width: 223px;
		text-align: center;
		width: 100%;
	}
	
	.slider .flex-prev, .slider .flex-next {
		color: #fff;
		text-shadow: 1px 1px 1px #666;
	}

	.slider ul {
		list-style: none;
	}

	/*.slides li img {*/
		/*max-width:100%;*/
		/*height:auto;*/
	/*}*/

/*** content ***/
.index .content {
	background: #fff!important;
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
	padding: 3% 9%;
	border-bottom: 40px solid #5C5648;
	
}


.interior .content {
	background: #fff!important;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0 auto;
	padding: 3% 8%;
	border-bottom: 40px solid #5C5648;
}


	.interior .content ul {
		list-style-type: disc!important;

	}

	.interior .content ul li {
		display: block;
		margin: 10px 1%;
		line-height: 20px;
		list-style-type: disc!important;
	}
		
		.gallery-nav {
			padding: 0.5% 0;
			background: #fff;
			width: 100%;
			margin: 0 auto;
			font-size: 0.83em;
			text-align: center;
		}
	
	.interior #gallery img {
		border: 15px solid #a1a067;
                margin: 10px 0;
                max-height: 265px;
	}
	
	.interior #gallery img:hover {
		border: 15px solid #868747;
	}
	
	.interior .month {
		background: #fff;
		min-height: 170px;
		border-bottom: 15px solid #5C5648;
		margin: 20px 1% 0 1%;
		width: 48%;
	}
	
	
	

/*** interior sidebar ***/

.sidebar {
	margin-top: 20px;
}


/*** footer ***/

.footer-img {
	background: #bd7a77 url(../img/header-bg.jpg) fixed no-repeat center center;
	background-size: cover;
	padding: 3% 0;
	margin-top: 35px;
}

.footer {
	background: #868747;                                                                            
	padding: 1% 0;
	color: #fff;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

.footer a {
	color: #C1BCB2;
	text-decoration: none;
}
