/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: PRESENCE.*/
/* Version: 1.1 Updated Release*/
/* Build Date: 10 Jun 2014*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html{
}
body{
	font-family:"OpenSansRegular";
	overflow-x:hidden; 
}
#okplayer{
	width: 100% !important;
}
.fullscreen-video-bg #okplayer{
	width: 125% !important;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    	outline: none; 
}
.presence-ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.presence-ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
p{
	color: #777;
	font-family:"OpenSansRegular";
	font-size: 14px;
	line-height:21px;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container, .service-details{
		max-width: 960px;
	}
}
.mast-wrap, .slide{
	padding-right: 50px;
}
.mob-only-menu-btn{
	position: fixed;
	top: 0;
	background: transparent;
	text-align: right;
	width: 100%;
	z-index: 90;
}
.video-poster-image{
	background:url('../images/poster.jpg') center center no-repeat !important;
	background-size: cover;
}

/*Common Spacing and Padding*/

.page-section{
	padding: 100px 0;
	overflow: hidden;
}
.separator-section{
	padding: 100px 0;
	overflow: hidden;
}
.inner-section{
	overflow: hidden;
}
.add-top{
	margin-top: 140px;
}
.add-bottom{
	margin-bottom: 140px;
}
.add-top-half{
	margin-top: 70px;
}
.add-bottom-half{
	margin-bottom: 70px;
}
.pad-top{
	padding-top: 40px;
}
.pad-bottom{
	padding-bottom: 40px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}

.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.valign{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.static-side-navigation-wrap{
	height: 100%;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	text-align: center;

    -moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.2);
    box-shadow: -2px 0px 2px rgba(0,0,0,0.2);


}
/*Vertical Logo*/
.vertical-logo{
	width: 100%;
	bottom: 0;
	position: absolute;
	text-align: center;
}
.vertical-logo.stick-on-top{
	top: 55px !important;
}
.masthead{
	min-height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #121212;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.fluidhead{
	padding-left: 50px;
	padding-right: 50px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.page-section{

}
.main-heading{
	font-size: 42px;
	line-height: 49px;
    letter-spacing: 3px;
    margin-bottom: 15px;
	text-transform: uppercase;
	font-family:"MontserratRegular";
	margin-bottom: 0;
}
.liner{
	text-align: center;
}
.liner > span{
	display: inline-block;
	width: 100px;
	height: 6px;
}
.liner-small-left{
	text-align: left;
	margin-bottom:10px;
}
.liner-small-left > span{
	display: inline-block;
	width: 50px;
	height:3px;
}
.liner-small-center{
	text-align: center;
	margin-bottom:10px;
}
.liner-small-center > span{
	display: inline-block;
	width: 50px;
	height: 3px;
}
.promo-text-main{
    margin: 0 auto;
    margin-top: 20px;
	 color: #999999;
font-family:"OpenSansRegular";
    font-size: 14px;
    line-height: 36px;
    width: 640px;
}
.promo-text{
	margin-top: 30px;
	padding:0px 100px;
font-family:"OpenSansLight";
font-size: 16px;
line-height: 23px;
}
.page-head{
	padding: 75px 0;
	font-size: 14px;
	line-height: 21px;
}

/*Buttons*/
.btn-presence{
	border-radius: 5px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family:"MontserratRegular";
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-presence-big{
	border-radius: 5px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	font-family:"MontserratRegular";
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-presence:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-presence-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-presence-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-presence-dark{
	border:solid 2px #000;
	background: transparent;
	color: #000;
}
.btn-presence-dark:hover{
	border:solid 2px #000;
	background: #000;
	color: #fff;
}

.btn-presence-color{
	background: transparent;
}
.btn-presence-color:hover{
	color: #fff;
}
.proceed-btn-wrap{
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #000; 
}

.line-top-button{
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #000; 
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*SHOWCASE SLIDES*/

.intro.showcase-area{
	text-align: center;
	height: 75%;
	background:url('../images/slants/slant1.png') center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.showcase-area{
	text-align: left;
	padding: 0;
}
.showcase-area-inner{
	max-width: 300px;
	padding: 40px;
	height: 100%;
	position: absolute;
	left: 0px;
	z-index: 2;
	background:rgba(0,0,0,0.7);
}

.showcase-area-inner h5>span{
	font-size: 96px;
	line-height: 103px;
font-family:"OpenSansLight";
font-weight: normal;
}
.showcase-area-inner h5>span > strong{
	font-size: 36px;
	line-height: 43px;
font-family:"OpenSansLight";
font-weight: normal;
}
.showcase-area-inner h1{
	font-size: 36px;
	line-height: 43px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-top:20px;
font-weight: normal;
}
.showcase-area-inner h6{
margin-top:20px;
}
.showcase-area-inner h6 > span{
text-transform: uppercase;
font-family:"RalewayLight";
	font-size: 12px;
	line-height: 19px;
	padding: 10px;
}
.showcase-proceed{
	margin-top: 40px;
}
.showcase-proceed > a{
	opacity: 1;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.showcase-proceed > a:hover{
	opacity: 0.5;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
/*showcase-two only styles*/
.emblem-in-showcase .emblem-area h3{
	font-size: 20px;
	line-height: 27px;
}

.emblem-in-showcase .emblem-area{
	padding: 70px 50px;
	width: 250px;
	height: 250px;
	border-radius: 250px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
a:hover > .emblem-area{
	background: #121212;
	color: #fff !important;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
a:hover > .emblem-area *{
	color: #fff !important;
}



/*Showcase Video BG Slides Settings*/
.video-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.video-container .video-overlay-content {
	position: absolute;
	top: 0;
}



/*CALL-TO-ACTION*/
.call-to-action{
	text-align: center;
	padding: 80px 0px;
	background: url('../images/face-tiles.jpg') repeat !important;
	background-size: cover !important;
}
.call-to-action.alternative-bg{
	text-align: center;
	padding: 80px 0px;
	background: url('../images/dark-bliss.jpg') repeat !important;
	background-size: cover !important;
}
.call-to-action.custom-bg-cyan{
	background: url('../images/face-tiles-cyan.jpg') repeat !important;
	background-size: cover !important;
}
.call-to-action.custom-bg-yellow{
	background: url('../images/face-tiles-yellow.jpg') repeat !important;
	background-size: cover !important;
}
.call-to-action.custom-bg-dark{
	background: url('../images/face-tiles-dark.jpg') repeat !important;
	background-size: cover !important;
}
.call-to-action h1{
	font-weight: normal;
font-family:"OpenSansBold";
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 10px;
}
.call-to-action h1 > span{
	display: block;
	font-weight: normal;
font-family:"OpenSansLight";
	font-size: 64px;
	line-height: 71px;
	margin-bottom: 30px;
}
.call-to-action h4{
	margin-top: 15px;
	font-weight: normal;
font-family:"OpenSansLight";
	margin-bottom: 30px;
}
.call-to-action a{
}
.stats-wrap{
}
.stats-block{
	padding: 50px;
	text-align: center;
}
.stats-block > img{
	width: 150px;
	height: 150px;
	border-radius: 150px;
	margin-bottom: 10px;
}
.stats-count{
	font-weight: normal;
font-family:"OpenSansBold";
	font-size: 64px;
	line-height: 71px;
	margin-bottom: 20px;
}
.stats-des > span{
	border: solid 1px #000;
	color: #fff;
	font-size: 12px;
	line-height:12px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
padding: 10px;
}
.stats-carousel-item{
	padding: 50px 0;
}

/*ABOUT PAGE*/
.about{
	padding-bottom: 0;
}
.about-inner-bg{
	padding: 100px 0;
	background:url('../images/inner-bg/devices.gif') center center repeat-y;
	background-size: 100%;
}
.about-inner-content{
	padding: 40px;
}
.about-inner-content > img{
	padding: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	border-radius: 100%;
}
.about-inner-content a > h1, .about-inner-content > h1{
	font-size: 48px;
	line-height:55px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}

.about-inner-content a:hover{
transform: translateX(1 100px);
}
.about-inner-content > h3{
	font-size: 18px;
	line-height:25px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}


/*TESTIMONIALS*/
.testimonials{
	
}
.testimonial-block{
	padding-bottom: 20px;
}
.testimonial-block h3{
	font-weight: normal;
font-family:"OpenSansLight";
	margin-bottom: 0;
	color: #777;
	margin-bottom: 7px;
	font-size: 24px;
	line-height: 31px;
}
.testimonial-block h5{
font-family:"MontserratRegular";
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 27px;
}
.testimonial-brand{
	margin-top: 10px;
}
.testimonial-brand > span{
	padding: 7px;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
font-family:"OpenSansLight";
}
.user-thumb > img{
	margin-bottom: 10px;
	border-radius: 50px;
}

/*SERVICES*/

.services-inner-content{
	padding: 40px;
}
.services-inner-content > img{
	width: 150px;
	height: 150px;
	border-radius: 150px;
	margin-bottom: 20px;
}
.services-inner-content a > h1{
	font-size: 48px;
	line-height:55px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}

.services-inner-content a:hover{
transform: translateX(1 100px);
}
.services-inner-content > h3{
	font-size: 18px;
	line-height:25px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}


/*FEATURED*/

.featured-roller {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0 0;
  text-align: center;
}
.featured-roller h3 {
	font-weight: normal;
	font-family:"OpenSansBold";
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 20px;
}
.featured-roller h5 > span {
	border: 1px solid #000000;
    color: #FFFFFF;
    font-family: "MontserratRegular";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
}
.featured-roller  img {
  margin-top: 50px;
}

/*NEWS*/
.news-list-item{
	margin-bottom: 30px;
}
.news-inner-content{
	padding: 40px;
}
.news-inner-content > img{
	padding: 60px;
	padding-top: 0;
	padding-bottom: 10px;
}
.news-inner-content a > h1{
	font-size: 48px;
	line-height:55px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}

.news-inner-content a:hover{
transform: translateX(1 100px);
}
.news-inner-content > h3{
	font-size: 18px;
	line-height:25px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}
.news-inner-content > h4{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansBold";
margin-bottom: 0;
}

.news-inner-content > p{
margin-bottom: 30px;
}
.news-inner-content > h4 > .news-date{
	font-size: 42px;
	line-height:49px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.news-inner-content > h4 > .news-month{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.news-inner-content > .news-author{
	margin-top: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height:21px;
border-top: solid 1px #aaa;
}
.news-inner-content > .news-category{
	font-size: 12px;
	line-height:19px;
font-family:"OpenSansLight";
margin-bottom: 0;
}



/*PORTFOLIO*/
.portfolio{
	background-color: #fff;
}

#portfolio {
    background-size: cover;
}
#portfolio .welcome-text{
    color: #686351;
}
/*-- 1. General --*/
div#portfolio {
    padding-top: 50px;
    background: #333;
}

div#portfolio_title {
    margin-bottom: 33px;
}

div#portfolio_title h2 {
    color: #FFF;
}

.sortablePortfolio, #portfolioFilter {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#portfolio-wrap {
    padding-top: 0px;
}

/*-- 2. Filter --*/
div#filter {
    padding-bottom: 30px;
}

div#filter_wrapper {
    position: relative;
    margin-bottom: 0px;
    padding: 10px;
}

ul#portfolioFilter {
    line-height: 18px;
    position: relative;
}

ul#portfolioFilter li {
	display: inline-block;
/*    float: left;*/
    margin: 0px 10px;
    font-family: "MontserratRegular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
     text-transform: uppercase;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}


ul#portfolioFilter li:hover {
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
			cursor: pointer;
}
/*ul#portfolioFilter li:after {
	content: ' / ';
	color: #000;
    font-family: "MontserratRegular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-right: 3px;
    margin-left: 3px;
}
ul#portfolioFilter li:last-child:after {
	content: ' ';
	display: none;
}*/


/*-- 3. Thumbs --*/
div#portfolio_thumbs {
    position: relative;
    z-index: 7;
}

div#portfolio_thumbs ul {
    display: block;
}

div#portfolio_thumbs ul li {
    float: left;
    width: 25%;
    position: relative;
    padding: 0px;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}
div#portfolio_thumbs ul li:hover {
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

div#portfolio_thumbs ul li img {
    width: 100%;
    height: auto;
    display: block;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

.opactiyReduce{
	opacity: 0.2 !important;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

div#portfolio_thumbs ul li div.item_info {
	display: none;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: center;
    position: absolute;
    top:0;
}


div#portfolio_thumbs ul li div.item_info h3 {
	color: #000;
	font-size: 18px;
	line-height:25px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}
div#portfolio_thumbs ul li div.item_info p > span{
	color: #000;
	background: #fff;
	font-size: 12px;
	font-weight: 200;
	line-height: 19px;
	font-family:"OpenSansLight";
	padding: 5px 10px;
}
.add-space-min{
	margin-top: 20px;
	margin-bottom: 20px;
}
.links-wrap{
	list-style: none;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}
.links-wrap a{
	margin: 3px;
font-family:"MontserratRegular";
}

/*-- 4. Item page --*/
#portfolio_item {
    display: none;
    width: 100%;
}

#item_container {
    padding-bottom: 30px;
}

#item_content {
    margin: 0 auto;
}

#text_content {
    /*width: 680px;*/
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
    padding: 30px;
    padding-top: 40px;
}

#text_content h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"MontserratRegular";
	font-size: 36px;
	line-height: 43px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #222;
}
#text_content h5{
	font-size: 18px;
	line-height:25px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 0px;
margin-bottom: 0;
}
#text_content p {
    font-size: 14px;
    line-height: 21px;
    color: #666;
    font-family:"OpenSansRegular";
    font-weight: normal;
    margin-bottom: 40px;
}
.spec-list{
	list-style: none;
	padding: 0;
	margin-top: 30px;
	padding-left: 20px;
}
.spec-list > li{
	padding: 10px;
	background: #ccc;
	margin-bottom: 2px;
}

.project-area-inner{
	padding: 40px;
}

.project-area-inner h5>span{
	font-size: 96px;
	line-height: 103px;
font-family:"OpenSansLight";
font-weight: normal;
}
.project-area-inner h5>span > strong{
	font-size: 36px;
	line-height: 43px;
font-family:"OpenSansLight";
font-weight: normal;
}
.project-area-inner h1{
	font-size: 36px;
	line-height: 43px;
font-family:"MontserratRegular";
text-transform: uppercase;
letter-spacing: 1px;
margin-top:20px;
font-weight: normal;
}
.project-area-inner h6{
margin-top:20px;
}
.project-area-inner h6 > span{
text-transform: uppercase;
font-family:"RalewayLight";
	font-size: 12px;
	line-height: 19px;
	padding: 10px;
}
.project-proceed{
	margin-top: 40px;
}

.project-inner-content{
	padding: 40px;
}
.project-inner-content > h4{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansBold";
margin-bottom: 0;
}

.project-inner-content > p{
margin-bottom: 30px;
}
.project-inner-content > h4 > .project-date{
	font-size: 24px;
	line-height:31px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.project-inner-content > h4 > .project-month{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.project-inner-content > .project-spec{
	margin-top: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height:21px;
border-top: solid 1px #aaa;
}
.project-inner-content > .project-category{
	font-size: 12px;
	line-height:19px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.top-frame{
}

/* Slider */
#item_slider {
/*    width: 680px;*/
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

#item_slider a:active {
    outline: none;
}

.slides,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#item_slider .slides > li {
    display: none;
}

#item_slider .slides img {
    max-width: 100%;
    display: block;
}

#item_slider {
    position: relative;
    zoom: 1;
}

#item_slider .slides {
    zoom: 1;
}

#item_slider .slides > li {
    position: relative;
}

#item_slider .flex-direction-nav li a {
    color: #FFFFFF;
    cursor: pointer;
    font-family: "OpenSansLight";
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    padding: 15px;
    text-align: center;
    text-indent: 1px;
    top: 0px;
    opacity: 0.9;
}

#item_slider .flex-direction-nav li a:hover {
    opacity: 1;
}

#item_slider .flex-direction-nav li .next {
    left: 41px;
}

#item_slider .flex-direction-nav li .prev {
    left: 0px;
}


/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 50px;
}

#item_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    border:none;
}

/* Control buttons */
#control_buttons {
/*    width: 680px;*/
    padding: 15px 8px 5px 8px;
    margin-top: px;
}

#control_buttons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 5px;
border:solid 2px #000;
	background: transparent;
	color: #000;
    font-size: 24px;
    font-family:"OpenSansLight";
     text-align: center;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#control_buttons a:hover {
border:solid 2px #000;
	background: transparent;
	color: #000;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.url-linker a{
	margin-left: 0px;
	margin-top: 10px;
}
.project-info-tag{
	padding-top:0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.project-info-tag > span{
	letter-spacing: 0px;
	font-family:"OpenSansLight";
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
	padding: 7px;
}

#grid .mix{
    opacity: 0;
    display: none;
}
.project-deatil-image{
	padding: 0 !important;
}
.det-overlay{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.project-deatil-image:hover > a > img{
	opacity: 0;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.project-deatil-image:hover > a > .det-overlay{
	opacity: 1;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.project-features-wrap{
	margin-top: 40px;
}
.project-spec-lines{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.project-spec-lines li{
	padding: 10px;
	background:#eee;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 21px;
	font-family:"OpenSansRegular";
	color: #444;
}

/*CONTACT*/
.contact{
	padding: 120px 0;
	background: url('../images/face-tiles.jpg') repeat !important;
}

.contact.custom-bg-cyan{
	background: url('../images/face-tiles-cyan.jpg') repeat !important;
}
.contact.custom-bg-yellow{
	background: url('../images/face-tiles-yellow.jpg') repeat !important;
}
.contact.custom-bg-dark{
	background: url('../images/face-tiles-dark.jpg') repeat !important;
}
.contact-block{
	padding: 40px 0;
}
.contact-block a.email-us{
	font-weight: normal;
font-family:"OpenSansBold";
	font-size: 28px;
	line-height: 35px;
	color: #000;
}
.contact-block a.email-us:hover{
	color: #fff;
}
.contact-subline{
	margin-top: 10px;
	margin-bottom: 50px;
}
.contact-subline > span{
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
font-family:"OpenSansLight";
}

.email-thumb > img, .newsletter-thumb > img, .twitter-thumb > img{
	margin-bottom: 10px;
	border-radius: 50px;
}
/*contact form*/

.contact-mail-wrap{
	padding: 50px 0;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;
	font-family:"OpenSansLight";
	color: #fff;
}
.contact-form-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}

input {
    background: rgba(255,255,255,0.5); !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
    border: solid 1px #fff !important;
    background: #fff !important;
    color: #000 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    background: rgba(255,255,255,0.5); !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #FFFFFF;
    font-family:"OpenSansLight";
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	margin-bottom:10px;
	padding:10px;
	background:#000;
	color: #fff;
	text-align: left;
}
.contact .alert > p{
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	color: #fff;
	text-align: left;
}
.btn-wrap{
	margin-top: 30px;
	text-align: left;
}
.space-left{
	margin-left: 1%;
}


/*FOOTER*/
.mastfoot{
	min-height: 100px;
}
.foot-top{
	padding: 20px 0;
}
.foot-bottom{
	background: #171717;
	padding: 20px 0;
}
.social-wrap{
	padding: 20px;
}
.credentials-wrap{
}
.credits-wrap{
	padding: 20px;
}
.social{
	list-style: none;
	padding: 0;
}
.social li{
	display: inline-block;
	margin: 4px;
}
.social li a > img{
	width: 35px;
	height: 35px;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.social li a:hover > img{
	width: 35px;
	height: 35px;
	opacity: 0.2;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.credentials{
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.credentials li{
	display: inline-block;
	margin: 4px;
}
.credentials li a > img{
	width: 35px;
	height: 35px;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.credentials li a:hover > img{
	width: 35px;
	height: 35px;
	opacity: 0.2;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.credential-text{
	color: #fff;
	text-decoration: none;
	font-family:"OpenSansLight";
	font-size: 14px;
	line-height: 21px;
	padding-right: 30px;
	padding-left: 10px;
}

.credentials li:last-child .credential-text{
	padding-right: 0px;
	padding-left: 10px;
}
.credits-wrap > p{
	color: #666;
	font-family:"OpenSansLight";
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 0;
}

/*Tweet Panel*/
.tweet-panel{
	padding: 60px 0;
	background: #fff;
}
.tweet-panel h3{
	font-size: 32px;
	line-height:39px;
font-family:"OpenSansBold";
font-weight: normal;
}

#iubenda_policy{
	text-align: left;
}

#iubenda_policy table {
	border-collapse: collapse;
	border-spacing: 0;
}
#iubenda_policy ol, #iubenda_policy ul {
	list-style: none;
}
#iubenda_policy q:before, #iubenda_policy q:after, #iubenda_policy blockquote:before, #iubenda_policy blockquote:after {
	content: ""}
#iubenda_policy a:focus {
	outline: thin dotted;
}
#iubenda_policy a:hover, #iubenda_policy a:active {
	outline: 0;
}
#iubenda_policy article, #iubenda_policy aside, #iubenda_policy details, #iubenda_policy figcaption, #iubenda_policy figure, #iubenda_policy footer, #iubenda_policy header, #iubenda_policy hgroup, #iubenda_policy nav, #iubenda_policy section {
	display: block;
}
#iubenda_policy audio, #iubenda_policy canvas, #iubenda_policy video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#iubenda_policy audio:not([controls]) {
	display: none;
}
#iubenda_policy sub, #iubenda_policy sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
#iubenda_policy sup {
	top: -0.5em;
}
#iubenda_policy sub {
	bottom: -0.25em;
}
#iubenda_policy img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#iubenda_policy button, #iubenda_policy input, #iubenda_policy select, #iubenda_policy textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
#iubenda_policy button, #iubenda_policy input {
	line-height: normal;
	*overflow: visible;
}
#iubenda_policy button::-moz-focus-inner, #iubenda_policy input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
#iubenda_policy button, #iubenda_policy input[type="button"], #iubenda_policy input[type="reset"], #iubenda_policy input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
#iubenda_policy input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#iubenda_policy input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
#iubenda_policy textarea {
	overflow: auto;
	vertical-align: top;
}
html#iubenda_policy {
	-webkit-font-smoothing: antialiased;
}
#iubenda_policy p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 9px;
}
#iubenda_policy p small {
	font-size: 11px;
	color: #bfbfbf;
}
#iubenda_policy h1, #iubenda_policy h2, #iubenda_policy h3, #iubenda_policy h4, #iubenda_policy h5, #iubenda_policy h6 {
	font-weight: bold;
	color: #59636d;
}
#iubenda_policy h1 {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 36px;
}
#iubenda_policy h1 small {
	font-size: 18px;
}
#iubenda_policy h2 {
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 27px;
}
#iubenda_policy h2 small {
	font-size: 14px;
}
#iubenda_policy h3, #iubenda_policy h4, #iubenda_policy h5, #iubenda_policy h6 {
	margin-bottom: 9px;
}
#iubenda_policy h3 {
	font-size: 18px;
}
#iubenda_policy h3 small {
	font-size: 14px;
}
#iubenda_policy h4 {
	font-size: 16px;
}
#iubenda_policy h4 small {
	font-weight: bold;
	font-size: 13px;
}
#iubenda_policy h5 {
	font-size: 14px;
}
#iubenda_policy h6 {
	font-size: 13px;
	color: #bfbfbf;
	text-transform: uppercase;
}
#iubenda_policy ul, #iubenda_policy ol {
	margin: 0 0 18px 25px;
}
#iubenda_policy ul ul, #iubenda_policy ul ol, #iubenda_policy ol ol, #iubenda_policy ol ul {
	margin-bottom: 0;
}
#iubenda_policy ul.styled {
	list-style: disc;
	padding-top: 5px;
}
#iubenda_policy ul.styled li {
	list-style: disc;
	line-height: 19px;
	font-size: 13px;
	margin-left: 30px;
	margin-top: 2px;
}
#iubenda_policy ol {
	list-style: decimal;
}
#iubenda_policy ul.unstyled {
	list-style: none;
	margin-left: 0;
}
#iubenda_policy dl {
	margin-bottom: 18px;
}
#iubenda_policy dl dt, #iubenda_policy dl dd {
	line-height: 18px;
}
#iubenda_policy dl dt {
	font-weight: bold;
}
#iubenda_policy dl dd {
	margin-left: 9px;
}
#iubenda_policy hr {
	margin: 0 0 19px;
	border: 0;
	border-bottom: 1px solid #eee;
}
#iubenda_policy strong {
	font-style: inherit;
	font-weight: bold;
}
#iubenda_policy em {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}
#iubenda_policy .muted {
	color: #bfbfbf;
}
#iubenda_policy blockquote {
	margin-bottom: 18px;
	border-left: 5px solid #eee;
	padding-left: 15px;
}
#iubenda_policy blockquote p {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
}
#iubenda_policy blockquote small {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #bfbfbf;
}
#iubenda_policy blockquote small:before {
	content: '\2014 \00A0'}
#iubenda_policy address {
	display: block;
	line-height: 18px;
	margin-bottom: 18px;
}
#iubenda_policy code, #iubenda_policy pre {
	padding: 0 3px 2px;
	font-family: Monaco, Andale Mono, Courier New, monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#iubenda_policy code {
	background-color: #fee9cc;
	color: rgba(0, 0, 0, 0.75);
	padding: 1px 3px;
}
#iubenda_policy pre {
	background-color: #f5f5f5;
	display: block;
	padding: 17px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
#iubenda_policy .breadcrumbs {
	padding: 0 0 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #f6f6f6;
	width: 100%}
#iubenda_policy .breadcrumbs>li {
	float: left;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}
#iubenda_policy .breadcrumbs>li:not(:last-child):after {
	color: #333b43;
	padding: 0 10px;
	content: "\203a"}
#iubenda_policy .breadcrumbs+.pills, #iubenda_policy .breadcrumbs+.sec_tabs {
	margin-top: -15px;
}
#iubenda_policy .table {
	display: table;
	border-collapse: collapse;
	padding: 0 !important;
	margin: 0;
}
#iubenda_policy .cust_row {
	display: table-row;
	margin: 0;
}
#iubenda_policy .column {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
}
#iubenda_policy .box_primary {
	border: 1px solid #c0c1c1;
	border-bottom-color: #a8aaab;
	-webkit-box-shadow: 0 1px 0 #ebebec;
	-moz-box-shadow: 0 1px 0 #ebebec;
	box-shadow: 0 1px 0 #ebebec;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background: #FFF;
}
#iubenda_policy .box_content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
}
#iubenda_policy .box_content .iub_content {
	padding: 30px;
}
#iubenda_policy .box_content .iub_content>hr {
	width: 686px;
	margin-left: -30px;
	margin-right: -30px;
}
#iubenda_policy .box_content .aside {
	width: 191px;
	padding: 30px;
}
#iubenda_policy .box_content .aside.aside-right {
	border-left: 1px solid #dfdfdf;
}
#iubenda_policy .table>.box_content {
	padding: 0;
}
#iubenda_policy .box_10 {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}
#iubenda_policy .box_10>h4 {
	margin-bottom: 0;
	font-size: 13px;
}
#iubenda_policy .box_10>.w_icon, #iubenda_policy .box_10.expand>.w_icon, #iubenda_policy .box_10>.w_icon.expand-click, #iubenda_policy .box_10.expand>.w_icon.expand-click {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 10px;
	background-position-y: 7px;
	background-position: 10px 7px;
}
#iubenda_policy .box_10>.w_icon_16, #iubenda_policy .box_10.expand>.w_icon_16, #iubenda_policy .box_10>.w_icon_16.expand-click, #iubenda_policy .box_10.expand>.w_icon_16.expand-click {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 11px;
	background-position-y: 11px;
	background-position: 11px 11px;
}
#iubenda_policy .box_10>.w_icon_24, #iubenda_policy .box_10.expand>.w_icon_24, #iubenda_policy .box_10>.w_icon_24.expand-click, #iubenda_policy .box_10.expand>.w_icon_24.expand-click {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 10px;
	background-position-y: 10px;
	background-position: 10px 10px;
}
#iubenda_policy .box_5 {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	margin-bottom: 15px;
}
#iubenda_policy .box_5 hr {
	padding-top: 5px;
	margin: 0 -5px 5px -5px;
	border: 0;
	border-bottom: 1px solid #ac3737;
}
#iubenda_policy .box_5.w_icon_16 {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 6px;
	background-position: 8px 6px;
}
#iubenda_policy .box_5.w_icon_16 hr {
	width: 100%;
	padding-left: 30px;
	padding-right: 5px;
	margin-left: -30px;
	margin-right: -5px;
}
#iubenda_policy .box_5.w_icon_16.red {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEUAAAD%2F%2F%2F8AAAD%2F%2F%2F8AAAAAAAD%2F%2F%2F%2F%2F%2F%2F%2FT09P%2F%2F%2F%2F9%2Ff3Y2Nj9%2Ff39%2Ff3d3d3%2F%2F%2F%2F8%2FPz39%2Ff19fX%2B%2Fv79%2Ff34%2BPj5%2Bfn8%2FPz9%2Ff3%2F%2F%2F8ZO4GEAAAAGXRSTlMAEB0gMDNAUHSAgYSRoaWwsra3weLl5fLyUJhrdwAAAF1JREFUeF6NzUcWhCAAwFAQsIPOWCD3v6gPxLYjy7%2BJKE1Ok%2FxAD%2BMbFIB6wYIxLA%2FUbEJAc8PKHmG9oAOkArq8DICdgXCuLUA7EDkBsd%2BfWALnyXmXoNImpytR0AEwdQcUE5t8VQAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .box_thumb {
	background: #FFF;
	-webkit-box-shadow: 0 0 1px #a3a3a3, 0 1px 1px #a3a3a3;
	-moz-box-shadow: 0 0 1px #a3a3a3, 0 1px 1px #a3a3a3;
	box-shadow: 0 0 1px #a3a3a3, 0 1px 1px #a3a3a3;
	padding: 6px;
}
#iubenda_policy footer {
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #eee;
}
#iubenda_policy hr {
	padding-top: 15px;
	margin: 0 0 15px 0;
}
#iubenda_policy hr.primary {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 0 1px 0 #f7f7f7;
	-moz-box-shadow: 0 1px 0 #f7f7f7;
	box-shadow: 0 1px 0 #f7f7f7;
}
#iubenda_policy .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	background-color: #f3f3f3;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fafafa), to(#f3f3f3));
	background-image: -moz-linear-gradient(top, #fafafa, #f3f3f3);
	background-image: -ms-linear-gradient(top, #fafafa, #f3f3f3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
	background-image: -o-linear-gradient(top, #fafafa, #f3f3f3);
	background-image: linear-gradient(top, #fafafa, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f3f3f3', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #f3f3f3 #f3f3f3 #cdcdcd;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	padding: 0 20px;
	line-height: 38px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #54616b;
	font-size: 13px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 0 #ddd;
	-moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 0 #ddd;
	box-shadow: inset 0 0 0 1px #fff, 0 1px 0 #ddd;
	border-collapse: separate;
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
}
#iubenda_policy .btn:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
#iubenda_policy .btn:focus {
	outline: 1px dotted #666;
}
#iubenda_policy .btn.primary {
	color: #fff;
	background-color: #018ff3;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0d9bff), to(#018ff3));
	background-image: -moz-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -ms-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d9bff), color-stop(100%, #018ff3));
	background-image: -webkit-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -o-linear-gradient(top, #0d9bff, #018ff3);
	background-image: linear-gradient(top, #0d9bff, #018ff3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9bff', endColorstr='#018ff3', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #018ff3 #018ff3 #0162a7;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	-moz-box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	text-shadow: 0 1px 1px #0493f6;
	border-color: #0c6eb3;
}
#iubenda_policy .btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#iubenda_policy .btn.disabled {
	cursor: default;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#iubenda_policy .btn[disabled] {
	cursor: default;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#iubenda_policy .btn.large {
	font-size: 16px;
	line-height: normal;
	padding: 0 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#iubenda_policy .btn.mid_large {
	padding: 0 10px;
	line-height: 32px;
	font-size: 13px;
}
#iubenda_policy .btn.mid {
	padding: 0 10px;
	line-height: 28px;
	font-size: 11px;
}
#iubenda_policy .btn.small {
	padding: 0 8px;
	line-height: 18px;
	font-size: 11px;
}
#iubenda_policy :root .alert-message, #iubenda_policy :root .btn {
	border-radius: 0 \0;
}
#iubenda_policy button.btn::-moz-focus-inner, #iubenda_policy input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
#iubenda_policy .circle {
	font-size: 11px;
	line-height: 18px;
	width: 18px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#iubenda_policy .circle.small {
	width: 14px;
	line-height: 14px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 0;
}
#iubenda_policy .blue {
	color: #fff;
	background-color: #018ff3;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0d9bff), to(#018ff3));
	background-image: -moz-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -ms-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d9bff), color-stop(100%, #018ff3));
	background-image: -webkit-linear-gradient(top, #0d9bff, #018ff3);
	background-image: -o-linear-gradient(top, #0d9bff, #018ff3);
	background-image: linear-gradient(top, #0d9bff, #018ff3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9bff', endColorstr='#018ff3', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #018ff3 #018ff3 #0162a7;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	-moz-box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	box-shadow: inset 0 0 0 1px #48aef6, 0 1px 0 #ccc;
	text-shadow: 0 1px 1px #0493f6;
	border-color: #0c6eb3;
}
#iubenda_policy .yellow {
	color: #6d693d;
	background-color: #fbf9e3;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fbf9e3), to(#fbf9e3));
	background-image: -moz-linear-gradient(top, #fbf9e3, #fbf9e3);
	background-image: -ms-linear-gradient(top, #fbf9e3, #fbf9e3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbf9e3), color-stop(100%, #fbf9e3));
	background-image: -webkit-linear-gradient(top, #fbf9e3, #fbf9e3);
	background-image: -o-linear-gradient(top, #fbf9e3, #fbf9e3);
	background-image: linear-gradient(top, #fbf9e3, #fbf9e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf9e3', endColorstr='#fbf9e3', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #fbf9e3 #fbf9e3 #f1eba0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #fdfcf2, 0 1px 0 #e7e3bd;
	-moz-box-shadow: inset 0 0 0 1px #fdfcf2, 0 1px 0 #e7e3bd;
	box-shadow: inset 0 0 0 1px #fdfcf2, 0 1px 0 #e7e3bd;
	text-shadow: 0 1px 1px #fdfcf1;
	border-color: #c9c6a2;
}
#iubenda_policy .red {
	color: #FFF;
	background-color: #d34141;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d34141), to(#d34141));
	background-image: -moz-linear-gradient(top, #d34141, #d34141);
	background-image: -ms-linear-gradient(top, #d34141, #d34141);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d34141), color-stop(100%, #d34141));
	background-image: -webkit-linear-gradient(top, #d34141, #d34141);
	background-image: -o-linear-gradient(top, #d34141, #d34141);
	background-image: linear-gradient(top, #d34141, #d34141);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34141', endColorstr='#d34141', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #d34141 #d34141 #a22626;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #d56264, 0 1px 0 #d6c3c4;
	-moz-box-shadow: inset 0 0 0 1px #d56264, 0 1px 0 #d6c3c4;
	box-shadow: inset 0 0 0 1px #d56264, 0 1px 0 #d6c3c4;
	text-shadow: 0 1px 1px #a93434;
	border-color: #ac3737;
}
#iubenda_policy .red a, #iubenda_policy .red a:hover:not(.btn) {
	color: #FFF;
}
#iubenda_policy .red a {
	border-bottom-color: rgba(247, 247, 247, 0.3);
}
#iubenda_policy .red a:hover {
	border-bottom-color: rgba(247, 247, 247, 0.6);
}
#iubenda_policy .green {
	color: #4d6c47;
	background-color: #e8fae3;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e9fae5), to(#e8fae3));
	background-image: -moz-linear-gradient(top, #e9fae5, #e8fae3);
	background-image: -ms-linear-gradient(top, #e9fae5, #e8fae3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9fae5), color-stop(100%, #e8fae3));
	background-image: -webkit-linear-gradient(top, #e9fae5, #e8fae3);
	background-image: -o-linear-gradient(top, #e9fae5, #e8fae3);
	background-image: linear-gradient(top, #e9fae5, #e8fae3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9fae5', endColorstr='#e8fae3', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #e8fae3 #e8fae3 #b3eea2;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #edfbe9, 0 1px 0 #dfeadd;
	-moz-box-shadow: inset 0 0 0 1px #edfbe9, 0 1px 0 #dfeadd;
	box-shadow: inset 0 0 0 1px #edfbe9, 0 1px 0 #dfeadd;
	text-shadow: 0 1px 1px #FFF;
	border-color: #9fca96;
}
#iubenda_policy .iubgreen {
	color: #fff;
	background-color: #1aa779;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#26b385), to(#1aa779));
	background-image: -moz-linear-gradient(top, #26b385, #1aa779);
	background-image: -ms-linear-gradient(top, #26b385, #1aa779);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26b385), color-stop(100%, #1aa779));
	background-image: -webkit-linear-gradient(top, #26b385, #1aa779);
	background-image: -o-linear-gradient(top, #26b385, #1aa779);
	background-image: linear-gradient(top, #26b385, #1aa779);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b385', endColorstr='#1aa779', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #1aa779 #1aa779 #106549;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #67c8af, 0 1px 0 #dfeadd;
	-moz-box-shadow: inset 0 0 0 1px #67c8af, 0 1px 0 #dfeadd;
	box-shadow: inset 0 0 0 1px #67c8af, 0 1px 0 #dfeadd;
	text-shadow: 0 1px 1px #1a926a;
	border-color: #1a926a;
}
#iubenda_policy .azure {
	color: #364048;
	background-color: #d5dfeb;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d5dfeb), to(#d5dfeb));
	background-image: -moz-linear-gradient(top, #d5dfeb, #d5dfeb);
	background-image: -ms-linear-gradient(top, #d5dfeb, #d5dfeb);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5dfeb), color-stop(100%, #d5dfeb));
	background-image: -webkit-linear-gradient(top, #d5dfeb, #d5dfeb);
	background-image: -o-linear-gradient(top, #d5dfeb, #d5dfeb);
	background-image: linear-gradient(top, #d5dfeb, #d5dfeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dfeb', endColorstr='#d5dfeb', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #d5dfeb #d5dfeb #a1b8d2;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #e5ecf3, 0 1px 0 #dfe2e4;
	-moz-box-shadow: inset 0 0 0 1px #e5ecf3, 0 1px 0 #dfe2e4;
	box-shadow: inset 0 0 0 1px #e5ecf3, 0 1px 0 #dfe2e4;
	text-shadow: 0 1px 1px #FFF;
	border-color: #a6b1b9;
}
#iubenda_policy .white {
	color: #54616b;
	background-color: #f3f6f9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#f3f6f9));
	background-image: -moz-linear-gradient(top, #fff, #f3f6f9);
	background-image: -ms-linear-gradient(top, #fff, #f3f6f9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f3f6f9));
	background-image: -webkit-linear-gradient(top, #fff, #f3f6f9);
	background-image: -o-linear-gradient(top, #fff, #f3f6f9);
	background-image: linear-gradient(top, #fff, #f3f6f9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f6f9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #f3f6f9 #f3f6f9 #c0d0e0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #f9fbfc, 0 1px 0 #dfe2e4;
	-moz-box-shadow: inset 0 0 0 1px #f9fbfc, 0 1px 0 #dfe2e4;
	box-shadow: inset 0 0 0 1px #f9fbfc, 0 1px 0 #dfe2e4;
	text-shadow: 0 1px 1px #FFF;
	border-color: #c3c7cf;
}
#iubenda_policy .black {
	color: #FFF;
	background-color: #394147;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#394147), to(#394147));
	background-image: -moz-linear-gradient(top, #394147, #394147);
	background-image: -ms-linear-gradient(top, #394147, #394147);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #394147), color-stop(100%, #394147));
	background-image: -webkit-linear-gradient(top, #394147, #394147);
	background-image: -o-linear-gradient(top, #394147, #394147);
	background-image: linear-gradient(top, #394147, #394147);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#394147', endColorstr='#394147', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #394147 #394147 #171a1d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 1px #4a555c, 0 1px 0 #a3a3a3;
	-moz-box-shadow: inset 0 0 0 1px #4a555c, 0 1px 0 #a3a3a3;
	box-shadow: inset 0 0 0 1px #4a555c, 0 1px 0 #a3a3a3;
	text-shadow: 0 1px 1px #32393f;
	border-color: #0e1012;
}
#iubenda_policy .trasp {
	color: #333b43;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -ms-linear-gradient(top, #fff, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #fff));
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(top, #fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #fff #fff #d9d9d9;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 1px #979797, 0 1px 0 #6c6c6c;
	-moz-box-shadow: 0 1px 1px #979797, 0 1px 0 #6c6c6c;
	box-shadow: 0 1px 1px #979797, 0 1px 0 #6c6c6c;
	border: 0;
}
#iubenda_policy .alert-message {
	position: relative;
	padding: 7px 15px;
	margin-bottom: 18px;
	color: #404040;
	background-color: #eedc94;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
	background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
	background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceec1), color-stop(100%, #eedc94));
	background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
	background-image: -o-linear-gradient(top, #fceec1, #eedc94);
	background-image: linear-gradient(top, #fceec1, #eedc94);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #eedc94 #eedc94 #e4c652;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#iubenda_policy .alert-message .close {
	*margin-top: 3px;
}
#iubenda_policy .alert-message h5 {
	line-height: 18px;
}
#iubenda_policy .alert-message p {
	margin-bottom: 0;
}
#iubenda_policy .alert-message div {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 28px;
}
#iubenda_policy .alert-message .btn {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
#iubenda_policy .alert-message.block-message {
	background-image: none;
	background-color: #fdf5d9;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding: 14px;
	border-color: #fceec1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#iubenda_policy .alert-message.block-message ul, #iubenda_policy .alert-message.block-message p {
	margin-right: 30px;
}
#iubenda_policy .alert-message.block-message ul {
	margin-bottom: 0;
}
#iubenda_policy .alert-message.block-message li {
	color: #404040;
}
#iubenda_policy .alert-message.block-message .alert-actions {
	margin-top: 5px;
}
#iubenda_policy .alert-message.block-message.error, #iubenda_policy .alert-message.block-message.success, #iubenda_policy .alert-message.block-message.info {
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#iubenda_policy .alert-message.block-message.error {
	background-color: #fddfde;
	border-color: #fbc7c6;
}
#iubenda_policy .alert-message.block-message.success {
	background-color: #d1eed1;
	border-color: #bfe7bf;
}
#iubenda_policy .alert-message.block-message.info {
	background-color: #ddf4fb;
	border-color: #c6edf9;
}
#iubenda_policy .fade {
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
}
#iubenda_policy .fade.in {
	opacity: 1;
}
#iubenda_policy .expand-click {
	cursor: pointer;
	position: relative;
}
#iubenda_policy .box_10.expand .expand-click {
	margin: -10px;
	padding: 12px 25px 13px 10px;
}
#iubenda_policy .box_10.expand .expand-content {
	margin-top: 10px;
}
#iubenda_policy .box_10.expand .expand-content>*:first-child {
	margin-top: 0;
	padding-top: 0;
}
#iubenda_policy .expand.expanded .expand-click:after, #iubenda_policy .box_10.expand.expanded .expand-click:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 19px;
	border: 5px;
	border-color: transparent;
	border-style: solid;
	border-top-color: #333b43;
}
#iubenda_policy .expand .expand-click, #iubenda_policy .box_10.expand .expand-click, #iubenda_policy .expand.expanded .expand-click, #iubenda_policy .box_10.expand.expanded .expand-click {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
}
#iubenda_policy .expand.collapsed .expand-click:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 17px;
	border: 5px;
	border-color: transparent;
	border-style: solid;
	border-right-color: #333b43;
}
#iubenda_policy .expand.collapsed .expand-click {
	border-bottom: 0;
	margin-bottom: -10px;
}
html#iubenda_policy, #iubenda_policy body {
	background-color: #FFF;
}
#iubenda_policy {
	font-family: "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #59636d;
}
#iubenda_policy body {
	margin: 0;
}
#iubenda_policy .iub_container-fluid {
	position: relative;
	min-width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	zoom: 1;
}
#iubenda_policy .iub_container-fluid:before, #iubenda_policy .iub_container-fluid:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
#iubenda_policy .iub_container-fluid:after {
	clear: both;
}
#iubenda_policy .iub_container-fluid>.sidebar {
	float: left;
	width: 220px;
}
#iubenda_policy .iub_container-fluid>.iub_content {
	margin-left: 240px;
}
#iubenda_policy a {
	text-decoration: none;
	line-height: inherit;
	font-weight: bold;
	border-bottom: 1px solid #f6f6f6;
	color: #333b43;
}
#iubenda_policy a.unstyled {
	border-bottom: 0;
}
#iubenda_policy a:hover:not(.btn) {
	color: #121518;
	border-bottom-color: #d6d6d6;
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
}
#iubenda_policy a:focus {
	outline: 0;
}
#iubenda_policy a.no_border, #iubenda_policy a.no_border:hover {
	border-bottom-width: 0;
}
#iubenda_policy .pull-right {
	float: right;
}
#iubenda_policy .pull-left {
	float: left;
}
#iubenda_policy .hide {
	display: none;
}
#iubenda_policy .show {
	display: block;
}
#iubenda_policy .link_on_dark a {
	border-bottom-color: rgba(247, 247, 247, 0.3);
}
#iubenda_policy .link_on_dark a:hover {
	border-bottom-color: rgba(247, 247, 247, 0.6);
}
#iubenda_policy [class*="policyicon_"] {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAGFBMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz9%2BjSc3AAAAB3RSTlMAEEBQgMzQxeXuPgAAADJJREFUGFdjYMAJWEPhIAAPh70cDgoGK6cI5B8Yp6S8TACJk4gkA5RAcBKR9BQLoAUOAATNYYOCulUNAAAAAElFTkSuQmCC);
}
#iubenda_policy .policyicon_pdt_68 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2F10LmwAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAKVJREFUeF51jlmWwyAMBGXEboT6%2FqedIZAAJqnfer3QJKpGOrkKakW5noIrAlFA5V0EKL%2B8Iqw1d%2B%2FojflTx4JlNUJGnVe1tOBUfRMZYmjDCDKRINFBglCLnXiltnTClfAtEgACxvHJldHF4xYL3gLq1l1Mgfk5AZtQx%2FYfdroL4TySXFeRWTAQc0%2Fhe0FHbRiicsJGZG3iNgUPiimgYBUHlQP94g9%2BZg8xOTGEFAAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .policyicon_purpose_5 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2BtTDCxAAAABXRSTlMAECBAgLf%2B2%2BsAAABGSURBVBhXY2AAA5ZQBwY4YA0NIJfjCjYHygkNDUTmBGPhgOyFc1iB6pE4wSAOUAGCIxoaiOCYhgYjOKqhQThkyODAAR4OAI98N9LK6tL3AAAAAElFTkSuQmCC);
}
#iubenda_policy .policyicon_purpose_7 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2F10LmwAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAINJREFUeF6V0UsOxCAIBmB8tVoZ4f6nnUqaoFUW%2FVeEj0hUMOKM9kE7CBcxr93SuGcCf%2FRZniCmXGVUwZV2M78DgYRXQDaAP0OzIJIB4C%2FaQo%2BTCyK9ISFizimAPyuNACjlKXW6SMF30B9I9YFndRieuZCCHKU0QIU1LDEhrvDrQG6EP%2FDZElAL0vLHAAAAAElFTkSuQmCC);
}
#iubenda_policy .policyicon_purpose_9 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAACC0lEQVQ4y7XSO2gWVhQH8BPxDRG%2BEhurMcSI4GsoPqjkZ6BLwcFFHUQJKqbEwRciDqZDF90cpIsILtZHh0KTIdQMgkTRiIshBoWgTRpbsVaxgqRf4uM4JCHfRzpIwXun8%2Bf%2BuHDOifj%2FxwoD2qek7Qat%2FG9Qr1%2FblLRNv%2FqyqKHCjIgIqw3oGE9mmtlQERGhw4DVERFmNFREhG91uq6gxUspnVdlky5dNqlyXkovtSi4rtPe8JeUaq1yWLN9tkVoklJThK1a7HXISrVSehpSGrXb5woWqFZljZNSOmmtBRapUe0Lu4xKOQZSr0633dejS7chKQ25p0%2BvHn3u6Bt7OQFSeuWG3pI6DbvpZ5dc8WwimwTPbYswx49Sei89sDNCpaoI6%2FyqWA5OmxUR4StF6Z0hX5puvyH%2FOmeeudrLwXfjg1prUCo6FuGyty444W89CpYZKQU%2FmF3ywwvVthtxwpwImz1yzjSdpWBYq2nWuzbWoQgX%2FaPOAd%2Br1O55hDOl4LHdDRXqnPVWehLhlPSNgiURFlof4adJMGC7eRERarRKr32t2qBn9lhlg%2BVq7fDbJDhasp%2BfueW9brOscdULv7vntlselnZpadlKH5fSRYvN16ytdJgT4KBGGzVqtNFmv4yndzWrt8WjqSCNGFZUNOxN2Xq8K6%2FD47Et%2FKg7ajAc9edHgz8ciU9%2BPgBKt4%2FTzlslzAAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .policyicon_purpose_10, #iubenda_policy .policyicon_purpose_15 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2F10LmwAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAKVJREFUeF51jlmWwyAMBGXEboT6%2FqedIZAAJqnfer3QJKpGOrkKakW5noIrAlFA5V0EKL%2B8Iqw1d%2B%2FojflTx4JlNUJGnVe1tOBUfRMZYmjDCDKRINFBglCLnXiltnTClfAtEgACxvHJldHF4xYL3gLq1l1Mgfk5AZtQx%2FYfdroL4TySXFeRWTAQc0%2Fhe0FHbRiicsJGZG3iNgUPiimgYBUHlQP94g9%2BZg8xOTGEFAAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .policyicon_purpose_13 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAJ1BMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz9PhkGkAAAADHRSTlMAECBAUHCQoLDA4PB7ua%2BoAAAAa0lEQVR42p3QQQ6AIAxE0aEIFdr7n1eMxIAOMfEt%2B9sF4IOkYt5YSTKO1Qd6p%2BQP6Zqrvyjd7zdiLJggO5VReajwhR%2FBnDIoDwrhQcAfkhd%2FtQO0KDqf1A0kmEZgDjk2AZPzPoJo6wFEYOsHFFISOn%2BKxfoAAAAASUVORK5CYII%3D);
}
#iubenda_policy .policyicon_purpose_14 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAMFBMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2Fjai5RAAAAD3RSTlMAECAwUGBwgJCgsMDQ4PASl6hyAAAAfklEQVR42pXRUQ6EMAgE0MEWW21l7n9btanJWnE3%2Bz4hhCHgq5jKooKD6FJS7OVQebIIROOphlY3dqrsLABidJgg0ZWw0bWBL%2F5vvO%2FIdGVM%2Fh0TMNMx47DwYcVJKgdV0MgwUwSXfA%2F0QY2dKW7CxutHA1lbHMFTavE9qsBvOztlFTRVyS%2BYAAAAAElFTkSuQmCC);
}
#iubenda_policy .policyicon_purpose_16 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2F10LmwAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAJFJREFUeF6V0NsOAyEIRVE6I4rFwvn%2Fr63N3CR10nQnPK2IUdpbpKmsorJQqOKTl2xeRhDsycMgA7QDGkmfq9cI%2FvNEhGcAO8CowAbAGTEwX1XDKvYNnJM7f78clVqfydOlgwRIG6S1TwDdQEnD3cv1iWw4f54VQ1qfUO5QDDGYVLNCmOQ5O2Ea8R2kP8FWobvefhoT%2FSVCMbAAAAAASUVORK5CYII%3D);
}
#iubenda_policy .icon_ribbon {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAW0lEQVR42u3OwQkAIQxE0XSWVrazlJpdQdGDC0pQEf7A3ELmibsPV1V9pDM%2FAQAAAAAAAAAAAAAAEAXY1%2BcUwCQnITYD6niL2ASo4z3EaoDKf8qNBQHxArgK8ALKMXCw%2Bim7vwAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .icon_owner {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAMFBMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz%2Fjai5RAAAAD3RSTlMAECAwQGBwgJCgsMDQ4PC8YWy5AAAAiElEQVR42o2QwRKFIAhFIcwyRP7%2Fb3uNlkBv0dkw3jODd4AbPHhNC7xAafqjYBRZOzUa0cHmc9IbiZsefIFtiuQ68RS7FUkNnwTWmRewLE9ewSPh73dfCgJbzxkiRxcrDGJhWVxa5MqYr1HzcLSPRo2ojcoZAcyV2F1MzaPoxIqcP4gGkP5BcAIxQBCQ7o5t3AAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .icon_general {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAGFBMVEUAAAA%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz8%2FPz9%2BjSc3AAAAB3RSTlMAEEBQgMzQxeXuPgAAADJJREFUGFdjYMAJWEPhIAAPh70cDgoGK6cI5B8Yp6S8TACJk4gkA5RAcBKR9BQLoAUOAATNYYOCulUNAAAAAElFTkSuQmCC);
}
#iubenda_policy .icon_temple_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABwklEQVR42s3Wu0vDUBjGYS%2BLsbZSSaWgguAFHFztYEmFbp0E%2FwOrgotQFyetOKiTLqKCWCenbl20S8FFERydBLt1KV7QwUGR4094hQymjYpi4SGH9zvf%2BUgCoQ3GmF%2F1dwNq%2FRzHaUwkEn24lP73rEaL%2FwEcZmEcJexiDyfKrG8P0OG9OIDBrCvPKMuh98sDaApiAmWYj8fiqg%2FjSrWy9gbrDlDzEHIwLi9YRieiWMOrakIPvZ4DKHYhjTsYD%2Be48Kqrdwpdnw1I4RAFbCKHHWxhX%2BtjHGFb2ZbynHoKOiNV7x3YrnWLrmFFWqvm6vH7DmK4ho0l5NGGCialoiyvPbZ6Yn4GOHhCFBsoIQSDOTHKStoTVY%2FjZ0Act7CxiiICqGJaqsqK2mOrJ%2F6VARGs6ZA2ZTNyq6yoPZF%2FNWC0xiOaEq9HNOpnQBIG3djFGcLKFsQoO8UOepQl%2FQyIIKtP9BjSylcwghhWlKWR0N4sIp4D1NCKDgR0DSIEGxbCYikLibvH8voWNWMdD6jiEXe4waOye1GdGntc9Qcso8nrDtoxgEFdIcp81INed7CIBWQw%2F00ZnbH42YAXef4RnfNn%2FyreALybXwSLU3v7AAAAAElFTkSuQmCC);
}
#iubenda_policy .icon_box_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABv0lEQVR42t3Vz0uTcRzAcUMyWhmWdAgqkKDMiBHt0A%2FYsploddwpO1gk0l%2BQEEQU0iUPgd0LIpCOCh2KkG4GTaI6mqAmWhG0CQ5jfXsdntN4bJPRxS%2B84IFnz%2Ff97Nl4Pg0hhP9qkwT%2BtTKZTCN7uM0qeTrZuc4ltQVs0EqK%2B3xmigc8Z5E39HOI7TUFfHAbJxngNQtM0kdzg5VOp7c4TvKYeeZ4wmXaYgNONHGcW7zjA6Mkqzy%2BZq4zzgxj5DhcGUgxwzSZ9TasEtvFCL%2F4WBm4SKDAPXrZV%2BPGWznFVSYIhMpAliILhEieO5ynMWbjDgZ4xjxlAn%2FiAt0skeMG44TIT8boo51zDPOeEqFSXKAnCrRHd5fgNMN8IrDCFLOUCVB74CsdZBlkL03s5xG%2FCcAGA73M0cIViswyQisn%2BFZPoIdljkWP6AIvKDFIiuV6Al2s8JIciSh0hqNk%2BVHvNwiRNd5ylwNRqKvewNnYv1z0O%2FCQ7xsIFCsDCS4xyhKhwiprhCqmGaIz%2Fm0qxBGu8YoCoYpFntLNwbS3ba3zYDdJhshTohwpMEE%2FbeyoMg%2BqTrQWbvKFSSxDJn5tsqH%2FF0QW2NxzTlYFAAAAAElFTkSuQmCC);
}
#iubenda_policy .icon_tools_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABdklEQVR42rXVzyuDcRzA8WU3ctOag0RiO5mEg8MKcaJc%2FAlcdxppKPlZdpeTE0dqxZWaaEnh7DShlYuJbG0f78Nz%2BPj2zfM89Wz1qmff5%2FPdu%2B27tpCINNTfJzySyeQGhkPGg7UljBtrEbxDMOkaYCiKJ8QtgR0cGWt9EMe8l8AIBAOWwCGKxtqMCux5CSRQxyW61QtNo4yCEVhWgRzCboFm5CF4xTVuUYUgZQTOVeAZHV4OeRSfEMMFWoxAVt2%2FQtQ14Gzsx43anEWr5Vx61Eza9Qz%2B%2BXw71S09M6hm1v0GVtXmWCMCa2pz3BpgXc1kAg2w1oW0mjnGRJCBOYjhLshAO96MQCroM3hQMzUMBfkOZvEDUU78BFbUxl5LYBdiqPgJbKmNCUtg2xL48PpTMYVvFFDEPdqCDDwi51xHIVi0%2FAGJoew18IJ957oJFWx6CHx5DSygjgPkUULM8i2qGoFTP4ecgaCEMcshh5FFDYIzRGyBhvoF3n%2ByMxzF1ykAAAAASUVORK5CYII%3D);
}
#iubenda_policy .icon_paper_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABYklEQVR42t3VP0vDQBjH8Tq4SKXiWFwcRHARVyspgq9AOjkoLoKTcymk%2BjKKYDcnO6iLKPgHRJ11aVGkgt2M2IiWlobzKzyB4zBwBGvBwIdc7rnjR8ITLqGU6qm%2FC8hms%2Bo39TWgg0fUUJX7PV7RlVo1Qtsm4Ckhl%2BM4A%2BGY%2BQJ8TCYiLmp1m4AHWbyGa%2BxiFEtQMneIY80RTtCyCahJwDpOsYc0FtHGDS5wbjjDp03AM6aRRhIpTGAbH5jBEJIm208UwMcbmuIFHam34KEZ0tYGNgEeXFEUW9jAKvLYRFHjCs8moIEMZpHRxnNwzJrx3Oj%2Fj2a%2BQbT4b%2BDBjcmz6iK9M6LF76I6UnHY%2Fgc%2BythB2YK%2B1tcC%2Ful54COPMeT0tsMBxsW%2B0dY52VPAe1RAgAoGw7OA8QoUbvVzgPEU7qS2HJ4b33tRQfBTQBcl4wBZgMIlhrX5EVxJbd7YU0JXD%2BipLw8sG8DBrCLzAAAAAElFTkSuQmCC);
}
#iubenda_policy .icon_man_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABLUlEQVR42t3VsUrDUBSAYaWtSwSp6NAH6CbOVSHZ9QEEBx9AEPc6OAh9Bp0KDg6igqs4tktXFQQnKQiKiNRAp%2BT4C2cImqbXc3Fp4VsazvlpuUmmRORfTUig6BNFURnbeISoB2yhlDPiHvhegF18Qn74wA5KPoE13EFGuEXDFGBwBoeQMQ5QsQSqOHUInGDOEljElUPgEguWwDzOHQJnqFoCszh2CBwhsAQq2EdSsDxFE2XrMV3HS0HgFRs%2B90ENNwWBa9TMgTAMp%2FWR8J6z%2FA2bXo8K%2FRXLuB9xFy%2BZAwwHWMUF4pxArNdWnE%2BRLm2ghS76SMecoj66aOls8CvAl3XsoYNnDCF%2FNNTZju6qZwO93L%2FBLkYvGxggVeIpVYNsoI0nJBBPie5qT8ZL%2FwsLLryq%2FnnTDAAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .icon_keyhole_24 {
	background-image: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABIUlEQVR42rXUP0vCQRjA8bIoiAppLmwQEmehSX5RLTb2Huw9RGODLvUCXG0Kp16ALhENNRjRXLRlIeafJOyevkNu14M89%2FPgMx133%2BF4bkZEpkrdHK8oipIoowuHK2QxGxzgkk1cYgD3R9BEAQlzgMOruMA3xOMZuZDAEToQxRkWrYEHOIiiibQ1IBMEOtixBn4mCLSRtwbqIKIGbrFhDRzgA6I4xpw1kMA5ep6LHa6RCh20ddx4Aq%2FYj2OSF1D3BJ6QjCOQwosn8IbtOAK7%2BPQEvlAcf3ghj1zE4J9HrmApJDCPkvLZ3WMtJLCCmjLNLWRCAmk8KkPWxyHMgQLaSmCIk5BJPkVfCYxQxbI10MBQCTjcYcsaeMcIomhhTwtM1S9g12NLa1YPRQAAAABJRU5ErkJggg%3D%3D);
}
#iubenda_policy .iub_base_container {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	color: #6b6b6b;
	position: relative;
}
#iubenda_policy .iub_base_container>.close {
	background: transparent url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAAw1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4eHh1dXUAAAAAAAAAAAAAAAAAAABfX18AAAAAAAAAAAAAAAAAAAAAAAA2NjYAAAAAAAArKyvJycne3t7X19eFhYWxsbGVlZWsrKzr6%2BvLy8vJycnv7%2B%2Fp6enS0tLi4uL09PTv7%2B%2F8%2FPz7%2B%2Fv4%2BPj39%2FcAAABPT09fX19vb2%2F%2F%2F%2F9S%2BfXQAAAAPHRSTlMAAgMEBQYHCgsMDQ4PEhMWGRobHB8gIiMkJScoKSs0NT1DRUpMWF5gjpOYmaGjpr%2FIys3S1dnZ7vP09vfFQC13AAAA9ElEQVR42oXQZ6%2BCMBiG4aeCAoqiuPceuPes8P7%2FX6Xn5RgBTbw%2BNO3dpG2KH0RcM5JJQ4uLUE2UnSM9HZ1y4r0TM50z%2FTs7ZuyVSysKWJX8DZHeUsg2zUfpU4qY6gBE8xLtl6YAtAnP79Ij8uSdFxMNsHY8lVK67nPgxc4CisQ8yTxiRaBGPvcvu%2BSrAY1vvQHUv51TByqHz3sPFcCef75zbgOpwZUiroMUoFSX0b6sKgDMzjqc1x2Tvznb2wTzppf1P1q1u7PTq55mXVuFT7Va48X%2BRnTbL8YtizMTRqHdH45Gw367YAgEKHoml8%2FnMroC9gCKfVabzD1q%2BwAAAABJRU5ErkJggg%3D%3D) no-repeat;
	border: 0;
	display: block;
	position: absolute;
	z-index: 110;
	top: -10px;
	right: -9px;
	height: 24px;
	width: 23px;
}
#iubenda_policy p {
	line-height: 19px;
	margin: 0;
	padding-top: 11px;
}
#iubenda_policy address {
	margin: 0;
	line-height: inherit;
	display: inline;
}
#iubenda_policy a {
	font-weight: normal;
	border-bottom: 1px solid #f0f0f0;
}
#iubenda_policy .iub_content {
	position: relative;
	padding: 25px 30px;
	margin: 0 auto;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#iubenda_policy #wbars {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
#iubenda_policy #wbars .horizontal {
	display: none;
}
#iubenda_policy .iub_header {
	border-bottom: 1px dotted #dfdfdf;
	padding-bottom: 25px;
	position: relative;
}
#iubenda_policy .iub_header p {
	margin: 0;
	padding: 0;
}
#iubenda_policy .iub_header img {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
}
#iubenda_policy h1, #iubenda_policy h2, #iubenda_policy h3 {
	color: #3f3f3f;
	margin: 0;
}
#iubenda_policy h1+p, #iubenda_policy h2+p, #iubenda_policy h3+p {
	padding-top: 5px;
}
#iubenda_policy h1 {
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 5px;
}
#iubenda_policy h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	padding-top: 21px;
}
#iubenda_policy h3 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding-top: 24px;
}
#iubenda_policy h3+p {
	padding-top: 0;
}
#iubenda_policy .iconed ul li h3 {
	padding-top: 10px;
	color: #787878;
}
#iubenda_policy h4 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 19px;
	margin-bottom: 0;
}
#iubenda_policy h4:first-child {
	padding-top: 0;
}
#iubenda_policy ul, #iubenda_policy li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#iubenda_policy ul.for_boxes {
	zoom: 1;
}
#iubenda_policy ul.for_boxes:before, #iubenda_policy ul.for_boxes:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
#iubenda_policy ul.for_boxes:after {
	clear: both;
}
#iubenda_policy .half_col {
	float: left;
	width: 50%;
	zoom: 1;
}
#iubenda_policy .half_col:before, #iubenda_policy .half_col:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
#iubenda_policy .half_col:after {
	clear: both;
}
#iubenda_policy .half_col:nth-child(2n+1)>* {
	margin-right: 15px;
}
#iubenda_policy .half_col:nth-child(2n)>* {
	margin-left: 15px;
}
#iubenda_policy .half_col+.one_line_col, #iubenda_policy .half_col+.iub_footer {
	border-top: 1px dotted #dfdfdf;
}
#iubenda_policy .one_line_col {
	zoom: 1;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dfdfdf;
}
#iubenda_policy .one_line_col:before, #iubenda_policy .one_line_col:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
#iubenda_policy .one_line_col:after {
	clear: both;
}
#iubenda_policy .one_line_col>ul.for_boxes>li {
	float: left;
	width: 50%}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n+1) {
	clear: left;
}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 15px;
}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n) {
	clear: right;
}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 15px;
}
#iubenda_policy .one_line_col.wide {
	width: 100%}
#iubenda_policy .one_line_col.wide>ul.for_boxes>li {
	clear: both;
	width: 100%}
#iubenda_policy .one_line_col.wide>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 0;
}
#iubenda_policy .one_line_col.wide>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 0;
}
#iubenda_policy ul.normal_list {
	list-style: disc;
	display: block;
	padding-top: 11px;
}
#iubenda_policy ul.normal_list li {
	list-style: disc;
	float: none;
	line-height: 19px;
	margin: 5px 25px;
}
#iubenda_policy .simple_pp>ul>li {
	padding-bottom: 21px;
}
#iubenda_policy .simple_pp>ul>li>ul .iconed {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 2px;
	background-position-y: 26px;
	background-position: 2px 26px;
}
#iubenda_policy .simple_pp .for_boxes>.one_line_col>ul.for_boxes {
	margin-top: 0;
}
#iubenda_policy .legal_pp .one_line_col {
	float: none;
	border-top: 0;
	padding-bottom: 21px;
}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes {
	margin-top: 21px;
}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes>li:nth-child(2n+1) {
	clear: left;
	float: left;
}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes>li:nth-child(2n) {
	float: right;
	clear: right;
}
#iubenda_policy .legal_pp .definitions {
	margin-top: 21px;
}
#iubenda_policy .legal_pp .definitions .expand-click.w_icon_24 {
	margin-top: -11px;
	padding: 14px 10px 12px 45px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 5px;
	background-position-y: 0;
	background-position: 5px 0;
}
#iubenda_policy .legal_pp .definitions .expand-content {
	padding-left: 5px;
	padding-right: 5px;
}
#iubenda_policy .iub_footer {
	clear: both;
	position: relative;
	font-size: 11px;
}
#iubenda_policy .iub_footer p {
	font-size: 11px;
	padding: 0;
}
#iubenda_policy .iub_content .iub_footer {
	padding: 24px 0;
}
#iubenda_policy .iub_content .iub_footer .show_comp_link {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}
#iubenda_policy .iub_container>.iub_footer {
	min-height: 21px;
	background-color: #f6f6f6;
	color: #949494;
	padding: 30px;
	-webkit-box-shadow: 0 -1px 6px #cfcfcf;
	-moz-box-shadow: 0 -1px 6px #cfcfcf;
	box-shadow: 0 -1px 6px #cfcfcf;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#iubenda_policy .iub_container>.iub_footer>.btn {
	position: absolute;
	top: 25px;
	right: 30px;
}
#iubenda_policy .iub_container>.iub_footer .btn {
	padding: 0 10px;
	line-height: 29px;
}
#iubenda_policy .iub_container>.iub_footer .button-stack {
	margin: -4px 0;
}
#iubenda_policy .iub_container>.iub_footer .button-stack .btn+.btn {
	margin-left: 5px;
}
#iubenda_policy .iub_container>.iub_footer img {
	margin: 0 0 -4px 2px;
}
#iubenda_policy .wide {
	width: 150px;
}
@media(max-width:767px) {
	#iubenda_policy .legal_pp .one_line_col, #iubenda_policy .legal_pp .half_col {
	width: 100%}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes>li, #iubenda_policy .legal_pp .half_col>ul.for_boxes>li {
	clear: both;
	width: 100%}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes>li:nth-child(2n+1)>div, #iubenda_policy .legal_pp .half_col>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 0;
}
#iubenda_policy .legal_pp .one_line_col>ul.for_boxes>li:nth-child(2n)>div, #iubenda_policy .legal_pp .half_col>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 0;
}
#iubenda_policy .iub_header img {
	position: static;
	margin-bottom: 12.5px;
}
#iubenda_policy .iub_content>.iub_footer .show_comp_link {
	position: static;
	display: inline;
}
#iubenda_policy .iub_container>.iub_footer {
	padding: 20px;
}
#iubenda_policy .iub_container>.iub_footer .btn {
	top: 15px;
	right: 15px;
}
#iubenda_policy .iub_base_container>.close {
	content: "X";
	color: #000;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	background: #fff url(../design/images/close_big.png) no-repeat;
	background-position-x: 18px;
	background-position-y: 18px;
	background-position: 18px 18px;
	position: absolute;
	z-index: 110;
	top: -10px;
	right: -10px;
	margin: 5px 5px 0 0;
	height: 57px;
	width: 60px;
	-webkit-box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px #000;
}
#iubenda_policy .iub_base_container>.close.small {
	width: 14px;
	line-height: 14px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 0;
}
}@media(max-width:480px) {
	html#iubenda_policy {
	padding: 0;
}
#iubenda_policy body {
	padding: 0;
}
#iubenda_policy .iub_base_container, #iubenda_policy .iub_container {
	margin: 0;
}
#iubenda_policy .half_col:nth-child(2n+1)>* {
	margin-right: 0;
}
#iubenda_policy .half_col:nth-child(2n)>* {
	margin-left: 0;
}
#iubenda_policy .one_line_col, #iubenda_policy .half_col {
	width: 100%}
#iubenda_policy .one_line_col>ul.for_boxes>li, #iubenda_policy .half_col>ul.for_boxes>li {
	clear: both;
	width: 100%}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n+1)>div, #iubenda_policy .half_col>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 0;
}
#iubenda_policy .one_line_col>ul.for_boxes>li:nth-child(2n)>div, #iubenda_policy .half_col>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 0;
}
#iubenda_policy .iub_header img {
	position: static;
	margin-bottom: 12.5px;
}
#iubenda_policy .iub_content>.iub_footer .show_comp_link {
	position: static;
	display: inline;
}
#iubenda_policy .iub_container>.iub_footer {
	padding: 10px;
	text-align: center;
}
#iubenda_policy .iub_container>.iub_footer .btn {
	position: static;
	width: auto;
	display: block;
	margin: 10px auto 0 auto;
	max-width: 200px;
}
#iubenda_policy .iub_container>.iub_footer.in_preview {
	padding: 30px 10px;
}
#iubenda_policy .iub_content {
	padding-left: 20px;
	padding-right: 20px;
}
#iubenda_policy .iub_base_container>.close {
	content: "X";
	color: #000;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	background: #fff url(../design/images/close_big.png) no-repeat;
	background-position-x: 18px;
	background-position-y: 18px;
	background-position: 18px 18px;
	position: absolute;
	z-index: 110;
	top: -10px;
	right: -10px;
	margin: 5px 5px 0 0;
	height: 57px;
	width: 60px;
	-webkit-box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px #000;
}
#iubenda_policy .iub_base_container>.close.small {
	width: 14px;
	line-height: 14px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 0;
}
}#iubenda_policy.iubenda_fixed_policy .iub_base_container {
	max-width: 800px;
}
#iubenda_policy.iubenda_fixed_policy .iub_container {
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
#iubenda_policy.iubenda_fixed_policy .iub_container:before, #iubenda_policy.iubenda_fixed_policy .iub_container:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
#iubenda_policy.iubenda_fixed_policy .iub_container:after {
	clear: both;
}
#iubenda_policy.iubenda_fluid_policy #wbars {
	overflow-y: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
}
#iubenda_policy.iubenda_fluid_policy .iub_container {
	margin-top: 30px;
	margin-bottom: 30px;
}
#iubenda_policy.iubenda_fluid_policy .half_col:nth-child(2n+1)>* {
	margin-right: 0;
}
#iubenda_policy.iubenda_fluid_policy .half_col:nth-child(2n)>* {
	margin-left: 0;
}
#iubenda_policy.iubenda_fluid_policy .one_line_col, #iubenda_policy.iubenda_fluid_policy .half_col {
	width: 100%}
#iubenda_policy.iubenda_fluid_policy .one_line_col>ul.for_boxes>li, #iubenda_policy.iubenda_fluid_policy .half_col>ul.for_boxes>li {
	clear: both;
	width: 100%}
#iubenda_policy.iubenda_fluid_policy .one_line_col>ul.for_boxes>li:nth-child(2n+1)>div, #iubenda_policy.iubenda_fluid_policy .half_col>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 0;
}
#iubenda_policy.iubenda_fluid_policy .one_line_col>ul.for_boxes>li:nth-child(2n)>div, #iubenda_policy.iubenda_fluid_policy .half_col>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 0;
}
#iubenda_policy.iubenda_embed_policy .iub_base_container {
	background: 0;
}
#iubenda_policy.iubenda_embed_policy .iub_container>.iub_footer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
#iubenda_policy.iubenda_embed_policy .expand-click {
	cursor: default;
}
#iubenda_policy.iubenda_vip_policy.iubenda_fixed_policy .iub_container {
	max-width: 660px;
	padding-top: 80px;
}
#iubenda_policy.iubenda_vip_policy .iub_base_container {
	color: #777;
}
#iubenda_policy.iubenda_vip_policy p {
	font-size: 14px;
	line-height: 1.6;
}
#iubenda_policy.iubenda_vip_policy .allcaps, #iubenda_policy.iubenda_vip_policy p.allcaps, #iubenda_policy.iubenda_vip_policy ul.allcaps li {
	font-variant: small-caps !important;
	font-weight: bold !important;
	font-size: 16px !important;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
}
#iubenda_policy.iubenda_vip_policy ul.styled li {
	font-size: 14px;
	line-height: 1.6;
}
#iubenda_policy.iubenda_vip_policy h1 {
	font-size: 30px;
	color: #141414;
	line-height: 1.6;
	margin-bottom: 60px;
}
#iubenda_policy.iubenda_vip_policy h2 {
	font-size: 18px;
	color: #141414;
	line-height: 1.6;
	padding-top: 50px;
	padding-bottom: 15px;
}
#iubenda_policy.iubenda_vip_policy h3 {
	color: #141414;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
#iubenda_policy.iubenda_vip_policy .legal_pp .one_line_col {
	padding-bottom: 50px;
}
#iubenda_policy.iubenda_vip_policy .half_col:nth-child(2n+1)>* {
	margin-right: 0;
}
#iubenda_policy.iubenda_vip_policy .half_col:nth-child(2n)>* {
	margin-left: 0;
}
#iubenda_policy.iubenda_vip_policy .one_line_col, #iubenda_policy.iubenda_vip_policy .half_col {
	width: 100%}
#iubenda_policy.iubenda_vip_policy .one_line_col>ul.for_boxes>li, #iubenda_policy.iubenda_vip_policy .half_col>ul.for_boxes>li {
	clear: both;
	width: 100%}
#iubenda_policy.iubenda_vip_policy .one_line_col>ul.for_boxes>li:nth-child(2n+1)>div, #iubenda_policy.iubenda_vip_policy .half_col>ul.for_boxes>li:nth-child(2n+1)>div {
	margin-right: 0;
}
#iubenda_policy.iubenda_vip_policy .one_line_col>ul.for_boxes>li:nth-child(2n)>div, #iubenda_policy.iubenda_vip_policy .half_col>ul.for_boxes>li:nth-child(2n)>div {
	margin-left: 0;
}
#iubenda_policy.iubenda_vip_policy .definitions, #iubenda_policy.iubenda_vip_policy .iub_footer, #iubenda_policy.iubenda_vip_policy .for_boxes {
	color: #59636d;
}
#iubenda_policy.iubenda_vip_policy .definitions h3, #iubenda_policy.iubenda_vip_policy .iub_footer h3, #iubenda_policy.iubenda_vip_policy .for_boxes h3 {
	font-size: 13px;
}
#iubenda_policy.iubenda_vip_policy .definitions p, #iubenda_policy.iubenda_vip_policy .iub_footer p, #iubenda_policy.iubenda_vip_policy .for_boxes p {
	font-size: 13px;
}
#iubenda_policy.iubenda_vip_policy .w_icon_24 {
	background-image: none;
}
#iubenda_policy.iubenda_vip_policy .box_10.expand .expand-click.w_icon_24 {
	padding-left: 10px;
}
#iubenda_policy.iubenda_vip_policy .box_primary {
	border-color: #e0e0e0;
	border-bottom-color: #d3d3d3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#iubenda_policy.iubenda_vip_policy .box_primary h3 {
	color: #333;
}