/*
Theme Name: Pan Piper
Description: designed by Lettera7 coded by Francesco Di Martino
Author: Lettera7 coded by Francesco Di Martino
Version: 1.0
License: All right reserved
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear{
    clear: both;
}

*{
    outline: none;
}

sup{
    font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    top: -0.5em;
}

/* =Font
-------------------------------------------------------------- */
/* @license
 * MyFonts Webfont Build ID 1965833, 2012-01-20T10:32:21-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Novecento Wide Bold by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-bold/
 * Licensed pageviews: unlimited
 *
 * Webfont: Novecento Wide Light by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-light/
 * Licensed pageviews: unspecified
 *
 * Webfont: Novecento Wide DemiBold by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-demibold/
 * Licensed pageviews: unspecified
 *
 * Webfont: Novecento Wide Book by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-book/
 * Licensed pageviews: unspecified
 *
 * Webfont: Novecento Wide Normal by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-normal/
 * Licensed pageviews: unspecified
 *
 * Webfont: Novecento Wide Medium by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-medium/
 * Licensed pageviews: unspecified
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1965833
 * Webfonts copyright: Copyright &#x00A9; 2011 by Jan Tonellato. All rights reserved.
 *
 * © 2012 Bitstream Inc
*/


 @font-face {font-family: 'Novecentowide';src: url('webfonts/1DFF09_0_0.eot');src: url('webfonts/1DFF09_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_0_0.woff') format('woff'),url('webfonts/1DFF09_0_0.ttf') format('truetype');}

 @font-face {font-family: 'Novecentowide-Light';src: url('webfonts/1DFF09_1_0.eot');src: url('webfonts/1DFF09_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_1_0.woff') format('woff'),url('webfonts/1DFF09_1_0.ttf') format('truetype');}

 @font-face {font-family: 'Novecentowide-DemiBold';src: url('webfonts/1DFF09_2_0.eot');src: url('webfonts/1DFF09_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_2_0.woff') format('woff'),url('webfonts/1DFF09_2_0.ttf') format('truetype');}

 @font-face {font-family: 'Muli';src: url('webfonts/1DFF09_3_0.eot');src: url('webfonts/1DFF09_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_3_0.woff') format('woff'),url('webfonts/1DFF09_3_0.ttf') format('truetype');}

 @font-face {font-family: 'Novecentowide-Normal';src: url('webfonts/1DFF09_4_0.eot');src: url('webfonts/1DFF09_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_4_0.woff') format('woff'),url('webfonts/1DFF09_4_0.ttf') format('truetype');}

 @font-face {font-family: 'Novecentowide-Medium';src: url('webfonts/1DFF09_5_0.eot');src: url('webfonts/1DFF09_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1DFF09_5_0.woff') format('woff'),url('webfonts/1DFF09_5_0.ttf') format('truetype');}


/* =Layout
-------------------------------------------------------------- */
body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #8a8c8e;
    margin: 0em;
    background: #f6f6f6;
    overflow-y: scroll;
    }
.left{
    float: left;
}
.right{
    float: right;
}
.row{
    float: left;
    width: 100%;
    position: relative;
}
p{
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
.centerMe{
    width: 1000px;
    padding: 0px 0px;
    margin: 0em auto;
    position: relative;
    clear: both;
}

a{
    color: #666666;
}
a:hover{
    color: #666666;
    text-decoration: none;
}

.hide{
    display: none !important;
    }
/* =Per home page
-------------------------------------------------------------- */
.pattern{
    width: 100%;
    height: 100%;
    position: fixed;
    background: transparent url('images/pattern.png') top left repeat;
}
.background{
    width: 100%;
    float: left;
    height: 510px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    }
    .background img.topBanner{
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -533px;
    }
    .background .simbolo{
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -303px;
        margin-top: -5px;
    }
    .background .simbolo1{
        margin-left: -144px;
    }
    .background .simbolo3{
        margin-left: -126px;
        margin-top: -5px;
    }

.visitez_pan_piper{
    position: absolute;
    right: 0;
    top: 202px;
    margin-top:0;
    z-index: 6;
    height: 698px;
    width: 56px;
    overflow: hidden;
    cursor: pointer;
    }
    #buttonOpenMap{
        position: absolute;
        top:89px;
        left: 1px;
    }

.claime2,
.claime3,
.simbolo2,
.home .topBanner2,
.simbolo3,
.home .topBanner3,
.home .logo2,
.home .logo3{
    display: none;
}

/* =Generale
-------------------------------------------------------------- */
.col_1{
    width: 250px;
    float: left;
    position: relative;
}
.col_2{
    width: 500px;
    float: left;
    position: relative;
}
.col_3{
    width: 750px;
    float: left;
    position: relative;
}

.homeButton{
    padding-top: 10px;
    float: left;
    }
    .homeButton img{
        float: left;
    }
    .homeButton a{
        color: #fff;
        text-decoration: none;
        line-height: 20px;
    }
    .homeButton a span{
        float: right;
        padding-left: 10px;
        text-transform: uppercase;
        font-family: 'Muli',Arial,sans-serif;
        line-height: 16px;
        font-size: 10px;
        }
        .homeButton a:hover span{
            text-decoration: underline;
        }
.sezione{
    font-family: 'Muli', Arial, sans-serif;
    color: #fff;
    min-height: 245px;
    cursor: pointer;
    }
    .sezione a{
        color: #fff;
        text-decoration: none;
        margin: 10px;
        float: left;
        font-size: 14px;
        width: 230px;
        padding-bottom: 20px;
    }
    .sezioneSel a,
    .get_opacity a,
    .sezione:hover a{
       background: url('images/menu_sel.png') bottom left no-repeat;
    }
    .claime{
        background: url('images/dot_azzurro.png') top left no-repeat;
        margin: 236px 10px 10px 10px;
        float: left;
        padding-top: 25px;
        font-size: 16px;
        text-decoration: none;
        color: #8A8C8E;
        line-height: 22px;
        word-spacing: -2px;
        text-transform: uppercase;
        }
        .claime2{
           background-image: url('images/dot_rosso.png');
        }
        .claime3{
           background-image: url('images/dot_giallo.png');
        }

.home .sezione{
    height: 530px;
    cursor: pointer;
}

.home .get_opacity{
    background: url('images/opacity.png') repeat;
}

.logo{
    position: absolute;
    left: 15px;
    top: 133px;
    width: 200px;
    }
    .logo_in{
        position: absolute;
        top: 0;
        right: 0;
    }

/* =News
-------------------------------------------------------------- */
table.calendar{
    float: right;
    width: 230px;
}
.calendar-day-head{
    font-family: 'Muli', Arial, sans-serif;
    color: #000;
    width: 22px;
    text-align: center;
    padding-right: 13px;
    padding-bottom: 10px;
}
.intestazione_cal a,
.calendar-day a{
    background-color: #ddd;
    color: #fff;
    font-family: 'Muli', Arial, sans-serif;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    behavior: url(ie-css3.htc);
    width: 22px;
    height: 18px;
    float: left;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    margin: 5px 5px 0 0;
}
.calendar-day a:hover{
    background-color: #9D9D9C;
    color: #000;
}
.calendar-day a.currentDateCal,
.calendar-day a.currentDateCal:hover{
    background-color: #C2134A;
}
.page-id-1968 .calendar-day a.currentDateCal,
.page-id-1968 .calendar-day a.currentDateCal:hover,
.page-id-130 .calendar-day a.currentDateCal,
.page-id-130 .calendar-day a.currentDateCal:hover,
.page-id-266 .calendar-day a.currentDateCal,
.page-id-266 .calendar-day a.currentDateCal:hover,
.page-id-2441 .calendar-day a.currentDateCal,
.page-id-2441 .calendar-day a.currentDateCal:hover,
.page-id-2457 .calendar-day a.currentDateCal,
.page-id-2457 .calendar-day a.currentDateCal:hover{
    background-color: #FFD504;
}
.intestazione_cal{
    float: right;
    width: 234px;
    margin-top: 45px;
    margin-right: 5px;
    background-color: #C2134A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(ie-css3.htc);
    text-align: center;
    margin-bottom: 10px;
    padding: 6px 0;
    position: relative;
    font-family: 'Muli', Arial, sans-serif;
    color: #fff;
    overflow: hidden;
}
.page-id-2566 #wrapCalendar,
.page-id-2566 .intestazione_cal{
    display: none;
}
.page-id-1968 .intestazione_cal,
.page-id-266 .intestazione_cal,
.page-id-2441 .intestazione_cal,
.page-id-2457 .intestazione_cal,
.page-id-130 .intestazione_cal{
    background-color: #FFD504;
}
.intestazione_cal a{
    position: absolute;
    background-color: #FFF;
    color: #C2134A;
    text-indent: -999px;
    }
    .intestazione_cal a.prevCal{
        background: #FFF url("images/arrow_sub_pre.png") center center no-repeat;
    }
    .intestazione_cal a.prevCal:hover{
        background: #000 url("images/arrow_sub_sub_pre_on.png") center center no-repeat;
    }

    .intestazione_cal a.nextCal{
        background: #FFF url("images/arrow_sub_sub.png") center center no-repeat;
    }
    .intestazione_cal a.nextCal:hover{
        background: #000 url("images/arrow_sub_sub_on.png") center center no-repeat;
    }

    .page-id-1968 .intestazione_cal a,
    .page-id-266  .intestazione_cal a,
    .page-id-2441  .intestazione_cal a,
    .page-id-2457  .intestazione_cal a,
    .page-id-130 .intestazione_cal a{
        color: #FFD504;
    }
    .intestazione_cal a:hover{
        color: #fff;
        background-color: #000;
    }
    a.prevCal{
        left: 8px;
        top: -2px;
    }
    a.nextCal{
        right: 2px;
        top: -2px;
    }
.intestazione_genre{
        float: right;
        width: 234px;
        margin-top: 45px;
        margin-right: 5px;
        background-color: #9D9D9C;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        behavior: url(ie-css3.htc);
        text-align: left;
        margin-bottom: 10px;
        padding: 6px 0;
        position: relative;
        font-family: 'Muli', Arial, sans-serif;
        color: #FFF;
    }
    .intestazione_genre span{
        padding-left: 13px;
    }
    .categorie ul{
        float: left;
        width: 234px;
        margin-right: 5px;
        }
        .categorie ul li{
            padding-left: 24px;
            float: left;
            clear: both;
        }
        .categorie ul li a{
            text-transform: capitalize;
            text-decoration: none;
            padding-bottom: 5px;
            float: left;
        }
        .categorie ul li a:hover{
            text-decoration: underline;
        }




.newsBar{
    float: left;
    width: 100%;
    border-top: 1px solid #9D9D9C;
    border-bottom: 1px solid #9D9D9C;
    background-color: #F7F6F6;
    position: relative;
    }
    .newsBar .col_1{
        background: url('images/news_pipe.png') left center no-repeat;
        height: 76px;
        overflow: hidden;
        margin: 0;
        width: 235px;
        padding-left: 15px;
        cursor: pointer;
         border-top: 20px solid #F7F6F6;
            border-bottom: 20px solid #F7F6F6;
        }
        .newsBar .centerMe .col_1:first-child{
            background-image: none;
            width: 250px;
            padding-left: 0em;
        }
        .newsBar .centerMe .col_1:nth-child(3),
        .newsBar .centerMe .col_1:nth-child(2){
            width: 220px;
            padding-right: 15px;
        }
        .newsBar .col_1:hover{
            background-color: #EDEDED;
            border-top: 20px solid #EDEDED;
            border-bottom: 20px solid #EDEDED;
        }

    .image_newsBar{
        float: left;
        margin-right: 20px;
        width: 74px;
        height: 74px;

        border: 1px solid #9D9D9C;

        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        behavior: url(ie-css3.htc);

        overflow: hidden;
        }
        .image_newsBar img{
            overflow: hidden;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            behavior: url(ie-css3.htc);
        }

    .titolo_newsBar{
        font-size: 11px;
        font-family: 'Muli', Arial, sans-serif;
        float: left;
        width: 112px;
        height: 33px;
        overflow: hidden;
        font-weight: bold;
    }
    .excerpt_newsBar{
        font-size: 10px;
        line-height: 15px;
        float: left;
        width: 112px;
        }
        .data a.more,
        .excerpt_newsBar a{
            font-family: 'Muli', Arial, sans-serif;
            text-decoration: none;
            font-size: 13px;
            color: #F39200;
        }
    .excerpt_newsBar_cont{
        float: left;
        width: 100%;
        height: 30px; /* 48 */
        overflow: hidden;
    }

.contenutoDate{
    padding-top: 0px;
    }
.wrapDate{
    float: left;
    width: 100%;

    }
.data{
    float: left;
    width: 100%;
    border-bottom: 1px solid #9D9D9C;
    padding:20px 0 10px 0;
    }
    .data:hover{
       background-color: #EDEDED;
       cursor: pointer;
    }
.imageData{
    float: left;
    margin-right: 20px;
    width: 74px;
    height: 74px;
    overflow: hidden;

    border: 1px solid #9D9D9C;

    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    behavior: url(ie-css3.htc);
}
.dateSmall{
    font-size: 15px;
}
.infoData{
    float: left;
    width: 400px;
    }
    .infoData h2{
       font-family: 'Muli', Arial, sans-serif;
       font-size: 15px;
       color: #000;
       line-height: 21px;
       }
       .infoData h2 a{
           font-size: 18px;
           color: #000;
           text-decoration: none;
        }
/* =Gallery
-------------------------------------------------------------- */
.slideshow,
#gallery,
.slideshow-container,
.image-wrapper
.advance-link{
    width: 500px;
    height: 324px;
    position: relative;
    overflow: hidden;
    float: left;
    background-color: #EDEDED;

    text-decoration: none;

    -moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px  0 0 0;
    border-radius: 40px 0 0 0;
    behavior: url(ie-css3.htc);
    }
    #gallery img,
    #slideshow img,
    #accordion-slider li:first-child img{
        -moz-border-radius: 40px 0 0 0;
        -webkit-border-radius: 40px  0 0 0;
        border-radius: 40px 0 0 0;
        behavior: url(ie-css3.htc);
    }
    #gallery{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .copy-photo{
        background: url("images/overGallery.png") no-repeat scroll 0 0 transparent;
            bottom: 0;
            color: #FFFFFF;
            height: 16px;
            padding: 39px 13px 11px 0;
            position: absolute;
            right: 0;
            text-align: right;
            width: 487px;
    }
    #caption{
        bottom: 11px;
            color: #FFFFFF;
            display: block;
            position: absolute;
            right: 13px;
            text-align: right;
            width: 400px;
    }
    .image-caption{
        position: absolute;
        right:0;
        bottom: 0;
    }
    .controls{
        position: absolute;
        bottom: 0;
        left: 0;
        background: url('images/overGallery.png') no-repeat;
        height: 66px;
        width: 500px;
        z-index: 4;
    }
    .ss-controls{
        display: none;
    }
    #thumbs{
        margin-top: 10px;
        width: 150px;
        float: left;
        padding-left: 4px;
        }
        #thumbs li{
           width: 56px;
           height: 56px;
           float: left;
           overflow: hidden;
           margin-left: 11px;
           margin-bottom: 11px;
        }
    .advance-link img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .advance-link img{
        float: left;
    }
    .nav-controls{
        float: left;
        padding-top: 40px;
        padding-left: 10px;
    }
    .nav-controls .next,
    .nav-controls .prev{
        margin-right: 10px;
        width: 18px;
        height: 14px;
        overflow: hidden;
        background: url('images/arrows.png') no-repeat;
        text-indent: -9999px;
        float: left;
        }
        .nav-controls .prev:hover{
            background-position: bottom left;
        }
        .nav-controls .next{
            background-position: top right;
        }
        .nav-controls .next:hover{
            background-position: bottom right;
        }
/* =Footer
-------------------------------------------------------------- */
.creditsLettera{
    float: left;
    padding: 29px 11px 0px 12px;
    font-size: 11px;
    color: #8a8c94;
}
.sottomenu{
    float: left;
    width: 100%;
    padding-top: 16px;
}
.sottomenu ul{
    margin-top: 30px;
    float: left;
    width: 164px;
    border-top: 1px solid #9D9D9C;
    margin-bottom: 30px;
    }
    .sottomenu ul li{
        float: left;
        width: 100%;
        border-bottom: 1px solid #9D9D9C;
    }
    .sottomenu ul li a{
        text-transform: uppercase;
        padding: 10px;
        float: left;
        width: 144px;
        text-decoration: none;
    }
    .sottomenu ul li a.selected,
    .sottomenu ul li a:hover{
        background-color: #EDEDED;
    }

    .sottomenu ul ul{
        /* background: url('images/arrow_sottomenu.png') 5px 0px no-repeat; */
        margin-top: 0;
        border-top: none;
        margin-bottom: 6px;
        padding-top: 6px;
        }
        .sottomenu ul ul li{
            border-bottom: none;
        }
        .sottomenu ul ul li a{
            padding: 6px 10px;
            color: #8A8C8E;
        }
        .sottomenu ul ul li a.selected,
        .sottomenu ul ul li a:hover{
            color: #000;
            background-color: transparent;
            text-decoration: none;
            background: transparent url('images/arrow_sub_sub.png') right center no-repeat;
        }
        .sottomenu ul ul li a.selected{
            text-decoration: none;
            background: transparent url('images/arrow_sub_sub.png') right center no-repeat;
        }

/* =Contenuto
-------------------------------------------------------------- */
.space_img{
    float: left;
    width: 100%;
    height: 29px;
}
.contenuto{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 21px;
    }
    .contenuto h1{
        float: left;
        font-size: 18px;
        color: #1D1D1B;
        font-family: 'Muli', Arial, sans-serif;
        padding-bottom: 15px;
        line-height: 21px;
        width: 100%;
    }
    .contenuto p{
        font-size: 13px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    .contenutoMedium{
        width: 500px;
    }

.allegati{
    float: left;
    width: 100%;
    border-top: 1px dotted #9D9D9C;
    margin-top: 20px;
    }
    .allegato{
        float: left;
        width: 100%;
        border-bottom: 1px dotted #9D9D9C;
    }
    .allegato span{
        float: left;
        padding-left: 40px;;
    }
    .allegato a{
        float: left;
        width: 100%;
        padding: 20px 0;
        text-decoration: none;
    }
    .allegato a:hover{
        background-color: #EDEDED;
    }
    .allegato a{
    	background: transparent url('images/icon/doc.png')  10px center no-repeat;
    	}
    	.allegato a[href^="http"]{
    		background-image: url('images/icon/link.png');
    	}
    	.allegato a[href$=".pdf"]{
    		background-image: url('images/icon/pdf.png');
    	}
    	.allegato a[href*=".xls"]{
    		background-image: url('images/icon/excel.png');
    	}
    	.allegato a[href*=".doc"]{
    		background-image: url('images/icon/word.png');
    	}

/* =Slide
-------------------------------------------------------------- */
    #accordion-slider-wrap{
    	padding: 10px 0 20px 0;
    	float: left;
    	width: 100%;
    	overflow: hidden;
    }
    ul#accordion-slider{
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }
    ul#accordion-slider li{
        display: block;
        overflow: hidden;
        padding: 0;
        float: left;
        width: 183px;
        height: 318px;
        }
        .accordion_line{
            width: 55px;
            height: 3px;
            position: absolute;
            bottom: 15px;
            left: 20px;
            background-color: #FFF;
        }
        ul#accordion-slider li:first-child{
            -moz-border-radius: 40px 0 0 0;
            -webkit-border-radius: 40px  0 0 0;
            border-radius: 40px 0 0 0;
            behavior: url(ie-css3.htc);
        }
        ul#accordion-slider li.active{

        }

.contenutoMedium form input[type="submit"],
.contenutoMedium form textarea,
.contenutoMedium form input[type="text"]{
    background-color: #bcbdc0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    width: 488px;
    border: 1px solid #bcbdc0;
    padding: 3px 5px;
}
.contenutoMedium form input[type="submit"]{
    width: auto;
    color: #FFF;
    background-color: #FFD504;
    border-color: #FFD504;
    margin-top: 5px;
    cursor: pointer;
    }
    .page-id-405 .contenutoMedium  form input[type="submit"]{
        background-color: #11a0bd;
        border-color: #11a0bd;
    }
    .page-id-613 .contenutoMedium form input[type="submit"],
    .page-id-645 .contenutoMedium form input[type="submit"]{
        background-color: #11a0bd;
        border-color: #11a0bd;
    }
    .page-id-1613 .contenutoMedium form input[type="submit"],
    .page-id-1586 .contenutoMedium form input[type="submit"],
    .page-id-1629 .contenutoMedium form input[type="submit"]{
        background-color: #C3124A;
        border-color: #C3124A;
    }

form div.wpcf7-validation-errors{
    border: none !important;
    color: #ba1a4f;
}
form div.wpcf7-mail-sent-ok {
    border: none !important;
    color: green;
}
form span.wpcf7-not-valid-tip {
    background-color: #ba1a4f;
    border: 1px solid #ba1a4f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 8px;
    left: 10px;
    color: #fff;
    padding-left: 10px;
}
/* =Footer
-------------------------------------------------------------- */
.footer{
    width: 100%;
    float: left;
    padding-top: 27px;
    padding-bottom: 30px;
    background-color: #F7F6F6;
    position: relative;
    }
    .footer .social{
        float: left;
        }
        .footer .social a{
            float: left;
            width: 22px;
            height: 20px;
            background: url('images/social.png') top left no-repeat;
            margin-right: 5px;
        }
        .footer .social a:hover{
            background-position: 0px bottom;
        }
        .footer .social a.twitter{
            background-position: -22px top;
        }
        .footer .social a.twitter:hover{
            background-position: -22px bottom;
        }
        .footer .social a.viadeo{
            background-position: -44px top;
        }
        .footer .social a.viadeo:hover{
            background-position: -44px bottom;
        }
    #formNewsletter{
        width: 498px;
        border: 1px solid #9D9D9C;
        margin-top: 19px;
        }
        #formNewsletter input.inputMail{
           border: 1px solid #F7F6F6;
           background-color: #F7F6F6;
           width: 230px;
           padding: 10px;
        }
        #formNewsletter input[type="submit"]{
            background-color: #F7F6F6;
            border: 1px solid #F7F6F6;
            color: #8A8C8E;
            height: 20px;
            padding: 0em;
            margin: 0em;
            background: url('images/mail.png') no-repeat;
            height: 25px;
            padding-left: 55px;
            cursor: pointer;
            margin-left: 6px;
            width: 228px;
            text-decoration: underline;
        }
        #formNewsletter input[type="submit"]:hover {
            color: #000;
        }
    a.contactButton{
        float: right;
        padding: 12px 10px 11px 10px;
        border: 1px solid #9D9D9C;
        text-decoration: none;
        font-size: 12px;
        margin-top: 19px;
        margin-left: 8px;
        color: #8A8C8E;
    }
    a.contactButton:hover{
        color: #FFFFFF;
        background-color: #8A8C8E;
    }
    .copy{
        font-size: 11px;
        clear: both;
        padding-top: 10px;
        float: left;
    }

    .contenutoNewsletter{
        padding-top: 30px;
    }
    .page-template-tmpl-more-newsletter-php .centerMe{
        width: 550px;
    }
    .page-template-tmpl-more-newsletter-php .visitez_pan_piper,
    .page-template-tmpl-more-newsletter-php .topHeader,
    .page-template-tmpl-more-newsletter-php .newsBar,
    .page-template-tmpl-more-newsletter-php .footer,
    .page-template-tmpl-more-newsletter-php .background{
        display: none !important;
    }
