#position ul li:after {
    content: "\e9ee";
    position: absolute;
    right: 0;
    color: #888;
}
#position {
    border-bottom: none;
}
.price_grid {
    top: 18px;
    right: 0;
    padding: 7px 8px 3px;
    background-color: rgba(238, 127, 1, 0.50);
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	position: absolute;
}

.desc span:not(.visa-span) {
   /* width: 120px;*/
    width: 340px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.desc span.visa-span{
    color:#86b40b;
    padding-top:5px;
    padding-left:5px;
    float:left;
}
.desc span em {
    width: 60px;
    height: 2px;
    background-color: #ee7f01;
    display: block;
}

/*.desc span:not(.visa-span)::after {
    border: #f2f2f2  2px solid;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}*/

.strip_list .desc {
    padding: 30px 25px 0 0;
}
.strip_list .desc h4 {
    color: #226cb4;
}
.strip_list .desc {
    color: #000;
}
.strip_list .desc a.button {
    background-color: #ee7f01;
}
.strip_list .desc a.button:hover {
    background-color: #c36b08;
}
#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}
.box_style_1 {
    background-color: rgba(76, 198, 244, 0.72);
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 30px;
}
/*.price strong {
    font-size: 50px;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}*/
/*.price {
     font-size: 20px;
     font-weight: 400;
     border-bottom: 1px solid rgba(255,255,255,.2);
     margin-bottom: 15px;
 }*/

img.thumb_visit {
    float: right;
}
.price small {
	font-size: 75%;
}
.price sup {
	font-size: 50%;
	vertical-align: super;
}
/*.price strong {
    font-size: 44px;
}*/

/*.detail_carousel .owl-nav {
    top:156px !important;
}*/

.box_style_4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

.box_style_4 {
    background: #fff;
    /*padding: 20px;*/
    position: relative;
    text-align: center;
}

.box_style_4 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block;
}

.box_style_4 {
    background: #fff;
    /*padding: 20px;*/
    position: relative;
    text-align: center;
}

.box_style_4 h4 span{
    color: #e04f67;
}

.box_style_4 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}
.box_style_4 .offers-header {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.offers-header {
    padding: 5px 20px;
    text-align: inherit;
    position: relative;
    background: #9f2065;
}
.offers-header h4 {
    padding: 4px;
}
.offer-box {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 1px;
}
.offer-box-details {
    transition: max-height 0.5s;
    padding: 20px 20px 0;
}
/*.bloc-rtl{
    direction: rtl;
}*/

.bloc-rtl ul li{
    list-style: circle;
}


.box_style_omra {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   /* border: 1px solid #ddd;*/
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}

.box_style_omra .numbers-row {
    width: 97px;
    overflow: visible;
}

.box_style_omra .numbers-row, .box_style_omra input.qty2 {
    position: relative;
    height: 40px;
}

.box_style_omra input.qty2 {
    width: 35px;
    border-radius: none;
    left: 31px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
}

.box_style_omra .numbers-row, .box_style_omra input.qty2 {
    position: relative;
    height: 40px;
}

.box_style_omra input.qty2 {
    text-align: center;
}

.box_style_omra .inc {
    background: url(../img/plus.png) center center no-repeat #fff;
    right: 0;
    top: 0;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box_style_omra .dec {
    background: url(../img/minus.png) center center no-repeat #fff;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box_style_omra .button_inc {
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9;
}

.box_style_omra .button_inc, .box_style_omra .nav-submit-button {
    text-indent: -9999px;
    cursor: pointer;
}


.box_style_omra .btn_full:hover, .box_style_omra a.btn_full:hover {
    background: #333;
}

.box_style_omra .btn_full, .box_style_omra a.btn_full {
    border: none;
    width: 100%;
    background: #DC7526;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.box_style_omra .btn_full, .box_style_omra a.btn_full, .box_style_omra a.btn_map {
    color: #fff;
    padding: 12px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: inherit;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    outline: 0;
}

.box_style_omra a.btn_full_outline {
    font-family: inherit;
    color: #85c99d;
    background: 0 0;
    border: 2px solid #85c99d;
    cursor: pointer;
    padding: 10px 20px;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
}

.box_style_omra .table.table_summary tr.total {
    color: #e04f67;
    font-size: 20px;
    font-weight: 700;
}

.box_style_omra h3.inner {
    margin: -30px -30px 20px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

table.table.table-striped.bloc-rtl td,table.table.table-striped.bloc-rtl th {text-align:center}

.pad-square-10 {
    padding: 10px;
}
.box_style_carousel {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    position: relative;
    color: #666;
}
.carousel-photo-titre{
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff; border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0;
}
/*body{
    background: #f5f5f5;transform: none;
}*/

.chambre input[type=number]::-webkit-inner-spin-button, .chambre input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.chambre input[type="number"]{
    text-align: center;
}

#policy {
    padding: 10px 0 0 50px;
}

.messagepop {
    background-color: #FFFFFF;
    cursor: default;
    display: block;
    margin-top: 15px;
    position: absolute;
    text-align: left;
    z-index: 50;
    bottom: 88px;
    left: 195px;
}
@font-face {
    font-family: "Al jazeera";
    src: url('../fonts/Al-Jazeera-Arabic-Regular.ttf');
}