/*
Theme Name: Abbassalebollette
Theme URI: http://www.abbassalebollette.it
Description: Tema responsive personalizzato per Abbassalebollette.it
Version: 1.0
Author URI: http://www.ideacommerce.it
Author: Ideacommerce
*/

body {
	font-size: 14px;
	font-family:'Open Sans',sans-serif, Arial;
	line-height: 1.6;
	position: relative;
}

#page-title h1{text-align:center;color:#333}

 

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:10px;
	font-family:'Open Sans',sans-serif, Arial;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: bold;
}
/*a {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}*/
a:hover, a:active {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.button {
	display: inline-block;
	color: #fff !important;
	padding: 11px 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; */
	border: none;
	text-align: center;
}
.button:hover, .button:active {
	text-decoration: none;
}
input,
textarea,
select {
	background: rgba(0,0,0,0.04);
	border: 1px solid #ccc;
	color: #666;
	padding: 11px 11px;
	font-size: 14px;
	white-space: normal;
	max-width: 100%;
	box-sizing: border-box;

}
select option {
	color: #222;
}
input[type=radio],
input[type=checkbox] {
	padding: 10px;
}
input[type=submit] {
	display: inline-block;
	color: #fff !important;
	padding: 10px 9px;
	font-weight: bold;
	font-size: 15px;
	border: none;
	text-align: center;
	-webkit-appearance: none;
}
input[type=submit]:hover, input[type=submit]:active {
	text-decoration: none;
}


#background-image {
   /*  transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in; */
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block;
	height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color:#fff;
}



/* Top */
#top {
	padding: 0;
	z-index: 9999;
	width: 100%;
	background:#fff;
}
#top.fixedpos {
	position: fixed;
	top: 0;
	height: auto;

}
#top .row > div {
	display: table;
	position: inherit !important;
}
.logo {
  	float: left;
	font-size: 14px;
	padding: 6px 0px 2px;
}
.logo img {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 100%;
}
.logo:hover {
	text-decoration: none;
}

.sublogo{
	float: left;
	clear: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;	
}
@media (max-width: 1200px) {
	
	#top .container {
		padding-left: 22px;
		padding-right: 22px;
	}
	.logo, .sublogo {
		margin: 2px auto !important;
		text-align: center;
		width: 100%;
		float: none;
		display: inline-block;
	}
}



/* Navigation menus */
.empty-menu {
	padding: 22px 0;
	font-size: 16px;
	font-weight: bold;
}
.mainnav {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: inherit !important;
}
.mainnav > div {
	display: inline-block;
}
footer .mainnav > div {
	width: 100%;
}
.mainnav ul.menu {
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #fff;
}

footer .mainnav ul.menu {
	text-align: left;
}
@media (max-width: 1200px) {
	.mainnav,
	.mainnav ul.menu {
		margin: 0 auto;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
}
.mainnav ul.menu > li {
	display: block;
	float: left;
	margin: 0 1px;
	background-color: #3a1;
	
}

.mainnav ul.menu > li.menu-evidenza {
	background-color: #e33;
}

.mainnav ul.menu > li.menu-evidenza:hover > a {
	color: #e33 !important;
	border-bottom: 2px solid #e33;
}

.mainnav.normal-dropdown ul.menu > li {
	position: relative;
}
footer .mainnav ul.menu > li {
	margin: 0 44px 0 0;
}
.mainnav ul.menu > li > a {
	display: inline-block;
	 padding: 8px 2px;
	 width:190px;
	 font-weight: bold;
  text-align: center;
	font-size: 15px;
	border-bottom: 2px solid #fff;
	/* -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in; */
    line-height: 16px;
    color:#aaa;
}

.mainnav ul.menu > li::first{
	
	border: none;
}
#top.fixedpos .mainnav ul.menu > li > a {
	/*padding: 22px 16px;*/
}
footer .mainnav ul.menu > li > a {
	padding: 22px 0;
	font-size: 12px;
}
.mainnav ul.menu > li.current-menu-item > a,
.mainnav ul.menu > li:hover > a {
	text-decoration: none;
	background-color: #fff;
	color: #3a1 !important;
	border-bottom: 2px solid #3a1;

}
@media (max-width: 1200px) {
	
	#top .mainnav ul.menu > li{
		margin:0 1px;
	}
	
	#top .mainnav ul.menu > li > a,
	#top.fixedpos .mainnav ul.menu > li > a {
		padding: 8px 2px;
		font-size:13px;
		width:160px;
	}
	
}

@media (max-width: 1024px) {
	
	
	#top .mainnav ul.menu > li > a,
	#top.fixedpos .mainnav ul.menu > li > a {
		padding: 8px 1px;
		font-size:13px;
		width:154px;
	}
	
}

@media (max-width: 960px) {
	
	
	#top .mainnav ul.menu > li > a,
	#top.fixedpos .mainnav ul.menu > li > a {
		padding: 8px 1px;
		font-size:11px;
		width:124px;
	}
}


body, #page-title h1, .mainnav ul.menu > li > a, .mainnav ul.menu > li > ul li a, #comments .comment-reply-link, .portfolio-item p,
 input,textarea,select,.label{color:#333}
 
 .post .post-title a, #nicepagination .page-numbers.current, #nicepagination .page-numbers:hover{color:#333}
 
 #top, .mainnav ul.menu > li > a, .mainnav ul.menu > li > ul li a{color:#fff}
 
 a, ul.menu > li.current-menu-item > a, ul.menu > li.current-menu-parent > a, ul.menu > li:hover > a, ul.menu > li > ul > li.current-menu-item > a, ul.menu > li > ul > li.current-menu-parent > a, ul.menu > li > ul > li:hover > a{color:#2a0}
 .slidercontent span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .portfolio-item button{color:#3a1}
 .mainnav ul.menu>li>ul{border-top-color:#3a1}
 
 .widget-area .sigline, #sidebar .sigline, .post .sigline, .portfolio-item .seperator, #top .wp_nav_dropdown select, .portfolio-filter li.active, .button, input[type=submit], #respond input[type=submit], 
 input[type=checkbox]:checked,input[type=radio]:checked{background-color:#3a1}
 
 #top .wp_nav_dropdown select, .portfolio-filter li.active, .button, input[type=submit], #respond input[type=submit]
 {color:#fff !important}
 
 a:hover, .post .post-title a:hover, #top #shop-button:hover .glyphicon, #top #search-button:hover .glyphicon{color:#000}
 
 .button:hover, input[type="submit"]:hover, .post-content input[type=submit]:hover, #respond input[type=submit]:hover, .portfolio-filter li:hover, 
 #top #searchbar .searchform input[type=submit]:hover, #comments .comment-reply-link:hover{background-color:#000}
 
 #comments .comment-reply-link:hover{border-color:#000}
 
 .button:hover, .post-content input[type=submit]:hover, #respond input[type=submit]:hover, .portfolio-filter li:hover, 
 #top #searchbar .searchform input[type=submit]:hover, #comments .comment-reply-link:hover{color:#fff !important}
 
footer .sidepanel h3, footer .sidepanel h3 a{color:#333}
 

.mainnav ul.menu > li.menu-item-has-children a > .glyphicon {
	width:0;
	padding: 0;
}
.mainnav ul.menu > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	opacity: 0;
	height: 0;
	padding: 0;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	width: 100%;
	border-top: transparent 0px solid;
	text-align: center;
	overflow: hidden;
	background:#fff;
}
.mainnav.normal-dropdown ul.menu > li ul {
	display: inline-block;
	
	text-align: left;
    background-color: #fff;
    border:1px solid #eee !important;
}
.mainnav ul.menu > li > ul ul {
	display: none;
}
#top .mainnav ul.menu > li:hover > ul {
	opacity: 1;
	height: auto;
	border-top-width: 3px;
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
}
#top .mainnav.normal-dropdown ul.menu > li:hover ul {
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	z-index: 999;
	overflow: visible;
}
.mainnav ul.menu > li > ul li {
	display: inline-block;
	
	text-transform: uppercase;
	position: relative;
}
.mainnav.normal-dropdown ul.menu > li > ul li {
	display: block;
}
.mainnav.normal-dropdown ul.menu > li > ul li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
}
.mainnav.normal-dropdown ul.menu > li > ul li ul.pos-left {
	left: -100%;
}
.mainnav.normal-dropdown ul.menu > li > ul li:hover > ul {
	display: block;
}
.mainnav ul.menu > li > ul li a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	text-transform:capitalize;
}
.mainnav.normal-dropdown ul.menu > li > ul li a {
	display: block;
	color: #000;
	font-weight:bold;
	font-size: 15px;
	line-height: 16px;
}
.mainnav.normal-dropdown ul.menu > li > ul li a:hover{
	color: #3a1 !important;
}
.mainnav ul.menu > li:hover > ul li a {
	padding: 33px 0;
}
#top.fixedpos .mainnav ul.menu > li:hover > ul li a {
	padding: 22px 0;
}
.mainnav.normal-dropdown ul.menu > li:hover > ul li a,
#top.fixedpos .mainnav.normal-dropdown ul.menu > li:hover > ul li a {
	padding: 11px 0;
}
.mainnav ul.menu > li > ul li a:hover {
	text-decoration: none;
}



#top .wp_nav_menu_mobile,
#top .wp_nav_dropdown {
	display: none;
}
#top .wp_nav_dropdown select {
	display: block;
	border: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 16px 22px 16px 80px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	border-radius: 0;
	background: url('images/mobilemenu.png') 40px 50% no-repeat #3a1;
}
@media (max-width: 768px) {
	#top{
		top:182px;
	}
	
	#top .mainnav {
		display: none;
	}
	#top .wp_nav_dropdown {
		display: block;
	}
}



#top #shop-button {
	display: table-cell;
	vertical-align: bottom;
	padding: 44px 0;
	width: 66px;
}
#top.fixedpos #shop-button {
	padding: 22px 0;
}
#top .glyphicon-shopping-cart {
	font-size: 24px;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	float: right;
}
#top #shopbar {
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	width: 100%;
	overflow: hidden;
	text-align: right;
	background:#eee;
}
#top #shop-button:hover #shopbar {
	padding: 33px 0;
	opacity: 1;
	height: auto;
}
#top #shopbar .widget,
#top #shopbar .widget_shopping_cart_content {
	width: 100%;
}
#top #shopcartcontent {
	width: 70%;
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0 0 0 15px;
}
#top #shopcartbuttons {
	width: 20%;
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
}
#top #shopcartbuttons a.button {
	display: block;
	width: 100%;
}
#top #shopcartbuttons a.button:first-child {
	margin: 0 0 22px 0;
}
#top .woocommerce.widget_shopping_cart ul.cart_list li {
	border-bottom: rgba(0,0,0,0.13) 1px solid;
	position: relative;
}
#top .woocommerce.widget_shopping_cart ul.cart_list li.empty {
	border: 0;
	font-size: 18px;
	padding: 0;
}
#top .woocommerce.widget_shopping_cart ul.cart_list li img {
	float: left;
	margin: 0 22px 0 0;
	height: 50px;
	width: auto;
}
#top .woocommerce.widget_shopping_cart .quantity span {
	float: right;
}
#top .woocommerce.widget_shopping_cart .total {
	border: 0;
	padding: 11px 0 0 0;
}
#top .woocommerce.widget_shopping_cart .total span {
	float: right;
}
#top .woocommerce.widget_shopping_cart {
	padding: 0;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl, 
.woocommerce-page ul.cart_list li dl, 
.woocommerce-page ul.product_list_widget li dl {
	display: inline-block;
	border: 0;
	padding: 0 22px 0 0;
}
.woocommerce #content .quantity,
.woocommerce .quantity, 
.woocommerce-page #content .quantity, 
.woocommerce-page .quantity {
	vertical-align: top;
}
@media (max-width: 1200px) {
	#top #shop-button {
		display: none;
	}
}



#top #search-button {
	display: table-cell;
	vertical-align: bottom;
	padding: 44px 0;
	width: 66px;
}
#top.fixedpos #search-button {
	padding: 22px 0;
}
#top .glyphicon-search {
	font-size: 24px;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	float: right;
}
#top #searchbar {
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
	/* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in; */
	width: 100%;
	overflow: hidden;
	text-align: right;
	background:#eee;
}
#top #search-button:hover #searchbar {
	padding: 33px 0;
	opacity: 1;
	height: auto;
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
}
#top #searchbar .searchform {
	display: inline-block;
	width: 100%;
}
#top #searchbar .searchform .s {
	width: 100%;
	border: 0;
	background: transparent;
	font-size: 32px;
}
#top #searchbar .searchform input[type=submit] {
	width: 100%;
	background: rgba(0,0,0,0.15);
	border: 0;
	padding: 26px 0;
	font-size: 18px;
	text-transform: uppercase;
}
#top #searchbar .searchform input[type=submit]:hover {
	color: #fff !important;
}
@media (max-width: 1200px) {
	#top #search-button {
		display: none;
	}
}



#header {
	padding: 0;
}



#socialicons {
	width: 100%;
	z-index: 99;
	text-align: right;
	background:#fff;
}
#socialicons .row > div {

}

#socialicons a.socialicon {

	height: 20px;
	width: 31px;
}
#socialicons .socialicon img {
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	opacity: 1;
	height: 35px;
	width: 35px;
	margin: 5px 0px 5px 10px;
	display: inline-block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
}
#socialicons a.socialicon img:hover {
	opacity: 0.5;
	margin-top: -5px;
}


/* Page title */
#page-title {
	text-align: left;
	padding: 0;
	width: 100%;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-title h1 {
	font-size: 34px;
	margin: 0;
	padding: 10px 0 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	word-break: normal;
}

#page-title .pulsantoni-home h1 {
	border-bottom:0px;
}

/* Sections */
#sections {
	position: relative;
}
.section {
	padding: 20px 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
	transition: all .6s ease-in; */
	opacity: 1;
}
.section.parallax {
	background: #f9f9f9 !important;
}
.section.outofview {
	opacity: 0;
}
.section.outofview.parallax {
	opacity: 1;
}
.section-background-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.section-background {
	background-attachment: fixed;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.section-background-container video {
	position: absolute;
	left: 0; 
	top: -1%;
	min-width: 100%; 
	min-height: 101%;
	width: auto; 
	height: auto;
}
@media (max-width: 768px) {
	.section .container {
		margin: 0 !important;
	}
}
.section.portfolio {
	padding: 26px 0 10px 0;
}
.section.portfolio.hasfilter {
	padding-top: 0;
}
@media (max-width: 768px) {
	.section.portfolio.hasfilter {
		padding-top: 44px;
	}
}
.section.widgets {
	padding: 66px 0 22px 0;
}
.section.fullwidth {
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.section .post-content {
	padding: 0;
}



/* Portfolio */
#portfolio {
	padding: 66px 0 44px 0;
	background: #eee;
}
.portfolio-filter {
	width: 100%;
	padding: 22px 0 44px 0;
	background: #fff;
	margin: 0 0 66px 0;
	position: relative;
}
@media (max-width: 768px) {
	.portfolio-filter {
		display: none;
	}
}
.portfolio-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.portfolio-filter li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 14px;
	margin: 22px 22px 0 0;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	cursor: pointer;
}
.portfolio-filter li:hover,
.portfolio-filter li.active {
	color: #fff;
}
.portfolio-filter li.active {
	cursor: default;
}
.portfolio-item {
	background: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 101%;
	margin-bottom: 22px;
	opacity: 1;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.portfolio-item.fade {
	opacity: 0.3;
}
.portfolio-item figure {
    position: relative;
    overflow: hidden;
    background: #3a1;
	height: 400px;
}
.portfolio-item figure .portfolio-img {
    position: relative;
    display: block;
    width: 100%;
	height: 390px;
	margin: 10px 0 0 0;
    transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
.upsidedown .portfolio-item figure .portfolio-img {
	height: 345px;
	margin: 0;
}
.portfolio-item figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-align: center;
}
.portfolio-item svg {
    position: absolute;
    top: -1px;
	left: 0;
    z-index: 10;
    width: 101%;
    height: 101%;
}
.portfolio-item svg path {
    fill: #fff;
}
.upsidedown .portfolio-content {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.portfolio-item .seperator {
	height: 5px;
	width: 48px;
	margin: 34px auto 0 auto;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}
.portfolio-item h3 {
	padding: 16px 8px 9px;
	margin: 0;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	word-break: normal;
}
.portfolio-item p {
	padding: 0 10px 11px;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	transition-delay: 0s;
    transition-duration: 0.1s;font-size:16px;
}
.upsidedown .portfolio-item p {
	height: 66px;
}
.portfolio-item .button-container {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
}
.upsidedown .portfolio-item .button-container {
	top: 40%;
}
.portfolio-item button {
	display: inline-block;
	background: #fff;
	padding: 11px 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transform: scale(0.25);
	-moz-transform: scale(0.25);
	-o-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	border: none;
	text-align: center;
    opacity: 0;
}
.portfolio-item:hover figure .portfolio-img {
    opacity: 1;
}
/*#portfolio .portfolio-item:hover,
#portfolio .portfolio-item:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}*/
#portfolio .portfolio-item:hover .seperator,
#portfolio .portfolio-item:hover h3,
.portfolio .portfolio-item:hover .seperator,
.portfolio .portfolio-item:hover h3 {
	margin-top: -5px;
}
.upsidedown .portfolio-item:hover p {
	height: 0px;
}
#portfolio .portfolio-item:hover .seperator,
#portfolio .portfolio-item:hover p,
.portfolio .portfolio-item:hover .seperator,
.portfolio .portfolio-item:hover p {
    opacity: 0;
}
#portfolio .portfolio-item:hover button,
.portfolio .portfolio-item:hover button {
    opacity: 1;
    transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}



/* Post tiles */
.blogtiles {
	padding: 66px 0 44px 0;
	background-color: #eee;
}
.blogtiles .portfolio-item figure .portfolio-img {
	height: 290px;
	margin: 0;
}
.blogtiles figcaption .blog-content,
.blogtiles figcaption .blog-content-hover {
	position: absolute;
	bottom: 0;
	/* transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in; */
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	transition-delay: 0s;
    transition-duration: 0.1s;
	width: 100%;
	text-align: center;
}
.blogtiles figcaption .blog-content-hover {
	opacity: 0;
	bottom: -22px;
}
.blogtiles .portfolio-item .seperator {
	margin: 11px auto 0 auto;
}
.blogtiles .portfolio-item .blog-author {
	padding: 22px;
}
.blogtiles .portfolio-item .blog-author img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 11px 0 0;
}
.blogtiles .portfolio-item .blog-socials i {
	padding: 6px;
	font-size: 20px;
}
.blogtiles .portfolio-item .button-container {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}
.blogtiles .portfolio-item .button {
	opacity: 0;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transform: scale(0.25);
	-moz-transform: scale(0.25);
	-o-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	display: inline-block;
	margin: 0 auto;
}
.blogtiles .portfolio-item:hover .button,
.ismobile .blogtiles .portfolio-item .button {
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.blogtiles .portfolio-item:hover .blog-content {
	opacity: 0;
	bottom: -22px;
	height: 0;
}
.blogtiles .portfolio-item:hover .blog-content-hover {
	opacity: 1;
	bottom: 0;
}





/* Post elements */
.post,
.hentry {
	margin: 0px 0 25px;
}
.section .post {
	margin: 0;
}
.post .sigline {
	width: 64px;
	height: 5px;
	margin: 0 0 12px 0;
}

.post h1{
	margin: 0 0 20px;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.post-content {
	font-size: 16px;
}
.no-image .post-content {
	padding: 44px 0;
}
.post-leadimage {
	margin: 0 15px 15px 0;
	float:left;
}
.post-leadimage img {
	max-width: 100%;
	height: auto;
}
.post .post-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
.post-list .post-title {
	font-size: 18px !important;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-transform:capitalize;
}
.post-list .post-title a.list-title {
	color:#555 !important;
}
.post-list p{
	font-size:14px;
	margin-bottom:10px;
}
.post-list .meta{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.post-list .sigline{
	margin-bottom:5px;
}
.post-list{
	margin:40px 0 0;
}
.post .post-title a:hover {
	text-decoration: none;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	line-height: 1.6em;
	display: block;
}
.post-content h1 {
	font-size: 32px;
	margin: 0 0 22px 0;
}
.post-content h2 {
	font-size: 28px;
	margin: 0 0 22px 0;
}
.post-content h3 {
	font-size: 22px;
	margin: 0 0 22px 0;
}
.post-content h4 {
	font-size: 16px;
	margin: 0 0 11px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.post-content h5 {
	font-size: 14px;
	margin: 0 0 11px 0;
	font-weight: bold;
}
.post-content h6 {
	font-size: 14px;
	margin: 0 0 11px 0;
	font-style: italic;
}
.post h1 .glyphicon,
.post h2 .glyphicon,
.post h3 .glyphicon,
.post h4 .glyphicon,
.post h5 .glyphicon,
.post h6 .glyphicon {
	margin-right: 11px;
}
.post-content p {
	line-height: 1.6em;
	margin-bottom: 18px;
}
.post-content img {
	max-width: 100%;
	height: auto;
	float:left;
}
.post-content .alignnone {
	max-width: 100%;
}
.post-content .alignleft {
	float: left;
	margin: 5px 22px 22px 0;
	display: inline-block;
	max-width: 100%;
}
.post-content .alignright {
	float: right;
	margin: 5px 0 22px 22px;
	display: inline-block;
	max-width: 100%;
}
.post-content .aligncenter {
	display: block;
	text-align: center;
	margin: 5px auto 22px auto;
	max-width: 100%;
}
.post .wp-caption-text {
	font-size: 14px;
	font-style: italic;
	padding-top: 11px;
}
.post blockquote {
	font-style: italic;
}
.post table th {
	padding: 22px;
	background: rgba(0,0,0,0.07);
	border: rgba(0,0,0,0.07) 1px solid;
}
.post table th,
.post table td {
	padding: 10px 20px;
	border: rgba(0,0,0,0.07) 1px solid;
}

.post table p{
	margin-bottom:0px;
}

.post pre {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 22px;
}
.post .label {
	margin-right: 11px;
}
.postpagination {
	margin: 44px 0;
	font-weight: 700;
}
.postpagination span {
	padding: 0 6px;
}
.post .gallery img {
	border: none !important;
}
.post-content embed,
.post-content iframe {
	max-width: 100%;
}
.post .meta {
	width: 100%;
	border-top: rgba(0,0,0,0.07) 1px solid;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.post-list .meta {
	font-size:12px;
}
.post .meta .meta-socials a i{
	color:#777;
	font-size:16px;
	top:0;
}
#reviews .meta {
	border: 0;
}
.post .meta-part {
	border-left: rgba(0,0,0,0.07) 1px solid;
	padding: 0 11px;
	line-height:27px;
}
.post .meta-part:first-child {
	border-left: none;
	padding-left: 0;
}
.post .meta-part.meta-socials {
	padding-right: 0;
}
.post .meta-part.meta-socials a {
	padding-left: 11px;
}
.post .meta-part.meta-socials a:first-child {
	padding-left: 0;
}
.post .meta-part img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 11px 0 0;
}
.section .post-content input,
.section .post-content textarea,
.section .post-content select {
	width: 100%;
}



.post #author-container {
	padding: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #eee 1px solid;
	margin: 66px 0 0 0;
}
.post #author-container img {
	float: left;
	margin: 0 22px 11px 0;
}
.post #author-container h4 {
	margin: 0 0 22px 0;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.post #author-container .author-link {
	margin: 11px 0 0 0;
	display: inline-block;
}



.gallery .gallery-item img {
	border: none !important;
	max-width: 100% !important;
	height: auto !important;
}
.gallery .gallery-item .gallery-caption {
	margin-top: 11px;
}



.error404 .post-content {
	text-align: center;
}
.error404 .post-content .glyphicon {
	font-size: 200px;
	color: rgba(0,0,0,0.10);
}



span.wpcf7-not-valid-tip {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;	
	width: 100%;
	white-space: normal;
	margin: 6px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	border: #ebccd1 1px solid;
	color: #a94442;
	background: #f2dede;
	padding: 11px 22px;
}
div.wpcf7-response-output {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;	
	width: 100%;
	white-space: normal;
	margin: 6px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	padding: 11px 22px;
	font-weight: normal;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng {
	border: #ebccd1 1px solid;
	color: #a94442;
	background: #f2dede;
}
div.wpcf7-mail-sent-ok {
	color: #3c763d;
	background-color: #dff0d8;
	border: #d6e9c6 1px solid;
}



#nicepagination {
	margin: 0 0 66px 0;
}
.section.blogtiles #nicepagination {
	margin: 44px 0 22px 0;
}
#nicepagination .centering {
	text-align: center;
}
#nicepagination .page-numbers {
	display: inline-block;
	padding: 5px 15px;
	font-size:16px;
	font-weight: 700;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
#nicepagination .page-numbers.current,
#nicepagination .page-numbers:hover {
	text-decoration: none;
}



/* Comment styles */
#comments {
	margin: 0 0 44px 0;
}
#comments.no-comments {
	margin: 0;
	border: none;
}
#comments h2 {
	font-size: 20px;
	margin: 0;
	padding: 66px 0 44px 0;
	text-transform: uppercase;
	font-weight: bold;
}
ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol.comment-list ol {
	list-style: none;
}
ol.comment-list li.comment {
	padding: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #eee 1px solid;
	margin: 0 0 22px 0;
}
ol.comment-list ol.children li.comment {
	padding: 22px 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: #eee 1px solid;
	margin: 22px 0 0 0;
}
#comments .comment-body {
	text-align: left;
}
#comments .comment-meta {
	display: table;
}
#comments .comment-meta-part {
	display: table-cell;
	vertical-align: middle;
}
#comments .comment-meta-part.vcard {
	padding: 0 22px 0 0;
}
#comments .comment-content {
	margin: 22px 0 0 0;
}
#comments .comment-reply-link {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 22px;
	background: rgba(0,0,0,0.04);
	border: rgba(0,0,0,0.12) 1px solid;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments .comment-reply-link:hover {
	color: #fff !important;
	text-decoration: none;
}



#respond {

}
#respond h3 {
	font-size: 20px;
	margin: 0;
	padding: 44px 0;
	text-transform: uppercase;
	font-weight: bold;
}
#reviews #respond h3 {
	padding-top: 0;
}
#respond .comment-notes {
	padding: 0 0 22px 0;
}
#respond input,
#respond textarea {
	width: 100%;
}
#respond input[type=submit] {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 22px;
	border: #d9d9d9 1px solid;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: auto;
}
#respond input[type=submit]:hover {
	background: #d9d9d9;
	text-decoration: none;
}
#respond .form-allowed-tags {
	padding: 11px 0;
}
#respond .form-allowed-tags code {
	max-width: 100%;
	white-space: normal;
	display: block;
	margin: 11px 0 0 0;
}



/* Footer styles */
#footer-line {
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
#sub-footer {
	padding: 13px 0;
	text-align: center;
	font-size: 11px;
	color:#eee;
}

#sub-footer a{
	color:#eee;
}

#sub-footer a:hover{
	color:#999 !important;
}

.footerhover{display:block;color:#eee;line-height:16px;padding:4px 8px}

.footerhover small {color:#aaa}

.footerhover small:hover {color:#888}
.footerhover:hover{color:#666;background:#ddd;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}

/* Widget styles */
.sidebar-left {
	float: right !important;
}



#sidebar {
	padding-top: 0px;
	padding-bottom: 22px;
}
.widget-area {
	display: inline-block;
	width: 100%;
}
.sidepanel {
	padding-top: 0;
	padding-bottom: 44px;
}
footer .sidepanel {
	padding-top: 44px;
	padding-bottom: 44px;
}
#sidebar .sigline,
.widget-area .sigline {
	height: 5px;
	width: 44px;
	
}
.sidepanel h3 {
	display: inline-block;
	width: 100%;
	color: #474f57;
	font-size: 14px;
	text-transform: uppercase;
	margin: 2px 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.widget-area .sidepanel h3 {
	font-size: 18px;
}
footer .sidepanel h3 {
	font-size: 18px;
}
.sidepanel h3 a {
	color: #474f57;
}
.sidepanel ul {
	list-style: none;
	margin: 0;
	padding: 0 0 11px 0;
}
.sidepanel li {
	margin: 11px 0 0 0;
	padding: 11px 0 0 0;
	border-top: rgba(0,0,0,0.07) 1px solid;
}
footer .sidepanel li {
	border-top: rgba(0,0,0,0.3) 1px solid;
}
footer .sidepanel li:first-child,
.sidepanel li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.sidepanel li ul {
	margin: 11px 0 0 0;
	padding: 11px 0 0 22px;
}
.sidepanel li ul li:first-child {
	border-top: rgba(0,0,0,0.07) 1px solid;
}
footer .sidepanel li ul li:first-child {
	border-top: rgba(0,0,0,0.3) 1px solid;
}
.sidepanel input,
.sidepanel textarea {
	float: left;
}
.sidepanel .glyphicon {
	margin: 0 11px 0 0;
}
.sidepanel .post-date {
	display: block;
}



.sidepanel .rss-date {
	display: block;
}



.sidepanel #wp-calendar {
	width: 100%;
}
.sidepanel #wp-calendar caption {
	background: rgba(0,0,0,0.3);
	padding: 5px;
	font-weight: bold;
	margin: 0 0 11px 0;
}
.sidepanel #wp-calendar tfoot td {
	padding: 11px 0 0 0;
}



/* Bootstrap adjustments */
.container {
	max-width: 100%;
	padding-left: 22px;
	padding-right: 22px;
	width:1200px !important;
}
h4.panel-title {
	margin: 0;
	color:#fff;
}
.tab-content > .active {
	margin: 22px 0 0 0;
}
.btn {
	padding: 11px 22px;
}
.row.lines > div {
	border-right: #dcdee0 1px solid;
}
.row.lines > div:first-child {
	border-left: #dcdee0 1px solid;
}
@media (max-width: 768px) {
	.row.lines > div {
		border: none !important;
	}
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}



/* Rev slider adjustments */
.rev_slider_wrapper {
	z-index: 1;
}
.fullcoveredvideo.video-js {
	height: 100% !important;
	top: auto !important;
	position: relative;
	overflow: hidden;
}
.video-js .vjs-tech {
	min-height: 100%;
	min-width: 100%;
	height: auto !important;
	width: auto !important;
}

.display-posts-listing .listing-item {
    clear: both;
    
}

.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
}

.title-block {
background: #666666;
width: 100%;
height: 55px;
}

.title-block .icon-container {
float: left;
background: #69c439;
width: 63px;
height: 55px;
text-align: center;
padding-right: 0px !Important;
}


.arrow-right {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #69c439;
float: left;
margin: 18px 0 0 -4px;
}

#mie-news h3 {
	font-size: 22px;
    margin: 0 0 0px 0;
	color: #fff;
	padding:10px 0 0 10px;
	float:left;
}

.glyphicon {
position: relative;
top: 16px;
display: inline-block;
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
color: #fff;
font-size: 20px;
}

.fa {
position: relative;	
display: inline-block;
top: 16px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
font-size: 20px;
}
.text{
	width: 180px !important;
    height: 30px;
    padding: 10px;
    color:#F5F5F5;
   
}

.message{
height: 70px;
 color:#F5F5F5;
}

.btn-white{font-size:24px;background:#fff}

.btn-white i{display:none}

.bolla-fotovoltaico{border-radius: 50%;color:#fff;
height: 156px;
width: 156px;
background: rgba(255,136,0,0.9);
text-align: center;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
font-size: 13px;
padding-top: 48px;cursor:pointer}

.bolla-small{font-size:10px;padding-top:41px}

.bolla-fotovoltaico:hover{background:#333}

.bolla-mwp{font-size: 36px;font-weight: bold;
border-radius: 50%;background: #fff;
color: #f80;text-align: center;
width: 100px;height: 100px;
line-height: 100px;float: left;}

.impianti-mwp{line-height: 100px;font-size: 24px;padding: 0 20px;}

.gestione-impianti img{float:none}

.impianti-color .bolla-mwp{background: #f80;color: #fff;}

.light-button{border:2px solid #fff;color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:14px 28px;text-transform:uppercase}
.light-button:hover{background:#fff;color:#666 !important}

.light-button-red{border:3px solid #aa2211;color:#aa2211;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:14px 28px;text-transform:uppercase}
.light-button-red:hover{background:#aa2211;color:#fff !important}

.light-button-green{border:3px solid #3a1;color:#3a1;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:14px 28px;text-transform:uppercase}
.light-button-green:hover{background:#3a1;color:#fff !important}

.light-button-slide{
    background: #3a1 none repeat scroll 0% 0%;
    color: #FFF !important;
    border-radius: 5px;
    padding: 14px 28px;
    text-transform: uppercase;
}

.light-button-slide:hover{background:#545454;color:#fff !important}

.panel-default>.panel-heading{background-color: #4B2;
border-radius: 0;-moz-border-radius:0;-webkit-border-radius:0;}

.panel-group .panel{border-radius: 0;-moz-border-radius:0;-webkit-border-radius:0;}

.blavatar{display:none}

.carousel-inner>.item>img {
	float: none;
	margin: 0 auto;
	width: auto !important;
}

.carousel-control {
	background: none !important;	
}

.carousel-control .glyphicon {
	
	color: #000;
}

.carousel-caption {
	right: 15%;
	left: 15%;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.5);
	
}

.td1 {
	background-color: #44bb22;
	color: #fff;
	font-weight: bold;
}


.td2{
	font-weight: bold;
	background-color: #f5f5f5;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

#searchform label {
	display: none;
}

.searchform {
	margin-bottom: 20px;
}

.sidemybutton {
		color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 6px 8px 6px 72px;
	font-weight: bold; 
	font-size: 16px;
	display: block;

}
.light-button-side{
	background:  #f71 url("images/impianti-fotovoltaici.png") no-repeat 2px  center;
	}
	
.light-button-side:hover{
	color:#fff !important;
	background-color: #545454;
	}

.light-button-side-2{

	background:  #3a1 url("images/fotovoltaico-con-batteria.png") no-repeat 5px center;
	}
	
.light-button-side-2:hover{
	color:#fff !important;
	background-color: #545454;
	}

.light-button-side-3{
	background:  #a38 url("images/caldaia-condensazione.png") no-repeat 10px center;
	}
	
.light-button-side-3:hover, .light-button-side-5:hover{
	color:#fff !important;
	background-color: #545454;
	}
	
.light-button-side-5{
	background:  #04b url("images/clima-s.png") no-repeat 5px center;
	}
		
.light-button-side-4{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:14px;
	font-weight: bold; 
	font-size: 19px;
	background:  #37f url("images/offerte-luce-gas.png") no-repeat left center;
	padding-left: 69px;
	display: block;
	}
	
.light-button-side-4:hover{
	color:#fff !important;
	background: #545454 url("images/offerte-luce-gas.png") no-repeat left center;
	padding-left: 69px;
	}
	
	
.btn-green {
	font-size: 24px;
	background: #3a1;
	color: #fff;
	}
	
.light-button-foto{
	
	  background: #ee5b33;
	  color: #fff !important;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  padding: 14px 28px;
	  text-transform: uppercase;
	  display: block;
	
	}
	
.light-button-foto:hover{
	color:#fff !important;
	background: #545454;
	
	}
	
	
.light-button-led{
	
	  background: #D6DD3B;
	  color: #fff !important;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  padding: 14px 28px;
	  text-transform: uppercase;
	  display:block;
	
	}
	
.light-button-led:hover{
	color:#fff !important;
	background: #545454;
	
	}
	
	.light-button-gas{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background:  #8C4F82 url("images/caldaia-condensazione1.png") no-repeat bottom center;
	height: 292px;
	display: block;
	padding-top: 20px;
  	padding-bottom: 20px;
  
	}
	
.light-button-gas:hover{
	color:#fff !important;
	background: #545454 url("images/caldaia-condensazione1.png") no-repeat bottom center;

	}
	
	.light-button-sol{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background:  #EA212D url("images/solare-termico.png") no-repeat bottom center;
	height: 292px;
	display: block;
	padding-top: 20px;
  	padding-bottom: 20px;
	}
	
.light-button-sol:hover{
	color:#fff !important;
	background: #545454 url("images/solare-termico.png") no-repeat bottom center;

	}
	
	.light-button-rotex{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background:  #00B0D5 url("images/caldaia-condensazione1.png") no-repeat bottom center;
	height: 292px;
	display: block;
	padding-top: 20px;
  	padding-bottom: 20px;
	}
	
.light-button-rotex:hover{
	color:#fff !important;
	background: #545454 url("images/caldaia-condensazione1.png") no-repeat bottom center;

	}
	
	@media screen and (max-width: 780px) {
    .light-button-rotex, .light-button-gas, .light-button-sol{
       height: 375px;
    }
}

	.light-button-fvp{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background:  #EE5B33 url("images/impianti-fotovoltaici-.png") no-repeat bottom center;
	height: 292px;
	display: block;
	padding-top: 20px;
  	padding-bottom: 20px;
	}
	
.light-button-fvp:hover{
	color:#fff !important;
	background: #545454 url("images/impianti-fotovoltaici-.png") no-repeat bottom center;

	}
	
	.light-button-cgas{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background-color: #8C4F82;
	padding: 14px 28px;
	display: block;
	text-transform: uppercase;
  
	}
	
.light-button-cgas:hover{
	color:#fff !important;
	background-color: #545454;

	}
	
	.light-button-solt{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background-color: #EA212D;
	padding: 14px 28px;
	display: block;
	text-transform: uppercase;
  
	}
	
.light-button-solt:hover{
	color:#fff !important;
	background-color: #545454;

	}
	
	.light-button-srotex{
	
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold; 
	background-color: #00B0D5;
	padding: 14px 28px;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
  
	}
	
.light-button-srotex:hover{
	color:#fff !important;
	background-color: #545454;

	}
	
.menfirst > li > a:hover{
	color: #eee;
	
}



/*
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
*/


.slides {
    padding: 0;
    width: 609px;
    height: 310px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
	
	display: none;
     position: absolute;
       cursor: pointer;
         color: #333;
  font-size: 100px;
  text-align: center;
  line-height: 298px;
  font-family:  sans-serif;
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}


.pulsantoni-home .button-confronta{
	font-weight: 800;
	font-size: 17px;
	line-height:36px;
	color: #fff;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	width: 95%;
	display:block;
}

#tariffa-luce{	
	background-color: #ffb739;	
	color: #fff;
}

#tariffa-luce:hover, #tariffa-gas:hover{	
	color: #fff !important;
}

#tariffa-luce:hover, .luce-active{	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(255, 183, 57, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(255, 183, 57, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(255, 183, 57, 0.75);
}

#tariffa-gas{	
	background-color: #00afec;	
}

#tariffa-gas:hover, .gas-active{	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 175, 236, 0.75);
  	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 175, 236, 0.75);
 	 box-shadow: 0px 0px 14px 0px rgba(0, 175, 236, 0.75);	
}

	
	@media screen and (max-width: 768px) {
	
	    .pulsantoni-home .light-ico, .pulsantoni-home .gas-ico{
	       background-size:100%;
	    }
	    
	    .pulsantoni-home col-sm-6{
	    	padding-left:5px;
	    	padding-right:5px;
	    }
    
	}

@media screen and (max-width: 980px) {
	
	    .pulsantoni-home p{
	    	font-size:20px;
	    }
	    
	    .pulsantoni-home .button-confronta{
	    	font-size:18px;
	    }
    
	}
	
	@media screen and (max-width: 480px) {
	
	    .pulsantoni-home .light-ico, .pulsantoni-home .gas-ico{
	       display:none;
	    }
	    
	    .pulsantoni-home p{
	    	text-align:center;
	    }
	    
	    .button-iva{
	    	width:100%;
	    	text-align:center;
	    }
    
	}
.testo-form{
	
	margin: 0; 
	color: #333; 
	font-size: 15px; 
	font-weight: bold;
	
}

.box-select{
	border: none; 
	border-radius: 5px; 
	-webkit-box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	height: 30px; 
	width:80%; 
	background-color: #fff;
	
	
}

.box-boll{
	border: none; 
	border-radius: 5px; 
	-webkit-box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	box-shadow: inset 1px 1px 8px 1px rgba(50, 50, 50, 0.20);
	height: 30px; 
	width:20%; 
	background-color: #fff;
	
	
}

.testo-boll{
	
	margin-top: 17px; 
	color: #333; 
	font-size: 15px; 
	font-weight: bold;
	
	
}


.box-select-text{
	
	font-size: 11px; 
	color: #000;
	margin: 0;
	
}

.persone:not(old){
  display        : inline-block;
  vertical-align : bottom;
}

.persone:not(old) > input{
 
 margin-right : -100%; 
  opacity      : 0;

}

.persone:not(old) > label{
  display         : block;
  float           : right;
  position        : relative;
  width: 19px;
  height: 19px;
  background-color: #000;
  border-radius: 19px;
  margin: 2px;
  
}

.persone:not(old) > label:before{
  content         : '';
  display         : block;
   width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 15px;
  margin: 2px;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.persone:not(old) > label:hover:before,
.persone:not(old) > label:hover ~ label:before,
.persone:not(:hover) > :checked ~ label:before{
  opacity : 1;
}


.riga-form{
	
	clear: left;
	margin-top: 23px;
	
	
	
	
}

.tecno{
	  
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  border-top: 50px solid #3a1;
 	  border-right: 50px solid transparent;
	  z-index: 9;
	  position: absolute;
	
}

.tecno-orange{
	
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  border-top: 50px solid #ffb739;
	  border-right: 50px solid transparent;
	  z-index: 9;
	  position: absolute;
	  
		
}



.tecno-blu{
	
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  border-top: 50px solid #00afec;
	  border-right: 50px solid transparent;
	  z-index: 9;
	  position: absolute;
		
}

.tecno-sconto{
	
	  position: absolute;
	  left: 1px;
	  top: 6px;
	  text-transform: uppercase;
	  color: white;
	  font-size: 14px;
	  font-weight: bold;
	  z-index: 10;
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  -sand-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	
	
	
}

.ico-foto{
	  width: 100%;
  	  height: 100px;
	  text-align: center;
	  margin-bottom: 10px;	
}


.ico-foto img{
	  margin: 0 auto;
	  max-width: 100%;
 	  max-height: 100%;
 	  float: none;	
}

.text-tecno{
	  font-weight: bold;
	  text-align: center;
	  line-height: 19px;
  	  font-size: 14px;
  	  margin-bottom: 8px;
}

.simula-tecno{	
	  background-color: #3a1;
	  font-weight: bold;
	  font-size: 13px;
	  color: #fff !important;
	  padding: 1px;
	  text-align: center;
	  border-radius: 3px;
	  margin: 6px auto;
	  width: 80%;
	  cursor: pointer;
	  display: block;	
}

.box-tecnologie:hover a.simula-tecno{	
	background-color: #333;
	color: #fff !important;	
}


.light-ico {
    background-position: center center;
    background-image: url("img/lampadine.png");
    background-repeat: no-repeat;
    height: 190px;
}

.light-ico-luce {
    background-position: center center;
    background-image: url("img/offerte-luce.jpg");
    background-repeat: no-repeat;
    height: 190px;
}

.gas-ico {
    background-position: center center;
    background-image: url("img/forn.png");
    background-repeat: no-repeat;
    height: 190px;
}

.pulsantoni-home h1, #page-title .pulsantoni-home h1{
	font-weight:700;
	font-size:29px;
	color:#333;
	  margin-top: 10px;
}

.pulsantoni-home p{
	font-size: 20px;
	color: #777;
	font-weight:400;
	line-height: 30px;
}
.pulsantoni-home b{
	font-weight:800;
	color:#555;
}
	
.home-title h2, .home-title h3{
	text-align:center;
	font-size: 24px;  
	padding: 10px 0px; 
	margin-bottom:0px;
	color: #555;
	margin-top:0px;
}

@media (max-width: 980px) {
	
	.home-title h2{
		font-size:18px;
	}
	
	.pulsantoni-home p{
		font-size: 18px;
	}
}

.box-home-pages{
	border-width:1px 0;
	border-style:solid;
	border-color:#ccc;
	padding-bottom:20px;
}

.box-home-pages h3{
	font-weight:bold;
	font-size:26px;	
}

.box-home-pages h5{
	font-weight:bold;
	font-size:18px;
}




.telefono{
	
	color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 47px;
    text-align: right;
    margin-top: -3px;
    margin-right: 15px;
    background-image: url(../../img/numero-verde-abbassalebollette.jpg);
    background-size: 154px;
    background-position: top right;
    background-repeat: no-repeat;
    float: right;
    width:160px;
    padding-right:10px;

}

.telefono-white{
	
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 58px;
	text-align: right;
	margin-top: 8px;
	margin-right: 15px;
	background-image: url(/cms/img/numero-verde-white.png);
	background-size: 144px;
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	width: 160px;
	padding-right: 10px;
	height: 55px;
	font-family: arial;

}

@media(max-width:768px){
	.telefono{
		float:none;
		margin: 0 auto;
	}
	
	.telefono-white{
		float:none;
		margin: 0 auto;
		
	}
}

.ombra{
	
	padding: 0 2px;
	margin: 0 2px;
	position: relative;
	border: 1px solid #f9f9f9;
	
}
.ombra:hover{	
	  border: 1px solid #ccc;
	  -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,0.50);
	  -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,0.50);
	  box-shadow: 0 0 3px 0 rgba(50,50,50,0.50); 
}

.ombra:hover .triangolo{	
	display:block;
}


.triangolo{
	display: none;	
}

.box-tecnologie{	
	padding: 0 3px !important;	
}

.box-tecnologie p{	
	margin-bottom: 2px;	
}

.box-tecnologie a{	
	color: #333;	
}

.box-tecnologie:hover .text-tecno a{	
	color: #3a1 !important;	
}


#menu-footer-menu{
	text-align:center;
	margin:20px auto 0;
}

#menu-footer-menu li{
	display:inline-block;
	list-style-type:none;
	margin: 5px 15px;
}

#menu-footer-menu li a{
	text-decoration:none;
	color: #ccc;
    font-style: normal;
    font-weight: normal;
}

.box-iva{
	  background-color: #daf4c1;
	  color: #000;
	  text-align: center;
	  font-weight: bold;
	  font-size: 19px;
	  margin-top: 19px;
	  margin-bottom: 10px;
	  border: 1px solid #f9f9f9;
	  padding: 0;	
}

.box-iva h2{	
	margin: 0;
	font-weight: bold;
	font-size: 18px;	
	color: #fff;
	background-color: #3a1;
	padding: 5px;
    margin-bottom: 6px;
}

.box-iva h3{	
	margin: 0;
	font-weight: bold; 
	font-size: 18px;	
	
}

.box-iva p{
	padding: 5px;
	font-weight: bold;
	  margin: 0;
	  font-size: 13px;
	  background-color: #daf4c1;
}

.box-iva a{
	
	font-weight: bold;
	font-size: 14px;	
}

.box-checkup{
	border: 1px solid #f9f9f9;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 19px;	
}

.box-checkup h3{	
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
  	font-size: 22px;
 	padding-top: 7px;	
}

.button-check{	
	padding-bottom: 10px;
}

.button-check a{
	  font-weight: bold;
  	  font-size: 14px;	
}

.tecno-imma{	
	display: block;
	width: 100px;
	height: 100px;
	background-positon: top center;
	background-repeat: no-repeat;
	margin: 0 auto;	
}

.box-tecnologie:hover .tecno-imma{	
	background-position: bottom center;
}

#tecno-st{
	background-image: url(img/sprite-solare-termico.png);
}

#tecno-fotovoltaico{	
	background-image: url(img/sprite-fv.png);
}

#tecno-clima{	
	background-image: url(img/sprite-clima.png);
}

#tecno-fcb{	
	background-image: url(img/sprite-fv-cb.png);	
}

#tecno-cc{
	background-image: url(img/sprite-caldaia.png);
}

#tecno-pc{	
	background-image: url(img/sprite-acs.png);	
}

#tecno-pro{	
	background-image: url(img/sprite-protovoltaico.png);	
}

#tecno-pellet{	
	background-image: url(img/sprite-pellet.png);	
}

footer{
  background:#111;
  padding: 50px 14px 100px !important;
  color: #fff !important;
}

#content{
	
	min-height: 800px;
}

.mentitle{
    font-weight: normal;
    font-size: 10px;
    margin: 0 auto;
    text-transform: uppercase;
}

.cerchi-luce{
	
	width: 50px;
    height: 50px;
    border-radius: 90px;
    background-color: #ffb739;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    line-height: 30px;
    float:left;
    margin-right:10px;
}

.lista-cerchi-luce li {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}

.testo-luce, .testo-gas{
	font-size: 20px;line-height: 48px;color: #111;font-weight: 600;
}
.cerchi-gas{
	
	width: 50px;
    height: 50px;
    border-radius: 90px;
    background-color: #00afec;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    line-height: 30px;
    float:left;
    margin-right:10px;
}

.lista-inline{
	text-align:center;
}
.lista-inline li{
	display:inline-block;padding:2px 6px;
	font-weight:bold;
}



footer a:hover{
	color:#999;
}

footer h4{
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color:#ddd;
}

footer ul.footer-links{
	list-style-type: none;
	padding:10px 0px;
}

footer ul.footer-links li{
	line-height:30px;
	font-weight:normal;
	color:#aaa;
}

footer ul.footer-links li a{
	color:#aaa;
}

footer ul.footer-links li a:hover{
	color:#eee;
}


.btn-success{
	background-color:#3a1 !important;
	color: #fff;
	
}

.btn-success-luce{
	background-color:#ffb739 !important;
	color: #fff;
}

.btn-success-gas{
	background-color:#00afec !important;
	color: #fff;
}

.numero-verde{
    background: transparent url("../../img/numero-verde-abbassalebollette.jpg") no-repeat scroll center center;
    width: 270px;
    height: 100px;
    text-align: center;
    margin: 0px auto;
    background-size: 100%;
    line-height: 100px;
    font-size: 32px;
    color: #444;
}

.cmb-check{
	
	list-style-image: url('http://www.abbassalebollette.it/cms/uploads/2015/11/check-cac.png');
	
}

.cmb-orange{
	
	list-style-image: url('http://www.abbassalebollette.it/cms/uploads/2015/11/check-orange1.png');
	
}

.cmb-blu{
	
	list-style-image: url('http://www.abbassalebollette.it/cms/uploads/2015/11/check-blu.png');
	
}

.btn-plus{
	
	list-style-image: url('http://www.abbassalebollette.it/cms/uploads/2015/11/plus-alb1.png');
	font-weight: 800;
	line-height: 71px;
	
}

.btn-manu a{
	
	background-color: #00afec; 
	border-radius: 34px; 
	color: #fff; 
	text-align:center; 
	margin:0 auto; 
	font-size:30px;
	font-weight: 900; 
	width:200px;
	float: left;
	padding:10px;
	cursor: pointer;
}

.btn-free a{
	
	background-color: #3a1; 
	border-radius: 34px; 
	color: #fff; 
	text-align:center; 
	margin:0 auto; 
	font-size:30px;
	font-weight: 900; 
	width:200px;
	float: left;
	padding:10px;
	cursor: pointer;
}

.btn-free a:hover, .btn-manu a:hover, .btn-pre a:hover{
	
	color: #fff;
	background-color: #333;
}

.btn-pre a{
	
	background-color: #ffae00; 
	border-radius: 34px; 
	color: #fff; 
	text-align:center; 
	margin:0 auto; 
	font-size:30px;
	font-weight: 900; 
	width:200px;
	float: left;
	padding:10px;
	cursor: pointer;
}

.btn-form-free{
	    background-color: #3a1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 30px !important;
    font-weight: 900;
    width: 200px !important;
    padding: 10px !important;
    cursor: pointer;
}

.btn-form-pre{
	    background-color: #ffae00;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 30px !important;
    font-weight: 900;
    width: 200px !important;
    padding: 10px !important;
    cursor: pointer;
}

.btn-form-manu{
	    background-color: #00afec;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 30px !important;
    font-weight: 900;
    width: 200px !important;
    padding: 10px !important;
    cursor: pointer;
}


.ac-circle{
	display:block;
	width:200px;
	height:200px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-position:center 25px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:50%;
	padding-top:160px;
	color:#fff !important;
	margin:0 auto;
	text-align:center;
	font-size:28px;
	line-height:14px;
	font-weight:bold;
}
.ac-circle:hover{
	background-color:#666 !important;
}
.ac-circle span{
	font-size:14px;
	line-height:14px;
	color:#fff;
}
#ac-circle-free{
	background-image:url(/cms/img/casa-checkup.png);
	background-size:70%;
	background-color:#3a1;
}
#ac-circle-premium{
	background-image:url(/cms/img/casa-premium.png);
	
	background-color:#FFAE00;
}
#ac-circle-manutenzione{
	background-image:url(/cms/img/manutenzione.png);
	background-color:#00AFEC;
	background-size:60%;
	background-position:center 20px;
	
}

.ac-button{
	display:block;
	margin:0 auto;
	text-transform:uppercase;
	text-align:center;
	font-size:24px;
	/* line-height:56px;
	height:56px;
	width:210px;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	color:#fff; */
	margin-top:20px;
	color:#111;
	font-weight:bold;
}

/* .ac-button:hover{
	color:#fff;
}
#ac-button-free{background-color:#3a1;}

#ac-button-premium{background-color:#FFAE00;}

#ac-button-manutenzione{background-color:#00AFEC;} */

.btn-install a{
    max-width: 100%;
    width: 42%;
    font-size: 18px;
    margin: 10px;
    background-color: orange;
    border-radius: 34px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
   
}

.btn-install a:hover{
	background-color: #333;
}
.btn-config a{
	
	margin: 10px;
	max-width: 100%; 
	font-size: 18px;
	background-color: #3a1;
    border-radius: 34px;
    color: #fff;
    width: 46%;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.btn-config a:hover{
	background-color: #333;
}

.banner-tecnologie{
	margin-top:20px;
}

.banner-tecnologie .banner-title {
	background:#3a1;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:8px 10px;
}

.banner-tecnologie ul {
	list-style:none;
	padding-left:10px;
}

.banner-tecnologie ul li:before {
	content: "\00BB \0020 \0020";
}

.banner-tecnologie ul li {
	font-size: 16px;
}



.star-rating.flat{
box-sizing: border-box;
}

.star-rating.flat .ratings_stars {
  background: url("images/star.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 30px;
  text-align: center;
  width: 30px;
}


.star-rating.flat .ratings_over {
  background: url("images/star-hover.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 30px;
  text-align: center;
  width: 30px;
}


.star-rating.flat .total_votes {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  margin-left: 15px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.star-rating.flat .loading {
  background: url("images/loading.gif") no-repeat scroll 12px 7px rgb(221, 221, 221);

}


#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    text-align: center;
    padding:10px 15px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    padding: 3px 12px;
    margin: 0 10px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #4b2;
    font-size: 12px;
    text-decoration: none;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #4b2;
}

.tptn_posts ul li {
	border-top:0px;
}


.box-categoria{
	background-color: #f0f0f0;
    padding: 10px !important;
    border-radius: 7px;
    color: #333;
    border-top: none !important;
    display: block;
    font-weight:bold;
    border-color:1px solid #ddd;
    }

#mio-box-categoria li{
	    border-top: none !important;
	    padding: 0;
}

.box-categoria:hover{
	background-color: #4b2;
	color: #fff !important;
}


#side-manutenzione  li {
	margin-top:5px;
	padding-top:5px;
}


.relatedthumb a img {
	float:none;
	margin:0 auto;
}
.relatedthumb h4 {
	height:80px;
}

.lista-inline, #menu-footer-menu{
	padding-left:0px;
}

@media(max-width:768px){
	
	h1, #page-title h1, .post-content h1{
		font-size: 25px !important;
		line-height:30px;
	}
	
	
	h2, .post-content h2 {
		font-size:23px !important;
		line-height:27px;
	}
	
	h3, .post-content h3 {
		font-size:18px !important;
		line-height:21px;
	}
	
	h4, .post-content h4 {
		font-size:14px !important;
		line-height:18px;
	}
	
	.btn-white {
		font-size:20px;
	}
	
	.pulsantoni-home h1, #page-title .pulsantoni-home h1 {
		font-size:28px !important;
		margin-bottom:0px;
	}
	
	.pulsantoni-home p {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	
	.form-contrasto{
		border:none;
		padding:10px;
	}
	
	.preloader {
		margin:0;
	}
	
	#socialicons .socialicon img{
		margin:5px 1px;
	}
	
}

#cookie-notice{
	background-color: rgba(0, 0, 0, 0.8) !important;
}


img.tptn_thumb{
	max-width:100%;
}

a.tptn_link {
	font-weight:bold;
}

.tptn_excerpt {
	font-size:13px;
}


.approfondimento{
	background-color: #f5f5f5;
border: 1px solid #eee;
padding: 10px;
border-radius: 3px;
}

.approfondimento .fa-info-circle {
color: #4b2;
top: 0;
font-size: 31px;
padding: 5px;
}

#bio_ep {
	min-height: 240px;
	border-radius: 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
	}

#newsletteremail {
	width: 100%;
padding: 6px 15px;
text-align: center;
}
#newslettersubmit {
	width: 100%;
background: #4b2;
color: #fff;
padding: 6px;
border-radius: 25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
font-weight: bold;
}

.sole-ruota{

-webkit-animation: cssAnimation 15s infinite linear;
-moz-animation: cssAnimation 15s infinite linear;
-o-animation: cssAnimation 15s infinite linear;

}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(180deg) scale(1) skew(1deg) translate(0px); }
to { -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(180deg) scale(1) skew(1deg) translate(0px); }
to { -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(180deg) scale(1) skew(1deg) translate(0px); }
to { -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}

.pane{
  animation: animationFrames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  15% {
    transform:  translate(-25px,0px)  rotate(-5deg) ;
  }
  30% {
    transform:  translate(20px,0px)  rotate(3deg) ;
  }
  45% {
    transform:  translate(-15px,0px)  rotate(-3deg) ;
  }
  60% {
    transform:  translate(10px,0px)  rotate(2deg) ;
  }
  75% {
    transform:  translate(-5px,0px)  rotate(-1deg) ;
  }
  100% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  15% {
    -moz-transform:  translate(-25px,0px)  rotate(-5deg) ;
  }
  30% {
    -moz-transform:  translate(20px,0px)  rotate(3deg) ;
  }
  45% {
    -moz-transform:  translate(-15px,0px)  rotate(-3deg) ;
  }
  60% {
    -moz-transform:  translate(10px,0px)  rotate(2deg) ;
  }
  75% {
    -moz-transform:  translate(-5px,0px)  rotate(-1deg) ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  15% {
    -webkit-transform:  translate(-25px,0px)  rotate(-5deg) ;
  }
  30% {
    -webkit-transform:  translate(20px,0px)  rotate(3deg) ;
  }
  45% {
    -webkit-transform:  translate(-15px,0px)  rotate(-3deg) ;
  }
  60% {
    -webkit-transform:  translate(10px,0px)  rotate(2deg) ;
  }
  75% {
    -webkit-transform:  translate(-5px,0px)  rotate(-1deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  15% {
    -o-transform:  translate(-25px,0px)  rotate(-5deg) ;
  }
  30% {
    -o-transform:  translate(20px,0px)  rotate(3deg) ;
  }
  45% {
    -o-transform:  translate(-15px,0px)  rotate(-3deg) ;
  }
  60% {
    -o-transform:  translate(10px,0px)  rotate(2deg) ;
  }
  75% {
    -o-transform:  translate(-5px,0px)  rotate(-1deg) ;
  }
  100% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  15% {
    -ms-transform:  translate(-25px,0px)  rotate(-5deg) ;
  }
  30% {
    -ms-transform:  translate(20px,0px)  rotate(3deg) ;
  }
  45% {
    -ms-transform:  translate(-15px,0px)  rotate(-3deg) ;
  }
  60% {
    -ms-transform:  translate(10px,0px)  rotate(2deg) ;
  }
  75% {
    -ms-transform:  translate(-5px,0px)  rotate(-1deg) ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

.fornello-gas{
  animation: animationGas linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationGas linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationGas linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationGas linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationGas linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationGas{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationGas{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationGas {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationGas {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationGas {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(1.00) scaleY(1.00) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

.button-eni-easy {
	background-color: #9C3995 !important; 
	color: #fff !important;
	 padding: 10px; 
	 border-radius: 10px; 
	 margin:15px;
	 font-weight:bold;
}

.button-eni-easy:hover{
	background-color: #333 !important; 
	color: #fff !important;
	font-weight:bold;
	 
}