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

/* --- Slideshow Container --- */
#fpssContainer0.fpss-template-abr-home  {position:relative;width:100%;padding: 2px 2px NAN%; margin:8px auto;border:1px solid #999;overflow:hidden;}

/* --- Loader --- */
#fpssContainer0.fpss-template-abr-home .slide-loading {position:absolute;width:100%;height:100%;background:#FFF url(../images/loading.gif) no-repeat center center;z-index:100;}

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

/* --- Slide Containers --- */
#fpssContainer0.fpss-template-abr-home .slides-wrapper {width:75%;padding:0 0 NAN%;margin:0;float:left;position:relative;overflow:hidden;background:#3a3a3a;}
.fpss-template-abr-home .slides-wrapper .slides {}

#fpssContainer0.fpss-template-abr-home .slide {width:100%;height:100%;overflow:hidden;list-style:none;}
#fpssContainer0.fpss-template-abr-home .slide span {display:block;width:100%;height:100%;background-size:cover!important;}
#fpssContainer0.fpss-template-abr-home .slide img {display:none;}
.fpss-template-abr-home .slidetext {position:absolute;top:0;left:20px!important;width:60%;height:100%;;margin:0;padding:0 8px;background:url(../images/transparent_bg.png);z-index:1;}

/* --- Slide Content --- */
.fpss-template-abr-home .slidetext h1 {padding:20px 0 2px;}
.fpss-template-abr-home .slidetext h1,
.fpss-template-abr-home .slidetext h1 a {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:16px;line-height:120%;margin:0;color:#fff;}
.fpss-template-abr-home .slidetext h1 a {padding:0;}
.fpss-template-abr-home .slidetext h1 a:hover {color:#c00;text-decoration:none;}
.fpss-template-abr-home .slidetext h2 {font-size:11px;margin:0;padding:0;color:#bbb;font-weight:normal;}
.fpss-template-abr-home .slidetext h3 {font-size:11px;margin:0 0 4px 0;padding:0;display:none;}
.fpss-template-abr-home .slidetext h4 {font-size:11px;margin:0;padding:0;color:#999;font-style:italic;}
.fpss-template-abr-home .slidetext p {display:none;margin:0;padding:8px 0;background:url(../images/dotted.gif) repeat-x bottom;color:#fff;}

@media screen and (min-width:600px) {
    .fpss-template-abr-home .slidetext {width:40%;left:50px!important;}
    .fpss-template-abr-home .slidetext p {display:block;}
    .fpss-template-abr-home .slidetext h1,
    .fpss-template-abr-home .slidetext h1 a {font-size:22px;}
}
@media screen and (min-width:767px) {
    .fpss-template-abr-home .slidetext h1,
    .fpss-template-abr-home .slidetext h1 a {font-size:28px;}
}

.fpss-template-abr-home .slidetext a.fpssReadMore {position:absolute;left:8px;bottom:12px;width:100px;margin:0;padding:6px 0 6px 12px;background:url(../images/readmore.png) no-repeat;color:#fff;border:none;text-decoration:none;}
.fpss-template-abr-home .slidetext a.fpssReadMore:hover {background:url(../images/readmore-hover.png) no-repeat;color:#fff;text-decoration:none;}

/* --- Navigation --- */
#fpssContainer0.fpss-template-abr-home .navigation-wrapper {width:25%;height:100%;margin:0;padding:0;right:0;position:absolute;overflow-x:hidden;overflow-y:auto;background:#3a3a3a;}
.fpss-template-abr-home .navigation {list-style:none;margin:0;padding:0;}
.fpss-template-abr-home .navigation li {background:#505050 url(../images/nav.gif) repeat-x 0 100%;z-index:7;}
.fpss-template-abr-home .navigation li.active,
.fpss-template-abr-home .navigation li:hover,
.fpss-template-abr-home .navigation-background {}
.fpss-template-abr-home .navigation-background {border:none;position:absolute;z-index:8;}
#fpssContainer0.fpss-template-abr-home .navigation li.navigation-button a {display:block;margin:0;text-decoration:none;font-size:11px;color:#fff;position:relative;z-index:9;max-width:100%;width:100%;height:auto;overflow:hidden;border-top:1px solid #5c5a5b;padding:4px;}

@media screen and (min-width:600px) {
    #fpssContainer0.fpss-template-abr-home .navigation li.navigation-button a {height:24px;width:auto;padding:4px 12px;}
}

#fpssContainer0.fpss-template-abr-home .navigation li.active a,
#fpssContainer0.fpss-template-abr-home .navigation li.navigation-button a:hover {border-top:1px solid #6a6a6a;}
#fpssContainer0.fpss-template-abr-home .navigation li.navigation-button:first-child a {border-top:0;}

#fpssContainer0.fpss-template-abr-home .navigation-thumbnail {float:left;width:80%;padding:0 0 NAN%;margin:2px 8px 0 0;overflow:hidden;border:2px solid #232323;background-position:50% 50%!important;background-size:cover!important;}

@media screen and (min-width:600px) {
    #fpssContainer0.fpss-template-abr-home .navigation-thumbnail {width:0px;height:0px;padding:0;}
}

.fpss-template-abr-home .navigation-info {clear:right;display:none;}

@media screen and (min-width:600px) {
    .fpss-template-abr-home .navigation-info  {display:block;}
}

.fpss-template-abr-home .navigation-title {color:#fff;display:block;font-size:12px;font-weight:bold;line-height:13px;margin:0;padding:0;}
.fpss-template-abr-home .navigation-tagline {color:#F2F2F2;font-size:11px;font-weight:normal;line-height:12px;margin:0;padding:0;}

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

/* --- IE Specific Styling (use body.fpssIsIE6, body.fpssIsIE7, body.fpssIsIE8 to target specific IEs) --- */
body.fpssIsIE6 .fpss-template-abr-home .navigation-thumbnail {position:relative;z-index:9;}
body.fpssIsIE6 .fpss-clr,
body.fpssIsIE7 .fpss-clr {display:none;}

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