/**
 * 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 {
    width: 100%;
    color: #fff;
}

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

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    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 {

    height: auto;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-caption {
    color:black;
    font-family: 'CenturyGothic';
    position: absolute;
    padding-left: 92px;
    padding-right: 99px;
    background: rgba(255,255,255, 0.0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    display: none;
    z-index: 3;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 100;
}
.pgwSlider .capCon {
    width: 100%;
    color:black;
    position: absolute;
    background: rgba(255,255,255, 0.7);
    left: 0;
    z-index: 3;
}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}

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

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    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: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

.pgwSlider .ps-prevIcon {
  /*  background-color: rgba(255,255,255,0.7);*/

}

.pgwSlider .ps-nextIcon {
    /*background-color: rgba(255,255,255,0.7);*/

}

.pgwSlider .ps-current .ps-prev {
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 5;
    padding-left: 0px;
    opacity: 1 !important;
    display: block !important;
}

.pgwSlider .ps-current .ps-next {
    position: absolute;
    padding-right: 8px;
    right: 0;
    cursor: pointer;
    z-index: 5;
    opacity: 1 !important;
    display: block !important;
}

/*
 * 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 {

    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 {

}

.pgwSlider.narrow .ps-current .ps-prev {

}

.pgwSlider.narrow .ps-current .ps-next {

}


#sliderImg1{

}
#sliderImg2{

}
.oklar{
   /* background-color: rgba(255,255,255,0.7);*/
height: 42px;
    padding-right: 15px;
    padding-left: 16px;
    display: block;
    transition: margin-top 250ms linear;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    transition: margin-top 250ms linear;
}
@media only screen and (max-width: 480px) {

    .pgwSlider .ps-caption {
        visibility: hidden;
        padding-left: 45px;
        padding-right: 99px;
        font-size: 17px;
        line-height: 1em;
    }
    .capCon{
        visibility: hidden;
    }
    .oklar{
        visibility: hidden;
    }
}
@media only screen and (min-width: 480px) and (max-width: 700px){

    .pgwSlider .ps-caption {
        padding-left: 45px;
        padding-right: 60px;
        font-size: 17px;
        line-height: 1em;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1020px){

    .pgwSlider .ps-caption {
        padding-left: 75px;
        padding-right: 80px;
        font-size: 22px;
        line-height: 1em;
    }
}
.slideF{
    width: 100%;
}
.slideF img{

}