

/* Mobile Menu Toggle Button */
.navbar-toggle,
.menu-toggle,
.sidemenu-toggle {
	background-color: #4eb5e9;
	border: 1px solid #4eb5e9;
}


p {
	margin-bottom: 8px;
}

a.catinx, {
	display: block;
}
a.catinx h1 {
	font-size: 30px;
}
h4.catminis {
	display: block;
	font-size: 28px;
	text-align: center;
	height: 50px;
}
@media (max-width: 1278px) {
	a.catinx h1 {
		font-size: 24px;
	}
}
@media (max-width: 1440px) {
	h4.catminis {
		display: block;
		font-size: 28px;
		text-align: center;
		height: 40px;
	}
}
@media (max-width: 1020px) {
	h4.catminis {
		display: block;
		font-size: 20px;
		text-align: center;
		height: 30px;
	}
}

.salesmail {
	display: none !important;
	visibility: hidden !important;
	overflow: hidden !important;
}


/* colori per categorie */
.cat1 a, .footer .widget h4.widget-title.cat1 a, h3.cat1, h2.cat1, h1.cat1, h5.cat1 {
	color: #0e71b4;
}
.cat2 a, .footer .widget h4.widget-title.cat2 a, h3.cat2, h2.cat2, h1.cat2, h5.cat2 {
	color: #0d8a2e;
}
.cat3 a, .footer .widget h4.widget-title.cat3 a, h3.cat3, h2.cat3, h1.cat3, h5.cat3 {
	color: #585858;
}
.page-header.custom.cat1 {
	background-color: #0e71b4;
}
.page-header.custom.cat2 {
	background-color: #0d8a2e;
}
.page-header.custom.cat3 {
	background-color: #585858;
}
hr.cat1 {
	border: 8px solid #0e71b4;	
}
hr.cat2 {
	border: 8px solid #87bc4a;	
}
hr.cat3 {
	border: 8px solid #cdcdcd;	
}

.portfolio-section-edge {
	padding-top: 0;
}

.footer.white {
	margin-top: 20px;
	background: #fff url('../../image/footer_bg.png') repeat-x top center;
	color: #323232;
	border-top: none;

}
.footer .widget h4.widget-title {
	font-size: 14px;
}

.footer .widget .fa-ul li {
	margin-bottom: 0.4rem;
	font-size: 13px;
	line-height: 16px;
	padding-left: 20px
}
.footer .widget .fa-ul li a {
	margin-left: -16px;
}


.footer .widget .about-list li {
	padding-bottom: 0;
	margin-bottom: 0.25rem;
	border-bottom: none;
}
.footer .widget .about-list li span.winodisp {
	display: none;
}
@media (min-width: 640px) and (max-width: 1020px) {
	.footer .widget .about-list li, .footer .widget .about-list li span.winodisp {
		display: inline-block;
		padding-left: 6px;
		font-weight: normal
	}
}
.footer-bottom .copyright {
	font-size: 13px;
}

.footer-bottom:not(.text-center) .footer-right {
	margin-top: 1rem;
	padding-right: 100px;
}

@media (max-width: 990px) {
	.footer-bottom:not(.text-center) .footer-right {
		margin-top: 1rem;
		padding-right: 0 !important;
	}
}


.margin-clear {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.page-header.largest {
	padding: 120px 0 200px 0;
}
.page-header.largest .overbk {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}




/*hover menu*/
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #4eb5e9;
}

.navbar-nav .dropdown-menu > li.open > a, .navbar-nav .dropdown-menu > li.open > a:hover, .navbar-nav .dropdown-menu > li.open > a:focus {
	color: #fff;
	background-color: #4eb5e9;
}
.navbar-nav .dropdown-menu.megamenu a:hover, .navbar-nav .dropdown-menu.megamenu a:focus {
	color: #fff;
	background-color: #4eb5e9;
}


/*immagine menu*/
.navbar-nav > li .dropdown-menu.megamenu img {
	margin-right: 10px;
	width: 80px;
	vertical-align: middle;
	display: inline;
	border: 1px solid #000;
}

/*immagine menu bg*/
.navbar-nav > li .dropdown-menu.megamenu .imgmn {
	margin-right: 6px;
	display: table-cell;
	float: left;
	width: 80px;
	height: 60px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.navbar-nav > li .dropdown-menu.megamenu li {
	clear: both;
	margin: 0;
	line-height: 18px;
}
.navbar-nav > li .dropdown-menu.megamenu li a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: table;
	overflow: hidden;
}


.navbar-nav > li .dropdown-menu.megamenu h6 {
	padding: 0;
	margin: 0;
}
@media (max-width: 1150px) {
	.navbar-nav > li .dropdown-menu.megamenu h6 {
		padding: 0px 0 0 0;
		margin: 0;
		font-size: 15px;
	}
	.navbar-nav > li .dropdown-menu.megamenu h6 a {
		padding-left: 10px;
	}
}
@media (max-width: 1020px) {
	.navbar-nav > li .dropdown-menu.megamenu .imgmn  {
		display: none;
		visibility: hidden;
	}
	.navbar-nav > li .dropdown-menu.megamenu li a {
		padding: 5px;
		margin: 5px;
		border-top: 1px solid #ccc;
		display: block;
	}
}

@media (min-width: 768px) {
	.container-fluid .navbar-nav > li.megamenu-container .megamenu {
		right: 0px;
	}
}

.page-header.custom {
	background-color: #4eb5e9;
	color: #8259cb;
	border-color: #7446c4;
	margin-bottom: 30px;
	height: 180px;
}
.page-header.custom h1 {
	padding-top: 10px;
	font-size: 54px;
}
@media (max-width: 1150px) {
	.page-header.custom {
		height: 150px;
	}
	.page-header.custom h1 {
		padding-top: 5px;
		font-size: 42px;
	}
}
@media (max-width: 1020px) {
	.page-header.custom {
		height: 130px;
	}
	.page-header.custom h1 {
		padding-top: 5px;
		font-size: 30px;
	}
}
@media (max-width: 590px) {
	.page-header.custom {
		height: 120px;
	}
	.page-header.custom h1 {
		padding-top: 0px;
		font-size: 24px;
	}
}

.breadcrumb {
	padding: 0 0 20px 0;
	margin: 0;
	background-color: transparent;
	border-radius: none;
	font-size: 15px;
	font-weight: 400;
}
.breadcrumb li:before {
	color: #323232;
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 0.8rem 0 0.4rem;
}

.page-header.custom .breadcrumb li {
	color: #35418b;
}

.page-header.parallax:before, .page-header.bg-image:before {
	background-color: #fff;
	opacity: 0;
}


/*home*/
.services-section-edge {
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}




/* lista prod e cat*/
.entry a.catlist, div.catlist, .entry a.prolist, div.prolist  {
	padding: 0;
	position: relative;
	display: block;
	margin-bottom: 0;
	background-color: #fff;
	text-align: center;
	z-index: 100;
}
.entry a.prolist, div.prolist, .entry a.catlist, div.catlist {
	height: 250px;
}
.entry a.catlist img, div.catlist img, .entry a.prolist img, div.prolist img {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}
.entry a.prolist img, div.prolist img, .entry a.catlist img, div.catlist img {
	max-height: 100%;
}

.entry a:hover.catlist, .entry a:hover.prolist {
	border: 1px solid #35418b;
}

.entry .entry-title, .entry .entry-content {
	text-align: center;
}
.entry .entry-content .readmore {
	display: block;
	font-size: 1rem;
}
.text-block .block-title + .readmore {
	margin-top: 0.25rem;
}
.entry.entry-grid .entry-content-container, .entry.entry-list .entry-content-container {
	box-shadow: none;
}



@media (max-width: 1433px) {
	.entry a.prolist, div.prolist, .entry a.catlist, div.catlist {
		height: 235px;
	}
}
@media (max-width: 1356px) {
	.entry a.prolist, div.prolist, .entry a.catlist, div.catlist {
		height: 210px;
	}
	.entry .entry-content p {
		line-height: 20px;
	}
	.entry .entry-title a {
		font-size: 18px;
	}
}
@media (max-width: 1276px) {
	.entry a.prolist, div.prolist, .entry a.catlist, div.catlist {
		height: 188px;
	}
}
@media (max-width: 1180px) {
	.entry .entry-content p {
		font-size: 15px;
	}
}
@media (max-width: 1100px) {
	.entry a.prolist, div.prolist, .entry a.catlist, div.catlist {
		height: 164px;
	}
	.entry .entry-title a {
		font-size: 16px;
	}
	.entry .entry-content p {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.entry .entry-title a {
		font-size: 20px;
	}
	.entry .entry-content p {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.entry.entry-grid .entry-content-wrapper, .entry.entry-list .entry-content-wrapper {
		padding: 6px;
		width: 100%;
		height: 200px;
	}

	.col-md-4 .entry.entry-grid .entry-content-wrapper, .entry.entry-list .entry-content-wrapper, .col-md-3 .entry.entry-grid .entry-content-wrapper, .entry.entry-list .entry-content-wrapper {
		padding: 15px;
		width: 100%;
		height: 170px;
	}
	.entry.entry-list .entry-content-wrapper.newslist {
		height: 180px;
	}
	.col-md-3 .entry.entry-grid .entry-content-wrapper, .entry.entry-list .entry-content-wrapper.procorr {
		height: 220px;
	}
	.entry .entry-title {
		height: 75px;
	}
	.entry .entry-title.entrycorr {
		height: 120px;
	}
	.entry .entry-content p {
		height: 74px;
		font-size: 15px;
		line-height: 20px;
	}
	.entry .entry-content h6 {
		color: #666;
	}
}




.social-icons > a.social-icon.fb i {
	color: #3c5a98;
}
.social-icons > a.social-icon.tw i {
	color: #00aced;
}
.social-icons > a.social-icon.gp i {
	color: #b73324;
}
.social-icons > a.social-icon.yt i {
	color: #c5302b;
}
.social-icons > a.social-icon.in i {
	color: #0077b5;
}


.et:before {
	content: '@'
}
.etd:before {
	content: '.'
}
.spacer1 {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* prodotto */
.product-details .product-single-content {
	margin: 10px 0 1.2rem;
}

.product-details .product-single-content ul, .normalist ul {
	margin: .5rem 0 2rem 2.5rem;
}
.product-details .product-single-content ol, .normalist ol {
	margin: .5rem 0 2rem 1.2rem;
}

.product-details .product-single-content ul li, .normalist ul li, .product-details .product-single-content ol li, .normalist ol li {
	list-style: none;
}

.product-details .product-single-content ol li {
  padding-left: 1.3em;
}
.product-details .product-single-content ul li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #4eb5e9;
}
.product-details .product-single-content ol li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -.9em;
	margin-right: -.5em;
	width: 1.3em;
	color: #4eb5e9;
}





.normalist ol {
	margin: .5rem 0 2rem 2.5rem;
	list-style-type: lower-alpha;
}

.normalist2 ul {
	margin: .5rem 0 2rem 2.5rem;
	list-style-type: disc !important;
}
.normalist2 ol {
	margin: .5rem 0 2rem 2.5rem;
}


.yt-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.yt-video iframe {
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}


.form-control {
	border: 1px solid #dedede;
}


/*map*/
.scrolloff {
	pointer-events: none;
}

/*Image box
---------------------------------- */
.owl-item .image-box {
	margin-bottom: 20px;
}

.image-box .body {
	padding: 15px;
}

.image-box .body h3 {
	margin-top: 0;
}

.image-box .body p:last-child {
	margin-bottom: 0;
}

.image-box.style-4 {
	border: none;
}

.image-box.style-3-b {
	display: block;
	margin-bottom: 40px;
}

.image-box.style-3-b .body {
	padding: 10px 0;
}

/* Medium devices (tablets, laptops, smartphones 768px and up) */
@media (min-width: 768px) {
	.image-box.style-3-b .body {
		padding: 0;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
	.image-box.style-4 {
		margin-bottom: 30px;
	}
}

/*
dimensiona overlays img ma occhio
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*/

/*Images and Overlays */
.overlay-container {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.overlay-bottom,
.overlay-top {
	position: absolute;
	top: auto;
	padding: 15px 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	background-color: rgba(30, 30, 30, 0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	height: 0;
	color: #ffffff;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-bottom.links,
.overlay-to-top.links {
	z-index: 11;
}

.overlay-to-top {
	position: absolute;
	top: auto;
	padding: 10px;
	bottom: -30px;
	left: 0;
	right: 0px;
	background-color: rgba(30, 30, 30, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	color: #ffffff;
}

.overlay-top {
	top: 0;
}

.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto !important;
	padding-bottom: 20px;
}

.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.overlay-top a,
.overlay-bottom a,
.overlay-to-top a,
.overlay-top a:hover,
.overlay-bottom a:hover,
.overlay-to-top a:hover {
	color: #ffffff;
	text-decoration: none;
}

.overlay-container .text {
	padding: 0 10px 0 10px;
	position: relative;
}

.overlay-container .text h3,
.overlay-container .text h3 .small {
	margin-top: 0;
	color: #ffffff;
}

.overlay-container .text a:hover {
	color: #ffffff;
}

.overlay-bottom .btn,
.overlay-top .btn {
	color: #ffffff;
	border-color: #ffffff;
	margin: 0;
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
	color: #777777;
	background-color: #ffffff;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
	height: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 15px 0 15px 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	background-color: rgba(30, 30, 30, 0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	color: #ffffff;
}

.overlay-link i {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 32px;
	line-height: 80px;
}

.overlay-link i:hover {
	background-color: #ffffff;
	color: #777777;
}

.overlay-link.small i {
	width: 25px;
	height: 25px;
	margin: -12.5px 0 0 -12.5px;
	font-size: 14px;
	line-height: 25px;
}

.overlay-container:hover .overlay-link {
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.overlay-container .text {
		top: 30%;
	}
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
	.overlay-container .text {
		top: 30%;
	}

}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 575px) and (max-width: 1199px) {
	.overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.owl-item .overlay-container:hover .overlay-top {
		height: 71%;
	}

	.owl-item .overlay-container:hover .overlay-bottom {
		height: 29%;
	}
}



/* carousel prodotti */
.carousel {
	position: relative;
}
.carousel-inner .active img {
	border: 1px solid #ccc;
	left: 0;
}

.carousel-indicators {
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 0;
	left: 30%;
	width: 100%;
	height: 120px;
}
.carousel-indicators li {
	text-indent:0;
	display: inherit;
	float: left;
	width: 20%;
	margin: 5px 0px;
}
.carousel-indicators li img {
	width: 95%;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}
.carousel-indicators .active img {
	border: 1px solid #666;
}
.carousel-indicators .active {
	margin:5px 0px;
	width: 20%;
}

.carousel-control.right,
.carousel-control.left{
	background-color: #ccc;
	top: 35%;
	background-image: none;
	opacity: .5;
}






/* contatti */

.bg-custom .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #666;
}

.bg-custom .form-control::-webkit-input-placeholder {
	color: #666;
}

.bg-custom .form-control::-moz-placeholder {
	color: #666;
}

.bg-custom .form-control:-ms-input-placeholder {
	color: #666;
}

.bg-custom .form-control::placeholder {
	color: #666;
}

.bg-custom .form-control:focus {
	background-color: #764ac6;
	border-color: #764ac6;
	box-shadow: 0 0 1em #512e90;
}

.location-icon.custom {
	background-color: #4eb5e9;
	color: #fff;
}

.table-row .table-cell.cell-map-container {
	border-left: 20px solid #fff;
}

@media (max-width: 991px) {
	.table-row .table-cell.cell-map-container {
		border-top: 20px solid #fff;
		border-left: none;
	}
}
@media (min-width: 992px) {
	.table-row .table-cell.smaller {
		width: 40%;
	}
	.table-row .table-cell.larger {
		width: 60%;
		padding: 3.5rem 2.5rem 2.4rem;
	}
}

.pink {
	color: #4eb5e9;
}


@media (min-width: 995px) {
	/*centrature colonne md*/
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: left;
		font-size: 13px;
	}
}

#newsinfo { 
	position: fixed;
	bottom: 0%;
	width: 100%;
	opacity: 1;
	text-align: right;
	z-index: 1000;
}


.site-logo {
	right: 0;
	text-align: center;
}
.site-logo h6 { 
	right: 0;
	left: 0;
	top: 74px;
	position: absolute;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	z-index: 1000;
}
.navbar-nav.navbar-nav-table > li.langm {
	display: none !important;
}

@media (max-width: 767px) {
	.site-logo h6 { 
	top: 100px;
	}
	.navbar-nav.navbar-nav-table > li.langm {
		display: inline !important;
	}
}
@media (max-width: 360px) {
	.site-logo h6 { 
	top: 80px;
	}
}
