.footerjwx_li1 ul li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #979899!important;
}




.footerjwx_li2 ul li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #979899!important;
}
.footerjwx_lia{
	color: #979899!important;
}
* {
	color: #000;
	font-family:"Microsoft YaHei"!important;
	position: relative;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none
}

.hide-scrollbar,header .main-menu-container nav {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none
}

.hide-scrollbar::-webkit-scrollbar-track,header .main-menu-container nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: transparent;
	height: 0;
	width: 0;
	display: none
}

.hide-scrollbar::-webkit-scrollbar,header .main-menu-container nav::-webkit-scrollbar {
	background-color: transparent;
	height: 0;
	width: 0;
	display: none
}

.hide-scrollbar::-webkit-scrollbar-thumb,header .main-menu-container nav::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: transparent;
	height: 0;
	width: 0;
	display: none
}

.mobile-only {
	display: none
}

.desktop-only {
	display: block
}

#tail {
	position: absolute;
	float: left;
	z-index: 1;
	width: 320px;
	opacity: 0;
	height: auto;
	pointer-events: none;
	transition: opacity .2s,transform .2s;
	transform: scale(.7);
	transform-origin: center left
}

#tail.visible {
	transform: scale(1);
	opacity: 1
}

#tail .coordinates,#tail .product,#tail img {
	display: block
}

#tail img {
	width: 100%
}

#tail h4 {
	color: #fff;
	margin: 0;
	position: absolute;
	left: 10%;
	top: -5px
}

#tail h4.coordinates {
	margin-top: 10px;
	top: auto
}

.one-third {
	width: 33.3%;
	float: left
}

.two-thirds {
	width: 66.6%;
	float: left
}

hr {
	border: none;
	border-top: 1px solid #000
}

li,ul {
	list-style-type: none;
	padding: 0
}

body,li,ul {
	margin: 0
}

h1 {
	font-size: 50px;
	letter-spacing: 2px;
	text-transform: uppercase
}

h2 {
	font-size: 40px
}

h2,h3 {
	font-family: bookmania;
	letter-spacing: 0;
	line-height: 1.5
}

h3 {
	font-size: 20px
}

h4 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase
}

p,span {
	font-size: 16px;
	line-height: 2
}

p,p.large,span {
	/*font-family: bookmania*/
}

p.large {
	font-size: 24px
}

p.xlarge {
	font-family: bookmania;
	font-size: 32px
}

.clear:after,.product-grid-container .product-grid:after,aside:after,div:after,footer:after,header:after,li:after,main:after,section:after,ul:after {
	content: "";
	display: table;
	clear: both
}

.money {
	font: inherit
}

.money sup {
	font-size: 12px
}

.vertical-centre {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.padded {
	padding-left: 130px;
	padding-right: 130px
}

.padded .padded {
	margin-left: -130px;
	width: calc(100% + 260px)
}

.padded-vertical {
	padding-top: 80px;
	padding-bottom: 80px
}

.padded-left {
	padding-left: 130px
}

.padded-right,.store-locator #bh-sl-map-container .right-column {
	padding-right: 130px
}

.deep-padded {
	padding: 0 240px
}

.half {
	width: 50%;
	float: left
}

.slick-next,.slick-prev {
	background-color: transparent;
	border: 0
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.slick-arrow.slick-prev {
	left: 0
}

.slick-arrow.slick-next {
	right: 0
}

a {
	text-decoration: none;
	cursor: pointer
}

.button {
	font-family: cabo,helvetica,arial,"sans-serif";
	font-size: 15px;
	letter-spacing: 1.5px;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	border-radius: 3px;padding: 14px 18px;
	transition: .1s;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #000;
}
.button_video{
	background: transparent;
	font-family: cabo,helvetica,arial,"sans-serif";
	font-size: 15px;
	letter-spacing: 1.5px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	transition: .1s;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff;
	padding: 18px 45px;
	margin-right: 10px;
}
.open-video-modal{
	margin-right: 10px;
}
.low:hover {
	background: #fff;
	color: #000;
}
.button.out-of-stock,.button.out-of-stock:hover {
	background: #999;
	border-color: #999
}

.button.out-of-stock:hover {
	color: #fff
}

.button.inverted {
	background: #eeeeee;
	color: #000;
	border-color: #fff
}

.button.inverted.low,.button.inverted:hover {
	color: #fff
}

.button.inverted.low:hover {
	background: #fff;
	color: #000!important;
}

.button.low,.button:hover {
	background: transparent;
	color: #000
}

.button.low .loader .fa,.button:hover .loader .fa {
	color: #000
}

.button.low:hover {
	background: #000;
	color: #fff;
}

.button.loading .loader {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.button .loader {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	color: #fff;
	transition: .2s;
	opacity: 0;
	pointer-events: none
}

.button .loader .fa-circle-o-notch {
	transform-origin: 45% 48.95%;
	color: #fff
}
.black{
	color: #000000!important;
}
.tag {
	font-size: 14px;
	letter-spacing: .5px;
	padding: 5px 15px;
	color: #fff;
	margin-right: 10px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 8px;
	cursor: text;
	pointer-events: none;
	border-radius: 2px;
	margin-bottom: 10px
}

.tag.product {
	background-color: #1c1010
}

.tag.product:hover {
	background-color: #fff;
	color: #1c1010
}

.tag.travel {
	background-color: #de7e25
}

.tag.travel:hover {
	background-color: #fff;
	color: #de7e25
}

.tag.design {
	background-color: #7b7b7b
}

.tag.design:hover {
	background-color: #fff;
	color: #7b7b7b
}

.tag.product-story {
	background-color: #5b5b5b
}

.tag.product-story:hover {
	background-color: #fff;
	color: #5b5b5b
}

.tag.recipe {
	background-color: #358e0c
}

.tag.recipe:hover {
	background-color: #fff;
	color: #358e0c
}

.tag.photo-journal {
	background-color: #6701c0
}

.tag.photo-journal:hover {
	background-color: #fff;
	color: #6701c0
}

.tag.special-projects {
	background-color: #8b572a
}

.tag.special-projects:hover {
	background-color: #fff;
	color: #8b572a
}

.tag.review {
	background-color: #f0123c
}

.tag.review:hover {
	background-color: #ffffff;
	color: #990d28
}

.tag.culture {
	background-color: #1188b5
}

.tag.culture:hover {
	background-color: #fff;
	color: #1188b5
}

.tag.listen {
	background-color: #17a3ab
}

.tag.listen:hover {
	background-color: #fff;
	color: #17a3ab
}

.white-text * {
	color: #fff
}

.black-background {
	background: #000
}

.black-background>* {
	color: #fff
}

.black-background .form input,.black-background .jotform-form input {
	background: #fff
}

.black-background .form button,.black-background .jotform-form button {
	border: 1px solid #fff
}

.black-background .form .confirmation-container *,.black-background .jotform-form .confirmation-container * {
	color: #fff
}

.slick-dots {
	overflow: hidden
}

.slick-dots li {
	float: left;
	margin-right: 10px
}

.slick-dots li.slick-active button {
	background: #fff
}

.slick-dots li button {
	padding: 0;
	display: block;
	font-size: 0;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	width: 14px;
	height: 14px
}

.tiled-background {
	background-size: 160px auto
}

.video-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
	display: none
}

.video-modal-container .video-modal {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	opacity: 0;
	transition: .3s
}

.video-modal-container .video-modal.visible {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.video-modal-container .video-modal video {
	width: 80vw
}

.video-modal-container .video-modal .close-modal {
	z-index: 99;
	position: absolute;
	top: 15px;
	right: 25px;
	display: block
}

.video-modal-container .video-modal .close-modal h4 {
	color: #fff;
	font-size: 50px;
	margin: 0;
	line-height: 50px
}

.subscribe-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99999;
	display: none
}

.subscribe-modal-container .subscribe-modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	opacity: 1;
	transition: .3s;
	background: #fff;
	width: 475px;
	padding: 40px;
	text-align: center;
	box-shadow: 0 3px 7px rgba(0,0,0,.3)
}

.subscribe-modal-container .subscribe-modal.visible {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
	text-align: center
}

.subscribe-modal-container .subscribe-modal .close-modal {
	z-index: 99;
	position: absolute;
	top: 15px;
	right: 25px;
	display: block;
	font-size: 40px
}

.subscribe-modal-container .subscribe-modal .button {
	width: 100%;
	margin-bottom: 20px
}

.subscribe-modal-container .subscribe-modal .button:last-child {
	margin-bottom: 0
}

.subscribe-modal-container .subscribe-modal p {
	margin-bottom: 25px;
	margin-top: 15px;
	font-size: 16px
}

.subscribe-modal-container .subscribe-modal h2 {
	margin: 0;
	font-size: 30px
}

.subscribe-modal-container .subscribe-modal img {
	width: 60%;
	margin-bottom: 35px
}

.subscribe-modal-container .subscribe-modal input {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 20px;
	padding: 18px 22px;
	border-radius: 3px;
	font-family: cabo,helvetica,arial,"sans-serif";
	font-size: 15px;
	text-transform: uppercase;
	transition: .1s;
	outline: none;
	text-align: center
}

.subscribe-modal-container .subscribe-modal input:-ms-input-placeholder {
	text-align: center;
	color: #000
}

.subscribe-modal-container .subscribe-modal input::placeholder {
	text-align: center;
	color: #000
}

.subscribe-modal-container .subscribe-modal .form-sub {
	display: inline-block;
	margin-bottom: 0
}

.subscribe-modal-container .subscribe-modal .form-sub.form-error * {
	color: #de7e25
}

.subscribe-modal-container .subscribe-modal .form-sub.form-success * {
	color: #000
}

.subscribe-modal-container .subscribe-modal .form-sub span {
	font-size: 14px
}

li[data-jarallax] {
	background: #000
}

.halves.padded-halves>div {
	width: calc((100% - 80px)/2)
}

.halves.padded-halves>div:last-child {
	float: right
}

.halves>div {
	width: 50%;
	float: left
}

.halves>table {
	width: 100%;
	border-collapse: collapse
}

.halves>table tr td {
	width: 50%;
	vertical-align: top;
	border: none
}

.halves>table tr td h1 {
	margin-top: 0
}

.product-grid-container {
	z-index: 1;
	padding-top: 75px;
	padding-bottom: 90px
}

.product-grid-container .product-grid {
	padding-top: 0;
	padding-bottom: 140px
}

.product-grid-container .product-grid.loaded li {
	transform: translateY(0);
	opacity: 1
}

.product-grid-container .product-grid li {
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	overflow: hidden;
	transform: translateY(-20px);
	transition: .5s;
	opacity: 0
}

.product-grid-container .product-grid li.grid-sizer,.product-grid-container .product-grid li.product-tile-li {
	width: calc((100% - 20px)/3)
}

.product-grid-container .product-grid.thirds li {
	width: 32.66667%
}

.product-grid-container .product-grid.thirds li:nth-child(3n) {
	margin-right: 0
}

.product-grid-container .product-grid.halves li {
	width: 47%
}

.quench-journal-page {
	margin-top: 30px
}

.hero-container.centred {
	height: 100vh;
	max-height: 80vh;
	min-height: 550px;
	background: #e0e0e3;
}

.hero-container.centred .background-darkener {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	pointer-events: none
}

.hero-container.centred .content-slider {
	z-index: 2;
	text-align: center;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1000px
}
.content-slider p{
	font-size: 12px;
}
.hero-container h4 {
	margin: 0;
	text-align: center;
	padding-top: 80px
}

.hero-container .quench-logo {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 130px
}

.hero-container .bg-slider {
	background: #000
}

.hero-container .bg-slider .visible img {
	opacity: 1;
	transform: scale(1)
}

.hero-container .bg-slider li {
	height: calc(100vh - 100px);
	min-height: 530px
}

.hero-container .bg-slider li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: 1s;
	transform: scale(1.1);
	opacity: 0
}

.hero-container .content-slider {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 50%
}

.hero-container .content-slider .slick-dots {
	margin-top: 80px
}

.hero-container .content-slider h1 {
	margin-bottom: 30px
}

.hero-container .content-slider .meta-row span {
	text-transform: uppercase;
	font-size: 14px;
	font-family: cabo,helvetica,arial,"sans-serif";
	display: inline-block;
	margin: 0 10px
}

.press.home {
	padding: 40px 130px
}

.press.home h4 {
	text-align: center;
	font-weight: 700
}

.press.home .press-logo-list {
	padding-top: 0
}

.press .press-logo-list {
	padding-top: 30px;
	font-size: 0
}

.press .press-logo-list li {
	display: inline-block;
	width: 14.28571%;
	padding: 25px;
	text-align: center
}

.press .press-logo-list li:nth-child(7) {
	clear: left
}

.press .press-logo-list li img {
	display: inline-block;
	margin: auto;
	max-height: 140px;
	max-width: 80%;
	vertical-align: middle
}

.journal-posts {
	overflow: hidden
}

.journal-posts .journal-tag-groups {
	transition: .3s;
	opacity: 0
}

.journal-posts .journal-tag-groups.visible {
	opacity: 1
}

.journal-posts .journal-tag-groups>li {
	transition: .3s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition-delay: .3s
}

.journal-posts .journal-tag-groups>li.active {
	opacity: 1;
	position: relative;
	z-index: 2;
	transition-delay: 0s
}

.journal-posts .journal-tag-groups>li.active>.posts-container>ul>li {
	opacity: 1;
	transform: translateY(0)
}

.journal-posts .journal-tag-groups>li>.posts-container {
	height: 0;
	padding-bottom: 110%;
	margin: 50px 0;
	overflow-y: hidden
}

.journal-posts .journal-tag-groups>li>.posts-container:first-child {
	margin-top: 0
}

.journal-posts .journal-tag-groups>li>.posts-container>ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li {
	width: calc((100% - 40px)/3);
	float: left;
	margin-right: 20px;
	transition: .7s;
	opacity: 0;
	transform: translateY(-20px)
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li>div {
	transition: .2s;
	transform: translateY(0);
	box-shadow: 0 0 0 transparent
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:hover>div {
	transform: translateY(-3px);
	box-shadow: 0 3px 10px rgba(0,0,0,.1)
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(1n) {
	height: 59%;
	margin-bottom: 20px
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(2n) {
	height: 39%;
	margin-bottom: 20px
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(3n) {
	height: 39%;
	margin-right: 0;
	margin-bottom: 20px
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(4n) {
	float: right;
	width: calc((((100% - 40px) / 3) * 2) + 20px);
	height: calc(61% - 20px);
	margin-right: 0
}

.journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(5n) {
	height: calc(41% - 20px);
	clear: left
}

.button-row {
	text-align: center;
	margin: 50px 0
}

.button-row .button {
	margin: 0 10px
}

.post-related.home {
	padding-top: 50px;
	background: #1a1717
}

.post-related.home .top {
	margin-bottom: 50px;
	margin-top: 20px;
}

.post-related.home .top img {
	width: 100px
}

.post-related.home .top .button {
	margin: 5% 15px 0 15px;
    float: left;
    position: relative;
	right: 0;
	transform: translateY(-50%);
	opacity: .8;
}

.post-related.home ul .post-tile .image {
	height: 0;
	padding-bottom: 60%
}

.post-related.home ul .post-tile .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important
}

.post-related h4 {
	margin-top: 0
}

.post-related>ul .post-tile {
	float: left;
	margin: 0 8px 15px;
	width: calc((100% - 50px)/3);
}

.list_page{
	text-align: center;
	position: relative;
	margin: 50px 0;
}
.list_page ul li{
	display: inline-block;
	position: relative;
}
.list_page ul li a{
	margin: 0 10px;
	font-size: 20px;
	color: #ffffff;
	font-family: DIN_black;
}
.list_page ul li a:hover{
	color: #b72024;
}

.list_page ul li:first-child:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-left: -420%;
	width: 100px;
	height: 1px;
	background: #ffffff;
}
.list_page ul li:last-child:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-left: 200%;
	width: 100px;
	height: 1px;
	background: #ffffff;
}
.color ul li:first-child:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-left: -500%;
	width: 100px;
	height: 1px;
	background: #000000;
}
.color ul li:last-child:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-left: 200%;
	width: 100px;
	height: 1px;
	background: #000000;
}
.color ul li a{
	color: #000000;
}

.post-related>ul .post-tile .image img {
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover
}

.post-related>ul .post-tile .post-content .excerpt {
	max-height: none
}

.post-related>ul .post-tile:last-child {
	margin-right: 0
}

.alternating-grid>li {
	width: 60%;
	min-height: 1px;
	float: left;
	margin-bottom: 20px
}

.alternating-grid>li>div {
	width: 100%;
	height: 0;
	padding-bottom: 68.02%
}

.alternating-grid>li:nth-child(2n) {
	border-left: 20px solid #fff
}

.alternating-grid>li:nth-child(odd) {
	border-right: 20px solid #fff;
	clear: left
}

.alternating-grid>li:nth-child(4n - 1),.alternating-grid>li:nth-child(4n - 2) {
	width: 40%;
	border: none
}

.alternating-grid>li:nth-child(4n - 1)>div,.alternating-grid>li:nth-child(4n - 2)>div {
	width: 100%;
	height: 0;
	padding-bottom: 100%
}

.press-post-list>ul {
	column-count: 2;
	column-gap: 80px
}

.press-post-list>ul>li {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px
}

.press-post-list>ul>li.support-image img {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%)
}

.press-post-list>ul>li .image {
	display: block;
	margin-bottom: 30px
}

.press-post-list>ul>li .image img {
	display: block;
	max-width: 100%;
	max-height: 150px
}

.press-post-list>ul>li h2 {
	margin-bottom: 10px
}

.press-post-list>ul>li .excerpt {
	margin-bottom: 40px
}

.stockists {
	background: #f3f3f3
}

.stockists h1 {
	margin-top: 0
}

.stockists-list {
	width: 100%
}

.stockists-list tr:last-child td {
	border-bottom: 1px solid #ccc
}

.stockists-list tr td {
	border-top: 1px solid #ccc;
	padding: 5px 0
}

.stockists-list tr td.image {
	padding-right: 20px
}

.stockists-list tr td.image img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.stockists-list tr td.address {
	overflow: hidden
}

.stockists-list tr td.address .fa {
	float: left;
	width: 30px;
	font-size: 30px
}

.stockists-list tr td.address p {
	float: left;
	width: calc(100% - 30px);
	font-family: cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0
}

.stockists-list tr td.contact a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-break: break-all
}

.stockists-list tr td.contact a:first-child {
	margin-bottom: 5px
}

.stockists-list tr td.view a {
	display: block;
	min-width: 120px
}

@media (max-width:500px) {
	.post-related.home {
		height: auto
	}

	.post-related.home>ul .post-tile {
		width: 100%;
		margin-bottom: 20px
	}

	.post-related.home>ul .post-tile:last-child {
		margin-bottom: 0
	}
}

.home-sliders-container {
	overflow: hidden
}

.home-sliders-container .loader-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 3;
	pointer-events: none;
	opacity: 1;
	transform: scale(1);
	transition: .3s
}

.home-sliders-container .loader-cover.hidden {
	transform: scale(1.01);
	opacity: 0
}

.home-sliders-container .loader-cover>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.home-sliders-container .loader-cover img {
	filter: invert(100%);
	width: 100px;
	animation: spin 2s infinite linear;
	opacity: .5
}

.home-sliders-container h1 {
	letter-spacing: 8px
}

.home-sliders-container ul,.home-sliders-container ul.slick-slider {
	float: left;
	width: 50%
}

.home-sliders-container ul .button,.home-sliders-container ul.slick-slider .button {
	border: 1px solid #fff;
	padding: 18px 32px
}

.home-sliders-container ul .button:hover,.home-sliders-container ul.slick-slider .button:hover {
	color: #fff
}

.home-sliders-container ul .button.low,.home-sliders-container ul.slick-slider .button.low {
	margin-right: 20px;
	color: #fff
}

.home-sliders-container ul .button.low:hover,.home-sliders-container ul.slick-slider .button.low:hover {
	color: #000
}

.home-sliders-container ul.left-slider li.padded,.home-sliders-container ul.slick-slider.left-slider li.padded {
	padding-right: 60px
}

.home-sliders-container ul.left-slider .slick-dots,.home-sliders-container ul.slick-slider.left-slider .slick-dots {
	position: fixed;
	z-index: 98;
	left: 55px;
	top: 50%;
	width: auto;
	height: auto;
	filter: invert(100%);
	transition: .2s
}

.home-sliders-container ul.left-slider .slick-dots.invert,.home-sliders-container ul.slick-slider.left-slider .slick-dots.invert {
	filter: invert(0)
}

.home-sliders-container ul.left-slider .slick-dots li,.home-sliders-container ul.slick-slider.left-slider .slick-dots li {
	float: none;
	margin: 0;
	margin-bottom: 10px
}

.home-sliders-container ul.left-slider .slick-dots li button,.home-sliders-container ul.slick-slider.left-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	outline: none
}

.home-sliders-container ul.left-slider h1,.home-sliders-container ul.slick-slider.left-slider h1 {
	color: #fff;
	margin: 0
}

.home-sliders-container ul.left-slider p,.home-sliders-container ul.slick-slider.left-slider p {
	color: #fff
}

.home-sliders-container ul.left-slider .press .press-snippet,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.home-sliders-container ul.left-slider .press .press-snippet h1,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet h1 {
	color: #000;
	margin-bottom: 60px
}

.home-sliders-container ul.left-slider .press .press-snippet ul li,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet ul li {
	height: auto;
	display: inline-block;
	width: 33.33333%;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	padding: 25px
}

.home-sliders-container ul.left-slider .press .press-snippet ul li img,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet ul li img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 140px
}

.home-sliders-container ul.left-slider .press .press-snippet .logos,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet .logos {
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	font-size: 0
}

.home-sliders-container ul.left-slider .press .press-snippet .logos .logo,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet .logos .logo {
	width: calc(33.3% - 50px);
	max-width: 33.3%;
	float: left;
	margin-right: 50px;
	height: auto;
	background-color: transparent
}

.home-sliders-container ul.left-slider .press .press-snippet .button.low,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet .button.low {
	border-color: #000;
	color: #000
}

.home-sliders-container ul.left-slider .press .press-snippet .button.low:hover,.home-sliders-container ul.slick-slider.left-slider .press .press-snippet .button.low:hover {
	background-color: #000;
	color: #fff
}

.home-sliders-container ul.right-slider li.padded,.home-sliders-container ul.slick-slider.right-slider li.padded {
	padding-left: 60px
}

.home-sliders-container ul.right-slider .quench .logo,.home-sliders-container ul.slick-slider.right-slider .quench .logo {
	width: 100px;
	margin-bottom: 10%;
	display: block
}

.home-sliders-container ul.right-slider .quench h1,.home-sliders-container ul.slick-slider.right-slider .quench h1 {
	color: #fff;
	margin-bottom: 5%
}

.home-sliders-container ul.right-slider .quench .excerpt *,.home-sliders-container ul.slick-slider.right-slider .quench .excerpt * {
	display: inline-block;
	margin: 5% 0;
	color: #fff
}

.home-sliders-container ul .slick-slide,.home-sliders-container ul.slick-slider .slick-slide {
	border: none
}

.home-sliders-container ul .slick-slide>div>li,.home-sliders-container ul.slick-slider .slick-slide>div>li {
	height: 100vh;
	width: 100%;
	border: none;
	background-size: cover;
	display: block!important;
	background-position: 50%
}

.home-sliders-container ul .slick-slide>div>li h1,.home-sliders-container ul.slick-slider .slick-slide>div>li h1 {
	text-transform: uppercase
}

.home-sliders-container ul .slick-slide>div>li p,.home-sliders-container ul.slick-slider .slick-slide>div>li p {
	margin-top: 55px;
	margin-bottom: 40px
}

.home-sliders-container ul .slick-slide>div>li p *,.home-sliders-container ul.slick-slider .slick-slide>div>li p * {
	font: inherit;
	color: #fff
}

.home-sliders-container ul .slick-slide>div>li img,.home-sliders-container ul.slick-slider .slick-slide>div>li img {
	width: 100%;
	height: 100%
}

.product-tile {
	padding-bottom: 100%;
	background-size: cover;
	background-position: 50%;
	overflow: hidden
}

.product-tile.double-height {
	padding-bottom: 200%
}

.product-tile:hover .product-tile-cover {
	transform: scale(1);
	opacity: 1
}

.product-tile>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	overflow: hidden
}

.product-tile .product-meta {
	padding: 30px
}

.product-tile .product-meta h3 {
	margin-bottom: 0;
	margin-top: 0;
	float: left
}

.product-tile .product-meta .product-price {
	float: right;
	margin-top: 0
}

.product-tile .product-meta .product-price sup {
	display: inline-block;
	margin-left: -2px;
	font-size: 12px
}

.product-tile .product-meta .product-tag {
	clear: left;
	float: left;
	margin: 0
}

.product-tile .mobile-buttons {
	display: none
}

.product-tile .product-tile-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.1);
	background-color: hsla(0,0%,95%,.9);
	transition: .3s
}

.product-tile .product-tile-cover .vertical-centre {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	padding: 0 75px
}

.product-tile .product-tile-cover .vertical-centre .button {
	display: block;
	margin-bottom: 15px;
	padding: 20px 0
}

.modal-container {
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,100%,.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	overflow: auto;
	transform: scale(1.1);
	transition: .3s;
	opacity: 0;
	padding-top: 30px
}

.modal-container.visible {
	opacity: 1;
	transform: scale(1)
}

.modal-container img {
	width: 100%
}

.modal-container span {
	position: absolute;
	right: 60px;
	font-size: 30px
}

.modal-container .images-slider-container .images-slider img {
	height: calc(100vh - 250px);
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.modal-container .images-slider-nav {
	width: 960px;
	margin: auto;
	margin-top: 40px
}

.modal-container .images-slider-nav .slick-prev {
	left: -50px
}

.modal-container .images-slider-nav .slick-next {
	right: -50px
}

.modal-container .images-slider-nav img {
	height: 130px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin: 0;
	transition: .2s;
	opacity: .5
}

.modal-container .images-slider-nav img.active {
	opacity: 1
}

.video-container {
	height: 100vh;
	background-color: #000;
	background-size: cover
}

.video-container.single .video-background {
	opacity: .5
}

.video-container .video-background {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.video_background_color{
	background: #000000;
	position: absolute;
	width: 100%;
	opacity: 0.5;
	height: 100%;
	z-index: 99;
	left: 0;
}

.video-container .video-background video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%
}

.video-container .play-icon {
	position: absolute;
	width: 220px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	opacity: .5;
	transition: .2s
}

.video-container .play-icon:hover {
	opacity: 1
}

.video-container .play-icon img {
	display: block;
	width: 100%
}

.video-container .vertical-centre {
	z-index: 2;
	left: 0
}

.video-container .vertical-centre h1,.video-container .vertical-centre h2 {
	color: #fff;
	margin-top: 0;
	font-family: cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase
}

.video-container .vertical-centre h2 {
	margin: 0
}

.video-container .vertical-centre p {
	margin: 2.5% 0;
	color: #fff;
	width: 70%;
}

.video-container .vertical-centre p * {
	font: inherit;
	color: inherit
}

.video-container .vertical-centre .button:not(.low):hover {
	color: #fff
}

.our-journey-page .hero-container {
	text-align: center;
	background-size: cover;
	padding-top: 225px
}

.our-journey-page .hero-container .container {
	width: 750px;
	margin: auto
}

.our-journey-page .hero-container .container * {
	color: #fff
}

.our-journey-page .hero-container .container h1 {
	margin-bottom: 80px
}

.our-journey-page .hero-container .container p {
	margin-bottom: 100px
}

.our-journey-page .hero-container .container i {
	font-size: 25px;
	margin-bottom: 110px
}

.our-journey-page .press-container {
	padding-top: 130px;
	padding-bottom: 90px;
	text-align: center
}

/*.our-journey-page .press-container h1 {*/
/*	display: none*/
/*}*/

.our-journey-page .press-container ul {
	margin-bottom: 130px;
	font-size: 0
}

.our-journey-page .press-container ul li {
	width: 16.66667%;
	display: inline-block;
	vertical-align: middle
}

.our-journey-page .press-container ul li:last-child {
	margin-right: 0
}

.our-journey-page .press-container ul li img {
	max-width: 130px;
	max-height: 110px
}

.our-journey-page .content-container li {
	padding-top: 130px;
	padding-bottom: 130px;
	background-size: cover
}

.our-journey-page .content-container li:nth-child(odd) {
	padding-right: 60px
}

.our-journey-page .content-container li:nth-child(2n) {
	padding-left: 60px
}

.our-journey-page .content-container li:first-child .vertical-centre,.our-journey-page .content-container li:first-child .vertical-centre,.our-journey-page .content-container li:nth-child(4) .vertical-centre,.our-journey-page .content-container li:nth-child(4) .vertical-centre {
	color: transparent;
	opacity: 0;
	pointer-events: none
}

.our-journey-page .content-container li .vertical-centre {
	top: 0;
	transform: none
}

.our-journey-page .content-container li h1 {
	margin-top: 0;
	margin-bottom: 30px
}

.our-journey-page .content-container li .quench-logo {
	width: 180px;
	margin-bottom: 45px
}

.our-journey-page .content-container li .button {
	margin-top: 30px
}

.our-journey-page .animation-container {
	background: #f2f2f2
}

.our-journey-page .animation-container img {
	display: block;
	width: 100%
}

.our-journey-page .animation-container .button {
	float: right
}

.our-journey-page .video-container {
	height: 100vh;
	background-size: cover
}

.our-journey-page .video-container .video-background {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.our-journey-page .video-container .video-background video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%
}

.our-journey-page .video-container .vertical-centre {
	z-index: 2;
	left: 0
}

.our-journey-page .video-container .vertical-centre h1 {
	color: #fff;
	margin-top: 0
}

.our-journey-page .video-container .vertical-centre p {
	margin: 2.5% 0;
	color: #fff
}

.our-journey-page .video-container .vertical-centre p * {
	font: inherit;
	color: inherit
}

.our-journey-page .video-container .vertical-centre .button:not(.low):hover {
	color: #fff
}

.our-journey-page .studio-container {
	background-color: #000;
	padding-top: 70px;
	padding-bottom: 120px
}

.our-journey-page .studio-container * {
	color: #fff
}

.our-journey-page .studio-container .intro {
	padding-right: 50%
}

.our-journey-page .studio-container .intro .heading {
	margin-bottom: 50px
}

.our-journey-page .studio-container .intro p {
	margin-bottom: 75px
}

.our-journey-page .studio-container .button.low.inverted {
	position: absolute;
	right: 130px;
	top: 70px;
	color: #fff
}

.our-journey-page .studio-container .button.low.inverted:hover {
	color: #000
}

.our-journey-page .studio-container .slider-controls {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%
}

.our-journey-page .studio-container .slider-controls a {
	position: absolute
}

.our-journey-page .studio-container .slider-controls a img {
	width: 25px
}

.our-journey-page .studio-container .slider-controls a.left {
	left: 0
}

.our-journey-page .studio-container .slider-controls a.right {
	right: 0
}

.our-journey-page .studio-container .slider .slick-arrow {
	background-color: #000;
	color: #fff;
	font-size: 30px
}

.our-journey-page .studio-container .slider .slick-list {
	margin: 0 40px;
	border-right: 3px solid #000
}

.our-journey-page .studio-container .slider .slick-list .slick-slide {
	margin-right: 10px;
	transition: .3s;
	transition-delay: .3s
}

.our-journey-page .studio-container .slider .slick-list .slick-slide:last-child {
	margin-right: 0
}

.our-journey-page .studio-container .slider .slick-list .slick-slide.wide {
	transition-delay: 0s
}

.our-journey-page .studio-container .slider .slick-list .slick-slide.wide .content {
	opacity: 1;
	pointer-events: all;
	transition-delay: .3s
}

.our-journey-page .studio-container .slider .slick-list .slick-slide.wide li .open-studio {
	transform: rotate(45deg)
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li {
	float: left;
	border: 1px solid #fff;
	padding: 30px;
	cursor: pointer
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .heading-container {
	height: 93px
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .title {
	margin-bottom: 20px;
	margin-top: 0
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .product-tag {
	font-size: 14px
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .illustration {
	height: 240px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	transition: .3s;
	width: 100%;
	float: left
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .open-studio {
	position: absolute;
	right: 30px;
	top: 21px;
	font-size: 30px;
	line-height: 1;
	transition: .2s;
	transform: rotate(0deg)
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content {
	pointer-events: none;
	position: absolute;
	left: 25%;
	width: 75%;
	height: 100%;
	opacity: 0;
	transition: .3s;
	top: 0
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div {
	float: left;
	width: 93%;
	padding-right: 30px;
	position: static;
	padding-top: 10px
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div:last-child {
	width: 20%;
	padding: 0;
	position: absolute;
	bottom: 30px;
	right: 30px
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div:last-child a {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	margin-top: 20px;
	line-height: 1.5
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div h2 {
	font-size: 30px
}

.our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div p {
	font-size: 16px
}

.our-journey-page .instagram-container {
	height: 100vh;
	padding-top: 85px
}

.our-journey-page .instagram-container h4 {
	margin-bottom: 100px
}

.tag-switch {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	background: #fff;
	z-index: 9;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.tag-switch ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.tag-switch ul li {
	display: inline-block
}

.tag-switch ul li.active a {
	font-weight: 700
}

.tag-switch ul li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px
}

.post-tile {
	border: 1px solid #cccccc2e;
}

.post-tile>div {
	height: 100%
}

.post-tile .image {
	display: block;
	overflow: hidden
}

.post-tile .image img {
	display: block;
	width: 100%;
	transition: .3s;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.post-tile .post-content {
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff
}

.post-tile .post-content h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 5px
}

.post-tile .post-content .meta-row {
	margin-bottom: 20px
}

.post-tile .post-content .meta-row span {
	font-size: 14px;
	font-family: cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	letter-spacing: 1px
}

.post-tile .post-content .excerpt {
	max-height: 125px
}

.post-tile .post-content .excerpt p {
	margin: 0
}

.post-tile .post-content .excerpt span a {
	font: inherit
}

.post-tile .post-content .button.low {
	border: none;
	padding: 5px;
	margin-top: 10px;
	opacity: .5
}

.post-tile .post-content .button.low:hover {
	background: transparent;
	opacity: 1;
	color: #000
}

.invert-post-tile {
	background: #000;
	color: #fff
}

.invert-post-tile * {
	color: #fff
}

.invert-post-tile .post-tile .post-content {
	background: transparent
}

.invert-post-tile .post-tile .post-content .button.low {
	color: #fff
}

.no-masonry .post-tile .post-content {
	position: relative
}

.divider-cta {
	background: #000;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	transition: 1s
}

.divider-cta.white-text img {
	filter: invert(100%)
}

.divider-cta.home {
	background: #eeeeee
}

.divider-cta.home * {
	color: #000
}

.divider-cta.home>h2 {
	margin-bottom: 30px
}

.divider-cta.home ul li h2 {
	margin-top: 30px;
	margin-bottom: 0
}

.divider-cta.home .button {
	border: 1px solid #000
}

.divider-cta.home .button:hover {
	background: #000;
	color: #fff
}

.divider-cta.visible h2,.divider-cta.visible ul {
	opacity: 1
}

.divider-cta.visible ul .slick-slide[data-slick-index="0"] li,.divider-cta.visible ul .slick-slide[data-slick-index="2"] li {
	transform: translateX(0)
}

.divider-cta h2 {
	margin-top: 0;
	transition: 1s
}

.divider-cta ul {
	margin: 50px 0;
	opacity: 1;
	transition: 1s
}

.divider-cta ul.slider {
	padding: 0 60px
}

.divider-cta ul .slick-arrow {
	font-size: 20px
}

.divider-cta ul .slick-slide[data-slick-index="0"] li {
	transform: translateX(100px)
}

.divider-cta ul .slick-slide[data-slick-index="2"] li {
	transform: translateX(-100px)
}

.divider-cta ul li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 0 50px;
	transition: 1s
}
.press h2{
	text-align: center;
}
.divider-cta ul li img {
	width: 260px;
	display: inline-block
}
.slick-slide li h2{
	font-size: 22px;
}
.divider-cta ul li p {
	font-size: 18px
}
.new_title{
	width: 402px;
	margin:0 auto;
}
.content{
	animation: myfirst 50s infinite alternate linear;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 1s ease 0s;
}
@keyframes myfirst {
	0%   {background-size: 100% 100%}
	12.5%{background-size: 115% 115%}
	25%  {background-size: 130% 130%}
	37.5%{background-size: 145% 145%}
	50%  {background-size: 160% 160%}
	62.5%{background-size: 175% 175%}
	75%  {background-size: 190% 190%}
	87.5%{background-size: 205% 205%}
	100% {background-size: 220% 220%}
}
.post-container {
	padding-top: 80px;
    padding-bottom:80px;
}

.post-container iframe {
	max-width: 100%;
	max-height: 500px
}

.post-container h2,.post-container h2 * {
	text-align: center;
	font-size: 30px;
	font-family: bookmania;
	font-weight: 500
}

.post-container div,.post-container iframe,.post-container img,.post-container p {
	/*max-width: 900px;*/
	/*margin: auto;*/
	/*line-height: 1.5;*/
	/*display: block;*/
	/*font-family: bookmania*/
	margin: 0;
}

.post-container>p {
	/*margin: 20px auto;*/
	/*font-size: 18px*/
}

.post-container>p>img {
	display: block;
	width: 100%
}

.post-container a {
	font: inherit
}

.post-container a[href] {
	text-decoration: underline;
	color: #de7e25
}

.post-container table {
	margin: 50px 0
}

.post-container table td {
	width: 50%;
	vertical-align: middle;
	font-size: 0
}

.post-container table td:first-child:not(:last-child) {
	padding-right: 30px
}

.post-container table td:last-child:not(:first-child) {
	padding-left: 30px
}

.post-container table td img {
	display: block;
	width: 100%;
	height: auto;
	top: 50%
}

.post-container blockquote {
	font: 30px bookmania;
	font-style: italic;
	line-height: 1.4;
	margin: 0
}

.special-projects-grid li>div {
	background: #000
}

.special-projects-grid .article {
	padding: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.special-projects-grid .article img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: .7
}

.special-projects-grid .article div {
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 2
}

.special-projects-grid .article div h2 {
	font-family: cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0
}

.special-projects-grid .article div p {
	margin-top: 0;
	margin-bottom: 50px
}

.special-projects-grid .article h2,.special-projects-grid .article p,.special-projects-grid .article p * {
	color: #fff
}

.special-projects-grid .product .product-tile>div {
	border: none
}

.special-projects-grid .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.special-projects-spacer {
	padding: 100px 0;
	text-align: center
}

.special-projects-spacer img {
	width: 150px
}

.special-projects-spacer h2 {
	margin-bottom: 0
}

.special-projects-spacer p {
	margin-top: 0;
	margin-bottom: 40px
}

.error {
	color: red;
	font: 14px cabo,helvetica,arial,"sans-serif";
	display: block;
	margin-top: -8px;
	margin-bottom: 12px
}

.error:before {
	content: "\F071";
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px
}

.form.loading .form-all,.form.submitted .form-all,.jotform-form.loading .form-all,.jotform-form.submitted .form-all {
	opacity: .2;
	pointer-events: none;
	filter: grayscale(100%)
}

.form.loading .loader-cover,.form.submitted .confirmation-container,.jotform-form.loading .loader-cover,.jotform-form.submitted .confirmation-container {
	opacity: 1
}

.form .loader-cover,.jotform-form .loader-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
	transition: .3s;
	opacity: 0
}

.form .loader-cover>div,.jotform-form .loader-cover>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.form .loader-cover>div img,.jotform-form .loader-cover>div img {
	animation: spin 2s infinite linear;
	width: 100px;
	opacity: .5
}

.form .form-all,.jotform-form .form-all {
	transition: .3s;
	opacity: 1;
	pointer-events: all;
	filter: grayscale(0)
}

.form .confirmation-container,.jotform-form .confirmation-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
	top: 50%;
	transform: translateY(-50%)
}

.form .confirmation-container h2,.jotform-form .confirmation-container h2 {
	font-weight: 500;
	font-size: 30px
}

.form .error,.jotform-form .error {
	color: red;
	font: 14px cabo,helvetica,arial,"sans-serif";
	display: block;
	margin-top: -8px;
	margin-bottom: 12px
}

.form .error:before,.jotform-form .error:before {
	content: "\F071";
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px
}

.form .errors,.jotform-form .errors {
	border: 1px solid red;
	background: hsla(0,0%,100%,.6);
	padding: 15px;
	padding-left: 45px;
	margin-bottom: 20px
}

.form .errors:before,.jotform-form .errors:before {
	content: "\F071";
	font-family: FontAwesome;
	color: red;
	position: absolute;
	top: 15px;
	left: 20px
}

.form button,.form input,.form select,.form textarea,.jotform-form button,.jotform-form input,.jotform-form select,.jotform-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	width: 100%;
	padding: 10px;
	background-color: transparent;
	border: 1px solid #aaa;
	padding: 18px;
	padding-bottom: 16px;
	font-size: 16px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-family: cabo,helvetica,arial,"sans-serif"
}

.form .hidden-label,.jotform-form .hidden-label {
	display: none
}

.form textarea,.jotform-form textarea {
	height: 110px
}

.form button,.form input[type=submit],.jotform-form button,.jotform-form input[type=submit] {
	background: #000;
	border-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: .2s;
	margin: 0;
	margin-bottom: 15px
}

.form button.btn--secondary,.form button:hover,.form input[type=submit].btn--secondary,.form input[type=submit]:hover,.jotform-form button.btn--secondary,.jotform-form button:hover,.jotform-form input[type=submit].btn--secondary,.jotform-form input[type=submit]:hover {
	background: #fff;
	color: #000
}

.form button.btn--secondary:hover,.form input[type=submit].btn--secondary:hover,.jotform-form button.btn--secondary:hover,.jotform-form input[type=submit].btn--secondary:hover {
	background: #000;
	color: #fff
}

.form select,.jotform-form select {
	background-repeat: no-repeat;
	background-position: 95% 18px;
	background-size: 20px auto
}

.form .double-row>div,.jotform-form .double-row>div {
	width: calc((100% - 20px)/2);
	float: left
}

.form .double-row>div:nth-child(2),.jotform-form .double-row>div:nth-child(2) {
	float: right
}

.instagram {
	overflow: hidden
}

.instagram:after,.instagram:before {
	position: absolute;
	content: "";
	height: 1000px;
	top: 0;
	width: 150px;
	z-index: 2
}

.instagram:before {
	background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
	left: 0
}

.instagram:after {
	right: 0;
	background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}

.instagram h4 {
	margin-top: 0
}

.instagram #instagram-feed {
	white-space: nowrap;
	font-size: 0;
	margin-top: 50px
}

.instagram #instagram-feed li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: calc((100% - 120px)/3.2);
	margin-right: 40px
}

.instagram #instagram-feed li a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%
}

.instagram #instagram-feed li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.instagram #instagram-feed li a div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0
}

.instagram #instagram-feed-control {
	margin-top: 80px
}

.instagram #instagram-feed-control:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background: #de7e25
}

.instagram #instagram-feed-control div {
	background: #de7e25;
	height: 20px;
	width: 10%;
	top: -10px;
	cursor: pointer;
	border-radius: 3px
}

.store-locator #bh-sl-map-container .bh-sl-map {
	width: calc(100% - 700px);
	height: 100vh;
	float: left
}

.store-locator #bh-sl-map-container .right-column {
	width: 700px;
	float: left;
	background: #fff;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	padding-left: 40px;
	padding-top: 60px;
	padding-bottom: 40px
}

.store-locator #bh-sl-map-container .right-column h1 {
	margin-bottom: 25px
}

.store-locator #bh-sl-map-container .right-column form input {
	width: 100%;
	font-size: 16px;
	padding: 12px 15px 10px
}

.store-locator #bh-sl-map-container .right-column .button {
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 13px;
	margin-top: 15px
}

.store-locator #bh-sl-map-container .right-column .bh-sl-loc-list {
	height: calc(100% - 240px);
	padding: 15px 0;
	overflow-y: auto
}

.store-locator #bh-sl-map-container .right-column .list>li {
	background: transparent!important;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 16px 20px 18px
}

.store-locator #bh-sl-map-container .right-column .list>li .list-label {
	position: absolute;
	top: 20px;
	right: 20px
}

.store-locator #bh-sl-map-container .right-column .list>li .list-label:before {
	content: "\F041";
	font-family: FontAwesome;
	font-size: 65px
}

.store-locator #bh-sl-map-container .right-column .list>li .list-label span {
	position: absolute;
	top: 12px;
	left: 7px;
	font: 12px cabo,helvetica,arial,"sans-serif";
	background: #fff;
	width: 23px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%
}

.store-locator #bh-sl-map-container .right-column .list>li .loc-name {
	font: 20px bookmania;
	font-weight: 700
}

.store-locator #bh-sl-map-container .right-column .list>li .loc-addr,.store-locator #bh-sl-map-container .right-column .list>li .loc-addr2,.store-locator #bh-sl-map-container .right-column .list>li .loc-addr3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.store-locator #bh-sl-map-container .right-column .list>li .loc-alt-dist,.store-locator #bh-sl-map-container .right-column .list>li .loc-directions,.store-locator #bh-sl-map-container .right-column .list>li .loc-phone,.store-locator #bh-sl-map-container .right-column .list>li .loc-web {
	display: none
}

.store-locator #bh-sl-map-container .right-column .list>li .loc-dist {
	color: #999;
	margin-top: 10px
}

.pac-container span {
	font: 16px cabo,helvetica,arial,"sans-serif"
}

.pac-container span.pac-matched {
	font-weight: 700
}

.accordion-page h1 {
	margin-top: 30px
}

.tabled-columns.accordion-container table tbody li p {
	display: none
}

.tabled-columns.accordion-container table tbody li p a {
	font: inherit;
	color: #de7e25;
	text-decoration: underline
}

.tabled-columns.accordion-container table tbody li h3:after {
	transform: rotate(0deg);
	transition: .2s;
	content: "+";
	position: absolute;
	top: -3px;
	right: 10px;
	font-size: 25px;
	line-height: 1
}

.tabled-columns table {
	display: block;
	width: 100%
}

.tabled-columns table tbody {
	column-count: 2;
	column-gap: 30px;
	display: block;
	width: calc(100% + 30px);
	margin-left: -15px
}

.tabled-columns table tbody>tr {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px
}

.tabled-columns table tbody>tr>td {
	width: 100%;
	display: block
}

.tabled-columns table tbody>tr>td>h2 {
	margin-top: 0;
	font: 20px cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700
}

.tabled-columns table tbody>tr>td>h2 * {
	font: inherit
}

.tabled-columns table tbody>tr>td>ul>li {
	border-top: 1px solid #ccc
}

.tabled-columns table tbody>tr>td>ul>li.open h3:after {
	transform: rotate(45deg)
}

.tabled-columns table tbody>tr>td>ul>li h3 {
	font: 18px cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer
}

.tabled-columns table tbody>tr>td>ul>li p {
	font-size: 16px;
	display: none
}

.shipping-info {
	margin-bottom: 80px
}

.shipping-info>li {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	padding: 25px 0
}

.shipping-info>li>div {
	float: left
}

.shipping-info>li>div h3 {
	margin-top: 0;
	font-size: 25px;
	margin-bottom: 5px
}

.shipping-info>li>div a,.shipping-info>li>div span {
	font: 16px cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	letter-spacing: 1px
}

.shipping-info>li>div:first-child {
	width: 400px
}

.shipping-info>li>div:last-child {
	float: right
}

.accounts-container .back-link {
	opacity: .5;
	transition: .1s
}

.accounts-container h1 {
	font-size: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.accounts-container .h4 {
	font-size: 20px;
	margin-top: 0
}

.accounts-container .mini-buttons a {
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	letter-spacing: 0;
	display: inline-block
}

.shop-article {
	margin-bottom: 40px
}

.shop-article>div {
	border-top: 1px solid #ccc
}

.shop-article>div>h4 {
	margin: 40px 0
}

.shop-article>div .columns>div {
	float: left
}

.shop-article>div .columns>div:first-child {
	padding-right: 50px;
	width: 45%
}

.shop-article>div .columns>div:first-child img {
	width: 100%
}

.shop-article>div .columns>div:last-child {
	width: 55%
}

.shop-article>div .columns>div.content {
	padding-bottom: 60px
}

.shop-article>div .columns>div.content h2 {
	margin: 0;
	margin-right: 20px;
	margin-top: -5px;
	margin-bottom: -15px
}

.shop-article>div .columns>div.content h2 span {
	display: inline-block;
	font-weight: 500;
	margin-left: 5px
}

.shop-article>div .columns>div.content p {
	font-size: 18px
}

.shop-article>div .columns>div.content p * {
	font-size: inherit
}

.shop-article>div .columns>div.content .button {
	margin-top: 10px
}

.single-product h4 {
	font-size: 15px
}

.single-product .reviews-modal-container {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,.25);
	z-index: 98;
	position: fixed;
	top: 0;
	left: 0;
	display: none
}

.single-product .reviews-modal-container .reviews-modal {
	width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	background-color: #f3f3f3;
	padding: 30px;
	opacity: 0;
	transition: .3s;
	box-shadow: 0 3px 7px rgba(0,0,0,.3)
}

.single-product .reviews-modal-container .reviews-modal.visible {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.single-product .reviews-modal-container .reviews-modal .close-modal {
	position: absolute;
	right: 40px;
	top: 40px
}

.single-product .reviews-modal-container .reviews-modal .close-modal img {
	width: 30px
}

.single-product .reviews-modal-container .reviews-modal .content {
	width: 80%
}

.single-product .reviews-modal-container .reviews-modal .content h2 {
	font-size: 30px
}

.single-product .reviews-modal-container .reviews-modal .content h4 {
	font-size: 14px
}

.single-product .reviews-modal-container .reviews-modal .content p {
	transition: .3s
}

.single-product .reviews-modal-container .reviews-modal .content li {
	float: left;
	margin: 0
}

.single-product .reviews-modal-container .reviews-modal .content li.column-1 {
	width: 120px;
	border: 1px solid #ccc
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 {
	width: 66.6%;
	padding-left: 40px
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating>p.invalid {
	color: #de7e25
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars {
	display: inline-block
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars:hover li .fa-star {
	color: #a85d17
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars.selected li .fa-star {
	color: #de7e25
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars:not(.selected) li:hover~li .fa-star {
	color: #7b7b7b
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars li {
	display: inline-block
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars li .fa-star {
	color: #7b7b7b;
	font-size: 25px;
	padding: 1px;
	transition: .1s;
	cursor: pointer
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .rating .stars li.selected~li .fa-star {
	color: #7b7b7b
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 .error {
	margin-top: 15px;
	margin-bottom: -10px
}

.single-product .reviews-modal-container .reviews-modal .content li.column-2 p {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	color: #7b7b7b;
	font-family: cabo,helvetica,arial,"sans-serif";
	top: -10px;
	margin-left: 20px
}

.single-product .reviews-modal-container .reviews-modal .content li h2 {
	margin: 0
}

.single-product .reviews-modal-container .reviews-modal .content li h4 {
	margin: 0;
	margin-bottom: 15px
}

.single-product .reviews-modal-container .reviews-modal .content li img {
	width: 100%
}

.single-product .reviews-modal-container .reviews-modal .star-validate {
	color: red;
	font-family: cabo,helvetica,arial,"sans-serif";
	font-size: 14px;
	display: block;
	margin-top: 15px;
	margin-bottom: -10px;
	display: none
}

.single-product .reviews-modal-container .reviews-modal form {
	margin-top: 40px
}

.single-product .reviews-modal-container .reviews-modal form .c-action,.single-product .reviews-modal-container .reviews-modal form .c-editor {
	padding: 0!important
}

.single-product .reviews-modal-container .reviews-modal form .c-validation {
	margin-left: 0
}

.single-product .reviews-modal-container .reviews-modal form [data-field=NumberOfStars] {
	opacity: 0;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden
}

.single-product .information {
	padding-top: 90px;
	padding-bottom: 150px;
	background-color: #f3f3f3
}

.single-product .information .half {
	width: calc((100% - 60px)/2)
}

.single-product .information .first {
	float: left
}

.single-product .information .first img {
	width: 100%
}

.single-product .information .first .images-slider {
	margin-top: 60px
}

.single-product .information .first .images-slider a {
	display: block!important;
	height: 0;
	padding-bottom: 100%
}

.single-product .information .first .images-slider a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	padding: 15px
}

.single-product .information .first .images-slider .slick-list {
	margin: 0 30px
}

.single-product .information .first .images-slider i {
	font-size: 20px
}

.single-product .information .second {
	float: right
}

.single-product .information .second .product-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1
}

.single-product .information .second .product-tag {
	margin-top: 15px
}

.single-product .information .second hr {
	border-color: #999;
	margin-bottom: 30px
}

.single-product .information .second .open-reviews-modal,.single-product .information .second .view-all-reviews {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	transition: .2s
}

.single-product .information .second .open-reviews-modal h4,.single-product .information .second .view-all-reviews h4 {
	transition: .2s
}

.single-product .information .second .open-reviews-modal:hover h4,.single-product .information .second .view-all-reviews:hover h4 {
	color: #000
}

.single-product .information .second h4 {
	color: #7b7b7b
}

.single-product .information .second .stars {
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 10px
}

.single-product .information .second .stars li {
	display: inline-block
}

.single-product .information .second .options {
	margin-bottom: 40px
}

.single-product .information .second .options .money {
	font-family: cabo,helvetica,arial,"sans-serif"
}

.single-product .information .second .options h4,.single-product .information .second .options input {
	margin: 0;
	font-size: 20px;
	display: inline-block
}

.single-product .information .second .options h4 sup,.single-product .information .second .options input sup {
	font-size: 16px
}

.single-product .information .second .options .qty-container {
	display: inline-block;
	margin-left: 40px
}

.single-product .information .second .options .qty-container input {
	padding: 10px;
	margin-left: 10px;
	width: 85px
}

.single-product .information .second .options .qty-container input.normal-incrementer {
	display: none
}

.single-product .information .second .options .add-to-cart-error {
	display: none;
	padding-top: 20px;
	color: red;
	font-size: 14px;
	margin: 0
}

.single-product .information .second .options .add-to-cart-error .fa {
	margin-right: 20px;
	color: red
}

.single-product .information .second .button {
	font-size: 18px
}

.single-product .details {
	padding-top: 75px;
	height: auto;
	transition: .3s;
	transform: translateZ(0)
}

.single-product .details.inverted {
	background-color: #000
}

.single-product .details.inverted h2,.single-product .details.inverted p {
	color: #fff
}

.single-product .details.inverted .slider {
	border-top: 1px solid #fff
}

.single-product .details.inverted .slider-nav h4 {
	color: #fff
}

.single-product .details.no-vr .slider-nav>li:last-child,.single-product .details.no-vr .slider>li:last-child {
	display: none
}

.single-product .details .slider-nav {
	margin-bottom: 20px;
	margin-top: -20px;
	z-index: 2
}

.single-product .details .slider-nav li {
	float: left;
	margin-right: 20px
}

.single-product .details .slider-nav li a {
	display: block
}

.single-product .details .slider-nav li a h4 {
	transition: .3s;
	margin: 0;
	line-height: 1;
	padding: 20px;
	padding-bottom: 0
}

.single-product .details .slider-nav li a h4:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #de7e25;
	left: 0;
	bottom: -21px;
	opacity: 0;
	transition: .3s
}

.single-product .details .slider-nav li.active h4,.single-product .details .slider-nav li:hover h4 {
	color: #de7e25
}

.single-product .details .slider-nav li.active h4:after,.single-product .details .slider-nav li:hover h4:after {
	opacity: 1
}

.single-product .details .slider {
	border-top: 1px solid #000;
	padding-top: 75px
}

.single-product .details .slider li {
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 70px
}

.single-product .details .slider li iframe {
	width: 100%;
	display: block
}

.single-product .details .slider li a {
	display: block;
	margin-top: 20px;
	float: left;
	width: auto
}

.single-product .details .slider li a img {
	width: 100%
}

.single-product .details .slider li .half {
	width: calc(50% - 65px);
	height: 100%
}

.single-product .details .slider li .first {
	margin-right: 130px
}

.single-product .details .slider li .first h2 {
	margin: 0
}

.single-product .details .slider li .second img {
	width: 100%;
	height: 100%
}

.single-product .details .slider li .shipping-table .row {
	display: block;
	border-bottom: 1px solid #000;
	padding: 20px 0
}

.single-product .details .slider li .shipping-table .row .column {
	width: 50%;
	float: left;
	padding-bottom: 0
}

.single-product .details .slider li .shipping-table .row .column * {
	display: block
}

.single-product .details .slider li .shipping-table .row .column h2 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px
}

.single-product .details .slider li .shipping-table .row .column h4 {
	font-size: 14px;
	margin: 0
}

.single-product .details .slider li .shipping-table .row .column:nth-child(2n) {
	text-align: right
}

.single-product .details .slider li .shipping-table .row .column:nth-child(2n) h4 {
	color: #999
}

.single-product .details .slider li .shipping-table .row .column:nth-child(n+3) {
	margin-top: 10px
}

.single-product .details .slider li .disclaimer {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	color: #999
}

.single-product .details .slider li .how-we-design-container li {
	width: 23.3%;
	float: left;
	margin-right: 10%
}

.single-product .details .slider li .how-we-design-container li:last-child {
	margin-right: 0
}

.single-product .details .slider li .how-we-design-container li p {
	text-align: center
}

.single-product .details .slider li .how-we-design-container li img {
	max-height: 150px;
	width: auto;
	margin: 20px auto 40px
}

.single-product .jigspace {
	padding-bottom: 100px;
	padding-top: 50px
}

.single-product .jigspace .left {
	float: left;
	width: 250px
}

.single-product .jigspace .left>a {
	display: inline-block;
	width: 130px;
	margin-top: 20px
}

.single-product .jigspace .left>a img {
	display: block;
	width: 100%
}

.single-product .jigspace iframe {
	width: calc(100% - 250px);
	float: right
}

.single-product .reviews-and-story,.single-product .reviews-and-story li {
	height: 100vh
}

.single-product .reviews-and-story .first {
	height: 100vh;
	padding-right: 65px
}

.single-product .reviews-and-story .first * {
	color: #fff
}

.single-product .reviews-and-story .first .slider .slick-list {
	margin: 0 60px
}

.single-product .reviews-and-story .first .slider .slick-arrow .fa {
	font-size: 20px
}

.single-product .reviews-and-story .first .slider .date {
	position: absolute;
	top: 0;
	right: 0
}

.single-product .reviews-and-story .first .slider .stars li {
	display: inline-block;
	height: auto
}

.single-product .reviews-and-story .first .slider .stars li .fa-star {
	color: #de7e25
}

.single-product .reviews-and-story .first .slider .stars li.selected~li .fa-star {
	color: #7b7b7b
}

.single-product .reviews-and-story .second {
	height: 100vh;
	padding-left: 110px;
	background-size: cover
}

.single-product .reviews-and-story .second .vertical-centre h1 {
	color: #fff;
	margin-bottom: 40px;
	word-break: break-word
}

.single-product .reviews-and-story .second .vertical-centre p {
	color: #fff;
	margin-bottom: 40px
}

.single-product .reviews-and-story .second .vertical-centre p span {
	color: inherit
}

.single-product .reviews-and-story .second .vertical-centre .button.inverted:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.single-product .reviews-and-story .slider {
	height: 100vh
}

.single-product .might-like {
	padding-top: 100px;
	padding-bottom: 100px
}

.single-product .might-like h4 {
	margin-bottom: 50px
}

.single-product .might-like .product-grid {
	padding-left: 0;
	padding-right: 0
}

.single-product .might-like .product-grid li {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px
}

.single-product .might-like .product-grid li:last-child {
	margin-right: 0
}

.single-product .might-like .product-grid li .product-tile {
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f4f4f4
}

.stars li {
	display: inline-block;
	height: auto
}

.stars li .fa-star {
	color: #de7e25
}

.stars li.selected~li .fa-star {
	color: #7b7b7b
}

.hide {
	display: none
}

header {
	padding: 0;
	z-index: 999999;
	background: transparent;
	width: 100%;
	top: 0
}

header.has-strip {
	margin-top: 30px
}

header.has-strip .announcement-strip {
	position: absolute;
	top: -30px;
	width: 100%;
	background: #000;
	color: #fff;
	height: 30px
}

header.has-strip .announcement-strip ul {
	padding: 5px 0
}

header.has-strip .announcement-strip li {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px
}

header h4,header img {
	transition: .3s
}

header.invert-both .left-block img,header.invert-left .left-block img {
	filter: invert(100%)
}

header.invert-both .left-block h4,header.invert-left .left-block h4 {
	color: #fff;
	border-color: #fff
}

header.invert-both .right-block img,header.invert-right .right-block img {
	filter: invert(100%)
}

header.invert-both .right-block h4,header.invert-right .right-block h4 {
	color: #fff;
	border-color: #fff
}

header .left-block1 {
	width: 100%;
	padding-top: 18px;
	z-index: 999;
	position: absolute;
	left: 0;
	padding-left: 25px;
	transform: translateZ(0);
}


header .left-block1 a {
	display: block
}

header .left-block1 a.header-logo {
	margin-bottom: 20px
}

header .left-block1 .logo {
	margin-bottom: 0;
	height:30px;
	margin-left: 50px;
}
.footerjwx_logo img{height: 50px}
header .left-block1.menu-open img {
	filter: invert(0)
}

header .left-block1 a.toggle {
	display: block;
	margin-bottom: 20px
}

header .left-block1 a.toggle img {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: .2s
}

header .left-block1 a.toggle img:first-child {
	transform: scale(1);
	opacity: 1
}

header .left-block1 a.toggle img.close {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(0);
	opacity: 0
}

header .left-block1 a.toggle.open img:first-child {
	transform: scale(0);
	opacity: 0
}

header .left-block1 a.toggle.open img.close {
	transform: translateX(-50%) scale(1);
	opacity: 1
}

header .main-menu-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}

header .main-menu-container .gradient-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 35%;
	min-width: 600px;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#f3f3f3);
	pointer-events: none
}

header .main-menu-container .search-form-container {
	padding-top: 125px;
	width: 100%
}

header .main-menu-container .search-form-container input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	background: none;
	font-size: 24px;
	padding: 10px
}

header .main-menu-container .search-form-container input:-ms-input-placeholder {
	letter-spacing: 2px
}

header .main-menu-container .search-form-container input::placeholder {
	letter-spacing: 2px
}

header .main-menu-container .search-form-container input:focus {
	outline: none
}

header .main-menu-container nav {
	height: 100%;
	width: 35%;
	min-width: 600px;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	transition: .3s;
	transform: translateX(-100%);
	background-color: #f3f3f3;
	opacity: 0;
	padding-right: 45px
}

header .main-menu-container nav.visible {
	transform: none;
	opacity: 1
}

header .main-menu-container nav .search-results {
	height: auto;
	padding-top: 40px;
	padding-bottom: 70px
}

header .main-menu-container nav .search-results.hidden .search-results-list {
	opacity: 0;
	transform: translateY(-15px)
}

header .main-menu-container nav .search-results .search-results-list {
	transition: .2s;
	opacity: 1;
	transform: translateY(0)
}

header .main-menu-container nav .search-results .search-item .thumbnail-container {
	width: 150px;
	float: left;
	padding-right: 30px
}

header .main-menu-container nav .search-results .search-item .thumbnail-container a {
	display: block;
	height: 0;
	padding-bottom: 100%
}

header .main-menu-container nav .search-results .search-item .thumbnail-container a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

header .main-menu-container nav .search-results .search-item .content-container {
	width: calc(100% - 150px);
	float: left
}

header .main-menu-container nav .search-results .search-item .content-container .tag {
	font-size: 10px
}

header .main-menu-container nav .search-results .search-item .content-container .title {
	display: block
}

header .main-menu-container nav .search-results .search-item .content-container .title h2 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 0
}

header .main-menu-container nav .search-results .search-item .content-container p {
	font-size: 16px;
	margin-top: 0
}

header .main-menu-container nav .search-results .loading-overlay {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 2;
	opacity: .1;
	pointer-events: none;
	transform: scale(.5);
	opacity: 0;
	transition: .3s
}

header .main-menu-container nav .search-results .loading-overlay.visible {
	opacity: 1;
	transform: scale(1)
}

header .main-menu-container nav .search-results .loading-overlay img {
	animation: spin 2s infinite linear;
	width: 120px;
	display: block;
	margin: auto;
	opacity: .1
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

header .main-menu-container nav .main-menu {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	min-height: calc(100vh - 130px)
}

header .main-menu-container nav .main-menu li {
	margin: 35px 0
}

/*header .main-menu-container nav .main-menu li:last-child a {*/
/*	color: #7b7b7b*/
/*}*/

header .main-menu-container nav .main-menu li a {
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 3px;
	display: block
}

header .main-menu-container nav .main-menu li i {
	font-size: 15px;
	margin-left: 20px
}

header .main-menu-container nav .main-menu li .submenu {
	display: none
}

header .main-menu-container nav .main-menu li .submenu li:last-child {
	margin-bottom: 0
}

header .main-menu-container nav .main-menu li .submenu * {
	color: #7b7b7b
}

header .main-menu-container nav .links {
	position: relative;
	left: -80px;
	margin-top: 35px
}

header .main-menu-container nav .links li {
	margin-bottom: 10px
}

header .right-block {
	text-align: center;
	position: absolute;
	right: 0;
	color: #fff;
	border-color: #fff;
	transform: translateX(450px);
	transition: .3s;
	z-index: 999
}

header .right-block.cart-open {
	transform: translateX(0)
}

header .right-block.cart-open img {
	filter: invert(0)
}

header .right-block.cart-open h4 {
	color: #000
}

header .right-block.cart-open .cart_label {
	border-color: transparent
}

header .right-block.cart-open .currency_label {
	opacity: 0;
	pointer-events: none
}

header .right-block.cart-open .mini-cart-container {
	opacity: 1;
	pointer-events: all
}

header .right-block.cart-open>a {
	left: 30px
}

header .right-block>a {
	display: inline-block;
	width: 100px;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2;
	transition: .3s
}

header .right-block>a img {
	width: 32px
}
.title_top{
    margin-top: 20px;
}
header .right-block>a .item_count {
	position: absolute;
	top: 48%;
	left: 51%;
	transform: translateX(-50%) translateY(-50%);
	margin: 0
}

header .right-block .currency-picker__wrapper {
	display: none
}

header .right-block h4 {
	text-transform: uppercase;
	display: inline-block;
	margin: 0
}

header .right-block h4.cart_label {
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-bottom: 15px
}

header .logo {
	/*width: 75px*/
}

.mini-cart-container {
	background: #f3f3f3;
	width: 550px;
	height: 100vh;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
	padding: 45px;
	padding-top: 30px;
	overflow: auto
}

.mini-cart-container.loading .mini-cart-table {
	opacity: .15
}

.mini-cart-container .controls {
	float: right;
	text-align: right
}

.mini-cart-container .controls .close {
	display: block;
	font-size: 40px;
	font-weight: 300;
	font-size: 50px;
	line-height: 1
}

.mini-cart-container .controls .clear,.mini-cart-container .controls .product-grid-container .product-grid,.mini-cart-container .controls aside,.mini-cart-container .controls div,.mini-cart-container .controls footer,.mini-cart-container .controls header,.mini-cart-container .controls li,.mini-cart-container .controls main,.mini-cart-container .controls section,.mini-cart-container .controls ul,.product-grid-container .mini-cart-container .controls .product-grid {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	margin-bottom: 25px;
	margin-top: 30px
}

.mini-cart-container .mini-cart-table {
	border-top: 1px solid #ccc;
	width: 100%;
	text-align: left;
	transition: .2s;
	opacity: 1
}

.mini-cart-container .mini-cart-table td {
	border-bottom: 1px solid #ccc;
	padding: 20px 0
}

.mini-cart-container .mini-cart-table td.image {
	width: 90px
}

.mini-cart-container .mini-cart-table td.image a {
	display: block
}

.mini-cart-container .mini-cart-table td.image a img {
	width: 100%
}

.mini-cart-container .mini-cart-table td.details {
	padding-left: 20px
}

.mini-cart-container .mini-cart-table td.details a {
	font: 20px bookmania;
	font-weight: 700
}

.mini-cart-container .mini-cart-table td.details span {
	font: 14px cabo,helvetica,arial,"sans-serif";
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px
}

.mini-cart-container .mini-cart-table td.price {
	text-align: right
}

.mini-cart-container .mini-cart-table td.price span {
	display: block
}

.mini-cart-container .mini-cart-table td.price a {
	display: block;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.mini-cart-container .gift-wrap-container {
	text-align: left
}

.mini-cart-container .gift-wrap-container * {
	font: 16px bookmania
}

.mini-cart-container .totals-row {
	margin-top: 30px
}

.mini-cart-container .totals-row span {
	font: 16px cabo,helvetica,arial,"sans-serif";
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 1px
}

.mini-cart-container .totals-row span:first-child {
	float: left
}

.mini-cart-container .totals-row span:last-child {
	float: right;
	text-align: right
}

.mini-cart-container .totals-row span:last-child span {
	float: none
}

.mini-cart-container .buttons-row {
	margin-top: 30px
}

.mini-cart-container .buttons-row .button {
	width: 100%;
	margin-bottom: 10px
}

footer {
	background-color: #f3f3f3;
	height: 100%;
	padding: 75px 75px 20px 75px;
	position: relative
}

footer .left-block {
	width: 25%;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

footer .left-block .links {
	margin-top: 0;
	margin-bottom: 30px
}

footer .left-block .links li {
	margin-bottom: 15px;
	font-size: 15px
}

footer .left-block .links li:last-child {
	margin-bottom: 0
}

footer .left-block .icons li {
	display: inline-block;
	margin-right: 24px
}

footer .left-block .icons li i {
	font-size: 20px
}

footer .logo {
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

footer .right-block {
	width: 25%;
	float: right
}

footer .right-block p {
	font-size: 15px;
	font-family: cabo
}

footer .right-block input[type=email] {
	display: block;
	width: 100%;
	padding: 20px;
	border-color: #000;
	border-radius: 3px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 14px
}

footer .right-block input[type=email]:-ms-input-placeholder {
	color: #000;
	font-size: 15px;
	text-transform: uppercase
}

footer .right-block input[type=email]::placeholder {
	color: #000;
	font-size: 15px;
	text-transform: uppercase
}

footer .right-block .button {
	background-color: #000;
	color: #fff;
	padding: 20px 115px;
	width: 100%
}

footer .right-block .button:hover {
	color: #000;
	border: 1px solid #000;
	background-color: transparent
}

@media (max-width:1400px) {
	body .our-journey-page .press-container ul,html .our-journey-page .press-container ul {
		margin-bottom: 40px
	}

	body .our-journey-page .press-container ul li,html .our-journey-page .press-container ul li {
		width: 25%;
		margin-bottom: 30px
	}
}

@media (max-width:1200px) {
	body,html {
		min-width: 1200px
	}

	body .deep-padded,html .deep-padded {
		padding-left: 130px;
		padding-right: 130px
	}

	body .hero-container .bg-slider li,body .hero-container.centred,html .hero-container .bg-slider li,html .hero-container.centred {
		height: 600px
	}

	body .home-sliders-container ul,html .home-sliders-container ul {
		width: 100%;
		float: none
	}

	body .mobile-only,html .mobile-only {
		display: block!important
	}

	body .desktop-only,body .mobile-buttons,body .mobile-tabs,body .reviews-container,html .desktop-only,html .mobile-buttons,html .mobile-tabs,html .reviews-container {
		display: none!important
	}

	body .divider-cta ul.slider,html .divider-cta ul.slider {
		text-align: center
	}

	body .divider-cta ul.slider .slick-dots,html .divider-cta ul.slider .slick-dots {
		display: inline-block;
		width: auto;
		left: auto;
		transform: none
	}

	body .divider-cta ul.slider .slick-dots li,html .divider-cta ul.slider .slick-dots li {
		width: auto
	}

	body .divider-cta ul li,html .divider-cta ul li {
		width: 32%;
		padding: 0 10px
	}

	body .divider-cta .slick-dots,html .divider-cta .slick-dots {
		width: 25%;
		left: 50%;
		transform: translateX(-50%)
	}

	body .divider-cta .slick-dots li,html .divider-cta .slick-dots li {
		width: 20%
	}

	body .video-container,html .video-container {
		height: 79vh;
	}

	body .single-product .reviews-and-story,html .single-product .reviews-and-story {
		height: auto
	}

	body .single-product .reviews-and-story .second,html .single-product .reviews-and-story .second {
		min-height: 100vh;
		padding-top: 100px;
		padding-bottom: 100px;
		height: auto
	}

	body .single-product .reviews-and-story .second .vertical-centre,html .single-product .reviews-and-story .second .vertical-centre {
		top: 0;
		transform: none
	}

	body .single-product .reviews-and-story .second .vertical-centre h1,html .single-product .reviews-and-story .second .vertical-centre h1 {
		margin-top: 0
	}

	body .single-product .details .slider,html .single-product .details .slider {
		display: block!important
	}

	body .single-product .details .slider li .half,html .single-product .details .slider li .half {
		width: 100%
	}

	body .single-product .details .slider li .half:nth-child(2),html .single-product .details .slider li .half:nth-child(2) {
		margin-top: 60px
	}

	body .single-product .might-like .product-grid li,html .single-product .might-like .product-grid li {
		width: calc((100% - 20px) /3);
		margin-right: 10px
	}

	body .product-grid-container .product-grid li.grid-sizer,body .product-grid-container .product-grid li.product-tile-li,html .product-grid-container .product-grid li.grid-sizer,html .product-grid-container .product-grid li.product-tile-li {
		width: calc((100% - 10px)/2)
	}

	body .store-locator #bh-sl-map-container .bh-sl-map,html .store-locator #bh-sl-map-container .bh-sl-map {
		height: 750px
	}

	body .stockists-list tr,html .stockists-list tr {
		display: block;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		padding: 15px 0
	}

	body .stockists-list td,html .stockists-list td {
		float: left;
		border: none
	}

	body .stockists-list td.title h3,html .stockists-list td.title h3 {
		margin: 0
	}

	body .stockists-list td.address,body .stockists-list td.contact,html .stockists-list td.address,html .stockists-list td.contact {
		width: calc(100% - 120px)
	}

	body .stockists-list td.address .fa,body .stockists-list td.contact .fa,body .stockists-list td.view,html .stockists-list td.address .fa,html .stockists-list td.contact .fa,html .stockists-list td.view {
		display: none
	}

	body .mobile-footer,body .mobile-navbar,html .mobile-footer,html .mobile-navbar {
		display: none!important
	}

	body .home-page.mobile-only>ul>li,html .home-page.mobile-only>ul>li {
		min-height: 100vh
	}

	body .home-page.mobile-only li,html .home-page.mobile-only li {
		display: block;
		width: 100%;
		float: left;
		background-size: cover
	}

	body .home-page.mobile-only li h1,body .home-page.mobile-only li h4,body .home-page.mobile-only li p,body .home-page.mobile-only li span,html .home-page.mobile-only li h1,html .home-page.mobile-only li h4,html .home-page.mobile-only li p,html .home-page.mobile-only li span {
		color: #fff;
		margin: 0
	}

	body .home-page.mobile-only li.first-slide,html .home-page.mobile-only li.first-slide {
		padding-top: 130px;
		padding-bottom: 130px;
		background-position: bottom!important;
		background-size: 390px!important;
		background-repeat: no-repeat!important;
		background-color: #000!important
	}

	body .home-page.mobile-only li.first-slide h1,body .home-page.mobile-only li.first-slide p,html .home-page.mobile-only li.first-slide h1,html .home-page.mobile-only li.first-slide p {
		margin: 0;
		margin-bottom: 40px
	}

	body .home-page.mobile-only li.first-slide .button,html .home-page.mobile-only li.first-slide .button {
		padding: 18px 0;
		width: calc(50% - 7.5px);
		float: left;
		margin-right: 15px
	}

	body .home-page.mobile-only li.first-slide .button:last-child,html .home-page.mobile-only li.first-slide .button:last-child {
		margin-right: 0
	}

	body .home-page.mobile-only li:nth-child(2),html .home-page.mobile-only li:nth-child(2) {
		padding-top: 70px;
		padding-bottom: 70px;
		min-height: auto
	}

	body .home-page.mobile-only li:nth-child(2) p,html .home-page.mobile-only li:nth-child(2) p {
		margin-bottom: 40px
	}

	body .home-page.mobile-only li:nth-child(3),html .home-page.mobile-only li:nth-child(3) {
		padding-top: 135px;
		padding-bottom: 175px
	}

	body .home-page.mobile-only li:nth-child(3) h1,body .home-page.mobile-only li:nth-child(3) h4,html .home-page.mobile-only li:nth-child(3) h1,html .home-page.mobile-only li:nth-child(3) h4 {
		margin-bottom: 30px
	}

	body .home-page.mobile-only li:nth-child(4),html .home-page.mobile-only li:nth-child(4) {
		padding-top: 80px;
		padding-bottom: 170px
	}

	body .home-page.mobile-only li:nth-child(4) .logo,html .home-page.mobile-only li:nth-child(4) .logo {
		width: 115px;
		margin-bottom: 50px
	}

	body .home-page.mobile-only li:nth-child(4) .tag,body .home-page.mobile-only li:nth-child(4) h1,html .home-page.mobile-only li:nth-child(4) .tag,html .home-page.mobile-only li:nth-child(4) h1 {
		margin-bottom: 30px
	}

	body .home-page.mobile-only li:nth-child(4) p,html .home-page.mobile-only li:nth-child(4) p {
		margin-bottom: 40px
	}

	body .home-page.mobile-only li:nth-child(4) .button:last-child,html .home-page.mobile-only li:nth-child(4) .button:last-child {
		margin-left: 15px
	}

	body .home-page.mobile-only li:nth-child(5),html .home-page.mobile-only li:nth-child(5) {
		padding-top: 175px;
		padding-bottom: 170px
	}

	body .home-page.mobile-only li:nth-child(5) h1,body .home-page.mobile-only li:nth-child(5) h4,html .home-page.mobile-only li:nth-child(5) h1,html .home-page.mobile-only li:nth-child(5) h4 {
		margin-bottom: 30px
	}

	body .home-page.mobile-only li:nth-child(6),html .home-page.mobile-only li:nth-child(6) {
		padding-top: 100px;
		padding-bottom: 150px
	}

	body .home-page.mobile-only li:nth-child(6) h1,html .home-page.mobile-only li:nth-child(6) h1 {
		color: #000;
		margin-bottom: 60px
	}

	body .home-page.mobile-only li:nth-child(6) .logos,html .home-page.mobile-only li:nth-child(6) .logos {
		margin-bottom: 50px
	}

	body .home-page.mobile-only li:nth-child(6) .logos li,html .home-page.mobile-only li:nth-child(6) .logos li {
		padding: 0;
		width: calc(50% - 30px);
		float: left;
		height: 115px
	}

	body .home-page.mobile-only li:nth-child(6) .logos li:nth-child(odd),html .home-page.mobile-only li:nth-child(6) .logos li:nth-child(odd) {
		margin-right: 30px
	}

	body .home-page.mobile-only li:nth-child(6) .logos li img,html .home-page.mobile-only li:nth-child(6) .logos li img {
		max-width: 100%;
		max-height: 100%;
		top: 50%;
		transform: translateY(-50%);
		position: absolute
	}

	body .home-page.mobile-only li:last-child,html .home-page.mobile-only li:last-child {
		padding-top: 140px;
		padding-bottom: 175px
	}

	body .home-page.mobile-only li:last-child .vertical-centre,html .home-page.mobile-only li:last-child .vertical-centre {
		transform: none;
		top: 0
	}

	body .home-page.mobile-only li:last-child h1,body .home-page.mobile-only li:last-child p,html .home-page.mobile-only li:last-child h1,html .home-page.mobile-only li:last-child p {
		margin-bottom: 30px
	}

	body .open-dropdown,html .open-dropdown {
		display: none!important
	}

	body .post-tile .image img,html .post-tile .image img {
		height: auto!important
	}

	body .post-tile .post-content,html .post-tile .post-content {
		position: relative
	}

	body .journal-posts .journal-tag-groups>li>.posts-container,html .journal-posts .journal-tag-groups>li>.posts-container {
		height: auto;
		padding: 0
	}

	body .journal-posts .journal-tag-groups>li>.posts-container>ul,html .journal-posts .journal-tag-groups>li>.posts-container>ul {
		position: relative
	}

	body .journal-posts .journal-tag-groups>li>.posts-container>ul>li,html .journal-posts .journal-tag-groups>li>.posts-container>ul>li {
		width: calc((100% - 20px)/2)!important;
		margin-right: 20px!important;
		height: auto!important
	}

	body .journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(2n),html .journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(2n) {
		margin-right: 0!important;
		clear: none!important
	}

	body .journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(odd),html .journal-posts .journal-tag-groups>li>.posts-container>ul>li:nth-child(odd) {
		clear: both
	}
}
@media (min-width:500px) {
	.huanhang{
		display: none;
	}
}
@media (max-width:500px) {
	.post-related.home .top .button {
		margin: 5% 24px 0 24px;
	}
	.new_title {
		width: 100%;
		margin-left: 0;
	}
	.video-container .vertical-centre p{
		width: 100%;
	}
	.inverted {
		margin-top: 8px;
	}
		.vertical-centre h1 {
			font-size: 57px!important;
		}
	body,html {
		width: 500px;
		min-width: 500px
	}

	body p,html p {
		font-size: 18px
	}

	body main,html main {
		margin-top: 90px
	}

	body h1,html h1 {
		font-size: 45px
	}

	body h1.small,html h1.small {
		font-size: 35px
	}

	body .halves.padded-halves>div,html .halves.padded-halves>div {
		width: 100%!important
	}

	body .padded-vertical,html .padded-vertical {
		padding-top: 40px;
		padding-bottom: 40px
	}

	body .vertical-centre,html .vertical-centre {
		top: auto;
		left: auto;
		transform: none
	}

	body .half,html .half {
		width: 100%!important
	}

	body .padded,html .padded {
		padding-right: 20px!important
	}

	body .padded,body .padded-left,html .padded,html .padded-left {
		padding-left: 20px!important
	}

	.store-locator #bh-sl-map-container body .right-column,.store-locator #bh-sl-map-container html .right-column,body .padded-right,body .store-locator #bh-sl-map-container .right-column,html .padded-right,html .store-locator #bh-sl-map-container .right-column {
		padding-right: 20px!important
	}

	body .alternating-grid>li,body .alternating-grid>li:nth-child(4n - 1),body .alternating-grid>li:nth-child(4n - 2),html .alternating-grid>li,html .alternating-grid>li:nth-child(4n - 1),html .alternating-grid>li:nth-child(4n - 2) {
		width: 100%
	}

	body .alternating-grid>li>div,html .alternating-grid>li>div {
		height: auto!important;
		padding-bottom: 0!important
	}

	body .alternating-grid>li>div .article,html .alternating-grid>li>div .article {
		padding-top: 150px;
		padding-bottom: 100px
	}

	body .alternating-grid>li>div .article div,html .alternating-grid>li>div .article div {
		padding-left: 20px;
		padding-right: 20px
	}

	body .alternating-grid>li>div .article img,html .alternating-grid>li>div .article img {
		height: 100%
	}

	body .alternating-grid>li:nth-child(2n),body .alternating-grid>li:nth-child(odd),html .alternating-grid>li:nth-child(2n),html .alternating-grid>li:nth-child(odd) {
		border: 0
	}

	body .hero-container .content-slider,html .hero-container .content-slider {
		width: 100%;
		padding: 0!important
	}

	body .hero-container .content-slider .slick-slider,html .hero-container .content-slider .slick-slider {
		margin-left: 20px;
		margin-right: 20px
	}

	body .hero-container .content-slider .slick-dots,html .hero-container .content-slider .slick-dots {
		margin-top: 40px
	}

	body .product-tile>div,html .product-tile>div {
		border: none
	}

	body .single-product .information,html .single-product .information {
		padded-left: 20px;
		padding-right: 20px
	}

	body .single-product .reviews-and-story .second,html .single-product .reviews-and-story .second {
		min-height: 0;
		padding-top: 60px;
		padding-bottom: 60px
	}

	body .single-product .reviews-and-story .second .vertical-centre,html .single-product .reviews-and-story .second .vertical-centre {
		top: 0;
		transform: none
	}

	body .single-product .reviews-and-story .second .vertical-centre h1,html .single-product .reviews-and-story .second .vertical-centre h1 {
		margin-top: 0
	}

	body .single-product .reviews-and-story .slick-dots,html .single-product .reviews-and-story .slick-dots {
		display: inline-block;
		left: 50%;
		transform: translateX(-50%)
	}

	body .single-product .reviews-and-story .slick-dots li button,html .single-product .reviews-and-story .slick-dots li button {
		border: 1px solid
	}

	body .single-product .reviews-and-story .slick-dots li.slick-active button,html .single-product .reviews-and-story .slick-dots li.slick-active button {
		background: #fff
	}

	body .single-product .reviews-and-story li,html .single-product .reviews-and-story li {
		height: auto
	}

	body .single-product .reviews-and-story .first,html .single-product .reviews-and-story .first {
		height: auto;
		padding: 50px 20px
	}

	body .single-product .reviews-and-story .first .slider,html .single-product .reviews-and-story .first .slider {
		height: auto
	}

	body .single-product .reviews-and-story .first .slider .slick-list,html .single-product .reviews-and-story .first .slider .slick-list {
		margin: 0;
		width: 100%
	}

	body .single-product .reviews-and-story .second,html .single-product .reviews-and-story .second {
		padding: 0;
		height: auto;
		padding: 100px 20px 140px
	}

	body .single-product .might-like,html .single-product .might-like {
		padding-top: 50px;
		padding-bottom: 50px
	}

	body .single-product .might-like .product-grid .slick-slide li,html .single-product .might-like .product-grid .slick-slide li {
		width: 100%;
		float: none
	}

	body .single-product .might-like .product-grid .slick-dots,html .single-product .might-like .product-grid .slick-dots {
		margin-top: 20px;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%)
	}

	body .single-product .might-like .product-grid .slick-dots li,html .single-product .might-like .product-grid .slick-dots li {
		width: auto;
		margin-right: 10px
	}

	body header.has-strip,html header.has-strip {
		margin-top: 0
	}

	body header.has-strip .announcement-strip,html header.has-strip .announcement-strip {
		top: 90px;
		height: auto
	}

	body header.has-strip .announcement-strip li,html header.has-strip .announcement-strip li {
		letter-spacing: 0
	}

	body header .left-block,body header .main-menu-container,body header .right-block,html header .left-block,html header .main-menu-container,html header .right-block {
		display: none
	}

	body header .main-menu-container,html header .main-menu-container {
		padding: 0;
		width: 100%;
		z-index: auto;
		height: auto;
		background: #f3f3f3
	}

	body header .main-menu-container nav,html header .main-menu-container nav {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		min-width: auto;
		height: 100%;
		overflow: auto
	}

	body header .main-menu-container nav .search-results .search-item,html header .main-menu-container nav .search-results .search-item {
		margin-bottom: 40px
	}

	body header .main-menu-container nav .search-results .search-item:last-child,html header .main-menu-container nav .search-results .search-item:last-child {
		margin-bottom: 0
	}

	body header .main-menu-container nav .search-results .search-item .content-container .title h2,html header .main-menu-container nav .search-results .search-item .content-container .title h2 {
		font-size: 26px
	}

	body header .main-menu-container nav .main-menu,html header .main-menu-container nav .main-menu {
		margin-bottom: 40px;
		margin-top: 40px
	}

	body header .main-menu-container nav .main-menu li a,html header .main-menu-container nav .main-menu li a {
		font-size: 22px
	}

	body header .main-menu-container nav .main-menu li i,html header .main-menu-container nav .main-menu li i {
		font-size: 20px
	}

	body header .main-menu-container nav form input,html header .main-menu-container nav form input {
		width: 100%;
		border: 1px solid #000;
		border-radius: 3px;
		padding: 18px 22px;
		margin-bottom: 10px;
		font-size: 15px;
		text-transform: uppercase
	}

	body header .main-menu-container nav form input:focus,html header .main-menu-container nav form input:focus {
		outline: none
	}

	body header .main-menu-container nav form input:-ms-input-placeholder,html header .main-menu-container nav form input:-ms-input-placeholder {
		text-transform: uppercase
	}

	body header .main-menu-container nav form input::placeholder,html header .main-menu-container nav form input::placeholder {
		text-transform: uppercase
	}

	body header .main-menu-container nav form .button,html header .main-menu-container nav form .button {
		width: 100%
	}

	body header .main-menu-container nav .links,html header .main-menu-container nav .links {
		margin-top: 40px;
		margin-bottom: 50px;
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto
	}

	body header .main-menu-container nav .links li,html header .main-menu-container nav .links li {
		float: left;
		width: 25%;
		text-align: center
	}

	body header .main-menu-container nav .links li a,html header .main-menu-container nav .links li a {
		width: 100%
	}

	body header .mobile-navbar,html header .mobile-navbar {
		display: block!important;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		box-shadow: 0 0 10px rgba(0,0,0,.2)
	}

	body header .mobile-navbar>a.search.open .close,html header .mobile-navbar>a.search.open .close {
		display: block
	}

	body header .mobile-navbar>a.search.open .search,html header .mobile-navbar>a.search.open .search {
		display: none
	}

	body header .mobile-navbar>a.menu.open .close,html header .mobile-navbar>a.menu.open .close {
		display: block
	}

	body header .mobile-navbar>a.menu.open .menu,html header .mobile-navbar>a.menu.open .menu {
		display: none
	}

	body header .mobile-navbar.cart-open .mini-cart-container,html header .mobile-navbar.cart-open .mini-cart-container {
		opacity: 1;
		pointer-events: all
	}

	body header .mobile-navbar .close,html header .mobile-navbar .close {
		display: none
	}

	body header .mobile-navbar .mini-cart-container,html header .mobile-navbar .mini-cart-container {
		width: 100%;
		padding: 20px
	}

	body header .mobile-navbar .mini-cart-container .mini-cart-table a,html header .mobile-navbar .mini-cart-container .mini-cart-table a {
		position: relative;
		left: 0;
		top: 0;
		transform: none
	}

	body header .mobile-navbar .mini-cart-container .controls,html header .mobile-navbar .mini-cart-container .controls {
		width: 100%
	}

	body header .mobile-navbar .mini-cart-container .controls a,html header .mobile-navbar .mini-cart-container .controls a {
		position: relative;
		top: auto;
		left: auto;
		transform: none
	}

	body header .mobile-navbar .mini-cart-container .controls a.close,html header .mobile-navbar .mini-cart-container .controls a.close {
		float: right
	}

	.product-grid-container body header .mobile-navbar .mini-cart-container .controls a.product-grid,.product-grid-container html header .mobile-navbar .mini-cart-container .controls a.product-grid,body header .mobile-navbar .mini-cart-container .controls .product-grid-container a.product-grid,body header .mobile-navbar .mini-cart-container .controls a.clear,html header .mobile-navbar .mini-cart-container .controls .product-grid-container a.product-grid,html header .mobile-navbar .mini-cart-container .controls a.clear {
		float: left
	}

	body header .mobile-navbar .mini-cart-container .buttons-row a,html header .mobile-navbar .mini-cart-container .buttons-row a {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 25px;
		margin-bottom: 20px!important
	}

	body header .mobile-navbar .mini-cart-container .buttons-row a:first-child,html header .mobile-navbar .mini-cart-container .buttons-row a:first-child {
		margin-bottom: 30px
	}

	body header .mobile-navbar h4,html header .mobile-navbar h4 {
		font-size: 16px
	}

	body header .mobile-navbar .header-logo,html header .mobile-navbar .header-logo {
		position: absolute;
		right: -14%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 180px;
	}
	.scroll-icon{
		display: none;
	}
	body header .mobile-navbar .menu,body header .mobile-navbar .search,html header .mobile-navbar .menu,html header .mobile-navbar .search {
		width: 7.5%
	}

	body header .mobile-navbar .menu img,body header .mobile-navbar .search img,html header .mobile-navbar .menu img,html header .mobile-navbar .search img {
		width: 100%
	}

	body header .mobile-navbar .cart-button,html header .mobile-navbar .cart-button {
		float: right;
		display: none;
		background: #de7e25;
		width: 20%;
		height: 100%;
		padding: 10px;
		padding-top: 9px
	}

	body header .mobile-navbar .cart-button .cart-count,html header .mobile-navbar .cart-button .cart-count {
		width: 100%
	}

	body header .mobile-navbar .cart-button img,html header .mobile-navbar .cart-button img {
		width: 68%;
		filter: invert(100%);
		left: 50%;
		transform: translateX(-50%)
	}

	body header .mobile-navbar .cart-button .item_count,html header .mobile-navbar .cart-button .item_count {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		margin: 0;
		color: #fff;
		margin-left: 1px
	}

	body header .mobile-navbar .cart-button .cart_label,html header .mobile-navbar .cart-button .cart_label {
		text-align: center;
		margin: 0;
		color: #fff;
		font-size: 14px
	}

	body header .mobile-navbar a,html header .mobile-navbar a {
		display: inline-block
	}

	body header .mobile-navbar a:first-child,html header .mobile-navbar a:first-child {
		left: 20px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	body header .mobile-navbar a:nth-child(2),html header .mobile-navbar a:nth-child(2) {
		left: 80px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	body header .mobile-navbar a img,html header .mobile-navbar a img {
		margin: 0;
		width: 100%;
	}

	body .login-container .halves,html .login-container .halves {
		width: 100%
	}

	body footer,html footer {
		padding: 20px;
		padding-bottom: 40px;	}

	body footer .left-block,body footer .logo,html footer .left-block,html footer .logo {
		display: none
	}

	body footer .right-block,html footer .right-block {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 50px
	}

	body footer .mobile-footer,html footer .mobile-footer {
		display: block!important
	}

	body footer .mobile-footer a,html footer .mobile-footer a {
		display: inline-block
	}

	body footer .mobile-footer .left-half,html footer .mobile-footer .left-half {
		width: 50%
	}

	body footer .mobile-footer .left-half .icons,html footer .mobile-footer .left-half .icons {
		margin-bottom: 20px
	}

	body footer .mobile-footer .left-half .icons li,html footer .mobile-footer .left-half .icons li {
		display: inline-block;
		margin-right: 10px
	}

	body footer .mobile-footer .left-half .icons li:last-child,html footer .mobile-footer .left-half .icons li:last-child {
		margin-right: 0
	}

	body footer .mobile-footer .left-half .icons li i,html footer .mobile-footer .left-half .icons li i {
		font-size: 20px
	}

	body footer .mobile-footer .left-half .links li,html footer .mobile-footer .left-half .links li {
		margin-bottom: 10px
	}

	body footer .mobile-footer .left-half .links li:last-child,html footer .mobile-footer .left-half .links li:last-child {
		margin-bottom: 0
	}

	body footer .mobile-footer .lg,html footer .mobile-footer .lg {
		width: 40%;
		position: absolute;
		right: 0;
		top: 0
	}

	body .product-grid-container,html .product-grid-container {
		padding-bottom: 20px;
		padding-top: 20px
	}

	body .product-grid-container .product-grid,html .product-grid-container .product-grid {
		padding-bottom: 0
	}

	body .product-grid-container .product-grid .product-tile>div,html .product-grid-container .product-grid .product-tile>div {
		border-bottom: 0;
		border: none
	}

	body .product-grid-container .product-grid li,html .product-grid-container .product-grid li {
		margin-bottom: 20px
	}

	body .product-grid-container .product-grid li.grid-sizer,body .product-grid-container .product-grid li.product-tile-li,html .product-grid-container .product-grid li.grid-sizer,html .product-grid-container .product-grid li.product-tile-li {
		width: 100%
	}

	body .product-grid-container .product-grid li.grid-sizer:last-child,body .product-grid-container .product-grid li.product-tile-li:last-child,html .product-grid-container .product-grid li.grid-sizer:last-child,html .product-grid-container .product-grid li.product-tile-li:last-child {
		margin-bottom: 0
	}

	body .product-tile .product-tile-cover,html .product-tile .product-tile-cover {
		display: none
	}

	body .mobile-buttons,html .mobile-buttons {
		padding: 30px;
		width: 100%;
		background: #f3f3f3
	}

	body .mobile-buttons .button,html .mobile-buttons .button {
		width: calc(50% - 5px);
		float: left;
		margin-right: 10px;
		padding: 20px 9px
	}

	body .mobile-buttons .button:last-child,html .mobile-buttons .button:last-child {
		margin-right: 0
	}

	body .single-product .reviews-modal-container,html .single-product .reviews-modal-container {
		width: 100%
	}

	body .single-product .reviews-modal-container .reviews-modal,html .single-product .reviews-modal-container .reviews-modal {
		width: 100%;
		padding: 20px;
		top: 90px;
		left: auto;
		transform: scale(1.1)
	}

	body .single-product .reviews-modal-container .reviews-modal.visible,html .single-product .reviews-modal-container .reviews-modal.visible {
		transform: scale(1)
	}

	body .single-product .reviews-modal-container .reviews-modal .content .column-1,html .single-product .reviews-modal-container .reviews-modal .content .column-1 {
		width: 33.3%
	}

	body .single-product .reviews-modal-container .reviews-modal .content .column-2,html .single-product .reviews-modal-container .reviews-modal .content .column-2 {
		padding-left: 20px
	}

	body .single-product .details .slider,html .single-product .details .slider {
		display: none!important
	}

	body .single-product .details .mobile-tabs,body .single-product .details .reviews-container,html .single-product .details .mobile-tabs,html .single-product .details .reviews-container {
		display: block!important
	}

	body .single-product .details .slider-nav,html .single-product .details .slider-nav {
		display: none
	}

	body .single-product .details .mobile-tabs,html .single-product .details .mobile-tabs {
		padding-bottom: 40px
	}

	body .single-product .details .mobile-tabs li,html .single-product .details .mobile-tabs li {
		border-top: 1px solid #ccc;
		margin-bottom: -1px
	}

	body .single-product .details .mobile-tabs li iframe,html .single-product .details .mobile-tabs li iframe {
		width: 100%;
		margin-bottom: 30px
	}

	body .single-product .details .mobile-tabs li:last-child,html .single-product .details .mobile-tabs li:last-child {
		border-bottom: 1px solid #ccc
	}

	body .single-product .details .mobile-tabs li a,html .single-product .details .mobile-tabs li a {
		display: inline-block;
		width: 100%
	}

	body .single-product .details .mobile-tabs li a.active .fa.fa-angle-down,html .single-product .details .mobile-tabs li a.active .fa.fa-angle-down {
		display: none
	}

	body .single-product .details .mobile-tabs li a.active .fa.fa-angle-up,html .single-product .details .mobile-tabs li a.active .fa.fa-angle-up {
		display: block
	}

	body .single-product .details .mobile-tabs li a h4,html .single-product .details .mobile-tabs li a h4 {
		display: inline-block
	}

	body .single-product .details .mobile-tabs li a .fa,html .single-product .details .mobile-tabs li a .fa {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
		color: #acacac
	}

	body .single-product .details .mobile-tabs li a .fa.fa-angle-down,html .single-product .details .mobile-tabs li a .fa.fa-angle-down {
		display: block
	}

	body .single-product .details .mobile-tabs li .dropdown,body .single-product .details .mobile-tabs li a .fa.fa-angle-up,html .single-product .details .mobile-tabs li .dropdown,html .single-product .details .mobile-tabs li a .fa.fa-angle-up {
		display: none
	}

	body .single-product .slick-dots li.slick-active button,html .single-product .slick-dots li.slick-active button {
		background: #000
	}

	body .single-product .slick-dots li button,html .single-product .slick-dots li button {
		border: 1px solid #000
	}

	body .single-product .information,html .single-product .information {
		padding: 20px
	}

	body .single-product .information .first>img,html .single-product .information .first>img {
		display: none
	}

	body .single-product .information .second,html .single-product .information .second {
		text-align: center
	}

	body .single-product .information .second .reviews-container,body .single-product .information .second p,html .single-product .information .second .reviews-container,html .single-product .information .second p {
		display: none
	}

	body .single-product .information .second .button,html .single-product .information .second .button {
		width: 100%;
		padding: 25px
	}

	body .single-product .information .first,html .single-product .information .first {
		margin-bottom: 40px
	}

	body .single-product .information .first .images-slider,html .single-product .information .first .images-slider {
		margin-top: 0
	}

	body .single-product .information .first .images-slider a img,html .single-product .information .first .images-slider a img {
		padding: 0
	}

	body .single-product .information .first .images-slider img,html .single-product .information .first .images-slider img {
		border: 5px solid transparent
	}

	body .single-product .information .first .images-slider .slick-list,html .single-product .information .first .images-slider .slick-list {
		margin: 0;
		margin-bottom: 40px
	}

	body .single-product .information .first .images-slider .slick-dots,html .single-product .information .first .images-slider .slick-dots {
		display: inline-block;
		left: 50%;
		transform: translateX(-50%)
	}

	body .single-product .jigspace .left,body .single-product .jigspace iframe,html .single-product .jigspace .left,html .single-product .jigspace iframe {
		width: 100%;
		float: none
	}

	body .single-product .jigspace .left,html .single-product .jigspace .left {
		margin-bottom: 30px;
		margin-top: -25px
	}

	body .single-product .jigspace .left a,html .single-product .jigspace .left a {
		float: right;
		margin-top: 0
	}

	body .single-product .jigspace .left p,html .single-product .jigspace .left p {
		float: left
	}

	body .single-product .details,html .single-product .details {
		padding-left: 30px!important;
		padding-right: 30px!important;
		padding-top: 35px
	}

	body .single-product .details h2,html .single-product .details h2 {
		display: none
	}

	body .reviews-container,html .reviews-container {
		width: 100%;
		margin-bottom: 15px
	}

	body .reviews-container>a.open-reviews-modal,html .reviews-container>a.open-reviews-modal {
		margin-left: 20px
	}

	body .reviews-container>a:last-child,html .reviews-container>a:last-child {
		float: right;
		margin: 0
	}

	body .reviews-container>a,body .reviews-container>ul,html .reviews-container>a,html .reviews-container>ul {
		width: auto;
		float: left;
		display: inline-block
	}

	body .reviews-container>a h4,body .reviews-container>ul h4,html .reviews-container>a h4,html .reviews-container>ul h4 {
		margin: 0
	}

	body .contact-page>section>div:last-child,html .contact-page>section>div:last-child {
		/*margin-top: 40px*/
	}

	body .contact-page .jotform-form .double-row>div,html .contact-page .jotform-form .double-row>div {
		width: 100%
	}

	body .halves>table tr td,html .halves>table tr td {
		float: left;
		width: 100%
	}

	body .press-post-list>ul,body .tabled-columns table tbody,html .press-post-list>ul,html .tabled-columns table tbody {
		column-count: auto
	}

	body .tabled-columns table tbody>tr>td>ul>li h3,html .tabled-columns table tbody>tr>td>ul>li h3 {
		padding-right: 10%
	}

	body .hero-container .press-logo-list,html .hero-container .press-logo-list {
		padding-top: 70px
	}

	body .hero-container .press-logo-list li,html .hero-container .press-logo-list li {
		width: calc(50% - 40px);
		margin-bottom: 70px;
		padding: 0
	}

	body .hero-container .press-logo-list li:nth-chid(odd),html .hero-container .press-logo-list li:nth-chid(odd) {
		margin-right: 50px
	}

	body .hero-container .press-logo-list li:nth-child(2n),html .hero-container .press-logo-list li:nth-child(2n) {
		margin-left: 50px
	}

	body .hero-container.centred,html .hero-container.centred {
		height: auto;
		max-height: none
	}

	body .press .hero-container,html .press .hero-container {
		padding-top: 50px
	}

	body .press .hero-container h4,html .press .hero-container h4 {
		font-size: 45px;
		font-weight: 700;
		letter-spacing: 8px;
		padding: 0
	}

	body .special-projects-grid li,html .special-projects-grid li {
		background: none
	}

	body .special-projects-grid li:nth-child(3),body .special-projects-grid li:nth-child(4),body .special-projects-grid li:nth-child(7),body .special-projects-grid li:nth-child(8),html .special-projects-grid li:nth-child(3),html .special-projects-grid li:nth-child(4),html .special-projects-grid li:nth-child(7),html .special-projects-grid li:nth-child(8) {
		display: none
	}

	body .special-projects-grid .article,html .special-projects-grid .article {
		padding: 0;
		position: relative;
		top: auto;
		left: auto
	}

	body .special-projects-grid .article>div,html .special-projects-grid .article>div {
		padding-left: 10px;
		padding-right: 10px
	}

	body .special-projects-grid .article>div p,html .special-projects-grid .article>div p {
		margin-bottom: 10px
	}

	body .special-projects-grid .article img,html .special-projects-grid .article img {
		height: auto;
		opacity: 1
	}

	body .special-projects-grid .article div,html .special-projects-grid .article div {
		position: relative;
		bottom: auto;
		left: auto
	}

	body .special-projects-grid .article div h2,html .special-projects-grid .article div h2 {
		line-height: 1.2;
		margin-bottom: 10px
	}

	body .special-projects-grid .article div p,html .special-projects-grid .article div p {
		margin-bottom: 25px
	}

	body .our-journey-page .hero-container,html .our-journey-page .hero-container {
		padding: 150px 20px 60px
	}

	body .our-journey-page .hero-container .container,html .our-journey-page .hero-container .container {
		width: auto
	}

	body .our-journey-page .hero-container .container h1,html .our-journey-page .hero-container .container h1 {
		margin: 0;
		margin-bottom: 40px
	}

	body .our-journey-page .hero-container .container p,html .our-journey-page .hero-container .container p {
		margin: 0;
		margin-bottom: 10px
	}

	body .our-journey-page .hero-container .container .fa,html .our-journey-page .hero-container .container .fa {
		margin: 0
	}

	body .our-journey-page .video-container,html .our-journey-page .video-container {
		height: auto;
		padding-top: 180px;
		padding-bottom: 170px
	}

	body .our-journey-page .video-container .button,html .our-journey-page .video-container .button {
		margin-top: 30px
	}

	body .our-journey-page .animation-container .button,html .our-journey-page .animation-container .button {
		left: 50%;
		transform: translateX(-50%);
		float: none
	}

	body .our-journey-page .press-container,html .our-journey-page .press-container {
		padding-top: 65px;
		padding-bottom: 65px;
		padding-left: 0!important;
		padding-right: 0!important
	}

	body .our-journey-page .press-container .press-snippet .logos,html .our-journey-page .press-container .press-snippet .logos {
		margin: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		width: auto;
		height: auto;
		white-space: nowrap;
		padding-left: 20px
	}

	body .our-journey-page .press-container .press-snippet .logos li,html .our-journey-page .press-container .press-snippet .logos li {
		display: inline-block;
		width: auto;
		margin: 0 15px
	}

	body .our-journey-page .press-container .press-snippet .button,html .our-journey-page .press-container .press-snippet .button {
		display: none
	}

	body .our-journey-page .studio-container,html .our-journey-page .studio-container {
		padding-left: 0!important;
		padding-right: 0!important
	}

	body .our-journey-page .studio-container>.button,html .our-journey-page .studio-container>.button {
		display: none
	}

	body .our-journey-page .studio-container .intro,html .our-journey-page .studio-container .intro {
		padding: 0;
		padding-left: 30px
	}

	body .our-journey-page .studio-container .button,html .our-journey-page .studio-container .button {
		bottom: 20px;
		top: auto!important;
		left: 50%;
		transform: translateX(-50%);
		width: 60%
	}

	body .our-journey-page .studio-container .open-studio,body .our-journey-page .studio-container .slider-controls,html .our-journey-page .studio-container .open-studio,html .our-journey-page .studio-container .slider-controls {
		display: none
	}

	body .our-journey-page .studio-container .slick-dots,html .our-journey-page .studio-container .slick-dots {
		text-align: center;
		margin-top: 20px
	}

	body .our-journey-page .studio-container .slick-dots li,html .our-journey-page .studio-container .slick-dots li {
		float: none;
		display: inline-block
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li,html .our-journey-page .studio-container .slider .slick-list .slick-slide li {
		border: none;
		padding-left: 1px;
		padding-right: 1px
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .product-tag,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .product-tag {
		position: absolute;
		top: 0;
		margin: 0;
		right: 0
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .illustration,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .illustration {
		margin-top: 30px
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content {
		position: relative;
		left: 0;
		width: 100%;
		pointer-events: all;
		opacity: 1
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div {
		width: 100%
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div:last-child,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div:last-child {
		position: relative;
		width: 100%;
		bottom: 0;
		right: auto
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button {
		float: right;
		transform: none;
		width: auto;
		bottom: auto;
		left: auto
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button:first-child,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button:first-child {
		margin-left: 13px
	}

	body .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button:last-child,html .our-journey-page .studio-container .slider .slick-list .slick-slide li .content>div .button:last-child {
		background: #fff;
		color: #000;
		width: calc(100% - 165px);
		white-space: nowrap
	}

	body .our-journey-page .content-container>li:first-child,body .our-journey-page .content-container>li:nth-child(4),html .our-journey-page .content-container>li:first-child,html .our-journey-page .content-container>li:nth-child(4) {
		display: none
	}

	body .instagram,html .instagram {
		padding-left: 0!important;
		padding-right: 0!important
	}

	body .instagram:after,body .instagram:before,html .instagram:after,html .instagram:before {
		background: none
	}

	body .instagram h4,html .instagram h4 {
		padding-left: 30px
	}

	body .instagram #instagram-feed,html .instagram #instagram-feed {
		padding-left: 30px;
		padding-right: 30px;
		overflow-x: scroll;
		-ms-scroll-snap-points-x: repeat(300px);
		scroll-snap-points-x: repeat(300px);
		-webkit-scroll-snap-points-x: repeat(300px);
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: mandatory;
		-webkit-scroll-snap-type: mandatory
	}

	body .instagram #instagram-feed li,html .instagram #instagram-feed li {
		width: 100%
	}

	body .instagram #instagram-feed-control,html .instagram #instagram-feed-control {
		display: none
	}

	body .stockists .store-locator #bh-sl-map-container .bh-sl-map,html .stockists .store-locator #bh-sl-map-container .bh-sl-map {
		height: 340px;
		width: 100%
	}

	body .stockists .store-locator #bh-sl-map-container .right-column,html .stockists .store-locator #bh-sl-map-container .right-column {
		width: 100%;
		padding-left: 20px;
		position: relative;
		height: 650px
	}

	body .stockists .store-locator #bh-sl-map-container .right-column .list-details,html .stockists .store-locator #bh-sl-map-container .right-column .list-details {
		width: 80%
	}

	body .stockists .store-locator #bh-sl-map-container .right-column h1,html .stockists .store-locator #bh-sl-map-container .right-column h1 {
		text-align: center
	}

	body .stockists .store-locator #bh-sl-map-container .right-column form input,html .stockists .store-locator #bh-sl-map-container .right-column form input {
		border: 1px solid #000;
		border-radius: 3px
	}

	body .stockists .store-locator #bh-sl-map-container .right-column form input:-ms-input-placeholder,html .stockists .store-locator #bh-sl-map-container .right-column form input:-ms-input-placeholder {
		text-align: center
	}

	body .stockists .store-locator #bh-sl-map-container .right-column form input::placeholder,html .stockists .store-locator #bh-sl-map-container .right-column form input::placeholder {
		text-align: center
	}

	body .stockists .stockists-list tr,html .stockists .stockists-list tr {
		border-top: 1px solid #acacac;
		display: block;
		padding: 40px 0;
		width: 460px
	}

	body .stockists .stockists-list tr *,html .stockists .stockists-list tr * {
		word-wrap: break-word
	}

	body .stockists .stockists-list tr:last-child,html .stockists .stockists-list tr:last-child {
		border-bottom: 1px solid #acacac
	}

	body .stockists .stockists-list tr td,html .stockists .stockists-list tr td {
		width: 100%;
		display: block;
		border: none;
		padding: 0
	}

	body .stockists .stockists-list tr td.address,html .stockists .stockists-list tr td.address {
		margin-bottom: 25px
	}

	body .stockists .stockists-list tr td.contact a,html .stockists .stockists-list tr td.contact a {
		margin: 0
	}

	body .stockists .stockists-list tr td.contact a:first-child,html .stockists .stockists-list tr td.contact a:first-child {
		margin-bottom: 25px
	}

	body .stockists .stockists-list tr td.view,html .stockists .stockists-list tr td.view {
		margin-top: 30px
	}

	body .stockists .stockists-list tr td.view a,html .stockists .stockists-list tr td.view a {
		color: #acacac;
		text-transform: uppercase
	}

	body .stockists .stockists-list tr td h3,html .stockists .stockists-list tr td h3 {
		margin-top: 0
	}

	body .stockists .stockists-list tr td.image,html .stockists .stockists-list tr td.image {
		padding: 0
	}

	body .stockists .stockists-list tr td.contact,body .stockists .stockists-list tr td.view,html .stockists .stockists-list tr td.contact,html .stockists .stockists-list tr td.view {
		padding-left: 30px
	}

	body .stockists .stockists-list tr td img,html .stockists .stockists-list tr td img {
		display: none
	}

	body .quench-journal-page .hero-container .quench-logo,html .quench-journal-page .hero-container .quench-logo {
		left: auto;
		transform: none;
		right: 25px;
		top: 60px
	}

	body .quench-journal-page .hero-container .bg-slider li,html .quench-journal-page .hero-container .bg-slider li {
		height: 100vh;
		min-height: 700px
	}

	body .quench-journal-page .content-slider,html .quench-journal-page .content-slider {
		padding-right: 20px
	}

	body .quench-journal-page .journal-list,html .quench-journal-page .journal-list {
		padding: 0
	}

	body .quench-journal-page .journal-posts .journal-tag-groups .posts-container,html .quench-journal-page .journal-posts .journal-tag-groups .posts-container {
		height: auto;
		padding-bottom: 0
	}

	body .quench-journal-page .journal-posts .journal-tag-groups .posts-container>ul,html .quench-journal-page .journal-posts .journal-tag-groups .posts-container>ul {
		position: relative;
		top: auto;
		left: 0
	}

	body .quench-journal-page .journal-posts .journal-tag-groups .posts-container .post-tile,html .quench-journal-page .journal-posts .journal-tag-groups .posts-container .post-tile {
		width: 100%!important;
		height: auto!important;
		margin-right: 0!important;
		border: none
	}

	body .quench-journal-page .journal-posts .journal-tag-groups .posts-container .post-tile .post-content,html .quench-journal-page .journal-posts .journal-tag-groups .posts-container .post-tile .post-content {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 25px;
		padding-left: 0;
		padding-right: 0
	}

	body .quench-journal-page .divider-cta,html .quench-journal-page .divider-cta {
		width: 100%;
		padding: 50px 0;
		margin: 0;
		margin-left: -20px;
		width: calc(100% + 40px)
	}

	body .quench-journal-page .divider-cta h2,html .quench-journal-page .divider-cta h2 {
		margin-bottom: 40px
	}

	body .quench-journal-page .divider-cta img,html .quench-journal-page .divider-cta img {
		margin-bottom: 30px
	}

	body .quench-journal-page .divider-cta p,html .quench-journal-page .divider-cta p {
		margin-bottom: 40px
	}

	body .quench-journal-page .divider-cta>ul,html .quench-journal-page .divider-cta>ul {
		margin-bottom: 0
	}

	body .quench-journal-page .divider-cta .slick-list>li,html .quench-journal-page .divider-cta .slick-list>li {
		width: 100%;
		display: block;
		transform: translateX(0)
	}

	body .quench-journal-page .divider-cta .slick-dots,html .quench-journal-page .divider-cta .slick-dots {
		display: inline-block;
		margin: 20px 0
	}

	body .quench-journal-page .divider-cta .slick-dots li,html .quench-journal-page .divider-cta .slick-dots li {
		padding: 0;
		margin-right: 10px;
		width: auto
	}

	body .quench-journal-page .tag-switch,html .quench-journal-page .tag-switch {
		padding-left: 20px;
		padding-right: 20px;
		position: -webkit-sticky;
		position: sticky;
		top: 90px
	}

	body .quench-journal-page .tag-switch.active .open-dropdown .fa-angle-down,html .quench-journal-page .tag-switch.active .open-dropdown .fa-angle-down {
		display: none
	}

	body .quench-journal-page .tag-switch.active .open-dropdown .fa-angle-up,html .quench-journal-page .tag-switch.active .open-dropdown .fa-angle-up {
		display: block
	}

	body .quench-journal-page .tag-switch .open-dropdown,html .quench-journal-page .tag-switch .open-dropdown {
		display: block!important
	}

	body .quench-journal-page .tag-switch .open-dropdown .fa-angle-down,html .quench-journal-page .tag-switch .open-dropdown .fa-angle-down {
		display: block
	}

	body .quench-journal-page .tag-switch .open-dropdown .fa-angle-up,html .quench-journal-page .tag-switch .open-dropdown .fa-angle-up {
		display: none
	}

	body .quench-journal-page .tag-switch .open-dropdown h4,html .quench-journal-page .tag-switch .open-dropdown h4 {
		display: inline-block
	}

	body .quench-journal-page .tag-switch .open-dropdown .fa,html .quench-journal-page .tag-switch .open-dropdown .fa {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
		color: #acacac
	}

	body .quench-journal-page .tag-switch ul,html .quench-journal-page .tag-switch ul {
		display: none
	}

	body .quench-journal-page .tag-switch ul li,html .quench-journal-page .tag-switch ul li {
		width: 100%
	}

	body .quench-journal-page .tag-switch ul li a,html .quench-journal-page .tag-switch ul li a {
		text-align: left;
		padding-left: 0
	}

	body .accordion-page .tabled-columns.accordion-container table tbody li.open h3:after,html .accordion-page .tabled-columns.accordion-container table tbody li.open h3:after {
		content: "\F106"
	}

	body .accordion-page .tabled-columns.accordion-container table tbody li h3:after,html .accordion-page .tabled-columns.accordion-container table tbody li h3:after {
		font-family: FontAwesome;
		content: "\F107";
		transform: none
	}

	body .accordion-page h1,html .accordion-page h1 {
		margin: 0;
		margin-bottom: 50px
	}

	body .accordion-page>a,html .accordion-page>a {
		display: inline-block;
		margin-bottom: 50px
	}

	body .accordion-page>a .fa,html .accordion-page>a .fa {
		font-size: 25px;
		margin-right: 15px;
		color: #7b7b7b
	}

	body .accordion-page>a h4,html .accordion-page>a h4 {
		display: inline-block;
		margin: 0
	}

	body .accordion-page h3,html .accordion-page h3 {
		color: #7b7b7b
	}

	body .accordion-page p,html .accordion-page p {
		margin-top: 20px
	}

	body .accordion-page h2,html .accordion-page h2 {
		margin-bottom: 40px
	}

	body .quench-article .post-container,html .quench-article .post-container {
		padding: 30px 20px
	}

	body .quench-article .post-container br nbsp,html .quench-article .post-container br nbsp {
		display: none
	}

	body .quench-article .post-container img,html .quench-article .post-container img {
		width: 100%
	}

	body .quench-article .post-container table,html .quench-article .post-container table {
		margin: 0;
		display: block;
		width: 100%;
		overflow: hidden;
		height: auto
	}

	body .quench-article .post-container table td,html .quench-article .post-container table td {
		padding: 0;
		width: 100%!important;
		float: left;
		margin-bottom: 50px
	}

	body .quench-article .post-container table td:first-child:not(:last-child),html .quench-article .post-container table td:first-child:not(:last-child) {
		padding-right: 0
	}

	body .quench-article .post-container table td:last-child,html .quench-article .post-container table td:last-child {
		padding: 0
	}

	body .quench-article .post-container iframe,html .quench-article .post-container iframe {
		width: 100%;
		height: 260px
	}

	body .quench-article .post-related .button-row,html .quench-article .post-related .button-row {
		display: block
	}

	body .quench-article .post-related>ul .slick-dots,html .quench-article .post-related>ul .slick-dots {
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 30px
	}

	body .quench-article .post-related>ul .post-tile,html .quench-article .post-related>ul .post-tile {
		width: 100%
	}

	body .quench-article .button-row,html .quench-article .button-row {
		display: none
	}

	body .video-modal-container,html .video-modal-container {
		width: 100%
	}

	body .video-modal-container .video-modal,html .video-modal-container .video-modal {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}

	body .video-modal-container .video-modal video,html .video-modal-container .video-modal video {
		width: 100%
	}

	body .slick-list,html .slick-list {
		-webkit-overflow-scrolling: touch!important
	}

	body .divider-cta ul li,html .divider-cta ul li {
		width: 31%
	}

	body .divider-cta ul li button,html .divider-cta ul li button {
		border-color: #000
	}

	body .divider-cta ul li.slick-active button,html .divider-cta ul li.slick-active button {
		background: #000
	}

	body .video-container.single,html .video-container.single {
		height: 45vh
	}

	body .video-container.single .play-icon,html .video-container.single .play-icon {
		padding: 50px;
		margin-top: 20px
	}

	body .video-container.single .vertical-centre,html .video-container.single .vertical-centre {
		padding-top: 20px
	}

	body .video-container.single .vertical-centre h2,html .video-container.single .vertical-centre h2 {
		font-size: 30px
	}

	body .video-container.home .vertical-centre,html .video-container.home .vertical-centre {
		top: 50%;
		transform: translateY(-50%)
	}

	body .shop-article,html .shop-article {
		padding: 20px
	}

	body .shop-article .columns>div:first-child,body .shop-article .columns>div:last-child,html .shop-article .columns>div:first-child,html .shop-article .columns>div:last-child {
		width: 100%
	}

	body .shop-article .columns>div:first-child,html .shop-article .columns>div:first-child {
		padding-right: 0;
		margin-bottom: 35px
	}
}
.vertical-centre{
	position: relative;
	z-index: 999!important;
}
.content-columns {
	background-size: cover;
	background-position: 50%
}

.content-columns .content-columns-content {
	background: #1a1717
}

.inverted{
	margin-right: 10px;
}

.content-columns.reviews p {
	font-size: 43px
}

.content-columns.reviews p.small {
	font-size: 20px
}

.content-columns.reviews .quote-icon {
	top: 180px;
	left: 110px;
	position: absolute;
	width: 100px
}

.content-columns.reviews .reviewer-logo {
	max-width: 250px;
	max-height: 120px;
	margin-left: -5px
}

.content-columns.gift {
	padding: 50px 130px;
	height: 545px;
	background: #eeeeee;

}

.content-columns.gift .button {
	margin-top: 30px
}

.content-columns.gift img {
	height: 100%;
	width: auto;
	float: right
}

.content-columns.gift>ul,.content-columns.gift>ul>li {
	height: 100%
}

.content-columns.gift>ul>li h1 {
	margin-top: 0
}

.content-columns.hero .vertical-centre {
	top: 50%
}

.vertical-centre h1{
	font-size: 50px
}
.vertical-centre1 h1{
	font-size: 38px
}
.content-columns.hero * {
	color: #fff
}

.content-columns.hero h1 {
	margin: 0
}

.content-columns.hero p {
	margin-top: 15px;
	margin-bottom: 45px;
	font-size: 22px
}

.content-columns.hero>ul>li {
	width: 100%
}

.content-columns.hero .button:not(.low) {
	color: #000;
	margin-right: 20px
}

.content-columns.hero .button:not(.low):hover {
	color: #fff
}

.content-columns.hero .scroll-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	width: 50px
}

.content-columns>ul {
	height: 95vh
}

.content-columns>ul>li {
	background-size: cover;
	background-position: 50%;
	height: 95vh;
	width: 50%;
	float: left
}

.content-columns>ul>li:last-child {
	padding-left: 120px;
	padding-right: 120px
}

.content-columns>ul>li:last-child .tag {
	margin-bottom: 20px
}

.content-columns>ul>li:last-child h1 {
	margin: 0
}

.content-columns>ul>li:last-child .vertical-centre .excerpt {
	margin: 40px 0
}

.content-columns>ul>li:last-child *:not(.inverted), .content-columns>ul>li .slider li * {
	color: #fff
}

.content-columns>ul>li .slider li *,.content-columns>ul>li .slider li .bold {
	font-weight: 700
}

.content-columns>ul>li .slider li .small {
	font-size: 18px
}

.content-columns>ul>li .slider .slick-dots li button {
	width: 10px;
	height: 10px
}

@media (max-width:1200px) {
	.content-columns.hero>ul {
		height: 90vh
	}

	.content-columns>ul {
		height: auto
	}

	.content-columns>ul>li.content-columns-content {
		height: auto;
		padding-top: 120px;
		padding-bottom: 120px;
		min-height: 700px
	}

	.content-columns>ul>li.content-columns-content:first-child {
		float: left;
		padding-right: 80px
	}

	.content-columns>ul>li.content-columns-content:last-child {
		float: right;
		padding-left: 80px
	}

	.content-columns>ul>li.content-columns-content .vertical-centre {
		top: 0;
		transform: none
	}

	.content-columns>ul>li.content-columns-content .button,.content-columns>ul>li.content-columns-content .button:last-child {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}

	.content-columns>ul>li:not(.content-columns-content) {
		position: absolute;
		height: 100%;
		top: 0
	}

	.content-columns>ul>li:not(.content-columns-content):first-child {
		left: 0
	}

	.content-columns>ul>li:not(.content-columns-content):last-child {
		right: 0
	}

	.content-columns.gift {
		padding: 120px;
		height: auto
	}

	.content-columns.gift .button {
		margin-top: 40px
	}

	.content-columns.gift img {
		width: auto;
		height: 450px;
		margin-top: -25px;
		float: right
	}

	.content-columns.gift>ul {
		height: auto
	}

	.content-columns.gift>ul>li,.content-columns.gift>ul>li:not(.content-columns-content) {
		height: auto;
		position: relative;
		padding: 0
	}

	.content-columns.gift>ul>li .vertical-centre,.content-columns.gift>ul>li:not(.content-columns-content) .vertical-centre {
		top: 0;
		transform: none
	}

	.content-columns.gift>ul>li:not(.content-columns-content) h1,.content-columns.gift>ul>li h1 {
		margin-top: 0
	}
}

@media (max-width:500px) {
	.vertical-centre h1 {
		font-size: 18px!important;
	}
	body .content-columns,html .content-columns {
		height: auto
	}

	body .content-columns.hero .vertical-centre,html .content-columns.hero .vertical-centre {
		top: 47%
	}

	body .content-columns.hero>ul>li:not(.content-columns-content),html .content-columns.hero>ul>li:not(.content-columns-content) {
		height: 100%
	}

	body .content-columns.hero .button,html .content-columns.hero .button {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
		font-size: 18px;
		padding: 20px;
		margin-left: 0!important
	}

	body .content-columns.reviews .quote-icon,html .content-columns.reviews .quote-icon {
		top: 70px;
		left: 15px
	}

	body .content-columns.gift img,html .content-columns.gift img {
		height: auto;
		width: 70%;
		margin: auto;
		float: none;
		display: block;
		margin-top: 30px;
		margin-bottom: -50px;
		left: -15px
	}

	body .content-columns>ul>li,html .content-columns>ul>li {
		width: 100%
	}

	body .content-columns>ul>li:not(.content-columns-content),html .content-columns>ul>li:not(.content-columns-content) {
		position: relative;
		height: 400px
	}

	body .content-columns>ul>li .vertical-centre,html .content-columns>ul>li .vertical-centre {
		top: 50%;
		transform: translateY(-50%)
	}

	body .content-columns>ul>li:last-child,html .content-columns>ul>li:last-child {
		padding-left: 20px!important;
		padding-right: 20px!important
	}

	body .content-columns>ul>li .slider .slick-dots,html .content-columns>ul>li .slider .slick-dots {
		width: 25%;
		left: 50%;
		transform: translateX(-50%)
	}

	body .content-columns>ul>li .slider .slick-dots li,html .content-columns>ul>li .slider .slick-dots li {
		width: 31%
	}

	body .content-columns>ul>li .slider .slick-dots li button,html .content-columns>ul>li .slider .slick-dots li button {
		width: 15px;
		height: 15px
	}

	body .content-columns.reviews>ul>li.content-columns-content,html .content-columns.reviews>ul>li.content-columns-content {
		min-height: 0
	}

	body .content-columns.reviews .slick-slide p,html .content-columns.reviews .slick-slide p {
		font-size: 30px
	}

	body .content-columns.reviews .slick-slide p:first-child,html .content-columns.reviews .slick-slide p:first-child {
		margin-top: 0
	}

	body .content-columns.reviews .slider .slick-dots li,html .content-columns.reviews .slider .slick-dots li {
		width: 24%
	}

	body .content-columns.gift>ul>li,html .content-columns.gift>ul>li {
		height: auto
	}

	body .content-columns.gift>ul>li .vertical-centre,html .content-columns.gift>ul>li .vertical-centre {
		top: auto;
		transform: none
	}

	body .content-columns.gift>ul>li:last-child,html .content-columns.gift>ul>li:last-child {
		padding: 40px 0
	}

	body .press .press-logo-list li,html .press .press-logo-list li {
		width: 50%
	}
}
.footer_leftlogo{
	float: left;
}
.footer_content{
	width: 1320px;
	margin: 0 auto;
}
.footer_leftnav{
	margin-left: 20%;
	float: left;
}
.footer_leftnav ul li a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.footer_leftnav ul li{
	margin-top: 15px;
}
.footer_leftnav2{
	float: left;
	margin-left: 10%;
}
.footer_leftnav2 ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.footer_leftnav2 ul li{
	margin-top: 15px;
}



.footer_leftnav3{
	float: left;
	margin-left: 7%;
}
.footer_leftnav3 ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.footer_leftnav3 ul li{
	margin-top: 15px;
}
.footer_link{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.footer_link ul li{
	float: left;
	margin-left: 20px;
}
.footer_link ul li a{
	color: #979899;
}
.footer_link a{
	font-size: 14px;
	color: #979899;
}
.footer_link ul{
	margin-top: 3px;
	float: left;
}
.footer_link span{
	float: left;
	color: #ffffff;
	font-size: 14px;
}
.footer_link_a{
	width: 1240px;
	margin-left: 20px;
	padding: 15px 0;
	float: left;
}
.footer_link_a a{
	color: #666666;
}
.footer_link_title{
	padding: 15px 0;
	float: left;
	color: #000000;
}
.footer_ba{
	float: left;
	margin-top: 20px;

}
.footer_ba span{
	font-size: 12px;
	color: #000000;

}
.footer_jszc{
	margin-top: 20px;
	float: right;
}
.footer_jszc span{
	font-size: 12px;
}
.footer_jszc a{
	font-size: 12px;
}
.footer_leftnav4{
	margin-top: 15px;
	float: right;
}
.footer_leftnav4 ul li{
	float: right;
	margin-left: 60px;
}
.footerjwx_content_top{
    width:100%;
	height: 57vh;
}
.footerjwx_content_topcenter{
	background-size: 100% 100%;
	width: 100%;
}
.footerjwx_logo{
	padding-top: 60px;
}
.footerjwx_line{
	margin-top: 60px;
	width: 100%;
	height: 1px;
	background: rgba(153, 153, 153, 0.32);
	margin-bottom: 50px;
}
.footerjwx_line2{
	margin-top: 40px;
	width: 100%;
	height: 1px;
	background: rgba(153, 153, 153, 0.32);
}
.footerjwx_li1{
	float: left;

}

.footerjwx_li2{
	float: left;
	width: 15%;
}
.footerjwx_li2 span{
	color: #ffffff;
	font-size: 14px;
}

.footerjwx_li2 ul{
	margin-top: 15%;
}



.footerjwx_li2_nav{
	margin-left: 30%;
}
.erweima1{
	margin-left: 5%;
	float: right;
}
.erweima1 p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.footerjwx_content_bottoncenter{
	background: #15161a;
	width: 100%;
	height: 70px;
	z-index: 999999;
}
.footerjwx_content_bottoncenter span{
	color: #5c6571;
	font-size: 12px;
	line-height: 70px;
}
.left-block a{
	float: left;
}
.header_nav{
	width: 74%;
	float: right;
	line-height: 63px;
}
.header-logo{
	margin-top: 15px;
}
.header_nav ul li{
	float: left;
	margin-left: 7%;
}
.header_nav ul li a{
	color: #ffffff;
	font-size: 14px;
}
.slider_cp h2{
	font-size: 24px;
}
.slider_cp{
	width: 33%;
	opacity: 1!important;
	height: 450px!important;
}
.slide__linkdiv{
	width: 236px;
	height: 57px;
	border: 1px solid #85a3a4;
	background: rgba(133, 163, 164, 0.25);
}
.slide__linkdiv span{
	line-height: 57px;
	font-size: 14px;
	font-weight: normal;
	color: #f1f1f1;
	opacity: .8;
	margin-left: 40px;
	display: block;
	float: left;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.slide__linkdiv img{
	margin-left: 72px;
	line-height: 60px;
	float: left;
	margin-top: 20px;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.slide__linkdiv_color{
	width: 0;
	height: 57px;
	margin-top: -57px;
	background: rgba(241, 241, 241, 0.55);
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.slide__linkdiv:hover .slide__linkdiv_color{
	width: 100%;
}
.slide__linkdiv:hover span{
	transform: translate(10px,0);
	color: #ffffff;
}
.zp_plan {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
.zp_plan h1{
	font-size: 32px;
	color: #4d4d4d;
}
.zwms{
	display:block;
	margin-bottom: 12px!important;
	margin-top: 37px!important;
	font-size: 18px!important;
	color: #4b4b4b!important;
}
.zp_plan p, .zp_plan span{
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #4b4b4b;
}
.zp_plan_line{
	float: left;
	margin: 70px 0 50px 0;
	width: 100%;
	height: 1px;
	background: #b1b1b1;
    display:none;
}
.New_list_plan:nth-child(odd){
	margin-left: 0;
}
.New_list_plan:hover .New_list_plan_img{
	transform: scale(0.95);
}
.New_list_plan:hover .New_list_plan_img img {
	transform: scale(1.2);
}
.New_list_plan{
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-top: 100px;
}
.New_list_plan_img{
	width: 100%;
	height: 26vw;
	overflow: hidden;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.New_list_plan_img img{
	width: 100%;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.swiper-container1,.swiper-container2{
	overflow: hidden;
}
.swiper2{
	height: 450px!important;
}
.arrowl1{
	margin-left: 80px;
}
.arrowl1 img{
	width: 15px;
}
.arrowl2 img{
	width: 15px;
}
.arrowl2{
	left: auto!important;
	position: absolute;
	right: 80px;
}
.fa-chevron-left{
	width: 15px;
	height: 20px;
}
.fa-chevron-left:before{
	display: block;
	width: 15px;
	height: 20px;
	font-size: 40px;
}
.fa-chevron-right:before{
	display: block;
	width: 15px;
	height: 20px;
	font-size: 40px;
}
.left-block1 a{
	float: left;
}
/*导航跟随*/
/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
	padding: 12px 0 12px 0;
	/* Required styles */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	/* Additional styles */

	/* Translate -100% to move off screen */
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	/* Animations */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: rgba(0, 0, 0, 1);
	width: 100%;
}
.banner--clone  img{
	width: 200px;
	margin-left:50px;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {

	/* Translate back to 0%; */
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
	/* Not required to use, but could be useful to have */
}

#navul{

}
#navul li a:link, #navul li a:visited{color:#FFFFFF;}
#navul li ul{
	width: 50vw;
	display: none;
	position: absolute;
	z-index: 10000;
	top: 55px;
	left: -1px;
	border-bottom: none;
	}
#navul li ul li{display:block;float:left;margin-right:0;height:28px;position:relative;line-height:28px;font-size:12px;margin-left:0!important;}
#navul li.navmoon a{color:#FFFFFF;}
#navul li.navmoon ul{display:block;}
#navul li.navmoon ul a{display:block;width:98px;height:28px;line-height:28px;}
.navback{
	height: 50px;
	background: #000000;
	position: absolute;
	z-index: -9999999;
	margin-left: -25px;
	width: 101vw;
	margin-top: 68px;
	display: none;
}
.banner--stick .navbackblock{
	display: block;
}
.banner--stick #navul li ul {
	padding-top: 25px;
}
.aboutjwx{
	padding: 0 !important;
	font-size: 50px;
	font-weight: bold;
}
.aboutjwxtext{
	line-height: 1.5;
	font-size: 24px!important;
}
.aboutjwx_line{
	margin-top: -5px;
	margin-bottom: 40px;
	width: 50px;
	height: 5px;
	background: rgb(240, 18, 60);
}
.header_nav_phone{
	float: right;
	margin-right: 6%;
	margin-top: 18px;
}
.header_nav_phone span{
	font-size: 15px;
	color: #ffffff;
	display: block;
	float: left;
}
.header_nav_phone img{
	display: block;
	margin-right: 10px;
	float: left;
	width: 27px;
	vertical-align: middle;
	margin-left: 0!important;
}
#navul{
	float: left;
	width: 83%;
}
.header_jwxtired{
	z-index: -1;
	top: 0;
	display: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.62);
	left: 0;
	position: fixed;
	overflow: hidden;
}
.header_jwxtired h1 {
	font-size: 30px;
}
.header_jwxtired_center{
	width: 1366px;
	padding-top: 100px;
	margin: 0 auto;
	z-index: 999;
}
.header_jwxtired_left{
	padding-bottom: 152px;
	width: 30%;
	float: left;
}
.header_jwxtired_left h1{
	text-align: right;
	color: #ffffff;
}
.header_jwxtired_left p{
	text-align: right;
	color: #fff;
	opacity: .4;
	margin-top: -16px;
}
.header_jwxtired_left_ul{
	float: right;
}
.header_jwxtired_left_ul dl{
	display: block!important;
}
.header_jwxtired_left_ul dl dd{
	width: 175px;
	height: 47px;
	text-align: center;

	margin-bottom: 20px;
	border: 1px solid #999999;
}
.header_jwxtired_left_ul dl dd a{
	color: #fafafa;
	line-height: 47px;
	width: 100%;
}
.header_jwxtired_left_div{
	float: left;
	position: absolute;
	color: #ffffff;
	top: 0;
	opacity: 0;
}
.header_jwxtired_left_div h2{
	font-size: 30px;
	font-weight: normal;
	color: #f0123c;
}
.header_jwxtired_left_ul a:hover{
	color: #f01212;
}
.header_jwxtired_right{
	float: left;
	position: relative;
	width: 52%;
}
.fPics{
	position: absolute;
	margin-left: 100px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -999;
}
.header_jwxtired_img{
	position: absolute;z-index: -1;
}
.header_jwxtired_img_a{
	position: absolute;
	top: 0;

}
.header_jwxtired_left_div p{
	color: #fafafa;
	opacity: .8;
}
.header_jwxtired_blck{
	background: #000000;
	opacity: .8!important;
	width: 100vw;
	z-index: 99!important;
	height: 100vh;
}
.header_jwxtired_left_div dl dd {
    color: #ffffff;
    font-size: 20px;
    width: 33.3%;
    float: left;
    line-height: 2;
    margin-left: 0 !important;
    display: flex;
}
.header_jwxtired_img_a img{
	width: 100vw;
	height: 100%;
}
.divider-cta_class ul li{
	width: auto!important;
}
.divider-cta_class ul li a:hover{
	color: #f01212;
}
.divider-cta_class ul li a:hover:after {
	right: 0%;
	width: 100%;
}
.divider-cta_class ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	background: #e5004f;
	position: absolute;
	top: 100%;
	left: 0%;
	-webkit-transition: all 0.1s;
}
.aboutnew{
	background: #f9f9f9!important;
	padding-top: 80px;
}
.aboutnew_title{
	background: none !important;
	color: #000000!important;
	border: 1px solid #000!important;
}
.aboutnew_title:hover {
	background: #000!important;
	color: #fff!important;
}
.aboutnew_text{
	color: #000000!important;
}
.aboutnew_more{
	color:#000000!important;
}
.aboutnew_more:hover{
	color: #000000!important;
}
.aboutjwx_border{
	border:1px solid #dadada!important
}
.aboutjwx_href ul li{
	float: left;
	margin: 0 20px;
	font-weight: bold;
	display: inline;
}
.aboutjwx_href ul{
	display: inline-block;
	overflow: auto;
}
.aboutjwx_href{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #eeeeee;
}
.aboutjwx_href1{
	background: #eeeeee;
}
.blackbutton:hover{
	color: #ffffff!important;
}
.blackbutton1{
	margin-right: 10px;
	opacity: .6;
}
.blackbutton1:hover{
	color: #ffffff!important;
}
.pageopacity{
	color: transparent;
	opacity: 0;
	pointer-events: none;
}
.product_plan{
	width: 1366px;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	padding: 35px;

}
.product_plan_img{

	width: 37%;
	overflow: hidden;
	float: left;
	height: 311px;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.product_plan_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	/*width: 100%;*/
	/*height: 100%;*/
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.product_plan_class{
	margin-left: 10%;
	float: left;
	margin-top: 35px;
}
.product_shop{
	background: #f3f3f3;
	padding-bottom: 100px;
}
.product_plan:hover .product_plan_img{
	transform: scale(0.95);
}
.product_plan:hover .product_plan_img img{
	width: 100%;
}
.zp_plan_contact{
	color: #f0123c!important;
	margin-top: 30px!important;
	display: block;
}
.sticky{
	background: #000;
	position: fixed!important;
	top: 0;
	left: 0;
	padding-top: 9px!important;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.sticky .navbackblock{
	display: block;
}
.sticky #navul li ul {
	padding-top: 25px;
}
.sticky1{
	background: #000;
	position: fixed!important;
	top: 0;
	left: 0;
	padding-top: 9px!important;
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.sticky1 .navbackblock{
	display: block;
}
.sticky1 #navul li ul {
	padding-top: 25px;
}
.on{
	opacity: 1!important;
	color: #f0123c!important;
}
.fBtns_side{
	color: #999999;
	opacity: .7;
}
/*.fBtns_side:hover{*/
/*	opacity: 1;*/
/*}*/
.left-block ul li a{
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
}
.left-block ul li a:hover {
	color: #f0123c!important;
	opacity: 1;
}
body{
	width: 99.5vw;
	overflow-x: hidden;
}
.header_jwxtired_left_div dl dd a{
	font-size: 18px;
}
.header_jwxtired_left_divline{
	width: 100%;
	height: 1px;
	background: #ffffff;
	opacity: .2;
	margin: 30px 0;
}
.padded_teal{
	padding-top: 0!important;
}
.second_menu li a{
	opacity: .6;
}
.aboutnew_text_size{
	font-size:22px!important;
}
.gototop{
	float: right;
	width: 28px;
	height: 28px;
	background: #595a5c;
	border-radius: 100%;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}
.gototop:hover{
	-webkit-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	transition:  all .25s cubic-bezier(.42, 0, .58, 1);
	background: #3d3e40;
}
.gototop img{
	margin-top: 25%;
	transform:rotate(270deg);
}
.corporate_culture{
	
	width: 100%;
	height: 540px;
}
.corporate_culture_content{
	width: 50%;
	min-height: 340px;
	background: #ffffff;
	margin-left: 15%;
}

.corporate_culture_content_center{
	padding: 62px;
}
.corporate_culture_content_center h1{
	font-size: 30px;
}
.corporate_culture_content_line{
	width: 42px;
	height: 5px;
	background: #000000;
	margin-top: 30px;
	margin-bottom: 35px;
}
.Honorary_qualification{
	width: 100%;
	background: #e9edef;
}
.Honorary_qualification_title h1{
	text-align: center;
	font-size: 30px;
	margin: auto!important;
	padding: 80px 0 30px 0;
}
.Honorary_qualification_title_line{
	width: 41px;
	height: 4px;
	background: #000000;
	margin: 0 auto;
}
.Honorary_qualification_center{
	height: 32vw;
	width: 70%;
	/*background: #ffffff;*/
	margin: 92px auto 0 auto;
}
.slider_zs{
	text-align: center;
	height: auto!important;
}
.slider_zs img{
	width: 100%;
	max-height: 567px;
}
.slider_zs_center{
	width: 90%;
	margin: 0 auto;
}
.swiper-containerabout{
	width: 100%;
	position: absolute;
	margin-top: -40px;
}
.swiper-wrapperabout{
}
.about_slick-prew{
	top: 50%;
	margin-left: 146px;
}
.about_slick-next{
	top: 50%;
	right: 146px;
}
.slider_zs_center p{
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
}

.pagination {

	z-index: 20;
	/*margin-top: 60px;*/
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #babebf;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch {
	background: #000000;
}
.blackdate{
	font-size: 12px;
	color: #999999;
}
.current_color{
	-webkit-transition: all .25s cubic-bezier(.42, 0, .58, 1);
	-o-transition: all .25s cubic-bezier(.42, 0, .58, 1);
	transition: all .25s cubic-bezier(.42, 0, .58, 1);
}
.current_color:hover{
	color: #f0123c!important;
}
.padded-vertical .zp_plan_line:nth-child(2),.padded-vertical .zp_plan_line:nth-child(5),.padded-vertical .zp_plan_line:nth-child(6),.padded-vertical .zp_plan_line:nth-child(10){
	display: none;
}
/*.padded-vertical .zp_plan_line:nth-child(odd){*/
/*	display: none;*/
/*}*/
/*导航*/
.top_nav_right2_phone1{z-index:99999;float: right;margin: 25px 0;/* 浏览器不支持的时候显示 */right: 25px;position: fixed;}
.top_nav_right2_phone{float: right;margin: 25px; /* 浏览器不支持的时候显示 */
	background-image: linear-gradient(-45deg, #ac6dff,#9391fb, #75baf7); }
.top_nav_right2_div_phone{width: 45px;margin-top: 50px;margin-left: auto;margin-right: auto;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}
.nav{width: 100%;top: 199px;height: 300vw;}
.nav ul{margin:60px 0 0 60px;}
.nav ul li{margin-top: 6%;display: block;font-size: 24px;}
.nav a{color: #000000;position: relative}
.nav{
	position: fixed;
	top: 90px;
	right: 0;
	background: #ffffff;
	z-index: 13;
}
.nav1{width: 100%;height: 220vw;}
.nav1 ul{margin:360px 0 0 130px;}
.nav1 ul li{font-size: 50px;margin-top: 6%;display: block;}
.nav1 a{color: #FFFFFF;position:relative}
.nav1{
	position: fixed;
	top: 0;
	right: 0;
	background: #333333;
	z-index: 13;
}
/*.nav1 a:after{
    content: "";
    width: 100%;
    height: 5px;
    left: 0%;
    top: 50%;
    background: #e5004f;
    position: absolute;
    -webkit-transition: all 0.2s;
}*/


.mobile-inner-nav {
	display: none;
}
/*导航文字效果*/
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.mobile-inner-header-icon:hover{
	/*background-color: rgba(255,255,255,0.2);*/
	cursor: pointer;
}
.mobile-inner-header-icon span {
	position: absolute;
	/* left: calc((100% - 25px) / 2); */
	/* top: calc((100% + -5px) / 2); */
	right: 0px;
	top: -30px;
	margin-left: 40px;
	width: 45px;
	height: 1px;
	background-color: #000000;
}

.mobile-inner-header-icon span:nth-child(1){
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2){
	-webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
	-o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
	transition: all .5s cubic-bezier(.42, 0, .58, 1);
}
.mobile-inner-header-icon span:nth-child(3){
	transform: translateY(-4px) rotate(0deg);

}

.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	width: 0;
}
.mobile-inner-header-icon-click span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}






.mobile-inner-header-icon1:hover{
	/*background-color: rgba(255,255,255,0.2);*/
	cursor: pointer;
}
.mobile-inner-header-icon1 span{
	position: absolute;
	/*left: calc((100% - 25px) / 2);*/
	/*top: calc((100% + -5px) / 2);*/
	right: 45px;
	margin-left: 40px;
	width: 80px;
	height: 5px;
	background-color: #333333;
}

.mobile-inner-header-icon1 span:nth-child(1){
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon1 span:nth-child(3){
	transform: translateY(-4px) rotate(0deg);

}

.mobile-inner-header-icon1-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon1-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	width: 0;
}
.mobile-inner-header-icon1-click span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	margin-top: 0px;
}
@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}



@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	margin-top: 4px;
	width: 45px;
}
.mobile-inner-header-icon-out span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	margin-top: -10px;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-10px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(30px) rotate(0deg);
	}
}
/*结束*/
.phone_second_ul{
	margin: 0 0 0 60px!important;
}
.d-firstDrop{
	display: none;
}
.d-secondDrop{
	display: none;
}
.d-firstNav a{
	float: left;
}
.d-secondNav a{
	float: left;
}
.fa-caret-right{
	float: left;
	height: 30px;
	width: 30px;
	background-image: url("../image/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 67% 68%;
	background-size: 50% 50%;
	transition: transform 0.5s;
	margin-left: 15px;
}
.iconRotate {
	transform: rotate(90deg);
	transition: transform 0.5s;
}
.map{
	width:99vw;
	height:550px;

	border:#ccc solid 1px;
}
.new_cont_back #jarallax-container-0 div {
    background-size: 100%!important;
    background-position: 50% 94%!important;
}
@media (min-width: 1365px)and (max-width: 1720px) {
    #navul {float: left;width: 73%;}
	.aboutjwxtext{line-height: 2;padding-right: 50px;}
	.content-columns>ul>li:last-child{padding-right: 0!important;}
	.slider li .low{margin-top: 30px}
	.erweima1 img{width: 120px;height: 120px}
	.slide__title,.slide__desc{font-size: 40px!important;}
    .slide__title1, .slide__desc {
        font-size: 40px !important;
    }
	.slide__desc1{font-size: 14px!important;    top: 48vh!important;}
	.slidenav__item{width: 60px;height: 60px}
	.footerjwx_li1 ul li,.footerjwx_li2 ul li{font-size: 12px}
	.footerjwx_content_top {height: auto!important;}
	.footer_link {margin-top: 15px;margin-bottom: 15px}
	.footerjwx_li2_nav {margin-left: 22%;}
	.footerjwx_li2 ul {margin-top: 4%;}
	.footer_link span{font-size: 12px!important;}
	.footer_link ul li a {font-size: 12px}
	.aboutnew_text_size{font-size: 18px!important;}

}
@media (min-width: 1460px)and (max-width: 1720px){
	.aboutjwxtext{font-size: 18px!important;}
}
@media (min-width: 1365px)and (max-width: 1460px){
	.aboutjwx{font-size: 34px!important;}
	.button{font-size: 12px!important;    padding: 10px 12px;}
	.header_nav ul li {margin-left: 6%;}
	.aboutjwxtext{font-size: 12px!important;}
	.slider li h1{font-size: 34px}
	.vertical-centretitle h1{font-size: 34px!important;}
	.vertical-centretitle p{font-size: 16px}
	.vertical-centretitle1 p{font-size: 14px!important;}
	.button_video{font-size: 12px!important;    padding: 10px 12px;}
	.vertical-centretitle1 h1{font-size: 34px}
	.date,.review{font-size: 12px!important;}
	.about_title{font-size: 34px!important;}
	.title h2{font-size: 22px!important;}
	.excerpt span{font-size: 14px!important;}
	.erweima1 img{width: 70px!important;height: 70px!important;}
	.vertical-centre_abouttitle p{font-size: 14px}
	.corporate_culture_content_center p{font-size: 14px}
	.hero-container.centred{    min-height: 430px;}
	.hero-container .content-slider h1{font-size: 34px}
	.header_jwxtired h1 {font-size: 24px;}
	.header_jwxtired_left_div h2{font-size: 24px!important;}
	.header_jwxtired_left_div p{font-size: 14px}
	.header_jwxtired_left_ul dl dd {width: 150px;height: 35px;}
	.header_jwxtired_left_ul dl dd a{line-height: 35px;font-size: 12px!important;}
	.header_jwxtired_left_div dl dd a {font-size: 14px;}
	.sticky-wrapper {height: auto!important;}
	.zp_plan p{font-size: 14px;}
	.zp_plan h1 {font-size: 24px;}
}
@media (min-width: 1020px){
	.phone_button_back{display: none}
	.pagination4{display: none}
	.phone_more{display: none}
	.top_nav_right2_phone1{display: none}
	.swiper-container2{display: none}
	.swiper-container1{display: block}
	.phone_new{display: none}
	.aboutjwx_line3,.aboutjwx_line2{display: none}
	.phone{display: none}
	.phone_button{display: none}
	.aboutjwx_href{position: relative!important;top: 0!important;}
	.gallery{opacity: 0;position: absolute;}

}
@media (max-width: 500px){
    .pagination{margin-top:67px}
    .technial {padding-top: 30px !important;}
	.pc{display: none}
	.swiper-container1{display: none}
	/*.header-logo img{filter: invert(100%);}*/
	.sticky{background: none;padding-top: 18px!important;}
	.sticky1{background: none;padding-top: 18px!important;}
	.left-block1{position: fixed!important;}
	header .left-block1 .logo{margin-left: 0!important;}
	.number_top_phone{width: 100%;height: 175px;background: #000000;position: fixed;top: 0;z-index: 999}
	.slide__img{width: auto!important;margin-left: -50%;height: 100%}
	.slidenav{display: none}
	.slide__linkdiv{display: none}
	.slide__title {position: absolute;font-size:38px;margin: 0;top: 59vw;left: 16vw;line-height: 1;}
    .slide__title1 {position: absolute;font-size:38px;margin: 0;top: 73vw;left: 16vw;line-height: 1;}
	.slide__desc{font-size: 38px!important;top: 62vw;}
	.slide__desc1 {top: 80vw;left: 16vw;font-size: 16px!important;margin: 0 0 2em 0;cursor: default;line-height: 30px;}
	.swiper-container_index{height: 147vw;overflow: hidden}
	.arrowl1,.arrowl2{display: none}
	.vertical-centretitle h1{font-size: 41px!important;}
	.post-related>ul .post-tile {float: left;margin: 0 0 20px!important;width: calc((100% - 50px)/3);}
	.aboutjwxtext{line-height: 30px;font-weight: normal!important;}
	.aboutjwx{font-size: 28px!important;}
	.vertical-centretitle1 h1{font-size: 41px!important;padding-top: 28px!important;}
	.footerjwx_li2_nav,.footerjwx_line2,.footer_link{display: none}
	.footerjwx_content_bottoncenter span:nth-child(2){display: none}
	body {padding: 0 0 0 0!important;}
	.footerjwx_li1 ul li{font-size: 18px;margin-bottom: 24px;}
	.pagination_index{margin-top: -50px!important;margin-bottom: 0!important;position: absolute;}
	.video-background video{display: none}
	.pagination1{margin-top: -30px!important;width: 100%; }
	.aboutjwx_href ul li{margin: 0 2px}
	.corporate_culture_content{margin-left: 10%;width: 80%;margin-bottom: 10%;}
	.corporate_culture{height: auto;margin-top: -230px;z-index: 999}
	.vertical-centre_abouttitle h1{font-size: 30px!important;}
	.Honorary_qualification_center{height: 111vw;width: 70%;}
	.padded-vertical .zp_plan_line:nth-child(2),.padded-vertical .zp_plan_line:nth-child(5),.padded-vertical .zp_plan_line:nth-child(6),.padded-vertical .zp_plan_line:nth-child(10){display: block;}
	.zp_plan {width: 100%;}
	.zp_plan span{font-size: 16px;}
	.zp_plan p{    font-size: 16px;}
	.map{width: 92%;margin: 0 4% 4% 4%;height: 300px}
	body .deep-padded, html .deep-padded {padding-left: 40px;padding-right: 40px;}
	.post-container {padding-top: 40px;}
	.gototop{display: none}
	.index_secondprodect{overflow-x: auto;overflow-y: hidden;white-space: nowrap;height: 70px;}
	.index_secondprodect li a{font-size: 18px!important;}
	.New_list_plan {float: left;    width: 92%;  margin-top: 30px;    border-bottom: 1px solid #eeeeee;}
	.New_list_plan:nth-child(odd) {margin-left: 4%!important;}
	.New_list_plan:hover .New_list_plan_img img {transform: scale(1) !important;}
	.New_list_plan:hover .New_list_plan_img {transform: scale(0.95);}
	.New_list_plan_img {width: 100%;height: 67vw;}
	.divider-cta_class{display: none}
	.phone_titile{font-size: 26px!important;margin: 0 0 20px 0!important;}
	.slider_cp{height: auto!important;}
	.slider_cp h2{font-size: 16px;font-weight: normal!important;opacity: .7;margin-top: 22px;}
	.divider-cta{padding-top: 50px;padding-bottom: 50px}
    .new_cont_back #jarallax-container-0 div{background-size:cover!important}
	#jarallax-container-0 div{    transform: translate3d(0px, -133.363px, 0px) !important;height: 600px!important;margin-top: 100px!important;}
	#jarallax-container-1 div{    transform: translate3d(0px, -133.363px, 0px) !important;height: 600px!important;margin-top: 100px!important;}
	#jarallax-container-2 div{transform: translate3d(0px, -133.363px, 0px) !important;height: 600px!important;margin-top: 100px!important;}
	#jarallax-container-3 div{transform: translate3d(0px, -133.363px, 0px) !important;height: 600px!important;margin-top: 100px!important;}
	/*.slider_cp img{width: 350px;height: 350px}*/
	.button_phoneplan2{margin-top: 18px;margin-right: 0!important;}
	.content-columns>ul>li.content-columns-content{padding-top: 40px!important;font-size: 26px;padding-bottom: 40px}
	.aboutjwx_line{width: 20px;height: 3px;    margin-bottom: 15px;}
	.vertical-centre h1 {font-size: 16px!important;}
	.vertical-centretitle h1{font-size: 28px!important;}
	.vertical-centretitle p{font-size: 16px!important;}
	.content-columns.gift {padding: 5px;}
	.vertical-centretitle1 h1{font-size: 26px!important;}
	.vertical-centretitle1 p{font-size: 16px;    line-height: 36px;}
	body .video-container.home .vertical-centre, html .video-container.home .vertical-centre {top: 45% !important;}
	/*body .video-container, html .video-container {height: 107vw;}*/
	.video-container .vertical-centre p{opacity: .7}
	.phone_indexbutton{display: inline-block;line-height: 36px;box-sizing: border-box;height: 36px;font-size: 14px;margin-bottom: 14px;border: 1px solid #828282!important;padding: 0 12px;border-radius: 18px;margin-right: 10px;color: #fff;transition: all 0.3s ease 0s;float: left;}
	.phone_indexbutton h3{font-size: 16px;font-weight: normal!important;line-height: 36px;margin: 0;color: #ffffff}
	.phone_indexbutton:hover{color: #000000;}
	.excerpt{display: none}
	.content-columns-content1{min-height: auto!important;}
	.index_more_disno{display: none}
	.phone_more{width: 45px;height: 45px;display: block;border-radius: 50%;position: relative;overflow: hidden;border: 1px solid #ffffff;margin-top: 30px;opacity: .4}
	.phone_more img{width: 70% !important;height: 70% !important;margin: 15% !important;left: 0!important;}
	.phone_more_white{filter: invert(100%);}
	.video-container{height: auto!important;}
	.vertical-centretitle1{top: 0!important;transform: translateY(0) !important;padding: 60px 0;}
	.new_title{display: none}
	/*.phone_more_white img{filter: invert(100%);}*/
	.index_division{width: 100%;height: 10px;background: #e3e3e3}
	.index_pc_new{display: none}
	.phone_new{background: #ffffff}
	.phone_new_title h1{text-align: center;padding-top: 40px}
	.phone_new_shop{width: 80%;margin: 0 auto 30px auto;height: 155px;overflow: hidden}
	.phone_new_plan{border: 1px solid #c7c7c7;box-sizing: border-box;}
	.phone_new_plan h2{font-size: 20px;margin: 0;padding: 10px 10px 10px 10px;}
	.phone_new_plan p{font-size: 16px;color: #666666;margin: 0;padding: 0 10px}
	.phone_new_plan img{filter: invert(100%);width: 40px;height: 12px;;margin-left: 10px;margin-bottom: 10px;margin-top: 10px}
	.swiper-container85{height: 150px;}
	.pagination2{width: 100%;text-align: center;    margin-top: -12px!important;}
	.indexnew_more{background: #ffffff!important;border: 1px solid#333333!important;color: #000000!important;text-align: center;margin-left: 40%;margin-top: 30px;margin-bottom: 40px}
	.footerjwx_content_top{height: auto!important;}
	.footerjwx_line{display: none}
	.footerjwx_li1{margin-top: 35px;margin-bottom: 25px}
	.footerjwx_li1 ul li{font-size: 14px;margin-bottom: 10px;}
	.footerjwx_logo {float: right;}
	.index_third_img{margin: 20px;width: calc(100% - 40px) !important;}
	.index_third_img_back{background: #000000}
	.index_third_img_back2{background: #1a1717}
	.aboutjwx_line2{margin:17px 0 25px 0 }
	.aboutjwx_line3{margin-top: 20px}
	.footerjwx_content_topcenter{display: none}
	.phone_button_back{background: #eeeeee;clear: both;}
	.phone_button{width: 50%;float: left;}
    .phone_button img {width: 100px;margin-top: 30px;margin-left: 40px;}
	.phone_button_erweim{float: right;}
	.phone_button_erweim img{padding: 60px 50px 5px 50px;width: 249px;}
	.phone_button_erweim p{text-align: center;font-size: 14px;margin: 0}
	.phone_button_text{margin-left: 40px;padding-bottom: 40px}
	.phone_button_textadd{font-weight: bold;}
	.phone_button_texttel{font-weight: bold;}
	.phone_button_line{width:  calc(100% - 80px);height: 1px;background: #c1c1c1;margin: 30px 0 30px 40px}
	.footerjwx_content_bottoncenter{text-align: center}
	.our-journey-page .content-container li{padding-top: 40px;padding-bottom: 40px}
	.slider_zs_center p {margin-top: 16px}
	.sticky-wrapper{z-index: 999999}
	.hero-container{padding: 0 20px 60px!important;}
	.hero-container.centred {min-height: 300px;}
	header .clearfix{z-index: 99999999}
	.about_title{font-size: 28px!important;}
	.contact_title{margin-bottom: 50px}
	.topzindex{z-index: 9999999999999999}
	.nav ul li {margin-top: 4%;}
	.product_shop{}
	.product_plan_img img{width: 100%}
	.product_plan_class {width: 100% !important;}
	.product_plan{width: auto!important;}
	.product_plan:nth-child(1){z-index: 10}
	.product_plan:nth-child(2){z-index: 9}
	.product_plan:nth-child(3){z-index: 8}
	.product_plan:nth-child(4){z-index: 7}
	.product_plan:nth-child(5){z-index: 6}
	.product_plan:last-child{border: none}
	.product_plan_img {width: 100%;}
	.product_plan_class {margin-left: 0;float: left;margin-top: 0;}
	.product_plan_class h1{font-size: 28px}
	.content-aboutphonemao{margin-top: -230px;padding-top: 230px}
	.product_title ul{overflow-x: auto;width: 100%;padding-bottom: 40px;overflow-y: hidden;white-space: nowrap;}
	.product_title ul li{display: inline-block;float: initial!important;vertical-align: top;transition: 1s;}
	.aboutjwx_href{padding-bottom: 0}
	.sticker{padding-bottom: 40px!important;}
	.first_index{font-weight: bold;}
	.second_index{font-size: 22px }
	.third_index{color: #5a5a5a!important;font-size: 19px}
	.post-tile .post-content {padding: 20px 30px;}
	.post-tile .post-content h2 {font-size: 26px;}
	.post-tile .post-content .meta-row {margin-bottom: 5px;}
	.tag {font-size: 12px;}
	.post-related.home{padding-top: 1px}
	.gallery{display: none!important;position: fixed;bottom: 90px;right:50px;z-index: 9999;width: 60px;height: 60px;background: #595a5c;border-radius: 50%;opacity: .7;}
	.gallery img{transform: rotate(270deg);width: 25%;margin-left: 37.5%;margin-top: 25%;}
	.content-aboutphonemao1{padding-top: 230px;z-index: 111}
	.content-container{z-index: 9999}
	.pagination3{display: none}
	/*.mobile-inner-nav ul{width: 100%;min-width: auto;height: 100%;overflow: auto;}*/
	.mobile-inner-nav_ovflow{overflow-y: scroll;height: 100vh}
	.product_plan_show ul li{width: 50% !important}
    /*.bshare-custom{display:none}*/
	.zwms{font-size: 22px!important;}
    /*DIV.yellow A {background: #515151}
    DIV.yellow SPAN.current {background: #515151}
    .yellow A {background: #515151}
    .black A {background: #515151}

    .black SPAN.current {background: #515151;color:#adadad!}
    .black A {background: #515151}*/
	.contactusdiyou{display: none!important;}
    .product_plan_show ul{width:100%!important;margin-left:0!important}

	

}

.post-container img{max-width:100%!important}
.subscribeblock {
    display: block !important;
    opacity: 1 !important;
}
.erweima1 img{width: 120px;height: 120px}
.product_back {
    margin: 0 auto;
    width: 350px;
    height: 350px;
    display: table;
    position:relative
}
.slider_cp h2 {
    margin-top: 10px
}
    .product_back img {
        width: 80%;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.product_plan_class p {
    margin-bottom: 30px;
}
.product_plan_class {
    width: 53%;
    margin-top: 0px !important
}
.product_list_top {
    min-height: 400px !important;
    height: auto !important;
    max-height: 66vh !important;
}
.product_plan_title h2{
	font-weight: bold;
}
.product_plan_line{
	max-width: 100% !important;
	margin: 70px 0 50px 0!important;
	width: 100%;
	height: 1px;
	background: #b1b1b1;
}
.product_plan_titleline{
	width: 50px;
	height: 3px;
	background: #333333;
	margin: 0 auto!important;
}
.product_plan_show{margin-top: 50px!important;}
.product_plan_show ul li{
	width: 33.3%;
	text-align: left;
	float: left;
	margin: 15px 0;
}
.product_plan_show ul li a{
	text-decoration:none!important;
	color: #000000!important;
	-webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
	-o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
	transition: all .5s cubic-bezier(.42, 0, .58, 1);
}
.product_plan_show ul li a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
	top: 101%;
}
.product_plan_show ul li a:hover{
	color: #f0123c!important;
}
.product_list_p{font-size: 14px;color: #666666}
.yellow {
    PADDING-RIGHT: 2px;
    -webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    transition: all .5s cubic-bezier(.42, 0, .58, 1);
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 7px;
    PADDING-TOP: 2px;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
}
DIV.yellow A {
    font-size: 18px;
    -webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    transition: all .5s cubic-bezier(.42, 0, .58, 1);
    PADDING-RIGHT: 0.64em;
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #adadad;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #515151;*/
    TEXT-DECORATION: none;
}
DIV.yellow SPAN.current {
    PADDING-RIGHT: 0.64em;
    -webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    transition: all .5s cubic-bezier(.42, 0, .58, 1);
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #fff;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #333;*/
    font-size: 18px;
}
DIV.yellow {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 7px;
    PADDING-TOP: 2px;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    text-align: center;
}

.yellow A {
    PADDING-RIGHT: 0.64em;
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #fff;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #515151;*/
    TEXT-DECORATION: none;
    -webkit-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
    transition: all .5s cubic-bezier(.42, 0, .58, 1);
}

        .yellow A:hover {
            PADDING-RIGHT: 0.64em;
            PADDING-LEFT: 0.64em;
            PADDING-BOTTOM: 0.43em;
            MARGIN: 2px;
            COLOR: #fff;
            PADDING-TOP: 0.5em;
            /*BACKGROUND-COLOR: #666*/
        }

        .yellow A:active {
            PADDING-RIGHT: 0.64em;
            PADDING-LEFT: 0.64em;
            PADDING-BOTTOM: 0.43em;
            MARGIN: 2px;
            COLOR: #fff;
            PADDING-TOP: 0.5em;
            /*BACKGROUND-COLOR: #666*/
        }

    .yellow SPAN.current {
        PADDING-RIGHT: 0.64em;
        PADDING-LEFT: 0.64em;
        PADDING-BOTTOM: 0.43em;
        MARGIN: 2px;
        COLOR: #fff;
        PADDING-TOP: 0.5em;
        /*BACKGROUND-COLOR: #333*/
    }

.yellow SPAN.disabled {
    DISPLAY: none
}
.black a {
    font-size: 18px;
    color: #999999 !important
}
.black SPAN.current {
    font-size:18px;
    color: #000000 !important
}
.black span {
    font-size: 18px;
    color: #999999
}
.black A:hover {
    PADDING-RIGHT: 0.64em;
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #000 !important;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #666*/
}

.black A:active {
    PADDING-RIGHT: 0.64em;
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #000 !important;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #666*/
}

.black SPAN.current {
    PADDING-RIGHT: 0.64em;
    PADDING-LEFT: 0.64em;
    PADDING-BOTTOM: 0.43em;
    MARGIN: 2px;
    COLOR: #000!important;
    PADDING-TOP: 0.5em;
    /*BACKGROUND-COLOR: #333*/
}
.aboutjwxtext br{
    display:none
}
.product_container {
    text-align:center!important
}
.product_plan_show ul {
    width: 88%;
    margin-left: 16%;
}

.hoverbtn span{font-size: 15px;color: #ffffff;font-weight:bold;}
.contactusdiyou {position: fixed; right: -300px; bottom: 0px; _position: absolute; width: 300px; height: 100%; background: #333333; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:50px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-50px; font-size:14px; color:#fff; background: #333333; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;}  .contactusdiyou .hoverbtn span{width:50px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 20px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(/picture/hoverbtnbg1.png) no-repeat; }
.contactusdiyou .conter{width:253px; height:560px; margin-left:22px;   position:absolute; top:31%;*margin-top:-140px;margin-top:-280px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:22px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
	top: 32px;}
.contactusdiyou  dl .f1{width: 213px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{width: 200px; float:left; font-size:12px; color:#fff;}
.kefuQQ a{ background:url(../image/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;    margin-top: -6px;}
.kefuQQ a:hover{ background:url(../image/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
	top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
	top: 32px;}


.contactusdiyou .weixincall .f3{float: left;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 150px;height: auto;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/
.kefuQQ p{line-height: 1}

.kefuQQ_tel{    font-weight: bold;
	font-size: 14px;
	line-height: 30px;}
.kefuqq_a{margin-left: 20px}
.kefuQQ span{color: #ffffff!important;}
.kefuqq_biaoti{margin-top: 50px;color: #ffffff}

#test13 .layui-tree-set .layui-tree-main > .layui-tree-txt {
	color: #f0123c;
}
.product_tit{
	font-size: 18px;
	font-weight: bold;
	color: #7f7f80;
	padding-bottom: 2px;
}
.line{
	position: relative;
	height: 10px;
}
.blueline {
    float: left;
    height: 2px;
    background: #0056a3;
    width: 7%;
    margin: 0px;
}
.redline {
    float: left;
    height: 2px;
    background: #f91f03;
    width: 12%;
    margin: 0px;
}
.grayline {
    float: left;
    height: 2px;
    background: #ccc;
    width: 80%;
    margin: 0px;
}
.product_main{
	/* display: flex; */
	/* justify-content: space-between; */
}
.product_main .leftFrm{
	width: 18%;
	float: left;
}

.product_shop{
	margin: 20px 0;
}
.product_main .productTit{
	font-size: 14px;
    font-weight: bold;
    color: #f00;
    margin-top: 20px;
	white-space: nowrap;
}
.product_main .leftFrm li a{
	display: block;
	width: 100%;
	text-align: left;
    padding-left: 20px;
	height: 34px;
	line-height: 34px;
	border-bottom-color: #e0e0e0;
	border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-top-color: #fff;
}
.product_main .leftFrm li a:hover{
	color: #fff;
	background: linear-gradient(to bottom, #00478d, #2767af,#04498f);
}
.product_main .rightFrm{
	width: 77%;
		float: left;
		min-height: 600px;
		overflow: visible;
		border: 1px solid #bbb;
		margin-left: 40px;
		background-color: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 22px;
	}
	.product_main .rightFrm .productTitle{
		font-size: 16px;
    color: #911;
	font-weight: bold;
	}
.product_main .rightFrm .productDesc{
	padding-top: 10px;
	text-align: justify;
    text-indent: 0.7cm;
    
    margin: 0px;
	
}
.product_main .rightFrm .productDesc p{
	font-size: 18px;
	color: rgb(104, 104, 104);
	line-height: 28px;
	margin-bottom: 18px;
}
.layui-table th{
	background-color: #7cb9ff;
    color: #ffffff;
	text-align: center!important;
	font-size: 14px!important;
	font-weight: normal!important;
	padding: 4px 6px!important;
	border: 1px solid #666!important;
}
.layui-table th span{
	color: #fff;
	display: block;
	font-size: 12px!important;
	font-weight: normal!important;
}
.layui-table td{
	text-align: center;
	color: #9c9c9c;
	padding: 6px!important;
	border: 1px solid #666!important;
}
.layui-table td a{
	color: #337ab7;
}
.layui-table td a:hover{
		color: #23527c;
		text-decoration: underline;
}
.ul_list li a{
	color: #999;
	padding-left: 40px!important;
}
.back{
	display: flex;
	justify-content: end;
	margin-top: 10px;
}
.product_main .rightFrm .productTitle span{
	padding-left: 30px;
    font-size: 14px;
	color: #911;
	font-weight: normal;
}
.atb2{
	display: none;
}
@media (max-width: 500px){
	/* 产品中心移动端 */
	.product_main .productTit{
		white-space: nowrap;
		margin-top: 10px;
	}
	.product_main .leftFrm{
		width: auto;
		float: none;
	}
	.product_main .leftFrm ul{
		display: flex;
		flex-wrap: wrap;
	}
	.product_shop{
		padding: 0 2%!important;
	}
	.product_main .leftFrm li {
		/* height: 34px; */
		width: 100%;
	} 
	.product_main .leftFrm li a{
		white-space: nowrap;
		padding: 0 10px;
	}
	.ul_list li a{
		padding-left: 20px!important;
	}
	.product_main .rightFrm{
		width: 100%;
		margin: 0;
		margin-top: 10px;
		padding: 14px;
	}
	.atb1{
		display: none;
	}
	.atb2{
		display: block;
	}
	.product_main .rightFrm .productDesc p{
		font-size: 1rem;
	}
	.product_main .rightFrm .productTitle span{
		display: block;padding-left: 6px;
	}
	.blueline{
		width: 17%;
	}
	.redline{
		width: 20%;
	}
	.grayline{
		width: 62%;
	}
}