/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-04-18, 22:58:34
    Author     : tabrist
*/

body {
    background: #FFF6EF;
    font-family: 'Myriad Pro Regular';
    overflow-x: hidden;
}
i {
    letter-spacing: 0.5px;
}
.col-centered{
    float:none !important;
    margin:auto;
}
.no-padding{
    padding: 0;
}
.container{
    background:#ffffff;
    max-width:1100px;
    box-shadow: 1px 1px 13px #d6d6d6;
}
.topLogoText {
    color: #C71F12;
    font-size: 100px;
    font-family: 'Kaushan Script', cursive;
    line-height: 94px;
    padding: 60px 0 40px 0;
}
.logoImg{
    vertical-align: middle;
    margin: auto;
    display: block;
    clear: both;
}
.absBox{
    position:absolute;
    top:10px;
    z-index:999;
}
.absBox2{
    position:absolute;
    top:10px;
    right:-17px;
}
.absBox3{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index:1000
}
.topText{
    font-family: 'Myriad Pro Regular';
    line-height:36px;
    margin-top:50px;
}
.topText .bigRed{
    color:#C71F12;
    font-size:42px;
}
.topText .bigRedBold{
    color:#C71F12;
    font-size:36px;
    font-weight:bold
}
.redTextInfo{
    color:#C71F12;
    font-size:20px;
    margin-top:60px;
    margin-bottom:15px;
    font-weight:bold;
    text-align:left;
}
.topText .smallRed{
    color:#C71F12;
    font-size:32px;
}
.topText .gray{
    color:#4F4F4F;
    font-size:30px;
}
.redButton{
    cursor: pointer;
    margin: 20px auto;
    background: url(/assets/img/button.jpg);
    border-radius: 0px;
    text-align: center;
    padding: 4px;
    padding-top: 6px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Myriad Pro Regular';
    text-decoration: none;
}
.redButton:hover{
    color:#ffffff;
}
.redButtonBottom {
    cursor: pointer;
    margin: 20px auto;
    background: -webkit-linear-gradient(top, rgb(182, 19, 14) 0%, rgb(210, 40, 23) 94%, rgb(216, 46, 29) 100%);
    background: -o-linear-gradient(top, rgb(182, 19, 14) 0%, rgb(210, 40, 23) 94%, rgb(216, 46, 29) 100%);
    background: -ms-linear-gradient(top, rgb(182, 19, 14) 0%, rgb(210, 40, 23) 94%, rgb(216, 46, 29) 100%);
    background: -moz-linear-gradient(top, rgb(182, 19, 14) 0%, rgb(210, 40, 23) 94%, rgb(216, 46, 29) 100%);
    background: linear-gradient(to bottom, rgb(182, 19, 14) 0%, rgb(210, 40, 23) 94%, rgb(216, 46, 29) 100%);
    font-family: 'Myriad Pro Regular';
    border-radius: 4px;
    text-align: center;
    padding: 13px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    transition: background 0.5s ease;
    /*box-shadow: 0px 2px 5px #C71F12;*/
    background-size: cover;
}
.listContent.listContentRight{
    padding:15px 30px;
    background:#FAF3E9
}
.listContent.listContentRight p{
    font-size:17px;
    text-indent:0px;
}
.listContent {
    background: url(/assets/img/pod_list.jpg);
    padding: 77px 50px;
    box-shadow: 3px 3px 4px #D7D7D7;
    margin-bottom: 15px;
}
.listContent p.listTitle{
    font-weight:bold;
    font-style: italic;
    text-indent: 0px;
    padding-left:20px;
}
.listContent p {
    font-weight:normal;
    text-indent: 20px;
    font-family: 'Alegreya', serif;
    font-size:19px;
        margin-bottom: 15px;
}
.listContent p.listSign{
    text-align:right;
}

.actionDesc p {
    font-weight:normal;
    font-family: 'Alegreya', serif;
    font-size:19px;
}
.footer{
    background: #ac110f;
    background: -moz-linear-gradient(bottom, #ac110f 0%, #d62d1a 100%);
    background: -webkit-linear-gradient(bottom, #ac110f 0%,#d62d1a 100%);
    background: linear-gradient(to top, #ac110f 0%,#d62d1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac110f', endColorstr='#d62d1a',GradientType=0 );
    font-family: 'Alegreya', serif;
    color:#ffffff;
    padding:20px 30px;
}
.footer a{
    text-decoration:none;
    color:#ffffff;
}
.headerMenu{
    background: #ac110f;
    background: -moz-linear-gradient(top, #ac110f 0%, #d62d1a 100%);
    background: -webkit-linear-gradient(top, #ac110f 0%,#d62d1a 100%);
    background: linear-gradient(to bottom, #ac110f 0%,#d62d1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac110f', endColorstr='#d62d1a',GradientType=0 );
    font-family: 'Myriad Pro Regular', serif;
    color:#ffffff;
    padding:10px 30px;
    text-transform:uppercase;
}
.headerMenu a{
    text-decoration:none;
    color:#ffffff;
}
.topButton {
    margin: auto 10px;
    display: inline-block;
    margin-top: 2px;
    color:#ffffff;
}
.headerMenu a:hover {
    color: #d0d0d0;
}
#formContainer .form-group input, #formContainer .form-group select{
    border-radius:0px;
}
#formContainer .form-group {
    padding: 5px;
}
#formContainer select.form-control {
    padding: 9px 0px;
}
.formWarn {
    background: rgba(199, 31, 18, 0.7);
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: Myriad Pro;
    font-size: 32px;
    text-align: center;
    padding: 26px;
}
.redBorder{
    border: 2px solid #C71F12;
    box-shadow: 0px 0px 8px #ff0000;
}
.buttonBox{
    padding:0 5px;
}
.captchaVefiry{
    margin:20px auto;
    /*    transform:scale(0.875);
        -webkit-transform:scale(0.875);
    */    
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.captchaVefiry div {
    margin: auto;
}
.dzContainer{
    background:url('/assets/img/pod_list.jpg');
    font-family: 'Alegreya', serif;
    font-size:19px;
    padding-top:45px;
    padding-bottom:45px;
}
.dzContainer p {
    text-indent: 35px;
}
.podpisaniContainer{
    background:url('/assets/img/pod_list.jpg');
    font-family: 'Alegreya', serif;
    font-size:19px;
    padding-top:20px;
    padding-bottom:45px;
}
.overLogoText {
    font-family: 'Alegreya', serif;
    font-size: 35px;
    font-weight: bold;
    margin: 5px auto;
    line-height: 40px;
}
.dz1 .overLogoText {
    font-family: 'Alegreya', serif;
    font-size: 80px;
    margin: auto;
    margin-top:40px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
/*#cpBox input[type="radio"]{
    display:none;
}*/
#cpBox input[type="radio"] {
    position: absolute;
    z-index: -99999;
}
.defaultPriceBox{
    cursor:pointer;
    padding:5px;
    background:#ffffff;
    border:1px solid #d4d4d4;
    border-radius:0;
    -webkit-box-shadow: 0 0 3px 0 #d1d1d1 inset;
    -moz-box-shadow: 0 0 3px 0 #d1d1d1 inset;
    box-shadow: 0 0 3px 0 #d1d1d1 inset;
    font-weight:bold;
}
.newPriceBox{
    cursor:pointer;
    padding:4px;
    background:#ffffff;
    border:1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 3px 0 #d1d1d1 inset;
    -moz-box-shadow: 0 0 3px 0 #d1d1d1 inset;
    box-shadow: 0 0 3px 0 #d1d1d1 inset;
    outline:none;
    border-radius:0;

}
.newPriceBox input:focus{
    outline:none;
}
.newPriceBox.active input::placeholder{
    color:transparent;
    text-align: center;
}
.newPriceBox input{
    color:#000000;
}
.newPriceBox.active input:focus::placeholder{
    text-align: center;
}
.newPriceBox.active input::-webkit-input-placeholder { color:transparent; }
.newPriceBox.active input:-moz-placeholder { color:transparent; }
.newPriceBox input{
    cursor:pointer;
    background:transparent;
    border:none;
    text-align: center;
    font-weight:bold;
}
.defaultPriceBox.active, .newPriceBox.active{
    background:#C71F12;
    color:#ffffff;
    font-weight:bold;
}
.newPriceBox.active input{
    background:#ffffff;
}
input.redButton{
    border:none;
    outline:none;
    width:100%;
}
.dz2Container{
    margin-top:30px
}
.giodoText{
    font-size:11px;

}

.wesprzyjContainer{
    /*    background:url('/assets/img/pod_list.jpg');*/
    font-family: 'Alegreya', serif;
    font-size:19px;
    padding-top:30px;
    padding-bottom:30px;
}
.wesprzyjFormBox{
    margin:15px auto;
    background:url('/assets/img/pod_list.jpg');
}
.wesprzyjFormBox .redHeader{
    margin:15px auto;
}
.redHeader{
    color:#C71F12;
    font-weight:bold;
    font-size:20px;
}
.dzContainer .topTextDz{
    text-indent: 0;
}
.separateBoxL{
    padding-right:0;
    padding-left:5px;
}
.separateBoxR{
    padding-right:5px;
    padding-left:0px;
}
.podpis{
    max-width:200px;
}
.dzContainer .signBox{
    margin:25px auto;
}
.dzContainer .signBox p {
    margin: 0;
}
.counter{
    font-family: 'Myriad Pro Regular';
    background: url(/assets/img/licznik2.png);
    width: 230px;
    height: 88px;
    color: #ffffff;
    padding: 15px 25px;
    line-height: 20px;
    font-size:19px;
}
.counter .countAmount{
    font-size:28px;
}
.actionDesc p {
    font-size: 17px;
}
.lastSignContainer{
    padding:30px 0;
    font-family: 'Alegreya', serif;
    font-size:17px;
    line-height: 17px;
}
.lastSignContainer .redHeader{
    margin:25px auto;
}
.lastSignList{
    margin:15px auto;
}

.lastSignItem{

}

.lastSignItem::after {
    content: '*';
    display: block;
    text-align: center;
    margin: 8px auto 0px auto;
}
.lastSignItem:last-child:after { 
    content: "";
}
.lastSignDate {
    margin-right: 20px;
    width: 30%;
    display: block;
    float: left;
}
.signedPersonsList{
    font-size:17px;
}
.podpisaniContainer .redHeader{
    font-size:24px;
    margin:10px auto;
}
.wesprzyjFormBox input, .wesprzyjFormBox select{
    border-radius:0;
    outline:none;
}
.wesprzyjFormBox .defaultPriceBox, .wesprzyjFormBox .newPriceBox{
    margin:15px auto;
}
.home span.glyphicon.glyphicon-home{

}
.fb-like.fb_iframe_widget {
    position: fixed;
    right: 0;
    top: 265px;
}
.actionDesc p {
    font-size: 15.5px;
}
.wesprzyjFormBox .giodoText {
    padding: 70px 0;
    text-align: justify;
}
.dz1 .topLogoText{
    padding: 60px 0 10px 0 ;
}
.dz2 .overLogoText{
    font-size:45px;
    line-height:45px
}
.videoBox{
    margin-top:170px;
}
.podpisaniContainer .redHeader.videoRedHeader{
    font-size:21px;
}
.videoPlaceholder{
    margin:10px auto;
    cursor:pointer;
}
.videoPlaceholder img{
    margin:10px auto;
}
.podpisaniContainer .redHeader.podpisaniHeader{
    font-size:32px;
    margin:20px auto;
}
.videoNameBox{
    font-size:18px; 
    font-weight:bold
}
a#closeVideo {
    cursor: pointer;
    color: #d31111;
    font-size: 30px;
    right: 1%;
    position: absolute;
    top: 5%;
}
.napisaliPage hr {
    color: transparent;
    background: transparent;
    border-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}
.mediaInfoBox{
    background: rgba(239,224,208, 0.4);
    padding:10px;
}
.mediaInfoBox:nth-child(2n){
    background: rgba(252,249,245, 0.4);
}
.videoNapisali{
    margin:25px auto;
}
.signedPersonsList b{
    font-size:20px;
}
.formMask {
    background: rgba(199, 31, 18, 0.8);
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: Myriad Pro;
    font-size: 32px;
    text-align: center;
    padding: 26px;
}
.formMaskText{
    margin-top:20px;
    font-size:20px;
}
.formMaskText a{
    text-decoration: none;
    text-decoration: underline;
    color:#ffffff;
    font-weight:bold;
}
.absBox4 {
    position: absolute;
    width:60px;
    height: 41px;
    background: url(/assets/img/play.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    left: calc(50% - 30px);
    top: calc(50% - 20.5px);
}
.videoPlaceholder:hover > .absBox4{   
    background-position: 0px -41px;
}
/*@media queries*/
@media only screen and (max-width: 1200px) {
    .topLogoText {
        font-size:82px;
    }
    .fb-like.fb_iframe_widget {
        position: fixed;
        left: 0;
        top: 7%;
        z-index:9999
    }
}
@media only screen and (max-width: 992px) {
    .separateBoxL{
        padding-right:15px;
        padding-left:15px;
    }
    .separateBoxR{
        padding-right:15px;
        padding-left:15px;
    }
    .absBox {
        top: 120px;
        margin: auto;
        margin-top: auto;
        margin-bottom: auto;
        display: block;
        width: 300px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .topLogoText {
        margin: auto;
        float: none;
    }
    .topText{
        text-align: center;
        margin-bottom:10px;
    }
    .redButton {
        float: none !important;
    }
    .shareFBbutton{
        display:none;
    }
    .videoBox{
        margin-top:15px;
    }
}
@media only screen and (max-width: 600px) {
    .topLogoText {
        font-size: 45px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 50px) {
    .topLogoText {
        font-size:calc(50% - 100px);
    }
}