/*
Style popupa pojawiajacego sie w prawym dolnym rogu
- Wszystkie obrazki maja prowadzic do ../_img/
*/

/*Globalne style dla wszystkich typow*/

#p4OfferTeaserPopup * {
    margin: 0;
    padding: 0;
}
#p4OfferTeaserPopup{
	z-index:1000;
}
#p4OfferTeaserPopup.animatedIn { 
    -webkit-animation-duration: 1.3s; 
    animation-duration: 1.3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
} 

#p4OfferTeaserPopup.animatedOut { 
    -webkit-animation-duration: 1.3s; 
    animation-duration: 1.3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
} 

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        filter: alpha(opacity=0); 
        -webkit-transform: translateX(110%); 
    } 
    60% { 
        opacity: 1; 
        filter: alpha(opacity=100); 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(5px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        filter: alpha(opacity=0); 
        -webkit-transform: translateX(110%); 
                transform: translateX(110%); 
    } 
    60% { 
        opacity: 1; 
        filter: alpha(opacity=100); 
        -webkit-transform: translateX(-30px); 
                transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(5px); 
                transform: translateX(5px);  
    } 
    100% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
    } 
} 
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        filter: alpha(opacity=100); 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        filter: alpha(opacity=0); 
        -webkit-transform: translateX(160%); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        filter: alpha(opacity=100); 
        -webkit-transform: translateX(-20px); 
                transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        filter: alpha(opacity=0); 
        -webkit-transform: translateX(160%); 
                transform: translateX(160%); 
    } 
} 
#p4OfferTeaserPopup.slideIn { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
#p4OfferTeaserPopup.slideOut{ 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}
/*POPUP 1*/
#p4OfferTeaserPopup.popup1 {
    opacity: 0;
    position: fixed;
    width: 550px;
    right: 18px;
    bottom: 0px;
    background: transparent;
}
#p4OfferTeaserPopup.popup1 .popup-image {
    position: absolute;
    bottom: 0px;
    right: 295px;
}
#p4OfferTeaserPopup.popup1 .popup-image img {
    vertical-align: bottom;
    height:284px;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper {
    float: right;
    width: 325px;
    height: 380px;
    background-color: #583787;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .popup-close {
    width: 100%;
  height: 40px;
  display: block
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .popup-close a {
    position: absolute;
    font-family: 'bulldogplregular';
  font-size: 50px;
  text-decoration: none;
  color: white;
  right: 5px;
    margin-top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 20px;
}


#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text {
    display: block;
    width: 100%;
    padding: 0px 60px;
    color: #fff;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text h1 {
    font-family: 'bulldogplbold';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 35px;
    color: #fff;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text p.popup-text {
    font-family: 'bulldogplregular';
    text-transform: uppercase; 
    font-size: 30px;
    line-height: 30px;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text p.popup-old-price {
    margin: 8px 0px 6px;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text p.popup-old-price span {
    position: relative;
}
#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text p.popup-old-price span:before {
    content: '';
    width: 120%;
    height: 3px;
    background-color: #ff00ff;
    position: absolute;
    transform: rotate(12deg);
    top: 45%;
    left: -6px;
    
    
}

#p4OfferTeaserPopup.popup1 .popup-text-wrapper .text p.popup-price {
    font-size: 60px;
    line-height: 60px;
    font-family: 'bulldogplbold';
    color: #fef200;
    text-transform: uppercase;
}
#p4OfferTeaserPopup.popup1 .btn-wrapper {
    margin-top: 26px;
}
#p4OfferTeaserPopup.popup1 a.rounded-button span {
    width: 15px;
    height: 26px;
    background: url('../_img/offer-teaser-button-arrow.png') right top no-repeat;
    display: inline-block;
    line-height: 50px;
    position: relative;
    top: 8px;
    margin-left: 12px;
}

#p4OfferTeaserPopup.popup1 a.rounded-button {
    font-family: 'bulldogplregular';
    color: #4c4c4c;
    text-decoration: none;
    background: no-repeat right center;
    display: inline-block;
    background: rgb(225, 225, 225); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 223, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0); /* IE6-8 */
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 5px;
    padding: 0px 12px 0px 20px;
    -webkit-transition: background .3s linear;
    transition: all 1s linear;
    font-weight: 600;
}

#p4OfferTeaserPopup.popup1 a.rounded-button:hover {
    background: #dfdfdf; 
    background: rgb(225, 225, 225); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#dfdfdf', GradientType=0); /* IE6-8 */
}
/*POPUP 1 END*/

/*POPUP 2*/
#p4OfferTeaserPopup.popup2 {
    opacity: 0;
    position: fixed;
    width: 535px;
    right: 8px;
    bottom: 0px;
    background: transparent;
}
#p4OfferTeaserPopup.popup2 .popup-image {
    position: absolute;
    bottom: 20px;
    right: 240px;
    z-index: 102;
}
#p4OfferTeaserPopup.popup2 .popup-image img {
    vertical-align: bottom;
    height: 371px;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper {
    float: right;
    width: 325px;
    height: 325px;
    background-color: transparent;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .popup-close {
    position: absolute;
    right: 13px;
    top: -28px;
    display: block;
    z-index: 102;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .popup-close a {
    position: absolute;
    font-family: 'Tahoma';
    font-size: 18px;
    text-decoration: none;
    color: white;
    right: 5px;
    margin-top: 8px;
    line-height: 18px;
    }
#p4OfferTeaserPopup.popup2 .pupupBackground {
    position: absolute;
    background: url('../_img/offer-teaser-popup2-bg.png');
    width: 270px;
    right: 25px;
    margin-top: 69px;
    height: 220px;
    z-index: 101;
    
}

#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text {
    display: block;
    width: 220px;
    float: right;
    padding: 0px;
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 101;    
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper h1 {
    font-family: 'Tahoma';
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400;
    height:40px;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-text {
    font-family: 'Tahoma';
    font-size: 18px;
    line-height: 18px;
    color: #616162;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-old-price {
    margin: 0px 0px 4px;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-old-price span {
    position: relative;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-old-price span:before {
    content: '';
    width: 120%;
    height: 1px;
    background-color: #8f225f;
    vertical-align: top;
    position: absolute;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
    top: 45%;
    left: -6px;  
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-price-name {
    color: #583787;
    vertical-align: bottom;
    font-size: 48px;
    line-height: 48px;
    font-family: "Tahoma";
    font-weight: bold;
}
#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text span.block {
    display: inline-block;
}

#p4OfferTeaserPopup.popup2 .popup-text-wrapper .text p.popup-price {
    font-size: 96px;
    line-height: 96px;
    font-family: 'Tahoma';
    color: #583787;
    text-transform: uppercase;
    display: inline-block;
}
#p4OfferTeaserPopup.popup2 .btn-wrapper {
    margin-top: 15px;
}

#p4OfferTeaserPopup.popup2 a.button {
    text-decoration: none;
    padding: 0 45px 0 20px;
    font-size: 20px;
    font-family: 'Tahoma';
    color: white;
    font-weight: 400;
    height:44px;
    line-height:44px;
    background-image:url("../_img/_section/buttonBig.png");
}

#p4OfferTeaserPopup.popup2 a.button:hover {
    
}
#p4OfferTeaserPopup.popup2 .popup-trapezoid {
    position: relative;
  right: 60px;
  z-index: 100;
}
#p4OfferTeaserPopup.popup2 .popup-trapezoid-1 {
    position: absolute;
    width: 360px;
     z-index: -1;   
    height: 71px;
    background: #583787;
  right: -35px;
  top: -1px;
}
#p4OfferTeaserPopup.popup2 .popup-trapezoid-2 {
    position: absolute;
    width: 0;
    height: 0;
     z-index: -1;   
    border-style: solid;
    border-width: 0 95px 367px 1px;
    border-color: transparent transparent #583787 transparent;
    -webkit-transform: rotate(-79deg);
        -ms-transform: rotate(-79deg);
            transform: rotate(-79deg);
    top: -195px;
    right: 88px;
}
/*POPUP 2 END*/

/*POPUP 3 */
#p4OfferTeaserPopup.popup3 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: 20px;
    bottom: 0px;
    background: transparent;
}
#p4OfferTeaserPopup.popup3 .popup-image {
    position: relative;
    float: right;
    bottom: 22px;
    right: 0px;
    z-index: 102;
}
#p4OfferTeaserPopup.popup3 .popup-image img {
    vertical-align: bottom;
    height:390px;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper {
    float: left;
    height: 375px;
    background-color: transparent;
    text-align: right;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .popup-close {
    position: absolute;
    right: -6px;
    top: -30px;
    display: block;
    z-index: 103;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .popup-close a {
    position: absolute;
    font-family: 'Tahoma';
    font-size: 18px;
    text-decoration: none;
    color: #583787;
    right: 5px;
    line-height: 18px;
    }
#p4OfferTeaserPopup.popup3 .pupupBackground {
    position: absolute;
    background: url('../_img/offer-teaser-popup3-bg.png');
    width: 270px;
    left: 15px;
    margin-top: 69px !important;
    height: 240px;
    z-index: 101;
    
}

#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text {
    display: block;
    width: 220px;
    float: right;
    padding: 0px;
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 101;    
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper h1 {
    font-family: 'Tahoma';
    color: #583787;
    text-transform: uppercase;
    font-size: 40px;
    line-height:40px;
    margin-bottom: 45px;
    font-weight: bold;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper h2 {
    font-family: 'Tahoma';
    color: #583787;
    text-transform: uppercase;
    font-size: 30px;
    line-height:40px;
    margin-bottom: 45px;
    font-weight: bold;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-text {
    font-family: 'Tahoma';
    font-size: 18px;
    line-height: 18px;
    color: #616162;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-old-price {
    margin: 0px 0px 0px;
    font-size: 24px;
    line-height: 24px;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-old-price span {
    position: relative;
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-old-price span:before {
    content: '';
    width: 120%;
    height: 3px;
    background-color: #8f225f;
    vertical-align: top;
    position: absolute;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
    top: 45%;
    left: -6px;     
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-price-name {
    color: #583787;
    vertical-align: bottom;
    font-size: 48px;
    line-height: 48px;
    font-family: "Tahoma";
    font-weight: bold;
    margin-right: 20px
}
#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text span.block {
    display: inline-block;
}

#p4OfferTeaserPopup.popup3 .popup-text-wrapper .text p.popup-price {
    font-size: 96px;
    line-height: 96px;
    font-family: 'Tahoma';
    color: #583787;
    text-transform: uppercase;
    display: inline-block;
}
#p4OfferTeaserPopup.popup3 .btn-wrapper {
    margin-top: 15px;
    padding-right: 10px
}

#p4OfferTeaserPopup.popup3 a.button {
    text-decoration: none;
    padding: 0 45px 0 20px;
    font-size: 20px;
    font-family: 'Tahoma';
    color: white;
    font-weight: 400;
    height:44px;
    line-height:44px;
    background-image:url("../_img/_section/buttonBig.png");    
}

#p4OfferTeaserPopup.popup3 a.button:hover {
    
}
#p4OfferTeaserPopup.popup3 .popup-trapezoid {
    position: relative;
    left: 50px;

-webkit-transform: scale(-1, 1);

-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
    z-index: 100;
}
#p4OfferTeaserPopup.popup3 .popup-trapezoid-1 {
    position: absolute;
    width: 360px;
     z-index: -1;   
    height: 71px;
    background: #e8e300;
  right: -33px;
  top: 0px;
}
#p4OfferTeaserPopup.popup3 .popup-trapezoid-2 {
    position: absolute;
    width: 0;
    height: 0;
     z-index: -1;   
    border-style: solid;
    border-width: 0 95px 367px 1px;
    border-color: transparent transparent #e8e300 transparent;
    -webkit-transform: rotate(-79deg);
        -ms-transform: rotate(-79deg);
            transform: rotate(-79deg);
    top: -195px;
    right: 88px;
}

/*POPUP 3 END*/