@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	margin: 0;
	background: url('img/background.jpg')
}
a{
	text-decoration: none;
	color: rgba(0, 0, 0, 0);
	float: left;
	z-index: 3;
	position: fixed;
	width: 45%;
    height: 60px;
}
ul{
	list-style-type: none;
}
.slidesjs-navigation:before{
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.slidesjs-previous{
	bottom: 15px;
}
.slidesjs-previous:before{
	content: "\e003";
	transform: rotate(180deg);
	color: black;
	width: fit-content;
	float: right;
	padding: 10px 40px;
}
.slidesjs-next{
	left: 55%;
	bottom: 15px;
}
.slidesjs-next:before{
	content: "\e003";
	color: black;
    width: fit-content;
	float: left; 
    padding: 10px 40px;
}
.slidesjs-container{
	position: absolute !important;
	z-index: 1;
}
.slidesjs-slide{
	height: 97% !important;
}
.pag{
	width: 100%;
	min-width: 70px;
    position: fixed;
    z-index: 2;
    font-family: sans-serif;
    bottom: 27px;
    text-align: center;
    font-size: 30px;
}
.menu{
	position: fixed;
    z-index: 3;
    right: 10px;
	
	width: 70px;
	height: auto;
}
.dropdown{
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
    width: fit-content;
    font-size: 16px;
    font-size: 16px;
    padding: 20px 10px 10px 10px;
    right: 10px;
    z-index: 2;
    font-family: sans-serif;
    top: 60px;
}
.dropdown ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.dropdown ul li{
	padding: 5px 0px;
}