<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('font-face.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
ul {
	margin: 0px;
	list-style: none;
}
ol {
    margin: 0px;
    padding-left:20px;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #c5000f;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 99; 
	display: none;
}
html,body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	overflow-x: hidden;
	font-weight: 400;
	/*font-family: 'proxima-nova','Open Sans', sans-serif;*/
	/*font-family: 'Sofia Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
.sofia {
	/*font-family: 'Sofia Pro', sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1170px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.menupage {
	max-width: 1350px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 0 6px 15px;
	transition: all .5s;
}
.logo::before {
    content: '';
    width: 500%;
    right: -20px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    transform: skewX(-25deg);
}
.logo img {
	height: 50px;
	transition: all .5s;
}
.menu_nav {
	width: 80%;
	float: right;
	position: relative;
}
.loginBtn {
	float: right;
	padding: 20px;
}
.loginBtn img {
	vertical-align: top;
}
.loginBtn a {
	float: right;
	color: #fff;
	margin-left: 10px;
    font-size: 14px;
    transition: all .5s;
}
.loginBtn a span:hover {
	color: #c5000f;
}
.micon, .mobile_menu {
	display: none;
}
ul.menu {
	position: relative;
	float: right;
	width: auto;
	list-style-type: none;
}
ul.menu li {
	float: left;
	position: relative;
	z-index: 2;
}
ul.menu li a {
	float: left;
	padding: 20px 18px;
	background: #000;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	transition: all .5s;
}	
ul.menu li a i {
	margin-left: 5px;
}	
ul.menu li:hover a,ul.menu li a.active {color:#c5000f;transition: all .5s;}
ul.menu &gt; ul li:hover a:after, ul.menu ul li a.active:after,
ul.menu &gt; ul li:hover a:before, ul.menu ul li a.active:before,
ul.menu ul li a:after, ul.menu &gt; ul li a:before,
ul.menu &gt; li:hover li a:after, ul.menu &gt; li:hover li a:before {
	display: none;
}
ul.menu ul {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 99;
	width: 220px;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
	transition: all .5s;
	background: #fff;
	border-top: 2px solid #df0228;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	backface-visibility: hidden;
}
ul.menu li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: 0px;
	transition: all .5s;
}
ul.menu ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.menu ul li a {
	width: 100%;
	float: left;
	color: #222;
	border: 0px;
	background: transparent;
	text-transform: capitalize;
	padding: 10px 15px;
	letter-spacing: 0px;
}
ul.menu &gt; li:hover li a {
	color: #222;
	transition: all .5s;
}
ul.menu ul li a:hover {
	color: #fff;
	background: #df0228;
}
ul.menu li a span {
	position: absolute;
	top: 12px;
	right: 0;
	padding: 0 5px;
	background: #fff;
	color: #333;
	border-radius: 50px;
}
/* ---- banner ---- */
.mtop{
	/*height: 60px;*/
	transition: all .5s;
}
.homebanner {
    width: 100%;
    float: left;
    padding: 0;
    background-color: rgba(0,0,0,1);
    position: relative;
    overflow: hidden;
}
.homebanner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}
.home_banner .img {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.home_banner .img,  .item img {
    width: 100%;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*end of fade*/
.carousel-control {
    position:absolute;
    width: 40px;
    height: 40px;
    background: #c5000f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #fff;
    bottom: 45%;
    z-index: 9;
    left: 50px;
    text-shadow: 0px 0px 0px #333;
}
.carousel-control.right {
    left: auto;
    right: 50px;
}
.carousel-control:hover {   
    background-color: #111;
    transition: all .5s;
}
.item .banner_text {
    opacity: 0;
    transition: all .5s;
}
.item.active .banner_text {
    opacity: 1;
    bottom: 20px;
    transition: all .5s;
}
.banner_text {    
    position: absolute;
    bottom: 0;
    padding: 0 10%;
    right: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: all .5s;
}
#home_banner .flash_info {    
    position: absolute;
    top: 75px;
    background:#fff;
    right: 20px;
    z-index: 9;
}
.banner_text img {
	width: auto
}
.banner_text .icon {
    position:absolute;
    bottom: 20px;
    right:20px;
    float:right;
    text-align: right;
    display: none;
}
.banner_text .icon img {
	width: auto;
    height: 80px;
}
.banner_text h2 {    
    color: #fff;
	font-size: 50px;
	font-weight: 400;
	display: block;
	margin-bottom: 50px;
	/*font-family: 'Sofia Pro';*/
    transition: all .5s;
}
.banner_text a.bnr_btn {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	background: #c5000f;
	font-size: 24px;
	line-height: 36px;
	/*font-family: 'Sofia Pro';*/
	font-weight: 600;
	transition: all .5s;
}
.banner_text a.bnr_btn:hover {
	background: #000;
	transition: all .5s;
}
.flash_info2 {
	position: absolute;
	top: 60px;
	z-index: 9;
	right: 60px;
	width: 180px;
	height: 180px;
	text-align: center;
	color: #fff;
	padding: 40px;
	background-image: url(../images/circle-offer.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_scroll {
	position: relative;
	padding-top: 60px;
}
#banner_scroll, .banner_scroll .caroufredsel_wrapper {
}
.banner_scroll ul li {
	list-style: none;
	float: left;
	width: 25%;
	position: relative;
}
.banner_scroll ul li:after {
	position: absolute;
	top: 0;
	right: -1.5px;
	width: 3px;
	z-index: 2;
	height: 100%;
	content: '';
	background: #fff;
}
.banner_scroll ul li:last-child:after {
	display: none;
}
.banner_scroll ul li .img {
	position: relative;
	max-height: 500px;
	overflow:hidden;
}
.banner_scroll ul li .img img {
	width: 100%;
	max-height: 100%;
	filter: grayscale(0);
	transition: all .5s;
}
/*.banner_scroll ul li:hover .img img {
	filter: grayscale(1);
	transition: all .5s;
}*/
.banner_scroll .more_icon{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
    background: #fff;
	text-align: center;
}
.banner_scroll .more_icon a.bnr_btn {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	background: #c5000f;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Sofia Pro';
	font-weight: 600;
    width: 100%;
	transition: all .5s;
}
.banner_scroll .more_icon a.bnr_btn:hover {
	background: #000;
	transition: all .5s;
}
.banner_scroll .more_icon a.bnr_btn span {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 24px;
	margin-left: 20px;
	vertical-align: middle;
}
.banner_scroll .more_icon a.bnr_btn span img {
	vertical-align: top;
}
.banner_scroll .more_icon .icon {
	background: #000;
	padding: 20px 25%;
}
#left, #right {
	position: absolute;
	top: 45%;
	left: 50px;
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	opacity: 0.5;
	z-index: 9;
	cursor: pointer;
	transition: all .5s;
}
#right {
	left: auto;
	right: 50px;
}
#left:hover, #right:hover {
	opacity: 1;
	transition: all .5s;
}
/*home_about*/
.home_about {
	padding: 20px 0;
	/*background: #f9f4ee;*/
}
.ha_left {
	width: 60%;
	float: left;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	font-family: 'Sofia Pro', sans-serif;
	position: relative;
}
.ha_left:after {
	display: none;
	width: 55%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
	opacity: 0.1;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%; 
	background-position: bottom right;
}
.ha_left br {
	display: block;
	margin-bottom: 5px;
	line-height: 1;
}
.ha_left p {
	display: block;
	margin-bottom: 10px;
}
.ha_left h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #cd3032;
    font-family: 'Roboto Condensed', sans-serif;
}
.ha_left h1 img {
	height: 36px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
.ha_left p a {
    vertical-align: top;
    color: #cd3032;
}
.ha_right {
	float: right;
	width: 37.01%;
    padding-top: 15px;
	transition: all .5s;
}
.ha_right a { 
    width:100%;
    float:left;
}
.ha_right a.newHomeBtn { 
    color:#fff;
    border: 2px solid #111;
    background: #111;
	padding: 10px 25px;
    text-align: center;
    margin-bottom: 20px;
    transition: all .5s;
}
.ha_right a.newHomeBtn:hover { 
    color:#fff;
    border: 2px solid #c5000f;
    background: #c5000f;
    transition: all .5s;
}
.ha_right img, .ha_links li img {
	width: 100%;
}
.ha_right span, .ha_links li span {
	display: block;
	font-size: 26px;
	line-height: 32px;
	margin: 10px 0;
	color: #111;
	text-align: center;
	font-weight: 600;
	transition: all .5s;
}
.ha_right span {
    display:none;
}
.ha_right:hover span, .ha_links li:hover span {
	color: #c5000f;
	transition: all .5s;
}
.ha_links {
	border: 2px solid #c5000f;
	list-style: none;
}
.ha_links li {
	width: 37%;
	float: left;
	padding: 25px;
	padding-bottom: 0;
	border-left: 2px solid #c5000f;
	transition: all .5s;
}
.ha_links li:first-child {
	border: 0px;
}
.ha_links li:nth-child(2) {
	width: 26%;
}
.ha_right:hover, .ha_links li:hover {
	background-color: #fff;
	transition: all .5s;
}
.ha_lastlink {
	background-color: #9e0808;
}
.ha_lastlink .txt {
	width: 60%;
	float: left;
	padding: 26px 50px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.ha_lastlink .txt p a {
    vertical-align: top;
    color: #ffea00;
}
.ha_lastlink .img {
	width: 37%;
	float: right;
}
.ha_lastlink .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -moz-object-fit: cover;
}
.ha_lastlink .txt h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.ha_lastlink .txt a.mbtn {
	margin-top: 10px;
	float: left;
	transition: all .5s;
}
.ha_lastlink .txt a.mbtn:hover {
	padding-left: 30px;
	transition: all .5s;
}
/*.section_3 */
.section_3 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-family: 'Sofia Pro', sans-serif;
}
.section_3 h2 {
	color: #111;
	font-size: 30px;
	margin: 5px 0;
}
.section_3 li {
	float: left;
	margin-top: 20px;
	width: 32%;
	margin-right: 2%;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.section_3 li:hover {
	box-shadow: 0px 10px 20px 20px #ddd;
}
.section_3 li:nth-child(3n+3) {
	margin-right: 0
}
.section_3 li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.section_3 li .txt {
	border: 1px solid #ddd;
	padding: 15px;
	color: #333;
	font-size: 15px;
}
.section_3 li h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #111;
	font-weight: 600;
}
.section_3 li .p {
	min-height: 72px;
}
.section_3 li span {
	display: block;
	font-weight: 600;	
	font-size: 20px;
	color: #cf3536;
	margin-top: 10px;
}
.section_4 {
	background: #f5f5f5;
	padding: 30px 0;
	text-align: center;
	color: #333;
	font-family: 'Sofia Pro', sans-serif;
}
.section_4 .txt {
	padding: 0 10%;
	font-size: 16px;
}
.section_4 .txt p {
	display: block;
	margin-bottom: 15px;
}
.section_4 h2 {
	color: #cf3536;
	font-size: 30px;
	margin-bottom: 15px;
}
.section_4 a {
	display: inline-block;
	padding: 10px 30px;
	background: #c5150f;
	color: #fff;
	border-radius: 3px;
	margin: 10px 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.section_4 a:hover {
	background: #111;
}
.section_5 {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	font-family: 'Sofia Pro', sans-serif;
}
.section_5 h2, .section_5 h3 {
	color: #111;
	font-size: 30px;
	margin: 5px 0;
}
.sec5gal {
	margin: 15px 0;
}
.sec5gal li {
	float: left;
	width: 100%
}
.sec5gal li img {
	width: 100%;
	height: 200px;
	object-position: center;
	object-fit: cover;
}
.sec5adr.address h3 {
	margin: 20px 0;
}
.sec5map {
	width: 60%;
	float: right;
	height: 300px;
	margin-top: 10px;
}
.sec5map iframe {
	width: 100%;
	height: 100%;
	border: 6px solid #eee;
}
/*footer*/
.footer {
	background-color: #000;
	padding-bottom: 30px;
}
.fbox, .fbox3 {
	width: 30%;
	float: left;
}
.fbox2 {
	width: 40%;
}
.fbox h2, .fbox3 h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
    font-weight: 500;
	line-height: 30px;
	padding-bottom: 10px;
	margin: 25px 0;
	position: relative;
}
.fbox h2:after, .fbox3 h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	content: '';
	background: #c5000f;
}
.fbox li {
	width: 100%;
	list-style: none;
	float: left;
}
.fbox li a {
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #e2e2e2;
	padding-left: 25px;
	position: relative;
	transition: all .5s;
}
.fbox li a:hover {
	color: #c5000f;
	transition: all .5s;
}
.fbox li a:after {
	position: absolute;
	top: 0;
	left: 10px;
	content: '\f105';
	color: #c5000f;
	font-weight: 600;
	font-family: 'FontAwesome'
}
ul.socail li, ul.socail li a {
	float: left;
}
ul.socail li a {
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 20px;
	background: #c5000f;
	text-align: center;
	line-height: 36px;
	margin-right: 15px;
	transition: all .5s;
}
ul.socail li a:hover {
	color: #c5000f;
	background: #fff;
	transition: all .5s;
}
.terms {
	margin-top: 20px;
}
.terms a {
	float: left;
	color: #fff;
	font-size: 14px;
	color: #e2e2e2;
	margin-right: 5px;
	transition: all .5s;
}
.terms a:hover {
	color: #c5000f;
	transition: all .5s;
}
/*copyrights*/
.copyrights {
	text-align: center;
	line-height: 30px;
	padding: 10px;
	background: #c5000f;
	color: #e2e2e2;
}
/*page*/
.page {
	padding: 60px 0;
	/*background: #f9f4ee;*/
}
.breads {
	margin: 25px 0 21px 0;
	/*padding-left: 100px;*/
}
.breads ul li, .breads ul li a {
	float: left;
	position: relative;
}
.breads ul li:after {
	position: absolute;
	top: 0;
	right: 7px;
	color: #484747;
	content: '/';
}
.breads ul li:last-child:after {
	display: none;
}
.breads ul li a {
	color: #484747;
	font-weight: 300;
	margin-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .5s;
}
.breads ul li a:hover, .breads ul li a.active {
	color: #c5000f;
	transition: all .5s;
}
/*sport_form*/
.sport_form {
	min-height: 400px;
	border-top: 1px solid #ddd;
}
span.layer_logo {
	position: absolute;
	top: -40px;
	right: 0;
	width: 200px;
	opacity: .1;
	z-index: 0;
}
span.layer_logo img {
	width: 100%;
}
.buy-now-page {
	background: #f2f3f7;
}
.sf_left {
	width: 40%;
	float: left;
    text-align: left;
	position: relative;
}
.sf_left img {
	width: 100%;
}
.sf_left h2, .sf_right h1 {
	font-size: 36px;
	font-weight: 600;
	color: #111;
	display: block;
	line-height: 1.5;
	margin: 20px 0;
}
.sftable {
	background: #fff;
    padding: 10px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
.sf_left table {
	width: 100%;
     border-collapse: collapse;
     border: 0px solid #ddd;
}
.sf_left table tr {
	border-top: 1px solid #ddd;
}
.sf_left table tr:first-child {
	border-top: 0px solid #ddd;
}
.sf_left table tr:nth-child(even) {
	background: #f5f5f5;
}
.sf_left table td, .sf_left table th {
    padding:20px 15px;
    font-weight: 600;
    border: 0px solid #ddd;
}
.sf_left table th {
    color: #111;
    font-weight: bold;
}
.sf_left .cond {
	background: #fff;
    padding: 20px 10px;
    margin-top: 20px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
.sf_left .layout_logo {
    display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.7);
	padding: 20px 35%;
}
.sf_right {
	width: 57%;
	float: right;
	z-index: 2;
	font-size: 14px;
	line-height: 22px;
	position: relative;	
}
.sf_right .sftable {
	padding: 30px 25px;
}
.sf_right h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
}
.sf_right .sel_date {
	width: 100%;
	float: left;
	height: 40px;
}
.sf_right .sel_date input {
    width: 100%;
	float: left;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: transparent;
	padding: 0 20px;
	color: #111;
	font-size: 16px;
	font-family: 'Sofia Pro', sans-serif;
	text-transform: uppercase;
    z-index: 2;
    position: relative;
}
.sf_right .partyInput ,
.sf_right #partyPople ,
.sf_right #partyPack {
	width: 100%;
	float: left;
	height: 40px;
	background: #fff;
	padding: 0 15px;
	color: #111;
	font-size: 14px;
	font-family: 'Sofia Pro', sans-serif;
	text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.sf_right .partyPack {
    width: 200px;
	width: 49%;
	float: left;
	height: 40px;
	background: #fff;
	padding: 0 15px;
	color: #111;
	font-size: 14px;
	font-family: 'Sofia Pro', sans-serif;
	text-transform: uppercase;
	outline: 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.sf_right .partyPack:focus {
	outline: 0px;
}
.sf_right .jumpTypeBox input.partyPack {
	float: right;
}
.partyInput {
	margin-right: 15px;
}
.info_icon {
    float: left;
    font-size: 30px;
    margin: 5px 10px;
    cursor: pointer;
    right: 0;
    top: -35px;
    position: absolute;
}
.popPartpack {
    position: absolute;
    width: 300px;
    right: 30px;
    bottom: -50px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.1);
    padding: 15px;
    /*height: 240px;*/
    height: auto;
    min-height:120px;
    font-size: 14px;
    color: #333;
    z-index: 9;
    display: none;
}
/*.popPartpack::before {
    position: absolute;
    width: 20px;
    right: -20px;
	z-index:2;
    bottom: 100px;
    height: 20px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
    content: '';
}
.popPartpack::after {
    position: absolute;
    width: 22px;
    right: -23px;
	z-index:1;
    bottom: 98px;
    height: 22px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #eaeaea;
    content: '';
}*/
.info_icon:hover .popPartpack {
    display: block;
}
.popPartpack h4 {
	display: block;
	font-size: 16px;
	color: #111;
	margin-bottom: 5px;
}
.popPartpack p {
	display: block;
	margin-bottom: 10px;
}
.sel_date {
    background-image: url(../images/datepicker.png);
    background-size: 30px;
    background-position: right 7px center;
    background-repeat: no-repeat;
}
/*.sel_date:after {
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/datepicker.png);
	background-size: cover;
	background-position: center;
    display: inherit;
    margin-top: -40px;
    margin-right: 5px;
    float: right;
}*/
.sel_date span, .sel_timing span {
	font-size: 14px;
	color: #626262;
	margin: 5px 0;
}
.sel_timing {
	margin-top: 20px;
}
.sel_timing li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 5px;
	position: relative;
}
.sel_timing li:nth-child(6n) {
	margin-right: 0;
}
.sel_timing li input {
	display: none;
}
.sel_timing li label {
	width: 100%;
	float: left;
	border: 2px solid #111;
	color: #111;
	border-radius: 30px;
	padding: 3px 1px;
	font-weight: 300;
	text-align: center;
	margin-top: 2px;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
	transition: all .5s;
}
.sel_timing li input + label:hover {
	border: 2px solid #c5000f;
	transition: all .5s;
}
.sel_timing li input:checked + label {
	border: 2px solid #c5000f;
	background-color:#c5000f;
	color: #fff;
	transition: all .5s;
}
.sel_timing span {
	margin-top: 0;
}
.total_cost {
	margin: 10px 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #111;
}
.total_cost span {
	font-size: 30px;
	color: #d20a0a;
	display: inline-block;
	margin-left: 10px;
}
.addCbtns a {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	float: right;
	width: 48%;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all .5s;
}
.addCbtns a.atcBtn {
	background: #c5000f;
	float: left;
}
.addCbtns a:hover {
	background: #333;
}
.addCbtns a.atcBtn:hover {
	background: #333;
}
.flash_info {
    float: left;
    padding: 5px 15px;
    margin-left:100px;
    font-size:14px;
    border: 1px solid #c5000f;
    color: #c5000f;
    -webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
/*pop_overlay*/
.pop_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	cursor: crosshair;
	background: rgba(0,0,0,0.5);
}
.reg_pop, .reg_pop2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 999;
	display: none;
}
.bgfff {
	background: #fff;
	position: relative;
	display: table;
	border-radius: 3px;
	margin: 100px auto;
}
.reg_pop_bx, .log_pop_bx, .rec_pop_bx , .cat_pop_bx, .aAdr_pop_bx {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	font-size: 15px;
	border-radius: 3px;
	z-index: 9999;
}
.reg_pop_bx, .log_pop_bx, .rec_pop_bx, .cat_pop_bx {
	display: none;
}
/*body.fixed {
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/
.reg_pop h4, .aAdr_pop_bx h4 {
	display: block;
	background: #f7f7f7;
	color: #111;
	font-size: 26px;
	font-weight: 300;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.reg_pop form, .aAdr_pop_bx form {
	padding: 25px;
}
.form &gt; div {
  	position: relative;
}
.form input,.form textarea {
	width: 100%;
	border: 1px solid #eee;
	background: transparent;
	position: relative;
	font-size: 15px;
	padding: 8px 12px;
	height: 40px;
	color: #111;
	margin-bottom: 15px;
	box-shadow: 0px;
	-webkit-box-shadow: 0px;
	outline: 0px;
  	transition: all .5s;
}
.form textarea {
	height: 100px;
}
.form input:valid, .form textarea:valid {
  	background: #f7f7f7;
  	transition: all .5s;
}
.form input:hover, .form input:focus, .form textarea:hover, .form textarea:focus {
  	border-color: #c5000f;
	box-shadow: 0px;
	-webkit-box-shadow: 0px;
	outline: 0px;
  	transition: all .5s;
}
.form input:focus + label {
  	z-index: -1;
  	transition: all .5s;
}
.form label {
  	position: absolute;
  	color: #333;
  	width: 100%;
  	top: 0;
  	left: 0;
  	font-size: 14px;
  	font-weight: 400;
  	padding: 8px 12px;
  	display: none;
  	transform: translateY(0px);
  	transition: all .5s;
}
.form input:focus + label ,
.form input:hover + label ,
.form input:valid + label {
	transform: translateY(-20px);
	padding: 0;
	opacity: 1;
	display: none;
	color: #333;
	z-index: 2;
	transition: all .5s;
}
.form input.ipwd {
	display: none;
}
.form input.ipwd + label.lpwd {
	position: absolute;
	top: 20px;
	right: 0;
	left:auto;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ddd;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}
.form input.ipwd + label.lpwd:before {
	content: '\f070';
	font-family: 'FontAwesome';
	color: #999;
}
.form input.ipwd:checked + label.lpwd:before {
	content: '\f06e';
	color: #c5000f;
}
.form input.submit {
	background-color: #c5000f;
	border: 0px;
	color: #fff;
	height: 40px;
	padding: 0;
	font-size: 16px;
	line-height: 40px;
	border-radius: 3px;
	margin-bottom: 0;
	cursor: pointer;
}
.reg_pop form input.submit:hover {
	background-color: #000;
	color: #fff;
	transition: all .5s;
}
.tcenter {
	text-align: center;
}
.reg_pop .tcenter {
	margin-bottom: 25px;
	line-height: 30px;
}
.log_pop_bx .tcenter {
	margin-bottom:0px;
}
.reg_pop p {
	display: block;
	margin: 1px 0;
}
.reg_pop p a {
	color: #c5000f;
	cursor: pointer;
	vertical-align: top;
}
.pBtn p a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 20px;
}
.socail_login {
	padding: 15px 25px;
	text-align: center;
	background: #f7f7f7;
}
.socail_login a {
	display: inline-block;
	margin: 5px 0;
	color: #fff;
	float: left;
	width: 100%;
	text-align: left;
	background: #3b5998;
}
.socail_login a.google {
	background: #EA4335;
	float: right;
}
.socail_login a i {
	height: 40px;
	width: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.1);
}
.socail_login a span {
	line-height: 40px;
	padding: 0 25px;
}
.close_pop {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: #ccc;
	color: #111;
	transition: all .5s;
}
.close_pop:hover{
	background: #c5000f;
	color: #fff;
	transition: all .5s;
}
/*.page_text*/
.page_text, .myaccount {
	border-top: 1px solid #ecdcca;
	padding-top: 40px;
	/*text-align: justify;*/
	color: #444;
}
.sf_left .page_text {
    text-align: left;
    border-top: 0px;
    padding-top: 0;
}
.sf_right .page_text {
    padding-top: 20px;
    margin-top: 30px;
}
.page_text p {
	display: block;
	margin-bottom: 15px;
}
.page_text h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	color: #c5000f;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-family:"Roboto Condensed",sans-serif;
}
.page_text h1:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	content: '';
	background: #444;
}
.page_text h1 span {
	float: right;
}
.page_text h1 span a, .page_btn a {
	font-size: 18px;
	padding: 8px 20px;
	background: #c5000f;
	color: #fff;
	transition: all .5s;
}
.page_text h1 span a:hover,  .page_btn a:hover {
	background: #111;
	transition: all .5s;
}
.page_btn {
    text-align:left;
    margin-top: 15px;
}
.page_btn a {
    display:inline-block;
    margin-right: 10px;
}
.page_text ul, .page_ul ul {
    width: 100%;
    float:left;
    list-style:none;
    margin-bottom: 15px;
}
.page_text ul li ,
.page_ul ul li {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 5px;
	padding-left: 18px;
}
.page_text ul li:before ,
.page_ul ul li:before {
	position: absolute;
	top: 1px;
	left: 5px;
	color: #c5000f;
	content: '\f105';
	font-weight: 600;
	font-family: 'FontAwesome';
}
ul.cond li:before {
    position: absolute;
	top: 1px;
	left: 5px;
	color: #c5000f;
	content: '\f069';
	font-weight: 300;
    font-size:10px;
	font-family: 'FontAwesome';
}
.page_text a {
    vertical-align:top;
}
.page_linkBtn {
	list-style: none;
	padding: 0;
}
.page_text ul.page_linkBtn li, .page_ul ul.page_linkBtn li {
	list-style-type: none;
	padding: 25px;
	float: left;
	width: 32%;
	background: #f2f3f7;
	/*box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);*/
	margin-top: 15px;
	margin-right: 2%;
	margin-bottom: 0;
	min-height: 250px;
}
.page_text ul.page_linkBtn li:before, .page_ul ul.page_linkBtn li:before {
	display: none;
}
.page_text ul.page_linkBtn li:nth-child(3n+3), 
.page_ul ul.page_linkBtn li:nth-child(3n+3) {
	margin-right: 0;
}
/*contact*/
/*contact_map*/
.contact_map {}
.contact_map img {
	width: 100%;
}
.contact_map iframe {
	width: 100%;
	height: 450px;
	border: 4px solid #111;
}
.contact {
	margin-top: 40px;
}
.address {
	float: left;
	width: 40%;
	font-size: 16px;
	line-height: 24px;
}
.contact h2 {
	font-size: 18px;
	line-height: 24px;
	color: #c5000f;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.contact h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	content: '';
	background-color: #666;
}
.address .adrlink {
	margin-bottom: 25px;
}
.address .adrlink i {
	width: 20px;
	color: #c5000f;
}
.address b {
	margin-right: 10px;
}
.address span.left {
	float: left;
	min-width: 20%;
}
.address span.right {
	float: right;
	min-width: 75%;
	max-width: 78%;
	text-align: left;
}
.cnt_socail {
	margin-top: 40px;
}
.cnt_socail ul {
	list-style: none;
	margin-top: 30px;
}
.cnt_socail li {
	float: left;
}
.cnt_socail li a {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #111;
	color: #111;
	line-height: 26px;
	text-align: center;
	transition: all .5s;
}
.cnt_socail li a:hover {
	color: #c5000f;
	border: 2px solid #c5000f;
	transition: all .5s;
}
/*contact_form*/
.contact_form {
	float: right;
	width: 58%;
}
.contact_form form input ,.contact_form form textarea {
	width: 100%;
	float: left;
	height: 45px;
	border: 2px solid #111;
	color: #111;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	background-color: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	transition: all .5s;
}
.contact_form form input:hover ,.contact_form form textarea:hover,
.contact_form form input:focus ,.contact_form form textarea:focus {
	border: 2px solid #c5000f;
	transition: all .5s;
}
.contact_form form textarea {
	height: 170px;
	padding: 10px 15px;
}
.contact_form form input.ccBtn {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #c5000f;
	cursor: pointer;
	border: 0px;
	padding: 0 25px;
	width: auto;
	letter-spacing: 1px;
	transition: all .5s;
}
.contact_form form input.ccBtn:hover {
	color: #eee;
	background-color: #111;
	transition: all .5s;
}
input.ccBtn {
    margin-bottom: 0;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #c5000f;
	cursor: pointer;
	border: 0px;
	padding: 8px 25px;
	width: auto;
	letter-spacing: 1px;
	transition: all .5s;
}
input.ccBtn:hover {
	color: #eee;
	background-color: #111;
	transition: all .5s;
}
/*facilities*/
.evnets {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.evnet_img {
	width: 45%;
	float: left;
}
.evnet_img img {
	width: 100%;
}
.evnet_info {
	float: right;
    width: 50%;
}
.evnet_info h2 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.evnet_info p {
	display: block;
	margin-bottom: 15px;
}
.evnet_info ul {
    width: 100%;
    float: left;
    list-style: none;
}
.evnet_info li {
    width: 100%;
    float: left;
    position: relative;
    padding: 2px;
    padding-left: 20px;
}
.evnet_info li:before {
    position: absolute;
    top: 13px;
    left: 6px;
    content: '';
    width: 6px;
    height: 6px;
    background: #00a300;
}
.evnet_img .carousel-control {
    position: absolute;
    bottom: 45%;
    right: 10px;
    width: 37px;
    height: 37px;
    opacity: .5;
    background: url(../images/arrow-slider.png) no-repeat 100%;
}
.evnet_img .carousel-control.left {
    margin-right: 0;
    right: 0;
    left: 10px;
}
.evnet_img .carousel-control.right {
    transform: rotate(-180deg);
}
.evnet_img .carousel-control:hover {  
    background-color: transparent;
    opacity: 1;
    transition: all .5s;
}
/*account_left*/
.account_left {
	float: left;
	width: 27%;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}
.account_left h2 {
	padding: 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	vertical-align: middle;
	border-bottom: 1px solid #333;
}
.account_left h2 img {
	height: 20px;
	margin-right: 10px;
	vertical-align: top;
}
.account_left h2 span {
	color: #111;
}
.account_left ul {
	padding: 20px 30px;
	list-style: none;
}
.account_left ul li, .account_left ul li a {
	width: 100%;
	float: left;
}
.account_left ul li a {
	color: #222;
	padding: 5px 0;
	padding-left: 18px;
	transition: all .5s;
	position: relative;
}
.account_left ul li a:hover,.account_left ul li a.active {
	color: #c5000f;
}
.account_left li a::after {
    position: absolute;
    top: 5px;
    left: 0px;
    content: '\f105';
    color: #c5000f;
    font-weight: 600;
    font-family: 'FontAwesome';
}
/*acc_details*/
.account_right {
	width: 70%;
	float: right;
}
.acc_details {
	width: 100%;
	float: left;
	position: relative;
	border-radius: 3px;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.my_profile li {
	width: 100%;
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.my_profile li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #fff;
}
.my_profileL {
	width: 30%;
	float: left;
}
.my_profileR {
	width: 70%;
	float: right;
}
.my_profile li label {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 50px;
}
.my_profile li input, .my_profile li textarea {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	height: 50px;
	border: 0px;
	background: #f5f5f5;
	border: 0px solid #ddd;
	padding: 0 15px;
}
.my_profile li input:hover, .my_profile li textarea:hover ,
.my_profile li input:focus, .my_profile li textarea:focus {
	background: #eee;
}
.my_profile li textarea {
	height: 100px;
	padding: 15px;
}
.my_profile .int_cat li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #eee;
}
.my_profile .int_cat input {
	width: 20px;
	height: 30px;
	margin: 0;
}
.my_profile .int_cat label {
	width: auto;
	float: left;
	margin-left: 5px;
	line-height: 30px;
}
.my_profile .updatebtn {
	width: 70%;
	float: right;
}
.my_profile .updatebtn input {
	width: 150px;
	float: left;
	background: #c5000f;
	color: #fff;
	cursor: pointer;
	border: 0px;
	border-radius: 3px;
	transition: all .5s;
}
.my_profile .updatebtn input:hover {
	background: #111;
	transition: all .5s;
}
/*my_bookings*/
.my_bookings li {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.my_bookings li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ddd;
}
.my_bookings li h3 {
	font-size: 24px;
	color: #111;
	font-weight: 600;
	cursor: pointer;
}
.my_bookings li h3 span {
	margin-top: 10px;
}
.my_bookings li h3:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f107';
	font-family: 'FontAwesome';
	transition: all .5s;
}
.my_bookings li h3.open:after {
	content: '\f106';
	transition: all .5s;
}
.my_bookings li span, .my_bookings li h3 span {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	min-width: 25%;
	margin-right: 10px;
}
.my_bookings li span:last-child {
	float: right;
	margin-right: 0;
}
/*my_booking_txt*/
.my_booking_txt {
	margin-top: 15px;
	display: none;
	padding: 10px 15px;
	background: #f5f5f5;
}
.my_booking_txt h4 {
	display: block;
	color: #111;
	margin-bottom: 5px;
}
.my_booking_txt p {
	display: block;
	margin-bottom: 15px;
}
/*addedToCart*/
.addedToCart {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	margin: 0 auto;
	z-index: 999;
	width: 100%;
	padding: 0 10px;
	max-width: 500px;
	display: none;
	transition: all .5s;
}
.addedToCart_txt {
	padding: 25px;
	background: #fff;
	color: #111;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}
.addedCX {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background: #111;
	color: #fff;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	transition: all .5s;
}
.addedToCart_txt h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.addedToCart_txt h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.addedToCart_txt .buttons {
	margin-top: 15px;
	text-align: center;
}
.addedToCart_txt .buttons a {
	float: left;
	color: #fff;
	background: #c2000f;
	transition: all .5s;
	margin-right: 10px;
	padding: 15px 25px;
	line-height: 10px;
	transition: all .5s;
}
.addedToCart_txt .buttons a.CloseCX {
	background: #111;
	transition: all .5s;
}
.addedToCart_txt .buttons a:hover {
	background: #555;
	transition: all .5s;
}
/*cart_page*/
.cart_products, .cart_total {
	float: left;
	width: 62%;
	padding: 10px;
	z-index: 5;
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1)
}
.cart_total {
	float: right;
	width: 36%;
}
.cart_products li {
	width: 100%;
	float: left;
	/*padding: 15px 0;*/
	color: #111;
	list-style: none;
	/*border-bottom: 1px solid #ddd;*/
}
.cart_products li:last-child {
	border-bottom: 0px solid #ddd;
}
.cart_products h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 400;
	padding: 15px;
	line-height: 28px;
	background: #f5f5f5;
	text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #cd3032;
}
.cart_products h2 img {
	height: 26px;
	line-height: 30px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
.cart_products h4 a {
	font-size: 10px;
	font-weight: 400;
	color: #c2000f;
	border: 1px solid #c2000f;
	border-radius: 3px;
	line-height: 8px;
	text-transform: uppercase;
	padding: 3px 8px;
	transition: all .5s;
	margin-right:20px;
}
.cart_products h4 a:hover {
	color: #fff;
	background: #c2000f;
	transition: all .5s;
}
.cart_products h3, .cart_products h4 {
	font-size: 16px;
	padding: 0 15px;
	margin-bottom: 5px;
	font-weight: 400;
}
.cart_products .pack_dets div {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	margin-top: 10px;
	font-size: 20px;
}
.cart_products .pack_dets div:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.cart_products .pack_dets div span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #999;
}
.cart_total h5 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 5px 10px;
}
.cart_total h5 span {
	float: right;
	color: #111;
	font-weight: 600;
}
.cart_total h1 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	padding: 10px;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}
.cart_total h1 span {
	float: right;
}
.cart_total .cart_adr {
	text-align: center;
}
.cart_coupan {
	padding: 10px;
	/*border-bottom: 1px solid #ddd;*/
}
.cart_coupan p {
	font-size: 14px;
	color: #111;
	font-weight: 600;
	margin-bottom: 10px;
}
.cart_coupan input {
	width: calc(100% - 100px);
	float: left;
	padding: 0 15px;
	height: 36px;
	border: 1px solid #ddd;
}
.cart_coupan button {
	width: 90px;
	float: right;
	border: 0px;
	background: #333;
	color: #fff;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
}
.cart_coupan .copMsg {
	display: block;
	color: #111;
	padding: 5px;
	font-size: 12px;
}
.cart_page .formc {
	padding: 15px;
}
.cart_page .waiver_body {
	margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
}
.cart_span {
    width: 49%;
    float:left;
    position:relative;
}
.cart_span.right {
    float:right;
}
.cart_page .cart_input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	color: #111;
	font-size: 14px;
	padding: 0 15px;
	text-align: left;
	margin-bottom: 15px;
	transition: all .5s;
}
.cart_page textarea.cart_input {
	height: 80px;
	padding: 10px 15px;
}
.cart_page .cart_input:hover, .cart_page .cart_input:focus {
	border: 1px solid #999;
	transition: all .5s;
}
.cart_page .cart_button {
	height: 40px;
	border: 0px solid #ddd;
	color: #fff;
    margin-top: 10px;
	background: #111;
	font-size: 14px;
	padding: 0 25px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .5s;
}
.cart_page .cart_button:hover {
	border: 0px solid #ddd;
	background: #c2000f;
	transition: all .5s;
}
.accept_terms {
	text-align: left;
}
.accept_terms input {
    margin-top: 9px;
	margin-right: 5px;
	float:left;
}
.accept_terms label {
	width: auto;
	font-weight: 400;
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
}
.accept_terms label a {
	line-height: 30px;
	vertical-align: top;
	color: #cb2527;
}
 .s4_banner{
    margin-top:15px;
}

/* responsive */
@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	ul.menu li a {
	    padding: 20px 15px;
	}
	.loginBtn {
		padding: 20px 0;
	}
	.banner_scroll ul li .img {
	    max-height: 300px;
	}
	.banner_scroll .more_icon a.bnr_btn {
	    padding: 10px 20px;
	    font-size: 20px;
	    line-height: 1;
	    font-weight: 400;
	    margin-bottom: 30px;
	}
	.ha_left {
		padding-right: 0;
	}
	.ha_lastlink .txt {
	    width: 63%;
	    padding: 20px 30px;
	}
	.breads ul {
		float: right;
	}
    ul.menu {
		display: none;
	}
	.mobile_menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #000;
		z-index: 9999;
		padding: 15px;
		display: block;
		padding-bottom: 60px;
		overflow-y: auto;
		transition: all .5s;
	}
	.mobile_menu.open {
		right: 0;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.mmenu {
		width: 100%;
		float: left;
		list-style: none;
	}
	ul.mmenu li, ul.mmenu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.mmenu li a {
		color: #fff;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.mmenu li a i {
		float: right;
	}
	ul.mmenu ul , ul.mmenu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.mmenu ul {
		background: #cd3032;
	}
	.micon {
		float: right;
		display: block;
		color: #fff;
		font-size: 24px;
		margin: 20px 0 0 20px;
		cursor: pointer;
	}
	.mclose {
		padding: 8px 15px;
		background: #fff;
		color: #333;
		font-size: 16px;
		cursor: pointer;
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
	.mclose i {
		float: right;
	}
	.sec5adr.address span.right {
		max-width: 72%
	}
	.section_3 li span {
    	font-size: 19px;
    }
    
	.s4_banner img{
	    width:100%;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.banner_scroll ul li {
	    width: 50%;
	}
	.ha_left h1 {
	    font-size: 34px;
	}
	.home_about {
		padding: 30px 0;
	}
	.cart_products h3, .cart_products h4 {
		padding: 0 5px;
	}
	.cart_products h4 span {
		width: 50%;
		float: left;
		margin: 4px 0;
	}
	.cart_products h4 span:nth-child(even) {
		text-align: right;
	}
	.cart_products h4 span a {
		margin-right: 0;
	}
	.cart_products .pack_dets div {
	    padding: 0 5px;
	}
	.address span.right {
	    min-width: 92%;
	    max-width: 100%;
	}
	.my_bookings li h3 {
	    font-size: 20px;
	}
    .banner_text h2 {
        display : none;
    }
    .banner_text a.bnr_btn {
        padding: 6px 25px;
        font-size: 16px;
        font-weight: 400;
    }
    .page_text ul.page_linkBtn li, .page_ul ul.page_linkBtn li {
    	width: 100%;
    	min-height: 100px;
    }
    .section_3 li {
    	width: 49%;
    	margin-right: 0
    }
    .section_3 li:nth-child(even) {
    	float: right;
    }
     
	.s4_banner img{
	    width:100%;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.logo {
	    padding: 10px 0 10px 10px;
	}
	.logo img {
	    height: 31px;
	}
	.loginBtn {
	    padding: 15px 0;
	}
	.loginBtn a {
	    font-size: 14px;
	}
	.micon {
	    margin: 15px 0 0 20px;
	}
    .homebanner {
        margin-top: 54px;
    }
    .item.active .banner_text {
        bottom: 10px;
    }
    .carousel-control {
        left: 5px;
    }
    .carousel-control.right {
        right:5px;
    }
	.banner_scroll {
	    padding-top: 54px;
	}
	.banner_scroll ul li {
	    width: 100%;
	}
	.banner_scroll ul li::after {
	    position: absolute;
	    top: auto;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    height: 1px;
	}
	.ha_left, .ha_right, .ha_lastlink .txt, .ha_lastlink .img {
	    width: 100%;
	    line-height: 24px;
	    font-size: 16px;
	    padding: 0;
	}
	.ha_left a {
		display: block;
	}
	.ha_left h1 ,
	.ha_left h1 span {
	    width: 100%;
	    float: left;
	}
	.ha_right {
		margin-top: 25px;
	}
	.ha_lastlink .txt {
		padding: 10px 15px;
	}
	.fbox, .fbox3, .fbox2 {
		width: 100%;
	}
    .breads {
	    margin: 15px 0 10px 0;
	    padding: 0;
	}
	.page_text, .myaccount {
	    padding-top: 20px;
	}
	.sf_left {
		width: 100%;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
	.sf_right {
		width: 100%;
		margin-top: 20px;
	}
	.sel_timing li, .sel_timing li:nth-child(6n) {
	    width: 23.5%;
	    margin-right: 2%;
	}
	.sel_timing li:nth-child(4n) {
	    margin-right: 0;
	}
	.addCbtns a {
		width: 48%;
		font-size: 14px;
		padding: 6px;
	}
	.cart_products, .cart_total {
		width: 100%;
	}
	.cart_total {
		margin-top: 25px;
	}
	.sf_right .partyInput, .sf_right #partyPople, .sf_right #partyPack {
		width: 100%;
	}
	.popPartpack {
		display: none;
	}
	.contact_map iframe {
		height: 200px;
	}
	.address, .contact_form, .account_left, .account_right, .my_profileL, .my_profileR{
		width: 100%;
	}
	.cnt_socail {
		margin-top: 0;
	}
	.contact_form {
		margin-top: 40px;
	}
	.account_right {
		margin-top: 25px;
	}
	.acc_details {
		padding: 15px;
	}
	.my_profile li label {
		line-height: 30px;
	}
	.account_left ul {
	    padding: 10px 20px;
	}
	.my_bookings li span, .my_bookings li h3 span {
		width: 100%;
	}
    .page_text h1 {
        text-align:left;
    }
    .page_text h1 span {
        float:none;
        display: block;   
        font-size: 18px;
        margin-bottom: 10px; 
    }
    .page_text h1 span a {
        float:right;
        margin-top: 10px;
    }
    .page_text h1::after {
        display:none;
    }
    .banner_text {
        text-align: center
    }
    .banner_text .icon {
        display:none;
    }
    .flash_info {
        width:100%;
        margin: 10px 0 0 0;
    }
    .sf_right .partyPack, .sf_right .partyInput, .sf_right #partyPople, .sf_right #partyPack {
        margin-right:0 ;
        margin-bottom: 10px;
        width: 100%;
    }
    .micon {
        margin: 8px 0 0 15px;
    }    
    .page_text h1 {
    	margin-bottom: 5px;
    }
    .sf_right #txtStart ,
    .sf_right #txtEnd {
        width:150px;
        margin-right: 15px;
    }
    #gameSlots #partyPack {
        float:right;
        width: 28%;
    }
    #home_banner .flash_info {
        position: absolute;
        top: 0;
        background: #fff;
        right: 0;
        z-index: 9;
        font-size: 10px;
        border: 0px;
        padding: 0;
        text-align: center;
        background: transparent;
        color: #fff;
    }
    .page_text ul.page_linkBtn li, .page_ul ul.page_linkBtn li {
    	padding: 15px;
    }
    .section_3 li, .sec5map {
    	width: 100%;
    }
    .section_3 li .p {
    	min-height: 1px;
    }
    .section_3 h2 {
	    font-size: 22px;
	    line-height: 1.2;
	}
	 
	.s4_banner img{
	    width:100%;
	}
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
	.loginBtn a span {
		display: none;
	}
	.mobile_menu {
		width: 100%;
	}
	.cart_products h4 span, .cart_products h4 span:nth-child(2n) {
	    width: 100%;
	    text-align: left;
	}
	.cart_products .pack_dets div {
		width: 100%;
	}
	.cart_products .pack_dets div span {
		display: inline-block;
		margin-right: 10px;
		font-size: 16px;
	}
	.cart_products .pack_dets div:nth-child(2) {
		padding: 5px;
	    border: 1px solid #ddd;
	    border-left: 0px solid #ddd;
	    border-right: 0px solid #ddd;
	}
	
	.s4_banner img{
	    width:100%;
	}
}

/*css for homepage video-suchir softech*/
video{
    
    width:100%;
}

 @media screen and (min-width:1800px){
     .videobanner{
    height:960px !important;
}

     
 }
 @media screen and (min-width:1600px) and (max-width:1779px){
     .videobanner{
    height:800px !important;
}

     
 }
 @media screen and (max-width: 450px){
.videobanner {
    height: 218px !important;
}
}
@media screen and (min-width: 450px) and (max-width:789px){
.videobanner {
    height: 440px !important;
}
}
@media screen and (min-width: 1300px) and (max-width:1500px){
.videobanner {
    height: 670px !important;
}
}
@media screen and (min-width: 1200px) and (max-width:1299px){
.videobanner {
    height: 630px !important;
}
}</pre></body></html>