	/*
	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%;}

body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2 {
	font-size: 17px;
	text-align: center;
	margin: 0 0 20px 0;
}

p {
	font-size: 13px;
	text-align: justify;
	line-height: 140%;
}

ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

.me-col-1 {
	width: 100%;
	float: left;
}

.me-col-2 {
	width: 50%;
	float: left;
}

.me-col-3 {
	width: 25%;
	float: left;
}

.cookie-notice-container a {
	color: #fff;
	font-weight: 600;
}

.of-counsel {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
	font-size: 1.4rem;
	font-style: italic;
	margin: 0;
	z-index: 999;
}

/* language */
.bg-switcher-header {
	position: fixed;
	top: 15px;
	right: 30px;
	z-index: 999;
}

.bg-switcher-header p {
	display: inline-block;
	font-size: 12px;
	margin: 0;
}

p.bg-arrow {
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
}

#flags_language_selector {
	display: none;
	position: absolute;
	width: 50px;
	left: -14px;
	background: #fff;
	padding: 4px 0;
	border: 1px solid #ececec;
}

p.lingua {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

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

/* wrapper */
.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
}

/* nav */

.hamburger {
	display: none;
}

#nav-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 180px;
	background-color: #ffffff;
	overflow: hidden;
	border-bottom: 2px solid #A67C52;
	z-index: 998;
}

#logo {
	position: fixed;
	left: 50%;
	top: 30px;
	width: 180px;
	margin-left: -90px;
	z-index: 1001
}

#logo-small {
	position: fixed;
	display: none;
	left: 50%;
	top: 0;
	width: 46px;
	margin-left: -23px;
	z-index: 1001
}

.nav {
	max-width: 1200px;
	margin: 0 auto;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

.nav li {
    float: left;
		text-transform: uppercase;
}

.nav li a {
    display: block;
    height: 180px;
    font-size: 12px;
    font-weight: 400;
    line-height: 240px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

#menu-item-6,
#menu-item-38,
#menu-item-43,
#menu-item-48 {
	width: 255px;
}

#menu-item-16,
#menu-item-39,
#menu-item-44,
#menu-item-49 {
	width: 255px;
	margin-right: 90px;
}

#menu-item-8,
#menu-item-40,
#menu-item-45,
#menu-item-50 {
	width: 170px;
	margin-left: 90px;
}

#menu-item-9,
#menu-item-41,
#menu-item-46,
#menu-item-51 {
	width: 170px;
}

#menu-item-10,
#menu-item-42,
#menu-item-47,
#menu-item-52 {
	width: 170px;
}

/* footer */
.footer {
	position: relative;
	width: 100%;
	bottom: 0;
}

.ft-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 33px;
	background-color: #A67C52;
	line-height: 33px;
}

.ft-1 p {
	text-align: center;
	line-height: 33px;
	margin: 0;
}

.ft-1 a {
	color: #ffffff;
}

#dove {
	cursor: pointer;
	color: #fff;
}

#wrapper-map {
	display: none;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -35%;
	height: auto;
	width: 70%;
	background-color: #fff;
	border: 1px solid #000;
	padding: 30px;
}

#wrapper-map p {
	font-size: 13px;
	text-align: justify;
	line-height: 130%;
}

.text-map {
	margin-top: 10px;
}

#x-map {
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin: 0;
}

.ft-2 {
	position: relative;
	height: 33px;
	text-align: center;
	line-height: 33px;
}

.ft-2 p {
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	margin: 0;
}

.ft-2 a {
	color: #000000;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.main {
	height: 100%;
}

.hp-1 {
	position: relative;
	height: 100%;
	padding-top: 180px;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

#storia{
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: transparent;
}

.hp-2-a {
	position: relative;
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
}

.hp-2-a-text {
	position: absolute;
	width: 80%;
	height: 330px;
	left: 50%;
	top: 50%;
	margin-left: -40%;
	margin-top: -165px;
}

.hp-2-b {
	position: relative;
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_2_b.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

#professionisti {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: transparent;
}

.hp-3 {
	position: relative;
	padding: 100px 10%;
}

#attivita {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: transparent;
}

#hp-3-1-cv, #hp-3-2-cv, #hp-3-3-cv, #hp-3-4-cv, #hp-3-5-cv, #hp-3-6-cv, #hp-3-7-cv, #hp-3-8-cv, #hp-3-9-cv {
	display: none;
	position: absolute;
	width: 1000px;
	height: 650px;
	left: 50%;
	top: 30px;
	margin-left: -500px;
	background-color: #fff;
	z-index: 997;
}

.hp-3-1-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/ottaviani_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-2-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/belliardo_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-3-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/corazzina_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-4-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/bonafini_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-5-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/mantovani_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-6-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/emantovani_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-7-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/oostenryck_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-8-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/karsznia_dettaglio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-9-img {
	height: 100%;
	background: url(https://www.studioottaviani.eu/wp-content/uploads/2026/06/paola_frumento_ferraz.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hp-3-1-text {
	height: 100%;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px;
}

.hp-3-1-text p {
	line-height: 120%;
	font-size: 12.7px;
}

.hp-3-1-text h2 {
	text-align: left;
}

.foto-title-mob {
	display: none;
}

.foto {
	border: 1px solid #ffffff;
}

.x {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	z-index: 99;
	padding: 15px;
}

.linkedin {
	display: block;
	width: 38px;
}

p.piva {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 10px;
	margin: 0;
	z-index: 9999
}

.hp-4-a {
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-4-b {
	position: relative;
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
	background-color: #A67C52;
}

#connessioni{
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: transparent;
}

.hp-4-b-text {
	position: absolute;
	width: 80%;
	height: 490px;
	left: 50%;
	top: 50%;
	color: #fff;
	margin-left: -40%;
	margin-top: -245px;
}

.hp-4-b-list-a {
	float: left;
	width: 50%;

}

.hp-4-b-list-a li {
	font-size: 13px;
}

.hp-4-b-list-b {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.hp-4-b-list-b li {
	font-size: 13px;
}

.triangolo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: -32px;
	margin-top: -28px;
	width: 0;
	height: 0;
	border-right: 32px solid #A67C52;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	z-index: 997;
}

/* 5A */

.hp-5-a-mob, .hp-5-b-mob {
	display: none;
}

.hp-5-a {
	position: relative;
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
}

#link-5 {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: transparent;
}

.hp-5-a p {
	text-align: center;
	margin: 2px;
}

.hp-5-a-text {
	position: absolute;
	width: 80%;
	height: 380px;
	left: 50%;
	top: 50%;
	color: #fff;
	margin-left: -40%;
	margin-top: -190px;
}

.hp-5-a-text h2 {
	color: #000;
}


.hp-5-b {
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_5.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-6-a {
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_6.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-6-b {
	position: relative;
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);
}

#hp-6-b-wrapper-contatti {
	position: absolute;
	width: 60%;
	height: 440px;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -220px;
}

#hp-6-b-contatti p {
	text-align: center;
	line-height: 130%;
	margin-bottom: 60px;
}

.nome-scr {
	display: inline-block;
    border: 1px solid #dedede;
	width: 100%;
    height: 35px;
    background: #fff;
    padding: 8px;
    margin: 4px 0;
}

.messaggio-scr {
    border: 1px solid #dedede;
	width: 100%;
    height: 90px;
    background: #fff;
    padding: 8px;
    margin: 4px 0;
}

.send-nl {
	width: 100%;
    border: 1px solid #dedede;
    font-size: 12px;
    background: #fff;
    height: 35px;
    text-decoration: none;
    margin: 4px 0;
}

.form {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.text-area {
	margin: 0;
}

.invia {
	margin: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0 solid #398f14;
    font-size: 13px;
}

div.wpcf7-response-output {
    margin: 0 0 20px 0;
    padding: 0;
}

div.wpcf7-validation-errors {
    border: 0 solid #f7e700;
    font-size: 13px;
}

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

/* TEMPLATE DI PAGINA */

.pag {
	padding: 200px 60px 60px 60px;
}

.privacy {
	text-align: center;
	margin-top: -10px;
	font-size: 11px;
}

/*------------------------------------*\
    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:1200px) {

.nav {
	display: none;
}

.hamburger {
	display: block;
}

}

@media only screen and (max-width:1024px) {
.me-col-1 {
	width: 100%;
	float: left;
}

.me-col-2 {
	width: 100%;
	float: left;
}

.hp-1 {
	display: block;
	height: 600px;
}

/* 2A-B */

.hp-2-a {
	display: block;
	position: relative;
	/* Firefox */
	height: auto;
	/* WebKit */
	height: auto;
	/* Opera */
	height: auto;
	/* Standard */
	height: auto;
}

.hp-2-a-text {
	position: relative;
	width: 80%;
	height: auto;
	left: auto;
	top: auto;
	margin: 60px auto 60px auto;
}

.hp-2-b {
	display: none;
}

/* 3A */

.hp-3 {
	padding: 0 10% 30px 10%;
}

#hp-3-1-cv, #hp-3-2-cv, #hp-3-3-cv, #hp-3-4-cv, #hp-3-5-cv, #hp-3-6-cv, #hp-3-7-cv,
#hp-3-8-cv, #hp-3-9-cv {
	width: 90%;
	height: auto;
	margin-left: -45%;
}

.hp-3-1-img {
	display: none;
}

.hp-3-2-img {
	display: none;
}

.hp-3-3-img {
	display: none;
}

.hp-3-4-img {
	display: none;
}

.hp-3-5-img {
	display: none;
}

.hp-3-6-img {
	display: none;
}

.hp-3-7-img {
	display: none;
}

.hp-3-8-img {
	display: none;
}

.hp-3-9-img {
	display: none;
}

.of-counsel {
	bottom: 103px;
	right: 20px;
	font-size: 0.8rem;
}

.hp-3-1-text {
	height: auto;
	background-color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px;
}

.hp-4-b-list-a {
	width: 100%;
}

.hp-4-b-list-b {
	width: 100%;
	padding-left: 0;
}

.foto-title-mob {
	display: block;
	margin: 10px 0 30px 0;
}

/* 4 A + B */

.hp-4-a {
	/* Firefox */
	height: -moz-calc(50% - 60px);
	/* WebKit */
	height: -webkit-calc(50% - 60px);
	/* Opera */
	height: -o-calc(50% - 60px);
	/* Standard */
	height: calc(50% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_4_mob.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-4-b {
	position: relative;
	/* Firefox */
	height: auto;
	/* WebKit */
	height: auto;
	/* Opera */
	height: auto;
	/* Standard */
	height: auto;
	background-color: #A67C52;
}

.hp-4-b-text {
	position: relative;
	width: 80%;
	height: auto;
	left: auto;
	top: auto;
	margin: 30px auto 30px auto;
}

.triangolo {
	display: none;
}

/* 5A-B */

.hp-5-a, .hp-5-b {
	display: none;
}

.hp-5-a-mob {
	display: block;
	/* Firefox */
	height: -moz-calc(50% - 60px);
	/* WebKit */
	height: -webkit-calc(50% - 60px);
	/* Opera */
	height: -o-calc(50% - 60px);
	/* Standard */
	height: calc(50% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_5_mob.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-5-b-mob {
	display: block;
	position: relative;
	/* Firefox */
	height: auto;
	/* WebKit */
	height: auto;
	/* Opera */
	height: auto;
	/* Standard */
	height: auto;
}

.hp-5-b-mob p {
	text-align: center;
	margin: 2px;
}

.hp-5-b-text {
	position: relative;
	width: 80%;
	height: auto;
	left: auto;
	top: auto;
	margin: 30px auto 30px auto;
}

.hp-5-b-text h2 {
	color: #000;
}

/* 6 A e B */

.hp-6-a {
	/* Firefox */
	height: -moz-calc(50% - 60px);
	/* WebKit */
	height: -webkit-calc(50% - 60px);
	/* Opera */
	height: -o-calc(50% - 60px);
	/* Standard */
	height: calc(50% - 60px);
	background: url(https://www.studioottaviani.eu/wp-content/themes/html5blank-ottaviani/img/hp_6_mob.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-origin: content-box;
}

.hp-6-b {
	position: relative;
	/* Firefox */
	height: auto;
	/* WebKit */
	height: auto;
	/* Opera */
	height: auto;
	/* Standard */
	height: auto;
}

#hp-6-b-wrapper-contatti {
	position: relative;
	width: 80%;
	height: auto;
	left: auto;
	top: auto;
	margin: 30px auto 30px auto;
}

#hp-6-b-contatti p {
	text-align: center;
	line-height: 130%;
	margin-bottom: 60px;
}

#wrapper-map {
	bottom: 80px;
	left: 50%;
	margin-left: -48%;
	width: 96%;
	padding: 5px;
}

.text-map-mob {
	display: none;
}

/* @media only screen and (max-height:600px) {

.hp-4-b-text {
	height: 380px;
	margin-top: -190px;
}

.hp-4-b-text li {
	display: inline-block;
}

.hp-4-b-text li::before {
    content: "◦ ";

}

} */

.ft-1 {
	position: relative;
	display: block;
	bottom: auto;
	left: auto;
}

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

.me-col-3 {
	width: 100%;
	float: left;
}

#hp-3-1-cv, #hp-3-2-cv, #hp-3-3-cv, #hp-3-4-cv, #hp-3-5-cv, #hp-3-6-cv, #hp-3-7-cv,
#hp-3-8-cv, #hp-3-9-cv {
	display: none;
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}

.of-counsel {
	bottom: 80px;
	right: 25px;
}

.foto-title-mob {
	display: block;
	margin: 10px 0 10px 0;
}

.hp-3-1-text {
	border-right: 0 solid #000;
	border-left: 0 solid #000;
	border-top: 0 solid #000;
	border-bottom: 0 solid #000;
	padding: 30px 0;
}

.hp-3-1-text h2 {
	display: none;
}

.x {
	right: 0;
	bottom: 30px;
	top: auto;
}

p.piva {
	position: relative;
	display: block;
	right: auto;
	bottom: auto;
}


}

@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;
	}
}
