@charset "utf-8";
/* CSS Document */

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #1d93b7;
}
::selection {
    color: #FFF;
    background: #1d93b7;
}

.fvertical{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.no-margin{ margin-left: 0px; margin-right: 0px; }
.testo-mezzo{
  align-items: center;
  display: flex;
  height: 100%;
}
.testo-mezzo-v{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.items-wrap{
  display: flex;
  flex-wrap: wrap;
}
.parallax-window {
 /*min-height: 400px;*/
 background: transparent;
}


.box-bgimage-cover {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding-bottom: 100%;
    display: block;
}
.owl-carousel .owl-item .box-bgimage-cover  img,
.box-bgimage-cover img{ display: none; }
body{
  background-color: #FFFFFF;
  color: #909090;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
}
a {
    color: #909090;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover, a:focus {
    color: #909090;
    text-decoration:none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 6px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;
    background: #fbde18;
    border: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #ecd016;
}
.navbar-nav {
    float: right;
    margin-top: 25px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
    position:relative;
}
.navbar-default .navbar-nav>li>a {
    color: #212121;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color:#e2c404;
}
.navbar-default .navbar-nav>li>a:after{
    content:" ";
    position: absolute;
    height: 6px;
    left:0px;
    right:0px;
    bottom: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-nav>li>a:focus:after, .navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after {
    opacity: 1;
}
.nav>li,
.navbar-header{ position: unset; }
.dropdown-menu{
    left: 0px;
    right: 0px;
    border: 0px;
    border-radius: 0px;
    background: #212121;
    text-align: center;
    padding: 15px 0 12px;
}
.dropdown-menu ul{
    display:inline-block;
    list-style-type: none;
}
.dropdown-menu ul li{
    float:left; padding-left: 15px; padding-right: 15px;
    font-size: 16px;
}
.dropdown-menu ul li a{
    color: #909090;
}
.dropdown-menu ul li a:hover,
.dropdown-menu ul li a:focus{
    color:#fff;
}

.btn-filtri .dropdown-menu {
    left: 0px;
    right: 0px;
    border: 0px;
    border-radius: 0px;
    background: #efefef;
    text-align: center;
    padding: 5px 10px 5px;
    text-align: left;
}
.btn-filtri .dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
}
.header-link-social{
    margin-top: 23px;
}
.ico-social{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    color:#fff;
    font-size: 19px;
    display: inline-block;
    text-align: center;
}
.ico-social:hover,
.ico-social:focus{
    color:#fff;

    background-image: -moz-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: -webkit-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: -ms-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
}
.slider{
  position: relative;
}

.slide-item{
    padding-bottom: 20%;
    background-size: cover;
    position:relative;
}
.page-homepage .slide-item{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 43%;
}
.slider-wrapper{ position: relative; }
.slide-item:after{
    position: absolute;
    top: 0px;
    bottom: 0px;
    content:" ";
    left:0px;
    right: 0px;
    z-index: 1;
    background: url('/img/bg-slider.png') repeat center bottom;
}
.section-slider-evidenza{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    z-index:2;
}

.brOrange{
    background:url('/img/br-orange.png') no-repeat left 1px;
    padding-left: 35px;
}
.item-testo{ padding-left: 35px; }
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.h1{
    font-size: 35px;
    font-weight: 700;
    color:#212121;
}
.h1-big{
    font-size: 45px;
}
.h1-slider{
    font-size: 85px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.822);

}
.h1-36{ font-size: 36px; }
.h2{
    font-size: 18px;
    color:#212121;
    font-weight: 700;
}
.uppercase{ text-transform: uppercase; }
.bold{ font-weight: 700; }
.h3{
    font-size: 18px;
    color:#3a3a3a;
}
.h4{
    font-size: 15px;
    color:#212121;
    font-weight: bold;
}
.section-slider-h1{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index:2;
}
.cwhite{ color:#fff;}
.section-slider-evidenza .h1{
    padding-top: 60px;
    padding-bottom: 40px;
}
.section-main{
    padding-top: 110px;
    padding-bottom: 125px;
}
.section-main .h1{ padding-top: 50px; }
.section-main .testo{
    padding-top: 85px;
}


.footer{
    background: #212121;
    font-size: 16px;
    padding-bottom: 45px;
}
.footer a:hover,
.footer a:focus{ color:#ffffff; }
.btn-up{
    background:#eed21a;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    color:#fff!important;
    display: inline-block;
}
.btn-up:hover,
.btn-up:focus{
    color:#fff!important;
}
.col-azienda{
    font-size: 16px;
    line-height: 28px;
}
.flogo{
    padding-top: 30px;
    display: block;
}
.col-azienda-content{
}
.col-azienda-content a:hover,
.col-azienda-content a:focus{
    color:#909090;
}
.col-azienda-content a:hover i,
.col-azienda-content a:focus i{
    color:#ffffff;
}

.fazienda{
    display: block;
    padding-top:20px;
}
.footer-social{
    padding-top: 15px;
}
.col-menu-1,
.col-menu-2{
    padding-top: 122px;
}
.col-menu-1 ul,
.col-menu-2 ul{
    list-style-type:none;
}
.col-menu-1 ul li,
.col-menu-2 ul li {
    padding-bottom:5px;
}
.col-contatti{
    padding-top: 87px;
    padding-left: 60px;
}
.col-contatti .h4{
    font-size: 24px;
}
.col-contatti .h1{
    padding-top:20px;
    padding-bottom:15px;
    display: block;
}
.btn {
    padding: 9px 35px 7px
    font-size: 16px;
    border-radius: 0px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;;
    background-color:transparent;
    background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    border-color: rgb(242,214,33);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color:transparent;
    background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    border-color: rgb(242,214,33);
}

.pagination>li>a, .pagination>li>span {
    color: #212121;
}
.btn-default {
    color: #fff;
    background-color:transparent;
    background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
    border-color: rgb(242,214,33);
}
.btn-default.active, .btn-default.focus,
.btn-default:active, .btn-default:focus,
.btn-default:hover, .open>.dropdown-toggle.btn-default{
    color: #fff;
    border-color: rgb(242,214,33);

    background-image: -moz-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: -webkit-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: -ms-linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
    background-image: linear-gradient( 0deg, #e0c200 100%, #e0c200 100%);
}


.owl-carousel-header.owl-theme .owl-nav.disabled+.owl-dots{
    text-align:left;
    margin-top: 20px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: 16px;
}
.owl-carousel-header.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    text-align: left;
}

.owl-carousel-header.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 3px;
    background-color: transparent;
    display: block;
    border:1px solid #ffffff;
}
.owl-carousel-header.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-header.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.section-servizi{
    background-image: url('/img/home-01.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border-top: 1px solid #efefef;
}
.section-social{
    background-image: url('/img/home-02.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border-top: 1px solid #efefef;
}
.box-grey{
    background:#efefef;
    padding: 90px 95px 60px;
    border: 1px solid #efefef;
}
.main-inside .box-grey {
    padding: 50px 55px 50px;
}
.main-inside .box-grey .h1 {
    padding: 25px 0px 40px;
}
.box-grey .h1{
    padding: 45px 0px 60px;
}
.box-icon{ margin-bottom: 30px; }
.box-grey .list-btn{
    padding-top: 15px;
}
.box-dinamical{ display: block; }
.box-dinamical .image{
    display: block;
    padding-bottom:65%;
    position: relative;
}
.box-dinamical .image:before{
    position: absolute;
    background-color: rgba(33, 33, 33,0.302);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: " ";
}
.box-dinamical .image .hover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(33, 33, 33, 0.30);
    padding-top: 44%;
    padding-left: 82%;
    color: #ffde05;
    font-size: 45px;
    z-index: 10;
}
.box-dinamical .contenuto{
    color:#212121;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0px;
}
.box-dinamical .grey{
    color:#909090;
}
.section-video{ padding-top: 100px; }
.section-extra .h1{
    padding-top: 25px;
    padding-bottom: 40px;
}
.section-album{ padding-top: 100px; }
.aside-extra{ padding-bottom: 110px;}
.link-social{
    padding-bottom: 40px;
}
.row-social{
    display: block;
    padding-bottom: 20px;
    color:#9d9d9d;
    font-weight: 700;

}
.section-breadcrumbs{
    color:#909090;
    font-size: 12px;
    padding-top:5px;
}
.section-breadcrumbs a:focus,
.section-breadcrumbs a:hover,
.section-breadcrumbs a{ color:#909090}
.main-inside{
    padding-top: 90px;
    padding-bottom: 120px;
}
.main-inside .testo01{ padding-top: 50px;}
.row-content-din{ padding-top: 35px; }
.box-din{ display: block;margin-bottom: 30px; }
.box-din .thumb{ position: relative; }
.box-din .hover{
  background-image: -moz-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
  background-image: linear-gradient( 0deg, rgb(242,214,33) 0%, rgb(224,194,0) 100%);
  position: absolute;
  bottom:0px;
  left:0px;
  right:0px;
  text-transform: uppercase;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding:10px;
  opacity: 0;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  z-index:10;
}
.box-din:focus .hover,
.box-din:hover .hover{
    opacity: 1;
}
.box-din .thumb.box-bgimage-cover {
    padding-bottom: 66%;
}
.box-din-hblack .thumb.box-bgimage-cover {
    padding-bottom: 72%;
}
.box-din-hblack .thumb{ position: relative; }
.box-din-hblack .thumb .content{
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 85px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.822);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-din-hblack .thumb:before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    content: " ";
    left: 0px;
    right: 0px;
    z-index: 1;
    background: url(/img/bg-slider.png) repeat center bottom;
}
.grid-item{ margin-bottom: 30px; }
.row-bottoni{
    padding-top: 30px;
}
.row-team{
    padding-top: 45px;
}
.box-persone .box-bgimage-cover {
    padding-bottom: 88%;
    background-color: #efefef;
}
.box-persone .contenuto{
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 400px;
}
.box-persone .contenuto .grey{
    font-size: 18px;
    text-transform: none;
    color:#909090;
}
.team-box:nth-child(3n+1) {
    clear: both;
}
.specchietto-c{
    color:#212121;
    font-size: 16px;
    line-height: 26px;
}
.specchietto-c .pt-2{
    padding-top: 20px;
}

.specchietto-c .h2{
    padding-bottom: 20px;
}
.specchietto-c a:focus,
.specchietto-c a:hover,
.specchietto-c a{
    color:#212121;
}
.specchietto-c .cazienda{
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
}
.box-form{
    padding: 45px;
}
.box-form .h4{
    padding-bottom: 25px;
    font-size: 16px;
}
.testo-i{ font-size: 12px; padding-top: 25px;}
.cbtn-invia{ padding-top: 25px; }
#map-canvas{
  height: 420px;
}
.titolo-dovesiamo{
    padding-top: 90px;
    padding-bottom:20px;
}
.page-contatti .main-inside {
    padding-bottom: 0px;
}
.form-group {
    margin-bottom: 5px;
}
.form-control{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 37px;
}
.form-control:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,230,230,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,230,230,.6);
}

.owl-carousel-video{
    position:relative;
}
.owl-carousel-album .owl-nav,
.owl-carousel-video .owl-nav{
    text-align: left;
    position: absolute;
    right: 0px;
    top: -90px;
    z-index: 8;
}
.owl-carousel-album.owl-theme .owl-nav [class*=owl-],
.owl-carousel-video.owl-theme .owl-nav [class*=owl-] {
    color: #212121;
    font-size: 26px;
    margin: 5px;
    padding: 0px 10px  0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

img.firma-news {
    width: 100px;
    height: 100px;
    border-radius:999em;
    -moz-border-radius:999em;
    -webkit-border-radius:999em;
    -o-border-radius: 999em;
}
p.firma-news-text {
    margin-left: 20px;
    margin-top: 10px;
}
.col-news{
  height: 340px;
  overflow: hidden;
  margin: 8px 0px;
}
@media (max-width: 1919px) {
    body { font-size: 15px; }
    .page-homepage .slide-item {
        padding-bottom: 36%;
    }
    .h1-big {
        font-size: 36px;
    }
    .owl-carousel-evidenza.owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
    }
    .h1 { font-size: 32px; }
    .section-main {
        padding-top: 75px;
        padding-bottom: 100px;
    }
    .section-main .h1 { padding-top: 40px; }
    .section-main .testo { padding-top: 50px; }
    .box-grey { padding: 70px 75px 75px; }
    .box-grey .h1 { padding: 35px 0px 40px; }
    .section-video { padding-top: 80px; }
    .section-extra .h1 { padding-top: 20px; }
    .section-album { padding-top: 60px; }
    .aside-extra { padding-bottom: 70px; }
    .section-slider-evidenza .h1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .box-grey .box-grey-content {
        padding: 45px 75px;
    }
    .col-azienda-content {
        padding-left: 0px;
    }
    .section-gallery .box-bgimage-cover.box-bglinkgallery .contenuto {
        padding-left: 50px;
        padding-right: 50px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
    .main-inside{
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media (max-width: 1199px) {
    body { font-size: 14px; }
    .navbar-default .navbar-brand {
        width: 220px;
    }
    .navbar-header{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-nav {
        margin-top: 25px;
        float: right;
    }
    .navbar-nav>li>a{ font-size: 15px;}
    .nav>li>a {
        margin-left: 13px;
        margin-right: 13px;
    }

    .ico-social {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .h1 { font-size: 35px; }
    .h2 { font-size: 20px; }
    .h3 { font-size: 15px; }
    .h1-slider {
        font-size: 65px;
    }

    .brOrange {
        padding-left: 30px;
        background-size: auto 12px;
    }
    .item-testo{ padding-left: 30px;}
    .section-slider-evidenza .h1 {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .box-grey .box-grey-content { padding: 35px 55px; }
    .box-grey .box-grey-content .h2 {
        padding-top: 9px;
        padding-bottom: 10px;
    }
    .box-grey .box-grey-content .testo { padding-bottom: 25px; }
    .section-list-news { padding-top: 55px; }
    .box-2column { margin-bottom: 40px; }
    .section-homepage-content {
        padding-bottom: 70px;
    }
    .aside .h3 {
        padding-bottom: 15px;
    }
    .col-search {
        padding-bottom: 25px;
    }
    .col-categorie {
        padding-bottom: 30px;
        font-size: 14px;
    }
    .col-categorie ul li {
        font-size: 14px;
    }
    .section-homepage-content {
        padding-bottom: 50px;
    }
    .btn-up {
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 24px;
    }
    .footer {
        font-size: 14px;
    }
    .col-azienda { font-size: 14px; }
    .flogo{ width: 160px; }
    .col-menu-1,
    .col-menu-2 {
        padding-top: 95px;
    }
    .col-menu-1 ul,
    .col-menu-2 ul {
        margin: 0px;
        padding:0px;
    }
    .col-contatti {
        padding-top: 60px;
        padding-left: 50px;
    }
    .col-contatti .h4 {
        font-size: 19px;
    }
    .col-contatti .h1 {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    #map-canvas{
      height: 320px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }

    .box-dinamical .image .hover {
        padding-top: 44%;
        padding-left: 82%;
        font-size: 36px;
    }
    .main-inside{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .box-persone .contenuto .grey {
        font-size: 15px;
    }


}
@media (max-width: 980px) {
    .navbar-default .navbar-brand { width: 132px; }
    .navbar-nav { margin-top: 5px; }
    .navbar-nav>li>a { font-size: 14px; }
    .nav>li>a {
        margin-left: 8px;
        margin-right: 8px;
    }
    .h1 {
        font-size: 32px;
    }
    .h1-slider {
        font-size: 55px;
    }
    .section-main {
        padding-top: 65px;
        padding-bottom: 60px;
    }
    .section-main .h1 { padding-top: 35px; }
    .section-main .testo { padding-top: 44px; }
    .box-grey {
        padding: 65px 45px 70px;
    }
    .box-grey .h1 {
        padding: 30px 0px 40px;
    }
    .section-video {
        padding-top: 55px;
    }
    .box-dinamical .image .hover {
        padding-top: 44%;
        padding-left: 82%;
        font-size: 28px;
    }
    .section-album {
        padding-top: 40px;
    }
    .section-extra .h1 {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .aside-extra {
        padding-bottom: 60px;
    }
    .col-menu-1, .col-menu-2 {
        padding-top: 121px;
    }
    .col-contatti {
        padding-top: 97px;
    }
    .col-contatti .h1{ font-size: 29px;padding-top: 0px;}

    .main-inside .testo01 {
        padding-top: 20px;
    }
    .main-inside .box-grey {
        padding: 20px 25px 20px;
    }
    .main-inside{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .box-din-hblack .thumb .content {
        font-size: 60px;
    }
    .col-contatti .h1{ font-size: 29px;padding-top: 0px;}
    .box-form {
        padding: 25px;
    }
    #map-canvas{
      height: 220px;
    }

    .owl-carousel-album .owl-nav,
    .owl-carousel-video .owl-nav{
        top: -70px;
    }
}
@media (max-width: 767px) {
    .navbar.navbar-default>.container{ padding-left: 0px; padding-right: 0px; }
    .navbar-brand{ float:left; }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        background: #efefef;
        position: relative;
        z-index: 4;
    }
    .nav>li {
        text-align: right;
        padding-bottom:10px;
    }
    .navbar-nav{
        margin-right: 0px;
        margin-top: 20px;
    }
    .navbar-nav>li>a {
        text-align:right;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 16px;
        display: inline;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 0px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #232323;
    }
    .page-homepage .slide-item {
        padding-bottom: 60%;
    }
    .section-slider-evidenza .h1 { font-size: 20px; }
    .h1 {
        font-size: 20px;
    }
    .h2 {
        font-size: 14px;
    }
    .h1-slider {
        font-size: 25px;
    }
    .section-main {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .section-main .h1 { padding-top: 25px; }
    .section-main .testo { padding-top: 5px; }
    .box-grey {
        padding: 30px 15px 30px;
    }
    .box-grey .h1 {
        padding: 20px 0px 30px;
    }
    .col-icone-content{ padding-left: 10px; }
    .box-grey .list-btn {
        padding-top: 0px;
    }
    .section-video {
        padding-top: 30px;
    }
    .section-extra .h1 {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .section-album {
        padding-top: 25px;
    }
    .aside-extra {
        padding-bottom: 20px;
    }
    .link-social {
        display: flex;
        padding-bottom: 0px;
    }
    .row-social .fvertical{ display: inline-block; }
    .link-social .col-ico{ padding-right: 5px; }
    .col-btn-up{
        text-align: center;
    }
    .flogo {
        width: 90px;
        margin: 0px auto;
    }
    .col-azienda-content{ text-align:center; }
    .col-menu-1, .col-menu-2 {
        padding-top: 10px;
        text-align:center;
    }
    .no-xs-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .main-inside{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .row-content-din {
        padding-top: 15px;
    }
    .box-form {
        padding: 15px;
        margin-top: 25px;
    }
    .titolo-dovesiamo {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .owl-carousel-album .owl-nav,
    .owl-carousel-video .owl-nav{
        margin-top: -15px;
        text-align: left;
        position: relative;
        right: auto;
        top: auto;
    }
    .owl-carousel-evidenza.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
    .row-bottoni {
        padding-top: 0px;
    }
    .box-persone{ padding-bottom: 20px; }

    .col-news {
        height: auto;
        overflow: auto;
        margin: 4px 0px;
    }
}
