.header {
    min-height:100px;
    background-color:#A29061;
    left:0px;
    right:0px;
    top:0px;
    z-index:1000;
    width:100%;
    position:fixed;
}
.Booking {
    clear: both;
    min-height: 48px;
}
.align-inline-wrap3 {
    text-align: center;
    background-color:#27536E;
    border-bottom:1px solid #0DE00D;
    border-color:#27536E;
    border-style:none none solid none;
    border-width:0 0 1px 0;
}
.Nav {
    float: left;
    width: 33.3%;
    min-height: 70px;
}
.column_5 {
    float: left;
    width: 66.6%;
    min-height: 70px;
}
.align-inline-wrap1 {
    text-align: center;
}
.column_6 {
    float: left;
    width: 33.3%;
    min-height: 100px;
    display:none;
}
.align-inline-wrap2 {
    text-align: right;
}
img.image1 {
    height: auto;
    width:180px;
    display:block;
    padding-top:5px;
    padding-right:20px;
    padding-bottom:5px;
    float:none;
    margin-left:auto;
}
a.button1:hover {
    background-color: #99885C;
}
a.button2:hover {
    background-color: #336885;
    transition:all 0.4s linear 0s;
    border-radius:1px;
}
a.button2:active {
    transition: all 0.4s linear 0s;
    border-top-left-radius:1px;
    -moz-border-radius-topleft:1px;
    -webkit-border-top-left-radius:1px;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 100px;
        position:fixed;
        left:0px;
        right:0px;
        top:0px;
        z-index:1000;
        width:100%;
    }
    .Booking {
        clear: both;
        min-height: 48px;
        display:none;
    }
    .align-inline-wrap3 {
        text-align: left;
        background-color:transparent;
        border-bottom:0px none;
        border-top-style:none;
        border-right-style:none;
        border-left-style:none;
        border-top-width:0px;
        border-right-width:0px;
        border-left-width:0px;
    }
    .Nav {
        float: left;
        width: 33.33%;
        min-height: 100px;
        display:block;
    }
    .column_5 {
        float: left;
        width: 33.33%;
        min-height: 100px;
        padding-right:0;
    }
    .column_6 {
        float: left;
        width: 33.34%;
        min-height: 100px;
        display:block;
    }
    .row_8 {
        clear: both;
        width: auto;
        min-height: 100px;
    }
    img.image1 {
        padding-top: 10px;
        padding-right:0;
        padding-bottom:0;
        margin-right:auto;
        margin-left:auto;
        display:block;
        width:auto;
    }
    a.button2:hover {
        background-color: transparent;
        transition:none;
        border-radius:0;
    }
    a.button2:active {
        transition: none;
        border-top-left-radius:0;
        -moz-border-radius-topleft:0;
        -webkit-border-top-left-radius:0;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 100px;
        position:fixed;
        left:0px;
        right:0px;
        top:0px;
        z-index:1000;
        width:100%;
    }
    .Booking {
        clear: both;
        min-height: 48px;
        display:none;
    }
    .align-inline-wrap3 {
        text-align: left;
        background-color:transparent;
        border-bottom:0px none;
        border-top-style:none;
        border-right-style:none;
        border-left-style:none;
        border-top-width:0px;
        border-right-width:0px;
        border-left-width:0px;
    }
    .Nav {
        float: left;
        min-height:100px;
        display:block;
    }
    .column_5 {
        float: left;
        width:33.33%;
        padding-right:0;
        min-height:100px;
    }
    .column_6 {
        float: left;
        width:33.34%;
        display:block;
    }
    img.image1 {
        padding-top: 10px;
        padding-right:0;
        padding-bottom:0;
        margin-right:auto;
        margin-left:auto;
        display:block;
        width:auto;
    }
    a.button2:hover {
        background-color: transparent;
        transition:none;
        border-radius:0;
    }
    a.button2:active {
        transition: none;
        border-top-left-radius:0;
        -moz-border-radius-topleft:0;
        -webkit-border-top-left-radius:0;
    }
}