
* {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

h2, .h2 {
    font-size: 30px !important;
    line-height: 37px;
    font-weight: bold;
    color: #4d4f51;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

h3, .h3 {
    font-size: 26px !important;
    line-height: 37px;
    font-weight: bold;
    color: #4d4f51;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 20px !important;
    /*line-height: 37px;*/
    font-weight: bold;
    color: #4d4f51;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

h5, .h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4d4f51;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

a, input, button {
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

html {
    min-height: 100%;
}

.centered {
    text-align: center;
}

/*lp ////////////////////////////////////////////////////*/

.lp_header {
    padding: 10px 0;
    border-bottom: 1px solid #e4e6e7;
}

.headcontainer .col-lg-12 .top_mlogo div,
.lp_header .col-lg-12 div {
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;

}

.headcontainer .col-lg-12 .top_mlogo div {
    top: auto;
    right: 15px;
}

.headcontainer .col-lg-12 .top_mlogo div p {
    margin: 0;
    font-size: 34px;
    color: #000;
}

.lp_header .col-lg-12 div p {
    margin: 0 15px 0 0;
    font-size: 36px;
}

.txt_blue {
    color: #034b96 !important;
    font-weight: bold;
}

.btn.btn-default {
    width: 130px !important;
    height: auto !important;
}

.btn.btn-default {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: solid 2px #004c97;
    background: transparent;
    color: #004c97;
    padding: 3px 16px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.btn.btn-default:hover {
    color: #ffffff;
    border-color: #004c97;
    outline: solid 0px #004c97;
    background: #004c97;
}

.btn.btn-default:after {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: 1px;
    content: "\00a0 \00a0 \f105";
}

.bezo_brd {
    border-bottom: 1px solid #e4e6e7;
}

.footer {
    background: #f0f0f0;
    padding: 20px;
    overflow: hidden;
}

.footer p {
    font-size: 10px;
    color: #98a3a8;
    margin-bottom: 0;
    font-weight: bold;
}

.footer .logo_footer {
    float: right;
}

.footer span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-top: 15px;
    display: block;
}

.footer .inline_block {
    display: inline-block;
}

.footer .col-sm-12.col-md-8.col-lg-8 p {
    margin-left: 15px;
}

.mobile_show {
    display: none !important;
}

.prize_name p {
    margin: 0;
}

.modal {
    top: 120px;
}

@media screen and (max-width: 991px) {

    .bezo_brd {
        border-bottom: none;
    }

    .content_header p br {
        display: none;
    }

    .footer .logo_footer {
        float: left;
        margin: 10px 0;
    }

    .footer p br {
        display: none;
    }

    .desktop_show {
        display: none !important;
    }

    .mobile_show {
        display: inline-block !important;
    }

    .white-box {
        position: static;

    }

}

@media screen and (max-width: 767px) {

    h2, .h2 {
        font-size: 21px !important;
        line-height: 1.2;
    }

    h3, .h3 {
        font-size: 18px !important;
        line-height: 1.2;

    }

    h4, .h4 {
        font-size: 16px !important;
    }

    h5, .h5 {
        font-size: 14px !important;
    }

}

/*teaser*/

.teaser-content-header {
    padding: 20px 0;
    background: url(../images/bg_top_2.jpg) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    margin-top: 90px;
    position: relative;
}

.teaser-counter-wrapper {
    padding: 20px 0;
    background: #f0f0f0;
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    top: -90px;
}

.teaser-counter-wrapper .counter-intro {
    text-align: right;
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4f51;
    font-weight: bold;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.teaser-counter-single {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.teaser-counter-single .number-container {
    width: 100px;
    height: 100px;
    border: 2px solid #98a3a8;
    color: #98a3a8;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}

.teaser-counter-single .teaser-counter-text {
    text-transform: uppercase;
    color: #4d4f51;
    font-size: 17px;
    float: left;
}

.teaser-counter-single img {
    display: block;
    margin: 0 10px;
}

.mt90 {
    margin-top: 90px;
}

.teaser-slide .desc {
    font-size: 17px;
    color: #4d4f51;
}

.teaser-slider .slick-dots li button:before {
    font-size: 16px;
}

.teaser-right-panel {
    font-size: 16px;
    padding: 30px 20px;
    background: #f7f7f7;
}

.teaser-right-panel .intro {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.teaser-right-panel .teaser-list {
    margin-left: 30px;
    margin-bottom: 30px;
}

.teaser-right-panel .teaser-list-header {
    margin: 25px 0;
}

.invitation .h3.txt_blue {
    text-align: center;
}

.invitation .btn {
    font-size: 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 30px 0 10px 0;
    width: 220px !important;
    height: 50px !important;
    line-height: 40px;
}

.invitation .btn.btn-default:after {
    font-size: 21px;
    top: -1px;
}

.profit_halfbox {
    width: 50%;
    color: #fff;
    font-size: 16px;
    padding: 60px;
    float: left;
}

.profit_halfbox h3 {
    color: #fff;
}

.row_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.col_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
}

.profit_halfbox:first-child {
    background: #034b96;
}

.profit_halfbox:nth-child(2) {
    background: url(../images/teaser_halfbox.jpg) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.profit_halfbox h2 {
    margin: 0 0 35px 0;
}

.profit_halfbox ul {
    margin: 0 0 0 20px;
}

.profit_bg {
    margin-top: 35px;
    padding-bottom: 30px;

}

.gradient-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(58%, white), color-stop(42%, #f0f0f0));
    background-image: -webkit-linear-gradient(top, white, white 58%, #f0f0f0 42%);
    background-image: -moz-linear-gradient(top, white, white 58%, #f0f0f0 42%);
    background-image: -o-linear-gradient(top, white, white 58%, #f0f0f0 42%);
    background-image: linear-gradient(to bottom, white, white 58%, #f0f0f0 42%);
}

.counter-separator {
    display: none;
}

.profit_halfbox.not-logged {
    padding: 20px 25px;
}

.profit_halfbox.not-logged:nth-child(2) {
    background: url(../images/img_halfbox.jpg) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.profit_halfbox.not-logged ul {
    margin-bottom: 15px;
    font-size: 17px;
    margin-left: 25px;
}

.profit_halfbox.not-logged ul li {
    padding-left: 20px;
    margin-top: 5px;
}

.profit_halfbox.not-logged h3 {
    margin: 0;
}

.profit_bg.not-logged {
    padding: 0;
}

.btn.btn-default.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn.btn-default.white:hover {
    background: #fff;
    color: #004c97;
}

.btn.btn-default.white:after {
    color: #fff;
}

.btn.btn-default.white:hover:after {
    color: #004c97;
}

.join {
    margin: 25px 0 50px 0;
}

.slider-border {
    border: 2px solid #e4e6e7;
    background: #fff;
    padding-bottom: 30px;
}

.product-slider {
    padding: 15px 0;
}

.product-slider .single-product {
    padding: 15px;
}

.product-slider .slick-next:before {
    content: '';
    background: url(../images/slider-arrow.png) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 13px;
    height: 53px;
    display: block;
}

.product-slider .slick-prev:before {
    content: '';
    background: url(../images/slider-arrow.png) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 13px;
    height: 53px;
    display: block;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.product-slider .single-product a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 2px solid #e4e6e7;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

.product-slider .single-product img {
    margin: 0 auto;
}

.product-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.product-slider .slick-next {
    right: 20px;
}

.product-slider .slick-prev {
    left: 20px;
}

@media screen and (max-width: 1199px) {
    .br-medium-hide {
        display: none;
    }

    .teaser-counter-single .number-container {
        width: 70px;
        height: 70px;
        font-size: 36px;
    }

    .mt90 {
        margin-top: -50px;
    }

    .teaser-counter-wrapper {
        padding: 20px 15px;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .row-flex, .row_flex {
        display: block;
    }

    .teaser-counter-wrapper .counter-intro {
        text-align: left;
    }

    .teaser-slider .slick-slide img {
        width: 100%;
    }

    .teaser-right-panel {
        margin-top: 20px;
    }

    .profit_halfbox {
        width: 100%;
        padding: 30px;
    }

    .profit_halfbox:nth-child(2) {
        height: 280px;
        background-position-x: 67%;
        background-position-y: 36%;
    }

}

@media screen and (max-width: 767px) {
    .lp_header p {
        display: none;
    }

    .teaser-counter-single {
        width: 100%;
        -webkit-box-pack: baseline;
        -webkit-justify-content: baseline;
           -moz-box-pack: baseline;
            -ms-flex-pack: baseline;
                justify-content: baseline;
        margin: 10px 0;
    }

    .counter-separator {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .teaser-counter-wrapper .counter-intro {
        font-size: 17px;
    }
}

/*teaser2*/
.modal .control-label {
    font-weight: bold;
    font-size: 17px;
    color: #98a3a8;
}

.modal .modal-body p {
    color: #4d4f51;
    font-size: 17px;
    font-weight: 600;
}

.modal .modal-body {
    background: #ededed;
}

/*.modal .modal-body .form_link {*/
/*font-size: 12px !important;*/
/*}*/
.white-box input,
.modal input[type=text],
.modal input[type=password],
.modal textarea,
.modal select {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    background: #fff;
    border: none;
    margin: 5px 0;
    color: #98a3a8;
}

.modal .checkbox {
  margin-left: 0px;
}

.bg_ligth_grey {
    background: #ededed;
}

.modal .modal-dialog {
    width: 810px;
}

.modal .close-modal:after {
    font-family: FontAwesome;
    content: "\f05c";
    font-size: 28px;
    color: #98a3a8;
}

.modal .close-modal {
    position: absolute;
    right: 15px;
    top: 5px;
}

.modal a.close-modal:hover {
    text-decoration: none;
}

.modal-header {
    padding: 0;
    overflow: hidden;
    border-bottom: none;
}

.mb20 {
    margin-bottom: 20px;
}

.btn-group .btn.btn-default.btn-right {
    margin-left: 30px;
}

.btn-group {
    margin-left: 15px;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before {
    color: #7b7c7e;
    opacity: 1;
}

.slick-dots li button:focus {
    outline: none;
    color: #7b7c7e;
    opacity: 1;
}

.slick-dots li button:hover {
    opacity: .2;
}

.teaser-slider .slick-list {
    width: 100%;
}

.footer .col-sm-12.col-md-8.col-lg-8 p {
    margin-left: 15px;
}

.footer .col-sm-12.col-md-8.col-lg-8 p.inline_block.no_margin_left {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .modal .modal-dialog {
        width: 95%;

    }

    .btn-group .btn.btn-default.btn-right {
        margin-left: 10px;
    }
}

@media screen and (max-width: 335px) {
    .btn-group .btn.btn-default.btn-right {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*niezalogowany*/
.teaser-content-header.not-logged {
    margin: 0;
}

.content-header {
    padding: 20px 0;
    background: url(../images/bg_top_2.jpg) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;
}

.full_width_divider {
    height: 1px;
    background: #e4e6e7;
    position: absolute;
    top: 144px;
    width: 100%;
    z-index: 1;
}

@media(max-width: 1200px){
  .full_width_divider {
    display:none;
  }
}

.teaser-slider .teaser-slide-caption p {
    font-size: 17px;
}

.teaser-slide-caption {
    position: relative;
}

.teaser-slide-caption .desc {
    position: absolute;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.teaser-slide-caption .desc .h3 {
    margin: 0 0 5px 0;
}

.teaser-slide-caption .desc p {
    margin: 0 0 5px 0;
}

.headcontainer .full_width_divider {
    top: 65px;
    left: 0;
}

.teaser-slider.not-logged .slick-slide img {
    width: 100%;
}

.teaser-slider.not-logged .slick-dots {
    bottom: 15px;
    width: auto;
    right: 15px;
}

.login_panel {
    width: 350px;
    background: #f7f7f7;
    position: absolute;
    padding: 20px;
    /* right: 15px; */
    z-index: 2;
}

.login_panel h4 {
    font-size: 20px;
    font-weight: bold;
    color: #4d4f51;
    margin: 5px 0;
}

.login_panel p {
    font-size: 16px;
    color: #98a3a8;
    margin-bottom: 5px;
}

.login_panel input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    background: #fff;
    border: none;
}

.login_panel label {
    font-weight: bold;
    font-size: 16px;
    color: #98a3a8;
}

.login_panel .txt_blue {
    text-decoration: underline;
    float: right;
    margin-top: 5px;
}

.login_panel .divider {
    margin: 15px 0;
    display: block;
    height: 1px;
    background: #e4e6e7;
}

.not-logged .login_panel {
    right: 15px;
}

.panel_height {
    width: 350px;
    position: absolute;
    right: 15px;
}

.rule {
    width: 31%;
    float: left;
    position: relative;
    z-index: 2;
}

.rule:nth-child(2) {
    margin: 0 3.5%;
}

.rule_header {
    background: #e4e6e7;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #4d4f51;
}

.rule_content {
    padding: 0 15px;
    margin: 15px 0;
}

.rule_content p {
    color: #4d4f51;
    font-size: 17px;

}

.rule_content span {
    display: block;
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.rule_header .rule_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.rule_header .rule_icon img {
    float: left;
}

.rule_header .rule_icon div p {
    margin: 0 0 0 25px;
}

.rule_header .rule_icon div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.m35 {
    margin: 30px 0;
}

.btn.wide-auto {
    width: auto !important;
}

.slider-border h3 {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .panel_height {
        right: auto;
        width: 295px;
    }

    .login_panel {
        width: 290px;
        background: #f7f7f7;
        position: absolute;
        padding: 20px 10px;
        /* right: 15px; */
        z-index: 2;
    }

    .product-slider .single-product img {
        margin: 0 auto;
        width: 130px;
    }

    .rule_header .rule_icon div p {
        margin: 0 0 0 15px;
    }

}

@media screen and (max-width: 991px) {
    .login_panel {
        display: block !important;
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .panel_height {
        right: auto;
        width: 100%;
        position: static;
        height: auto !important;
    }

    .rule_header {
        font-size: 14px;
    }

    .rule_header br {
        display: none;
    }

    .rule_header .rule_icon img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .login_panel p {
        margin-bottom: 20px !important;
    }

    .rule {
        width: 100%;
    }

    .rule:nth-child(2) {
        margin: auto;
    }

    .rule_content {
        margin: 15px 0 0 0;
    }

    .rule_content span {
        margin: 10px 0 20px 0;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {

    .product-slider .slick-next {
        right: 0;
    }

    .product-slider .slick-prev {
        left: 5px;
    }
}

/*nagrody*/
.content-header .header-text {
    margin: 20px 0;
}

.content-header h3 {
    margin: 0 0 20px 0;
}

.content-header .content-txt {
    font-size: 17px;
}

.news_list {
    padding: 40px 20px;
}

.news_list .news_date {
    color: #cbd1d6;
    font-size: 11px;
    margin: 0;
}

.news_list .news_title {
    font-size: 17px;
    margin: 15px 0;
    text-transform: uppercase;
}

.news_list .news_title {
    margin: 0
}

.news_list .news_teaser {
    font-size: 17px;
    color: #4d4f51;
    margin: 5px 0 45px 0;
    /*width: 95%;*/
}

.news_list .col_flex .btn {
    position: absolute;
    bottom: 0;
}

.news_list .news_img img {
    min-height: 198px;
}

.news_list .divider {
    margin: 25px 0;
}

.rules2 .news_title {
    margin: 10px 0;
}

.rules2 .news_teaser {
    margin: 0;
}

.rules2 {
    background: #034b96;

}

.rules2 .news_title,
.rules2 .news_teaser {
    color: #fff !important;
}

.surprise {
    padding-bottom: 20px;
}

.surprise .txt_blue {
    padding-bottom: 10px;
}

.surprise p {
    color: #4d4f51;
    font-size: 17px;
}

.panel_height .login_panel {
    right: auto;
}

.login_panel.is_stuck {
    right: auto;
    /* top: 80px !important; */
}

@media screen and (max-width: 991px) {

    .news_list .news_img img {
        min-height: inherit;
        /*margin: 0 auto 15px auto;*/
    }

    .news_list .col_flex .btn {
        position: static;
    }

    .news_list {
        padding: 40px 0;
    }
}

/*zasady*/

.single-policy {
    font-size: 17px;

}

.single-policy .policy-img {
    float: left;
}

.single-policy .policy-header {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.single-policy .policy-text {
    margin-left: 20px;
}

.news_list .row-flex .btn {
    position: absolute;
    bottom: 0;
}

.policy-prize-list-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

.policy-prize-list {
    font-size: 17px;
    margin-left: 20px;
}

.blue-banner {
    padding: 25px;
    background: #034b96;
    color: #fff !important;
    margin-bottom: 30px;
}

.blue-banner .centered {
    font-size: 26px;
}

.blue-banner .centered span {
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {

    .news_list .row-flex .btn {
        position: static;
    }
}

/*faq*/

.faq .panel .panel-collapse {
    font-size: 16px;
}

.faq .panel-group {
    font-size: 17px;
}

.faq .panel-group .txt_blue {
    font-weight: bold;
    text-transform: uppercase;
}

.panel-group .panel-title a {
    text-transform: none;
}

.faq .panel-group .panel-title {
    font-weight: bold;

}

.faq .panel-group .panel-body {
    font-size: 17px;
    padding: 5px 0;
}

.faq .panel-group .panel {
    border-bottom: 1px solid #c0c1c2;
    padding: 10px 0;
}

.faq .panel-group .panel-title a:after {
    font-size: 24px;
    font-weight: bold;
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 10px;
    bottom: -4px;
}

.faq .panel-group .panel-title a:hover,
.faq .panel-group .panel-title a:active,
.faq.panel-group .panel-title a:focus {
    text-decoration: none;
}

.faq .panel-group .panel-title {
    position: relative;
    font-size: 16px !important;
}

.faq .panel-group .panel-title a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 90%;
    font-size: 17px;
}

a.rotated:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

/*kontakt*/
.contact_form .row_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact_form .col_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact_form input,
.contact_form textarea,
.contact_form select {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    background: #fff;
    border: none;
    margin: 5px 0;
    color: #98a3a8;
}

.contact_form textarea {
    height: 110px;
}

.contact_form label {
    font-weight: bold;
    font-size: 17px;
    padding: 7px 0;
    margin: 0;
    float: right;
}

.form-horizontal .control-label {
    padding-top: 15px;

}

.form-group {
    margin-bottom: 0;
}

.contact {
    padding: 0 0 10px 0;
}

.mb20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contact_form .row_flex {
        display: block;
    }

    .contact_form .col_flex {
        display: block;

    }

    .contact_form label {
        float: none;
    }

    .team_members {
        margin-top: 15px !important;
    }

    .contact .team {
        padding-bottom: 20px;
    }

    .contact .distributors {
        margin: 20px 0;
        border: none !important;
    }

    .bezo_brd_right {
        padding-top: 0;
        padding-bottom: 0;

    }

    .teaser-slide-caption .desc {
        position: static;
    }

}

/*modal*/
.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-left: -1px;
    width: 85%;
}

.breadcrumb > li {
    display: inline-block;
    width: 25%;
    float: left;
}

.breadcrumb > li + li:before {
    padding: 0;
    display: none;
}

.breadcrumb li a {
    text-decoration: none;
    padding: 17px 0 10px 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    color: #98a3a8;
    z-index: 2;
    text-transform: uppercase;
    min-height: 52px;
    font-weight: bold;
    font-size: 11px;
}

.breadcrumb li:first-child a {
    padding-left: 0;
    background: #efefef;
}

.breadcrumb li:first-child a:after {
    background: #efefef;
}

.breadcrumb li.active a:after {
    background: #efefef;
}

.breadcrumb li:last-child a {
    padding-right: 15px;
}

.breadcrumb li a:after {
    content: '';
    display: block;
    height: 54px;
    width: 54px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: absolute;
    right: -15px;
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: -1;
}

.breadcrumb li.active a {
    background: #285093;
    width: 100%;
    color: #fff;
    padding-left: 10px;
}

.breadcrumb li.active a:before {
    font-family: FontAwesome;
    content: "\f05d";
    font-size: 18px;
    color: #aad72e;
    position: absolute;
    left: 22px;
    font-weight: 100;
    top: 16px;
}

.breadcrumb li.active a:after {
    background: #285093;
}

.breadcrumb li.active + li {
    background: #efefef;
}

.breadcrumb li.next_step {
    background: #efefef;
}

.breadcrumb li.next_step a {
    color: #4d4f51;
}

.breadcrumb li.next_step a:after {
    background: #efefef;
}

.breadcrumb li.active.prev_step a:after {
    background: transparent;
    z-index: 3;
    right: 12px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.no-margin {
    margin: 0;
}

.hide480 {
    display: block;
}

.show480 {
    display: none;
}

@media screen and (max-width: 767px) {
    .modal .modal-dialog {
        width: 95%;

    }

    .breadcrumb li a {
        text-decoration: none;
        padding: 14px 0 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .hide480 {
        display: none;
    }

    .show480 {
        display: block;
    }
}

/*register*/
.form_breadcrumb {
    height: 52px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.form_breadcrumb .breadcrumb {
    width: 96%;
}

.form_breadcrumb .breadcrumb > li {
    width: 25%;
}

.form_breadcrumb .breadcrumb li.active a:before {
    right: 190px;
    top: 14px;
}

.form-register .register-title {
    /*width: 180px;*/
    text-align: right;
}

.form-register .register-title .control-label {
    padding-top: 7px;
}

.form-register .register-title label {
    color: #98a3a8;
}

.form-register .register-data {
    color: #4d4f51;
    font-weight: bold;
}

.form-register .register_tip {
    font-size: 13px !important;
}

.divider {
    width: 100%;
    height: 1px;
    background: #e4e6e7;
    margin: 45px 0 0 0;
}

.checkbox {
    margin-left: 15px;
}

.checkbox label {
    color: #98a3a8;
    font-size: 11px;
}

h2.agree {
    margin-bottom: 25px !important;
}

.form_breadcrumb {
    background: rgba(40, 79, 147, 1);
    background: -moz-linear-gradient(left, rgba(40, 79, 147, 1) 0%, rgba(40, 79, 147, 1) 1%, rgba(40, 79, 147, 1) 35%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40, 79, 147, 1)), color-stop(1%, rgba(40, 79, 147, 1)), color-stop(35%, rgba(40, 79, 147, 1)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(40, 79, 147, 1) 0%, rgba(40, 79, 147, 1) 1%, rgba(40, 79, 147, 1) 35%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(40, 79, 147, 1) 0%, rgba(40, 79, 147, 1) 1%, rgba(40, 79, 147, 1) 35%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 79, 147, 1)), color-stop(1%, rgba(40, 79, 147, 1)), color-stop(35%, rgba(40, 79, 147, 1)), color-stop(43%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(40, 79, 147, 1) 0%, rgba(40, 79, 147, 1) 1%, rgba(40, 79, 147, 1) 35%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f93', endColorstr='#ffffff', GradientType=1);
}

.form-register hr {
    margin-bottom: 10px;
}

.btn.btn-collapse {
    float: left;

}

.btn.btn-collapse:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    top: -3px;
}

.btn-desc {
    font-size: 14px;
    color: #98a3a8;
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
}

.pseudoname {
    margin-bottom: 30px;
    color: #000;
}

.form-group.row {
    margin-bottom: 30px;
}

.margin-left-10 {
    margin-left: 50px;
}

.fs17 {
    font-size: 17px;
}

#row-oddzial {
    margin-bottom: 10px;
}

.two-line-label {
    padding-top: 0 !important;
}

.dealer-list {
    border-left: 2px solid #e4e6e7;
    width: 100%;
    padding-left: 30px;
}

.single-dealer {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e6e7;
}

.delete-ico {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 3%;
}

.delete-button a {
    color: #9e0b0f;
}

.delete-button {
    color: #9e0b0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    float: left;
    padding: 0 30px 0 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 15%;
    text-transform: uppercase;
}

.dealer-name {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 85%;
}

.btn.big-red {
    width: 100% !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: red;
    border: red;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 26px;
}

.btn.big-red:after {
    font-size: 30px;
}

.btn.big-red:hover {
    background: red;
    border: red;
}

input[type=checkbox] {
    margin: 2px 0 0 0px;
    margin-top: 1px \9;
    line-height: 1;
}

.choose-dealer {
    text-transform: uppercase;
    font-size: 17px;
    color: #a6afb4;
    font-weight: normal;
    margin-bottom: 20px;
}

.txt_blue.fs17 {
    margin-bottom: 40px;
}

.dblock {
    display: block;
}

.btn.dblock {
    margin: 10px 0;
}

.scroll-btn {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background: #034b96;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .dealer-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .form_breadcrumb .breadcrumb li.active a:before {
        display: none;
    }

    .form-register .register-title {
        text-align: left;
    }

}

@media screen and (max-width: 480px) {
    .form-register .register-title {
        text-align: left;
    }

    .form_breadcrumb .breadcrumb li a {
        padding: 15px 0 10px 20px;
    }

}

/*modale*/
@media screen and (min-width: 1170px) {
    .green-modal .modal-dialog {
        width: 1142px;
    }
}

@media screen and (max-width: 1169px) {
    .green-modal .modal-dialog {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .breadcrumb li.active a:before {
        display: none;
    }

    .green-modal .breadcrumb {
        width: 87% !important;
    }
}

.green-modal .modal-body {
    background: #a3d232;
    color: #fff;
}

.green-modal h1 {
    font-size: 40px;
    margin: 20px 0;
    color: #fff;
}

.green-modal .modal-body p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 25px;
}

.green-modal .breadcrumb {
    width: 92%;
}

.green-modal .breadcrumb li.active a:before {
    left: 62px;
}

.reset_password_desc {
    font-size: 12px !important;
    position: relative;
    top: -5px;
}

@media screen and (max-width: 767px) {

    .green-modal .modal-dialog {
        width: 95%;
    }

}

/*zalogowany*/

.nagroda-slider .slick-dots li button:before {
    font-size: 16px;
}

.nagroda-slider .slick-dots {
    width: auto;
    right: 15px;
    bottom: 35px;
}

.counter-wrapper {
    padding: 5px 0 20px 0;
    width: 100%;
    margin: 0 auto;
}

.counter-wrapper .counter-intro {
    text-align: right;
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4f51;
}

.counter-single {
    float: left;
    margin-right: 32px;
    position: relative;
}

.counter-single .number-container {
    width: 60px;
    height: 60px;
    border: 2px solid #98a3a8;
    color: #98a3a8;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.counter-single .teaser-counter-text {
    text-transform: uppercase;
    color: #4d4f51;
    font-size: 12px;
    text-align: center;
}

.counter-single img {
    display: block;
}

.horizontal-separator {
    position: absolute;
    margin: 0;
    top: 50%;
    right: -35px;
}

.counter-single.no-margin {
    margin-right: 0 !important;
}

.right-panel-counter {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 244px;
}

.counter-wrapper {
    font-size: 17px;
    color: #4d4f51;
    text-transform: uppercase;
    text-align: center;
}

.login_panel .logged .counter-wrapper p.counter-header {
    margin-bottom: 20px !important;
    color: #4d4f51;
}

.login_panel .logged .txt_blue {
    float: none;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0 !important;
}

.login_panel .logged p {
    margin: 0 !important;
}

.login_panel .logged p span {
    text-transform: uppercase;
}

/*.login_panel .logged .btn_group .btn {*/
/*margin: 0;*/
/*}*/
/*.login_panel .logged .btn_group {*/
/*margin: 20px 0 0 0;*/
/*}*/

/*.login_panel .logged .btn_group .btn.right_btn {*/
/*float: right;*/
/*}*/

.login_panel .logged p.big-text {
    color: #4d4f51;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px !important;
}

.divider.white {
    background: #fff !important;
    margin: 10px 0;
    /*width: calc(100% - 15px);*/
}

.content-header .row-flex .btn {
    position: absolute;
    bottom: 0;
}

.btn_group .btn {
    margin: 0;
}

.login_panel .logged .btn_group {
    margin: 20px 0 0 0;
}

.btn_group .btn.right_btn {
    float: right;
}

.content-header .row h3 {
    margin-bottom: 15px;
}

/*modal*/
.distributor {
    font-size: 17px;
    color: #4d4f51;
    padding: 5px 10px;
    border-top: 1px solid #d9d9d9;
}

.distributor:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.distributor p {
    margin: 0;
    font-weight: bold;
    display: inline-block;
    width: 90%;
}

.distributor img {
    float: right;
}

.legend-wrapper {
    margin: 20px 0;
}

.legend img {
    float: left;
    margin: 4px 10px 0 0;
}

img.imported-ico {
    margin: 6px 10px 0 2px;
}

.distributor img.imported-ico {
    margin: 4px 0 0 0;
}

/*nagrody zalogowany*/
.news_list.logged-in .news_teaser {
    margin: 0;
}

.login_panel.reset-pos {
    top: auto !important;
}

.panel_height.move-panel {
    top: -70px;
}

.content-header .prize-date {
    margin-top: -20px;
}

.news_list.single-prize .btn {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 991px) {

    .news_list.single-prize .btn {
        position: static;
    }
}

/*pojedynczy news*/
.image-overlay {
    position: relative;
    width: 160px;
    height: 160px;

}

.image {
    display: block;
    width: 160px;
    height: 160px;
}

.overlay {
    position: absolute;
    top: -64px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    width: 160px;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(34, 91, 158, 0.7);
}

.image-overlay:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    top: 50px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.centered .image-gallery {
    padding-right: 15px;
    padding-top: 10px;
}

.lb-nav a.lb-next {
    background: url(../images/next.png) right 48% no-repeat;
}

.lb-nav a.lb-prev {
    background: url(../images/prev.png) left 48% no-repeat;
}

.lb-data .lb-close {
    background: url(../images/close.png) top right no-repeat;
}

.single_news {
    padding: 25px 0;
}

.single_news .news_img {
    margin-bottom: 10px;
}

.single_news p {
    margin-top: 10px;
    font-size: 17px;
}

.single_news .centered {
    margin: 20px 0 35px 0;
}

.content-header .news_date {
    margin-bottom: -10px;
    color: #98a3a8;
}

.rules2 .news_img_big {
    height: 260px;
}

.rules2 .news_img_big {
    background: url(../images/news_list_5_big.jpg) center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.prizes_catalog .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding: 0 5px;
}

@media screen and (max-width: 1199px) {
    .rules2 .news_img_big {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {

    .content-header .news_date {
        margin-bottom: 0;
    }

    .rules2 .news_img_big {
        width: 254px;
        height: 173px;
    }

    .rules2 {
        background: none;
    }

    .rules2 .news_title,
    .rules2 .news_teaser {
        color: #4d4f51 !important;
    }

    .prizes_catalog .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
        padding: 0 15px;
    }
}

.prizes_catalog {
    padding: 30px 0;
}

.prizes_catalog .prize_box {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e4e6e7;
    margin-bottom: 10px;
}

.prizes_catalog .prize_name {
    padding: 10px;
    /* background: #e4e6e7; */
    min-height: 85px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
}

.prizes_catalog .prize_name .h5 {
    margin: 0;
    min-height: 38px;
}

.prizes_catalog .prize_name a {
    color: #000
}

.prizes_catalog .prize_img img {
    margin: 0 auto;
    width: 80%;
}

.prizes_catalog .prize_points {
    display: block;
    font-size: 14px;
    color: #4d4f51;
    font-weight: bold;
    /* padding: 10px; */
    text-align: center;
}

.prize_icons a:hover {
    text-decoration: none;
}

.prizes_catalog .prize_points p {
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 0;
}

.prizes_catalog .prize_points p span {
    font-size: 12px !important;
}

.prizes_catalog .prize_icons {
    text-align: right;
    margin-bottom: 10px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    color: #4d4f51;
    padding: 12px 24px;
}

.nav-tabs > li > a:hover {
    border-color: #fff;
    color: #4d4f51;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #fff;
    color: #4d4f51;
    font-weight: bold;
}

.nav-tabs-top {
    margin-top: 25px;
}

.content-header.with-tabs {
    padding: 20px 0 0 0;
}

.white-box {
    padding: 28px 25px;
    background: #f7f7f7;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-39%);
       -moz-transform: translateY(-39%);
        -ms-transform: translateY(-39%);
         -o-transform: translateY(-39%);
            transform: translateY(-39%);
}

.white-box h4 {
    font-size: 17px !important;
}

.header_table .divider.white {
    margin: 5px 0;
}

.content-header .row-flex .white-box .btn {
    position: static;
}

.content-header.with-tabs .btn_group {
    margin-top: 20px;
}

.search_ico {
    display: inline-block;
    background: url(../images/prize_search_ico.png) center no-repeat;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    /*background-size: cover;*/
}

.search_ico:hover {
    background: url(../images/prize_search_ico_blue.png) center no-repeat;

}

.cart_ico {
    display: inline-block;
    background: url(../images/cart_ico.png) center no-repeat;
    width: 45px;
    height: 45px;
    /*background-size: cover;*/
}

.cart_ico:hover {
    background: url(../images/cart_ico_blue.png) center no-repeat;

}

#menu4 .basket tr th,
#menu4 .basket tr td {
    text-align: left;
    padding: 10px 5px 10px 20px;
    font-size: 18px;
}

#menu4 .basket tr th.text-center,
#menu4 .basket tr td.text-center {
    text-align: center !important;
}

@media screen and (max-width: 520px) {
    .cart-btn {
        float: none !important;
        margin-top: 15px !important;
    }
}

/*pojedyncza nargoda*/
.prize_desc {
    margin: 0 0 20px 0 !important;
}

.prize-details p {
    font-size: 17px;
}

.prize-details h3 {
    width: 350px;
}

.prize-details .btn_group .right_btn {
    margin-left: 25px;
    float: none;
}

.prizes_catalog h3 {
    margin: 0 0 35px 0;
}

.content-header .row-flex .prize-details .btn {
    position: static;
}

.prizes_catalog.single-prize {
    padding: 5px 0 10px 0;
}

.competition-status {
    font-size: 15px;
    margin-bottom: 0;
    color: #626466;
    font-weight: bold;
}

.your-place {
    margin: 20px 0;
    font-weight: bold;
    font-size: 17px;

}

.comp-desc p {
    margin: 0 0 30px 0;
    font-size: 17px;
}

.competition-intro {
    font-size: 26px !important;
    color: #4d4f51;
    margin: 20px 0 !important;
    font-weight: bold;
}

.news_list.competition {
    padding: 0;
}

/*zasady*/
.circle {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #034b96;
    color: #fff;
    background: #034b96;
    position: absolute;
    left: 0;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.simple-rule {
    position: relative;
}

.simple-rule-txt {
    padding-left: 35px;
    font-size: 17px;
}

.jackpot p {
    margin: 0;
    font-size: 17px;
    color: #4d4f51;
}

.jackpot-intro {
    margin: 20px 0 !important;
}

.jackpot-list {
    font-size: 17px;
    margin-left: 20px;
    color: #4d4f51;
}

/*statystki*/
.plus_wide {
    width: -webkit-calc(100% + 30px) !important;
    width: -moz-calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
}

.basket .basket_summary {
    width: 100%;
}

.basket .basket_summary th {
    font-size: 12px;
    padding: 10px 5px 10px 20px;
    background: #a0a3a6;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.basket .basket_summary td {
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid #dddedf;
}

.basket .basket_summary tr:nth-child(odd) {
    background: #f7f7f7;
}

.basket_summary {
    margin: 10px 0 25px 0;

}

.basket_summary .header_table {
    font-size: 17px;

}

.basket_summary .divider {
    margin: 4px 0 10px 0 !important;
}

.basket_summary .points_left {
    color: #da2032;
    font-weight: bold;
    font-size: 20px !important;
}

.three_buttons .middle_btn {
    margin: 0 15px;
}

.basket_summary .three_buttons {
    margin-top: 20px;
}

.basket_summary .text-left {
    text-align: left !important;
}

.basket_summary .points_tip {
    font-size: 12px;
    color: #4d4f51 !important;
    position: relative;
    bottom: 10px;
    text-transform: lowercase !important;
}

.basket_summary .earned {
    color: #73a707;
}

.basket_summary .not_earned {
    color: #da2032;
}

/*.tab-content .basket_summary tr td:first-child{*/
/*font-weight: bold;*/
/*padding-left: 25px;*/
/*text-transform: uppercase;*/
/*}*/

.basket_summary tr td {
    position: relative;
}

.basket_summary th .points_tip {
    color: #fff !important;
    left: -35px;
}

tr.font-bold td,
th.font-bold,
td.font-bold {
    font-weight: bold;
}

tr.active td {
    color: #fff;
    background: #004c97;
}

.second_bg {
    background: #f0f0f0;
    margin-top: 20px;
}

.summary-table-desc img {
    float: left;
    width: 15px;
    margin: 3px 10px 0 0;
}

.header_table {
    font-size: 17px;
}

.pagination-choose {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #4d4f51;
    font-weight: bold;
}

.pagination-pages div,
.pagination-choose div {
    float: left;
    font-size: 17px;
    color: #4d4f51;
    font-weight: bold;
}

.pagi-left:before {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    content: "\00a0 \00a0 \f105";
    top: 2px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
    color: #004c97;
}

.pagi-right:before {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    content: "\00a0 \00a0 \f105";
    top: 1px;
    color: #004c97;
}

.pagination-input input {
    width: 40px;
    margin: 0 10px;
    text-align: center;
}

.pagi-number {
    margin: 0 10px;
}

.bottom-pagi {
    bottom: 25px;
}

.pagination-pages {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    margin: 20px 0;
}

.tab-pane .news_list {
    padding: 10px 0;
}

.table_prize_img {
    width: 45px;
}

@media screen and (max-width: 991px) {
    .prize-details h3 {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .basket .basket_summary td {
        font-size: 12px;
        padding: 10px;
    }

    .basket .basket_summary th {
        font-size: 12px;
        padding: 10px;
        text-align: left;
    }

    .bottom-pagi {
        bottom: -10px;
    }

    .basket_summary .points_tip {
        position: static;
        font-size: 9px;
    }

    .form_breadcrumb .breadcrumb li.active a:before {
        display: none;
    }

    .three_buttons {
        width: 300px;
    }

    .three_buttons .middle_btn {
        margin: 15px 0;
    }
}

@media screen and (max-width: 570px) {
    table.basket_summary {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 480px) {
    .prize-details .btn_group .btn:first-child {
        display: block;
    }

    .prize-details .btn_group .right_btn {
        float: left;
        margin: 15px 0 0 0;
    }
}

/*modale*/
.niezgodnosc .register-data p {
    margin: 7px 0 0 0;
}

.modal textarea {
    height: 80px;
}

.green {
    color: #4df50c;
}

@media screen and (max-width: 767px) {
    .form_breadcrumb .breadcrumb li a:after {
        display: none;
    }

    .form_breadcrumb .breadcrumb li a {
        padding: 15px 0;
    /*!important;*/
        font-size: 9px;
    }

    .form_breadcrumb .breadcrumb li {
        border-right: 1px solid #f0f0f0;
    }

    .form_breadcrumb .breadcrumb li:last-child {
        border-right: none
    }

    .dealer-list {
        padding-left: 10px;
    }

    .delete-button {
        width: 20%;
    }
}

.form_breadcrumb .breadcrumb.three-arrows > li {
    width: 33%;
}

.panel_height.move-panel-blue {
    top: 20px;
}

.btn.wide-auto {
    width: auto !important;
}

.btn.btn-default.no-btn:after {
    display: none
}

.btn.btn-default.no-btn:hover {
    background: transparent;
    color: #004c97;
}

.product-slider .slick-next {
    right: 10px;
}

.slick-prev, .slick-next {
    width: 30px;
}

.alert {
    text-align: center;

    margin-bottom: 0px;
    color: white;
}

.alert-error {
    background: red;
}

.alert-error h2, .alert-success h2 {
    color: white !important;
}

.alert-success {
    color: white !important;
    background-color: #3c763d !important;
}

@media screen and (max-width: 767px) {

    .product-slider .slick-next {
        right: -10px;
    }

    .btn.wide-auto {
        width: auto !important;
    }
}

.kontakt-table td {
    padding: 6px 0;
    font-weight: bold;
}

.kontakt-table tr td:first-child {
    padding-right: 20px;
}

@media screen and (min-width: 992px) {
    .rule_icon {
        display: block;
        min-height: 75px;
    }
    .rule_icon p{
        font-size: 16px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .rule_icon {
        display: block;
        min-height: 60px;
    }

    .rule_icon p {
        font-size: 11px;
    }
}

.full_width_divider200 {
    width: 200%!important;
}
body {
    overflow-x: hidden;
    }

@media screen and (min-width: 992px) {
    .form-horizontal .has-feedback .form-control-feedback {
        right: 14%;
    }
}

.rule .rule_icon img{
min-width:76px;
}


 /* style do modali */
@media screen and (min-width: 970px){
    .modal .breadcrumb{
        width: 90%
    }
}

.modal .breadcrumb li.active a:before{
    left: 14px;
}

/* ///////////////////////////////////////////////// */


/* style slider */
.nagroda-slider .slick-dots{
    bottom: 18px;
}

/* ////////////////////////////////////////////////// */


/*style  powiadomienia */

.alert .clearfix{
    display: none!important;
}

.alert h2{
    margin-top: 0!important;
}

.alert {
    padding: 35px!important;
}

.alert .close{
    margin-top: -10px;
    text-shadow: none;
    opacity: .9
}

.alert.alert-success{
    background-color: #8dc63f!important;
}

/* //////////////////////////////////////////////////// */

/* style zakładki */
.nav-tabs > li > a{
    padding: 12px 19px;
}

/* /////////////////////////////////////////////////////// */
.slick-slide{
            height: auto;
        }

.product-slider .single-product a{
            height: auto;
        }

          .slider-box{
          position:relative;
          width:100%;
          margin-top: 10px;
          margin-bottom: 10px;
        }
        .slider-box.confirmation{
          margin-top: 40px;
          margin-bottom: 20px;
        }
        .slider-content{
            width: calc(100% - 50px);
            height: 230px;
            overflow: hidden;
            border: 1px solid #ddd;
        }
        .slider-content .innerSliderContent{
            background: #f5f5f5;

        }
        .slider-content .innerSliderContent > div{
            padding: 10px 15px;
            font-size: 12px;
            color: #666666;
        }

        .slider-box.confirmation .slider-content .innerSliderContent > div{
          font-size: 13px;
        }


        .slider-content:after{
            width: 5px;
            position: absolute;
            top: 0px;
            right: 20px;
            bottom: 0px;
            background: #888888;
            content: "";
        }
        .slider-content .innerSliderContent > div *{

          line-height: 1.3 !important;
        }
        .slider.ui-slider-vertical{
            width: 5px;
            height:200px !important;
            position: absolute;
            top: 18px;
            right: 20px;
            bottom: 0px;
            background: transparent;
            border: none !important;
            border-radius: 0;
        }
        .slider.ui-slider-vertical .ui-slider-handle{
            width: 45px;
            height: 30px;
            left: -20px;
            margin-left: 0px;
            background: #284F93;
            color: #ffffff;
            text-align: center;
            font-size: 20px;
            line-height: 20px;
            padding-top: 4px;
            border: none;
            outline: none;
            border-radius: 0;
            cursor: pointer;
        }
        .slider.ui-slider-vertical .ui-slider-handle:after{
          position:absolute;
          font-family:FontAwesome;
          left: 13px;
          content: "\f078";
        }

        .rodoCheckboxErrorMessage, .rodoCheckboxErrorMessageHow, .rodoCheckboxErrorMessageObligatory{
          display:none;
              color: #a94442;
              font-size:14px;
        }


        .dccheckbox{
          margin-left: 0px !important;
          height: 75px;
        }

        .dccheckbox label{
        	padding-left: 40px;
          font-size: 14px;
        }
        .dccheckbox label input{
            width: 30px;
            height: 30px;
            margin-left: -40px !important;
        }
        .dccheckbox label input{
        	opacity:0;
        }
        .dccheckbox label input + .checkbox-new {
            display: block;
            position: absolute;
            top: 5px;
            left: 0px;
            width: 30px;
            height: 30px;
            background: #fff;
            border: solid 1px #bbb;
            border-radius: 0px;
            font-size:20px;
            line-height:20px;
        }
        .dccheckbox label input:disabled + .checkbox-new{
            background: #ddd;
            border: solid 1px #aaa;
        }
        .dccheckbox label input:checked + .checkbox-new:after{
            position: absolute;
            font-family: FontAwesome;
            font-size: 27px;
            top: 4px;
            left: 1px;
            content: "\f00c";
            color: #284F93;
        }
        .dccheckbox label input:disabled + .checkbox-new:after{
            content: "";
        }

        .dccheckbox label input[readonly] + .checkbox-new{
            background: #ddd;
            border: solid 1px #aaa;
        }


        .dccheckbox label input[readonly] + .checkbox-new:after{
            content: "";
            pointer-events: none;
        }

        .btn.big-blue {
    width: 100% !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #284F93;
    border: red;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 26px;
    box-sizing: border-box;
    border: 4px solid #284F93;
}

.btn.big-blue:after {
    font-size: 30px;
}

.btn.big-blue:hover {
    background: #fff;
    color:#284F93;
    border: 4px solid #284F93;

}

@media(min-width: 992px) {
  .prize_box_outer {
    width: 25%;
  }
}

@media(min-width: 1200px) {
  .prize_box_outer {
    width: 20%;
  }
}

@media(max-width: 992px) {
  .prize_name p{
    text-align: center;
  }
}


.prize_footer {
  padding: 10px;
  vertical-align: middle;
}

.prize_icons {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  margin: 0 auto;
  width: 100px;
}

.prizes_catalog .prize_points {
  padding-top: 8px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: calc( 100% - 105px);
}

@media (max-width: 768px) {
  .prizes_catalog .prize_points {
    display: block;
    width: auto;
  }
  .prizes_catalog .prize_icons {
    text-align: center;
  }
  .prize_icons {
    display: block;
    width: auto;
  }
}
