/**
 * @version		2.x
 * @package		Frontpage Slideshow
 * @author    JoomlaWorks - http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
 * @license		http://www.joomlaworks.net/license
 */

/* --- Slideshow Container --- */
#fpssContainer0.fpss-template-simple {position:relative;width:0px;margin:0px auto;border-color:#ccc;border-style:solid;border-width:0;padding:0;overflow:hidden;font-family: 'Open Sans', sans-serif !important;}

/* --- Loader --- */
#fpssContainer0.fpss-template-simple .slide-loading {position:absolute;width:0px;height:0px;background:#fff url(../images/loading.gif) no-repeat center center;z-index:100;}

/* --- Timer (progress bar) --- */
#fpssContainer0.fpss-template-simple .fpssTimer {display:none;}

/* --- Slide Containers --- */
#fpssContainer0.fpss-template-simple .slides-wrapper {width:0px;height:0px;margin:0;padding:0;position:relative;overflow:hidden;background:#000;}
#fpssContainer0.fpss-template-simple .slides-wrapper .slides {}
#fpssContainer0.fpss-template-simple .slides-wrapper .slides .slide {position:absolute;width:0px;height:0px;overflow:hidden;}
#fpssContainer0.fpss-template-simple .slides-wrapper .slides .slide a.slide-link {position:absolute;}
#fpssContainer0.fpss-template-simple .slides-wrapper .slides .slide .slidetext {position:absolute;bottom:0;left:0;right:0;width:-16px;padding:4px 8px 12px 8px;margin:0;background:url(../images/transparent_bg.png);z-index:1;text-align: center;}

/* --- Slide Content --- */
.fpss-template-simple .slidetext h1,
.fpss-template-simple .slidetext h1 a {font-family:'Open Sans', sans-serif !important;font-size:26px;line-height:120%;margin:0;padding:0;color:#fafafa;font-weight:400;}
.fpss-template-simple .slidetext h1 a:hover {color:#f00;text-decoration:none;}
.fpss-template-simple .slidetext h2 {font-size:11px;margin:0;padding:0;color:#999;font-weight:normal;}
.fpss-template-simple .slidetext h3 {font-size:13px;margin:0;padding:0;color:#fafafa;}
.fpss-template-simple .slidetext h4 {font-size:11px;margin:0;padding:0;color:#999;font-style:italic;}
.fpss-template-simple .slidetext p {margin:4px 0;padding:0;color:#fff;}
.fpss-template-simple .slidetext a.fpssReadMore {margin:0;padding:1px 8px;background:url(../images/readmore.png) repeat-x center;color:#fff;line-height:20px;border:1px solid #505050;text-decoration:none;display:inline;}
.fpss-template-simple .slidetext a.fpssReadMore:hover {margin:0;padding:1px 8px;background:url(../images/readmore-hover.png) repeat-x center;color:#222;line-height:20px;border:1px solid #505050;text-decoration:none;display:inline;}

/* --- Navigation --- */

.fpnavprevnext a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /*   display: block; */
    height: 40px;
    margin: -20px 0 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 40px;
    z-index: 105;
}

.navigation-wrapper .navigation-previous {
    text-align: left;
    margin-left: 10px;
}

.navigation-wrapper .navigation-next {
    text-align: right;
    margin-right: 50px
}

.navigation-previous a:before {
    content: "«";
    display: inline-block;
    font-size: 40px;
}

.navigation-next a:before {
    content: "»";
    font-size: 40px;
    display: inline-block;
}




#fpssContainer0.fpss-template-simple div.navigation-wrapper {width:0px;/*border-top:2px solid #404040;*/margin:0;/*padding:2px 0;*/background:#222;text-align: center;width: 100%;/* overflow: hidden; */}
.fpss-template-simple ul.navigation {
    background:#222;
    /*margin:0;
    padding:0 16px 0 34px;*/
    list-style:none;
    /*text-align:right;
    float:right;*/
    position: relative;
    float: left;
    display: block;
    left: 50%;
    padding-top: 7px;
    }
.fpss-template-simple ul.navigation li {
    width: 15px;
    height: 15px;
    display: inline;
    background: #fff;
    border-radius: 30px;
    border: none;
    margin-right: 4px;
    z-index: 7;
    position: relative;
    float: left;
    display: block;
    right: 60%;
    text-indent: -99999px
    }
.fpss-template-simple ul.navigation li.active,
.fpss-template-simple ul.navigation li:hover,
.fpss-template-simple div.navigation-background {
    /*border:1px solid #505050;*/
    background: rgba(255, 255, 255, 0.5);
    }
.fpss-template-simple div.navigation-background {position:absolute;z-index:8;}
.fpss-template-simple ul.navigation li a {display:block;padding:1px;margin:0;text-decoration:none;font-family:Tahoma, Arial, sans-serif;font-size:10px;color:#fff;overflow:hidden;position:relative;z-index:9;text-align:center;}
.fpss-template-simple ul.navigation li.active a,
.fpss-template-simple ul.navigation li:hover a {color:#f00;}
.fpss-template-simple ul.navigation li.navigation-previous,
.fpss-template-simple ul.navigation li.navigation-next,
.fpss-template-simple ul.navigation li.navigation-control {border:none;padding:1px;width:auto;}

.fpss-template-simple ul.navigation li.navigation-control {clear:right;width:30px;}
.fpss-template-simple ul.navigation li.navigation-control a {text-align:center;}

/* --- Generic Styling (highly recommended) --- */
.fpss-template-simple a {cursor:pointer;}
.fpss-template-simple a:active,
.fpss-template-simple a:focus {outline:0;outline:expression(hideFocus='true');}
.fpss-template-simple img {border:none;}
.fpss-template-simple .slidetext img,
.fpss-template-simple .slidetext p img {display:none;}
.fpss-clr {clear:both;float:none;height:0;line-height:0;margin:0;padding:0;border:0;}

/* --- IE Specific Styling (use body.fpssIsIE6, body.fpssIsIE7, body.fpssIsIE8 to target specific IEs) --- */
body.fpssIsIE6 #fpssContainer0.fpss-template-simple .slides-wrapper .slides .slide .slidetext,
body.fpssIsIE7 #fpssContainer0.fpss-template-simple .slides-wrapper .slides .slide .slidetext {width:99%;}
body.fpssIsIE6 .fpss-clr,
body.fpssIsIE7 .fpss-clr {display:none;}



@media only screen and (max-width: 960px) {
    #fpssContainer125.fpss-template-simple {
        width: 650px;
        #fpssContainer125.fpss-template-simple .slides-wrapper {
            width: 650px;
            height: 347px;
        }
    }
    @media only screen and (max-width: 959px) {
        #fpssContainer125.fpss-template-simple {
            width: 480px;
            float: left
        }
        #fpssContainer125.fpss-template-simple .slides-wrapper {
            width: 480px;
        }
        #fpssContainer125.fpss-template-simple .slides-wrapper .slides .slide {
            width: 480px;
        }
        #fpssContainer125.fpss-template-simple .slides-wrapper .slides .slide .slidetext {
            width: 480px;
        }
        #fpssContainer125.fpss-template-simple .slides-wrapper .slides .slide img {
            width: 480px;
        }
        #fpssContainer125.fpss-template-simple .navigation-wrapper {
            width: 480px !important;
        }
    }


/* --- End of stylesheet --- */





