@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

body {
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px; /* Sets default font size to 10px */
    color:#000000;
    background: #ffffff;
    background-color: #ffffff;
    /*	background: url(images/gbp_photo_op.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
    margin: auto;
    padding: 0;
    height: 100%;
    min-height: 1000px;
    min-width: 1000px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;    /**/
}

@font-face {
    font-family: 'Monterey';
    src: url('fonts/montereyflf-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/montereyflf-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/montereyflf-webfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/montereyflf-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/montereyflf-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/montereyflf-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    margin:0;
    padding:0;
}
a {
    color: #000000;
    text-decoration: none;
}

table, th, td {
    border: 0px solid red;
    border-spacing: 1px;
    border-collapse: collapse;
    text-align: left;

}

span {
    cursor: pointer;
}

hr {
    border-top: 1px dashed #8c8b8b;

}

h1 {
    text-align: left;
    font-size: 	26px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Monterey';
    /*	padding: 15px 0px 0px 15px;
    text-shadow: 1px 1px 0.5px #803030;*/
}
h2 {
    text-align: left;
    font-size: 	18px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Monterey';
    /*	padding: 15px 0px 0px 15px;
    text-shadow: 1px 1px 0.5px #803030;*/
}

red {
    color: rgba(202,0,31);
}

blue {
    color: blue;
}

italic {
    font-style: italic;
}

bold {
    font-weight: bold;
}
.top_table {
    position: fixed;
    z-index: 999;
    width: 100%;
    /*	text-align: left;*/
    font-size: 15px;
    font-family: 'Monterey';
    margin:auto;
    vertical-align: top;
    line-height: 140%;
    text-align: center;
    background-color: white;

}

:target:before {
    content:"";
    display:block;
    height:90px; /* fixed header height*/
    margin:-90px 0 0; /* negative fixed header height */
}

.logo {
    text-align: left;
    width: 80px;
    height: 80px;
}

.header_table {
    margin: auto;
    height: 80px;
    width: 90%;
    min-width: 1000px;
    /*  width: 1000px;
    /*	font-size: 18px;
    font-style: normal;
    font-family: 'Monterey';
    vertical-align: bottom;*/
    overflow: scroll;
}

.menu_table {
    width: 680px;
    margin-right: 0px;
    margin-left: auto;
    font-size: 18px;
    font-style: normal;
    font-family: 'Monterey';
    vertical-align: bottom;
}

.menu_table td{
    text-align: center;
}


#header-top {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    width: 100%;
}

.banner-top-table {
    background-image: url(images/header-2000x1322-69.jpg);
    background-size: 100% 800px;
    background-repeat: no-repeat;
    width: 100%;
    height:800px;
    margin: auto;
    vertical-align: bottom;
    color: #ffffff;
    background-attachment: fixed;
    background-position: 0px 85px;
}

.banner-top-table  td{
    vertical-align: top;
    padding-top: 350px;

}

#banner-titolo{
    font-size: 44px;
    font-style: bold;
    font-family: 'Monterey';
    margin-left: 50px;
}

#banner-sotto-titolo {
    font-size: 28px;
}

/*-----------DROPDOWN MENU -------------------*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 3px 3px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #666666;
    color: #f9f9f9;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover  {
    cursor: pointer;
}
/*-----------DROPDOWN MENU -------------------*/


.body_table {
    width: 100%;
    /*	text-align: left;*/
    font-size: 15px;
    font-family: 'Monterey';
    margin:auto;
    vertical-align: top;
    line-height: 140%;
    text-align: center;
}

.centric_table {
    width: 730px;
    /*	text-align: left;*/
    font-size: 15px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    margin:auto;
    vertical-align: top;
    line-height: 140%;
    text-align: left;
}

#img_info {
    width: 350px;
    height: auto;
}
#img_info2 {
    width: auto;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    max-height: 800px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info2:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: top left;
    box-shadow: 15px 15px 8px #666666;
}

#img_info3 {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: auto;
    max-height: 600px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info3:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: top left;
    box-shadow: 15px 15px 8px #666666;
}

#img_info4 {
    border: 0px solid #aaaaaa;
    border-radius: 0px;
    width: auto;
    max-height: 500px;
    box-shadow: 3px 3px 2px #555;
}

#img_info4_b {
    border: 1px solid #aaaaaa;
    border-radius: 0px;
    width: 365px;
    max-height: 500px;
    box-shadow: 3px 3px 2px #555;
}
#img_info4_c {
    border: 0px solid #aaaaaa;
    border-radius: 0px;
    width: auto;
    max-height: 700px;
    box-shadow: 3px 3px 2px #555;
}

#img_info5 {
    border-radius: 2px;
    width: auto;
    max-height: 600px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info5:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: top left;
    box-shadow: 15px 15px 8px #666666;
}

#img_info6_a {
    border-radius: 4px;
    width: auto;
    max-height: 600px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-animation: rotation_a 5s infinite linear;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


#img_info7 {
    border-radius: 4px;
    width: auto;
    max-height: 400px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info7:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: center;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: center;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: center;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: center;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: center;
    box-shadow: 15px 15px 8px #666666;
}


#img_info8 {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 800px;
    height: auto;
    box-shadow: 6px 6px 5px #666666;
}

#img_info9 {
    border-radius: 2px;
    width: auto;
    height: 80px;
    box-shadow: 6px 6px 5px #666666;
}

#img_info10 {
    border: 0px solid #aaaaaa;
    border-radius: 0px;
    width: auto;
    max-height: 1000px;
    box-shadow: 3px 3px 2px #555;
}

#img_info11 {
    border: 1px solid #aaaaaa;
    border-radius: 0px;
    width: 365px;
    max-height: 500px;
    box-shadow: 3px 3px 2px #555;
}

#img_info11:hover {
    transform: scale(1.3);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.3);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.3);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.3); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.3);      /* Opera */
    -o-transform-origin: top left;
    box-shadow: 12px 12px 8px #333;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


@-webkit-keyframes rotation_a {
    0% {
        -webkit-transform: rotate(-20deg);
    }
    25% {
        -webkit-transform: rotate(0deg) scale(1.1);
    }
    50% {
        -webkit-transform: rotate(20deg);
    }
    75% {
        -webkit-transform: rotate(0deg) scale(1.15);
    }
    100% {
        -webkit-transform: rotate(-20deg);
    }
}

#img_info6_b {
    border-radius: 4px;
    width: auto;
    max-height: 600px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-animation: rotation_b 4s infinite linear;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

@-webkit-keyframes rotation_b {
    0% {
        -webkit-transform: rotate(20deg);
    }
    25% {
        -webkit-transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(-20deg);
    }
    75% {
        -webkit-transform: rotate(0deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(20deg);
    }
}

#img_info6_c {
    border-radius: 4px;
    width: auto;
    max-height: 600px;
    box-shadow: 6px 6px 5px #666666;
    -webkit-animation: rotation_c 4.3s infinite linear;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

@-webkit-keyframes rotation_c {
    0% {
        -webkit-transform: rotate(-20deg);
    }
    25% {
        -webkit-transform: rotate(0deg) scale(0.9);
    }
    50% {
        -webkit-transform: rotate(20deg);
    }
    75% {
        -webkit-transform: rotate(0deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(-20deg);
    }
}

#img_info300 {
    border: 0px solid #aaaaaa;
    border-radius: 2px;
    height: 350px;
    /*    width: 400px;    */
    max-width: 400px;
    box-shadow: 6px 6px 5px #333333;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info300:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: center;
    -ms-transform: scale(1.05);     /* Internet Explorer */
    -ms-transform-origin: center;
    -moz-transform: scale(1.05);    /* Firefox */
    -moz-transform-origin: center;
    -webkit-transform: scale(1.05); /* Safari e Chrome*/
    -webkit-transform-origin: center;
    -o-transform: scale(1.05);      /* Opera */
    -o-transform-origin: center;
    box-shadow: 10px 10px 7px #333333;
}

#img_info600 {
    border: 0px solid #aaaaaa;
    border-radius: 2px;
    height: auto;
    /*    width: 400px;    */
    max-width: 600px;
    box-shadow: 6px 6px 5px #333333;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
#img_info600:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: center;
    -ms-transform: scale(1.05);     /* Internet Explorer */
    -ms-transform-origin: center;
    -moz-transform: scale(1.05);    /* Firefox */
    -moz-transform-origin: center;
    -webkit-transform: scale(1.05); /* Safari e Chrome*/
    -webkit-transform-origin: center;
    -o-transform: scale(1.05);      /* Opera */
    -o-transform-origin: center;
    box-shadow: 10px 10px 7px #333333;
}

#align-left {
    text-align: left;
}

#align_center {
    text-align: center;
}

#align-right {
    text-align: right;
}

#align-justify {
    text-align: justify;
}

#align-top {
    vertical-align: top;
    text-align: justify;
}

.center_table {
    width: 80%;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    vertical-align: top;
}

.left_table {
    width: 80%;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-left: 90px;
    vertical-align: top;
}

.left_table td {
    vertical-align: top;
}

.left_table_strict {
    width: 45%;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-left: 90px;
    vertical-align: top;
    /*    line-height: 170%;*/
    /*	background-color: #faf0dc;
    text-shadow: 0.5px 0.5px 0.5px #505050;
    box-shadow: 10px 10px 5px #888888;*/
}

.left_table_strict td {
    vertical-align: top;
}


.left_table_auto {
    width: auto;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-left: 90px;
    vertical-align: top;
}


#td_title_1{
    text-align: left;
    font-size: 	26px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Monterey';
    line-height: 120%;
    /*	padding: 15px 0px 0px 15px;
    text-shadow: 1px 1px 0.5px #803030;*/
}
#td_title_2{
    text-align: center;
    font-size: 	22px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Monterey';
    /*	padding: 15px 0px 0px 15px;
    text-shadow: 1px 1px 0.5px #803030;*/
}
#td_title_3{
    text-align: center;
    font-size: 	26px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Monterey';
}
#td_title_4{
    text-align: center;
    font-size: 	18px;
    vertical-align: top;
    font-family: 'ArialMT', 'Arial', sans-serif;
}

#td_title_5{
    text-align: left;
    font-size: 	36px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Monterey';
    /*	padding: 15px 0px 0px 15px;
    text-shadow: 1px 1px 0.5px #803030;*/
}

#td_title_6{
    text-align: left;
    font-size: 	20px;
    vertical-align: top;
    font-weight: 600;   
    font-family: 'Monterey';
}

#td_title_7 {
    text-align: left;
    font-size: 	18px;
    vertical-align: top;
    font-style: italic;
}

#td_title_8 {
    text-align: left;
    font-size: 	19px;
    vertical-align: top;
    font-family: 'Monterey';
    line-height: 30px;
}

#inter_table {
    max-width: 150px;
    min-width: 120px;
}


#td_left_1{
    padding: 0px 0px 0px 15px;
    text-align: left;
    width: 180px;
    vertical-align: top;
}
#td_left_1_1{
    padding: 0px 0px 0px 15px;
    text-align: left;
    width: 80px;
    vertical-align: top;
}
#td_left_2{
    margin: auto;
    width: 150px;
    vertical-align: top;
    text-align: center;
}
#td_left_2_2{
    margin: auto;
    text-align: left;
    width: 200px;
    vertical-align: top;
}
#td_left_2_2_B{
    margin: auto;
    width: 300px;
    vertical-align: top;
    text-align: center;
}
#td_left_2_2_C{
    margin: auto;
    width: 400px;
    vertical-align: top;
    text-align: left;
}
#td_left_3{
    margin: auto;
    text-align: left;
    width: 220px;
    vertical-align: top;
}
#td_left_3{
    margin: auto;
    text-align: left;
    width: 350px;
    vertical-align: top;
}
#td_left_3_3{
    margin: auto;
    text-align: left;
    /*	width: 220px;*/
    vertical-align: top;
}
#td_list_num_1{
    margin: auto;
    text-align: center;
    width: 20px;
    vertical-align: top;
}
#td_sponsor{
    margin: auto;
    text-align: center;
    vertical-align: center;
}
#td_list_spacer{
    margin: auto;
    width: 10px;
    vertical-align: top;
}


.contacts_table {
    text-align: center;
    font-size: 15px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    margin: auto;
    vertical-align: top;
    line-height: 140%;
}
.contacts_table td {
    text-align: center;
    width: 250px;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

.contacts_list_table td {
    width: 125px;
}

#border_right {
    border-right: 1px solid #000;
}


.icons {
    height: 60px;
    width: 60px;
}

.icons2 {
    height: 40px;
    width: auto;
}


.ImgLocandina {
    width: 200px;
    height: 325px;
    border-radius: 8px;
}

.manina {
    height: 25px;
    width: auto;
}


/*---------------------------------------------------------------------------------*/

li {
    list-style-position: inside;
    list-style-type: disc;
}




.right_table {
    width: 370px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 13.5px;
    text-align: left;
    margin-left: 0px;
    vertical-align: top;
    /*text-shadow: 0.5px 0.5px 0.5px #505050;*/
    background-color: #ffffff;
    /*text-shadow: 0.5px 0.5px 0.5px #505050;*/
    box-shadow: 10px 10px 5px #888888;
}
#td_right_1{
    padding: 0px 5px 0px 15px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
#td_right_2{
    padding: 0px 15px 0px 0px;
    margin: auto;
    text-align: right;
    vertical-align: top;
}


#font_bold_italic {
    font-weight: bold;
    font-style: italic;
}
#font_bold_under {
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}
#font_bold_under_red {
    font-weight: bold;
    text-decoration: underline;
    color: rgba(202,0,31);
    text-decoration-color: rgba(202,0,31);
    cursor: default;
}
#font_bold_under_ita {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}
#font_under {
    text-decoration: underline;
}

#font_italic {
    font-style: italic;
}

#font_bold {
    font-weight: bold;
}
#font_bold_center {
    font-weight: bold;
    text-align: center;
}




.mframe_box {
    text-align: center;
    font-size: 18px;
    font-family: 'Monterey';
    margin: auto;
    vertical-align: top;
    line-height: 150%;
}

.mframe_box td {
    text-align: left;
    margin: auto;
    min-width: 80px;
}

.mframe_box iframe {
    width: 500px;
    height:300px;
}



.floatingBoxImg {
    width: auto;
    height: 130px;
    /*width: 325px;*/
    /*height: 200px;    */
    /*    border-radius: 8px 8px 8px 8px;*/

}
.floatingBoxImg2 {
    width: 340px;
    height: 250px;
    /*width: 325px;*/
    /*height: 200px;    */
    /*    border-radius: 0px 8px 8px 0px;*/

}
.floatingBoxTxt {
    text-align: left;
    font-size: 32px;
    /*    font-family: 'Monterey';    */
    font-family: 'Helvetica';
    margin: 10px 5px 10px 20px;
    vertical-align: middle;
    line-height: 100%;
    font-weight: bolder;
    color: black;
    width: auto;
    font-style: italic;
    /*    text-shadow: 1px 1px #555555;*/
}
.floatingBoxTxt_smaller {
    text-align: center;
    font-size: 24px;
    font-family: 'Helvetica';
    margin: 10px 10px 10px 30px;
    vertical-align: middle;
    /*    line-height: 150%;*/
    font-weight: 0;
    /*    color: #00a2e8;*/
    color: #004080;
    width: auto;
    text-shadow: 1px 1px #555555;
}

.floatingBox {
    display:block;
    background-color: #ffffff;
    opacity: 0.9;
    position: absolute;
    margin: 500px 100px 100px 50px;
    height: 120px;
    width: 350px;
    /*    width: auto;*/
    /*height: 200px;  */
    z-index: 990;
    /*    border-radius: 8px;*/
    box-shadow: 3px 3px 3px 1px #111  ;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
}

.floatingBoxXXXXXX:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: top left;
    opacity: 1;
}

/* 
.floatingBox img {
border-radius: 8px;
border-width: 2px;
border-style: solid;
border-color: #303030;

}
*/

.imgBened {
    width: auto;
    height: 600px;
    border-radius: 4px;
    /*    border: 2px solid #aaaaaa;*/
    box-shadow: 2px 2px 3px 3px #333333  ;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.imgBened:hover {
    transform: scale(1.1);         /* Standard */
    transform-origin: top left;
    -ms-transform: scale(1.1);     /* Internet Explorer */
    -ms-transform-origin: top left;
    -moz-transform: scale(1.1);    /* Firefox */
    -moz-transform-origin: top left;
    -webkit-transform: scale(1.1); /* Safari e Chrome*/
    -webkit-transform-origin: top left;
    -o-transform: scale(1.1);      /* Opera */
    -o-transform-origin: top left;
    box-shadow: 15px 15px 8px #666666;
    border: 2px solid #aaaaaa;
}

.contacts_list_table {
    text-align: center;
    min-width: 100%;
}

.button {
    border-radius: 2px;
    width: 120px;
    height: 30px;
    cursor:pointer;
    background-color: #cccccc;
}

.button1 {
    color: #505050 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 20px;
    border: 4px solid #505050 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.button1:hover {
    color: #ffffff !important;
    background: #505050;
    border-color: #505050 !important;
    transition: all 0.4s ease 0s;
}


.gowip {
    display: block;
    position: relative;
}
.gowip::after{
    content: "";
    background: url(images/gowip_logo.jpg) no-repeat center;
    background-size: contain;
    width: auto;
    height: 470px;
    opacity: 0.18;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.boxIban {
    border-width: 1px;
    border-style: solid;
    border-color: #555;
    padding: 20px 0 20px 20px;
    box-shadow: 3px 5px 4px #555555;
    background-color: #ffffff;
}

iframe {
    border-width: 0px;
    border-style: solid;
    border-color: #666;
    /*    box-shadow: 5px 5px 2px #222222;*/
    border-radius: 0px;
}

#teatro {
    line-height: 160%;
    text-align: justify
}


#gedeone {
    background-image: url(images/gideon-fleece-admont-giant-bible-12thcen_opaco.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#polonia {
    background-image: url(images/gpii_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#roma {
    background-image: url(images/papafrancesco.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


#GBPcampi {
    background-image: url(images/grass_back.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#quaresima21{
    background: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)), url(images/quaresima21loc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;

}

#Avvento20 {
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url(images/backAvvento.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


.snow {
    background-image: url(images/presepe.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
}



/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0px 8px 30px;
    font-family: 'Droid Sans';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

.cookie_table {
    margin: auto;
}
/*Cookie Consent End*/




/* DivTable.com */
.divTable{
    display: table;
}
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


.centerTab {
    text-align: center;
    margin: auto;
    width: 1000px;
}

.left {
    text-align: left;
}

#fontCambria17 {
    font-family: 'Cambria';
    font-size: 17px;
    color: #004080;
}

#fontCambria34 {
    font-family: 'Cambria';
    font-size: 34px;
    color: #004080;
    font-weight: bold;
}

.preghiera {
    font-family: 'Cambria';
    font-size: 14px;
    color: #004080;
    padding: 10px;
    border: 2px solid #004080;
    border-radius: 4px;
    resize: none;
}


.w50 {
    width: 50px;
}


.floatingNewsTxt {
    text-align: left;
    font-size: 32px;
    /*    font-family: 'Monterey';    */
    font-family: 'Helvetica';
    margin: 10px 5px 10px 20px;
    vertical-align: middle;
    line-height: 100%;
    font-weight: bolder;
    color: black;
    width: auto;
    font-style: italic;
    /*    text-shadow: 1px 1px #555555;*/
}
.floatingNewsTxt_smaller {
    text-align: center;
    font-size: 24px;
    font-family: 'Helvetica';
    margin: 10px 10px 10px 30px;
    vertical-align: middle;
    /*    line-height: 150%;*/
    font-weight: 0;
    /*    color: #00a2e8;*/
    color: #004080;
    width: auto;
    text-shadow: 1px 1px #555555;
}

.floatingNews {
    display:block;
    background-color: #ffffff;
    opacity: 0.9;
    position: absolute;
    margin: 500px 100px 100px 50px;
    height: 150px;
    width: 600px;
    /*    width: auto;*/
    /*height: 200px;  */
    /*    z-index: 990;*/
    /*    border-radius: 8px;*/
    box-shadow: 3px 3px 3px 1px #111  ;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    height: 150px;
    width: 600px;
}
.marquee notizie {
    display: inline-block;
    padding-top: 150px;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(0, -100%); }
}


.tableNews {
    padding-left: 5px;
    width: 600px;
}
.tableNewsMargin {
    padding: 5px;
    vertical-align: middle;
    text-align: justify;
}

.monthStyle {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
}
.dayStyle {
    font-weight: bold;
    font-size: 18px;
}

.bordo{
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.alignCenter {
    text-align: center;
}

.imgNews {
    width: 52px;
    height: 52px;
}

#la, #lb, #lc {
    scroll-padding: 150px 0 0 0;
}

.dataNews {
    width: 48px;
    text-align: center;
}

.red {
    color: rgba(202,0,31);
    cursor: default;
}

.bold {
    font-weight: bold;
}

/*
#testo_sfondo {
    background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url(images/camerun/tac/patronato2bis.jpg);
    background-repeat: no-repeat;
}*/

