/* -------- general -------- */
 #imPage {
    z-index:1;
}
form input[type="text"], form textarea {
    padding: 10px 0 10px 6px !important;
}
/* oggetti testo */
 .text-inner {
    font-weight: 300;
}
/* colore testo */
 .blue {
    color: #6BE;
}
.green {
    color: #6E6;
}
.orange {
    color: #C60;
}
/* pulsanti */
 .button {
    width: auto;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.button.default {
    background: #6cc0f7;
    color: white;
    border: 2px solid #6cc0f7;
}
.button.white {
    color: white;
    border-color: white;
    border: 2px solid;
}
/* -------- header -------- */
 #imHeaderBg {
    background-attachment: fixed;
    background-size: cover;
}
.site-top-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.64);
    height: 675px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.welcome-text {
    position: relative;
    z-index: 9;
    max-width: 730px;
    margin:0 auto;
    text-align:center;
    font-family:"Roboto", sans-serif;
    line-height: 24px;
    padding: 0 20px;
}
.welcome-text h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white;
}
.welcome-text h3 {
    font-weight: 300;
    color: white;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 16px;
}
.welcome-text h3 a {
    color: #6be;
    text-decoration: none;
}
.welcome-text h3 a:hover {
    color: #6e6;
}
.welcome-text .button {
    margin: 0 10px;
}
/* -------- menu mobile -------- */
 .visible-xs {
    display: none;
}
.menu-header {
    position:static !important;
    overflow:visible !important;
    float:right;
    margin: 40px 20px;
    width: auto !important;
}
.visible-xs {
    display:none;
}
#mobile_menu_list > a {
    color: white;
    width: 40px;
    border: 1px solid white;
    text-align: center;
    display:block;
}
#mobile_menu_list > a i {
    line-height: 40px;
}
#mobile_menu_list > a#mobile_menu.mblue {
    color: #23527C;
}
#mobile_menu_list ul {
    list-style: none;
    left:3%;
    margin: 0;
    width: 94%;
    z-index:10001;
    position:absolute;
    margin-top:20px;
    background-color: rgba(0, 0, 0, 0.6);
}
#mobile_menu_list li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}
#mobile_menu_list li:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
#mobile_menu_list li:hover a {
    color: #fff;
}
#mobile_menu_list li a {
    font-family:"Roboto", sans-serif;
    font-size: 16px;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: none;
    text-decoration: none;
    display:block;
    text-align:left;
}
/* -------- row1 -------- */

/* owl carousel slider */
 .service-item {
    background: white;
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.service-item h4 {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-item p {
    font-weight: 300;
    line-height: 24px;
}
.service-icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0 auto;
    line-height: 80px;
    color: #6cc0f7;
    border: 1px solid #6cc0f7;
    font-size: 24px;
}
.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -11%;
    background: white;
}
.owl-prev:after {
    font-family:"FontAwesome";
    content:'\f104';
    font-size: 24px;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: -11%;
    background: white;
}
.owl-next:after {
    font-family:"FontAwesome";
    content:'\f105';
    font-size: 24px;
}
/* -------- row2 -------- */

/* separatore */
 .row2 span.underline {
    width: 240px;
    height: 3px;
    background: #e9e9e9;
    display: block;
    margin: 30px auto;
}
/* -------- row3 -------- */
 .row3 {
    margin-bottom: 92px;
}
/* immagini con testo */
 .row3 > div {
    min-height:0 !important;
}
.row3 .text-inner {
    line-height:24px;
}
.row3 .text-inner img {
    width:100% !important;
    height: auto !important;
}
.row3 .text-inner a.imCssLink {
    color: #444;
    font-weight: 400;
}
/* -------- row4-5 -------- */

/* form newsletter */
 .row5 .imFormButtonWrapper input {
    border-width: 2px !important;
    padding: 8px 25px;
    margin-top: -10px;
    text-transform: uppercase;
	-webkit-appearance: none;
}
/* -------- row6-7 -------- */

/* form mail */
 .row7 form div.imClear {
    height: 25px !important;
}
.row7 form input[type="button"] {
    text-transform: uppercase;
    width:1106px;
    padding: 10px 0;
	-webkit-appearance: none;
}
/* -------- row8 -------- */

/* go to top */
 .row8 .go-top {
    line-height: 24px;
}
/* -------- row9 -------- */

/* oggetto file collegati */
 .row9 {
    height:0 !important;
}
/* -------- footer -------- */
 #imFooterBg, #imFooter {
    border-top: 4px solid gainsboro;
}
.text-footer {
    text-align: center;
    padding-top: 20px;
}
.social-icons {
    margin-top: 30px;
}
.social-icons li {
    display: inline-block;
    margin: 0 10px;
}
.social-icons a {
    color: #777777;
    text-decoration: none;
}
.social-icons a:hover {
    color: #6cc0f7;
}
.copyright-text {
    font-size: 12px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family:"Roboto", sans-serif;
    color: #777;
}
/* -------- media query -------- */
 @media screen and (max-width: 1160px) {
    /* general */
    * {
        box-sizing: border-box;
    }
    #imHeaderBg {
        background-attachment: scroll !important;
    }
    #imContent > div {
        width:100% !important;
    }
    #imPage, #imContent, #imContentGraphics, #imHeader .testo-header, #imFooter, #imFooter .testo-footer {
        width:100% !important;
    }
    #imMnMn {
        width: auto !important;
        left: auto !important;
        right: 3%;
    }
    /* -------- row1 -------- */
    /* owl carousel slider */
    .row1 > div {
        width:100% !important;
    }
    .row1 div[id^="imCellStyle_"] {
        padding-left:0 !important;
        padding-right:0 !important;
        margin: 0 auto;
        width:100% !important;
    }
    .row1 .owl-carousel {
        padding-left: 6%;
        padding-right: 6%;
    }
    .row1 .owl-prev {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .row1 .owl-next {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /* -------- row2 -------- */
    /* oggetto testo */
    .row2 div {
        width:100% !important;
    }
    .row2 div[id^="imCellStyle_"] {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .row2 div[id^="imCellStyleTitle_"] {
        position: relative !important;
    }
    /* -------- row3 -------- */
    /* immagini con testo */
    .row3 > div {
        width:50% !important;
    }
    .row3 > div > div {
        width:100% !important;
    }
    .row3 div[id^="imCellStyle_"] {
        width:auto !important;
    }
    .row3 > div:nth-child(2):after {
        content:"break";
        visibility: hidden;
    }
    /* -------- row4-5 -------- */
    /* form newsletter */
    .row4 div, .row5 div {
        width:100% !important;
    }
    .row5 form {
        margin: 0 auto !important;
    }
    .row5 div[id^="imCellStyle_"] {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    /* -------- row6-7 -------- */
    /* form mail */
    .row6 div, .row7 div {
        width:100% !important;
    }
    .row6 div[id^="imCellStyle_"] {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .row7 form {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .row7 fieldset.first textarea, .row7 form input[type="button"] {
        width: 100% !important;
    }
    .row7 fieldset.first input {
        width: 32% !important;
        margin-right:2% !important;
    }
    .row7 fieldset.first input:nth-child(3) {
        margin-right:0 !important;
    }
    /* -------- row8 -------- */
    /* go to top */
    .row8 div {
        width:100% !important;
    }
}
@media screen and (max-width: 768px) {
    /* -------- general -------- */
    #imGuiPopUp {
        width:90% !important;
    }
    /* -------- menu mobile -------- */
    #imMnMn {
        display: none;
    }
    .visible-xs {
        display: block !important;
    }
    /* -------- row2 -------- */
    /* oggetto testo */
    .row2 div[id^="imCell_"] {
        padding-top:0 !important;
    }
    /* -------- row3 -------- */
    /* immagini con testo */
    .row3 > div {
        width:100% !important;
    }
    /* -------- row4-5 -------- */
    /* form newsletter */
    .row5 form {
        width: 100% !important;
    }
    .row5 .imFormButtonWrapper input {
        margin:60px 0 30px;
        display: block;
    }
    .row5 form fieldset.first input {
        width: 100% !important;
    }
    /* -------- row6-7 -------- */
    /* form mail */
    .row7 fieldset.first input {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .row7 form div.imClear {
        height: 0 !important;
    }
}