/* ! normalize.css v3.0.2 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}
audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;

    height: 0;
}
[hidden],
template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active,
a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b,
strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;

    margin: .67em 0;
}
mark
{
    color: #000;
    background: #ff0;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code,
kbd,
pre,
samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
legend
{
    padding: 0;

    border: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th
{
    padding: 0;
}

/** general and utilities **/
div,
a,
aside,
main,
section,
img
{
    box-sizing: border-box;
}
body
{
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 1.5em;

    min-width: 1180px;

    color: #646f7e;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong
{
    font-weight: 400;
}
a,
a:link,
a:visited
{
    text-decoration: none;

    color: #646f7e;
}
a:hover,
a:focus,
a:active
{
    color: #016db6;
}
img
{
    display: block;

    max-width: 100%;
    margin: 0;
    padding: 0;
}
#system-message-container > div > div
{
    position: relative;

    margin: 30px;
    padding: 10px 24px 10px 12px;
}
#system-message-container > div h4
{
    display: none;
}
.alert .close
{
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;

    position: absolute;
    top: 3px;
    right: 0;

    width: 32px;
    height: 32px;

    cursor: pointer;
    text-align: center;

    color: #333;
}
.alert-danger,
.alert-error
{
    color: #b94a48;
    border: 1px solid #eed3d7;
    background-color: #f2dede;
}
.alert-warning
{
    color: #8a6d3b;
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
}
.alert-message
{
    color: #468847;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
}
.alert-info
{
    color: #3a87ad;
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
}
.alert-warning .close
{
    color: #8a6d3b;
}
.alert-danger .close,
.alert-error .close
{
    color: #b94a48;
}
.alert-message .close
{
    color: #468847;
}
.alert-info .close
{
    color: #3a87ad;
}
#system-message-container p
{
    margin: 1px 0;
}
.cf:before,
.cf:after
{
    display: table;

    content: ' ';
}
.cf:after
{
    clear: both;
}
.cf
{
    *zoom: 1;
}
.bold
{
    font-weight: bold;
}
.uppercase
{
    text-transform: uppercase;
}
/** template parts **/
/** HEADER **/
#site-head
{
    position: fixed;
	top:0;
	width: 100%;
    height: 140px;
	z-index: 1000;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#brand
{
    position: absolute;
    top: 10px;
    left: 30px;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 120px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(../images/logo.png) 0 0 no-repeat transparent;
}
#site-head.small{
	height: 100px;
}
#site-head.small #brand{
	height: 80px;
}
html.svg #brand
{
    background-image: url(../images/logo.svg),none;
    background-position: 0 0;
}
#brand h1
{
    font-size: 14px;

    text-indent: -9999px;
}
#brand h2
{
    font-size: 12px;

    text-indent: -9999px;
}
nav
{
    float: right;

    padding: 10px 10px 0 0;
}
nav ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}
nav li
{
    float: left;

    padding: 10px;
}
nav li a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    text-transform: uppercase;
}
nav li.active a
{
    color: #016db6;
}
.toggle-nav
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;

    display: none;

    width: 88px;
    height: 88px;

    background: #fff;
}
.burger-x
{
    position: absolute;
    top: 50%;
    left: 30px;

    width: 28px;
    height: 1px;
    margin-top: -1px;

    background: #006cb6;
}
.burger-x:before,
.burger-x:after
{
    position: absolute;
    top: -10px;

    width: 28px;
    height: 1px;

    content: ' ';

    background: #006cb6;
}
.burger-x:after
{
    top: 11px;
}
.show-nav .toggle-nav
{
    position: fixed;
}
#body-nav
{
    position: fixed;
    z-index: -1;
    top: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background 500ms ease;
       -moz-transition: background 500ms ease;
            transition: background 500ms ease;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: left;
    text-align: center;
    pointer-events: none;
    /*left: 58px;*/

    background: transparent;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.show-nav #body-nav
{
    z-index: 990;

    pointer-events: auto;

    background: #196db6;
}
.hide-nav #body-nav
{
    z-index: 1;

    width: 100%;
    height: 100%;
    padding: 0;

    background: transparent;
}
#mobilehome-link
{
    position: absolute;
    top: 9px;
    left: 40px;

    width: 120px;
    height: 72px;

    background: url(../images/logo_small_white.png) 0 0 no-repeat transparent;
}
html.svg #mobilehome-link
{
    background-image: url(../images/logo_white.svg), none;
}

#body-nav ul
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateY(-50%);
}
#body-nav .bg
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    width: 64px;
    height: 142px;
    margin-left: -32px;

    background: url(../images/man-menu.png) center bottom no-repeat;
}
html.svg #body-nav .bg
{
    background-image: url(../images/man-menu.svg), none;
}
#body-nav ul li
{
    display: block;
    float: none;

    padding: 0;
}
#body-nav ul li a
{
    font-size: 15px;
    line-height: 60px;

    display: block;
    float: none;

    height: 60px;

    text-align: center;
    text-decoration: none !important;

    color: #fff;
    border: none;
}
#body-nav ul li a,
#mobilehome-link,
#body-nav .bg
{
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
            transition: all 500ms ease;

    opacity: 0;
}
.show-nav #body-nav ul li a,
.show-nav  #mobilehome-link,
.show-nav #body-nav .bg
{
    opacity: 1;
}

/** Main section **/
#content
{
    background: #fff;
    margin-top: 140px;
}
.floatingcol
{
    float: left;

    min-height: 1px;
}
.col-full
{
    width: 100%;
}
.col-quart
{
    width: 25%;
}
.col-half
{
    width: 50%;
}
.col-threequart
{
    width: 75%;
}
.col-onethird
{
    width: 33.333%;
}
.col-twothird
{
    width: 66.666%;
}
.wrapsq
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 0;
}
.wrapsq.square
{
    padding-top: 100%;
}
.wrapsq.two-square
{
    padding-top: 200%;
}
.wrapsq.half-square
{
    padding-top: 50%;
}
.wrapsq.third-square
{
    padding-top: 33.333%;
}
.wrapsq.quart-square
{
    padding-top: 25%;
}
.wrapsq > div,
.wrapsq > a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.centeredcontent
{
    width: 33.3%;
    margin: 0 33.3%;
}
.blue-tp
{
    color: #fff;
    background: #016db6;
}
.blue2-tp
{
    color: #fff;
    background: #2e7dbf;
}
.dark-tp
{
    color: #fff;
    background: #6b7d91;
}
.dark2-tp
{
    color: #fff;
    background: #7b8c9c;
}
.light-tp
{
    color: #016db6;
    background: #d6dbdf;
}
.white-tp
{
    color: #016db6;
}

/** home page **/
.icons_home
{
    position: absolute;
    z-index: 901;

    width: 100%;

    pointer-events: none;
}
.icons_home img
{
    width: 35%;
    max-width: 160px;
}
.homewrap{
	margin-top: calc(100vh - 140px);
    z-index: 100;
    position: relative;
}
#homecontent aside
{
    background: #eee;
    z-index: 1;
    position: relative;
}
#bkgvideo{
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	background-size: cover; 
	z-index: 0;
}
#bkgvideoimage{
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('/images/hp.jpg');
}
.homewrap aside .desktop
{
    width: 100%;

    -webkit-transition: -webkit-filter .4s ease-in-out;
            transition:         filter .4s ease-in-out,-webkit-filter .4s ease-in-out;

    -webkit-filter: grayscale(1) brightness(1.15);
            filter: grayscale(1) brightness(1.15);
}
.homewrap aside .desktop:hover
{
    -webkit-filter: grayscale(0) brightness(1);
            filter: grayscale(0) brightness(1);
}
.homewrap aside .mobile
{
    display: none;

    width: 100%;
}
.homewrap main
{
    padding: 30px;
    background-color: white;
    z-index: 901;
    position: relative;
    
}
#logo-hometext
{
    position: relative;
    z-index: 999;
    width: 33.3%;
    height: 110px;
	margin: 0 33.3%;
    background: url(../images/man-home.png) center bottom no-repeat;
}
html.svg #logo-hometext
{
    background: url(../images/man-home.svg) center bottom no-repeat,white;
}
.vimeo{
	position: absolute;
    top: -250px;
    display: block;
    width: 250px;
    left: 50%;
    text-align: center;
    background-color: white;
    text-transform: uppercase;
    color: #016db6 !important;
    transform: translateX(-50%);
    padding: 10px;
}
.hp--intro
{
    font-size: 18px;

    margin-top: 0;

    text-transform: uppercase;

    color: #016db6;
}
.homebox--icon
{
    display: block;

    width: 22px;
    margin: 15px auto 20px;
}
.homepeopletext
{
    text-align: center;
}
.homepeopletext h4
{
    font-family: trajan-pro-3,'Times new romans', serif;
    font-weight: normal;
    margin: 0 0 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.homepeopletext h5
{
    margin: 0;

    text-transform: uppercase;
}
.homepeopletext a
{
    font-size: 12px;

    position: absolute;
    bottom: 25px;
    left: 50%;

    width: 180px;
    margin-left: -90px;
    padding: 5px 0;

    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
    background: #016db8;
}
.homepeopletext .telemaco{
	text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
    top: 50%;
    transform: translatey(-50%);
}
.homepeopletext .telemaco img{
	margin: 0 auto;
}
.homepeopletext .half-square{
	padding: 0;
	height: 50px;
}
.homeservices .custom{
    height: 500px;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1) brightness(1.15);
    filter: grayscale(1) brightness(1.15);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.homeservices .custom:hover{
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.homeservices .custom .btn{
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	font-weight: bold;
    line-height: 28px;
    display: inline-block;
    height: 50px;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    font-size: 14px;
    color: #016db6;
    min-width: 250px;
}
.homeservices-table
{
    display: table;

    width: 100%;
    height: 100%;
}
.homeservices-cell
{
    display: table-cell;

    padding: 30px;

    vertical-align: middle;
}
.homeservices h3
{
    text-transform: uppercase;
}
.homeservices a
{
    font-size: 12px;
    line-height: 32px;

    position: relative;

    display: block;

    margin-top: 40px;
    padding-left: 40px;

    text-transform: uppercase;

    color: #016db6;
}
.homeservices a img
{
    position: absolute;
    left: 0;

    width: 32px;
}
#homecontent .category-module.featured{
	margin: 0;
	padding: 0;
}
#homecontent .category-module.featured li{
	height: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	-webkit-filter: grayscale(1) brightness(1.15);
    filter: grayscale(1) brightness(1.15);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#homecontent .category-module.featured li:hover{
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
#homecontent .category-module.featured li a{
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: bold;
    line-height: 23px;
    display: inline-block;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    font-size: 14px;
    color: #016db6;
    min-width: 250px;
    position: absolute;
}

/** pagina persone **/
 
.people-row .first-col,
.people-row .second-col,
.people-row .third-col
{
    position: absolute;
}
#section-cittadini .first-col,
#section-mangerini .first-col
{
    top: 0;
    right: 66.666%;
    bottom: 0;
    left: 0;
}
#section-cittadini .second-col,
#section-mangerini .second-col
{
    top: 0;
    right: 33.333%;
    bottom: 0;
    left: 33.333%;
}
#section-cittadini .third-col,
#section-mangerini .third-col
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 66.666%;
}
#section-arici .first-col,
#section-cani .first-col
{
    top: 0;
    right: 33.333%;
    bottom: 0;
    left: 33.333%;
}
#section-arici .second-col,
#section-cani .second-col
{
    top: 0;
    right: 66.666%;
    bottom: 0;
    left: 0;
}
#section-arici .third-col,
#section-cani .third-col
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 66.666%;
}
#section-massussi .first-col
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 66.666%;
}
#section-massussi .second-col
{
    top: 0;
    right: 33.333%;
    bottom: 0;
    left: 33.333%;
}
#section-massussi .third-col
{
    top: 0;
    right: 66.666%;
    bottom: 0;
    left: 0;
}
.people-row .second-col
{
    text-align: center;
}
.people-row .third-col > div
{
    display: table;

    width: 100%;
    height: 100%;
    padding: 30px;
}
.people-row .first-col img
{
    width: 100%;

    -webkit-transition: -webkit-filter .4s ease-in-out;
            transition:         filter .4s ease-in-out,-webkit-filter .4s ease-in-out;

    -webkit-filter: grayscale(1) brightness(1.15);
            filter: grayscale(1) brightness(1.15);
}
.people-row .first-col img:hover
{
    -webkit-filter: grayscale(0) brightness(1);
            filter: grayscale(0) brightness(1);
}

.pp--icon
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 22px;
    margin-top: 30px;
    margin-left: -11px;

    -webkit-transition: top .5s ease;
       -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
         -o-transition: top .5s ease;
            transition: top .5s ease;
}
.pp-contactshow .pp--icon
{
    top: 5%;
}
.people-row .second-col div.pp--nametitle
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin-top: -23px;

    -webkit-transition: top .5s ease;
       -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
         -o-transition: top .5s ease;
            transition: top .5s ease;
}
.people-row .second-col.pp-contactshow div.pp--nametitle
{
    top: 36%;
}
div.pp--contactmailtel
{
    position: absolute;
    top: 50%;

    display: none;

    width: 100%;
    margin-top: 5px;

    text-align: center;
}
div.pp--contactmailtel a
{
    color: #fff;
}
.light-tp div.pp--contactmailtel a
{
    color: #016db6;
}
.people-row .second-col h3
{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
	letter-spacing: .03em;
    margin: 0;

    text-transform: uppercase;
}
.people-row .second-col h4
{
    font-size: 14px;
    line-height: 1.5em;

    margin: 0;

    text-transform: uppercase;
}
.people-row .second-col div.pp--contact
{
    font-size: 12px;
    line-height: 28px;

    position: absolute;
    bottom: 30px;
    left: 50%;

    width: 90px;
    height: 28px;
    margin-left: -45px;

    cursor: pointer;
    text-transform: uppercase;

    border: 1px solid;
}
/*.pp-contactshow div.pp--contact {
    display:none;
}*/
.people-row .third-col div p
{
    font-size: 13px;

    display: table-cell;

    vertical-align: middle;
}
.spacer-collaboratori
{
    width: 100%;
    height: 0;
    padding-top: 16.665%;
}
.pp--collaboratori
{
    text-align: center;

    color: #016db6;
}
.pp--collaboratori h4
{
    font-family: trajan-pro-3,'Times new romans', serif;
    font-size: 20px;
    font-weight: 400;

    margin: 0;
    padding-top: 30px;

    text-transform: uppercase;
}
.pp--collaboratori h5
{
    font-size: 12px;

    margin: 5px 0 0;

    text-transform: uppercase;
}


/** pagina servizi **/
#servizi-page .wrapsq > div
{
    padding: 25px 30px;
}
#servizi-page h2
{
    font-size: 20px;

    margin: 0;
    padding-bottom: 60px;

    text-align: center;
    text-transform: uppercase;
}
#servizi-page p
{
    font-size: 14px;

    margin: 0;
    padding: .2em 0 1.3em;
}
#servizi-page .white-tp a
{
    font-size: 12px;
    line-height: 28px;

    display: block;

    width: 160px;
    height: 28px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;

    text-align: center;
    text-transform: uppercase;

    color: #016db6;
    border: 1px solid;
}
#servizi-page .floatingcol .wrapsq.image > div{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
	height: 100%;
}
#servizi-page .floatingcol .wrapsq.image:hover > div{
	transform: scale(1.05);
}
#servizi-page .floatingcol:first-of-type .wrapsq.image > div{
	background-position: center left;
}
#servizi-page .floatingcol .wrapsq .content{
	bottom: inherit;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align: center;
}
#servizi-page .floatingcol .wrapsq .content img{
	width: 100px;
	margin: 0 auto;
	margin-bottom: 60px;
}
/** pagina case history **/
.blog .items-leading{
	font-size: 0;
	line-height: 0;
	position: relative;
}
.blog #infscr-loading{
	font-size: 14px;
	text-align: center;
	padding: 20px;
	position: fixed;
	top: 100px;
	z-index: 1001;
	right: 0;
	background-color: white;
}
.blog #infscr-loading img{
	display: none;
}
.blog .items-leading .item{
	display: inline-block;
	width: calc(100% / 3);
	font-size: 14px;
	padding-top: calc(100% / 3);
	position: relative;
	line-height: inherit;
	line-height: 1.3em;
}
.blog .items-leading .item .introimage{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog .items-leading .item.leading-0,
.blog .items-leading .item.leading-3{
	background-color: #016db6;
	color: white;
}
.blog .items-leading .item.leading-1,
.blog .items-leading .item.leading-4{
	background-color: #6b7d91;
	color: white;
}
.blog .items-leading .item.leading-2,
.blog .items-leading .item.leading-5{
	background-color: #d6dbdf;
	color: #016db6;
}
.blog .items-leading .item .introimage{
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	-webkit-filter: grayscale(1) brightness(1.15);
    filter: grayscale(1) brightness(1.15);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog .items-leading .item:hover .introimage{
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.blog .items-leading .item .intro{
	position: absolute;
	top: 50%;
	height: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog .items-leading .item .intro .page-header h2{
    text-transform: uppercase;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.blog .items-leading .item.leading-0 .intro a,
.blog .items-leading .item.leading-1 .intro a,
.blog .items-leading .item.leading-3 .intro a,
.blog .items-leading .item.leading-4 .intro a{
	color: white;
}
.blog .items-leading .item.leading-2 .intro a,
.blog .items-leading .item.leading-5 .intro a{
	color: #016db6;
}
.blog .items-leading .item .introimage .readmorecontainer{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	height: 50px;
	overflow: hidden;
	text-align: center;
}
.blog .items-leading .item .introimage .readmorecontainer .readmore a{
	background-color: white;
    color: #016db6;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog .items-leading .item:hover .introimage .readmorecontainer .readmore a{
	bottom: 0;
}
.blog .pagination{
	display: none;
}
.item-page.case-history{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}
.item-page.case-history .page-header h2{
	color: #016db6
}
.item-page.case-history .imageheader{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/** pagina dove siamo - contatti **/
#contact-page .wrapsq.half-square{
	padding-top: 100%;
}
#map-canvas
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#contentPin p
{
    font-size: 12px;

    margin: 5px 0 8px;

    color: #1b1b1c;
}
.wrapsq .cp--wrap
{
    display: table;

    width: 100%;
    height: 100%;
}
.cp--wrap div
{
    font-size: 12px;
    line-height: 18px;

    display: table-cell;

    padding: 0 10px;

    text-align: center;
    vertical-align: middle;
}
.cp--wrap h3
{
    font-size: 20px;

    margin-top: 0;

    text-transform: uppercase;
}
.cp--wrap p{
	font-size: 17px;
	line-height: 20px;
}
.cp--address span
{
    font-size: 18px;

    display: block;
    font-weight: bold;
    padding-bottom: 2px;

    text-transform: uppercase;
}
.cp--address img
{
    display: inline-block;

    width: 14px;

    vertical-align: baseline;
}


.footer .form-validate{
	font-size: 14px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .form-validate h4{
	margin-top: 0;
}
.footer .form-validate fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
.footer .form-validate fieldset a{
	color: white;
	text-decoration: underline;
}
.footer .form-validate fieldset .field{
	margin-bottom: 5px;
} 
.footer .form-validate fieldset .field:first-of-type,
.footer .form-validate fieldset .field:nth-of-type(2){
	display: inline-block;
	width: calc(50% - 10px);
}
.footer .form-validate fieldset .field:first-of-type{
	margin-right: 10px;
}
.footer .form-validate fieldset .field:nth-of-type(2){
	margin-left: 10px;
}
.footer .form-validate fieldset .field input[type=text],
.footer .form-validate fieldset .field textarea{
	display: block;
	width: 100%;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	background-color: #6b7d91;
	color: white;
	border-bottom: 1px solid white;
	resize: none;
	font-size: 12px;
}
.footer .form-validate fieldset .field input[type=text]::placeholder,
.footer .form-validate fieldset .field textarea::placeholder{
	color: white;
}
.footer .form-validate fieldset .field input[type=text]:focus,
.footer .form-validate fieldset .field textarea:focus{
	outline: none;
}
.footer .form-validate fieldset .field input[id*="privacy"]{
	margin-right: 10px;
}
.footer .form-validate fieldset .field input[id*="privacy"],
.footer .form-validate fieldset .field label[for*="privacy"]{
	display: inline;
}
.footer .form-validate fieldset .field label[for*="privacy"] p{
	display: inline;
	font-size: 12px;
}
.footer .form-validate fieldset .field:last-of-type{
	display: inline-block;
    width: 270px;
    vertical-align: top;
    margin: 0;
    height: 75px;
}
.footer .form-validate fieldset .field .g-recaptcha{
    -webkit-transform: scale(.8);
    transform: scale(.8);
    display: inline-block;
    margin-left: -30px;
}
.footer .form-validate fieldset button{
    display: inline-block;
    padding: 10px;
    background-color: #6b7d91;
    border: 1px solid white;
    width: calc(100% - 270px);
    margin: 9px 0;
    line-height: 36px;
    min-width: 240px;
}

/*pagination*/
.pagination-list
{
    margin: 10px 0 20px;
    padding: 0;

    text-align: center;
}
.pagination-list li
{
    display: inline-block;

    padding: 0 2px 5px;
}
.pagination-list a
{
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

    -webkit-transition: background .25s ease, color .25s ease;
       -moz-transition: background .25s ease, color .25s ease;
        -ms-transition: background .25s ease, color .25s ease;
         -o-transition: background .25s ease, color .25s ease;
            transition: background .25s ease, color .25s ease;
    text-align: center;

    color: #ccc;
    background: #222;
}
.pagination-list a:hover,
.pagination-list a:focus,
.pagination-list a:active
{
    color: #fff;
    background: #484848;
}
.pagination-list li.active a,
.pagination-list li.disabled a
{
    color: #999;
    background: #efefef;
}
@media (max-width:639px)
{
    .pagination-list .hidden-phone
    {
        display: none;
    }
}

/*footer*/
footer
{
	background: #fff;
    z-index: 2;
    position: relative;
    min-height: 221px;
}
footer .floatingcol
{
    float: right;
}
.footer .wrapsq
{
    padding-top: 0;
    font-size: 0;
}
footer section.floatingcol
{
    font-size: 10px;
    line-height: 1.3em;

    float: left;

    background: url(../images/man-footer.png) center 5px no-repeat;
}
html.svg footer section
{
    background-image: url(../images/man-footer.svg),none;
    background-size: 134px 308px;
    background-position: bottom left;
    position: relative;
}
.footerwrap
{
	position: relative;
	display: inline-block;
	width: calc(100% - (100% / 3));
	height: 100%;
    padding: 70px 0 0 30px;
    font-size: 10px;
    vertical-align: top;
}
.footerwrap h4
{
    margin: 0;

    text-transform: uppercase;
}
.footerwrap p
{
    margin: 0 0 13px;
}
.sportello{
    font-size: 10px;
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    vertical-align: middle;
    text-align: center;
    
    padding-bottom: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #016db6;
    color: white;
}
.sportello img{
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}
.footerwrap img
{
    position: absolute;
    top: 50%;
    bottom: 1px;
    left: 50%;

    margin-top: -18px;
    margin-left: 80px;

    border-width: 0 1px 1px 0;
    border-style: none solid solid none;
    border-color: #02038f;
}
footer aside a.btn
{
    font-weight: bold;
    line-height: 28px;

    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;

    display: block;

    height: 50px;
    margin: auto;
    padding: 10px;

    text-align: center;
    text-transform: uppercase;

    border: 1px solid #fff;
}
footer aside a.btn,
footer aside a.btn:link,
footer aside a.btn:visited
{
    color: #fff;
}
.footer .wrapsq{
	position: relative;
    height: 100%;
    vertical-align: top;
}
.footer .wrapsq .custom{
	display: block;
    position: relative;
}
footer .container section.floatingcol{
	position: absolute;
	height: 100%;
}

footer .floatingcol,
footer .wrapsq,
footer .wrapsq .custom{
	min-height: 221px;
}

/** responsive **/
@media only screen and (max-width:1179px)
{
    body
    {
        min-width: 0;
    }
    .people-row .third-col > div
    {
        padding: 10px 30px;
    }
    .people-row .third-col div p
    {
        font-size: 11px;
    }
    #servizi-page .wrapsq .content img{
	    display: none;
    }
}
@media only screen and (max-width:1100px)
{
    #servizi-page p
    {
        font-size: 13px;
    }
    #contact-page h3{
	    font-size: 17px;
    }
    #contact-page p,
    #contact-page span{
	    font-size: 13px;
    }
}
@media only screen and (max-width:1024px)
{
    .homepeopletext .half-square
    {
        padding-top: 164px;
    }
    .homeservices .wrapsq
    {
        height: 330px;
        padding-top: 0;
    }
}
@media only screen and (max-width:1000px)
{
    .homewrap aside .desktop,
    .homewrap aside .desktop:hover
    {
        -webkit-filter: grayscale(0) brightness(1);
                filter: grayscale(0) brightness(1);
    }
    .people-row.wrapsq.third-square
    {
        padding-top: 75%;
    }
    .people-row .first-col img,
    .people-row .first-col img:hover
    {
        -webkit-filter: grayscale(0) brightness(1);
                filter: grayscale(0) brightness(1);
    }
    #section-cittadini .first-col,
    #section-arici .first-col,
    #section-massussi .first-col,
    #section-cani .first-col,
    #section-mangerini .first-col
    {
        top: 0;
        right: 50%;
        bottom: 33.333%;
        left: 0;
    }
    #section-arici .first-col
    {
        right: 0;
        left: 50%;
    }
    #section-cittadini .second-col,
    #section-arici .second-col,
    #section-massussi .second-col,
    #section-cani .second-col,
    #section-mangerini .second-col
    {
        top: 66.666%;
        right: 0;
        bottom: 0;
        left: 0;
    }
    #section-cittadini .third-col,
    #section-arici .third-col,
    #section-massussi .third-col,
    #section-cani .third-col,
    #section-mangerini .third-col
    {
        top: 0;
        right: 0;
        bottom: 33.333%;
        left: 50%;
    }
    #section-arici .third-col
    {
        right: 50%;
        left: 0;
    }
    .people-row .third-col div p
    {
        font-size: 13px;
    }
    .pp--icon,
    .pp-contactshow .pp--icon
    {
        top: 0;
        left: 25%;
    }
    .people-row .second-col div.pp--nametitle,
    .people-row .second-col.pp-contactshow div.pp--nametitle
    {
        top: 50%;

        width: 50%;
    }
    .people-row .second-col div.pp--contact
    {
        top: 50%;
        bottom: auto;
        left: 75%;

        margin-top: -14px;
        margin-left: -45px;
    }
    div.pp--contactmailtel
    {
        left: 50%;

        width: 50%;
        margin-top: -18px;
    }
    #servizi-page .col-onethird
    {
        float: none;

        width: 100%;
    }
    #servizi-page .wrapsq.square
    {
        float: left;

        width: 50%;
        padding-top: 50%;
    }
    #servizi-page h2
    {
        padding-bottom: 54px;
    }
    #servizi-page p
    {
        line-height: 18px;

        padding: 0 0 18px;
    }
    #servizi-page .col-half{
	    width: 100%;
    }
    #servizi-page .wrapsq.square{
	    width: 100%;
    }
     #servizi-page .floatingcol .wrapsq.square.image{
	    display: none;
    }
     #contact-page .floatingcol
    {
        float: none;

        width: 100%;
    }
    #contact-page .wrapsq
    {
        height: auto;
        padding-top: 0;
    }
    #contact-page .cp--wrap
    {
        position: static;

        display: block;
    }
    #contact-page .cp--wrap div{
	    display: block;
	    margin-top: 20px;
    }
}
@media only screen and (max-width:900px)
{
    .homewrap .centeredcontent, html.svg #logo-hometext
    {
        width: 62%;
        margin: 0 19%;
    }

    footer section
    {
        background-position: 81% 5px;
    }
    .footerwrap {
      padding: 40px 0 0 30px;
    }
    p.sportello
    {
        position: static;

        margin: 0 0 13px;
    }
    .footerwrap img {
        left: 30px;
        margin: 0;
        bottom: 0;
        top: auto;
    }
}
@media only screen and (max-width:800px)
{
    .people-row .third-col div p
    {
        font-size: 12px;
    }
    .spacer-collaboratori
    {
        padding-top: 25%;
    }
    .pp--collaboratori .floatingcol
    {
        float: none;

        width: 100%;
    }
    .pp--collaboratori .wrapsq.half-square
    {
        float: right;

        width: 50%;
        padding-top: 25%;
    }
    .pp--collaboratori .floatingcol:nth-child(even) .wrapsq.half-square
    {
        float: left;
    }
    .pp--collaboratori h4
    {
        margin-top: -12px;
        padding-top: 25%;
    }
}
@media only screen and (max-width:767px)
{
    .homepeopletext h4
    {
        font-size: 12px;
    }
    .homepeopletext h5
    {
        font-size: 9px;
    }
    .homepeopletext a
    {
        font-size: 9px;
    }
    .homeservices h3
    {
        font-size: 13px;
    }
    .homeservices p
    {
        font-size: 11px;
    }
}
@media only screen and (max-width:740px)
{
    .people-row .third-col > div
    {
        padding: 0 25px;
    }
    .people-row .third-col div p
    {
        font-size: 10px;
    }
    #servizi-page p
    {
        font-size: 12px;
    }
}
@media only screen and (max-width:640px)
{
    body
    {
        font-size: 12px;
    }
    #site-head,
    #site-head.small
    {
        height: 88px;
    }
    #content{
	    margin-top: 88px;
    }
    #brand
    {
        position: absolute;
        top: 9px;
        left: 40px;

        width: 120px;
        height: 72px;

        background: url(../images/logo_small.png) 0 0 no-repeat transparent;
    }
    html.svg #brand
    {
        background-image: url(../images/logo.svg),none;
        background-position: 0 0;
        background-size: 100%;
    }
    nav
    {
        float: right;

        padding: 0 40px 0 0;
    }
    nav li a
    {
        font-size: 12px;
    }
    #logo-hometext,
    .homepeopletext
    {
        display: none;
    }
    .homewrap aside .floatingcol,
    .icons_home .floatingcol
    {
        float: none;

        width: 100%;
    }
    .homewrap aside .wrapsq.square,
    .icons_home .wrapsq.square
    {
        padding-top: 50%;
    }
    .homewrap aside .desktop
    {
        display: none;
    }
    .homewrap aside .mobile
    {
        display: block;
    }
    .icons_home img
    {
        width: 20%;
        min-width: 68px;
    }
    .homewrap .centeredcontent
    {
        width: auto;
        margin: 0 40px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .hp--intro
    {
        font-size: 14px;
    }
    .homeservices
    {
        padding: 30px 0;
    }
    .homeservices .floatingcol
    {
        float: none;

        width: 100%;
        padding: 0;
    }
    .homeservices  .wrapsq.square
    {
        height: auto;
        padding-top: 0;
    }
    .homeservices  .wrapsq.square > div
    {
        position: static;
    }
    .homeservices-cell
    {
        padding: 40px;
    }
    .homeservices a
    {
        margin-top: 40px;
    }
    #servizi-page .wrapsq.square
    {
        float: none;

        width: 100%;
        height: auto;
        padding-top: 0;
    }
    #servizi-page .wrapsq > div
    {
        position: static;

        padding: 40px 40px 30px;
    }
    #servizi-page h2
    {
        padding-bottom: 42px;
    }
    #servizi-page p
    {
        font-size: 12px;
    }
    footer .floatingcol
    {
        float: none;

        width: 100%;
    }
    footer.footer .wrapsq
    {
        height: auto;
        padding: 0;
    }
    footer.footer section .wrapsq
    {
        height: 234px;
        background-color: white;
    }
    footer.footer .wrapsq > div
    {
        position: static;
    }
    .footerwrap
    {
        padding: 40px 40px 0 40px;
    }
    footer.footer aside .wrapsq
    {
        height: auto;
        padding-top: 0;
    }
    footer.footer aside .wrapsq > div
    {
        position: absolute;
    }
    footer aside a.btn
    {
        right: 40px;
        left: 40px;
    }
    #servizi-page .floatingcol .wrapsq .content{
	    bottom: inherit;
		top: 0;
    	-webkit-transform: none;
		transform: none;
		text-align: center;
    }
}
@media only screen and (max-width:610px)
{
    .people-row.wrapsq.third-square
    {
        height: auto;
        padding: 0;
    }
    .people-row.wrapsq > div,
    .people-row .first-col,
    .people-row .second-col,
    .people-row .third-col
    {
        position: relative;
    }
    .pp--icon,
    .people-row .second-col div.pp--nametitle,
    .people-row .second-col.pp-contactshow div.pp--nametitle
    {
        position: static;

        width: 100%;
        margin: 0 auto;
        padding-bottom: 90px;
    }
    .pp--icon
    {
        width: 22px;
        padding: 30px 0;
    }
    .people-row .second-col h3{
	    padding-top: 20px;
    }
    .people-row .second-col h4
    {
        font-size: 13px;
    }
    .people-row .second-col div.pp--contact
    {
        top: auto;
        bottom: 35px;
        left: 50%;

        margin-top: 0;
    }
    div.pp--contactmailtel
    {
        top: auto;
        bottom: 36px;
        left: 0;

        width: 100%;
    }
    
    #section-arici .first-col{
	    left: 0;
    }
    #section-cittadini .third-col,
    #section-arici .third-col,
    #section-massussi .third-col,
    #section-cani .third-col,
    #section-mangerini .third-col
    {
        bottom: 0;
        left: 0;
    }
    .people-row .third-col > div
    {
        display: block;

        padding: 0;
    }
    .people-row .third-col div p
    {
        font-size: 12px;

        display: block;

        margin: 0;
        padding: 40px;
    }
    .pp--collaboratori .wrapsq.half-square
    {
        float: none;

        width: 100%;
        padding-top: 50%;
    }
    .pp--collaboratori .wrapsq.half-square:nth-child(even)
    {
        padding-top: 160px;
    }
    .pp--collaboratori h4
    {
        margin: 0;
        padding-top: 40px;
    }
    .cp--wrap div
    {
        display: block;

        padding: 40px;
    }
    .sportello{
	    display: none;
    }
   
}
@media only screen and (max-width:470px)
{
    #site-head nav
    {
        display: none;
    }
    #body-nav ul li a.mobilehide
    {
        display: none;
    }
    .toggle-nav,
    #body-nav
    {
        display: block;
    }
    html.svg #brand{
	    width: 240px;
    }
    #bkgvideo{
	    display: none;
    }
    #bkgvideoimage{
	    display: block;
    }
    .vimeo{
    	display: block;
    }
    .fancybox-slide--iframe .fancybox-content {
	    width: auto !important;
	    height: auto !important;
    }
}
@media only screen and (max-width:380px){
	html.svg #brand{
		width: 180px;
	}
}
@media only screen and (min-width:1300px)
{
    #brand
    {
        left: 80px;
    }
    nav
    {
        padding: 10px 10px 0 0;
    }
    .homeservices-cell
    {
        padding: 80px;
    }
    .pp--icon
    {
        margin-top: 80px;
    }
    .people-row .third-col > div
    {
        padding: 40px 80px;
    }
    .people-row .second-col div.pp--contact
    {
        bottom: 80px;
    }
    .pp--collaboratori h4
    {
        padding-top: 80px;
    }
    #servizi-page .wrapsq > div
    {
        padding: 60px 80px;
    }
    footer aside a.btn
    {
        right: 80px;
        left: 80px;
    }
    footer section
    {
        background-position: center 25px no-repeat;
    }
    .footerwrap
    {
        padding: 10.5% 0 0 80px;
    }
}
@media only screen and (min-width:1400px)
{
    #servizi-page .wrapsq > div
    {
        padding: 80px;
    }
}
