


@media screen and (min-width: 990px) and (max-width: 1200px) {
    .navbar-brand img {
        width: 163px !important;
        height: 42px !important;
    }

    a.dark
    {
        padding-top: 20px !important;
    }
    footer .col-md-6
    {
        min-height: 250px !important;
    }

    .main_title h2 {
        font-size: 25px;
    }

    .room-services-list .room-services-item {
        padding: 5px 5px;
        border: 1px dashed #dedede;
        font-size: 12px;
        border-radius: 2px;
        margin: -5px;
    }
}


/**Mobile**/
@media screen and (max-width: 989px) {
    #menu-main-menu
    {
        background: none;
    }

    .mobile-dropdown-toggle
    {
        display: block;
        float: left;
        position: relative;
        border-radius: 50%;
        z-index: 99999999;
        width: 20px;
        height: 20px;
        margin-right: 2px;
        text-align: center;
        line-height: 20px;
        margin-top:0px;
    }


    .push_mobile, .push_mobile .navbar-fixed-top {
        right: -260px!important;
        left: 0 !important;
    }

    .mobile_menu {
        background: #fff;
        border-left: 1px solid #e6eff2;
        width: 260px;
        height: 100%;
        top: 40px;
        left: -260px;
        z-index: 1000;
        position: fixed;
        padding: 0;
        margin: 0!important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible;
    }

    .mobile_menu.mobile_menu_open, .push_mobile .navbar-fixed-top .mobile_menu.mobile-menu_open {
        right: 0;
        left:auto;
        top:40px
    }



    .mobile_menu_active
    {
        right: 250px !important;
    }

    .navbar-toggle
    {
        margin-left: 40px !important;
        float: right !important;
    }


    #main_menu .navbar-nav .dropdown .dropdown-toggle:before {
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        padding: 0;
        margin-right: 0px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
    }

    #main_menu.mobile_menu .dropdown .mobile-dropdown-toggle.arrow, #main_menu.mobile_menu .dropdown .mobile-dropdown-toggle.arrow-up {
        display: block;
        float: left;
        position: relative;
        border-radius: 50%;
        z-index: 99999999;
        width: 20px;
        height: 20px;
        margin-right: 2px;
        text-align: center;
        line-height: 20px;
    }

    #menu-main-menu
    {
        direction: rtl;
    }

    /*#main_menu.mobile_menu .dropdown .mobile-dropdown-toggle.arrow, #main_menu.mobile_menu .dropdown .mobile-dropdown-toggle.arrow-up {*/
    /*    display: block;*/
    /*    float: right;*/
    /*    position: relative;*/
    /*    border-radius: 50%;*/
    /*    z-index: 99999999;*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    margin-right: 2px;*/
    /*    text-align: center;*/
    /*    line-height: 20px;*/
    /*}*/

    #langmenu
    {
        display: block;
    }

    #toplangmenu
    {
        display: none;
    }
    #phonemenu
    {
        float: left !important;

    }

    /******************/
    .welcome_mssg div div
    {
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .top_menu_right
    {
        display: none !important;
    }

    /*.top_menu_right*/
    /*{*/
    /*    width: 100% !important;*/
    /*}*/


    /*********************/

    .eb-tabs .eb-tab
    {
        display: block;
        margin-bottom: 10px !important;
        text-align: center;
    }

    #myads
    {
        position: fixed;
        top: 50%;
        left: 40%;
        transform: translate(-40%, -40%);
        height: 280px;
        width: 280px;
    }
    #myads .modal-content
    {
        height:280px;
        width: 280px;

    }

    .room-services-list .room-services-item {
        padding: 5px 5px;
        border: 1px dashed #dedede;
        font-size: 12px;
        border-radius: 2px;
        margin: -5px;
    }



}
