* {padding:0; margin:0;}

@font-face {
    font-family: 'Lora-Regular';
    src: url('fonts/Lora-Regular.eot');
    src: url('fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Regular.woff2') format('woff2'),
        url('fonts/Lora-Regular.woff') format('woff'),
        url('fonts/Lora-Regular.ttf') format('truetype'),
        url('fonts/Lora-Regular.svg#Lora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora-Bold';
    src: url('fonts/Lora-Bold.eot');
    src: url('fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Bold.woff2') format('woff2'),
        url('fonts/Lora-Bold.woff') format('woff'),
        url('fonts/Lora-Bold.ttf') format('truetype'),
        url('fonts/Lora-Bold.svg#Lora-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
	font-family: 'Lora-Regular', serif;
    font-size: 11.5px;
}



#navigation {
    width: 91%;
    padding-left: 4%;
    padding-right: 4%;
    padding-right: 5%;
    height:75px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    text-align: center;
    z-index: 9999;
}

#logo {
	width: 260px;
	margin-top: 30px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
}

#ham {
	float: right;
    width: 25px;
    margin-top: -5px;
    margin-top: 24px;
    cursor:pointer;
}

#menu {
	padding-left: 0;
    text-align: center;
	padding-bottom: 24px;
	display: none;
	position: absolute;
	top:75px;
    background-color: white;
    width: 100%;
    z-index: 9999;
}

#menu ul {
    list-style: none;
    margin-top: 0px;
}

#menu ul li {
    text-transform: uppercase;
    padding: 3px 0px;
}

#slideshow {
	background-color: black;
    width: 100%;
    height: 100vh;
    cursor:pointer;
    overflow:hidden;
}

#slideshow_mobile {
    background-color: black;
    width: 100%;
    height: 100vh;
    cursor:pointer;
}


.slide {
	background-image:url(images/slide_home.jpg);
	width: 100%;
    height: 100%;
    margin-top: 70px;
    background-size: cover;
    background-position: top center;
}

.slide_mobile {
    background-image:url(images/slide_mobile.jpg);
    width: 100%;
    height: 100%;
        background-size: cover;
    background-position: top center;
}

.video {
	display: none;
}

.video_mobile {
    display: none;
}

#videohome {
    object-fit: fill;
}

#videohome_mobile {
    object-fit: fill;
}


.wrapper {
    width: 70%;
    max-width: 800px;
    float: none;
    margin: 0 auto;
    margin-top:120px;
    margin-bottom: 70px;
}


#about_slider {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 64%;
    float: right;
}

.slide_about {
	width: 100%;
}

.text {
    width: 100%;
    line-height: 15px;
    margin-top: 20px;
    text-align: justify;
    text-transform: uppercase;

}

h1 {
	width: 100%;
	text-transform: uppercase;
	font-size:18px;
    font-family: 'Roboto-Medium';
}

.slick-prev {
    height: 100%;
    position: absolute;
    z-index: 999;
    border: none;
    background-color: transparent;
    text-indent: -999px;
    width: 10%;
    overflow: hidden;
}

.slick-next {
    height: 100%;
    position: absolute;
    z-index: 999;
    border: none;
    background-color: transparent;
    text-indent: 999px;
    top: 0;
    left:auto;
    right: 0;
    width: 10%;
    overflow: hidden;
}


.colonna {
    display: inline-block;
    vertical-align: top;
    width: 27%;
	min-width:500px;
    margin-top: -2px;
}

.text {
    margin-top: -2px;
    line-height: 16px;
}

#menu_about {
    background-color:transparent;
    width: auto;
    padding-right: 70px;
    position: absolute;
    padding-bottom: 24px;
    padding-left: 5%;
    top:75px;
    text-align: left;
    z-index: 9999;
    margin-top:69px;
}

#menu_about ul {
    list-style: none;
    margin-top: 0px;
}

    #menu_about ul li {
    text-transform: uppercase;
    padding: 3px 0px;
}


a:link, a:visited {
	color:black;
	text-decoration: none;
}

a:hover, a:active {
	color:black;
	opacity:.8;
	text-decoration: none;
}


b, strong {
    font-family:'Lora-Bold', serif;
}

.mobile {
    display: none !important;
}


@media screen and (max-width: 999px) {

    .mobile {
    display: block !important;
    }

    .nomobile {
        display: none !important;
    }

    body {
        font-size:13px;
    }
    .slide_mobile {
        background-image:url(images/slide_mobile.jpg);
        margin-top: 55px !important;
    }

    #slideshow_mobile {
        overflow: hidden;
    }

    #navigation {
        background-color: white;
        height: 64px;
        text-align:left !important;
    }

    #ham {
        float: right;
        width: 20px;
        margin-top: 23px;
        display: block !important;
    }

    /*#logo {
        width: 200px;
        margin-top: 26px;
        position:relative !important;
        left:auto !important;
        margin-left:auto !important;
    }   */

    #logo {
        width: 180px;
        margin-top: 28px;
        left: 50%;
        margin-left: -90px;
    }

    .wrapper {
        width: 100% !important;
        margin-top: 62px !important;
        margin-bottom: 50px;
        max-width: 100% !important;
    }

    #about_slider {
        width: 100%;
    }

    h1 {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 17px;
    }

    main {
        width: 100% !important;
        margin: 0 !important;
    }

    .text {
        width: 90% !important;
        margin-left: 5%  !important;
        font-size: 11.5px;
        line-height: 16px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    #menu ul {
        margin-top: 10px;
    }

    #menu ul li {
        padding:5px 0px;
    }

    #menu {
        background-color: white !important;
        width: 90%  !important;
        text-align: center !important;
        padding-right: 5%  !important;
        padding-left: 5% !important;
        top:60px;
    }


    #about_slider_mobile {
        margin-bottom:30px;
        height: 450px;
        overflow: hidden;
    }

}

