@font-face {
    font-family: 'cheddar_gothic_sansregular';
    src: url('../fonts/cheddargothicsans-webfont.woff2') format('woff2'),
         url('../fonts/cheddargothicsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'marr_sans_cond_webbold';
    src: url('../fonts/marrsanscondweb-bold-webfont.woff2') format('woff2'),
         url('../fonts/marrsanscondweb-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'marr_sans_cond_webregular';
    src: url('../fonts/marrsanscondweb-regular-webfont.woff2') format('woff2'),
         url('../fonts/marrsanscondweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'marr_sans_cond_websemibold';
    src: url('../fonts/marrsanscondweb-semibold-webfont.woff2') format('woff2'),
         url('../fonts/marrsanscondweb-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_compact_display_regular';
    src: url('../fonts/SF-Compact-Display-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_compact_display_bold';
    src: url('../fonts/SFCompactDisplay-Bold.woff2') format('woff2'),
         url('../fonts/SFCompactDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f3ecd4;
    color: #4d2b17;
}

.brown h1, .brown h2, .brown p { color: #482d1b !important; }
.yellow h1, .yellow h2, .yellow p { color: #f2c845 !important; }
.bright h1, .bright h2, .bright p { color: #f3ecd4 !important; }
.text-justify p { text-align: justify !important; }


/*********** MENU NAVIGAZIONE *************/
.navlogo {
    width: 160px;
    margin-left: 15px;
}

.navbar {
    background-color: rgba(242, 200, 69, 0.85);
}

.nav-link {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 65px;
    color: #4d2b17;
}

.nav-link:hover {
    color: #4d2b17;
}

#offcanvasNavbar {
    background-color: rgba(245, 203, 69, 0.9);

}

#offcanvasNavbar .navbar-nav {
    text-align: right;
}

.navbar-toggler {
    background-image: url('../../img/toggler.svg');
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    padding-right: 50px;
    border:none;
}

.navbar-toggler:focus, .offcanvas-header .btn-close:focus  {
    box-shadow: none;
}

.offcanvas-header .btn-close {
    background-image: url('../../img/toggler_x.svg');
    width: 44px;
    height: 42px;
    background-size: contain;
    opacity: 1;
    padding-right: 50px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 30px;
      padding-left: 30px;
    }

    .nav-link {
        font-size: 28px;
        line-height: 40px;
        color: #f6edd1;
    }

    .navlogo {
        margin-left: 50px;
    }
}

/*********** FOOTER *************/

.main-footer {
    background-color: #482d1b;
    color: #f6edd1;
}
  
.main-footer a:not(.btn) {
    color: #f6edd1;
}

.main-footer a:not(.btn):hover {
    color: #fff;
}

.main-footer .social-icon a {
    color: #fff;
}

.footertitle {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin: 10px 8px 0 0;
    color: #F5CB45;
}

.footertext {
    display: inline;
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 28px;
}

.footertext a {
    text-decoration: none;
}

.lowerband {
    border-bottom: 7px solid #F5CB45;
}
  
.subfooter {
    text-align: left;
    font-size: 13px;
    padding-top: 15px;
    line-height: 18px;
    border-top: 1px solid #FFF;
}

.subfooter a {
    text-decoration: underline;
}

.footericons a {
    margin-right: 10px;
}

.footericons i {
    color: #FFF;
}

.footerlogo {
    width: 160px;
    margin: 19px 0 8px;
}
  
@media (min-width: 768px) { /* md */
    .upperband {
        border-top: 4px solid #F5CB45;
    }

    .footertitle {
        margin: 14px 0 3px;
    }

    .footerlogo {
        margin: 19px 0 15px;
    }
    
    .subfooter {
        text-align: right;
    }
}
  

/*********** HOME *************/
.homeheader {
    background-color: #f2c845; 
}

.homeheader2 {
    background: url('../../img/home_header.png') no-repeat bottom center;
    background-size: 70%;
    height: 650px;
}

.homeheadertext {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 70px;
    padding: 100px 0 0 15px;
}

.homeheaderbtn {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #f6edd1;
    background-color: #005456;
    padding: 10px 30px;
    margin: 20px 0 0 15px;
}

.homeheaderbtn:hover {
    color: #f6edd1;
    background-color: #007376;
}

.homerow2 {
    background-color: #bed5bb;
    height: 500px;
}

.homerow2text {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 60px;
    padding-left: 15px;
}

.homerow2img {
    background: url('../../img/strepitoso_home.webp') no-repeat center left;
    background-size: cover;
}

.homerow2col {
    height: 250px;
}

.homerow4 {
    background-color: #f2c845; 
}

.homerowtext {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-align: justify;
}

.homerow3text {
    padding: 50px 15px;
}

.homerow4text {
    padding: 0 15px 10px;
}

.homerow3text span, .homerow4text span {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
}

.homerow5col2 {
    padding: 0 30px 30px;
}

.homerow5text1 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    padding: 80px 15px 40px;
}

.homerow5text2 {
    padding: 0 15px; 
}

.linkpane {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 22px;  
    color: #4d2b17;
    text-decoration: none;
    padding: 10px 10px;
    border: 2px solid transparent;
    background-color: transparent;
}

.linkpane:hover {
    border: 2px solid #4d2b17;
    border-radius: 10px;
}

.toastinohome {
    width: 100%;
    max-width: 350px;
}

.textbubble {
    background-color: #5d799b;
    border-radius: 50px;
    padding: 20px;
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #f6edd1;
    margin-right: 0px;
    margin-top: 50px;
}


@media (min-width: 576px) { /* sm */
    .homeheader {
        background-image: url('../../img/home_mega.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .linkpane {
        font-size: 24px;
        padding: 15px 20px;
    }
}

@media (min-width: 768px) { /* md */
    .homerow2 {
        height: 460px;
    }

    .homerow2img {
        margin: 40px 0 20px;
    }

    .homerow2col {
        height: auto;
    }

    .homerow4 {
        height: 716px;
    }

    .homerow4col1 {
        background: url('../../img/qualita.jpg') no-repeat center center;
        background-size: cover; 
    }

    .textbubble {
        padding: 40px;
        font-size: 30px;
        line-height: 30px;
        margin-right: 100px;
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .homeheader2 {
        background: url('../../img/home_header.png') no-repeat bottom right;
        height: 740px;
    }

    .homeheadertext {
        font-size: 140px;
        line-height: 140px;
        padding: 250px 0 0 50px;
    }

    .homeheaderbtn {
        margin: 20px 0 0 50px;
    }

    .homerow2text {
        padding-left: 50px;
    }

    .homerow3text {
        padding: 60px 50px;
    }
    
    .homerow4text {
        padding: 0 50px 20px;
    }

    .homerow5text1 {
        padding: 100px 50px 30px;
    }

    .homerow5text2 {
        padding: 0 50px 30px; 
    }

    .homerow5col2 {
        padding: 110px 70px;
    }
}


/*********** MENU *************/
.menuheader {
    background-color: #f2c845;
}

.menuheadercol1, .menuheadercol2 {
    height: 450px;
}

.menuheadercol2 {
    background: url('../../img/royal-club_menu.jpg') no-repeat center center;
    background-size: cover; 
}

.menuheadertext {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 100px;
    padding: 100px 0 0 15px;
    color: #f3ecd4;
}

.menucategory {
    padding: 20px;
}

.menutitlebar {
    padding: 20px 20px 16px;
}

.menutitlebar h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
}

.bar-yellow {
    background-color: #f2c845;
}

.bar-blue {
    background-color: #bed5bb;
}

.bar-green {
    background-color: #005456;
    color: #f3ecd4;
}

.bar-darkyellow {
    background-color: #ebb035;
}

.bar-autentici {
    background: #f2c845 url("../../img/bollini-menu/autentici.webp") no-repeat;
    background-size: 50px auto;
    background-position: top right 10px;
}

.menucontent h2 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 36px;
    padding-top: 30px;
    display: inline-block;
}

.menucontent p {
    font-family: sf_compact_display_regular, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
}

.menucontent strong {
    font-family: sf_compact_display_bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.menucontent img {
    height: 53px;
    vertical-align: bottom;
    margin-left: 25px;
}

.menupatatine {
    background-color: #ebb035;
    padding: 20px 20px 16px;
}

.menusweet {
    background-color: #513b21;
    padding: 20px 20px 16px;
}

.menupatatine h2 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

.menupatatine strong {
    font-family: sf_compact_display_bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.menupatatinetext1 {
    font-family: sf_compact_display_regular, Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 5px;
}

.menupatatinetext2 {
    font-family: sf_compact_display_regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.menusweet h2 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 35px;
    font-weight: 400;
    color: #f5cb45;
    padding-top: 13px;
}

.menusweet h2 span {
    font-size: 25px;
    line-height: 25px;
    color: #f1eed9;
    display: inline-block;
}

.menusweet p {
    font-family: sf_compact_display_regular, Arial, Helvetica, sans-serif;
    color: #f1eed9;
    font-size: 22px;
    line-height: 22px;
}

.menusweet p span {
    color: #f5cb45;
} 

.menurowpdf {
    background-color: #5d799b;
}

.menurowpdf h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #f3ecd4; 
}

.menubtnpdf {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #482d1b;
    background-color: #fbc702;
    margin: 20px 0 0 0;
}

.menubtnpdf:hover {
    background-color: #ffd655;
}

.menubtnlink {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #f3ecd4;
    background-color: transparent;
    border: 1px solid #f3ecd4;
    margin-top: 20px;
}

.menubtnlink:hover {
    color: #fff;
    border: 1px solid #fff;
}

@media (min-width: 768px) { /* md */
    .menurowpdf h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .menubtnpdf {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 30px;
        margin: 30px 20px 0 0;
    }

    .menubtnlink {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 30px;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .menuheadercol1, .menuheadercol2 {
        height: auto;
    }

    .menuheader {
        height: 740px;
    }
    
    .menuheadertext {
        font-size: 140px;
        line-height: 140px;
        padding: 250px 0 0 50px;
    }

    .menucategory {
        padding: 80px 50px 0;
    }

    .menutitlebar {
        padding: 25px 30px 21px;
    }

    .menutitlebar h1 {
        font-size: 72px;
        line-height: 72px;
    }

    .menucontent h2 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 40px;
    }
    
    .menucontent p {
        font-size: 26px;
        line-height: 26px;
    }

    .bar-autentici {
        background-size: 76px auto;
        background-position: top right 35px;
    }

    .menupatatine, .menusweet {
        padding: 20px 20px 16px 35px;
    }
    
    .menupatatine h2 {
        font-size: 72px;
        line-height: 72px;
        padding-top: 30px;
    }

    .menupatatinetext1 {
        font-size: 29px;
        line-height: 29px;
    }
    
    .menupatatinetext2 {
        font-size: 20px;
        line-height: 20px;
    }

    .menusweet p {
        font-size: 29px;
        line-height: 29px;
    }

    .menusweet h2 {
        font-size: 72px;
        line-height: 72px;
        padding-top: 20px;
    }

    .menusweet h2 span {
        display: inline;
    }
}


/*********** PROGETTO *************/
.progheadercol1 {
    height: 480px;
    background-color: #f2c845;
}

.progheadercol2 {
    background: url('../../img/progetto_header.jpg') no-repeat center center;
    background-size: cover;
    height: 480px; 
}

.progheadertext {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 100px;
    padding: 100px 0 0 15px;
    color: #482d1b;
}

.progheadertext span {
    background-color: #f3ecd4;
}

.progrow1 h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    padding: 40px 15px 40px;
}

.progrow1 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-align: justify;
    padding: 0 15px; 
}

.progrow2, .progrow4, .progrow6 {
    background-color: #f2c845; 
}

.progrow2 h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 100px;
    margin: 0;
    padding: 0 15px;
}

.progrow3 {
    background-color: #482d1b;
}

.progrow3col1 {
    height: 500px;
}

.progrow3col2 {
    background: url('../../img/progetto_founder.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;     
}

.progrow3 h2, .progrow4 h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    color: #f2c845;
    font-size: 35px;
    line-height: 38px;
    padding: 10px 15px;
}

.progrow3 p, .progrow4 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    color: #f3ecd4;
    font-size: 24px;
    line-height: 26px;
    padding: 0 15px;
}

.progrow3 p strong, .progrow4 p strong {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.insegna {
    background: url('../../img/progetto_insegna.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;     
}

.progrow5 {
    background-color: transparent;
}

.progrow5 h2 {
    margin-top: 20px;
}

.progtoastino {
    max-width: 280px;
}

.progturbo1 { background: url('../../img/progetto-indextoast/toast1.svg') no-repeat center left; }
.progturbo2 { background: url('../../img/progetto-indextoast/toast2.svg') no-repeat center left; }
.progturbo3 { background: url('../../img/progetto-indextoast/toast3.svg') no-repeat center left; }
.progturbo4 { background: url('../../img/progetto-indextoast/toast4.svg') no-repeat center left; }
.progturbo5 { background: url('../../img/progetto-indextoast/toast5.svg') no-repeat center left; }
.progturbo6 { background: url('../../img/progetto-indextoast/toast6.svg') no-repeat center left; }

.progturbo {
    background-size: 80px;
}

.progturboinner {
    display: block;
    background-color: #f2c845;
    border-radius: 30px;
    padding: 20px 20px 20px 60px;
    z-index: -1;
    position: relative;
    margin: 10px 10px 10px 30px;
}

.progturbo p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    color: #4d2b17;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}

.progturbo p strong {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.progrow6 div {
    margin-left: 15px;
}

.progrow6 h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    color: #f2c845;
    font-size: 35px;
    line-height: 38px;
    padding: 30px 15px 30px 0;
}

.progrow6 h3 {
    background-color: #5d799b;
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #f3ecd4;
    display: inline;
    padding: 0 5px;
    margin-top: 20px;
    box-decoration-break: clone;
}

.progrow6 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    color: #4d2b17;
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    padding-right: 15px;
}

.progtextbubble {
    display: block;
    background-color: #f3ecd4;
    font-size: 26px;
    line-height: 26px;
    padding: 20px;
    border-radius: 30px;
    margin-right: 30px;
}

.outerprogtitle {
    background-color: #5d799b;
    margin-left: 0 !important;
    padding: 5px;
    width: 260px;
}

@media (min-width: 768px) { /* md */
    .progrow6 div {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .progheadercol1, .progheadercol2 {
        height: auto;
    }

    .progheadertext {
        font-size: 120px;
        line-height: 140px;
        padding: 150px 0 0 50px;
    }

    .progrow1 h2 {
        padding: 50px 50px 30px;
    }

    .progrow1 p {
        padding: 0 50px 30px; 
    } 

    .progrow2 h1 {
        text-align: center;
        font-size: 110px;
        line-height: 130px;
    }

    .progrow3 {
        height: 740px;
    }
    
    .progrow3col1, .progrow3col2 {
        height: auto;
    }

    .progrow3 h2 {
        font-size: 50px;
        line-height: 50px;
        padding: 10px 50px 50px;
    }

    .progrow3 p, .progrow4 p {
        font-size: 28px;
        line-height: 32px;
        padding: 8px 50px;
    }

    .progrow4 h2 {
        font-size: 50px;
        line-height: 50px;
        padding: 10px 50px 30px;
    }

    .progtoastino {
        max-width: 330px;
        margin-right: 100px;
    }

    .progturboinner {
        min-height: 150px;
        padding: 0 30px 0 70px;
    }

    .progturbo p {
        font-size: 28px;
        line-height: 30px;
    }

    .progrow5 h2 {
        margin-bottom: 50px;
    }

    .progrow6 h2 {
        font-size: 50px;
        line-height: 50px;
        padding: 50px;       
    }

    .progrow6 p {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 0 0;
    }

    .progrow6 .progtextbubble {
        font-size: 26px;
        line-height: 28px;
        padding: 30px;
        border-radius: 30px;
        margin-right: 50px;
    }
}


@media (min-width: 1400px) {
    .progheadertext {
        padding: 250px 0 0 50px;
    }

    .progrow6 h3 {
        margin-left: 50px;
    }

    .progrow6 p {
        margin-left: 50px;
    }       
}


/*********** TOASTERIE *************/
.toastheadercol1 {
    height: 450px;
}

.toastheadercol2 {
    background-color: #f2c845;
    height: 450px;
}

.toastheadercol1 h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 100px;
    padding-top: 100px;
    color: #f2c845;
}

.toastheadercol1 h1 span {
    color: #482d1b;
}

.toastheadercol2 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
}

.toastheadercol2 p strong {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.toastbtn {
    background-color: transparent;
    color:#482d1b;
    border: 1px solid #482d1b;
}

.toastbtn:hover {
    color: #724c33;
    border: 1px solid #724c33;
    background-color: transparent;
}

/* 5 columns bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#store {
    margin-top: 100px;
}

.storelist {
  height: 320px;
}

.storelist h1 {
  display: inline-block;
  background-color: #f4ca45;
  color: #482d1b;
  font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.storelist h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.storelist h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 10px;
}

.storebutton {
  display: block;
  margin: 7px 0 0;
  color: #482d1b;
  text-decoration: none;
  line-height: 16px;
  font-size: 16px;
}

.glyphicon {
  font-size: 0.8em;
  padding-right: 5px;
}

.storebutton .fa {
  font-size: 1em;
  padding: 0 7px 0 5px;
}

.storebutton:hover, .storebutton:focus {
  text-decoration: none;
  color: #724c33;
}

.storebutton .iconbox {
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 0;
}

.numstores {
  color: #FFF;
  font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
  font-size: 200px !important;
  line-height: 200px;
  margin: 0; 
  font-weight: 400;
}

.numstorescol {
  position: relative;
  top: -60px;
}

.textstores1 {
  margin-top: 20px;
}

.textstores1 h1 {
  font-size: 58px;
  line-height: 50px;
}

.textstores2 {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  padding: 0 20px;
}

.deliverybutton, .deliverybutton-empty {
  display: inline-block;
  border: 1px solid #482d1b;
  padding: 0 10px 2px;
  font-size: 16px;
  margin: 0 8px 8px 0;
  border-radius: 20px;
  text-decoration: none;
  color: #482d1b; 
}

.deliverybutton:hover {
  color: #FFFFFF;
}

@media (min-width: 992px) {
    .toastheader {
        height: 740px;
    }

    .toastheadercol1, .toastheadercol2 {
        height: auto;
    }

    .toastheadercol1 h1 {
        font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
        font-size: 140px;
        line-height: 140px;
        padding-top: 190px;
    }

    .toastheadercol1 h1 span {
        font-size: 180px;
    }

    .toastheadercol2 {
        padding: 0 70px;
    }

    .toastheadercol2 p {
        font-size: 28px;
        line-height: 30px;
        margin-top: 70px; 
    }
}


/*********** CONTATTI *************/

.contatticol1 h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 100px;
    padding: 100px 0 0 15px;
    color: #f2c845;
}

.contatticol1 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
}

.contatticol1 p strong {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.contatticol1 a {
    color: #4d2b17;
    text-decoration: underline;
}

.contatticol1 a:hover {
    color: #4d2b17;
    text-decoration: underline;
}

.contattitoastino {
    width: 80%;
    max-width: 300px;
    margin: 90px auto 0;
    display: block;
}


.contactform {
    margin: 20px 0 10px;
}

.contactform .form-group {
    margin-bottom: 20px;
}

.contactform button {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    background-color: #005456;
    color: #f6edd1;
    border: none;
    width: 80%;
    display: block;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
    margin: 0 auto;
}

.contactform button:focus {
    outline: none;
    color: #f6edd1;
    background-color: #007376;
}

#result {
    width: 100%;
    height: auto;
    background: none;
}

#result span {
    display: block;
}

#result .fa {
    margin-right: 10px;
}

#result .error {
    padding: 10px;
    background-color: #fff1c4;
    text-align: center;
}

#result .error .fa {
    color: #e33a3a;
}

#result .success {
    padding: 10px;
    background-color: #fff1c4;
    text-align: center;
}

#result .success .fa {
    color: #4d2b17;
}

.form-control {
    border-radius: 15px;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid #4d2b17;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 #000000;
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #4d2b17;
}

.form-control::placeholder {
    color: #4d2b17;
}

.form-control:focus {
    background-clip: border-box;
    border: 1px solid #4d2b17;
    box-shadow: 0 0 0 #000000;
    background: #fffbed;
    color: #4d2b17;
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
}

.form-control option {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;   
}
  
@media (min-width: 992px) {
    .contatticol1 h1 {
        font-size: 140px;
        line-height: 140px;
        padding: 180px 0 0 50px;    
    }

    .contatticol1 p {
        font-size: 28px;
        line-height: 30px;
        margin-top: 70px;
        padding-left: 50px;
        padding-right: 50px;  
    }

    .contatticol2 {
        padding: 180px 80px 0 50px; 
    }

    .contattitoastino {
        margin: 90px auto 110px;
    }
}


/*********** FRANCHISING *************/
.franheadercol1 {
    height: 600px;
}

.franheadercol2 {
    height: 450px;
}

.franheadercol2 {
    background: url('../../img/franchising_header.jpg') no-repeat center center;
    background-size: cover; 
}

.franheadercol1 h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 38px;
    padding: 10px 15px;
}

.franheadercol1 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding: 0 15px;   
}

.franh1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 75px;
    margin: 0 0 0 15px;
}

.franp1 {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding: 0 15px;
}

.toastinofran {
    width: 60%;
    max-width: 350px;
    margin-top: 30px;
}

.frantextbubble {
    background-color: #5d799b;
    border-radius: 50px;
    padding: 20px;
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #f6edd1;
    margin-left: 0px;
    margin-top: 30px;
    font-weight: 400;
}

.frantextbubble h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    color: #f2c845;
    font-size: 60px;  
}

.franrow2 {
    min-height: 500px;
}

.franrow2col1 {
    background: url('../../img/franchising_store.jpg') no-repeat center center;
    background-size: cover;
    height: 250px;
}

.franrow2col2 {
    background-color: #f2c845;
    height: 300px;
}

.franrow2col2 h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
}

.franrow2col2 p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
}

.franrow3 {
    background-color: #bed5bb;
}

.franrow3 h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 100px;
    margin: 0;
    padding: 0 15px;
}

.franrowcards {
    background-color: #bed5bb;
    padding: 30px 0;
}

.franrowcards .card {
    border-radius: 25px;
    background-color: #f3ecd4;
}

.franrowcards .card-img-top, .franrowcards .card-img-bottom {
    width: 95%;
    margin: 10px auto;
}

.franrowcards .card-body {
    padding: 30px 5px;
}

.franrowcards .card-title {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #4d2b17;
}

.franrowcards .card-text {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #4d2b17
}

.franrow4 h1 {
    font-family: cheddar_gothic_sansregular, Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 75px;
    margin: 0;
    padding: 0 15px;
}

.franrow4 h1 span {
    background-color: #f2c845;
}

.franrow4 h3 {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    padding-left: 15px;
    margin: 20px 0;
}

.franrow5bubble {
    background-color: #f2c845;
    border-radius: 30px;
    margin: 10px 15px;
    padding: 20px;
}

.franrow5bubble h2 {
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
}

.franrow5bubble p {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
}

.franrow6col1 {
    background-color: #567a9f;
}

.franrow6col1 a {
    color: #f3ecd4;
}

.franrow6col2 {
    background: url('../../img/franchising_genuino.jpg') no-repeat center center;
}

.fran7 {
    padding: 30px;
    margin: 10px;
}

.fran7 p {
    font-family: marr_sans_cond_websemibold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.franliste h3 {
    padding: 0 15px;
    font-family: marr_sans_cond_webbold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
}

.franliste ul {
    font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
}

.franliste > ul {
    padding: 0 15px 0 38px;
}

.franliste li {
    margin-bottom: 15px;
}

.franlistehr {
    margin: 30px 15px 30px;
}

.franlistenote {
    padding: 0 15px;
}

.formframe {
    width: 100%; 
    height: 2250px;
    margin: 40px auto;
    display: block;
}

.franvideo {
    padding-left: 30px;
    padding-right: 30px;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 30px;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


@media (min-width: 992px) {
    .franheadercol1, .franheadercol2, .franrow2col1, .franrow2col2 {
        height: auto;
    }

    .franheadercol1 h2 {
        font-size: 50px;
        line-height: 50px;
        padding: 10px 50px 50px;
    }

    .franheadercol1 p {
        font-size: 28px;
        line-height: 32px;
        padding: 8px 50px;
    }

    .franh1 {
        font-size: 110px;
        line-height: 130px;
        margin-left: 50px;
    }

    .franp1 {
        font-size: 28px;
        line-height: 32px;
        padding: 8px 50px;   
    }

    .toastinofran {
        width: 100%;
    }

    .frantextbubble {
        padding: 40px;
        font-size: 28px;
        line-height: 30px;
        margin-left: 50px;
        margin-top: 50px;
    }

    .frantextbubble h1 {
        font-size: 110px;
        line-height: 130px;
    }

    .franrow2col2 h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .franrow2col2 p {
        font-family: marr_sans_cond_webregular, Arial, Helvetica, sans-serif;
        font-size: 28px;
        line-height: 32px;
    }

    .franrow3 h1 {
        font-size: 110px;
        line-height: 130px;
        padding-left: 50px;
    }

    .franrowcards {
        padding: 30px 50px 50px;
    }

    .franrowcards .card {
        border-radius: 30px;
    }

    .franrowcards .card-img-top, .franrowcards .card-img-bottom {
        margin: 14px auto;
    }

    .franrow4 h1 {
        font-size: 110px;
        line-height: 150px;
        width: 80%;
        padding-left: 50px;
    }

    .franrow4 h3 {
        width: 50%;
        padding-left: 50px;
    }

    .franrow5bubble {
        margin: 10px 50px;
        padding: 30px;
    }

    .franrow5bubble h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .franrow5bubble p {
        font-size: 28px;
        line-height: 32px;
    }

    .fran7 {
        min-height: 120px;
    }

    .franvideo {
        padding-left: 65px;
        padding-right: 65px;
    }

    .franliste h3 {
        padding: 0 50px;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .franliste ul {
        font-size: 28px;
        line-height: 32px;
    }

    .franliste>ul {
        padding: 0 50px 0 75px;
    }

    .franliste li {
        margin-bottom: 20px;
    }

    .franlistehr {
        margin: 40px 50px 50px;
    }

    .franlistenote {
        padding: 0 50px;
    }

    .formframe {
        width: 95%;
        height: 1750px;
    }

}


/*********** CLUB *************/

.clubheadercol1 {
    background: #f2c845 url('../../img/club_header.png') no-repeat center center;
    background-size: 90%;
    height: 480px;
}

.clubheadercol2 {
    height: auto;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .clubheadercol1 {
        background-size: 70%;
        height: auto;
    }

    .clubheadercol2 {
        height: auto;
        padding: 0 70px;
    }
}