/* FONTS
===============================================================================*/
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
}

/* HTML DEFAULT
===============================================================================*/
html, body {
    background-color: #041b24;
    font: 15px/20px Garamond, Times, serif;
}

body {
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
}

a, a:link, a:visited {
    color: #554a4a;
    text-decoration: none;
}
    a:hover, a:active {
        color: #FF4000
    }

    body > .content {
        z-index: 10;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Garamond, Times, serif;
}

/* BOOTSTRAP OVERRIDES
===============================================================================*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #999999;
}
.table {
    border-bottom: 1px solid #999999;
}

/* LAYOUT
===============================================================================*/

.bg-full {
    min-width: 980px;
    z-index: 90;
}
    .bg-full,
    .bg-effect-1,
    .bg-effect-2 {
        position: absolute;
        top: 0; left: 0;
        bottom: 0; right: 0;
        background-position: 50% 50%;
    }
    .bg-full {
        background-size: cover;
        background-image: url(../img/bg-mangrove.jpg);
        box-shadow: 0 500px 180px 0 rgba(0, 0, 0, 0.45) inset;
        -webkit-box-shadow: 0 500px 180px 0 rgba(0, 0, 0, 0.45) inset;
    }
    .bg-effect-1 {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.72) 1%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.72)), color-stop(1%,rgba(0,0,0,0.72)), color-stop(20%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.72) 1%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.72) 1%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.72) 1%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.72) 1%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }
    .bg-effect-2 {
        background-repeat: repeat;
        background-image: url(../img/pattern.png);
    }

.content.wrapper {
    position: relative;
    min-width: 100%; 
    width: 100%; height: 100%;
    max-height: 720px;
    padding: 15px;
    z-index: 120;
    overflow: visible;
    pointer-events: none;
}

.content.wrapper aside {
	position: absolute;
	top: 15px;
	bottom: 15px;
	min-height: 530px;
	padding: 15px;
	background-color: #7B828E;
	transition: 0.6s ease-out;
	z-index: 120;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
}
    .content.wrapper aside.active {
        background-color: #F0F0E1;
        background-color: rgba(240, 240, 225, 0.86);
    }
    .content.wrapper aside:hover {
        background-color: #F0F0E1;
        background-color: rgba(240, 240, 225, 0.96);
        transition: 0.3s;
    }
    .content.wrapper aside.default,
    .content.wrapper aside.default:hover {
        width: 400px;
        padding-top: 110px;
        font-size: 17px; line-height: 21px;
        text-align: justify;
        color: #ffffff;
        background: none;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 10px #000000;
        -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 10px #000000;
        -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 10px #000000;
    }
        .content.wrapper aside.default p {
            margin-bottom: 20px;
        }

aside.panel-1 {
    left: 15px;
    width: 210px;
}
    #___follow_0 {
        position: absolute;
    }
    .panel-1 .menu {
        margin-top: 15px; padding: 0;
        font-size: 12px; 
        font-weight: bold; 
        text-align: right;
        text-transform: uppercase;
        list-style: none;
        border-top: 1px solid #CECEBF;
    }
        .panel-1 .menu li {
            display: block;
            border-bottom: 1px solid #CECEBF;
        }
        .panel-1 .menu a {
            display: block;
            line-height: 30px;
        }
            .panel-1 .menu a:hover,
            .panel-1 .menu .active a {
                color: #FF4000
            }

    .contact-info {
        position: absolute;
        bottom: 5px; right: 15px;
        font-size: 13px; line-height: 18px;
        text-align: right;
    }
        .contact-info strong {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.data-container {
    position: absolute;
    left: 240px; right: 0;
    top: 0; bottom: 0;
}
    .fb-like {
        position: absolute !important;
        left: 15px; top: 30px;
        pointer-events: auto;
        z-index: 125;
    }

    .call-out.arrow-left {
        position: absolute;
        left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right:10px solid rgba(240, 240, 225, 0.86);
    }
        .home .call-out {
            display: none;
        }
        .room-rates .call-out {
            top: 240px;
        }
        .amenities .call-out {
            top: 271px;
        }
        .parties-weddings .call-out {
            top: 302px;
        }
        .tour-packages .call-out {
            top: 333px;
        }

aside.panel-2 {
    left: 0;
    width: 400px;
    padding: 30px !important;
}
    .panel-2.wide {
        width: 735px;
    }

aside.panel-3 {
    left: 415px;
    width: 170px;
}

.weather {
    position: absolute;
    right: 25px; top: 20px;
    font-family: 'OpenSans', Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.76;
    overflow: hidden;
    z-index: 110;
    transition: 0.6s;
}
    .weather:hover {
        opacity: 1.0;
    }
    .weather p {
        float: left;
        margin-left: 20px;
    }
        .weather .date span,
        .weather .forecast span,
        .weather .temperature span
         {
            display: block;
        }
        .weather .date,
        .weather .temperature {
            font-size: 30px; line-height: 35px;
        }
        .weather .small {
            font-size: 9px;
            line-height: 15px;
            letter-spacing: 1px;
        }
        .weather .small a {
            color: #ffffff;
            text-decoration: none;
        }
            .weather .small a:hover {
                color: #ffff66;
            }
    .weather p.degrees {
        margin-left: 0;
    }

.credits {
    position: absolute;
    bottom: 15px; right: 10px;
    font-size: 12px; line-height: 15px;
    text-align: right;
    color: #ffffff;
    opacity: 0.5;
    z-index: 120;
    transition: 0.3s;
}
    .credits:hover {
        opacity: 1.0
    }
    .credits p {
        float: right;
    }
    .credits p:first-child {
        float: left;
    }
    .credits .push-it {
        display: block;
        padding: 8px 20px;
    }

/* FX/DESIGN
===============================================================================*/

.call-to-action {
    position: absolute;
    left: 15px; bottom: 15px;
}

h1.logo a,
.panel-2 h2 {
    display: block;
    margin: 85px -15px 15px;
    height: 75px;
    text-transform: uppercase;
    border-top: 3px solid #CECEBF;
    border-bottom: 3px solid #CECEBF;
    background-color: #ffffff;
    opacity: 0.86;
    transition: 0.3s;
}
    aside:hover h1.logo,
    aside:hover h2 {
        opacity: 0.96;
    }
    h1.logo a {
        background: #ffffff url(../img/bakhaw-logo.png) 50% 50%;
        text-indent: -99999px;
    }
    .panel-2 h2 {
        margin: 70px -30px 50px;
        padding-left: 30px;
        line-height: 70px;
        color: #999999;
    }

.photo.thumbnails {
    padding: 0;
}
    .photo.thumbnails li {
        display: block;
        margin-top: 10px;
        list-style: none;
    }
        .photo.thumbnails li:first-child {
            margin-top: 0;
        }
    .photo.thumbnails li a {
        display: block;
        opacity: 0.45;
        transition: 0.6s;
    }
        .photo.thumbnails li a:hover {
            opacity: 1.0;
        }
