.download_static_page .hero{
    padding: 50px 0 50px 0;
}
.download_static_page .bg-center {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.download_static_page .hero .logo img {
    display: inline-block;
    width: 280px;
}
.download_static_page .hero .logo {
    margin: 0 0 30px 0;
}
.download_static_page .hero h1 {
    color: #222;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 30px 0;
    padding: 0 15px;
}

.download_static_page .section-downloads h2 {
    text-align: center;
    margin: 0 0 60px 0;
    position: relative;
    font-weight: bold;
}

.download_static_page .section-downloads h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
    bottom: -15px;
    background-color: #7fc3a7;
}

.download_static_page .bg-contain {
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
}
.download_static_page .section-downloads{
    padding:0 0 90px 0;
}
.download_static_page .section-downloads .download{
    width:100%;
    margin:0 auto 30px auto;
}
.download_static_page .section-downloads .download a.preview{
    height:240px;
    width:100%;
    display:block;
    background-color:#111;
    border-radius: 5px;
    position: relative;
}
.download_static_page .section-downloads .download a.preview .mask{
    display:block;
    background-color:rgba(0,0,0,0.5);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.download_static_page .section-downloads .download a.preview .mask i{
    color:#7fc3a7;
    font-size:38px;
    line-height: 1;
    position: absolute;
    top:50%;
    margin-top:-19px;
    left:50%;
    margin-left:-19px;
}
.download_static_page .section-downloads .download .title{
    font-size:16px;
    line-height: 1;
    margin:15px 0 10px 0;
    display:block;
}
.download_static_page .section-downloads .download .title span{
    display:inline-block;
    font-size:12px;
}
.download_static_page .section-downloads .download a.preview:hover .mask{
    opacity: 1;
}
.download_static_page .section-downloads .download a.btn-download{
    color:#000;
    border:solid 1px #000;
    text-decoration: none;
    padding:15px 30px;
    display:inline-block;
    border-radius: 5px;
    font-size:16px;
    line-height: 1;
}
.download_static_page .section-downloads .download a.btn-download span{
    display:inline-block;
    font-size:12px;
}
.download_static_page .section-downloads .download a.btn-download:hover{
    background-color:#111;
    color:#fff;
}

.download_static_page .section-download{
    background-color:#7fc3a7;
    padding:60px 30px;
}
.download_static_page .section-download .download-btns a{
    border-color: #fff;
}
.download_static_page .section-download h2{
    margin: 0 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
}
@media(min-width: 768px){
    .download_static_page .section-download{
        padding: 120px 0;
    }
    .download_static_page .section-download h2{
        margin: 0 0 30px 0;
    }
}
.download_static_page .download-btns a{
    display:inline-block;
    color:#fff;
    font-size:14px;
    text-decoration: none;
    text-transform: uppercase;
    padding:15px 20px;
    border:solid 1px #7fc3a7;
    border-radius: 10px;
    width:240px;
    text-align:center;
    background-color:#7fc3a7;
    font-weight:bold;
    margin:0 2px 5px 2px;
    -webkit-box-shadow: 0px 7px 14px -11px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 14px -11px rgba(0,0,0,0.45);
    box-shadow: 0px 7px 14px -11px rgba(0,0,0,0.45);
}
.download_static_page .download-btns a:hover{
    color:#fff;
    background-color: #000;
    border-color: #000;
}
.download_static_page .download-btns a i{
    font-size:32px;
    float:left;
    width:50px;
}
.download_static_page .download-btns a img{
    float:left;
    width:26px;
    margin:0 10px 0 0;
}
.download_static_page .download-btns a span{
    float:left;
    width:calc(100% - 36px);
    text-align:left;
}
.download_static_page .download-btns a span span.details{
    display:block;
    font-size:11px;
    font-weight:normal;
    width:100%;
}
#changing-word{
    width: auto;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

.section-video{
    padding:0 0 60px 0;
    position:relative;
}
.section-video::after{
    position: absolute;
    content:'';
    left:0;
    right:0;
    bottom:0;
    height:70%;
    background: rgb(248,248,248);
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 0;
}
.section-video .container{
    z-index: 1;
    position: relative;
}
.section-video .screenshot{
    margin-top:-60px;
    position: relative;
}
.section-video .screenshot .screen{
    width:240px;
    position: relative;
    z-index: 1;
}
.section-video .screenshot .play{
    position: absolute;
    z-index: 5;
    width:80px;
    left:50%;
    margin-left:-40px;
    top:50%;
    margin-top:-40px;
    opacity: 0.9;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.section-video .screenshot .play:hover{
    opacity: 1;
}
.section-video .screenshot .play-bg-1{
    position: absolute;
    z-index: 4;
    width:100px;
    left:50%;
    margin-left:-50px;
    top:50%;
    margin-top:-50px;
}
.section-video .screenshot .play-bg-2{
    position: absolute;
    z-index: 3;
    width:120px;
    left:50%;
    margin-left:-60px;
    top:50%;
    margin-top:-60px;
}
.section-video h2{
    color:#fff;
    margin:0 0 15px 0;
    font-weight: bolder;
    text-transform: uppercase;
}
.section-video p{
    color:#fff;
    margin:0 0 15px 0;
}
.section-video .download-btns a{
    color:#fff;
    background-color:transparent;
    border-color:#fff;
}
.section-video .download-btns a:hover{
    background-color: #000;
}
@media(min-width: 768px){
    .section-video{
        padding: 0 0 90px 0;
    }
    .section-video h2{
        margin-top: 30px;
    }
}
@media(min-width: 992px){
    .section-video .screenshot{
        margin-top: -120px;
    }
    .section-video .screenshot .screen{
        width: 400px;
    }
    .section-video h2{
        margin-bottom: 15px;
    }
    .section-video p{
        margin: 0 0 30px 0;
    }
    .section-video::after{
        height:70%;
        background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(0,0,0,0.8) 100%);
    }
}
@media(min-width: 1200px){
    .section-video .screenshot .play{
        width:120px;
        margin-left:-60px;
        margin-top:-60px;
    }
    .section-video .screenshot .play-bg-1{
        width:140px;
        margin-left:-70px;
        margin-top:-70px;
    }
    .section-video .screenshot .play-bg-2{
        width:160px;
        margin-left:-80px;
        margin-top:-80px;
    }
}

@media(min-width: 768px){
    .hero{
        padding: 90px 0;
    }
    .hero-page{
        padding: 60px 0 30px 0;
    }
    .hero .tagline br:nth-child(2){
        display: none;
    }
}
@media(min-width: 992px){
    .download_static_page.old_site.page_about .hero{
        padding:90px 0 180px 0;
    }
    .hero-page{
        padding: 90px 0 60px 0;
    }
}


.section-icons{
    padding:60px 30px 90px 30px;
    background-color:#7fc3a7;
}
.section-icons h2{
    color:#fff;
    margin:0 0 30px 0;
}
.col-icon{
    color:#fff;
    margin:0 0 45px 0;
}
.col-icon .icon{
    font-size:50px;
    line-height: 1;
    margin:0 0 15px 0;
}
.col-icon .title{
    font-size:20px;
    font-weight:bold;
    line-height: 1;
    margin:0 0 15px 0;
}
.col-icon .details{
    font-size:16px;
    line-height: 1.4;
}
@media(min-width: 768px){
    .section-icons{
        padding: 120px 0;
    }
    .col-icon{
        padding: 15px;
    }
}
@media(min-width: 992px){
    .section-icons h2{
        margin-bottom: 45px;
    }
    .col-icon{
        padding:15px 45px;
    }
}
@media(min-width: 1200px){
    .col-icon{
        padding:15px;
    }
}

.section-messages{
    padding:0 30px 60px 30px;
    background-color:#f5f5f5;
}
.message-container{
    background-color:#fff;
    padding:30px;
    border-radius:30px;
    margin-top:-60px;
    position:relative;
}
.bell{
    position: absolute;
    font-size:20px;
    background-color:#d55f5f;
    width:40px;
    height:40px;
    color:#fff;
    border-radius:10px;
    top:-15px;
    right:30px;
    line-height: 40px;
    text-align:center;
}
.message-container h3{
    margin:0 0 15px 0;
}
.message-container .fa-caret-down{
    position: absolute;
    font-size:100px;
    line-height: 1;
    color:#fff;
    right:60px;
    bottom:-50px;
}
@media(min-width: 992px){
    .message-container{
        padding: 60px;
    }
}

/*

	SECTION HIGHLIGHTS

---------------------- */
.section-highlights{
    padding:30px 15px 60px 15px;
    background-color:#f5f5f5;
}
.section-highlights .screenshot{
    position: relative;
    width: 280px;
    margin: 0 auto;
}
.section-highlights .screenshot img{
    width:280px;
}
.section-highlights .screenshot .tag{
    position: absolute;
    /*background-color:#7fc3a7;*/
    background-color: #222;
    padding:15px;
    color:#fff;
    font-size:12px;
    line-height:1.2;
    border-radius:5px;
    display: block;
}
.section-highlights .screenshot .tag i{
    /*color:#7fc3a7;*/
    color: #222;
    font-size:18px;
    position: absolute;
}
.tag-1{
    right:-15px;
    top:71px;
}
.tag-1 i{
    bottom:-10px;
    right:60%;
}
.tag-2{
    right:90px;
    top:150px;
}
.tag-2 i{
    bottom:-10px;
    right:60%;
}
.tag-3{
    left:0;
    top:248px;
}
.tag-3 i{
    bottom:-10px;
    right:30%;
}
.tag-4{
    left:30px;
    top:382px;
}
.tag-4 i{
    top:-10px;
    right:30%;
}
@media(min-width: 768px){
    .section-highlights .screenshot .tag{
        font-size: 14px;
    }
    .tag-1{
        right: -148px;
        top: 100px;
    }
    .tag-1 i{
        bottom: 15px;
        left: -6px;
        right: auto;
    }
    .tag-2{
        right: -39px;
        top: 195px;
    }
    .tag-2 i{
        bottom: 15px;
        left: -6px;
        right: auto;
    }
    .tag-3{
        left:-87px;
        top:281px;
    }
    .tag-3 i{
        bottom:15px;
        right:-6px;
    }
    .tag-4{
        left:-47px;
        top:381px;
    }
    .tag-4 i{
        top:-10px;
        right:15px;
    }
    .caret-to-left{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .caret-to-right{
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    .section-highlights{
        padding: 0 0 90px 0;
    }
}
@media(min-width: 1200px){
    .section-highlights .screenshot{
        width: 400px;
    }
    .section-highlights .screenshot img{
        width:400px;
    }
    .section-highlights .screenshot .tag{
        font-size: 18px;
    }
    .tag-1{
        right: -183px;
        top: 150px;
    }
    .tag-1 i{
        bottom: 17px;
    }
    .tag-2{
        right: -53px;
        top: 265px;
    }
    .tag-2 i{
        bottom: 17px;
    }
    .tag-3{
        left:-87px;
        top:408px;
    }
    .tag-3 i{
        bottom:17px;
    }
    .tag-4{
        left:-47px;
        top:540px;
    }
    .tag-4 i{
        top:-10px;
        right:15px;
    }
}

/*

	SECTION CUSTOMERS

---------------------- */
.section-customers{
    padding:60px 0;
}
.section-customers .container{
    padding:0;
}
.section-customers h2{
    margin:0 0 30px 0;
    padding:0 15px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 30px;
}
.customer{
    text-align:center;
    padding:0 15px;
}
.customer .title{
    font-weight:bold;
    line-height: 1.2;
    font-size:20px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-top:15px;
}
.customer .image{
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius: 50%;
}
.customer .location{
    font-size:14px;
    line-height: 1.4;
    margin-top:5px;
}
.section-customers p{
    padding:30px;
}
.section-customers .download-btns a{
    color:#000!important;
    background-color:transparent;
    border-color:#000;
}
.section-customers .download-btns a:hover{
    background-color:#f5f5f5!important;
}
.customers-carousel-container{
    position:relative;
}
.customers-carousel-container .ctrl{
    font-size:18px;
    line-height: 1;
    position: absolute;
    top:40px;
    color:#000;
    padding:15px 25px;
}
.customers-carousel-container .ctrl-prev{
    left:0;
}
.customers-carousel-container .ctrl-next{
    right:0;
}
@media(min-width: 768px){
    .section-customers{
        padding: 120px 0;
    }
    .customer .image{
        width: 160px;
        height: 160px;
    }
    .customers-carousel-container .ctrl{
        top: 60px;
    }
    .customers-carousel-container .ctrl-prev{
        left:-15px;
    }
    .customers-carousel-container .ctrl-next{
        right:-15px;
    }
}
@media(min-width: 992px){
    .section-customers h2{
        margin: 0 0 60px 0;
    }
    .customers-carousel-container{
        margin: 0 0 45px 0;
    }
}
@media(min-width: 1200px){
    .customer .image{
        width: 200px;
        height: 200px;
    }
    .customers-carousel-container .ctrl{
        top: 80px;
    }
}

.section-reviews{
    padding:0;
}
.section-reviews .container-fluid,
.section-reviews .container{
    padding:0;
}
.section-reviews .container{
    padding: 60px 30px;
}
.screen-reviews{
    width:100%;
    height:330px;
    position: relative;
    overflow:hidden;
}
.screen-tap{
    position: relative;
    height: 100%;
}
.screen-reviews .hand{
    position: absolute;
    bottom:0;
    left:-30px;
    width:300px;
}
.screen-reviews .screens{
    position: absolute;
    top:43px;
    width:113px;
    left:121px;
    height:247px;
    background-color:#fff;
    border-radius: 12px;
    overflow:hidden;
}
/*
.screen-reviews .screens:hover img{
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
*/

.screen-reviews .screens img{
    width:100%;
    position: absolute;
    top:0;
    right:-100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.screen-reviews .screens img.hand-1{
    right:0;
}
.screen-reviews .screens img.hide{
    right:100% !important;
}
.screen-reviews .screens img.show{
    right:0;
}

.screen-reviews .screens .click{
    position: absolute;
    font-size:50px;
    line-height:1;
    color:#7fc3a7;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.screen-reviews .screens .click .pointer{
    position: absolute;
    bottom:-40px;
    right:-3px;
}

.click-1{
    right: 7px;
    top: 23px;
}
.click-2{
    right: -14px;
    top: -5px;
}
.click-3{
    right: 50px;
    top: 30px;
}
.click-4{
    right: 0;
    top: 109px;
}
.click-5{
    right: 31px;
    top: 203px;
}
.click-6{
    display:none;
}
@media(min-width: 768px){
    .click-1{
        right: 27px;
        top: 53px;
    }
    .click-2{
        right: -8px;
        top: 5px;
    }
    .click-3{
        right: 70px;
        top: 61px;
    }
    .click-4{
        right: 20px;
        top: 190px;
    }
    .click-5{
        right:65px;
        top:340px;
    }
}
@media(min-width:992px){
    .click-1{
        right: 37px;
        top: 72px;
    }
    .click-2{
        right: -4px;
        top: 14px;
    }
    .click-3{
        right: 105px;
        top: 87px;
    }
    .click-4{
        right: 32px;
        top: 244px;
    }
    .click-5{
        right: 88px;
        top: 429px;
    }
}
@media(min-width: 1200px){
    .click-1{
        right: 46px;
        top: 86px;
    }
    .click-2{
        right: -1px;
        top: 20px;
    }
    .click-3{
        right: 151px;
        top: 105px;
    }
    .click-4{
        right: 42px;
        top: 282px;
    }
    .click-5{
        right: 103px;
        top: 490px;
    }
}
.review{
    padding:30px;
}
.review .details{
    font-size:16px;
    line-height: 1.4;
    margin:0 0 15px 0;
}
.review .details i{
    color:#7fc3a7;
}
.review .author{
    font-size:14px;
    font-weight:bold;
}
.reviews-carousel-container{
    position:relative;
    margin-top:30px;
}
.reviews-carousel-container .ctrl{
    font-size:18px;
    line-height: 1;
    position: absolute;
    top:35%;
    color:#000;
    padding:15px 25px;
}
.reviews-carousel-container .ctrl-prev-r{
    left:-15px;
}
.reviews-carousel-container .ctrl-next-r{
    right:-15px;
}

@media(min-width: 768px){
    .screen-reviews{
        height:500px;
        position: relative;
    }
    .screen-reviews .hand{
        left:100px;
        width:480px;
    }
    .screen-reviews .screens{
        top: 41px;
        width: 182px;
        left: 341px;
        height: 393px;
        border-radius: 20px;
    }
    .section-reviews .container{
        padding: 90px 30px 60px 30px;
    }
    .reviews-carousel-container .ctrl-prev-r{
        left:-30px;
    }
    .reviews-carousel-container .ctrl-next-r{
        right:-30px;
    }
}
@media(min-width: 992px){
    .section-reviews .container{
        padding: 120px 30px 120px 30px;
    }
    .screen-reviews{
        height:600px;
    }
    .screen-reviews .hand{
        left:100px;
        width:600px;
    }
    .screen-reviews .screens{
        top: 27px;
        width: 226px;
        left: 402px;
        height: 491px;
        border-radius: 21px;
    }
    .review{
        padding: 30px 60px;
    }
    .review .details{
        font-size:18px;
        line-height: 1.6;
    }
}
@media(min-width: 1200px){
    .screen-reviews{
        height:700px;
    }
    .screen-reviews .hand{
        left:300px;
        width:680px;
    }
    .screen-reviews .screens{
        top: 50px;
        width: 256px;
        left: 642px;
        height: 557px;
        border-radius: 26px;
    }
    .review{
        padding: 30px 90px;
    }
}
@media(min-width: 1400px){
    .reviews-carousel-container .ctrl-prev-r{
        left:-60px;
    }
    .reviews-carousel-container .ctrl-next-r{
        right:-60px;
    }
}

.download_static_page .btn-default {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 50px;
    width: 250px;
    text-align: center;
    background-color: #7fc3a7;
    font-weight: bold;
    margin: 0 0 5px 0;
    border: solid 1px #7fc3a7;
}
.download_static_page .btn-default.invert {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
}
.download_static_page .btn-default:hover {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}



.section-restaurant{
    padding:0 0 60px 0;
    color:#fff;
    background-color:#000;
}
.section-restaurant .container-fluid{
    padding: 0;
}
.section-restaurant .container{
    padding:0;
}
.section-restaurant .details{
    padding:30px 30px 0 30px;
}
.section-restaurant h2{
    margin:0 0 15px 0;
    color:#fff;
}
.download_static_page .section-restaurant .btn-default{
    margin:30px 0 0 0;
}
.section-restaurant .image{
    height:400px;
    width:100%;
    position:relative;
}
.section-restaurant .image::after{
    position: absolute;
    content:'';
    left:0;
    right:0;
    bottom:0;
    height:30%;
    background: rgb(248,248,248);
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 0;
}
@media(min-width: 768px){
    .section-restaurant h2{
        padding-top: 60px;
    }
    .section-restaurant{
        padding: 0 0 120px 0;
    }
}
@media(min-width: 992px){
    .section-restaurant .image{
        height: 600px;
    }
}
@media(min-width: 1200px){
    .section-restaurant{
        padding:0;
    }
    .section-restaurant .image{
        height: 100%;
    }
    .section-restaurant .image::after{
        display: none;
    }
    .section-restaurant .details{
        padding:90px;
        max-width: 800px;
    }
    .section-restaurant .details h2{
        padding:0;
        margin:0 0 30px 0;
    }
    .download_static_page .section-restaurant .btn-default{
        margin:60px 0 0 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .section-restaurant .details p{
        font-size: 17px;
        line-height: 1.6;
        text-align: left;
    }
}
.section-restaurant .bg-top {
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
@media(min-width: 1200px){
    .section-restaurant .details{
        padding:120px;
    }

    .section-restaurant .text-xl-start{
        text-align: left!important;
    }
}

.section-cities{
    padding:0 0 60px 0;
}
.section-cities .container-fluid{
    max-width:1600px;
}
.section-cities p{
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.6;
}
.section-cities .city{
    width:calc(50% - 4px);
    display: inline-block;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    padding:0 5px;
    margin:0 0 2px 0;
}
.section-cities .city:hover{
    color: #000;
}
.section-cities .city i{
    color: #ccc;
    margin: 0 5px 0 0;
}
@media(min-width: 768px){
    .section-cities .city{
        width:calc(25% - 4px);
    }
    .section-cities{
        padding: 0 0 90px 0;
    }
}
@media(min-width: 992px){
    .section-cities .city{
        width:calc(20% - 4px);
    }
    .section-cities{
        padding: 0 0 120px 0;
    }
}
@media(min-width: 1200px){
    .section-cities .city{
        width:calc(16.66% - 4px);
    }
}
@media(min-width: 1200px){
    .section-cities .city{
        width:calc(12.5% - 4px);
    }
}

@media(min-width: 768px){
    .section-icons{
        padding: 120px 0;
    }
    .col-icon{
        padding: 15px;
    }
}
@media(min-width: 992px){
    .section-icons h2{
        margin-bottom: 45px;
    }
    .col-icon{
        padding:15px 45px;
    }
    .download_static_page .section-icons .btn-default{
        font-size: 16px;
        letter-spacing: 1px;
    }
}
@media(min-width: 1200px){
    .col-icon{
        padding:15px;
    }
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.container-resto {
    max-width: 1600px;
}
.resto{
    padding:15px;
}
.resto .image-container{
    width:100%;
    height:180px;
    overflow:hidden;
    border-radius:5px;
    text-align:center;
    margin:0 auto;
}
.resto .image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.resto .image img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    border-radius:5px;
}
.resto .title{
    font-weight:bold;
    line-height: 1.2;
    font-size:20px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin:15px 0 10px 0;
}
.resto .details{
    font-size:14px;
    line-height: 1.4;
    color:#555;
}
.resto .btn-default{
    margin:30px 0 0 0;
    border-radius: 50px;
    border-color:#000;
    letter-spacing: 1px;
    padding:15px 30px;
    width:auto;
}
.resto .btn-default:hover{
    background-color:#7fc3a7;
    border-color:#7fc3a7;
    color:#fff;
}
@media(min-width:1200px){
    .resto .image-container{
        height:240px;
    }
}

.download_static_page .resto .btn-default.invert{
    border-radius: 60px;
}

.download_static_page .resto .btn-default.invert:hover{
    color:#ffffff;
}
.resto{
    height: 100%;
}
.resto .row{
    height: 100%;
    justify-content: space-between;
}
.resto .row .btn_reserveer{
    margin-top: auto;
}

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

.download-btn-group img{
    width: 250px;
}


