/* Hamburger Menu xd */
header .mBurger {
    display: none;
	font: inherit;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
    background-color: transparent;
    position: absolute;
    top: 65px;
    right: 10px;
}
header .mBurger .box {
	position: relative;
	display: inline-block;
	width: 30px;
    height: 18px
}
header .mBurger .inner {
	top: 50%;
	display: block;
	margin-top: -2px
}
header .mBurger .inner,
header .mBurger .inner:after,
header .mBurger .inner:before {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000
}
header .mBurger .inner:after,
header .mBurger .inner:before {
	display: block;
	content: ""
}
header .mBurger .inner:before {
	top: -10px
}
header .mBurger .inner:after {
	bottom: -10px
}
header .mBurger .inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
header .mBurger .inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
header .mBurger.is-active .inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-6px, -8px, 0) rotate(-45deg) scaleX(.7)
}
header .mBurger.is-active .inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-6px, 8px, 0) rotate(45deg) scaleX(.7)
}
/* Hamburger Menu xd */

.map{ height: 400px; }

select{
	height: 47.6px;
}

header .main-top .top .right .book-now{
	display: none;
}

@media screen and (max-width: 960px){
	header .main-top .top .right .phone{float: left; display: inline-block; }
	header .main-top .top .right .book-now{ display: inline-block; float: right; }
	header .main-top .top .right .book-now a{ margin-left: 0; padding: 0px 10px; display: block; color: #000000; font-size: 14px; background: #dcbc4f; }
    header .main-top .top .left{ display: none; }
    header .main-top .top .right{ width: 100%; padding: 10px 0; }
    header .main-top .top .right .social{ display: none; }
    header .head-main .head-cont{ padding: 10px 20px; justify-content: flex-start; }
    header .head-main .head-cont .logo{ max-width: 50%; }
    header .head-main .head-cont .logo a{ font-size: 0; display: inline-block; }
    header .mBurger{ display: inline-block; z-index: 190; }
    header .head-main .head-cont .menu{ display: inline-block; position: fixed; top: 0; left: 0; width: 80%; height: 100%; background: #fff; z-index: 200; transform: translateX(-100%); }
    .mburger-active header .head-main .head-cont .menu{ overflow: auto; transform: translateX(0); padding: 20px 0; }
    .mburger-active:before{ content: ""; display: inline-block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .4); z-index: 180; }
    .mburger-active header .mBurger .inner,
    .mburger-active header .mBurger .inner:after,
    .mburger-active header .mBurger .inner:before { background-color: #fff; }
    header .head-main .head-cont .menu li a{ display: block; padding: 10px 0;  }
    header .head-main .head-cont .menu li.book-now{ display: none;  }
    header .head-main .head-cont .menu li.sub-menu ul{ display: none; margin-left: 10px; position: initial; padding: 10px 0; background: none; min-width: auto; }
    header .head-main .head-cont .menu > li.sub-menu:hover > ul, header .head-main .head-cont .menu > li.sub-menu.selected > ul{ display: none; }
    header .head-main .head-cont .menu > li.selected > a{ color: #dcbc4f; }
    header .head-main .head-cont .menu li.sub-menu.is-active ul{ display: block; }
    header .head-main .head-cont .menu > li > ul > li { margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px solid #ccc; }
    header .head-main .head-cont .menu > li > ul > li > a{ color: #000; }
    header .head-main .head-cont .menu > li > ul > li > a i { display: none; }
    header .head-main .head-cont .menu > li.selected > a, header .head-main .head-cont .menu > li:hover > a{ border-bottom: 2px solid rgba(0,0,0,0); }
    
    
    footer .footer-top,
    footer .footer-wrap .footer-cont .ul-wrp:not(:nth-child(5)){ display: none; }
    footer .footer-wrap{ padding: 0 20px; }
    footer .footer-wrap .footer-cont .ul-wrp:nth-child(5){ width: 100%; }
    footer .copy { padding: 40px 20px 30px; font-size: 14px; line-height: 1.4; }

    
}


