/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import "styleHeader.css";
@import "styleBody.css";
@import "styleBooking.css";
@import "styleFooter.css";
@import "bootstrap.css";
@import "flag-icon.min.css";
@import "jquery-ui.css";
@import "JFFormStyle-1.css";

.ud {
    font-size: xx-large;
    font-family: 'Open Sans', sans-serif;
    background: #00c4ff;
    color: red;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    background: #FFf;

}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    color: unset;
    text-decoration: none;
}

/*-----start-header----*/
.logo {
    float: left;
    padding-top: 1.5em;
}

.logo h3 {
    color: #fff;
    margin: 1em 0;
    font-weight: bold;
}

.logo h3 span {
    color: #FFD700;
    position: relative;
}

.banner {
    /*background:#00CCFF;*/
    background: url('../images/hotel_front.jpg') no-repeat 0 0;
    background-size: contain;
    background-position: 30%;
    min-height: 600px;
    padding: 2em 0 4em 0;
}

.banner-info h4 {
    color: #b00;
    margin-bottom: 12px;
    background-color: #fff;
    width: 50%;
    opacity: 0.60;
}

.banner-info h4 label {
    font-weight: 600;
    padding: 0 0 0 2em;
}

.banner-info h1 {
    color: #0D76FA;
    font-weight: bold;
    border-top: 1px dashed rgba(255, 255, 255, 0.59);
    width: 60%;
    margin: 0 0 auto;
    padding: 16px 0 23px 0;
    font-size: 2em;
}

.banner-info span {
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.59);
    width: 30%;
    margin: 0 400px auto;
}

.banner-info ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin: 1em;
}

.banner-info ul li a {
    font-size: 1.5em;
    display: block;
    color: #0D76FA;
    font-weight: bold;
    margin: 1em;
}

i.line {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    min-height: 1px;
    width: 13%;
    position: absolute;
    left: 96%;
    bottom: 48%;
}

i.line2 {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    min-height: 1px;
    width: 8%;
    position: absolute;
    left: 96%;
    bottom: 48%;
}

/* start grids_of_3 */
.grids_of_3 {
    display: block;
    padding: 4% 2% 12%;
}

.grid1_of_3 {
    float: left;
    width: 30.333333%;
    margin-left: 4.33333%;

}

.grid1_of_3:first-child {
    margin-left: 0;
}

.grid1_of_3 h4 a {
    margin: 4% 0;
    display: block;
    font-size: 1.5em;
    color: #8A8A8A;
    text-transform: capitalize;
    font-weight: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid1_of_3 h4 span {
    font-weight: 600;
    padding-left: 10px;
    color: #202020;
}

.grid1_of_3 h4 a:hover {
    color: #202020;
}

.grid1_of_3 p {
    font-size: 0.8725em;
    color: #6b6b6b;
    line-height: 1.8em;
}

.grid1_of_3_img {
    position: relative;
}

/* start footer */
.footer {
    padding: 4% 2% 2%;
}

.copy {
    float: left;
    margin-top: 15px;
}

.copy p {
    color: #9c9c9c;
    font-size: 0.8725em;
    line-height: 1.5em;
}

.copy p a {
    color: #52ABDF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copy p a:hover {
    color: #9c9c9c;
}

/* start rooms and suits */
.main {
    padding: 4% 2%;
}

.main h3 {
    text-align: center;
    margin: 0.5em 0 2.5em;
    color: #52ABDF;
}

.content {
    float: left;
    width: 68.333333%;
    margin-right: 3.3333%;
}

.sidebar {
    float: left;
    width: 24.333333%;
    padding-left: 3.3333%;
    border-left: 1px solid rgb(184, 184, 184);
}

.room {
    padding-bottom: 6%;
    border-bottom: 2px dashed rgb(109, 109, 109);
}

.room h4 {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #252525;
    font-weight: 100;
    margin-bottom: 15px;
}

.det_pic img {
    width: 100%;
}

p.para {
    font-size: 0.8em;
    color: #6b6b6b;
    line-height: 1.5em;
    margin: 10px 0;
}

.sidebar h4 {
    text-transform: capitalize;
    font-size: 1em;
    color: #252525;
    font-weight: 600;
    margin: 10% 0 4%;
}

.grids_of_2 {
    display: block;
    margin: 8% 0;
}

.grids_of_img {
    float: left;
    width: 22.33333%;
}

.grids_of_para {
    float: left;
    width: 73.333333%;
    margin-left: 4.333333%;
}

/* res_online */
.res_online h4 {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #252525;
    font-weight: 100;
    margin-bottom: 15px;
}

.span_of_2 {
    padding: 4% 0;
    margin: 6% 0;
    border-bottom: 2px dashed rgb(109, 109, 109);
    border-top: 2px dashed rgb(109, 109, 109);
}

.span2_of_1 {
    float: left;
    width: 47.33333%;
    margin-left: 4.33333%;
}

.span2_of_1:first-child {
    margin-left: 0;
}

.span2_of_1 h4 {
    text-transform: capitalize;
    font-size: 1em;
    color: #303030;
    font-weight: 600;
    margin-bottom: 5px;
}

.sel_room {
    float: left;
    width: 47.77777%;
}

.sel_room.left {
    margin-left: 4.33333%;
}

.book_date.btm {
    margin-bottom: 15px;
}

.res_btn {
    text-align: center;
    display: block;
    margin-bottom: 4%;
}

.res_btn form input[type="submit"] {
    display: inline-block;
    text-transform: capitalize;
    width: 25% !important;
    background: #32A2E3;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    padding: 15px;
    border: none;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.res_btn form input[type="submit"]:hover {
    background: #228AC6;
}

.package {
    background: url(../images/package-bg.jpg) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
    padding: 1% 0 0 0;
    border-bottom: 1px solid #939597;
}

.package h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.5em;
}

.package p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    color: #606367;
    line-height: 1.8em;
}

.image-grid img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 3px solid #373A3F;
    cursor: pointer;
}

.image-grid ul li {
    display: inline-block;
    margin: 1%;
}

.rooms {
    /*    background:url(../images/rooms.jpg) repeat-y 0 0;
        background-size:cover;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*min-height:200px;*/
    padding: 2% 0 5% 0;
}

.rooms h3 {
    font-size: 2em;
    letter-spacing: 2px;
    /*    margin-bottom:20px;*/
}

.room-sec {
    margin: 15px 0;
}

.room-sec h4 {
    color: #616468;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 300;
    margin-top: 13px;
}

.room-sec p {
    font-size: 13px;
    color: #6A6B6C;
    width: 100%;
    margin: 10px 0;
    line-height: 1.5em;
    text-align: justify;
}

.room-sec ul {
    font-size: 11px;
    color: #6A6B6C;
    width: 100%;
    margin: 10px 0;
    padding-left: 50px;
    line-height: 1.5em;
    text-align: justify;
}

.room-sec ul li {
    font-size: 11px;
    color: #6A6B6C;
    width: 100%;
    margin: 10px 0;
    padding-left: 5px;
    line-height: 1.2em;
    text-align: justify;
}

.items ul li {
    display: inline-block;
    list-style-type: none;
}

.items ul li a span {
    width: 25px;
    height: 25px;
    display: block;
}

.items ul li a span.img1 {
    background-position: -8px -8px;
}

.items ul li a span.img2 {
    background-position: -34px -7px;
}

.items ul li a span.img3 {
    background-position: -63px -7px;
}

.items ul li a span.img4 {
    background-position: -94px -4px;
}

.items ul li a span.img5 {
    background-position: -126px -8px;
}

.items ul li a span.img6 {
    background-position: -153px -7px;
}

.items ul li a span:hover {
    opacity: 0.6;
}

.items {
    margin-top: 1.5em;
    visibility: hidden;
}

/*--FACILITIES-PAGE--*/
.main_bg {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 2% 0 5% 0;
}

.service_list {
    display: block;
}

.service_list.top {
    margin-top: 4%;
}

.service_list li {
    float: left;
    width: 22.3333%;
    margin-left: 3.3333%;
    margin-bottom: 5%;
    position: relative;
    display: inline-block;
}

.service_list li:first-child {
    margin-left: 0;
}

.service_list li a img:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.8;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.service_list li h3 {
    display: inline-block;
    margin: 15px 0 5px;
    /*text-transform: capitalize;*/
    font-size: 1em;
    color: #191919;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_list li h3:hover {
    color: #52ABDF;
}

.service_list li h4 a {
    display: block;
    margin: 0.5em 0 2em 0;
    font-style: italic;
    line-height: 1.5em;
    font-size: 0.8725em;
    font-weight: 400;
    color: #52ABDF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_list li h4 a:hover {
    color: #191919;
}

.service_list li p {
    text-align: justify;
}

.ser_img {
    position: relative;
}

.ser_img img {
    width: 100%;
}

.room-sec:hover div.caption {
    display: block;
    cursor: pointer;
}

.hotel-details {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 2em 0;
}

.hotel-details a {
    color: #2A2E33;
    margin: 1em 0;
    font-weight: bold;
    font-size: 32px;
}

.hotel-details a span {
    color: #FFD700;
    font-size: 1.5em;
}

.hotel-details h2 {
    margin: 8px 0;
    font-weight: bold;
    color: #00CCFF;
}

.hotel-welcome {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hotel-welcome h3 {
    font-size: 20px;
    color: #2A2E33;
    margin: 2em 0 5px 0;
}

.hotel-welcome h3 span {
    font-weight: bold;
    color: #FFD700;
}

.hotel-welcome label {
    background: #939597;
    height: 1px;
    width: 25%;
    display: block;
}

.hotel-welcome p {
    font-size: 14px;
    margin: 10px 0 1em 0;
    line-height: 1.8em;
}

.info {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

i.cell {
    font-size: 1.5em;
    color: #3B3B3B;
    text-transform: uppercase;
    padding: 1.5em 0;
    display: block;
    width: 62%;
    text-align: center;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 500px;
}

.grid-flex {
    margin: 10px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}

/*--Booking--*/
.contact-bg2 {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

select.arrival {
    width: 20%;
    color: #858585;
    font-size: 0.8725em;
    padding: 7px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    border: 1px solid rgba(42, 46, 51, 0.4);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-right: 2%;
}

.bookingRoom {
    width: 30%;
}

.bookingRoom {
    font-family: 'Open Sans', sans-serif;
    padding: 7px;
    display: block;
    width: 98%;
    background: transparent;
    outline: none;
    color: #555555;
    font-size: 1em;
    border: 1px solid #2A2E33;
    -webkit-appearance: none;
}

.BookingRoom:hover {
    border: 1px solid #FFD700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control {
    width: 10%;
}

.booking-news h4 {
    margin: 10px 0;
    font-size: 1.5em;
    color: #252525;
}

.LatestNews {
    margin: 1em 0 2em 0;
}

.booking-news h6 {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

.about-section p {
    line-height: 1.8em;
    font-weight: 400;
    color: #999999;
    margin-bottom: 3em;
}

.LatestNews span {
    font-size: 0.75em;
}

/*--CONTACT-page--*/
.contact-bg {
    background: url(../images/rooms.jpg) repeat-y 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-bottom: 6em;
}

.contact-us {
    padding: 4% 0;
}

.contact-us_left {
    float: left;
    margin-right: 3.3333%;
    width: 32.3333%;
}

.contact_right {
    float: left;
    width: 63.3333%;
}

.contact-us_left h3 {
    margin-bottom: 2%;
}

.company_address {
    padding-top: 10px;
}

.company_address p {
    color: #242424;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.8em;
    font-size: 0.8125em;
    font-weight: 600;
}

.company_address p a {
    color: #00B2FF;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 1px 0 #ffffff;
}

.company_address p a:hover {
    color: #242424;
}

.map {
    margin: 6% 0 4%;
}

.contact_right h3 {
    margin-bottom: 2%;
}

.contact-form {
    padding-bottom: 30px;
}

.contact-form div {
    padding: 5px 0;
}

.contact-form span {
    display: block;
    color: #252525;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.5em;
    font-size: 0.7825em;
}

.contact-form input[type="text"], .contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    padding: 10px;
    display: block;
    width: 98%;
    background: transparent;
    outline: none;
    color: #555555;
    font-size: 1em;
    border: 1px solid #2A2E33;
    -webkit-appearance: none;
}

.contact-form input[type="text"]:hover, .contact-form textarea:hover {
    border: 1px solid #FFD700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form input[type="submit"] {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background: #242424;
    border: 1px solid #242424;
    padding: 10px 24px;
    outline: none;
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.contact-form input[type="submit"]:hover {
    background: #E7CB2C;
    border: 1px solid #E7CB2C;
}

.registryResult {
    display: none;
}

.modalDialogAvailability {
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialogAvailability:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialogAvailability > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.closeModalDialogAvailability {
    background: white;
    color: red;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closeModalDialogAvailability:hover {
    background: #00d9ff;
}

.dlgRegisterResult {
    display: none;
    width: 10%;
    height: 20px;
    float: right;
    color: whitesmoke;
    font-size: 15px;
    background-color: #00CCFF;
}

.creditCard {
    display: none;
}

.accountData {
    display: none;
    padding-top: 50%;
}
