@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');

body
{
	background: #fff;
	font-family: 'Catamaran', sans-serif;
}	
.image_strumento{
	width: 33%;
}
.image_etichetta{
	position:absolute;
	right:0px;
	width:90px;
}
.top
{
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	padding: 30px 0;
	position:relative;
}

/* comparision */




#generic_price_table{
	background-color: #fff;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 #ffffff #ffffff #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #154387;
}

#generic_price_table .first .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #205fec;
}

#generic_price_table .last .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #000d22;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #154387; 
    color: #154387;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #154387 #ffffff #ffffff #154387;
	color: #fff;
}

#generic_price_table .first .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .first .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #205fec #ffffff #ffffff #205fec;
	color: #fff;
}

#generic_price_table .last .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .last .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #000d22 #ffffff #ffffff #000d22;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #154387;
	color: #fff;
} 

#generic_price_table .first .generic_content:hover .generic_price_btn a,
#generic_price_table .first .generic_content.active .generic_price_btn a{
	background-color: #205fec;
	color: #fff;
} 

#generic_price_table .last .generic_content:hover .generic_price_btn a,
#generic_price_table .last .generic_content.active .generic_price_btn a{
	background-color: #000d22;
	color: #fff;
} 

#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Catamaran', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Catamaran",sans-serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Catamaran",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Catamaran",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Catamaran",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Catamaran",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Catamaran",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Catamaran",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Catamaran', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #154387;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF !important;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF !important;
	text-decoration:none;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 30px 0;
    min-height: 145px;
}

.generic_feature_list {
    padding-top: 20px;
}

#generic_price_table .col-md-4.last .generic_content .generic_price_btn a {
    border: 1px solid #000d22;
    color: #000d22;
}

#generic_price_table .col-md-4.first .generic_content .generic_price_btn a {
    border: 1px solid #205fec;
    color: #205fec;
}

#generic_price_table .generic_content:hover .generic_price_btn a, #generic_price_table .last .generic_content.active .generic_price_btn a {
    color: #fff !important;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #878787;
    font-weight: 300 !important;
}

/* end comparision */		   

.col-md-4
{
	transition: all 0.3s ease-in-out 0.4s;
	-moz-transition: all 0.3s ease-in-out 0.4s;
	-ms-transition: all 0.3s ease-in-out 0.4s;
	-o-transition: all 0.3s ease-in-out 0.4s;
	-webkit-transition: all 0.3s ease-in-out 0.4s;
	display: block;
}	

a
{
	cursor: pointer;
}

.generic_feature_list
{
	width: 100%;
	transition: width 0.3s ease-in-out 0s !important;
	-moz-transition: width 0.3s ease-in-out 0s !important;
	-ms-transition: width 0.3s ease-in-out 0s !important;
	-o-transition: width 0.3s ease-in-out 0s !important;
	-webkit-transition: width 0.3s ease-in-out 0s !important;
}

.generic_feature_list.selected
{
	width: 33.33%;
	text-align:left;
	padding-left: 30px;
	float: left;
}	



.selezionato .head span, .selezionato .head span, .selezionato .head span {
    color: #fff !important;
}

.selezionato .head {
    padding-top: 32px !important;
    position: relative;
    z-index: 1;
}

.selezionato .generic_content
{
	padding-bottom: 30px;
}

#generic_price_table .selezionato .generic_content .generic_feature_list ul li:hover {
    background-color: #fff;
    padding-left: 10px;
}

.col66
{
	display: block;
	float: left;
	width: 66.66%;
}	

.onlyscelta
{
	width: 0;
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: all 0.3s ease-in-out 0.5s !important;
	-moz-transition: all 0.3s ease-in-out 0.5s !important;
	-ms-transition: all 0.3s ease-in-out 0.5s !important;
	-o-transition: all 0.3s ease-in-out 0.5s !important;
	-webkit-transition: all 0.3s ease-in-out 0.5s !important;
		transition:  opacity 0.5s ease-in-out 0.2s !important;
	-moz-transition: opacity 0.5s ease-in-out 0.2s !important;
	-ms-transition:  opacity 0.5s ease-in-out 0.2s !important;
	-o-transition:  opacity 0.5s ease-in-out 0.2s !important;
	-webkit-transition:  opacity 0.5s ease-in-out 0.2s !important;
	padding-bottom: 40px;
}



.onlyscelta.bottominfo
{
	padding: 0 !important;
}

.onlyscelta.active
{
	width: 66.66%;
	opacity: 1;
	height: auto;
}	

.selezionato .generic_content {
    padding-bottom: 30px;
    min-height: 700px;
}

.col50
{
	float: left;
	display: block;
	width: 50%;
}

.col40
{
	float: left;
	display: block;
	width: 40%;
}

.col20
{
	float: left;
	display: block;
	width: 20%;
}

.onlyscelta.active {
    width: 66.66%;
    height: auto;
    padding-top: 35px;
	text-align: left;		
}

.onlyscelta .col40
{
	padding: 0px 30px;
}

.first .tit {
    font-size: 20px;
    margin-bottom: 20px;
    color: #205fec;
}

.tit {
    font-size: 20px;
    margin-bottom: 20px;
    color: #205fec;
}

.last .tit {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000d22;
}

.onlyscelta .col50 {
    padding: 0px 30px;
}

.s-mod {
    float: left;
    display: block;
    padding: 10px;
    border: 2px solid #205fec;
    color: #000d22;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.s-mod:hover, .s-mod:focus, .s-mod:active
{
	box-shadow: inset 0px 0px 10px 0px rgba(32,95,236,0.4);
}

.s-mod.active:hover, .s-mod.active:focus, .s-mod.active:active
{
	box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.4);
}

.s-mod.active {
    background: #000d22;
    color: #fff;
    box-shadow: 0px 0px 54px #205fec inset;
}

/* popup */



.wrap {
  position: absolute;
  overflow: hidden;
  top: 10%;
  right: 10%;
  bottom: 85px;
  left: 10%;
  padding: 20px 50px;
  display: block;
  border-radius: 4px;
  transform: translateY(20px);
  transition: all 0.5s;
  visibility: hidden;
  z-index:10;
}
.wrap .content {
  opacity: 0;
}
.wrap:before {
  position: absolute;
  width: 1px;
  height: 1px;
  background: #205fec;
  content: "";
  bottom: 10px;
  left: 50%;
  top: 95%;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap.active {
  display: block;
  visibility: visible;
  box-shadow: 2px 3px 16px silver;
  transition: all 900ms;
  transform: translateY(0px);
  z-index:10;
}
.wrap.active:before {
  height: 2000px;
  width: 2000px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -1000px;
  margin-top: -1000px;
  display: block;
  -webkit-transition: all 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap.active .content {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 900ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.wrap .content
{
	position: static;
}

.overlaywhite
{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	cursor: pointer;
	z-index:9;
}

.overlaywhite.active
{
	display: block;
}

.wrap {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    padding: 20px 50px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 10;
    width: 600px;
    height: 300px;
    margin-left: -300px;
    margin-top: -150px;
}

.wrap .titmodulo {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
    margin-top: 10px;
}

.wrap p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.addmodule {
    display: block;
    clear: both;
    border: 3px solid #fff;
    color: #fff;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.wrap.active .content {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 900ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  
}


.addmodule {
    display: block;
    clear: both;
    border: 3px solid #fff;
    color: #fff;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    right: 0;
	line-height: 17px;
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.addmodule:hover, .addmodule:focus, .addmodule:active  {
    display: block;
    clear: both;
    border: 3px solid #fff;
    color: #fff;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    right: 0;
	line-height: 17px;
	box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.4);
}

/* fine popup */

.s-mod.active:hover, .s-mod.active:focus, .s-mod.active:active {
    box-shadow: 0px 0px 154px #205fec inset;
}

.s-mod:hover, .s-mod:focus, .s-mod:active {
    box-shadow: inset 0px 0px 200px 0px rgba(32,95,236,1);
    color: #fff;
}

.filtramoduli {
    display: block;
    clear: both;
    width: 100%;
}

.ml10
{
	margin-left: 10px;
}	

.ml5
{
	margin-left: 5px;
}

.filtramoduli .s-filtro {
    float: left;
    display: block;
    font-size: 18px;
    margin: 10px 5px;
    margin-top: 0;
    cursor: pointer;
    padding: 5px;
    border: 2px solid #205fec;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 22px;
    color: #333;
}

.space50
{
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
}	

.btn-demo {
    display: block;
    clear: both;
    width: 100%;
	margin-bottom: 20px;
}

.btn-demo figure {
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.btn-demo figure div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}

.btn-demo figure:hover div {
  transform: rotateX(-90deg);
}

.btn-demo span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #000d22;
  font-family: 'Catamaran',sans-serif;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
}

.btn-demo span:nth-child(1) {
  color: #000d22;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
}

.btn-demo span:nth-child(2) {
  color: #fff;
  background: #000d22;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}

.btn-demo figure {
    width: 75%;
    height: 50px;
    cursor: pointer;
}

.btn-demo figure div {
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}

.btn-demo span {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 4px solid #000d22;
    font-family: 'Catamaran',sans-serif;
    line-height: 43px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.wrap.wrapdemo {
    top: 10%;
    margin-top: 0;
    left: 10%;
    margin-left: 0;
    width: auto;
    height: auto;
}

.wrap.active.wrapdemo .content {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 900ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    height: 98%;
}

.wrap.wrapdemo::before {
    background: #fff;
}

.wrap.wrapdemo .titmodulo {
    color: #000d22;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
    margin-top: 10px;
}

.wrap.wrapdemo p {
    color: #000d22;
}

.wrap.wrapdemo .addmodule {
    display: block;
    clear: both;
    border: 3px solid #000d22;
    color: #000d22;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    right: 0;
    line-height: 17px;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.col33
{
	float: left;
	display: block;
	width: 33.33% !important;
}

.onlyscelta.col33
{
	width: 33.33% !important;
}

.ml26
{
	margin-left: 26px;
}	

.col-md-4 .price {
    background: #2ECC71;
    height: 60px;
    color: #fff;
    line-height: 75px;
    font-size: 16px;
	font-weight: 300;
}

.col-md-4 .price span {
    background: #2ECC71;
    height: 60px;
    color: #fff;
    line-height: 75px;
    font-size: 16px;
	font-weight: 700;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 #2ECC71 #2ECC71 #e4e4e4;
}

#generic_price_table .first .generic_content.active .generic_head_price .generic_head_content .head_bg, #generic_price_table .first .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #205fec #2ECC71 #2ECC71 #205fec;
    color: #fff;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #154387 #2ECC71 #2ECC71 #154387;
    color: #fff;
}

#generic_price_table .last .generic_content.active .generic_head_price .generic_head_content .head_bg, #generic_price_table .last .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #000d22 #2ECC71 #2ECC71 #000d22;
    color: #fff;
}

.onlyfirst, .generic_price_btn, .price
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.onlyfirst p {
    font-weight: 300;
    color: #525252;
    padding: 0px 30px;
    font-size: 15px;
    line-height: 25px;
}

.modcompresi ul
{
	list-style:none;
	padding: 0;
	padding-left: 27px;
}

.modcompresi ul li
{
	cursor: pointer;
}

.modcompresi ul li .titolo
{
	font-size: 18px;
	color: #154387;
	line-height: 25px;
	padding-left:20px;
	border-left:2px solid #154387;
	margin-bottom: 10px;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

#descrizione_modulo
{
	display: none;
}

.modcompresi ul li p
{
	font-weight: 300;
	color: #525252;
	padding: 0px 30px;
	font-size: 15px;
	line-height: 25px;
	padding-left: 23px;
}


.bottominfo .prezzo {
    float: left;
    font-size: 22px;
    color: #2ECC71;
    font-weight: 700;
    line-height: 30px;
}

.btn-avanti {
    float: right;
    width: 150px;
    height: 40px;
    text-align: center;
    border: 4px solid #205fec;
    margin-top: -16px;
    line-height: 33px;
    color: #205fec;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.btn-avanti:hover, .btn-avanti:focus, .btn-avanti:active
{
	letter-spacing: 1.5px;
}

.btn-avanti .fa.fa-angle-right {
    font-weight: 700;
    font-size: 17px;
    margin-left: 5px;
}

input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #3A3C3D;
	display: inline-block;
	float: left;
	margin-right: 25px;
	padding: 5px;
	position: relative;
	margin-top: 23.5px;
	}


.btn-demo figure {
    width: 75%;
    height: 50px;
    cursor: pointer;
    float: left;
}

input[type="radio"] + label {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding: 0;
    position: relative;
    margin-top: 0;
    border: 4px solid #000d22;
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    cursor: pointer;
	margin-right: 0;
}

input[type="radio"]:checked + label {
  color: #fff;
  background:#fff;
}
input[type="radio"]:checked + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 35px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 1;
}

input[type="radio"] + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 35px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}

.s-mod
{
	display: none;
}

.s-mod.active
{
	display: block;
}

.modcompresi ul li {
    cursor: pointer;
	display: none;
	-webkit-transition: 0.3s all ease-in 0.3s;
	-moz-transition: 0.3s all ease-in 0.3s;
	-ms-transition: 0.3s all ease-in 0.3s;
	-o-transition: 0.3s all ease-in 0.3s;
	transition: 0.3s all ease-in 0.3s;
}

.modcompresi ul li.added {
    cursor: pointer;
	display: block;
	-webkit-transition: 0.3s all ease-in 0.3s;
	-moz-transition: 0.3s all ease-in 0.3s;
	-ms-transition: 0.3s all ease-in 0.3s;
	-o-transition: 0.3s all ease-in 0.3s;
	transition: 0.3s all ease-in 0.3s;
}

.pricepopup {
    position: absolute;
    bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.prezzosmall {
    display: inline;
    font-size: 14px;
    color: #2ECC71;
    font-weight: 500;
    margin-left: 5px;
}

.removemodule
{
	cursor: pointer;
	background: #B20000;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.removemodule {
    cursor: pointer;
    background: #B20000;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 7px;
}

#generic_price_table.container.white {
    background: #fff !important;
    min-height: 400px;
    margin: 50px auto 50px auto !important;
    padding: 0 !important;
    width: 1170px !important;
}

#generic_price_table.container.white .generic_content .generic_head_price .generic_head_content .head_bg
{
	border-color: #205fec #fff #fff #205fec !important;
	color: #fff !important;
}

#generic_price_table.container.white .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Catamaran",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	color: #fff !important;
}

#generic_price_table.container.white .generic_content .generic_head_price .generic_head_content .head
{
	padding-top: 32px !important;
}

#generic_price_table.container.white .generic_content .generic_head_price {
    margin: 0 0 30px 0;
}

.container.white .col100
{
	height: auto;
	padding: 25px;
	text-align: left;
	display: block;
	width: 100%;
}	

.s-serv
{
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000d22;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.s-serv .service
{
	float: left;
	display: block;
	width: 80%;	
}

.s-serv .price
{
	float: left;
	display: block;
	width: 15%;
}

.s-serv .check
{
	float: left;
	display: block;
	width: 50px;
	position: relative;
}

.s-serv .service .titolo {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
	color: #205fec;
}

.s-serv .service .desc {
    color: #000d22;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-right: 30px;
}

.s-serv .note
{
	display: none;
}

#generic_price_table.container.white {
    background: #fff !important;
    min-height: 400px;
    margin: 50px auto 50px auto !important;
    padding: 0 !important;
    width: 1170px !important;
    position: relative;
    padding-bottom: 110px !important;
}

.s-serv .price {
    font-size: 18px;
    color: #2ECC71;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5px;
}


input[type="checkbox"] {
	display: none;
}


input[type="checkbox"] + label {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding: 0;
    position: relative;
    margin-top: 0;
    border: 2px solid #000d22;
    height: 30px;
    width: 30px;
    margin-bottom: 0;
    cursor: pointer;
	margin-right: 0;
}

input[type="checkbox"]:checked + label {
  color: #fff;
  background:#fff;
}
input[type="checkbox"]:checked + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 25px;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 1;
}

input[type="checkbox"] + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 35px;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}

.s-serv .note {
    position: absolute;
    background: #fff;
    padding: 15px;
    top: -40px;
    left: -360px;
    width: 360px;
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.1);
}

.s-serv .note .tit
{
	margin-bottom: 10px;
	font-size: 18px;
}

.s-serv .note textarea {
    width: 100%;
    border: 2px solid #000d22;
    margin-bottom: 10px;
	padding: 10px;
	resize: none;
	height: 135px;
}

.btn-save, .btn-save:hover, .btn-save:focus, .btn-save:active
{
	cursor: pointer;
    background: #2ECC71;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 7px;	
}

.check label {
    float: right !important;
}

.container.white
{
	display: none;
}

ul.scelte
{
	list-style:none;
	padding: 0;
	padding-left: 0px;
}

ul.scelte li
{
	cursor: pointer;
}

ul.scelte li .titolo
{
	font-size: 18px;
	color: #154387;
	line-height: 25px;
	padding-left:20px;
	border-left:2px solid #154387;
	margin-bottom: 10px;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

ul.scelte li p
{
	display: none;
	font-weight: 300;
	color: #525252;
	padding: 0px 30px;
	font-size: 15px;
	line-height: 25px;
	padding-left: 23px;
}

.pr60
{
	padding-right: 60px;
}	

.btn-addnote, .btn-addnote:hover, .btn-addnote:focus, .btn-addnote:active {
    margin-top: 10px;
    color: #205fec;
    border: 1px solid #205fec;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
	cursor: pointer;
	display: none;
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.noteserv {
 
	display: none;
	margin-bottom: 10px;
	border: 1px solid #ccc;
    color: #666;
    resize: none;
    padding: 10px;
    width: 90%;
    font-size: 14px;
    line-height: 18px;
}

.notefinali
{
	border: 1px solid #000d22;
    color: #000d22;
    resize: none;
    padding: 10px;
    width: 100%;
}

.pr30
{
	padding-right: 30px;
}	

.pagfinale .modcompresi ul
{
	padding-left: 0;
}

.pagfinale .modcompresi ul li 
{
	pointer-events: none;
}

.pagfinale .modcompresi ul li p
{
	display: block;
}

.grafcomp p
{
	font-weight: 300;
	color: #525252;
	padding: 0px;
	font-size: 15px;
	line-height: 25px;
}	

.back, .back:hover, .back:focus, .back:active {
    position: absolute;
    left: 20px;
    z-index: 10;
    color: #fff;
    top: 33px;
}

.colsxx a, .colsxx a:hover, .colsxx a:focus, .colsxx a:active
{
	display: block;
	clear: both;
	color: #154387;
	font-size: 16px;
	line-height: 16px;
	padding-left: 0px;
	border-left: 0px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 700;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: #000d22;
}

.login input[type="text"], .login input[type="password"]
{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	opacity: 0.7;
	border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
    line-height: 18px;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.login input[type="text"]:hover, .login input[type="text"]:focus, .login input[type="text"]:active, .login input[type="password"]:hover, .login input[type="password"]:focus, .login input[type="password"]:active
{
	opacity: 1;
}

.col-md-4 {
    margin-bottom: 30px;
}

.generic_feature_list {
    width: 100%;
    transition: width 0.3s ease-in-out 0s !important;
    -moz-transition: width 0.3s ease-in-out 0s !important;
    -ms-transition: width 0.3s ease-in-out 0s !important;
    -o-transition: width 0.3s ease-in-out 0s !important;
    -webkit-transition: width 0.3s ease-in-out 0s !important;
    height: 250px;
    overflow: hidden;
}

.btn-login {
    width: 100%;
    height: 42px;
    border: 0;
    background: #154387;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 42px;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.btn-login:hover, .btn-login:focus, .btn-login:active {
    width: 100%;
    height: 42px;
    border: 0;
    background: #154387;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 42px;
	box-shadow: 10px 20px 60px #205fec inset;
}

p
{
	font-weight: 300;
	color: #525252;
	font-size: 15px;
	line-height: 25px;
}

.s-serv .service .desc {
    color: #525252;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    padding-right: 30px;
	font-weight: 300;
}

a, a:hover, a:focus, a:active
{
	color: #154387;
	font-size: 15px;
}	

.closepopup {
    position: absolute;
    right: -20px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    top: 0px;
    cursor: pointer;
}

.filtramoduli .s-filtro.active {
    color: #205fec;
    opacity: 1;
}
.filtramoduli .s-filtro {
    float: left;
    display: block;
    font-size: 18px;
    margin: 10px 5px;
    margin-top: 0;
    cursor: pointer;
    padding: 5px;
    border: 2px solid #205fec;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 22px;
    color: #333;
    opacity: 0.9;
}



.wrap.content
{
   height: 240px;
   color: #fff !important;
}

.wrap.active .content * {

    color: #fff !important;
}

.prevappeso {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 500px;
    text-align: center;
    margin-left: -250px;
    font-size: 17px;
}

.prevappeso span
{
	cursor: pointer;
	color: #205fec;
}

.removemodule {
    cursor: pointer;
    background: #B20000;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: -13px;
    float: right;
    margin-right: 0px;
}

.listaprs
{
   list-style:none;
   padding: 0;
   display: block;
   margin-top: 30px;
}

.listaprs li {
    font-size: 14px;
    padding-left: 10px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
    line-height: 40px;
}

.listaprs .btn-miniup, .listaprs .btn-miniup:hover, .listaprs .btn-miniup:focus {
    float: right;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 3px 10px;
    line-height: 20px;
    margin-top: 6px;
	cursor: pointer;
}

#descrizione_modulo::after, #descrizione_modulo::before
{
	display: table;
	clear: both;
	content:"";
}

.removemodule {
    cursor: pointer;
    background: #fff;
    width: 100px;
    height: 30px;
    line-height: 28px;
    color: #B20000;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 0;
    float: right;
    margin-right: 30px;
    border: 1px solid #B20000;
}

.modcompresi ul li p {
    font-weight: 300;
    color: #525252;
    padding: 0px 30px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 23px;
    margin-bottom: 0;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #fff;
}

.col-md-4 .price {
    background: transparent;
    height: auto;
    color: #808080;
    line-height: 15px;
    font-size: 15px;
    font-weight: 300;
}

.col-md-4 .price span {
    background: transparent;
    height: auto;
    color: #fff;
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    display: block;
    clear: both;
    margin-top: 30px;
    letter-spacing: 2px;
}

.onlyfirst p {
    font-weight: 300;
    color: #525252;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 23px;
}

.generic_feature_list {
    padding-top: 0px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
    margin-top: 10px;
}

#generic_price_table .generic_content .generic_price_btn a
{
	padding: 0;
	height: 50px;
	line-height: 50px;
	border:0;
	border-radius:25px;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 2px;
	width: 300px;

}

#generic_price_table .generic_content .generic_head_price {
    background-color: transparent;
}

.onlyscelta.active {
    width: 66.66%;
    height: auto;
    padding-top: 10px;
    text-align: left;
}

.tit {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modcompresi ul li .titolo {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
    padding-left: 0px;
    border-left: 0px;
    margin-bottom: 10px;
	position: relative;
}

.modcompresi ul li .titolo .fa-sort
{
	margin-right: 5px;
	font-size: 14px;
}

.prezzosmall {
    display: inline;
    font-size: 16px;
    color: #FC4419;
    font-weight: 400;
    margin-left: 5px;
    letter-spacing: 0.5px;
}

.removemodule {
    cursor: pointer;
    background: #fff;
    width: auto;
    height: auto;
    line-height: 25px;
    color: #808080;
    font-weight: 500;
    text-align: left;
    display: inline;
    margin-top: 0;
    float: none;
    margin-left: 10px;
    border: 0;
    margin-right: -5px;
}

#descrizione_modulo
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.modcompresi ul li p {
    font-weight: 300;
    color: #666666;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 17px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.filtramoduli .s-filtro {
    float: left;
    display: block;
    font-size: 18px;
    margin: 10px 5px;
    margin-top: 0;
    cursor: pointer;
    padding: 5px;
    border: 2px solid #205fec;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 26px;
    color: #333;
    opacity: 1;
}

.s-mod.active {
    background: #000d22;
    color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 25px;
	font-size: 16px;
	font-weight: 400;
}

.btn-demo span {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #000d22;
    font-family: 'Catamaran',sans-serif;
    line-height: 37px;
    text-align: center;
    text-transform: none;
    border-radius: 30px;
    font-size: 16px;
    color: #4D4D4D !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-demo figure {
    width: 75%;
    height: 40px;
    cursor: pointer;
    float: left;
    border-radius: 30px;
    max-width: 210px;
}

input[type="radio"] + label {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative;
    margin-top: 0;
    border: 2px solid #808080;
    height: 18px;
    width: 18px;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 0;
    border-radius: 4px;
    margin-top: 11px;
}

input[type="radio"]:checked + label {
    color: #fff;
    background: #fff;
}

input[type="radio"]
{
	display: none !important;
}

.labelradio {
    float: left;
    margin-right: 20px;
    margin-top: 14px;
    margin-left: -3px;
}

input[type="radio"]:checked + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 15px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

input[type="checkbox"] + label {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative;
    margin-top: 0;
    border: 2px solid #808080;
    height: 18px;
    width: 18px;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 0;
    border-radius: 4px;
    margin-top: 11px;
}

input[type="checkbox"]:checked + label {
    color: #fff;
    background: #fff;
}

input[type="checkbox"]:checked + label::after {
    background: url("/img/checked1600.png");
    content: " ";
    height: 15px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

.bottominfo .prezzo {
    float: left;
    font-size: 18px;
    color: #FC4419;
    font-weight: 700;
    line-height: 30px;
    position: fixed;
    right: 5%;
    bottom: 200px;
    text-transform: uppercase;
}

.tittot {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.bottominfo .prezzo #totale_pacchetto
{
	font-size: 16px;
}

.top {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding: 30px 0;
    position: relative;
    padding-bottom: 0px;
}

.prevappeso {
    position: absolute;
    bottom: -27px;
    left: 50%;
    width: 500px;
    text-align: center;
    margin-left: -250px;
    font-size: 17px;
}

.pallatotale {
    width: 57px;
    height: 57px;
    background: #FC4419;
    text-align: center;
    line-height: 54px;
    border-radius: 200px;
    cursor: pointer;
    clear: both;
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 46px;
	color: #fff;
	z-index: 99;
}

.overlaytotale
{
	z-index:89;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}

.txttotale
{
	z-index:95;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	text-align: right;				
}

.txttotale span
{
	margin-right: 15px;
	font-weight: 500;
}

.txttotale {
    z-index: 99;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
    text-transform: none;
    position: fixed;
    right: 5%;
    bottom: 200px;
	display: none;
}

.bottominfo .prezzo #totale_pacchetto {
    font-size: 16px;
    min-width: 60px;
    display: inline-block;
    text-align: right;
	margin-right: 0;
}

.txttotale span.prices {
    margin-right: 0 !important;
    font-weight: 400 !important;
    min-width: 70px !important;
    text-align: right !important;
    display: inline-block !important;
}

.txttotale .divider {
    width: 250px;
    display: block;
    clear: both;
    height: 1px;
    z-index: 100;
    background: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
}

.txttotale span.first
{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.closetotale
{
	-webkit-transition: 0.9s all ease-in !important;
	-moz-transition: 0.9s all ease-in !important;
	-ms-transition: 0.9s all ease-in !important;
	-o-transition: 0.9s all ease-in !important;
	transition: 0.9s all ease-in !important;
}

#generic_price_table.container.white {
    background: #fff !important;
    min-height: 400px;
    margin: 50px auto 50px auto !important;
    padding: 0 !important;
    width: 1170px !important;
    position: relative;
    padding-bottom: 110px !important;
    z-index: 2 !important;
}

.bottominfo.active {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 30px !important;
 
}

.s-serv {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}

.s-serv .check {
    float: left;
    display: block;
    width: 20px;
    position: relative;
}

input[type="checkbox"] + label {
    margin-top: 3px;
}

.s-serv .service .titolo, .tit  {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 7px;
    color: #333;
    font-weight: 700;
	text-transform:none;
}

.tit
{
	margin-bottom: 15px;
}

.service .desc p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.s-serv .service .desc li {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    font-weight: 400;
}

.s-serv .service .desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s-serv .service .desc li::before {
  content: "• ";
}

.s-serv .service .desc li {
    padding-left: 35px;
    text-indent: -21px;
}

.s-serv .service .desc li::before {
    content: "• ";
    font-size: 41px;
    line-height: 27px;
    vertical-align: middle;
}

.s-serv .price {
    font-size: 18px;
    color: #FC4419;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
}

.s-serv .price span {
    font-weight: 300;
    display: block;
    margin-top: 5px;
    font-size: 16px;
}





#generic_price_table.container.white {
    background: #fff !important;
    min-height: 400px;
    margin: 50px auto 50px auto !important;
    padding: 0 !important;
    width: 1170px !important;
    position: relative;
    padding-bottom: 1px !important;
    z-index: 2 !important;
}

.btn-addnote, .btn-addnote:hover, .btn-addnote:focus, .btn-addnote:active {
    margin-top: 10px;
    color: #205fec;
    border: 1px solid #205fec;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    margin-left: 16px;
    border-radius: 30px;
}

.back, .back:hover, .back:focus, .back:active {
    position: static;
    float: left;
    z-index: 10;
    color: #999999;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    margin-top: -7px;
}

.pagfinale .modcompresi ul li {
    pointer-events: none;
    padding-left: 10px;
	padding-bottom: 25px;
}

.modcompresi ul li .titolo, .grafcomp .sceltas {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 16px;
    padding-left: 0px;
    border-left: 0px;
    margin-bottom: 10px;
    position: relative;
	font-weight: 700;
}

.pagfinale .modcompresi ul li p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
	font-weight: 400;
}

.col100.pr30.modcompresi, .grafcomp {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 0;
}

.pagfinale .modcompresi ul {
    padding-left: 0;
    margin-bottom: 0px;
}

.grafcomp .sceltas {
	padding-left: 10px;
}

.grafcomp p {
    font-weight: 500;
    color: #666;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.notefinali {
    border: 1px solid #ccc;
    color: #666;
    resize: none;
    padding: 10px;
    width: 100%;
    min-height: 110px;
    font-size: 14px;
    line-height: 18px;
}

.col100.pr30.grafcomp.sconto
{
	border-bottom: 0;
	padding-bottom: 70px;
}

.col100.pr30.grafcomp.sconto .tit {
    color: #F44336;
    float: left;
    margin-right: 20px;
}

input#sconto {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    color: #F44336;
    margin-top: -7px !important;
}

.filtraservizi
{
	position: fixed;
}

.filtraservizi .s-filtras
{
	width: 240px;
	height: 40px;
	margin-bottom: 10px;
	border:2px solid red;
	font-size: 15px;
	line-height: 38px;
	color: #666;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
	letter-spacing: 0.5px;
	padding-right: 20px;
	background: #fff;


}

.filtraservizi .s-filtras.active
{
	color: #fff;
	background: red;
}

.pagfinale
{
	padding-top: 0 !important;
}

.clear
{
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

.onlyscelta.col66 .tit, .onlyscelta.col33 .tit {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
	margin-bottom: 7px !important;
}

.btn-login, .btn-login:hover, .btn-login:focus, .btn-login:active {
    padding: 0;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 25px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.form-control
{
	border: 1px solid #ccc;
    color: #666;
    resize: none;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
	border-radius:0;
}

.profile {
    margin-left: 20px;
    margin-right: 5px;
}

.logo {
    float: none;
    display: inline-block;
    margin-left: 72px;
}

.col66 .tit, .col33 .tit {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-bottom: 7px !important;
}

.wrap.active .content {
    position: relative;
  
    opacity: 1;
    transition: all 900ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    height: 240px;
    color: #fff !important;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #fff;
    display: block;
}

.scroll-element.scroll-x {
	display: none !important;
}

.closepopup {
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}

.pricepopup {
    position: static;
    bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.addmodule, .addmodule:hover, .addmodule:focus, .addmodule:active {
    display: block;
    clear: both;
    border: 3px solid #fff;
    color: #fff;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    cursor: pointer;
    right: 54px;
    line-height: 17px;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.pricepopup {
    position: fixed;
    bottom: 33px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.bottominfo .prezzo {
    float: left;
    font-size: 18px;
    color: #FC4419;
    font-weight: 700;
    line-height: 30px;
    position: fixed;
    right: 40px;
    bottom: 103px;
    text-transform: uppercase;
}

.txttotale {
    right: 40px;
    bottom: 103px;
}

.pricepopup, .addmodule
{
	z-index:20;
	position:absolute !important;
}

.wrap .content
{
	position: static !important;
	max-height:200px;
	overflow:scroll;
}

.wrap .content p, .wrap .content .titmodulo, .wrap .content ul, .wrap .content span
{
	position: relative !important;
}

.closepopup {
    position: absolute;
    right: 37px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    top: 28px;
    cursor: pointer;
    z-index: 9;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    display: none !important;
}

.overlaytotale {
    z-index: 89;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}

.login input[type="text"], .login input[type="password"] {
    height: 40px;
    line-height: 40px;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.logo img
{
	max-width:350px;	
}

.profile img, .logout img
{
	max-width:20px;
}

.pallatotale img
{
	max-width:25px;
}

.login .profile, .login .logout
{
	display: none;
}	

.login .logo
{
	margin-left: 0;
}

.filtraservizi {
    position: fixed;
    left: 15px;
}

.filtraservizi .s-filtras {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid red;
    font-size: 17px;
    line-height: 40px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding-right: 0;
    background: #fff;
    text-align: center;
}

.closenote
{
    cursor: pointer;
    vertical-align: top;
    margin-left: 5px;
    font-size: 16px;
	display: none;
}



.overlayloader
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255, 0.9);
	z-index:999999999;
	display: none;
}

.loader
{
	z-index:9999999999;	
	display: none;
}

.wrap .content
{
	overflow: hidden;
}

#prevescordato {
   
    top: 50%;
    left: 50%;
    padding: 20px 50px;
    display: block;
   
    width: 700px;
    height: 300px;
    margin-left: -350px;
    margin-top: -150px;
}

.btn-desc {
    display: none;
    width: 150px;
    position: absolute;
    border: 2px solid #fff;
    left: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 6px;
	cursor: pointer;
}

.btn-desc img {
    width: 20px;
    margin-right: 9px;
    vertical-align: -4px;
}

.overlaydesc
{
	display: none;
	z-index: 89;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}

.descrprogetto
{
	position: absolute;
	z-index:99;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 450px;
	margin-left: -350px;
	margin-top: -225px;
	background: #f2f2f2;
	padding: 25px 55px;
}

.descrprogetto .tit
{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
}

.descrprogetto textarea
{
	display: block;
	clear: both;
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	border:1px solid #cccccc;
	padding: 10px;
}

.btn-add-desc
{
	display: block;
	clear: both;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border:0;
	margin: 0px auto;
	background: #205fec;
	top: 38px;

}

.btn-demo figure {
    width: 75%;
    height: 40px;
    cursor: pointer;
    float: left;
    border-radius: 30px;
    max-width: 280px;
}

.btn-demo span {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #000d22;
    font-family: 'Catamaran',sans-serif;
    line-height: 37px;
    text-align: center;
    text-transform: none;
    border-radius: 30px;
    font-size: 14px;
    color: #4D4D4D !important;
    font-weight: 500;
    letter-spacing: auto !important;
}

.ricercapreve
{
	display: block;
	clear: both;
	width: 100%;
}

.ricercapreve input, .ricercapreve select {
    display: block;
    float: left;
    width: 18%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 2%;
    padding-left: 10px;
    position: static;
    top: 0;
    margin-top: 0;
}	

.actiontab
{
	display: none;
}

.openactiontab, .openactiontab:hover, .openactiontab:focus, .openactiontab:active {
    border: 1px solid #154387;
    width: 20px;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 20px;
	cursor: pointer;
}

.actiontab {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 10px;
    width: 100px;
    right: 39px;
    border: 1px solid #b3b3b3;
}

.actiontab a {
    display: block;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}

.ricercapreve .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	display: block;
	float: left;
	width: 18%;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	margin-right: 2%;
	padding-left: 10px;
	border-radius:0;
	background: transparent;
}

.ricercapreve .dropdown-toggle
{
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	margin-right: 2%;
	padding-left: 10px;
	border-radius:0;
	background: transparent;
	line-height: 17px;
	border-color:#636363;
	color: #636363;
}

.bottominfo .prezzo {

    z-index: 999;
}

.image_strumento {
    width: 130px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -65px;
}

.selezionato .image_strumento {
    width: 130px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -65px;
}

.btn-add-desc {
    display: block;
    clear: both;
    width: 150px;
    height: 40px;
    line-height: 42px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0px auto;
    background: #205fec;
    top: 38px;
    margin-top: 20px;
}

.pr20
{
	padding-right: 20px;
}

.pl20
{
	padding-left: 20px;
}

.space20
{
	display: block;
	clear: both;
	height: 20px;
	width: 100%;
}	

input[type="radio"].radiosa
{
	display: inline !important;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 0;
}	

.cke_editable {
    cursor: text;
    background: #fff;
    min-height: 200px;
	padding: 10px;
}

/*#cke_descprogetto {
    width: 590px;
    top: 50% !important;
    margin-top: -310px;
}	 */

.btn-desc {
    display: none;
    width: 150px;
    position: absolute;
    border: 2px solid #fff;
    left: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 6px;
    cursor: pointer;
    border-radius: 90px;
}

.addmod {
    margin-right: 20px;
    width: 230px !important;
	line-height: 38px !important;
}

.addmod .fa.fa-plus {
    font-size: 16px;
    margin-right: 3px;
}

.btn-desc img {
    width: 16px;
    margin-right: 9px;
    vertical-align: -3px;
}

.boxsconto {
    width: 80px !important;
    border: 1px solid #fff;
    background: transparent;
    font-size: 14px;
    height: 30px;
    float: right;
    margin-left: 15px;
    margin-top: -8px;
    padding-left: 5px;
}

.descrprogetto {
    position: static;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    background: #f8f8f8;
    padding: 25px 55px;
    border: 2px solid #f2f2f2;
}

.inputsconto {
    width: 110px !important;
    border: 1px solid #FC4419;
    background: transparent;
    font-size: 14px;
    height: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    padding: 0;
}

.txttotale span.prices {
    margin-right: 0 !important;
    font-weight: 400 !important;
    width: 70px !important;
    text-align: right !important;
    display: inline-block !important;
    float: right;
}

.txttotale span {
    margin-right: 15px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.tittot {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    float: none !important;
}

.divider::after
{
	content:"";
	display: table;
	clear: both;
}

.txttotale .divider {
    width: 250px;
    display: block;
    clear: both;
    height: 1px;
    z-index: 100;
    background: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
    margin-right: 14px;
}

.dividercorto {
    display: block;
    clear: both;
    width: 65px;
    height: 1px;
    background: #fff;
    float: right;
    margin: 30px 0px;
}

.first.nomeserv {
    margin-right: 0;
}

.prices.gratisanno
{
	font-size: 11px !important;
	line-height: 12px !important;
	padding-top: 7px !important;
}

.frecce {
    position: absolute;
    right: 70px;
    top: 35px;
}

.frecce img {
    max-width: 40px;
}

.frecce a
{
	float: right;
	margin-right: 5px;
}

.showdemo
{
	width: 270px;
	height: 40px;
	border-radius:20px;
	border:2px solid #2196F3;
	color:#2196F3;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	position: absolute;
}

.showdemo:hover, .showdemo:focus, .showdemo:active
{
	width: 270px;
	height: 40px;
	border-radius:20px;
	border:2px solid #2196F3;
	color:#2196F3;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	position: absolute;
}

.sidemo
{
	width: 270px;
	height: 40px;
	border-radius:20px;
	border:2px solid #2196F3;
	color:#2196F3;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	position: absolute;
}

.sidemo:hover, .sidemo:focus, .sidemo:active
{
	width: 270px;
	height: 40px;
	border-radius:20px;
	border:2px solid #2196F3;
	color:#2196F3;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	position: absolute;
}

.sidemo i
{
	margin-left: 5px;
	cursor: pointer;
}

.nodemo
{
	display: none;
}

.tabdemo
{
	display: block;
	clear: both;
	width: 100%;
}

.tabdemo .s-tab
{
	width: 22%;
	margin: 0px 1.5%;
	float: left;
	display: block;
	height: 50px;
	border-radius:8px;
	border:3px solid #EBF0F3;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	color: #000D22;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	cursor: pointer;
}

.tabdemo .s-tab.active
{
	border-color:#205FEC;
	background:#205FEC;
	color:#fff;
}

.s-swap
{
	width: 22%;
	margin: 0px 1.5%;
	float: left;
	display: block;	
	margin-bottom: 30px;
	height: 445px;
}

.s-swap .front
{
	top: 0;
	left: 0;
	background:#ff7700;
	border-radius:6px; 
	position: relative;
}

.s-swap .front .fotocamera
{
	position: absolute;
	top: 20px;
	left: 20px;
}

.s-swap .front .fotocamera .uno
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius:100%;
	margin-right: 5px;
}

.s-swap .front .fotocamera .due
{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius:100%;
	margin-right: 5px;
	margin-top: 5px;
}

.s-swap .front .fotocamera .tre
{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius:100%;
	margin-right: 5px;
	margin-top: 5px;
}

.s-swap .front .titolo
{
	position: absolute;
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	top: 50%;
	text-align: center;
	width: 100%;
	left: 0;
	font-weight: 900;
	margin-top: -12.5px;
	letter-spacing: 1px;
}

.s-swap .back
{
	top: 0;
	left: 0;
	background:#EBF0F3;
	border-radius:6px; 
	position: relative;
}

.s-swap .back .fotocameraint
{
   position: absolute;
   top: 25px;
   width: 60px;
   left: 50%;
   margin-left: -30px;
}

.s-swap .back .fotocameraint .uno
{
	width: 35px;
	height: 11px;
	border-radius:20px;
	display: block;
	float: left;
	margin-right: 5px;
	background: #205FEC;
}

.s-swap .back .fotocameraint .due
{
	width: 17px;
	height: 11px;
	border-radius:20px;
	background: #000D22;
	display: block;
	float: left;
}

.s-swap .back .boxwhite
{
	position: absolute;
	top: 70px;
	left: 5px;
	right: 5px;
	background: #fff;
	height: 240px;
}

.s-swap .back .boxwhite	.logo
{
	position: absolute;
	top: 80px;
	right: 30px;
	left: 30px;
	margin-left: 0;
}

.s-swap .back .boxwhite .logo img
{
	max-width:100% !important;
}

.s-swap .back .boxwhite .subtit
{
	position: absolute;
	text-align: center;
	top: 200px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	color: #000D22;
	width: 100%;
}

.s-swap .back .btn-view
{
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	text-align: center;
	height: 36px;
	border-radius:20px;
	line-height: 36px;
	color: #fff;
	background:#fe7700;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.s-swap .back .btn-view2
{
	position: absolute;
	bottom: 75px;
	left: 25px;
	right: 25px;
	text-align: center;
	height: 36px;
	border-radius:20px;
	line-height: 36px;
	color: #fff;
	background:#fe7700;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.s-swap .back .boxwhite .logo {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    margin-left: 0;
}

.s-swap .back .boxwhite .logo img {
    max-width: 100% !important;
    max-height: 140px;
    width: auto;
    display: block;
    margin: 0px auto;
}

.flot-tick-label.tickLabel {
    margin-left: -17px;
    font-size: 9px;
}

.flot-y-axis.flot-y1-axis.yAxis.y1Axis {
    margin-left: -14px;
    margin-top: -8px;
}

.flot-x-axis.flot-x1-axis.xAxis.x1Axis {
    margin-left: -6px;
}

.legendLabel {
    height: 40px;
    display: block;
    clear: both;
    line-height: 41px;
}

.legendColorBox div div
{
	border-width:10px !important;
}

.legendColorBox > div {
    margin-right: 6px;
}

.legendLabel {
    height: 40px;
    display: block;
    clear: both;
    line-height: 41px;
    font-size: 12px;
}

#choices {
    width: 20% !important;
    margin-top: 0px;
}


#choices br {
   display: none !important;
}

#choices label {
    color: #333 !important;
    width: 100% !important;
    display: block !important;
    height: 30px !important;
    line-height: 27px !important;
    text-align: center;
    float: left;
    margin-right: 1% !important;
    font-size: 15px;
    font-weight: 500;
    position: static !important;
	margin-bottom: 10px !important;
}

#choices input[type="checkbox"]:checked + label {
	background: #205fec !important;
	color: #fff !important;
	border-color:#154387 !important;
}

#choices input[type="checkbox"]:checked + label:nth-child(3) {
    background: #5cb85c !important;
    color: #fff !important;
    border-color: #5cb85c !important;
}

#choices input[type="checkbox"]:checked + label:nth-child(6) {
    background: #f0ad4e !important;
    color: #fff !important;
    border-color: #f0ad4e !important;
}

#choices input[type="checkbox"]:checked + label:nth-child(9) {
    background: #d9534f !important;
    color: #fff !important;
    border-color: #d9534f !important;
}

#placeholder2 table {
    right: -50px !important;
}

#choices input[type="checkbox"] + label::after {
	display: none !important;
}

#choices {
    width: auto !important;
    margin-top: 0px;
    float: left !important;
    margin-left: 20px;
    max-width: 150px;
    margin-top: 3px;
}

.pagfinale .modcompresi ul li ul li {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    list-style: circle !important;
}

.pagfinale .modcompresi ul li ul {
    display: block;
	list-style:circle !important;
}







#placeholder
{
	width:500px;
	height:250px;
	float: left;
}

@media all and (min-width:768px) and (max-width:1024px)
{
	#placeholder
	{
		width:400px;
		height:200px;
		float: left;
	}
}

.error_form
{
	border:1px solid red !important;
}	









