body,h1,h2,h3,h4,h5,h6,h7,a
{
    font-family: 'Cairo';

}

h1, h1 a, h1 a:hover, h1 a:focus, h2, h2 a, h2 a:hover, h2 a:focus, h3, h3 a, h3 a:hover, h3 a:focus, h4, h4 a, h4 a:hover, h4 a:focus, h5, h5 a, h5 a:hover, h5 a:focus, h6, h6 a, h6 a:hover, h6 a:focus
{
    font-family: 'Cairo';
}

.toplogin

{
    font-family: 'Cairo';
    font-size: 12px ;
}


.daterangepicker .calendar th.month
{
    font-family: 'Cairo', sans-serif;
    font-weight: bolder;
    font-size: 14px;
}

.features .owl-thumb-item:before
{
    content: '\f0d9';
    font-family: fontawesome;
    opacity: 1;
    float: right;
    margin-right: -17px;
    margin-top: 22px;
    font-size: 25px;
    color:#333;
    transform: rotate(180deg);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    opacity: 0;

}
.mc4wp-form button{position:absolute;right:5px;top:5px;width:48px;height:48px;border-radius:50%}

/***Hotels Page**/

.eb-branch-item:hover .eb-branch-item-info ul li span {
    /*margin-right: 50px;*/
    display: inline-block !important;

}

.eb-branch-item .eb-branch-item-info {
    left: 15px;
}

.eb-branch-item .eb-branch-item-info ul {
    list-style: none;
    padding-left: 0;
}

.eb-branch-item .eb-branch-item-info ul li span {
    margin-left: 10px;
    margin-top: -2px;
    line-height: 18px;
}

header #main_menu .navbar-nav li.active a, header.transparent #main_menu .navbar-nav li.active a
{
    color: #b18726;
}

#main_menu .navbar-nav li a
{
    padding: 10px 15px ;
}

.eb-printable .eb-hotel-logo {
    margin-bottom: 30px !important;
    font-size: 18px !important;
    float: left;
    display: inline-block;
    font-weight: 600;
}
.eb-printable .title {
    display: inline-block;
    float: right;
    font-size: 18px !important;
    padding: 15px 0 !important;
    margin-top: -15px !important;
}

.thankyou-page .eb-thank-details ul
{
    margin-top: 0px !important;
}

/* rating */
div.stars {
    display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 5px;
    font-size: 15px;
    color:#444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #e74c3c;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color:#e74c3c;
    text-shadow: 0 0 5px #7f8c8d;
}

input.star-1:checked ~ label.star:before { color:
    #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}


.horline > li:not(:last-child):after {
    content: " |";
}
.horline > li {
    font-weight: bold;
    color: #ff7e1a;

}
/* end rating */


.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.top_menu_right
{
    float: right !important;
}

