@font-face {
  font-family: 'HarmoniaSansW02';
  src: url('../fonts/HarmoniaSansW02.eot?#iefix') format('embedded-opentype'),  url('../fonts/HarmoniaSansW02.woff') format('woff'), url('../fonts/HarmoniaSansW02.ttf')  format('truetype'), url('../fonts/HarmoniaSansW02.svg#HarmoniaSansW02') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmoniaSansW02-Bold';
  src: url('../fonts/HarmoniaSansW02-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HarmoniaSansW02-Bold.woff') format('woff'), url('../fonts/HarmoniaSansW02-Bold.ttf')  format('truetype'), url('../fonts/HarmoniaSansW02-Bold.svg#HarmoniaSansW02-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmoniaSansW02-SemiBd';
  src: url('../fonts/HarmoniaSansW02-SemiBd.eot?#iefix') format('embedded-opentype'),  url('../fonts/HarmoniaSansW02-SemiBd.woff') format('woff'), url('../fonts/HarmoniaSansW02-SemiBd.ttf')  format('truetype'), url('../fonts/HarmoniaSansW02-SemiBd.svg#HarmoniaSansW02-SemiBd') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family:  Helvetica, Arial;
	font-weight:100;
	font-size:18px;
}
@media (max-width: 1199px) {
    body{font-size: 16px;}
}
@media (max-width: 991px) {
    body{font-size: 14px;}
}
@media (max-width: 767px) {
    body{font-size: 12px;}
}

a, a:visited, a:hover {
	color:#6CB86A;
	text-decoration:none;
}

p {
	margin:0;
}
.max-width-1920{
	max-width:1920px;
	margin:auto;
}
.container-fluid {
	max-width:1920px;
}
.text-small {
	font-size:70%
}

.nopadding {
	padding:0;
}
.nomargin {
	margin:0;
}
.padding-25{
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:30px;

}

.padding-top-20 {
	padding-top:20px;
}
.padding-top-30 {
	padding-top:30px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-top-50 {
	padding-top:50px;
}
.padding-top-60 {
	padding-top:60px;
}
.padding-top-80 {
	padding-top:80px;
}
.padding-bottom-10 {
	padding-bottom:10px;
}
.padding-bottom-20 {
	padding-bottom:20px;
}
.padding-bottom-30 {
	padding-bottom:30px;
}
.padding-bottom-40 {
	padding-bottom:40px;
}
.padding-bottom-50 {
	padding-bottom:50px;
}
.padding-bottom-80 {
	padding-bottom:80px;
}
.padding-bottom-120 {
	padding-bottom:120px;
}
.margin-top-20{
	margin-top:20px
}
.margin-bottom-20{
	margin-bottom:20px
}
.margin-bottom-60{
	margin-bottom:60px
}
.margin-left-40{
	margin-left:40px
}
.margin-right-10{
	margin-right:10px
}
.margin-right-30{
	margin-right:30px
}
.margin-top-40{
	margin-top:40px
}
.margin-bottom-20{
	margin-bottom:20px
}
.margin-bottom-40{
	margin-bottom:40px
}
.margin-top-60{
	margin-top:60px
}
.margin-top-80{
	margin-top:80px
}
.margin-bottom-80{
	margin-bottom:80px
}
.margin-bottom-100{
	margin-bottom:100px
}
.press.btn-success
{
	font-size: 14px;
	padding: 5px;
	margin-right: 3px;
	margin-top: 5px;
}
.relative {
	position:relative;
}

.facebook-responsive {
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width:60%;
    margin:auto;
}
.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.pagination>li>a, .color-green{
	color: #64A70B;
}

.pagination>.active>a
{
	background-color: #64A70B;
}

.bg-white{
	background-color:white
}
.bg-gray{
	background-color:#f3f3f3;
}
.back-gray {
    background-color: #e3e4e8;
}
.bg-dark-gray-light{
	background-color: #e9e9e9;
}
.bg-green {
	background-color: #64a70b;
}
.bg-dark-gray {
	background-color:#272727;
}
.bg-dark-gray-light-2{
	background-color: #d0d0d0;
}
.bg-f9f9f9{
	background-color:#f9f9f9;
}
.color-white{
	color:#fff !important;
}

.color-black {
	color: #000000 !important;
}
.blue-row{
	background-color:#27a0db;
}
.border-green
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #64A70B;
}

.border-grey {
	border: 1px solid #ebebeb;

}

.border-x {
	border-left: 1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}


.font-family-Harmonia{
	font-family: 'HarmoniaSansW02';
}
.flex-container{
	display: flex;
	display: -webkit-flex;
}
.vertical-center{
	display: flex;
    display: -webkit-flex;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.btn-primary, a.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background-color:#64A70B;
	border-color:#64A70B;
	color:white;
}

.btn-white, a.btn-white, .btn-white:hover, .btn-white:focus {
	background-color:#fff;
	border-color:#fff;
	color:#64A70B;
	border-radius: 0;
	padding: 5px 30px;
	font-size: 18px;
}

.btn-primary.big, a.btn-primary.big, .btn-primary.big:hover, .btn-primary.big:focus {
	background-color:#64A70B;
	border-color:#64A70B;
	color:white;
	font-size:100%;
	height:60px;
	line-height:50px;
	margin-bottom:10px;
}

.title404 {
	margin-top:10%;
	font-size:800%;
	font-weight:bold;
	color:#64A70B;
}

.text404 {
	font-size:100%;
	margin-top:2%;
	margin-bottom:10%
}

.survey-popup {
	font-size:14px;
	max-width:320px;
	width:100%;
	position:fixed;
	top:80px;
	left:20px;
	z-index:999;
}
	.survey-popup  .title{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		background-color:#64A70B;
		color:#FFF;
		font-weight:bold;
		padding:8px;
		padding-right:20px;
		position:relative;
		border:1px solid #2d6e10;
		border-bottom:0;
	}
		.survey-popup  .title .close-box {
			position:absolute;
			right:8px;
			top:7px;
			width:15px;
			text-align:center;
			cursor:pointer;
		}
	.survey-popup  .content {
		padding:8px;
		background-color:white;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		border:1px solid #ccc;
		border-top:0;
	}

header {
	position:relative;
	background-color:#64A70B;
	height:79px;
	width:100%;
	z-index:999;
	max-width:none !important;
	border-bottom:0;
}
	header .col{
		height:79px;
		line-height:79px;
		font-size:100%;
	}
		header .col a,
		header .col a:hover,
		header .col a:visited {
			color:white;
		}
		header .col img{
			vertical-align:middle;
			display:inline;
		}
	header .main-menu {
		border:none;
		background:transparent;
		font-size:88%;
		background-color:transparent;
	}
		header .main-menu .navbar-brand {
			height:75px;
		}
		header .main-menu .navbar-nav > li > a,
		header .main-menu .navbar-nav > li > a:hover,
		header .main-menu .navbar-nav > li > a:visited {
			color:white;
			padding:0px 8px;
			line-height:79px;
		}
		header .main-menu .navbar-nav > li > a.special,
		header .main-menu .navbar-nav > li > a.special:hover,
		header .main-menu .navbar-nav > li > a.special:visited {
			color: white;
    		font-weight: bold;
		}
		header .main-menu .navbar-brand {
			line-height:inherit;
			height:75px;
			padding-left:0;
			padding-right:17px/*27px;*/
		}

		header .main-menu .navbar-nav > li > .dropdown-menu {
			border:0px;
			box-shadow:none;
			background-color:#4E8828;
			border-radius:0;
		}

		header .dropdown-menu {
			background-color:#4E8828;
		}

		header .main-menu .navbar-nav > li > .dropdown-menu a,
		header .main-menu .navbar-nav > li > .dropdown-menu a:hover,
		header .main-menu .navbar-nav > li > .dropdown-menu a:visited,
		header .main-menu .navbar-nav .open .dropdown-menu a,
		header .main-menu .navbar-nav .open .dropdown-menu a:hover,
		header .main-menu .navbar-nav .open .dropdown-menu a:visited {
			color:white;
			background-color:transparent;
		}

		.dropdown-menu>li>a:hover{
			color: #4E8828;
		}

		header .main-menu .navbar-nav > li:hover {
			background-color: #4E8828;
		}
		header .padding-only-mobile{
			padding: 0;
		}
		header #main-menu.navbar-collapse{
			padding-right:0;
		}

		header .main-menu .navbar-toggle,
		header .main-menu .navbar-toggle:hover {
			padding:0;
			border:0;
			margin-top:0;
			margin-bottom:0;
			background-color:transparent
		}
	header .num-prods-in-cart {
		float:left;
		border-radius:12px;
		width:25px;
		height:25px;
		background-color:white;
		color:#64A70B;
		font-size:13px;
		line-height:26px;
		margin-top:22px;
		text-align:center;
	}
	header .ico-cart-login-mobile-box {
		position:absolute;
		height:75px;
		line-height:75px;
		top:0;
		right:80px;
	}
	header .login i {
		color:white;
		font-size:20px;
		margin-left:15px;
		line-height: 70px;
		top:0;
	}
	header .cart i {
		color:white;
		font-size:20px;
		margin-left:5px;
		line-height: 70px;
		top:0;
	}

	header .user-menu.dropdown .btn {
		padding:0;
		line-height:75px;
		margin-left:15px;
	}

	header .dropdown-menu a, header .dropdown-menu a:hover, header .dropdown-menu a:visited {
		background-color:transparent;
		color:#FFF;
	}


#video-carousel .carousel-caption {
	left:0;
	right:0;
}
.container-gamma-prods {
	width:100%;
	z-index:99;
	max-width:none;
}
.container-gamma-prods.affix{
	position:fixed;
	top:0;
}
	.container-gamma-prods.affix .gamma-prods .gamma-prods-box .image {
		display:none;
	}
	.container-gamma-prods.affix .gamma-prods .prod-box .name {
		margin-top:15px;
	}
.gamma-prods {
	padding:20px 0;
	padding-top:0px;
	border-bottom:1px solid #cfcfcf;
}
	.gamma-prods .prod-box{
		width:150px;
		float:left;
		margin-right:2%;
		display:block;
	}
		.gamma-prods .prod-box .name {
			color:#363636;
			font-size:89%;
			margin-top:5px;
		}
		.gamma-prods .prod-box .price-box {
			text-align:center;
			width:94px;
			margin:auto;
		}
			.gamma-prods .prod-box .price-box .cart {
				float:right;
				width:23px;
				height:21px;
				display:block;
				overflow:hidden;
			}
				.gamma-prods .prod-box .price-box .cart img {
					vertical-align:baseline;
				}
			.gamma-prods .prod-box .price-box .price {
				background-color:#64A70B;
				color:white;
				font-size:13px;
				line-height:21px;
				height:21px;
				padding-left:5px;
				padding-right:5px;
				overflow:hidden;
				margin:auto;
			}
			.gamma-prods .prod-box .price-box .price.width {
				width:71px;
			}

.list-gamme {
	padding:15px 0;
}
	.list-gamme .gamma {
		font-size:100%;
	}
	.list-gamme .gamma.selected {
		font-weight:bold;
	}

#product .product-top {
	padding-top:5%;
}
	#product .product-top .name {
		font-size:210%;
		line-height:45px;
		color:#3b3c3b;
	}
	#product .product-top .price {
		line-height:45px;
		padding:0 15px;
		color:white;
		background-color:#64A70B;
		margin-left:1px;
		font-size:110%;
	}
	#product .product-top .availability {
		font-size:14px;
		margin-top:10px;
		font-weight:bold;
	}
	#product .product-top .links {
		line-height:38px;
	}
	#product .product-top .description {
		color:#4f4f4f;
		font-size:95%;
		line-height:120%;
	}

	#product .product-top .icon .image {
		min-height:60px;
	}
	#product .product-top .icon .text {
		margin-top:10px;
		font-size:68%;
	}

	#product #carousel-images-prod{
		padding: 2px 35px;
	}
	#product.new #carousel-images-prod{
		padding: 8px 35px;
	}
		#product #carousel-images-prod a {
			display:block;
			width:80px;
			height:80px;
			overflow:hidden;
			border:1px solid #d0d0d0;
			line-height:80px;
			vertical-align:center;
			overflow:hidden;
		}
		#product.new #carousel-images-prod a {
			width:95%;
			height:auto;
			line-height:55px;
			display:inline-block;
		}
		#product #carousel-images-prod img {
			display:block;
			margin:auto;
			max-width: 100%;
			width:100%;
		}

		#product #carousel-images-prod .irobot-next, #product #carousel-images-prod .irobot-prev {
			position: absolute;
			display: block;
			width:30px;
			height:80px;
			line-height: 0;
			font-size: 0;
			cursor: pointer;
			top:0;
			padding: 0;
			border: none;
			outline: none;
		}
		#product.new #carousel-images-prod .irobot-next {
			top:8px;
			bottom:16px;
			height:auto;
			background-image:url("http://www.irobotstore.it/src/skins/default/images/prod/new/arrow_next.jpg");
			background-repeat:no-repeat;
			background-position:center center;
		}
		#product.new #carousel-images-prod .irobot-prev {
			top:8px;
			bottom:16px;
			height:auto;
			background-image:url("http://www.irobotstore.it/src/skins/default/images/prod/new/arrow_prev.jpg");
			background-repeat:no-repeat;
			background-position:center center;
		}
		#product  .irobot-prev {
			background-image:url("../images/arrow_prev.jpg");
			left:0;
		}
		#product  .irobot-next {
			background-image:url("../images/arrow_next.jpg");
			right:0;
		}
		#product.new .main-description {
			font-size:14px;
			font-weight:400;
			line-height:24px;
		}
		#product.new .irobot-app {
			background-color: #f3f3f3;
			border-radius:15px;
			padding:0px 20px;
			display:inline-block;
			margin-top:20px;
		}
		#product.new .border-left-1 {
		    border-left: 1px solid #d0d0d0;
		}
		#product.new .contain-accessories .border-bottom {
			border-bottom: 1px solid #ddd;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}
		#product.new .contain-accessories .title, #product.new .contain-accessories .price span {
			font-size: 14px;
			line-height: 18px;
		}
		#product.new .contain-accessories .price {
			color:#000;
		}
		#product.new .contain-accessories .btn-irobot, #product.new .contain-accessories .btn-irobot:hover, #product.new .contain-accessories .btn-irobot:focus{
			border-radius: 0;
			background-color: #64a70b;
			border-color: #64a70b;
			background-image: none;
			padding: 10px 15px;
			color:#FFF;
		}
		#product.new .product-main-features {
			padding:40px 0 80px;
			background-color:#eeeeee;
		}
			#product.new .product-main-features .icon-title{
				color: #4e8828;
				font-size:32px;
			}
		#product.new .product-main-features .slider-icons-nav .slick-track{
			max-width:1040px;
			margin:auto;
		}
			#product.new .product-main-features .slider-icons-nav .slick-slide{
				max-width:120px;
				margin-left:5px;
				margin-right:5px;
				cursor:pointer;
			}
		#product.new .second-menu{
			background-color: #4e8828;
			/*min-height:55px;*/
			min-height:70px;
			padding-top:7px;
		}
			#product.new .second-menu .nav-tabs{
				border-bottom:0;
			}
			#product.new .second-menu a{
				color: #fff;
				font-size:23px;
			}
			#product.new .second-menu a:hover, #product.new .second-menu a:focus,#product.new .second-menu li.active a{
				color: #4e8828;
				border-radius:0;
				padding: 10px 15px;
			}
			#product.new .tab-content h2, #product.new .tab-content h4{
				color:#4e8828;
			}
			#product.new h2.title, #product.new #accessori h2.title{
				font-size:40px;
				font-weight:normal;
			}
			#product.new h4.subtitle{
				font-size:24px;
			}
			#product.new div.text{
				font-size:16px;
				line-height:25px;
			}
			#product.new .tab-pane#specifiche .prod-strip-text{
				overflow:inherit;
				max-height:100%;
			}
				#product.new .tab-pane#specifiche .prod-strip-text div.content-info{
					/*padding-right: 5px;*/
					padding-top:4px;
					padding-bottom:4px;
					border-top: 0.5px solid #dddddd;
					font-size:16px;
				}
				#product.new .tab-pane#specifiche .prod-strip-text #db-prod-specific > div{
					padding:4px 15px;
					border-top: 0.5px solid #dddddd;
					font-size:16px;
				}
				#product.new .tab-pane#specifiche .prod-strip-text #db-prod-specific ul {
					padding:0;
					margin:0;
					list-style:none;
				}
					#product.new .tab-pane#specifiche .prod-strip-text #db-prod-specific ul li {
						float:left;
						width:50%;
						padding:4px 15px;
						border-top: 0.5px solid #dddddd;
						font-size:16px;
					}
					#product.new .tab-pane#specifiche .prod-strip-text #db-prod-specific ul li:nth-child(odd) {
						clear:left;
					}
		#product.new .prod-accessory {
			margin-top:20px;
			border: 1px solid #ddd;
			font-size:15px;
		}
			#product.new .prod-accessory div{
				background-color:#FFF;
			}
				#product.new .prod-accessory .image {
					padding-top:20px;
					width:100%;
					height:170px;
					overflow:hidden;
				}
					#product.new .prod-accessory .image img {
						max-height:100%;
					}
				#product.new .prod-accessory .title {
					padding:10px;
					text-align:center;
					height:42px;
					line-height:22px;
					overflow:hidden;
					white-space:nowrap;
					text-overflow: ellipsis;
				}
		#waiting {
		    color: white;
		    display: none;
		    font-size: 24px;
		    font-weight: bold;
		    height: 400px;
		    left: 0;
		    line-height: 519px;
		    position: absolute;
		    text-align: center;
		    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
		    top: 0;
		    width: 555px;
		    z-index: 10;
		}
#product .accessories {
	padding-top:40px;
	padding-bottom:40px;
}
	#product .accessories .title {
		color:#1a1a1a;
		font-size:180%;
		margin-bottom:20px;
	}
	#product .accessories .accessory {
		float:left;
		border:1px solid #eeeeee;
		width:25%;
		height:300px;
	}
		#product .accessories .accessory .image {
			width:100%;
			height:150px;
			margin-top:15px;
		}
		#product .accessories .accessory .name {
			font-size:90%;
			color:#000;
			margin:auto;
			margin-top:20px;
			width:95%;
			max-height:50px;
			overflow:hidden;
		}
		#product .accessories .accessory .price {
			font-size:100%;
			color:#FFF;
			margin:auto;
			margin-top:5px;
			width:40%;
			background-color:#1aa2dc;
			padding:5px;
		}
.supplied-box {
	float:left;
	border:1px solid #eeeeee;
	width:30%;
	padding-top:25px;
	height:200px;
	display:block;
}
.thumb img{
	padding-right: 3px;
	padding-bottom: 6px;
}

.btn-login, .btn-login:hover, .btn-login:focus, a.btn-login, a.btn-login:hover, a.btn-login:focus {
	background-color:#64A70B;
	color:white;
	min-width:150px;
}

.btn-trasp, .btn-trasp:hover, .btn-trasp:focus, a.btn-trasp, a.btn-trasp:hover, a.btn-trasp:focus {
	background-color:rgba(255,255,255,0.3);
	color:white;
	border:1px solid #FFF;
}
.btn-green2, .btn-green2:hover, .btn-green2:focus, a.btn-green2, a.btn-green2:hover, a.btn-green2:focus {
	background-color:#64A70B;
	color:white;
}

/* Nuova pagina prodotto */

#product #top-product.affix {
    top: 0px;
    width: 100%;
    z-index: 99;
}
.container-fluid.affix {
    max-width: none;
}
#product #top-product .product-title {
    color: black;
    font-weight: bold;
    font-size:36px;
}
#product #top-product .product-submenu {
    border-bottom: 0 none;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}
	#product #top-product .product-submenu li {
	    display: inline;
	    padding-right: 10px;
	}
		#product #top-product .product-submenu li a,
		#product #top-product .product-submenu li a:hover,
		#product #top-product .product-submenu li a:focus {
		    font-weight: bold;
		    padding: 0;
		    color: #64A70B;
		    background-color:transparent;
		    border:0;
		    font-size:14px;
		}
	#product #top-product .product-price {
		width:150px;
		background-color:#1AA2DC/*#64A70B*/;
		text-align:center;
		font-weight:bold;
		color:#FFF;
		padding:6px 0;
		font-size:20px;
		line-height:22px;
		margin-top:4px;
	}

.strip-shop {
	background-color:#ededed;
}
	.strip-shop-title {
		color:#64A70B;
		line-height:102%;
	}
	.strip-shop-text {
		color:#6a6a6a;
		font-size:90%;
		height:80px;
		margin-bottom:20px;
	}
	.strip-shop-img {
		line-height:56px;
	}
/* Fine nuova pagina prodotto */

/* Nuove Pagine roomba serie Roomba */
.hover-zoom:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 700ms;
}

.serie-roomba .small{
	padding-top: 15px;
	font-size: 14px;
}
.serie-roomba p{
	font-size: 15px;
}
.serie-roomba .depending{
	color:#fff;
	text-align: center;
}
.serie-roomba.serie-800 .depending{
	background-image: url('http://images.nital.it/irobot/contents/serie800/bg-deepending.jpg');
	background-position: center center;
}

.serie-roomba .product-top-box {
	width:100%;
	text-align:center;
	margin:auto;
}
.serie-roomba.serie-e .product-top-box {
	max-width:1100px;
}
.serie-roomba.serie-600 .product-top-box {
	max-width:1100px;
}
.serie-roomba.serie-e .product-top-box {
	max-width:367px;
}
	.serie-roomba.serie-e .product-top {
		display:inline-block;
		width:100%;
		padding:50px 15px 40px;
	}
.serie-roomba.serie-800 .product-top-box, .serie-roomba.serie-900 .product-top-box {
	max-width:735px;
}
.serie-roomba.serie-900 .product-top-box {
	max-width: 991px;
}
	.serie-roomba.serie-600 .product-top {
		display:inline-block;
		width:32.5%;
		padding:50px 15px 40px;
	}
	.serie-roomba.serie-800 .product-top {
		display:inline-block;
		width:49%;
		padding:50px 15px 40px;
	}
	.serie-roomba.serie-900 .product-top {
		display:inline-block;
		width:32.5%;
		padding:50px 15px 40px;
	}
	.serie-roomba .intro-title {
		color:#64a70a;
		font-size:40px;
		text-align:center;
		font-weight:normal;
		padding-bottom:20px;
	}
	.serie-roomba .intro-text {
		color:#000;
		font-size:24px;
		text-align:center;
		padding-bottom:60px;
		font-weight:normal;
	}
		.serie-roomba .intro-text  .small {
			font-size:16px;
		}
/* Fine nuove pagine serie Roomba */

/* Nuova pagina serie 900 */
.text-green{
	color:#64a70a;
}
.content-text-fase{
	max-width:1240px;
	margin:auto;
	padding-left:10px;
}
	.content-text-fase .fase-text{
		max-width:33.33333%;
		display:inline;
		float:left;
		margin:auto;
	}

.bg-e9e9e9{
	background-color:#e9e9e9;
}
.image-app{
	display:inline-block;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}
.text-app{
	display:inline;
	float:left;
	font-size:16px;
	margin-bottom:20px;
	padding-left:15px;
	margin-top:18px;
}
.store-app{
	padding-top:10px;
	padding-bottom:20px;
}

.offers .new-box-prod {
    height: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 0.75rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.offers .new-box-prod .title, .offers .new-box-prod .title a {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 25px;
	color: #000;
}

.offers .new-box-prod .box-price p {
    color: #447355;
    font-size: 2rem;
    margin-right: 5px;
	display: inline-block;
}

.offers .new-box-prod .box-price p.old {
    color: #999;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-thickness: 2px!important;
}

.offers .new-box-prod .a-optionalflag, .offers .new-box-prod .a-optionalflag:hover {
	color: white;
}

.offers .new-box-prod .claim {
	color: #6a768c;
    font-size: 2rem;
    line-height: 1.33;
    margin: 0 0 1rem;
}

@media(max-width:767px){
	.content-text-fase{
		max-width:100%;
		padding-right:10px;
	}
		.content-text-fase .fase-text{
			display:block;
			max-width:100%;
			float:unset;
			padding-left: 7px;
			padding-right:7px;
			padding-top:15px;
		}
}
/* Fine Nuova pagina serie 900 */

label.error {
	color:red;
	font-size:70%;
}

input.error, input.error:focus, select.error, select.error:focus, textarea.error, textarea.error:focus {
	border:1px solid red;
}

.form-control.error, input.error[type="radio"], input.error[type="checkbox"] {
	box-shadow: 0 0 4px 2px #e00000;
	border:2px solid #e00000;
	outline:none;
}

.form-control option {
	font-size:15px;
	line-height:26px !important;
}

.promo-text-big {
	font-size:24px;
}

footer {
	background-color:#1f1f1f;
}
	footer .title {
		color: #64a70a;
    	font-size: 111%;
	}
	footer .content {
		color: #919191;
	    font-size: 83%;
	    line-height: 32px;
	    margin-top: 15px;
	}
		footer .content a,
		footer .content a:visited,
		footer .content a:hover {
			color: #919191;
		}
	footer .bar {
	    color: #f4f4f4;
	    background-color: #242424;
	    font-size: 12px;
	    height: 74px;
	    line-height: 74px;
	}
footer.copy, footer.copy .bar{
	background-color:#000;
}
/* Rivenditori */
.dealer { position:relative; overflow:hidden; }

.dealer #map-dealer { float:right}
.dealer #lista-dealer-map { position: absolute; left:-485px; top:0px; bottom:0; width:485px; padding:0 15px; background:transparent url("../images/bg_sidebar_map.jpg") repeat; height:100%; overflow:hidden;}
.dealer #lista-dealer-map .title { color:#000;padding-top:30px;font-size:18px;margin-top:30px; }
.dealer #lista-dealer-map .subtitle { color:#000; padding-top:10px;font-size:14px; }
.dealer #lista-dealer-map .select-box, .dealer #lista-dealer-map .select-box-prod { width:280px;height:40px;position:relative;margin-top:20px;cursor:pointer; }
.dealer #lista-dealer-map .select-box .selected, .dealer #lista-dealer-map .select-box-prod .selected { width:280px;padding:0 15px;font-size:16px;font-weight:bold;height:40px;line-height:40px;color:#FFF;background:#000 url("../images/open_select_box.jpg") 250px center no-repeat; }
.dealer #lista-dealer-map .select-box .selected.opened, .dealer #lista-dealer-map .select-box-prod .selected.opened {background:#4e4e4e url("../images/close_select_box.jpg") 250px center no-repeat;}
.dealer #lista-dealer-map .select-box .options, .dealer #lista-dealer-map .select-box-prod .options {display:none; position:absolute;z-index:10; width:280px;top:40px;left:0;}
.dealer #lista-dealer-map .select-box .options div, .dealer #lista-dealer-map .select-box-prod .options div {height:40px;padding:0 15px;width:280px;font-size:16px;font-weight:bold;line-height:40px;border:1px solid #cbcbce; border-top:0px;background-color:#eaeaea;color:#000;}
.dealer #lista-dealer-map .select-box .options div:hover, .dealer #lista-dealer-map .select-box-prod .options div:hover {background-color:#cbcbce}
.dealer #lista-dealer-map .search-field { width:280px;height:40px;color:#000;padding:0 15px;font-size:16px;font-weight:bold;line-height:40px;background-color:#ffffff;border:0px;margin-top:20px; }
.dealer #lista-dealer-map .search-btn { width:280px;height:40px;border:1px solid #64A70B;color:#000;padding:0 15px;background-color:#bcbcbc;font-size:16px;font-weight:bold;line-height:40px;margin-top:20px;  }
.dealer #lista-dealer-map .list-box {overflow:auto;margin-top:30px;}
.dealer #lista-dealer-map .row-reseller { width:95%;padding:20px;border:1px solid #757575;background-color:#f4f4f4;display:block;margin-bottom:15px;}
.dealer #lista-dealer-map .row-reseller .reseller-name {font-size:16px;line-height:30px;color:black; }
.dealer #lista-dealer-map .row-reseller .reseller-name  img { vertical-align:text-bottom; }
.dealer #lista-dealer-map .row-reseller .reseller-address {margin-top:10px;font-size:14px;line-height:20px;color:#515151; }
.dealer #lista-dealer-map .row-reseller .reseller-marchio { margin-top:5px; }
.dealer #lista-dealer-map .row-reseller .reseller-data { margin-top:20px;margin-left:20px;font-size:14px;color:#515151;line-height:30px;}
.dealer #lista-dealer-map .row-reseller .open-in-map { margin-top:15px;font-size:12px;color:#000;display:block; }
.dealer .open-list { cursor:pointer;position:absolute;left:0px;top:0px;bottom:0;width:60px;border-right:1px solid #000;height:100%px;background-color:#696969;z-index:98;color:white;font-size:18px;text-align:center; }
.dealer .open-list .arrow { color:#FFF; font-size:18px;line-height:18px;position:absolute;width:100%;top:50%;margin-top:-9px; }


.infoBoxDefault{ width:200px; min-height:20px; border-radius: 8px; background-color:white; position:relative; }
.infoBoxDefault .rag-soc { padding:10px;font-weight:bold; font-size:12px; line-height:16px; color:black; }
.infoBoxDefault .addr { padding:0 10px 10px 10px; font-size:12px; line-height:16px; color:#515151; }

/* Contest scusaMa */
.nav-scusama.nav-pills {
	display:inline-block;
}
	.nav-scusama.nav-pills > li > a,
	.nav-scusama.nav-pills > li > a:visited,
	.nav-scusama.nav-pills > li > a:hover,
	.nav-scusama.nav-pills > li > a:focus {
		color:white;
		font-size:16px;
		background-color:transparent;
		padding:20px;
	}
.contest-social-box {
	max-width:720px;
	margin:auto;
	margin-bottom:40px;
}
	.contest-social-box .image iframe,
	.contest-social-box .image img,
	.contest-social-box .image video {
		width:100% !important;
		height:100% !important;
		position:absolute;
		top:0;
		left:0;
	}
	.contest-social-box .image {
		position: relative;
		width: 100%;
	}
	.contest-social-box .image:before {
		content:'';
  		padding-top:100%;
  		display:block;
	}
	.contest-social-box .social-bar {
		height:65px;
		padding:10px;
	}
	.contest-social-box .social-bar.fb{
		background-color:#3a589e;
	}

	.contest-social-box .social-bar.in{
		background-color:#125688
	}
		.contest-social-box .social-bar i {
			font-size:34px;
			line-height:45px;
			color:#FFF;
			margin-right:15px;
		}
		.contest-social-box .social-bar img {
			max-height:45px;
		}
		.contest-social-box .social-bar .name {
			font-size:15px;
			line-height:17px;
			font-weight:bold;
			color:#FFF;
			padding-left:8px;
			padding-top:6px;
		}
		.contest-social-box .social-bar .date-post {
			font-size:13px;
			font-weight:200;
			color:#FFF;
			padding-left:8px;
		}
	.contest-social-box .text-comments {
		background-color:#f5f5f5;
		color:#000;
		padding:20px 10px;
		font-size:16px;
	}
		.contest-social-box .text-comments .comment {
			padding-bottom:20px;
			font-size:13px;
		}
			.contest-social-box .text-comments .comment .text {
				padding-left:8px;
			}
				.contest-social-box .text-comments .comment .text .name{
					padding-right:8px;
					float:left;
					font-weight:bold;
					color:#3a589e;
				}
				.contest-social-box .text-comments .comment .text img {
					margin-top:10px;
					max-width:120px;
				}
				.contest-social-box .text-comments .comment .text .date-comment {
					color:#94959a;
				}
		.contest-social-box .text-comments .show-all-comments {
			display:block;
			text-align:center;
			font-size:16px;
			color:#000;
			font-weight:bold;
		}

/*NEW HOME PAGE*/
#homepage .fullImage{
	margin: 0px;
}
	#homepage .fullImage div{
		padding-right: 0px;
		padding-left: 0px;
	}
	#homepage .squareProd{
		margin: 0px;
	}
		#homepage .squareProd div{
			padding: 10px;
			position: relative;
		}
		#homepage .squareProd .left{
			padding-left: 0px;
		}
		#homepage .squareProd .right{
			padding-right: 0px;
		}
		#homepage .squareProd .lf{
			padding:0px 5px 0px 10px;
		}
		#homepage .squareProd .rg{
			padding:0px 10px 0px 5px;
		}
		/*Nomi*/
		#homepage .squareProd span{
			position: absolute;
			bottom: 50px;
			text-align: center;
			left: 25%;
			font-size: 35px;
			color: white;
		}


.iframeFaq {
	border:0;
	width:100%;
	height:850px;
}
/*FORM REGISTRAZIONE*/
#registration{
	font-weight: 100;
}
	#registration h2.title{
		font-size: 34px;
		font-weight: 100;
	}
	#registration h3.title{
		font-size: 28px;
		font-weight: 100;
	}
	#registration p{
		font-size: 16px;
		font-weight:100;
	}
	#registration label{
		font-size: 16px;
		font-weight: lighter;
	}

.inputText{
	border-radius: 0;
	padding: 5px;
	background-color: #c1dc9d;
	border: none;
}

.btn-registration{
	width: 100%;
	border-radius: 0;
}

#add-prod {
	text-align:center;
	background-color:#F8F8F8;
	border:1px solid #CCC;
	line-height:45px;
	width:35%;
	margin:auto;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.075);
	cursor:pointer;
}
	#add-prod i {
		color:#64A70B;
	}

#prods-container {
	margin-bottom:25px;
}

#prods-container .box-prod-fields {
	border:1px solid #CCC;
	margin-bottom:15px;
}
#prods-container .box-prod-fields.error {
	box-shadow: 0 0 4px 2px #e00000;
	border:1px solid #e00000;
}
	#prods-container .box-prod-fields .head {
		background-color:#F8F8F8;
		border-bottom:1px solid #CCC;
		line-height:45px;
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.075);
	}
		#prods-container .box-prod-fields .head .fa {
			cursor:pointer;
		}


.typeahead.dropdown-menu li:nth-child(even) a{
	background-color:#f5f5f5;
}
.typeahead.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:#64A70B !important;
	color:#FFF;
}
.typeahead.dropdown-menu {
	max-height:400px;
	overflow:auto;
}

#modalSN #accordion .panel-heading {
	border-bottom:1px solid #DDD;
}
#modalSN #accordion .panel-title a {
	display:block;
	position:relative;
}
#modalSN #accordion .panel-title > a,
#modalSN #accordion .panel-title > a:visited,
#modalSN #accordion .panel-title > a:hover,
#modalSN #accordion .panel-title > a:focus {
	color:black;
	font-size:25px;
	text-decoration:none;
}
#modalSN #accordion .panel-heading a:after {
	position:absolute;
	right:25px;
	top:50%;
	font-size:30px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content:"\e260";
	color:#888;
	font-family: "Glyphicons Halflings";
}
#modalSN #accordion .panel-heading a.collapsed:after {
	content:"\e259";
	color:#498c2b;
}
#modalSN #accordion .panel-title > a span {
	padding-left:15px;
}
	#modalSN #accordion .panel-collapse .panel-group .panel {
		border:0;
		border-radius:0;
	}
	#modalSN #accordion .panel-collapse .panel-group .panel-heading {
		background-color:#fafafa;
	}
	#modalSN #accordion .panel-collapse .panel-group .panel-heading h4 {
		width:90%;
		float:right;
	}

/* iRobot Care */
.home-care {
	background: transparent url("../images/homeCare.jpg") no-repeat top center;
	background-size:1920px auto;
}
.home-care > .container {
	padding:0 30px;
}
.breadcrumb-care {
	border-bottom:1px solid #e2e2e2;
	font-size:13px;
	color:#999999;
	vertical-align:middle
}
	.breadcrumb-care .divider {
		padding:0 10px;
	}
	.breadcrumb-care a, .breadcrumb-care a:hover, .breadcrumb-care a:visited, .breadcrumb-care a:focus {
		color:#999999;
		text-decoration:none;
	}
.question-care {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1920px auto;
}
.question-care > .container {
	padding:0 30px;
}
.green-highlight {
	color:#64a70b;
	font-size:26px;
	font-weight:500;
}
.cont-series {
	display:inline-block;
	padding:0 15px;
	width:19.5%;
	margin-bottom:30px;
	vertical-align:top;
}
.cont-series.vert {
	width:100%;
	text-align:left;
	position:relative;
	height: auto !important;
}
	.cont-series .box-series{
		background-color:#FFF;
		border:1px solid #e2e2e2;
		padding-bottom:15px;
		display:block;
		font-size:16px;
		color:#000;
		font-weight:400;
	}
	
		.cont-series.vert .box-series{
			display: flex;
			align-items: center; /* Vertical center alignment */
		}
	
		.cont-series.vert .box-series .left {
			display:inline-block;
			width:25%;
			text-align:center;
		}
		.cont-series .box-series .title {
			font-size:20px;
			line-height:24px;
			min-height:24px;
			margin-bottom:10px;
			padding:0 10px;
		}
		.cont-series .box-series .text {
			font-size:14px;
			line-height:16px;
			min-height:32px;
			padding:10px 10px;
			min-height: 156px;
		}
		.cont-series.vert .box-series .text {
			width:68%;
			float: right;
			
			/*
			position:absolute;
			width:68%;
			left:30%;
			
			*/
		}
		.cont-series.vert .box-series .text span {
			display: inline-block;
			vertical-align: middle;
		}
		
		

.green-title {
	font-size:40px;
	color:#64a70b;
	font-weight:500;
}
.green-title.small {
	font-size:26px;
}


.modal-vantaggi .modal-dialog .modal-content {
	border:5px solid #000;
	border-radius:10px;
}
.modal-vantaggi .modal-dialog .modal-content .modal-header {
	border-bottom:0;
	position:relative;
	border-top:22px solid #79b51c;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
	.modal-vantaggi .modal-dialog .modal-content .modal-header .close {
		float:none;
		position:absolute;
		top:-32px;
		right:-12px;
		background-color:white;
		border:3px solid #000;
		height:28px;
		width:28px;
		border-radius:14px;
		opacity:1;
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-header .modal-title {
		font-size:52px;
		line-height:56px;
		font-weight:bold;
		margin-bottom:0;
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-header small {
		font-size:14px;
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-body {
		font-size:16px;
	}
		.modal-vantaggi .modal-dialog .modal-content .modal-body .modal-btn {
			display:inline-block;
			width:30%;
			line-height:45px;
			text-align:center;
			color:#FFF;
			font-weight:400;
			background-color:#79b51c;
			margin:0 1%;
			margin-bottom:25px;
		}
		.modal-vantaggi .modal-dialog .modal-content .modal-body .modal-btn.big {
			width:80%
		}
	.modal-vantaggi.modal-promo .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-promo.jpg") left bottom no-repeat;
	}
		.modal-vantaggi.modal-promo .modal-dialog .modal-content .modal-body .text-on-right {
			margin-top:35px;
			margin-left:38%;
		}
	.modal-vantaggi.modal-newsletter .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-newsletter.jpg") left bottom no-repeat;
		background-size:auto 100%;
	}
		.modal-vantaggi.modal-newsletter .modal-dialog .modal-content .text-on-right {
			margin-left:38%;
		}

	.modal-vantaggi.modal-contatto .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-contatto.jpg") left bottom no-repeat;
		background-size:28% auto;
	}
		.modal-vantaggi.modal-contatto .modal-dialog .modal-content .text-on-right {
			margin-left:35%;
		}
	.modal-vantaggi.modal-blog .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-blog.jpg") left bottom no-repeat;
		background-size:40% auto;
	}
		.modal-vantaggi.modal-blog .modal-dialog .modal-content .text-on-right {
			margin-left:42%;
		}
	.modal-vantaggi.modal-chat .modal-dialog .modal-content, .modal-vantaggi.modal-ltr .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-blog.jpg") left bottom no-repeat;
		background-size:40% auto;
	}
		.modal-vantaggi.modal-chat .modal-dialog .modal-content .text-on-right, .modal-vantaggi.modal-ltr .modal-dialog .modal-content .text-on-right {
			margin-left:42%;
		}
		.modal-vantaggi.modal-ltr .modal-dialog .modal-content .btn{
			white-space: normal;
		}
	.modal-vantaggi.modal-forum .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-forum.jpg") left bottom no-repeat;
		background-size: 48% auto;
		background-position: right bottom;
	}
		.modal-vantaggi.modal-forum .modal-dialog .modal-content h5{
			font-size: 20px;
			font-weight:100;
		}
	.modal-vantaggi.modal-care .modal-dialog .modal-content{
		background: #FFF url("https://images.nital.it/irobot/contents/vantaggi/bg-modal-care.jpg") left bottom no-repeat;
		background-size:auto 100%;
	}
		.modal-vantaggi.modal-care .modal-dialog .modal-content .text-on-right {
			margin-left:40%;
		}
			.modal-vantaggi.modal-care .modal-dialog .modal-content .text-on-right .special{
				font-size:20px;
				font-weight:400;
				color:#64a70b;
			}
		.modal-vantaggi.modal-care .modal-dialog .modal-content .box-serie {
			display:inline-block;
			width:11%;
			margin:1% 0;
		}
	.modal-vantaggi .modal-dialog .modal-content .btn-modal{
		background-color: #1aa1dc;
		color: #fff;
		border-radius: 0;
		padding: 10px 15px;
		font-size: 17px;
		white-space: normal;
	}
.box-newsletter{
	border: 5px solid black;
	background-color: #8d8b8b;
	padding-left: 30px;
	padding-right: 30px;
	color: white;
	background-image: url('../images/box-newsletter.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.box-newsletter h3{
	color: white ;
}
.fascia-cerca-irobot{
	background-color: #1aa1db;
	min-height: 250px;
	color: white;
}
.fascia-cerca-irobot #cerca-irobot{
	width: 300px;
	color: black;
	padding: 3px;
}
.fascia-cerca-irobot .cerca-submit{
	background-color: #fec530;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: none;
}
.fascia-cerca-irobot-errore{
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Home community */
#community-carousel .carousel-caption {
	font-size:22px;
	font-family:"HarmoniaSansW02";
	left:15%;
	right:15%;
}
	#community-carousel .carousel-caption .big{
		font-size:80px;
		margin-bottom:10px;
		line-height:100%;
	}

.font-family-Harmonia h1{
	font-size: 46px;
}
.robot .big{
	font-size: 26px;
}
.scopri p{
	font-size: 14px;
}
.list-robot{
	background: linear-gradient(180deg, #ffffff 0%, #d9d9d9 100%);
	padding-bottom: 40px;
	border-bottom: 1px solid #4e8828;
}
	.list-robot .box-prod{
		width:12.28%;
		margin-left: 1%;
		margin-right: 1%;
		display:inline;
		float:left;
	}
		.list-robot .box-prod img{
			padding-bottom: 15px;
		}
.community-navbar-row {
	background-color:#4e8828;
	text-align:center;
	font-family:"HarmoniaSansW02";
}
	.community-navbar-row .navbar {
		margin:0;
	}
	.community-navbar-row .navbar-nav {
		float:none;
		display:inline-block;
	}
		.community-navbar-row .navbar-nav li{
			float:none;
			display:inline-block;
		}
			.community-navbar-row .navbar-nav li a,
			.community-navbar-row .navbar-nav li a:visited,
			.community-navbar-row .navbar-nav li a:hover,
			.community-navbar-row .navbar-nav li a:focus {
				color:#FFF;
				background-color:transparent;
				font-size:20px;
				padding:27px 15px;
			}
.main-community {
	background: transparent url("https://images.nital.it/irobot/2017/home-community/parquet.jpg") repeat top center;
	padding-top:40px;
	font-family:"HarmoniaSansW02";
}
	.main-community .row-box {
	}
			.main-community .row-box .image {
				width:100%;
			}
			.main-community .row-box .box-text {
				margin:0 38px;
				transform: translateY(-120px);
			}
				.main-community .row-box .box-text .head-content {
					padding:40px 50px 40px 40px;
					background-color:#b9ee73;
					position:relative;
					transition: all 0.5s ease-in-out;
					width:100%;
				}
					.main-community .row-box .box-text .head-content .title {
						font-size:25px;
						margin-bottom:20px;
					}
					.main-community .row-box .box-text .head-content .text {
						color:#4e8828;
						font-size:20px;
						max-width:80%;
					}
					.main-community .row-box .box-text .head-content .button {
						position:absolute;
						bottom:35px;
						right:40px;
						cursor:pointer;
					}
				.main-community .row-box .box-text .opened-content {
					background-color:#FFF;
					padding:25px 50px 40px 40px;
					color:#313131;
					font-size:22px;
					line-height:34px;
					width:100%;
					height:auto;
					opacity:1;
					transition: all 1s ease-in-out;
				}
					.main-community .row-box .box-text .opened-content .buttons {
						width:100%;
						text-align:center;
						margin-top:25px;
					}
					.main-community .row-box .box-text .opened-content .buttons.left {
						text-align:left;
					}
						.main-community .row-box .box-text .opened-content .buttons a, .main-community .row-box .box-text .opened-content .buttons a:hover,
						.main-community .row-box .box-text .opened-content .buttons a:visited, .main-community .row-box .box-text .opened-content .buttons a:focus {
							display:inline-block;
							background-color:#64a70b;
							color:#FFF;
							padding:20px 60px;
							margin-right:5%;
							margin-bottom:15px;
						}
						.main-community .row-box .box-text .opened-content .buttons a .double {
							transform: translateY(22%);
							display: inline-block;
						}
						.main-community .row-box .box-text .opened-content .buttons a.social, .main-community .row-box .box-text .opened-content .buttons a.social:hover,
						.main-community .row-box .box-text .opened-content .buttons a.social:visited, .main-community .row-box .box-text .opened-content .buttons a.social:focus {
							background-color:transparent;
							padding:0;
							margin-right:10%;
						}
						.main-community .row-box .box-text .opened-content .buttons a:last-child, .main-community .row-box .box-text .opened-content .buttons a:hover:last-child,
						.main-community .row-box .box-text .opened-content .buttons a:visited:last-child, .main-community .row-box .box-text .opened-content .buttons a:focus:last-child {
							margin-right:0;
						}
			.main-community .row-box .box-text.closed .head-content {
				width:56%;
				background-color:#FFF;
			}
				.main-community .row-box .box-text.closed .head-content .text {
					color:#7f7f7f;
				}
			.main-community .row-box .box-text.closed .opened-content {
				width:100%;
				height:0;
				padding:0;
				opacity:0;
				overflow:hidden;
				transition: none;
			}

/*NUOVA PAGINA HOME*/
.padding-bottom-15{
	padding-bottom:15px;
}
.findRobot .overImage{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	color:#fff;
	text-align:center;
	left:0%;
	width:100%;
	text-shadow: 1px 1px #494949;
}
.findRobot .title{
	margin-top:55px;
}
.addStroke span{
	background-color:#fff;
	padding-left: 10px;
	padding-right: 10px;
}
.addStroke .stroke{
	background-color:#64a70b;
	height:1px;
	width:100%;
	margin-top:-25px;
}
.imageRollover{
	margin-bottom:15px;
}
	.imageRollover .layer{
		position:absolute;
		background-color:#000;
		width:100%;
		height:100%;
		top:0;
		opacity:0;
		transition:opacity 300ms;
	}
	.imageRollover .layer.hover{
		opacity:0.6;
		transition:opacity 300ms;
	}
	.imageRollover .rollover{
		padding-left: 20px;
		padding-right: 20px;
		display:none;
		position:absolute;
		top:50%;
		left:0%;
		transform: translateY(-50%);
		color:#fff;
		text-align:center;
		width:100%;
		text-shadow: 1px 1px #494949;
	}
		.imageRollover .rollover a{
			background-color: transparent;
			color:#fff;
			border: 1px solid #fff;
			margin-top: 20px;
		}
	.imageRollover:hover .overImage{
		display:none;
	}
	.imageRollover:hover .rollover{
		display:block;
	}
#community-support-vip{
	padding-bottom:40px;
}
	#community-support-vip .btn-white{
		border-color:#64a70b;
	}
	#community-support-vip .min-height-105{
		min-height:105px;
	}

/*Video Newsletter*/
#news-video h3{
	margin-top:15px;
	margin-bottom:15px;
}
#news-video .green-color{
	color:#64a70b;
}
#news-video .what-row{
	margin-bottom:20px;
}
	#news-video .what-row .absolute{
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		left:8%;
	}
	#news-video .what-row h2.title-what{
		font-size: 40px;
	}
	#news-video .what-row a{
		font-size:22px;
	}
.visibleOnBrowser{
	position:inherit !important;
	opacity:inherit !important;
	width:15px;
	height:15px;
}
select#products_quantity{
	height:26px;
	font-size:14px;
}
/*Fine Video Newsletter*/
@media(max-width: 767px){
	.findRobot .firstTitle{
		padding:0;
		margin-bottom:20px;
	}
	.imageRollover .rollover a{
		margin-top:10px;
	}
	 #community-support-vip .min-height-105{
	 	min-height: auto;
	 }
	 .findRobot .overImage{
		top:50%;
		left:0%;
		font-weight: 500;
	}
	.findRobot .title{
		margin-top:40px;
	}
	.imageRollover .rollover{
		left:0%;
		top:50%;
		font-size:125%;
	}
	/*Video Newsletter*/
	#news-video .what-row{
		margin-bottom:0px;
	}
		#news-video .what-row h2.title-what{
			font-size: 25px;
		}
		#news-video .what-row a{
			font-size: 18px;
		}
	/*Fine Video Newsletter*/
}
/*FINE NUOVA PAGINA HOME*/

/*NUOVA PAGINA ROOMBA SERIE*/
/*.roomba-series.green-row .absolute{
	position:absolute;
	top:-40px;
	width:23%;
	z-index:99999;
}*/
.roomba-series.green-row .absolute{
	top:-25px;
	width:366px;
	height:510px;
	position:absolute;
	z-index:99999;
}
.roomba-series.green-row .col-xs-12{
	max-height: 460px;
}
	.roomba-series.green-row .absolute.roomba-left{
		left:0;
	}
	.roomba-series.green-row .absolute.roomba-right{
		right:0px;
		float:right;
	}
.roomba-series .btn-primary{
	white-space: normal;
}
.roomba-series small{
	font-size:14px;
}
.roomba-series .color-green{
	color:#64a70b !important;
}
.roomba-series.bg-series{
	background-color:#f9f9f9;
	background-size:contain;
	background-repeat:no-repeat;
}
/*FINE NUOVA PAGINA ROOMBA SERIE*/

/*NUOVA PAGINA BRAAVA SERIE*/
.braava-series.blue-row{
	background-color:#27a0db;
}
	.braava-series.blue-row .absolute{
		position:absolute;
		top:-50px;
		height:366px;
		width:297px;
		z-index:99999;
	}
	.braava-series.blue-row .col-xs-12{
		max-height: 266px;
	}
		.braava-series.blue-row .absolute.braava-left{
			left:0;
		}
		.braava-series.blue-row .absolute.braava-right{
			right:0px;
			float:right;
		}
.braava-series small{
	font-size:14px;
}
.braava-series .color-blue{
	color:#27a0db !important;
}
.braava-series.bg-series{
	background-color:#f9f9f9;
	background-size:contain;
	background-repeat:no-repeat;
}
.braava-series.bg-series.bg-uno{
	background-image: url('http://images.nital.it/irobot/2019/braava-landing/braava-m-bg.jpg');background-color:#fafafa;
}
.braava-series.bg-series.bg-due{
	background-image: url('http://images.nital.it/irobot/2017/braava-series/Braava-bg-jet.jpg');background-color:#fff;
}
.braava-series.bg-series.bg-tre{
	background-image: url('http://images.nital.it/irobot/2017/braava-series/Braava-bg-serie300.jpg');
}

.braava-series.bg-series.bg-m-uno{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-app-bg.jpg');
	background-size:100%;
}
.braava-series.bg-series.bg-m-due{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-mappa-bg.jpg');
	background-color:#fff;
	background-size:100%;
}
.braava-series.bg-series.bg-m-tre{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-sporco-bg.jpg');
	background-size:100%;
}
.braava-series.bg-series.bg-m-quattro{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-tutti-pavimenti-bg.jpg');
	background-color:#fff;
	background-size:100%;
}
.braava-series.bg-series.bg-m-cinque{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-panni-bg.jpg');
	background-size:100%;
}
.braava-series.bg-series.bg-m-sei{
	background-image: url('https://images.nital.it/irobot/2019/braava-landing/braava-serie-m-lavora-s9-bg.jpg');
	background-color:#fff;
	background-size:100%;
}

.braava-series .btn-primary{
	background-color:#27a0db;
	border: 1px solid #27a0db;
	white-space: normal;
}
/*FINE NUOVA PAGINA BRAAVA SERIE*/

/*NUOVA PAGINA BRAAVA JET*/
#braava-jet-carousel .carousel-caption {
	font-size:22px;
	font-family:"HarmoniaSansW02";
	left:15%;
	right:15%;
	top: 0;
}
	#braava-jet-carousel .carousel-caption .big{
		font-size:50px;
	}
/*FINE NUOVA PAGINA BRAAVA JET*/

/*NUOVA PAGINA VIDEO*/
.video .green-color{
	color: #64a70b !important;
}
/*FINE NUOVA PAGINA VIDEO*/

/* NUOVO SLIDER PAGINA ROOMBA */
.roomba-robot-slideshow {
	border-bottom: 1px solid #d7d7d7;
	margin: 0 auto 1.75rem;
	max-width: 800px;
	padding: 30px 20px 20px;
	outline: none !important;
}
.roomba-robot-content-slideshow {
	margin: 0 auto 30px;
	max-width: 820px;
	padding: 0 100px;
	position: relative;
}
.roomba-robot-index-slider {
	margin-top:30px;
}
.roomba-robot-index-slider .slick-list {
	overflow:visible;
}
.roomba-robot-index-slider .slide {
	cursor: pointer;
	position:relative;
	outline: none !important;
}
	.roomba-robot-index-slider .slide .img-wrap{
		height: 146px;
		margin: auto;
		position: relative;
		width: 143px;
	}
		.roomba-robot-index-slider .slide .img-wrap img {
			height: auto;
			left: 0;
			max-width: 100%;
			position: absolute;
			top: 0;
			transition: transform .25s;
			vertical-align: middle;
		}
		.roomba-robot-index-slider .slide .img-wrap .robot-img {
			z-index: 1;
		}
		.roomba-robot-index-slider .slide:hover .img-wrap .robot-img {
			transform: translate(0,-7px);
		}
		.roomba-robot-index-slider .slide.slick-current .img-wrap .robot-img {
			transform: translate(0,-15px);
		}
		.roomba-robot-index-slider .slide .img-wrap .shadow-img {
			z-index: 0;
		}
		.roomba-robot-index-slider .slide.slick-current::after {
			background: #fff;
			border:0 solid #d7d7d7;
			border-width:0 1px 1px 0;
			content:'';
			height:20px;
			width:20px;
			left:50%;
			position:absolute;
			bottom:-40px;
			transform: translate(-50%,-50%) rotate(45deg);
		}
	.roomba-robot-index-slider .slide .robot-name {
		color:#000;
		text-align:center;
		font-size:18px;
		line-height:25px;
		margin-top:20px;
		position:relative;
	}
		.roomba-robot-index-slider .slide .robot-name sup {
			font-size:11px;
		}
		.roomba-robot-index-slider .slide .robot-name::after {
			background: #444;
			bottom: -5px;
			content: '';
			left: 50%;
			height: 1px;
			position: absolute;
			right: 50%;
			transition: all 350ms;
		}
		.roomba-robot-index-slider .slide .robot-name:hover::after {
			left: 15%;
			right: 15%;
		}

.roomba-robot-content-slideshow .slick-arrow {
	background: 0;
	border: 0;
	cursor: pointer;
	font-size: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	transition: color 300ms;
	vertical-align: middle;
}
	.roomba-robot-content-slideshow .slick-prev {
		left: 0;
	}
	.roomba-robot-content-slideshow .slick-next {
		right: 0;
	}
	.roomba-text-index-slider .slide {
		display:flex;
		padding-top:10px;
	}
	.roomba-text-index-slider .slide .left {
		border-right: 1px solid #d7d7d7;
		padding-right: 25px;
	}
		.roomba-text-index-slider .slide .left img{
			max-width:75px;
		}
	.roomba-text-index-slider .slide .right {
		padding: 5px 0 15px 25px;
		color:#000;
	}
		.roomba-text-index-slider .slide .right .txt1 {
			font-size:18px;
			line-height:24px;
			margin-bottom:8px;
		}
			.roomba-text-index-slider .slide .right .txt1  sup {
				font-size:12px;
			}
		.roomba-text-index-slider .slide .right .txt2 {
			font-size:24px;
			line-height:28px;
		}
			.roomba-text-index-slider .slide .right .txt2  sup {
				font-size:14px;
			}

/* FINE NUOVO SLIDER PAGINA ROOMBA */

/* NUOVA HOME 2019 */

.home-leaderboard{
	background-image: url("../images/home/top.jpg");
	background-size: cover ;
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
}
.home-leaderboard-int{
	margin: auto;
	max-width: 1360px;
}

.home-leaderboard-title{
	font-size: 55px;
	color: white;
	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 10px;
}
.home-leaderboard-subtitle{
	font-size: 20px;
	color: white;
	font-weight: bold;
	max-width: 680px;
}
.home-box-2019{
	padding: 0px;
	border-radius: 5px;
	background-color: white;
	max-width: 658px;
}
.home-box-2019.sx{
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,.12);
	margin: 15px;
	margin-right:8px;
	float: right;
}
.home-box-2019.dx{
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,.12);
	margin: 15px;
	margin-left:8px;
}
.home-box-2019-big{
	padding: 0px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,.12);
	margin: auto;
	max-width: 1360px;
}

.home-box-2019-int{
	height: 220px;
	width:100%;
	padding: 30px;
}
.home-img-zoom{
	overflow:hidden;
}
.home-img-zoom img {
	transition: all 700ms;
	-webkit-transition: all 700ms;
	position: relative;
}
.home-img-zoom:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.home-box-2019-infoprod{
	position: absolute;
	padding: 25px;
	color: white;
	z-index: 99;
}
.home-box-2019-infoprod .glyphicon-menu-right{
	color: #64a70b;
}
.home-img-zoom:hover strong{
	color: #64a70b;
}
.home-box-2019-int-title{
	font-size: 26px;
}
.home-box-2019-int-reg{
	font-size: 12px;
}
.home-box-2019-int-price{
	font-size: 16px;
}
.home-box-2019-int-desc{
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.btn-home-2019-1:link,
.btn-home-2019-1:visited{
	width:100%;
	color: white;
	background-color: #64a70b;
	border-radius: 2px;
	font-size: 17px;
}
.btn-home-2019-1:hover{
	text-decoration: none;
}
.btn-home-2019-2:link,
.btn-home-2019-2:visited{
	color: white;
	background-color: #64a70b;
	width: 230px;
	height: 39px;
	line-height: 25px;
	margin: 5px;
	margin-left: 0px;
	border-radius: 2px;
	font-size: 17px;
}
.btn-home-2019-2:hover{
	text-decoration: none;
}
.btn-home-2019-3:link,
.btn-home-2019-3:visited{
	color: #64a70b;
	background-color: white;
	background-image: url('../images/home/btn-guarda.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	border-color: #64a70b;
	border-style: solid;
	border-width: 1px;
	width: 230px;
	height: 39px;
	line-height: 25px;
	text-align: left;
	padding-left: 20px;
	margin: 5px;
	margin-left: 0px;
	border-radius: 2px;
	font-size: 17px;
}
.btn-home-2019-3:hover{
	text-decoration: none;
}
.btn-home-2019-4:link,
.btn-home-2019-4:visited{
	width:300px;
	color: white;
	background-color: #64a70b;
	border-radius: 2px;
	font-size: 17px;
}
.btn-home-2019-4:hover{
	text-decoration: none;
}
.btn-home-2019-5:link,
.btn-home-2019-5:visited{
	width:300px;
	font-size: 17px;
	color: white;
	background-color: transparent;
	border-radius: 2px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	margin-top: 15px;
}
.btn-home-2019-5:hover{
	text-decoration: none;
}
.btn-guarda-video{
	margin-top: 80px;
	margin-bottom: 30px;
	display: block;
	width:300px;
	height: 76px;
	font-size: 15px;
	line-height: 76px;
}
.btn-guarda-video:link,
.btn-guarda-video:visited{
	color: white;
}
.btn-guarda-video .glyphicon{
	font-size:22px;
	top: 5px;
}
.home-title-2019{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}
.home-title-2019 h1{
	font-weight: bold;
	font-size: 44px;
}
.home-title-2019 h2{
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
}
.home-box-2019-big-text{
	padding: 60px;
}
.home-box-2019-big-title{
	font-weight: bold;
	font-size: 44px;
	line-height: 50px;
}
.home-box-2019-big-desc{
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
}

/* FINE NUOVA HOME 2019 */

@media (min-width: 1921px) {
	.question-care {
		background-position:left top;
	}
	.home-care {
		background-position:left top;
	}
	/*NUOVA PAGINA ROOMBA SERIE*/
	.roomba-series.green-row .absolute{
		top:-50px;
		height:570px;
		width:410px;
	}
	.roomba-series.green-row .col-xs-12{
		max-height: 470px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
	/*NUOVA PAGINA ROOMBA SERIE*/
	.braava-series.blue-row .absolute{
		top:-50px;
		height:366px;
		width:297px;
	}
	.braava-series.blue-row .col-xs-12{
		max-height: 266px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
}
@media (max-width: 1670px) { /* desktop grande */
	.cont-series .box-series .title {
		font-size:18px;
		line-height:22px;
		min-height:22px;
	}
	.cont-series .box-series .text {
		font-size:13px;
		line-height:16px;
		min-height:32px;
	}
	.home-care > .container {
		padding:inherit;
	}
	.question-care > .container {
		padding:inherit;
	}
	.main-community .row-box .box-text.closed .head-content {
		width:68%;
		background-color:#FFF;
	}
	/*NUOVA PAGINA ROOMBA SERIE*/
	.roomba-series.green-row .absolute{
		top:-50px;
		width:360px;
		height:500px;
	}
	.roomba-series.green-row .col-xs-12{
		max-height: 400px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
	#product.new .second-menu a{
		color: #fff;
		font-size:20px;
	}
}
@media (max-width: 1480px) { /* desktop normale */
	/*NUOVA PAGINA ROOMBA SERIE*/
	.roomba-series.green-row .absolute{
		top:-20px;
		width:298px;
		height:406px;
	}
	.roomba-series.green-row .col-xs-12{
		max-height: 376px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
	/*NUOVA PAGINA ROOMBA SERIE*/
	.braava-series.blue-row .absolute{
		top:-25px;
		height:306px;
		width:256px;
	}
	.braava-series.blue-row .col-xs-12{
		max-height: 266px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/

}
@media (max-width: 1199px) { /* desktop normale */
	#product .product-top .icon .image {
		min-height:50px;
	}
	header .main-menu {
	    font-size: 84%;
	}
	header .main-menu .navbar-nav > li > a, header .main-menu .navbar-nav > li > a:hover, header .main-menu .navbar-nav > li > a:visited {
	    padding: 0 6px;
	}
	.container-gamma-prods {
		position:static;
	}
	header .user-menu.dropdown .btn {
		width:79px;
		font-size:12px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.cont-series {
		padding:0 15px;
		width:33%;
	}
	#community-carousel .carousel-caption .big{
		font-size:70px;
	}
	.main-community .row-box .box-text.closed .head-content {
		width:80%;
		background-color:#FFF;
	}
	.main-community .row-box .box-text .head-content .title {
		font-size:23px;
	}
	.main-community .row-box .box-text .head-content .text {
		font-size:18px;
	}
	.serie-roomba .intro-title {
		font-size:35px;
	}
	.serie-roomba .intro-text {
		font-size:20px;
	}
	/*NUOVA PAGINA ROOMBA SERIE*/
	.roomba-series.green-row .absolute{
		top:-25px;
		width:268px;
		height:376px;
	}
	.roomba-series.green-row .col-xs-12{
		max-height: 326px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
	/*NUOVA PAGINA ROOMBA SERIE*/
	.braava-series.blue-row .absolute{
		top:-18px;
		height:300px;
		width:233px;
	}
	.braava-series.blue-row .col-xs-12{
		max-height: 250px;
	}
	/*FINE NUOVA PAGINA ROOMBA SERIE*/
	#product.new .second-menu {
		min-height:60px;
	}
	#product.new .second-menu a{
		color: #fff;
		font-size:16px;
	}
	.home-box-2019.sx{
		margin: 15px;
	}
	.home-box-2019.dx{
		margin: 15px;
	}
	.home-box-2019-int-title{
		font-size: 23px;
	}
}
@media (max-width: 991px) { /* tablet */
   #product .product-top .icon .image {
		min-height:60px;
	}
	header .user-menu.dropdown .btn {
		width:auto;
		margin-left:0px;
	}
	header .navbar-default .navbar-collapse {
		margin-top:0;
		background-color: #FFF;
		border:1px solid #64a70b;
		border-top:0;
	}
		header .padding-only-mobile, header #main-menu.navbar-collapse{
			padding-left:15px;
			padding-right: 15px;
		}
		header .navbar-default .navbar-nav > li {
			border-bottom:1px solid #EEE;
		}
		header .navbar-default .navbar-nav > li:last-child {
			border-bottom:0;
		}
			header .navbar-default .navbar-nav > li > a,
			header .navbar-default .navbar-nav > li > a:visited,
			header .navbar-default .navbar-nav > li > a:focus,
			header .navbar-default .navbar-nav > li > a.special,
			header .navbar-default .navbar-nav > li > a.special:visited,
			header .navbar-default .navbar-nav > li > a.special:focus{
				color:#64a70b;
				font-size:16px;
				line-height:40px;
				padding:0 15px;
				font-weight:normal;
			}
			header .navbar-default .navbar-nav > li > a:hover {
				color:#FFF;
				font-size:16px;
				line-height:40px;
				padding:0 15px;
			}
			header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
				background-color: #FFF;
			}
	.strip-shop-text {
		height:60px;
	}
	#product #top-product .ico-shop {
		margin-top:10px;
		margin-right:0px !important;
		margin-left:10px !important;
		margin-bottom:10px;
	}
	#product #top-product #navbar-product {
		margin-bottom:10px;
	}
	#product #top-product.affix #navbar-product {
		display:none !important;
	}
	.iframeFaq {
		height:850px;
	}
	.cont-series {
		padding:0 15px;
		width:32%;
	}

	.modal-vantaggi.modal-promo .modal-dialog .modal-content{
		background-position: left 88%;
	}
		.modal-vantaggi.modal-promo .modal-dialog .modal-content .modal-body .text-on-right {
			margin-top:0;
			margin-left:0%;
		}

	.modal-vantaggi.modal-newsletter .modal-dialog .modal-content{
		background-image: none;
	}
	.modal-vantaggi.modal-newsletter .modal-dialog .modal-content .text-on-right {
		margin-left:0;
	}
	.modal-vantaggi.modal-contatto .modal-dialog .modal-content{
		background-image: none;
	}
		.modal-vantaggi.modal-contatto .modal-dialog .modal-content .text-on-right {
			margin-left:0;
		}
	.modal-vantaggi.modal-blog .modal-dialog .modal-content{
		background-image: none;
	}
		.modal-vantaggi.modal-blog .modal-dialog .modal-content .text-on-right {
			margin-left:0;
		}
	.modal-vantaggi.modal-chat .modal-dialog .modal-content, .modal-vantaggi.modal-ltr .modal-dialog .modal-content{
		background-image: none;
	}
		.modal-vantaggi.modal-chat .modal-dialog .modal-content .text-on-right {
			margin-left:0;
		}
	.modal-vantaggi.modal-promo .modal-dialog .modal-content{
		background-image: none;
	}
	.modal-vantaggi.modal-forum .modal-dialog .modal-content{
		background-image: none;
	}
	.modal-vantaggi.modal-care .modal-dialog .modal-content {
		background-image: none;
	}
	.modal-vantaggi.modal-care .modal-dialog .modal-content .text-on-right {
		margin-left:0;
	}
	.modal-vantaggi.modal-care .modal-dialog .modal-content .box-serie {
		display:inline-block;
		width:22%;
		margin:2% 0;
	}
	.promo-text-big {
		font-size:18px;
	}
	#community-carousel .carousel-caption {
		font-size:18px;
		left:13%;
		right:13%;
	}
		#community-carousel .carousel-caption .big{
			font-size:50px;
		}
		.list-robot .box-prod{
			width:48%;
			margin-bottom: 15px;
		}
			.list-robot .box-prod.braava-300{
				margin-left:25%;
			}
	.community-navbar-row .navbar {
		border:0;
	}
	.community-navbar-row .navbar-header {
		display:none;
	}
	.community-navbar-row .navbar-collapse {
		display:block;
		visibility:visible;
		border:0;
	}
		.community-navbar-row .navbar-nav li a,
		.community-navbar-row .navbar-nav li a:visited,
		.community-navbar-row .navbar-nav li a:hover,
		.community-navbar-row .navbar-nav li a:focus {
			color:#FFF;
			background-color:transparent;
			font-size:14px;
			padding:10px 15px;
		}
		.community-navbar-row .navbar-toggle .icon-bar {
			background-color:#FFF;
		}
	.main-community .row-box .box-text.closed .head-content {
		width:85%;
		background-color:#FFF;
	}
	.serie-roomba .intro-title {
		font-size:28px;
	}
	.serie-roomba .intro-text {
		font-size:18px;
	}
		.serie-roomba .intro-text  .small {
			font-size:14px;
		}
	.roomba-series.green-row .col-xs-12{
		max-height: 100%;
	}
	#product.new .second-menu .nav-tabs {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}
		#product.new .second-menu .nav-tabs > li {
			display: inline;
			float: none;
		}
			#product.new .second-menu a, .new-detail.second-menu a:hover, .new-detail.second-menu a:focus, .new-detail.second-menu li.active a{
				font-size:14px;
				padding:10px 8px;
				display: inline-block;
			}
	.home-box-2019.sx{
		margin-left: 15px;
		float: none;
	}
	.home-box-2019.dx{
		margin-right: 15px;
	}
	.home-leaderboard-title{
		color: black;
		text-align: center;
		padding-top:40px;
	}
	.home-leaderboard-subtitle{
		color: black;
		text-align: center;
		margin: auto;
	}
	.btn-guarda-video:link,
	.btn-guarda-video:visited
	{
		color: black;
		margin: auto;
		margin-top: 20px;
	}
	.btn-home-2019-4:link,
	.btn-home-2019-4:visited{
		margin: auto;
		display: block;
		margin-top: 20px;
	}
	.btn-home-2019-5:link,
	.btn-home-2019-5:visited{
		margin: auto;
		display: block;
		margin-top: 5px;
		color:#64a70b;
		border-color:#64a70b;
	}
	.home-box-2019-int-title{
		font-size: 17px;
	}
}
@screen and (min-width: 768px){
	.carousel-caption{
		left:13%;
		right:13%;
	}
}
@media (max-width: 767px) { /* smartphone */
	.flex-container{
		display:block;
	}
	#product .product-top .icon .image {
		min-height:40px;
	}
	#product .accessories .accessory {
		width:50%
	}
	.navbar-header img {
		max-width:140px;
	}
	.strip-shop-text {
		height:40px;
	}
	#homepage .squareProd .left, #homepage .squareProd .right{
		padding-left: 0px;
		padding-right: 0px;
	}
	.iframeFaq {
		height:950px;
	}
	.green-title {
		font-size:35px;
		line-height:42px;
	}
	.cont-series {
		width:48%;
		padding:0 15px
	}
		.cont-series .box-series{
			font-size:14px;
		}
	.cont-series.vert .box-series .left {
		width:100%;
	}
	.cont-series.vert .box-series .text {
		position:static;
		width:100%;
		left:0;
		top:auto;
		transform:none;
	}
	.vantaggi-rett-box {
		max-width:640px;
		width:100%;
		margin:auto;
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-body .modal-btn {
		width:80%;
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-body .modal-btn.big {
		width:95%;
	}
	.modal-vantaggi.modal-care .modal-dialog .modal-content .box-serie {
		display:inline-block;
		width:42%;
		margin:2% 0;
	}
	.modal-btn{
		white-space: normal;
		line-height: 20px !important;
		padding: 10px 15px;
	}
	#community-carousel .carousel-caption {
		font-size:16px;
	}
		#community-carousel .carousel-caption .big{
			font-size:30px;
		}
	.community-navbar-row .navbar-header {
		display:block;
	}
	.community-navbar-row .navbar-collapse.collapse {
		display:none;
		visibility:hidden;
	}
	.community-navbar-row .navbar-collapse.in {
		display:block;
		visibility:visible;
	}
		.community-navbar-row .navbar-nav li{
			float:none;
			display:block;
		}
	.main-community .row-box .box-text {
		margin:0;
		margin-bottom:60px;
		transform: translateY(0);
	}
	.main-community .row-box .box-text.closed .head-content {
		width:100%;
		padding:30px 40px 30px 30px;
	}
	.main-community .row-box .box-text .head-content .button {
		position:static
	}
	.main-community .row-box .box-text .head-content .title {
		margin-bottom:10px;
	}
	.main-community .row-box .box-text .head-content .text {
		font-size:16px;
		max-width:100%;
		margin-bottom:15px;
	}
	.main-community .row-box .box-text .opened-content {
		font-size:18px;
		line-height:28px;
		padding:25px 30px 30px 30px;
	}
	.main-community .row-box .box-text .opened-content .buttons a, .main-community .row-box .box-text .opened-content .buttons a:hover, .main-community .row-box .box-text .opened-content .buttons a:visited, .main-community .row-box .box-text .opened-content .buttons a:focus {
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	.main-community .row-box .box-text .opened-content .buttons a.social, .main-community .row-box .box-text .opened-content .buttons a.social:hover, .main-community .row-box .box-text .opened-content .buttons a.social:visited, .main-community .row-box .box-text .opened-content .buttons a.social:focus {
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	.serie-roomba .flex-container{
		display:block;
	}
	.serie-roomba .intro-title {
		font-size:22px;
	}
	.serie-roomba .intro-text {
		font-size:14px;
	}
		.serie-roomba .intro-text  .small {
			font-size:12px;
		}
	#homepage .squareProd .lf{
		padding:0px;
	}
	#homepage .squareProd .rg{
		padding:0px;
	}

	/*NUOVA PAGINA BRAAVA JET*/
	#braava-jet-carousel .carousel-caption {
		font-size:22px;
		font-family:"HarmoniaSansW02";
		left:15%;
		right:15%;
		top: 0;
		padding-top: 5px;
	}
		#braava-jet-carousel .carousel-caption .big{
			font-size:20px;
		}
	/*FINE NUOVA PAGINA BRAAVA JET*/
	#product.new .product-main-features {
		padding-bottom:0px;
	}
	#product.new .icons{
		display:inline-block;
		float:left;
		width:25%;
		cursor:pointer;
	}

	#product.new .image-app{
		margin-bottom:10px;
	}
	#product.new .text-app{
		padding-left:3px;
		font-size:12px;
	}
	#product.new .tab-pane#specifiche .prod-strip-text #db-prod-specific ul li {
		float:none;
		width:100%;
		padding:4px 15px;
		border-top: 0.5px solid #dddddd;
		font-size:16px;
	}
	.roomba-robot-slideshow {
		padding:30px 0 20px;
		width:auto;
		max-width:auto;
		margin:0 -15px;
	}
	.roomba-robot-content-slideshow {
		padding:0;
	}
	.roomba-robot-content-slideshow .slick-arrow {
		display:none;
	}
	.roomba-text-index-slider .slide {
		display:block;
	}
		.roomba-text-index-slider .slide .left {
			border:0;
			padding-right:0;
			margin-bottom:20px;
			margin-top:20px;
		}
			.roomba-text-index-slider .slide .left img {
				display:block;
				margin:auto;
			}
		.roomba-text-index-slider .slide .right {
			padding:0;
			text-align:center;
		}
			.roomba-text-index-slider .slide .right .txt1 {
				display:none;
			}
			.roomba-text-index-slider .slide .right .txt2 {
				font-size:20px;
				line-height:24px;
			}

	/* stili nuova home 2019 */
	.home-leaderboard-title{
		font-size: 40px;
	}
	.home-leaderboard-subtitle{
		font-size: 15px;
	}
	.home-title-2019 h1{
		font-size: 30px;
	}
	.home-title-2019 h2{
		font-size: 15px;
		line-height: 26px;
	}
	.home-box-2019.sx{
		margin: 15px;
	}
	.home-box-2019.dx{
		margin: 15px;
	}
	.home-box-2019-int-title{
		font-size: 18px;
	}
	.home-box-2019-int-reg{
		font-size: 12px;
	}
	.home-box-2019-int-price{
		font-size: 13px;
	}
	.home-box-2019-int-desc{
		font-size: 11px;
	}
	.home-box-2019-big-title{
		font-size: 30px;
		line-height: 35px;
	}
	/* fine stili nuova home 2019 */
}
@media (max-width:600px) {
	.iframeFaq {
		height:1050px;
	}
	#community-carousel .carousel-caption {
		font-size:10px;
		padding-bottom:0;
	}
		#community-carousel .carousel-caption .big{
			font-size:24px;
		}
	.braava-series.bg-series.bg-uno,
	.braava-series.bg-series.bg-due,
	.braava-series.bg-series.bg-tre,
	.braava-series.bg-series.bg-m-uno,
	.braava-series.bg-series.bg-m-due,
	.braava-series.bg-series.bg-m-tre,
	.braava-series.bg-series.bg-m-quattro,
	.braava-series.bg-series.bg-m-cinque,
	.braava-series.bg-series.bg-m-sei
	{
		background-image: none;
	}

}
@media (max-width: 500px) {
	#product #carousel-images-prod{
		width:75%;
	}
	.iframeFaq {
		height:1350px;
	}
	.cont-series {
		width:90%;
		padding:0 15px
	}
	.modal-vantaggi .modal-dialog .modal-content .modal-header .modal-title {
		font-size:40px;
		line-height:42px;
	}
	.home-box-2019-int{
		height:260px;
	}
		.btn-home-2019-1{
			white-space: normal;
		}
}

@media (max-height: 600px) { /* per mantenere fixed il navigatore dei prodotti nella pagina gamma */
	.container-gamma-prods {
		position:static;
	}
}
