@charset "utf-8";
/* CSS Document */




@font-face {
    font-family: 'carlitobold';
    src: url('../fonts/carlito/carlito-bold-webfont.eot');
    src: url('../fonts/carlito/carlito-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/carlito/carlito-bold-webfont.woff2') format('woff2'),
         url('../fonts/carlito/carlito-bold-webfont.woff') format('woff'),
         url('../fonts/carlito/carlito-bold-webfont.ttf') format('truetype'),
         url('../fonts/carlito/carlito-bold-webfont.svg#carlitobold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
    font-family: 'Raleway', sans-serif;
    background-color: #FFFFFF;
    color: #2a4258;

}

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #1d93b7;
}

::selection {
    color: #FFF;
    background: #1d93b7;
}

a {
    color: #2a4258;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover, a:focus {
    color: #2a4258;
    text-decoration:none;
}

.parallax-window {
 /*min-height: 400px;*/
 background: transparent;
}



.btn-default{
    font-family: 'Raleway', sans-serif;
    background: #507dbf;
    width:auto;
    padding: 10px 20px 9px 20px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
        border-radius: 50px;
    position:relative;
    font-weight: normal;
    border:1px solid #507dbf;

    margin:0; margin-top:20px;

    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

.no-bg{
  background: none;
}

.btn-default.no-bg{
  color: #709ce3;
  border-color: #709ce3;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    background-color:#214881;
    color: #FFF;
    border:1px solid #214881;
}

.btn-default.no-bg:hover, .btn-default.no-bg:focus,
.btn-default.no-bg.focus,
.btn-default.no-bg:active,
.btn-default.no-bg.active, .open > .dropdown-toggle.btn-default.no-bg{
    background-color:#709ce3;
    color: #FFF;
    border:1px solid #709ce3;
}

.btn-100{
  width: 100%;
}

header{
  background: none;
  position: relative;
}
header .owl-theme .owl-controls{
  display: none;
}
.owl-theme .owl-controls{
  /*  position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 3;*/
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border: 2px solid #133c55;
    width: 15px;
    height: 15px;
    margin: 5px 2px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #133c55;
}


.slider{
  position: relative;
}

.slider:after {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    display: block;
    background-image:url(/img/sfumatura.png);
    /*background: rgba(0,0,0,0.16);*/
    background-position:bottom, center;
    background-repeat: repeat-x;
}


.slide-item{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 44%;
}

.slide-item.inside{
  padding-bottom: 26%;
}

.slider_placeholder{
  padding-bottom: 12%;
}

.customNavigation > a {
    position: absolute;
    height: 130px;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto 20px;
    cursor: pointer;
    font-size: 80px;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.customNavigation.news > a{
  color: #9f7d53;
}

.customNavigation > a:hover, .customNavigation > a:focus{
    opacity: 0.6;
}
.customNavigation > a.next {
    right: 0px;
}
.customNavigation > a.prev {
    left: 0px;
}


.vertical-center{
     position: relative;;
     top: 50%;
     transform: translateY(-50%);
}


#twitter-widget-0, #___plusone_0{
  vertical-align: bottom!important;
}
.fb_reset{
  display: inline-block;
}

.box-social{
    margin-bottom: 20px;
}


.navbar-default{
  background: #9db8e1;
  padding: 0;
  margin: 0;
  border: none;
}

.navbar-collapse{
  margin-top: 40px;
}

.navbar-default .navbar-brand{
  padding: 0;
}
.navbar-brand>img{
  transform: translateY(-34%);
  height: auto;
  position: absolute;
      z-index: 3;
}


.top-info{
  border-bottom: 1px solid #bfcee3;
  font-size: 14px;
  color: #bfcee3;
  padding: 15px 0;
}
.top-info a{
  margin-left: 15px;
  color:#FFF;
      font-weight: 600;
          vertical-align: middle;
}
.top-info a .light{
  font-weight: normal;
      vertical-align: middle;
}

.top-info .fa{
  font-size: 19px;
  vertical-align: middle;
}

.top-info a .fa.social-fa,
footer .fa.social-fa{
  font-size: 30px;
}

.top-info a:last-child{
  margin-left: 5px
}


.h1, h1{
  font-family: 'Amita', cursive;
  color: #133c55;
  font-weight: bold;
  margin-top: 0;
  text-transform: none;
}

.navbar-default .nav li a{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus,
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
  color: #214881;
  background: none;
}



.caption{
  position: absolute;
  z-index: 3;
  left:0;
  right: 0;
  bottom: 10%;
  transform: translateY(-50%);
  text-align: center;
}

.caption .h1{
  font-size: 65px;
  text-shadow: 0px 4px 0px #9db8e1;
  color: #FFF;
}


.bg-azul{
  background: #9db8e1;
}

.top-well{
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
}

.well-cell{
  border-right: 1px solid #bbcdea;
  padding: 35px;
  text-transform: uppercase;
}
.well-cell:last-child{
  border-right: 0;
}

.box-home{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 33%;
  position: relative;
}

.box1{
  background-image: url('/img/box1.jpg');
}

.box2{
  background-image: url('/img/box2.jpg');
}

.box3{
  background-image: url('/img/box3.jpg');
}

.categoria-cell{
  border: 1px solid #9db8e1;
}

.categoria-cell .box-home{
  padding-bottom: 78%;

}

.categoria-cell .box-home .rombo{
    width: 180px;
    height: 180px;
}

.box-home:hover .rombo{
  background: rgba(33,72,129, 1);
}


.rombo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: rgba(33,72,129, 0.90);
  color: #FFF;
  padding: 15px;

  width: 200px;
  height: 200px;

  opacity: 1;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.rombo>div{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-home .btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.box-home .btn.top{
  top: 10%;
  bottom: auto;
}
.box-home .btn.bottom{
  bottom: 10%;
  top: auto;
}

.news-cell .image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 75%;
  border: 1px solid #9db8e1;
}


.h2, h2{
  font-size: 20px;
  color: #2a4258;
  font-weight: bold;
}


footer{
  background:#9db8e1 ;
  color: #edf2f9;
  padding: 0;
  overflow: hidden;
}
footer a{
  color: #edf2f9;
}
.border-top{
  border-top: 1px solid #bbcdea;
}

footer .navbar-brand img{
  transform: translateY(-19%);
}

footer .first-row{
      line-height: 2;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle{
  background: none;
  border: none;
      padding: 9px 0px;
}
.navbar-default .navbar-toggle .icon-bar{
  background: #507dbf;
}

.p, p{
  font-size: 16px;
  line-height: 1.5;
}


.contatti-info a{
  display: block;
  margin: 10px 0;
}

.form-control{
  border-radius: 0;
  height: 45px;
  background: #f2f6fb;
  border: none;
  box-shadow: none;
  color: #507dbf;
}


.divider{
  height: 1px;
  background: #d6e3f8;
  width: 100%;
}

.p ul li{
  float: left;
      width: 22%;
}

.p ul{
  display: inline-block;
width: 100%;
margin:0;
padding-left: 20px;
line-height: 1;
}

.prodotto-cell .title{
  background: #375a8d;
  color: #FFF;
    background: rgba(33,72,129, 0.90);
    padding: 15px;

    position: absolute;
    bottom:0;
    left:0;
    right:0;
    border: 1px solid #375a8d;
}

.border-image{
  border: 1px solid #375a8d;
}



.fotorama__thumb-border {     border-color: #9db8e1; }  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus){    background-color: #9db8e1;    border-radius: 1px; }

section{
  padding: 0;
}


.fotorama__nav-wrap{
    margin-top: 15px;
}

/*320 - 480  MOBILE  */
@media (min-width: 320px) and (max-width: 767px) {
  .navbar-brand>img{
    width: 230px;
  }

  .rombo {
    width: 120px;
    height: 120px;
  }

  .top-well{
    font-size: 20px;
  }

  .rombo>div {
    font-size: 18px;
  }

  .box-home .btn.top {
    top: 6%;
  }

  .box-home .btn.bottom {
    bottom: 6%;
  }

  .navbar-default .nav li a{
    font-size: 13px;
  }

  .navbar-collapse {
    margin-top: 25px;
  }

  .top-well {
    font-size: 14px;
  }

  .h1, h1{
    font-size: 24px;
    line-height: 1.3;
  }

  .box-home .btn{
    display: none;
  }

  .caption .h1{
    font-size: 40px;
  }

  .navbar-brand>img {
    transform: translateX(-10%) translateY(-47%);
  }

  .top-info{
    padding: 15px;
  }


  .navbar-collapse{
    margin: 0;
    background: #FFF;
  }

  .navbar-default .nav li a{
    color: #214881;
    text-align: right;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .nav li a:hover, .navbar-default .nav li a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #9db8e1;
  }


  .navbar-nav {
    margin: 20px -15px;
  }


  .pv-lg{
      padding-top: 35px;
      padding-bottom: 35px;
    }

  .pt-lg{
    padding-top: 35px;
  }

  .pb-lg{
    padding-bottom: 35px;
  }

  .pv-md{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-md{
    padding-top: 20px;
  }

  .pb-md{
    padding-bottom: 20px;
  }


  .btn-default {
    font-size: 11px;
  }

  .box-home {
    padding-bottom: 100%;
  }


  footer .navbar-brand img {
    transform: translateY(-55%);
    position: absolute;
    right: -31px;
  }

  footer .navbar-brand{
    height: auto;
  }

  .p ul li{
    float: none;
        width: 100%;
        line-height: 1.5;
  }

  .slider_placeholder {
    padding-bottom: 20%;
  }

}


/* 768 */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-brand>img{
    width: 230px;
  }

  footer .navbar-brand img{
    max-width: none;
    transform: translateY(4%) translateX(-47%);
        width: 260px;
  }

  .rombo {
    width: 120px;
    height: 120px;
  }

  .top-well{
    font-size: 20px;
  }

  .rombo>div {
    font-size: 18px;
  }

  .box-home .btn.top {
    top: 6%;
  }

  .box-home .btn.bottom {
    bottom: 6%;
  }

  .navbar-default .nav li a{
    font-size: 13px;
  }

  .navbar-collapse {
    margin-top: 25px;
  }

  .top-well {
    font-size: 14px;
  }

  .h1, h1{
    font-size: 24px;
  }

  .box-home .btn{
    display: none;
  }

  .caption .h1{
    font-size: 40px;
  }

  .well-cell {
    padding: 20px 35px;
  }
  .p ul li {
    width: 30%;
  }


  .pv-lg{
      padding-top: 35px;
      padding-bottom: 35px;
    }

  .pt-lg{
    padding-top: 35px;
  }

  .pb-lg{
    padding-bottom: 35px;
  }

  .pv-md{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-md{
    padding-top: 20px;
  }

  .pb-md{
    padding-bottom: 20px;
  }

}


/* 992 */
@media (min-width: 992px) and (max-width: 1199px) {

  .navbar-brand>img{
    width: 320px;
  }

  .rombo {
    width: 120px;
    height: 120px;
  }

  .top-well{
    font-size: 20px;
  }

  .rombo>div {
    font-size: 18px;
  }

  .box-home .btn.top {
    top: 6%;
  }

  .box-home .btn.bottom {
    bottom: 6%;
  }

  .caption .h1{
    font-size: 45px;
  }

  .p ul li {
    width: 30%;
  }

  .categoria-cell .box-home .rombo {
    width: 150px;
    height: 150px;
  }

}

/* 1200 */
@media (min-width: 1200px) and (max-width: 1599px) {

  .navbar-brand>img{
    width: 320px;
  }

  .rombo {
    width: 140px;
    height: 140px;
  }

}

/* 1600 */
@media (min-width: 1600px) and (max-width: 1919px) {


}





@media (min-width: 320px) {

  #map-canvas{
    height: 250px;
  }

}

@media (min-width: 480px) {




}


@media (min-width: 768px) {

  #map-canvas{
    height: 300px;
  }

}
/*
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {

        margin: 7.5px auto;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
*/
@media (min-width: 992px) {


}

@media (min-width: 1200px) {



}



@media (min-width: 1920px) {




}

@media print {
       footer, header, .no-print{
           display:none;
       }
}
