* {
	box-sizing:border-box;
	font-stretch:normal;
	letter-spacing:0px;
	word-spacing:0px;
	line-height:100%;
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	font-size:inherit;
	font-family:inherit;
}
body {
	font-size:16px;
	font-family:Arial;
	background-color:#FFFFFF;
}
A, .pseudo_link {
	cursor:pointer;
	color:#0033CC;
	text-decoration:none;
}
A:hover, .pseudo_link:hover {
	color:red;
}
img {
	display:block;
}
input::-ms-clear {
	display:none;
}
.clearfix::after {
	content:"";
	clear:both;
	display:table;
}
.flex_center {
	display:flex;
	align-items:center;
	justify-content:center;
}

#button_up {
	display:none;
	border-radius:15px;
	opacity:0.8;
	width:150px;
	height:50px;
	position:fixed;
	left:45px;
	top:45%;
	background-color:#9f9d8b;
	color:#ede9cf;
	cursor:pointer;
	font-size:20px;
	z-index:100;
	align-items:center;
	justify-content:center;
}
#button_up:hover {
	background-color:#000000;
}
@media screen and (max-width: 1160px) {
	#button_up {
		width:auto;
		height:auto;
		font-size:16px;
		left:10px;
		top:auto;
		bottom:10px;
		padding:10px;
	}
}

h1 {
	font-size:24px;
	margin-bottom:20px;
	color:#666666;
	text-align:center;
}
@media screen and (max-width: 1160px) {
	h1 {
		font-size:18px;
	}
}

.plate {
	width:100%;
	max-width:1140px;
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (max-width: 1160px) {
	.plate {
		padding-left:10px;
		padding-right:10px;
	}
}

.slideshow_container {
}
.slideshow_slide {
	margin-right:10px;
}
.slideshow_slide IMG {
	border-radius:5px;
}
.projects {
	margin-top:-25px;
	text-align:right;
	font-size:13px;
	position:relative;
	z-index:10;
	margin-bottom:20px;
}
@media screen and (max-width: 1160px) {
	.slick-dots {
		bottom:-40px !important;
	}
	.projects {
		margin-bottom:35px;
	}
}

.description {
	font-size:21px;
	margin-bottom:20px;
}
@media screen and (max-width: 1160px) {
	.description {
		font-size:15px;
	}
}

.email {
	text-align:center;
	font-size:21px;
}
@media screen and (max-width: 1160px) {
	.email {
		font-size:15px;
	}
}

.counter {
	padding-top:25px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.counter > DIV {
	margin-right:10px;
}
.counter > DIV:last-child {
	margin-right:0px;
}

@media screen and (min-width: 1161px) {
	.only_horizontal {
	}
	.only_vertical {
		display:none !important;
	}
	#vertical_indicator {
		display:none !important;
	}
}

@media screen and (max-width: 1160px) {
	.only_horizontal {
		display:none !important;
	}
	.only_vertical {
	}
	#vertical_indicator {
		display:block !important;
	}
}