@font-face {
    font-family: "Alegreya Sans";
    src: url('../fonts/AlegreyaSans-Regular.otf');
}

@font-face {
    font-family: "Alegreya Sans Italic";
    src: url('../fonts/AlegreyaSans-Italic.otf');
}

@font-face {
    font-family: "Aleo";
    src: url('../fonts/Aleo-Regular.otf');
}

@font-face {
    font-family: "Aleo Italic";
    src: url('../fonts/Aleo-Italic.otf');
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

html, body {
    font-size: 12px;
    /*font-family: "Alegreya Sans";*/
    font-family:"Roboto";
    letter-spacing: 0.2px;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.modal-dialog {
    z-index: 9999;
}

.modal-content {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.relative {
    position: relative;
}

textarea {
    resize: none;
}

#menu {
    width: 230px;
    height: 100%;
    position:fixed;
    padding: 30px 15px 15px 50px;
    z-index: 99;
}

.border-left {
    position: absolute;
    top:0;
    width: 4px;
    height: 50px;
    background: #1F5175;
    left:-2px;
    transition: 0.2s all;
}

.menu-container {
    margin-top: 40px;
    list-style-type: none;
    padding-left: 15px;
    border-left: solid 1px #69cfed;
    font-size: 14px;
}

.menu-container > li {
    padding: 15px 0;
}

.menu-container > li.active a {
    font-weight:bold;
}

.menu-container > li > a, .menu-container > li > a:hover {
    color: #1F5175;
}

.menu-container > li > a:focus {
    text-decoration: none;
}

.home-section {
    padding-top: 50px;
    min-height:100vh;
}

section {
    position: relative;
    padding-left: 230px;
    min-height:100vh;
}

.title {
    /*font-family:"Aleo";*/
    font-size: 28px;
    font-weight:bold;
}

.home-container {
    /*padding-right: 50px;*/
}

.home-container > img {
    width: 100%;
}

.home-carousel-container {
    position: relative;
    padding-right:50px;
}

.home-box {
    background-color: #1F5175;
    height: 100%;
    width: 425px;
    position: absolute;
    right:0;
    top:0;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%); /* Safari and Chrome */
    -moz-transform:translateY(-50%);/* Firefox */
    -ms-transform:translateY(-50%); /* IE 9 */
    -o-transform:translateY(-50%); /* Opera */
}

.carousel-box {
    position: absolute;
    top:0;
    right: 50px;
    width: 375px;
    bottom:0;
    color: #ECDFBD;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
}

.hotel-box-inner {
    width: 100%;
    left:0;
    padding: 15px;
}

.hotel-carousel .owl-controls{
    text-align: left;
}

.carousel-box h2{
    margin-top: 10px;
    font-size: 15px;
    /*font-family:"Alegreya Sans Italic";*/
    font-style: italic;
}

.see-our-hotels {
    margin-top: 35px;
    font-size: 20px;
    color: #ECDFBD;
}

.see-our-hotels:hover, .see-our-hotels:focus {
    color: #ECDFBD;
}

.see-our-hotels span {
    margin-left: 15px;
    font-size: 20px;
    letter-spacing: 1px;
}

#home-carousel .owl-controls {
    position: absolute;
    top:0;
    right:0;
    width: 365px;
    text-align: left;
    z-index: 1;
}

.contact-home-box {
    background-color: #1F5175;
    padding: 18px 15px;
    color: #ECDFBD;
    margin-top: -46px;
    min-height:116px;
}

.contact-box-title {
    font-size: 20px;
}

.contact-box-info {
    line-height:18px;
    font-size: 14px;
}

.home-btm {
    background-color: #3B3A35;
    font-size: 21px;
    color: #ECDFBD;
    padding: 20px;
    /*font-family:"Aleo";*/
    font-weight:bold;
}
.home-btm-padding {
    padding-left: 0;
    padding-right: 50px;
}

html body .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: solid 1px #69cfed;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #69cfed;
}

.btm-line {
    width: 30px;
    margin:auto;
    border-bottom:solid 2px #1F5175;
    margin-bottom:30px;
}

.about-top {
    padding: 50px 40px;
    text-align: center;
    background: #E6E7E8;
}

.about-top h1 {
    font-size: 15px;
    margin-bottom:10px;
    color: #69cfed;
    /*font-family:"Aleo Italic";*/
    font-style: italic;
}

.about-top h2 {
    font-size: 25px;
    margin-top: 10px;
    color: #1F5175;
    margin-bottom:30px;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.about-section {
    padding-bottom: 50px;
}

.about-top p {
    color: #1F5175;
    line-height:18px;
}

.about-btm {
    padding: 45px;
    text-align: center;
}

.about-image {
    margin-bottom:40px;
}

.about-title {
    margin-bottom:20px;
    font-size: 17px;
    color: #1F5175;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.about-p {
    font-size: 12px;
    color: #1F5175;
    line-height: 18px;
}

.our-hotels {
    background-color: #E6E7E8;
    padding: 45px;
    min-height:100vh;
}

.our-hotels h1 {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom:40px;
    font-size: 20px;
    color: #1F5175;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.hotel-col {
    padding:0 7.5px;
    text-align: center;
}

.hotel-col img{
    width: 100%;
}

.hotel-col h3 {
    margin-top: 35px;
    margin-bottom:15px;
    font-size: 17px;
    color: #1F5175;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.view-more {
    display: inline-block;
    padding: 5px 35px;
    border: solid 1px #1F5175;
    border-radius: 35px;
    color: #69cfed;
    transition: 0.5s all;
    font-family:"Alegreya Sans Italic";
}

.view-more:hover {
    background-color: #1F5175;
    color: #ECDFBD;
}

.promotions {
    background-color: #1F5175;
    padding: 45px;
}

.promotions h1 {
     margin-top: 0;
     margin-left: 20px;
     margin-bottom:40px;
     font-size: 20px;
     color: #ECDFBD;
    /*font-family:"Aleo";*/
    font-weight:bold;
 }

.promotion-col {
    text-align: center;
    padding: 0 15px;
}

.promotion-col h3 {
    color: #ECDFBD;
    font-size: 20px;
    margin: 20px 0;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.bottom-line {
    margin-top:30px;
    display: inline-block;
    width: 75px;
    border-bottom:solid 1px #ECDFBD;
}

.promotion-col p {
    color: #ECDFBD;
    line-height:18px;
}

.read-more {
    color: #69cfed;
    font-family:"Aleo Italic";
    cursor: pointer;
}

.read-more:hover {
    color: #69cfed;
}

.gallery-section {
    padding: 45px;
}

.gallery-section h1 {
    font-size: 20px;
    margin-bottom:15px;
    margin-left: 20px;
    margin-top: 0;
    color: #1F5175;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

#gallery-carousel .owl-controls {
    margin-top: 0;
}

.gallery-inner-box {
    position: absolute;
    top:0; left:0;
    width: 100%;
    text-align: center;
}

.gallery-detail-box {
    padding:0 ;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-detail-box:before {
    content: "";
    display: block;
    margin-top: 100%;
}

.gallery-img-box {
    padding: 0 10px;
    margin-bottom:20px;
}

.gallery-section .arrow-container img{
    margin-right: 25px;
    cursor: pointer;
}

.investor-relation {
    padding: 45px;
    background-color: #E6E7E8;
    min-height:100vh;
}

.investor-relation textarea {
    height: 140px;
}

.investor-box {
    /*position: absolute;*/
    top:0; bottom: 0;
    /*width: 50%;*/
    background: #1F5175;
    padding: 15px;
    text-align: left;
    color: #fff;
}

.investor-img {
    width: 100%;
}

.form-outer {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
}

.investor-title {
    margin-top: 70px;
    font-size: 26px;
    /*font-family:Aleo;*/
    font-weight:bold;
}

.investor-subtitle {
    font-size: 15px;
    /*font-family:"Alegreya Sans Italic";*/
    font-style: italic;
}

.investor-content {
    margin-top: 30px;
    line-height:18px;
}

#investor-carousel .owl-controls {
    position: absolute;
    top:20px;
    margin-top:0;
}

.investor-relation .form-container {
    width: 100%;
}

.investor-relation .form-control, .contact-right .form-control {
    border-radius: 0;
    background: #F1F1F2;
    border: 0;
    border-top: solid 2px #69cfed;
    margin-bottom: 15px;
}
.investor-relation .form-label {
    color: #fff;
    margin-bottom:5px;
    font-size: 15px;
}
.contact-right .form-label {
    color: #1F5175;
    margin-bottom:5px;
    font-size: 15px;
}

.investor-relation .btn-submit {
    color: #fff;
}

.btn-submit {
    margin-top: 15px;
    color: #1F5175;
    background-color: transparent;
    border: solid 1px #69cfed;
}

.career-section {
    height: 100vh;
}

.career-top {
    padding: 50px 100px;
    background: #1F5175;
    text-align: center;
    color: #ECDFBD;
    height: 50%;
}

.career-top h1 {
    font-size: 25px;
    margin-bottom:30px;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.career-top .bottom-line {
    width: 30px;
}

.career-btm {
    height: 50%;
    background-image: url('../img/career.png');
    background-attachment: fixed;
    background-size: cover;
}

.contact-section {
}

.contact-top {
    background: #E6E7E8;
    padding: 50px;
}

.contact-btm {
    padding: 50px;
}

.contact-left {
    text-align: right;
    font-size: 15px;
    line-height:18px;
    color: #1F5175;
}

.hotel-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom:35px;
}

.hotel-content {
    color: #1F5175;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hotel-img {
    padding: 0 10px;
    margin-bottom:20px;
}

.career-form-container {
    background: #1F5175;
    color: #fff;
    height: 100vh;
    padding: 50px;
}

.career-form-container h1 {
    font-size: 20px;
    /*font-family:'Aleo';*/
    margin-bottom:50px;
    font-weight:bold;
}

.career-form-container .form-control {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border-top: solid 2px #69cfed;
    margin-bottom:10px;
}

.career-form-container .form-label {
    font-size: 15px;
}

.career-form-left {
    height: 100vh;
    background: url('../img/career.png');
    -webkit-background-size:cover;
    background-size:cover;
}

.career-form-container .btn-submit {
    color: #fff;
}

.career-container h1 {
    font-size: 20px;
    /*font-family:'Aleo';*/
    font-weight:bold;
    margin:0;
    margin-bottom:20px;
}

.career-detail-section {
    padding-top: 50px;
    padding-bottom:50px;
    color: #1F5175;
    font-size: 15px;
}

.career-detail-section .arrow-container {
    padding: 10px;
    border: solid 1px #69cfed;
    display: inline-block;
    margin-right: 15px;
}

.career-detail-section .arrow-container img{
    transition: 0.5s all;
}

.career-target {
    display: none;
    padding-left: 58px;
}

.career-trigger {
    cursor: pointer;
}

.career-detail-section .career-container:nth-child(even) {
    background: #E6E7E8;
    margin-bottom:15px;
    padding-top: 15px;
}

.career-container {
    border-bottom: solid 2px #69cfed;
    padding-bottom:15px;
    padding-left: 45px;
    padding-right: 45px;
}

.radio-container .radio {
    margin-right: 15px;
}

.radio-container {
    margin-bottom:40px;
}

.radio-label {
    margin-left: 15px;
    margin-right: 50px;
    /*font-family:"Aleo";*/
    font-weight:bold;
}

.contact-info-home {
    float: left;
}

.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section-first {
    padding-top: 50px;
}

.padding-0 {
    padding:0;
}

.footer {
    position: absolute;
    bottom: 30px;
}

.gallery-top {
    margin-top: 25px;
}

.investor-item {
    color: #1F5175;
}

#hotel-contact-carousel .owl-controls{
    position: absolute;
    width: 100%;
}

@media (max-width: 990px) {
    html,body {
        font-size: 12px;
    }
    section {
        padding-left:0;
        min-height:initial;
    }
    .home-box {
        width: 100%;
    }
    .contact-home-box {
        margin-top: 0;
    }
    .home-carousel-container {
        padding-right:0;
    }
    .carousel-box {
        right:0;
        width:75%;
    }
    #home-carousel .owl-controls {
        width: 75%;
        padding-left: 10px;
    }
    .home-btm-padding {
        padding-right:0;
        position: absolute;
        bottom:0;
        width: 100%;
    }
    .contact-info-home {
        float: none;
        text-align: center;
    }
    .home-btm {
        font-size: 15px;
        text-align: center;
    }
    .about-box {
        margin-bottom:30px;
    }
    .about-image, .about-title {
        margin-bottom:15px;
    }
    .investor-relation .form-outer {
        position: relative;
    }
    .investor-relation .form-container {
        top:0;
        transform: none;
    }
    .investor-box {
        padding: 10px;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .investor-title {
        font-size: 18px;
        margin-top: 30px;
        line-height:18px;
    }
    .investor-relation .form-container {
        margin-top: 30px;
        position: relative;
    }
    #investor-carousel .owl-controls {
        position:relative;
        left:0; top:0;
        margin-top:0;
    }
    .contact-left {
        text-align: center;
        margin-bottom:30px;
        font-size: 12px;
    }
    .hotel-right-arrow {
        right:-15px;
        top: 32%;
    }
    .hotel-left-arrow {
        left:-15px;
        top: 32%;
    }
    .gallery-section, .career-top, .about-btm {
        padding:15px;
    }
    .about-top p {
        text-align: justify;
        text-align-last: center;
    }
    .promotions h1 {
        text-align: center;
        margin-left:0;
    }
    .contact-top, .contact-btm, .investor-relation {
        padding: 30px 15px;
    }
    .investor-relation .form-label, .contact-right .form-label {
        font-size: 12px;
    }
    .investor-content {
        margin-top: 15px;
    }
    .investor-subtitle {
        margin-top: 10px;
    }
    .btn-submit {
        margin-top: 15px;
    }
    .navbar-header,.navbar-nav, .navbar-nav>li {
        float:none;
    }
    .navbar-toggle {
        border: solid 1px #1F5175;
        display: block !important;
    }
    .navbar-toggle .icon-bar {
        background: #1F5175;
    }
    .navbar-collapse.collapse {display: none!important;}
    .collapse.in{display:block !important;}
    .menu-logo-mobile {
        height: 40px;
        margin-left: 15px;
        margin-top:5px;
    }
    /*.investor-content {*/
        /*height: 100px;*/
        /*overflow: auto;*/
    /*}*/
    .menu-logo-container {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background-color: #fff;
        z-index:999;
        border-bottom:solid 1px #1F5175;
    }
    #navbar-mobile {
        text-align: right;
    }
    .career-top h1 {
        margin-bottom:15px;
    }
    .career-top p {
        line-height:18px;
        text-align: justify;
        text-align-last: center;
    }
    .career-section {
        height:auto;
    }
    .career-btm {
        height:150px;
    }
    .career-form-left {
        display: none;
    }
    .career-form-container {
        padding: 15px;
        height: auto;
        background: rgba(0,0,0,0.5);
        padding-bottom:50px;
    }
    .detail-career-top-section {
        padding-top: 50px;
        background: url('../img/career.png');
    }
    .radio-container {
        text-align: center;
    }
    .radio-label {
        margin-right: 15px;
    }
    .career-title {
        text-align: center;
    }
    .career-container {
        text-align: justify;
    }
    .career-target {
        padding-left:0;
    }
    .hotel-box {
        position: relative;
        width:auto;
        text-align: center;
        background-color: #fff;
        color: #1F5175;
    }
    .hotel-content {
        text-align: justify;
    }
    html, body,.home-section, .home-carousel-container, .owl-carousel, .owl-wrapper-outer, .owl-wrapper, .owl-item, .home-container, .home-container img {
        height: 100%;
    }
    .home-container {
        background-size: cover;
    }
    .carousel-box {
        pointer-events: none;
    }
    .carousel-inner-box {
        pointer-events: visiblefill;
    }
    .contact-home-box {
        position: absolute;
        bottom: 50px;
        background: transparent;
        width: 100%;
    }
    .contact-info-home {
        text-align: right;
    }
    .title {
        font-size: 24px;
    }
    .carousel-box h2 {
        font-size: 12px;
    }
    .see-our-hotels img {
        height: 25px;
    }
    .see-our-hotels span {
        font-size: 15px;
    }
    .contact-box-title {
        font-size: 15px;
    }
    .contact-box-info {
        font-size: 12px;
    }
    .home-btm {
        background-color: #1F5175;
    }
    .investor-relation {
        padding-top: 50px;
        min-height:100vh;
    }
    .hotel-carousel .owl-controls {
        text-align: center;
    }
    #menu {
        width:0;
        padding:0;
    }
    .footer-mobile {
        text-align: center;
        padding: 15px;
    }
    .navbar-nav>li>a {
        color: #1F5175;
    }

    .navbar-nav>li.active>a {
        background: #eee;
    }
    .our-hotels h1 {
        text-align: center;
        margin-left:0;
    }
}

@media (min-width: 2000px) {
    .contact-top img{
        min-height:175px;
    }
}