@font-face {	 
	font-family:  ProximaNova-Thin;
	src: url("../fonts/Proxima Nova Thin.otf");
	font-weight: 400;
}
@font-face {	 
	font-family:  ProximaNovaA-Light ;
	src: url("../fonts/Proxima Nova Alt Light.otf");
	font-weight: 400;
}
@font-face {	 
	font-family:  ProximaNova-Regular ;
	src: url("../fonts/ProximaNova-Regular.otf");
	font-weight: 700;
}
@font-face {	 
	font-family:  ProximaNova-Bold ;
	src: url("../fonts/Proxima Nova Bold.otf");
	font-weight: 900;
}
@font-face {	 
	font-family:  ProximaNovaExtra-Bold ;
	src: url("../fonts/Proxima Nova Extra Condensed Bold.otf");
	font-weight: 900;
}
 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: ProximaNovaA-Light;
	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%;
}

.artizen-wrapper {
	min-height: 100vh;
	position: static;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;

}
.artizen-section {
	width: 100%;
	float: left;
	position: relative;
	box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);	 
}
.button {
	width: 135px;	 
	padding: 4px 0px;
	cursor: pointer;
	text-align: center;	  
	font-family: ProximaNovaA-Light;
	font-size: 18px;
	font-weight: 400; 
	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;
	font-family: ProximaNova-Bold;
	color: #000;
	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;
}
.brands-block a{
	text-transform: 
}
.mobile_patter{
	display: none;
}
div#select_event{
	outline: none;
}
.artizen-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;
    width: 21px;
    height: 36px;
    background-color: transparent;
    text-indent: -9999px;
    display: none;
    -ms-transform: rotate(20deg);
    transform: rotate(90deg);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    z-index: 9;
    border-radius: 60px;
}
.artizen_wrapper_section {
    width: 100%;
    float: left;
    position: relative;
}
@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;
	}
}