/********************************************************************************
* Fix fonts rendering bold in Firefox
*********************************************************************************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

_:-moz-tree-row(hover), body {
    font-weight: lighter !important;
}

body{
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #302420;
	letter-spacing: .025em;
	background-color: #FFF;
	font-weight: 400;
	width: 100%;
	overflow-x: hidden;
}

/********************************************************************************
* Links
*********************************************************************************/
a{
	color: #11557f;
	
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: #105F38;
	text-decoration: none;
}
.main > a{
	border-bottom: 1px dotted #11557f;
	display: inline-block;
  	line-height: 100%;
  	text-decoration: none;
}
.main > a:hover, .main > a:active, .main > a:focus{
	border-bottom-color: #105F38;
}
/********************************************************************************
* Headings
*********************************************************************************/
h1, h2, h3, h4, h5, h6{
	color: inherit;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
	text-transform: uppercase;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-weight: 700;
	font-size: 60%;
	display: block;
}

/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
p{
	margin-bottom: 30px;
}

hr{
	border: none;
	width: 100%;
	height: 2px;
	background-color: #efeeee;
}
blockquote{
	display:block;
	background: #efeeee;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #71787e;
	text-align: justify;
	border-left: 15px solid #105F38;
	border-right: 3px solid #105F38;
}

blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 700;
	color: rgba(52, 61, 70, .2);
	position: absolute;
	left: 10px;
	top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.well{	
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #EFEEEE;
	overflow: hidden;
}

.panel-default{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #efeeee;
}
.panel-default > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #0c3b58;
	padding: 0;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.panel-title > a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .2em;
	font-weight: 600;
	padding: 18px 20px;
	display: block;
	background-color: #8B3B27;
}
.panel-title > a.collapsed {
	background-color: #0c3b58;
}
.panel-title > a:hover, .panel-title > a.collapsed:hover{
	background-color: #105F38;
}
.panel-group .panel{
	border-radius: 0;	
}

.panel-body {
    padding: 20px;
}

.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}

.img-thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	border-radius: 0;
}
figure.thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	border-radius: 0;
	max-width: 100%;
	margin: 30px 0;
	background-color: #302420;
	color: #b3b0b2;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
}
.thumbnail .caption{
	color: #b7a49d;
}
/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul{
   list-style: none;
   margin: 0 0 30px 0;
   padding: 0; 
   overflow:hidden;
}
ul.styled-list li, .faq-list ul li{
	border-bottom: 2px solid rgba(48, 36, 32, .08);
    display: block;
    list-style: none outside none;
    margin-left: 15px;
    padding: 12px 0 12px 50px;
    position: relative;
}
ul.styled-list li ul li, .faq-list ul li ul li, ul.styled-list li:last-child{
	border-bottom: none;
}
ul.styled-list li:before, .faq-list ul li:before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f138";
	color: #8b3b23;
    display: block;
    font-size: 1.25em;
    left: 1px;
    position: absolute;
    top: 8px;
}
ul.styled-list li ul li:before, .faq-list ul li ul li:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	color: #8b3b23;
	display: block;
    left: 1px;
    position: absolute;
}

ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0 0 30px 0;
	padding: 0;
	
    counter-reset: li-counter;
}
ol.styled-list > li{
    position: relative;
	border-bottom: 2px solid rgba(48, 36, 32, .08);
	padding: 12px 0 12px 50px;
	margin: 0 0 0 15px;
}
ol.styled-list > li:last-child{
	border-bottom: none;
}

ol.styled-list > li:before {
    position: absolute;
	top: 10px;
	left: 1px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 0.94;
	color: #FFF;
	background-color: #8b3b23;
	border-radius: 50%;
	padding: 6px;
	font-weight: 700;
	text-align: center;
	
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.styled-list > li > ol, ol.styled-list > li > ul{
	margin-top: 10px;
}

.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
     column-count: 2;
     column-gap: 30px;
}
.three-column-list {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
     column-count: 3;
     column-gap: 30px;
}
.two-column-list li, .three-column-list li, .two-column-list.styled-list li, .three-column-list.styled-list li{
	display: inline-block;
	width: 100%;
}

.styled-list h1, .styled-list h2, .styled-list h3, .styled-list h4, .styled-list h5, .styled-list h6{
	margin-bottom: 8px;
    margin-top: 3px;	
}
.styled-list p{
	margin-bottom: 5px;	
}
.two-column-list.styled-list li, .three-column-list.styled-list li{
	border: none;
}

/********************************************************************************
* Background Library
*********************************************************************************/
.section-white{
	backgroundcolor: #FFF;
}
.section-light{
	background-color: #efeeee;
}
.section-dark{
	background-color: #302420;
	color: #b7a49d;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6{
	color: #FFF;
}
/********************************************************************************
* Buttons
*********************************************************************************/
.btn, #wpsl-search-btn, .pager li > a, .pager li > span{
	color: #FFF;
	background-color: #0c3b58;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .2em;
	border: none;
	padding: 18px 20px;
	text-shadow: none;
	font-weight: 600;
  	box-shadow: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:hover, .btn:active, .btn:focus, 
#wpsl-search-btn:hover, #wpsl-search-btn:active, #wpsl-search-btn:focus,
.pager li > a:hover, .pager li > span:hover, .pager li > a:focus, .pager li > span:focus, .pager li > a:active, .pager li > span:active{
	color: #FFF;
	background-color: #105F38;
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 14px;	
}
.btn-large{
	font-size: 24px;
	padding: 25px 20px;
}
.btn-xlarge{
	font-size: 36px;
	padding: 40px 20px;
}
.btn-wide{
	width: 100%;	
}

.btn.icon-left, .btn.icon-right{
	text-align:left;
	position:relative;
}
.btn.icon-left{
	padding-left: 100px;
}
.btn.icon-right{
	padding-right: 100px;
}
.btn.icon-left .fa, .btn.icon-left .fas, .btn.icon-right .fa, .btn.icon-right .fas {
	position:absolute;
	height: 100%;
	text-align:center;
	top: 0;
	font-size: 18px;
}
.btn.icon-left .fa, .btn.icon-left .fas{
	left: 0;
	padding: 18px 10px 0 20px;
}
.btn.icon-right .fa, .btn.icon-right .fas {
	right: 0;
	padding: 18px 20px 0 10px;
}
.btn.icon-left:active .fa, .btn.icon-left:active .fas, .btn.icon-right:active .fa, .btn.icon-right:active .fas{
	position: absolute;
}

.btn-large.icon-left .fa, .btn-large.icon-left .fas, .btn-large.icon-right .fa, .btn-large.icon-right .fas{
	padding: 23px 20px;
	font-size: 24px;
}

.btn-outline{
	border: 3px solid #FFF;
	background-color: transparent;
	color: #FFF;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus{
	color: #105F38;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-text{
	display: inline-block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	padding: 0 0 10px 0;
}
/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header.header-wrapper .section-masthead{
	background-color: #FFF;
	position: relative;
	z-index: 1000;
}
header.header-wrapper .section-masthead-right{
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	height: 100% !important;
}

header.header-wrapper .logo{
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 90px;
	max-width: 250px;
}
header.header-wrapper .container-fluid > .row > .col-nav{
	padding-left: 15px;
}

/* Announcement */
.header-wrapper .alert-wbc{
	display: none;
	background-color: rgba(139,59,35,.9);
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	text-align: center;
	color: #FFF;
	padding: 13px 15px;
	font-size: 16px;
	box-shadow: none;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.header-wrapper .alert-wbc .title{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .025em;
}
.header-wrapper .alert-wbc a, .header-wrapper .alert-wbc a:hover, .header-wrapper .alert-wbc a:focus, .header-wrapper .alert-wbc a:active { 
	color: #FFF; 
}
.header-wrapper .alert-wbc .close {
    font-size: 24px;
    margin-top: -2px;
	color: #FFF;
}
/********************************************************************************
* Top Navigation
*********************************************************************************/
.navbar-top{
	padding: 15px 0;
	border-bottom: 2px solid rgba(70,42,33,.08);
	margin-bottom: 0;
	min-height: 0;
}
.navbar-top .navbar-nav > li > a{
	padding: 0 15px;
	color: #0c3b58;
	font-size: 16px;
	font-weight: 300;
}
.navbar-top .navbar-nav > li:last-child > a{
	padding-right: 0;
}
.navbar-top .navbar-nav > li > a:hover, .navbar-top .navbar-nav > li > a:focus{
	color: #105F38;
	background-color: transparent;
}
.navbar-top .navbar-nav > .active > a, .navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus{
	color: #8b3b23;
	background-color: transparent;
}
.navbar-top .navbar-nav > li > a .fas{
	font-size: 20px;
}
/********************************************************************************
* Main Navigation
*********************************************************************************/
.navbar-default{
	border: none;
	margin: 15px 0;
	background-color: transparent;
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-self: flex-end;
}
.navbar-default .navbar-nav{
	position: relative;
	border: none;
}
.navbar-default .navbar-nav > li{
	margin: 0 20px;	
}
.navbar-default .navbar-nav > li:first-child{
	margin-left: 0;
}
.navbar-default .navbar-nav > li:last-child{
	margin-right: 15px;
}
.navbar-default .navbar-nav.navbar-right:last-child{
	margin-right: 0;
}
.navbar-default .navbar-nav > li > a{
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #0c3b58;
	letter-spacing: .05em;
	padding: 14px 0 12px 0;
	text-align: center;
	position: relative;
}
.navbar-default .navbar-nav > li > a::after, .navbar-default .navbar-nav > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 3px;
}
.navbar-default .navbar-nav > li > a::before {
    -webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #0c3b58;
}
.navbar-default .navbar-nav > li > a::after {
    -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #105F38;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #105F38;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:hover::before {
    width: 100%;
    left: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #8b3b23;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #105F38;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after, .navbar-default .navbar-nav > .open > a:after, .navbar-default .navbar-nav > .open > a:hover:after, .navbar-default .navbar-nav > .open > a:focus:after{
	background-color: #105F38;
}

.navbar-default .navbar-nav > li > .dropdown-menu{
	border: none;
	background-color: transparent;
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	padding: 0;
	box-shadow: none;
	top: calc(100% + 10px);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li{
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a{
	color: #FFF;
	background-color: #302420;
	padding: 15px 30px;
	border: 1px solid rgba(255,255,255,.1);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #105F38;
	color: #FFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: rgba(255,255,255,.4);
	background-color: #302420;
}

/********************************************************************************
* Search
*********************************************************************************/
.navbar-default .navbar-search.navbar-nav{
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	margin-left: 15px;
	padding-left: 30px;
	position: relative;
}
.navbar-default .navbar-search.navbar-nav:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(70,42,33,.08);
	width: 2px;
	height: 25px;
}
.navbar-default .navbar-search.navbar-nav > li{
	margin-right: 0;
}
.navbar-default .navbar-search.navbar-nav > li > a{
	color: #105F38;
}
.navbar-default .navbar-search.navbar-nav > li > a:hover, .navbar-default .navbar-search.navbar-nav > li > a:focus{
	color: #0c3b58;
	background-color: transparent;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 36, 32, .9);
	z-index: 2000;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
	left: 50%;
    width: 100%;
	max-width: 1140px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    border: 0px;
    margin: -51px auto 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#search .close {
	background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    text-shadow: none;
    top: 15px;
}
#search .close:hover{
	border-color: #FFF;
	background-color: #FFF;
	color: #202844;	
}

/********************************************************************************
* Navigation :: Drawer 
*********************************************************************************/
.drawer-contents{
	background-color: #EFEEEE;
	padding-bottom: 80px;
}
.drawer-right, .drawer-heading{
	border-color: #DFDDDD;
}
.drawer-nav, .drawer-fullnav{
	padding: 10px 30px;
}
.drawer-nav li, .drawer-fullnav li{
	margin: 0;
	clear: both;
}
.drawer-nav li a, .drawer-fullnav li a{
	border-radius: 0;
	color: #0c3b58;
	border-bottom: 2px solid rgba(54, 53, 53, 0.15);
	font-weight: 700;
	padding: 10px 0;
	white-space: normal;
	line-height: 16px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.drawer-nav li a:hover, .drawer-fullnav li a:hover, .drawer-nav li a:focus, .drawer-fullnav li a:focus{
	background-color: transparent;
	color: #105F38;
}
.drawer-nav li.active a, .drawer-fullnav li.active a{
	background-color: transparent;
	color: #8b3b23;
}
.drawer-nav .dropdown-menu{
	border-radius: 0 0 5px 5px;
	border: none;
	padding: 0;
	box-shadow: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.drawer-nav .dropdown-menu li{
	margin-bottom: 0;
}
.drawer-nav .dropdown-menu li:last-child a{
	border-bottom: 0;
}
.drawer-nav .dropdown-menu li a{
	padding: 10px 20px;
	background-color: #302420;
	color: #FFF;
	text-transform: none;
	font-weight: normal;
	border-bottom: 2px solid rgba(255,255,255,.1);
}
.drawer-nav .dropdown-menu li a:hover, .drawer-nav .dropdown-menu li a:focus{
	background-color: #105F38;
}
.drawer-controls{
	text-align: center;
	padding: 30px 10px 0 0;
	height: auto;
}
.btn-menu-toggle{
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
    font-size: 36px;
    height: 45px;
    line-height: 0;
	padding: 14px 12px;
    width: 45px;
	
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.btn-menu-toggle.folded{
}
.btn-menu-toggle:hover, .btn-menu-toggle:focus, .btn-menu-toggle:active{
	outline: none;
}
.btn-menu-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
	background-color: #FFF;
	-webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.btn-menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.btn-menu-toggle:not(.folded) .icon-bar:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.btn-menu-toggle:not(.folded) .icon-bar:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.btn-menu-toggle:not(.folded) .icon-bar:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

/* Drawer Header */
.drawer-heading .nav-pills > li{
	float: none;
	display: inline-block;
	width: auto;
}
.drawer-heading .nav-pills > li > a {
	color: #0c3b58;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: normal;
}
.drawer-heading .nav-pills > li > a:hover, .drawer-heading .nav-pills > li > a:focus{
	background-color: transparent;
	color: #105F38;
}
.drawer .social-btns {
    align-items: left;
    justify-content: left;
    flex-grow: 1;
}
.drawer .social-link:not(:last-of-type) {
    border-right: 2px solid rgba(54, 53, 53, 0.15);
}
.drawer-heading{
	background-color: #DFDDDD;
	border: none;
}

/* Drawer Search */
.drawer-footer{
	padding: 20px 30px;
	background-color: #DFDDDD;
}
.search-form .form-group{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.search-form .form-control{
	background-color: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 0;
}
.search-form button, .search-form button.btn:active {
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    height: 100%;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
	border: 2px solid #0c3b58;
}
/********************************************************************************
* Slider
*********************************************************************************/
.section-slider{
	position:relative;
	z-index: 0;
	overflow:hidden;
	background-color: #302420;
	height: 0;
}
.section-slider .container-fluid-padded{
	padding-left: 10%;
	padding-right: 10%;
	position: relative;
}
.section-slider .slider-image{
	float: right;
	position: relative;
}
.section-slider .slider-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
	background: -moz-linear-gradient(left, rgba(48,36,32,1) 0%, rgba(48,36,32,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,36,32,1)), color-stop(100%,rgba(48,36,32,0)));
	background: -webkit-linear-gradient(left, rgba(48,36,32,1) 0%,rgba(48,36,32,0) 100%);
	background: -o-linear-gradient(left, rgba(48,36,32,1) 0%,rgba(48,36,32,0) 100%);
	background: -ms-linear-gradient(left, rgba(48,36,32,1) 0%,rgba(48,36,32,0) 100%);
	background: linear-gradient(to right, rgba(48,36,32,1) 0%,rgba(48,36,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302420', endColorstr='#00302420',GradientType=1 );
}
.slider-text-container{
	position: absolute;
	bottom: 80px;
	color: #FFF;
	width: 100%;
	letter-spacing: normal;
	font-size: 24px;
}
.slider-text-container .slider-title{
	font-size: 36px;
	letter-spacing: .05em;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
}
.slider-text-container .slider-title strong{
	font-size: 100px;
	line-height: 100px;
	font-weight: 800;
	display: block;
}
.slider-text-container p{
	margin-bottom: 0;
}
.slider-btn{
	margin-top: 30px;
}

/********************************************************************************
* Page Header
*********************************************************************************/
.section-page-header{
	background-color: #302420;
	padding: 100px 0 70px 0;
	position: relative;
	overflow:hidden;
}
/*.section-page-header:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(226, 237, 228, .6);
	z-index: 10;
}*/
.section-page-header:before{
	content: '';
	height: 100%;
	width: 100%;
	
	background-color: rgba(48, 36, 32, .2);
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
}
.page-header-image{
	position: absolute;
	z-index: 3;
	top: -25%;
	right: 0;
	opacity: .6;
	/*-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.page-header-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	background: -moz-linear-gradient(left, rgba(39,42,40,1) 0%, rgba(39,42,40,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(39,42,40,1)), color-stop(100%,rgba(39,42,40,0)));
	background: -webkit-linear-gradient(left, rgba(39,42,40,1) 0%,rgba(39,42,40,0) 100%);
	background: -o-linear-gradient(left, rgba(39,42,40,1) 0%,rgba(39,42,40,0) 100%);
	background: -ms-linear-gradient(left, rgba(39,42,40,1) 0%,rgba(39,42,40,0) 100%);
	background: linear-gradient(to right, rgba(39,42,40,1) 0%,rgba(39,42,40,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272a28', endColorstr='#00272a28',GradientType=1 );
}
.page-header{
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 11;
}
.page-header h1{
	margin: 0;
}

.breadcrumbs{
	font-size: 12px;
	text-align: right;
	position: relative;
	z-index: 11;
}
.breadcrumbs .fas{
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumbs a{
	color: #FFF;
}
/********************************************************************************
* Content
*********************************************************************************/
.section-content { 
	padding: 70px 0;
}

.section-content > p:last-child{
	margin-bottom: 0;
}
.section-heading {
	margin-top: 0;
}

.main img{
	max-width: 100%;
	height: auto;
}

.video-container{ border-top: 2px solid rgba(70,42,33,.08); border-bottom: 2px solid rgba(70,42,33,.08); padding: 30px 0; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.card {
	border: none;
	border-radius: 0;
	background-color: #efeeee;
	font-size: 14px;
}
.card-inverse {
	background-color: #302420;
}
.card-img-bottom {
	border-radius: 0;
}
.card-block{
	padding: 30px;
}
.card-block p:last-of-type{
	margin-bottom: 0;
}
.card-meta{
	border-top: 2px solid rgba(52, 61, 70, 0.2);
	margin-top: 15px;
	padding-top: 15px;
}
.card-meta small {
	display: inline-block;
	margin-right: 10px;
	overflow-wrap: break-word;
	word-break: break-all;
}
.card-meta small:last-child {
	margin-right: 0;
}
.card-meta small .fa {
	margin-right: 3px;
}

article.card{
	margin-bottom: 30px;
}

.card-image-left {
	overflow: hidden;
}
.card-image-left .row-sm-height > :first-child{
	padding-left: 0;
	overflow: hidden;
}
.card-image-left .card-image{
	position: absolute;
	top: 0;
	left: 0;
}
.card-image-left .card-image img{

}
.card-image-left .card-content{
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
    padding-left: 30px;
}
.sidebar .widget{
	border-bottom: 3px solid #efeeee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar .widget h3{
	font-size: 20px;
	margin-top: 0;
}
.sidebar .widget .widget-content{
	padding: 15px 30px;
	background-color: #efeeee;
	font-size: 14px;
}

/********************************************************************************
* Sidebar :: Navigation
*********************************************************************************/
.sidebar .nav-stacked > li + li{
	margin-top: 0;
}
.sidebar .nav-pills > li > a{
	padding: 10px 0;
	border-bottom: 2px solid rgba(48, 36, 32, .08);
	font-size: 14px;
}
.sidebar .nav-pills > li:last-child > a{
	border-bottom: none;
}
.sidebar .nav-pills > li.active > a, .sidebar .nav-pills > li.active > a:hover, .sidebar .nav-pills > li.active > a:focus{
	background-color: transparent;
	color: #8b3b23;
	position: relative;
}
.sidebar .nav-pills > li > a:before{
	content:"\f138\00a0";
	font-family: 'FontAwesome';
	display: inline-block;
	line-height: 16px;
	left: -10px;
	position: relative;
	opacity: 0;
	max-width: 0;
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sidebar .nav-pills > li.active > a:after{
	left: -50px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 238, 238, 0);
	border-right-color: #efeeee;
	border-width: 10px;
	margin-top: -10px;
}
.sidebar .nav-pills > li > a:hover:before, .sidebar .nav-pills > li > a:focus:before{
	max-width: 50px;
	left: 0;
	opacity: 1;
}

/********************************************************************************
* Sidebar :: News
*********************************************************************************/
.sidebar .widget-news .widget-content article {
    border-bottom: 2px solid rgba(48, 36, 32, .08);
    padding: 15px 0;
	margin: 0;
}
.sidebar .widget-news .widget-content article:last-child{
	border-bottom: none;
}
.sidebar .widget-news .widget-content article .entry-meta{
	padding-top: 5px;
	padding-bottom: 0;
	border: none;
}

/********************************************************************************
* Sidebar :: Newsletter
*********************************************************************************/
.sidebar .widget-newsletter{
	font-size: 12px;
	letter-spacing: normal;
}
.sidebar .widget-newsletter p{
	margin-bottom: 10px;
}
.sidebar .widget-newsletter .form-control{
	font-size: 14px;
}
/********************************************************************************
* Section :: Gallery
*********************************************************************************

/* Controls
---------------------------------------------------------------------- */
#section-gallery {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
#section-gallery .controls {
	padding: 2rem 1rem;
	text-align: center;
}
#section-gallery .control {
	position: relative;
	display: inline-block;
	background: none;
	border: 3px solid rgba(255, 255, 255, 0);

	cursor: pointer;
	color: #105F38;
	padding: 5px 15px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 400;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-gallery .control:hover {
	color: #0c3b58;
}
#section-gallery .mixitup-control-active {
	background: transparent;
	color: #0c3b58;
	border-color: #0c3b58;
}
#section-gallery .control[data-filter]+.control[data-sort] {
	margin-left: .75rem;
}

/* Container
---------------------------------------------------------------------- */

.gallery-container {
	font-size: 0.01em;
}
.gallery-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.mfp-container button:hover, .mfp-container button:focus, .mfp-container input[type="button"]:hover, .mfp-container input[type="button"]:focus{
	background-color: transparent;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix, .gap {
	display: block;
	float: left;
	vertical-align: top;
}
.mix {
	background: #0c3b58;
	position: relative;
	overflow: hidden;
	margin: .5%;
}

.mix img {
	width: 100%;
	opacity: 1;
	-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;
}
.mix:hover img {
	opacity: .2;
}
.mix .icon-zoom {
	font-size: 36px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-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;
}
.mix:hover .icon-zoom {
	opacity: 1;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix, .gap {
	/*width: calc(100%/2 - (((2 - 1) * 1rem) / 2));*/
	width: calc(96%/2);
}

/* 3 Columns */

@media screen and (min-width: 541px) {
	.mix, .gap {
		width: calc(96%/3);
	}
}

/* 4 Columns */

@media screen and (min-width: 961px) {
	.mix, .gap {
		width: calc(96%/4);
	}
}


/********************************************************************************
* Section :: Specials
*********************************************************************************/
.wrap::before {
	z-index: 1001;
	content: '';
	/* dark overlay layer - visible when we fire .cd-quick-view */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(48, 36, 33,.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
@media only screen and (min-width: 1024px) {
  .wrap.overlay-layer::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
}

.cd-container {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cd-container:after {
	content: "";
	display: table;
	clear: both;
}

.cd-items {
}
.cd-item {
	position: relative;
	width: 30.66%;
	float: left;
	margin: 0 4% 2.0em 0;
	text-align: center;
	border: 2px solid rgba(48, 36, 32, .08);
	padding: 10px;
}
.cd-item:nth-child(3n) {
	margin-right: 0;
}
.cd-item > img {
  display: block;
  width: 100%;
}
.cd-item h6{
	font-size: 90%;
}
.cd-item .cd-item-price{
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .cd-item.empty-box::after {
	content: '';
	/* box visible as placeholder when the .cd-quick-view zooms in */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
  }
}

.cd-trigger {
	position: absolute;
	height: 50px;
	line-height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #0c3b58;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
	
	-webkit-transition: opacity 0.2s, background-color 0.2s;
	-moz-transition: opacity 0.2s, background-color 0.2s;
	transition: opacity 0.2s, background-color 0.2s;
}
.cd-trigger:hover {
	background: #105F38;
	color: #FFF;
}
.cd-item:hover .cd-trigger {
	visibility: visible;
	opacity: 1;
}

.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-quick-view {
    
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1002;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
  }
  .cd-quick-view:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #EFEEEE;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
}

.cd-item-img {
	position: relative;
	background-color: #FFF;
	padding: 5px;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.cd-item-img:after {
  content: "";
  display: table;
  clear: both;
}

.cd-item-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.cd-item-info {
	position: absolute;
	padding: 3em 3em 3em 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.cd-item-info h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
.cd-item-info p {
	margin: 1em 0;
}
.cd-item-price{
	
}
.price-regular{
	text-decoration: line-through;
	color: #b3b0b2;
}
.price-current{
	color: #8b3b23;
	font-weight: 600;
	font-size: 130%;
}
.cd-item-sku{
	margin-top: 15px;
	padding-top: 15px;
	color: #b3b0b2;
	font-size: 12px;
	letter-spacing: .05em;
	font-weight: 600;
	border-top: 2px solid rgba(48, 36, 32, .08);
}
.add-content .cd-item-info {
	/* class added at the end of the width animation, used to show the content */
	position: relative;
	visibility: visible;
	opacity: 1;
	flex-basis: 55%;
	margin-left: 5%;
}
.add-content .cd-item-info h2 {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.add-content .cd-item-info p {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
.add-content .cd-item-info .cd-item-price {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
.add-content .cd-item-info .cd-item-sku {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
.add-content .cd-item-img {
	flex-basis: 40%;
}
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cd-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  transition: transform .3s 0s, visibility 0s .3s;
}
.cd-close::before, .cd-close::after {
	content: '';
	/* close icon in css */
	position: absolute;
	top: 12px;
	left: 5px;
	display: inline-block;
	height: 4px;
	width: 20px;
	background: #47374e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.add-content .cd-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
  transition: transform .3s 0s, visibility 0s 0s;
}


/********************************************************************************
* Capsules
*********************************************************************************/
.section-capsules { 
	padding-top: 100px;
}

.capsule-home {
	background-color: #8b3b23;
	position: relative;
}

.capsule-home img { 
	opacity: .25;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
	-webkit-filter: grayscale(100%);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.capsule-home:hover img { 
	opacity: .1;
}
.capsule-home figcaption{
	color: #FFF;
	text-align: center;
}
.capsule-home figcaption .capsule-icon{
	height: 88px;
	width: 88px;
	border: 6px solid #FFF;
	background-color: #8b3b23;
	position: absolute;
	top: -44px;
	left: 50%;
	border-radius: 50%;
	font-size: 30px;
	padding: 16px 0;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.capsule-home figcaption .capsule-text{
	position: absolute;
	bottom: 0;
	padding: 30px 40px;
	width: 100%;
}
.capsule-home h3 {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.capsule-home:hover h3 { 
	
}


/* Iterated color changes */
.col-capsule:first-child .capsule-home .btn-outline:hover, 
.col-capsule:first-child .capsule-home .btn-outline:active, 
.col-capsule:first-child .capsule-home .btn-outline:focus{
	color: #8B3B23;
}
.col-capsule:nth-child(2n) .capsule-home, .col-capsule:nth-child(2n) .capsule-home figcaption .capsule-icon{
	background-color: #0c3b58;
}
.col-capsule:nth-child(2n) .capsule-home .btn-outline:hover, 
.col-capsule:nth-child(2n) .capsule-home .btn-outline:active, 
.col-capsule:nth-child(2n) .capsule-home .btn-outline:focus{
	color: #0c3b58;
}
.col-capsule:nth-child(3n) .capsule-home, .col-capsule:nth-child(3n) .capsule-home figcaption .capsule-icon{
	background-color: #105F38;
}

/********************************************************************************
* Staff
*********************************************************************************
#section-staff {
	padding-bottom: 40px;
}

.card-staff {
	margin-bottom: 40px;
	width: 100%;
	color: #71787e;
}
.card-staff > .row > .col-top{
	padding: 0;
	overflow:hidden;
}
.card-staff .staff-image{
	position: relative;
}
.card-staff .staff-image:after{
	right: 0;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 232, 239, 0);
	border-right-color: #efeeee;
	border-width: 15px;
}
.card-staff .staff-image img {
	height: 100%;
    max-width: 100%;
	background-color: #0c3b58;
}
.card-staff .staff-title {
	display: block;
	margin-top: 3px;
	color: rgba(52, 61, 70, 0.2);
	font-size: 60%;
	text-transform: uppercase;
}

/********************************************************************************
* Custom Post :: News
*********************************************************************************/
article{
	margin-bottom: 50px;
}
.single article, .sidebar article{
	margin-bottom: 0;
}
.sidebar article{
	font-size: 80%;
}
.sidebar article h6{
	font-size: 15px;
	margin-bottom: 2px;
}
.entry-image{
	margin-bottom: 20px;
}
.single .entry-image{
	margin-top: 30px;
	margin-bottom: 30px;
}
.entry-image img{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.entry-summary > :last-child{
	margin-bottom: 20px;
}
.entry-meta{
	padding: 12px 0 8px 0;
	color: #b3b0b2;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-top: 2px solid #EFEEEE;
	border-bottom: 2px solid #EFEEEE;
}
.single .entry-meta{
	margin-top: 30px;
}
.entry-meta > div{
	display: inline-block;
	padding: 0 10px;
	max-width: 50%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.entry-meta > div:first-child{
	padding-left: 0;
}
.entry-meta > div:last-child{
	padding-right: 0;
}

/* Featured News */
.news-featured article{
	margin-bottom: 0;
}

/********************************************************************************
* Locations
*********************************************************************************/
/* Find a Store */
.wpsl-search {
    margin-bottom: 30px;
    padding: 30px 15px 15px;
    background: #efeeee;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
	margin-right: 30px;
}
#wpsl-search-wrap div label{
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .05em;
}
#wpsl-search-wrap input, .wpsl-dropdown{
	
}
.wpsl-dropdown{
	width: 120px;
}
.wpsl-dropdown:hover{
	box-shadow: none;
}
#wpsl-search-btn{
	background-image: none;
	border: none !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	font-size: 14px;
	padding: 13px 50px;
}
#wpsl-wrap #wpsl-result-list li{
	padding: 15px;
	border-bottom: 2px solid rgba(70,42,33,.08);
}

/* Store Detail Pages */
.entry-content #wpsl-base-gmap_0, .entry-content .wpsl-locations-details, .entry-content table.wpsl-opening-hours{
	display: none;
}
.img-wpsl{
	margin-bottom: 30px;
}
table.wpsl-opening-hours{
	width: 100% !important;
}
table.wpsl-opening-hours td{
	font-size: 13px;
	border-bottom: 2px solid rgba(48, 36, 32, .08) !important;
	padding: 5px 10px 5px 0;
}
table.wpsl-opening-hours td:first-child{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}
table.wpsl-opening-hours td:last-child{
	text-align: right;
	padding-right: 0;
	letter-spacing: normal;
}
table.wpsl-opening-hours tr:last-child td{
	border-bottom: none !important;
}
.wpsl-contact-details{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
}
.wpsl-contact-details span{
	font-weight: 400;
	text-transform: none;
	letter-spacing: .025em;
}
/********************************************************************************
* Newsletter
*********************************************************************************/
.section-newsletter{
	background-image: url('../jpg/bg-newsletter.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.form-newsletter .btn{
	margin-top: 15px;
}
/********************************************************************************
* Contact
*********************************************************************************/
.contact-info {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 30px;
}
.contact-info .fa{
	color: #105F38;
}
.contact-info .fa-inverse{
	color: #fff;
}
.contact-info>.row>div {
	border-bottom: 1px solid #efeeee;
	padding: 10px 15px;
}
.contact-info>.row:first-child>div {
	padding-top: 0;
}
.contact-info>.row:last-child>div {
	border-bottom: 0;
	padding-bottom: 0;
}

/********************************************************************************
* Forms
*********************************************************************************/
.form-control, 
#wpsl-search-wrap input[type="text"], .wpsl-dropdown, 
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea, select.vfb-select {
	background: #FFF;
	border-color: rgba(48, 36, 32, .15);
	border-radius: 0;
	border-style: solid;
	border-width: 2px 2px 3px 2px !important;
	box-shadow: none;
	color: #302420;
	-webkit-transition: all 0.36s ease 0s;
	-moz-transition: all 0.36s ease 0s;
	-ms-transition: all 0.36s ease 0s;
	-o-transition: all 0.36s ease 0s;
	transition: all 0.36s ease 0s;
	font-size: 16px;
}
.form-control, 
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, select.vfb-select{
	padding: 10px 15px;
	height: 50px;
}
.form-control{
	margin: 15px 0;
}
.form-control:focus, 
#wpsl-search-wrap input:focus, 
input.vfb-text:focus, input[type="text"].vfb-text:focus, input[type="tel"].vfb-text:focus, input[type="email"].vfb-text:focus, input[type="url"].vfb-text:focus, textarea.vfb-textarea:focus,select.vfb-select:focus {
	border-color: rgba(48, 36, 32, .15);
	border-bottom-color: #8B3B23;
	box-shadow: none;
	background-color: rgba(255, 255, 255, .9);
}
textarea.form-control, 
textarea.vfb-textarea {
	padding: 10px 15px;
}
::-webkit-input-placeholder { color: #a89791;}
::-moz-placeholder { color: #a89791;}
:-ms-input-placeholder { color: #a89791;}
:-moz-placeholder { color: #a89791;}

.form-control-checkbox{
	line-height: normal;
}
.form-control-checkbox input{
	margin-right: 10px;
}

.visual-form-builder .vfb-legend, .vfbp-form {
    margin: 15px 20px 5px 20px;
    padding: 0;
	border-bottom: none;
	padding: 20px;
	background-color: #EFEEEE;
}
.visual-form-builder .vfb-legend h3{
	line-height: normal;
	color: #302420;
}
.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #efeeee;
}
.vfb-section-div {
    margin: 10px 8px;
    padding: 10px 15px;
    border-radius: 0;
    background-color: rgba(48, 36, 32, .15);
}
.visual-form-builder .vfb-section-div h4 {
    margin: 5px 5px 10px 5px !important;
    padding: 0 0 5px 0 !important;
    border-bottom: 2px solid rgba(48, 36, 32, .15);
}
.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
    width: 33% !important;
}
.visual-form-builder label, label.vfb-desc{
	text-transform: uppercase;
	font-family: 'Montserrat';
	color: #302420;
	font-weight: 600;
	letter-spacing: .05em;
}
.visual-form-builder li div label, .visual-form-builder li span label {
    text-transform: none;
    letter-spacing: 0;
	font-weight: 400;
}


.vfb-submit, input[type="submit"].vfb-submit, .vfbp-form .btn-primary {
	color: #FFF;
	background-color: #0c3b58;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .2em;
	border: none;
	padding: 18px 20px;
	text-shadow: none;
	font-weight: 600;
  	box-shadow: none;
	margin-bottom: 20px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.vfb-submit:hover, input[type="submit"].vfb-submit:hover, .vfb-submit:active, input[type="submit"].vfb-submit:active, .vfb-submit:focus, input[type="submit"].vfb-submit:focus,
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary:focus {
	color: #FFF;
	background-color: #105F38;
}

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	background-color: #302420;
	color: #b7a49d;
	font-size: 14px;
}
footer.footer-wrapper p{
	margin-bottom: 0;
}

footer.footer-wrapper .col-info .row > div:first-child{
	padding-left: 0;
}
footer.footer-wrapper .col-info{
	width: 41.1%;
}
footer.footer-wrapper .col-nav{
	width: 37.9%;
	border-left: 2px solid rgba(255,255,255,.08);
	border-right: 2px solid rgba(255,255,255,.08);
}
.navbar-footer .nav-pills > li{
	width: 50%;
}
.navbar-footer .nav-pills > li + li{
	margin-left: 0;
}
.navbar-footer .nav-pills > li > a{
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .05em;
	padding: 10px 15px;
	line-height: 13px;
	font-weight: 600;
    font-size: 13px;
}
.navbar-footer .nav-pills > li > a:hover, .navbar-footer .nav-pills > li > a:focus{
	background-color: transparent;
	color: #105F38;
}
.navbar-footer .nav-pills > li.active > a, .navbar-footer .nav-pills > li.active > a:hover, .navbar-footer .nav-pills > li.active > a:focus{
	background-color: transparent;
	color: #8b3b23;
}

footer.footer-wrapper .col-social{
	width: 21%
}
.navbar-social{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.navbar-social li{
	display: inline-block;
}
.navbar-social li a{
	color: #FFF;
	font-size: 30px;
	padding: 0 5px;
}
.navbar-social li a:hover, .navbar-social li a:focus{
	color: #105F38;
}

.footer-copyright{
	border-top: 2px solid rgba(255,255,255,.08);
	padding: 20px 0;
}
.copyright{
	letter-spacing: .05em;
}
.copyright > div{
	display: inline-block;
	padding: 0 15px;
	border-right: 2px solid rgba(255,255,255,.08);
}
.copyright > div:first-child{
	padding-left: 0;
}
.copyright > div:last-child{
	padding-right: 0;
	border-right: none;
}
.copyright a{
	color: #b7a49d;
}
.copyright a:hover{
	color: #105F38;
	text-decoration: none;
}

.btn-backtotop{
	float: right;
	background-color: transparent;
	color: #FFF;
	padding: 0;
	box-shadow: none;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 600;
}
.btn-backtotop:hover, .btn-backtotop:focus{
	background-color: transparent;
	color: #105F38;
}

/********************************************************************************
* Scrolling
*********************************************************************************/
header.header-wrapper, .navbar-top, header.header-wrapper .logo, .navbar-default, .navbar-default .navbar-header, header.header-wrapper .alert-wbc, .drawer-controls{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
body.scrolling header.header-wrapper{
	border-bottom: 2px solid rgba(48, 36, 32, .08);
}
body.scrolling header.header-wrapper .logo{
	max-height: 50px;	
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
body.scrolling .navbar-top, body.scrolling header.header-wrapper .alert-wbc{
	height: 0;
	opacity: 0;
	display: none;
	padding: 0;
	overflow: hidden;
}
body.scrolling .navbar-default{
	margin-top: 15px;
	margin-bottom: 15px;
}
body.scrolling .navbar-default .navbar-header{
	background-color: rgba(0,0,0,0)
}
body.scrolling .drawer-controls{
	padding-top: 15px;
}
/********************************************************************************
* Misc Bootstrap Helpers
*********************************************************************************/
.container-fluid, .container-fluid.container-sm-height, .container-fluid.container-md-height{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* Flexbox */
.container-flexbox{
	
}
.container-flexbox .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin-right: 0;
	margin-left: 0;
}
.container-flexbox .row > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.container-flexbox .row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-width: 1599px){
	.navbar-default .navbar-nav > li {
		margin: 0 15px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 17px;
	}
	.section-slider .slider-image::after {
		width: 60%;	
	}
}
@media (max-width: 1499px){
	.navbar-top .navbar-nav > li > a{
		font-size: 14px;
	}
	.navbar-top .navbar-nav > li > a .fas {
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li {
		margin: 0 10px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	.slider-text-container .slider-title{
		font-size: 30px;
		line-height: 30px;
	}
	.slider-text-container .slider-title strong {
		font-size: 90px;
		line-height: 90px;
	}
	.section-newsletter {
		background-size: auto 1000px;
	}
}
@media (max-width: 1399px){
	header.header-wrapper .logo{
		max-width: 170px;
	}
	.navbar-default .navbar-search.navbar-nav{
		padding-left: 15px;
	}
	.navbar-default .navbar-nav > li:last-child{
		margin-right: 0;
	}
}
@media (max-width: 1299px){
	.navbar-default .navbar-search.navbar-nav {
		margin-left: 15px;
		padding-left: 20px;
	}
	.navbar-default .navbar-nav > li{
		margin: 0 10px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 15px;
	}
	.slider-text-container{
		bottom: 50px;
		font-size: 18px;
	}
	.slider-text-container .slider-title{
		font-size: 24px;
		line-height: 24px;
	}
	.slider-text-container .slider-title strong {
		font-size: 80px;
		line-height: 80px;
	}
	.slider-btn{
		margin-top: 20px;
	}
	
	.container-fluid, .container-fluid.container-sm-height, .container-fluid.container-md-height{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px){
	.btn, #wpsl-search-btn, .pager li > a, .pager li > span{
		font-size: 14px;
	}
	header.header-wrapper .logo{
		max-width: 120px;
	}
	.navbar-top {
    	padding: 10px 0;
	}
	.navbar-top .navbar-nav > li > a {
		font-size: 12px;
		font-weight: 600;
	}
	.navbar-default .navbar-nav > li{
		margin-left: 7px;
		margin-right: 7px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 15px;
	}
	.header-wrapper .alert-wbc{
		font-size: 14px;
	}
	.header-wrapper .alert-wbc .close{
		font-size: 20px;
	}
	.section-slider .slider-image::after{
		width: 80%;
	}
	.slider-text-container {
		font-size: 16px;
	}
	.slider-text-container .slider-title {
		font-size: 20px;
		line-height: 20px;
	}
	.slider-text-container .slider-title strong {
		font-size: 60px;
		line-height: 60px;
	}
	.capsule-home {
		overflow: hidden;
	}
	.capsule-home img{
		height: 350px;
		max-width: none;
		width: auto;
	}
	.capsule-home figcaption .capsule-icon {
		top: 30px;
		font-size: 24px;
		height: 70px;
		width: 70px;
		border-width: 4px;
		padding: 14px 0;
	}
	.capsule-home h3{
		font-size: 24px;
	}
	.capsule-home figcaption .capsule-text {
    	padding: 30px 20px;
	}
	.cd-item {
		width: 46%;
	}
	.cd-item:nth-child(3n) {
		margin-right: 4%;
	}
	.cd-item:nth-child(2n) {
		margin-right: 0%;
	}
	.cd-item h6 {
		font-size: 80%;
	}

	footer.footer-wrapper .col-nav {
    	width: 60%;
		border-left: none;
		padding-left: 0;
	}
	footer.footer-wrapper .col-social {
    	width: 40%;
	}
	.container-fluid, .container-fluid.container-sm-height, .container-fluid.container-md-height {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 991px){
	body{
		font-size: 16px;
	}
	.three-column-list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		 column-count: 2;
	}
	.section-slider .slider-image img{
		max-width: none;
		height: 400px;
	}
	.section-slider .container-fluid-padded {
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
	}
	.section-slider .controls{
		display: none;
	}
	.section-content {
		padding: 50px 0;
	}
	.capsule-home{
		margin-bottom: 30px;
	}
	.capsule-home img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.capsule-home figcaption .capsule-icon, .capsule-home figcaption .capsule-text{
		position: relative;
	}
	.sidebar{
		padding-left: 15px;
		border-top: 3px solid #efeeee;
		margin-top: 30px;
		padding-top: 30px;
	}
}
@media (max-width: 767px){
	h1 { 
		font-size: 36px;
	}
	h2 { 
		font-size: 30px;
	}
	h3 { 
		font-size: 24px;
	}
	h4 { 
		font-size: 20px;
	}
	.img-thumbnail, .thumbnail, .img-thumbnail.alignleft, .thumbnail.alignleft {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 30px auto;
	}
	.two-column-list, .three-column-list {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		 column-count: 1;
		 column-gap: 0;
		display: block;
	}
	.btn{
		white-space: normal;
	}
	.container-xs-height {
		width: 100%;
	}
	.section-slider .slider-image img{
		height: 350px;
	}
	.section-slider .slider-image::after {
		width: 100%;	
	}
	.slider-text-container .slider-title strong {
		font-size: 48px;
		line-height: 48px;
	}
	.slider-text-container .slider-title {
		font-size: 18px;
		line-height: 18px;
	}
	.slider-btn {
		margin-top: 20px;
		padding: 10px 15px;
	}
	.slider-btn.btn.icon-right .fas{
		padding-top: 10px;
		font-size: 16px;
	}
	
	footer.footer-wrapper{
		font-size: 12px;
		text-align: center;
	}
	footer.footer-wrapper .section-content{
		padding: 30px 0;
	}
	footer.footer-wrapper .col-nav {
		width: 100%;
		border: none;
		padding: 0;
	}
	.navbar-footer .nav-pills > li {
		width: auto;
		float: none;
		display: inline-block;
	}
	.navbar-footer .nav-pills > li > a{
		padding: 10px;
	}
	footer.footer-wrapper .col-social {
		width: 100%;
	}
	.navbar-social{
		text-align: center;
	}
}
@media (max-width: 540px){
	.alignright, .alignleft{
		display: block;
		float: none;
		margin: 30px auto;
	}
	.slider-text-container .slider-title{
		font-size: 16px;
		line-height: 16px;
	}
	.slider-text-container .slider-title strong {
		font-size: 36px;
		line-height: 36px;
	}
	.capsule-home img {
		width: auto;
		height: 100%;
	}
}