@media print {
*, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
}
.clix-img {padding:5px 15px; margin:10px 15px 0 0;}

.clix-container {position:relative; padding:0px;}

.clix_main_menu {
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 58px;
	    background-size: contain;
		width:100%;
}
/*.clix_main_menu::before {
	content: "";
	background-image: url(../images/menu-bg-left1.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:20px;
	height:62px;
}
.clix_main_menu::after {
	content: "";
	background-image: url(../images/menu-bg-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:20px;
	height:62px;
}
*/

.clix_menu_content .clix_main_menu {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 14px
}
.clix_menu_content .menu {
	list-style: none;
	margin:7px;
	padding: 0
}
.clix_menu_content .menu>li {
	float: left;
	position: relative;
	color:#A5069D;
}

.current-menu-item a {
	color:#A5069D !important;
}

.clix_menu_content .menu>li>a {
	display: block;
	padding: 0 3px;
	line-height:29px;
	color:#111111 !important;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	text-decoration: none;
	margin: 6px 9px;
	font-family: "High Tower Text";
}
.clix_menu_content .menu>li:last-child {
/*background-color:#D90000;
    height: 42px;
	border-bottom:0px solid #F5772D !important;*/
}

.clix_menu_content .menu>li:last-child a{
	
	border-bottom: 0px solid #F5772D !important;
	background-image: url(../images/book-now.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#fff !important;
	    width: 113px;
		height:32px;
		text-align: center;
}
.clix_menu_content .menu>li:last-child a:hover{
	background-image: url(../images/book-now-1.jpg);	
}

.clix_menu_content .menu>li.current-menu-item>a {
	/*background-color:#CB4146;
	*/
	border-bottom:0px solid #F5772D;
color: #A5069D !important;
}
.clix_menu_content .menu>li:hover>a {
	border-bottom:0px solid #F5772D;
	color: #A5069D !important;
}
.clix_menu_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)
}
.clix_menu_content .menu>li>.sub-menu {
	left: 0;
	right: 0;
	margin: auto
}
.clix_menu_content .menu>li .sub-menu {
	width: 230px;
	position: absolute;
	left: 0;
	background-color:#984B9A;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border: 0px solid #E67817;
	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;
	    z-index: 99 !important;
}

.sub-menu li a:hover{
background-color:#a867a9 ;
}

.clix_menu_content .menu>li .sub-menu li {
	float: none;
	position: relative;
	font-size:13px;
}
.clix_menu_content .menu>li .sub-menu li a {
	display: block;
	padding: 7px 20px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	text-decoration:none;
}
.clix_menu_content .menu>li .sub-menu li a span {
	float: right;
	position: relative;
	top: 2px
}
.clix_menu_content .menu>li .sub-menu li.current-menu-item>a {
	background-color: #5c275d;
	color: #fff !important;
}
.clix_menu_contentt .menu>li .sub-menu li:hover>a {
	background-color:#232323;
	color: #fff
}
.clix_menu_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)
}
.clix_menu_content .menu>li .sub-menu li .sub-menu {
	left: 100%;
	top: 0;
	padding: 0
}

.menu-bars {
	color: #333;
	width:100%;
	font-size: 28px;
	cursor: pointer;
	display: none;
	top: 0;
	right:0;
	bottom: 0;
	position:relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	height:40px;
	background-color:#b134ae;
}
.menu-bars span {
	width: 25px;
		top: 0;
	bottom: 0;
	right:16px;
	margin: auto;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.menu-bars span:before, .menu-bars span:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.clix-menu {font-size:14px; font-family: "High Tower Text"; color: #fff;    margin: 0px 0 0 18px;
    line-height: 40px;}

.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: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.menu-bars:hover span:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.menu-bars.active {
	/*background-color: #fff*/
}
.menu-bars.active span {
	background-color: transparent
}
.menu-bars.active span:after {
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.menu-bars.active span:before {
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}


.header_mobile .menu-bars {
	display: block
}
.header_mobile .clix_main_menu {
	position: fixed;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
top: 282px !important;
	bottom: 0;

	right: -270px;
	width: 270px;
	overflow-y: auto;
	background-color:#a90c90;
	-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 .clix_main_menu.active {
	right: 0
}
.header_mobile .clix_main_menu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
.header_mobile .clix_main_menu ul li a {
	display: block;
	padding: 10px 40px 10px 20px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.header_mobile .clix_main_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,0.1)
}
.header_mobile .clix_main_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%)
}
.header_mobile .clix_main_menu ul li a:hover {
	background-color:#e09ddf;
	color: #fff;
}
.header_mobile .clix_main_menu ul li.current-menu-item>a {
	background-color: #e09ddf;
	color: #fff;
}
.header_mobile .clix_main_menu ul li .sub-menu {
	    background-color: rgb(177, 52, 174);
	display: none;
	position:relative;
	z-index:99 !important;
}
.header_mobile .clix_main_menu ul li>.sub-menu>li>a {
	padding-left: 35px
}
.header_mobile .clix_main_menu ul li>.sub-menu>li>.sub-menu>li>a {
	padding-left: 55px
}
.header_mobile .clix_main_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
	padding-left: 75px
}
.header_mobile .clix_main_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>.sub-menu>li>a {
	padding-left: 100px
}
.header_mobile .header_logo {
	line-height: 1
}
