@font-face {
    font-family: "romaneue_light";
    src:
        url("./fonts/romaneue/romaneue-light.woff") format("woff"),
        url("./fonts/romaneue/romaneue-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "romaneue_bold";
    src:
        url("./fonts/romaneue/romaneue-bold.woff") format("woff"),
        url("./fonts/romaneue/romaneue-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body.home div[data-main="c"] {
    padding-left: 20px;
    padding-right: 20px;
}

html {
    background: url('../images/bg.jpg?1455529491');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: auto;
    font-family: romaneue_light, sans-serif !important;
}

body {
    font-family: romaneue_light, sans-serif !important;
}

body.home {
    height: auto;
    background: none;
    position: static;
}


body.impianti main div#content section#component div#details div.dati div.info p.address:before,
body.impianti main div#content section#component div#details div.dati div.info p.telefono:before,
body.impianti main div#content section#component div#details div.dati div.info p.email:before,
body.impianti main div#content section#component div#details div.dati div.title span.percorsi:before,
body.impianti main div#content section#component div#details div.dati div.info p.web:before {
    color: #091c49;
    font-size: 15px;
    line-height: 15px;
}

body.impianti main div#content section#component div#header-info div#cerca,
body.impianti main div#content section#component div#search,
body.impianti main div#content section#component div#details div.dati div.back {
    background: #091c49;
}

body.impianti main div#content section#component div#results div.item div.details div.info span:before {
    font-size: 10px;
    line-height: 9px;
    color: #091c49;
}

body.impianti main div#content section#component div#results div.item div.details div.text p,
body.impianti main div#content section#component div#details div.dati div.title div.impianto p,
body.impianti main div#content section#component div#details div.dati div.info p,
body.impianti main div#content section#component div#details div.dati div.info p a,
body.impianti main div#content section#component div#results div.item div.details div.info span {
    color: #091c49 !important;
    text-decoration: none !important;
}

body.impianti main div#content section#component div#details div.dati div.info p a:hover,
body.impianti main div#content section#component div#results div.item div.details div.info span:hover {
    border-bottom: 1px solid #246ead;
}


.module-logo img {
    width: 160px;
    height: auto;
}

.module-logo {
    padding: 0 !important;
}

div.module-cerca {
    float: none !important;
}

.custom-logo {
    height: 85px;
}

.module-logo .align {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.module-info,
.custom-info {
    padding: 0 !important;
}

.logo_regione {
    max-height: 85px;
    width: auto !important;
    max-width: 150px;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] {
    background: transparent;
    padding: 0;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group button:before {
    font-size: 25px;
}

.bottom_links {
    /*left: 90px !important;*/
    padding: 50px 10px !important;
    text-align: left;
    margin-left: 0 !important;
    position: static !important;
}

.bottom_links a {
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
}

.bottom_links a:hover {
    border-bottom: 1px solid #246ead;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group div.control-label {
    font-size: 16px !important;
    font-family: romaneue_bold, sans-serif !important;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(4),
body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(5) {
    width: 50%;
    float: left;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(4) {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 30px;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(5) {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 30px;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(5) button {
    float: none;
}

.module-cerca>h3 {
    font-family: romaneue_bold, sans-serif !important;
    color: #fff;
    display: block;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    margin: 20px 0 !important;
    padding: 15px 0 !important;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group div.controls.indirizzo:before {
    font-size: 20px;
    left: 5px;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group div.controls.nome:before {
    left: 8px;
    font-size: 19px;
}

body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group div.controls.sport:before {
    height: 24px;
    left: 9px;
    top: 7px;
    background-size: 20px auto;
}

/*su desktop*/
@media only screen and (min-width: 1024px) {

    html {
        height: 100%;
    }

    body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(4),
    body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(5) {
        width: 5%;
        text-align: left;
        padding: 33px 0 0 0;
    }

    body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group:nth-of-type(5) button {
        float: none;
    }

    body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] {
        padding: 30px 0;
    }

    body.home main div#content section#main-mid {
        padding: 80px;
    }

    body.home main div#content section#main-mid div.module-cerca div[data-mod="ricercaimpianti"] form div.control-group {
        margin: 0 2% 0 0;
    }
}