@media screen and (max-width: 767px){
/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: 100%;
    margin-left: -500px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
  left: 0;
  margin-left: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}



.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

}
body {
  background-color: #fff;


}
a
{
  text-decoration:none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
a:hover
{
  text-decoration:none;
}
img {
  border:0px;
}
.overflow_riga_singola {
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.overflow_multiriga {
  overflow: hidden;
}
div.contenitore {
  width: 100%;
  height: 100%;
}
.contenitore img {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb{
  color:#262626;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  padding-top: 5px;
  padding-bottom: 3px;
  text-transform: lowercase;
}
.breadcrumb a{
  color:#666;
  text-decoration:underline;
}
.breadcrumb a:hover{
  color: #A1A1A1;
}
.breadcrumb .active{
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
}
.page-link{
  padding: .3rem .7rem;
}
.page-item.active .page-link {
    z-index: 1;
    font-family: 'latobold', Gadget, sans-serif;
    color: #6f6c6c;
    background-color: #e8e8e8;
    border-color: #cdcdcd;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


@media screen and (min-width: 768px) {
.equal, .equal > div[class='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;
}
.nav-item.active{
  background-color:transparent!important;
}

}

.pagination{
  display: inline-flex!important;
}
.my-4 a{
  color: #505050;
}
.my-4 a:hover{
  color: #505050;
}
