body {
	
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	width: 100%;
	
    /*background-image: url('../image/body_bg.png');*/
	/*background-color: #FAFAFA;*/
    /background-position: top center;*/
    /*background-repeat: no-repeat*/;
    /*background-size: cover;*/
	/*background-attachment:fixed;*/
	font-family: "ff-mach-web-pro",sans-serif;
	background: #2a2b2a;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ff-mach-wide-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}/* default font size */
.fa {
	font-size: 14px;
}/* Override the bootstrap defaults */
h1 {
	font-size: 40px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

#main_body {
  position: relative; 
  padding-top: 235px;
  padding-bottom: 240px;
  overflow: hidden;
}
#main_body::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px; 
  background: url("../image/lava-top.png") center top no-repeat;
  background-size: 100% auto;
  z-index: 0; /* 确保在内容下方 */
}

#main_body .after_bg {
  content: ""; 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 330px; 
  background: url("../image/lava-btm.png") center top no-repeat;
  background-size: 100% auto;
  z-index: -1; /* 确保在内容下方 */
}

#main_body .after_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 渐变高度，数值越大过渡越平缓，建议60-100px */
  height: 100px; 
  /* 渐变：从上到下，透明 → 纯黑（匹配下方#000） */
  background: linear-gradient(to bottom, transparent, #000);
  /* 确保蒙版在背景图之上、内容之下 */
  z-index: 1; 
}

legend {
	font-size: 18px;
	padding: 7px 0px
	font-size: 18px;
    line-height: 30px;
    font-family: ff-mach-web-pro, sans-serif;
    hyphens: auto;
	color:#fff;
}

label {
	font-size: 18px;
	font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 18px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 18px;
}

.input-group .input-group-addon {
	font-size: 18px;
	height: 30px;
}/* Fix some bootstrap issues */span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}/* Gradent to all drop down menus */.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}/* top */#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a + a {
	margin-left: 15px;
}/* logo */#logo {
	margin: 0 0 10px 0;
}/* search */#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}/* cart */#cart {
	margin-bottom: 10px;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open > .btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	#content h1{
		font-size: 45px !important;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}/* menu */#menu {
	background-color: #009089;
	min-height: 40px;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #009089;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}/* content */#content {
	min-height: 600px;
}/* footer */
footer {
	background: #000;
	
	color: #fff;
	
	
}
footer .footer_s_box a {
    color: white;
    font-size: 20px;
}

footer .f_content{
	
}

footer .footer_s_box a i {
    font-size: 38px;
    border: 1px solid white;
    width: 57px;
    height: 57px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
@media (min-width: 1400px) {
	footer {
		background-size: 100%;
	}
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer .top {
	min-height: 220px;
}

footer a {
	color: #fff;
	font-size: 13px;
	font-family:'ff-mach-web-pro', sans-serif;
	font-size:18px;
	font-weight:300;
	
}
p{
	font-size: 18px;
    line-height: 22px;
    font-family: ff-mach-web-pro, sans-serif;
    hyphens: auto;
}
.footer_list_unstyled li {
	position: relative;
	padding: 0 10px;
	display: inline-block;
}
.footer_list_unstyled li:not(:last-child)::after {
  content: ""; /* 伪元素必须有content */
  position: absolute;
  right: 0; 
  top: 20%; 
  height: 60%; 
  width: 2px; 
  background-color: #fff; 
}

footer ul li {
	margin-top: 12px;
	/*background:url(/image/home-puxton_07.png) no-repeat left center;*/
	padding-left:0px;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}/* alert */.alert {
	padding: 8px 14px 8px 14px;
}/* breadcrumb */.breadcrumb {
	display: none;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}/* buttons */.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 20px;
	font-size: 12px;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}

.btn-group > .btn-xs {
	font-size: 9px;
}

.btn-group > .btn-sm {
	font-size: 10.2px;
}

.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	font-size: 25px;
	border-radius: 25px	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
}

.btn-primary {
	color: #333;
    background: linear-gradient(300deg, #fc0000, #ff4700, #ff0000);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    text-transform: uppercase;
    font-family: "ff-mach-wide-web-pro", sans-serif;
    font-size: 20px;
    line-height: 14px;
    font-weight: 900 !important;
    text-decoration: none;
	outline: 4px solid #e10714;
    border-radius: 2px;
	border:unset;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	font-size: 20px;
	font-size: 20px;
    line-height: 14px;
	color: #000;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	/*box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);*/
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ef313c;
	background-image: linear-gradient(to bottom, #ef313c, #ef313c);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	background: #bed07e;;
	border-color: #bed07e;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}/* list group */.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}/* carousel */.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}/* product list */.product-thumb {
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 180px;*/
}

.product-list .product-thumb .caption {
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star + .fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}/*.product-thumb .button-group button {	width: 60%;	border: none;	display: inline-block;	float: left;	background-color: #eee;	color: #888;	line-height: 38px;	font-weight: bold;	text-align: center;	text-transform: uppercase;}*/.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	/*color: #444;*/
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails > img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),	#content .col-lg-2:nth-child(6n+1),	#content .col-lg-3:nth-child(4n+1),	#content .col-lg-4:nth-child(3n+1),	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),	#content .col-md-2:nth-child(6n+1),	#content .col-md-3:nth-child(4n+1),	#content .col-md-4:nth-child(3n+1),	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),	#content .col-sm-2:nth-child(6n+1),	#content .col-sm-3:nth-child(4n+1),	#content .col-sm-4:nth-child(3n+1),	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}/* fixed colum left + content + right*/@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}/* fixed product layouts used in left and right columns */#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}/* fixed mobile cart quantity input */.input-group .form-control[name^=quantity] {
	min-width: 50px;
}/* Missing focus and border color to overwrite bootstrap */.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

#header{
	height:80px;
	z-index:10000;
	position: relative;
	
}

#header .top {
	text-align: center;
}

#header .bottom {
	background: #fff;
	height: 70px;
	text-align: left;
}

#header .menu a {
	line-height: 70px;
	color: #000000;
	font-size: 18px;
	margin-right: 14px;
	margin-left: 14px;
	
	font-weight: bold;
}
#header .top a:hover {
	
	color: #ef313c;
	
}

#header .bottom a {
	line-height: 70px;
	color: #000;
	font-size: 13px;
	margin-right: 20px;
	font-weight: bold;
}

#logo {
	position: absolute;
	left:50%;
    transform:translate(-50%);
	top:55px;
	/*top: -54px;*/
}

#main_body {
	/*background: #fff;*/
}

.welcome_m h1 {
	color: #1c1c1c;
	font-size: 40px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	text-align: center;
}

.welcome_m .pro_title {
	color: #1c1c1c;
	font-size: 36px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	text-align: center;
}

.welcome_m .w_des {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	margin-top: 12px;
	margin-bottom: 22px;
	margin-bottom: 32px;
}

.welcome_p_box {
	margin-top: 40px;
}

.welcome_p_box .product_box {
	margin-bottom: 30px;
}

.welcome_p_box .product .info {
	padding-top: 22px;
	padding-bottom: 30px;
}

.welcome_p_box .product .info .title {
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	font-size: 20px;
	color: #fff;
	height: 20px;
	overflow: hidden;
}

.welcome_p_box .product .info .b {
	margin-top: 25px;
}

.welcome_p_box .product .info .b a {
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	font-size: 16px;
	
	color: #fff;
	background: #058a83;
	padding: 5px 10px;
	border-radius: 25px;
}

.welcome_m .product {
	box-shadow: 0px 0px 5px #888888;
	padding:7px;
	background:#fff;
}

.welcome_m .info {
	background: #ff0060;
	text-align: center;
}

.welcome_m .info .title {
}

#ticket_left , #ticket_right {
	margin-bottom: 42px;
	
}

#ticket_left .in_box, #ticket_right .in_box {
	
}

#ticket_left .type_name, #ticket_right .type_name {
	font-size: 20px;
	color: #00302e;
	margin: 10px 0;
	border-radius: 8px;
	background: #000;
}

#ticket_left select, #ticket_right select {
	margin: 10px 0;
}

#ticket_left .total0, #ticket_right .total1 {
	
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

#ticket_left .total0 span, #ticket_right .total1 span {
	display: inline-block;
	margin-left: 20px;
}

.c_product-layout {
	padding: 30px;
	background: linear-gradient(to right, #f8f7e4 ,#f9f9f8);
	margin-bottom: 40px;
	box-shadow: 16px 16px 60px #c0cac6;
	border-radius: 25px;
}

.table-bordered {
	border: 1px solid #fff;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #fff;
}

.mc_courses .text {
	width: 334px;
	float: right;
	padding-top: 110px;
	color: #f9f9f7;
	font-size: 16px;
	line-height: 45px;
}

@media (min-width: 1200px).container {
	width: 1287px;
}}

.upcming_events {
}

.upcming_events .title {
	color: #1c1c1c;
	font-size: 36px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.upcming_events .ititle {
	color: #1c1c1c;
	font-size: 36px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	text-align: left;
}

.upcming_events .desc {
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	font-size: 18px;
	color: #575555;
	margin: 22px 0px;
	line-height: 39px;
	height: 117px;
	overflow: hidden;
}

.upcming_events .color1 {
	background: #f0e730;
}

.upcming_events .color2 {
	background: #038d86;
}

.upcming_events .info {
	background: linear-gradient(to right, #f8f7e4 ,#f9f9f8);
	padding: 30px;
}

.prodcut_desc {
	/*background: linear-gradient(to right, #f8f7e4 ,#f9f9f8);
	box-shadow: 12px 12px 30px #c0cac6;
	*/
	padding: 20px;
	margin: 40px 0 60px 0;
	
}

.prodcut_time_date {
	background: #e7ebef;
	padding: 20px;
	margin: 40px 0 60px 0;
	min-height: 380px;
	border-radius: 8px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #f1e72f !important;
	color: #000 !important;
}

.bootstrap-datetimepicker-widget td.today:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #f1e72f !important;
	border-top-color: rgba(0,0,0,.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

footer .top {
	text-align: center;
	padding-top: 67px;
}

footer .top .text {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.home_hover:hover {
	background: linear-gradient(to right, #941434 ,#bf1a43) !important;
}

@media (max-width: 1000px) {

	

	.btn-primary {
		font-size: 22px;
		/*padding: 9px 16px !important;*/
	}

	.btn-default {
		font-size: 22px;
		padding: 9px 16px !important;
	}

	footer {
		
		
	}

	.welcome_m h1 {
		font-size: 24px;
	}

	.pro_title {
		font-size: 24px !important;
	}

	.upcming_events .ititle {
		font-size: 18px;
	}

	.upcming_events .info {
		padding: 10px;
	}

	.upcming_events .ititle {
		font-size: 18px;
		height: 50px;
		overflow: hidden;
	}

	.upcming_events .desc {
		line-height: 23px !important;
	}

	.mc_courses .container {
		background: none !important;
	}

	.mc_courses .title {
		font-size: 26px !important;
	}

	.mc_courses .text {
		padding-top: 70px !important;
	}

	#content img {
		max-width: 100% !important;
	}

	#menu a {
		height: 35px;
		font-size: 16px;
		line-height: 16px !important;
		margin: auto;
		background: #ccc;
		text-align: left;
		border-bottom: 1px solid #fff;
		height: 35px;
		font-size: 16px;
		margin: 0px;
		margin-right: 0 !important;
	}

	#main_body {
		background-size: auto !important;
	}

	.home_i_c_d {
		margin-top: 10px;
		position: relative !important;
		top: 0px !important;
		left: 0;
		right: 0;
	}

	.home_i_c_d a {
		width: 100% !important;
		border-radius: 25px !important;
		font-size: 19px !important;
		margin-bottom: 12px;
	}

	.home_i_c_s_title {
		font-size: 26px !important;
	}

	.welcome_m2 {
		margin-bottom: 0px !important;
	}
}

@media (max-width: 600px) {
	.btn-primary {
		font-size: 20px;
		/*padding: 9px 12px !important;*/
	}

	.mc_courses .text {
		width: auto;
	}

	.type_name .col-xs-12 {
		padding: 0;
		
		
	}

	.type_name .col-xs-6 {
		padding: 0;
		
	}

	.font_aics {
		line-height: 36px !important;
		font-size: 36px !important;
		display: block !important;
	}

	.ptxd1 span {
		line-height: 24px !important;
		font-size: 20px !important;
	}

	.ptxd1 {
		margin: 10px 0 !important;
	}

	.ptxd2 p {
		line-height: 20px !important;
		font-size: 20px !important;
	}
}

.home_i_c_d a {
	text-transform: uppercase;
}
.distribution-map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/image/img/mapbg.png);
    background-size: cover;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.distribution-map DIV.ripple-white {
    background-image: url(/image/img/ripple_white.png);
    position: absolute;
    top: 0;
    height: 12px;
    width: 100%;
    z-index: 30;
}
.distribution-map .overlay-box {
    background: #0e649a;
    padding-top: 300px;
}
.distribution-map img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.distribution-map img#logo {
    left: -300px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.distribution-map .map-point.blue {
    background: #0187b4;
}
.distribution-map .map-point.purple {
    background: #5d206b;
}
.distribution-map .map-point.green {
    background: #005d38;
}
.distribution-map .map-point.red {
    background: #ce1f2f;
}
.distribution-map .map-point.pink {
    background: #c86976;
}
.distribution-map .map-point.orange {
    background: #ea923a;
}
.distribution-map .map-point.dark-blue {
    background: #283974;
}
.distribution-map DIV.ripple-white-bottom {
    background-image: url(/image/img/ripple_white.png);
    transform: rotate(-180deg);
    bottom: 0;
    height: 13px;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
    z-index: 30;
}
.distribution-map .map-point .content {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(14,100,154,0.95);
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: overlay;
    color: white !important;
}
.distribution-map img#logo.show {
    left: 90px;
}
.distribution-map .map-point {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 14.5px;
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #d05a66;
    border: 2px solid white;
}
.distribution-map .overlay-box H2 {
    color: white;
	font-size: 60px !important;
    font-weight: 900;
    text-shadow: -3px -3px 0 #083b5d, 3px -3px 0 #083b5d, -3px 3px 0 #083b5d, 3px 3px 0 #083b5d;
}
.distribution-map .overlay-box P, .distribution-map .overlay-box DIV.blog-internal UL LI, DIV.blog-internal UL .distribution-map .overlay-box LI, .distribution-map .overlay-box DIV.page UL LI, DIV.page UL .distribution-map .overlay-box LI {
    color: white;
    font-size: 22px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    margin-bottom: 30px;
    display: block !important;
}
DIV.green-button {
    background: #58a00c;
    padding: 5px;
    -moz-transform: skew(3deg, -1deg);
    -o-transform: skew(3deg, -1deg);
    -webkit-transform: skew(
3deg
, 
-1deg
);
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.distribution-map .overlay-box DIV.green-button {
    box-shadow: 1px 3px 12px 4px rgb(0 0 0 / 10%);
    padding: 7px;
}

.distribution-map .map-point:before {
    content: attr(data-number);
    font-size: 12px;
    color: white;
    font-weight: 900;
}
.distribution-map .map-point .content h2 {
    font-size: 22px !important;
	color:#fff;
}
.distribution-map .map-point.green .content.open {
    background: #005d38;
}
.distribution-map .map-point.purple .content.open {
    background: #5d206b;
}
.distribution-map .map-point.red .content.open {
    background: #ce1f2f;
}
.distribution-map .map-point.dark-blue .content.open {
    background: #283974;
}
.distribution-map .map-point.orange .content.open {
    background: #ea923a;
}
.distribution-map .map-point .content P, .distribution-map .map-point .content DIV.blog-internal UL LI, DIV.blog-internal UL .distribution-map .map-point .content LI, .distribution-map .map-point .content DIV.page UL LI, DIV.page UL .distribution-map .map-point .content LI {
    color: white;
    font-size: 18px;
}
.distribution-map .map-point .content A {
    text-decoration: none;
    color: white;
    background: #e45a1d;
    padding: 15px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 6px;
    display: inline-block;
}
.distribution-map .map-point.front {
    z-index: 9999;
}
.distribution-map .map-point .content.open {
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 0.97;
    width: 500px;
    height: 220px;
    padding: 0 30px;
    font-size: 14px;
    color: white;
    z-index: 1;
}
.distribution-map .overlay-box DIV.green-button BUTTON {
    padding: 8px 25px;
    display: inline-block;
    color: white;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    border: 1px dashed white;
    background-color: #599e09;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF599E09', endColorstr='#FF82BD0D');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #599e09), color-stop(100%, #82bd0d));
    background-image: -moz-linear-gradient(top, #599e09 0%, #82bd0d 100%);
    background-image: -webkit-linear-gradient(top, #599e09 0%, #82bd0d 100%);
    background-image: linear-gradient(to bottom, #599e09 0%, #82bd0d 100%);
    font-size: 22px;
    text-decoration: none !important;
}
.teams {
    position: relative;
}
.teams .teamBox {
    background: #0c6298;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
}
.teams .teamBox .teamImageBox {
    position: relative;
}
.teams .teamBox .teamImageBox .teamImage {
    opacity: 1;
    transition: all 0.1s ease-in-out;
    z-index: 10;
    position: relative;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
.teamImageBox .teamImageHover {
    position: absolute;
    top: 0px;
    z-index: 1;
}
.teams .teamBox .teamImageBox .teamImage:hover{opacity:0}
.teams .teamBox .teamBoxText {
    padding: 10px;
    word-break: break-word;
    padding-bottom: 20px;
    min-height: 120px;
}
.teams .teamBox .teamBoxText .teamName {
    font-size: 28px;
}

.teams .teamBox .teamBoxText .teamEmail {
    font-size: 14px;
}
.teams .teamBox .teamBoxText .teamPosition {
    font-size: 18px;
    margin-top: 3px;
}
DIV.header-button {
    /*background: #f17837;*/
   
    display: inline-block;
    padding: 5px;
	margin-bottom: 30px;
}
.orange-cta {
    /*background-color: #fd934e;*/
    background-color: #bed07e;
    filter-gradient: #bed07e,#e45a1d,vertical;
    background-image: linear-gradient(top, #bed07e 0%, #e45a1d 100%);
}
DIV.header-button A {
    display: inline-block;
    color: white;
    padding: 12px 20px;
    border: 1px dashed white;
    font-weight: 900;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 21px;
    text-decoration: none;
}
DIV.blog-main DIV.blog-post.top H3 {
    font-size: 33px;
    font-weight: 900;
    margin-top: 10px;
    color: black;
    text-align: left;
   font-family: "ff-mach-web-pro-condensed",sans-serif;
}
DIV.internal-header H1, DIV.internal-header H2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
}
DIV.stripes .wrap .text-background {
    /*background: white;*/
    padding: 0 60px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: -24px;
}
DIV.stripes .wrap {
    position: relative;
}
DIV.internal-header {
    padding: 10px 0;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
DIV.stripes .wrap:after {
    /*content: " ";*/
    width: 103%;
    right: 0;
    position: absolute;
    border-bottom: 2px dashed #ddd;
    top: 50%;
    margin-top: -7px;
    margin-left: 60px;
    z-index: 1;
}
DIV.blog-post DIV.image {
    position: relative;
}
DIV.blog-post DIV.image DIV.date {
    background: #ff831f;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    text-transform: uppercase;
	padding-top: 6px;
}
 DIV.blog-post DIV.image DIV.date SPAN.month {
    font-size: 18px;
    margin-top: 0px;
    display: block;
}
 DIV.blog-post DIV.image DIV.date SPAN.date {
    display: block;
    font-size: 29px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1.3px;
}
 DIV.blog-post.top H3 {
    font-size: 33px;
    font-weight: 900;
    margin-top: 10px;
    color: black;
    text-align: left;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
	min-height: 73px;
}
.blog-content .date {
    display: block;
    /*border-bottom: 1px dashed #ddd;*/
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 22px;
}
 DIV.blog-content IMG.main {
    width: 100%;
    max-width: 50%;
    height: auto;
}
DIV.blog-internal DIV.blog-content H1 {
    font-size: 50px;
    font-weight: 900;
    max-width: 90%;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    margin-top: 0px;
}
SPAN.posted-by SPAN {
    color: #79ba11;
    font-weight: 900;
}
.mail_page_hadding {
    font-size: 50px;
    font-weight: 900;
    max-width: 90%;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    margin-top: 0px;
}
DIV.adventure-grid {
    background-image: url(/image/img/adventure_background.png);
    background-size: cover;
    margin-bottom: 100px;
    padding: 100px 0;
    position: relative;
}
DIV.adventure-grid DIV.adventure-icons DIV.white-ripple-top {
    background-image: url(/image/img/ripple_white.png);
    top: 0;
    left: 0;
    height: 12px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
DIV.adventure-grid #attraction-image {
    margin-left: -500px;
    margin-top: -122px;
    position: relative;
    z-index: 2;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid {
    max-width: 80%;
}
.eighty {
    max-width: 80%;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons {
    padding-bottom: 50px;
    padding-top: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons {
    left: 0;
    padding: 100px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon {
    margin-bottom: 60px;
    width: 420px;
    height: 420px;
    position: relative;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon {
    border-radius: 30px;
    border: 7px solid white;
    cursor: pointer;
    display: inline-block;
    height: 350px;
    margin-bottom: 60px;
    margin: 0 10px;
    position: relative;
    visibility: visible !important;
    width: 350px;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon DIV.button-wrapper {
    width: 95%;
    left: 2% !important;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    bottom: -20px;
    display: inline-block;
    left: 10px;
    padding: 5px;
    position: absolute;
    -moz-transform: skew(2deg);
    -o-transform: skew(2deg);
    -webkit-transform: skew(
2deg
);
}

DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon DIV.button-wrapper a.button-home {
    width: 100%;
    font-size: 25px;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home {
    border: 1px dashed white;
    color: white;
    display: inline-block;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 18px;
    padding: 13px 24px;
    font-weight: 700;
    text-decoration: none !important;
}
.button-adventure-area {
    background: #4576f7 !important;
}
.button-adventure-area a, .button-adventure-area button {
    background-color: #362323;
    filter-gradient: #6aa5f9,#4576f7,vertical;
    background-image: linear-gradient(top, #6aa5f9 0%, #4576f7 100%);
}
.button-falconry-and-mini-railway {
    background: #ddb20e !important;
}
.button-indoor-soft-play {
    background: #c50101 !important;
}
.button-tractor-tracks {
    background-color: #362323;
}
.button-water-pursuits {
    background: #599e09 !important;
}
.button-animal-zone {
    background: #eb4c11 !important;
}
DIV.adventure-grid DIV.text.te H3 {
    color: white !important;
	font-size: 30px;
    font-weight: 900;
}
DIV.adventure-grid DIV.text.te H3 A {
    color: #79ba11;
    font-weight: 700;
    text-decoration: underline;
}
#nenu_ui > li{
	display: inline-block;
	list-style: none;
	position: relative;
}
#nenu_ui .sub li{
	display: block;
	margin-bottom:8px;
	padding-left:12px;
	padding-right:12px;
}
#nenu_ui .sub{
	position: absolute;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 5px;
	min-width:200px;
	position:absolute;
	left:0%;
	
    
	top:60px;
	z-index: 111111;
	box-shadow: 0px 1px 1px #333;
	padding-bottom: 12px;   
	display: none;
	text-align: left;
	  
}
#nenu_ui > li:hover .sub{
   display: block;
        
}
#nenu_ui .sub .bg{
	height:3px;
    background:red; 
	border-radius: 5px 5px 0 0; 
	position: relative;
	margin-bottom: 12px;	
}
#nenu_ui .sub .bg img{
	position: absolute;
	top:-8px;
	left:16px;
}

#nenu_ui .sub li a {
    line-height: 25px;
    color: #555555;
	display: inline-block;
	font-size:16px;
}

.welcome_p_box .img .title {
	position: absolute;
    border-radius: 25px 25px 0 0;
    top: 7px;
    background: url(/image/img/t1.png);
    left: 8px;
    right: 8px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: -3px -3px 0 #933491, 3px -3px 0 #933491, -3px 3px 0 #933491, 3px 3px 0 #933491;
    line-height: 55px;
    font-weight: 900;
}
.groups_parties_box .btns {
    padding: 8px 20px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
	color:#fff;
	margin-top:35px;
	display: inline-block;
	text-transform:Uppercase;
}
.groups_parties_box .title {
	font-size:20px;
	margin-bottom: 20px;
}

.groups_parties_box .more {
    margin-top: 12px;
    font-size: 12px;
	color:#bf2f38;
}


.groups_parties_box .less {
    margin-top: 12px;
    font-size: 12px;
}

.ticket_box_left .in_text,.ticket_box_right .in_text{
	float: left;display:inline-block;margin-right:20px;
	margin-top:4px;
}
.ticket_box_left .in_text_title , .ticket_box_right .in_text_title{
	color:#ef313c;
	font-size:16px;
}
.ticket_box_left .in_text span,.ticket_box_right .in_text span{
	color:#555555;font-size: 12px;
}
.cart_btns_box{
	padding:2px;
	display:inline-block;
	border: 1px solid #a1a3a4;
	width:120px;
	overflow: show;
	margin-top: 7px;
}
.cart_btns_box a{
	display: inline-block;
	width:30px;
	height:30px;
	color:#000;
	line-height:30px;
	text-align: center;
}
.cart_btns_box input{
	border:0;
	width:25%;
	display: inline-block;
	padding: 0;
    text-align: center;
	background: none;
}

#phone_menu_box{
	background: #35a1e9;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom:0;
 	overflow-y:scroll;	
    z-index: 10000000;
	
	display:none;
}

#phone_menu_box .cate{
	width:75%;
	opacity: 1;
	background: #35a1e9;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#phone_menu_box .cate li{
	list-style-type:none;
	padding:12px 0;
	border-bottom:1px solid #fff;
	padding-left: 10px;
}

#phone_menu_box .cate .sub_cate li{
	padding:0;
}
#phone_menu_box .cate .sub_cate li{
	border-bottom:1px dashed #fff;
}
#phone_menu_box .cate .sub_cate li:last-child{
	border-bottom:0px dashed #fff;
}
#phone_menu_box .cate ul{
	padding:0px;
}
#phone_menu_box .cate .sub_cate{
	border-top:1px solid #fff;
	margin-top:12px;
	display:none;
}
#phone_menu_box .cate .have_sub{
	background:url(/image/new_phone/fas_fa-angle-down.svg) no-repeat 95% center;
}
#phone_menu_box .cate .have_sub.active{
	padding-bottom: 0px;
}
.have_sub.active ul{
	

}
.customization_option_text_select{
	border-radius:6px;
	font-size: 14px;
	font-family: Arial;
	width: 60%;
    padding: 6px;
    color: #656565;
}
#phone_menu_box .cate a{
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	/*font-weight:bold;*/
	padding-left:20px;
}
#phone_menu_box .cate .sub_cate a{
	padding-left:40px;
	height: 40px;
    line-height: 40px;
	display:block;
}
.line1 ,
    .line2 ,
    .line3{
        width: 30px;
        border-top: 3px solid #ef313c;
        padding-bottom: 3px;
        display: inline-block;
    }    
    .menu_mob_top{
        display: block;
        text-align: right;
        height: 30px;
        line-height: 38px;
    }
    .menu_mob{
        z-index: 1000;
    }
    .linewr{
        width: 25px;
        display: inline-block;
        line-height: 0px;
        margin-right: 15px;
    }
    
.menu_mob_top{
	display:none;
    }
@media (max-width: 767px){
	
	footer .top .text{
		font-size:24px !important;
		line-height: 29px;;
	}
	footer .top{
		padding-top:50px;
	}	
		#top_video_box{
		display:none;
		}
		
		.welcome_m{
			margin-top:-20px !important;
		}
	 #header_logo img{
			width: 80%;
		margin-top: 13px;
		}
		
		.menu_mob_top{
		display:inline-block;
		}
		
		
	DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon {
		margin-bottom: 60px;
		width: 320px;
		height: 320px;
		position: relative;
		background-size:100% 100%;
	}
	DIV.adventure-grid DIV.adventure-icons DIV.container-fluid {
		 max-width: 100%;
	}
	
	#header{
		height: 80px;
	}
	 DIV.blog-post.top H3 {
		min-height: revert;
	}
}
   
.restbutton button{
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	font-weight: 700 !important;
	/*background-color: rgb(121, 186, 17);*/
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 1px;
    font-size: 22px !important;
    letter-spacing: 0px;
    width: 340px;
    height: 100px;
}

.btndel{
	padding: 4.5px 14px;
    font-size: 23px;
}
@media (max-width: 767px) {
	.btndel{
		padding: 0.5px 14px;
		font-size: 23px;
	}
}
@media (max-width: 478px) {
	h2{
		font-size: 22px;
	}
	DIV.header-button A {
		font-size: 17px;
	}
}

.party-blue, .party-pink {
	color: #fff;
}
.party-yellow {
}

#ticket_left img, #ticket_right img{
	border-radius: 9px 9px 0 0;
}
.gptext{
	color: #fff;
}
.form-inline{
	display: flex;
    height: auto;
    border-bottom: 1px dashed;
    padding: 5px 0;
	line-height: 15px;
}
.form-inline label{
	font-weight: bold;
}
.form-inline label span{
	font-weight: normal;
	color:#666
}
.checkbox label, .radio label{
	vertical-align: middle;
}
.footer_bg_1{
	background-image: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height:0px;
}

.footer_bottom{
	font-size:15px;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
}

@media (max-width: 678px) {
	.footer_bottom{
		font-size:11px;
		
	}
}

.phone_footer_msg1{
	font-family: "ff-mach-web-pro-condensed",sans-serif;
	margin-top: 35px;
	font-weight: 400;
	font-size:13px;
}

footer .social-icons svg{
	width:25px;
	height:25px;
	fill:#fff;
	margin-left:20px;
}

footer .pc_menu{
	font-family: "ff-mach-web-pro-condensed",sans-serif;
}

#header .header_con{
	padding-left:0%;
	padding-right:15px;
	padding-top:8px;
	background: #010B12;
	height:80px;
	position: relative;
	z-index: 20;
}


#header_overlay{
	background-color: #000000;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height:100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	z-index: -1;
}
#header .header_con .top{
	text-align: right;
}
#header .header_con .top .top_btn{
	margin: 0px 0px 0px 0px;
    padding: 8px 12px 4px 12px;
    background-color: #73A6DC;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 3px 13px 13px;
	
	color: #FFFFFF;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 17px;
    font-weight: 400;
	text-align: center;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}



.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}

.elementor-shape svg {
    display: block;
    width: calc(163% + 1.3px);
    height: 109px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
#header .header_con .buy_btn{
	display: inline-block;
    color: #000;
    background: linear-gradient(300deg, #fc0000, #ff4700, #ff0000);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    text-transform: uppercase;
    font-family: "ff-mach-wide-web-pro", sans-serif;
    font-size: 20px;
    line-height: 14px;
    font-weight: 900 !important;
    text-decoration: none;
    padding: 10px 15px;
    height: 36px;
    top: 44%;
    bottom: auto;
    outline: 4px solid #e10714;
    border-radius: 2px;
}
#header .header_con .buy_btn:hover{
	background-color: #f1f1f1;
	text-decoration: none;
	outline: 4px solid #e10714;
	color: #000!important;
	opacity:1; 
}
#header .header_con .menu_box{
	animation-duration: 1.2s;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    margin: 0px 0px 0px 0px;
	
	width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
}
#header #header_title{
	color: #FFFFFF;
    font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 54px;
    font-weight: 100;
	clear: both;
	margin-top:65px;
	padding:20px 50px;
}
.elementor-icon-box-title{
	color:#fff;
	font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
}

#header_menu_box{
	position: fixed;
    background-color: transparent;
    bottom: 0;
    left: 0;
	top:0;
	right:0;
    
    z-index: 9999;
	overflow: show;
}

#header_menu_box #header_menu_box_in{
	width:33%;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	animation-duration: 1.2s;
    background-color: #417280CC;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    margin: 0px 0px 0px 0px;
}


#header_menu_box  .close_button{
	cursor: pointer;
	position: absolute;
    margin-top: 25px;
	right: 35px;
	opacity: 1;
    z-index: 9999;
	transition: var(--e-a-transition-hover);
}
#header_menu_box #header_menu_box_in ul{
	margin-top:80px;
	padding-left:0px;
}


#header_menu_box #header_menu_box_in li{
	list-style:none;
	padding:12px ;
	margin-top:22px;
}

#header_menu_box #header_menu_box_in li a{
	font-family: "ff-mach-web-pro-condensed",sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-top: 22px;
    /*padding-left: 115px;
    padding-right: 59px;*/
	color: #fff;
	padding: 0px 80px 5px 75px;
	box-sizing: border-box;
	line-height: 20px;
}

@media (max-width: 1550px) {
	#header_menu_box #header_menu_box_in li a{
		padding-left:30px;
	}
}
@media (max-width: 1400px) {
	#header_menu_box #header_menu_box_in li a{
		font-size: 20px;
	}
}


#header_menu_box #header_menu_box_in li:hover{
	background-color: #93c7d6;
}
#header #h_b1{
		margin-right:0px;
	}
	#header #h_b2{
		margin-right:0px;
	}
	
@media (max-width: 768px) {
	#header_menu_box #header_menu_box_in{
		width:90%;
	}
	#header_menu_box #header_menu_box_in li a{
	font-size:25px;
	}
	
	#header_icon_box{
		margin-top:30px;
	}
#header #header_title {
   
    
	line-height:69px;
}

	#main_body{
		padding-top: 90px;
    	padding-bottom: 110px;
		
	}
	#main_body .after_bg{
		background: unset;
	}


}
@media (max-width: 518px) {
#header_menu_box #header_menu_box_in{
		width:95%;
	}
#header_menu_box #header_menu_box_in li a{
		font-size:19px;
		padding-left:20px;
		padding-right:20px;
	}
	
	#header{
		
	}
	
	#header #header_title {
	    margin-top:0px;
		padding: 20px 13px ;
		line-height: 55px;
		font-size: 40px;
	}
	
	#header_svg_path2{
		height: 50px;
	}
	
	#header #h_b1{
		margin-right:5px !important;
		padding: 4px 12px 4px 12px;
	}
	#header #h_b2{
		margin-right:5px !important;
	}
	
	#ticket_b1{
		font-size:25px !important;
		line-height: 34px;
	}
	#ticket_b2{
	font-size:30px !important;
	}
	
	#header .header_con{
		padding-left:0%;
		padding-right:0px;
		padding-top:0px;
	}
	
	#header_icon_box{
		text-align: right;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 12px;
	}
	
	#header_logo img{
		margin-left:0 !important;
	}
	
	#top_menu_btn{
		margin-top:4px;
	}
	
	#top_line2{
		margin-top: 0px !important;
	}
	#body_top_line{
		height:30px !important;
	}
	
}

.temp_cart_list_new .list_box{
	border: 1px solid #e0e0e0;
	border-radius: 12px;
}

.temp_cart_list_new .type_name_title{
	background: #bed07e;
	border-radius: 12px 12px 0 0;
}
.temp_cart_list_new .type_name_title > div{
	height:50px !important;
	line-height:50px !important;
}
.temp_cart_list_new .type_name_body{

	margin-right:0;
	margin-left:0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom:12px;
}

.temp_cart_list_new .total_span{
	color:#80db48;	
}


.hero-video {
    position: relative;
    background-color: #ffffff;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.hero-video .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.responsive-vid iframe {
    position: absolute !important;;
    top: 50% !important;;
    left: 50% !important;;
    width: 100vw !important;
    height: 56.25vw !important;;
    min-height: 100vh !important;;
    min-width: 177.77vh !important;;
    transform: translate(-50%, -50%) !important;;
}
.responsive-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    xz-index: -1;
    xpointer-events: none;
    overflow: hidden;
}
.text-center {
    text-align: center !important;
}
#header_icon_box{
	  display: flex;
	  align-items: center;    
	  justify-content: flex-end; 
	  gap: 20px;              
	  height: 60px;
}

#header_icon_box .menu-trigger {
      width: 60px;
      height: 40px;
      background: transparent;
      border: 2px solid #ff0000;
      border-radius: 4px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
#header_icon_box  .menu-icon {
    width: 22px;
    height: 4px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
  }
#header_icon_box  .menu-icon::before, #header_icon_box .menu-icon::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 4px;
    background: #fff;
    left: 0;
    transition: all 0.4s ease;
  }
#header_icon_box .menu-icon::before { top: -7px; }
#header_icon_box .menu-icon::after { bottom: -7px; }
#header_icon_box .menu-trigger.active .menu-icon {
    background: transparent;
}
#header_icon_box .menu-trigger.active .menu-icon::before {
    top: 0;
    transform: rotate(225deg);
}
#header_icon_box .menu-trigger.active .menu-icon::after {
    bottom: 0;
    transform: rotate(135deg);
}
  
/* 全屏导航菜单（默认隐藏在底部） */
.fullscreen-menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background: linear-gradient(27deg, #fc0000, #ff4700, #ff0000);
   background-size: 380% 380%;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(100%);
   opacity: 0;
   visibility: hidden;
   transition: transform 0.5s ease, opacity 0.3s ease;
   z-index: 0;
}
 /* 菜单展开状态： translateY(0) 从底部滑入 */
.fullscreen-menu.active {
   transform: translateY(0); /* 回到可视区域 */
   opacity: 1;
   visibility: visible;
}

 /* 菜单列表样式 */
.menu-list {
    list-style: none;
    text-align: center;
    position: absolute;
    top:140px;
}
.menu-list li {
    margin: 23px 0;
}
.menu-list a {
    font-family: ff-mach-web-pro, sans-serif;
    color: #010B12 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
 line-height: 30px;
 font-weight: 900;
}
  
#header_icon_box .h_icon{
 font-size: 30px;
 color:#ff0000;
}
  
#header_icon_box .h_icon .fa{
	font-size: 33px;
}

.buy_button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
    font-family: "ff-mach-wide-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    border-radius: 0px;
    background-color: #e10714 !important;
    outline: 4px solid #e10714;
    color: #333 !important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1 !important;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0px 0px 10px 0px #000000;
    border-radius: 2px;
	float: right;
	background: linear-gradient(300deg, #fc0000, #ff4700, #ff0000);
}

.buy_button:hover{
	 outline: 4px solid #e10714;
	 color:#000 !important;
}
.panel-group{
	color:#000;
}
#column-right .list-group{
	
}
#column-right .list-group a{
	color:#FFF;
	border: 1px solid #ff0000;
}
#column-right .list-group a:hover{
	color:#ff0000;
	box-shadow: none !important; /* 移除阴影 */
    text-shadow: none !important; /* 移除文字阴影 */
    outline: none !important; /* 移除轮廓 */
}
#column-right .list-group .list-group-item{
	background-color: unset;
}

