﻿
.iscrconf {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    border-radius: 3px;
    position: relative;
    height: 100px;
    width: 400px;
/*    padding: 4px 10px 5px 10px;*/
/*    margin-top: 70px;*/
    font-size: 20px;
    font-weight: 400;
}

.myzoom {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    position:absolute;
    top:  205px;
    left: 740px;
    height: 138px;
    width: 138px;
    padding: 4px 5px 5px 5px;
    z-index: 1;
}

.myzoomp {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    position: absolute;
    top: 295px;
    left: 642px;
    height: 135px;
    width: 210px;
    padding: 4px 5px 5px 5px;
    z-index: 1;
}

.myzoomnew {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    position: absolute;
    top: 451px;
    left: 642px;
    height: 96px;
    width: 260px;
    padding: 4px 5px 5px 5px;
    z-index: 1;
}

.myzoomsf {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    position: relative;
    top: -330px;
    left: 332px;
    height: 135px;
    width: 210px;
    padding: 4px 5px 5px 5px;
    z-index: 1;
}

.myzoomc {
    background-color: gainsboro;
    box-shadow: 3px 3px 3px silver;
    border: solid 1px gray;
    position: relative;
    top: -303px;
    left: 273px;
    height: 135px;
    width: 385px;
    padding: 4px 5px 5px 5px;
    z-index: 1;
}

.myzoombtn {
    margin-left: 5px;
    Height:18px; Width:40px; Font-Size: xx-Small; Border: Solid 1px gray; background-color: WhiteSmoke; color: black;
}
.mypreaz {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    text-align: center;
    padding-top: 20px;
}

.mybtnpreaz {
    width: 400px;
    height: 50px;
    font-size: x-large;
    border-radius: 3px;
    /*box-shadow: 5px 5px 5px lightblue;*/
    border: solid 1px darkgray;
    margin-bottom: 10px;
    background-color: gainsboro;
    color: black;
}

.myconve {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mybtnconve {
    width: 400px;
    height: 50px;
    font-size: x-large;
    font-weight: 500;
    border-radius: 3px;
    /*box-shadow: 5px 5px 5px lightblue;*/
    border: solid 1px darkgray;
    margin-bottom: 10px;
    background-color: gainsboro;
    color: black;
}
.mybtnnews {
    width: 300px;
    height: 40px;
    font-size:  medium;
    border-radius: 3px;
    box-shadow: 5px 5px 5px lightblue;
    border: solid 1px darkgray;
    background-color: gainsboro;
    color: black;
}

.mybtnmenu {
    width: 150px;
    font-size: small;
    border-radius: 3px;
    box-shadow: 3px 3px 3px lightblue;
    border: solid 1px darkgray;
/*    margin-bottom: 20px;*/
    background-color: gainsboro;
    color: black;
    font-weight: 400;
}

.confit {
    font-size:  medium;
}

.confitimg {
    height: 30px;
    width: 39px;
    padding: 0;
    margin-top: -3px;
}

.newswbox {
    width: 350px;
    background-color: #F8F8F8;
    font-size: x-small;
    text-align: left;
    border-radius: 5px;
    box-shadow: 5px 5px 5px lightblue; 
}

.shadowbox {
    border: solid 1px silver;
    box-shadow: 5px 5px 5px lightblue;
}

.intro h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 62px;
}

.intro p {
    background-color: transparent;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
}

.txtupper {
    text-transform: uppercase;
}

.startpage {
    margin-top: 20px;
}

    .startpage h2 {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }

        .startpage h2::after {
            position: absolute;
            content: "";
            background-color: #e52f3c;
            height: 3px;
            width: 50px;
            bottom: -1px;
            left: 0;
        }

.mysection-title {
    margin-bottom: 20px;
}

.mysection-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.mysection-title h2::after {
    position: absolute;
    content: "";
    background-color: #e52f3c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

    .mysection-title h3 {
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }

        .mysection-title h3::after {
            position: absolute;
            content: "";
            background-color: #e52f3c;
            height: 3px;
            width: 50px;
            bottom: -1px;
            left: 0;
        }

.separatore {
    position: absolute;
    margin-top: 10px;
    height: 3px;
    width: 50px;
    top: -1px;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.mycol-md-offset-2 {
    margin-left: 10.0%;
}

.rowpage {
    height: 10px;
}

/*.mycol-md-3 {
    width: 24%;
    float: left;*/
    /* font-size: 62px;*/
    /*position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/


.myapp-btn {
    text-align: right;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0px 40px 30px 0;
    border-radius: 3px;
    border: 2px solid silver;
    font-size: x-small;
    background-color: whitesmoke;
}

 .myimg-btnl {
    float:left;
    padding: 3px 5px 3px 25px;
    border-radius: 3px;
}

.myimg-btnr {
    float:right;
    padding: 3px 25px 3px 5px;
    border-radius: 3px;
}


.mycol-md-6 {
    width: 95%;
    font-size: 62px;
}

.mycol-md-6 p{
    font-size: 25px;
}

#contact .mycontact-item {
    margin: 10px 0;
}

.mymarqee {
    font-family: arial, sans-serif,Raleway, Helvetica;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: white;
}

#contact .mybtn-custom {
    margin: 2px 0 0 30px;
    background: transparent;
    border: 2px solid #fff;
}


#municipi {
    margin: 50px 0;
}

    /* Services Section */
    #services {
        padding: 50px 0;
    }

        #services .service-media {
            margin: 10px;
            border: solid 1px silver;
            box-shadow: 5px 5px 5px lightblue;
            border-radius: 3px; 
        }

        #services .myservice-btn {
            text-align: right;
            margin: 0px 40px 30px 0;
            border-radius: 3px;
        }

            #services .myservice-btn a {
                text-align: right;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

        #services .myservice-btnl {
            text-align: left;
            margin: 0px 0px 30px 40px;
            border-radius: 3px;
        }

            #services .myservice-btnl a {
                text-align: left;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

        #services .service-media img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            border-radius: 3px;
        }

    #services .service-desc {
        margin: 10px 10px 20px;
    }

    #services h3 {
        font-weight: 700;
        padding: 5px 0;
    }

    #services .service-desc hr {
        margin-left: 0;
    }


    .mycomi-btn a {
        text-align: right;
        padding: 3px 5px 3px 5px;
    }
    

    /* collegate Section */
    #collegate {
        padding: 100px 0;
    }

        #collegate .service-media {
            /*   margin: 10px;*/
            border: solid 1px silver;
            box-shadow: 5px 5px 5px lightblue;
            border-radius: 3px; 
        }

        #collegate .myservice-btn {
            text-align: right;
            margin: 0px 40px 30px 0;
            width: 100%;
            border-radius: 3px;
        }

            #collegate .myservice-btn a {
                text-align: right;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

    #collegate .service-media img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    #collegate .service-desc {
        margin: 5px 10px 20px;
    }

    #collegate .service-desc h3 {
        font-size:   large;
        font-weight: 700;
        padding: 5px 0;
    }

    #collegate .service-desc p {
        font-size: medium;
        font-weight: 600;
/*        margin-top: -12px;*/
    }

    #collegate .service-desc hr {
        margin-left: 0;
    }


#contact .mybtn-custom {
    margin: 2px 0 0 30px;
    background: transparent;
    border: 2px solid #fff;
}

    /* dipartimenti Section */
    #dipartimenti {
        padding: 10px 0;
    }

        #dipartimenti .service-media {
            margin: 10px;
            border: solid 1px silver;
            box-shadow: 5px 5px 5px lightblue;
            border-radius: 3px; 
        }

        #dipartimenti .myservice-btn {
            text-align: right;
            margin: 0px 40px 30px 0;
            border-radius: 3px;
        }

            #dipartimenti .myservice-btn a {
                text-align: right;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

    #dipartimenti .service-media img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    #dipartimenti .service-desc {
        margin: 10px 10px 20px;
    }

    #dipartimenti h3 {
        font-size: 20px;
        font-weight: 700;
        padding: 5px 0;
    }

    #dipartimenti .service-desc hr {
        margin-left: 0;
    }



.img-responsive {
    box-shadow: 5px 5px 5px lightblue;
}

.testimonial-image img {
    display: block;
    width: 96px;
    height: 96px;
    border: solid 1px silver;
    box-shadow: 3px 3px 3px lightblue;
    border-radius: 3px; 
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1f386e;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 10px 0 10px;
}

.myservdett {
    margin-left: 40px;
}

.myservdett p {
    font-size: 14px;
    font-weight:500;
}

.munidiv {
    margin-bottom: 10px;
}
    .imgmuni {
    height: 96px;
    width: 96px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px lightblue;
}

.imgcomi {
    height: 96px;
    width: 96px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px lightblue;
}

@media only screen and (max-width: 1200px) {
  
    .confitimg {
        height: 30px;
        width: 39px;
        padding: 0;
        margin-top: -3px;
    }

    #collegate .service-desc h3 {
        font-size: large;
        font-weight: 700;
        padding: 5px 0;
    }

    #collegate .service-desc p {
        font-size: small;
        font-weight: 600;
        /*margin-top: -10px;*/
    }

    .startpage h2 {
        font-size: x-large;
    }
}

@media only screen and (max-width: 1080px) {
    #menu.navbar-default .navbar-nav > li > a {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #1f386e;
        font-size: 22px;
        font-weight: 700;
        padding: 12px 2px;
        border-radius: 0;
        margin: 9px 20px 0 20px;
    }
    .confit {
        /*font-size:  small;*/
    }

    .confitimg {
        height: 25px;
        width: 33px;
        padding: 0;
        margin-top: -3px;
    }

    #about h2 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        margin-top: 30px;
    }

    #collegate .myservice-btn {
        /* position: relative;*/
        text-align: right;
        margin: 0px 50px 50px 0;
        width: 100%;
    }

        #collegate .myservice-btn a {
            text-align: right;
            margin: 0px 50px 50px 0;
        }

    #collegate .service-desc h3 {
        font-size: large;
        font-weight: 700;
        padding: 5px 0;
    }

    #collegate .service-desc p {
        font-size: small;
        font-weight: 600;
      /*  margin-top: -10px;*/
    }


    .confit {
        font-size: small;
    }

    .startpage h2 {
        font-size: large;
    }

    .mysection-title h3 {
        margin-left: 15px;
    }

}

@media (max-width: 768px) {
    #menu.navbar-default .navbar-nav > li > a {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #1f386e;
        font-size: 22px;
        font-weight: 700;
        padding: 12px 2px;
        border-radius: 0;
        margin: 9px 20px 0 20px;
    }
    .confit {
       /* font-size:  small;*/
        float:left;
        margin-left:10px;
    }

    .confitimg {
        float: left;
        height: 20px;
        width: 26px;
        padding: 0;
        margin-top: -3px;
    }

    .intro h1 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
    }

    .intro p {
        background-color: transparent;
        font-family: 'Times New Roman', Times, serif;
        font-size: 12px;
    }

    .mycol-md-6 {
        width: 95%;
        font-size: 7px;
    }

        .mycol-md-6 p {
            font-size: 14px;
        }

    .mymarqee {
        font-family: arial, sans-serif,Raleway, Helvetica;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: white;
    }

    #collegate .myservice-btn {
        /* position: relative;*/
        text-align: right;
        margin: 0px 50px 50px 0;
        width: 100%;
    }

        #collegate .myservice-btn a {
            text-align: right;
            margin: 0px 50px 50px 0;
        }

    #collegate .service-desc h3 {
        font-size: large;
        font-weight: 700;
        padding: 5px 0;
    }

    #collegate .service-desc p {
        font-size: small;
        font-weight: 600;
        margin-top: -10px;
    }

    .startpage h2 {
        font-size: medium;
    }

    .mysection-title h3 {
        margin-left: 15px;
    }
}


/* Get Touch Section */
#myget-touch {
    padding: 5px 0 30px;
    color: rgba(255,255,255,.7);
    background: #1f386e;
}

    #myget-touch h3 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 10px -60px;
    }

    #myget-touch .btn-custom {
        margin: 0;
        background: transparent;
        border: 2px solid #fff;
    }

        #myget-touch .btn-custom:hover {
            color: #1f386e;
            background: #fff;
            border: 2px solid #fff;
        }




/* Modal popup Ajax */

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.6;
}


.modalPopup {
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: silver;
    padding-top: 10px;
    padding-left: 10px;
    width: 80%;
    /* height: 140px;*/
    transition: opacity .5s ease-out, visibility 0s linear .5s;
}


    /* Extra small devices (phones, 600px and down) */
    /*@media only screen and (max-width: 600px) {
    ...
}*/

    /* Small devices (portrait tablets and large phones, 600px and up) */
    /*@media only screen and (min-width: 600px) {
    ...
}*/

    /* Medium devices (landscape tablets, 768px and up) */
    /*@media only screen and (min-width: 768px) {
    ...
}*/

    /* Large devices (laptops/desktops, 992px and up) */
    /*@media only screen and (min-width: 992px) {
    ...
}*/

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    /*@media only screen and (min-width: 1200px) {
    ...
}*/