/* Embeded fonts  */
@font-face {
    font-family: 'GESSTwoLight';
    src: url('../fonts/GESSTwoLight.eot');
    src: url('../fonts/GESSTwoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GESSTwoLight.woff') format('woff'), url('../fonts/GESSTwoLight.ttf') format('truetype'), url('../fonts/GESSTwoLight.svg#GESSTwoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dax-regular';
    src: url('../fonts/dax-regular.eot');
    src: url('../fonts/dax-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/dax-regular.woff') format('woff'), url('../fonts/dax-regular.ttf') format('truetype'), url('../fonts/dax-regular.svg#dax-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sangbleu_bp_sanslight';
    src: url('../fonts/sangbleubpsans-light.eot');
    src: url('../fonts/sangbleubpsans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/sangbleubpsans-light.woff2') format('woff2'), url('../fonts/sangbleubpsans-light.woff') format('woff'), url('../fonts/sangbleubpsans-light.ttf') format('truetype'), url('../fonts/sangbleubpsans-light.svg#sangbleu_bp_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

/* Embed fonts  */

/*End Fonts  */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 1.231;
    -webkit-font-smoothing: antialiased;
    color: #808184;
    overflow-x: hidden;
}

body, button, input, select, textarea {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 *
 */

::-moz-selection {
    background: #40ACEE;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #40ACEE;
    color: #fff;
    text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #808184;
    text-decoration: none;
}

    a:visited {
        color: #808184;
    }

    a:hover {
        color: #fff;
    }

    a:focus {
        outline: 0;
    }

    a, a:hover {
        -webkit-transition: all 0.25s ease-in-out !important;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        color: #808184;
    }
        /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
        a:hover, a:active {
            color: #fff;
            outline: 0;
        }
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #808184;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #808184;
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: text;
    text-transform: capitalize;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignme nt display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    color: #004d71;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
    line-height: normal;
    *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {
    *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }
/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: middle;
}
/* ==|== primary styles =====================================================
   Author: Onyadigital.com
   ========================================================================== */

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
    /*padding-top: 10px;*/
}
/*Styles for header*/

header {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

    header h1 {
        margin: 0;
        padding: 0;
        float: right;
    }

    header .social-icons {
        float: left;
        #margin-top:5px;
        margin-top: -10px;
        margin-left: 0px;
        padding: 0px;
    }

        header .social-icons li {
            background: url(/images/pipe-lines.jpg) no-repeat left 0;
            height: 50px;
            float: right;
            padding: 14px 16px 0 16px;
            /*padding: 36px 16px 0 0;*/
            list-style: none;
        }

            header .social-icons li:nth-child(2) {
                /*padding:16px 23px 0 19px;*/
                padding: 10px 19px 0 19px;
            }

            header .social-icons li:nth-child(3) {
                padding: 12px 16px 0 19px;
            }
            header .social-icons li:nth-child(4) {
                padding: 12px 16px 0 19px;
            }
            header .social-icons li:nth-child(5) {
                padding: 12px 16px 0 19px;
            }
            header .social-icons li:last-child {
                padding:28px 23px 0 16px;
                /* padding: 14px 16px 0 16px; */
                background: none;
            }

nav {
    background: rgba(128, 129, 132, 0) url(/images/nav-bg.png) repeat-x;
    width: 100%;
    height: 64px;
    display: inline-block;
    direction: rtl;
    font-family: Tahoma, Helvetica, sans-serif;
}

.ie7 nav, .ie8 nav, .ie9 nav {
    margin: 0;
}

nav ul#menu {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

    nav ul#menu > li {
        list-style: none;
        float: right;
        font-size: 16px;
        font-weight: bold;
        /*padding: 20px 0 0 5%;*/
        padding: 20px 0 0 35px;
        text-transform: uppercase;
    }


        nav ul#menu > li a {
            color: #fff;
            text-shadow: 1px 1px 1px gray;
        }

        nav ul#menu > li:last-child {
            padding-left: 0;
        }

    /* ie shadow */
    /*.text-shadow{
	filter: Shadow(Color=gray, Direction=130, Strength=1);
}*/



    nav ul#menu li a:hover, nav ul#menu li a.active {
        color: #808184;
    }

    nav ul#menu li.booknow {
        background: none repeat scroll 0 0 #004d71;
        float: right;
        font-size: 26px;
        height: 26px;
        left: -184px;
        margin: 10px;
        padding: 6px 10px 12px 20px;
        position: absolute;
        width: 200px;
        display: none; /* replace by widget*/
    }

        nav ul#menu li.booknow a {
            background: url(/images/arrow.png) no-repeat 0 10px;
            display: block;
            color: #fff;
        }

.ie9 nav ul#menu li.booknow a, .ie8 nav ul#menu li.booknow a, .ie7 nav ul#menu li.booknow a {
    background: url(/images/arrow.png) no-repeat 0 10px;
    width: 208px;
}


nav ul#menu li:last-child a:hover, nav ul#menu li:last-child a.active {
    color: #fff;
}
/*Styles for featured animation*/
.slider-wrap {
    width: auto; /*height:572px;*/
    height: 505px;
    overflow: hidden;
    margin-top: -5px;
    position: relative;
}

    .slider-wrap div.pager {
        height: 10px;
        position: relative;
        left: 10px;
        bottom: 100px;
        z-index: 830;
    }

        .slider-wrap div.pager a {
            background: url("/images/pagination-sprite.png") no-repeat scroll -19px 0 transparent;
            display: inline-block;
            font-size: 0;
            height: 13px;
            margin-right: 5px;
            width: 16px;
        }

            .slider-wrap div.pager a.activeSlide {
                background-position: 0 0px;
                cursor: default;
            }



.clear {
    clear: both;
}

.top-nav {
    z-index: 999;
}

.home-slide {
    z-index: 99;
}

#slider, .bannerimg, .insidebanner {
    display: block;
    overflow: hidden;
    position: relative;
    top: -67px;
    width: 100%;
    float: right;
    /*z-index:-5;*/
}

.ie7 .insidebanner, .ie7 #slider {
    top: -64px;
}

.bannerimg, .insidebanner {
    /*height:auto;*/ /* orig */
    height: 410px;
    overflow: hidden;
    margin-top: 64px;
}

.gallery {
    width: 2000px;
    margin: 0 auto;
}

#slider .gallerycontainer,
.bannerimg .gallerycontainer,
.insidebanner .gallerycontainer {
    position: relative;
    display: inline-block;
}

    #slider .gallerycontainer div {
        background: url("/images/transparent-bg.png") no-repeat scroll 0 0 transparent;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        height: 507px;
        left: 20px;
        padding: 0;
        position: absolute;
        top: 64px;
        width: 878px;
    }

        #slider .gallerycontainer div h2,
        .bannerimg .gallerycontainer div h2,
        .insidebanner .gallerycontainer div h2 {
            display: block;
            font-size: 35px;
            width: 350px;
            padding: 130px 0 0 230px;
            text-align: right;
            font-weight: normal;
            margin: 0;
            direction: rtl;
        }

    .insidebanner .gallerycontainer div h2 {
        padding: 130px 0 0 220px;
        direction: rtl;
        text-align: left;
    }

    #slider .gallerycontainer div p {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        color: #ccc;
        width: 250px;
        padding-left: 325px;
        font-family: 'Tahoma';
        direction: rtl;
    }

        #slider .gallerycontainer div p a {
            text-transform: uppercase;
            color: #ccc;
            display: block;
            font-weight: bold;
        }

#bodycontainer {
    margin: 0 auto;
    width: 960px;
    position: relative;
    top: -40px;
    #top:-22px;
}

    #bodycontainer ul {
        margin: 0;
        padding: 0;
    }

    #bodycontainer .hotspots li {
        float: right;
        margin-left: 10px;
        position: relative;
        #position:inherit;
        #height:231px;
        list-style: none;
    }

        #bodycontainer .hotspots li:last-child {
            margin: 0;
        }

        #bodycontainer .hotspots li div {
            background: url(/images/hotspots-bg.png) no-repeat 0 0;
            width: 231px;
            height: 70px;
            position: absolute;
            bottom: 0;
            #position:relative;
            #bottom:69px;
        }

            #bodycontainer .hotspots li div h2 a {
                color: #fff;
                font-size: 17px;
                padding: 0px 15px;
                display: block;
                font-weight: normal;
                text-align: right;
            }

                #bodycontainer .hotspots li div h2 a p {
                    color: #fff;
                    font-size: 12px;
                    font-style: italic;
                    display: block;
                    margin: 0px;
                    padding-top: 5px;
                }

            #bodycontainer .hotspots li div a.go {
                background: url(/images/go-arrow.png) no-repeat 0 0;
                width: 23px;
                height: 19px;
                position: absolute;
                left: 8px;
                bottom: 10px;
            }

.overlaybg {
    background: url(/images/insidegallery-bg.png) no-repeat 0 0;
    width: 682px;
    height: 377px !important;
    position: absolute;
    left: 160px;
    /*top:62px;*/
    top: 0;
}
/*Styles for secondary navigation for all templates*/
.aboutus aside.left-container,
.rooms aside.left-container,
.room-details aside.left-container,
.mice aside.left-container,
.hotel-facilities aside.left-container,
.contact aside.left-container {
    width: 230px;
    float: right;
    color: #808184;
    line-height: 18px;
    margin-left: 15px;
}

    .aboutus aside.left-container ul,
    .rooms aside.left-container ul,
    .room-details aside.left-container ul,
    .mice aside.left-container ul,
    .hotel-facilities aside.left-container ul,
    .contact aside.left-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .aboutus aside.left-container ul li,
        .rooms aside.left-container ul li,
        .room-details aside.left-container ul li,
        .mice aside.left-container ul li,
        .hotel-facilities aside.left-container ul li,
        .contact aside.left-container ul li {
            color: #898989;
            text-transform: uppercase;
            margin-bottom: 10px;
            text-align: right;
            direction: rtl;
        }

            .aboutus aside.left-container ul li a,
            .rooms aside.left-container ul li a,
            .room-details aside.left-container ul li a,
            .mice aside.left-container ul li a,
            .hotel-facilities aside.left-container ul li a,
            .contact aside.left-container ul li a {
                background: #ccc;
                display: block;
                padding: 11px 20px 11px 0;
                font-weight: bold;
                color: #898989;
            }

                .aboutus aside.left-container ul li a:hover,
                .aboutus aside.left-container ul li a.active,
                .rooms aside.left-container ul li a:hover,
                .rooms aside.left-container ul li a.active,
                .room-details aside.left-container ul li a:hover,
                .room-details aside.left-container ul li a.active,
                .mice aside.left-container ul li a:hover,
                .mice aside.left-container ul li a.active,
                .hotel-facilities aside.left-container ul li a:hover,
                .hotel-facilities aside.left-container ul li a.active,
                .contact aside.left-container ul li a:hover,
                .contact aside.left-container ul li a.active {
                    background: #a7a9ac;
                    color: #fff;
                }

.aboutus .right-container,
.rooms .right-container,
.room-details .right-container,
.mice .right-container,
.hotel-facilities .right-container,
.contact .right-container,
.special-offer .right-container {
    width: 715px;
    float: right;
    /*padding-top: 10px;*/
    margin-bottom: 55px;
    direction: rtl;
}

.full .right-container {
    width: 960px;
}

.ie8 .aboutus .right-container,
.ie8 .rooms .right-container,
.ie8 .right-container,
.ie8 .mice .right-container,
.ie8 .hotel-facilities .right-container,
.ie8 .contact .right-container,
.ie8 .special-offer .right-container {
    padding-top: 10px;
}

.special .right-container {
    float: left;
    width: 960px;
}

.aboutus .right-container p,
.rooms .right-container p,
.room-details .right-container p,
.mice .right-container p,
.hotel-facilities .right-container p,
.contact .right-container p,
.special-offer .right-container p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #808184;
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
}

.right-container .dowload-but {
    font-style: none;
    color: #004d71;
}

.right-container .download :hover {
    color: gray;
}

/*Styles for rooms template*/


.rooms .right-container ul.rum-box {
    margin: 0;
    padding: 0;
}

    .rooms .right-container ul.rum-box li, .special .right-container ul.rum-box li {
        float: right;
        list-style: none;
        width: 230px;
        overflow: hidden;
        margin-bottom:40px;
        text-align: right;
        margin-left: 10px;
        /*height: 420px;*/
    }

        .special .right-container ul.rum-box li:nth-child(4) {
            margin-right: 0;
        }

        .rooms .right-container ul.rum-box li:last-child, .special .right-container ul.rum-box li:last-child {
            /*margin:0;*/
        }

        .rooms .right-container ul.rum-box li p, .special .right-container ul.rum-box li p {
            line-height: 18px;
            color: #808184;
            direction: rtl;
            text-align: right;
        }

.rooms .right-container h2, .special .right-container h2 {
    color: #808184;
    direction: rtl;
    text-align: right;
}


.right-container .special-readmore {
    color: #004d71;
    font-weight: bold;
    direction: rtl;
}

    .right-container .special-readmore:hover {
        color: Gray;
    }



/*Styled for room details gallery*/

.room-details #insideslider {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -5;
}

    .room-details #insideslider .gallerycontainer {
        position: relative;
        display: inline-block;
    }

        .room-details #insideslider .gallerycontainer div {
            background: url("/images/overlay-transparent.png") no-repeat scroll 0 0 transparent;
            color: #FFFFFF;
            display: inline-block;
            font-size: 14px;
            height: 507px;
            left: 0;
            margin-top: 375px;
            /*padding: 0 20px;*/
            position: absolute;
            width: 100%;
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .room-details #insideslider .gallerycontainer div {
        top: 0;
    }
}

.room-details div.pager {
    height: 10px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 35px;
    #bottom:5px;
    z-index: 9999;
}

    .room-details div.pager a {
        background: url("/images/pagination-sprite.png") no-repeat scroll -19px 0 transparent;
        display: inline-block;
        font-size: 0;
        height: 13px;
        margin-right: 5px;
        width: 16px;
    }

        .room-details div.pager a.activeSlide {
            background-position: 0 0px;
            cursor: default;
        }

.room-details .book {
    width: 185px;
    color: #fff;
    font-family: sangbleubpsans;
    font-size: 16px;
    background: #004d71;
    padding: 10px;
    margin: 0 0 10px;
}

    .room-details .book a {
        background: url("/ar/images/go-arrow.png") no-repeat scroll left center transparent;
        color: #FFFFFF !important;
        display: block;
        direction: rtl;
    }

.room-details .cols {
    float: left;
    width: 714px;
}

.room-details .col1 {
    /*width: 500px;*/
    width: 462px;
    float: right;
}

.room-details .col2 p {
    color: #646464;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.room-details .col2 a {
    color: #646464;
    font-weight: bold;
}

.room-details .col2 {
    width: 205px;
    float: left;
}

.room-details .feature {
    list-style: none;
    line-height: 21.8px;
    color: #909090;
}

.call {
    background: #004d71;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px;
    width: 185px;
}

    .call a {
        font-family: sangbleubpsans;
        color: #fff !important;
        display: block;
    }
/*Styled for tabs*/

.roomfeatures {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
}

    .roomfeatures #tab1, .roomfeatures #tab2, .roomfeatures #tab3 {
        padding: 10px;
        color: #646464;
    }

    .roomfeatures li {
        float: left;
        list-style: none outside none;
        margin: 0 10px 0 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        color: #646464;
    }

        .roomfeatures li a {
            color: #646464;
        }

    .roomfeatures #tab1.active, .roomfeatures #tab2.active {
        padding: 10px;
    }

    .roomfeatures li a:hover, .roomfeatures li a.active {
        color: #646464;
    }

    .roomfeatures li:nth-child(2) {
        color: #646464;
        padding-top: 10px;
    }

.room-details .feature li {
    list-style: none;
}

.roomspecifications {
    padding: 0px 0px 50px 10px;
    width: auto;
    color: #808184;
    text-align: right;
    direction: rtl;
}


    .roomspecifications .but {
        font-weight: bold;
        color: #004d71;
        direction: rtl;
    }

        .roomspecifications .but:hover {
            text-decoration: underline;
        }


/*Styled for press*/
.rooms .press h3, .special-offer .press h3 {
    color: #646464;
    float: left;
    margin-bottom: 45px;
    padding: 10px;
    width: 700px;
}

    .rooms .press h3 span, .special-offer .press h3 span {
        float: right;
    }

.rooms .press a, .special-offer .press a {
    background: url("/images/arrow-color.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #808184;
    display: inline-block;
    margin-top: 30px;
    padding: 0 32px;
    height: 20px;
}

.rooms .press p, .special-offer .press p {
    padding: 10px;
    display: inline-block;
}
/*Styled for footer*/
footer {
    background: rgba(128,129,132,.4);
    width: 100%;
    display: inline-block;
    padding-bottom: 80px;
}

    footer .sitemap, footer .copyrights {
        margin: 0 auto;
        width: 1090px;
        margin-top: 20px;
        direction: rtl;
    }

        footer .sitemap .col1,
        footer .sitemap .col2,
        footer .sitemap .col3,
        footer .sitemap .col4 {
            float: right;
        }

            footer .sitemap .col1 ul,
            footer .sitemap .col2 ul,
            footer .sitemap .col3 ul,
            footer .sitemap .col4 ul,
            footer .copyrights ul {
                margin: 0;
                padding: 0;
            }

            footer .sitemap .col1 h2,
            footer .sitemap .col2 h2,
            footer .sitemap .col3 h2,
            footer .sitemap .col4 h2 {
                text-transform: uppercase;
                font-weight: normal;
            }

            footer .sitemap .col1 ul li a,
            footer .sitemap .col2 ul li a,
            footer .sitemap .col3 ul li a {
                font-size: 14px;
                color: #7d7d7d;
                line-height: 24px;
                list-style: none;
            }

        footer .sitemap .col1 {
            /*padding-left: 20px;*/
            padding-left: 50px;
        }

        footer .sitemap .col2 {
            /*padding-left: 20px;*/
            padding-left: 50px;
        }

        footer .sitemap .col3 {
            /*padding-left: 20px;*/
            padding-left: 50px;
        }

    footer h2 a, footer h2 a:visited {
        color: #fff;
    }

    footer .sitemap .col1 li,
    footer .sitemap .col2 li,
    footer .sitemap .col3 li {
        list-style: none;
    }

    footer .sitemap .col4 div {
        position: relative;
        width: 231px;
    }

        footer .sitemap .col4 div input.newsletter {
            width: 180px;
            /*height: 13px;*/
            padding: 5px;
            color: #646464;
        }

        footer .sitemap .col4 div input.newsletter2 {
            background: url("/ar/images/arrow.png") no-repeat scroll 6px 0 transparent;
            border: 0 none;
            display: inline-block;
            height: 20px;
            width: 30px;
        }

        footer .sitemap .col4 div span {
            bottom: -18px;
            right: 0;
            position: absolute;
            color: #7D7D7D;
        }

    footer .sitemap .col4 .foo-socialicons {
        display: inline-block;
        margin: 25px 0 0 0;
    }

        footer .sitemap .col4 .foo-socialicons ul {
            margin: 0;
            padding: 0;
        }

            footer .sitemap .col4 .foo-socialicons ul li {
                padding: 0 10px;
                list-style: none;
                float: left;
                margin-right: 10px;
            }

    footer .copyrights li {
        list-style: none;
        float: right;
        padding-left: 20px;
        padding-top: 20px;
        color: #7d7d7d;
    }

    footer .copyrights a {
        color: #7d7d7d;
    }



/* Deals */


.deals-wrap {
    width: 500px;
    height: auto;
    margin: 40px;
    color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

    .deals-wrap h2 {
        color: #646464;
        font-size: 20px;
        direction: rtl;
        text-align: right;
    }

    .deals-wrap .title {
        font-weight: bold;
        font-size: 13px;
        direction: rtl;
        text-align: right;
    }

    .deals-wrap ul, il {
        list-style: none;
        margin: 0px;
        padding: 0px;
        line-height: 18px;
        color: black;
        direction: rtl;
        text-align: right;
    }

    .deals-wrap span {
        font-weight: bold;
        direction: ltr;
        text-align: right;
    }

    .deals-wrap a {
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        direction: rtl;
        text-align: right;
    }

        .deals-wrap a:hover {
            text-decoration: underline;
            color: Black;
        }

    .deals-wrap img {
        text-decoration: none;
        padding: 0px;
        margin: 0px;
        border: 0px;
    }


/*Language*/

#lang {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #808184;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

    #lang:hover {
        text-decoration: underline;
        color: #004d71;
        font-size: 13px;
    }


/* Book Now widget */

#bookNow .clear {
    clear: both;
}

#bookNow {
    background: #004d71;
    width: 230px;
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 999;
    direction: rtl;
}

    #bookNow .wrap {
        margin: 10px 10px 0px 10px;
    }

    #bookNow .inputWrap {
        height: 180px;
        width: 100%;
        display: none;
        padding-top: 30px;
    }

    #bookNow .hide {
        display: none;
    }

    #bookNow .show {
        display: block;
    }

    #bookNow .bookButWrap {
        background: url(/images/arrow.png) no-repeat 0% 20%;
        cursor: pointer;
        padding-bottom: 10px;
    }

    #bookNow .bookBut {
        font-size: 18px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color: White;
        margin: 0px;
        padding: 0px;
    }

    #bookNow .cal-textareaWrap-left {
        background: url(/images/cal-icon.jpg) #61455d no-repeat 95% 50%;
        width: 95px;
        height: 28px;
        float: left;
        margin-bottom: 15px;
        position: relative;
    }

        #bookNow .cal-textareaWrap-left .arrive-lbl {
            position: absolute;
            text-align: left;
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            color: #bbb2ba;
            font-size: 11px;
            top: 8px;
            left: 6px;
        }

    #bookNow .cal-textareaWrap-right {
        background: url(/images/cal-icon.jpg) #61455d no-repeat 95% 50%;
        width: 95px;
        height: 28px;
        float: right;
        margin-bottom: 15px;
        position: relative;
    }

        #bookNow .cal-textareaWrap-right .depart-lbl {
            position: absolute;
            text-align: left;
            font-family: Arial, Helvetica, sans-serif;
            color: #bbb2ba;
            font-size: 11px;
            top: 8px;
            left: 6px;
        }

    #bookNow .adult-textareaWrap {
        background: url(/images/down-icon.jpg) #61455d no-repeat 95% 50%;
        width: 95px;
        height: 28px;
        float: left;
        margin-bottom: 15px;
        position: relative;
    }

    #bookNow .child-textareaWrap {
        background: url(/images/down-icon.jpg) #61455d no-repeat 95% 50%;
        width: 95px;
        height: 28px;
        float: right;
        margin-bottom: 15px;
        position: relative;
    }

    #bookNow .textareaWrap {
        background: url(/images/down-icon.jpg) #61455d no-repeat 95% 50%;
        width: 100%;
        height: 28px;
        margin-bottom: 15px;
        position: relative;
    }

    #bookNow .submit {
        width: 100%;
        height: 20px;
        border: 1px solid #4e3249;
        background-color: #8d2a90;
        color: White;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        cursor: pointer;
        text-align: center;
        padding-top: 8px;
        margin-bottom: 10px;
    }

nav ul#menu > li {
    position: relative;
    height: 40px;
}

    nav ul#menu > li:hover > a {
        color: #808184;
    }

ul#menu li ul {
    position: absolute;
    right: 0;
    Z-INDEX: 1000;
    display: none;
    width: 240px;
    background: #fdfcfb url(/images/sub-nav-bg.png) 0 0 repeat-x;
    border: 1px solid #a59b92;
    border-top: 0;
}

ul#menu li:hover ul {
    display: block;
    left: 0;
    top: 60px;
    margin-right: -50px;
}

ul#menu li ul > li {
    width: 100%;
}

    ul#menu li ul > li > a, ul#menu li ul > li:last-child > a {
        padding: 20px;
    }

    ul#menu li ul > li > a {
        border-bottom: 1px solid #e5e2e1;
        font-weight: normal;
    }

    ul#menu li ul > li > a, ul#menu li ul > li a {
        color: #808184;
        font-size: 18px;
        text-transform: capitalize;
        padding: 20px;
        display: block;
    }

        ul#menu li ul > li > a:hover {
            color: #666 !important;
        }

ul#menu > li:last-child ul {
    margin-right: -180px;
}

.jQueryTextShadow {
    display: none;
}


/* Ibrahim N. G. */
header .social-icons img {
    margin-top: 15px;
}

.slider-wrap .gallery {
    height: 500px;
}

header .toggle {
    cursor: pointer;
}

.room-details, .rooms, .aboutus {
    top: 20px !important;
}

@media (min-width:770px) {
    #slider, .bannerimg, .insidebanner {
        position: static;
    }

    .insidebanner {
        margin-top: -2px !important;
        /*height:500px !important;*/
        height: 407px !important;
    }

    .form_booking_wrap {
        top: 184px !important;
    }

    .slider-wrap {
        position: static;
    }

    .homepage-slider .form_booking_wrap {
        margin-top: -3px;
    }
}


.reservationsbox {
    border: 1px solid #572345;
    font-family: 'sangbleu_bp_sanslight';
    width: 100%;
    max-width: 960px;
    margin-top: 50px;
    direction: rtl;
}

    .reservationsbox .ui-datepicker-title {
        font-size: 14px;
        line-height: 25px;
        font-family: 'sangbleu_bp_sanslight';
        text-transform: capitalize;
    }

    .reservationsbox .ui-datepicker-prev, .ui-datepicker-next {
        margin-top: 4px;
    }

.resp-header {
    text-shadow: #572345 0 0 0.01px;
    -webkit-font-smoothing: antialiased;
    background: #572345;
    width: auto;
    float: none;
    padding: 25px;
    margin-bottom: 20px;
    text-align: right;
}

    .resp-header h1 {
        font-size: 26px;
        color: #fff;
        margin: 0;
        padding: 0 0 5px;
        -webkit-font-smoothing: subpixel-antialiased;
        font-weight: normal;
    }

    .resp-header h2 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: subpixel-antialiased;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
    }

.error-msg {
    color: red;
    float: left;
    padding: 5px;
    margin: 5px 0;
    font-size: 12px;
    line-height: 10px;
}

.resp-widget-wrap {
    float: none;
    margin: 0px 0 0 0;
    padding: 20px 0 0 20px;
    color: #333;
}

    .resp-widget-wrap .resp-widget {
        display: inline-block;
        width: 215px;
        margin-left: 16px;
        vertical-align: top;
    }

        .resp-widget-wrap .resp-widget.last-child {
            margin-left: 0px;
        }

@media (max-width:768px) {
    .resp-widget-wrap .resp-widget {
        width: 100%;
        margin-bottom: 30px;
    }
}

.resp-widget-wrap .resp-widget.expanded {
    width: 100%;
}

.resp-widget-wrap .widget-header {
    padding: 12px 10px 10px;
    margin-bottom: 5px;
    float: none;
    font-size: 15px;
    width: 100% !important;
}

.resp-widget-wrap .widget-header {
    background: #dbdbdb;
    color: #572345;
    width: 195px;
    font-weight: normal;
    font-family: 'sangbleu_bp_sanslight';
}

.fbbody-in.form_booking {
    top: inherit;
    right: inherit;
    position: inherit;
    background: transparent;
    text-shadow: #572345 0 0 0.01px;
}

    .fbbody-in.form_booking a:link, .form_booking a:visited {
        color: inherit;
        text-decoration: none;
    }

    .fbbody-in.form_booking a:hover {
        color: #fff;
        text-decoration: none;
    }

.fbbody-in .ui-state-active {
    background-color: Gray;
    color: #fff !important;
}

.fbbody-in .ui-datepicker {
    width: 215px;
}

.fbbody-in .txtbox {
    padding: 7px 5px;
    border: 1px solid #582246;
    font-size: 14px;
    color: #969696;
}

.fbbody-in .ui-datepicker-next, .fbbody-in .ui-datepicker-prev {
    cursor: pointer;
}

.fbbody-in .btn_checkavailability {
    display: inline-block;
    width: auto;
    padding-left: 50px;
    float: left;
    margin: 50px 0;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-family: 'sangbleu_bp_sanslight';
}

.fbbody-in .btn-back-resp {
    display: inline-block;
    background: #928575;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #948d85;
    padding: 5px 15px;
    margin-right: 20px;
    float: right;
    font-family: 'sangbleu_bp_sanslight';
    margin-top: 51px;
}

@media (min-width:768px) {
    .resp-widget-wrap .cell-left .expanded ul li:last-child span.label, .resp-widget-wrap .cell-left .expanded ul li:last-child span.value {
        border: 0;
    }
}

.fbbody-in p.foot-note {
    border-top: 1px solid #c3c3c3;
    text-transform: uppercase;
    width: 96%;
    display: block;
    color: #0a0a0a;
    font-weight: normal;
    font-size: 11px;
    clear: both;
    margin: 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .fbbody-in p.foot-note a {
        color: #808184 !important;
    }

.resp-widget-wrap .intro {
    font-size: 16px;
    line-height: 18px;
    color: #484848;
    font-weight: normal;
    padding: 0 0 30px 0px;
    font-family: 'sangbleu_bp_sanslight';
    margin-right: 20px;
}

.reservationsbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .reservationsbox ul li {
        color: #959595;
        font-size: 16px;
        padding: 10px 0 10px 15px;
        margin: 0 0 0px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

        .reservationsbox ul li span.label {
            color: #572345 !important;
            display: block;
            float: right;
            width: 45%;
            border-bottom: 1px solid #c3c3c3;
            padding: 0 0 15px;
            margin: 0 20px 15px 0;
            font-size: 15px;
            text-shadow: #572345 0 0 0.01px;
            font-family: 'sangbleu_bp_sanslight';
        }

        .reservationsbox ul li span.value {
            color: #572345 !important;
            display: block;
            float: right;
            width: 45%;
            border-bottom: 1px solid #c3c3c3;
            padding: 0 0 15px;
            margin: 0 20px 15px 0;
            font-weight: 400;
            font-size: 15px;
            text-shadow: #572345 0 0 0.01px;
            font-family: 'sangbleu_bp_sanslight';
        }

.reservationsbox .cell-left {
    width: 50%;
    float: right;
}

.btn-google-link {
    color: #34132e !important;
    font-weight: normal;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #004d71;
    margin: 20px;
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
    background: url("/images/gmap-ico.gif") right 10px top 5px no-repeat;
}

.reservationsbox .cell-right {
    float: left;
    width: 48%;
    color: #572345;
}

.reservationsbox .field-wrap .field-tiny1 {
    float: right;
    width: 70px;
    margin-right: 20px;
}

.reservationsbox .field-wrap .field-medium {
    float: right;
    width: 30%;
    margin-right: 20px;
    margin-left: 0px;
}

.reservationsbox .field-wrap {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .reservationsbox .field-wrap .field-note {
        width: 100%;
        clear: both;
        color: #582246;
        font-weight: normal;
        margin-right: 20px;
    }

    .reservationsbox .field-wrap .field-long {
        float: right;
        width: 96%;
        margin-right: 20px;
    }

    .reservationsbox .field-wrap label.chkbox-label {
        display: inline;
        margin-left: 5px;
        padding: 0 0 5px 0;
        color: #333 !important;
    }

        .reservationsbox .field-wrap label.chkbox-label a {
            color: #333 !important;
        }

.reservationsbox .fname.txtbox {
    width: 116px;
}

.reservationsbox .lname.txtbox {
    width: 106px;
}

.reservationsbox .email.txtbox {
    width: 336px;
}

.reservationsbox .mobno3.txtbox {
    width: 174px;
}

.reservationsbox .lname.txtbox.notes {
    width: 336px;
}

.reservationsbox .resp-widget-wrap h3 {
    font-family: 'sangbleu_bp_sanslight';
    color: #572345;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 20px 25px 0;
}

@media (max-width:768px) {
    .reservationsbox .cell-left {
        width: 100% !important;
    }

    .reservationsbox ul li span.label, .reservationsbox ul li span.value {
        width: 100%;
    }

    .reservationsbox .cell-right {
        float: left;
        width: 100%;
    }

    .reservationsbox .field-wrap .field-tiny1, .reservationsbox .field-wrap .field-medium, .reservationsbox .fname.txtbox, .reservationsbox .mobno3.txtbox,.reservationsbox .lname.txtbox.notes {
        width: 100%;
    }

    .reservationsbox .field-tiny1 br, .reservationsbox .field-medium br {
        display: none;
    }

    .reservationsbox .field-wrap {
        margin-top: 20px;
    }

    .reservationsbox .email.txtbox, .reservationsbox .lname .txtbox {
        width: 100%;
    }
}

.fbbody-in .mobno3 {
    width: 174px;
}

.show_mon_in {
    display: none;
}

.page-1-in {
    padding: 20px 20px 0 20px;
}

@media (max-width:768px) {
    .fbbody-in input, .fbbody-in .input {
        margin-bottom: 10px !important;
    }

    .show_mon_in {
        display: inline-block;
    }

    .hide_mob_in {
        display: none;
    }

    .reservationsbox ul li {
        padding: 10px 0 10px 0px;
    }

    .reservationsbox .field-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }

        .reservationsbox .field-wrap .field-note {
            margin-bottom: 20px;
        }

    .reservationsbox .email.txtbox, .reservationsbox .lname.txtbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .reservationsbox .field-wrap .field-long {
        width: 100%;
    }

    .fbbody-in p.foot-note {
        width: 94%;
        margin: 10px;
    }

    .fbbody-in .btn-back-resp {
        margin-left: 10px;
    }

    .fbbody-in .btn_checkavailability {
        margin-right: 10px;
    }

    .page-1-in {
        padding: 20px 20px 0 20px;
    }
    header .social-icons li.align-ar-txt {
    padding: 26px 4px 0 10px !important;
}
    .error-msg-inv, .error-msg-inv .inner-div
    {
        margin-bottom:4px;
        margin-left: 34px;
    }
}

@media (max-width:405px) and (min-width:355px) {
    header .social-icons li:nth-child(2), header .social-icons li:nth-child(3), header .social-icons li {
        padding: 8px 8px 0 8px;
    }
        header .social-icons li:last-child {
            padding-top: 23px;
        }
header .social-icons li.align-ar-txt {
    padding: 27px 4px 0 10px !important;
}
}

@media (max-width:770px) and (min-width:406px) {
    header .social-icons li:nth-child(2), header .social-icons li:nth-child(3) {
        padding: 9px 8px 0 8px;
    }
    header .social-icons li {
        padding: 14px 8px 0 8px;
    }
    header .social-icons li:last-child {
            padding-top: 22px;
        }
header .social-icons li.align-ar-txt {
    padding: 27px 4px 0 10px !important;
}
}

@media (max-width:320px) {
    header .social-icons li:nth-child(3), header .social-icons li {
        padding: 14px 8px 0 8px ;
    }
    header .social-icons li:nth-child(2){
        padding: 7px 8px 0 8px ;
    }
    header .social-icons li:last-child {
            padding-top: 14px !important;
        }
header .social-icons li.align-ar-txt {
    padding: 14px 4px 0 8px !important;
}
}

@media (min-width:321px) and  (max-width:362px) {
    header .social-icons li:nth-child(3), header .social-icons li {
        padding: 23px 1px 0 7px;
    }
    header .social-icons li:nth-child(2) {
        padding: 9px 2px 0 3px;
    }
    header h1 a img {
        margin-left:0px !important;
        width:143px !important;
    }
    header .social-icons li.align-ar-txt {
    padding: 27px 4px 0 6px !important;
}
    header .social-icons li:last-child {
    padding-right: 6px !important;
}
}

@media (max-width:355px) {
    header .social-icons li:last-child {
            padding-top: 22px;
        }

    header .toggle {
        left: 5px !important;
    }
}

.form_booking .code-in #pcode {
    height: 29px;
    margin-bottom: 5px;
}

.form_booking .code-in .input.text {
    margin-bottom: 5px;
}

/*Styling store buttons*/
header {
    position: relative;
}

    header .store-btns {
        left: 0px;
        bottom: 20px;
        position: absolute;
    }

        header .store-btns a {
            margin-left: 10px;
            float: right;
        }

            header .store-btns a img {
                max-width: 100px;
            }

@media only screen and (max-width: 768px) {
    footer .sitemap .second-row {
        float: right !important;
    }
}

footer .sitemap .col6 {
    width: 400px;
    float: right;
}

    footer .sitemap .col6 .store-btns {
        margin-top: 40px;
        margin-left: 50px;
    }

        footer .sitemap .col6 .store-btns img {
            margin-right: 10px;
            max-width: 120px;
        }

.footer-store-btns {
    float: left;
    margin-top: 46px;
    margin-left: 45px;
}

@media(max-width: 770px) {
    header .store-btns {
        display: none;
    }

    footer .sitemap .col6 {
        width: auto;
    }

        footer .sitemap .col6 .store-btns {
            margin-left: 0px;
        }

            footer .sitemap .col6 .store-btns img {
                width: 100px;
            }
.footer-store-btns{
    margin-top: 29px;
}
}
/*Styling store buttons*/


/*Styling push notification*/
.push-notification {
    /*box-sizing: border-box;*/
    /*padding: 10px 5px 5px 30px;*//*23 mAY NK */
    background: #808184;
    display: block;
    position: relative;
    z-index: 999;
    width: 100%;
    display: none;
    float: left;
    background-color: #808184;
    background-size: 16px 16px;
}

    .push-notification .push-wrap {
        margin: 0 auto;
        width: 100%;
    }

    .push-notification .logo-holder {
        margin: 10px 0px;
        float: left;
        border-radius: 10px;
        width: 15%;
    }

        .push-notification .logo-holder .logo {
            max-width: 60px;
            margin: 3px;
            border-radius: 10px;
        }

    .push-notification .message {
        float: left;
        text-align: center;
        text-transform: uppercase;
        width: 72%;
        margin: 10px 0px 0 30px;
    }

        .push-notification .message h3 {
            font-size: 16px;
            /*margin: 0px;*/
            /*padding: 0 0 10px 16px;*//*23 MAY NK */
        }

        .push-notification .message h4 {
            font-size: 12px;
            padding: 0;
            padding-bottom: 10px;
            margin: 0;
            text-transform: none;
        }

        .push-notification .message a {
            font-size: 18px;
            display: block;
            margin-top: 5px;
            color: #fff;
            float: left;
            width: 15%;
            margin-left: 4%;
            background: #fff;
            color: #004d71;
            font-size: 14px;
            padding: 10px 8px;
        }

.msg-wrap {
    float: left;
    width: 70%;
}

.push-notification .close-button {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font: normal 3em/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #004d71;
    cursor: pointer;
    top: 42%;
    left: 10px;
    font-size: 18px;
    font-weight: bold;
}

    .push-notification .close-button::before {
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 0.45em;
        height: 0.1em;
        position: absolute;
        content: "";
        top: 0.33em;
        left: 0.155em;
        border: none;
        font: normal 100%/normal Arial, Helvetica, sans-serif;
        color: rgba(0,0,0,1);
        -o-text-overflow: clip;
        text-overflow: clip;
        background: #ffffff;
        text-shadow: none;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .push-notification .close-button::after {
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 0.45em;
        height: 0.1em;
        position: absolute;
        content: "";
        top: 0.33em;
        left: 0.155em;
        border: none;
        font: normal 100%/normal Arial, Helvetica, sans-serif;
        color: rgba(0,0,0,1);
        -o-text-overflow: clip;
        text-overflow: clip;
        background: #ffffff;
        text-shadow: none;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
/*Changes 26042017*/
.push-notification {
    /*padding: 0px 10px 0px 20px;*/ /*23 mAY NK */
}

    .push-notification .message {
        /*margin: 20px 0px 0 10px;*//*23 mAY NK */
    }

        .push-notification .message a {
            font-size: 15px;
        }

    /*.push-notification .logo-holder .logo {/*23 mAY NK */
        max-width: 73px;
        margin: 1px;
    }*/

    .push-notification .logo-holder {
        /*margin: 10px 0px 10px 17px;*//*23 mAY NK */
    }

    .push-notification .message h3 {
        font-size: 14px;
    }

    .push-notification .message h4 {
        font-size: 10px;
    }
/*Changes 26042017*/
/*Styling push notification*/



/*updated*/
.menu-wrapper {
    margin: 0 auto;
    width: 620px;
    text-align: center;
}

    .menu-wrapper ul#menu {
        margin: 0 auto;
        position: relative;
        width: auto !important;
    }

        .menu-wrapper ul#menu li {
            padding: 25px 8% 0 0;
        }

.secondarynav {
    margin-bottom: 50px !important;
}

footer .sitemap .second-row {
    float: left;
    width: 908px;
}

footer .sitemap .col6 .store-btns {
    width: 100%;
    margin-right: 100px;
}

footer .sitemap .col1 {
    padding-left: 0px;
}

/* For Best Rate Icon*/
.bestrate-gr {
    height: 32px;
    width: 100%;
    margin: 17px 0px 10px 10px !important;
}

/*For Detail page Font-style*/
.right-container h2 {
    font-family: "Tahoma";
    /*padding-right:15px;*/
}

/*Keerthana April 2017*/
/*For Detail page callout alignment*/
.rooms .right-container ul.rum-box li:nth-child(3n), .special .right-container ul.rum-box li:nth-child(3n) {
    /*margin: 0;*/
}

.insidebanner.resp-align-container {
    margin-bottom: 64px;
}

header .social-icons li.align-ar-txt {
    padding: 28px 0 0 16px;
}

@media only screen and (min-width: 429px) and (max-width: 500px) {
.push-notification .message .msg-wrap {
		margin-top: -5%;
	}
}
/*For Star Rating*/
span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-align: left; 
    float: right;	
}

span.stars span {
	background-position: 0 0;
}
	

/*23 May Changes*/
.push-notification .close-button {
	right: 2%;
	left:initial;
}
.push-notification .push-wrap {
	display: inline-block;
}
div.message {
	display: inline-block;
}
.msg-wrap {
	float: right;
	margin-top: -1%;
}
.push-notification .message a{
	float: left;
	margin-top: 6%;
	margin-left: -2%;
}
.push-notification .logo-holder {
	float: right;
}
.push-notification .logo-holder .logo {
	max-width:100%;
	height:auto;
	position:relative;
	right:57%;
	
}
h5.ratingFigure {
	float:left;
	margin-top: 3%;
	font-size: 11px;
}
div.ratingStars {
	display: inline-block;	
}
.push-notification .message .msg-wrap {
	    text-align: right;
		margin-right:22%;
		width:59%;
        direction:rtl;
}
/*.push-notification .message h3 {
	margin-bottom: 1%;
}*/

@media only screen and (min-width: 384px) and (max-width: 428px) {
	.push-notification .message .msg-wrap {
		margin-top: -8.4%;
		/*margin-right: 22%;*/
		width:55%;
	}
}
@media only screen and (max-width: 383px) {
	.push-notification .message .msg-wrap {
		margin-top: -10%;
		/*margin-right: 22%;*/
		width:55%;
	}
	.push-notification .logo-holder .logo {
		/*margin-top: 20%;*/
	}
}
/*23 May Changes Ends*/

.aboutus .right-container .box-content a:hover, .aboutus .right-container .clearfix a:hover{
	color:#808184;
}
.box-content > img {
    float: right;
    height: 270px;
    margin: 0 0 15px 15px;
    width: 270px;
}

@media only screen and (max-width: 780px) {
    .aboutus .right-container .rgt-contactus {
        padding-top: 0px;
        margin-right: 10px;
    }
    .aboutus .right-container .intro-text.partner{
        padding-top: 0px;
        margin-right: 10px;
    }

    .resp-widget-wrap {
        padding: 20px 5px 0 10px !important;
    }
    .reservationsbox .field-wrap .field-medium,.reservationsbox .field-wrap .field-tiny1,.reservationsbox .field-wrap .field-long,.reservationsbox #loyaltyRegDiv .field-medium,.reservationsbox #divLogin .field-medium{
        margin-right:5px;
    }
    .form_booking select{
        margin-bottom:10px;
    }
    .aboutus .right-container table{
        margin-right: 7px;
        margin-top:0px !important;
    }
    .rooms .right-container ul.rum-box li{
        margin-bottom:20px;
    }
}

#bodycontainer .hotspots li div h2 {
    float:right;
    padding-right: 15px;
}
li.align-ar-txt a:hover{
	color:#808184
	}
a#lang:hover {
    color: #808184;
    text-decoration: none;
    font-size: 14px;
}
li.align-ar-txt{
    font-size:14px;
    font-weight: bold;
}
@media only screen and (max-width: 320px) {
    #lang,li.align-ar-txt{
        font-size:12px;
    }
    .room-details div.pager{
        bottom:62px;
    }
 .logo img {
    height: 69px !important;
}
}
@media only screen and (max-width: 320px) {
    .form_booking {
        top:-14px !important;
    }
}
a.call-text{
    float:right;
}
a.call-number {
    margin-left: 22px;
}
.room-details .col1 .roomspecifications ul{
    clear:both;
}
.tab-content ol, ul {
    list-style: none outside none;
}
.room-details .room-det{
    margin:15px 0 10px;
}
span#phonecss {
    font-size: 18px;
    margin-left: 10px;
}

.room-details #insideslider .gallerycontainer div h2{
    padding-right:15px;
}

.rooms .right-container ul.rum-box li{
    margin-left:7px;
}
@media only screen and (max-width: 780px) {
    .rooms .right-container ul.rum-box li {
        height:auto;
    }
    
}
ul.rum-box li a:hover{
	color:#808184
}
.sitetree{
    margin-top:65px;
}
@media only screen and (max-width: 780px) {
    .sitetree {
        margin-top: 0px;
    }
} 
.faq-wrap {
	color: #572345;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.faq-tab {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	padding-bottom: 9px;
	text-align:right;
}

.circle-inactive  {
	display:none;
	
	width: 26px;
	height: 29px;
	
	position: absolute;
	right: 0;
	top: -2px;
	
	background-image : url('../images/active.jpg');
	background-repeat:no-repeat;
}

.circle-active {
	width: 26px;
	height: 29px;
	
	
	position: absolute;
	right: 0;
	top: -2px;
	
	background-image : url('../images/inactive.jpg');
	background-repeat:no-repeat;
}

.faq-tab-txt {
	float: left;
	display: block;
	width: 96%;
	margin-right: 0px;
	font-size: 13px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 4px;
	color: #5e344c;
}

.faq-content {
	float: left;
	display: none;
	width: 96%;
}

.faq-txt {
	font-size: 13px;
	line-height: 23px;
	float: right;
	width: 97%;
	text-align:right;
	color:#484848;
}
@media only screen and (max-width: 780px) {
    .faq-wrap {
           width: 100%;
    margin-left: 10px;
    }
    .faq-tab {
	width: 96%;
}

.faq-tab-txt {
	width: 92%;
}

.faq-content {
	width: 92%;
}

.faq-txt {
	width: 93%;
}
}
ul.features {
    color: #000;
    font-size: 13px;
    line-height: 22px;
}
ul.features li {
    margin-right: 10px;
}