/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html,
body {
	height: 100%;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Lato', sans-serif;;
	color:#444;
	background: #EDF1F1;
	font-size: 1.7rem;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}

a:visited {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#444;
	text-decoration:none;	
}

a:active {
	color:#444;
	text-decoration:none;	
}

a:focus {
	outline:0;
	color:#444;
	text-decoration:none;		
}

a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1.tz-title-page {
	font-size: 5rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px;
}

h2.tz-title-section {
	font-size: 2.5rem;
	font-weight: 700;
	color: #7ACCC8;
	margin: 0 0 10px 0;
}

h2.tz-subtitle-section,
h3.tz-subtitle-section {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

h3.tz-subtitle-section-white {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px 0;
}

p {
	font-size: 1.7rem;
	line-height: 1.7;
}

/* BUTTONS */
a.tz-btn-green-header {
	display: inline-block;
	float: right;
	background: #7ACCC8;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	padding: 0 30px;
	margin-top: 30px;
	vertical-align: top;
}

a.tz-btn-green {
	display: inline-block;
	background: #7ACCC8;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	padding: 0 30px;
	margin-top: 30px;
	vertical-align: top;
}

a.tz-btn-green-2 {
	display: inline-block;
	background: #467572;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	padding: 0 30px;
	margin-top: 30px;
	vertical-align: top;
}

a.tz-btn-white-outline {
	display: inline-block;
	background: transparent;
	color: #fff;
	height: 40px;
	line-height: 36px;
	font-size: 1.6rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #fff;	
	padding: 0 30px;
	margin-top: 30px;
}

/* LINK */
a.tz-link-light {
	color: #7ACCC8;
}

a.tz-link {
	display: inline-block;
	color: #467572;
	font-weight: 700;
	margin-top: 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.tz-header {
	position: relative;
	background: #467572;
	height: 100px;
	padding-right: 60px;
}

.logo {
	display: inline-block;
	background: #EDF1F1;
	height: 100px;
	padding: 20px 60px 0;
}

.logo img {
	height: 60px;
}

.tz-nav {
	display: inline-block;
	height: 100px;
	vertical-align: top;
	padding: 35px 0 0 60px;
}

.tz-nav ul {
	padding: 0;
	margin: 0;
}

.tz-nav ul li {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 50px;
}

.tz-nav ul li a {
	color: #fff;
}

.tz-nav ul li.current-menu-item a {
	color: #7ACCC8;
}

.tz-mobile-menu {
	display: none;
}

.tz-hamburger-container {
	display: none;
}

img.tz-info-button {
	display: none;
}

img.tz-info-icon {
	position: fixed;
	right: -28px;
	top: 350px;
	width: 100px;
	cursor: pointer;
	z-index: 999;
}

.tz-info-icon-mobile {
	position: fixed;
	right: -28px;
	top: 350px;
	width: 100px;
	cursor: pointer;
	z-index: 999;
	display: none;
	height: 100px;
}

.footer {
	background: #fff;
	padding-top: 90px;
	padding-bottom: 15px;
}

.footer h3 {
	font-weight: 700;
	font-size: 1.8rem;
}

.tz-footer-list-diveder {
	background: #467572;
	height: 5px;
	width: 40px; 
	margin-bottom: 15px;
}

.tz-footer-list ul {
	margin: 0;
	padding: 0;
}

.tz-footer-list li  {
	list-style-type: none;
	line-height: 1.8;
	color: #818181;
}

.tz-footer-list li a {
	color: #818181;
}

p.tz-footer-address {
	color: #818181;
	line-height: 1.4;
}

p.tz-footer-address a {
	color: #818181;
}

.tz-footer-social {
	width: 30px;
	margin-top: 15px;
}

.tz-footer-cert {
	margin-top: 60px;
}

.tz-footer-cert img {
	width: 70%;
}

.tz-footer-cert p {
	font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 20px;
}

p.tz-copy {
	text-align: center;
	font-size: 1.2rem;
	margin: 30px 0 0 0;
}

.tz-box-contatto-modale {
	position: fixed;
	bottom: 0px;
	right: -350px;
	z-index: 99999;
	width: 280px;
}

.tz-contatto-modale {
	background-color: #467572;
	padding-top: 15px;
	display: inline-block;
	width: 280px;
}

.tz-modale-close {
	width: 40px;
	position: absolute;
	bottom: 10px;
	left: -45px;
	cursor: pointer;
}

.tz-modale-close img {
	width: 55px;
	border-radius: 50%;
}

.tz-contatto-modale p {
	color: #ffffff;
	font-size: 1.3rem;
}

.tz-contatto-modale .wpcf7-response-output {
	color: #ffffff;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Homepage */
.tz-hp-1 {
	position: relative;
	height: 100%;
	padding-top: 60px;
}

.tz-hp-1-title p {
	font-size: 1.8rem;
	line-height: 1.3;
}

.tz-hp-1-cta {
	height: 130px;
	background: #fff;
	padding-top: 30px;
	transition: 0.2s;
}

.tz-hp-1-cta:hover {
	border-bottom: 6px solid #467572;
}

.tz-hp-1-cta p {
	line-height: 1.8rem;
}

.tz-hp-cta-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 130px;
	width: 500px;
	background: #fff;
	z-index: -1;
}

img.tz-hp-geometric {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 90%;
	z-index: -2;
}

.tz-hp-2 {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 150px;
	padding-bottom: 150px;
}

.tz-hp-2-content {
	position: relative;
	background: #fff;
}

.tz-hp-2-content:after {
	position: absolute;
	content: '';
	right: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #fff;
}

.tz-hp-2-content-box {
	padding: 90px;
}

.tz-hp-2-shape {
	position: absolute;
	left: 0;
	top: 75px;
	width: 70%;
	height: calc(100% - 150px);
	background-color: #467572;
	z-index: -1;
}

.tz-hp-3 {
	position: relative;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: -2;
} 

.tz-hp-3-box {
	position: relative;
	background-color: #7ACCC8;
	color: #fff;
	padding: 50px 30px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
	-moz-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
	box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
}

img.tz-hp-3-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 35px;
}

.tz-hp-3-shape {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #467572;
	z-index: -1;
}

.tz-hp-4 {
	position: relative;
	padding-top: 150px;
	padding-bottom: 75px;
}

.tz-hp-4-content {
	position: relative;
}

/* .tz-hp-4-content:before {
	position: absolute;
	content: '';
	left: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #467572;
} */

.tz-hp-4-content-box {
	background: #467572;
	padding: 120px 90px;
}

.tz-hp-4-content-box h2,
.tz-hp-4-content-box h3,
.tz-hp-4-content-box p {
	color: #fff;
}

img.tz-hp-4-icon {
	position: absolute;
	top: 15px;
	right: 30px;
	height: 35px;
}

.tz-hp-4-img {
	position: absolute;
	right: 0;
	top: 75px;
	width: 50%;
	height: calc(100% - 225px);
    background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	z-index: -1;	
}

.tz-hp-5 {
	padding-top: 0;
	padding-bottom: 75px;
}

.tz-hp-5-content {
	position: relative;
	background: #CACDCD;
}

.tz-hp-5-content:before {
	position: absolute;
	content: '';
	left: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #CACDCD;
}

.tz-hp-5-content-box {
	padding: 90px;
}

.tz-hp-5-content-box h2 {
	color: #878888;
}

.tz-hp-5-content-box h3,
.tz-hp-5-content-box p {
	color: #444444;
}

.tz-hp-5-clients {
	text-align: center;
}

.tz-hp-5-client-container {
	display: table;
	height: 100%;
	width: 100%;
	text-align: left;
}

.tz-hp-client-content {
	display: table-cell;
	vertical-align: middle;
}

.tz-hp-client-content ul {
	margin-left: 30px;
}

.tz-hp-client-content ul li {
	padding-bottom: 15px;
	color: #878888;
}

.tz-hp-client-content ul li a{
	color: #878888;
	text-transform: uppercase;
}

img.tz-hp-5-client {
	width: 125px;
	margin: 0 15px;
}

.tz-hp-6 {
	overflow-x: hidden;
	overflow-y: visible;	
	padding-top: 0;
	padding-bottom: 75px;
}

.tz-hp-6-bg {
	background: #fff;
}

.tz-hp-6-right {
	position: relative;
	text-align: right;
	background: #467572;
}

.tz-hp-6-right:after {
	position: absolute;
    content: '';
    right: -3000px;
    bottom: 0;
    height: 100%;
    width: 3000px;
	background: #467572;
}

.tz-hp-6-right-box {
	padding: 120px 0 120px 30px;
}

.tz-hp-6-right-box h3 {
	color: #7ACCC8;
}

.tz-hp-6-right-box p {
	color: #fff;
}

.tz-partner-slider {
	margin-top: 45px;
}

img.tz-hp-6-client {
	width: 125px;
	margin: 0 auto;
}

.pager__item span {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #467572;
	margin: 0;
}

.slick-active .pager__item span {
	background: #C2C2C2;
}

/* Tiozzo CATEGORIA */
.tz-category-1 {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 60px;
}

.tz-category-1-title p {
	font-size: 1.8rem;
	line-height: 1.3;
}

img.tz-category-icon {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 250px;
	margin-top: -125px;
	z-index: -1;
}

.tz-products-box {
	/* display: inline-block; */
	float: left;
	margin-top: 90px;
}

.tz-product-box-content {
	background-color: #fff;
	height: 170px;
	border-left: 3px solid #EDF1F1;
	border-right: 3px solid #EDF1F1;
	padding: 30px;
	transition: 0.3s;
}

.tz-product-box-content:hover {
	background-color: #7ACCC8;
	color: #fff;
}

.tz-category-2 {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 75px;
	padding-bottom: 150px;
}

.tz-category-2-content {
	position: relative;
	background: #fff;
}

.tz-category-2-content:after {
	position: absolute;
	content: '';
	right: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #fff;
}

.tz-category-2-content-left {
	position: relative;
	background: #fff;
}

.tz-category-2-content-left:after {
	position: absolute;
	content: '';
	left: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #fff;
}

.tz-category-2-content-box {
	padding: 90px;
}

div.tz-category-image {
	position: absolute;
	left: 0;
	top: 75px;
	height: calc(100% - 225px);
	width: 50%;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}

.tz-category-image-right {
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 75px);
	width: 50%;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tz-category-2-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: calc(100% - 75px);
	background-color: #467572;
	z-index: -1;
}

.tz-category-2-shape-grey {
	background-color: #CACDCD;
}

.tz-form-left {
	background: #7ACCC8;
	color: #fff;
}

.tz-form-left:before {
	position: absolute;
	content: '';
	left: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #7ACCC8;
}

.tz-form-left-content {
	padding: 90px;
}

.tz-form-left h2 {
	color: #fff;
}

.tz-form-right {
	padding-top: 90px;
	padding-bottom: 90px;
}

.tz-form-nome input,
.tz-form-cognome input,
.tz-form-azienda input,
.tz-form-email input {
	width: 100%;
	height: 42px;
	font-size: 1.5rem;	
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding: 0 15px;	
	margin-top: 15px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
    -moz-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
    box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);	
}

.tz-contatto-modale .tz-form-nome input,
.tz-contatto-modale .tz-form-cognome input,
.tz-contatto-modale .tz-form-azienda input,
.tz-contatto-modale .tz-form-email input {
	height: 30px;
	font-size: 1.2rem;
}


.tz-form-messaggio textarea {
	width: 100%;
	border: none;
	font-size: 1.5rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding: 15px;	
	margin-top: 15px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
    -moz-box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);
    box-shadow: 3px 3px 3px 0px rgba(92,92,92,0.3);	
}

.tz-contatto-modale .tz-form-messaggio textarea {
	font-size: 1.2rem;
}

span.wpcf7-list-item {
	margin: 10px 0 0 0;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
	font-size: 1.4rem;
	border: none;
}

input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

.tz-form-privacy {
	font-size: 1.3rem;
}

.tz-form-invia {
	display: inline-block;
	float: right;
	background: #467572;
	color: #fff;
	height: 42px;
	font-size: 1.8rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	border: none;
	padding: 0 30px;
	margin-top: 30px;
	vertical-align: top;	
}

.tz-form-invia-modal {
	background-color: #7ACCC8;
}

.tz-contatto-modale .wpcf7-list-item-label {
	color: #ffffff;
}

.tz-contatto-modale .tz-form-invia {
	background-color: #7ACCC8;
	font-size: 1.3rem;
	width: 100%;
	height: 35px;
	
}
/* Tiozzo PRODOTTO */
.tz-product-1 {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 60px;
}

.tz-product-1-title p {
	font-size: 1.8rem;
	line-height: 1.3;
}

img.tz-product-icon {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 250px;
	margin-top: -125px;
	z-index: -1;
}

.tz-product-2-container {
	padding-top: 75px;
	padding-bottom: 45px;
}

.tz-product-2 {
	background: #fff;
	margin-bottom: 30px;
}

.tz-product-2-box {
	padding: 90px;
}

.tz-product-2-box h2.tz-subtitle-section {
	color: #467572;
}

.tz-product-2-box ul {
	list-style: none; /* Remove default bullets */
	padding-left: 17px;
}
  
.tz-product-2-box ul li::before {
	content: "\2022";
	color: #467572; 
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.tz-product-2-box ul li {
	margin-bottom: 10px;
}

/* CONTATTI */
.tz-contacts-1 {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 60px;
}

.tz-contacts-cta {
	margin-top: 60px;
}

img.tz-contacts-geometric {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	z-index: -2;	
}

.tz-contacts-2 {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 75px;
	padding-bottom: 75px;
}

.tz-contacts-2-content {
	position: relative;
	background: #fff;
}

.tz-contacts-2-content:after {
	position: absolute;
	content: '';
	right: -3000px;
	bottom: 0;
	height: 100%;
	width: 3000px;
	background: #fff;
}

.tz-contacts-2-content-box {
	padding: 90px;
}

.tz-contacts-2-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #467572;
	z-index: -1;
}

#tz-map {
	position: absolute;
	top: 75px;
	left: 0;
	width: 50%;
	height:  calc(100% - 150px);
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1220px) {
	.tz-nav ul li {
		margin-right: 25px;
	}

	.tz-header {
		padding-right: 30px;
	}	
}

@media only screen and (max-width:1100px) {
	.tz-header {
		padding-right: 0;
	}	

	.tz-nav {
		padding: 35px 0 0 30px;
	}	

	a.tz-btn-green-header {
		display: inline-block;
		float: right;
		background: #7ACCC8;
		color: #fff;
		height: 100px;
		line-height: 94px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0 25px;
		margin-top: 0;
		vertical-align: top;
	}	
}

@media only screen and (max-width:992px) {
	.tz-mob-hide {
		display: none;
	}

	h1.tz-title-page {
		font-size: 4rem;
	}	

	h2.tz-subtitle-section, 
	h3.tz-subtitle-section {
		font-size: 3rem;
	}	

	h2.tz-title-section {
		font-size: 2rem;
	}	

	.logo {
		width: 50%;
	}

	.tz-nav {
		display: none;
	}

	.tz-hamburger-container {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 25%;
		width: 25%;
		height: 100px;
		z-index: 999999;
	}	

	.hamburger {
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;		
	}	
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #fff;	
	}	

	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}	

	img.tz-info-button {
		display: block;
		width: 35px;
		margin: 30px auto 0 auto;
	}	

	a.tz-btn-green-header {
		width: 25%;
		text-align: center;
	}	

	.tz-mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(122, 204, 200, 1);
		text-align: center;
		padding-top: 120px;
		z-index: 99999;
	}

	.tz-mobile-menu ul {
		padding-left: 0;
		margin-left: 0;
	}	

	.tz-mobile-menu ul li {
		list-style-type: none;
		text-transform: uppercase;
		margin: 10px 0;
	}	
	
	.tz-mobile-menu ul li a {
		color: #fff;
	}		

	.tz-mobile-menu-active {
		display: block;
	}

	.tz-mobile-menu-divider {
		width: 150px;
		height: 2px;
		background: #fff;
		margin: 20px auto 20px auto
	}

	.tz-mobile-menu a {
		color: #fff;
	}

	.tz-hp-1 {
		height: auto !important;
	}

	.tz-hp-1 .container {
		height: auto !important;	
	}

	.tz-hp-1 .row {
		height: auto !important;	
	}	

	.tz-hp-1-cta {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 15px;
	}
	
	.tz-hp-cta-bg {
		display: none;
	}

	img.tz-hp-geometric {
		height: auto;
		width: 100%;
	}	

	.tz-hp-2-shape {
		width: 100%;
	}	

	.tz-hp-2-content-box {
		padding: 30px;
	}	

	.tz-hp-3 {
		padding-bottom: 45px;
	}	

	.tz-hp-3-shape {
		width: 50%;
	}

	.tz-hp-3-box {
		margin-bottom: 15px;
	}

	.tz-hp-4 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.tz-hp-4-content-box {
		padding: 50px;
	}

	.tz-hp-4-img {
		position: relative;
		display: block;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 75px;
		height: 300px;
	}	

	.tz-hp-5-content:before {
		display: none;
	}	
	
	.tz-hp-5-content-box {
		padding: 50px;
	}

	.tz-hp-5-client-container {
		margin-top: 30px;
	}

	.tz-hp-6-bg {
		padding-bottom: 75px;
	}

	.tz-hp-6-right:after {
		display: none;
	}	

	.tz-hp-6-right-box {
		padding: 50px;
	}	

	/* CATEGORIA */
	.tz-products-box {
		width: 100% !important;
		margin-top: 5px;
	}

	.tz-product-box-content {
		height: auto;
		border: none;
	}

	.tz-category-1-title {
		margin-bottom: 30px;
	}

	img.tz-category-icon {
		top: 10%;
		right: -15px;
		width: 150px;
		margin-top: 0;
	}	

	.tz-category-2-content-box {
		padding: 45px;
	}

	div.tz-category-image,
	div.tz-category-image-right {
		display: none;
	}	

	.tz-form-left-content {
		padding: 45px;
	} 

	.tz-form-left:before {
		display: none;
	}	

	/* PRODOTTI */
	img.tz-product-icon {
		top: 10%;
		right: -15px;
		width: 150px;
		margin-top: 0;
	}	

	/* CONTATTI */
	.tz-contacts-2 {
		margin-bottom: 75px;
	}

	.tz-contacts-2-shape {
		width: 100%;
		height: 100%;
	}

	.tz-contacts-2-content-box {
		padding: 45px;
	}	

	.tz-contacts-2-content:after {
		display: none;
	}	

	img.tz-contacts-geometric {
		width: 100%;
	}	

	#tz-map {
		display: none;
	}

}	

@media only screen and (max-width:767px) {
	.logo {
		padding: 0 15px;
	}

	.logo img {
		display: block;
		height: 35px;
		margin: 35px auto 0 auto;
	}

	.footer {
		padding: 30px 15px 15px 15px;
	}

	.tz-footer-list {
		display: none;
	}
}

@media only screen and (max-width:576px) {

	.tz-info-icon-mobile { 
		display: block;
	}
	
	img.tz-info-icon {
		display: none;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
