/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
 
 
#pgwSlider_container{ 
	background-color: #e4e4e4;
	width:675px;
	height:375px; 
	float: left;
	margin-bottom: 20px;
	padding: 5px
}


.pgwSlider {
    width: 100%;
    color: #000;
}

.pgwSlider a{
    display: block;
    text-decoration: none;
    color: #000;
}

.ps-caption a{
    display: block;
    text-decoration: none;
    color: #FFF;
}

.pgwSlider .ps-current {
    float: left;
    width: 65%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear;
	max-height: 375px;
}

.pgwSlider .ps-caption {
    position: absolute;
    width: 94%;
    padding: 3%;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3;
	color: #FFF;
	font-size:0.8rem;
	line-height:15px
}



.ps-caption h4{
    font-family: "PT Sans Narrow",sans-serif;
	font-size:0.9rem;
	margin: 0;
}

.ps-caption h2{
    font-family: "PT Sans Narrow",sans-serif;
	font-size:1.6rem;
	line-height:2rem;
}

.ps-caption h3{
    font-family: "PT Sans Narrow",sans-serif;
	font-size:1.2rem;
	line-height:1.3rem;
	font-weight:normal;
	margin: 0;
	padding:0;
}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 33%;
    padding: 0;
    list-style: none;
    margin: 0;
	font-family: "PT Sans Narrow",sans-serif;
}


.pgwSlider ul h2{
	font-size:0.9rem;
	font-family: "PT Sans Narrow",sans-serif;
}

.pgwSlider ul h3{
	font-size:0.9rem;
	font-family: "PT Sans Narrow",sans-serif;
	font-weight:normal;
}


ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
    float: left;
}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
	background-color:#FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 0.8rem;
    transition: opacity 200ms linear;
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    display: block;
    width: 55%;
    position: absolute;
    bottom: 0;
    padding: 0 3%;
    background: rgba(255, 255, 255, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
	margin: 0 0 0 40%;
	height: 100%;
	line-height: 1rem;
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    width: 40%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-prevIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.pgwSlider .ps-nextIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.pgwSlider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 0.7rem;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 1080px or less */
@media screen and (max-width: 1080px) {

#pgwSlider_container{ 
	width:625px;
	height:375px; 
}
	
}

@media screen and (max-width: 1035px) {
	
#pgwSlider_container{ 
	width:98%;
	padding:1%;
	height:auto; 
}	
	
}

@media screen and (max-width: 500px) {
	
ul.pgwSlider > li img, .pgwSlider > ul > li img {
    width: 100%;
}

ul.pgwSlider > li span, .pgwSlider > .ps-list > li span {
    display: none;
}

.pgwSlider .ps-caption {
	font-size:0.9rem;

}

}
