@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Merriweather+Sans:300,300i,700,700i');
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #ed0000;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
a:focus {
    color: #701818;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

@media(min-width:768px) {
    #page-header .block-menu {
        float: left;
        height: auto;
    }
    #page-header .block-menu .menu {
        margin: 0;
    }
    #page-header:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    #page-header:after {
        clear: both;
    }
}

.pane-node-field-eventstart,
.pane-node-field-eventstart * {
    display: inline;
}

.pane-node-field-eventstart.inizio span:before {
    content: 'Dal '
}

.pane-node-field-eventstart.fine span:before {
    content: ' al '
}


/* jumbotron regione Evidenziato*/

.jumbotron {
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 11px;
}

@media (min-width: 768px) {
    .jumbotron {
        font-size: 16px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .jumbotron {
        font-size: 18px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .jumbotron {
        font-size: 21px;
    }
}


/* preheader*/

#page-header {
    background-color: #f8e7ca;
}

#page-header {
    border-top: 2px solid #701818;
    margin: 0 auto;
}

#skip-link {
    display: none;
}

#page-header div {
    margin: 0 auto;
}

#page-header ul.menu.nav a {
    color: #000;
    line-height: 1;
    padding: 7px 15px;
}

#page-header ul.menu.nav a::after {
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fffac4;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
}

#page-header ul.menu.nav li.active a::after,
#page-header ul.menu.nav li:hover a::after {
    background: #ed0000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 1;
}

#page-header ul.menu.nav li.last a::after {
  background: #ed0000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
}

#page-header ul.menu.nav li.last:hover a::after {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fffac4;
  content: "";
  width: 0;
  height: 2px;
  left: 50%;
}


#page-header ul.menu.nav a:hover,
#page-header ul.menu.nav a:focus {
    background-color: transparent;
    color: #ed0000
}

#page-header ul.menu.nav a.active {
    background-color: transparent;
    color: #ed0000
}


/* blocco lingua */

#block-locale-language {
    float: right;
    padding-top: 5px;
    margin-right: 10px;
}

#block-locale-language a {
    color: #fff;
}

#block-locale-language h2.block-title {
    color: #eee;
    float: left;
    margin: 5px 5px 0 0;
    border: none;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}

#block-locale-language ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    float: right;
}

#block-locale-language ul li {
    display: inline-block;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#block-locale-language ul li a:hover,
#block-locale-language ul li a:focus {
    border-bottom: 2px solid #FFF;
    color: #FFF;
}

#block-locale-language ul li.active a.active {
    border-bottom: 2px solid #FFF;
    font-weight: bold;
    color: #FFF;
}

@media(max-width:767px) {
    .navbar-collapse #block-locale-language ul {
        margin-top: 20px;
    }
}


/* social */

#block-block-3 {
    float: right;
    margin: 3px 2px;
    height: 25px;
}

#block-block-3 a {
    display: inline-block;
    height: 20px;
    opacity: 1;
    padding: 1px 0;
    width: 20px;
}

#block-block-3 a:hover {
    opacity: 0.5;
}


/* Search block */

#block-search-form {
    float: right;
    width: 150px;
    margin: 7px 0 7px 10px;
}

#block-search-form .input-group {
    margin: 0;
    height: 22px;
    padding: 0px;
    font-size: 14px;
    line-height: 1;
    background-color: #701818;
    border-radius: 4px;
    border-color: #701818;
}

#block-search-form .form-control {
    margin: 0;
    height: 22px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    background-color: #701818;
    color: #fffac4;
    border-radius: 4px;
    border-color: #701818;
    box-shadow: none;
}

#block-search-form .input-group .btn {
    margin: 0;
    height: 22px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    color: #fffac4;
}

#block-search-form .form-group {
    display: none;
}


/* menu */

.nav span.menutitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.nav span.menusub {
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
    display: block;
}

.navbar-header:after {
    clear: none;
}

.navbar-header {
    margin-top: 5px;
}

#page-header .container,
#navbar .container,
.testata .container {
    padding: 0;
}

.testata {
    margin-top: -10px;
}

#navbar ul.navbar-nav {
    margin-bottom: 20px;
}

#navbar li a {
    padding-bottom: 7px;
    padding-top: 11px;
    display: block;
    color: #c9302c;
    font-weight: 700;
    margin: 0
}

#navbar li:last-child a {
    padding-right: 0;
}

#navbar ul.secondary li a {
    position: relative;
    font-family: 'Merriweather Sans', sans-serif;
    color: #701818;
    margin: 0 0 0 5px;
    font-weight: 700;
    font-size: 14px;
}

#navbar ul.secondary li a::before {
    background: rgba(0, 0, 0, 0) url("images/title-bar.png") repeat-x scroll 0 0;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -7px;
    top: 57%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
}

#navbar ul.secondary li:last-child a::before {
    content: "";
    width: 0;
}

#navbar li a:hover,
#navbar ul.secondary li a:hover,
#navbar ul.secondary li a.active {
    color: #ed0000;
}

/** BOTTONE DONA **/
#navbar ul.secondary li a:last-of-type:hover {
  color: #701818;

}


#navbar li a.active {
    color: #7c3e3d;
}

#navbar ul.secondary li a::after {
    background: #FFF;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 3px;
    width: 0;
    z-index: 10;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav,
.navbar {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #666666;
    font-size: 14px;
}

.navbar {
    background-color: #FFF;
    border-color: #FFF;
}


/* menu mobile */

/** BOTTONE DONA NEL MENU SECONDARIO */
#navbar ul.secondary li.last:hover a::after {
    background: #FFF;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 3px;
    width: 0;
    z-index: 10;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

#navbar ul.secondary li.last a::after {
    background: #ed0000;
    opacity: 1;
    width: calc(100% - 15px);
    left: 15px;
}
#navbar ul.secondary li.last a {
  color: #ed0000;
}
#navbar ul.secondary li.last:hover a {
  color: #701818;
}


@media(max-width:767px) {
    #page-header .block-menu {
        display: none;
    }
    #block-search-form {
        width: 100px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #c9302c;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .pull-left {
        float: none !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #fff;
    }
    .navbar-collapse .navbar-nav li {
        display: block;
        position: relative;
        float: none;
        height: auto;
        margin-left: 0;
    }
    .navbar-collapse .navbar-nav {
        display: block;
        height: 100%;
        margin-left: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-right: 10px;
    }
    /* biscotto */
    .navbar-default .navbar-toggle {
        border: 0px;
        padding: 4px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #fffac4;
    }
    .navbar-toggle .icon-bar {
        background-color: #FFF;
        display: block;
        height: 3px;
        width: 28px;
    }
    #navbar ul.secondary li a {
        color: #701818;
        padding-bottom: 20px;
        padding-top: 20px;
        margin: 0;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #navbar li a {
        padding-bottom: 7px;
        padding-top: 11px;
        display: block;
        font-weight: bold;
        margin: 0 0 0 5px;
    }
    #navbar li a:hover {
        color: #7c3e3d;
    }
    #navbar li a.active {
        color: #7c3e3d;
    }
    #navbar ul.navbar-nav {
        border-bottom: 0;
        margin-bottom: 0px;
    }
}


/* home */

#block-block-9 .block-title {
    font-family: 'Bree Serif', sans-serif;
    font-weight: 700;
    color: #000;
    padding: 0;
}

.blocco-temi .block-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    padding: 0;
}

.blocco-temi ul.menu li a {
    font-family: 'Bree Serif', sans-serif;
    font-size: 24px;
    font-style: italic;
    padding: 0 10px 0 0;
    line-height: 1.2;
    color: #777;
}

.blocco-temi ul.menu li a:hover {
    color: #a44e53;
    ;
}

.blocco-temi ul.menu li a:after {
    content: ",";
    display: inline;
}

.blocco-temi ul.menu li.last a:after {
    content: "";
}

#block-system-main {
    clear: both;
}

.view-id-frontpage {
    margin: 20px 0;
}


/* contenuto */

.main-container {
    margin-top: 30px;
}

.front .main-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.node .field-name-field-immagine img {
    margin: 0 auto;
}

.node-type-evento h1.page-header,
.node-type-evento h1.page-header,
.node-type-articolo h1.page-header,
.node-type-foto h1.page-header,
.node-type-documento h1.page-header {
    max-width: 700px;
    margin: 5px auto;
    color: #b49e46;
    text-transform: none;
    padding: 0;
}

.node {
    max-width: 700px;
    margin: 10px auto;
}

.sidebar-contents .node {
    margin: 0;
    max-width: auto;
}

.node .field-name-body h2 {
    color: #bc7981;
    font-weight: 500;
    text-transform: none;
    clear: both;
}

.node .field-name-field-data {
    font-family: 'Bree Serif', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #701818;
    margin: 10px 0;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.node .field-type-taxonomy-term-reference {
    color: #b4687d;
    font-size: 12px;
    padding: 10px 0 0 10px;
    float: right;
    line-height: 1.2;
}

.sidebar-contents .node .field-name-body h2 {
    margin-top: 0;
}

.node .field-name-body h3 {
    color: #d6b048;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

img.destra {
    float: right;
    width: 400px !important;
    height: auto ! important;
    margin-right: -100px;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}

img.centro {
    float: none;
    width: 100% !important;
    height: auto ! important;
}

img.sinistra {
    float: left;
    width: 400px !important;
    height: auto ! important;
    margin-left: -100px;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}

a.approfondisci {
    padding: 0;
    line-height: 1.2;
    color: #b4687d;
    font-size: 12px;
    text-decoration: none;
    display: block;
}


/*postcontent */

.postcontent {
    border: 0;
    margin: 20px 0;
    padding: 0;
    background-color: #fffac4;
}

.postcontent_full .col div {
    /*margin: 0; */
}

.postcontent .block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.postcontent .block-content {
    position: relative;
}

.postcontent h2.block-title {
    background-color: #fffac4;
    padding-right: 20px;
}


/*.postcontent .block-title{
	color: #626c4c;
	text-transform: uppercase;
}*/

.postcontent .views-bootstrap-grid-plugin-style .views-field-title.views-field-title a {
    color: #701818;
    font-family: 'Bree Serif', sans-serif;
    font-size: 20px;
}

.postcontent .views-bootstrap-grid-plugin-style .views-field-title.views-field-title a:hover {
    color: #ed0000;
}

.postcontent .views-bootstrap-grid-plugin-style .views-field-field-data,
.postcontent .views_slideshow_main .views-field-field-data {
    color: #fffac4;
    text-transform: lowercase;
    font-family: 'Bree Serif', sans-serif;
    font-size: 18px;
    float: none;
}

.postcontent .view-footer a {
    color: #626c4c;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
}

.postcontent .view-footer a:hover {
    color: #c4c4c4;
}


/*postcontent2 */

.postcontent_full {
    clear: both;
}

.postcontent_full .block {
    margin: 0;
    clear: both;
    background-color: #fff;
}

.postcontent_full .block-content {
    /*padding: 30px 15px 20px;*/
    margin: 0 auto;
}

.postcontent_full h2.block-title {
    padding: 0 0 20px;
    margin: 20px 0 0 0;
}

.postcontent_full #block-block-5 {
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow: hidden;
}

.postcontent_full #block-block-5 .block-content {
    padding: 0;
    margin: 0;
    width: 100%;
}

.postcontent_full #block-block-5 p {
    padding: 0;
    margin: 0;
}

.postcontent_full #block-block-5 img {
    width: 100%;
}


/*prefooter */

.prefooter {
    border: 0;
    margin: 0;
    padding: 10px 0 0;
   background-color: #f8e7ca;
    font-size: 16px;
}

.prefooter .block {
    padding: 15px;
}

.prefooter .block-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.prefooter .nav > li > a {
    padding: 0 15px 0 0;
    font-size: 12px;
}

.prefooter .nav > li {
    float: none;
    clear: both;
    text-align: center;
    display: inline-block;
    float: none;
}

.prefooter .nav > li > a {
    color: #c9302c;
}

.prefooter .nav > li > a:hover,
.prefooter .nav > li > a:focus {
    background-color: unset;
    text-decoration: none;
    color: #a44e53;
}

.prefooter #block-menu-features ul,
.prefooter #block-menu-features {
    float: none;
    clear: both;
    text-align: center;
}

.prefooter #block-menu-features li {
    display: inline-block;
    float: none;
}

.prefooter #block-system-user-menu {
    float: none;
    clear: both;
    text-align: center;
    padding: 0 15px 15px;
}

.prefooter #block-system-user-menu .block-title {
    margin: 10px 0 0 0;
}

.prefooter hr{
	border-color:#fff;
	}

/*footer */

.footer {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    background-color: #701818;
}

.footer p {
    color: #fffac4;
}

.region-footer {
    border: 0;
    margin: 0;
    padding: 10px;
}


/* tabelle */

table {
    width: 100%
}

table,
tr,
td {
    border: 0;
}

table > tbody > tr > td {
    padding: 10px;
}

table > tbody > tr:nth-of-type(2n+1) {
    background-color: #fffcda;
}

table > tbody > tr > td {
    border: 0;
    border-bottom: 1px dashed #701818;
}


/*************** GENERALI ***********/


/* accordion */


/*.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.panel-default {
    border-color: #fff;
}
.panel {
    background-color: #fff;
    border-bottom: 1px solid #7c3e3d;
    border-radius: 0px;
    box-shadow: 0 ;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #7c3e3d;
    color: #333;
	padding: 10px 0;
}

.panel-title {
    color: #7c3e3d;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
	font-style: normal;
}
.panel-title a{
text-decoration:none;
}
.panel-title a:before{
content:">";}

.panel-title a:hover, .panel-title a:focus, .panel-title a:visited{
color:#a75f5b}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.panel-body {
    padding: 0 0 10px;
}

.views-bootstrap-accordion-plugin-style{border-top: 1px solid #7c3e3d; max-width:800px;}

.views-bootstrap-accordion-plugin-style .views-field-body {padding:15px 0 0;}

@media screen and (min-width: 768px){
.panel-title {
    font-size: 36px;
    text-decoration: none;
}

.views-bootstrap-accordion-plugin-style .views-field-body {padding:30px 30px 15px;}

.panel-body {
    padding: 0 15px 15px;
}
}
*/


/* carousel */

.view-id-primo_piano .tit-testo-slider {
    position: absolute;
    background-color: #fff;
    bottom: 20%;
    display: block;
    padding: 15px 30px;
    position: absolute;
    right: 8%;
    -webkit-transition: all 0.7s ease-in-out 0.35s;
    transition: all 0.7s ease-in-out 0.35s;
    width: 83%;
    z-index: 99;
    border-left: 3px solid #701818;
    font-size: 14px;
}

.view-id-primo_piano .tit-testo-slider .meta-tags {
    position: relative;
}

.view-id-primo_piano .tit-testo-slider .tipo-evento {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

.view-id-primo_piano .tit-testo-slider .data-evento {
    float: right;
    font-size: 85%;
    text-transform: uppercase;
}

.view-id-primo_piano .views-field-title {
    font-weight: 400;
    line-height: 1.2;
    background-color: transparent;
    font-size: 24px;
    text-transform: none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 28px 0 5px;
    display: block;
}

.view-id-primo_piano .views-field-title a {
    color: #701818;
    text-decoration: none;
}

.view-id-primo_piano .views-field-title a:hover {
    color: #ed0000;
    text-decoration: none;
}

.view-id-primo_piano .testo-slider {
    display: none;
}

.carousel-control {
    width: 7%;
    color: #fffac4;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #701818;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-indicators li {
    border: 1px solid #fffac4;
    border-radius: 0;
}

.carousel-indicators {
    display: none;
}

.carousel-indicators .active {
    background-color: #701818;
    border: 2px solid #701818;
    height: 12px;
    margin: 0;
    width: 12px;
}

.carousel-control .icon-prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    content: "\e079";
}

.carousel-control .icon-next::before {
    display: inline-block;
    font-size: 24px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    content: "\e080";
}

.carousel-inner .img-responsive {
    display: block;
    height: 100%;
    max-height: 220px;
    max-width: 100%;
    width: auto;
}

@media (min-width: 768px) {
    .carousel-inner .img-responsive {
        display: block;
        height: auto;
        max-height: unset;
        max-width: 100%;
        width: 100%;
    }
    .carousel-indicators {
        display: block;
    }
    .view-id-primo_piano .tit-testo-slider .tipo-evento {
        display: block;
    }
    .view-id-primo_piano .tit-testo-slider {
        bottom: 35%;
    }
}

@media (min-width: 992px) {
    .view-id-primo_piano .tit-testo-slider {
        width: 43%;
    }
    .view-id-primo_piano .testo-slider {
        display: block;
    }
    .view-id-primo_piano .views-field-title {
        padding: 40px 0 5px
    }
    .view-id-primo_piano .tit-testo-slider {
        bottom: 20%;
    }
}


/** slideshow 4 colonne **/

.views-bootstrap-grid-plugin-style .col img,
.views_slideshow_main .views-row img {
    width: 100%;
    height: auto;
}

.views-bootstrap-grid-plugin-style .views-field-type,
.views_slideshow_main .views-field-type {
    font-family: 'Bree Serif', sans-serif;
    color: #b4687d;
    text-transform: lowercase;
    float: left;
}

.views-bootstrap-grid-plugin-style .views-field-field-data,
.views_slideshow_main .views-field-field-data {
    font-family: 'Bree Serif', sans-serif;
    color: #b4687d;
    text-transform: lowercase;
    float: right;
}

.views-bootstrap-grid-plugin-style .views-field-field-immagine,
.views_slideshow_main .views-field-field-immagine {
    clear: both;
}

.views-bootstrap-grid-plugin-style .views-field-path,
.views_slideshow_main .views-field-path {
    text-align: center;
    /*min-height: 100px;*/
}

.views-bootstrap-grid-plugin-style .views-field-title,
.views_slideshow_main .views-field-title {
    color: #ed0000;
    padding: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #701818;
    /*min-height: 100px;*/
}

.tit-testo-corsi h3 {
  text-align: left;
}

.views-bootstrap-grid-plugin-style .views-field-title a,
.views_slideshow_main .views-field-title a {
    color: #701818;
    text-decoration: none;
}

.views-bootstrap-grid-plugin-style .views-field-title a:hover,
.views-bootstrap-grid-plugin-style .views-field-title a:focus,
.views_slideshow_main .views-field-title a:hover,
.views_slideshow_main .views-field-title a:focus {
    color: #ed0000;
}

.views-bootstrap-grid-plugin-style .views-field-body,
.views_slideshow_main .views-field-body {
    padding: 10px 0;
    line-height: 1.2;
    /*min-height: 150px;*/
    text-decoration: none;
    text-decoration: none;
}

.views-bootstrap-grid-plugin-style .views-field-view-node a,
.views_slideshow_main .views-field-view-node a {
    padding: 0;
    line-height: 1.2;
    color: #b4687d;
    font-size: 12px;
    text-decoration: none;
}

.views_slideshow_main .views-row {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 540px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

.views-slideshow-cycle-main-frame {
    position: relative !important;
    width: 100% !important;
    height: 2280px;
}

.views-slideshow-cycle-main-frame-row {
    width: 100% !important;
}

.views-slideshow-controls-text {
    position: relative;
    height: 50px;
    z-index: 10;
    margin-top: 20px;
}

.views-slideshow-controls-text-next {
    background: url('images/right.png') right top no-repeat;
    float: right;
    margin-right: 10px;
}

.views-slideshow-controls-text-pause {
    display: none;
}

.views-slideshow-controls-text-previous {
    background: url('images/left.png') left top no-repeat;
    margin-left: 10px;
}

.views-slideshow-controls-text-next,
.views-slideshow-controls-text-previous {
    text-indent: -999px;
    display: inline-block;
    width: 18px;
    height: 30px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}


/* blocchi */

.region-postcontent-full .block-views .block-content {
    margin-top: 20px;
    border-top: 1px dashed #c9302c;
    padding-top: 10px;
}

.front .region-postcontent-full .block-views .block-content {
    border-top: 0;
}

.region-postcontent-full .block-views .block-title {
    padding: 20px 0 30px;
}


/* campi titoli */

h1.page-header {
    border-bottom: 0 none;
    color: #000000;
    font-family: "Bree Serif", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
    padding-bottom: 9px;
    text-transform: uppercase;
}


/*.field-label, .block-title {
	font-family:'Bree Serif', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #666666;
	border-bottom: 0px;
	margin: 10px 0;
	padding-bottom: 9px;
	 font-size: 20px;
}*/

.field-label,
.block-title a {
    color: #000;
}

.field-label,
.block-title a:hover {
    color: #ed0000;
}

.views-field-title {
    font-family: 'Bree Serif', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin: 0;
    padding: 15px;
    min-height: 50px;
}

.field-type-datetime {
    margin: -10px 0 20px;
}

.region-sidebar-second h2.block-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


/******* in fondo: media screen ***********/


/* desk */

@media screen and (min-width: 768px) {
    .front .main-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #navbar ul.menu.nav.navbar-nav {
        display: none;
    }
    #navbar ul.menu.nav.navbar-nav.secondary {
        display: block;
        float: left;
        margin: 32px 0 10px 0;
        height: auto;
    }
    #navbar .navbar-collapse {
        padding: 0;
    }
    .carousel-indicators {
        bottom: 15px;
    }
    .views_slideshow_main .views-row {
        float: left;
        width: 340px;
        height: 500px;
        margin: 0 40px 20px 0;
        padding-bottom: 20px;
    }
    .views_slideshow_main .views-row:nth-of-type(2n+2) {
        margin-right: 0px;
    }
    .views-slideshow-cycle-main-frame {
        position: relative !important;
        width: 100% !important;
        height: 1040px;
    }
    .views-slideshow-cycle-main-frame-row {
        width: 100% !important;
    }
    .postcontent_full .block-content {
        width: 750px;
    }
}


/* medio */

@media only screen and (min-width: 992px) {
    .views_slideshow_main .views-row {
        float: left;
        width: 214px;
        height: 440px;
        margin-right: 28px;
        padding-bottom: 0px;
    }
    .views_slideshow_main .views-row:nth-of-type(2n+2) {
        margin-right: 28px;
    }
    .views_slideshow_main .views-row:nth-of-type(4n+4) {
        margin-right: 0px;
    }
    .views-slideshow-cycle-main-frame {
        height: 440px;
    }
    .postcontent_full .block-content {
        width: 970px;
    }
}


/* largo */

@media only screen and (min-width: 1200px) {
    .views_slideshow_main .views-row {
        width: 264px;
    }
    .postcontent_full .block-content {
        width: 1170px;
    }
    #navbar ul.menu.nav.navbar-nav.secondary {
        display: block;
        float: right;
    }
}


/* mobile */

@media(max-width:767px) {
    .view-id-primo_piano .views-field-title {
        font-size: 20px;
        line-height: 1;
    }
}


/** fine media screen in fondo **/


/* ****** */

#navbar {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 0;
    margin: 0;
}

@media(max-width:767px) {
    #navbar {
        margin: 0 0 0px;
    }
}

.breadcrumb {
    border-radius: 0px;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 9px 15px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}


/**** giucas consigli ****/

.dl-horizontal dt {
    width: 200px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

.region-footer #block-system-user-menu ul {
    display: inline;
}

img {
    max-width: 100%;
    height: auto !important;
}

span.icon-bar {
    width: 29px;
}

body.node-type-article .field-name-field-image img {
    float: left;
    margin: 0 20px 20px 0;
}

.views-field-field-image img {
    float: left;
    margin: 0 20px 14px 0;
}


/*** fine giucas consigli ****/


/*******************************************/

.navbar.container {
    margin-top: 0px;
}

.navbar-nav {
    margin-left: 8%;
    height: 38px;
}

@media(max-width:767px) {
    .navbar-collapse .navbar-nav {
        margin-left: 0px;
    }
    .navbar-collapse .navbar-nav li {
        height: auto;
        margin-left: 0px;
        display: block;
    }
}

.region-navigation {
    float: right;
}

#block-block-3 {
    float: right;
}

@media(max-width:767px) {
    .navbar-collapse #block-block-3 p {
        margin-top: 20px;
    }
}

.facebook,
.twitter,
.youtube {
    margin-right: 10px;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 10px;
    min-height: 30px;
    position: relative;
}

.navbar > li > a {
    line-height: 1.2em;
}

.navbar-nav > li > a {
    line-height: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ed0000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #C00;
    background-color: transparent;
}


/* menu non principale */

ul.menu li {
    float: left;
}

.views-field.views-field-field-immagine img,
.field-name-field-immagine img {
    border: 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #FFF;
    border-color: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #FFF;
    text-decoration: none;
}

.caret {
    border-color: #000 transparent -moz-use-text-color;
    border-style: solid solid dashed;
    border-width: 4px 4px 0;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    margin-top: 3px;
    vertical-align: top;
    width: 0;
}

.nav .caret,
.nav a:hover .caret,
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
    border-bottom-color: #666;
    border-top-color: #666;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    margin: 4px 0 0;
    min-width: 160px;
    padding: 5px 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    border-bottom: 4px solid #c4c4c4;
}

.dropdown-menu li {
    clear: both;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
}

.dropdown-menu li.last,
#block-menu-menu-centro-congressi .dropdown-menu li.last,
#block-menu-menu-attivit-culturali .dropdown-menu li.last {
    border-bottom: none;
}

.dropdown-menu > li > a {
    clear: both;
    color: #666;
    display: block;
    font-weight: 700;
    line-height: 1.42857;
    padding: 7px 20px;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #FFF;
    color: #c4c4c4;
    text-decoration: none;
}


/*form */

.form-control,
input[type="email"] {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #701818;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
}

@media (min-width: 769px) {
    .resizable-textarea textarea {
        width: 80%;
    }
}

.form-control:focus,
input[type="email"]:focus {
    border-color: #666666;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 102, 102, 0.6);
}

.form-control::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #fffac4;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
    color: #fffac4;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #fffac4;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fffac4;
    opacity: 1;
}

.resizable-textarea textarea {
    border-radius: 0;
    background: #FFF;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    /*margin-left: 0px;*/
    margin-right: 10px;
}

.resizable-textarea .grippie {
    background-color: #FFF;
    margin-bottom: 20px;
    width: 80%;
    border: 0;
}


/*button */

.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dashed;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #666666;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #666666;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #666666;
    background-color: #b3b3b3;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #666666;
    background-color: #b3b3b3;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #666666;
    background-color: #b3b3b3;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #666666;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #cccccc;
    background-color: #666666;
}

.btn-primary {
    color: #fffac4;
    background-color: #701818;
    border-color: #701818;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-primary:hover {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #701818;
    background-color: #4d4d4d;
    border-color: #474747;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ccc;
    background-color: #3b3b3b;
    border-color: #262626;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #666666;
    border-color: #666666;
}

.btn-primary .badge {
    color: #666666;
    background-color: #ffffff;
}

.btn-success {
    color: #ccc;
    background-color: #78c271;
    border-color: #78c271;
}

.btn-success:focus,
.btn-success.focus {
    color: #ccc;
    background-color: #56b34d;
    border-color: #3c7e36;
}

.btn-success:hover {
    color: #ccc;
    background-color: #56b34d;
    border-color: #52ac4a;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ccc;
    background-color: #56b34d;
    border-color: #52ac4a;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ccc;
    background-color: #4a9a42;
    border-color: #3c7e36;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #78c271;
    border-color: #78c271;
}

.btn-success .badge {
    color: #78c271;
    background-color: #ffffff;
}

.btn-info {
    color: #fffac4;
    background-color: #701818;
    border-color: #701818;
}

.btn-info:focus,
.btn-info.focus {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-info:hover {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.btn-info .badge {
    color: #c4c4c4;
    background-color: #ffffff;
}

.btn-warning {
    color: #ccc;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ccc;
    background-color: #ec971f;
    border-color: #b06d0f;
}

.btn-warning:hover {
    color: #ccc;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ccc;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ccc;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #fffac4;
    background-color: #701818;
    border-color: #701818;
    font-size: 14px;
    font-weight: 400;
}

.btn-date {
    background-color: transparent;
    border-bottom: 2px solid #701818;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
    text-align: right;
}

.btn-leggi {
    background-color: #fff;
    border: 1px solid #701818;
    color: #701818;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 6px 7px;
    text-transform: uppercase;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-leggi:focus {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-danger:hover,
.btn-leggi:hover {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fffac4;
    background-color: #ed0000;
    border-color: #ed0000;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #701818;
    border-color: #701818;
}

.btn-danger .badge {
    color: #ed0000;
    background-color: #ffffff;
}

.btn-link {
    color: #ed0000;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #c4c4c4;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}


/*blocchi */

.thumbnail {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    display: block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


/* pagination */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 7px 6px;
    line-height: 1.42857143;
    text-decoration: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #701818;
    background-color: transparent;
    border: 0px;
    margin-left: -1px;
    border-top: 2px solid transparent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top: 2px solid transparent;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px solid transparent;
}


/*fondazione*/

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #ed0000;
    background-color: transparent;
    border-top: 2px solid #ed0000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ed0000;
    background-color: transparent;
    border-top: 2px solid #ed0000;
    cursor: default;
    padding-top: 6px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ed0000;
    background-color: transparent;
    border-top: 2px solid #ed0000;
    cursor: not-allowed;
    padding-top: 6px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border-top: 2px solid #ed0000;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}


/*gallery*/

.galleryformatter {
    margin: 30px 0;
}

.galleryformatter-greenarrows .gallery-thumbs .arrow {
    bottom: 18px;
    display: block;
    height: 46px;
    position: absolute;
    text-indent: -9999px;
    width: 46px;
}

.galleryformatter-greenarrows .slide-button {
    background-image: url("images/next-prev.png");
}

.galleryformatter-greenarrows .gallery-thumbs .wrapper {
    border-bottom: 0px;
}

.galleryformatter-greenarrows .gallery-thumbs .arrow,
.galleryformatter-greenarrows .gallery-thumbs .wrapper,
.galleryformatter-greenarrows .gallery-thumbs li.active a,
.galleryformatter-greenarrows .gallery-thumbs li a:hover,
.galleryformatter-greenarrows .view-full {
    background-image: url("images/sprite.png");
}

.galleryformatter-greenarrows .gallery-thumbs .back {
    background-position: -4px -102px;
    left: 0;
}

.galleryformatter-greenarrows .gallery-thumbs .back:hover {
    background-position: -4px -156px;
}

.galleryformatter-greenarrows .gallery-slides {
    height: 312px !important;
}


/* calendario */

.view .date-nav-wrapper .date-heading {
    margin: 5px 0;
}

.view .date-nav-wrapper .pager {
    margin: 0;
    padding: 0;
}

.view .date-nav-wrapper .date-heading h3 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: lowercase;
    font-weight: normal;
}

.view .date-nav-wrapper .date-heading h3 a {
    color: #fff;
    text-decoration: none;
}

.view .date-nav-wrapper .date-heading h3 a:hover {
    color: #c7c9ce;
}

.view .date-nav-wrapper .date-nav {
    padding-bottom: 0px;
    margin: 0;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
    color: #626c4c;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    line-height: 2em;
    margin: 0;
    padding: 0 3px;
    text-decoration: none;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover,
.view .date-nav-wrapper .date-prev a:focus,
.view .date-nav-wrapper .date-next a:focus {
    color: #c7c9ce;
}

.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
    background-color: transparent;
    border-radius: 0;
    float: none;
    font-size: 12px;
    left: auto;
    padding: 0;
    position: absolute;
    text-align: right;
    width: auto;
    z-index: 1;
    text-transform: lowercase;
}

.view .date-nav-wrapper .date-prev {
    left: 0;
    right: auto;
}

.calendar-calendar table > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
    border-radius: 0px;
}

.calendar-calendar .week-view .header-body-divider,
.calendar-calendar .week-view .single-day-footer,
.calendar-calendar .day-view .single-day-footer,
.calendar-calendar .day-view .header-body-divider {
    background: #e3ecf1;
    border-left: 0;
    border-right: 0;
    font-size: 1px;
    height: 4px;
    line-height: 1px;
}

.calendar-calendar th.days {
    background-color: #fffac4;
    border: 0px;
    color: #701818;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 5px;
    font-size: 13px;
    height: 30px;
    border-bottom: 2px solid #701818;
}

.year-view div.month-view div.date-nav {
    background-color: #fff;
    border: 0px;
    color: #000;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 8px 0;
}

.calendar-calendar table.mini tbody {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fffac4;
}

.calendar-calendar table.mini tr,
.calendar-calendar table.mini td.empty,
.calendar-calendar table.mini tr td.today {
    background-color: #fffac4;
}

table .mini-day-on a {
    text-decoration: none;
    color: #701818;
}

table .mini-day-on a:hover {
    text-decoration: none;
    color: #c4c4c4;
}

.calendar-calendar td {
    text-align: center;
    width: 14%;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.calendar-calendar .mini-day-on {
    border-bottom: 3px solid #701818;
}

.calendar-calendar td.today .mini-day-on,
.calendar-calendar td.today .mini-day-off {
    border-bottom: 3px solid #ed0000;
}

.calendar-calendar .mini-day-off,
.calendar-calendar .mini-day-on {
    margin: 7px 10px;
    padding: 0;
    color: #343434;
}

.calendar-calendar td .inner div.day a {
    color: #ed0000;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
    background: #fffcdf;
}

.calendar-calendar td.mini,
.calendar-calendar .calendar-empty {
    padding: 0;
}

.calendar-calendar table.mini td.today {
    border: 0;
}

.calendar-calendar table.mini td.has-events {
    border: 0;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
    background: #e0e7dd;
    border-color: #82a178;
}

.calendar-calendar td.empty {
    background: #ccc;
    border-color: #ccc;
    color: #c4c4c4;
}

.calendar-calendar .month-view .full tr td.single-day.today {
    border: 0px;
    border-bottom: 1px solid #e3ecf1;
}

.calendar-calendar .month-view .full td.date-box.today {
    border: 0px;
}

.calendar-calendar div.calendar {}

.calendar-calendar .views-field-title {
    min-height: inherit;
    font-size: 14px;
}

.calendar-calendar .pagination > li > a,
.calendar-calendar .pagination > li > span {
    padding: 0;
}


/* tooltip */

.bt-content ul {
    padding: 0 0 0 20px;
    margin-bottom: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #FFF;
    border: 0;
    border-bottom: 4px solid #ccc;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-bottom: 4px solid #f5f5f5;
}

body.page-centro-congressi .nav-tabs > li.active > a,
body.page-centro-congressi .nav-tabs > li.active > a:hover,
body.page-centro-congressi .nav-tabs > li.active > a:focus {
    background-color: #FFF;
    border: 0;
    border-bottom: 4px solid #037ebc;
}

body.page-centro-congressi .nav-tabs {
    border-bottom: 0px;
}

body.page-centro-congressi .nav-tabs > li > a,
body.page-centro-congressi .nav-tabs > li > a:hover,
body.page-centro-congressi .nav-tabs > li > a:focus {
    border-bottom: 4px solid #e3ecf1;
}

.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
}


/** search result **/

.search-advanced.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #7c3e3d;
}

#imce-content,
#imce-content input {
    position: relative;
}


/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */


/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.26;
}
h3 {
  font-weight: bold;
  margin-top: 12px;
  }
h4 {
  /*font-weight: bold;
  }
a { color: #ac2925; }
a:hover, a:active { color: #c9302c; text-decoration: none;}
*/


/*font pricipali*/

body {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 22px;
}

.block-title-wrap {
    background: rgba(0, 0, 0, 0) url("images/title-bar.png") repeat-x scroll 0 6px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 25px;
    line-height: 1;
}

.block-title-wrap.form {
    margin: 30px 0 20px;
}

h2.block-title,
h2.pane-title {
    font-size: 20px;
    margin: 0;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.block-title-wrap h2 {
    background: #fff;
    display: inline;
    padding-right: 20px;
}

.postcontent .block-title-wrap {
    margin: 10px 0 15px;
}

.postcontent .block-title-wrap h2 {
    background: #fffac4;
}

.block-title-wrap h2 a {
    color: #000000;
}

.block-title-wrap h2 a:hover {
    color: #ed0000;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 13px;
}

.logo.navbar-btn img {
    max-height: 38px;
}


/* fine font */

@media (max-width: 767px) {
    #media-size {
        content: "xs";
    }
    body {
        margin-right: 6px;
        margin-left: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #media-size {
        content: "sm";
    }
    h2.block-title::after {
        width: 67%
    }
    .logo.navbar-btn img {
        max-height: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #media-size {
        content: "md";
    }
    h2.block-title::after {
        width: 70%
    }
    .logo.navbar-btn img {
        max-height: none;
    }
}

@media (min-width: 1200px) {
    #media-size {
        content: "lg";
    }
    h2.block-title::after {
        width: 80%
    }
    .logo.navbar-btn img {
        max-height: none;
    }
}

.view-display-id-rassegne_blocco td a {
    font: 0.85em;
    font-weight: normal;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    /*float: none;*/
}

img {
    max-width: 100%;
    height: auto !important;
}

.views-label {
    font-weight: bold;
    color: #ed0000;
}

.views-field-node-image .field-content {
    overflow: hidden;
}

.scale {
    overflow: hidden;
}

.scale img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

.scale img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

.inline {
    display: inline;
}

span.field-label {
    font-weight: bold;
}

.blocco-logo .logo-orizz {
    padding: 0 80px;
}

.view-calendario-eventi-della-scighera .title-pager {
    margin-top: -16px;
}

@media (max-width: 767px) {
    #block-block-2 img {
        position: relative;
        bottom: 30px;
    }
    #block-block-2 {
        margin-bottom: -30px
    }
    .view-calendario-eventi-della-scighera .title-pager {
        margin-top: 20px;
    }
}

.dettagli-corso legend {
    display: none;
}


/********** HEADER **********/


/******************************************/


/****** IN PRIMO PIANO SLIDESHOW ********/


/*#col-primo-piano li {
  border: 0;
}
.primo_piano_fs {
  margin-top: 0;
  display: none;
}
.attivo .primo_piano_fs {
  margin-top: -85px;
  display: block;
  opacity: 0.85;
  height: 60px;
  width: 75%;
}
.attivo .primo_piano_fs * {
  color: #a00;
  font-size: 1.15em;

}*/


/***************************************/


/* HOMEPAGE */

.view-corsi-apribile fieldset {
    display: none;
}

fieldset.eventi-in-rassegna {
    margin-right: 25px;
    margin-left: 25px;
}

.panel-block-corsi.view-corsi-apribile .views-field-title.su-immagine {
    position: relative;
    bottom: 65px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 4px;
    height: 64px;
}


/*.view-corsi-apribile .titolo,
.view-corsi-apribile .views-field-path {
  position: relative;
  background: rgba(240,240,200,0.9);
  margin: 0;
  padding: 4px;
}
.views-field-path {
  bottom: 91px;
}

.view-corsi-apribile .titolo {
  height: 60px;
  bottom: 89px;
}

.view-corsi-apribile .views-field-title > *{
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/


/* Titolo e pager della vista  corsi in homepage */

.title-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-pager .pager {
    -webkit-box-flex: 120px;
    -ms-flex: 120px 0 1;
    flex: 120px 0 1;
}

.title-pager h3 {
    margin: 0;
}

.view-calendario-eventi-della-scighera .pagination > li > a,
.view-calendario-eventi-della-scighera .pagination > li > span {
    padding: 3px;
    line-height: 0.4em;
}

.ajax-progress-throbber {
    display: none;
}

.view-corsi-apribile #views-bootstrap-grid-1 .col,
.view-corsi-apribile #views-bootstrap-grid-1 .col * {
    overflow: hidden;
}

.view-corsi-apribile #views-bootstrap-grid-1 h3 {
    height: 50px;
    margin: 15px 0 0;
}

.view-corsi-apribile #views-bootstrap-grid-1 .col,
.view-corsi-apribile .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.view-corsi-apribile .col {
    /*max-height: 600px;*/
    /*cursor: zoom-out;*/
}

.view-corsi-apribile .col img {
    max-height: 600px;
    border-bottom: 1px dashed #701818;
    margin-bottom: 2px;
    /*cursor: zoom-in;*/
}

.view-corsi-apribile .views-field-title {
    -webkit-box-flex: 90;
    -ms-flex: 90 0 1;
    flex: 90 0 1;
    padding: 0;
}

.view-corsi-apribile .views-field-field-programma {
    -webkit-box-flex: 100;
    -ms-flex: 100 0 1;
    flex: 100 0 1;
}

.tit-testo-eventi {
    margin-right: 25px;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.over-image-div .tipo-evento {
    margin-top: 9px;
}

.tit-testo-eventi h4 {
    margin: 20px 0 0;
}

.over-image-div .data-evento {
    font-size: 13px;
}

.rassegne-incorso .over-image-div .data-evento {
    margin-top: 9px;
}

.rassegne-incorso .over-image-div .data-evento div {
    display: inline;
}

.rassegne-incorso .over-image-div .data-evento .date-display-start::after {
    content: "";
    display: block;
}

.over-image-div .tipo-evento::after {
    background: #ed0000;
    content: " ";
    display: block;
    height: 2px;
    margin: 3px auto 6px;
    position: relative;
    width: 40px;
}

.tit-testo-eventi h4 a {
    color: #701818;
}

.tit-testo-eventi h4 a:hover {
    color: #ed0000;
}

@media (min-width: 992px) {
    .view-home-eventi .row,
    .views-bootstrap-grid-plugin-style .row {
        margin-bottom: 60px;
    }
    .tit-testo-eventi {
        height: 240px;
    }
    .tit-testo-corsi {
        height: 200px;
    }
    .tit-testo-eventi h4 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 46px;
        flex: 1 0 46px;
        overflow: hidden;
    }
    .testo-evento-home {
        margin: 10px 0;
        height: 127px;
    }
    .view-home-eventi .btn {
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    div.col {
        /*émargin-bottom: 20px;*/
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #701818;
    }
}

.over-image-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    background-color: #fffac4;
    opacity: 0.99999;
    margin-top: -52px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0 10px;
}
.view-home-eventi .over-image-div {
    background-color: #fff;
}
.front .view-home-eventi .over-image-div {
    background-color: #fffac4;
}

.over-image-div div:first-of-type {
    margin-bottom: 0px;
}

.over-image-div .riga-colorata {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 3px;
    background: #ff3923;
}

.view-calendario-eventi-della-scighera .single-day,
.view-calendario-eventi-della-scighera .multi-day {
    display: none;
}

.view-calendario-eventi-della-scighera .date-nav-wrapper .date-nav {
    height: 40px;
}

.view-calendario-eventi-della-scighera.view-display-id-page_1 {
    /*position: relative;
  top: 35px;*/
}

.view-calendario-eventi-della-scighera.view-display-id-page_1 table {
    margin-top: 8px;
    height: 198px;
    border-bottom: 1px dashed #701818;
}

.view-calendario-eventi-della-scighera.view-display-id-page_1 .month-view {
    height: 204px;
}

.view-calendario-eventi-della-scighera.view-display-id-page_1 ul.pagination {
    -webkit-box-flex: 100px;
    -ms-flex: 100px 1 0;
    flex: 100px 1 0;
}

ul.pagination {
    margin: 6px 0;
}

ul.pagination a {
    background-color: transparent;
}

.fright {
    float: right;
}

form.simplenews-subscribe h2.block-title {
    display: none;
}


/* tabelle */

.table-bordered {
    border: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fffcda;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px dashed #701818;
}

.view-rassegne .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 15px 10px;
}

.main-container .panel-panel.right .pane-node-field-eventstart,
.main-container .panel-panel.right .pane-node-created {
    background-color: #fffac4;
    border-radius: 50%;
    color: #701818;
    font-size: 24px;
    font-weight: bold;
    height: 200px;
    padding: 60px 35px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
    width: 200px;
    margin: 15px auto 0;
}

.node-type-rassegna .main-container .panel-panel.right .pane-node-field-eventstart {
    margin: 0 0.4em;
}

#panels-ipe-paneid-134 {
    float: right;
}

.main-container .panel-panel.left,
.main-container .panel-panel.right {
    margin-bottom: 60px;
}

.page-corsi .main-container .panel-panel.left,
.page-corsi .main-container .panel-panel.right,
.page-rassegne .main-container .panel-panel.left,
.page-rassegne .main-container .panel-panel.right {
    margin-bottom: 0px;
}

.pane-sharethis-sharethis-block {
    margin: 17px 0 25px;
}

.main-container .panel-panel.right .block-title-wrap:first-child {
    margin-top: 0;
}

.main-container .panel-panel.right form {
    margin: 42px auto 60px;
}

.page-corsi .main-container .panel-panel.right form {
    margin: 0px auto 40px;
}

.view-id-testata_pagina .carousel-inner .title-wrapper-single {
    z-index: 1;
}

.view-id-testata_pagina .carousel-inner .title-wrapper-single {
    background-color: #fff;
    bottom: 0;
    color: #000;
    left: 0.5%;
    margin: 0 auto;
    padding: 25px 10px 5px;
    position: relative;
    text-align: left;
    width: 99%;
}

.view-id-testata_pagina .carousel-inner .views-field-title {
    color: #000;
    font-size: 24px;
    width: 100%;
    padding: 0;
    line-height: 1;
    min-height: inherit;
    font-weight: normal;
    float: none;
}

.view-id-testata_pagina .carousel-inner .views-field-php {
    display: block;
    float: none;
    margin: 40px auto 0px;
}

.view-id-testata_pagina .carousel-inner .views-field-php .sharethis-wrapper {
    display: table;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .view-id-testata_pagina .carousel-inner .views-field-title {
        width: 70%;
        float: left;
    }
    .node-type-rassegna .view-id-testata_pagina .carousel-inner .views-field-title {
        width: 50%;
    }
    .view-id-testata_pagina .carousel-inner .views-field-php {
        float: right;
        display: block;
        margin: 0;
    }
    .view-id-testata_pagina .carousel-inner .title-wrapper-single {
        width: 88%;
        left: 6%;
        padding: 25px 40px 5px;
        position: absolute;
    }
}

.view-id-testata_pagina .carousel-inner .field-taxonomy-vocabulary-2 {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    display: inline;
}

.pane-menu-menu-categorie-eventi .nav > li > a {
    border: 1px dashed #701818;
    padding: 6px;
    margin: 6px;
}


/* social */


/*giucas per animare il div sullo slider */

.tit-testo-slider div.animate-0 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.tit-testo-slider div.animate-1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.tit-testo-slider div.animate-2 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.tit-testo-slider div.animate-3 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.panel-panel.right .sharethis-wrapper {
    display: table;
    margin: 0 auto;
}

.sharethis-wrapper span {
    display: inline-block;
    font-family: "FontAwesome";
    color: #701818;
    font-size: 22px;
    padding: 0 12px;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    transition: all .5s!important;
    -o-transition: all .5s!important;
    -webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    line-height: 1;
}

.sharethis-wrapper span:hover {
    color: #ed0000;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.sharethis-wrapper span:last-child {
    padding: 0 0 0 8px;
}

.st_facebook_custom::before {
    content: "\f09a";
}

.st_pinterest_custom::before {
    content: "\f231";
}

.st_twitter_custom::before {
    content: "\f099";
}

.st_googleplus_custom::before {
    content: "\f0d5";
}

.st_sharethis_custom::before {
    content: "\f1e0";
}


/* checkbox pagina corsi */

#views-exposed-form-i-corsi-della-scighera-panel-pagina-corsi {
    width: 100;
}

.bef-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bef-checkboxes div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

.page-corsi .views-exposed-form .views-exposed-widget .btn {
    margin-top: 1.7em;
}

.views-exposed-form .views-exposed-widget {
    padding: 0 1em 0 0;
}

.page-corsi .views-exposed-widgets {
    padding: 20px;
    margin: 0 0 1.5em;
    background-color: #fffac4;
    border-bottom: 1px dashed #701818;
}

.views-exposed-widgets .description {
    font-size: 12px;
    margin-top: 5x;
}

.views-exposed-form label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#data-creazione {
    margin-bottom: 10px;
    border-bottom: 4px solid #fffac4;
    text-align: right;
}

#block-panels-mini-home-contents-rassegne,
#block-panels-mini-home-contents-rassegne .pane-title {
    background-color: #fffac4;
}

#block-panels-mini-home-contents-rassegne .over-image-div {
  background-color: #fffac4;
  border-top: 2px solid #701818;
}

#block-panels-mini-home-contents-rassegne img {
    background-color: #fff;
}

/** SPAZIO TRA COLONNE SINGLE ROW SE VANNO A CAPO **/
.spazio-vert .row [class*="col-"] {
  border: 1px solid green;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.spazio-vert .row {  margin-bottom: -60px; }
.front .spazio-vert .row [class*="col-"] {
  border: none;
}

.col-covid {
margin-bottom: 24px;
}

/* togli form dal contenuto  page-node-22263 */
.page-node-22263 #panels-ipe-paneid-228,
.page-node-22263 #panels-ipe-paneid-56 {
	display:none;
}
