﻿.header_title {
    font-family: 'Merriweather', 'Open Sans', sans-serif;
    overflow: visible;
    width: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

    .header_title h1 {
        font-size: 2em;
    }

.customMenuContainer {
    display: block;
    background-color: #000000;
    padding-bottom: 15px;
}

    .customMenuContainer .custom_logo {
        display: block;
        width: 130px;
        margin-left: auto;
        margin-right: auto;
    }

        .customMenuContainer .custom_logo img {
            display: block;
            width: 100%;
        }

    .customMenuContainer .custom_nav_zone {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        color: #ffffff;
    }

        .customMenuContainer .custom_nav_zone > a {
            display: inline-block;
            position: relative;
            margin-right: 5%;
            text-align: center;
            cursor: pointer;
            min-width: 110px;
            text-decoration: none;
            color: #ffffff;
            padding-bottom: 2px;
            border-bottom: 3px solid #000000;
            -webkit-transition: border-color 0.4s ease;
            -moz-transition: border-color 0.4s ease;
            -o-transition: border-color 0.4s ease;
            -ms-transition: border-color 0.4s ease;
            transition: border-color 0.4s ease;
        }

            .customMenuContainer .custom_nav_zone > a:last-child {
                margin-right: 0px;
            }

            .customMenuContainer .custom_nav_zone > a > img {
                display: block;
                height: 80px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 4px;
            }

            .customMenuContainer .custom_nav_zone > a:hover {
                border-color: #b29c6c;
            }

.open_soon {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: -15px;
}

    .open_soon img {
        width: 180px;
    }

.fixed {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    height: auto;
    background-color: #000000;
    z-index: 10002;
    padding-bottom: 4px;
}

#ctn_feedback_form {
    margin-top: 10px;
    color: #ffffff;
}

.send_button input[type='submit'] {
    background: #b29c6c;
    margin-top: 12px;
    padding: 6px 38px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .send_button input[type='submit']:hover {
        background: #7F6F4D;
    }

#feedback_form {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.green_link,
a.green_link:hover,
a.green_link:active{
    color:#B39D6D;
    cursor:pointer;
    text-decoration:none;
}
a.green_link:hover{
    text-decoration:underline;
}

.da-slide h2,
.da-slide p{
    font-family: 'Merriweather', 'Open Sans', sans-serif !important;
}

/*********responsive_media _queries********/
@media only screen and (max-width: 1440px) {
}
/****/
@media only screen and (max-width: 1366px) {
}
/****/
@media only screen and (max-width: 1280px) {
    .customMenuContainer {
        padding-bottom: 12px;
    }

        .customMenuContainer .custom_logo {
            width: 110px;
        }

        .customMenuContainer .custom_nav_zone {
            padding-top: 8px;
        }

            .customMenuContainer .custom_nav_zone > a {
                min-width: 110px;
                border-bottom: 3px solid #000000;
            }

                .customMenuContainer .custom_nav_zone > a > img {
                    height: 70px;
                    margin-bottom: 4px;
                }

                .open_soon img {
        width: 160px;
    }
}
/** Alteração do menu nestas dimensões **/
@media screen and (max-width: 1050px) {
}
/****/
@media only screen and (max-width: 1024px) {
}
/****/
@media only screen and (max-width: 768px) {

    .customMenuContainer {
        padding-bottom: 12px;
    }

        .customMenuContainer .custom_logo {
            width: 90px;
        }

        .customMenuContainer .custom_nav_zone {
            padding-top: 5px;
        }

            .customMenuContainer .custom_nav_zone > a {
                min-width: 110px;
                border-bottom: 2px solid #000000;
            }

                .customMenuContainer .custom_nav_zone > a > img {
                    height: 55px;
                    margin-bottom: 3px;
                }

                .open_soon img {
        width: 130px;
    }
}
/****/
@media only screen and (max-width: 640px) {
    .customMenuContainer {
        padding-bottom: 10px;
    }

        .customMenuContainer .custom_logo {
            width: 80px;
        }

        .customMenuContainer .custom_nav_zone {
            padding-top: 3px;
        }

            .customMenuContainer .custom_nav_zone > a {
                min-width: 87px;
                margin-right: 2%;
                border-bottom: 2px solid #000000;
                font-size: .8em;
            }

                .customMenuContainer .custom_nav_zone > a > img {
                    height: 40px;
                    margin-bottom: 3px;
                }

                .open_soon img {
        width: 120px;
    }
}
/****/
@media only screen and (max-width: 480px) {
}
/****/

@media only screen and (max-width: 320px) {
}
/****/
