@import "../fonts/stylesheet.css";

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
body {
    overflow: hidden;
    background-color: #007fb8;
    font-size: 12px;
    font-family: "aller", arial, sans-serif;
}

.maxWidthImg {
    max-width: 100%;
}
.minWidthImg{
    min-width: 100%;
}
#wrapper{
    position: absolute;
    overflow: hidden;
    width: 100%;
    
}
@media all and (max-width: 992px){
    #wrapper{
        overflow: auto;
    }
}
.row > div{
    padding: 0 0px;
}
section{
    padding-bottom: 100px;
}
section.kontaktsek{
    padding-bottom: 0 !important;
}
section .bg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*.container{
    height: 2000px;
}*/

.button{
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 80px;
    position: fixed;
    display: block;
    z-index: 102;
}
.button.zindex{
    z-index: 99;
}
.nextBtn{
    right: 10px;
    background-image: url("../images/btnNext.png");
}
.prevBtn{
    left: 10px;
    background-image: url("../images/btnPrev.png");
}
.title{
    position: relative;
    margin-left: 20px;
}
@media all and (max-width: 769px){
    .button{
        top: auto;
        margin-top: 0;
        bottom: 10px;
    }
    .nextBtn{
        right: 10px;
    }
    .prevBtn{
        left: 10px;
    }
    .title{
        margin-left: 0px;
    }
}


.innerBg{
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
}
#navigation {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f3036;
    position: fixed;
    z-index: 100;
    padding: 39px;
    display: none;
}
@media screen and (max-width: 769px){
    #wrapper{
        overflow: auto;
    }
    #navigation {
        padding: 0px;
        padding-top: 39px;
    }
}
#navigation ul {
    list-style: none;
    width: 100%;
    height: 100%;
}
#navigation ul li{
    float: left;
}
#navigation ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
}
/*#navigation ul li a:hover span.inner,
#navigation ul li a.active span.inner{
    border: 25px solid rgba(255,255,255,0.4);
}*/
#navigation ul li a span.inner{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00bef3;
    top: -100%;
    left: -100%;
    opacity: 0;
    overflow: hidden;
}

#navigation ul li a span.inner .bg{
    display: block;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#navigation ul li a span.inner .bg:after,
#navigation ul li a span.inner .bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -moz-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -o-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -ms-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
}

#navigation ul li a:hover span.inner .bg:after,
#navigation ul li a.active span.inner .bg:after{
    opacity: 0;
}
#navigation ul li a span.inner .bg{
    -webkit-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -moz-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -o-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    -ms-transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    transition: transform 1s ease, background-image 1s ease, opacity 1s ease;
    
}
#navigation ul li a span.inner img{
    max-width: 100%;
}

/*TWO*/
#navigation ul li:nth-child(2) a span.inner{
    top: -100%;
    left: 0;
}
/*THREE*/
#navigation ul li:nth-child(3) a span.inner{
    top: -100%;
    left: 100%;
}
#navigation ul li:nth-child(4) a span.inner{
    top: 0;
    left: -100%;
}

#navigation ul li:nth-child(5) a span.inner{
    top: 0%;
    left: 0%;
    background-image: url("../images/logoTile.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
}
#navigation ul li:nth-child(5) a{
    pointer-events: none;
}
#navigation ul li:nth-child(6) a span.inner{
    top: 0;
    left: 100%;
}
#navigation ul li:nth-child(7) a span.inner{
    top: 100%;
    left: -100%;
}
#navigation ul li:nth-child(8) a span.inner{
    top: 100%;
    left: 0%;
}
#navigation ul li:nth-child(9) a span.inner{
    top: 100%;
    left: 100%;
}
#navigation ul li:first-child a span.inner .bg,
#navigation ul li:nth-child(3) a span.inner .bg,
#navigation ul li:nth-child(7) a span.inner .bg,
#navigation ul li:nth-child(9) a span.inner .bg{
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
#navigation ul li:first-child a span.inner .bg:after{
    background-image: url("../pictures/kancelariaBg.jpg");
}
#navigation ul li:first-child a span.inner .bg:before{
    background-image: url("../pictures/kancelariaBgHover.jpg");
}
#navigation ul li:nth-child(3) a span.inner .bg:after{
    background-image: url("../pictures/pomocPrawnaBg.jpg");
}
#navigation ul li:nth-child(3) a span.inner .bg:before{
    background-image: url("../pictures/pomocPrawnaBgHover.jpg");
}
#navigation ul li:nth-child(7) a span.inner .bg:after{
    background-image: url("../pictures/promocjeBg.jpg");
}
#navigation ul li:nth-child(7) a span.inner .bg:before{
    background-image: url("../pictures/promocjeBgHover.jpg");
}
#navigation ul li:nth-child(9) a span.inner .bg:after{
    background-image: url("../pictures/kredytBg.jpg");
}
#navigation ul li:nth-child(9) a span.inner .bg:before{
    background-image: url("../pictures/kredytBgHover.jpg");
}
#navigation ul li:nth-child(2) a span.inner .bg:after,
#navigation ul li:nth-child(4) a span.inner .bg:after,
#navigation ul li:nth-child(6) a span.inner .bg:after,
#navigation ul li:nth-child(8) a span.inner .bg:after{
    background-image: url("../images/stripe.png");
    background-repeat: repeat;
    background-position: top center;
}
#navigation ul li:nth-child(2) a span.inner .bg:before,
#navigation ul li:nth-child(4) a span.inner .bg:before,
#navigation ul li:nth-child(6) a span.inner .bg:before,
#navigation ul li:nth-child(8) a span.inner .bg:before{
    background-image: url("../images/stripeHover.png");
    background-repeat: repeat;
    background-position: top center;
}
#navigation ul li a:hover span.inner .bg{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*#navigation ul li a span.inner .bg{
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
}
#navigation ul li a:hover span.inner .bg,
#navigation ul li a.active span.inner .bg{
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    -ms-filter: brightness(1.3);

}*/
#navigation ul li a span.inner .text{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 105;
    font-size: 30px;
    color: #fff;
    text-transform: lowercase;
    line-height: 1em;
    padding: 20px 0 0 35px;
    display: block;
}

#navigation ul li a span.inner .text b{
    display: inline-block;
    font-weight: bold;;
    font-size: 50px;
    opacity: 0.8;
    line-height: 1em;
}
@media screen and (max-width: 769px){
    #navigation ul li a span.inner .text{
        padding: 20px 0 0 15px;
    }
    #navigation ul li a span.inner .text b{
        font-size: 30px;
    }
}


/*MAIN DEFAULT*/

.border{
    background-color: #fff;
    position: absolute;
    z-index: 101;
    cursor: pointer;
}
.top, .bottom{
    height: 0px;
    width: 100%;
    left: 0;
    z-index: 999;
}
.top{
    top: 0;
    
}
.bottom{
    bottom: 0;
}
.left, .right{
    height: 100%;
    width: 0px;
    top: 0;
}
.left{
    left: 0;
}
.right{
    right: 0;
}
@media screen and (max-width: 769px){
    .left, .right{
        display: none;
    }
    .bottom{
        display: none;
    }
}

/*MENU STYLES*/

#wrapperHambuger {
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;     
    
    z-index: 12;
    cursor: pointer;
}
#wrapperHambuger b{
    line-height: 40px;
    font-weight: normal;
    color: #000;
    float: left;
    display: inline-block;
}
.hamburger {
    margin: 8px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    transition: transform 500ms ease;
    float: left;
}

#wrapperHambuger:active .hamburger {
    -webkit-transition: transform 50ms ease;
    -moz-transition: transform 50ms ease;
    -o-transition: transform 50ms ease;
    -ms-transition: transform 50ms ease;
    transition: transform 50ms ease;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hamburger::before, .hamburger::after, .hamburger .inner {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #000;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    transition: transform 500ms ease;
}
.hamburger::before {
    top: 5px;
    left: 0px;
}
.hamburger .inner {
    top: 11px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hamburger::after {
    top: 17px;
    left: 0px;
}

.menu-open .hamburger {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.menu-open #wrapperHambuger:active .hamburger {
    -webkit-transform: scale(1) rotateY(-180deg);
    -moz-transform: scale(1)rotateY(-180deg);
    -ms-transform: scale(1) rotateY(-180deg);
    -o-transform: scale(1) rotateY(-180deg);
    transform: scale(1) rotateY(-180deg);
}

.menu-open .hamburger::before,
.menu-open .hamburger::after,
.menu-open .hamburger .inner {
    background-color: #000;
}

.menu-open .hamburger::before {
    -webkit-transform: translate3d(-5px, -3px, 0) rotateZ(-45deg); 
    -moz-transform: translate3d(-5px, -3px, 0) rotateZ(-45deg); 
    -ms-transform: translate3d(-5px, -3px, 0) rotateZ(-45deg); 
    -o-transform: translate3d(-5px, -3px, 0) rotateZ(-45deg); 
    transform: translate3d(-5px, -3px, 0) rotateZ(-45deg); 
}
.menu-open .hamburger .inner {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    
    -webkit-transition: transform 375ms ease;
    -moz-transition: transform 375ms ease;
    -o-transition: transform 375ms ease;
    -ms-transition: transform 375ms ease;
    transition: transform 375ms ease;
}
.menu-open .hamburger::after {
    -webkit-transform: translate3d(-5px, 2px, 0) rotateZ(45deg); 
    -moz-transform: translate3d(-5px, 2px, 0) rotateZ(45deg); 
    -ms-transform: translate3d(-5px, 2px, 0) rotateZ(45deg); 
    -o-transform: translate3d(-5px, 2px, 0) rotateZ(45deg); 
    transform: translate3d(-5px, 2px, 0) rotateZ(45deg); 
}

/*CONTENT*/

section h1{
    margin-top: 30px;
    display: inline-block;
    font-size: 30px;
    
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(0,0,0,0);
    height: 60px;
    margin-bottom: 30px;
    line-height: 60px;
}
section h1.kancelaria{
    background-image: url("../images/kancelariah1.png");
}
section h1.ksiegowosc{
    background-image: url("../images/ksiegowosch1.png");
}
section h1.pomocPrawna{
    background-image: url("../images/pomocPrawnah1.png");
}
section h1.weryfikacja{
    background-image: url("../images/weryfikacja.png");
}
section h1.place{
    background-image: url("../images/placeh1.png");
}
section h1.ubezpieczenia{
    background-image: url("../images/ubezpieczeniah1.png");
}
section h1.promocje{
    background-image: url("../images/promocjeh1.png");
}
section h1.kredyt{
    background-image: url("../images/kredyth1.png");
}
section h1.zapytanie{
    background-image: url("../images/zapytanieh1.png");
}

section h1.error{
    background-image: url("../images/404.png");
}
section .wrapperShowUp{
    z-index: 9;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    opacity: 0;
    padding: 20px;
}
section .wrapperShowUp.even{
    margin-left: -400px;
}

section .wrapperShowUp.even.finish{
    margin-left: 0;
}
section .wrapperShowUp.odd{
    margin-left: 400px;
}

section .wrapperShowUp.odd.finish{
    margin-left: 0;
}
section .wrapperShowUp.finish{
    opacity: 1;
    background-color: transparent;
}
section .wrapperShowUp p{
    font-size: 15px;
    color: #1e576f;
    padding-right: 0px;
}
@media screen and (max-width: 769px){
    section .wrapperShowUp{
        padding: 0px;
        opacity: 1;
        background-color: transparent;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    section .row{
        padding: 0 !important;
    }
    
    section .wrapperShowUp p{
        padding-right: 0px;
    }
    section .wrapperShowUp.even{
        margin-left: 0px;
    }
    section .wrapperShowUp.odd{
        margin-left: 0px;
    }
}
@media all and (max-width: 500px){
    .title{
        -webkit-background-size: auto 100% ;
        background-size: auto 100% ;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        height: 30px;
        width: 100%;
        font-size: 10px;
        line-height: 30px;
    }
}
section .wrapperShowUp h2{
    font-size: 25px;
    color: #1e576f;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.5);
}
section .wrapperShowUp .promocje h2{
    min-height: 110px;
    display: inline-block;
}
section .wrapperShowUp ul{
    list-style-type: disc;
}
section .wrapperShowUp ul li{
    margin-left: 20px;
    font-size: 14px;
}
section .wrapperShowUp .promocje img{
    margin: 10px auto 20px auto;
    display: block;
}


/*MAPA*/

#wrapperMap { 
    width: 100%;
    height: 100%; 
    padding: 40px;
    position: absolute;
}


#map_canvas { 
    position: absolute;
    height: 100%; 
    width: 100%; 
    
}
.infobox {
    background-color: #767676;
    color: #fff;  
    font-size: 16px; 
    width: 280px; 
    height: 70px; 
    text-align: center; 
    padding: 10px 10px;
    margin-top: 10px;
    font-family: arial;
}
.infobox:after{
    position: absolute;
    top: 0px;
    left: 50%;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #767676;
    margin-left: -8px;
}

.infobox h2{
    font-size: 12px;
}

/*KONTAKT*/

.daneKontakt{
    background: #77c1f0; /* Old browsers */
    background: -moz-linear-gradient(left,  #77c1f0 0%, #c7c6f0 50%, #adc2ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77c1f0), color-stop(50%,#c7c6f0), color-stop(100%,#adc2ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* IE10+ */
    background: linear-gradient(to right,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c1f0', endColorstr='#adc2ef',GradientType=1 ); /* IE6-9 */
    
    width:430px;
    height: 220px;
    min-height: 220px;
    min-width: 430px;
    position: absolute;
    bottom: -100%;
    right: 40px;
    color: #fff;
    padding: 20px;
}

.daneKontakt a{
    color: #fff;
}
.daneKontakt h1{
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 30px;
    padding: 0;
    
    letter-spacing: 1px;
    color: #fff;
    height: 40px;
    
    line-height: 40px;
}
.daneKontakt .rightCol{
    float: right;
    text-align: right;
}
.daneKontakt .leftCol{
    float: left;
    text-align: left;
}
.daneKontakt .rightCol,
.daneKontakt .leftCol{
    width: 50%;
}
.contactFormBox{
    height: 220px;
    min-height: 220px;
    
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}


.closeAndOpenBoxes{
    top: -67px;
    left: 0px;
    padding: 0 40px;
    line-height: 67px;
    position: absolute;
    width: auto;
    height: 67px;
    font-size: 13px;
    cursor: pointer;
    width: 140px;
    background: #77c1f0; /* Old browsers */
    background: -moz-linear-gradient(left,  #77c1f0 0%, #c7c6f0 50%, #adc2ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77c1f0), color-stop(50%,#c7c6f0), color-stop(100%,#adc2ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* IE10+ */
    background: linear-gradient(to right,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c1f0', endColorstr='#adc2ef',GradientType=1 ); /* IE6-9 */
    
}
.closeAndOpenBoxes img{
    margin-left: 5px;
    max-width: 15px;
}
.closeAndOpenBoxes .closed img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.closeAndOpenBoxes .closed{
    display: none;
}
.closeAndOpenBoxes .closed,
.closeAndOpenBoxes .opened{
    position: absolute;
}

.wrapperKontakt{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.wrapperKontakt .see{
    height: 33%;
    height: 150px;
}
/*MOBILE*/
.see h2.title{
    display: none;
}
@media screen and (max-width: 769px){
    .wrapperKontakt{
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
    }
    .infobox{
        display: none;
    }
    .closeAndOpenBoxes{
        display: none;
    }
    #wrapperMap { 
        padding: 0px;
        padding-top: 0px;
        position: absolute;
        top: 0;
    }
    
    
    .contactFormBox{
        position: absolute;
        bottom: auto;
        left: auto;
        height: auto;
        display: none;
        top: 0;
        height: 100%;
        overflow: auto;
        width: 100%;
    }
    .contactFormBox .half{
        background-color: transparent;
    }
    .daneKontakt{
        top: 0;
        right: auto;   
        position: absolute;
        bottom: auto;
        width: 100%;
        height: 100%;
        display: none;
        background-color: transparent;
    }
    .daneKontakt h1{
        display: none;
    }
    .daneKontakt .leftCol,
    .daneKontakt .rightCol{
        width: 100%;
    }
    .daneKontakt .rightCol{
        margin-top: 15px;
        float: left;
        text-align: left;
    }
    .daneKontakt a{
        text-decoration: underline;
    }
    .daneKontakt a:after{
        content: '';
        display: inline-block;
        margin-top: 1px;
        margin-left: 5px;
        position: absolute;
        width: 10px;
        height:14px;
        background-image: url("../images/phoneIcon.png");
    }
    
    .zobaczMape{
        position: absolute;
        width: 100%;
        background-color: #767676;
        margin-top: 0px;
        left: 0;
    }
    .zobaczDane{
        overflow: auto !important;
        
        background: #77c1f0; /* Old browsers */
        background: -moz-linear-gradient(left,  #77c1f0 0%, #c7c6f0 50%, #adc2ef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77c1f0), color-stop(50%,#c7c6f0), color-stop(100%,#adc2ef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* IE10+ */
        background: linear-gradient(to right,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c1f0', endColorstr='#adc2ef',GradientType=1 ); /* IE6-9 */
        
    }
    .zobaczDane .daneKontakt{
        overflow: hidden;
        margin-bottom: 100px;
        min-width: 0;
    }
    .zobaczDane .daneKontakt .leftCol,
    .zobaczDane .daneKontakt .rightCol{
        
    }
    .zobaczDane .daneKontakt .rightCol{
        padding-bottom: 40px;
    }
    .zobaczFormularz{
        background-color: #1e576f;
    }
    .see{
        position: relative;
        width: 100%;
        cursor: pointer;
    }
    .see h2.title{
        display: table;
        width: 100%;
        height: 100%;
        line-height: 60px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        position: relative;
    }
    .see.opened h2.title{
        display: none;
    }
    .see h2.title span{
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }
}


/*	BigVideo Styles 
        You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;z-index: 9;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
                             -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container,
.container .row{
    position: relative;
}
.container .row .col-md-12{
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container .row{
    padding: 0 20px;
}
.container .row .col-md-3{
    width: 25%;
    width: calc(100%/4);
    float: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container .row > div{
    padding-bottom: 100px;
}
@media all and (max-width: 992px){
    .container .row .col-md-12{
        padding: 0 20px;
    }
    .container .row .col-md-3{
        width: 100%;
        width: calc(100%);
        float: left;
        padding: 0 20px;
    }
    .container .row.promocje h2{
        display: block;
        
    }
    .container .row.promocje{
        overflow: hidden;
    }
}

.one{
    background-image: url('../pictures/placePageBg.jpg');
}
.two{
    background-image: url('../pictures/ubezpieczeniaPageBg.jpg');
}
.three{
    background-image: url('../pictures/ksiegowoscPageBg.jpg');
}

.desktop.book{
    background-image: url('../video/book/poster.jpg');
}


/*SOCIAL*/

.social ul{
    float: right;
    margin-right: 40px;
}
.social ul li{
    float: left;
    margin-left: 20px;
}
.social ul li a{
    height: 40px;
    display: block;
    float: left;
}
.social ul li a img{
    display: block;
    max-width:20px;
    margin-top: 10px;
    margin-left: 10px;
}
.wrapG, .wrapF{
    height: 40px;
    display: block;
    float: left;
}
.wrapG div,
.wrapF div{
    height: 20px;
    margin-top: 10px !important;
}

@media all and (max-width: 769){
    .social{
        display: none;
    }
}


/*ZAPYTANIE*/
.ttu{
    text-transform: uppercase;
}

.half{
    width: 50%;
    width: calc(100/2);
    -webkit-width: calc(100/2);
}
.half:first-of-type{
    padding-right: 10px;
}
.half:nth-of-type(2){
    padding-left: 10px;
}
.fl{
    float: left;
}
@media all and (max-width: 992px){
    #contactForm .half{
        width: 100%;
        width: calc(100/1);
        -webkit-width: calc(100/1);
    }
    .half:first-of-type{
        padding-right: 0px;
    }
    .half:nth-of-type(2){
        padding-left: 0px;
    }
}
#contactForm{ 
    position: relative;
    padding-bottom: 50px;
}

#contactForm .formblock { 
    display: inline-block; 
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}
#contactForm .formblock.other label{
    height: 66px;
    line-height: 66px;
}
#contactForm .formblock.other.twoline label{
    line-height: 1em;
    height: auto;
    padding: 5px 0;
    padding-right: 5px;
    height: 40px;
}
.blackBg{
    background-color: rgba(30,87,111,0.7);
}
section .wrapperShowUp p{
/*    color: #fff;*/
    padding-bottom: 5px;
}
#contactForm label { 
    position: relative;
    display: inline-block;
    color: #fff;
    
    font-size: 14px; 
    font-style: normal; 
    text-align: left;
}
#contactForm label.none{
    display: none;
}
#contactForm input[type="text"] { 
    padding: 4px 10px; 
    font-size: 13px; 
    font-family: 'aller', sans-serif;
    color: #1e576f; 
    width: 100%;
    height: 66px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-top: 1px;
}

#contactForm textarea { 
    font-size: 14px;
    padding: 16px 11px; 
    color: #000; 
    width: 100%;
    height: 165px;
    resize: none;
    outline: none;
    display: block;
    position: relative;
    background-color: #fff;
}
#contactForm .error { 
    color: #f21b19;
    position: absolute;
    width: 100%;
    font-size: 13px;
    
    color: #1e576f;
    width: 100%;
    font-size: 10px;
    margin: 0;
    text-transform: lowercase;
    bottom: 3px;
    text-align: right;
    padding-right: 5px;
}

#contactForm .formblock.other .error{
    color: #fff;
}
#contactForm .formblock label{
    flex-grow: 1;
}
#contactForm .formblock select{
    height: 40px;
    flex-grow: 1;
    max-width: 150px;
}
#contactForm .formblock.select{
    display: flex;
    flex-direction: row;
}
#contactForm .formblock.select label{
    padding-right: 5px;
}
#contactForm .formblock.select select{
    margin-top: 13px;
}

@media all and (max-width: 992px){
    #contactForm .formblock.select{
        display: block;
    }
    #contactForm .formblock.select select{
        height: 40px;
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }
    #contactForm .formblock.select label{
        width: 100%;
    }
}


#contactForm .formblock.other label{
    padding-right: 5px;
}
#contactForm .formblock.other input[type="radio"]{
    width: auto;
    margin-bottom: -4px;
}

#contactForm .formblock.other.radio label:not(.notd) {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 5px;
    font-size: 13px;
}
#contactForm .formblock.other.radio input[type=radio] {
    display: none;
}
#contactForm .formblock.other.radio label:not(.notd):before {
    content: "";
    display: inline-block;
    
    width: 16px;
    height: 16px;
    
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 24px;
    background-color: #fff;
}
#contactForm .formblock.other.twoline{
    padding-top: 10px;
}
#contactForm .formblock.other.twoline label:not(.notd):before {
    top: 3px;
}
#contactForm .formblock.other.radio label:not(.notd):before {
    border-radius: 8px;
}
#contactForm .formblock.other.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.sliden{
    min-height: 40px;
}
#contactForm .formblock.other .error{
    height: auto;
    line-height: 1em;
    text-align: left;
}

#contactForm .slide .error{
    color: #fff;
    bottom: -16px;
    text-align: left;
    font-size: 14px;
}
#contactForm .msgSentInfo { 
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
    font-size: 11px; 
    width: 100%;
    color: #fff; 
    text-transform: uppercase;
    text-align: center;
    display: table;
}
#contactForm .msgSentInfo span{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#contactForm .subbutton { 
    border: none;
    text-shadow: none;
    display: block;
    position: relative;
    color:#fff;
    float: right;
    background-color: #102f3c;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}


/* Slide to unlock */

.slide{
    position: relative;
}
.slide-to-unlock {
    position: relative;
    width: 300px;
    height: 40px;
    display: block;
    margin-top: 0px;
    background-color: #fff;
}
.slide-to-unlock .dragdealer {
    position: absolute;
    background: none;
    height: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.slide-to-unlock .handle {
    height: 100%;
    width: 100px;
    background-color: #102f3c;
    background-image: url("../images/arrowValidate.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: move;
}
.slide-to-unlock .disabled {
    background: none;
}
.slide-to-unlock .slide-text {
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}



.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1e576f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1e576f;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1e576f;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #1e576f;
}

#cookie{
    background-color: #4595B6;
    background-color: rgba(69,149,182,0.9);
    position:fixed;
    z-index: 9999;
    color: #fff;
    font-size:12px;
    width: 70%;
    display: none;
    padding: 23px 40px 23px 40px;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 769px){
    #cookie{
        width: 100%;   
    }
}
#cookie a{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 50%;
    cursor: pointer;
    margin: -9px 0 0 0;
    display: block;
}

.fl{
    float: left;
}
.default-btn{
    background-color: #4595b6;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-family: "aller", arial, sans-serif;
    margin-top: 10px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.default-btn:hover{
    background-color: #fff;
    color: #4595b6;
}
