body{
    margin: 0;
    background-image: url(../images/body.jpg);
}

*{
	box-sizing: border-box;
}

a img{
    border: 0;
}

.clearer{
    width: 100%;
    height: 0px;
    clear: both;
}

#main{
    width: 1120px;
    margin: 0 auto;
    background-image: url(../images/main.png);
    background-repeat: repeat-y;
}

#header{
    width: 1028px;
    height: 266px;
    margin: 0 auto;
    background-color: #4C4949;
}

#logo{
    width: 256px;
    height: 231px;
    padding-left: 50px;
    padding-top: 15px;
    float: left;
}

#headerTopRight{
    float: right;
    margin-right: 15px;
}

#headerLanguages{
    float: left;
    padding-top: 30px;
    margin-right: 25px;
}

#headerLanguages a img{
    margin-right: 5px;
}

#headerSocial{
    float: left;
    padding-top: 20px;
}

#headerSocial a img{
    margin-right: 11px;
}

#headerText{
    float: right;
    margin-top: 70px;
    margin-right: 35px;
    text-align: right;
}

#headerText h1{
    padding: 0;
    margin: 0;
    font-family: "Segoe Script";
    font-size: 30px;
    color: #EB5E35;
    font-weight: normal;
    display: block;
    line-height: 32px;
    padding-bottom: 12px;
}

#headerText h3{
    padding: 0;
    margin: 0;
    font-family: "Segoe Script";
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    display: block;
    line-height: 20px;
    padding-bottom: 9px;
}

#topMenu{
    width: 1028px;
    height: 50px;
    margin: 0 auto;
    background-color: #EB5E35;
}

#topMenu a{
    font-family: Verdana;
    font-size: 18px;
    color: #3E3939;
    text-decoration: none;
    display: block;
    margin-left: 34px;
    float: left;
    line-height: 50px;
    transition: .2s;
}

#topMenu a:hover{
	color: #FFF;
}

#topMenu a#selected{
    color: #FFF;
    border-bottom: 3px solid #FFF;
    line-height: 44px;
    margin-top: 3px;
}

#homeGallery{
    width: 1028px;
    height: 427px;
    margin: 0 auto;
    overflow: hidden;
}

#homeGalleryContainer{
	width: 100%;
    height:  427px;
}

.homeGalleryContainerSlide{
	height: 427px;
	background-position: center;
	background-size: cover;
}

.owl-dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-dots .owl-dot{
	width: 5px;
	height: 5px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin: 0 5px;
	transition: .2s;
}

.owl-dots .owl-dot.active{
	width: 12px;
	height: 12px;
	background-color: transparent;
}

#homeGalleryFeccie{
    position: relative;
    width: 83px;
    height: 40px;
    top: 379px;
    left: 935px;
}

#homeFrecciaSx{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 3px;
    background-image: url(../images/home_freccia_sx.jpg);
}

#homeFrecciaSx:hover{
    cursor: pointer;
}

#homeFrecciaDx{
    width: 40px;
    height: 40px;
    float: left;
    background-image: url(../images/home_freccia_dx.jpg);
}

#homeFrecciaDx:hover{
    cursor: pointer;
}

#subTitle{
    width: 408px;
    height: 9px;
    margin: 0 auto;
    margin-top: 19px;
    padding-top: 3px;
    margin-bottom: 34px;
    border-bottom: 1px solid #939393;
    background-repeat: repeat-x;
    text-align: center;
}

#subTitle h4{
    margin: 0;
    padding: 0;
    padding-left:  11px;
    padding-right: 11px;
    font-family: Calibri;
    font-size: 18px;
    color: #EB5E35;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    background-color: #F6F6F6;
}

#homeBoxContainer{
    width: 1028px;
    margin: 0 auto;
}

.homeBox{
    width: 295px;
    float: left;
    margin-left: 37px;
    margin-bottom: 40px;
}

.homeBox span{
    font-family: Calibri;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.homeBoxTitle{
    width: 295px;
    height: 63px;
    border-bottom: 5px solid #EB5E35;
    margin-bottom: 10px;
}

.homeBoxTitle h3{
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: block;
    line-height: 70px;
}

.homeBoxLeggi{
    width: 295px;
    text-align: center;
    margin-top: 7px;
}

.homeBoxLeggi a{
    font-family: Calibri;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    line-height: 35px;
    background-color: #202020;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
}

.homeBoxLeggi a:hover{
    text-decoration: underline;    
}

#homeBorghi{
    width: 426px;
    height: 74px;
    float: left;
    margin-bottom: 40px;
    margin-left: 93px;
    margin-right: 65px;
}

#homeDoveSiamo{
    width: 430px;
    height: 78px;
    float: left;
}

#homeDoveSiamoText{
    float: right;
    margin-right: 110px;
    margin-top: -34px;
}

#homeDoveSiamoText a{
    font-family: Calibri;
    font-size: 18px;
    color: #EB5E35;
    font-style: italic;
    text-decoration: none;
}

#homeDoveSiamoText a:hover{
    text-decoration: underline;
}

#footer{
    width: 1028px;
    height: 42px;
    margin: 0 auto;
    background-color: #4C4949;
    text-align: center;
    padding-top: 15px;
}

#footer span{
    font-family: Calibri;
    font-size: 18px;
    color: #FFF;
}

#content{
    width: 965px;
    margin: 0 auto;
    padding: 28px 0;
}

#contentLeft{
    width: 638px;
    float: left;
}

h3#contentTitle{
    font-family: Verdana;
    font-size: 36px;
    color: #4C4949;
    padding: 0;
    padding-top: 14px;
    padding-right: 63px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    line-height: 46px;
    border-bottom: 3px solid #EB5E35;
}
h3#contentTitle.galleryTitle{
    padding-top: 0;
    margin-bottom: 30px;
}

#contentText{
    width: 605px;
    padding-top: 12px;
    padding-bottom: 55px;
}

#contentText span{
    font-family: Verdana;
    font-size: 14px;
    color: #4C4949;
    display: block;
    line-height: 20px;
}

#contentText a{
    font-family: Verdana;
    font-size: 14px;
    color: #292929;
    display: block;
    line-height: 20px;
    text-decoration: none;
}

#contentText a.last{
    padding-bottom: 5px;
}

#contentText a:hover{
    text-decoration: underline;
}

#contentText a.normal{
    display: inline;
}

#contentRight{
    width: 296px;
    padding-left: 31px;
    float: left;
}

h3.sidebarTitle{
    font-family: Verdana;
    font-size: 24px;
    color: #4C4949;
    padding: 0;
    padding-top: 14px;
    padding-right: 40px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    line-height: 35px;
    border-bottom: 3px solid #EB5E35;
}

#sidebarGallery{
    width: 296px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#sidebarGallery img{
    margin-bottom: 18px;
}

#sidebarGallery img.left{
    float: left;
    margin-right: 16px;
}

#galleryContainer{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#galleryContainer div{
    border: 2px solid #EB5E35;
    width: 200px;
    height: 140px;
	margin: 0 15px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    transition: .2s;
}

button[name="menu_toggle"]{
	display: none;
}

@media screen and (max-width: 1100px) {
	#main{
		width: 100%;
		background-image: none;
		background-color: #FFF;
	}
	
	#header{
		width: 100%;
	}
	
	#headerText{
		margin-right: 0;
	}
	
	#topMenu{
		width: 100%;
	}
	
	#homeGallery{
		width: 100%;
	}
	
	#homeBoxContainer{
		width: 100%;
	}
	
	#footer{
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	#header{
		height: auto;
		padding-bottom: 70px;
		position: relative;
	}
	
	#logo{
		width: 100%;
		height: 100%;
		float: none;
		padding-left: 0;
		padding-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#headerTopRight{
		float: none;
		position: absolute;
		right: 10px;
		bottom: 20px;
	}
	
	#headerText{
		display: none;
	}
	
	button[name="menu_toggle"]{
		width: 100%;
		height: 40px;
		background: none;
		background-color: #EB5E35;
		border: 0;
		display: block;
		font-size: 18px;
		color: #FFF;
		text-transform: uppercase;
	}
	
	#topMenu{
		height: 0;
		overflow: hidden;
	}
	
	#topMenu.open{
		height: auto;
		display: flex;
		flex-direction: column;
		padding: 20px 0;
	}
	
	#topMenu a{
		float: none;
		display: inline-block;
	}
	
	#topMenu a#selected{
		border-bottom: 0;
		position: relative
	}
	
	#topMenu a#selected:before{
		content: '';
		width: 40px;
		height: 2px;
		background-color: #FFF;
		position: absolute;
		bottom: 4px;
		left: 2px;
	}
	
	#subTitle{
		width: 100%;
		border-bottom: 0;
		height: 20px;
		margin-top: 25px;
	}
	
	#homeBoxContainer{
		padding: 0 10px;
	}
	
	.homeBox{
		width: 100%;
		margin-left: 0;
	}
	
	#homeBorghi{
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		padding: 0 10px;
		float: none;
	}
	
	#homeBorghi img{
		width: 100%;
	}
	
	#homeDoveSiamo{
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 40px;
		padding: 0 10px;
	}
	
	#homeDoveSiamo img{
		width: 100%;
	}
	
	#footer{
		height: auto;
		padding-bottom: 15px;
	}
	
	#content{
		width: 100%;
		padding: 0 10px;
		padding-top: 20px;
	}
	
	#contentLeft{
		width: 100%;
		float: none;
		padding: 0;
	}
	
	#contentLeft>img{
		width: 100%;
		height: 130px;
	}
	
	h3#contentTitle{
		font-size: 27px;
		line-height: 33px;
		padding-right: 0;
		border-width: 2px;
		margin-bottom: 20px;
	}
	
	#contentText{
		width: 100%;	
	}
	
	#contentRight{
		width: 100%;
		padding: 0;
		float: none;
	}
}