

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Crimson Text', serif;
font-family: 'Work Sans', sans-serif;
	overflow-x: hidden;
	color: #1f1f1f;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,a:hover,a:focus {
	text-decoration: none;
}
input:focus,select:focus,textarea:focus,button:focus{
	outline: none;
} 
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
}

.buxus-wrapper {
	min-height: 100vh;
	position: static;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	max-width: 1600px;
	 
}
.slick-slide{
	outline: none;
}
.buxus-section {
	width: 100%;
	float: left;
	position: relative;
	box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);
	overflow: hidden;	 
}
.button {
	width: 255px;	 
	padding: 10px 0px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: 300; 
	line-height: 30px;
	border-radius: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s; 
	z-index: 9;
	position: relative;
	border:none;
	color: #ffffff;
	border:1px solid #ffffff;
	background-color: transparent;
}
.button:hover{
	/*border: 2px solid #ea6d67;
	color: #ffffff;
	background-color:#ea6d67;*/
}
.button span {
	vertical-align: middle;
	line-height: 16px;
	padding-left: 10px;
	font-size: 29px;
}
.button span img{
	
}
.brands-block a{
	text-transform: 
}
.mobile_patter{
	display: none;
}
div#select_event{
	outline: none;
}
.buxus-banner img{
	width: 100%;
}
.scrolltop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	/*display: none;*/
}
.scrolltop.active{
	display: block;
}
.scrolltop span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
.scrolltop {
	position: fixed;
	right: 29px;
	bottom: 15px;
	cursor: pointer;	 
	background-color: transparent;
	text-indent: -9999px;
	/*display: none;*/ 
	z-index: 9;
	 
}
.buxus_wrapper_section {
	width: 100%;
	float: left;
	position: relative;
}
.buxus_content_wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.yellow {
	position: relative;
	transition: width .3s;
}
.yellow span{
	position: relative;
	transition: width .3s;
	z-index: 9;
}
.yellow span font{
	position: relative;
	z-index: 1;
}
.yellow span:after {
	position: absolute;
	content: "";
	transition: width .3s;
	height: 25px;
	background-color:#ecce21;
	bottom: -1px;
	left: 0%;
	width: 0;	 
	opacity: 0;
}
.yellow span:hover:after{
	opacity: 1;
	width: 100%;
}

.blockreveal.active {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.animation_block{
	transform: scale(1);
	transition: all 4.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.blockreveal.active .animation_block{
	-webkit-animation: fadeIn 0s 0.9s;
	animation: fadeIn 0s 0.9s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.blockreveal::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	background-color: #149DD8;
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}
.blockreveal.active::after {
	-webkit-animation: secondaryImageOverlayIn 0.9s 0s, secondaryImageOverlayOut 0.9s 0.9s;
	animation: secondaryImageOverlayIn 0.9s 0s, secondaryImageOverlayOut 0.9s 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes secondaryImageOverlayIn {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes secondaryImageOverlayIn {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes secondaryImageOverlayOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes secondaryImageOverlayOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(120%);
		transform: translateX(120%);
	}
}

@media screen and (max-width: 770px){
	/*.button {
		font-size: 13px;
		padding: 0;
		width: 130px;
	}
	.mobile_patter{
		display: inline-block;
		text-align: center;
		width: 100%;
		float: left;
		}*/
		.scrolltop{
			right: 12px;
		}
		.yellow span:after{
			display: none;
		}
		.button{
			width: 190px;
		}
	}