<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    overflow-x: hidden;
    font-weight: 400;
}

body.fixed {
    margin-top: 61px;
}

.btn-block {
    white-space: normal;
}

p {
    margin: 0 0 30px;
}

h4 {
    color: #007CC3;
    text-transform: uppercase;
    margin: 30px 0;
}

h5 {
    color: #007CC3;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home h4, .home h5 {
    color: #0f233f
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.wrapper {
    width: 100%;
    max-width: 100%;
}

.containerMap {
    height: 700px;
}

#mapItaly {
    height: 100%;
}

p.preContent {
    margin-top: 30px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 30px;
}

a {
    text-decoration: none !important;
}

.slick-list {
    position: relative;
    left: -1px;
}

.fasciaBlu {
    /*background-color: #0f233f;*/
    background: #007CC3;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.fasciaWhite {
    background-color: white;
}

.riconoscimenti {
    display: -webkit-box;
    display: flex;
}

.riconoscimenti img {
    height: 70px;
    margin: 10px 20px 10px 0;
}

.fasciaBlu #alloro {
    background: url("../img/alloro.png") no-repeat right -150px;
    width: 100%;
    height: 90px;
}

.fasciaBlu .promozioni ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fasciaBlu .promozioni ul li {
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    text-shadow: 1px 1px #614b29;
}

.fasciaBlu .promozioni ul li:last-child {
    margin-bottom: 0;
}

.fasciaLoghi {
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fasciaLoghi .logo img {
    height: 80px;
}

.fasciaLoghi .loghiDx {
    text-align: right;
}

.fasciaLoghi .loghiDx img {
    height: 150px;
}

/*IMMAGINE INTERNA*/
.imgInterna {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*END IMMAGINE INTERNA*/

.fasciaMenu {
    background-color: #0f233f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fasciaMenu.fix {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    /*-webkit-box-shadow: -2px 2px 20px 2px #000;*/
}

.fasciaMenu .menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -webkit-box-align: center;
    align-items: center;
}

.fasciaMenu .menu a.switchMobile {
    color: white;
    font-weight: 700;
    display: none;
}

.fasciaMenu .menu a.switchMobile i {
    margin: 3px 5px 0 0;
}

.fasciaMenu .nav ul {
    display: -webkit-box;
    display: flex;
}

.fasciaMenu .nav ul li {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
}

.fasciaMenu .nav ul li:last-child {
    margin-right: 0
}

.fasciaMenu .nav ul li:after {
    content: "|";
    color: rgba(255, 255, 255, .5);
    margin: 0 10px;
}

.fasciaMenu .nav ul li:last-child:after {
    content: "";
    margin-left: 0;
}

.fasciaMenu .nav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    letter-spacing: -0.2px;
    font-size: 13px;
}

.fasciaMenu .nav ul li a:hover,
.fasciaMenu .nav ul li.current-menu-item a,
#menuMobile ul li a:hover,
#menuMobile ul li.current-menu-item a {
    color: #f6be12;
}

.fasciaMenu #affiliati span {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background-color: #009952;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 13px;
}

/*SOTTOMENU*/
.fasciaMenu ul.sub-menu::after {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #0f233f;
    border-width: 10px;
    margin-left: -10px;
}

.fasciaMenu ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 55px;
    z-index: 1;
    background: #0f233f;
    padding: 20px;
    border-radius: 4px;
}

.fasciaMenu ul.sub-menu.vis {
    display: block;
}

.fasciaMenu ul.sub-menu li {
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.fasciaMenu ul.sub-menu li a {
    color: white !important;
}

.fasciaMenu ul.sub-menu li a:hover {
    color: #f6be12 !important;
}

.fasciaMenu ul.sub-menu li:first-child {
    padding-top: 0;
}

.fasciaMenu ul.sub-menu li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.fasciaMenu ul.sub-menu li:after {
    content: "";
}

/*END SOTTOMENU*/

/*MENU MOBILE*/
.containerMenuMobile {
    background: #1d364e;
    padding: 20px 0;
    display: none;
}

#menuMobile ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

#menuMobile ul li:last-child {
    border-bottom: 0;
}

#menuMobile ul li a {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#menuMobile ul li a:hover {
    color: #f6be12;
}

#menuMobile ul li.menu-item-has-children:after {
    content: "\f107";
    color: white;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 0;
}

#menuMobile ul li.menu-item-has-children.aperto:after {
    content: "\f106";
}

#menuMobile .sub-menu {
    display: none;
    padding: 10px 0;
}

/*END MENU MOBILE*/

.fasciaSlider {
    background-color: #eee;
    height: 200px;
    display: -webkit-box;
    display: flex;
}

.fasciaSlider .notizieEvidenza {
    width: 35%;
}

.fasciaSlider .notizieEvidenza ul li {
    padding: 0 15px;
    border-bottom: 1px solid white;
}

.fasciaSlider .notizieEvidenza ul li:last-child {
    border-bottom: none;
}

.fasciaSlider .notizieEvidenza ul li h4 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}

.fasciaSlider .notizieEvidenza ul li .immagine,
.fasciaSlider .notizieEvidenza ul li .corpo {
    display: table-cell;
    vertical-align: middle;
    height: 160px;
}

.fasciaSlider .notizieEvidenza ul li img {
    border-radius: 4px;
}

.fasciaSlider .notizieEvidenza ul li .immagine {
    width: 75px;
}

.fasciaSlider .notizieEvidenza ul li .corpo {
    padding: 0 10px;
}

.fasciaSlider .notizieEvidenza ul li .corpo p {
    font-size: 13px;
    margin-bottom: 0;
}

.fasciaSlider .slider {
    width: 65%;
    height: 100%;
    float: right;
    background-color: black;
}

.fasciaSlider .slider .contSlider div {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fasciaSlider .slider .contSlider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
}

.fasciaSlider .slider .contSlider .prevSlide {
    background-image: url("../img/arrowLeft.png");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.fasciaSlider .slider .contSlider .nextSlide {
    right: 0;
    background-image: url("../img/arrowRight.png");
    background-size: 40px;
    background-position: right 30px center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.latestNews {
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.latestNews .bloccoNotizie {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 82%;
}

.latestNews .marquee {
    overflow: hidden;
    margin-left: 20px;
    opacity: 0;
}

.latestNews .marquee li {
    display: inline;
}

.latestNews .bloccoNotizie .titoloBlocco span {
    color: #0f233f;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 20px;
    background-color: white;
    border-radius: 4px;
}

.latestNews .bloccoNotizie .news a,
.latestNews .bloccoNotizie .news span {
    padding-left: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.latestNews .social {
    text-align: right;
}

.latestNews .social ul {
    display: -webkit-inline-box;
    display: inline-flex;
}

.latestNews .social ul li {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 70px;
}

.latestNews .social ul li.fb {
    background-color: #3B5998;
}

.latestNews .social ul li.tw {
    background-color: #1DA1F2;
}

.latestNews .social ul li.yt {
    background-color: #E52D27;
}

.latestNews .social ul li i {
    color: white;
}

.containerAdv {
    text-align: center;
    padding: 60px 0;
    display: -webkit-box;
    display: flex;
}

.advH {
    font-size: 18px;
    font-weight: 700;
    width: 728px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #eee;
    margin: 0 auto;
    border-radius: 4px;
}

.boxBluText {
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #0f233f;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    align-items: center;
}

.boxBluText.nf {
    margin-top: 82px;
}

.boxBluText h3 {
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.boxBluText i {
    color: white;
}

.boxBluText span {
    color: #0f233f;
    font-weight: 700;
    font-size: 10px;
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

ul.blockNews li {
    display: inline-block;
    margin-bottom: 30px;
    min-height: 420px;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

ul.blockNews li.prvNews {
    min-height: 500px;
}

ul.blockNews li h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0;
}

ul.blockNews li .newsContent {
    font-size: 13px;
    height: 50%;
    padding: 30px 20px 0 20px;
}

ul.blockNews li .imgNews {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 180px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #ccc;
}

ul.blockNews li .newsContent span {
    font-weight: 700;
}

/*SIDEBAR*/
.sidebar {
    margin-left: auto;
    max-width: 500px;
}

.wSearch, .wCalendar, .boxAdv300, .wYouTube, .wFacebook, .wPS, .wAziende, .wSociale, .wNewsletter {
    margin-bottom: 30px;
}

/*RICERCA*/
.sidebar .search {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.sidebar .search .search-input {
    padding: 0;
    border: 0;
    background: #eee;
    height: 61px;
    text-indent: 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;

}

.sidebar .search button {
    border: 0;
    padding: 0;
    background: #eee;
    position: relative;
    font-size: 20px;
    color: #838D8F;
    height: 61px;
    width: 50px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

ul#risultati li {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #0f233f;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    color: #0f233f;
}

ul#risultati li .loopImg {
    min-width: 150px;
    max-width: 150px;
}

ul#risultati li .loopImg img {
    border-radius: 50%;
}

ul#risultati li .loopDetails {
    margin: 0 20px;
}

ul#risultati li h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#risultati li span.date {
    font-weight: 700;
    line-height: 34px;
}

ul#risultati li p {
    margin-bottom: 10px;
}

ul#risultati li .loopLink {
    margin-left: auto;
    background: #0f233f;
    padding: 5px 20px;
    border-radius: 4px;
}

ul#risultati li .loopLink a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

/*END RICERCA*/
/*CALENDARIO*/
.wCalendar {
    background: #EEEEEE;
    border-radius: 4px;
}

.wCalendar caption {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3C3D41;
}

.wCalendar .thc-calendar-day, .wCalendar .thc-calendar-day-np {
    background-color: #F9F9F9;
    border: 1px solid #F4F4F4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wCalendar .thc-calendar-day-head {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.wCalendar .thc-calendar-navigation {
    height: 50px;
    font-weight: 700;
    font-size: 11px
}

.wCalendar .thc-today {
    font-weight: 700;

}

.wCalendar .thc-today .thc-day-number, .wCalendar .thc-today .thc-day-number a {
    color: #f6be12;
}

.wCalendar .thc-highlight {
    color: #007CC3;
}

/*END CALENDARIO*/
/*BOX ADV GBC*/
.advGBC {
    /*max-width: 300px;*/
    /*height: 250px;*/
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 29, 63)), to(rgb(20, 58, 113)));
    background: linear-gradient(rgb(0, 29, 63), rgb(20, 58, 113))
}

.advGBC h3 {
    display: none;
}

.advGBC p {
    margin: 0;
}

.advGBC img {
    width: 300px;
    margin: 0;
    padding: 47px 20px;
    height: auto;
}

/*END BOX GBC*/
/*BOX ADV*/
.boxAdv300 {
    /*max-width: 300px;*/
    /*height: 250px;*/
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    text-align: center;
}

.boxAdv300.dark {
    background: #FFF7EB;
    border-color: #FFF7EB;
}

.boxAdv300 h3 {
    display: none;
}

.boxAdv300 p {
    margin: 0;
}

.boxAdv300 img {
    margin: 0 auto;
    padding: 20px;
    width: 50%;
    height: auto;
}

/*END BOX ADV*/
/*BOX YOUTUBE*/
.wYouTube {
    display: block;
    background: #E52D27;
    border-radius: 4px;
}

.wYouTube h3 {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
}

.wYouTube h3:after {
    content: "\f167";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
}

.wYouTube .ytc_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
}

.wYouTube .ytc_link a {
    color: #cc181e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 4px;
    background: #fff;
}

/*END BOX YOUTUBE*/
/*BOX FACEBOOK*/
.wFacebook {
    display: block;
    background: #3b5998;
    border-radius: 4px;
    padding-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
}

.wFacebook h3 {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
}

.wFacebook h3:after {
    content: "\f09a";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
}

.wFacebook .fb_iframe_widget {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

/*END BOX FACEBOOK*/
/*BOX FRIENDS*/
.wFriends {
    display: block;
    background: #0f233f;
    border-radius: 4px;
}

.wFriends h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
    color: #fff;
}

.wFriends h3:after {
    /*content: "\f2a7";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;*/
}

.wFriends .containerAmici {
    display: -webkit-box;
    display: flex;
    padding: 20px 10px 20px 10px;
    background: white;
    border: 1px solid #0f233f;
}

.wFriends .amico {
    padding: 0 10px;
}

.wFriends .amico:last-child {
    padding-bottom: 20px;
}

/*END BOX FRIENDS*/
/*BOX PROGETTI SPECIALI*/
.wPS {
    display: block;
    background: #007CC3;
    border-radius: 4px;
}

.wPS h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
    color: #fff;
}

.wPS h3 a {
    color: white !important;
}

.wPS h3:after {
    /*content: "\f006";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;*/
}

.wPS .psBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
}

.wPS .psBtn a {
    color: #007CC3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 4px;
    background: #fff;
}

.wPS img {
    width: 270px;
}

.wPS li {
    background: white;
    border-left: 1px solid #007CC3;
    border-right: 1px inset #007CC3;
    text-align: center;
    padding: 60px 0;
}

.wPS li a {
    display: block;
}

/*END BOX PROGETTI SPECIALI*/
/*BOX CSAIN SOCIALE*/
.wSociale {
    display: block;
    background: green;
    border-radius: 4px;
}

.wSociale h3 {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
}

.wSociale h3:after {
    /*
    content: "\f167";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
    */
}

.wSociale p {
    margin: 0
}

.wSociale br {
    display: none
}

.wSociale img {
    padding-bottom: 54px;
    width: calc(100% - 2px);
    height: auto;
}

/*END BOX YOUTUBE*/
/*BOX AZIENDE*/
.wAziende {
    display: block;
    background: #0f233f;
    border-radius: 4px;
}

.wAziende h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
    color: white;
}

.wAziende .containerAziende {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 20px 10px;
    background: white;
    border: 1px solid #0f233f;
}

.wAziende .containerAziende .azienda {
    margin-right: 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 30%;
}

.wAziende .containerAziende .azienda:nth-last-child(2) {
    margin-right: 0;
}

/*END BOX AZIENDE*/

.wNewsletter {
    display: block;
    background: #28a4c9;
    border-radius: 4px;
}

.wNewsletter h3 {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 54px;
    margin: 0;
}

.wNewsletter form {
    background: white;
    border: 1px solid #28a4c9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px !important;
}

/*END SIDEBAR*/
/*FOOTER*/
#map {
    margin-top: 60px;
    height: 270px;
    width: 100%;
    background-color: grey;
}

footer {
    background-color: #0C223F;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    display: -webkit-box;
    display: flex;
}

footer img.logo-footer {
    height: 157px;
}

footer a {
    color: white;
    text-decoration: underline !important;
    font-weight: 700;
}

footer .last a {
    text-decoration: none !important;
    font-weight: 300;
}

footer a:hover {
    color: white;
}

footer p {
    margin-bottom: 10px;
}

footer ul &gt; li {
    margin-bottom: 10px;
}

footer ul &gt; li:last-child {
    margin-bottom: 0;
}

footer ul &gt; li &gt; a {
    text-decoration: none !important;
    text-transform: uppercase;
}

footer .last strong {
    text-transform: uppercase;
}

footer ul.sub-menu, footer .pLink {
    display: none;
}

p.copyright {
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    color: #0f233f;
    font-weight: 700;
}

/*END FOOTER*/
/*REPEATER*/
.alm-btn-wrap {
    margin: 0 15px;
}

.btnMore {
    width: 100%;
    color: #0f233f;
    border: 1px solid #0f233f;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    padding: 10px;
    letter-spacing: 1px;
}

.btnMore.done {
    display: none;
}

/*END REPEATER*/

/*ARTICOLO INTERNO*/
.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs a {
    text-transform: uppercase;
    color: #0f233f;
    font-weight: 700;
}

.titoloNews {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background: #0f233f;
    border-radius: 4px;
    padding: 20px;
}

.titoloNews h3 {
    margin: 0;
    color: white;
    line-height: 32px;
    padding-right: 20px;
    font-weight: 700;
}

.titoloNews .imgTitolo img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
}

.shareNews {
    text-align: right;
    padding: 10px 0 40px 0;
    font-size: 12px;
}

.shareNews ul.socialShare {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 10px;
}

.shareNews ul.socialShare li {
    margin-right: 5px;
}

.shareNews ul.socialShare li i#fb {
    color: #3B5998;
}

.shareNews ul.socialShare li i#tw {
    color: #1DA1F2;
}

.shareNews ul.socialShare li:last-child {
    margin-right: 0;
}

.dataNews {
    margin-bottom: 30px;
}

article iframe {
    max-width: 100%;
}

.contSliderNews span, .contAllegati span {
    color: #0f233f;
    text-transform: uppercase;
}

.contSliderNews .newsSlider, .contAllegati .allegati {
    margin-top: 20px;
}

.contAllegati li {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #0f233f;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contAllegati {
    color: #0f233f;
    font-weight: 700;
}

.contAllegati i {
    margin-right: 10px;
}

.contAllegati li a {
    background: #0f233f;
    margin-left: auto;
    padding: 5px 20px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}

.contAllegati li:last-child {
    margin-bottom: 0;
}

.contSliderNews .newsSlider .singleImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: black;
    min-height: 500px;
    border-radius: 4px;
}

.contSliderNews .newsSlider .singleImg .playBtn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 500px;
}

.contSliderNews .newsSlider .singleImg .playBtn a i {
    color: red;
}

.slick-prev:before, .slick-next:before {
    color: white;
    font-size: 60px;
}

.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    opacity: .5;
    color: white;
}

.slick-prev {
    left: 20px;
    z-index: 1;
    margin-top: -30px;
}

.slick-next {
    right: 20px;
    z-index: 1;
    margin-top: -30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 20px 0;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    width: 10px;
    height: 10px;
    opacity: .1;
}

.slick-dots li button:before {
    color: #0f233f
}

.slick-dots li.slick-active button:before {
    color: #0f233f;
    opacity: 1;
}

/*END ARTICOLO INTERNO*/
/*PAGINA*/
.page .titoloNews {
    /*background: transparent;*/
    border: 1px solid #0f233f;
}

.page .titoloNews h3 {
    /*color: #0f233f*/
}

.page article img {
    width: 100%;
    border-radius: 4px;
}

.contAllegati li {
    border: 1px solid white;
    background: #0f233f;
    color: white;
}

.contAllegati li a {
    background: white;
    color: #0f233f;
}

.page .contenuto a {
    color: #0f233f;
    font-weight: 700;
    text-decoration: underline !important;
}

.page .contenuto ul {
    padding: 20px 0;
}

.page .contenuto ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.page .contenuto ul li:last-child {
    margin-bottom: 0;
}

.single .contenuto ul {
    margin-left: 20px;
    list-style: disc;
    padding: 0 0 20px 0;
}

/*END PAGINA*/
/*COMITATI*/
ul#listaComitati {
    margin-top: -30px;
}

ul#listaComitati li {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #0f233f;
    margin-bottom: 30px;
}

ul#listaComitati li:last-child {
    margin-bottom: 0;
}

ul#listaComitati li p {
    margin-bottom: 5px;
    color: #0f233f;
}

ul#listaComitati li p a {
    color: #0f233f;
}

ul#listaComitati li p:first-child {
    margin-bottom: 15px;
}

ul#listaComitati li p:last-child {
    margin-bottom: 0;
}

ul#listaComitati li p i {
    margin-right: 10px;
    font-size: 18px;
    color: #007CC3;
}

ul#listaComitati li p.nome {
    font-weight: 700;
    text-transform: uppercase;
}

ul#listaComitati li.cmReg, ul#listaComitati li.cmReg p {
    background: #0f233f;
    color: white;
}

ul#listaComitati li.cmReg a {
    color: white;
}

/*END COMITATI*/

/*EVENTI*/
.post-type-archive-thc-events h5.past {
    margin-top: 120px;
}

ul#listaEventi {
    margin-top: 30px;
}

ul#listaEventi li {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #0f233f;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    color: #0f233f;
}

ul#listaEventi li h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#listaEventi li p {
    margin-bottom: 10px;
}

ul#listaEventi li .imgEvento {
    min-width: 150px;
    max-width: 150px;
}

ul#listaEventi li .imgEvento img {
    border-radius: 50%;
}

ul#listaEventi li .dettagliEvento {
    margin: 0 20px;
}

ul#listaEventi li .linkEvento {
    margin-left: auto;
    background: #0f233f;
    padding: 5px 20px;
    border-radius: 4px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

ul#listaEventi li .linkEvento a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

ul#listaEventi li .linkEvento.green {
    background: #009952
}

ul#listaEventi li.past {
    background-color: #EEE;
    border: 1px solid #eee;
}

span.disponibile {
    color: #009952;
    font-weight: 700;
}

span.nonAncoraDisponibile {
    color: #f6be12;
    font-weight: 700;
}

span.nonDisponibile, span.chiusa {
    color: #D0011B;
    font-weight: 700;
}

/*END EVENTI*/
/*SINGOLO EVENTO*/
.single-thc-events section {
    padding: 20px 0;
}

.single-thc-events .dataEvento {
    border-radius: 4px;
    padding: 40px;
    background: #eee;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-thc-events .dataEvento:first-child {
    margin-bottom: 10px;
}

.single-thc-events .dataEvento .orario {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.single-thc-events .iscrizioneBtn {
    background-color: #009952;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.single-thc-events .iscrizioneBtn a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.single-thc-events #acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.single-thc-events #acf-map img {
    max-width: inherit !important;
}

.single-thc-events .cal {
    color: white;
    background-color: #0f233f;
    border-radius: 4px;
}

.single-thc-events .cal .riga {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 5px 0;
}

.single-thc-events .cal .riga:last-child {
    border-bottom: 0;
}

.single-thc-events .cal .riga.testata {
    padding: 10px 0;
}

.single-thc-events .cal .riga.testata span {
    font-weight: 700;
}

.single-thc-events .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*END EVENTO*/

/*DETTAGLIO CONVENZIONE*/
.single-convenzioni .contenuto {
    margin-bottom: 60px;
}

.single .contenuto a {
    font-weight: 700;
}

/*END DETTAGLIO CONVENZIONE*/

/*ARCHIVIO CIRCOLARI*/
.post-type-archive-circolari ul#listaEventi li .dettagliEvento {
    margin: 0;
}

.post-type-archive-circolari ul#listaEventi li h3 {
    margin: 0;
}

.post-type-archive-circolari ul#listaEventi li {
    margin-bottom: 10px;
}

.post-type-archive-circolari .boxBluText {
    margin-top: 30px;
}

/*END ARCHIVIO CIRCOLARI*/
/*ARCHIVIO DISCIPLINE*/
.listato ul#listaEventi li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.listato ul#listaEventi li .dettagliEvento {
    margin: 0;
}

.listato ul#listaEventi li h3 {
    margin: 0;
    padding-right: 10px;
}

.listato ul#listaEventi li #fascia {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.listato ul#listaEventi li .dettagliDisciplina, .listato ul#listaEventi li .dettagliCircolare {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
    display: none;
}

.listato ul#listaEventi li .dettagliDisciplina p {
    display: block;
}

.listato ul#listaEventi li .dettagliDisciplina i, .listato ul#listaEventi li .dettagliCircolare i {
    font-size: 18px;
    margin-right: 10px;
}

.listato ul#listaEventi li .dettagliDisciplina a, .listato ul#listaEventi li .dettagliCircolare a {
    color: #0f233f;
}

.listato ul#listaEventi li .dettagliDisciplina a.btnRegolamento {
    background: #007CC3;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px
}

.listato ul#listaEventi li .dettagliDisciplina .note {
    margin-top: 30px;
}

.listato ul#listaEventi li .dettagliDisciplina .note p {
    margin-bottom: 10px;
}

.listato ul#listaEventi li .dettagliDisciplina .note ul &gt; li, .listato ul#listaEventi li .dettagliCircolare ul &gt; li {
    border: 0;
    padding: 0;
}

.listato ul#listaEventi li .dettagliDisciplina .note ul &gt; li:last-child {
    margin-bottom: 0;
}

.listato ul#listaEventi li .dettagliDisciplina .extraPDF {
    margin-top: 30px
}

.listato ul#listaEventi li .dettagliDisciplina .extraPDF p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.listato ul#listaEventi li .dettagliDisciplina .extraPDF ul li a {
    font-weight: 600;
}

.listato ul#listaEventi li .dettagliDisciplina .extraPDF ul li a::before {
    font-family: "FontAwesome";
    content: "\f1c1";
    margin-right: 10px;
    font-weight: 300;
}

/*END ARCHIVIO DISCIPLINE*/
/*ARCHIVIO SEZIONI*/
.note a {
    text-decoration: underline !important;
}

/*END ARCHIVIO SEZIONI*/

.progetti_speciali img {
    border-radius: 4px;
}

/*FORMS*/
.gform_wrapper input.datepicker {
    width: 100% !important;
}

.gform_wrapper li.gsection {
    margin-bottom: 24px !important
}

.gform_wrapper .gfield_select {
    height: 35px;
    background: transparent;
    border-bottom-style: inset;
    border-width: 1px;
    border-color: rgb(210, 210, 210)
}

.gform_wrapper input[type=submit] {
    width: 98% !important;
    margin: 0 !important;
    border: 1px solid #0f233f;
    border-radius: 4px;
    background: transparent;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.gform_wrapper textarea {
    border: 1px solid #ccc;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-left: 10px;
    padding-top: 8px;
}

/*END FORMS*/

/*PAGINAZIONE*/
.pagination .page-numbers {
    background: #cccccc;
    border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 2.6em;
    margin-right: 1px;
    text-align: center;
    min-width: 2.6em;
}

.pagination .page-numbers.current {
    background: #0f233f;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    padding-left: 1em;
    padding-right: 1em;
}

/*END PAGINAZIONE*/

.chi-siamo h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 50px;
    margin-top: 50px;
    color: #007CC3;
    padding: 20px;
    border: 1px solid #007CC3;
    border-radius: 4px;
}

/* SCROLLTOP */
.scrolltop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #007CC3;
    width: 40px;
    height: 40px;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
}

.scrolltop i {
    color: white;
    font-size: 30px;
}

/* END SCROLLTOP */

/* ARCHIVIO TEMPO SPORT */
.post-type-archive-temposport ul li .dettagliEvento {
    margin-left: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.post-type-archive-temposport ul li .dettagliEvento img {
    width: 50px;
    margin-right: 20px;
}

.post-type-archive-temposport ul li h3 {
    margin: 0 !important;
}

/* END ARCHIVIO TEMPO SPORT */
/* DOWNLOAD */
.post-type-archive-download .boxBluText {
    margin-top: 30px;
}

/* END DOWNLOAD */

/* SUBMENU */
.submenu {
    background-color: #2d3c60;
    padding: 10px 0;
}

.submenu ul {
    text-align: center
}

.submenu ul li {
    display: inline-block;
    margin-right: 10px;
}

.submenu ul li:last-child {
    margin-right: 0
}

.submenu ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

.submenu ul li::after {
    content: "|";
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
}

.submenu ul li:last-child::after {
    content: ""
}

.submenu.greyBlu {
    border-top: 1px solid #0f233f;
}

/* END SUBMENU */

.advTS {
    margin-bottom: 30px;
    border-radius: 4px;
    background: #10243e;
    background: -webkit-gradient(linear, left top, left bottom, from(#10243e), to(#2e3d5f));
    background: linear-gradient(to bottom, #10243e 0%, #2e3d5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10243e', endColorstr='#2e3d5f', GradientType=0);
    padding: 20px;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.advTS div:first-child {
    text-align: left;
}

.advTS div:last-child {
    text-align: right;
}

.advTS h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.advTS h6 {
    margin-top: 0;
    margin-bottom: 0
}

.advTS img {
    width: 210px
}

.advTS a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background: #2e6da4;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.advTS a.btn-warning {
    background: #e38d13;
    border: none;
}

.advTS a:last-child {
    margin-bottom: 0;
}

.advTS a:hover,
.advTS a:active,
.advTS a:visited {
    color: inherit;
}

.advTS a.white {
    background: white;
    color: #10243e
}

#mobile #ajax-load-more .alm-btn-wrap {
    display: none !important;
}

.primopiano ul {
    margin-bottom: 30px;
}

.primopiano ul li {
    background: #fafafa;
    margin-bottom: 5px;
}

.primopiano ul li:last-child {
    margin-bottom: 0;
}

.primopiano ul li a {
    display: flex;
    flex-direction: column;
}

.primopiano ul li a img {
    width: 150px;
    max-width: 150px;
    display: none;
}

.primopiano ul li a .corpo {
    padding: 20px;
}

.primopiano ul li a .corpo h4 {
    margin-top: 0;
    font-weight: bold;
}

.primopiano ul li a .corpo p {
    margin-bottom: 0;
}

.csainTv {
    display: none;
}

#docUtili {
    display: none;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .container {
        padding: 0;
    }

    .fasciaMenu .nav ul li:after {
        margin: 0 4px;
    }

    ul.blockNews li h4 {
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 993px) {
    .adv.mobile {
        display: none;
    }

    .adv.desktop {
        display: block;
    }

    #mobile {
        display: none;
    }

    .primopiano ul li a img {
        display: block;
    }

    .primopiano ul li a {
        flex-direction: row;
    }

    .fasciaLoghi {
        padding: 50px 15px;
    }

    .fasciaLoghi .logo img {
        height: 150px;
    }

    .fasciaSlider, .fasciaSlider .slider .contSlider div {
        height: 482px;
    }

    .fasciaSlider .slider .contSlider .nextSlide,
    .fasciaSlider .slider .contSlider .prevSlide {
        background-size: 72px;
        width: 144px;
        height: 144px;
    }

    .fasciaSlider .slider .contSlider .slick-arrow {
        top: calc(50% - 72px);
    }
}

@media only screen and (min-width: 480px) {
    .csainTv {
        display: block;
    }

    #docUtili {
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .adv.mobile {
        display: block;
    }

    .adv.desktop {
        display: none;
    }

    .titoloNews h3 {
        padding-right: 0;
    }

    nav, .loghiDx, #first, .containerAdv {
        display: none;
    }

    .breadcrumbs, .home .col-md-8 {
        margin-top: 30px;
    }

    .fasciaMenu .menu a.switchMobile {
        display: -webkit-box;
        display: flex;
    }

    .fasciaLoghi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .container#special {
        width: 100%;
    }

    .latestNews {
        padding: 0;
    }

    .latestNews .bloccoNotizie {
        display: none;
    }

    .latestNews .social, .latestNews .social ul {
        width: 100%
    }

    .latestNews .social ul li {
        width: 33.33%
    }

    .fasciaSlider .notizieEvidenza {
        display: none;
    }

    .wFacebook {
        width: 100%;
    }

    .fasciaSlider .slider {
        width: 100%;
    }

    .sidebar {
        margin: 0 auto;
        margin-top: 120px;
    }

    footer {
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    footer img {
        padding-left: 20px;
    }

    footer .col-md-3 {
        border-bottom: 1px dotted #1b4b8a;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer .col-md-3:first-child {
        padding-top: 0;
    }

    footer .col-md-3:last-child {
        padding-bottom: 0;
        border: 0;
    }

    .fasciaWhite {
        padding: 20px 0;
    }

    .fasciaWhite, .fasciaWhite .right {
        text-align: center;
    }

    .fasciaWhite p {
        padding: 5px;
    }

    .titoloNews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .titoloNews .imgTitolo {
        margin-bottom: 30px;
    }

    ul#listaEventi li h3, ul#listaEventi li p {
        text-align: center;
    }

    ul#listaEventi li, ul#risultati li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }

    ul#listaEventi li .dettagliEvento, ul#risultati li .loopDetails {
        margin: 40px 0;
    }

    ul#listaEventi li .linkEvento, ul#risultati li .loopLink {
        margin-left: 0;
    }

    .single-thc-events .cal .riga {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .page section:last-child {
        padding-bottom: 0;
    }

    .post-type-archive-circolari ul#listaEventi li h3 {
        margin-bottom: 20px;
    }

    .gform_wrapper input {
        border: 1px solid #d2d2d2;
        border-radius: 4px;
    }

    .listato ul#listaEventi li #fascia {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .listato ul#listaEventi li #fascia h3 {
        text-align: left;
        margin-bottom: 10px;
    }

    .listato ul#listaEventi li #fascia #apriDettagli {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .listato ul#listaEventi li .dettagliDisciplina {
        width: 100%;
        margin-top: 30px;
    }

    .listato ul#listaEventi li .dettagliDisciplina p {
        text-align: left;
    }

    ul.blockNews li, ul.blockNews li.prvNews {
        min-height: 250px;
    }

    .listato ul#listaEventi li #fascia #scaricaFile {
        margin-top: 20px;
    }

    .advTS {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0
    }

    .advTS div {
        width: 100%;
        text-align: center !important;
        margin: 15px 0 30px 0
    }

    .advTS div:first-child,
    .advTS div:last-child {
        margin: 0
    }

    .advTS a {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .containerMap {
        height: 500px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
</pre></body></html>