body{
    background: #fffff;
    padding-top: 101px;
}

.no-home{
    padding-top: 160px;
}

.navbar-default{
    background-color: #222222;
    border-color: #222222;
    z-index: 99999;
}

.navbar-default .navbar-nav > li > a{
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar-default .navbar-nav > li >a:hover{
    background: #003F5E;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: white;
}


.navbar-toggle{
    margin-top: 30px;
    margin-right: 20px;
}

.moduli{
    margin-left: 20px
}

.lista li{
    margin-bottom: 7px;
}

.logo{
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6{
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #003F78
}

p{
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 1.4em;
    color: #555555;
    text-align: justify;
}

b{
    color: #003F78
}

.footer{
    padding-top: 20px;
}

footer{
    width: 100%;
    background: #222222;
    color: white;
    height: 0auto;
    margin-top: 50px;
    position: absolute;
}

footer img{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-text{
    margin-top: 38px;
    text-align: right;
    color: #9B9A9A;
    font-size: 12px;
}


.slide-text{
    position: absolute;
    left: 10%;
    bottom:5%;
    z-index: 9999;
    display: block;
}

.slide-text h1{
    font-size: 42px;
    font-weight: 200;
    line-height: 44px;
    color: white;
    text-shadow: 2px 2px gray;
}

.slide-text p{
    color: white;
    text-shadow: 2px 2px gray;
}

.slide-text_due{
    position: absolute;
    left: 10%;
    bottom:5%;
    z-index: 9999;
    display: block;
}

.slide-text_due h1{
    font-size: 42px;
    font-weight: 200;
    line-height: 44px;
    color: white;
    text-shadow: 2px 2px gray;
}

.slide-text_due p{
    color: white;
    text-shadow: 2px 2px gray;
}

.slide-text_tre{
    position: absolute;
    left: 10%;
    bottom:5%;
    z-index: 9999;
    display: block;
}

.slide-text_tre h1{
    font-size: 42px;
    font-weight: 200;
    line-height: 44px;
    color: white;
    text-shadow: 2px 2px gray;
}

.slide-text_tre p{
    color: white;
    text-shadow: 2px 2px gray;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  z-index: 999;
}
  
.rslides_nav.rslides1_nav.next {
    position: absolute;
    right: 60px;
    top:323px;
    z-index: 9999;
}

.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 60px;
    top:323px;
    z-index: 9999;
}

@media screen and (max-width: 700px){
   .rslides_nav.rslides1_nav.next{
        top: 150px;
    }
    .rslides_nav.rslides1_nav.prev{
        top: 150px;
    }
}


@media screen and (max-width: 450px){
   .rslides_nav.rslides1_nav.next{
        right: 15px;
    }
    .rslides_nav.rslides1_nav.prev{ 
        left: 15px;
    }
}


@media screen and (max-width: 1200px){
   .navbar-default{
        height: 100px
    }
}


@media screen and (max-width: 768px){
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none !important;
    }
    .navbar-collapse {
        width: 100%;
        margin-top: 20px;
        background: #222222;
        max-height: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    
    .navbar-collapse ul{
        margin: 0px !important;
    }

    .navbar-collapse a{
        padding-left: 50px !important;
        border-bottom: 1px solid white;
    }
}


@media screen and (max-width: 768px){
    .logo{
        margin-left: 20px;
    }
    .container-fluid{
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%
            
    }
    .container{
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100% 
    }
}

@media screen and (max-width: 1222px){
    .logo{
        width: 190px;
    }
}


@media screen and (max-width: 768px){
    .slide-text{
        display: none
    }
}


@media screen and (max-width: 768px){
    .slide-text_due{
        display: none;
    }
}


@media screen and (max-width:1548px){
    .slide-text_due{
        
    }
}


@media screen and (max-width: 768px){
    .slide-text_tre{
        display: none;
    }
}


@media screen and (max-width:1548px){
    .slide-text_tre{
        
    }
}