@charset "utf-8";
/* CSS Document */

body {
	font-size: 15px;
	line-height: 1.54;
}

a, a:visited, a:link {
	color: #3498db;
	outline: none;
}
a:hover, a:focus {
	outline: none;
	color: #0266a9;
}
ul, ol {
	margin-left: 20px;
}
body .main-top-line {
    background: transparent;
    text-align: left;
}
.label-main-color {
	background-color: #3498db;
	color: #fff;
	font-size: 100%;
}
.form-control:focus, .container.login #users_registration_password_Password:focus, .container.login #users_registration_password_Ripeti_Password:focus {
	border-color: #3498db;
	-ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.alert {
	display: block;
	padding: 10px;
	border-radius: 0;
	background-color: #FFE9B8;
	border: 1px solid #EFB638;
}
.alert button.close {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	min-height: 0;
	line-height: 19px;
	font-size: 30px;
	background: none;
	opacity: 1;
	color: #EFB638;
}
.alert-error {
	background-color: #FFE9B8;
	border: 1px solid #EFB638;
}
.alert-success {
	background-color: #DAFFB8;
	border-color: #5EB027;
}
.alert-success button.close {
	color: #5EB027;
}
.pagination > li > a, .pagination > li > span {
	color: #3498db;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
}
.modal-header .close {
	margin-top: 4px;
}
ul.nav-pills {
	margin-left: 0;
	margin-bottom: 10px;
	text-align: center;
}
ul.nav-pills > li {
	float: none;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
}
.nav.nav-pills > li > a, .nav-pills > li > a:link {
	color: #000;
	padding: 0 8px;
	margin-bottom: 8px;
}
.nav.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	color: #888;
	background-color: transparent;
}
.nav.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: transparent;
	font-weight: bold;
	color: #000;
}

/**
 * Regole per far funzionare il markup di Bootstrap2
 */
label.radio {
	margin-left: 20px;
}
label.radio input[type="radio"] {
	left: 0;
}

.checkbox {
	margin-left: 20px;
}
.checkbox label {
	padding-left: 0;
}
.checkbox .checkbox-common-box {
	margin-top: -10px;
}
.home-gallery .see-all-bottom
{
    display: block;
    text-align: center;
    margin: 10px 0;
}
.home-gallery .see-all-top,
.home-gallery .nav
{
    display: none;
}

/**
 * Testata
 */
.tt-head {
	background-color: #efefef;
	margin-bottom: 10px;
}
.tt-head p {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	color: #313131;
	margin: 0;
	font-size: 13px;
}
.tt-head p span {
	white-space: nowrap;
}
.tt-head .top-social-buttons {
	text-align: right;
	margin-top: 5px;
}
.tt-head .top-social-buttons .btn {
	position: relative;
	padding: 0 20px;
	line-height: 40px;
	margin-right: 9px;
}
.tt-head .top-social-buttons .btn:last-child {
	margin-right: 0;
}
.tt-head .top-social-buttons .btn .fa {
	position: relative;
	font-size: 24px;
	top: 4px;
	padding-right: 4px;
}
.header {
	margin-top: 30px;
}
.header .top-utils {
	color: #a3a3a3;
	line-height: 25px;
	text-transform: uppercase;
}
.header .top-utils a, .header .top-utils a:link, .header .top-utils a:visited {
	color: #fff;
	border: 1px solid #3498db;
}
.header .top-utils a:hover, .header .top-utils a:focus, .header .top-utils a:active {
	text-decoration: none;
	color: #3498db;
}
.header .top-utils a {
	display: inline-block;
	line-height: 22px;
	background-color: #3498db;
	padding: 4px 15px;
	border-radius: 50px;
	min-width: 30px;
	text-align: center;
}
.header .top-utils .follow-us p {
	display: none;
}
.header .top-utils .follow-us ul.social-icons {
	margin-left: 0;
	display: block;
	list-style: none;
	width: 100%;
	white-space: nowrap;
}
.header .top-utils .follow-us ul.social-icons li {
	display: inline-block;
	font-size: 18px;
}
.header .top-utils .follow-us ul.social-icons li a {
	padding: 4px;
	margin-right: 8px;
}
.header .top-utils .top-utils-cart, .header .top-utils .top-utils-user {
	display: inline-block;
}
.header .top-utils-social {
	float: left;
}
.header .top-utils-right {
	float: right;
	text-align: right;
	margin: 0 -10px;
}
.header .top-utils .cart-head {
	margin-left: 5px;
}
.header .top-utils .cart-head a {
	display: inline-block;
	white-space: nowrap;
	margin-right: 4px;
	margin-left: 4px;
	padding: 4px;
	font-size: 18px;
}
.header .top-utils .cart-head .counter {
	display: none;
	color: #3498db;
}
.header .top-utils .follow-us ul.social-icons li a {
	background-color: #3498db;
}
.header .top-utils a:hover .counter, .header .top-utils a:hover, .header .top-utils .cart-head a:hover .counter, .header .top-utils .follow-us ul.social-icons li a:hover {
	background-color: #fff;
}
.header .top-utils .top-utils-user {
	text-align: center;
}
@media (min-width: 481px) {
	.tt-head p {
		position: absolute;
		display: inline-block;
		top: auto;
		bottom: 5px;
		left: 275px;
		padding-top: 10px;
	}
	.header .top-utils .cart-head .counter {
		display: inline-block;	
	}
	.header .top-utils .cart-head {
		margin-left: 20px;
	}
	.header .top-utils-right {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.tt-head p {
		bottom: -10px;
	}
	.header .top-utils .follow-us ul.social-icons li:last-child a {
		margin-right: 0;
	}
}

.header .main-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}
.header .main-title a:hover, .header .main-title a:active, .header .main-title a:focus {
	text-decoration: none;
}

.breadcrumb {
	padding: 0;
	background-color: transparent;
	margin-bottom: 10px;
	margin-left: 0;
	color: #a3a3a3;
}
.breadcrumb > li + li:before {
	content: "»";
}

.breadcrumb li a {
	color: #858585;
}
.breadcrumb li.active {
	color: #858585;
}
.breadcrumb > li + li:before {
	color: #858585;
}

.navbar {
	background-color: #3498db;
	min-height: 0;
	margin-bottom: 20px;
}
.navbar ul {
	margin-left: 0;
}
.navbar-collapse {
	padding-left: 0;
}
.navbar-header {
	color: #fff;
}
.navbar .navbar-label {
	vertical-align: top;
	display: inline-block;
	line-height: 20px;
	margin: 9px 10px;
}
.navbar .navbar-toggle {
	vertical-align: top;
	border-width: 0;
	padding: 0;
}
.navbar a, .navbar a:link, .navbar a:visited {
	color: #fff;
}
ul.navbar-nav .open .dropdown-menu > li > a {
	margin-left: 20px;
}
ul.navbar-nav > li > a {
	position: relative;
	text-transform: uppercase;
}
.nav .active > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #efefef;
	border-width: 0;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px;
}

@media (min-width: 768px) {
	.navbar {
		background-color: transparent !important;
		margin-bottom: 0;
	}
	.navbar a, .navbar a:link, .navbar a:visited {
		color: #000;
	}
	.navbar .navbar-label {
		display: none;
	}
	.navbar-nav {
		margin-left: -15px;
	}
	.navbar-nav > li > a {
		padding-left: 15;
		padding-right: 15px;
	}
	ul.navbar-nav > li.active > a, ul.navbar-nav > li > a:hover {
		color: #3498db;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #fff;
		color: #3498db;
	}
	.dropdown-menu.navbar-nav > li {
		float: none;
	}
	ul.navbar-nav .open .dropdown-menu > li > a {
		margin-left: 0;
		padding: 8px 16px;
	}
	ul.navbar-nav > li.active > a:after {
		left: 20px;
		right: 20px;
	}
	ul.navbar-nav > li > a:hover:after {
		left: 20px;
		right: 20px;
	}
}

#gallery {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin: 40px 0 20px 0;
}
h1, .likeh1 {
	font-size: 36px;
	text-transform: uppercase;
}
h2, .likeh2 {
	font-size: 32px;
	text-transform: uppercase;
}
h3, .likeh3 {
	font-size: 28px;
	text-transform: uppercase;
}
h4, .likeh4 {
	font-size: 24px;
}
h5, .likeh5 {
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0;
	text-align: left;
}
h6, .likeh6 {
	
}
.top-spaced {
	margin-top: 20px;
}
.top-double-spaced {
	margin-top: 40px;
}
.bottom-spaced {
	margin-bottom: 20px;
}
.bottom-double-spaced {
	margin-bottom: 39px;
	padding-bottom: 1px;
}
.container-background {
	overflow: hidden;
	color: #fff;
	background-color: #3498db;
}
.container-background-top, .container-background-bottom {
	width: 100%;
	height: 90px;
	background-image: url(../img/container-top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
.container-background-top .fa {
	padding: 42px 0 0 0;
	font-size: 29px;
	text-shadow: 0 0 4px #666;
	color: #fff;
}
.container-background-bottom .fa {
	padding: 30px 0 0 0;
	font-size: 29px;
	text-shadow: 0 0 4px #666;
	color: #fff;
}
.container-background .btn-primary, .container-background .btn-primary:link, .container-background .btn-primary:visited {
	border: 1px solid #fff;
	transition: .35s background-color;
}
.container-background .btn-primary:hover, .container-background .btn-primary:active, .container-background .btn-primary:focus { 
	color: #3498db;
	background-color: #fff;
}
.container-background-bottom {
	background-image: url(../img/container-bottom.png);
	background-position: top center;
}

.container-background h1, .container-background h2, .container-background h3, .container-background h4, .container-background h5, .container-background h6 {
	color: #fff;
}

.section-container {
	position: static;
}
.section-title-line {
	position: absolute;
	background-color: #efefef;
	height: 1px;
	width: 100%;
	margin-top: 14px;
	left: 0;
	z-index: 1;
}
@media (min-width: 992px) {
	.section-title-line {
		margin-top: 55px;
	}
}
.section-container h3 {
	position: relative;
	z-index: 2;
}
.section-container h3 span.centered {
	display: inline-block;
	background-color: #fff;
	min-width: 60%;
	padding: 0 20px;
}

.container-light-background {
	background-color: #efefef;
	padding: 1px 0;
}

.top-container {
	padding: 30px 15px 15px 15px;
}
.top-container h1, .top-container h2 {
	text-align: left;
	color: #3498db;
}
.top-container h1 {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.top-container h2 {
	margin: 10px 0 0 0;
}
@media (min-width: 769px) {
	.top-container {
		padding: 40px 15px 15px 15px;
	}
}


.blockquote h1 {
	color: #3498db;
	text-transform: none;
}
.blockquote h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #48acef;
	text-transform: none;
}

/**
 * Testo espanso
 */
.text-large {
	text-align: left;
}
.text-large .inner {
	max-height: 300px;
	overflow: hidden;
	transition: max-height 0.5s;
	margin-bottom: 40px;
}
.text-large .inner.expanded {
	max-height: 5000px;
}
.text-large .expand-wrapper {
	text-align: center;
	margin: 10px 0;
}
.text-large .expand {
	min-width: 200px;
}

.btn {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-ms-border-radius: 24px;
	border-radius: 24px;
	padding: 6px 12px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-default, .btn-default:link, .btn-default:visited {
	background-color: #3498db;
	color: #fff;
	border-color: #3498db;
	border-width: 1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	padding: 12px 24px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: .35s background-color;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-default:hover, .btn-default:active, .btn-default:focus {
	background-color: #fff !important;
	color: #3498db;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.btn-light, .btn-light:link, .btn-light:visited {
	background-color: #efefef;
	color: #313131;
	border-width: 1px;
	border-color: #858585;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	padding: 12px 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
	color: #858585;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.btn-light-small, .btn-light-small:link, .btn-light-small:visited {
	background-color: #fff;
	color: #000;
	border-width: 1px;
	border-color: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	padding: 12px 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	transition: .35s background-color;
}
.btn-light-small:hover, .btn-light-small:active, .btn-light-small:focus {
	background-color: #000;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.container-background .btn-default:hover, .container-background .btn-default:active, .container-background .btn-default:focus {
	color: #50cc8c;
}

/**
 * Pagina "Chi siamo"
 */
.about-logo {
	text-align: center;
}
.about-logo a {
	display: inline-block;
}
.about-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/**
 * Prodotto
 */
.product-widget {
	margin-bottom: 20px;
}
.product-widget h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.product-widget a.items-thumb {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #858585;
	text-decoration: none;
}
.product-widget .items-thumb p.left {
	display: none;
}
.product-widget .items-thumb p.right {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px 10px;
	background: rgba(0,0,0,0.75);
}
.product-widget .items-thumb .timer p {
	display: inline-block;
	margin-bottom: 0;
}
.product-widget .items-thumb .timer p small {
	margin-right: 5px;
}
.product-widget a.items-thumb img {
	margin: 0 auto;
}
.product-widget h3 a, .product-widget h3 a:link, .product-widget h3 a:visited {
	color: #000;
}
.product-widget .description {
	margin-bottom: 10px;
}
.product-widget .price {
	display: block;
	font-size: 16px;
	text-align: center;
}
.product-widget .price p {
	display: inline-block;
}
.product-widget .price p.percent {
	display: none;
}
.product-widget .price p.old {
	color: #acacac;
	text-decoration: line-through;
}
.product-widget.coupon .price p.old {
	display: block;
	text-decoration: none;
	color: #3498db;
	margin-bottom: 0;
}
.product-widget .price p.final {
	color: #3498db;
	font-weight: bold;
}
.product-widget .timer-coupon {
	margin-top: 0;
	padding: 5px;
	background-color: #3498db;
	color: #fff;
}

.items-list .product-details {
	text-align: center;
	margin-bottom: 40px;
}

.see-all {
	text-align: center;
}

/**
 * Galleria
 */
ul.small-gallery {
	list-style-type: none;
	display: block;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: 0;
}
ul.small-gallery li {
	padding: 20px 0 0 20px;
}
ul.small-gallery li a {
	display: block;
	position: relative;
}
ul.small-gallery li a.shopping-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 45px;
	height: 42px;
	margin: -21px 0 0 -21px;
}

ul.small-gallery.home-small-gallery li a, ul.small-gallery.home-small-gallery li a.shopping-video i {
	color: #fff;
}

/**
 * Flexslider
 */
.flexslider {
	position: relative;
}
.flexslider ul.slides {
	margin: 0;
}
.flexslider ul.flex-direction-nav {
	position: absolute;
	top: -52px;
	margin: 0;
	right: 0;
	list-style: none;
	background-color: #fff;
	padding-left: 20px;
}
.flexslider ul.flex-direction-nav li {
	display: inline-block;
	font-size: 45px;
	line-height: 34px;
}
.flexslider ul.flex-direction-nav li:first-child {
	margin-right: 6px;
}
.flexslider .flex-direction-nav i.fa.fa-angle-left {
	line-height: 34px;
}
.flexslider .flex-direction-nav i.fa.fa-angle-right {
	line-height: 34px;
}

h3.margin-right {
	margin-right: 58px;
}

/**
 * Comment
 */
.media-comments {
	margin-right: 20px;
}
.media-comments .media-thumb {
	float: left;
	width: 43px;
	margin-bottom: 10px;
}
.media-comments .media-body {
	padding: 0 0 0 10px;
}
.media-comments .media-body h4 {
	text-align: left;
}
.media-comments .media-body h4:after, .media-comments .media-body h4:before {
	display: none;	
}
.media-comments .media-body p {
	margin: 10px 0 10px 0;
}
.media-comments .fa-star {
	color: gold;
}
.media-comments dl.dl-horizontal {
	margin-left: 53px;
}

dl.dl-horizontal dt {
	float: left;
	clear: left;
	margin-right: 10px;
	width: auto;
}
dl.dl-horizontal dd {
	float: left;
	margin-left: 0;
}

.promo-list {
	margin: -20px 0 0 -20px;
}
.promo-list > div {
		padding: 20px 0 0 20px;
}
.promo-list .promo-widget {
	text-align: center;
}
.promo-list .promo-widget h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.promo-list .promo-widget h3 a, .promo-list .promo-widget h3 a:link {
	color: #000;
}
.promo-list .promo-widget h5 {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}
.promo-list .promo-widget a.more-information {
	display: block;
	margin-top: 10px;
}
.promo-list.flexslider ul.flex-direction-nav {
	top: -32px;
}
.promo-list .promo-details {
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 30px;
	text-align: center;
}

.promo-main-image {
	margin-bottom: 10px;
}
.promo-image  {
	margin-bottom: 20px;
}

.brands-list ul.flex-direction-nav {
	top: -55px;
	z-index: 20;
	padding: 0 10px 0 10px;
}
.brand-box-container {
	margin: 0 0 0 -20px;
}
.brand-box-container > div {
	padding: 0;
}
.brand-box-container .brand-box {
	text-align: center;
	background-color: #efefef;
	color: #313131;
	padding: 12px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.items-list {
	margin-left: -20px;
	margin-right: 0;
}
.items-list > div {
	padding: 0 0 0 20px;
	/** aggiunto per lista shop prodotto */
	height: 550px;
}

/**
 * Mappa
 */
.map-container {
	position: relative;
	margin-top: 0;
	padding: 1px 0;
	background-color: #999;
}
.map-container .path-opener:hover {
	cursor: pointer;
}
.map-container .map-modal {
	position: relative;
	margin-top: 50px;
	padding: 10px 15px;
	height: 480px;
	width: 100%;
	background: #FFF;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	z-index: 1000;
}
.with-below-gallery .map-container .map-modal {
	margin-top: 140px;
}
.map-container .map-modal .nav-pills {
	position: absolute;
	top: -47px;
	left: -5px;
	padding: 0;
	margin: 5px;
	width: 100%;
	float: none;
	z-index: 10;
	overflow: hidden;
	height: 50px;
	white-space: nowrap;
}
.map-container .map-modal .nav-pills.with-arrows {
	padding-left: 30px;
	padding-right: 30px;
}
.map-container .map-modal .nav-pills li {
	margin-top: 1px;
	margin-right: 5px;
	display: inline-block;
	float: none;
}
.map-container .map-modal .nav-pills li:last-child {
	margin-right: 0;
}
.map-container .map-modal .nav-pills li.ico-close {
	margin: 0;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 40px;
}
.map-container .map-modal .nav-pills li.ico-close:hover {
	opacity: 0.5;
}
.map-container .map-modal .nav-pills li.ico-close i {
	line-height: 40px;
	text-align: center;
	display: block;
}
.map-container .map-modal .nav-pills li > i {
	position: absolute;
	width: 110%;
	height: 5px;
	background-color: #fff;
	height: 5px;
	bottom: 6px;
	left: -4px;
	z-index: 11;
}
.map-container .map-modal .nav-pills li > i::before {
	content: '';
}
.map-container .map-modal .nav-pills li > a {
	position: relative;
	background-color: #eee;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	z-index: 10;
	padding: 10px 15px;
}
.map-container .map-modal .nav-pills li.active > a, .map-container .map-modal .nav-pills li:hover > a {
	background-color: #fff;
	color: #000;
}
.map-next, .map-prev {
	display: block;
	position: absolute;
	top: -41px;
	z-index: 11;
	width: 20px;
	height: 45px;
	line-height: 40px;
	left: 0px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.map-next .cover, .map-prev .cover {
	display: block;
	background-color: #fff;
	height: 8px;
	width: 25px;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.map-next.disabled, .map-prev.disabled {
	display: none;
}
.map-next .cover {
	right: 0;
	left: auto;
}
.map-next {
	left: auto;
	right: 0;
}
.map-container .map-modal hr {
	padding-bottom: 0;
	margin-bottom: 0;
	clear: both;
}
.map-container .map-modal hr:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.map-container .map-modal h3,
.map-container .map-modal h4,
.map-container .map-modal h5
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	line-height: 30px;
	text-align: left;
    font-size: 15px;
}
.map-container .map-modal h4
{
    text-transform: uppercase;
    font-weight: bold;
}
.map-container .map-modal h3:after, .map-container .map-modal h3:before {
	display: none;
}
.map-container .map-modal h3 a {
	padding: 0 10px;
	font-size: 12px;
	color: #FFF;
	text-transform: none;
	display: inline-block;
	float: right;
}
.map-container .map-modal h3 span {
	font-weight: 700;
}
.map-container .map-modal h3 i {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.map-container .map-modal h5 {
	text-align: left;
    text-transform: uppercase;
    font-size: 13px;
}
.map-container .map-modal .fa-caret-left {
	margin-top: -35px;
	width: 10px;
	height: 20px;
	font-size: 24px;
	color: #FFF;
	text-shadow: -2px 0 2px rgba(0,0,0,0.35);
	display: block;
	position: absolute;
	top: 50%;
	left: -7px;
	z-index: 9999;
}
.map-container .map-modal p {
	margin-left: 30px;
	margin-bottom: 20px;
	color: #666;
}
.map-container .map-modal dl {
	display: block;
	margin-left: 30px;
}
.map-container .map-modal dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.map-container .map-modal dl dt {
	font-weight: normal;
	color: #999;
}
.map-container .map-modal dl dd a:hover {
	color: #333;
	text-decoration: none;
}
.map-container .map-modal .slimScroll {
	height: 324px;
}
.map-container .map-modal .tab-content {
	position: relative;
	z-index: 11;
}
.map-container .map-modal .land-compile {
	padding: 1px 0;
}
.map-container .maps-form .form-group {
	padding: 0 15px 10px;
	margin: 0;
	width: 100%;
}
.map-container .maps-form .form-group:last-child {
	padding-right: 15px;
}
.map-container .calc {
	margin-top: -40px;
	margin-left: -200px;
	padding: 0 10px;
	height: 30px;
	background: #333;
	font: 300 18px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}
.map-container .calc span {
	font-weight: 700;
}
.map-container .gmap-calulate-btn {
	width: 100%;
	padding: 6px 10px;
}
#map-canvas {
	width: 100%;
	height: 480px;
}
@media (min-width: 768px) {
	.map-container {
		background-color: #fff;
	}
	.map-container .map-modal {
		height: 480px;
		width: 417px;
		margin-top: 100px;
		margin-right: -437px;
		position: absolute;
		top: 50px;
		right: 50%;
		z-index: 1000;
	}
	.with-below-gallery .map-container .map-modal {
		margin-top: 100px;
	}
	.map-container .maps-form .form-group {
		padding: 0;
		margin: 0 0 0 15px;
		width: 29.74%;
	}
	.map-container .maps-form .form-group:last-child {
		padding-right: 15px;
	}
	#map-canvas {
		height: 760px;
	}
}

.list-alternated {}
.list-alternated .list-item {
	padding: 20px;
	clear: both;
}
.list-alternated .list-item:nth-child(odd) {
	background-color: #efefef;
}

.list-alternated .list-item .media {
	margin-top: 0;
}

/**
 * Captcha
 */
.captha-container {
	margin-bottom: 18px;
}
.captha-container .controls {
	position: relative;
	margin-left: 140px;
}
.captha-container .controls img {
	position: absolute;
	top: -8px;
	left: -140px;
}
.captha-container .controls .form-control {
	margin-top: 8px;
}
@media (min-width: 992px) {
	.captha-container {
		width: 50%;	
		padding-right: 20px;
	}
}

/**
 * Newsletter dialog
 */
.newsletter-box {
	display: none;
}
.newsletter-box-cont .fa-times {
	display: none;
}
@media (min-width: 768px) {
	.newsletter-box-cont {
		margin-top: -220px;
		padding: 20px 0 20px 20px;
		background: rgba(0,0,0,0.25);
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 99998;
	}
	.newsletter-box {
		display: block;
		padding: 20px;
		width: 260px;
		background: #FFF;
		box-shadow: -2px 0 3px rgba(0,0,0,0.25);
	}
	.newsletter-box h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: left;
	}
	.newsletter-box h3:after, .newsletter-box h3:before {
		display: none;
	}
	.newsletter-box h3 span {
		font-weight: 700;
	}
	.newsletter-box p {
		margin-bottom: 10px;
		font: normal 12px/15px Arial, Helvetica, sans-serif;
	}
	.newsletter-box p.modal-form-subtitle {
		margin-left: 20px;
		color: #999;
	}
	.newsletter-box .success,
	.newsletter-box .error {
		display: none;
	}
	.newsletter-box .form-group .error {
		color: #a94442;
	}
	.newsletter-box .not-show {
		font: normal 12px/40px Arial, Helvetica, sans-serif;
		color: #999;
		display: block;
		float: left;
	}
	.newsletter-box .btn-default, .newsletter-box .btn-default:link, .newsletter-box .btn-default:visited {
		padding: 0 10px;
		width: 100px;
		text-shadow: none;
		font: 300 15px/40px Arial, Helvetica, sans-serif;
		float: right;
	}
	.newsletter-box-cont .fa-times {
		display: block;
		width: 40px;
		height: 40px;
		background: #333;
		text-align: center;
		line-height: 40px;
		color: #FFF;
		cursor: pointer;
		position: absolute;
		top: 35px;
		left: -20px;
	}
	.newsletter-box-cont .fa-times:hover {
		opacity: 0.75;
	}
}

/**
 * Vai in cima
 */
#toTop {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	line-height: 40px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 9999;
}
#toTop:hover {
	opacity: 0.5;
}

/**
 * Ecommerce 
 */
.pagination-bottom {
	clear: both;
}
.order-list {
	text-align: right;
	margin-bottom: 40px;
}
.order-list select {
	width: auto;
	margin: 0 0 20px 0;
	display: inline-block;
	vertical-align: top;
}
.order-list .pagination {
	margin: 0 0 0 20px;
	vertical-align: top;
}
.cat-list {
	margin-top: 40px;
}
.cat-list h3:after, .cat-list h3:before {
	display: none;
}
.cat-list .panel-heading {
	padding: 5px 15px;
}
.cat-list .panel-heading a {
	color: #000;
}
.cat-list .panel .panel {
	margin-bottom: 0;
}
.cat-list .panel-heading .fa {
	margin-top: -21px
}
.cat-list #prices .accordion-inner {
	margin: 20px 10px;
	text-align: right;
}
.cat-list #prices .accordion-inner .amount {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 5px 15px;
}
.cat-list #prices .accordion-inner .range-slider {
	margin: 0 10px;
	vertical-align: top;
}
.cat-list #prices .accordion-inner .btn {
	margin-top: 10px;
	padding: 5px 15px;
}
.cat-list li.active a {
	font-weight: bold;
}

@media (min-width: 992px) {
	.cat-list {
		margin-top: 0;
	}
}

/**
 * Ecommerce - prodotto
 */
.items-detail h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	text-align: left;
}
.items-detail h3:after, .items-detail h3:before {
	display: none;
}
.items-detail .price {
	font-size: 26px;
}
.items-detail .price .percent {
	display: none;
}
.items-detail.coupon .price .percent {
	display: inline-block;
	background-color: #c00;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;
}
.items-detail.coupon .price .percent span {
	display: none;
}
.items-detail.coupon .price .percent:before {
	content: "-";
}
.items-detail .price .final, .items-detail .price .old {
	display: inline-block;
}
.items-detail .price .final {
	font-weight: bold;
	color: #3498db;
}
.items-detail.coupon .price .final {
	display: inline;
}
.items-detail .price .old {
	color: #acacac;
	text-decoration: line-through;
}
.items-detail.coupon .price .old {
	color: #3498db;
	text-decoration: none;
	display: block;
}
.items-detail .sel-qty input, .items-detail .sel-qty .btn._less, .items-detail .sel-qty .btn._more {
	vertical-align: top;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 0;
}
.items-detail .sel-qty input {
	width: 40px;
	border: 1px solid #efefef;
}
.items-detail .sel-qty label {
	line-height: 40px;
}
.items-detail .sel-qty .ins-num {
	white-space: nowrap;
	margin-bottom: 10px;
}
.items-detail .form-product {
	margin-bottom: 40px;
}
.items-detail .form-product input[type=text], .items-detail .form-product input[type=email] {
	padding: 6px 12px;
	width: 100%;
	margin-bottom: 10px;
}
.items-detail .form-product textarea {
	width: 100%;
	padding: 6px 12px;
}
.items-detail .form-product .captha-container {
	position: relative;
	margin-top: 10px;
	padding-right: 0;
	width: 100%;
}
.items-detail .form-product .captha-container label {
	display: block;
	margin-left: -140px;
	width: auto;
	max-width: none;
}
.items-detail .form-product .captha-container > div {
	margin-left: 140px;
}
.items-detail .form-product .captha-container img {
	position: absolute;
	left: 0;
}
.items-detail .form-product .captha-container input {
	margin-top: 8px;
}
.items-detail .form-product .btn, .items-detail .form-product .btn:link, .items-detail .form-product .btn:visited {
	padding: 0 10px;
	width: 100px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	float: right;
	background-color: #3498db;
	color: #fff;
}
.items-detail .form-product .btn:hover, .items-detail .form-product .btn:active, .items-detail .form-product .btn:focus {
	background-color: #48acef;
	color: #fff;
}
.items-detail #contact .alert {
	margin: 5px 0;
}
.items-detail #contact .alert {
	margin: 5px 0;
}
.items-detail #gallery {
	position: relative;
	background-color: #fff;
	padding: 0;
	max-height: none;
	margin-bottom: 10px;
}
.items-detail #gallery.with-more-images {
	padding-bottom: 70px;
}
.items-detail #gallery ul {
	margin-left: 0;
}
.items-detail #gallery ul li {
	float: none;
	opacity: 1;
	text-align: center;
	position: static;
}
.items-detail #gallery ul li a {
	display: inline-block;
}
.items-detail #gallery ul li a img {
	width: 100%;
	height: auto;
	display: block;
}
.items-detail #gallery:not(.fullWidth) ul li a img {
	padding: 0;
}
.items-detail #gallery .flex-direction-nav {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}
.items-detail #gallery .flex-direction-nav .flex-prev {
	position: absolute;
	left: 5px;
	top: -38px;
	background-color: #fff;
	padding: 6px 12px;
	line-height: 25px;
}
.items-detail #gallery .flex-direction-nav .flex-next {
	position: absolute;
	right: 5px;
	top: -38px;
	background-color: #fff;
	padding: 6px 12px;
	line-height: 25px;
}
.items-detail #gallery .flex-direction-nav li a.flex-disabled {
	display: none;
}
.items-detail #gallery ul li a img {
	width: 100% !important;
}
.items-detail #gallery .slideGalleryGoPrev, .items-detail #gallery .slideGalleryGoNext {
	display: none;
}
.items-detail .timer {
	font-weight: bold;
	font-size: 18px;
}
.items-detail .timer i {
	font-size: 14px;
}
.items-detail .timer p {
	display: inline-block;
}
.items-detail .timer p small {
	margin-right: 5px;
}
.your-comment textarea {
	width: 100%;
	padding: 10px;
}
@media (min-width: 992px) {
	.items-detail .sel-qty label {
		display: block;
	}
	.items-detail .sel-qty .ins-num {
		text-align: right;
	}
}

/**
 * Pagina login
 */
.container.login {
	margin-top: 20px;
	margin-bottom: 40px;
	width: auto;
}
.container.login .row-fluid {
	margin-left: 0;
	margin-right: 0;
}
.container.login h2 {
	margin-top: 0;
}
.container.login div.checkbox label.checkbox {
	margin-left: 0;
}
.container.login .reg-box {
	margin-top: 20px;
	text-align: center;
}
.container.login .reg-box-sep {
	display: none;
}
.container.login .reg-box a, .container.login .reg-box a:link, .container.login .reg-box a:visited {
	display: inline-block;
	padding: 0 20px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background-color: #3498db;
	color: #fff;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.container.login .reg-box a, .container.login .reg-box a:link, .container.login .reg-box a:visited {
	font: 300 22px/50px Arial, Helvetica, sans-serif;
}
.container.login .reg-box a:hover, .container.login .reg-box a:active, .container.login .reg-box a:focus {
	background-color: #48acef;
	color: #fff;
}
.container.login .remember {
	display: inline-block;
	margin-top: 10px;
}
@media (min-width: 992px) {
	.container.login .reg-box {
		margin-top: 0;
	}
	.container.login .reg-box + .reg-box-sep + .reg-box {
		margin-top: 20px;
	}
}

/**
 * Pagina registrazione
 */
.container.login.register p:first-child {
	margin-top: 20px;
	font-weight: bold;
}
.container.login.register h2 {
	display: none;	
}
.container.login.register .alert {
	margin: 10px 0 0 0;
}
.container.login #users_registration_password_Password, .container.login #users_registration_password_Ripeti_Password {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.container.login #users_registration_password_Password:focus, .container.login #users_registration_password_Ripeti_Password:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.container.login .log-form.register .control-group {
	margin-bottom: 8px;
}

.form-actions {
	margin-top: 20px;
	margin-bottom: 40px;
}
.form-actions .btn {
	margin-bottom: 20px;
}

/**
 * Barra accettazione cookie
 */
.cc-cookies {
	padding: 0;
	width: 100%;
	background: #111;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	text-shadow: none;
	position: fixed;
	z-index: 9999;
}
.cc-cookies a {
	color: #FFF;
}
.cc-cookies a.cc-cookie-accept {
	margin: 10px 0 10px 10px;
	padding: 0 10px;
	color: #FFF;
	display: inline-block;
}
.cc-cookies a.cc-cookie-accept:hover {
	text-decoration: none;
	opacity: 0.5;
}

/**
 * Footer
 */
hr.no-maps {
	border-top-width: 5px;
	margin-bottom: 0;
}
.container-background-map {
	position: relative;
	margin-bottom: -90px;
	z-index: 11;
}
.container-background-footer {
	position: relative;
	margin-top: -90px;
	z-index: 11;
}
.footer-white {
	text-align: center;
	margin: 20px;
	color: #313131;
}
.footer-white #menu-footer-menu {
	list-style: none;
}
.footer-white #menu-footer-menu li {
	display: inline-block;
}
.footer-white #menu-footer-menu li:after {
	content: ' - ';
}
.footer-white #menu-footer-menu li:last-child:after {
	content: '';
}
.footer-white #menu-footer-menu a, .footer-white #menu-footer-menu a:link {
	color: #313131;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 99999;
}