/************************************************
 Bootstrap 3 Grid Breakpints (http://getbootstrap.com/css/#grid)

 xs - Extra small devices   < 768 px
 sm - Small devices         < 992 px
 md - Medium devices        < 1200 px
 lg - Large devices         >= 1200 px

************************************************/


/***********************************************/
/* Fonts                                       */
/***********************************************/


@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),

         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_tmedium';
    src: url('fonts/futura-t-medium-webfont.woff2') format('woff2'),
         url('fonts/futura-t-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***********************************************/
/* General styles                              */
/***********************************************/

body { 
    background-color: #ffffff;
    font-family: 'montserratlight', Helvetica, Arial, sans-serif;
    color: #434343;
    font-size: 17px;
    line-height: 165%; 
    background-image: url(../images/pattern.png); 
    background-size: 44px; 
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
}
a { 
    color: inherit; 
    text-decoration: underline;
}
a:hover, a:focus { 
    color: inherit; 
    text-decoration: underline;
}
p {
    margin: 0 0 15px;

}

img {
    max-width: 100%;
}


h1, h2, h3, h4 {
    font-family: 'futura_tmedium';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #171719;
}


/* mobile */
@media screen and (max-width: 991px) {
    body { 
        line-height: 155%;;
    }
}

/***********************************************/
/* Overwritten Bootstrap Styles                */
/***********************************************/

.btn {
    font-family: 'futura_tmedium';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #171719;
    border-color: #171719;
    border-width: 1px 0;
    border-style: solid;
    font-size: 17px;
    padding: 4px 30px;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: inherit;
    border-color: inherit;
}
.btn-link {
    text-decoration: none;
    color: #171719;
    border: 0;
}
.btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #171719;
}


/***********************************************/
/* Forms                                       */
/***********************************************/

.form-control {
    border-color: #a0a0a0;
    border-radius: 0;
    box-shadow: none;
}

/* ninja forms */
.field-wrap input[type="button"].btn-block {
    width: 100%;
}
.nf-error-msg {
    font-size: 14px;
    color: #c22e0c !important;
}
.nf-error .ninja-forms-field {
    border-color: #c22e0c !important;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.container { 
    max-width: 800px;
}



/***********************************************/
/* Components                                  */
/***********************************************/




/* fade in controls on page load */

@keyframes fadeIn { 
    0%      { opacity:0; } 
    50%     { opacity:0; } 
    750%    { opacity:1; } 
}




#hamburger {
    display: none;
    cursor: pointer;
    height: 60px;
    padding: 20px 15px;
}
#hamburger .slice {;
    display: block;
    height: 1px;
    width: 30px;;
    background-color: #171719;
}
#hamburger .slice + .slice {
    margin-top: 8px;
}


#menu {
    font-family: 'futura_tmedium';
    padding-right: 15px;
    position: absolute;
    padding-left: 15px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    transform: translateY(-100%);
    margin-top: 70px;
}
#menu.hidden_sticky {
    position: fixed;
    margin-top: 0;
    transform: translateY(-100%);
    transition: transform 0.25s;
}
#menu.sticky {
    position: fixed;
    margin-top: 0;
    transform: translateY(0);
    transition: transform 0.25s;
}
#menu.sticky .logo {
    position: fixed;
    z-index: 11;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 101px;
    background-size: 100%;
    left: 52%;
    transform: translateX(-48%);
    top: -17px;
}
#menu ul {
    margin-bottom: 0;
}
#menu li {
    display: inline-block;
    margin: 0;
    padding: 0 13px;
    text-align: center;
    white-space: nowrap;
    width: auto;
}
#menu.sticky li:nth-child(2) {
    margin-right: 70px;
}
#menu.sticky li:nth-child(3) {
    margin-left: 70px;
}
#menu a {
    color: #171719;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: none;
}
#menu .menu-close {
    display: none;
}
#menu li.instagram a {
    text-indent: -1000px;
    background-image: url(../images/ico-instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
    right: 29px;
    top: 26px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54%;
    height: 0;
    overflow: hidden;
    display: block;
}



/* mobile */

@media screen and (max-width: 991px) {

    #logo {
        
    }

    #hamburger {
        display: block;
        background-color: #ffffff;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
    }
    #hamburger .logo {
        position: fixed;
        z-index: 11;
        background-image: url(../images/logo-mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 80px;
        height: 80px;
        left: 50%;
        transform: translate(-50%, -150%);
        transition: transform 0.25s ease-out;
    }
    #hamburger.sticky .logo {
        transform: translate(-50%, -61%);
    }

    #menu {
        animation: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.25s, opacity 0.25s ease-out;
        position: absolute;
        width: 100%;
        z-index: 2;
        color: #ffffff;
        text-align: center;
        background: rgba(255, 255, 255, 1);
        top: 0;
        line-height: 130%;
        height: auto;
        padding-bottom: 40px;
        background-position: center -10px;
        background-repeat: no-repeat;
        background-size: 80px;
        background-image: url(../images/logo-mobile.png);
        transform: translateY(0);
        margin-top: 0;
    }
    #menu.hidden_sticky {
        position: absolute;
        margin-top: 0;
        transform: translateY(0);
    }
    #menu.sticky {
    }
    #menu.sticky .logo {
        display: none;
    }
    #menu.visible {
        visibility: visible;
        opacity: 1;
        transition-delay:0s;
        position: fixed;
        z-index: 11;
    }
    #menu ul {
        display: block;
        padding: 0;
        margin-top: 46px;
    }
    #menu li {
        width: auto;
        display: block;;
    }
    #menu.sticky li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #menu a {
        padding: 13px 0;
        display: block;
    }
    #menu .menu-close {
        display: block;
        margin: 20px 0 0 0;
        width: 21px;
        height: 21px;
        background-image: url(../images/ico-close-menu.png);
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;;
    }
    #menu li.instagram a {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }

}




/***********************************************/
/* Sections styles                                */
/***********************************************/


/* top section ******************************/



section#top {
}



section#top .fade-in-background {
    position: absolute;
    z-index: 0;
    height: 100vh;
    width: 100%;
}
section#top main {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
}

section#top .videoWrapper {
    display: none;
}
section#top .videoWrapper iframe {
    display: none;
}
section#top h1 {
	display: none;
    font-size: 33px;
    background-image: url(../images/logo-mobile.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    color: #ffffff;
    margin-top: calc(50vh - 30px);
    padding-top: 120px;
    transform: translateY(-20%);
}

section#top .slides {
    display: block;
    height: 100vh;
    position: relative;
    z-index: 1;
}
section#top .slides .item {
    height: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

/* desktop */

@media screen and (min-width: 992px) {

    section#top {
    }

    section#top .fade-in-background {
        position: absolute;
        transition: visibility 0s linear 0.65s, opacity 0.65s ease-out;
        opacity: 1;
        visibility: visible;
        top: 70px;
        z-index: 2;
		
    }
    section#top main {
        position: relative;
        z-index: 1;
        height: 100vh;
        overflow: hidden;
        margin-bottom: 50vh;
    }

    section#top .videoWrapper {
        position: relative;
        padding-bottom: 54%; /* 16:9 */
        padding-top: 25px;
        height: 0;
        overflow: hidden;
        display: block;
    }
    section#top .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        z-index: 1;
        margin: -10px;
        display: block;
    }
    section#top h1 {
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: 151px;
        background-position: center top;
        text-align: center;
        color: #ffffff;
        position: absolute;
        z-index: 3;
        width: 100%;
        margin-top: 50vh;
        font-size: 60px;
        padding-top: 200px;
        transform: translateY(-50%);
    }

    section#top .slides {
        display: none;
    }
	
	section#top .smartslider-top {
		width: 100%;
		background-color: white;
	}

}

@media screen and (max-width: 991px) {
	section#top .smartslider-top {
		display: none;
	}
	
	section#top h1 {
		display: block;
	}
	
	section#top main {
		display: none !important;
	}
}



/* farm section ******************************/

section#farm #google-map {
    width: 100%;
    height: 70vw;
}
section#farm video#map-animation {
    display: none;
}
section#farm main {
    background-color: #171719;
    background-image: url(../images/pattern-dark.png);
    background-attachment: fixed;
    background-size: 44px;
    color: #fefefe;
    padding-bottom: 30px;
    padding-top: 20px;
}
section#farm main h2,
section#farm main h3 {
    color: inherit;
}
section#farm main h2 {
    font-size: 31px;
    margin-bottom: 30px;
    margin-top: 15px;
}
section#farm main h3 {
    font-size: 17px;
}


/* desktop */

@media screen and (min-width: 992px) {

    section#farm  {
        position: relative;
        overflow: hidden;
    }
    section#farm  .fade-in-background {
        position: fixed;
        top: 0;
        z-index: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.65s, opacity 0.65s ease-out;
    }
    section#farm.inViewport .fade-in-background {
        visibility: visible;
        opacity: 1;
        transition-delay:0s;
    }
    section#farm  #google-map {
        height: 100%;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.35s, opacity 0.35s ease-out;
    }
    section#farm.inViewport .fade-in-background.played  #google-map {
        visibility: visible;
        opacity: 1;
        transition-delay:0s;
    } 
    section#farm .videoWrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    section#farm #map-animation {
        min-width: 176vh;
        min-height: 64vw;
        height: 100vh;
        width: 100vw;
    }
    section#farm main {
        max-width: 480px;
        position: relative;
        z-index: 1;
        background: rgba(0,0,0,0.65);
        padding: 40px 70px;
        margin: calc(50vh - 200px) auto calc(50vh + 200px) 0;
    }
    section#farm main h2 {
        font-size: 36px;
    }

}




/* coffee section ******************************/

section#coffee  {
}
section#coffee .fade-in-background {
    background-image: url(../images/section-coffee-background.jpg);
    background-size: cover;
    height: 70vw;
}
section#coffee main {
    background-color: #171719;
    background-image: url(../images/pattern-dark.png);
    background-attachment: fixed;
    background-size: 44px;
    color: #fefefe;
    padding-bottom: 30px;
    padding-top: 20px;
}
section#coffee main h2 {
    color: inherit;
    font-size: 31px;
    margin-bottom: 30px;
    margin-top: 15px;
}



/* desktop */

@media screen and (min-width: 992px) {

    section#coffee  {
        position: relative;
        overflow: hidden;
    }

    section#coffee  .fade-in-background {
        position: fixed;
        top: 0;
        z-index: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.65s, opacity 0.65s ease-out;
    }

    section#coffee.inViewport .fade-in-background {
        visibility: visible;
        opacity: 1;
        transition-delay:0s;
    }

    section#coffee main {
        max-width: 480px;
        position: relative;
        z-index: 1;
        background: rgba(0,0,0,0.65);
        padding: 40px 70px;
        margin: calc(50vh - 200px) 0 calc(50vh + 200px) auto;
    }

    section#coffee main h2 {
        font-size: 36px;
    }

}




/* geisha section ******************************/

section#geisha  {
}
section#geisha .fade-in-background {
    background-image: url(../images/section-geisha-background.jpg);
    background-size: cover;
    height: 70vw;
}
section#geisha main {
    background-color: #171719;
    background-image: url(../images/pattern-dark.png);
    background-attachment: fixed;
    background-size: 44px;
    color: #fefefe;
    padding-bottom: 30px;
    padding-top: 20px;
}
section#geisha main h2 {
    color: inherit;
    font-size: 31px;
    margin-bottom: 30px;
    margin-top: 15px;
}
section#geisha .awards {
    background-color: #171719;
    background-image: url(../images/pattern-dark.png);
    background-attachment: fixed;
    background-size: 44px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}
section#geisha .awards p {
}
section#geisha .awards img {
    width: 131px;
    margin: 18px;
}
section#geisha .awards .button-more {
    display: block;
    margin: 20px 0;
}
section#geisha .awards .button-more button {
    color: #ffffff;
    border-color: #ffffff;
}
section#geisha .awards .more {
    display: none;
}
section#geisha .awards .more.open {
    display: block;
}



/* desktop */

@media screen and (min-width: 992px) {

	section#geisha.belowGeisha .fade-in-background {
		transition: visibility 0s linear 0s, opacity 0s ease-out !important;
	}
	
    section#geisha  {
        position: relative;
        overflow: hidden;
    }

    section#geisha  .fade-in-background {
        position: fixed;
        top: 0;
        z-index: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.65s, opacity 0.65s ease-out;
    }

    section#geisha.inViewport .fade-in-background {
        visibility: visible;
        opacity: 1;
        transition-delay:0s;
    }

    section#geisha main {
        max-width: 480px;
        position: relative;
        z-index: 1;
        background: rgba(0,0,0,0.65);
        padding: 40px 70px;
        margin: calc(50vh - 200px) auto 260px 0;
    }

    section#geisha main h2 {
        font-size: 36px;
    }

    section#geisha .awards {
        background: rgba(0,0,0,0.65);
        margin-bottom: 50vh;
        position: relative;
        z-index: 1;
        padding-bottom: 45px;
        padding-top: 60px;
    }
    section#geisha .awards .container-fluid {
        max-width: 1120px;
    }

    section#geisha .awards p {
        display: inline;
    }
    section#geisha .awards img {
    }
    section#geisha .awards .button-more {
        display: none;
    }
    section#geisha .awards .more {
        display: inline;
    }

}

/* buy our coffee section ******************************/
section#buy-our-coffee h2 {
	font-size: 44px;
	margin-top: 0px;
}

section#buy-our-coffee .row {
	background-color: #ebeaea;
	position: relative;
}

section#buy-our-coffee .col-md-6 {
	padding: 7% 3.5% 7% 7%;
}

section#buy-our-coffee .buy-our-coffee-price-big {
	font-size: 38px;
}

section#buy-our-coffee .buy-our-coffee-price-small {
	font-size: 27px;
}

section#buy-our-coffee p {
	margin-top: 35px;
}

.buy-our-coffee-btn {
	display: inline-block;
	color: #e40000;
	border-top: 2px solid #e40000;
	border-bottom: 2px solid #e40000;
	padding: 10px 0px;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 21px;
	cursor: pointer;
	font-family: 'futura_tmedium', Helvetica, Arial, sans-serif;
	transition: all 0.3s ease;
	margin-top: 35px;
	width: 282px;
	
	text-align: center;
	position: relative;
}

.buy-our-coffee-btn:hover {
	color: white;
	background-color: #e40000;
}

#product-component-abde92bc3cc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 999999 !important;
}

#product-component-abde92bc3cc * {
	z-index: 999999 !important;
}

#product-component-abde92bc3cc button
{
	z-index: 9999999 !important;
}

section#buy-our-coffee .buy-our-coffee-slider-navbar {
	position: absolute;
	bottom: 80px;
	left: 0px;
	right: 0px;
	height: 10px;
	text-align: center;
	z-index: 2;
}

section#buy-our-coffee .buy-our-coffee-slider-navbar-item {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #bbbbbb;
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
	cursor: pointer;
}

section#buy-our-coffee .buy-our-coffee-slider-navbar-item-active {
	background-color: red;
}

.buy-our-coffe-slide {
	display: none;
}

#buy-our-coffe-slide-1 {
	display: block;
}

.navbar-buy-our-coffee {
	position: absolute;
	right: 62px;
}

.navbar-buy-our-coffee a {
	color: #c22e0c !important;
}

section#buy-our-coffee .buy-our-coffee-slider-mobile {
	z-index: 999999 !important;
}

section#buy-our-coffee .owl-dots
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

section#buy-our-coffee .owl-dot span {
	
}

section#buy-our-coffee .owl-dot.active span {
	background-color: red;
}

@media screen and (max-width: 1300px) {
	#buy-our-coffee-slide-2 {
		background-position-x: 75% !important;
	}
	
	.buy-our-coffee-col-1 {
		background-color: rgba(255, 255, 255, 0.6);
	}
}

/* Desktop */
@media screen and (min-width: 992px) {
	section#buy-our-coffee .buy-our-coffee-price-big {
		font-size: 28px;
	}

	section#buy-our-coffee .buy-our-coffee-price-small {
		font-size: 14px;
	}
	
	section#buy-our-coffee p{
		font-size: 14px;
	}

	section#buy-our-coffee .buy-our-coffee-slider-container {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	
	section#buy-our-coffee .buy-our-coffe-slide {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-size: cover;
		background-position-x: 50%;
		background-position-y: center;
		background-repeat: no-repeat;
	}
	
	section#buy-our-coffee .buy-our-coffee-h2-mobile {
		display: none;
	}
	
	section#buy-our-coffee .buy-our-coffee-h2-desktop {
		display: block;
	}
	
	section#buy-our-coffee .buy-our-coffee-slider-mobile {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.navbar-buy-our-coffee a {
		font-size: 12px;
	}
}

/* Mobile */
@media screen and (max-width: 991px) {
	.buy-our-coffee-col-1 {
		background-color: none;
	}
	
	.buy-our-coffee-col-1 {
		background-color: none;
	}
	
	section#buy-our-coffee .buy-our-coffee-slider-mobile {
		display: block;
	}
	
	.navbar-buy-our-coffee {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }
	
	.navbar-buy-our-coffee a {
		font-size: 17px;
	}
	
	
	section#buy-our-coffee .buy-our-coffee-h2-mobile {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	section#buy-our-coffee .buy-our-coffee-h2-mobile h2
	{
		font-size: 27px;
	}
	
	section#buy-our-coffee .buy-our-coffee-h2-desktop {
		display: none;
	}
	
	section#buy-our-coffee .buy-our-coffee-slider-container {
		display: none;
		position: relative;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	
	section#buy-our-coffee .row {
		background-color: white;
	}
	
	section#buy-our-coffee .buy-our-coffe-slide
	{
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-size: 200% auto;
		background-position-x: 100%;
		background-position-y: center;
		background-repeat: no-repeat;
	}
	
	section#buy-our-coffee .col-md-6 {
		padding: 15px;
	}
	
	.buy-our-coffee-btn-container {
		text-align: center;
	}
	
	.buy-our-coffee-btn {
		font-size: 22px;
		width: 270px;
	}
	
	section#buy-our-coffee .buy-our-coffee-slider-navbar {
		bottom: 50px;
	}
}


/* plan section ******************************/

section#plan {
}
section#plan main {
    text-align: center;
    padding-top: 10px;
}
section#plan main button {
    margin: 15px 0 10px 0;
}
section#plan main img.plan-small {
    margin: 0 -15px;
    position: relative;
    max-width: 100vw;
    display: block;
    margin-bottom: 10px;
}
section#plan .plan-popup {
    position: fixed;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
section#plan .plan-popup.open {
    visibility: visible;
    opacity: 1;
    transition-delay:0s;
}
section#plan .plan-popup .close-plan {
    background-color: #0d0d0d;
    color: #ffffff;
    padding: 8px;
    position: fixed;
    z-index: 14;
    top: 0;
}
section#plan .plan-wrap {
    width: 100%;
    height: calc(100% - 44px);
    z-index: 11;
    top: 44px;
    left: 0;
    overflow: auto;
    position: absolute;
}
section#plan .plan-container {
    width: 1440px;
    position: absolute;
    z-index: 2;
}
section#plan .markers {
}
section#plan .marker {
    position: absolute;
    width: 3%;
    height: 7%;
}
section#plan .marker .icon {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 4;
}
section#plan #marker-1 {
    top: 30%;
    left: 21.2%;
}
section#plan #marker-2 {
    left: 25.5%;
    top: 39%;
}
section#plan #marker-3 {
    left: 29.7%;
    top: 45%;
}
section#plan #marker-4 {
    left: 39.9%;
    top: 52%;
}
section#plan #marker-5 {
    left: 48.8%;
    top: 36.5%;
}
section#plan #marker-6 {
    left: 67.9%;
    top: 53.8%;
}
section#plan .marker .popup {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
    z-index: 4;
    background-color: rgba(0,0,0,0.85);
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    line-height: 130%;
}
section#plan .marker .popup.open {
    visibility: visible;
    opacity: 1;
    transition-delay:0s;
}
section#plan .marker .popup .close-marker {
    color: inherit;
    display: block;
    text-align: right;
    width: 100%;
    background-image: url(../images/plan-popup-close.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 22px 0 0;
}
section#plan .marker .popup h3 {
    text-align: center;
    color: inherit;
    clear: right;
    margin-top: 5px;
}
section#plan .marker .popup .image {
    margin: 0 -15px;
    width: 100vw;
    margin-bottom: 15px;
    margin-top: 25px;
}
section#plan .marker .controls {
    text-align: center;
}
section#plan .marker .popup .prev,
section#plan .marker .popup .next {
    text-decoration: none;
    color: #97824f;
    font-family: 'futura_tmedium';
    cursor: pointer;
}

section#plan .marker .popup .prev small,
section#plan .marker .popup .next small {
    font-weight: bold;
    font-size: 12px;
}
section#plan .marker .popup .prev {
    float: left;
}
section#plan .marker .popup .next {
    float: right;
}
section#plan .marker .popup .count {
    font-style: italic;
    display: block;
    margin: 0 70px;
}
section#plan img.plan {
}





/* desktop */

@media screen and (min-width: 992px) {

    section#plan  {
        position: relative;
        z-index: 2;
        background-color: #ffffff;
    }
    section#plan main {
        display: none;
    }
    section#plan main .btn-link {
    }
    section#plan .plan-popup {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: auto;
        height: auto;
        overflow: visible;

    }
    section#plan .plan-popup .close-plan {
        display: none;
    }
    section#plan .plan-wrap {
        top: auto;
        height: auto;
        position: relative;
        overflow: visible;
    }
    section#plan .plan-container {
        position: relative;
        width: 100%;
    }
    section#plan img.plan {
        width: 100%;
        height: auto;
    }
    section#plan .marker .popup {
        position: absolute;
        background-color: #ffffff;
        width: 482px;
        padding: 20px 40px 30px 40px;
        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.26);
        transform: translate(-50%, -100%);
        line-height: 130%;
        color: #171719;
        bottom: auto;
        top: 10px;
        margin-left: 50%;;
    }
    section#plan .marker .popup:after {
        content: "";
        position: absolute;
        background-image: url(../images/plan-popup-background.png);
        background-size: 100%;
        width: 36px;
        height: 17px;
        left: calc(50% - 18px);
        top: 100%;
    }
    section#plan .marker .popup .close-marker {
        background-image: url(../images/plan-popup-close-black.png);
    }

    section#plan .marker .popup .image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }


}

/* Mobile ******************************/

@media screen and (max-width: 991px) {
	section#plan .marker .popup {
		display: none !important;
	}
}






/* experience-coffee section ******************************/

section#experience-coffee  {
    position: relative;
    z-index: 3;
    background-color: #171719;
    background-image: url(../images/pattern-dark.png);
    background-attachment: fixed;
    background-size: 44px;
}
section#experience-coffee main {
    color: #fefefe;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}
section#experience-coffee main h2 {
    color: inherit;
    font-size: 31px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
section#experience-coffee main .logos {
    margin-top: 30px;
    mix-blend-mode: lighten;
}
section#experience-coffee main .logos img {
    margin: 15px;
    width: calc(50vw - 60px);
    max-width: 130px;
}

/* desktop */

@media screen and (min-width: 992px) {

    section#experience-coffee main {
    padding-top: 57px;
    padding-bottom: 70px;
    }
    section#experience-coffee main .container {
    }
    section#experience-coffee main h2 {
        font-size: 44px;
    }
    section#experience-coffee main .logos {
    }
    section#experience-coffee main .logos img {
    width: calc(14vw - 50px);
    }

}




/* banners-bottom section ******************************/

section#banners-bottom  {
    margin-top: 0px;
}
section#banners-bottom .banner {
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    overflow: visible;
}
section#banners-bottom .banner .rollover {
    position: relative;
    background-image: url(../images/pattern-dark-3.png);
    background-attachment: fixed;
    background-size: 44px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
}
section#banners-bottom .obession-17 {
    background-image: url(../images/obsession-17.jpg);
}
section#banners-bottom .land-rover {
    background-image: url(../images/content/land-rover.jpg);
}
section#banners-bottom .banner h2 {
    margin-bottom: 25px;
    color: #ffffff;
}
section#banners-bottom .banner .btn {
    color: #ffffff;
    border-color: #ffffff;
}


/* desktop */

@media screen and (min-width: 992px) {

    section#banners-bottom  {
        margin-top: 0px;
    }
    section#banners-bottom .banner {
        position: relative;
        min-height: 340px;
    }
    section#banners-bottom .banner .rollover {
        opacity: 0;
        height: 100%;
        color: #ffffff;
        transition: opacity 0.25s ease-out;
        padding: 35px 100px;
        position: absolute;
        width: 100%;
    }
    section#banners-bottom .banner:hover .rollover {
        opacity: 1;
    }
    section#banners-bottom  h2 {
        margin-top: 96px;
        margin-bottom: 30px;
        font-size: 30px;
    }
    section#banners-bottom .obession-17 h2 {
        margin-top: 53px;
    }
	
	section#banners-bottom .land-rover h2 {
        margin-top: 31px;
    }

}



/* sign-up section ******************************/

section#sign-up  {
    padding: 50px 0;
}
section#sign-up h2 {
    text-align: center;
    margin-bottom: 30px;
}
section#sign-up .form {
    max-width: 240px;
    margin: 0 auto;
}
section#sign-up .nf-response-msg {
    color: #555555;
    margin: 0 0 30px 0;
    text-align: center;
}

/* desktop */

@media screen and (min-width: 992px) {

    section#sign-up  {
    padding: 100px 0;
    }
    section#sign-up h2 {
    margin-bottom: 50px;
    font-size: 36px;
    }

}




/* footer section ******************************/

footer#footer  {
    background-color: #1e1d1d;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px 30px 15px;
    font-family: 'futura_tmedium';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 165%;
    letter-spacing: 0.15em;
    background-image: url(../images/pattern-dark-2.png);
    background-size: 44px;
    background-attachment: fixed;
}
footer#footer a {
    text-decoration: none;
}
footer#footer .social {
    margin-bottom: 30px;
    margin-top: 5px;
}
footer#footer .social a {
}
footer#footer .social a.instagram {
    background-image: url(../images/ico-instagram-white.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
}
footer#footer main {
}
footer#footer main a, 
footer#footer main span {
    display: block;
}

/* desktop */

@media screen and (min-width: 992px) {

    footer#footer  {
    }
    footer#footer a {
    }
    footer#footer .social {
    margin-bottom: 84px;
    }
    footer#footer .social a {
    }
    footer#footer .social a.instagram {
    }
    footer#footer main {
    }
    footer#footer main a, 
    footer#footer main span {
        display: inline;
        padding: 0 15px;
        border-right: 1px solid #ffffff;
    }
    footer#footer main *:last-child {
        border-right: none;
    }

}




#menu-item-72
{
	display: none !important;
}

#buy-our-coffee
{
	display: none !important;
}