@import url('https://fonts.googleapis.com/css?family=Cantata+One|Work+Sans:300,400,700,800');
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('./fonts/FranklinGothic-Book.ttf');
    /*src: url('./fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'), url('./fonts/FranklinGothic-Book.woff2') format('woff2'), url('./fonts/FranklinGothic-Book.woff') format('woff'), url('./fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('./fonts/Canela-Light.otf');
    /*src: url('./fonts/Canela-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Canela-Light.woff2') format('woff2'), url('./fonts/Canela-Light.woff') format('woff'), url('./fonts/Canela-Light.svg#Canela-Light') format('svg');*/
    font-weight: 300;
    font-style: normal;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Franklin Gothic Book', sans-serif;
    /*'Work Sans', sans-serif;*/
    color: black;
    font-size: 16px;
}

body {
    transition: all .5s ease-in-out;
}

.cantata {
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
}


/**
 * Fonts disponibles:
 * 	Cantata One regular -> 'Cantata One', serif;
 * 	Work Sans -> 'Work Sans', sans-serif;
 */


/******************************************
 * Bootstrap overwrites
 */

@media (min-width: 1200px) {
    .container {
        width: auto;
        max-width: 1910px;
    }
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.row {
    padding: 0;
    margin: 0;
}

.modal .row {
    margin-right: -15px;
    margin-left: -15px;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1 {
    margin: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 20px 0px 10px;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
}

a:hover,
a:focus {
    color: #fff;
}

.static-texts a {
    color: #000;
    text-decoration: underline;
}

.static-texts a:hover {
    color: #000;
    text-decoration: none;
}

label {
    font-weight: 400;
}

.policy-page .table-types-cookies {
	width: 100%;
}

.policy-page .table-types-cookies th,
.policy-page .table-types-cookies td {
	padding: 5px;
	border:1px solid;
}

.policy-page h3,
.policy-page h4,
.policy-page a {
    word-wrap: break-word;
}

/******************************************
 * Languages
 */

.top-header {
    padding-top: 0px;
    /*5px;*/
    /*10px;*/
    padding-bottom: 5px;
    /*10px;*/
}

.top-header .col:first-child {
    width: 30%;
    float: left;
    padding: 0px 30px;
}

.top-header .col:last-child {
    width: 70%;
    float: right;
    text-align: right;
    padding: 0px 30px;
}

.languages a {
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
}

.languages a.selected {
    text-decoration: underline;
}


/******************************************
 * Header
 */

@media (max-width: 420px) {
    #top.with_cart {
        margin-bottom: 42px;
    }
}

.header {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-top: 0px;
    /*60px;*/
    padding-bottom: 20px;
    /*33px;*/
    /*40px;*/
}

.header .col:first-child {
    width: 30%;
    float: left;
    padding: 0px 30px;
    /*
	padding-top: 51px;
	padding-left: 40px;
		*/
}

.header .col:last-child {
    width: 70%;
    float: right;
    text-align: right;
    padding: 0px 30px;
    /*
	padding: 57.4px 51px 50px 0;
	font-size: 22px;
	*/
}

@media (max-width: 860px) {
    .header .col {
        width: 100%;
    }
}

.header .web_title,
.header p.web_title {
    font-family: 'Cantata One', serif;
    font-size: 40px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
}

.header .web_subtitle,
.header p.web_subtitle {
    font-size: 25px;
    font-weight: 300;
}


/* Menu */

.header #menu_responsive_botons_down,
.header #menu_responsive_botons_up {
    display: none;
    cursor: pointer;
}

.header #menu {
    font-size: 22px;
    font-weight: 300;
}

.header #menu li::after {
    content: " · ";
}

.header #menu li:last-child::after {
    content: "";
}

.header #submenu {
    font-size: 16px;
    font-weight: 300;
}

.header #menu>li,
.header #submenu>li {
    padding: 0px;
    margin: 0px;
}

.header #menu>li.active a,
.header #submenu>li.active a {
    text-decoration: underline;
}

.header #submenu li::after {
    content: " · ";
}

.header #submenu li:last-child::after {
    content: "";
}

.header a {
    text-decoration: none;
    color: black;
}


/* Fix: submenu i responsive no apareixien correctament en amplada > 992px */

@media screen and (min-width: 992px) {
    /* #menu_responsive { display: none; } */
    #submenu {
        display: inline !important;
    }
    /* Arregla "reservation online" trencat en EN - FR */
    .barraHoritzontal .col-sm-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .header p:nth-child(2n+1),
    .header p {
        font-size: 20px;
    }
    .header p.web_title {
        font-size: 40px;
    }
    .header h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 500px) {
    .menus_box {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


/******************************************
 * Barra horitzontal
 */

.barraHoritzontal {
    padding: 15px 0;
    clear: both;
    text-align: center;
}

.barraHoritzontal .col {
    display: inline-block;
    margin: 0 1%;
}

.barraHoritzontal h1 {
    margin-bottom: 10px;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 28.37px;
    color: white;
}

.barraHoritzontal {
    /*
	display: flex;
	justify-content: center;
	padding: 33px 0 23px;
	*/
}

.barraHoritzontal .col {
    display: inline-block;
    padding: 0px 20px;
}

.barraHoritzontal .element_horizontal {
    display: inline;
    vertical-align: middle;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}

.barraHoritzontal .element_horizontal span {
    white-space: nowrap;
}

.barraHoritzontal img {
    width: 50px;
    margin-right: 8px;
}


/******************************************
 * Sticky header
 */


/*
#top {
	background: #ffffff;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 1s ease-in-out;
}
.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 1;
}
.sticky .top-header { display: none; }
.sticky .header { padding: 15px 0px; }
.sticky .header .web_title { font-size: 30px; }
.sticky .header .web_subtitle { font-size: 20px; line-height: 15px; }
.sticky .header #menu { font-size: 18px; }
.sticky .header #submenu { font-size: 14px; }
*/


/******************************************
 * Footer
 */

.footer {
    color: white;
}


/*
.footer .footer-image1 {
	height: 31.25vw;
	overflow: hidden;
}
*/

.footer .footer-image1 img {
    width: 100%;
}

.footer .footer_bar1 {
    padding: 30px 0;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.footer .col-sm-4 .block_title {
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.footer .logoCompartir .block_title {
    padding: 15px 0 0;
    font-size: 40px;
}

.footer .logoCompartir p {
    font-size: 25px;
    line-height: 1;
}

@media (max-width: 991px) {
    .footer .footer_bar1 {
        font-size: 14px;
    }
    .footer .col-sm-4 .block_title {
        font-size: 18px;
    }
    .footer .logoCompartir .block_title {
        font-size: 30px;
    }
    .footer .logoCompartir p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .footer>.container>.footer_bar1>.col-sm-4 {
        margin-bottom: 30px;
    }
    .footer>.container>.footer_bar1>.col-sm-4:last-child {
        margin-bottom: 0px;
    }
    .footer .banners {
        display: flex;
        flex-direction: column;
    }
}

.footer .footer_bar2 {
    font-size: 12px;
    padding: 15px 0;
}

.footer .footer-image2 img {
    width: 100%;
}

.footer .banners-desktop {
	display: flex;
}

.footer .banners-mobile {
	display: none;
}

.footer #map {
    height: 493px;
}

.footer #map img {
    object-fit: cover;
    height: 100%;
}

.footer .footer_bar2>div {
    vertical-align: middle;
}

.footer .footer_bar2 p {
    /*margin-top: 50px;*/
}

.footer .social-media {
    font-size: 38px;
    /*margin: 25px 0 0 95px;*/
}

.footer a,
.footer .social-media a {
    color: #fff;
}

.footer .banners {
    text-align: right;
}

.footer .banners a {
    display: inline-block;
    max-width: 19.5%;
}


/*
 * Ajustament de logos
 **/

.footer .banners img {
    /*height: 86px;
	margin: 0 1vw;*/
}

.footer .banners img:nth-child(2) {
    height: 76px;
}

.footer .banners img:nth-child(3) {
    height: 112px;
}

.footer .banners img:nth-child(5) {
    height: 41px;
}

@media (max-width: 991px) {
    .footer .footer_bar2>div {
        text-align: center;
    }
    .footer .social-media {
        float: none !important;
    }
}

@media (max-width: 767px) {
	.footer .banners-desktop {
		display: none;
	}
	
	.footer .banners-mobile {
		display: flex;
	}
	
    .footer .banners a {
        max-width: 100%;
    }
	
	.footer .banners img {
		max-height: 86px;
		width: 80%;
	}
}


/******************************************
 * Cookies
 */

#cookies {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 5px 0 5px 0;
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-size: 0.65em;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: center;
}

#cookies a {
    color: #666666;
}


/******************************************
 * Global
 */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.o-hidden {
    overflow: hidden;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.relative {
    position: relative;
}

.hide {
    display: none !important;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inlineblock {
    display: inline-block;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.thin {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.ultra {
    font-weight: 800;
}

.btn-secondary {
    color: #000;
}

.btn {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    /*background-color: #57bec5;*/
    color: #fff;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
}

.btn-secondary {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    /*background-color: #57bec5;*/
    color: #fff;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.oneline {
    white-space: nowrap;
}


/******************************************
 * Modal
 */

.modal-dialog {
    width: 60%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog .modal-header {
    border: none;
}

.modal-dialog .modal-footer {
    border: none;
}

.modal-dialog .modal-content {
    background-color: #9bcecb;
    border-radius: 0px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.modal-dialog .modal-content .modal-body {
    padding: 4vh 4vw;
}

.modal-dialog .modal-content .modal-title,
.modal-dialog .modal-content h1,
.modal-dialog .modal-content h2 {
    font-family: 'Cantana One', serif;
    /*margin: 0;*/
    line-height: 1;
}

.modal-dialog .modal-content h2 {
    font-size: 32px;
    margin-bottom: 62px;
}

.modal-dialog .modal-content h1>span {
    font-size: 2em;
}

.modal-dialog .modal-content input {
    color: #000;
    border: none;
    text-align: center;
}

.modal-dialog .modal-content input[type="number"] {
    font-size: 2em;
}

.modal-dialog .modal-content span.customSize {
    float: none;
    font-size: 1.5em;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
}


/*************
 * Modal offer
 */

#modal-offer .modal-dialog {
    width: 40%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#modal-offer .modal-dialog .modal-content {
    background-color: #fff;
    color: #333;
    /*#9bcecb;*/
}

#modal-offer .modal-dialog .modal-body p {
    text-align: justify;
}

#modal-offer .modal-dialog .modal-body p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: 0.8;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    /*color: #66a6d3;*/
}

#modal-offer .modal-dialog .modal-body .btn {
    background-color: #57bec5;
}


/******************************************
 * Carousel
 */


/*
.carousel { height: 100%; }
.carousel .carousel-inner { height: 100%; }
.carousel .carousel-inner .item { height: 100%; }
.carousel .carousel-inner .item img { width: 100%; height: 100%!important; }
*/

.carousel .carousel-item>iframe {
    width: 100%;
    height: 100vh;
    margin-bottom: -6px;
}

.carousel .carousel-item>video {
    width: 100%;
    height: 100%;
    margin-bottom: -8px;
}

.carousel-control {
    bottom: 0%;
    /*top: 100%;*/
}

.carousel-control.left .plus i {
    margin-left: -7px;
}

.carousel-control.right .plus i {
    margin-right: -7px;
}

.block-ajust-image img {
    height: 100% !important;
    object-fit: cover;
}

.block-ajust-image video {
    object-fit: cover;
}

.block-ajust-image iframe {}

.block-ajust-image .carousel,
.block-ajust-image .carousel .carousel-inner,
.block-ajust-image .carousel .carousel-inner>.carousel-item {
    height: 100%;
}


/******************************************
 * BLocks
 */

.blocks {
    color: #fff;
}

.blocks>.row {
    height: 50vh;
    font-weight: 200;
    position: relative;
}

.blocks>.row>div {
    height: 100%;
}

.blocks>.row>div.center-flex>div {
    width: 100%;
}

.blocks .row .block-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blocks .row.odd .block-info {
    /*float: right;*/
    position: absolute;
    right: 0px;
}

@media (max-width: 1540px) {
    .header #menu {
        font-size: 20px;
    }
}

@media (max-width: 1460px) {
    .header #menu {
        font-size: 19px;
    }
}

@media (max-width: 1340px) {
    .header #menu {
        font-size: 18px;
    }
    .header #submenu {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .header #menu {
        font-size: 17px;
    }
    .header #submenu {
        font-size: 15px;
    }
}

@media (max-width: 1210px) {
    .blocks>.row {
        height: 65vh;
    }
    .barraHoritzontal .element_horizontal {
        font-size: 15px;
    }
    .header #menu {
        font-size: 16px;
    }
    .header #submenu {
        font-size: 14px;
    }
}

@media (max-width: 1175px) {
    .header #menu {
        font-size: 15px;
    }
    .header #submenu {
        font-size: 12px;
    }
}

@media (max-width: 1080px) {
    .header #menu {
        font-size: 14px;
    }
    .header #submenu {
        font-size: 12px;
    }
}

@media (max-width: 1015px) {
    .header #menu {
        font-size: 13px;
    }
    .header #submenu {
        font-size: 12px;
    }
    .header p.web_title {
        font-size: 32px;
    }
    .header p.web_subtitle {
        font-size: 18px;
        margin-top: -10px;
    }
}

@media (max-width: 991px) {
    .blocks>.row {
        height: 200vh;
    }
    .blocks>.row>div {
        height: 100vh;
    }
    .blocks .row .block-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blocks>.row.odd .block-info {
        position: relative;
        /*float: none;*/
    }
    .header {
        padding-bottom: 10px;
    }
    .header #menu {
        font-size: 18px;
    }
    .header #submenu {
        font-size: 14px;
    }
    /* 20210129 - marga - canvis menú responsive demanat pels clients
    .header #submenu li {
        display: list-item !important;
    }
  
    .header #submenu {
        display: none;
	}


    .header #submenu li:after {
        content: "";
    }
*/
    .header #menu_responsive {
        display: block;
    }
    .header #menu_responsive_botons_down {
        display: block;
    }
    .header p.web_title {
        font-size: 30px;
    }
    .header p.web_subtitle {
        font-size: 20px;
        margin-top: -10px;
    }
    .header div {
        text-align: center !important;
    }
    .top-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .top-header .languages {
        text-align: center !important;
    }
    .barraHoritzontal img {
        width: 35px;
    }
}

@media (max-width: 767px) {
    .blocks>.row {
        min-height: auto;
        /*200vh;*/
        height: auto;
    }
    .blocks>.row>div {
        min-height: 100vh;
        height: auto;
    }
    .blocks>.row>div.block-media {
        min-height: auto;
    }
    .blocks>.row.odd .block-info {
        position: relative;
        /*float: none;*/
    }
    /*.blocks .row .block-media { height: auto; }*/
}

@media (max-width: 610px) {
    .barraHoritzontal img {
        display: none;
    }
    .barraHoritzontal {
        padding: 10px 0;
    }
    .header div.ml30 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 558px) {
    .blocks>.row {
        min-height: auto;
        /*200vh;*/
        height: auto;
    }
    .blocks>.row>div {
        min-height: 100vh;
        height: auto;
    }
    .blocks>.row.odd .block-info {
        position: relative;
        /*float: none;*/
    }
    /*.blocks .row .block-media { height: auto; }*/
}

.blocks article:nth-child(3n+1) .block-info,
.blocks .row:nth-child(3n+1) .block-info {
    background: rgba(155, 206, 203, 1);
}

.blocks article:nth-child(3n+2) .block-info,
.blocks .row:nth-child(3n+2) .block-info {
    background: rgba(87, 190, 197, 1);
}

.blocks article:nth-child(3n+0) .block-info,
.blocks .row:nth-child(3n+0) .block-info {
    background: #66a6d3; /*rgba(15, 180, 231, 1);*/
}

.blocks article:nth-child(3n+1) .block-info .btn-secondary,
.blocks .row:nth-child(3n+1) .block-info .btn-secondary {
    background: #ffffff;
    color: rgba(155, 206, 203, 1);
}

.blocks article:nth-child(3n+2) .block-info .btn-secondary,
.blocks .row:nth-child(3n+2) .block-info .btn-secondary {
    background: #ffffff;
    color: rgba(87, 190, 197, 1);
}

.blocks article:nth-child(3n+0) .block-info .btn-secondary,
.blocks .row:nth-child(3n+0) .block-info .btn-secondary {
    background: #ffffff;
    color: rgba(15, 180, 231, 1);
}

@media (max-width: 558px) {
    .blocks .block-info .btn-secondary,
    .blocks .block-info .btn {
        width: 100%;
    }
}

.blocks h1,
.blocks h2 {
    font-family: 'Cantana One', serif;
    margin: 0;
    line-height: 1;
    padding-top: 0px;
}

.blocks h1 {
    font-size: 40px;
}

.blocks h1 span {
    font-size: 1.5em;
}

.blocks h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.blocks p {
    /* margin-top: 35px; */
}

.blocks .textPadding {
    /* padding-top: 266px; */
}

.textPadding {
    padding: 0 4vw;
}

.blocks img {
    height: 100%;
    width: 100%;
}

.blocks video,
.blocks iframe {
    height: 100%;
    width: 100%;
}

.blocks iframe.bookings-engine {
    height: auto;
}

.blocks span.customSize {
    float: none;
    font-size: 2em;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
}


/******************************************
 * Grid
 */


/*****************************************
 * Grid
 */

.grid {}

.grid .grid-elem {
    position: relative;
    padding: 0px;
    float: left;
    width: 20%;
    /*16.66666667%;*/
    padding-bottom: 20%;
    /*16.66666667%;*/
}

.grid .grid-elem.col-md-2 {
    padding-bottom: 16.66666667%;
}

.grid .grid-elem.col-md-3 {
    padding-bottom: 25%;
}

.grid .grid-elem.col-md-4 {
    padding-bottom: 33.33333333%;
}

.grid .grid-elem.col-md-6 {
    padding-bottom: 50%;
}

@media (max-width: 1200px) {
    .grid .grid-elem {
        width: 25%;
        padding-bottom: 25%;
    }
}

@media (max-width: 767px) {
    .grid .grid-elem {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media (max-width: 500px) {
    .grid .grid-elem-empty {
        display: none;
    }
/*
    .grid .grid-elem {
        width: 100%;
        padding-bottom: 100%;
    }
*/
}

.grid .grid-elem:nth-child(3n+1) {
    background: #9bcecb;
}

.grid .grid-elem:nth-child(3n+2) {
    background: #57bec5;
}

.grid .grid-elem:nth-child(3n+0) {
    background: #0fb4e7;
}

.grid .grid-elem.element-color-0 {
    background: #9bcecb;
}

.grid .grid-elem.element-color-1 {
    background: #57bec5;
}

.grid .grid-elem.element-color-2 {
    background: #66a6d3; /*#0fb4e7;*/
}

.grid .grid-elem .profile {
    position: absolute;
}

.grid .grid-elem .grid-elem-info {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.4);
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.grid .grid-elem .grid-elem-info h1 {
    font-family: 'Cantana One', serif;
    margin: 0;
    line-height: 1;
}

.grid .grid-elem:hover .grid-elem-info {
    display: flex;
}


/******************************************
 * Pages
 */

.full_page {
    min-height: 100vh;
}


/* .full_page .carousel img { max-height: 100vh; } */


/******************************************
 * Restaurant Cover
 */

#restaurant-cover.cover .row {
    position: relative;
}

#restaurant-cover.cover .box {
    border: 3px solid #66a6d3;
    /*#65B2E4;*/
    margin: auto;
    width: 400px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    padding: 5% 6%;
    /*margin-bottom: 70px;*/
    position: relative;
    /* background: rgba(255, 255, 255, 0.5); */
}

#restaurant-cover.cover .box * {
    font-size: 1.5em;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #000;
}

#restaurant-cover.cover .box p {
    font-size: 0.75em;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 50%;*/
    /*margin-top: -67px;*/
    bottom: 50%;
	margin-bottom: -41px;
}

#restaurant-cover.cover .box img {
    position: relative;
    width: 320px;
    left: -20px;
}

#restaurant-cover.cover .block-text {
    text-align: justify;
    padding-right: 3.6vw;
    padding-left: 3.6vw;
}

#restaurant-cover.cover .block-text p {
    margin-bottom: 1vw;
    line-height: 1.2;
}

#restaurant-cover.cover .block-text span {
    float: left;
    font-size: 6.2vw;
    line-height: 0.9;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
}

#restaurant-cover.cover .greatChar {
    color: black;
    font-size: 32.5vw;
    line-height: 0px;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    /* left: 73.5vw; */
    right: 2vw;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 450px) {
    #restaurant-cover.cover .box {
        width: 300px;
        height: 300px;
    }
}


/******************************************
 * Statics sections
 */

.static-texts h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.static-texts h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.static-texts p {
    text-align: justify;
    font-size: 16px;
}

.static-texts ul {
    font-size: 16px;
}


/******************************************
 * Helper classes
 */

.form-mssg {
    display: none;
    text-align: center;
}

.error_msg {
    display: block;
    color: #c20a06;
    font-size: 12px;
}

.greatChar {
    color: #66a6d3;
    /*#65B2E4;*/
    font-size: 32em;
    position: absolute;
    z-index: -1;
}

.main_color {
    background: #66a6d3;
    /*#65B2E4;*/
    color: white;
}

.block_header_color1 {
    background: #56BEC5;
    color: white;
}

.block_header_color2 {
    background: #9bcecb;
    color: white;
}

.block_header_color3 {
    background: #0fb4e7;
    color: white;
}

.footer_color {
    background: #9bcecb;
    color: white;
}

.plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white !important;
    font-size: 20px !important;
    line-height: 28px;
    border-radius: 100%;
    font-family: 'Work Sans', sans-serif !important;
}

.play_button {
    width: 75px;
    height: 75px;
    background-size: 75px;
    background-image: url('../img/play.png');
    display: inline-block;
}

@media (max-width: 450px) {
    .play_button {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
}

.address {
    padding: 20px;
    background-color: #efefef;
}

.address .resume_title {
    /*border-bottom: 1px solid #8a8a8a;*/
    margin: 15px 0px 0px 0px;
    color: #8a8a8a;
}

.address .resume_box {
    border: 1px solid #8a8a8a;
    padding: 10px 20px;
}

.address p {
    margin-bottom: 2px;
}

.address hr {
    border-color: #000;
}

.transparent_bg {
    background: transparent !important;
}

.justifyAlign {
    text-align: justify;
}

.centerAlign {
    text-align: center;
}

span.grid_button,
a.grid_button {
    position: absolute;
    bottom: 3.2vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: 'Work Sans', serif;
    font-weight: 200;
    font-size: 40px !important;
    text-shadow: none;
}

span.grid_button i.fa-angle-left,
a.grid_button i.fa-angle-left {
    margin-left: -5px;
}

span.grid_button i.fa-angle-right,
a.grid_button i.fa-angle-right {
    margin-right: -5px;
}

a.grid_button:hover {
    text-decoration: none;
}

@media (max-width: 1200px) {
    span.grid_button,
    a.grid_button {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px !important;
    }
}

@media (max-width: 450px) {
    span.grid_button,
    a.grid_button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px !important;
    }
}

.capitalize-text p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: 0.8;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    /*color: #66a6d3;*/
}

.greatLetter {
    font-size: 5em;
    float: left;
    line-height: 0.8;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.marginTop {
    margin-top: 85px;
}

.text-shadow {
    text-shadow: 1px 1px #000;
}


/* Custom opacities */

.op0 {
    opacity: 0;
}

.op10 {
    opacity: 0.1;
}

.op20 {
    opacity: 0.2;
}

.op30 {
    opacity: 0.3;
}

.op40 {
    opacity: 0.4;
}

.op50 {
    opacity: 0.5;
}

.op60 {
    opacity: 0.6;
}

.op70 {
    opacity: 0.7;
}

.op80 {
    opacity: 0.8;
}

.op90 {
    opacity: 0.9;
}

.op1 {
    opacity: 1;
}


/* Fon sizes */

.fs0 {
    font-size: 0px;
}

.fs1 {
    font-size: 1px;
}

.fs2 {
    font-size: 2px;
}

.fs3 {
    font-size: 3px;
}

.fs4 {
    font-size: 4px;
}

.fs5 {
    font-size: 5px;
}

.fs6 {
    font-size: 6px;
}

.fs7 {
    font-size: 7px;
}

.fs8 {
    font-size: 8px;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fs31 {
    font-size: 31px;
}

.fs32 {
    font-size: 32px;
}

.fs33 {
    font-size: 33px;
}

.fs34 {
    font-size: 34px;
}

.fs35 {
    font-size: 35px;
}

.fs36 {
    font-size: 36px;
}

.fs37 {
    font-size: 37px;
}

.fs38 {
    font-size: 38px;
}

.fs39 {
    font-size: 39px;
}

.fs40 {
    font-size: 40px;
}

.fs41 {
    font-size: 41px;
}

.fs42 {
    font-size: 42px;
}

.fs43 {
    font-size: 43px;
}

.fs44 {
    font-size: 44px;
}

.fs45 {
    font-size: 45px;
}

.fs46 {
    font-size: 46px;
}

.fs47 {
    font-size: 47px;
}

.fs48 {
    font-size: 48px;
}

.fs49 {
    font-size: 49px;
}


/* Margins */

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.mr95 {
    margin-right: 95px;
}

.mr100 {
    margin-right: 100px;
}


/* Paddings */

.pb0 {
    padding-bottom: 0px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pr55 {
    padding-right: 55px;
}

.pr60 {
    padding-right: 60px;
}

.pr65 {
    padding-right: 65px;
}

.pr70 {
    padding-right: 70px;
}

.pr75 {
    padding-right: 75px;
}

.pr80 {
    padding-right: 80px;
}

.pr85 {
    padding-right: 85px;
}

.pr90 {
    padding-right: 90px;
}

.pr95 {
    padding-right: 95px;
}

.pr100 {
    padding-right: 100px;
}

.icones img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 20px;
}

.noStyleLink {
    color: inherit;
    text-decoration: none;
}

.noStyleLink:hover {
    color: inherit;
    text-decoration: none;
}

.textPadding {
    padding: 0 4vw;
}

.bkg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cover {
    position: relative;
    overflow: hidden;
    /*padding-top: 11vw;
	padding-bottom: 11vw;*/
}

.cover:after {
    clear: both;
}

.cover>.container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -200px;
}

.cover .container {
    max-width: 83.5%;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.square-title {
    position: relative;
    height: 400px;
    width: 400px;
    border: 4px solid white;
    display: table;
    background: rgba(255, 255, 255, 0.7);
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

a.square-title:hover {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    color: #2c3c4d;
    text-decoration: underline;
}

.square-title>* {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: 'Cantata One', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    color: #2c3c4d;
}

.square-title>.sub-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    text-transform: inherit;
}

.square-title a {
    color: #2c3c4d;
}

.square-description {
    background: rgba(255, 255, 255, 0.5);
    width: calc(100% - 400px);
    height: 400px;
    padding: 20px 20px 20px 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

.square-description a {
    color: black;
}

.square-description ul li {
    line-height: 18px;
    margin-bottom: 5px;
}

.square-description.capitalize-text p:first-child:first-letter {
    color: #2c3c4d;
}


/*******************************
 * Media height
 */

@media (max-height: 300px) {
    .home .cover>.container {
        position: relative;
        margin-top: 50px !important;
        top: 0%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-height: 480px) {
    .home .cover>.container {
        position: absolute;
        margin-top: -160px;
        top: 50%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-height: 580px) {
    .cover {
        min-height: 350px !important;
    }
}

@media (max-height: 700px) {
    .cover .container {
        max-width: 94.5%;
    }
    .home .cover>.container,
    .cover>.container {
        margin-top: -160px;
    }
    .square-description {
        height: 300px;
        width: calc(100% - 300px);
    }
    .square-title {
        height: 300px;
        width: 300px;
    }
    .play_button {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    #restaurant-cover.cover .box .video_text {
        font-size: 1.3em;
    }
    #restaurant-cover.cover .box {
        height: 300px;
        width: 300px;
    }
}


/*******************************
 * Media width
 */

@media (max-width: 1210px) {
    .cover .container {
        max-width: 88.5%;
    }
    .cover .square_container {
        position: absolute;
        top: 50%;
        /*transform: translate(0, -50%);*/
    }
    .home .cover>.container {
        position: absolute;
        margin-top: -210px;
        top: 50%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .square-title.float-left {
        width: 100%;
    }
    .square-description.float-left {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    .cover>.container {
        /*margin-top: -500px;*/
        position: relative;
        margin-top: 0px;
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cover .square_container {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media (max-width: 450px) {
    .home .cover>.container {
        position: relative;
        margin-top: 0px !important;
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .square-title {
        height: 300px;
        width: 300px;
    }
    .square-title>* {
        font-size: 20px !important;
    }
}

@media (max-height: 700px) and (max-width: 1210px) {
    .home .cover>.container {
        margin-top: -160px;
    }
}

input#captcha { display: none; }