html {
    position: relative;
    min-height: 100%;
}
body
{
    direction: rtl;
    font-family: Arial, serif;
    margin-bottom: 265px;
}
.color-white
{
    color: #ffffff;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 265px;
    background: #923451 url("footer_bg_8.png") repeat center;
}
@media (max-width: 992px) {
    .footer
    {
        height: 680px;
    }
    body
    {
        margin-bottom: 680px;
    }
}
/* start nanbar */
.navbar {
    border: none;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    z-index: 9997;
    left: 0;
    right: 0;
}
.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a {
    color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}
.navbar-nav .dropdown-menu  {
    border-top: 2px solid;
    font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #5e5e5e;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.navbar-default .navbar-nav .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:focus {
    color: #999999;
}
@media (min-width: 992px) {
    /* Logo */
    header #logo {
        float: right;
        padding: 5px 0px 15px 30px;
        border-left: 1px solid #e1e1e1;
        max-width: 100%;
    }
    /* Navbar */
    .navbar {
        position: relative;
        min-height: 84px;
        margin-bottom: 0;
    }
    .navbar-brand {
        float: left;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
    }
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    /* Dropdown */
    .navbar-nav > li > a {
        padding: 32px 20px;
    }
    .navbar-nav > li:first-child {
        padding-right: 40px;
    }
    .navbar-nav .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .navbar-nav .dropdown {
        position: relative;
    }
    .navbar-nav .dropdown-toggle:focus {
        outline: 0;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0;
        margin: 0;
        font-size: 13px;
        list-style: none;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.95);
        color: rgba(255, 255, 255, 0.95);
        border-right: none;
        border-bottom: 1px solid #fff;
        border-left: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-top: -1px;
    }
    .navbar-nav .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }
    .navbar-nav .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
    .navbar-nav .dropdown-menu > li > a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        white-space: nowrap;
        -webkit-transition: all ease-in .1s;
        -moz-transition: all ease .1s;
        -ms-transition: all ease .1s;
        -o-transition: all ease .1s;
        transition: all ease-in .1s;
        border-bottom: 1px solid #e1e1e1;
        background-color: transparant;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .navbar-nav .dropdown-menu > li:last-child > a {
        border-bottom: 0px;
    }
    .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: #fff;
        -webkit-transition: all ease-out .1s;
        -moz-transition: all ease .1s;
        -ms-transition: all ease .1s;
        -o-transition: all ease .1s;
        transition: all ease-out .1s;
    }
    .navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-nav .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .navbar-nav .open > .dropdown-menu {
        display: block;
    }
    .navbar-nav .open > .dropdown-menu, #top-header .open > .dropdown-menu {
        animation-name: fadeIn;
        animation-duration: 0.4s;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-name: fadeIn;
        -moz-animation-duration: 0.4s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease-out;
    }
    /* Shrink Navigation */
    .navbar.shrink .navbar {
        height: 64px;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .navbar.schrink .navbar-default {
        background-color: rgba(255, 255, 255, 0.95);
    }
    .navbar #logo {
        width: 100%;
    }
    .navbar.shrink #logo {
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
        padding: 5px 0px 5px 60px;
    }
    .navbar.shrink .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
}
@media (max-width: 992px) {
    .navbar-brand
    {
        float: left;
        padding: 5px;
        height: 85px;
    }
}
.navbar-default .navbar-toggle {
    margin-top: 25px;
    border-color: #923451; ;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #923451;
}
/* Nav Yamm3 Megamenu */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.yamm .yamm-content {
    padding: 0 30px 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm a{
    color: #5e5e5e;
}
.list-unstyled, .list-unstyled ul {
    min-width: 120px;
    color: #5e5e5e;
}
.navbar nav
{
    padding: 32px 30px;
}
/* end navbat */
.lang-dropdown {
    float: left;
    color: #fff;
    padding: 10px;
}
.lang-dropdown a {
    color: #fff;
    cursor: pointer;
}
.lang-dropdown .dropdown-menu {
    /*left: 50%;*/
    right: -10px;
    top: 30px;
    z-index: 9999;
    margin-left: -30px;
    border-radius: 0;
    padding: 0;
    font-size: 10px;
    text-align: center;
    min-width: 0px;
}
.lang-dropdown .dropdown-menu li a {
    padding: 10px 20px;
    color: #333;
}
.header
{
    background-color: #923451;
    height: 40px;
}
.header-info
{
    text-decoration: none;
    list-style-type: none;
    display: inline-flex;
    color: #fff;
    padding: 8px 0 0;
}
.header-info li
{
    padding-left: 5px;
    padding-right: 5px;
}
.header-info .divider
{
    color: #912445;
}
.topmenu li a
{
    height:3px;
    line-height:3px;
}
.topmenu li ul li
{
    height:3px;
    line-height:3px;
}
.social-icons
{
    display: inline-flex;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
}
.social-icons li
{
    padding: 5px;
}
.social-icons li img
{
    margin-left: auto;
    margin-right: auto;
}
.contact-us p
{
    color: #dddddd;
}
.footer-menu
{
    text-decoration: none;
    list-style-type: none;
}
.footer-menu li a
{
    color: #dddddd;
}
.search-input
{
    border-radius: 0;
}
.search-btn
{
    border-radius: 0;
    border-color:#dddddd ;
    color: #333;
    transition: .6s ease;
}
.search-btn:hover
{
    border-color:#dddddd ;
    color: #dddddd;
    background-color:#7c2a44 ;
}
.search-box
{
    display: inline-flex;
}
.footer-top
{
    border-bottom: 1px solid #7c2a44;
    padding-top: 40px;
    padding-bottom: 5px;
}
.footer-copyright
{
    color: #dddddd;
    padding-top: 5px;
}
.top-slider
{
    padding: 0;
}
.top-slider .item img
{
    margin-right: auto;
    margin-left: auto;
}
.carousel-indicators li
{
    border-color: #7c2a44;
}
.carousel-indicators .active
{
    background-color: #7c2a44;
}
.hotel-features
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.hotel-features-box
{
    padding: 30px;
}
.hotel-features-box img
{
    border-radius: 50%;
    border: 3px solid #7c2a44;
    margin-left: auto;
    margin-right: auto;
}
.hotel-features-box a
{
    border-color:  #7c2a44;
    border-radius: 0;
    color: #fff;
    background: #7c2a44;
    transition: .6s ease;
}
.hotel-features-box a:hover
{
    border-color:  #7c2a44;
    color: #7c2a44;
    background: #fff;
}
.hotel-features-box-img
{
    position: relative;
}
.hotel-features-box-overlay
{
    position: absolute;
    background: #923451;
    opacity: 0.0;
    border-radius: 50%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    transition: .5s ease;

}
.hotel-features-box-img:hover .hotel-features-box-overlay
{
    opacity: 0.3;
}
.hotel-offers
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.hotel-offer
{
    padding: 30px;
}
.offer-box
{
    border-top: 7px solid #7c2a44;
}
.offer-box img
{
    margin-right: auto;
    margin-left: auto;
}
.offer-box h3
{
    color: #7c2a44;
}
.hotel-parsian
{
    background: #7c2a44;
    padding: 30px;
}
.hotel-parsian h2
{
    color: #dddddd;
    font-size: 35px;
}
.hotel-parsian p
{
    color: #dddddd;
    text-align: justify;
    font-size: 17px;
}
.hotel-parsian img
{
    margin-left: auto;
    margin-right: auto;
}
.hotel-map
{
    border-top: 5px solid #7c2a44;
    padding: 0;
}
.middle-box-header
{
    position: relative;
}
.middle-box-header hr
{
    border:2px solid  rgba(124, 42, 68, 0.71);
}
.newsletter
{
    background-color:#7c2a44 ;
    padding: 60px 30px;
}
.newsletter h3
{
    color: #dddddd;
    margin-bottom: 30px;
}
.newsletter button
{
    border-color:#dddddd ;
    color: #333;
    transition: .6s ease;
}
.newsletter button:hover
{
    border-color:#dddddd ;
    color: #dddddd;
    background-color:#7c2a44 ;
}
#hotel-gallery .owl-next
{
    position: absolute;
    left: 0;
    top:50%;
    background-color:#7c2a44 ;
}
#hotel-gallery .owl-prev
{
    position: absolute;
    right: 0;
    top:50%;
    background-color:#7c2a44 ;
}
#hotel-gallery .owl-next:hover
{
    position: absolute;
    left: 0;
    top:50%;
    background-color:#fff ;
    color: #7c2a44;
}
#hotel-gallery .owl-prev:hover
{
    position: absolute;
    right: 0;
    top:50%;
    background-color:#fff ;
    color: #7c2a44;
}
#hotel-gallery .item
{
    position: relative;
}
#hotel-gallery .item .caption
{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(124, 42, 68, 0.84);
    color: #fff;
    padding-top: 17px;
    padding-bottom: 7px;
    opacity: 0;
    transition: .7s ease;
}
#hotel-gallery .item:hover .caption
{
    opacity: 1;
}
.company-support
{
    text-decoration: none;
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    padding-top: 25px;
}
.company-support li
{
    padding: 10px;
}
.company-support li img
{
    margin-left: auto;
    margin-right: auto;
}
/* start reserve sticky */
ul#jj_sl_navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 9996;
}
ul#jj_sl_navigation li {
    padding: 1px 0px 1px 0px;
    overflow: hidden;
    direction: rtl;
    border: 0;
}

ul#jj_sl_navigation li a {
    display: block;
    width: 175px;
    height: 150px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    text-transform: inherit;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
ul.jj_sl_navigation li a:focus {
    outline: 0;
    border: 0;
}
ul#jj_sl_navigation li a .jj_social_text {
    display: inline-block;
    width: 130px;
    padding-right: 40px;
    font-size: 18px;
    padding-top: 40px;
}

ul#jj_sl_navigation li a {background-color: rgba(124, 42, 68, 0.89);text-align:right;color:#FFFFFF !important;}
ul#jj_sl_navigation li { right: 5px;position:relative;-webkit-transition: right 0.3s;-moz-transition: right 0.3s;-ms-transition: right 0.3s;-o-transition: right 0.3s;transition: right 0.3s;}
ul#jj_sl_navigation { right: -140px;top:150px;}ul#jj_sl_navigation li:hover { right: 126px;}


ul#jj_sl_navigation .jj_sl_custom a:hover{
    /*background-color: #866d2d;*/
    background-color: #7c2a44;
}
/* end reserve sticky */
/*.sticky-container{*/
    /*padding:0px;*/
    /*margin:0px;*/
    /*position:fixed;*/
    /*left:-130px;*/
    /*top:180px;*/
    /*width:210px;*/
    /*z-index: 1100;*/
/*}*/
/*.sticky li{*/
    /*list-style-type:none;*/
    /*!*background-color:#7c2a44;*!*/
    /*background-color: rgba(124, 42, 68, 0.89);*/
    /*color:#efefef;*/
    /*height:43px;*/
    /*padding:0px;*/
    /*margin:0px 0px 1px 0px;*/
    /*-webkit-transition:all 0.25s ease-in-out;*/
    /*-moz-transition:all 0.25s ease-in-out;*/
    /*-o-transition:all 0.25s ease-in-out;*/
    /*transition:all 0.25s ease-in-out;*/
    /*cursor:pointer;*/
/*}*/
/*.sticky li:hover{*/
    /*margin-right:-115px;*/
    /*background-color:#7c2a44;*/
/*}*/
/*.sticky li img{*/
    /*float:right;*/
    /*margin:5px 4px;*/
    /*margin-right:5px;*/
/*}*/
/*.sticky li p{*/
    /*padding-top:13px;*/
    /*margin:0px;*/
    /*line-height:16px;*/
    /*font-size:13px;*/
/*}*/
/*.sticky li p a{*/
    /*text-decoration:none;*/
    /*color:#ffffff;*/
/*}*/
/*.sticky li p a:hover{*/
    /*text-decoration:underline;*/
/*}*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-170px;
    top:302px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    /*background-color:#7c2a44;*/
    background-color: rgba(124, 42, 68, 0.89);
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    text-align: left;
}
.sticky li:hover{
    margin-left:-115px;
    background-color:#7c2a44;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:13px;
    margin:0px;
    line-height:16px;
    font-size:13px;
}
.sticky li p a{
    text-decoration:none;
    color:#ffffff;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.camera_pag_ul
{
    position: absolute;
    bottom: 0;
    text-align: center !important;
    right: 0;
    left: 0;
}
.camera_pag_ul li
{
    background-color:#ffffff !important;
}
.camera_pag_ul li.cameracurrent > span {
    background-color:#7c2a44 !important;
}