/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span  {
    font-size: 20px;
}
button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
	background-color: #919598;
    border-color: #1e1e1e;
}

.logo-default img {
	max-width: 250px;
}
.room-details .plan-button a {
	display: block;
}

.onlymail {
	display: none;
}

.widget-contact-us {
    background-image: url('../images/world-map.png');
    background-position: 50% 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.room-details ul li {
 
margin-bottom: 10px;
    margin-left: 20px;

}
.langflag {
    margin-bottom:16px;
    margin-left: 3px;
}
ul {
      list-style-type: inherit;
}
ul li {
 
margin-bottom: 10px;
}

.roomcontent ul {
    margin-left: 20px;
}
.kenburns-bg {
    background-position: 50% 50%;
}

#topbar {
    position: sticky;
    width: 100%;
    top: 0;
    overflow:hidden;
}
#topbar li, #topbar li a {
    float: left;
    list-style: outside none none;
}

#topbar li a {
    border-radius: 0px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
}

#topbar .social-icons li a {
    width: auto;
    padding: 0 10px;
}

#topbar ul li {
    margin-bottom: 0;
}
#topbar * {
    color: white;
    height: 40px;
    line-height: 40px;
}
#map {
    z-index: 1;
}