/* CSS Document */
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato-regular-webfont.woff') format('woff'),
    url('../fonts/lato-regular-webfont.ttf') format('truetype'),
    url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    padding: 0;
    margin: 0;
}

.mrx {
    margin-right: 6px;
}

.header {
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
}

@media (min-width: 990px) {
    .header .left {
        float: left;
    }
}

@media (max-width: 989px) {
    .header .left {
        width: 100%;
        text-align: center
    }

}

@media (max-width: 767px) {
    .top {
        margin-top: 30px;
    }
}

.header .right {
    float: right;
    text-align: right
}

.formLogin {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 5px;
    border: 0px;
}

.accedi {
    font-family: Arial, serif;
    height: 27px;
    padding: 3px 3px 3px 3px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    border: 0;
    margin: 2px;
}

.banner {
    padding: 10px 0;
}

.content {
    background-color: #f1f1f1;
    padding: 35px 0px;
}

.titolo {
    width: 100%;
    /*background-color: #F4F4F4;*/
    background-color: #FFFFFF;
    /*height: 1px;*/
    text-align: center;
    border: 1px solid #B8B8B8;
    border-radius: 0px;
    padding: 8px;
}

.titolo span {
    font-family: Segoe UI Light, serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
}

.contentMarchi_otherLink > span {
    font-size: 17px;
    color: white;
}

.contentMarchi_otherLink {
    text-align: center;
    color: white;
    border: 0px;
    width: 93%;
    height: 34px;
    padding-top: 4px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 2px;
    margin-left: 2px;
    margin-top: 2px;
}

@media only screen and (max-width: 1200px) {
    .contentMarchi_otherLink {
        text-align: center;
        color: white;
        border: 0px;
        width: 104%;
        height: 34px;
        padding-top: 4px;
        margin: 0 auto;
        background-color: #00547F;
        border-radius: 5px;
        margin-left: 2px;
        margin-top: 2px;
    }
}


.contentMarchi {
    margin-top: 40px;
}

.contentMarchi img {
    margin-bottom: 5px
}

.line {
    margin-top: 40px;
    margin-bottom: 40px;
}

.linea_s {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 30%;
}

.select {
    width: 100%;
    margin-bottom: 30px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #666;
    font-family: 'verdana';
}

.labelForm {
    font-family: 'verdana';
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    color: #666;
    width: 100%;
    font-size: 12px;
}

.cerca {
    background-color: #00547f;
    color: #fff;
    font-size: 17px;
    font-family: 'verdana';
    -webkit-font-smoothing: antialiased;
    padding: 5px 15px;
    border: 0px;
    border-radius: 5px;
}

.footer {
    background-color: #31a3dd;
    width: 100%;
    padding-top: 10px;
    font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
    font-size: 11pt;
    color: #fff;

}

@media (max-width: 767px) {
    .footer h1 {
        font-size: 14px;
        margin: 10px 0px 5px 0px;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .footer h1 {
        font-size: 14px;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }
}

/** Service Section  ***************************************************************************************************************
********************************************************************************************************************************/
.service {
    padding-top: 90px;
    padding-bottom: 90px;

}

.service_area {
    border-radius: 0px;
    margin-bottom: 65px;
    transition: all 0.4s ease 0s;

}

.service_iocn {
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    background-color: #31A3DD;
}

.service_iocn i {
    color: #fff;
    font-size: 50px;
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.service_detail h3 {
    font-size: 24px;

    letter-spacing: normal;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.service_detail p {
    font-size: 16px;
    line-height: 27px;
}

.service_area:hover .service_iocn {
    background-position: 0 -100%;
}

.service_area_2 {
    text-align: center;
    border-radius: 0px;
    margin-bottom: 65px;
    transition: all 0.4s ease 0s;
}

.service_iocn_2 i {
    background: #fff;
    width: 90px;
    height: 90px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.d-none {
    display: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.alert {
    line-height: 22px;
}

.btn-custom {
    background-color: #ffffff;
    border-color: #304263;
    color: #304263;
}

.service_iocn_2 i {
    font-size: 50px;
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.service_detail_2 h3 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.service_detail_2 p {
    font-size: 18px;
    line-height: 27px;
}

.service_area_2:hover .service_iocn_2 i {
    background-position: 0 -100%;
}

.service_area_2:hover .service_iocn_2 i {
    color: #fff;
}

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

.hr {
    border: 2px solid #31A3DD;
    margin: 0px 0 50px;
}

.heading_title h3 {
    display: inline-block;
    margin-top: 0px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    line-height: 40px;
    color: #31A3DD;
}

.heading_title h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.heading_title2 {
    display: block;
    margin: 0px 0 20px;
}

.heading_title2 h3 {
    display: inline-block;
    margin-top: 0px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.heading_title2 h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}


.social {
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.social li {
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.social i {
    color: #fff;
    line-height: 30px;
}

/* facebook */
.social li.facebook {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #4C66A4 50%);
}

.social li.facebook:hover {
    background-position: 0 -100%;
    background-color: #4C66A4;
}

/* dribble */
.social li.dribbble {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #EA4C89 50%);
}

.social li.dribbble:hover {
    background-position: 0 -100%;
    background-color: #EA4C89;
}

/* dribble */
.social li.twitter {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #f60 50%);
}

.social li.twitter:hover {
    background-position: 0 -100%;
    background-color: #f60;
}

/* linkedin */
.social li.linkedin {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #C92228 50%, #C92228 50%);
}

.social li.linkedin:hover {
    background-position: 0 -100%;
    background-color: #069;
}

/* youtube */
.social li.youtube {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #069 50%, #069 50%);
}

.social li.youtube:hover {
    background-position: 0 -100%;
    background-color: #069;
}

button.subscribe {
    background: #cf3341;
    border: 0 none;
    overflow: hidden;
    padding: 9px 13px;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
    font-weight: normal;
}

.footer-titoli {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
}

.manda_amico {
    width: 100%;
    margin: auto;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    margin-top: 12px;
    padding: 4px 15px 4px 15px;
}

button.exclusive {
    background: #DF2E1B none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 13px;
    text-shadow: none;
    padding: 8px 20px;
    float: left;
    margin-top: 0px;
    font-weight: normal;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 0px;
    border: medium none;
}


.modalDialog {
    position: fixed;
    text-align: center;
    font-family: monospace;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 80%;
    height: 70%;
    position: relative;
    margin: 10% 10%;
    padding: 5px 20px 13px 20px;
}

@keyframes slidy {
    0% {
        left: 0%;
    }
    20% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 25%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 400%;
    height: 100%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}


select.select2-container {
    height: auto !important;
    margin: 1%;
    padding: 1% 1% 1% 2%;
    position: relative;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #EEE 1%, #FFF 15%);
    top: 5px;
    border: 1px solid #9ca09b;
    box-sizing: border-box;
    border-radius: 0;
    min-width: 30%;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
    font-size: 120%;
}


.barra_blu {
    background-color: #93DBF3;
    min-width: 100%;
    max-height: 90%;
    position: relative;
    color: #067AA7;
    text-align: left;
    /*padding-right: 15%;*/
    margin: 0 auto;
}


.zoo {
    -webkit-transition: all 0.2s ease-in; /* Safari and Chrome */
    -moz-transition: all 0.2s ease-in; /* Firefox */
    -ms-transition: all 0.2s ease-in; /* IE 9 */
    -o-transition: all 0.2s ease-in; /* Opera */
    transition: all 0.2s ease-in;
}

.zoo:hover {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
}


/*  -------  31 10 2016 */

a.header_link:visited,
a.header_link {
    color: #524F86;
    text-decoration: none;
}

a.header_link:hover {
    color: #0C03A8;
    text-decoration: none;
}

.container.custom {
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
}

@media (max-width: 767px) {
    .logoArea {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .social {
        float: right;
    }
}

.select2-container.searchImput,
.searchImput {
    border: 1px solid #c9c9c9;
    padding: 11px;
    margin: 0;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    line-height: 20px;
    position: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    height: 50px !important;
}

.select2-container.searchImput {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0px !important;
}

.unselected {
    color: #A9A !important;
}

.social {
    width: 200px;
    margin: 0 auto;
}

.social li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    border: 0px !important;
    padding-top: 3px !important;
    cursor: pointer;
}

/* instagram */
.social li.instagram {
    background-size: 100% 200%;
    background-color: #9E6F4F !important;
    background-image: none !important;
}

.social li.instagram:hover {
    background-position: 0 -100%;
    background-color: #C92228;
}

.d-block {
    display: block;
}