


.header_left{
	float:left;
	margin-top: 10px;
}
.header_right{
	float:right;
	margin-top: 0px;
}
#header {
    position: relative;
    z-index: 999
}
.header_top {
   background-color: #009688;
    /*height: 50px;*/
}
.header_top:after {
    display: table;
    clear: both
}
.header_top .header_left span {
    font-size: 13px;
    color: #ffffff;
   margin-top: 5px;
    line-height: 36px
}
.header_top .header_left span i {
    font-size: 11px;
    margin-right: 5px
}
.header_top .header_right {
    font-size: 0
}
.header_top .header_right .login-register {
    text-transform: uppercase
}
.header_top .header_right .login-register a {
    font-size: 12px;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px
}
.header_top .header_right .login-register a.active,
.header_top .header_right .login-register a:hover {
    background-color: #fff;
    color: #333
}
.header_top .header_right .dropdown {
    font-size: 12px;
    position: relative;
    display: inline-block
}
.header_top .header_right .dropdown span {
    color: #acacac;
    line-height: 36px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}
.header_top .header_right .dropdown span:after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 5px
}
.header_top .header_right .dropdown ul {
    line-height: none;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    min-width: 115px;
    right: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}
.header_top .header_right .dropdown ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 5px 20px
}
.header_top .header_right .dropdown ul li a:hover,
.header_top .header_right .dropdown ul li.active a {
    background-color: #516d9b;
    color: #fff
}
.header_top .header_right .dropdown:hover span {
    background-color: #fff;
    color: #333
}
.header_top .header_right .dropdown:hover ul {
    visibility: visible;
    opacity: 1
}
.header_content {
    
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height:150px !important;
    padding:5px;
    text-align: right;
    font-size: 0;
    z-index: 999;
	/*background-color:#fff;*/
	/*background: url(../images/header_bg.jpg);*/
	background-color:white;
    width: 100%;
    
    
    border-bottom: 5px solid #159a81;
	
	
	
}
.header_content .container {
    position: relative
}
.header_content .header_menu {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px
}
.header_content .menu {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 28px;
}
.header_content .menu>li {
    float: left;
    position: relative;
	background-color: #009688;
    
    margin-left: 9px;
	text-decoration:none;
	
}
.header_content .menu>li>a {
    display: block;
    padding: 0 8px;
    line-height:30px;
    color:#ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px ;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.header_content .menu>li.current-menu-item>a,
.header_content .menu>li:hover>a {
    text-decoration:none;
    color: #0d0d0d;
	background-color:#fff;
}
.header_content .menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.header_content .menu>li>.sub-menu {
    left: 0;
    right: 0;
    margin: auto
}
.header_content .menu>li .sub-menu {
    width: 180px;
    position: absolute;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #f1f1f1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.header_content .menu>li .sub-menu li a,
.menu-bars {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.header_content .menu>li .sub-menu li {
    float: none;
    position: relative
}
.header_content .menu>li .sub-menu li a {
    display: block;
    padding: 7px 20px;
    color: #232323;
    font-size: 14px
}
.header_content .menu>li .sub-menu li a span {
    float: right;
    position: relative;
    top: 2px
}
.header_content .menu>li .sub-menu li.current-menu-item>a,
.header_content .menu>li .sub-menu li:hover>a {
    background-color: #3a598b;
    color: #fff
}
.header_content .menu>li .sub-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.header_content .menu>li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    padding: 0
}
.header_logo {
    float: left;
    line-height: 84px;
    /*width:300px;*/
}
.header_logo img {
    /*max-height:150px;*/
    padding:10px 0px;
}
.menu-bars {
    color: #fff;
    width: 90px;
    height:90px;
    font-size: 28px;
    cursor: pointer;
    display: none;
   
    right: 0px;
    bottom: 24px;
    position: absolute
}
.menu-bars span,
.menu-bars span:after,
.menu-bars span:before {
    height: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    position: absolute
}
.menu-bars span {
    width: 25px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block
}
.menu-bars span:after,
.menu-bars span:before {
    content: '';
    width: 100%
}
.menu-bars span:after {
    top: -8px
}
.menu-bars span:before {
    bottom: -8px
}
.menu-bars:hover {
    background-color: #fff
}
.menu-bars:hover span {
    background-color: transparent
}
.menu-bars:hover span:after {
    background-color: #e7c130;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}
.menu-bars.active span:after,
.menu-bars:hover span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.menu-bars:hover span:before {
    background-color: #e7c130
}
.menu-bars.active {
    background-color: #fff
}
.menu-bars.active span {
    background-color: transparent
}
.menu-bars.active span:after {
    background-color: #e7c130
}
.menu-bars.active span:before {
    background-color: #e7c130;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}
.container-menu-white{
    background-color:white !important;
}
.header_mobile,
.header_mobile  {
    z-index: 999;
    /*background: url(../images/header_bg.jpg);*/
    /*background:white;*/
    width: 100%;
    background-color:#fff !important;
    
    box-shadow: 8px 2px 10px -2px rgba(0,0,0,0.3);
    border-bottom: 2px solid #159a81;
}
.header_mobile {
    left: 0;
    right: 0;
    position: absolute
}
.header_mobile .container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}
.header_mobile .header_logo {
    display: inline-block;
    line-height: 1
}
.header_mobile .menu-bars {
    display: block;
	background-color: #009688;
    height: 35px;
    margin-top: 34px;
}
.header_mobile .header_menu {
    position: fixed;
    -webkit-overflow-scrolling: touch;
	    background-color: #009688;
    top: 125px !important;
    bottom: 0;
    right: -270px;
    width: 270px;
    overflow-y: auto;
    -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -o-transition: right .5s cubic-bezier(0, .67, .35, .94)
}
.header_mobile .header_menu.active {
    right: 0;
    z-index:999;
}
.header_mobile .header_menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
	
	
	
}
.header_mobile .header_menu ul li a {
    display: block;
	text-decoration:none;
    padding: 10px 40px 10px 20px;
    color:#ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
	background-color:#009688;
}
.header_mobile .header_menu ul li a span {
  /*   float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; */
    width: 40px;
    /* z-index: 1;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .1) */
}
/**.header_mobile .header_menu ul li a span:before {
    content: '\f0d7';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}**/
.accomd-modations-room .img:after,
.accomd-modations-room_1 .img:after,
.accomd-modations:before,
.check-availability:before {
    content: '';
    bottom: 0
}
.banner-slider .slider-item .slider-text,
.event-item .text .text-cn {
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}
.header_mobile .header_menu ul li a:hover,
.header_mobile .header_menu ul li.current-menu-item>a {
    background-color: #ffffff;
    color: #009688;
}



.header_mobile .header_menu ul li .sub-menu {
    background-color: rgba(52, 74, 113, .85);
    display: none
}
.header_mobile .header_menu ul li>.sub-menu>li>a {
    padding-left: 35px
}
.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 55px
}
.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 75px
}
.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>.sub-menu>li>a {
    padding-left: 100px
}
.header-sticky {
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden
}

.dropdown-menu>li>a{
	background-color:#009688;
	
}




@media only screen and (min-width: 480px) and (max-width: 767px) {
.header_content .header_menu{
	display:none;
}

}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .header_mobile .header_menu{
        top:95px !important;
    }
}

 @media screen and (min-width: 768px)  {
.price-menu-list{
     margin-left:-135px !important;
 }
 .price-more-details-list{
      margin-left:-135px;
 }
 .Design-details-list{
     margin-left:-250px;
 }
 .Design-more-details-list{
     margin-left:-300px; 
 }
}

