@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Raleway:700italic,700,600,600italic);

@font-face {
    font-family: HeaderFont;
    src: url("../fonts/RedVelvet-Regular.otf") format("opentype");
}


*{
    color: #a9a78d;
}

body{
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #858470;
    margin-bottom: 20px;
}

p{
    color: #303030;
    font-size: 14px;
    text-align: justify;
}

.top-bar{
    position: absolute; width: 90%; left: 5%; z-index: 999; top: 40px;
    background: rgba(240,240,240,1);
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(237,237,237,1) 50%, rgba(230,230,230,1) 51%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(51%, rgba(230,230,230,1)), color-stop(100%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(237,237,237,1) 50%, rgba(230,230,230,1) 51%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(237,237,237,1) 50%, rgba(230,230,230,1) 51%, rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(237,237,237,1) 50%, rgba(230,230,230,1) 51%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(237,237,237,1) 50%, rgba(230,230,230,1) 51%, rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ebebeb', GradientType=0 );
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
}

.top-bar, .top-bar ul {
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}

.top-bar ul a{
    color: #858470;
    line-height: 20px;
}

.top-bar ul a:hover{
    color: #44443f;
}

.orbit-caption {
    position: absolute;
    bottom: 10% !important;
    width: 60% !important;
    right: 10% !important;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    text-align: right;
    background: transparent !important;
    font-size: 30px;
}

@media screen and (max-width: 810px){
    .orbit-caption {
        position: absolute;
        bottom: 10% !important;
        width: 60% !important;
        right: 10% !important;
        padding: 1rem;
        margin-bottom: 0;
        color: #fefefe;
        text-align: right;
        background: transparent !important;
        font-size: 20px;
    }

}
@media screen and (max-width: 565px){
    .orbit-caption {
        position: absolute;
        bottom: 10% !important;
        width: 80% !important;
        right: 10% !important;
        padding: 1rem;
        margin-bottom: 0;
        color: #fefefe;
        text-align: right;
        background: transparent !important;
        font-size: 20px;
    }

}
@media screen and (max-width: 530px){
    .orbit-caption {
        position: absolute;
        bottom: 10% !important;
        width: 80% !important;
        right: 10% !important;
        padding: 1rem;
        margin-bottom: 0;
        color: #fefefe;
        text-align: right;
        background: transparent !important;
        font-size: 16px;
    }

}

#logo{
    font-family: HeaderFont;
    font-size: 18px;
    color: #a9a78d;
    font-size: 20px;
}

#section-gallery{
    background: #f1f1f2;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

#section-contact{
    background: #f1f1f2;
    padding: 30px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}

#section-facilities{
    padding-top:45px;
}

.gallery_image {
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease-out 0.2s;
    -moz-transition: all 500ms ease-out 0.2s;
    -o-transition: all 500ms ease-out 0.2s;
    transition: all 500ms ease-out 0.2s;
    opacity: 0.6;
    border-radius: 3px;
    overflow: hidden;
}
.gallery_image:hover {
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease-out 0.2s;
    -moz-transition: all 500ms ease-out 0.2s;
    -o-transition: all 500ms ease-out 0.2s;
    transition: all 500ms ease-out 0.2s;
    opacity: 1;
    border-radius: 5px;
}

#section-facilities .gallery_image:hover {
    -webkit-transition: all 500ms ease-out 0.2s;
    -moz-transition: all 500ms ease-out 0.2s;
    -o-transition: all 500ms ease-out 0.2s;
    transition: all 500ms ease-out 0.2s;
    opacity: 1;
}

.hide-on-load{
    visibility: hidden;
}

#section-slides{
    position: relative;
}

a.booking{
    position: absolute;
    display: block;
    width: 300px;
    height: 110px;
    background: #003580;
    color: white;
    bottom: 10%;
    left: 10%;
    padding: 20px;
    border-radius: 3px;
}

a.booking:hover{
    background: #032B63;
    color: #f1f1f1;
}

a.booking2{
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    background: #003580;
    color: white;
    padding: 20px;
}

a.booking2:hover{
    background: #032B63;
    color: #f1f1f1;
}

#section-header{
    position: fixed;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.lara-content{
    position: relative;
    /*top: 400px;*/
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bar-sticky{
    position: fixed !important;
    width:100%;
    top:0 !important;
    left:0 !important;
    border-radius:0;
    z-index: 9999;
}

.lara-content ul{
    display: block;
    padding: 10px;
    background: #fff;
    margin-left:0;
    margin-top: 0;
}

.lara-content ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.lara-content h5{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #D49A1F;
}

.lara-content h4{
    margin-bottom: 0px;
    border-botdetom: 1px solid #ccc;
}
.lara-content h6{
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #D49A1F;
}
.exp_page h4, .exp_page h5 {margin-top: 35px !important;}
.exp_page h6 {margin-top: 10px !important;}



.button.secondary {
    background: #D49A1F;
    color: #fff;
    border-radius: 3px;
}
.button.secondary:hover {
    background: #AD7C13;
    color: #fff;
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: transparent !important;
    border: 0;
}

.tabs-panel {
    display: none;
    padding: 10px;
    padding-left: 0;
}

.tabs-content {
    background: transparent;
    transition: all 0.5s ease;
    border: 0;
    border-top: 0;
}

.tabs-content.vertical {
    border: 0;
}

.vertical{
    padding-left: 0 !important;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"]{
    background: #D49A1F;
    color: #fff;
    border-radius: 3px;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #858470;
    margin-bottom: 3px;
}

.tabs-title > a:hover {
    background: #AD7C13;
    border-radius: 3px;
    color: #fff;
}

.header-tab {
    background: transparent !important;
    font-size: 18px !important;
    font-weight: bold;
    margin-left: 0;
    padding: 0 !important;
}

.header-tab > a:focus, .header-tab > a[aria-selected="true"]{
    background: transparent !important;
    border-bottom: 2px solid #D49A1F;
    color: #D49A1F;
    border-radius: 0;
}

.header-tab > a {
    display: block;
    padding: 1.25rem 1.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    margin-left: 0;
    line-height: 1;
    font-size: 18px;
    font-weight:bold;
    color: #858470;
    margin-bottom: 3px;
}

.header-tab > a:hover {
    background: transparent !important;
    border-bottom: 2px solid #D49A1F;
    color: #D49A1F;
    border-radius: 0;
}

.ver_ul  {border-right: 1px #D49A1F solid;padding-right: 0 !important;padding-top: 0 !important;padding-bottom: 0 !important;}
.ver_ul li a  {border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}
.ver_ul li a.last  {margin-bottom: 0 !important;}

blockquote{
    margin-bottom: 40px;
    padding-top: 0;
    border-left: #D49A1F 1px solid;
    padding: 10px 20px; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVQIW2NkgILbt2//ZwSxQQxVVVVGRhgDJAgA2kcLlPn2+GkAAAAASUVORK5CYII=) repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

blockquote p{
    font-style: italic !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 0;
    margin: 0;
}
