/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-mar-2017, 16.53.51
    Author     : Ferlo
*/
.places a {
    color: #424242;
}
.page-section .row{
    margin-bottom: 32px !important;
}
.carousel-caption {
    text-shadow: none;
}
.icon_box_inner {
    text-align: center;    
    max-width: 300px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
}
.icon_box_inner h3 {
    min-height: 52px;
}
.icon_box_inner .icon_box_text {
    min-height: 100px;
}
.icon_box_inner img.icon-home{
    width: 100%;
    max-width: 90px;
}
.icon_box_inner a {
    color: #3d457d;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.slide h1,
.slide h2,
.slide h3 {
    margin-top: 10px;
}

table.settori td {
    padding: 20px 10px;
}
.link-utili {
    margin-top: 25px;
}
.featured.featured-has-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding-bottom: 72px;
    position: relative;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.featured img {
    width: 100%;
}
.featured-header {
    border-bottom-color: #ebac01;
}
.featured-content {
    background-color: #fff;
    border-top: 5px solid #ebac01;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    transition: .4s transform ease;
    width: 100%;
}
.featured-title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    line-height: 1em !important;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}
icon_box_text p {
    max-width: 400px;
    margin: auto;
}
.icon-media i {
    font-size: 30px;
    color: #ebac01;
}
.sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}
.sep_width_10 {
    width: 10%;
}
.separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.separator .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.separator.sep_border_width_2 .sep_holder .sep_line {
    border-top-width: 2px;
}
.separator .sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

div.icon-bottom {
    min-height: 180px;
}
.home-template div.icon-bottom {
    width: 20%;
    float: left;
}

.landing-template div.icon-bottom{
    width: 33.3333%;
    float: left;
}
.landing-template div.icon-bottom:nth-child(4){
    margin-left: 16.6666%;
}
.landing-template .box_content {
    margin-bottom: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 991px){
    .home-template div.icon-bottom{
        width: 33.3333%;
    }
    .home-template div.icon-bottom:nth-child(4){
        margin-left: 16.6666%;
    }
}
@media only screen and (max-width: 767px){
    .image-box img{
        margin: auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px){
    .home-template div.icon-bottom{
        width: 50%;
    }
    .home-template div.icon-bottom:nth-child(5){
        margin-left: 25%;
    }
}
@media only screen and (max-width: 479px){
    .home-template div.icon-bottom{
        width: 100%;
    }
}

div.icon-bottom h1 {
    font-size: 18px;
    font-weight: bold;
}
div.icon-bottom h3 {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 12px;
    margin-top: 0;
    line-height: 20px;
}
.pulsante-scopri a {
    border: solid 2px #2d5f98;
    padding: 10px 25px;
    font-weight: 900;
    color: #2d5f98;
    margin-top: 50px !important;
    display: block;
    max-width: 170px;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 16px;
}
