/*  desktop */
      @media(min-width: 992px) {
          main,.eb-room-header,.page-title{
              margin-top: 140px !important;
          }
          .eb-page main {
              padding:10px;
              margin-top:5px !important;
          }
          .eb-room-page
          {
              margin-top: 5px !important;
          }
          footer
          {
              margin-top: 20px !important;
          }
      }

/*//phone*/
      @media(max-width: 991px) {
          main,.page-title,.eb-room-header {
              margin-top: 80px !important;
          }

          .eb-room-page
          {
              margin-top: 5px !important;
          }

          .eb-page main {

              margin-top:5px !important;
          }
      }




      #tickimg:hover{
            opacity: 1 !important;
        }
        img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 0.07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;

        }
        .top_menu ul.dropdown-menu
        {


            min-width: 200px;
            background-color: #bc68a0;

        }

        .top_menu .dropdown-menu li a
        {
            /*padding: 10px;*/
            /*color: white;*/
            font-weight: bold;
        }

        .top_menu ul.dropdown-menu .hrdivider
        {
            /*border-top: 1px solid #31414a;*/
        }
        .top_menu li
        {
            list-style: none;
        }

        .top_menu .dropdown-menu li a
        {
            border-bottom: none;

        }
        .top_menu.transparent .dropdown-menu a
        {
            /*color: white ;*/
        }

        .top_menu .dropdown-menu li a:hover {
         /*   background: black;*/
        }
        .top_menu .dropdown-menu li a{
            /*color:white;*/
        }

        .top_menu {
            /*background: #1a2b48;*/
            border-bottom: 1px solid #ededed;
            /*color: white;*/
            /*padding: 10px;*/
        }
        .top_menu a,.top_menu a:hover, .top_menu .dropdown.open a
        {
            /*color: white!important;*/
            font-weight: bolder;
        }
        .top_menu .dropdown-menu li a:hover {
            /*background: black !important;*/
        }

        iframe {
            display: block;
            border: none;         /* Reset default border */
            height: 80vh;        /* Viewport-relative units */
            width: calc(100% + 17px);
            overflow:hidden;

        }

        .top_menu a {
            /*color: white;*/
        }

        .top_menu .fa
        {
            /*color:white;*/
        }

a.dark
{
    padding-top: 15px !important;padding-bottom: 15px !important;
}

#langmenu
{
   /* display: none;*/
}


        #myads
        {
            position: fixed;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 500px;
            width: 500px;


        }

        #myads .modal-content
        {
            height: 400px;
            width: 400px;

        }
