/**
 * @package     mod_jprophotoslidesplus
 * @file        css/jprophotoslidesplus_simple.css
 * @brief       Stylesheet for simple module style file
 * @version     1.3.0
 * @link        http://www.jproextensions.com
 * @author      Mario Proenca (jproext@jproextensions.com)
 * @copyright   2012 mario proenca. JPro Extensions
 * @license     This file is part of JPro Extensions Joomla! module.
 *
 * JProPhotoSlidesPlus for Joomla! 3 module is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * JProPhotoSlidesPlus for Joomla! 3 module is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Module JProPhotoSlidesPlus Joomla module.  If not, see <http://www.gnu.org/licenses/>.
 *
 * A full text version of the GNU GPL version 3 can be found in the
 * LICENSE.TXT file.
 */

/* Carousel control buttons */
.cc-simple {
    position: absolute;
    top: 90%;
    /*left: 15px;*/
    width: 40px;
    height: 25px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 45%;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.jpe.item {
    height: 160px;
}
.carousel, .carousel-inner > .item {
    height: 180px;
    padding: 0;
    margin: 0;
}
.carousel-control.left {
    left: 80%;
}
.carousel-control.right {
    right: auto;
    left: 90%;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 979px) {
    .jpe.item {
        height: auto !important;
    }
    .rt-showcase-pattern {
        min-height: 250px;
    }
}
@media (max-width: 767px) {
    .jpe.item {
        height: auto !important;
    }
    .rt-showcase-pattern {
        min-height: 330px;
    }
    .carousel-control.left {
        left: 60%;
        top: 120%;
    }
    .carousel-control.right {
        right: auto;
        left: 75%;
        top: 120%;
    }
}
/* Phones */
@media (max-width: 480px) {
    .jpe.item {
        height: auto !important;
    }
    .rt-showcase-pattern {
        min-height: 410px;
    }
    .carousel-control.left {
        left: 60%;
        top: 180%;
    }
    .carousel-control.right {
        right: auto;
        left: 80%;
        top: 180%;
    }
}
.carousel {
    padding-bottom: 0 !important;
}
/* module outer style */
/* Simple uses template default style*/
.h3-simple {
    color: #808080 !important;
}