/*-------------------------------------
 *  SLIDER
 *-------------------------------------*/

@media screen and (max-width: 500px) {
.btn-default { margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.6); font-size: 13px; border-radius: 10px; padding: 6%; width: 130px; }
.btn-primary { margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.6); font-size: 13px; border-radius: 10px; padding: 6%; width: 130px; }

.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 48%;
    transform : translateY(-50%);
    }

.hero-slide .item img{
    min-width: 100%;
    z-index: -1000;
    height: 600px;
    }

.hero-slide .carousel-caption {
    position    : relative;
    top       : 10px;
    right       : 0;
    left        : 0;
    text-align  : center;
    text-shadow : none;
    width : 75%;
    margin: 0 auto;
    padding: 5%;
    background-color: rgba(25,153,52,0.6);
    }

.hero-slide .bg_000 {
    background-color: rgba(0,0,0,0.6)!important;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #d73630;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 20px;
    line-height             : 1.3;
    font-weight             : bold;
    text-transform          : uppercase;
    margin                  : 30px 0 10px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 13px;
    line-height: 1.6;
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 30px;
    width       : 45px;
    height      : 60px;
    line-height : 60px;
    top         : 50%;
    background  : #333;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    }

.hero-slide .carousel-indicators li {
    display:none;
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #d73630;
    background-color : #d73630;
    opacity          : 1;
    }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
.btn-default { transition: all 0.4s ease 0s; margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.6); font-size: 13px; border-radius: 10px; padding: 3%; width: 130px; }
.btn-primary { transition: all 0.4s ease 0s; margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.6); font-size: 13px; border-radius: 10px; padding: 3%; width: 130px; }

.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 48%;
    transform : translateY(-50%);
    }

.hero-slide .item img{
    min-width: 100%;
    z-index: -1000;
    height: 600px;
    }

.hero-slide .carousel-caption {
    position    : relative;
    top       : 10px;
    right       : 0;
    left        : 0;
    text-align  : center;
    text-shadow : none;
    width : 70%;
    margin: 0 auto;
    padding: 5%;
    background-color: rgba(25,153,52,0.6);
    }

.hero-slide .bg_000 {
    background-color: rgba(0,0,0,0.6)!important;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #d73630;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 35px;
    line-height             : 1;
    font-weight             : bold;
    text-transform          : uppercase;
    margin                  : 30px 0 10px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 15px;
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 60px;
    width       : 70px;
    height      : 70px;
    line-height : 60px;
    border-radius: 50%; 
    top         : 50%;
    background  :#000;
    margin: 0 1%;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    }



.hero-slide .carousel-indicators li {
    display:none;
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #d73630;
    background-color : #d73630;
    opacity          : 1;
    }
}

@media screen and (min-width: 1001px) {
.btn-default { transition: all 0.4s ease 0s; margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.4); font-size: 13px; border-radius: 10px; padding: 3%; width: 130px; }
.btn-primary { transition: all 0.4s ease 0s; margin: 0 auto; font-weight: 600; color: #fff; margin-top: 15px; background-color: rgba(225,194,144,0.4); font-size: 13px; border-radius: 10px; padding: 3%; width: 130px; }
.btn-default:hover { background-color: rgba(64,51,49,0.8)!important; }
.btn-primary:hover { background-color: rgba(64,51,49,0.8)!important; }


.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 45%;
    transform : translateY(-50%);
    }

.hero-slide .item img{
    min-width: 100%;
    z-index: -1000;
    height: 700px;
    }

.hero-slide .carousel-caption {
    position    : relative;
    top       : 10px;
    right       : 0;
    left        : 0;
    text-align  : center;
    text-shadow : none;
    width : 90%;
    margin: 0 auto;
    padding: 5%;
    background-color: rgba(25,153,52,0.6);
    }

.hero-slide .bg_000 {
    background-color: rgba(0,0,0,0.6)!important;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #d73630;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 35px;
    text-transform: uppercase;
    line-height             : 1;
    font-weight             : 300;
    margin                  : 30px 0 10px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 17px;
    font-weight             : normal;
    margin           :20px 0 45px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 80px;
    width       : 90px;
    height      : 90px; 
    line-height : 80px;
    top         : 50%;
    background  : #000;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    }

/*PER AVERE LE FRECCE ATTIVE SOLO ALL'HOVER


.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }*/

/* Slider Indicator

PER AVERE I DOTS TOGLIERE DISPLAY: NONE*/

.hero-slide .carousel-indicators li {
	display:none;
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #d73630;
    background-color : #d73630;
    opacity          : 1;
    }

}
