ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;/**/
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	/*background-color: #111;*/
	background-color: rgba(88,176,214,0.8);
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
/*@media screen and (max-width:680px) {*/
@media screen and (max-width: 1024px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
/*@media screen and (max-width:680px) {*/
@media screen and (max-width: 1024px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
/**/
header {
	width: 100%;
	height:auto;
}
 
header nav {
	/*background:#023859;*/
	z-index:1000;
	max-width: 1000px;
	width:95%;
	/*margin:20px auto;*/
	margin:0px auto;
}
/*@media screen and (max-width: 800px) {*/
@media screen and (max-width: 1024px) {
	/*body {
		padding-top:80px;
	}*/
 
	header nav {
		width: 100%;
		/*height: calc(100% - 80px);*/
		height: auto;
		position: relative;
		/*right:100%;*/
		margin: 0;
		margin-top: 5px;
		/*overflow: scroll;*/
		overflow:auto;
		}
		
		
	#menu{ 
	background-color:rgba(88,176,214,0)!important;
	}
	#logo{
	z-index:99999;
	width: 119px!important;
    height: 85px!important;
	background: url(../images/logo-hotel-cantil-Responsive.png) no-repeat 0 0!important;
	}
	
	#logoMuluk{
	z-index:99999;
	width: 119px!important;
    height: 85px!important;
	background: url(../images/logo-muluk-spa-Responsive.png) no-repeat 0 0!important;
	}
	ul.topnav {
    background-color: #023859;/**/
	}
	ul.topnav li a {
		border-bottom: 1px solid #024c7a;
	}
	#right_nav { 
		display:none;
	}
}
@media screen and (max-width: 767px) {
#logo2{
	/*z-index:99999;
	width: 119px!important;
    height: 85px!important;
	background: url(../images/logo-hotel-cantil-Responsive.png) no-repeat 0 0!important;*/
	display:none!important;
	}
	ul.topnav {
    background-color: #023859;/**/
}
}
#logo{
    background: url(../images/logo-hotel-cantil.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 6px 10px 0;
    width: 239px;
    height: 146px;
    /*text-indent: -9999px*/
}
#logo2{
    background: url(../images/logo-hotel-cantil.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 6px 10px 0;
    width: 239px;
    height: 146px;
    /*text-indent: -9999px*/
}
#logoMuluk{
    background: url(../images/logo-muluk-spa.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 6px 10px 0;
    width: 239px;
    height: 146px;
    /*text-indent: -9999px*/
}