
:focus {
  outline-color: transparent;
  outline-style: none;
}
::selection{
	background:#D7E6F4;
	color:#2d2d2d;
}
.clearer{ clear:both;}
a img{ border:0;}
body{
	background-color:#fff;
	font-family: 'Raleway', sans-serif;
	color: #4c4c4c;
	font-size:14px;
	margin:0;
	padding:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.redborder{ border:1px solid red !important;}
label.redborder{ border:0 !important; color:red;}
.container iframe{ max-width:100%;}

a{text-decoration:none; color:#4c4c4c;}
a:hover{color:#6b6b6b;}
a:active{color:#9c9c9c;}

/* ------------------ */
.container{ width:1170px; margin:auto; }
.relative{ position:relative; }


div#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: center no-repeat #d1e7e0;
	z-index:100;
}
#screen{
	position:relative;
	width:100%;
	height:100%;
	z-index:50;
	overflow:hidden;
	
}

div#scroll-icon {
    position: absolute;
    bottom: 10px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    height: 50px;
    text-align: center;
}
div#scroll-icon img{
    height: 100%;
}
.screen-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

#cover .screen-logo .img {
    margin-bottom: 10px;
}

#cover .screen-logo .loader img {
    width: 32px;
}

/* ------------------ */

.menu-mobile-icon{background:url(../img/icons/menu_mobile.png) center no-repeat;width:45px;height:45px;background-size:auto 100%;display:none;position: absolute;right: 12px;  -webkit-transition-duration: 0.15s;   transition-duration: 0.15s;   -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.menu-mobile-icon:active{ background-size:auto 80%;}

.top_mobile_icon {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 40px;
    height: 30px;
    background:url(../img/icons/menu_mobile.png) center no-repeat;
    background-size:auto 100%;
    z-index:220;
    display:none;
}
.top_mobile_icon:active{ background-size:auto 80%;}


.home-slide {
    box-sizing: border-box;
    padding: 100px 0;
}


.title-1 {
    font-size: 100px;
    font-family: 'Ubuntu', cursive;
    text-align: center;
}
.text-1 {
    font-size: 17px;
}

.bordo-top-purple{ border-top: 5px solid #d1e7e0; }
.bordo-bottom-purple{ border-bottom: 5px solid #d1e7e0; }
.parallax1{height:300px;width:100%;background: url(../img/gallery/parallax1.jpg) 50% 0 no-repeat fixed;background-size: 100% auto;}


.footer-bg {
    padding: 50px 0;
    background: #d1e3e7;
}

.footer-bg .col {
    float: left;
    width: 21%;
}
#footer .col-title {
    font-size: 22px;
    color: #4c4c4c;
    font-family: 'Ubuntu', cursive;
    border-bottom: 2px solid #a9b9b4;
    box-sizing: border-box;
    margin-right: 40px;
    margin-bottom: 10px;
}

.col-row {
    margin-bottom: 7px;
    box-sizing: border-box;
    padding-right: 15px;
}
.footer-white {
    padding: 20px;
    text-align: center;
    background: #c3d1d4;
}


.btn-container-1{text-align:center;margin-top: 50px;}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px 60px;
  background-color: #d1e7e0;
  /* text-transform: uppercase; */
  font-size: 17px;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a6c1b9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




div#menu {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #efefef;
	/*display:none;*/
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.menu-logo {
    font-family: 'Ubuntu', cursive;
    font-size: 50px;
    color: #2d2d2d;
}


#menu .menu-container {
    
padding: 15px 50px;
    
position: relative;
}

#menu.opaque .menu-container {
    background: #FFF;    
    border-bottom: 1px solid #ececec;
   
}
div#menu.transparent, div#menu.transparent .menu-logo, div#menu.transparent .menu-voices a {
    background: rgba(255,255,255,0);
    /* color: #FFF !important; */
    border-bottom-color: transparent;
}





.menu-voices {
    
}

.menu-voices a {
    display: inline-block;
    margin-left: 20px;
}
.menu-voices{ 
	position: absolute;
    right: 30px;
    top: 33px;
    font-size: 16px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	text-align: right;
}
.top_menu{
		-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.menu-voices a, .top_menu a{
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	animation-duration: .4s;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
}
.menu-voices a:nth-child(1){
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}
.menu-voices a:nth-child(2){
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
}
.menu-voices a:nth-child(3){
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}
.menu-voices a:nth-child(4){
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
}
.menu-voices a:nth-child(5){
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}


.breadcrumb {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 7px;
}

.breadcrumb ul li::after {
    content: '>';
    height: 10px;
    margin-left: 5px;
}
.breadcrumb ul li:last-child{
    color: #40578e;
    border-bottom: 2px solid #CCC;
}
.breadcrumb ul li:last-child::after{content:none;}

#top{
	height:90px;
	background:#FFF;
	border-bottom: 1px solid #efefef;
	
	
	width:100%;
}

.top_menu {
    float: right;
    position: absolute;
    right: 0;
    top: 35px;
}

.top_menu a {
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}
.top_menu a[data-active="1"], .top_menu a:hover {
    border-bottom: 5px solid #d6ca3f;
    padding-bottom: 5px;
}
.top_logo {
    position: absolute;

    top: 5px;
    z-index:90;
    font-family: 'Ubuntu';
    font-size: 43px;
    width: 410px;
    line-height: 39px;
    font-weight: bold;
    border-left: 10px solid #d6ca3f;
    padding-left: 10px;
    box-sizing: border-box;
}
.top_logo a{color: #40578e !important;}
.top_logo a:hover{color: #d6ca3f !important;}
.top_logo img {
    height: 210px;
}



#slideshow{
	width:100%;
	height:400px;
	background:#efefef;
	border-top: 5px solid #40578e;
	border-bottom: 5px solid #d6ca3f;
}

.content_title{
	font-family: 'Ubuntu', cursive;
	font-size: 50px;
	line-height: 50px;
}
.content{
	padding: 30px 0px;
}

.content_coldx {
    float: right;
    width: 300px;
    min-height: 10px;
    margin-top: 30px;
    background: #f0f0f0;
    position: relative;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 15px;
}

.content_colsx{
	float:left; width:800px;
}








.page_photogallery_title, .page_allegati_title {
    font-family: 'Ubuntu', cursive;
    font-size: 30px;
}

.page_photogallery, .page_allegati {
    padding-top: 10px;
    clear:both;
}

.page_photogallery ul, .page_allegati ul{list-style:none; padding:0; margin:0;}

.page_photogallery ul li {
    display: inline-block;
}





.page_photogallery ul {  list-style: none;  margin: 0;  padding: 0;}
.page_photogallery ul li{ float:left; width:150px; height:150px; overflow:hidden; margin:0 10px 10px 0; }
.page_photogallery ul li img{ width:100%; opacity:.7; 	-webkit-transition: all 0.1s ease-in;	-moz-transition: all 0.1s ease-in;	-ms-transition: all 0.1s ease-in;	-o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }
.page_photogallery ul li img:hover{ opacity:1;}

.page_allegati ul li::before{
	
}




.page_subcontents ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page_subcontents ul li {
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 10px;
    background-size: cover;
    /* background-blend-mode: darken; */
    background-clip: border-box;
    opacity: .8;
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    position:relative;
}
.page_subcontents ul li:hover{
    opacity:1;
    cursor:pointer;
}
.page_subcontents_title {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    /* color: #FFF; */
    background-color: rgba(0,0,0,.7);
    width: 100%;
}

.page_subcontents_title a {
    color: #FFF;
    /* font-family: 'Ubuntu', cursive; */
    font-size: 20px;
}
.page_detail .content_title {
    font-size: 60px;
    clear: both;
}

.contentdetail {
    clear: both;
    margin-bottom: 50px;
    padding-top: 20px;
}

.contentdetail_pic_container {
    float: left;
    width: 35%;
    box-sizing: border-box;
    padding-right: 40px;
}

.contentdetail_pic_container img {
    width: 100%;
}

.contentdetail_title {
    font-family: 'Ubuntu', cursive;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    /* height: 90%; */
    font-weight: bold;
}

.contentdetail_subtitle {
    font-size: 21px;
    border-bottom: 5px solid #d6ca3f;
    margin-top: 0px;
    padding-bottom: 10px;
}


.contentdetail_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contentdetail_social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contentdetail_social {
    margin: 20px 0 10px 0;
}

.contentdetail_social ul li img {
    opacity: .8;
}

.contentdetail_social ul li img:hover {
    opacity: 1;
}

.footer-fb-container{
	width:320px;
	height:250px;
}






.colsx {
    float: left;
    width: 50%;
    min-height: 300px;
}

.coldx {
    float: left;
    width: 40%;
    min-height: 300px;
}

div#map {
    width: 100%;
    height: 600px;
}

.rivenditori_list{
	/* margin:20px 0; */
}
.rivenditori_list .regione{
	font-size:16px;
	font-weight:bold;
	display:block;
	clear:both;
	background-color:#f0f0f0;
	padding: 5px 10px;
	margin-top: 10px;
}
.rivenditori_list .regione:hover{
	cursor:pointer;

	background:#CCC;
}
.rivenditori_list .detail{
	display:none;
	padding: 20px;
	background-color: #f0f0f0;
}
.provincia {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #d1e7e0;
}

ul.rivenditori {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.rivenditori li {
   margin-top:20px;
}
ul.rivenditori li img {
    width: 300px;
}

.rivenditori_title {
    margin: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.button-margin-right{ margin-right:20px;}





/* ---------------------- */
.inforequest_form label {
    float: left;
    min-width: 200px;
	min-height: 1px;
}

.inforequest_form .form_row {
    clear: both;
    margin-bottom: 10px;    
    display: table;
    position: relative;
}

.inforequest_form .form_row:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.inforequest_form input[type=text],
.inforequest_form input[type=tel],
.inforequest_form input[type=email],
.inforequest_form textarea {
    padding: 5px;
    min-width: 300px;
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
	border: 1px solid #CCC;
}

.form_responsive .inforequest_form input[type=text],
.form_responsive .inforequest_form input[type=tel],
.form_responsive .inforequest_form input[type=email],
.form_responsive .inforequest_form textarea {
    width: 100%;
    min-width: auto;
    font-size:12px
}
.form_responsive .inforequest_form label {
    font-size: 12px;
	min-height:0;
}
.form_responsive ul.form_errors{
	font-size:12px;
}




.inforequest_form textarea{min-height:100px}

button#formSubmitBtn {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #CCC;
    color: #2d2d2d;
    font-weight:normal;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    min-width: 300px;
    webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.form_responsive button#formSubmitBtn{
	min-width:inherit;
	width:100%;
}


button#formSubmitBtn:hover{
    cursor:pointer;
    background:#CCC;
}
button#formSubmitBtn:active{
    cursor:pointer;
    background:#b9b9b9;
}

.form_container_title {
    font-family: 'Ubuntu', cursive;
    font-size: 20px;
}

.form_container_subtitle {
    margin-bottom: 20px;
}
ul.form_errors {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    color: #d40000;
}
input#privacy_tick {
    float: left;
}
label[for="privacy_tick"]:hover{
	cursor:pointer;
}

/* ---------------------- */

.news_pic {
    width: 200px;
    float: left;
    margin: 0 20px 20px 0;
}

.news_container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news_container ul li {
    margin-top: 20px;
    clear:both;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.news_title {
    font-family: 'Ubuntu', cursive;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.allg_container {
    margin: 5px;
}

a.allgLink {
    font-weight: bold;
    color: #40578e;
}

a.allgLink:hover{color:#d6ca3f;}
.content_title_2{ font-size:20px;}

.array_banners_item img {
    width: 100%;
    margin-bottom: 10px;
}

ul.menu_subpages {
    margin: 0 0 30px 0;
    padding: 0;
}

li.ft {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

li.chld {
    margin-left: 25px;
    margin-bottom: 10px;
}
li.chld a.active {
    font-weight: bold;
    color: #40578e;
}
ul.pagination {
    display: inline-block;
    /* background-color: #efefef; */
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.pagination li {
    color: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
    margin-right: 10px;
    background: #efefef;
}

ul.pagination a {
    color: #000;
}
ul.pagination a.selected li {
    background: #d5ca26;
}

ul.pagination li:hover {
    background: #ccc;
}







.content_list_gare{ padding-top: 25px; }
.content_single_gara_icon {float: left;margin: 10px ;width: 100px;;text-align: center;border-radius: 3px;overflow: hidden; border: 1px solid #ccc;}
.content_single_gara_icon div:first-child {background-color: red;color: #FFF;font-weight: bold;padding: 10px 0;}
.content_single_gara_icon div:last-child {font-weight: bold;padding: 10px 0; font-size: 30px}

.content_single_gara_titles {float: left; padding: 10px 0}

.content_single_title{margin-bottom: 15px;}
.content_single_title h2{ font-weight: bold; margin: 0 !important; padding: 0;}
.content_single_title p{ font-weight: normal; margin: 0 !important; padding: 0;}