@media screen and (max-width: 1380px){
	.twoColumText{
		column-count: 2;
		column-gap: 20px;
	}
}
@media screen and (max-width: 1159px){
	section {
		position: relative;
		padding: 0 20px;
	}
	section.section-hero {
		padding: 0 0px;
	}
	.container{
		padding: 0;
	}
	.entry-content{
		padding: 0 0px;
	}
	.topbar-content, #header-responsive .header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 24px;
	}
	.topbar-content {
		flex-direction: column;
		padding: 6px 24px;
	}
	.topbar .topbar-social-hide-on-mobile {
		display: none;
	}
	.topbar .socialicons {
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 6px;
		padding-bottom: 6px;
		height: 100%;
	}
	.topbar-content .socialicons li {
		padding-left: 9px;
		padding-right: 9px;
	}
	#header-regular, #header-sidenavi, ul.slicknav_nav li.menu-item-logo {
		display: none;
	}
	#header-responsive {
		display: block;
	}
	.topbar-content, #header-responsive .header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-logo-right #header-responsive .header-right {
		display: none;
	}
}
@media only screen and (max-width: 959px){
	.hero-content-wrap.full-width-overlay .hero-content, .hero-content-wrap.hero-content-center.full-width-overlay .hero-content {
		max-width: 100%;
	}
	.hero-vertical {
		display: none;
	}
	.footer-sidebar {
		width: calc(50% - 24px);
	}
	.footer-widget-area, .footer-info-wrap {
		flex-wrap: wrap;
	}
	.footer-info-left {
		margin-left: 24px;
	}
	.footer-info:first-child {
		margin-top: 0;
	}
	.footer-info {
		text-align: center;
		margin: 12px 0 0 0;
		padding: 0 0px;
	}
	.footer-info {
		width: 100%;
	}
	.reservation.userView .reservationDate {
		width: 100%;
	}
	#page{
		padding: 0 0 142px;
	}
	.reservation.userView .reservationData {
		width: 100%;
		padding: 15px 0 0 0px;
		line-height: 18px;
		text-align: center;
	}
	.reservation.userView .actionBtn{
        margin: 10px 5%;
        display: inline-block;
        float: left;
        width: 40%;
	}
}
@media only screen and (max-width: 767px){
	.hero-content, .hero-content-center .hero-content, .hmobile-content-center .hero-content {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	.twoColumText{
		column-count: 1;
		column-gap: 0px;
	}
	.footer-sidebar {
		width: calc(100% - 48px);
	}
	.footer-widget-area {
		padding: 24px 0;
	}
	.footer-widget-area, .footer-info-wrap {
		flex-direction: column;
	}
	aside.footer-sidebar {
		margin: 0;
	}
}
@media screen and (max-width: 600px){
	.topbar{
		display: none;
	}
}
@media screen and (min-width: 320px){
	.hero-title {
		font-size: calc(35px + 18*((100vw - 320px) / 880)) !important;
		line-height: calc(52px + 18*((100vw - 320px) / 880)) !important;
		letter-spacing: calc(0px + 9*((100vw - 320px) / 880)) !important;
		font-weight: bold;
	}
}