/*
*
======================================================
========================= carousel =================== 
*
*/


#myCarousel {margin: 25px 0; float: right;}

#myCarousel2 {margin: 25px 0; }
.carousel-wrapper {
    position: relative;
    width: 600px;
    margin: 0 auto
}

.carousel-inner>.item {
    
    padding-top: 0px;
}


.carousel {
    padding: 0px
}


.carousel h1.black {
    color: #231f20;
}



.carousel a:hover {
    text-align: center;
text-decoration: none
}



.carousel-caption>h3 {
    position: absolute;
    color: #000;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .15);
    padding: 20px;
    left: 0;
    right: 0;
}


}
.carousel-caption>p {
    font-family: 'SuecaSlab';
    position: absolute;
    color: #fff;
    background: #000;
    padding: 20px;
    top: 120px;
    text-align: left;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
    margin-right: -10px
}
.carousel .btn-slider {
    display: block;
    width: 300px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 2px;
    color: #fff;
    background-color: #2d96cd;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}
.carousel .btn-slider:hover {
    background: #272727;
    color: #fff;
    text-decoration: none
}
.carousel-caption-btn {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
}
.carousel-caption-btn {
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption-btn a {
    font-family: 'SuecaSlab';
    letter-spacing: 2px;
    color: #8e7145;
    padding: 15px 30px;
    background-color: #171612;
    text-transform: uppercase;
    border-radius: 0
}
.carousel-caption-btn a:hover {
    color: #ede9cc;
    background-color: #701415;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}
.chevron {
    width: 20px;
    position: absolute;
    top: 40%
}
.chevron-left {
    left: 0;
    margin-left: 2px;
}
.chevron-right {
    right: 0;
    margin-right: 2px;
}


.carousel-indicators .active {
    background-color: #fff
}
.carousel-control {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .8
}
.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 1px;
    background-color: #29aae3
}
.carousel-indicators li {
    border: 1px solid #29aae3;
    border-radius: 4px
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0000) 0, rgba(0, 0, 0, .0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0000) 0, rgba(0, 0, 0, .0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0000)), to(rgba(0, 0, 0, .0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0000) 0, rgba(0, 0, 0, .0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}


.carousel-caption {
    position: absolute;
    right: 3%;
    bottom: 15px;
    left: 3%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}




.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

    display: none
}



/* fade en transiciones */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* fade en transiciones */


/* Hover animation */

.carousel:hover .control-box {
    opacity: 1;
}


.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px !important;
}







.carousel-caption {
    position: absolute;
    right: 3%;
    bottom: 15px;
    left: 3%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}




.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}


/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}
.carousel:hover a.carousel-control.left {
    left: 5px;
}
.carousel:hover a.carousel-control.right {
    right: 5px;
}



/* iPhone 5 & 5S in portrait ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width : 568px) and (orientation : portrait) { 
.carousel a.carousel-control.left {
    left: 0px;
}
.carousel a.carousel-control.right {
    right: 0px;
}
.carousel:hover a.carousel-control.left {
    left: 0px;
}
.carousel:hover a.carousel-control.right {
    right: 0px;
}
}