@import url(https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Carme);
/******************************************************************************************************************************************************/
/******************************************************************************************************************************************************/
/*	1. HTML/BODY																																																																			*/
/*	2. HEADINGS																																																																				*/
/*	3. LINKS																																																																					*/
/*	4. HEADER																																																																					*/
/*	5. CAROUSEL																																																																				*/
/*	6. MAIN CONTENT - Category List, Featured Blog, Blog, Item Page, Page Header, Main Content Headings, Main Content Links, Main Content ul/ol				*/
/*	7. SIDEBAR																																																																				*/
/*	8. FOOTER																																																																					*/
/*	9. TEXT																																																																						*/
/*	10. IMAGES																																																																				*/
/*	11. VIDEOS - YouTube																																																															*/
/*	12. AUDIO																																																																					*/
/*	13. FLOATS																																																																				*/ 
/*	14. FORMS - Contact Form																																																													*/
/*	15. SEARCH - Main Content																																																													*/
/*	16. BOXES - Top Boxes, Bottom Boxes																																																								*/
/*	17. TABLES																																																																				*/
/*	18. MAPS																																																																					*/
/*	19.	BUTTONS																																																																				*/
/*	20. NAVIGATION																																																																		*/
/******************************************************************************************************************************************************/
/******************************************************************************************************************************************************/
/* font-family: 'Goudy Bookletter 1911', serif; */
/* font-family: 'Carme', sans-serif; *//*************** 1. HTML/BODY ***************/
html {
	height: 100%;
}
body {
	font-family: 'Goudy Bookletter 1911', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #848484;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	height: 100%;
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}
.container-fluid {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}
/*************** 1. HTML/BODY EOF ***************/

/*************** 2. HEADINGS ***************/
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Goudy Bookletter 1911', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #141414;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 32px;
}
h3 {
	color: #a27e4f;
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
	text-transform: uppercase;
}
p {
	margin-bottom: 15px;
}
/*************** 2. HEADINGS EOF ***************/

/*************** 3. LINKS ***************/
a:link, a:visited {
	color: #a27e4f;
	text-decoration: none;
}
a:hover, a:active, a:hover {
	color: #888;
	text-decoration: none;
}
/*************** 3. LINKS EOF ***************/

/*************** 4. HEADER ***************/
.top-bar {
	background-color: #000;
	padding: 0;
	margin: 0;
}
.top-bar .nav-tabs, .nav-pills {
	margin-bottom: 0;
}
.top-bar .nav-tabs>li, .nav-pills>li {
	font-size: 14px;
	font-family: 'Carme', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-bar .nav-pills>.active>a, .top-bar .nav-pills>.active>a:hover, .top-bar .nav-pills>.active>a:focus {
	padding: 8px;
	margin: 0;
	background-color: transparent;
}
.top-bar .nav-pills>li>a {
	padding: 8px;
	margin: 0;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}
.top-bar a:link, .top-bar a:visited {
	color: #FFF;
}
.top-bar a:hover, .top-bar a:active, .top-bar a:focus {
	color: #CCC;
	background-color: transparent !important;
}
header {
	padding: 25px 0 15px 0;
	background-color: #2b0405;
}
header .right {
	padding-top: 25px;
	font-size: 25px;
	text-align: right;
}
header .right a:link, header .right a:visited {
	color: #FFF;
}
header .right a:hover, header .right a:active, header .right a:focus {
	color: #ccc;
}
/*************** 4. HEADER EOF ***************/

/*************** 5. CAROUSEL ***************/
.carousel {
	padding: 0;
	margin: 0;
}
.carousel .slide-title {
	text-align: center;
}
/*************** 6. MAIN CONTENT ***************/
article {
	background-color: #FFF;
}
article.main-content {
	padding-top: 25px;
	padding-bottom: 35px;
}
article ul, article ol {
	margin-left: 4.5%;
}
article ul li, article ol li {
	line-height: 1.6;
}
.page-header {
	border: 0;
}
.custom-page-header {
	padding: 15px 0;
	border: 0;
	background-image: url(../images/h1-border.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.blog-featured .item, .blog-featured .items-leading, .blog-featured .custom-page-header h1 {
	text-align: center;
}
.blog .item {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
}
.item-page.no-header .custom-page-header {
	display: none;
}
.item-page.no-header .page-header h2 {
	font-size: 50px;
	margin-top: -2px;
	padding: 0 0 25px 0;
	border: 0;
	background-image: url(../images/h1-border.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/*************** 6. MAIN CONTENT EOF ***************/

/*************** 7. SIDEBAR ***************/
/*************** 7. SIDEBAR EOF ***************/

/*************** 8. FOOTER ***************/
footer {
	margin-top: 0;
	height: 100%;
	height: 400px;
	background: url(../images/footer.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer .footer {
	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .footer ul {
	padding-top: 0;
	margin-top: 0;
}
footer .footer li a:link, footer .footer li a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
}
footer .footer li a:hover, footer .footer li a:active, footer .footer li a:focus {
	color: #a27e4f;
	background-color: transparent;
}
footer .copyright {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
}
/*************** 8. FOOTER EOF ***************/

/*************** 9. TEXT ***************/
strong {
	color: #333;
}
blockquote {
	padding-left: 2.5%;
	margin-left: 4.5%;
	font-style: italic;
	line-height: 1.6;
	border: 0;
	background-image: url(../images/blockquote-border.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
blockquote p {
	line-height: 1.6;
	margin-bottom: 15px;
}
.text-center {
	text-align: center;
}
.text-center-italic {
	text-align: center;
	font-style: italic;
	margin-bottom: 50px;
}
/* To Top */
.to-top {
	position: fixed;
	bottom: 5%;
	right: 1%;
	text-decoration: none !important;
	color: #FFFFFF !important;
	background: #a27e4f;
	padding: 0.75em 1.1em;
	font-size: 1em;
	display: none;
	-webkit-box-shadow: #000 0px 2px 3px;
	-moz-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}
.to-top:hover {
	background: #bf9b6b;
	color: #FFF !important;
}
/*************** 9. TEXT EOF ***************/

/*************** 10. IMAGES ***************/
span.gc-cs-link {
	color: #FFFFFF;
	text-decoration: none;
}
img.img-center {
	margin: 0 auto;
	display: block;
}
.blog-featured .item-image img, .item-page img, .blog img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-no-border {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
/*************** 10. IMAGES EOF ***************/

/*************** 11. VIDEOS ***************/
iframe.iframe-center {
	margin: 0 auto;
	display: block;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************** 11. VIDEOS EOF ***************/

/*************** 12. AUDIO ***************/
/*************** 12. AUDIO EOF ***************/

/*************** 13. FLOATS ***************/
.pull-right {
	margin-left: 2%;
}
.pull-left {
	margin-right: 2%;
}
/*************** 13. FLOATS EOF ***************/

/*************** 14. FORMS ***************/
/*************** 14. FORMS EOF ***************/

/*************** 15. SEARCH ***************/
dt, dd {
	line-height: 1.6;
}
dd.result-text {
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.badge, .highlight {
	background-color: #a27e4f;
}
.highlight {
	color: #FFF;
}
/*************** 15. SEARCH EOF ***************/

/*************** 16. BOXES ***************/
/* Top Boxes */
.top-box-01 {
	padding: 45px 0;
	text-align: center;
}
/* Bottom Boxes */
/*************** 16. BOXES EOF ***************/

/*************** 17. TABLES ***************/
.table-center {
	margin: 0 auto 20px auto;
}
.table-center td {
	vertical-align: middle;
}
table.table-2col, table.table-3col, table.table-4col {
	width: 100%;
	margin-top: 25px;
}
table.table-2col td, table.table-3col td, table.table-4col td {
	padding-bottom: 25px;
	vertical-align: top;
}
table.table-2col td img, table.table-3col td img, table.table-4col td img {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
table.table-2col td {
	width: 50%;
}
table.table-3col td {
	width: 33.3%;
}
table.table-4col td {
	width: 25%;
}
img.original-size {
	width: auto !important;
	height: auto !important;
	float: none !important;
	display: inline !important;
	margin: auto !important;
}
/*************** 17. TABLES EOF ***************/

/*************** 18. MAPS ***************/
/*************** 18. MAPS EOF ***************/

/*************** 19. BUTTONS ***************/
/* Primary button styling */
p.readmore {
	margin-top: 25px;
	text-align: center;
}
.btn-primary, p.readmore .btn {
	font-family: 'Carme', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 10px 16px;
  color: #ffffff;
  text-shadow: none;
  background-color: #a27e4f;
  *background-color: #a27e4f;
  background-image: -moz-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a27e4f), to(#a27e4f));
  background-image: -webkit-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: -o-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: linear-gradient(to bottom, #a27e4f, #a27e4f);
  background-repeat: repeat-x;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa27e4f', endColorstr='#ffa27e4f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
	   -moz-border-radius: 0;
          border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
p.readmore .btn:hover,
p.readmore .btn a.btn:hover,
p.readmore .btn a.btn:focus,
p.readmore .btn a.btn:active,
p.readmore .btn a.btn.active,
p.readmore .btn a.btn.disabled,
p.readmore .btn a.btn[disabled] {
  color: #ffffff;
  background-color: #848484;
  *background-color: #848484;
  background-image: -moz-linear-gradient(top, #848484, #848484);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#848484));
  background-image: -webkit-linear-gradient(top, #848484, #848484);
  background-image: -o-linear-gradient(top, #848484, #848484);
  background-image: linear-gradient(to bottom, #848484, #848484);
  background-repeat: repeat-x;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff848484', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:active,
.btn-primary.active,
p.readmore .btn:hover,
article p.readmore a.btn:active,
article p.readmore a.btn.active {
  background-color: #848484 \9;
}
article p.readmore a.btn span {
	display: none;
}
/*************** 19. BUTTONS EOF ***************/

/*************** 20. NAVIGATION ***************/
.main-menu {
	background-color: #2b0405;
}
.navbar {
	margin-bottom: 0;
}
/* Navbar coloring */
.navbar-inner {
  min-height: 40px;
  padding-right: 0;
  padding-left: 0;
  background-color: #2b0405;
  background-image: -moz-linear-gradient(top, #2b0405, #2b0405);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b0405), to(#2b0405));
  background-image: -webkit-linear-gradient(top, #2b0405, #2b0405);
  background-image: -o-linear-gradient(top, #2b0405, #2b0405);
  background-image: linear-gradient(to bottom, #2b0405, #2b0405);
  background-repeat: repeat-x;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b0405', endColorstr='#ff2b0405', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* Navbar text styling */
.navbar .nav > li > a, .nav-header {
	font-size: 14px;
  float: none;
  padding: 20px 10px 18px 10px;
	margin: 0;
  color: #FFF;
  text-decoration: none;
  text-shadow: none;
	font-weight: 600;
	font-family: 'Carme', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #bf9b6b;
  text-decoration: none;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #bf9b6b;
  text-decoration: none;
	background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* Code for drop down menus */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #FFF;
	border: solid 8px transparent;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	*border-right-width: 0;
	*border-bottom-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-transform: uppercase;
	font-size:12px;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #FFF;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 18px;
	color: #848484;
	white-space: nowrap;
  text-decoration: none;
	border-bottom: 0;
	font-weight: bold;

}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #FFF;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(225, 225, 225, 1);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #bf9b6b;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#FFFFFF));
	background-image: -webkit-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: -o-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: linear-gradient(to bottom,#FFFFFF,#FFFFFF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffFFFFFF', GradientType=0);
}
.nav-header {
	cursor: pointer;
	background: #FFFFFF url(../images/arrow.png) no-repeat right center;
	text-transform: uppercase;
}
.nav-header:hover {
	background: url(../images/arrow-hover.png) no-repeat right center;
  color: #bf9b6b;
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.nav li + .nav-header {
  margin-top: 9px;
}
/* Navigation for Tablets and Phones */
.navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin-right: 5%;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: none;
  background-color: #a27e4f;
  *background-color: #a27e4f;
  background-image: -moz-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a27e4f), to(#a27e4f));
  background-image: -webkit-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: -o-linear-gradient(top, #a27e4f, #a27e4f);
  background-image: linear-gradient(to bottom, #a27e4f, #a27e4f);
  background-repeat: repeat-x;
  border-color: #a27e4f #a27e4f #a27e4f;
  border-color: rgba(162, 126, 79, 1) rgba(162, 126, 79, 1) rgba(162, 126, 79, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa27e4f', endColorstr='#ffa27e4f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
		 			border-radius: 0;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #414547;
  *background-color: #414547;
  background-image: -moz-linear-gradient(top, #414547, #414547);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414547), to(#414547));
  background-image: -webkit-linear-gradient(top, #414547, #414547);
  background-image: -o-linear-gradient(top, #414547, #414547);
  background-image: linear-gradient(to bottom, #414547, #414547);
  background-repeat: repeat-x;
  border-color: #414547 #414547 #414547;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414547', endColorstr='#ff367ea9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*************** 20. NAVIGATION EOF ***************/

@media (max-width: 1200px) {
	header .container-fluid {
		width: 96%;
	}
	.navbar .nav > li > a, .nav-header {
		padding: 20px 0 18px 9px;
	}
	article section {
		width: 94% !important;
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.navbar .nav > li > a, .nav-header {
		padding: 10px 35px;
	}
}
@media (max-width: 979px) {
	a.brand img {
		margin-left: 2%;
	}
	header, header p {
		padding: 0;
		margin: 0;
	}
	header .right {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 18px;
		text-align: center;
		width: 90% !important;
		margin: 0 auto !important;
	}
	.top-bar ul {
		margin: 0 auto;
		width: 235px
	}
	footer .footer ul.nav {
		width: 80%;
		margin: 0 auto;
	}
/*************** 20. NAVIGATION ***************/
	.navbar-inner, .navbar, .nav-container {
		width: 100%;
  	padding-right: 0;
  	padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar .nav > li > a, .nav-header {
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		background-color: #000;
		color: #FFFFFF !important;
		font-weight: normal;
		border-bottom: 0;
	}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: 0;
	}
	nav ul {
		border-top: 0;
	}
	nav .nav-child {
		position: static;
		top: auto;
		left: auto;
		z-index: 1000;
		display: block;
		float: none;
		min-width: 160px;
		padding: 0;
		margin: 0;
		list-style: none;
		background-color: #0090ed;
		border: 0;
		*border-right-width: 2px;
		*border-bottom-width: 2px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	nav ul.nav-child a {
		padding-left: 30px;
		font-size: 15px;
		border-bottom: 0;
	}
	nav ul.nav-child a:hover,
	nav ul.nav-child a:focus {
		border-bottom: 0;
	}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover {
		background-color: #a27e4f;
		border-bottom: 0;
	}
	nav .nav-child:before,
	nav .nav-child:after {
		display: none;
	}
	.nav-header {
		color: #FFFFFF !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		border-bottom: 0;
	}
	.nav-header:hover {
		border-bottom: 0;
		color: #a27e4f !important;
	}
	/*************** 20. NAVIGATION EOF ***************/
}
@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		line-height: 1.4;
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	.top-bar ul {
		margin: 0 auto;
		width: 240px
	}
	img.img-center {
		width: 90%;
		height: auto;
	}
	.pull-none.item-image {
		width: 86%;
		margin: 0 auto;
	}
	.blog-featured .item {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #CCC;
	}
	.carousel .slide-desc {
		display: none;
	}
	footer {
		height: 800px;
	}
	footer .footer {
		padding-top: 20px;
		margin-top: 0;
	}
	footer .footer ul.nav {
		margin-top: 0;
		margin-bottom: 0;
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.brand {
		width: 125px;
	}
}
@media (max-width: 320px) {
}
