:root {
    --danger-fill-color: #f2dede;
    --success-fill-color: #dff0d8;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}

.fa {
    font-family: 'FontAwesome' !important;    
}

.header {
    position: relative;
}

.header img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.header-text {
    text-align: center;;
}

.danger-fill-color {
    background-color: #f2dede;
}

.success-fill-color {
    background-color: #dff0d8;
}

.primary-fill-color {
    background-color: #ec1b23;
}

.primary-text-color {
    color: #177aa1;
}

.secondary-fill-color {
    background-color: #00aeef;
}

.secondary-text-color {
    color: #00aeef;
}

.text-color-black{color: #212121;}

.bold { font-weight: bold; }

.p-top-5 {
    padding-top: 5px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-10 {margin-top:10px;}

.p-bottom-5 {
    padding-bottom: 5px;
}

.logo {
    max-width: 200px;
}

.navbar-brand {
    padding: 5px 15px;
}

.main_home {
    padding-top: 10%;
}

.home {
    height: 500px;
}

.contacts .home_text h1 {
    margin: 0;
}

.contatti .home_text {
    text-align: left;   
}

.home_btns {
    text-align: center;
}

#loading {
    text-align: center;
    background-color: #fff;
}

.object {
    background-color: #177aa1;
}

.btn-sm {
    font-size: 11   pt;
    padding: 4px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*border-radius: 5px;*/
}

.card a:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img {
    /*border-radius: 5px 5px 0 0;*/
}

.card-container {
    padding: 16px 16px;
}

.logo_loading
{
    text-align: center;
    max-width: 500px;
    margin-top: 10px;
}

.btn-primary {
    background-color: #177aa1;
    border-color: #177aa1;
}

.btn-primary:hover {
    color: #177aa1;
    background-color: #fff;
    border-color: #177aa1;
}

.btn-default:hover {
    color: #fff;
    background-color: #177aa1;
    border-color: #177aa1;
}

.separator_left, .separator_auto, .separator_small {
    background: #177aa1;
}

#contact a {color: #fff}

.overlay {
    background-color: rgba(250,250,250,0.3);
}

.ab_head .ab_head_icon .icofont, .ab_head .ab_head_icon .icon {
    background-color: #177aa1;
}

#map {
    height: 500px;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.head_title {
    padding-bottom: 0;
}

.contatti{
    background: url(../images/background/contatti.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    height: 400px;
}

.servizi {
    background: url(../images/background/servizi.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    height: 400px;
}

.about-generatori {
    background-size: contain;
	height: 300px;
	background: #444 url(../images/generatori/1.jpg) center center no-repeat;
}

.pagina-generatori {
    background: url(../images/generatori/header.jpg) no-repeat right fixed;
    background-size: cover;
}

.pagina-tendostrutture {
    background: url(../images/tendostrutture/header.jpg) no-repeat right fixed;
    background-size: cover;
}

.input-background {
    background-color: rgba(255,255,255,0.8);
}

.box-privacy {
    padding: 10px;    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.box-effect {
    background-color: #fff;
    height: 60px;
    width: 3000px;
    transform: rotate(-1.5deg) translateY(-25px);    
}

.bg-white {
    background: #fff !important;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.testo-informativa {
    font-size: 10pt;
}

.testo-informativa a {
    color: #177aa1;
}

.main_contact a {
    color: #fff;
}

.main_footer {
    color: #fff;
}

.policy-link a {
    color: #00aeef;
}

.blog_text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.blog_text p {

}

.footer img {
    max-height: 20px;
}

.scrollup {
    margin-right: 60px;
}

.btn_home_contatti {
    color: #177aa1;
    background-color: #fff;
    border: solid 1px #177aa1;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: none;
}

.credits {
    display: block;
    text-align: center;
}

.featured_slider {
    height: auto;
    margin:0;
    padding:20px 0;
    background: #fff;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #888;
    margin-right: 0.5em;
}

input[type="date"]:focus:before, 
input[type="date"]:valid:before {
    content: "";
  }

#quotation input::placeholder, #quotation textarea::placeholder {
    color: #888;
    font-weight: normal;
    cursor: pointer;    
}

#quotation input, #quotation textarea {
    font-weight: bold;
}

#quotation .checkbox {
    padding: 15px;
    background: rgba(255,255,255,0.7);
    text-align: left;
}

#quotation .checkbox label {
    font-weight: bold;
    color:#000;
}

.custom-sm-roomy-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#quotation .control-label {
    color: #fff;
    font-size: 15pt;
}

.alert {
    border-radius: 0px;
}

.alert-danger {    
    background: rgba(242, 222, 222, 0.8);
}

.alert-success {    
    background: rgba(223, 240, 216, 0.8);
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 15px 15px;
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .custom-sm-roomy-80 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1023px) {    
    .sm-m-bottom-40px {
        margin-bottom: 40px;
    }
}