/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.

 colors
 CREMA #F5F4C9


VERDE CHIARO #36712F


VERDE SCURO #16431F
 */








/*Font custom*/
@font-face {
   font-family: Avenir;
   src: url('../fonts/Avenir.html');
    src: url('../fonts/Avenird41d.html?#iefix') format('embedded-opentype'),
}
/* Global Styles */

html,
body {
    font-family: Avenir;
    height: 100%;
    color:#16431F;
    font-size: 16px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #F5F4C9;
}

a {
    color:#36712F;
}

h1 {
    font-size: 50px;
}


a:hover {
    color: #fff;
}
a.footer {
    color: #F5F4C9;
}

.text-green {
    color:#16431F;
}

.navbar-inverse {
    background-color: #36712F;
    border-color: #16431F;

}
.navbar-inverse .navbar-nav>li>a {
    color: #F5F4C9;
}

.navbar-inverse .navbar-brand {
    color: #F5F4C9;
}

.img-portfolio {
    margin-bottom: 30px;
}
.img-press {
    float:left;
    margin-right: 40px;
    margin-bottom: 40px;
    height:80px;
}

.img-hover:hover {
    opacity: 0.8;
    border: 10px solid #36712F;
    border-radius: 25px;
    padding: 0px;
}

.border-light {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    padding-top:  20px;
}

.press {
    background: url(../images/press/milano.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cta {
    background: url(../images/milano.html) no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px;
  margin-bottom: 50px;
}

.flag{
    height:30px;

}
/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.center {
    margin: auto;
    padding: 30px;
}

/* Footer Styles */

footer {
    padding: 50px;
    background-color: #36712F;
    color: #F5F4C9 ;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
