/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Merriweather', serif;
*/
.fm-jos {
    font-family: 'Josefin Sans', sans-serif;
}
.fm-merri {
    font-family: 'Merriweather', serif;
}
body {
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #000000;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color: #B58A4B;
}
img{
    max-width: 100%;
    height: auto;
}
h1{
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #B58A4B;
    font-weight: normal;
    margin-bottom: 30px;
}
h2{
    font-family: 'Merriweather', serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 40px;
}
h3{
    font-family: 'Merriweather', serif;
}
h4, .h4 {
    font-family: 'Merriweather', serif;
}
h5, .h5 {
    font-family: 'Josefin Sans', sans-serif;
}
h6, .h6 {
    font-family: 'Josefin Sans', sans-serif;
}
section {
    width: 100%;
    padding: 100px 0;
    position: relative;
    clear: both;
}
div.middle {
    display: table;
    height: 100%;
    z-index: 10;
    position: relative;
}
div.middle > div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
div.middle > div.bottom {
    vertical-align: bottom;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
._banner {
    padding: 0 100px;
}
._banner > img {
    width: 100%;
}
._socials a {
    color:  #171d21;
    display: inline-block;
    font-size: 24px;
}
._socials {
    position: absolute;
    text-align: center;
    width: 30px;
    left: 35px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
._socials a + a {
    margin-top: 32px;
}
._socials a:hover {
    color: #B58A4B;
}
._socials img {
	max-height: 28px;
}
.navbar {
    z-index: 999 !important;
}
.navbar-brand {
    max-width: 170px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}
.navbar-light .navbar-nav li.current-menu-item > .nav-link,
.navbar-light .navbar-nav li > .nav-link:hover {
    font-weight: 600;
    color: #000;
}
.is-sticky .navbar {
    box-shadow: 0 2px 11px 2px rgba(216,216,216,0.5);
}
._oFHidden {
    overflow: hidden;
}
a._scroll {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    color: #fff;
    bottom: 15px;
    font-size: 21px;
    /*transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);*/
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;

}
a._scroll img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    max-width: 34px;
}
.ls-0-28 {
    letter-spacing: 0.28px;
}
.owl-pro .owl-item img {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
@media(min-width: 992px){
    .owl-pro .owl-item.center img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
	.btn {
		min-width: 236px;
		text-align: center;
	}
}
.owl-pro ._holder a.btn {
    margin-top: 50px;
}
.owl-pro ._holder ._txt {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.owl-pro .owl-item.center ._holder ._txt {
    opacity: 1;
}
.owl-pro ._holder ._img {
    padding: 95px 0 125px 0;
}
._proOuter {
    padding-left: 145px;
    padding-right: 145px;
}
.owl-nav div {
    position: absolute;
    top: 22%;
    left: -50px;
    font-size: 24px;
    color: #B58A4B;
    cursor: pointer;
    width: 50px;
    height: 12px;
    background: url("../images/_arrow_left.svg") no-repeat center center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.owl-nav div.owl-next {
    left: auto;
    right: -50px;
    background: url("../images/_arrow_right.svg") no-repeat center center;
}
.owl-nav div.owl-prev:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}
.owl-nav div.owl-next:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
}
._wood {
    position: relative;
}
._absolute {
    position: absolute;
}
._element-1 {
    left: auto;
    right: -18%;
    top: 10%;
    max-width: 450px;
    /*transform: translate(600px,0);
    -webkit-transform: translate(600px,0);
    -moz-transform: translate(600px,0);*/
}
._element-2 {
    left: 7%;
    top: 30%;
    max-width: 300px;
    /*transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    -moz-transform: translate(-300px,0);*/
}
._element-3 {
    left: 33%;
    top: 50%;
    max-width: 300px;
    /*transform: translate(0,-600px);
    -webkit-transform: translate(0,-600px);
    -moz-transform: translate(0,-600px);*/
}
._element-4 {
    left: 0;
    bottom: -100px;
}
._share {
    position: fixed;
    right: 15px;
    top: 50%;
    width: 42px;
    transform: translate(300%,-50%);
    -webkit-transform: translate(300%,-50%);
    -o-transform: translate(300%,-50%);
    -moz-transform: translate(300%,-50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 11;
}
._share._active {
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
._share p {
    display: inline-block;
    color: #787878;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}
._share a {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
._share a:last-child {
    border-bottom: 0;
}
._share a:hover {
    color: #000;
}
._share img {
	max-height: 28px;
}
._que {
    padding: 250px 0;
}
._que:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/_logo_pic.svg") no-repeat center center;
    z-index: -1;
}
.widget {
    font-size: 16px;
    line-height: 28px;
}
.widget h3 {
    font-size: 25px;
    color: #B58A4B;
    margin-bottom: 27px;
}
._tud {
    text-decoration: underline;
}
._insta img {
    margin-bottom: 20px;
}
._copy {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 11px;
    margin: 0;
}
._border-top {
    border-top: 1px solid #D8D8D8;
}
.max-600 {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.lh-21 {
    line-height: 21px;
}
._ing .row {
    margin-left: -3px;
    margin-right: -3px;
}
._ing .row div[class^="col-"],._ing .row div[class*=" col-"] {
    padding-left: 3px;
    padding-right: 3px;
}
._ing {
    margin-bottom: 38px;
}
.row._item {
    margin-top: 100px;
}
.navbar .sub-menu {
    position: absolute;
    min-width: 150px;
    border: 1px solid #979797;
    background-color: #FFFFFF;
    padding: 8px 16px;
    margin: 0;
    display: none;
}
.navbar .sub-menu a {
    display: inline-block;
    border-bottom: 1px solid #979797;
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
    color: #000;
}
.navbar .sub-menu li {
    list-style-type: none;
}
.navbar .sub-menu li:last-child a {
    border-bottom: 0;
}
.navbar .sub-menu a:hover {
    color: #B58A4B;
}
.navbar-light .navbar-nav li.menu-item-has-children > .nav-link:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    line-height: 19px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.navbar-light .navbar-nav li:hover .sub-menu {
    display: block;
}
.navbar-light .navbar-nav li.current-menu-item > .nav-link:after {
	font-weight: bold;
}
.navbar-light .navbar-nav li.menu-item-has-children:hover > .nav-link:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
._abText {
    padding-left: 30px;
}
._abPar {
    height: 900px;
}
.max-765 {
    max-width: 765px;
    width: 100%;
    margin: 0 auto;
}
._jar img {
    margin-right: -75px;
}
._jar {
    margin: 100px 0;
}
._box img {
    margin-bottom: 70px;
}
._map {
    height: 600px;
}
._mapHolder {
    padding: 0 100px;
}
._form {
    margin: 100px auto 0 auto;
    max-width: 700px;
    text-align: left;
    width: 100%;
}
._form .form-group {
    position: relative;
    padding-top: 10px;
}
._form .form-control {
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    z-index: 9;
    background: transparent;
    padding-left: 2px;
}
._form label {
    position: absolute;
    margin: 0;
    z-index: 7;
    bottom: 8px;
    left: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
}
._form form br {
    display: none;
}
._form ._hvr label._label {
    transform: translate(0,-15px);
    -webkit-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
}
._form .form-control:active,._form .form-control:focus {
    border-color: #B58A4B;
}
._hvr._select label {
    top: -2px;
}
._form textarea.form-control {
    border: 1px solid #D8D8D8;
    height: 161px;
}
._form ._tArea label {
    bottom: auto;
    top: 15px;
}
._form .form-group._tArea  {
    padding-top: 50px;
}
._form button {
    background: none;
    outline: none;
    color: #000000;
    box-shadow: none;
    border: 0;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 15px;
    border-bottom: 1px solid #7f7f7f;
    cursor: pointer;
}
._form button:hover,._form button:active,._form button:focus {
    color: #B58A4B;
    border-color: #B58A4B;
}
._form form {
    margin-bottom: 80px;
}
._footer {
    padding-bottom: 65px;
}
._footer .widget p {
    margin: 0;
}
.widget ._tud {
    margin-top: 15px;
    display: inline-block;
}
._wood ._mobile {
    display: none;
}
._mobileNav {
    display: none;
    position: fixed;
    width: 238px;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 30px 10px;
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1001;
}
._mobileNav._active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
._mobileNav ._menu {
    text-align: right;
    cursor: pointer;
    margin-bottom: 25px;
}
._mobileNav ul {
    list-style-type: none;
    padding: 0;
}
._mobileNav ul li a {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 16px 10px;
}
._mobileNav ul li:last-child a {
    border-bottom: 1px solid #fff;
}
._mobileNav ul li a:hover {
    color: #B58A4B;
}
._mobSoc {
    margin-top: 72px;
}
._mobSoc a {
    color: #B58A4B;
    font-size: 21px;
    display: inline-block;
}
._mobSoc p {
    font-size: 13px;
    margin-bottom: 15px;
}
._mobSoc a + a {
    margin-left: 30px;
}
._mobSoc a:hover {
    color: #fff;
}
._proMenu {
    display: none;
    text-align: center;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
}
._proMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
._proMenu ul a {
    font-size: 12px;
    color: #000;
    line-height: 24px;
    text-align: center;
}
._proMenu ul li {
    margin: 0 auto;
    float: left;
}
._proMenu ul li + li {
    margin-left: 15px;
}
._proMenu ul a:hover, ._proMenu ul li.current-menu-item a {
    color: #B58A4B;
}
._cwidget p {
    margin: 0;
}
.widget._insta .row {
    margin-left: -10px;
    margin-right: -10px;
}
.widget._insta div[class^="col-"],.widget._insta div[class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
._coffee {
    padding: 69px 0;
    overflow: hidden;
}
._mob {
    display: none;
}
._mobSoc img {
    display: none;
}
._mobSoc img._mob {
    display: block;
}
.navbar-light .navbar-nav .sub-menu li.active a {
    font-weight: 600;
    color: #000;
}
#sb_instagram {
	margin-left: -10px !important;
}
._form select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
._form ._select:after {
	content: '>';
	position: absolute;
    right: 2px;
    left: auto;
    bottom: 6px;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
._listRow {
	margin-top: 50px;
	font-size: 12px;
}
._listRow ._holder {
	position: relative;
	font-family: 'Merriweather', serif;
	margin-bottom: 10px;
}
._listRow span {
	display: inline-block;
	height: 7px;
	width: 7px;
	border: 1px solid #B58A4B;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
._listRow span + span {
	margin-left: 7px;
}
._listRow span._fill {
	background: #B58A4B;
	border: 0;
}
._listRow ._dots {
	text-align: right;
	position: absolute;
	left: auto;
	right: 0;
	top: -1px;
}