﻿/*http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, blockquote, pre, a, abbr, acronym, address, big, cite, header, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, div, textarea, select, body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

font {
    line-height: 1.4em;
}

/*http://www.w3schools.com/cssref/sel_selection.asp*/
/*::selection {
    background: #b9e9b9;
    color: #555;
}

::-moz-selection {
    background: #b9e9b9;
    color: #555;
}

::-webkit-selection {
    background: #b9e9b9;
    color: #555;
}*/

.clear {
    clear: both;
}

input[type="text"],input[type="email"], textarea, select {
    padding: 3px 10px;
    background: #fff;
    outline: none;
    color: #999999;
    font-size: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid lightgray;
    -webkit-appearance: none;
}

select {
    padding: 2px 2px 2px 10px;
}


/* ============================================================================================*/
/* ----------------------------------------- DEFAULTS -----------------------------------------*/
/* ============================================================================================*/

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    /*text-indent: 100%;*/
    /*background: url(../images/top_move.png) no-repeat right top;*/
    z-index: 10;
}

.area_container {
    position: relative;
    display: block;
    overflow: hidden;
}

.wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
}

.stretched, .stretched .area_subcontainer {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wrapAbsolute {
    position: absolute;
    top: 0px;
    left: 10%;
    width: 80%;
}

.header_title {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    text-align: center;
    padding: 2.6em 0em 2em 0em;
}

h1 {
    font-size: 2.4em;
    /*color: #80351e;*/
}

h2 {
    font-size: 1.8em;
    color: #80351e;
}

h3 {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

.slider_container {
    height: auto;
}

.cycler {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

    .cycler .hideImg {
        display: none;
    }

    .cycler img {
        position: absolute;
        z-index: 1;
        /*min-height: 100%;
        min-width: 100%;*/
        height: auto;
        width: auto;
    }

        .cycler img.active {
            z-index: 3;
        }

.cycl_controller {
    position: relative;
    display: inline-block;
    height: auto;
    width: 1px;
}


/* ============================================================================================*/
/* ------------------------------------------- AREAS ------------------------------------------*/
/* ============================================================================================*/
.area_subcontainer {
    margin: 1em 0em 5em 0em;
}

/*.area_subcontainer p {
        font-size: 0.875em;
        color: #5A5E68;
        line-height: 1.4em;
        padding: 0em 2em 1.5em 0em;
    }*/

.area_of_type_1, .area_of_type_2, .area_of_type_3, .area_of_type_4, .area_of_type_5, .area_of_type_6 {
    display: inline-block;
    margin-left: 3%;
    text-align: left;
}

    .area_of_type_1:first-child, .area_of_type_2:first-child, .area_of_type_3:first-child, .area_of_type_4:first-child, .area_of_type_5:first-child, .area_of_type_6:first-child {
        margin-left: 0;
    }

    .area_of_type_1:nth-of-type(1), .area_of_type_2:nth-of-type(2) {
        width: 67%;
    }

    .area_of_type_1:nth-of-type(2), .area_of_type_2:nth-of-type(1) {
        width: 30%;
    }

.area_of_type_6 {
    width: 19.25%;
}

    .area_of_type_6:first-child {
        width: 55.5%;
    }

.area_of_type_3 {
    width: 47.5%;
}

.area_of_type_4:nth-of-type(1) {
    width: 100%;
}

.area_of_type_5 {
    width: 31.3%;
}


.block {
    display: block;
    width: 100%;
    height: auto;
}

.dataBlockHalf {
    display: inline-block;
    width: 50%;
    padding-right: 2%;
    margin-top: 20px;
}

.specialtyPlatesContainer {
    position: relative;
    display: inline-block;
    width: calc(100% - 250px);
    line-height: 1.2em;
    padding: 0px 10px;
    margin-top: -16px;
}

.specialtyPlatesContainerStyle1 {
    margin-top: 0px;
    background-color: #FFFFFF;
    opacity: .8;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 3px #888888;
}

.specialtyBoxStyle1 {
    background-color: #FFFFFF;
    opacity: .8;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 3px #888888;
    padding: 0px 10px;
}

    .specialtyBoxStyle1.dataBlockHalf.posLeft {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .specialtyBoxStyle1.dataBlockHalf.posRight {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

.news_Container {
    display: block;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.news_NewsBlock {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .news_NewsBlock .news_InfoZone {
        display: inline-block;
        float: left;
        width: calc(100% - 226px);
    }

        .news_NewsBlock .news_InfoZone.no_image {
            width: calc(100% - 6px);
        }

    .news_NewsBlock .news_ImageZone {
        display: inline-block;
        float: right;
        width: 200px;
        margin-left: 20px;
    }

        .news_NewsBlock .news_ImageZone img {
            display: block;
            width: 200px;
            height: auto;
        }

    .news_NewsBlock .news_title {
        display: block;
        width: 100%;
        font-size: 15pt;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .news_NewsBlock .news_date {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 10pt;
        line-height: 1.3em;
        color: gray;
        margin-bottom: 10px;
    }

    .news_NewsBlock .news_description {
        display: block;
        width: 100%;
        font-size: 11pt;
        line-height: 1.3em;
        color: #000;
    }

.floatLeftIfBig {
    float: left;
}

.floatRightIfBig {
    float: right;
}

.fullWidth {
    width: 100%;
}


.dataBlockHalf:nth-of-type(1), .dataBlockHalf:nth-of-type(2) {
    margin-top: 0px;
}

.dataBlock {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .dataBlock:nth-of-type(1) {
        margin-top: 0px;
    }

.centeredIfSmall {
    text-align: inherit;
}

.blockIfSmall {
    display: inline-block;
    margin-bottom: 0em;
}

.specialtyImg {
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
    max-width: 220px;
    margin-bottom: 1em;
}

.specialtyImgStyle1 {
    margin-right: 20px;
    border: 2px solid #FFF;
    box-shadow: 1px 1px 1px #888;
}

.specialtyImgStyle2 {
    margin-right: 20px;
    border: 2px solid #DDD;
    box-shadow: 1px 1px 1px #888;
}

.specialtyBulletImg {
    margin-right: 10px;
    width: 15px;
}



.social_buttons {
    padding: 2em 0em 2.5em 0em;
}

    .social_buttons li {
        background: none;
        margin-right: 1em;
        display: inline-block;
        margin-top: .5em;
    }

        .social_buttons li a span {
            height: 42px;
            width: 42px;
            display: block;
            background: url(../Images/SocialLogos.png);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .social_buttons li.facebook a span {
            background-position: -4px -54px;
            opacity: 1;
        }

            .social_buttons li.facebook a span:hover {
                opacity: .6;
            }

        .social_buttons li.google a span {
            background-position: -54px -54px;
            opacity: 1;
        }

            .social_buttons li.google a span:hover {
                opacity: .6;
            }

        .social_buttons li.tripadvisor a span {
            background-position: -104px -54px;
            opacity: 1;
        }

            .social_buttons li.tripadvisor a span:hover {
                opacity: .6;
            }

        .social_buttons li.twitter a span {
            background-position: -154px -54px;
            opacity: 1;
        }

            .social_buttons li.twitter a span:hover {
                opacity: .6;
            }

        .social_buttons li.foursquare a span {
            background-position: -204px -54px;
            opacity: 1;
        }

            .social_buttons li.foursquare a span:hover {
                opacity: .6;
            }

        .social_buttons li.googlemaps a span {
            background-position: -254px -54px;
            opacity: 1;
        }

            .social_buttons li.googlemaps a span:hover {
                opacity: .6;
            }

        .social_buttons li.website a span {
            background-position: -304px -54px;
            opacity: 1;
        }

            .social_buttons li.website a span:hover {
                opacity: .6;
            }

        .social_buttons li.zomato a span {
            background-position: -354px -54px;
            opacity: 1;
        }

            .social_buttons li.zomato a span:hover {
                opacity: .6;
            }

.address_container p, .address_container p a {
    color: #FFF;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

    .address_container p a:hover {
        color: #FFF;
    }

.reserves_container {
    width: 700px;
    display: block;
    padding: 0em 0 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
        margin: 2% 1%;
        background: #fff;
        outline: none;
        color: #999999;
        font-size: 1em;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-appearance: none;
        font-family: 'Open Sans', sans-serif;
        border: 1px solid lightgray;
        -webkit-appearance: none;
    }

        .reserves_container input[type="text"]:nth-of-type(2) {
            margin-right: 0em;
        }

    .reserves_container textarea {
        padding: 15px;
        display: block;
        width: calc(100% - 13px);
        background: #fff;
        border: 1px solid lightgray;
        outline: none;
        color: #999999;
        font-size: 1em;
        -webkit-appearance: none;
        margin-top: 1em;
        margin-left: 10px;
    }

    .reserves_container textarea {
        resize: none;
        height: 100px;
    }

    .reserves_container .errorsOnForm {
        display: none;
        font-size: .8em;
        padding-left: 20px;
        margin-top: 30px;
        color: red;
    }


.textboxContainer {
    display: inline;
    text-wrap: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

    .textboxContainer span {
        padding-left: 10px;
        /*color: #80351e;*/
        font-weight: 700;
        width: auto;
        vertical-align: middle;
    }

    .textboxContainer:nth-of-type(6) {
        margin-right: 0px;
    }

.tb1, .tb2, .tb3, .tb4, .tb5, .tb6 {
    position: relative;
    display: inline;
    margin: 0, 0, 0, 5px !important;
}

.tb1 {
    width: 350px;
}

.tb2 {
    width: 160px;
}

.tb3 {
    width: calc(100% - 85px);
}

.tb4 {
    width: 60px;
}

.tb5 {
    width: 120px;
}

.tb6 {
    width: 80px;
}

.text_area {
    margin-top: 2em;
}

.send_button input[type="submit"] {
    cursor: pointer;
    color: #FFF;
    font-size: 0.99em;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: #80351e;
    padding: 10px 50px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    -webkit-appearance: none;
    display: inline-block;
}

    .send_button input[type="submit"]:hover {
        background: #512213;
    }

#reservation_done {
    display: block;
    display: none;
    text-align: center;
}

.paymentImage {
    position: relative;
    display: inline;
    width: 34px;
    margin-right: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.site_copyright {
    display: block;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
}

    .site_copyright a, .site_copyright span {
        color: #fff;
        font-size: 9pt;
        text-decoration: none;
    }

/* ============================================================================================*/
/* ----------------------------------------- READ MORE ----------------------------------------*/
/* ============================================================================================*/

.reammore-box {
    max-height: 480px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .reammore-box .readmore-content {
        display: block;
        width: 100%;
    }

    .reammore-box .readmore-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        /*background-image: -moz-linear-gradient(top, transparent, black);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, black));*/
        background-image: url('../Images/Customs/readMoreFading.png');
        background-repeat: repeat-x;
        background-size: 100% 100%;
    }



/*********responsive_media _queries********/
@media only screen and (max-width: 1440px) {
}
/****/
@media only screen and (max-width: 1366px) {
    .wrap {
        width: 85%;
    }
}
/****/
@media only screen and (max-width: 1280px) {
    .wrap {
        width: 85%;
    }

    .social_buttons li {
        margin-right: .8em;
        margin-top: .4em;
    }
}
/** Alteração do menu nestas dimensões **/
@media screen and (max-width: 1050px) {

    .dataBlockHalf {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 40px;
    }

        .dataBlockHalf:nth-of-type(1) {
            margin-top: 0px;
        }

        .dataBlockHalf:nth-of-type(2) {
            margin-top: 40px;
        }

    .specialtyBoxStyle1.dataBlockHalf.posLeft,
    .specialtyBoxStyle1.dataBlockHalf.posRight {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .floatLeftIfBig, .floatRightIfBig {
        float: none;
    }
}
/****/
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 90%;
    }

    h1 {
        font-size: 2.0em;
    }

    .slider_container {
        height: 450px;
    }
}
/****/
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 1.3em;
    }

    .slider_container {
        height: 380px;
    }

    .reserves_container {
        width: 552px;
    }

    .tb1 {
        width: 230px;
    }

    .tb2 {
        width: 145px;
    }

    .tb4 {
        width: 42px;
    }

    .tb5 {
        width: 110px;
    }

    .tb6 {
        width: 65px;
    }

    .area_of_type_6 {
        margin-top: 30px;
        width: 47%;
    }

        .area_of_type_6:first-child {
            margin-top: 0px;
            width: 100%;
        }

        .area_of_type_6:nth-of-type(2) {
            margin-left: 0px;
        }

    .dataBlockHalf {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

        .dataBlockHalf:nth-of-type(1) {
            margin-top: 0px;
        }

        .dataBlockHalf:nth-of-type(2) {
            margin-top: 40px;
        }

    .social_buttons li {
        margin-right: .6em;
        margin-top: .3em;
    }
}
/****/
@media only screen and (max-width: 640px) {
    h1 {
        font-size: 1.8em;
    }

    .slider_container {
        height: 280px;
    }

    .imgMinHeight200 {
        width: 100%;
        min-height: 200px;
        text-align: center;
        overflow: hidden;
    }

        .imgMinHeight200 img {
            width: auto !important;
            min-width: 100% !important;
            height: 200px !important;
            height: auto;
        }

    .area_of_type_1, .area_of_type_2, .area_of_type_3, .area_of_type_4, .area_of_type_5, .area_of_type_6 {
        width: 100% !important;
        float: none;
        margin-bottom: 2em;
        margin-left: 0% !important;
        padding-right: 0px !important;
        display: block !important;
        margin-top: 10px;
    }

    .stretched .area_of_type_1, .stretched .area_of_type_2, .stretched .area_of_type_3, .stretched .area_of_type_4, .stretched .area_of_type_5, .stretched .area_of_type_6 {
        margin: 0 !important;
    }

    .news_NewsBlock {
        float: none;
    }

        .news_NewsBlock .news_InfoZone {
            display: block;
            float: none;
            width: 100%;
        }

        .news_NewsBlock .news_ImageZone {
            display: block;
            float: none;
            width: 100%;
            margin-left: 0px;
            margin-bottom: 20px;
        }

            .news_NewsBlock .news_ImageZone img {
                display: block;
                width: 100%;
                height: auto;
            }

    .centeredIfSmall {
        text-align: center !important;
    }

    .specialtyPlatesContainer {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 1em;
        margin-top: -6px;
    }

        .specialtyPlatesContainer p {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .specialtyPlatesContainerStyle1 {
        margin-top: 4px;
        padding: 5px 0px;
    }

    .specialtyImg {
        margin-right: 0px;
    }

    .blockIfSmall {
        display: block;
        margin-bottom: 1em;
    }

    .area_subcontainer > p {
        padding: 0em 0em 1em 0em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 150px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
    }

    .reserves_container {
        float: none;
        width: 100%;
    }

    .social_buttons li {
        margin-right: .5em;
        margin-top: .3em;
    }
}
/****/
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.6em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 140px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
    }

    .social_buttons li {
        margin-right: .4em;
        margin-top: .2em;
    }
}
/****/
@media only screen and (max-width: 320px) {
    .slider_container {
        height: 240px;
    }

    h1 {
        font-size: 1.4em;
    }

    .social_buttons {
        padding: 1em 0em 1.5em 0em;
    }

    .reserves_container input[type="text"] {
        padding: 3px 10px;
        font-size: 0.9em;
    }

    .reserves_container textarea {
        font-size: 0.9em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px !important;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px !important;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 140px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }
}
