/* ==========================================================================
    AldoDesign Custom Styles Modify for NFLCC Bootstrap
   ========================================================================== */

/*------------------------------------------------------------------------------------------------------------------------------------
   
# TABLE OF CONTENTS :
   
[2] bootstrap columns for 480px - 767px // there are no responsive utilities for this
[3] body / html / #site-wrapper / .modal background
[4] font family
[5] responsive headlines so they are not as big on smaller viewports
[6] optional line height for taller viewports
[7] font weights classes
[8] .vertical-spacer // empty spacer
[9] custom utility classes and settings
[10] .img-custom
[11] .page-content / .container > 1200px
[12] link and link styles (general)
[13] ms support
[14] .header
[15] .mobile-menu-bar
[16] mobile max-width: 767px widths and settings when open and closed
[17] .nav-wrapper
[18] .logo-wrapper and logo
[19] .tool-bar is only on = or > 768px then the content inside it is customized to open on smaller viewports
[20] .primary-nav :: colors  [21] .primary-nav :: < or = 767px viewport styles   [22] .primary-nav :: > or = 768px viewport styles 
[23] .primary-nav :: responsive adjustments of font size and spacing between top level links
[24] .sub-bar // contains social links and tagline styles
[25] .search-panel
[26] .login-panel & .planning-panel
[27] .social-user login/registration icons
[28] .title // used initially inside the login-panel and planning-panel
[29] .banner
[30] #toTop // scroll to #top of the page
[31] #scroll-menu // .scroll-nav :: shows up on scroll 
[32] .equal-height-col
[33] .feature-icon
[34] .footer // highly customized does not rely on bootstrap grid
[35] .footer // custom columns and rules for the amount of content in the demo page and the media queries
[36] bootstrap css over-rides
[37] Custom Button Color Backgrounds
[38] Helper classes  
-------------------------------------------------------------------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------------------------------------------------------------------
  [2] bootstrap columns for 480px - 767px // there are no responsive utilities for this
-------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:480px) and (max-width:767px){.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-ms-12{width:100%}.col-ms-11{width:91.66666666666666%}.col-ms-10{width:83.33333333333334%}.col-ms-9{width:75%}.col-ms-8{width:66.66666666666666%}.col-ms-7{width:58.333333333333336%}.col-ms-6{width:50%}.col-ms-5{width:41.66666666666667%}.col-ms-4{width:33.33333333333333%}.col-ms-3{width:25%}.col-ms-2{width:16.666666666666664%}.col-ms-1{width:8.333333333333332%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666666666666%}.col-ms-pull-10{right:83.33333333333334%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666666666666%}.col-ms-pull-7{right:58.333333333333336%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666666666667%}.col-ms-pull-4{right:33.33333333333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.666666666666664%}.col-ms-pull-1{right:8.333333333333332%}.col-ms-pull-0{right:0%}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666666666666%}.col-ms-push-10{left:83.33333333333334%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666666666666%}.col-ms-push-7{left:58.333333333333336%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666666666667%}.col-ms-push-4{left:33.33333333333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.666666666666664%}.col-ms-push-1{left:8.333333333333332%}.col-ms-push-0{left:0%}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666666666666%}.col-ms-offset-10{margin-left:83.33333333333334%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666666666666%}.col-ms-offset-7{margin-left:58.333333333333336%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666666666667%}.col-ms-offset-4{margin-left:33.33333333333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.666666666666664%}.col-ms-offset-1{margin-left:8.333333333333332%}.col-ms-offset-0{margin-left:0%}}

/*------------------------------------------------------------------------------------------------------------------------------------
  [3] body / html / #site-wrapper / .modal background
-------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
html, body {
	font-size: 100%;
}
body {
	color: #fefceb;
	background: url(../images/backgrounds/bg-dark-wood.jpg) #392f25;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
	min-width: 240px;
	-ms-overflow-style: scrollbar; /*newer ie covers up content unless this is included*/
	background-color: #FEFCEB;
}

 @media (max-width:500px) {
body {
	word-wrap: break-word;
	white-space: normal;
}
}
@media (min-width:768px) {
body {
	font-size: 16px
}
}
/* the background of the main document is anything outside the #site-wrapper so we have to adjust the colors */
#site-wrapper, .modal {
	color: #4c443d;
	background-color: #fefceb;
	background-image: url(../images/backgrounds/lures-bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;*/	
}
p {
	line-height: 24px;
	margin-bottom: 10px;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [12] link and link styles (general)
-------------------------------------------------------------------------------------------------------------------------------------*/

a {
	outline: 0 !important;
	color: #3f729d;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a:focus, a:active, .social a:hover, .sub-bar a:hover {
    color: #b7361f;
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: none;
	
}

a:focus {
	-moz-outline-style: none;
	border: none;
	outline: none;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}

.primary-nav a, .tool-bar a, .sub-bar a {
	text-decoration: none;
}
.social a:hover, .sub-bar a:hover {
	text-decoration: none;
}
.text-underline {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [4] font family
-------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.display-text {
	font-family: 'Leckerli One', cursive;
	font-weight: 400;
	text-shadow: 2px 2px 1px #FFF;
}

.sketch-text { font-family: 'Fredericka the Great', sans-serif; }


.intro-text {
	font-size: 1.1em !important;
	font-weight: 400 !important;
	line-height: 1.45em !important;
	text-transform: none !important;
}
.theme-orange {
	color: #BB731E;
}
.theme-green {
	color: #7B916D;
}

.theme-red {
	color: #a51919;
}
.theme-blue {
	color: #304676;
}

.lead {
	color: #61523f;
	font-weight: 400;
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [5] responsive headlines so they are not as big on smaller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

/* Headings Margins Default */
h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-weight: 700;
	color: rgba(101, 84, 84, 0.95);
	line-height: 1.3em;
}
h1, .h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
h1 span {
	color: #a51919;
}
h2, .h2 {
	font-size: 26px;
}
h2 span {
	color: #a51919;
}
h3, .h3 {
	
	font-size: 18px;
}
h3 span {
	color: #a51919;
}
h4, .h4 {
	font-size: 16px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
 @media (min-width:992px) {
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
	
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [6] optional line height for taller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) and (min-height:1000px) {
.page-content {
	line-height: 2
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [7] font weights classes
-------------------------------------------------------------------------------------------------------------------------------------*/

.font-weight-normal {
	font-weight: 400;
}
.font-weight-thin {
	font-weight: 300;
}
.font-weight-bold {
	font-weight: bold;
}
p.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 40px;
	color: #BB731E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: -2px;
	margin-right: 6px;
	margin-bottom: -2px;
	margin-left: 0;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [8] .vertical-spacer // empty spacer
-------------------------------------------------------------------------------------------------------------------------------------*/

hr.vertical-spacer {
	border: 0px;
	background: none;
	margin: 0;
	height: 20px;
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Spacers*/

.divide10 {
	width: 100%;
	height: 10px;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.divide40 {
	width: 100%;
	height: 40px;
}
.divide50 {
	width: 100%;
	height: 50px;
}
.divide60 {
	width: 100%;
	height: 60px;
}
.divide70 {
	width: 100%;
	height: 70px;
}
.divide80 {
	width: 100%;
	height: 80px;
}
.divide100 {
	width: 100%;
	height: 100px;
}
.divide120 {
	width: 100%;
	height: 120px;
}
.divide130 {
	width: 100%;
	height: 130px;
}
.divide140 {
	width: 100%;
	height: 140px;
}
.margin0 {
	margin-bottom: 10px;
}
/*margins*/
.margin10 {
	margin-bottom: 10px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}
.margin40 {
	margin-bottom: 40px;
}
.line-spacer {
	clear: both;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000000 !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #343436;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.line-spacer-narrow {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303031;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}
 @media (min-width:768px) {
hr.vertical-spacer {
	padding: 2%;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [9] custom utility classes and settings
-------------------------------------------------------------------------------------------------------------------------------------*/

.no-margin-bottom {
	margin-bottom: 0px!important;
}
.no-padding-bottom {
	padding-bottom: 0px!important;
}
.no-margin-top {
	margin-top: 0px!important;
}
.margin-top-20px {
	margin-top: 20px
}
.margin-bottom-20px {
	margin-bottom: 20px
}
.padding-bottom-20px {
	padding-bottom: 20px
}
.margin-top-bottom-20px {
	margin: 20px 0
}
.display-inline {
	display: inline
}
.display-inline-block {
	display: inline-block;
}
.overflow {
	display: block;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
}
 @media (min-width:768px) {
.text-right-min-width-768px {
	text-align: right;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
select:focus,  textarea:focus,  input:focus {
	font-size: 16px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [10] .img-custom // fix for firefox and image  Style borders
-------------------------------------------------------------------------------------------------------------------------------------*/

.img-custom {
	padding: 5px;
	border: 1px solid #4c443d;
	border-color: #4c443d;
}
img {
	transform: rotate( .0001deg )
}
/*********************************************
	-	Images styles	-
**********************************************/
.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}
.img-border-white {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 4px solid #FEFFF4;
	box-shadow: 2px 2px 5px rgba(75,70,57,0.3);
	border-radius: 5px;
}
.img-border-shadow {
	padding: 0px;
	overflow: hidden;
	border: 3px solid #FFF6E4;
	box-shadow: 1px 2px 10px 0px rgba(75,70,57,0.3);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.img-left {
	float: none;
	margin: 0 auto 0;
}
.img-full {
	min-width: 100%;
}
.imgRight {
	margin: 2px 0px 0px 15px;
	float: right;
	padding: 0px;
}
.imgLeft {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgLeft-border {
	float: left;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 5px solid #E8E3D6;
	box-shadow: 1px 2px 6px rgba(90, 93, 98, 0.6);
	-moz-box-shadow: 1px 2px 6px rgba(90, 93, 98, 0.6);
	
}
.imgRight-border {
	float: right;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 3px solid rgba(255, 255, 255, 0.95);
	box-shadow: 1px 2px 6px rgba(90, 93, 98, 0.6);
	-moz-box-shadow: 1px 2px 6px rgba(90, 93, 98, 0.6);
}

.border-divider {
	clear: both;
	height: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color:  #D6D2BB;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-border-boxes {
	padding: 0px;
	margin-bottom: 5px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px #868282 !important;
	-moz-box-shadow: 1px 1px 3px #868282 !important;
}



/*------------------------------------------------------------------------------------------------------------------------------------
  [11] .page-content / .container > 1200px
-------------------------------------------------------------------------------------------------------------------------------------*/

.page-content {
	clear: both;
	padding-bottom: 4%;
}
/* Responsive iFrame */
 
.responsive-iframe-container {
	position: relative;
	height: 400px !important;
	overflow: hidden;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	box-shadow: 1pt 2px 7px 0px #D0CDB7;
	padding: 0px;
	width: 100%;
}
.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- bootstrap reset ---*/
@media (min-width: 1200px) {
.container {
	width: 94%;
	max-width: 1200px;
	overflow: hidden;
}
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [13] ms support
-------------------------------------------------------------------------------------------------------------------------------------*/

@-ms-viewport {
width:device-width;
}
@viewport {
width:device-width;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [14] .header  
-------------------------------------------------------------------------------------------------------------------------------------*/



.header {
	width: 100%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}
#apDivLogoMenu { /* For Slideshow example like index.php page so that the Header-Logo-Menus are on top */
	position: absolute;
	width: 100%;
	z-index: 1041;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [15] .mobile-menu-bar
-------------------------------------------------------------------------------------------------------------------------------------*/

.mobile-menu-bar {  /*A border or padding under the menu bar on mobile*/
	/*border-bottom: 0px solid rgba(35, 26, 16, 0.8);*/
	padding-bottom: 1px;
	border-right-color: #fefceb;
	border-bottom-color: #fefceb
}
.mobile-menu-bar a {
	float: left;
	font-size: 24px;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.mobile-menu-bar > a:not(:last-child) {
	border-right-color: #fefceb
}
/* --- icons when html.*-open --- */
.menu-open .toggle-menu i:before {
	content: "\f00d"
}
.search-open .toggle-search i:before {
	content: "\f00d"
}
.login-open .toggle-login i:before {
	content: "\f00d"
}
.signup-open .toggle-planning i:before {
	content: "\f00d"
}
.messageboard-open .toggle-messageboard i:before {
	content: "\f00d"
}
@media (min-width:768px) {
.toggle-menu {
	display: none
}
/* hide toggle => 768px */
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [16] mobile max-width: 767px widths and settings when open and closed
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
.nav-wrapper,  .page-content,  .sub-bar,  .header,  .primary-nav {
	transition: all 0.2s ease-in-out
}
.logo-wrapper {
	transition: all 0.5s ease-in-out;
}
.primary-nav {
	left: -100%;
	height: 0px;
	overflow: hidden;
}
.menu-open .primary-nav {
	left: 0;
	height: auto;
}
.menu-open .logo-wrapper,  .search-open .logo-wrapper,  .login-open .logo-wrapper,  .signup-open .logo-wrapper,  .social-open .logo-wrapper {
	left: -100%;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.menu-open .nav-wrapper,  .search-open .nav-wrapper,  .login-open .nav-wrapper,  .signup-open .nav-wrapper,  .social-open .nav-wrapper,  .menu-open .sub-bar,  .search-open .sub-bar,  .login-open .sub-bar,  .signup-open .sub-bar,  .social-open .sub-bar {
	width: 100%;
	float: none;
	left: 0;
}
}
.logo-wrapper {
	width: 25%;
}
.nav-wrapper, .sub-bar {
	width: 75%;
	float: right;
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [17] .nav-wrapper
-------------------------------------------------------------------------------------------------------------------------------------*/

.nav-wrapper {
	float: right;
	position: relative;
	background: url(../images/backgrounds/bg-dark-wood.jpg) rgb(47, 34, 22);
	-moz-box-shadow: 0 0 2px;
	box-shadow: 0 0 2px;
}
.nav-wrapper .tool-bar a, .mobile-menu-bar a, .nav-wrapper .tool-bar, .primary-nav a {
	color: rgba(241,238,222,0.9);
	-webkit-font-smoothing: antialiased; /* for Slideshow fonts so it does not flicker when fade*/
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}
.nav-wrapper .tool-bar a:hover, .mobile-menu-bar a:hover {
	color: #8e847b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}
 @media (min-width:768px) {
/* Header Bar */
.header .nav-wrapper {
	float: right;
	padding: 0;
}
.header .inner-wrapper {
	width: 100%;
	float: left;
	padding: 0 2% 0 0;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [18] .logo-wrapper and logo
-------------------------------------------------------------------------------------------------------------------------------------*/

.logo-wrapper {
	float: left;
	left: 0;
	position: relative;
}
.logo-wrapper a {
 min-width: 60px width: 100%;
	display: block;
	padding: 0px;
	background-color: transparent;	
}
.logo-wrapper a:hover img {
	opacity: .85
}
.logo-wrapper img {
	width: 100%;
	float: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media (min-width:450px) {
.logo-wrapper img { /* Logo Size control for small Mobile */
	padding: 0;
/*	padding-top: 10px;*/
	max-width: 130px;
	max-height: 100px;
}
.logo-wrapper a {
	
	padding-bottom: 0px; /* Logo Color background padding to line up on bottom */
	
}
}
@media (min-width:768px) {
.logo-wrapper img { /* Logo Size control for Desktop to iPad */
	width: 100%;
	max-width: 220px;
	max-height: 169px;
	float: right;
}
.logo-wrapper a {
	min-width: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px; /* Logo Color background padding to line up on bottom */
	padding-left: 10px;
}
}
.logo-wrapper span {
	clear: both;
	/*background: url(../images/header-shadow.png) 100% 100% no-repeat;*/
	padding-bottom: 0px;
	width: 100%;
	display: none;
	-webkit-background-size: 190px 10px;
	-moz-background-size: 190px 10px;
	-ms-background-size: 190px 10px;
	-o-background-size: 190px 10px;
	background-size: 190px 10px;
}
@media (min-width:768px) {
.logo-wrapper span {
	padding-bottom: 0px;
	-webkit-background-size: 381px 20px;
	-moz-background-size: 381px 20px;
	-ms-background-size: 381px 20px;
	-o-background-size: 381px 20px;
	background-size: 381px 20px;
}
}
.no-backgroundsize .logo-wrapper span {
	background: url(../images/header-shadow-no-backgroundsize.png) 100% 100% no-repeat;
	padding-bottom: 0px;
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [19] .tool-bar is only on = or > 768px then the content inside it is customized to open on smaller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.tool-bar > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 400;
}
.tool-bar {
	float: left;
	width: 100%;
}
.tool-bar > ul {
	float: left
}
.tool-bar > ul > li {
	line-height: 52px;
	padding: 0 10px;
	font-size: 18px;
}
.tool-bar > ul > li.tb-left {
	float: left
}
.tool-bar > ul > li.tb-right {
	float: right
}
.tool-bar .divider {
	background-color: #776E67;
	margin: 0;
	width: 1px;
	padding: 0;
	position: relative;
	clear: none;
	height: 55px;
}
.divider.OR:before {
	color: #fefceb;
	background: #4c443d;
	content: "or";
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -12px;
	height: 16px;
	line-height: 1;
}
.divider.OR {
	margin: 0 5px;
	font-size: 16px;
}
.tool-bar .tb-phone span {
	line-height: 50px;
	font-size: 16px;
	font-weight: 300;
}
}
 @media (min-width:992px) {
.tool-bar > ul > li {
	padding: 0 15px;
	font-size: 20px;
}
.tool-bar .tb-phone span {
	font-size: 20px;
}
}
 @media (min-width:1200px) {
.tool-bar > ul > li {
	padding: 0 20px;
	font-size: 24px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [20] .primary-nav :: colors
-------------------------------------------------------------------------------------------------------------------------------------*/

.primary-nav .active a, .primary-nav a:hover, .primary-nav .dcjq-parent.active {
	color: #fefceb;
	background: #842412;   /*Main menu hovers*/
}
.primary-nav .active a, .primary-nav .dcjq-parent.active {
	color: #fefceb;
	background: #2f2216;  /*Active color like home icon*/
}
.primary-nav li {
	border-bottom: 1px solid #777
}
.primary-nav ul {   /*dropdown color and styles*/
	background: #2f2216;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 15px;
}
.primary-nav ul ul {
	background: #2f2216;
	padding-left: 20px;
	border-bottom: 1px solid rgba(145, 135, 126, 0.4);
	border-left: 1px solid #856230;
	border-right: 0px solid #856230;
}

/* primary navigation colors 
 -------------------------------------------------------------------------------------------- */

.primary-nav .active a, .primary-nav a:hover, .primary-nav .dcjq-parent.active {
	color: #fefceb;
	background: #842412;   /*Main menu hovers*/
}
.primary-nav .active a, .primary-nav .dcjq-parent.active {
	color: #fefceb;
	background: #2f2216;  /*Active color like home icon*/
}
.primary-nav li {
	border-bottom: 1px solid rgba(145, 135, 126, 0.4);
	border-left: 1px solid #856230;
	border-right: 0px solid #856230;
	
	}
.primary-nav ul {
	background: #2f2216;
}
.primary-nav ul ul {
	background: #2f2216;
	padding-left: 20px;
	
}
 @media (min-width:768px) {
.nav-bar {
	border-top: 0px solid #91877e
}
.primary-nav > li {
	/*border-right: 0px solid #86622b;*/
	border-bottom: 0px;
}

}


@media (min-width:768px) {
.nav-bar {
	border-top: 0px solid #91877e
}
.primary-nav > li {
	/*border-right: 0px solid #86622b;*/
	border-bottom: 0px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [21] .primary-nav :: < or = 767px viewport styles 
-------------------------------------------------------------------------------------------------------------------------------------*/

.nav-bar {
	clear: both
}
.primary-nav {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 30px;   /*Font size on small mobile dropdown */
	
}
/* ---- children icon PLUS + (now Disable) ---- */
/*.primary-nav .has-children > a:after {
	font-family: FontAwesome;
	content: "\f067";
	position: relative;
	display: inline;
	line-height: 1;
	font-size: 14px;
	padding-left: 5px;  /*spacing for + symbol on left *!/
	color: #E59D2C;*/
}
@media (min-width:768px) {
.primary-nav .has-children > a:after {
	top: -2px;
	right: -8px;
	padding: 0;
}
.primary-nav .has-children li > a:after {
	top: 0;
	right: -8px;
}
}
.primary-nav .has-children > .active:after {
	content: "\f068"
}
.primary-nav, .primary-nav ul {
	margin: 0;
	list-style: none;
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
}
.primary-nav li {
	position: relative;
	
}
.primary-nav li {
	float: none;
	
}
.primary-nav ul li:last-child {
	border-bottom: 0px
}
.primary-nav li a {
	display: block;
	padding: 10px;
	padding-left: 20px;
}
.primary-nav li li a {
	padding-left: 20px
}
.primary-nav li li li a {
	padding-left: 20px
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [22] .primary-nav :: > or = 768px viewport styles 
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.nav-bar {
	clear: both
}
.primary-nav > li {
	float: left;
	border-bottom: 0px;
}
.primary-nav li li {
	width: 100%
}
.primary-nav > li > a {
	line-height: 70px
}
.primary-nav li li a {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 20px;   /*dropdown menus spacing on left*/
}
.primary-nav {
	float: left;
	right: auto;
	left: 0;
	padding: 0;
	height: auto;
	z-index: 1000;
	overflow: visible;
}
.primary-nav ul {
	position: absolute;
	top: 70px;
	left: -1px;
	margin: 0;
	min-width: 280px;
	text-align: left;
	display: none;
	margin: 0;
	padding: 0;
}
.primary-nav ul ul {
	position: relative;
	top: auto;
	left: 0;
	margin: 0;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [23] .primary-nav :: responsive adjustments of font size and spacing between top level links
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.primary-nav > li > a {
	font-size: 20px;
	padding: 0 8px;  /*padding on both sides in iPad Portrait*/
}
.primary-nav > .has-children a {
	padding-right: 15px
}

}
@media (min-width:992px) {
.primary-nav > li > a {
	font-size: 20px;
	padding: 0 15px;
}
.primary-nav > .has-children a {
	padding-right: 20px
}
}
@media (min-width:1200px) {
.primary-nav > li > a {
	font-size: 24px;
	padding: 0 20px;
}
.primary-nav > .has-children a {
	padding-right: 20px
}
}
@media (min-width:1500px) {
.primary-nav > li > a {
	font-size: 26px;
	padding: 0 22px;
}
.primary-nav > .has-children a {
	padding-right: 30px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [24] .sub-bar // contains social links and tagline styles
-------------------------------------------------------------------------------------------------------------------------------------*/

.sub-bar {
	float: left;
	margin: 0;
	list-style: none;
	font-size: 24px;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	-webkit-font-smoothing: antialiased; /* for Slideshow fonts so it does not flicker when fade*/
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	background: rgba(172, 126, 52, 0.7); /*bottom sub-bar tagline and social*/
	
}
.sub-bar {
	background-image: url(../images/backgrounds/bg-sub-bar-menu.jpg)!important;
	opacity: 0.9;
}
.sub-bar a, .social a {
	color: #F2F5DB;
	text-shadow: 1px 1px 2px #1a1713;
}
.sub-bar > li {
	float: left;
	padding-right: 15px;
}
.sb-social-wrapper {
	padding: 0;
	nowhitespace: afterproperty;
	clear: both;
	width: 100%;
	display: none;/* hide on small*/
}
.tagline {
	font-weight: 400;
	width: 100%;
	color: #F2F5DB;
	text-shadow: 1px 1px 3px #23211d;
	
}
.sub-bar .social {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
.sub-bar .social li {
	float: left;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub-bar .social li.last {
	padding: 0
}
.sub-bar .social .closeMe {
	float: right;
	padding: 0;
	background: #4c443d
}
.sub-bar .social .closeMe a {
	padding: 2px;
	color: #fefceb
}

@media (min-width:768px) {
.sb-social-wrapper {
	display: block!important;
	padding: 0;
	clear: none;
	width: auto;
}
.sub-bar .social {
	padding: 0;
	clear: none;
}
.sub-bar {
	line-height: 35px;
	float: left;
	position: relative;
	top: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sub-bar {
	background: rgba(172, 126, 52, 0.7); /*bottom sub-bar tagline and social*/
}
.sub-bar,  .sub-bar .sb-right {
	float: right
}
.sub-bar .sb-left {
	float: left
}
.tagline {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 24px;
	letter-spacing: 2px;
	width: auto;
}
}
@media (min-width:992px) {
.tagline {
	letter-spacing: 3px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [25] .search-panel
-------------------------------------------------------------------------------------------------------------------------------------*/
.search-panel {
	background: #fefceb
	position: relative;
	clear: both;
	display: none;
	width: 100%;
	overflow-x: hidden;
}
.search-panel form {
	margin: 0;
	text-align: center;
	padding: 10px;
}
.search-open .search-panel {
	display: block
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [26] .login-panel & .planning-panel
-------------------------------------------------------------------------------------------------------------------------------------*/

.login-panel {
	clear: both;
	display: none;
	font-size: 1.1em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* for Slideshow fonts so it does not flicker when fade*/
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FEFCEB;
	background-image: url(../images/backgrounds/dirty-paper.png);
	background-repeat: repeat;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [27] .social-user login/registration icons
-------------------------------------------------------------------------------------------------------------------------------------*/

.social-user a:hover {
	text-decoration: none;
	opacity: .7;
}
.social-user a, .social-user a:hover {
	color: #fff
}
.social-user .facebook {
	background: #174079
}
.social-user .fa-facebook {
	background: #3a64a0
}
.social-user .google {
	background: #a62b1f
}
.social-user .fa-google-plus {
	background: #d34537
}
.social-user .wordpress {
	background: #222
}
.social-user .fa-wordpress {
	background: #333
}
.social-user .twitter {
	background: #158bb8
}
.social-user .fa-twitter {
	background: #1eb3ec
}
.social-user .fa {
	font-size: 24px;
	width: 100%;
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid rgba(255,255,255,.075);
}
.social-user a {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.social-user a span {
	padding: 5px 10px;
	display: block;
	text-align: center;
}
@media (min-width:400px) {
.social-user a {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
}
.social-user a span {
	padding: 5px 10px;
	display: inline-block;
}
.social-user .fa {
	float: left;
	padding: 0;
	font-size: 20px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid rgba(255,255,255,.075);
	border-bottom: 0px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [28] .title // used initially inside the login-panel and planning-panel
-------------------------------------------------------------------------------------------------------------------------------------*/

.title {
	text-transform: uppercase;
	border-bottom: 1px solid #777;
	padding-bottom: 4px;
	margin-bottom: 20px;
	margin-top: 0;
}
.title {
	line-height: 1;
	padding-bottom: 0;
}
.title span {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AAAE8D;
}
.title, .title span {
	border-color: #4c443d
}

.spaced-out-header {
	letter-spacing: 2px;
}
.uppercase {
	text-transform: uppercase;
}
.text-supersized {
	font-size: 30px;
	line-height: 1;
}
 @media (min-width:650px) {
.text-supersized {
	font-size: 60px;
}
}
 @media (min-width:992px) {
.text-supersized {
	font-size: 80px;
}
}
 @media (min-width:1200px) {
.text-supersized {
	font-size: 100px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [29] .banner
-------------------------------------------------------------------------------------------------------------------------------------*/

.banner {
	width: 100%;
	/*max-width: 1200px;*/
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D4D3C5;
	height: 400px;
	padding: 2%;
}
.banner-home {
	width: 100%;
	/*max-width: 1200px;*/
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background: url(../images/backgrounds/bg-dark-wood.jpg) 0 0 repeat #5B5248;
	padding: 0px;
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cac5a6;
}
.bg-overlay {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [30] #toTop // scroll to #top of the page
-------------------------------------------------------------------------------------------------------------------------------------*/
#toTop {
	color: #842413
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
@media (min-width:768px) {
#toTop {
	bottom: 40%;
}
}
/* -----  Scroll To Top Button (AldoDesign version)------- */
#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #842413;
	padding-top: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#scroll-top i {
	font-size: 1.3em;
}
#scroll-top:hover {
	background-color: #8c6835;
}
#scroll-top.visible {
	right: 20px;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [31] #scroll-menu // .scroll-nav :: shows up on scroll on top left.
-------------------------------------------------------------------------------------------------------------------------------------*/
#scroll-menu {
	display: none!important;
}
@media (min-width:768px) {
#scroll-menu.scroll-active {
	display: block!important;
}
#scroll-menu .scroll-menu-toggle {
	color: #fefceb
	background: #4c443d;
	font-size: 18px;
}
.scroll-nav {
	background-color: #FFFEED;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4c443d;
	border-right-color: #4c443d;
	border-bottom-color: #4c443d;
	border-left-color: #4c443d;
	box-shadow: 4px 4px 10px rgba(95,87,86,0.5);
}
.scroll-nav a {
	color: #4c443d
	font-size: 18px;
}
.scroll-nav li:not(:last-child) {
	border-bottom-color: #4c443d
}
.scroll-nav .active a,  .scroll-nav .dcjq-parent.active,  .scroll-nav a:hover {
	color: #a66138
}
.boxshadow #scroll-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
#scroll-menu .scroll-menu-toggle {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1000;
	left: 0;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.scroll-menu-open .scroll-nav {
	left: 0
}
.scroll-menu-open .scroll-menu-toggle i:before {
	content: "\f00d";
	position: relative;
	top: -1px;
}
#scroll-menu .scroll-nav {
	transition: all 0.2s ease-in-out
}
/* ---- children icon ---- */
.scroll-nav .has-children > a:after {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 12px;
	padding-left: 10px;
}
.scroll-nav {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: -450px;
	padding: 20px;
	margin-left: 40px;
	width: 400px;
	font-size: 16px;
	line-height: 2;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
.scroll-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 2%;
}
.scroll-nav a {
	display: block
}
.scroll-nav li:not(:last-child) {
	border-bottom: 1px dotted #777
}
.scroll-nav a:hover,  .scroll-nav a:active,  .scroll-nav a:focus {
	text-decoration: none
}
}

@media (min-width:768px) and (min-height:700px) {
#scroll-menu .scroll-menu-toggle {
	color: #fefceb;
	background: #4c443d;
}
.scroll-nav {
	background-color: #FFFEED;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4c443d;
	border-right-color: #4c443d;
	border-bottom-color: #4c443d;
	border-left-color: #4c443d;
	box-shadow: 4px 4px 10px rgba(95,87,86,0.5);
}
.scroll-nav a {
	color: #4c443d
}
.scroll-nav li:not(:last-child) {
	border-bottom-color: #4c443d
}
.scroll-nav .active a, .scroll-nav .dcjq-parent.active, .scroll-nav a:hover {
	color: #a66138
}


}

/*------------------------------------------------------------------------------------------------------------------------------------
  [32] .equal-height-col
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:992px) {
.equal-height-col > [class*="col-"]:not(:last-child) {
	border-right: 1px solid #777;
	border-right-color: #4c443d
}
.equal-height-col > [class*="col-"] p {
	padding: 0 2%
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [33] .feature-icon
-------------------------------------------------------------------------------------------------------------------------------------*/

.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 2px 1px #FFF;
}
 @media (min-width:768px) {    
.feature-icon {
	font-size: 450% !important;
	text-shadow: 2px 2px 1px #FFF;
}
}
@media (min-width:992px) {
.feature-icon {
	font-size: 450% !important;   
	text-shadow: 2px 3px 1px #FFF;
}
}
@media (min-width:1200px) {
.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 3px 1px #FFF;
}
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [34] .footer // highly customized does not rely on bootstrap grid
-------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	clear: both;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
   /* border-top: 4px solid #cac5a5;*/
}
.footer section {
	padding: 20px 0 0 0
}
.footer a {
	color: #FBF8E8
}
footer a:hover {
	color: #E39D2B;
	text-decoration: none;
}
 @media (max-width:767px) {
.footer {
	padding-bottom: 30px
}
}
/* ------------ .footer h5 [used before each chunk] -------- */
.footer h5 {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #D1CDA6;
}
/* ------------ footer .img-widget  -------- */
.img-widget {
	margin-right: -5px;
	margin-bottom: -5px;
}
.img-widget img {
	width: 100%;
	height: auto;
}
.img-widget a {
	float: left;
	width: 65px;
	padding: 0 5px 5px 0;
}
@media (min-width:768px) {
.footer .img-widget a {
	width: 20%
}
}
@media (min-width:992px) {
.img-widget a {
	width: 16.5%
}
.footer .img-widget img {
	width: 100%
}
}
/* ------------ .footer .blog-posts  -------- */
.footer .blog-posts {
	margin-top: -4px
}
.footer .blog-posts li {
	padding: 4px 0;
	border-bottom: 1px solid rgba(135, 100, 48, 0.8)
}
/* ---- footer social */
.footer .social {
	margin: 0 0 -5px 0
}
.footer .social li {
	float: left;
	padding-right: 10px;
}
.footer .social a {
	font-size: 20px;
	color: #fefceb
}
.footer .social a:hover {
	color: #ce3332
}
.footer [class*="col-"]:not(:last-child) {
	border-right: 1px solid rgba(135, 100, 48, 0.8)
	
}
@media (min-width:768px) {
.footer .social {
	float: right
}
.footer .social li {
	padding-left: 10px;
	padding-right: 0;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [35] .footer // custom columns and rules for the amount of content in the demo page and the media queries
-------------------------------------------------------------------------------------------------------------------------------------*/

.footer hr {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0;
}
.footer hr.margin-top-minus-30px {
	margin-top: -30px
}
.footer-signup .form-control, .footer-signup .btn {
	border-radius: 0px;
}
.footer-signup .btn {
	background: #91877e;
	border-color: rgba(135, 100, 48, 0.8);
}
.footer-signup .btn:hover {
	background: #e1dcaf;
	color: #4c443d;
}
.footer [class*="footer-col-"] {
	padding: 30px 15px
}
 @media (min-width:768px) {
.footer [class*="footer-col-"] {
	float: left;
	padding: 30px 15px;
}
.footer [class*="footer-col-"]:not(:last-child) {
	border-right: 1px solid #876431
}
.footer-col-1 {
	width: 35%
}
.footer-col-2 {
	width: 30%
}
.footer-col-3 {
	width: 35%
}
}
 @media (min-width:1200px) {
.footer-col-1 {
	width: 33%
}
.footer-col-2 {
	width: 33%
}
.footer-col-3 {
	width: 33%
}
}
 @media (min-width:1500px) {
.footer-col-1 {
	width: 40%
}
.footer-col-2 {
	width: 20%
}
.footer-col-3 {
	width: 40%
}
}  
/* footer  Colors
 -------------------------------------------------------------------------------------------- */

.footer hr {
	border-color: rgba(135, 100, 48, 0.8)
}
.footer a {
	color: #f4f0cc
}
.footer-signup .btn {
	background: #91877e;
	border-color: rgba(135, 100, 48, 0.8);
}
.footer-signup .btn:hover {
	background: #e1dcaf;
	color: #4c443d;
}
.footer .blog-posts li {
	border-bottom: 1px solid rgba(135, 100, 48, 0.8)
}
.footer .social a {
	color: #fefceb
}
.footer .social a:hover {
	color: #ce3332
}
.footer [class*="col-"]:not(:last-child) {
	border-right: 1px solid rgba(135, 100, 48, 0.8)
	
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [36] bootstrap css over-rides
-------------------------------------------------------------------------------------------------------------------------------------*/
hr, blockquote {
	border-top-color: #AE9C8B;
	border-right-color: #AE9C8B;
	border-bottom-color: #AE9C8B;
	border-left-color: #AE9C8B;
}
blockquote footer, blockquote cite, blockquote small {
	color: #4c443d
}
.btn, .input-group, .input-group *, .form-control, .panel, .panel-heading, .panel-footer, .well, .alert, .list-group, .list-group .list-group-item, pre, code {
	border-radius: 2;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-header > small {
	color: #87925D
}
.page-header {
	border-color: #d0ccad
}
.pager *, .pagination * {
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d0ccad!important;
}
.pager a, .pagination li a {
	color: #4c443d
}
.panel-heading {
	font-weight: bold;
}
.form-control:focus {
	outline: 0;
}
.form-control, .input-group span, .input-group .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn {
	font-size: 1em;
	font-weight: 300;
}
.well {
	background-color: rgba(255,255,255,0.5) !important;
}

.well-cream {
	background-color: rgba(250,241,204,0.5) !important;
}
.well-white {
	background-color: rgba(255,255,255,0.5) !important;
	padding-top: 0px;
}
/* ------------ placeholders // don't combine  ---------- */

.form-control::-moz-placeholder {
 color: #000;
 font-size:16px;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #000;
 font-size:16px;
}
.form-control::-webkit-input-placeholder {
 color: #000;
 font-size:16px;
}
.form-control:focus {
	border-color: #8e847b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .2);
}
.form-control, .input-group span, .input-group .btn {
	border-color: #4c443d
}
 .form-control::-moz-placeholder {
color: #4c443d
}
 .form-control:-ms-input-placeholder {
color: #4c443d
}
 .form-control::-webkit-input-placeholder {
color: #4c443d
}

/* ------------ bootstrap tooltip  ---------- */
.tooltip-inner {
	border-radius: 0px;
	color: #ffffff;
	background-color: #44382f;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	background-color: #44382f!important;
}
.tooltip.right .tooltip-arrow {
	background-color: #44382f;
}
.tooltip.left .tooltip-arrow {
	background-color: #44382f;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	
}

/* components 
 -------------------------------------------------------------------------------------------- */

.panel-default, .panel-default .panel-heading, .well, .list-group, .list-group > .list-group-item {
	border-color: rgba(208, 204, 172, 0.7)
}
.panel-default .panel-heading, .well, .panel-footer {
	background-color: rgba(188, 156, 99, 0.5);	
}

/* ==========================================================================
  [37] Custom Button Color Backgrounds
========================================================================== */
.btn-warning {
	background-color: #C77A21 !important;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 3px;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-primary.btn-outline {
	color: #285E9B;
}
.btn-success.btn-outline {
	color: #86915E;
}
.btn-info.btn-outline {
	color: #5bc0de;
}
.btn-warning.btn-outline {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 1px 1px 3px #CCC;
}
.btn-danger.btn-outline {
	color: #993300;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
	color: #fff;
}
/* button Overides default 
 -------------------------------------------------------------------------------------------- */

.btn-default {
	color: #4c443d;
	border-color: #4c443d;
}
.btn-link {
	color: #324D87;
	background-color: #FCF9E8;
	border-top-color: #DADCC8;
	border-right-color: #DADCC8;
	border-bottom-color: #DADCC8;
	border-left-color: #DADCC8;
}
.btn-success {
	color: #FEFCEB;
	border-color: #64804A;
	background-color: #64804A;
}
.btn-primary {
	color: #FEFCEB;
	border-color: #334D87;
	background-color: #334D87;
}
.btn-info {
	color: #FEFCEB;
	border-color: #69C;
	background-color: #69C;
}

.btn-warning {
	color: #FEFCEB;
	border-color: #E29A28;
	background-color: #E29A28;
}
.btn-danger {
	color: #FEFCEB;
	border-color:  #B23004;
	background-color: #B23004;
}
/* custom button 
 -------------------------------------------------------------------------------------------- */

.btn-custom {
	color: #fefceb;
	background: #fefceb;
	padding: 3px;
	border-color: #4c443d;
}
.btn-custom span {
	color: #fefceb;
	display: block;
	padding: 5px 10px;
	background: #4c443d;
}
.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
	color: #4c443d;
	border-color: #e1dcaf;
	background: #fefceb;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-custom:hover span, .btn-custom:active span, .btn-custom:focus span {
	color: #4c443d;
	border-color: #e1dcaf;
	background: #e1dcaf;
}

/* tool tip colors 
 -------------------------------------------------------------------------------------------- */

.tooltip-inner {
	color: #fefceb;
	background-color: #44382f;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	border-top-color: #44382f;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #44382f
}
.tooltip.left .tooltip-arrow {
	border-left-color: #a66138
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #44382f
}
/* feature icon 
 -------------------------------------------------------------------------------------------- */

.feature-icon, .feature-icon a {
	color: #d2cda6
}
/* Icon List styles
 -------------------------------------------------------------------------------------------- */
.icon-list li {
	display: block;
	position: relative;
	line-height: 1.3em;
	padding-left: 20px;
	padding-bottom: 15px;
}
.icon-list em {
	font-size:80%;
	padding-right: 6px;

}
.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%
}
.chevron-right li:before {
	content: '\e080';
	color: #cd5427;
	line-height: 1em;
}

.checkmark li:before {
 content: '\e067';
}

.arrow-right li:before {
 content: '\e092';
}



/* ==========================================================================
   [38] Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearer {
	clear: both;
}
