
/*TOP BAR*/
.link-home-gruppo {
    padding: 4px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.link-home-gruppo a {
    color: white;
    transition: all 0.3s ease-out 0s;
}

.link-home-gruppo a:hover {
    color: #000;
}

ul.col-top-menu li,  ul.col-top-menu li a{
    color: #fff;
}


/* override dei colori dei box*/
.box-one {
    background: #0999a6;
    padding: 70px 35px;
}

.box-two {
    background: #15b4c2;
    transition: all 0.3s ease-out 0s;
}

.box-three {
    background: #2bd1e0;
}

.custom-mini-height {
    min-height: 375px;
}

.photo-responsive img {
    width: 100%;
    height: auto;
}

/*override logo*/
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 100px;
    line-height: 20px;
    padding: 0px 120px;
    margin-left: 0 !important;
    margin-top: -20px;
}

.compact .header .navbar-brand.logo {
    padding-bottom:5px;
    margin-top: -10px;
}

/*.compact .header .navbar-nav li a {
    padding-top: 30px;
}*/

.compact .header .navbar-nav {
    padding-top: 15px;
}

/*OVERRIDE MENU*/
.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu {
	background:#2c3036;
	border:0;
	margin-top:-10px;
}

/*height*/
.ptb-10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35{

    padding-top: 35px;
    padding-bottom: 35px;
}

