/**
 * @package     mod_jprophotoslides
 * @file        css/jprophotoslides_shadow.css
 * @brief       Stylesheet for shadow module style file
 * @version     1.3.4
 * @link        http://www.jproextensions.com
 * @author      JPro Extensions (jproext@jproextensions.com)
 * @copyright   2012-2014 JPro Extensions
 * @license     This file is part of JPro Extensions Joomla! module.
 *
 * JProPhotoSlides 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.
 *
 * JProPhotoSlides 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 JProPhotoSlides 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-shadow {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 40px;
    height: 25px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 20px;
    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);
}

/* module outer style */
.shadow {
    margin-bottom: 10px !important;
    background-position: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.25);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0);
}

.h3-shadow {
    color: #808080 !important;
}

.close_cap {
    color: #818181;
    opacity: 1;
    font-size: 11px;
}

.jpe_car_image {
    margin: 0 auto;
}

.jpe_link {
    width: 100%;
    margin-top: 7px;
    font-size: 10px;
}

.jpe_link_foot {
    padding: 5px;
}