/* Spacer Style   ||-----------*/

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.no-pad {
	padding:0;
}

/* Common Styles */

h1, h2, h3, h4, .btn-default {
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 20px;
    }
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.btn-default {
    background-color: #00CFBE;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    
}

@media only screen and (max-width: 767px) {
    .btn-default  {
        font-size: 12px;
    }
}

/* Navbar Styles */
.navbar {
    padding: 20px 0;
}

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

    .navbar {
        background-color: rgba(0,0,0,0.85);
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.25);  
    }
}

.navbar-brand, .navbar-brand:hover {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.navbar-custom a, .navbar-custom a:hover {
 
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.navbar-custom a:hover
{
    background-color: rgba(255,255,255,0.25) !IMPORTANT;
}

.navbar-toggle {
    color: white;   
}

.navbar-fixed-top {
    transition: all .25s;   
}

.top-nav-collapse {
    background-color: rgba(0,0,0,0.85);
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

/* Section Intro */
section.intro {
 
    display:block;
    width: 100%;
    height: 100%;
    
    background-image: url(img/intro-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  cover;
    background-attachment: fixed;
    
    position: relative;
    
    padding: 0;
    
}

.intro-quote-box {
    border: 1px solid #fff;
    background-color: rgba( 0, 0, 0, 0.25);
    padding: 40px;
    max-width: 920px;
    
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .intro-quote-box {
        max-width: 95%;
    }
}
.intro-quote-box.jba img {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}

p.intro-quote {
    color: #fff;
    font-family: Lora,Georgia,serif;
    text-align: center;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    p.intro-quote {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    p.intro-quote {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    p.intro-quote {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    p.intro-quote {
        font-size: 56px;
    }
}


.jba p.intro-quote {
    color: #fff;
    font-family: Lora,Georgia,serif;
    text-align: center;
    font-size: 24px;
}

@media only screen and (max-width: 568px) {
    .jba p.intro-quote {
        font-size: 14px;
    }
    
    .intro-quote-box.jba img {
       display:none;
    }
}

@media only screen and (max-width: 480px) {
    .jba p.intro-quote {
        font-size: 14px;
    }
    
    .intro-quote-box.jba img {
       display:none;
    }
    
}

@media only screen and (min-width: 768px) {
    .jba p.intro-quote {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .jba p.intro-quote {
        font-size: 24px;
    }
}


/* @media only screen and (max-width: 768px) { 
Breakpoints

min-width 768
min-width: 992
min-width: 1200

max-width: 767

max-device-width: 480px

*/


p.intro-source {
    color: #fff;  
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
    p.intro-source {
        font-size: 11px;
    }
}

.intro .container-fluid, .menu .container-fluid, .press .container-fluid, .visit-us .container-fluid {
    padding: 0;   
}

.intro-scroll {
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
    z-index: 100;
}


a.scroll-indicator img {
    width: 70px;
    height: auto;   
}

@media only screen and (max-width: 767px) {
    a.scroll-indicator img {
        width: 50px;
    }
}


.quote-table {
    display:table;
    height:100%;
    vertical-align: middle;
}

.quote-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/* Section Amazon */
section.amazon {
    border-top: 2px solid #6DCCC2;
    background-color: #1D1F1E;
    padding: 35px 0;
}

section.amazon .row {
    display:table;
    vertical-align: middle;
    margin: 0 auto;
}

section.amazon .amazon-intro, section.amazon .books, section.amazon .link {
    float:none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

section.amazon .amazon-intro {
    color: #DFB25F;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    section.amazon .amazon-intro {
        margin-bottom: 20px;   
    }
}


section.amazon .books {
    text-align: center;   
}

@media only screen and (max-width: 991px) {
    section.amazon .books {
        margin-bottom: 40px;   
    }
}

section.amazon .books a {
    margin: 0 5px 0;
    background-color: #fff;
    width: auto;
    height: auto;
    display: inline-block;
}

section.amazon .books img {
    width: auto;
    height: 148px;
    transition: all .25s;
}

section.amazon .books a {
    margin: 0 5px 0;
    background-color: #DFB25F;
}

section.amazon .books a:hover img {
    opacity: .75;
}

section.amazon a.amazon-link {
    border: 1px solid #DFB25F;
    color: #fff;  
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding: 10px;
    transition: all .25s;
}

section.amazon a.amazon-link:hover {
    text-decoration: none;
    background-color: rgba(223, 178, 95, 0.25);
}


/* Section Menu */
section.menu {
    display:block;
    width: 100%;
    height: 100%;
    
    /* padding: 160px 0; */
    
    background-image: url(img/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    
    padding: 0;
    
    position: relative;
}

@media only screen and (max-width: 767px) {
    section.menu {
        height: auto;
    }
}


.menu-table {
    display:table;
    vertical-align: middle;
    height: 100%;
    padding: 0;
}


@media only screen and (max-width: 767px) {
    .menu-table {
        min-height: 100%;
        padding: 25px 0;
    }
}

.menu-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-text-box {
    border: 1px solid #fff;
    background-color: rgba( 0, 0, 0, 0.25);
    padding: 40px;
    max-width: 680px;
    
    margin: 0 auto;
    
}

@media only screen and (max-width: 767px) {
    .menu-text-box {
        max-width: 95%;
    }
}

.menu-text-box h1 {
    margin: 0 0 20px;   
}

.menu-text {
    color: #fff;  
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    
    margin: 0 0 40px;
}

.menu-text-box .btn {
    margin: 0 9px;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 767px) {
    .menu-text-box .btn
    {
     display:block;
        margin-bottom: 25px;
    }
}

/* Section Press */
section.press {
    background-color: #1D1F1E;
    border-top: 2px solid #DFB25F;
    padding: 75px 0;
    
    text-align: center;
    
    position: relative;
}
.press-text {
    color: #fff;  
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

a.press-link {
    display:block;
    width: 100%;
    height: 215px;
    
    background-position: center center;
    background-size:  cover;
    background-repeat: no-repeat;
}

.press-caption {
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}

.press-item {
    margin: 0 0 30px;
}

.press-caption h4 {
    color: #333;
}

.press-caption a {
    color: #333;
    transition: all .15s;
}

.press-caption a:hover {
    text-decoration: none;
    color: #DFB25F;
}

.press-caption p {
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 16px;
}


/* Section Visit */
section.visit-us {
 
    display:block;
    width: 100%;
    height: 100%;
    
    position: relative;
    
    border-top: 2px solid #6DCCC2;
    
    background-image: url(img/visit-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    
    text-align: center;
    
}

section.visit-us.alt {
    background-image: url(img/frites_bg.jpg);
}

section.visit-us.careers {
    background-image: url(img/menu-bg.jpg);
}

@media only screen and (max-width: 767px) {
    section.visit-us  {
        height: auto;
    }
}

.visit-table {
    display:table;
    height: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .visit-table {
        height: auto;
        padding: 25px 0;
    }
}

.visit-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.visit-box {
    border: 1px solid #fff;
    background-color: rgba( 0, 0, 0, 0.25);
    padding: 40px;
    max-width: 680px;
    
    margin: 0 auto;
    
}

@media only screen and (max-width: 767px) {
    .visit-box  {
        max-width: 95%;
    }
}

.visit-box h1 {
    margin: 0 0 20px;    
}

.visit-box p {
    color: #fff;  
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    
    margin: 0 0 40px;   
}

.visit-box p.small-text {
    font-size: 14px;   
}

.visit-box .btn-default {
    display:block;
    width: 270px;
    margin: 0 auto
}

.visit-box .btn-default.long {
    width: 450px;
}

@media only screen and (max-width: 767px) {
    .visit-box .btn-default  {
        width: auto;
    }
    
    .visit-box .btn-default.long {
        width: auto;
    }
}

.photo-credit {
    width: 100%;
    position: absolute;
    bottom: 2%;
    text-align: center;
    z-index: 100;
    color: white;
        font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;


}

.photo-credit a {
    color: #00CFBE;
}


.press-grid {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    section.press a.scroll-indicator, section.menu a.scroll-indicator{
        display:none;
    }
    
    .press-grid {
        margin-bottom: auto;
    }

}

/* press quotes */
div.press-quote-wrap {
	vertical-align:middle;
	display: none;
	opacity: 0;
	transition: opacity 1s;
}

div.press-quote-wrap:first-of-type {
	display:table-cell;
	opacity: 1;
	transition: opacity 1s;
}

p.press-quote {
    color: #fff;
    font-family: Lora,Georgia,serif;
    text-align: center;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    p.press-quote {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    p.press-quote {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    p.press-quote {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    p.press-quote {
        font-size: 30px;
    }
}



/* SOCIAL SECTION */
.page-icon-top {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 20px;
	width: 100%;
	color: #323232;
}
#social h3 , #social h6{

	color: #323232;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	margin-bottom: 10px;
}
#social h3 {
	font-size: 21px;
	letter-spacing: 4px;
	line-height: 32px;
}
#social h6 {
	font-size: 13px;
line-height: 17px;
}
#social a {
	color: #323232; 
	text-decoration: none;
}
#social a:hover {
	color: #DFB25F; 
}		

.visit-box.p.a {
	color: 	#00CFBE; !important
}

section.mastercard .row {
    display: flex;
	align-items: center;
}
section.mastercard .row h5 {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.mastercard .row h5 a {
    color: #323232;
}

@media screen and (min-width: 320px) and (max-device-width: 568px) {
    section.mastercard h5 {
        text-align: center;
    }
}