
/* ========================================================
   Author: Copyright 2016   AldoDesign - aldo@aldodesign.com
   ======================================================= */
   
   /* @group Primary Styles  */
   
   * {
   	margin: 0px;
   	padding: 0px;
   	outline: none;
   }
   
   html, body {
   	border: 0;
   	margin: 0;
   	padding: 0;
   }
   
   body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    font-size: 15px;
    line-height: 1.45em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    	-webkit-backface-visibility: hidden;
    	text-rendering: optimizeLegibility;   
    cursor: default;
    margin: 0px;
    padding: 0px;
   	background-color: #655853;
    background-image: url(../images/backgrounds/backg-wood.jpg);
   	background-repeat: repeat;
   	background-position: left top;
   	
   }
   
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {

	text-decoration: none;
	color: #cb6533;
}


h1 {
    color: #CC6633;
	font: 36px 'Rokkitt', serif;
	font-weight: 600;
	line-height: 32px;
    -webkit-font-smoothing: antialiased;
     margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
       
}

h2 {
    color: #5C73A4;
    font-size: 30px;
    font-family: 'Rokkitt', serif;
     -webkit-font-smoothing: antialiased;
    font-weight: 600;
    margin: 0 0 10px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
    -webkit-font-smoothing: antialiased;
     margin: 0 0 10px;
    
}
    

h4 {
	font: 18px/1.3em 'Open Sans', sans-serif;
	font-weight: 600;
    -webkit-font-smoothing: antialiased;
     margin: 0 0 10px;
    
    }
 

h5 {
    font: 17px/1.4em 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 5px;
    
    }

p {
	margin-top: 0;
	margin-bottom: 10px;
	
}

.theme-orange {
	 color: #CC6633;
}

.theme-red {
	 color: #be2626;
}


.theme-blue {
	color: #5C73A4;
}

.theme-white {
	color: #ffffff;
	 text-shadow: 0 0 2px rgba(78, 78, 78, 0.55);
}


.strong {
	 font-weight: 600;
	
}

.intro-text {
	font-size: 1.1em;
	line-height: 1.5em!important;
}
   
   
   /* @end */
   
      /* @group Tables */
      
      .table-bordered > thead > tr > th,
      .table-bordered > thead > tr > td {
        border-bottom-width: 1px!important;
      	background-color: #5c8fc7;
   }
      .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #efefef !important;
      }
      
      .table-striped h4 {
       color: #ffffff;
        text-shadow: 0 0 2px rgba(78, 78, 78, 0.55);
         font-weight: 600;   }
      
      /* @end */
   

/* @group Main Button */

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

/* @end */

/* @group Borders and Spacers */

.image-right-border {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #D2D0CA;
	border-radius: 6px;
	margin-right: 0px;
	margin-top: 2px;
	border: 6px solid #ffffff;
	margin-left: 10px;
	box-shadow: 1px 1px 4px #B1B1A8;
}
.image-center-border {
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #D2D0CA;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
	margin-right: auto;
	clear: both;
}
.image-left-border {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	background-color: #D2D0CA;
	border-radius: 6px;
	margin-right: 15px;
	margin-top: 5px;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
}

.image-left {
	float: left;
	padding: 0px;
	margin: 5px 15px 5px 0;
}
.image-border {
	padding: 0px;
	margin-bottom: 15px;
	background-color: #E1E0DC;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
}


.top-border {
	height: 4px;
	background-color: #edbc49;
}
.noTopSpacer {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.bottom-spacer {
	margin-bottom: 10px !important;
}
.left-spacer {
	padding-left: 5px;
}
.row .noTopSpacer {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.top-spacer {
	margin-top: 30px !important;
}

.row .noSideSpacer {
	padding-right: 0px !important;
	padding-left: 0px !important;
	
}

.side-spacer {  /*side spacer for 12 col when using wells below*/
	padding-right: 10px !important;
	padding-left: 10px !important;
	
}
.noBottomSpacer {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*-------------------------*/
/*	DIVIDERS
/*-------------------------*/
.border-divider {
	clear: both;
	height: 1px;
	border-top-width: 2px;
	border-bottom: 2px solid #dadad4;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0px;
	margin-bottom: 15px;
}

.line-spacer {
	margin: 0px 0px 10px;
	clear: both;
	display: block;
	/*height: 10px;*/
	overflow: hidden;
	padding-top: 0px;
	border-bottom: 1px solid #9e9e9e !important;
}
.line-spacer-tight {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #CCCACB !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lineBottom {
	display: block;
	overflow: hidden;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #B1AEB1 !important;
	margin-top: 5px;
	margin-bottom: 0px !important;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px !important;
	padding-left: 0px;

}
/*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;
}
.marginbottom0 {
	margin-bottom: 10px;
}
/*margins*/
.marginbottom10 {
	margin-bottom: 10px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.marginbottom30 {
	margin-bottom: 30px;
}
.marginbottom40 {
	margin-bottom: 40px;
}

/* @end */

/* @group Containers */

#container {
    position: relative;
    z-index: 3;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

#container.container {   /*Shows background wood on mobile on both sides, overwrites bootstrap defauls of 20px*/
	padding-right: 10px;
	padding-left: 10px;
}

#slider {
    background: rgba(255,255,255,0.8);
    padding-right: 42px;
    overflow: hidden;
}

.audio-wrap {
    padding: 30px 10px 6px;
    position: relative;
}

audio .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.well-bg {
   background: url(../images/backgrounds/bg-footer.png) left top repeat-x #f6f3ee !important;
   -moz-box-shadow: 1px 3px 5px rgba(210, 210, 210, 0.7);
   box-shadow: 1px 3px 5px rgba(210, 210, 210, 0.7);
   margin-right: 10px;
}

/* @end */

/* @group Blockquote */

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/** pull-quote styles **/

/** pull-quote styles **/
.left-pull { display: block; padding: 7px 11px; margin-left: 5px; width: 170px; float: left; margin-right: 10px; background: #555; color: #bcbcbc; font-weight: bold; line-height: 17px; font-size: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.left-pull p { font-style: italic; color: #d5d5d5; }
.left-pull .ref { font-size: 12px; }


/* @end */

/* @group Content - Sections */

body > section {  /*newer ie covers up content unless this is included*/
		padding: 0;
}

section {
     position: relative;
	}
	
.autumn-leaves { /* Note it hides on mobile see responsive css*/
		background: url(../images/backgrounds/wapper1.png) center top no-repeat transparent;
		}



.inner-content {
    padding-left: 180px; /* same size as menu width here Note: Match with Header width*/
}

.content-sections {
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, 0.95);
/*	-moz-box-shadow: 2px 4px 10px rgba(2, 2, 0, 0.7);
	box-shadow: 2px 4px 10px rgba(2, 2, 0, 0.7);*/
}

.content-sections > div {
   /* border-bottom: 1px solid #d3d3d3;*/
    margin-bottom: 10px;
}

.content-sections > div:last-child {
    /*border-bottom: 1px solid transparent;*/
    margin-bottom: 0px;
}

.splash-magazines {
	text-align: center;
}

.splash-magazines img {
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
}


/* @end */
		

/* @group Top-Bar | Social Icons */

.top-bar {
    padding: 12px 0;
    background: url(../images/backgrounds/wood-topbar-backg.png) left top no-repeat transparent;
    border-bottom: 1px solid #030101;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
	-moz-box-shadow: 4px 2px 8px #030101;
	box-shadow: 4px 2px 8px #030101;
	opacity: 0.8;
}

.top-bar p {
    float: left;
    margin: 0;
}

.top-bar p  {
    display: inline-block;
    color: #e5e6d9;
    font-size: 18px;
    font-size: 400;
    font-family: 'Open Sans', sans-serif;
   /* border-right: 1px solid #d6d7b9;*/
    line-height: 16px;
    margin-left: 0px;
   margin-right: 10px;
   text-shadow: 1px 1px 1px #080808;
}

.top-bar .fa {
    color: #70a0d4;
    font-size: 21px;
    padding: 0 10px;
}

.top-bar a {
	color: #d6d7b9;
	text-decoration: none;
}

.top-bar a:hover {
	color: #ffffff;
	
}


/* @end */



/* @group Header with Logo */

header {
    width: 180px;  /*width of the side menu on left Note: .inner-content needs to match too*/
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -575px;
    z-index: 9999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active {
    top: 0;
}

.header-logo {
    padding: 28px 10px;
    text-align: center;
    background: url(../images/backgrounds/wood-banner-backg.png) left top no-repeat transparent;
    height: 145px;
   
}

/* @end */

/* @group Main Menu */

.main-menu {
	background: url(../images/backgrounds/backg-menu.png) transparent;
	box-shadow: 0 2px 8px rgba(34, 34, 34, 0.8);
	-moz-box-shadow: 0 2px 8px rgba(34, 34, 34, 0.8);
	/*border-left: 1px solid #70645e;*/
	
}

.main-menu > li {
    display: block;
    position: relative;
    text-align: center;
}

.main-menu > li > a {
    display: block;
	background: transparent;
	position: relative;
    color: #d7d8bb;
    font-size: 16px;
    font-family: 'Droid Sans', Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 5px 5px 5px 15px;
    text-transform: capitalize;
    text-decoration: none;
    border-top: 1px solid rgba(94, 84, 79, 0.95);
     border-bottom: 1px solid rgba(20, 20, 20, 0.85);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}
.main-menu > li > a:hover {
	color: #82bdd3;  /* Main menu hover color */
}


.main-menu li a span {
    display: inline;
    position: relative;
    z-index: 2;
}

li.drop > a span:after {
    display: block;
    position: absolute;
    top: -2px;
    right: -16px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 21px;
    font-size: 600;
    color: #88b5ca;
}

.main-menu > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(36, 32, 28, 0.5);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	
}

.main-menu > li > a:hover:after {
    width: 100%;
   
}

.main-menu > li > a.active:after {
    background: none;
    

}

.main-menu > li > a.active {
    color: #212121;
    background: transparent;
}

ul.drop-down {
	font: 16px 'Droid Sans', Arial, sans-serif;
	font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 240px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    text-align: left;
    left: 100%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	
}

li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li {
    border-top: 1px solid rgba(74, 68, 65, 0.77);
    position: relative;
    box-shadow: 2px 3px 5px rgba(68, 68, 68, 0.8);
	-moz-box-shadow: 2px 3px 5px rgba(68, 68, 68, 0.8);
}

ul.drop-down li:last-child {
    border-bottom: 1px solid rgba(38, 34, 30, 0.93);
	
}

ul.drop-down li a {
    display: block;
    color: #f2eed6;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 600;
	text-decoration: none;
    text-transform: capitalize;
    background: url(../images/backgrounds/backg-menu-dropdown.jpg) transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
	padding: 10px;
}

ul.drop-down li a:hover {
    color: #82bdd3;
    /*background: url(../images/backg-menu-dropdown-over.jpg) transparent;*/
}

ul.drop-down.level3 li a:hover {
    background: rgba(38, 36, 33, 0.85);
}

ul.drop-down li.drop > a span:after {
    top: -2px;
    color: #ffffff;
}

a.elemadded {
    display: none;
	background: url(../images/backgrounds/wood-topbar-backg.png) rgb(50, 41, 37);
	position: relative;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding: 17px 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  /*  border-top: 1px solid rgba(56,56,56,0.2);*/
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

/* @end */


	
	
	

/* @group Services Box */

.services-box {
    position: relative;
}

.services-post {
    padding: 10px 0;
    margin-bottom: 30px;
}

.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 66px;
    height: 66px;
    background: #0076f9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #0076f9;
    left: 0px;
    top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a:hover {
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -webkit-backface-visibility: hidden;
}

.services-post > a:hover:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #0076f9;
    left: -7px;
    top: -7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 66px;
}

.services-post-content {
    margin-left: 86px;
    padding-top: 10px;
}

.services-post-content h4 {
    margin-bottom: 3px;
}


.tab-content-box {
    text-align: center;
    padding: 60px;
    border: 1px solid #dbdbdb;    
}

/* @end */

/* @group Tab Box */

.tab-box {
    padding: 50px 60px;
    border: 1px solid #dbdbdb;
    min-height: 365px;
    overflow: hidden;
}

.tab-content {
    display: none;
    overflow: hidden;
}

.tab-content img {
    float: left;
    width: 254px;
}

.tab-content p {
    margin-bottom: 12px;
}

.tab-content p span {
    color: #007aff;
    font-weight: bold;
}

.tab-content .content-tab-elem {
   margin-left: 290px;
}

.tab-content:first-child {
    display: block;
}

ul.tab-links {
    border: 1px solid #dbdbdb; 
    border-top: none;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tab-links li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dbdbdb; 
}

ul.tab-links li:first-child {
    border-left: none; 
}

ul.tab-links li a {
    display: inline-block;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a i {
    font-size: 30px;
    color: #007aff;
    display: block;text-align: center;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover,
ul.tab-links li a.active {
    color: #fff;
    background: #007aff;
}

ul.tab-links li a:hover i,
ul.tab-links li a.active i {
    color: #fff;
}

/* @end */

/* @group Accordion Panel */

.panel-title {
	font-size: 18px!important;
	color: #282828;
}
.panel-title a:hover, .panel-title a:visited {
	color: #CC6633 !important;
}
.panel-heading {
	background: url(../images/backgrounds/bg-panels.png) repeat-x rgb(255, 250, 243);
	color: #4a5482;
	}
.panel-heading.active {
	background: url(../images/backgrounds/bg-panels-active.png) repeat-x rgb(255, 250, 243);
	color: #4a5482;
}
.panel-heading .fa {  /*fa icon folder*/
	color: #5C73A4 !important;
	padding-right: 5px;
}
.panel-heading.active .fa {  /*fa icon folder*/
	color: #CC6633 !important;
	padding-right: 5px;
}
.panel-heading .glyphicon {  /*fa icon folder*/
	color: #CC6633 !important;
	line-height: 1em;
	padding-top: 5px;
}
.panel-heading .glyphicon-minus {  /*fa icon folder*/
	color: #cfceca !important;
	text-shadow: 1px 1px 2px #ffffff;
}

/* @end */

/* @group Page Banners */

#page-banner {
	background: url(../images/backgrounds/wood-banner-backg.png) right top no-repeat transparent;
	padding: 36px 20px 36px 5px;  /*change padding here to match logo height Div*/
	
}

#page-banner h1 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 38px;
}

#page-banner p {
    color: #d4d4d4;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

#page-banner .fishing-sign {
  right: 60px;
  top: 45px;
    z-index: 5;
	position: absolute;
	/*width: 100px;*/
	float: right;
}

/* @end */

/* @group Map */

.map {
    height: 340px;
    width: 100%;
    margin-bottom: 30px;
}

/* @end */

/* @group  Scroll To Top Button */

#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 55px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #005990;
	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: #231e1f;
}
#scroll-top.visible {
	right: 20px;
}

/* @end */

/* @group Carousel Home */

.carousel-indicators {
    bottom: 0;
    
}
.carousel-indicators {
  margin-left: 50%;
  left: 0;
 
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control.left {
  margin-left: -5%;
}

.carousel-control.right {
   margin-right: -5%;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

/* Caption */

.carousel-caption {
	left: 0;
	bottom: 0;
	position: absolute;
}

.carousel-caption h1 {
font-family: 'Rokkitt', serif;
 -webkit-font-smoothing: antialiased;
 	font-weight: 400;
    font-size: 30px;
    padding: 6px 15px 10px;
    background: url(../images/home-carousel/img/bg-wood-slider.png) right top repeat-x transparent;
    border: none;
    color: #96b2cf;
    text-align: left;
  	display: inline-block;
	position: absolute;
	margin-bottom: 0px;
	border-top-right-radius: 6px;
	left: 0;
	bottom: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	
}

.carousel-caption h1 span {
    font-size: 25px;
	color: #e3dece;
}


.carousel-caption h3 {
    font-family: 'Rokkitt', serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 10px 10px;
	background: url(../images/home-carousel/img/bg-wood-slider.png) right center repeat-x transparent;
	border: none;
    color: #e0d7c6;
    text-align: left;
  	display: inline-block;
	position: absolute;
	margin-bottom: 0px;
	border-top-right-radius: 6px;
	left: 0;
	bottom: 0;
}

/* Animation delays */
/*.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}*/

/*
    Bootstrap Carousel to Fade instead of slide
    */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* @end */

/* @group icon list */

ul.icon-list {
 	padding-top: 8px !important;
	padding-left: 15px;
}
 
.icon-list li {
	display: block;
	position: relative;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 1em;
/*	color: #000000;*/
}
.icon-list li strong {
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 700;
	padding-right: 2px;
}
.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%
}
.chevron-right li:before {
	content: '\e080';
	color: #CC6633;
	line-height: 1em;
	text-shadow: 2px 1px 3px rgba(177, 177, 176, 0.65);
}
.checkmark li:before {
	content: '\e067';
}
.arrow-right li:before {
	content: '\e092';
}

.fa-paint-brush {  /*for art gallery icons li list*/
	color: #afafaf !important;
	padding-right: 5px;
	text-shadow: 2px 2px 01px #ffffff;
}

/* @end */

/* @group Footer */

footer {
    font-size: 14px;
    line-height: 1.4em;
   border-top: 1px solid #dbdbdb;
   background: url(../images/backgrounds/bg-footer.png) left top repeat-x rgba(251, 249, 244, 0.95);
   -moz-box-shadow: 3px 7px 10px rgba(2, 2, 0, 0.5);
   box-shadow: 3px 7px 10px rgba(2, 2, 0, 0.5);
}

.up-footer {
    padding: 20px 25px 15px;
	
}

.up-footer a {
   	
}

.up-footer a:hover {

	text-decoration: none;
	color: #cb6533;
}


.up-footer h3 {
color: #5C73A4;
font: 24px 'Rokkitt', serif;
font-weight: 600;
line-height: 28px;
-webkit-font-smoothing: antialiased;
 margin-bottom: 10px;

}

.up-footer p {
    margin-bottom: 10px;
}

.up-footer button {
    margin-bottom: 5px;
}

.up-footer .fa {
	color: #cb6533;
}


/* simple list */

.up-footer .list-unstyled li  { 
	font-size: 16px;
	font-weight: 400;
	color: #cb6533;
	line-height: 1.4em;
}


.up-footer .list-unstyled .fa { /* list FA icons color */
	font-size: 1.1em;
	font-weight: 600;
	color: #cb6533;
	line-height: 1.2em;
}

.up-footer ul.nobordered li:after,
.up-footer ul.nobordered li {
	border-bottom:0;
	padding:0;
}
.up-footer ul.nobordered li a {
    
    color: #6795c7;
	padding:3px 0;
	text-decoration: none;
}

.up-footer ul.nobordered li a:hover {
    color: #ca6531;
   	padding:3px 0;
	text-decoration: none;
}


.up-footer ul.nobordered li a>i.fa{
	padding-right:6px;
}




.footer-line {
   font-size: 16px;
   line-height: 1.4em;
    padding: 10px;
    padding-left: 30px;
    background: url(../images/backgrounds/bg-footer-bot.png);
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}


.footer-line {
    padding: 20px 10px 10px 30px;
	background: url(../images/backgrounds/bg-footer-bot.png);
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	color: #f7f7f6;
}

.footer-line a {
	color: #e6e0b9;
}

.footer-line a:hover {
	color: #efede0;
}

.footer-line a.go-top {
    display: inline-block;
    position: relative;
   
    width: 42px;
    height: 42px;
    background: #5790ca;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
	color: #ffffff;
	box-shadow: 3px 3px 5px rgba(34, 34, 34, 0.7);
	-moz-box-shadow: 3px 3px 5px rgba(34, 34, 34, 0.7);
	text-align: left;
}

.footer-line a.go-top:hover {
   /* opacity: 0.9;*/
	background-color: #353331;
	
}

.footer-line a.go-top:before {
	font: 28px/40px 'FontAwesome';
	content: "\f106";
    position: absolute;
	width: 100%;
    color: #ffffff;
   /* vertical-align: middle;*/
    text-align: center;
}




/* @end */


/* @group  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;
}

/* @end */
