/*
This file is created and updated by
Chin Wei Ping at Xantec Solutions Sdn Bhd
*/
/* 
    Created on : Oct 8, 2015, 4:44:25 PM
    Author     : Ping
*/

::selection { background: rgba(255,255,255,0.1); color: #ffc20e; }
::-moz-selection { background: rgba(255,255,255,0.1); color: #ffc20e; }

* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.285714;
    background: #5a3795;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

a {
    color: #11a0db;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover { color: #5a3795; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1;
    color: #5a3795;
    font-family: Alegreya, serif;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

.page {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    margin-top: -3px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1275px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row {
    overflow: hidden;
    margin: 0 -15px;
}

.narrow { margin: 0 -3px; }
.nospace { margin: 0; }

.row > div {
    float: left;
    padding: 0 15px;
    min-height: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.narrow > div { padding: 0 3px; }
.nospace > div { padding: 0; }

.grid0 { width: 0; }
.grid1 { width: 8.333333%; }
.grid2 { width: 16.666666%; }
.grid3 { width: 25%; }
.grid4 { width: 33.333333%; }
.grid5 { width: 41.666666%; }
.grid6 { width: 50%; }
.grid7 { width: 58.333333%; }
.grid8 { width: 66.666666%; }
.grid9 { width: 75%; }
.grid10 { width: 0; }
.grid11 { width: 0; }
.grid12 { width: 100%; }

/* header */

.header { background: url(../img/background/header.jpg); }

.header .container { height: 90px; }

.logo {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
}

.logo img { width: auto; }

.top-links {
    position: absolute;
    top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.top-links.fixed {
    position: fixed;
    top: 0;
    background: url(../img/background/header.jpg);
}

.top-links-items {
    float: right;
    overflow: hidden;
}

.social-connect {
    float: left;
    padding-left: 10px;
    border-left: 1px #fff solid;
    border-color: rgba(255,255,255,0.3);
}

.social-connect a {
    display: block;
    float: left;
    color: #11a0db;
    margin: 1px 0 1px 4px;
    width: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.social-connect a:hover { color: #ffc20e; }

.book-btn {
    font-size: 13px;
    font-family: Alegreya, serif;
    font-weight: 700;
    color: #b75400;
    background: #ffc20e;
    display: block;
    text-align: center;
    width: 190px;
    margin: 0 auto;
    line-height: 28px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top-links .book-btn {
    float: left;
    margin: 1px 15px;
}

.book-btn:hover { color: #f58220; }

.user-account { float: left; }

.user-account a {
    display: block;
    float: left;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    border-right: 1px #fff solid;
    border-color: rgba(255,255,255,0.3);
}

.user-account a:hover { color: #ffc20e; }

.user-account a i { margin-right: 5px; }

.nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    display: none;
    z-index: 3;
}

.nav span {
    position: absolute;
    left: 16px;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.nav span:first-child { top: 19px; }
.nav span:nth-child(2) { top: 24px; }
.nav span:last-child { top: 29px; }

.nav.active span:first-child {
    top: 24px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.nav.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nav.active span:last-child {
    top: 24px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.post {
    position: absolute;
    right: 0;
    top: 50px;
    padding-top: 15px;
    display: none;
}

.post > div {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.post > span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 8px;
    right: 118px;
    border-top: 1px #dfe0e4 solid;
    border-left: 1px #dfe0e4 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.main-nav {
    background: url(../img/background/header.jpg);
    overflow: hidden;
}

.main-nav ul {
    list-style: none;
    float: right;
    margin-right: -36px;
}

.main-nav li { float: left; }

.main-nav a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-family: Alegreya, serif;
    padding: 23px 36px 0;
    text-align: center;
    height: 37px;
    font-weight: 700;
    color: #fff;
    background: url(../img/active.png) no-repeat center 15px;
}

.main-nav a.active, .main-nav a.hover {
    color: #5a3795;
    background-position: center 0;
}

.main-nav i { display: none; }

.sub-nav {
    position: relative;
    z-index: 1;
    padding-bottom: 2px;
    border-bottom: 3px #fff solid;
    border-bottom: 3px rgba(255,255,255,0.8) solid;
    overflow: hidden;
    height: 0;
}

.sub-nav > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background: #5a3795;
}

.sub-nav ul {
    overflow: hidden;
    list-style: none;
    display: none;
}

.sub-nav li {
    float: left;
    width: 14.285714%;
}

.sub-nav a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 50px 5px;
}

.sub-nav a:hover, .sub-nav a.active { color: #ffc20e; }

.sub-nav i {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-size: 32px;
}

.mobile-nav {
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background: #5a3795;
    z-index: 2;
    display: none;
}

.mobile-nav ul {
    list-style: none;
    overflow: auto;
    position: fixed;
    top: 50px;
    bottom: 50px;
    padding: 15px 0;
    left: 0;
    width: 100%;
    background: #5a3795;
}

.mobile-nav li {
    float: left;
    width: 33.333333%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mobile-nav li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    height: 100px;
}

.mobile-nav li a.active { color: #ffc20e; }

.mobile-nav li i {
    display: block;
    font-size: 32px;
    padding-bottom: 10px;
    text-align: center;
}

.mobile-nav ul ul { left: 100%; }

.mobile-nav ul ul.active { left: 0; }

.nav-back {
    position: fixed;
    left: 0;
    top: 0;
    line-height: 50px;
    left: 0;
    padding: 0 6px;
    z-index: 2;
    color: #fff;
    display: none;
}

.nav-back i {
    font-size: 20px;
    display: block;
    line-height: 50px;
    width: 50px;
    float: left;
    text-align: center;
}

.mobile-nav .social-connect {
    position: fixed;
    right: 15px;
    bottom: 10px;
    display: none;
    border: none;
}

.mobile-nav .social-connect a { color: #5a3795; }

.mobile-nav .user-account {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: none;
}

.mobile-nav .user-account a { border: none; }

.mobile-nav .user-account a+a {
    border-left: 1px #59bde6 solid;
    border-color: rgba(255,255,255,0.3);
}

/* footer */

.footer { position: relative; }

.footer > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #11a0db;
}

.sitemap-label {
    position: absolute;
    top: -28px;
    line-height: 28px;
    font-family: Alegreya, serif;
    color: #fff;
}

.sitemap-label span {
    display: block;
    width: 90px;
    float: left;
    padding-right: 14px;
    padding-left: 25px;
    background: url(../img/sitemap.png);
}

.footer .row > div+div h6 {
    border-left: 1px #59bde6 solid;
    border-color: rgba(255,255,255,0.3);
}

.footer h6 {
    background: #11a0db;
    color: #fff;
    font-size: 13px;
    padding-top: 25px;
    height: 40px;
    margin: 0 -15px;
    padding-left: 40px;
    padding-right: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.footer .row .row > div:hover h6 { background: #5a3795; }

.footer ul {
    list-style: none;
    padding: 25px 0 50px;
}

.footer li a {
    display: block;
    padding: 5px 0;
    padding-left: 25px;
    color: #8c73b5;
    font-size: 12px;
    line-height: 1;
}

.footer .row .row > div:hover li a { color: #fff; }

.footer .row .row > div li a:hover, .footer .row .row > div li a.active { color: #ffc20e; }

.copyright {
    padding: 15px 0;
    text-align: center;
    color: #8c73b5;
    font-size: 12px;
    border-top: 1px #8c73b5 solid;
}

.copyright a { color: #8c73b5; }

.copyright:hover a { color: #fff; }

.copyright a:hover { color: #ffc20e; }

/* main */

.main {
    width: 100%;
    max-width: 1000px;
    padding: 90px 0 130px;
    margin: 0 auto;
}

.std {
    padding: 50px 50px 75px;   
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* page header */

.page-title {
    text-align: center;
    padding-bottom: 35px;
}

.page-title img {
    position: absolute;
    bottom: 0;
    right: -78px;
    width: auto;
}

.page-title img:first-child {
    right: auto;
    left: -78px;
}

.page-title h1 { padding-bottom: 15px; }

.page-title h1 span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 48px;
}

.page-title h4 { font-weight: 400; }

.page-title div {
    font-size: 5px;
    color: #dfe0e4;
    padding-top: 20px;
}

.page-title div i { margin: 1px; }

.space { height: 25px; }

.std .row h4 { padding-bottom: 15px; }

.std b { font-weight: 700; }

.water-theme { color: #11a0db; }
.adventure-theme { color: #ffc20e; }
.discovery-theme { color: #01babd; }
.leisure-theme { color: #f58220; }
.general-theme { color: #5a3795; }
.drift-theme { color: #fe0000; }
.combo-theme li i { color: #70ad47; }

.facility { padding: 0 15px 10px; }

.facility img {
    border-top: 4px #5a3795 solid;
    padding-bottom: 10px;
}

.facility h5 {
    padding: 8px 0;
    border-bottom: 1px #5a3795 solid;
}

.facility h6 { padding: 6px 0; }

.facility p { padding: 10px 0; }

.image-border { border: 1px #dfe0e4 solid; }

.legend h5 {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.legend i {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

/* photo gallery */

.album {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

.album .image {
    border-top: 4px #5a3795 solid;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 173px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: url(../img/photo/coming-soon.jpg) center center;
    background-size: cover;
}

.album:hover .image { border-top: 4px #11a0db solid; }

.album .image img { visibility: hidden; }

.album h5 {
    white-space: nowrap;
    padding: 8px 0;
    border-bottom: 1px #5a3795 solid;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.album:hover h5 {
    color: #11a0db;
    border-bottom: 1px #11a0db solid;
}

.album span {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 173px;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.album i {
    position: absolute;
    font-size: 32px;
    top: 8px;
    left: 10px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.album:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* lightbox */

.overlay {
    position: fixed;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 3;
    display: none;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    color: #fff;
    display: none;
    perspective: 2000px;
    -webkit-perspective: 2000px;
}

.lightbox div {
    position: absolute;
    width: 100%;
    bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.lightbox .present { left: 0; }
.lightbox .past {
    left: -100%;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}
.lightbox .future {
    left: 100%;
    transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.lightbox h5 {
    position: absolute;
    top: 0;
    left: 150px;
    right: 150px;
    color: #fff;
    padding: 17px 0;
    line-height: 1;
    font-weight: 400;
}

.lightbox span {
    position: absolute;
    top: 0;
    left: 15px;
    color: #dfe0e4;
    font-style: italic;
    text-align: left;
    font-size: 12px;
    line-height: 50px;
}

.lightbox p {
    position: absolute;
    bottom: 0;
    padding: 16px 0;
    left: 15px;
    right: 15px;
    text-align: center;
    line-height: 18px;
}

.lightbox i {
    position: absolute;
    top: 0;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.lightbox i:hover { color: #ffc20e; }

.lightbox .fa-mail-reply { right: 100px; }

.lightbox .fa-mail-forward { right: 50px; }

.lightbox .fa-times {
    right: 0;
    font-size: 26px;
}

/* tips */

.tips {
    color: #333;
    position: relative;
    text-align: center;
}

.tips .circlular-left, .tips .circlular-right {
    position: absolute;
    top: 220px;
    height: 320px;
    width: 160px;
    overflow: hidden;
}

.tips .circlular-left { left: 290px; }
.tips .circlular-right { right: 290px; }

.tips .circlular-left span, .tips .circlular-right span {
    position: absolute;
    top: 0;
    border: 4px #f58220 solid;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.tips .circlular-left span { left: 0; }
.tips .circlular-right span { right: 0; }

.tips .half-left, .tips .half-right {
    position: absolute;
    top: 220px;
    left: 290px;
    width: 320px;
    height: 320px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.tips > .quater {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.tips > .half {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tips .half-left span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: #fff;
}

.tips .half-right span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background: #fff;
}

.tips ul {
    list-style: none;
    position: relative;
    height: 760px;
    z-index: 1;
}

.step {
    width: 236px;
    height: 166px;
    position: absolute;
}

.step1 {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 80px;
}

.step2 {
    top: 326px;
    right: 0;
    padding-left: 80px;
}

.step3 {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 80px;
}

.step4 {
    top: 326px;
    left: 0;
    padding-right: 80px;
}

.step .numbering {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    padding: 12px;
    background: #f58220;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.step1 .numbering {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.step2 .numbering {
    top: 30px;
    left: 0;
}

.step3 .numbering {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.step4 .numbering {
    top: 30px;
    right: 0;
}

.step .icon {
    display: block;
    height: 66px;
    width: 64px;
    margin: 0 auto 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.step1 .icon { background-image: url(../img/content/tip-1.png); }
.step2 .icon { background-image: url(../img/content/tip-2.png); }
.step3 .icon { background-image: url(../img/content/tip-3.png); }
.step4 .icon { background-image: url(../img/content/tip-4.png); }

/* accordion */

.faq-topic {
    background: #01babd;
    text-align: center;
}

.faq-topic h4 {
    padding: 15px 0;
    color: #fff;
}

.accordion {
    list-style: none;
    padding-top: 30px;
}

.accordion li {
    position: relative;
    padding-left: 30px;
    color: #5a3795;
    margin-bottom: 12px;
    cursor: pointer;
}

.accordion li:hover { color: #ffc20e; }

.accordion span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
}

.accordion i { 
    display: block;
    line-height: 17px;
    width: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.accordion li:hover i, .accordion li.active i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.accordion p {
    color: #000;
    padding: 6px 0;
    margin-top: 6px;
    border-top: 1px #dfe0e4 solid;
}

/* lost and found */

.lostnfound { text-align: center; }

.lostnfound img {
    padding-bottom: 15px;
    width: auto;
}

.lostnfound p { line-height: 18px; }

.lostnfound p b {
    font-size: 18px;
    color: #ffc20e;
    font-weight: 400;
}

.lostnfound p b a { color: #ffc20e; }

.lostnfound p b a:hover { color: #f58220; }

.inpage-banner img { padding-bottom: 6px; }

.general-listing {
    margin-top: 15px;
    list-style: none;
}

.general-listing.remove-margin { margin-top: 0; }

.general-listing li {
    padding: 2px 0 2px 20px;
    position: relative;
    color: #000;
}

.general-listing li i {
    color: #5a3795;
    position: absolute;
    font-size: 8px;
    top: 2px;
    left: 0;
    line-height: 17px;
}

.water-theme li i { color: #11a0db; }
.adventure-theme li i { color: #ffc20e; }
.discovery-theme li i { color: #01babd; }
.leisure-theme li i { color: #f58220; }
.general-theme li i { color: #5a3795; }
.drift-theme li i { color: #fe0000; }
.combo-theme li i { color: #70ad47; }

.center-text { text-align: center; }

.price-list {
    border-spacing: 1px;
    width: 100%;
    table-layout: fixed;
}

.price-list th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 11px 0;
    border-bottom: 1px #fff solid;
}

.water-theme th { background: #11a0db; }
.adventure-theme th { background: #ffc20e; }
.discovery-theme th { background: #01babd; }
.leisure-theme th { background: #f58220; }
.general-theme th { background: #5a3795; }
.drift-theme th { background: #fe0000; }
.combo-theme th { background: #70ad47; }

.price-list td {
    color: #333;
    text-align: center;
    padding: 10px 0;
}

.water-theme td { background: #dcf1fa; }
.adventure-theme td { background: #fef7e2; }
.discovery-theme td { background: #e6f8f8; }
.leisure-theme td { background: #faeadc; }
.general-theme td { background: #ddc9ff; }
.drift-theme td { background: #ffd2d2; }
.combo-theme td { background: #eaf3e4; }

.price-list tr:last-child td { border-bottom: 2px #11a0db solid; }

.water-theme tr:last-child td { border-color: #11a0db; }
.adventure-theme tr:last-child td { border-color: #ffc20e; }
.discovery-theme tr:last-child td { border-color: #01babd; }
.leisure-theme tr:last-child td { border-color: #f58220; }
.general-theme tr:last-child td { border-color: #5a3795; }
.drift-theme tr:last-child td { border-color: #fe0000; }
.combo-theme tr:last-child td { border-color: #70ad47; }

.job-search-block {
    background: #1f1c27 url(../img/content/career-bg.jpg) no-repeat center top;
    padding: 349px 4% 50px;
	background-size: 100% auto;
}

.job-search-block-transparent{
	background: rgba(31, 28, 39, .75);
	padding-left:3%;
	padding-right:3%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.job-search-block h1 {
    font-family: PT Sans, sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.job-search-block-transparent > p {
    padding: 20px 0 30px;
    color: #fff;
}

.join-btn {
    font-family: Alegreya, serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #ffc20e;
    display: block;
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 38px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.join-btn:hover { color: #f58220; }

/* contact page */

.map {
    width: 100%;
    height: 360px;
}

.contact-info { padding-top: 15px; }

.contact-info h5 { font-family: PT Sans, sans-serif; }

.contact-info p { padding: 18px 0 9px; }

.contact-info a { color: #000; }

.contact-info a:hover { color: #ffc20e; }

.contact-info a+a { margin-left: 50px; }

.contact-info i {
    margin-right: 10px;
    color: #333;
}

.contact-form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.field {
    position: relative;
    margin-top: 15px;
}

.field label {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 38px;
}

.field label i {
    color: #e62e8c;
    font-size: 8px;
    vertical-align: super;
}

.field span {
    display: block;
    color: #e62e8c;
    padding: 3px 10px 3px 30px;
    font-size: 12px;
    position: relative;
    display: none;
}

.field span i:first-child {
    position: absolute;
    top: 3px;
    left: 10px;
    line-height: 15px;
}

.field input {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    border: 1px #dfe0e4 solid;
    text-align: right;
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    color: #01babd;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#firstname, #lastname { text-transform: capitalize; }

.field:hover input {
    box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}

.field input:focus {
    border: 1px #ccc solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}

.field textarea {
    display: block;
    width: 100%;
    padding: 38px 10px 10px;
    height: 145px;
    border: 1px #dfe0e4 solid;
    text-align: justify;
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    color: #01babd;
    outline: none;
    resize: none;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.field:hover textarea {
    box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}

.field textarea:focus {
    border: 1px #ccc solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}

.recaptcha {
    margin: 0 -15px;
    padding-top: 15px;
}

.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

.button-group {
    text-align: center;
    padding-top: 15px;
}

.button-group button {
    font-family: PT Sans, sans-serif;
    width: 90px;
    height: 28px;
    background: #11a0db;
    color: #fff;
    margin: 10px 2px 0;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.button-group button:hover { background: #01babd; }

.submissionpage div {
    background: #fff;
    margin: 110px auto;
    width: 100%;
    max-width: 500px;
}

.submissionpage p {
    padding: 30px 25px 25px;
    text-align: justify;
    overflow: hidden;
}

.submissionpage a {
    font-family: Alegreya, serif;
    display: block;
    color: #000;
    background: #5a3795;
    padding: 0 34px;
    line-height: 28px;
    text-decoration: none;
    float: right;
    text-align: center;
    color: #fff;
}

.submissionpage a:hover {
    color: #fff;
    background: #01babd;
}

.file label {
    position: static;
    padding: 0 10px;
    display: block;
    background: #fff;
    border: 1px #dfe0e4 solid;
    line-height: 36px;
}

.file label a {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    line-height: 38px;
    color: #01babd;
    text-align: right;
}

.file input { display: none; }

.contact-form { display: none; }

/* home */

@keyframes rotateChevron {
    0% {
        bottom: 16px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        bottom: 8px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        bottom: 0px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes rotateChevron {
    0% {
        bottom: 16px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        bottom: 8px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        bottom: 0px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.scrolldown {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #5a3795;
    font-family: Alegreya, serif;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0 50px;
    width: 150px;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.scrolldown.trans {
    bottom: -50px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.scrolldown:hover {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.scrolldown.hide { bottom: -100px; }

.scrolldown i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    font-size: 36px;
    animation: rotateChevron 1s infinite linear;
    -moz-animation: rotateChevron 1s infinite linear;
    -webkit-animation: rotateChevron 1s infinite linear;
}

.bannerholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner {
    width: 100%;
    max-width: 1001px;
    margin: 0 auto;
    padding-top: 80px;
}

.banner .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
}

.banner .owl-controls .owl-page span { background: #82d3f2; }
.banner .owl-controls .owl-page:hover span, .banner .owl-controls .owl-page.active span { background: #3070bd; }

.home > div {
    position: relative;
    height: 850px;
    overflow: hidden;
}

.home > div > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.home > p {
    position: relative;
    z-index: 1;
}

.home > p > img {
    position: absolute;
    width: auto;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.home > p > img:first-child {
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.level-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.level-text1 { top: 25%; }
.level-text2 { top: 50%; }
.level-text3 { top: 10%; }
.level-text4 { top: 20%; }
.level-text5 { top: 15%; }

.movedown { padding-top: 250px; }

.level-text .container { overflow: hidden; }

.level-text .container > div {
    max-width: 800px;
    width: 100%;
}

.fullwidth .container > div { max-width: 100%; }

.keptright .container > div { float: right; }

.level-text h1 {
    font-size: 90px;
    color: #11a0db;
    padding: 10px 0;
}

.level-text h2 {
    font-size: 34px;
    color: #11a0db;
    padding: 15px 0;
}

.level-text a {
    font-size: 28px;
    color: #11a0db;
    font-family: Alegreya, serif;
    display: block;
    padding: 5px 0;
    width: 250px;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.white h1, .white h2, .white a { color: #fff; }

.level-text a:hover {
    color: #b75400;
    background: #ffc20e;
    text-shadow: none;
}

.lvl2image {
    position: absolute;
    right: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.lvl5image {
    position: absolute;
    right: 0;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.lvl6image {
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.photogallery {
    background: #fff;
    text-align: center;
    padding: 100px 0;
}

.photogallery .row a {
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover;
}

.photogallery .row a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.photogallery .row a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.photogallery .row a i {
    position: absolute;
    font-size: 32px;
    top: 8px;
    left: 10px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.photogallery > h1 {
    font-size: 48px;
    color: #11a0db;
    padding: 10px 0;
}

.photogallery > span {
    display: block;
    margin: 0 auto;
    height: 3px;
    background: #11a0db;
    width: 85px;
}

.photogallery > p {
    font-size: 18px;
    color: #11a0db;
    font-family: Alegreya, serif;
    padding: 15px 15px 45px;
}

.photogallery > a {
    font-size: 28px;
    color: #11a0db;
    font-family: Alegreya, serif;
    display: block;
    padding: 5px 0;
    width: 250px;
    margin: 45px auto;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.photogallery > a:hover {
    color: #b75400;
    background: #ffc20e;
    text-shadow: none;
}

.page-btn .book-btn {
    font-size: 18px;
    width: 250px;
    margin: 0 auto;
    line-height: 38px;
}

.direction-list h5 { color: inherit; }

.direction-list h6 {
    font-family: PT Sans, sans-serif;
    padding: 15px 0 8px;
    color: inherit;
}

.direction-list i { width: 30px; }

.direction-list p {
    margin: 0 0 30px 30px;
    color: #333;
}