#header-middle {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
}
body {
/*    background-image: url("../img/events-achtergrond.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    margin-top: 0px;
}
div.primary-header {
    /* color: white; */
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 5; */
}

.t-header{
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    z-index: 5;
    line-height: 0px;
}
.m-header{
    /* background-color: white; */
    /* border-bottom: 1px solid black; */
    }

.t-header a{
    color: white;
}
#toTop{
    position: fixed;
    bottom: 45px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 3;
}
.movedcontent{
    margin-top: 155px;
}
.movedcontent{
    margin-top: 5px;
}
#cookie-bar {
    left: 0;
    right: 0;
    position: absolute!important;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eva-social-icon a:hover span {
    font-size: 12px;
}
a#skinlink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}
#skinlink span {
    display: none;
}
.btn-default {
    background-image: linear-gradient(to bottom, #FAC044, #E58E1C);
    color: white;
}
.btn-default:hover {
    background-image: linear-gradient(to bottom, #FDC649, #FF8100);
    color: white;
}
body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,span {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    color: #f2b450;

}
ul{
    list-style-type:none;
    margin:0;
    padding: 0px;
    overflow: hidden;
}

ul.vertical-slider .item {
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    transition: .5s;
} 

.container1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#header-left > img {
    width: 100%;
}
#current_time {
    font-size: 15px;
    color: #6F6F6F;
    text-align: left;
    float: right;
    margin-top: 8px;
    padding-right: 10px;
}
/* Down Arrow Button*/
#pb_169 {
    /* min-height: 0px; */
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 50%; */
}
a.scroll-arrow {
    font-size: 35px;
    color: white;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    height: 50px;
    border: 1px solid white;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 1029;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    transition:.2s;
}
a.scroll-arrow:hover {
    background-color: white;
}
a.scroll-arrow i:hover {

    color: black !important;
}
a.scroll-arrow i {
    width: 100%;
    transition:.2s;
}
a.scroll-arrow i:hover, a.scroll-arrow i:focus {
    color: white;
}
a.scroll-arrow:hover {
    opacity: 1;
}

/* Header Menu Styling*/
#header-bottom .navbar-brand { 
    height: inherit; 
    font-size: inherit; 
}
#header-bottom .navbar {
    min-height: 120px;
    margin-top: 170px;
}
#header-bottom .navbar-default {
    background: transparent;
    border: transparent;
}
#header-bottom nav > div.collapse {
    padding: 0;
}
#header-bottom nav a {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding: 10px 10px;
    margin: 1px;
    background-image: linear-gradient(to bottom, #F5F4F4, #656463);
    font-weight: bold;
}
#header-bottom nav a:hover, #header-bottom .menu-items li.active > a {
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;background-image: linear-gradient(to bottom, #FDC649, #FF8100);}

/*#header-middle {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
}*/
/* Footer Fixed Menu + Relative Footer */
.footer-fixed{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}
.footer-top{
    margin-bottom: 85px;
}
/* Menu costumization */
#footer-menu ul.menu-items li:first-child {
    padding-left: 0px;
}
#footer-menu .main-menu{
    min-height: 30px;
    margin-bottom: 0px;
}
#footer-menu .nav li.active > a{
    background: transparent;
}
#footer-menu .navbar-default{
    background-color: transparent;
    border-color: transparent;
}
#footer-menu .klascerca{
    margin-top: 8px;;
}
#footer-menu .form-control-search{
    height: 34px;
}
#footer-menu .cls-height{
    height: 34px;
}
#footer-menu li a{
    font-size: 18px;
    text-transform: inherit;
    color: #444444;
}
#footer-menu li a {

    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    transition: .2s;
}

#footer-menu li {
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 992px){
    #footer-menu li a{
        font-size: 10px !important;
        text-transform: uppercase; 
    }
}
#footer-menu li a:hover{
    color: #EC9E29;
    transition: color 0.4s ease 0s;
    background-color: transparent;
}
@media (max-width: 992px){
    #body-container {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
}
.main-bg{
    background-color: #ffffff;
    padding-top: 40px;
    }
.social-text{
    color: white;
    text-shadow: 1px 1px 5px #000000;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 30px;
    border-top: 2px solid #F4F3F4;
    border-bottom: 2px solid #F4F3F4;
}
#header-bottom li:first-child > a {
    border-radius: 10px 0px 0px 10px;  
}
#header-bottom li:last-child > a {
    border-radius: 0px 10px 10px 0px;  
}
@media(min-width: 992px) {
    #header-bottom .navbar ul  {
        display: table !important;
        width: 100%;
        border-collapse: collapse;
        border: none;
    }
}
#header-bottom .navbar ul  li {
    display: table-cell;
    margin: 0 !important;
    float: none;
    text-align: center;
}
#header-bottom .navbar {
    margin-bottom: 0px;
}
#header-bottom .navbar nav, #footer-menu .navbar nav {
    padding: 0;
}
#header-bottom .navbar ul {
    margin-right: 0px;
}

#footer-menu .navbar{
    margin-bottom: 0px;
}
.footer {
    /* color: #FFFFFF; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer #footer-top {
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer #footer-content {
    background-color: black;
    /*    padding: 10px;
        padding-left: 0px;*/
}
#banner_left{
    position: absolute;
    left:0px;
    top:500px;
}
#col-right2{
    background-color: #a60000;
    clear:both;
    float:right;
}
#col-right > div {
    /* width: 100%; */
    /* float: right; */
}
/*.footer-1, .footer-2 {
    margin: 25px 0;
}*/
#position-10 div.panel-heading, #position-25 div.panel-heading{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
#position-10 div.panel-body, #position-25 div.panel-body{
    padding: 0px;
    text-align: left;
}
#pb_98, #pb_99 {
    margin: 15px 0;
}
#pb_129 h3.title{
    margin-top: 0px;
}
@media(max-width: 991px){
    #position-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(min-width: 991px){
    #position-12 {
        /* padding-left: 0px; */
    }
}
@media(max-width: 991px){
    .featured-events {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(min-width: 991px){
    .featured-events {
        /* padding-left: 0px; */
    }
}
@media (max-width: 992px){
    #position-25 {
        padding-left: 0px;
        padding-right: 0px;
    }}
.banner-float-list ul li:last-child {
    margin-right: 0;
}
.leggi {
    margin-left: 2px;
    font-size: 0.9em;
    float: right;

}
.leggi a {
    color: #444444 !important;
}
.box-generic {
    margin-bottom: 15px;
}
.box-generic > .title, .box-generic > a > .title, #pb_83 > .title, #pb_85 > .title{
    font-size: 17px;
    font-weight: bold;
    color: #A60000;
    margin-top: 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #A60000;
}
.box-generic > .title{
    text-align: left;
}
.box-generic .author {
    font-size: 12px;
    color: #444444;
}
.box-generic .content {
    font-family: 'News Cycle', sans-serif;
    text-align: justify;
}
.viz{
    margin-top:20px;
    border-bottom: 1px solid #dcdcdc;
}
/*******************************************/
#box-editoriale .title {
    margin-bottom: 0;
    border-bottom: 2px solid #A60000;
    padding-bottom: 0;
}
#cover img {
    width: 100%;
}
#pb_83 {
    padding: 8px;
    background-color: #eeeeee;
}
.share {
    float:right;
    margin: 15px 15px 15px 15px;
}
.flexslider.lineassurdSlider {
    margin-bottom: 10px;
}
.additional_images {
    clear: both;
    margin-top: 10px;
}
.navbar-toggle {
    background-color: #444 !important;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid white;
    border-radius: 4px;
    margin: 2px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    float: none;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0% 0% black;
}
@media(min-width: 992px){
    .banner_E {
        float: right;
        height: 100px;
        width:600px;
    }
}
#header-right {
    margin-top: 40px;
    float: right;
}          
.navbar-nav {
    margin: 0px 0px !important;
}  
.gallerydivs {
    border: 1px solid;
    background-color: #f7f7f9;
    border-color: #DCD5D5;
    border-width: 1px;
    border-radius: 0px 0px 10px 10px;
    border-top-color: transparent; 
} 
.gallerydivs-inverse {    
    border: 1px solid;
    background-color: #f7f7f9;
    border-color: #DCD5D5;
    border-width: 1px;
    border-radius: 10px 10px 0px 0px;
    border-bottom-color: transparent;
}
.fa-size{
    font-size: 25px;
}
.nopad-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.share-padding {
    padding-top: 3px;
}
.heart-color {
    color: red;
}
#rate:hover {
    cursor: pointer;
}
@media(max-width: 767px){   
    #pb_83, #pb_85 {
        text-align: left;
    }
    #footer-top h4, #footer-top div, #footer-content{
        padding-left: 15px ;
    }
}
#header-right {
    margin-top: 40px;
}          
#insta{
    margin-bottom:1px;
    margin-left:3px;
}
#social{
    float:right; 
    display:inline; 
    margin-top:5px;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    background-color: #44444;
    border-color:#44444;
}
.pagination>li>a,.pagination>li>span{
    color:#44444;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    color:#44444;
}

#pb_101 ul.grid_news {
    list-style-type: none;
    padding: 0px;
}
ul.grid_news {
    list-style-type: none;
    padding: 0px 15px 0px 1px;
}
ul.grid_news .list-news {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: .5s;
}    
ul.grid_news .author{
    display: none;
}
div.link-news a {
    color: #616161;
}
ul.grid_news li{
    float:left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding-right: 0px;
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid #eeeeee; */
    background-color: white;
}
li .grid_title{
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted gainsboro;
}
li div.grid_subtitle {
    font-size: 16px;
}
.grid_title a{
    color: #616161;
    text-decoration: none;
}
.grid_title a:hover{
    color: #9b0202;
}
ul.grid_news li .grid_img {margin-bottom: 0px;}

.home-news-content{
    padding: 10px;
}
li .grid_img img{
    width: 100%;
    margin-bottom: 0px;
}
ul.grid_news li:first-child,
ul.grid_news li:nth-child(2){
    margin-top: 0;
    background-color: white;
    /* margin-bottom: 10px; */
}
ul.grid_news li:last-child,
ul.grid_news li:nth-last-child(2){ border-bottom: none;}

ul li .grid_content{
    font-size: 12px;
    /* margin-left: 2px; */
    /* margin-right: 2px; */
    /* padding-bottom: 4px; */
}
.float ul.float_news{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.float ul.float_news li{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #A60000;
    margin-bottom: 10px;
}
.float ul.float_news li:last-child{
    border-bottom: none;
}
.float ul.float_news .float_title{
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.float .float_title a{
    color: black;
    text-decoration: none;
}
.float .float_title a:hover{
    color: #a60000;
}
.float ul.float_news .float_img { margin-bottom: 6px; }
.float ul.float_news .float_img img{
    width: 100%;
}
.float li .float_content{
    text-align: justify;
    font-family: 'News Cycle', sans-serif;
}
.float span.legi a{
    text-decoration: none;
    color:red;
}
.float span.legi a:hover{
    color: #2829ec;
}
ul.list_news{
    list-style-type:none;
    margin:0;
    padding: 0px;
    overflow: hidden;
}
ul.list_news li{
    float:left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}
ul.list_news li:last-child{
    border-bottom: none;
}
li .list_img{
    float:left;
    width:40%;
    overflow: hidden;
    margin: 0 5px 5px 0;
}
li .list_img img{
    width:100%;
    height: auto;
}
.list_title{
    width: 55%;
    float: left;
    font-size: 13px;
}
.list_title a{

    color:black;
    text-decoration: none;
}
.list_title a:hover{
    color: #a60000;
}
.banner-float-list > ul {
    margin: 0;
    list-style: none;
}
.banner-float-list > ul > li {
    float: left;
    padding: 0px;
}  
.banner-float-list > ul > li:first-child {
    padding-right: 4px;
}  
.banner-float-list > ul > li:last-child {
    padding-left: 4px;
}  
.banner-float-list > ul > li img{
    width: 100%;
}
.cpright{
    float: left;
}
.footer-right{
    float: right;
}   
.footer-right .pcc{
    float: left;
}   
.footer {
    background-color: #000;
    color: #d3d3d3;
    font-size: 11px;
}
.footer a { color: white;}
.footer .footer-content {
    padding: 10px;
}
.footer .credencials {
    font-size: 11px;;
}
#insta{
    margin-top:-4px;
    margin-left:3px;
}
.noi{
    font-size:16px;
}
.numero_verde {
    color: green;
    font-size: 18px;
    font-weight: bold;
}
.first-banners {
    margin-top: 5px;
    margin-bottom: 10px;
}
.banner-item {
    width: 98%;
    margin-right: 2%;
    margin-top: 5px;
}
@media(max-width: 768px){
    .banner-item {
        width: 100%;
        margin-right: 0;
    }
}
.img_logo{
    max-width: 100%;
    height: 300px;
    margin-top: 150px;
    margin-bottom: 10px;
}
.horizontal-banner #pb_80 .single-banner{
    margin-bottom: 10px;
}
#position-7{
    padding-left: 0px;
    margin-left: -5px;
    margin-top: 7px;
    padding-right: 0px;
}
.article_std_container .category-container .article-category {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #44444;
}
.article_std_container .category-container .article-category a {
    text-decoration: none;
    color: inherit;
}
.article_std_container .title-container .article-title{
    font-size: 32px;
    font-weight: bold;
    color: rgba(41,174,204,0.9);
    line-height: 45px;
    padding: 0;
}
.article_std_container .title-container .article-subtitle{
    font-size: 25px;
    font-weight: normal;
    color: black;
    line-height: 45px;
    padding: 0;
}
.article_std_container .article-info{
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
}
.article_std_container .article-info .pull-left{
    float: left;
    font-weight: bold;
    font-size: 19px;
}
.article_std_container .article-info .pull-right{
    float: right;
    font-size: 13px;
    color: #766c6c;
}
.article_std_container .article-content{
    padding: 0;
    margin: 0;
}
/*.article-image  {
    margin-top:25px;  
}*/
.body-content{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
}
.slider-container{
    margin-bottom: 20px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-radius: 4px;
}
#header-bottom nav ul li.active a {
    background-color: black; 
}
.img-position{
    padding-bottom: 15px;
}
.addit-img{
    margin-top: 3px;
}
.button-tro{
    padding-right: 0px;
}
.text-eventi{
    padding-right: 0px;
}
@media (max-width:768px){
    #position-19 {
        padding-right: 0px !important;
    }
}
@media (min-width:992px){
    .float-eventi{
        width:100%;
        float:left;
    }
}
@media (max-width:768px){ 
    #position-7{
        padding-left: 0px !important; 
        margin-left: 0px;
    }
}
@media (max-width:992px){ 
    #position-7{
        margin-left: 0px !important;
    }
}
@media (max-width:768px){
    #header-bottom nav a {
        background-color:rgba(41,174,204,1)!important;
    } 
    .navbar-toggle{
        background-color: #e0e0e0 !important; 
    }   
    #header-bottom nav a:hover {
        background-color: #3092A9 !important;
    }
}
@media (max-width:992px){ 
    .nopadleft{
        padding-right: 0px;
    }
}
@media (max-width:992px){
    #position-19 {
        padding-right: 0px !important;
    }
}
.titlecateg{
    color:#44444 !important;
    font-family: 'Roboto Condensed' , sans-serif !important;
}
@media (min-width:992px){ 
    #header-bottom nav a {
        padding: 10px 10px;
    }
}

@media (min-width: 768px){
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8e8e93;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ;
    font-family: 'Roboto Condensed', sans-serif !important;
}
btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.color2{
    color: rgb(11, 66, 172);
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px;
    float: left;
    margin: 5px 0px 20px 0px;
}
.bluepanel{
    background-color: rgb(238, 238, 238);
    padding: 3px;
}
#footer-menu{
    border-top: 1px solid black;
}
#salary input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 19px;
    width: 90%;
}
.fine-button{
    margin-bottom:15px;
    margin-top:15px;
}
.marg-stil{
    margin-top: 0px;
}
input[type=file] {
    display: block;
}
.scarica-stil{
    margin-top: 14px;
}
.docum-cls{
    padding-top: 2px;
}
.search-box-container{
    padding-right: 20px;
}
.clas-alert{
    margin-top: 5px;
}
.corniz{
        margin-bottom: 20px;
    background-color: white;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding-right: 0px;
    padding-left: 0px;
    /* border: 1px solid whitesmoke; */
    color: #666;
}
.corniz:hover {
    moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
    /* transform: perspective(400px); */
}
.home-event .picture-event {
    padding-right: 0px;
    padding-left: 0px;
}
.event-titull {
    color: #666;
    text-decoration: none !important;
    text-transform: capitalize;
}
div.picture-event:after {
    content: '';
    top: 45%;
    margin-right: -10px;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f1a932;
}
.event-titull img {
    border-right: 3px solid #f1a932;
}
.break-line {
    width: 100%;
    background-color: #908E8E;
    border-top: 0px solid #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-event .paragrafi i.fa-map-marker {
    padding-left: 3px;
    padding-right: 2px;
}.home-event .paragrafi i {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.home-event .event-details {
    font-size: 13px;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 5px;
}
.calendar {
  top: 0em;
  right: 0;
  padding-top: 5px;
  width: 55px;
  background: #ededef;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 239, 1)), to(rgba(204, 204, 204, 1)));
  background: -moz-linear-gradient(top, #ededef, #ccc);
  font: bold 25px/75px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  -moz-box-shadow: 0 2px 2px #888;
  /* -webkit-box-shadow: 0 2px 2px #888; */
  /* box-shadow: 0 1px 2px #888; */
  opacity: .9;
  z-index: 2;
}
.share-icon {
  bottom: 0em;
  right: 0;
  width: 55px;
  background: #ededef;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 239, 1)), to(rgba(204, 204, 204, 1)));
  background: -moz-linear-gradient(top, #ededef, #ccc);
  font: bold 25px/85px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  -moz-box-shadow: 0 2px 2px #888;
  /* -webkit-box-shadow: 0 2px 2px #888; */
  /* box-shadow: 0 1px 2px #888; */
  opacity: .9;
  z-index: 1;
}
a.event-share, a.event-share:hover {
 color: #666;
}

.calendar em {
  display: block;
  font: 10px/40px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: hsla(0, 0%, 13%, 0.66) 0 -1px 0;
  background: #f1a932;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC649), to(#FF8100));
  background: -moz-linear-gradient(top, #04599a, #00365a);
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px solid #f1a932;
  border-bottom: 1px solid #f1a932;
}

.calendar:before,
.calendar:after {
  content: '';
  float: left;
  position: absolute;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #111;
  z-index: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
}

.calendar:before {
  left: 11px;
}

.calendar:after {
  right: 11px;
}

.calendar em:before,
.calendar em:after {
  content: '';
  float: left;
  position: absolute;
  top: -5px;
  width: 4px;
  height: 14px;
  background: #dadada;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
  background: -moz-linear-gradient(top, #f1f1f1, #aaa);
  z-index: 2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.calendar em:before {
  left: 13px;
}

.calendar em:after {
  right: 13px;
}
.corniz1{
    margin-bottom: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.75s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.corniz1:hover {
    box-shadow: 0px 0px 10px 0px #276EAB;
}

.social{
    font-size: 1px;
}

.paragrafi {
    /* color: black; */
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 13px;
    /* margin-top: 10px; */
}
.img-responsive{
    padding-bottom: 0px;
}
.event-data{
    background-color: #444444;
    color:white;
    text-align: center;
    min-height: 135px;
}
.event-data .location { font-size: 1.2em; }
.event-data .day { font-size: 3.5em; font-weight: bold; margin-bottom: 0; padding: 0; line-height: initial; }
.event-data .month { font-size: 1.6em; }
.data-event{
    padding-right: 0px;
}
.imag-categ{
    background-color: rgba(41,174,204,0.9);
    margin-bottom: 0px;
}
.form-control[readonly]{
    background-color:rgb(247, 247, 247);
    font-size: 17px;
}
.textarea1{
    color: #444444;
    margin: 0px;
    font-size: 16px !important;
    line-height: 25px;
}
.textarea1 p{
    margin: 0px;
}
.firsthr{
    margin: 15px 0;
}
.fa-style{
    margin: 0px 5px 0 -26px;
}
.date1{
    text-decoration: none;
    padding: 0px 0px 0 0px;
}
p.date1 a {
    color:rgb(41,174,204,0.9) !important;  
    text-decoration: none; 
}
.color123{
    background-color: rgba(41,174,204,0.9);
    margin-bottom: 15px;
    margin-top: 10px; 
    border-radius: 5px;
}
.kategori{
    color: #44444;
    margin-top: 50px;
}
.titlecateg1{
    color: #44444;
    margin-top: 42px;
    margin-bottom: 42px;
}
.fafa2{
    color: white; 
    font-size: 30px !important;
}
@media(min-width:992){
    .corniz{
        border: 5px solid rgba(41,174,204,0.9);
    }
}
@media(max-width:768){
    .col-xs-6 {
        width: 100%;
    }
}
.input-group-addon:last-child {
    border-left: 0;
    background-color: #0B42AC;
    color: white;
}
.contact-form .panel-heading {
    color: #444444;
    background-color: white;
}
.header-eventi{
    /* padding-top: 5px; */
    padding-left: 0px;
    padding-right: 0px;
}
.titlecateg2{
    color: #444444;
}
.fontt12{
    font-size: 20px;
}
.klaskateg{
    padding-top: 25px;
}
#header-top1{
    margin-top: 2px;
    margin-bottom: 0px;
    float:right;
}
#newsletter{
    background-color: rgba(41,174,204,0.9);
    color: white;
}
.modal-title{
    text-align: center;
    color:#444444;
}
.modal-but {
    padding: 1px 5px;
}
.klascerca {
    float: right;
    margin-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2px;
}
.klasmenu{
    padding-left: 0px;
    padding-right: 0px;
}
.fonteee{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif !important; 
}
.main-color{
    color:rgba(41,174,204,0.9);
}
.text-uppercase {
    text-transform: uppercase;
    color: #444444;
}
div.panel-heading h4{
    color: #444444;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif !important; 
    font-weight: bold;
}
.klas-margin{
    margin: 0px 0;
}
.panel {
    /* margin-bottom: 0px !important; */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.img-newsl{
    width:50%;
}
#pb_113 a:focus{
    outline:0 !important; 
}
.file-preview-image{
    margin-bottom: 5px;
}
img.desaturate { 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.file-preview-frame{
    text-align: center;
}
.fontsizee1{
    font-size: 25px;
    margin: 9px;
}  
.fontsizee2{
    font-size: 50px;
    font-weight: bold;
}
.titlecateg5{
    text-transform: capitalize;
    margin-bottom: 0px;
    /* padding-left: 16px; */
    /* font-size: 40px; */
    color: #444444;
}
.titlecateg {
    color: #444444;
    font-family: 'Roboto Condensed' , sans-serif !important;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 18px;
}
.titlecatege {
    color: #444444 !important;
    font-family: 'Roboto Condensed' , sans-serif !important;
    margin-bottom: 5px;
    font-size: 18px;
}
div.entrydiv .radio input[type=radio],div.entrydiv .radio-inline input[type=radio] {
    position: inherit;
    margin-left: 0px;
}
.form-control-search {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8e8e93;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow;
    font-family: 'Roboto Condensed', sans-serif !important;
    outline: 0 !important;
}
.cls-height {
    height: 42px;
    margin-right: 1px;
}
p.fontsize2 {
    margin: 0px 0 13px;
}
/* Breadcrumb */
.breadcrumb { 
    list-style: none; 
    overflow: hidden; 
    padding: 0px 0px;    
    background-color: transparent;
    font-size: 10px;
    margin-top: 10px;
    background-color: #EEEEEE
}
.breadcrumb div { 
    float: left; 
}
.breadcrumb div a {
    color: #666666;
    text-decoration: none;
    padding: 5px 0px 5px 35px;/* fallback color */
    position: relative;
    display: block;
    float: left;
}
.breadcrumb div a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;/* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid  rgb(231, 231, 231);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb div a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid #CECACA;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}
.breadcrumb div:first-child a {
    padding-left: 10px;
}
.breadcrumb div:nth-child(2) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(2) a:after { border-left-color: #EEEEEE; }
.breadcrumb div:nth-child(3) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(3) a:after { border-left-color: #EEEEEE; }
.breadcrumb div:nth-child(4) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(4) a:after { border-left-color: #EEEEEE; }
.breadcrumb div:nth-child(5) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(5) a:after { /* border-left-color: #E7E7E7; */ }
.breadcrumb div:last-child a         { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:last-child a:after   { border-left-color: #EEEEEE; }
.breadcrumb div a:hover {
    background-color: #EEEEEE;
    background-image: linear-gradient(to left, #EEEEEE, #EEEEEE);
    color: black !important;
}
.breadcrumb div a:after {
    border-left-color: #EEEEEE;
}
.breadcrumb div a:hover:after {
    border-left-color: #EEEEEE;
}
.pad25px {
    padding-bottom: 15px;
    padding-top: 25px;
}
/* Hover image in home */
.hover-img {
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 100;
    /*    background-color: rgba(41,174,204,0.9)!important;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.hover-img >img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-img:hover >img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
/* Upload & Input file */
.wrap {
    max-width: 100%;
    padding: 2% 3% 1% 3%;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Make padding go inside the element, instead of expanding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Container for 2 child elements (button & filename) */
.fileUpload {
    background: #fff;
    color: white;
    border: 0;
    display: block;
    width: 100%;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 5px;
    border: 1px solid #c7c7cc;
}
/* The button */
.fileUpload .fileBtn {
    background: #0B42AC;
    cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    width: 33%;
    /* border radius */
    -o-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    height: 34px;}
.fileUpload .fileBtn:hover {
    background: #19028f;
}
/* Where the input-name will be filled in */
.fileUpload .fileName {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 67%;
    text-align: center;
    color: #000;
    padding: 5px 0;
}
/* Animation (hover) */
.fileUpload .fileBtn:hover {
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-property: background;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-property: background;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease-in;
    -ms-transition-property: background;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease-in;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}
/* Clear input-parent, due to child-floats */
.fileUpload:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.social1{
    padding-top: 10px;
}

#position-25 .author {
    display: none;
} 
.file-preview-thumbnails {
    margin-bottom: 9px;
} 
.mapa_cls{
    color: #43B8D2 !important;
    /* font-family: 'Roboto Condensed' , sans-serif !important; */
    /* margin-bottom: 10px; */
    margin-top: 0px;
    font-size: 18px;
} 
.klaspading{
    /* padding-right: 0px; */
    /* padding-bottom: 1px; */
}
.klaspading1{
    padding-bottom: 15px;
}
.ribbon{
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width:992){
    .event-data > .month{
        font-size: 20px !important;
    }
}
input[type=checkbox] {
    transform: scale(1.2);
}
.checkbox{
    margin-left: 5px;
    margin-right: 3px !important;
}
.padd-avanti{
    padding-top: 20px;
}
.marg10px{
    margin-bottom: 10px;
}
.marg20px{
    margin-top: 20px;
}
.contact-info{
    text-align: center;
}
hr.break-line{
    /* margin-top: 0px; */
    /* margin-bottom: 10px; */
}
.body-content{
    background-color: white;
    margin-bottom: 30px;
}
@media(max-width: 767px){
    #header-bottom li:first-child > a {
        border-radius: 10px 10px 10px 10px;  
    }
    #header-bottom li:last-child > a {
        border-radius: 10px 10px 10px 10px;   
    }
    .navbar-default .navbar-collapse{
        border-color: transparent;
    }
}
#pb_141 {
    float: right;
}
#pb_142 .img_logo {
    width: 100px;
    height: auto;
    /* z-index: 8; */
    /*    position: fixed;*/
    margin: 0  auto;
    /* top: 30px; */
    transform: translateX(-50%);
}
.panel-cerca {
    background-color: #F0A830;
    color: white;
}
.date-slider {
    font-size: 45px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}
.titleslide {
    padding: 10px 0;
    line-height: 22px;
    font-weight: normal;
    font-size: 24px;
    border-bottom:1px solid white;
}
.contentbg {
    top: inherit;
    bottom: 0 !important;
}
.descriptionslide{
    padding: 10px 0;
    color:white;
    font-weight: normal;
    font-size: 14px;
}
.locationslider {
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.bgtransparent {
    opacity: 0.7;
}
.link-news{
    text-align: center;
    font-weight: bold;
}
.link-news a{
    text-decoration: none;
    font-size: 23px;
}
.formgroup {
    margin-bottom: 0px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 5px;
}

.event-list{
    /* padding-left: 0px; */
    /* padding-right: 0px; */
}
/*******************************************/
/*HOVER IMAGE*/
.hover-img {
    z-index: 1;
    display: block;
    position: relative;
    /* background: #002023; */
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.hover-img >img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-img .hover-icon,
.hover-img [class*=" hover-icon-"] {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.hover-img .hover-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.hover-img:hover .hover-icon,
.hover-img:hover .hover-icon-group {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.hover-img:hover .hover-icon {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hover-img:hover >img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

/*******************************************/
/*ICONS EFFECTS*/
i.fa-link {
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#pb_145 {
    position: fixed;
    width: 100%;
    z-index: -1000;
}

#pb_145 img {
    width: 100%;
}

/*Background Carousel*/

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}







/**********************Recode**********************/

.home-event-title .page-header, .home-news-title .page-header {
    margin-top: .5em;
}


/**** Intro Section *****/

#about-section{
  background: ghostwhite;
  padding: 8em 0;
}
h3.tittle {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
    color: #f1a932;
}
h3.tittle:after, h3.tittle:before {
    border: 4px double #c2c2c2;
    width: 120px;
    display: inline-block;
    content: "";
    margin: 9px 10px;
}
p.abt-para {
    color: #464646;
    line-height: 2.2em;
    text-align: center;
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
}
p.abt-para span {
font-weight:bold;
    font-size: 24px;
    color:grey;

}

/**** Outro Section *****/
#outro-section{
  background: white;
  padding: 2em 0;
}

.home-event .event-details{
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  margin-top: 5px;
}
.home-event .paragrafi i{
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home-event .paragrafi i.fa-map-marker{
  padding-left: 3px;
  padding-right: 2px;

}
