body p{
    direction:rtl;
    unicode-bidi:embed;
}

.rtl-float-right {
    float: right;
}

.pull-right.override-pull-right-on-rtl {
    float: left !important;
}

/* about us - footer*/
@media (max-width: 400px) {
    #menu-footer li {
        margin-right: 0;
    }
}

#menu-footer {
    text-align: right;
}

.titleLine h2 img {
    padding-left: 15px;
}

@media screen and (max-width: 450px) {
    .social h3 {
        margin-left: 125px !important;
        margin-right: 0 !important;
    }
}

/* contact plugin pop up icon to open/minimise*/
body .CQ-canddi .CQm-pop-up-button {
    left: 0;
}

/* times logo margin */
.times {
    margin-right: 0;
    margin-left: 20px;
}

/* invisible slider images in resort page */
#addImagesDetail .slick-track {
    float: right;
}




/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider-rtl {direction:rtl; text-align:right;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flexslider-rtl .flex-direction-nav .flex-prev{left:auto; right:10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
    .flexslider-rtl .flex-direction-nav .flex-next{right:auto; left:10px;}
}

/* Date picker rtl fix for style.css override */
.ui-datepicker .ui-datepicker-next {
    right: auto !important;
}

.bootstrapDatepicker.form-control, .bootstrapDatePickerFlight.form-control {
    padding-right: 36px;
}

/* homepage slick slides */
.slick-slide {
    float: left!important;
}

/* menu color fix */
.footer .menu a{
    color: #fff;
}

.footer .menu a:hover {
    color: #888888;
}

/* manual floats */
.floatLeft {
    float: right;
}

/* quote me */
.idealDeparture input {
    padding-right: 40px;
}

img.phoneI {
    margin-left: 10px;
    margin-right: 0;
    margin-top: -36px;
}

.sidebarLeftContent .luxuryBtn, .sidebarLeftContent input {
    width: 100% !important;
    left: 0 !important;
    border-left: 10px solid #f5f5f5 !important;
    border-right: 10px solid #f5f5f5 !important;
    margin-right: 0 !important;
    position: absolute;
}
.sidebarLeftContent {
    position: relative;
}

div.show-on-rtl {
    display: block !important;
}

div.show-on-non-rtl {
    display: none !important;
}

/** resorts pages - tabs - start **/

#select_tab div:first-child a {
    margin-right: 2px;
}

#select_tab.select_tab_two_wrapper a.no-margin-right {
    margin-right: 15px;
}

#select_tab a {
    float: right;
}

@media (max-width: 991px) and (min-width: 768px) {
    #select_tab a {
        float: left;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    #select_tab a {
        float: left;
        width: 100% !important;
    }
}

/** resort pages - tabs - end **/

/** phone widget rtl - start **/

body #riq_requestcall .widpupnw {
    left: 20px;
}

body .riq_dlrtxtr {
    left: 107px;
    right: inherit;
}

body .riq_dlrtxtr::after {
    right: 190px;
}

body #riq_requestcall .widpupnw {
    right: inherit !important;
}

body .riq_box1 {
    left: 0;
}

/** phone widget rtl - end **/
