﻿/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

textarea:focus, input:focus {
    outline: none;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}


/*** HOME ***/

#prima_riga {
    /*height: 100% !important;
    background-image: url("\images\\bg_landing_page.png");
    background-size: 100% 100%;
    /*background-position-y: center top 100px;*/
    /*background-repeat: no-repeat;
    background-position: center top;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(\images\\bg_landing_page.png) no-repeat center top;
    /*position: fixed;RT08032017*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo {
    min-height: 100px;
    background-color: white;
    line-height: 100px;
    position: relative;
    padding-left: 5%;
}

    #logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

#home {
    background-color: transparent;
    height: calc(100% - 100px);
    padding-left: 5%;
    padding-right: 5%;
}

.btn_info {
    Border: 2px solid white;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    background-color: transparent;
    width: 220px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}

.btn_invia {
    border: none;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    background-color: #C1D101;
    width: 100%;
    color: white;
    font-weight: 600;
    margin-top: 40px;
}

#colonna_destra {
    position: relative;
    height: 95%;
    padding-top: 10%;
}

#colonna_sinistra {
    position: relative;
    height: 95%;
    padding-top: 5%;
}

#p_iva {
    position: absolute;
    bottom: 10px;
    color: white;
}

#form_email {
    
    background-color: white;
    max-width: 450px;
    padding: 50px;
    /* float: right; */
    position: absolute;
    left: calc(50% - 180px);
    right: 0;
}

.text {
    border: none;
    border-bottom: 1px solid #E1E1E1;
    max-width: 100% !important;
    height: 45px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.text_area {

    border: 1px solid #E1E1E1;
    max-width: 100% !important;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.txt_message_label{

    margin-top:10px;
    margin-bottom:5px;
    font-size:16px;
    color:black;

}

#check_box {
    background: none;
    border: none;
}

.sfondo-verde {
    font-size: 35px;
    font-weight: 100;
    font-style: normal;
}

#navbar-brand-bottom{
    padding:20px 0 20px 30px;

}

#footer-ul-nav{
     -webkit-margin-before: 30px;
}
   
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .mobile {
        display: none;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 767px) {


    #prima_riga {
        width: 100%;
        top: 0;
        left: 0;
        background: url(\images\\bg_landing_page.png) no-repeat center top;
    }

    #logo {
        padding-left: 0%;
    }

        #logo img {
            padding-left: 10px;
            padding-right: 10px;
        }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .sfondo-verde {
        font-size: 20px;
    }
}

#form_container {
    height: 100% !important;
    min-height: 900px;


}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder { /* Firefox 18- */
    color: black;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

#logo_mobile {
    min-height: 100px;
    background-color: white;
    line-height: 100px;
    position: relative;
}

    #logo_mobile img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-left: 5%;
        padding-right: 5%;
    }

#row_mobile {
    background-color: #C1D101;
    color: white;
    padding-bottom: 30px;
}

#colonna_destra_mobile {
    margin-top: 20px;
    text-align: center;
}

#colonna_sinistra_mobile {
    background-color: #E1E1E1;
    padding-top: 30px;
    padding-bottom: 30px;
}

#email_form_mobile {
    background-color: white;
    padding: 20px;
    border-radius: 3px;
}

.lbl_errore {
    margin-top: 10px;
}

.ok {
    color: green;
}

.fail {
    color: red;
}

/**HOME**/
:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    min-height: 800px;
    
}

.primo_blocco {
    background-image: url("images/bg_home.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 700px;
}

#ultimo_blocco {
    background-image: url("images/img_05.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

#linea {
    width: 253px;
    height: 3px;
    background-color: #C1D101;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

#riga-pari {
    background-color: #F6F6F8;
}

#testo {
    position: relative;
    height: 100px;
}

#dente-dx {
    position: absolute;
    Top: -59px;
    Right: 13%;
}

#dente-sx {
    position: absolute;
    Top: -59px;
    Left: 13%;
}

#evidenziato {
    color: #A2AA00;
    margin-top: 20px;
}

.evidenziato-bianco {
    color: #FFFFFF;
}

.sfondo-verde {
    background-color: #C1D101;
}

.nav-item {
    font-size: 14px;
    font-weight: medium;
    color: #333333;
}

.title_paragraph {
    font-size: 22px;
    font-weight: medium;
}

.subtitle_paragraph {
    font-size: 15px;
    font-weight: medium;
}

.paragraph {
    font-size: 15px;
    font-weight: normal;
}

.cont_centrato {
    position: relative !important;
}

.centrato {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.centrato_step_left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.centrato_step_right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.navbar {
    margin-bottom: 0px;
}

    .navbar button {
        background-color: #333;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: white;
    border-color: white;
}

.riga-pari {
    background-color: #F6F6F8;
}

.outer-div {
    display: table;
    height: 560px;
    text-align: center;
    padding: 30px;
}

.content_inner {
    display: table-cell;
    vertical-align: middle;
}

    .content_inner img {
        margin: auto;
    }

.text_right_md {
    text-align: left;
    margin-right: 10%;
}

.text_left_md {
    text-align: left;
    margin-left: 10%;
}

.img_footer {
    margin-top: -100px;
}

.title_paragraph {
    margin-bottom: 15px;
}

.title {
    font-size: 40px;
}

.sub_title {
    font-size: 35px;
}

@media screen and (max-width: 767px) {

    .text_right_md {
        text-align: left;
        margin-right: 0%;
        padding-top: 40px;
    }

    .outer-div {
        height: auto;
    }

    .text_left_md {
        text-align: left;
        margin-left: 0%;
        padding-top: 40px;
    }

    .img_right {
        padding-bottom: 40px;
    }

    .img_footer {
        margin-top: -70px !important;
    }

    .centrato {
        top: 45%;
    }

    .title {
        font-size: 30px;
    }

    .sub_title {
        font-size: 25px;
    }

    #dente-dx {
        position: absolute;
        Top: -40px;
        Right: 5%;
        width:80px;
    }

    #dente-sx {
        position: absolute;
        Top: -40px;
        Left: 5%;
        width:80px;
    }
    .img_footer{
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    #nav_bar_bottom {
        display: none;
    }
}

@media screen and (min-width: 1700px) {
    .restringi {
        padding-left: 180px;
        padding-right: 180px;
    }
}



@media screen and (max-width: 420px) {
    .navbar-brand{
        max-width: 150px; 
    }
}

@media screen and (max-width: 420px) {
    .navbar-brand{
        max-width: 150px; 
    }
}

.ie .freccia_giu{
    left:49%;
     margin-left: 0px;
}