@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:700italic);

body {
    font-family: 'Lato', sans-serif;
    padding-top: 90px;
    background: url(../img/textures/connected-6.png) repeat;
}
a {
    outline: none!important;
}
.clear {
    clear: both;
}
.separator-1 {
    clear: both;
    width: 100%;
    height: 100px;
}
.separator-2 {
    clear: both;
    width: 100%;
    height: 50px;
}
.separator-3 {
    clear: both;
    width: 100%;
    height: 80px;
}
.separator-4 {
    clear: both;
    width: 100%;
    height: 20px;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.no-overflow {
    width: 100%;
    overflow: hidden;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.pos-rel {
    position: relative;
}

.p-home {
    font-size: 18px;
    line-height: 36px;
    font-weight: 100;
}

.p-home a {
    position: relative;
    color: #00A3BE;
    font-weight: 700;
}

.padding-25 { padding: 25px; }

/* MENU
************************************************************************************************** */

.menu-out {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #fff;
}
.menu-in {
    text-align: center;
    height: 100%;
    width: 380px;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    background-color: #fff;
}
.menu-in-opened {
    height: auto!important;
    border-bottom: 1px solid #dbdbdb!important;
}
.nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
    cursor: pointer;
}
.nav li a:hover {
    text-decoration: none;
}

.menu-logo {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 200px;
}
@media (min-width:992px) and (max-width:1199px) {
   .menu-logo {
        top: 10px;
        width: 160px;
    }
}
.menu-logo a {
    padding: 20px;
    display: block;
}
.menu-logo img {
    width: 100%;
}
.menu-social {
    position: absolute;
    right: 35px;
    top: 30px;
    cursor: default;
}
.menu-social a {
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
    cursor: pointer;
}
.menu-social a i,
.mobile-social a i {
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
.menu-social a:hover .fa-facebook,
.mobile-social a:hover .fa-facebook {
    color: #00A3BE;
}
.menu-social a:hover .fa-vimeo,
.mobile-social a:hover .fa-vimeo {
    color: #00A3BE;
}
.menu-mobile-link {
    position: absolute;
    right: 40px;
    top: 16px;
    cursor: pointer;
    padding: 10px;
    display: none;
}
.menu-mobile-link .bar {
    width: 26px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #222;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.bar-1 {
    top: 0;
}
.bar-3 {
    bottom: 0;
}
.menu-mobile-link:hover .bar-1 {
    top: -2px;
}
.menu-mobile-link:hover .bar-3 {
    bottom: -2px;
}
.mobile-social {
    margin-top: 20px;
    margin-bottom: 10px;
}
.mobile-social a {
    padding: 10px 15px;
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #aaa;
}
.mobile-social i {
    color: #aaaaaa;
}
@media(min-width:768px) and (max-width:991px) {
    .menu-in {
        width: 290px;
        margin-left: -145px;
    }
    .menu-in a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:991px) {
    .menu-social {
        display: none;
    }
    .menu-mobile-link {
        display: block;
    }
    .menu-in {
        top: 90px;
        overflow: hidden;
        width: 100%;
        margin: 0;
        left: 0;
        height: 0;
    }
    .menu-in a {
        float: none;
        width: 130px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }
    .menu-in a:after {
        bottom: 18px;
    }
}
@media(max-width:350px) {
    .menu-mobile-link {
        right: 20px;
    }
    .menu-logo {
        left: 10px;
    }
}

.navbar {
    min-height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
}
.navbar-toggle {
    margin: 0;
}
.dropdown-menu {
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

@media(max-width:991px) {
    .navbar-collapse {
        margin-top: 80px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 20px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 15px 8px 25px;
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 380px;
    }
}
@media(min-width:992px) {
    .nav > li,
    .dropdown {
        position: static;
    }
    .nav > li > a {
        height: 80px;
        line-height: 50px;
    }
    .dropdown-menu {
        padding: 0;
        width: 100%;
        border: 0;
        box-shadow: none;
        text-align: center;
        background-color: #00A3BE;
        height: 0;
        display: block!important;
        overflow: hidden;
    }
    .dropdown-menu > li {
        display: inline-block;
        float: none!important;
    }
    .dropdown-menu > li > a {
        padding: 12px 14px;
        font-size: 13px;
        color: #fff;
    }
    .open > .dropdown-menu {
        height: 43px;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none!important;
    }
    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav > li > a:active {
        background-color: transparent!important;
    }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent!important;
    }
    .nav > li > a:after {
        content: '';
        display: block;
        margin: 2px auto;
        position: relative;
        bottom: 18px;
        height: 1px;
        width: 0px;
        background: transparent;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -ms-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
    }
    .nav > li > a:hover:after {
        width: 100%;
        background: #222;
    }
    .nav > li > a.active {
        color: #00A3BE!important;
    }
    .mobile-social {
        display: none;
    }
}

/* HOME
************************************************************************************************** */

.big-home-text {
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.big-home-text h1 {
    font-size: 32px;
}
@media (max-width:767px) {
    .big-home-text {
        font-size:20px;
    }
}

.vertical-line-blue {
    width: 1px;
    height: 120px;
    background-color: #00a3be;
    position: absolute;
    left: 50%;
    margin-top: -60px;
    z-index: 100;
}

.custom-cursor-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 360px;
    z-index: 100;
    cursor: url('../img/arrow-left-big.png'), auto;
}
.custom-cursor-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 360px;
    z-index: 100;
    cursor: url('../img/arrow-right-big.png'), auto;
}
@media(max-width:767px) {
    .custom-cursor-left,
    .custom-cursor-right {
        display: none;
    }
}

.master-slider h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 55px;
    margin-top: 50px;
    text-shadow: 0 0 20px rgba(0,0,0,.25);
}
.master-slider h2 span {
    color: #00a3be;
    font-family: 'Merriweather', serif;
}

@media(max-width:991px) {
    .master-slider h2 {
        font-size: 45px;
        line-height: 40px;
        text-shadow: 0 0 10px rgba(0,0,0,.2);
    }
}
@media(max-width:768px) {
    .master-slider h2 {
        font-size: 40px;
        margin-top: 80px;
        line-height: 40px;
        text-shadow: 0 0 10px rgba(0,0,0,.2);
    }
}
@media(max-width:500px) {
    .master-slider h2 {
        display: none;
    }
}

.item-wrapper {
    padding: 25px;
    max-width: 1600px;
    margin: 0 auto;
}
.item {
    text-align: center;
    padding: 25px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.item:hover {
    text-decoration: none!important;
}
.item img {
    width: 100%!important;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    -ms-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0) scale(1.02, 1.02);
    -moz-transform:translate3d(0,0,0) scale(1.02, 1.02);
    -ms-transform:translate3d(0,0,0) scale(1.02, 1.02);
    -o-transform:translate3d(0,0,0) scale(1.02, 1.02);
    transform:translate3d(0,0,0) scale(1.02, 1.02);
}
.item:hover img {
    -webkit-transform:translate3d(0,0,0) scale(1.08, 1.08);
    -moz-transform:translate3d(0,0,0) scale(1.08, 1.08);
    -ms-transform:translate3d(0,0,0) scale(1.08, 1.08);
    -o-transform:translate3d(0,0,0) scale(1.08, 1.08);
    transform:translate3d(0,0,0) scale(1.08, 1.08);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-title {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
.item-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.item-title h3 span {
    font-size: 24px;
    font-weight: 900;
}
.item-title p {
    color: #fff;
    padding: 0 15px;
}
.item-title h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #00a3be;
    margin-top: 15px;
}
@media (max-width:500px) {
    .item-title h3 {
        font-size: 16px;
    }
    .item-title h3 span {
        font-size: 16px;
    }
    .item-title h5 {
        font-size: 16px;
    }
}
.vertical-line-white {
    width: 1px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-top: -40px;
    z-index: 100;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
.item:hover .vertical-line-white {
    margin-top: -50px;
}
.item:hover .item-title {
    background-color: #25292a;
}
.sketch-border-out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.sketch-border-in {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #00A3BE;
    /*z-index: 999;*/
}
.item
@media(min-width:768px) {
    .custom-position-l {
        left: -25px;
    }
    .custom-position-r {
        right: -25px;
    }
}
.realizzazioni {
    padding-top: 120px;
    padding-bottom: 110px;
    text-align: center;
    background: url(../img/home/realizzazioni.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    cursor: pointer;
    position: relative;
}
.realizzazioni h3 {
    color: #fff;
    position: relative;
    z-index: 100;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}
@media (max-width:450px) {
    .realizzazioni h3 {
        font-size: 16px;
    }
}
.arrow-box {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../img/arrow-box.png) no-repeat 100% 100%;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    position: relative;
    z-index: 100;
}
.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.7;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    -ms-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}
.realizzazioni:hover .arrow-box {
    background-position: 0 0;
}
.realizzazioni:hover .shadow {
    opacity: 0.9;
}

.bottom-links .contact-link,
.bottom-links .newsletter-link {
    display: block;
    text-align: center;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
.bottom-links .contact-link:hover,
.bottom-links .newsletter-link:hover {
    background-color: #00a3be;
    text-decoration: none!important;
}
.bottom-links span {
    padding: 15px 60px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.bottom-links p { margin-bottom: 20px; }
@media (max-width:500px) {
    .bottom-links span {
        padding: 15px 40px;
    }
}
.bottom-links .contact-link:hover span,
.bottom-links .newsletter-link:hover span {
    padding: 15px 0px;
}

.pagina-contatti .contact-link {
    display: none;
}
.pagina-contatti .newsletter-link {
    width: 100%;
}

/* EVENTI-NEWS
************************************************************************************************** */

.news > div {
    margin-top: 20px;
}

/* FOOTER
************************************************************************************************** */

footer {
    background-color: #4c4c4c;
    color: #999;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.6px;
}
footer > div > div {
    padding-top: 100px;
    padding-bottom: 100px;
}
footer h5 {
    font-weight: 900;
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 0;
}
footer h6 {
    color: #6f6f6f;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}
footer a {
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
footer a:hover {
    color: #00a3be;
    text-decoration: none;
}
footer .container {
    position: relative;
    z-index: 100;
}
footer .bg-dark {
    background-color: #414141;
}
footer .bg-dark b {
    font-weight: 800;
    font-size: 14px;
}
footer .bg-dark > div {
    border-left:1px solid #00a3be;
    line-height:35px;
}
footer .logo-footer > div {
    width: 50px;
    margin: 0 auto;
}
@media (max-width:767px) {
    footer .bg-dark > div {
        border: 0;
        text-align: center;
    }
}
@media (min-width:768px) {
    footer .logo-footer {
        padding: 0!important;
        position: static;
    }
    footer .logo-footer > div {
        position: absolute;
        top: 50%;
        margin-top: -38px;
        left: 25%;
        margin-left: -25px;
    }
}
footer .logo-footer .l-grey {
    -webkit-transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -ms-transition: all 0.2s 0s linear;
    transition: all 0.2s 0s linear;
}
footer .logo-footer a:hover .l-grey {
    fill: #ffffff!important;
}

/* LINEA
************************************************************************************************** */

.breadcrumbs {
    text-align: center;
    color: #b8b8b8;
    font-size: 13px;
    letter-spacing: 0.8px;
}
.page-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}

.page-desc {
    padding: 40px;
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}
.page-desc a { color: #00A3BE }
.page-desc > div {
    padding: 40px;
}
@media(max-width:1199px) {
    .page-desc > div:nth-child(1) {
        padding-bottom: 20px!important;
    }
    .page-desc > div::nth-child(2) {
        padding-top: 20px!important;
    }
}
@media(max-width:550px) {
    .page-desc > div {
        padding: 40px 15px;
    }
}
@media(max-width:500px) {
    .page-desc {
        font-size: 16px;
        line-height: 31px;
    }
}
.page-desc h3 {
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    left: 15px;
    bottom: -10px;
    background-color: #00a3be;
}
@media (max-width:768px) {
    .section-title {
        text-align: center;
    }
    .section-title:after {
        display: none;
    }
}
.gallery img {
    width: 100%;
}
.pad-gallery-out {
    padding-left: 9px;
    padding-right: 9px;
}
.pad-gallery-in {
    padding: 6px;
}
.hover-trigger {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.hover-trigger:hover .hover-effect {
    opacity: 0.8;
    bottom: 0;
}
.hover-effect {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -50px;
    left: 0;
    background-color: #222;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.hover-effect img {
    width: 71px;
    height: 71px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
.richiesta-prodotto {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
    width: 240px;
    margin: 60px auto;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    cursor: pointer;
}
.underline-animation {
    position: relative;
    display: inline-block;
}
.underline-animation:after {
    content: '';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 0px;
	background: transparent;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.richiesta-prodotto:hover .underline-animation:after {
    width: 100%;
	background: #222;
}

/* CONTATTI
************************************************************************************************** */

.sotto-capitolo {
    font-size: 14px;
    line-height: 28px;
}
.sotto-capitolo h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.sotto-capitolo a {
    color: inherit;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.sotto-capitolo a:hover {
    color: #00a3be;
    text-decoration: none;
}
#map-canvas {
    width: 100%;
    height: 500px;
}
.form-control {
    color: inherit;
    border: 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    border:1px solid transparent;
    border-color: #eee #eee #cbcbcb #eee;
}
.form-control:focus {
    border-color: #00a3be;
    box-shadow: none;
}
.btn-primary {
    background-color: #4C4C4C;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-primary:hover,
.btn-primary:active {
    background-color: #00a3be!important;
}
textarea {
    resize: none;
    height: 180px!important;
    padding-top: 15px!important;
}
.privacy-checkbox {
    color: inherit;
    cursor: pointer;
}
.privacy-checkbox:hover {
    color:#888;
    text-decoration: none!important;
}

#loader-icon {
    display: none;
}

/* NEWSLETTER POPUP
************************************************************************************************** */

.newsletter-popup-outer {
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.newsletter-popup-inner {
    width: 100%;
    max-width: 320px;
    top:50%;
    margin-top: -170px;
    left: 50%;
    background-color: #fff;
    position: absolute;
    margin-left: -160px;
    color: #222;
    padding: 40px;
}
@media (max-width:340px) {
    .newsletter-popup-inner {
        margin-left: 0!important;
        left: 0!important;
        padding: 30px!important;
        max-width: none!important;
    }
}
.newsletter-popup-closer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.8;
}
.newsletter-popup-closer:hover {
    opacity: 1;
}
#mc_embed_signup {
    background-color: transparent;
    clear:left;
    font:14px 'Lato',sans-serif;
}
#mc_embed_signup form {
    padding-left: 0!important;
}
#mc_embed_signup * {
    color:#222!important;
}
#mc_embed_signup .button {
    border-radius: 0!important;
    margin-top: 25px!important;
    background-color: transparent;
    border: 1px solid #222;
    padding: 5px 15px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
#mc_embed_signup .button:hover {
    background-color: #222!important;
    color: #fff!important;
}
#mc_embed_signup label {
    font-weight: 400!important;
    font-size: 20px!important;
}
#mc_embed_signup #mce-EMAIL {
    width: 100%;
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 1px solid #222!important;
    margin: 25px 0 35px 0!important;
    padding-bottom: 5px;
}
#mc_embed_signup .form-group a {
    font-size: 13px!important;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 25px;
}
.custom-checkbox label a {
    text-decoration: none!important;
}

.custom-checkbox label:before {
    content: "";
    color: #222;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #aaa;
    cursor: pointer;
}

.custom-checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #222;
    text-align: center;
    line-height: 15px;
}
.h-v-center {
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}
.v-center {
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}

/* EVENTI
************************ */

.hover-effect-2 {

}

/* BREAKPOINT MENU A 1200px
********************************* */

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
    nav > .container {
        width: 100%!important;
        padding: 0!important;
    }
    .navbar-collapse {
        padding-left: 50px!important;
        padding-right: 50px!important;
        padding-bottom: 20px!important;
    }
    .navbar-nav {
        margin-left: -15px!important;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .nav > li > a {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
