/* ENJOY */

h3{padding: 0 5px;}
figcaption{    padding: 0 5px 20px; }
.cursor {cursor:pointer}

.heightImgBottom img{
    height: 180px;
}
.thumbnail img {
    object-fit: contain;
    width: 100%;
    max-height: 250px;
}

/*navbar*/

.navbar-default{
    background-color: #fff;
    border-color: #f0f0f0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #24262b;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #337ab7;
    background-color: transparent;
}
.navbar-brand {
    padding: 5px 15px;
}
/*end navbar*/

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
}
.epp-container {

}
.epp-header {
    padding: 20px 0;
}

.jumbotron {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.epp-header-img {
    padding: 0;
}

.epp-header-text {
}

.page-header {
    margin: 5px 0 20px;
}

.epp-top-menu {

}


.epp-content {

}

.epp-main {

}

.carousel {
    position: relative;
    margin: 25px 0;
}


.sliderCarouselImg img {
    width: 100%;
    height: 600px;
    max-height: 600px;
}

.epp-left {

}

.epp-right {

}

.epp-footer-menu {

}

.epp-footer {

}
footer{
    padding: 25px 0;
}
.btn-share {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    margin: 5px;
}

.heightImgFlux {height:180px !important;}

/*MODAL*/

.modal-content {
    border: 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}
.modal-content img {
    object-fit: contain;
    width: 100%;
    max-height: 450px;
}

.buttonCloseModal{
    position: absolute;
    color: #f4fafe;
    text-align: center;
    margin: 10px;
    font-size: 25px;
    padding: 5px;
}

/* cart */
.cartImgHeight{height: 70px !important;}

.marg15{
    margin: 15px !important;
}


/* SPIN Loading */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}