/* == WordPress WYSIWYG Editor Styles == */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=latin,latin-ext);

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body.home {
    padding-top: 95px;
}

body.admin-bar header {
    top: 32px;
}

body.error404 {
    padding-top: 180px;
    background: #ed1f24;
}

a {
    color: #000;
}

a:hover,
a:active,
a:focus {
    color: #000;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background: #ed1f24;
}

.home header {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
	z-index: 999999999 !important;
}

header .top {
    height: 35px;
    background: #000;
}

header .header {
    min-height: 60px;
}

.logo-container {
    text-align: right;
    margin: 0;
}

@media (max-width: 768px) {
    .logo-container {
        text-align: left;
    }
}

.main-menu {
    float: right;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .main-menu {
        width: 100%;
        float: none;
    }
}

@media (max-width: 768px) {
    .main-menu {
        display: none;
        margin: 30px 0;
    }
}

@media (max-width: 768px) {
    .main-menu li {
        float: none;
        text-align: center;
        width: 100%;
    }
}

.main-menu li a {
    background: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    padding: 0 8px;
    height: 25px;
    line-height: 23px;
    border: 1px solid transparent;
}

.main-menu li a:hover,
.main-menu li a:focus {
    background: none;
    border: 1px solid #000;
}

.main-menu li.current-menu-item a {
    border: 1px solid #000;
}

.main-menu li.distributor-area a {
    color: #ed1f24;
    background: #000 url(../../img/distributor-icon.png) 7px 4px no-repeat;
    padding-left: 30px;
}

.menu-switch {
    position: absolute;
    color: #000;
    right: 20px;
    top: 10px;
    font-size: 40px;
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .menu-switch {
        display: block;
    }
}

footer .footer {
    min-height: 300px;
    color: #fff;
    background: #000;
    padding-top: 55px;
}

@media (max-width: 992px) {
    footer .footer .widget {
        margin-bottom: 50px;
        text-align: center;
    }
}

footer .footer .widget .widget-title {
    margin: 0 0 15px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

footer .footer .widget .textwidget {
    font-size: 11px;
    color: #c9c9c9;
    line-height: 21px;
}

footer .footer .widget .logo-footer {
    margin-top: 42px;
}

footer .footer .widget.widget_nav_menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer .widget.widget_nav_menu .menu li a {
    font-size: 11px;
    color: #c9c9c9;
    line-height: 21px;
}

footer .footer .widget.widget_nav_menu .menu li a:hover {
    color: #fff;
}

footer .copyright {
    min-height: 60px;
    background: #ed1f24;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 60px;
    color: #fff;
}

footer .copyright a {
    color: #fff;
}

.map {
    height: 500px;
}

section {
    padding: 15px 0 25px;
}

section.red {
    background: #ed1f24;
}

section.white {
    background: #fff;
    color: #000;
}

section.grey {
    background: #e8e8e8;
    color: #000;
}

section.black {
    background: #000;
    color: #fff;
}

section.black a {
    color: #fff;
}

section.page-title {
    min-height: 80px;
    padding: 0;
}

section.full-height {
    min-height: 100vh;
}

section .section-title {
    margin: 0;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 40px;
    position: relative;
}

section .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url("../../img/usage-arrow.png");
    width: 40px;
    height: 18px;
    left: 0;
    right: 0;
    margin: auto;
}

.page-title {
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 45px;
}

.ic-sellers {
    border: 1px solid #000;
}

.ic-sellers thead tr th {
    color: #fff;
    background: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 41px;
    border: 0;
}

.ic-sellers thead tr th:first-child {
    padding-left: 20px;
}

.ic-sellers thead tr th a {
    color: #ed1f24;
}

.ic-sellers tbody tr td {
    border-top: 0;
    font-size: 10px;
    line-height: 14px;
}

.ic-sellers tbody tr td:first-child {
    padding-left: 20px;
}

.ic-sellers strong {
    color: #ed1f24;
}

.ic--faq-container {
    color: #fff;
}

.ic--faq-container .ic--faq-item {
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
}

.ic--faq-container .ic--faq-item .ic--faq-item-heading {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ic--faq-container .ic--faq-item .ic--faq-item-heading .ic--faq-item-title a {
    color: #ed1f24;
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
}

.ic--faq-container .ic--faq-item .ic--faq-item-heading .ic--faq-item-title a.collapsed {
    color: #fff;
    font-weight: normal;
}

.ic--faq-container .ic--faq-item .ic-faq-item-content {
    font-size: 14px;
    color: #ed1f24;
    border-top: none !important;
    margin: 10px 0 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #51141b;
}

.ic--faq-container .ic--faq-item .ic-faq-item-content p {
    font-size: 14px;
    line-height: 33px;
}

.ic-applications-container {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ic-applications-container {
        margin: 20px auto 0;
    }
}

.ic-applications-item {
    min-height: 155px;
}

.ic-applications-thumbnail {
    text-align: center;
    margin-bottom: 15px;
    height: 110px;
}

.ic-applications-title {
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.slider {
    background: #000;
    position: relative;
    overflow: hidden;
}

.features-container .slogan {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
	z-index: 999999 !important;
}

.features-container {
    margin-top: -75px;
    margin-bottom: 25px;
    position: relative;
}

.features-container .feature-item {
    background: #ed1f24;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 165px;
    height: 123px;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .features-container .feature-item {
        margin-bottom: 20px;
    }
}

.features-container .feature-item .feature-img {
    text-align: center;
    margin-bottom: 5px;
}

.features-container .feature-item .feature-title {
    font-weight: 800;
    font-size: 16px;
    color: #231f20;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.features_bottom_text {
    text-align: center;
}

.features_bottom_text span {
    background: #ed1f24;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    height: 41px;
    padding: 0 23px;
    line-height: 41px;
    letter-spacing: 0px;
    color: #000;
}

.why_after_video_text {
    text-transform: uppercase;
    font-size: 18px;
    background: #ed1f24;
    display: inline-block;
    padding: 8px;
    line-height: 30px;
}

.why_after_video_text strong {
    font-weight: 800;
    font-size: 26px;
    display: block;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.why-features-container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.why-features-container--first {
    margin-top: 20px;
}

.why-features-container .why-features-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.why-features-container .why-features-item.active .why-features-content:before {
    display: block;
}

@media (max-width: 768px) {
    .why-features-container .why-features-item.mobile .why-features-content {
        margin-bottom: 300px;
    }
}

.why-features-container .why-features-content {
    background: #ed1f24;
    text-align: center;
    width: 131px;
    height: 123px;
    margin: 0px auto;
    padding-top: 9px;
    position: relative;
    line-height: 13px;
}

.why-features-container .why-features-content:before {
    content: '';
    background: url(../../img/arrow.png) top center no-repeat;
    display: none;
    width: 58px;
    height: 31px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.why-features-container .why-features-content-img {
    text-align: center;
}

.why-features-container .why-features-content-title {
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    font-size: 12px;
}

.why-features-item-details {
    display: none;
}

.why-features-item-details.active {
    display: block;
}

.why-features-details-container {
    display: none;
    width: 100%;
    margin-bottom: 50px;
}

.why-features-details-container > .container {
    max-width: 780px;
}

@media (max-width: 768px) {
    .why-features-details-container.mobile {
        position: absolute;
    }
}

.application-movie-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto 20px;
    text-align: center;
}

.usages-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.usages-container .usages-item {
    cursor: pointer;
}

.usages-container .usages-content {
    text-align: center;
    margin: 0px auto;
}

.usages-container .usages-content-img {
    text-align: center;
    margin-bottom: 6px;
}

.usages-container .usages-content-title {
    font-size: 16px;
    display: block;
}

.usages-container.owl-theme .owl-controls .owl-buttons .owl-prev,
.usages-container.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    width: 11px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 50px;
    top: 82px;
    margin-top: -9px;
    background: url(../../img/arrow-top.png) center no-repeat;
}

.usages-container.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
    transform: rotate(-90deg);
}

.usages-container.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
    transform: rotate(-270deg);
}

.ic-movies-list {
    max-width: 720px;
    margin: 0px auto 20px
}

.ic-movies-list.owl-theme .owl-controls .owl-buttons .owl-prev,
.ic-movies-list.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    width: 26px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 50px;
    top: 35px;
    background: url(../../img/usage-arrow.png) center no-repeat;
    background-size: contain;
}

.ic-movies-list.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
    transform: rotate(-270deg);
}

.ic-movies-list.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
    transform: rotate(270deg);
}

.usage-title {
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    margin: 0 0 25px;
    padding-bottom: 40px;
    position: relative;
}

.usage-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url("../../img/usage-arrow.png");
    width: 40px;
    height: 18px;
    left: 0;
    right: 0;
    margin: auto;
}

.usage-text {
    padding: 45px 50px 65px;
    background: #000;
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .usage-text {
        padding: 20px 10px 20px 10px;
        text-align: center;
    }
}

.usage-text a {
    color: #fff;
}

.usages-types-content {
    text-align: center;
}

.usages-types-content .usages-types-content-img {
    margin-bottom: 20px;
}

.usages-types-content .usages-types-content-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.usages-types-arrow {
    display: block;
    margin: 60px auto 0;
}

.clip-img {
    cursor: pointer;
}

.clip-img img {
    display: block;
    margin: 0px auto;
}

.clip-img .after {
    display: none;
}

.clip-img:hover .after {
    display: block;
}

.clip-img:hover .before {
    display: none;
}

.clip-title {
    font-size: 16px;
    color: #ed1f24;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.clips-container {
    margin-bottom: 25px;
}

.loginform_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}

.loginform {
    border: 1px solid #ed1f24;
    position: fixed;
    width: 95%;
    max-width: 460px;
    height: 360px;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.loginform .loginform_title {
    background: #ed1f24 url("../../img/login-form-icon.png") 25px center no-repeat;
    height: 70px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 27px;
    margin: 0 0 30px;
}

@media (max-width: 768px) {
    .loginform .loginform_title {
        font-size: 20px;
    }
}

.loginform .input {
    max-width: 335px;
    width: 100%;
    height: 56px;
    border: 0;
    display: block;
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin: 0px auto 21px;
    padding-left: 60px;
    font-size: 15px;
    color: #a5a5a5;
}

.loginform input[type=submit] {
    background: #ed1f24;
    border: 0;
    margin: 0px auto 0px;
    display: block;
    width: 180px;
    height: 45px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 800;
    line-height: 45px;
}

.loginform #user_login {
    background-image: url("../../img/login.png");
}

.loginform #user_pass {
    background-image: url("../../img/pass.png");
}

#lang_sel_list {
    float: right;
    height: auto;
    margin-top: 10px;
}

#lang_sel_list ul a {
    background: none;
}

#lang_sel_list ul a img.iclflag {
    width: auto;
    height: auto;
}

.bottom-title {
    color: #000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    padding-top: 35px;
    position: relative;
}

.bottom-title:before {
    content: '';
    background: url(../../img/arrow-top.png);
    width: 16px;
    height: 11px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
}

.bottom-title strong {
    font-weight: 800;
    display: block;
}

.error404 .logo404 {
    margin-bottom: 120px;
    display: block;
}

.error404 h1 {
    font-size: 127px;
    text-transform: uppercase;
    margin: 0 0 60px;
    font-weight: 800;
}

.error404 p {
    font-size: 48px;
    font-weight: 800;
}

.faq_before_text {
    display: none;
}

.faq_before_excerpt_button {
    font-size: 17px;
    font-weight: bold;
    color: #ed1f24;
    cursor: pointer;
    text-align: center;
}

.faq_before_excerpt,
.faq_before_text {
    font-size: 13px;
}

.faq_before_excerpt p,
.faq_before_text p {
    font-size: 13px;
}

.distributor-area-container {
    margin: 50px auto 50px;
}

.distributor-area-container .distributor-area-item a {
    display: block;
    text-align: center;
}

.distributor-area-container .distributor-area-item a img {
    display: block;
    margin: 0px auto 10px;
}

.usages-details-container {
    display: none;
    margin-bottom: 30px;
}

.usages-details-container .usages-details-content {
    display: none;
}

.ic-facebook-fixed {
    position: fixed;
    right: -292px;
    top: 190px;
    z-index: 10;
    width: 292px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

@media (max-width: 768px) {
    .ic-facebook-fixed {
        display: none;
    }
}

.ic-facebook-fixed.active {
    right: 0;
}

.ic-facebook-fixed:before {
    content: '';
    background: url("../../img/icon.jpg");
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -55px;
    cursor: pointer;
}

.ic-facebook-fixed.active:before {
    background: url("../../img/icon-2.jpg");
}

.ic-applications-details-item {
    display: none;
    position: absolute;
    width: 100%;
}

.ic-applications-details-item-container {
    max-width: 950px;
}

.calculator .calculator-top {
    border: 1px solid black;
    padding-bottom: 20px;
}

.calculator .calculator-top .calculator-group-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    margin-top: 15px;
}

.calculator .calculator-top .calculator-variant {
    cursor: pointer;
}

.calculator .calculator-top .variant-desc {
    background-color: #ed1f24;
    display: inline-block;
    height: 31px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 30px;
    padding-right: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.calculator .calculator-top .variant-desc.variant-1 {
    background-image: url(../../img/calculator/variant1.png);
}

.calculator .calculator-top .variant-desc.variant-2 {
    background-image: url(../../img/calculator/variant2.png);
}

.calculator .calculator-top .variant-desc.variant-3 {
    background-image: url(../../img/calculator/variant3.png);
}

.calculator .calculator-top .variant-desc.variant-4 {
    background-image: url(../../img/calculator/variant4.png);
}

.calculator .calculator-content {
    border: 1px solid black;
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
}

.calculator .calculator-content .calculator-option {
    margin: 0px auto;
}

.calculator .calculator-content .calculator-option-title {
    background-color: #ed1f24;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.calculator .calculator-content .calculator-option-title img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.calculator .calculator-content .calculator-option-content {
    background: #fff;
    height: 25px;
    display: block;
}

.calculator .calculator-content .calculator-option-content input[type=text] {
    width: 100%;
    display: block;
    height: 100%;
    border: 0;
    font-size: 10px;
    text-align: center;
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    line-height: 25px;
}

.calculator .calculator-content .calculator-option-content.two-sizes input[type=text],
.calculator .calculator-content .calculator-option-content.two-sizes select {
    width: 50%;
    float: left;
}

.calculator .calculator-content .calculator-option-content select {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    line-height: 25px;
    border: 0;
}

.calculator .calculator-footer {
    background: #f0f0f0;
    border: 1px solid #ed1f24;
    padding: 5px 45px 15px;
}

.calculator .calculator-footer .calculator-footer-first-row {
    min-height: 65px;
    line-height: 69px;
}

.calculator .calculator-footer .calculator-footer-first-row .calculator-footer-item-left {
    color: #ed1f24;
}

.calculator .calculator-footer .calculator-footer-item-value,
.calculator .calculator-footer .calculator-footer-item-typ-opakowania {
    text-align: center;
    font-weight: bold;
    color: #ed1f24;
    font-size: 25px;
}

.calculator .calculator-footer .calculator-footer-item-typ-opakowania {
    margin-right: 50px;
}

.calculator .calculator-footer .calculator-footer-second-row {
    min-height: 106px;
    line-height: 106px;
}

.calculator .calculator-footer .calculator-footer-item-container {
    font-size: 14px;
}

.calculator .calculator-footer .calculator-footer-item-container .calculator-footer-item-left {
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .variant-wiertnica {
        position: absolute;
        left: -2px;
        top: 2px;
    }
}

.ic-movie-title {
    font-size: 13px;
    font-weight: bold;
    color: #ed1f24;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

/* IE5.5 hacks */
* html #lang_sel,
* html #lang_sel_list {
    width: 12em;
}

* html #lang_sel a,
* html #lang_sel_list a {
    width: 149px;
}

* html #lang_sel a:visited,
* html #lang_sel_list a:visited {
    width: 149px;
}

* html #lang_sel ul ul,
* html #lang_sel_list ul {
    top: 18px;
}

* html #lang_sel ul ul a,
* html #lang_sel_list ul a {
    width: 150px;
}

* html #lang_sel ul ul a:visited,
* html #lang_sel_list ul a:visited {
    width: 150px;
}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel {
    height: 32px;
    position: relative;
    font-family: verdana, arial, sans-serif;
    display: inline-block;
    /* style the table so that it takes no part in the layout - required for IE to work */
    /* style the top level hover */
}

#lang_sel ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    /* hide the sub levels and give them a positon absolute so that they take up no room */
}

#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
    visibility: visible;
}

#lang_sel ul ul {
    width: 149px;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    border-top: 1px solid #cdcdcd;
}

#lang_sel ul ul a {
    background: #ffffff;
    color: #444444;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    border-width: 0 1px 1px 1px;
}

#lang_sel ul ul a:visited {
    background: #ffffff;
    color: #444444;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    border-width: 0 1px 1px 1px;
}

#lang_sel li {
    float: left;
    width: 149px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel li:before {
    content: '' !important;
}

#lang_sel a {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    border: 1px solid #cdcdcd;
    background: #fff;
    padding-left: 10px;
    line-height: 24px;
}

#lang_sel a:visited {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    border: 1px solid #cdcdcd;
    background: #fff;
    padding-left: 10px;
    line-height: 24px;
}

#lang_sel a.lang_sel_sel {
    background: url(../img/nav-arrow-down.png) #fff right no-repeat;
    color: #444;
}

#lang_sel a.lang_sel_sel:hover {
    text-decoration: none;
    color: #000;
}

#lang_sel table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
    color: #000;
    background: #eee;
}

#lang_sel img.iclflag {
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
}

#lang_sel.icl_rtl {
    text-align: right;
    direction: rtl;
}

#lang_sel.icl_rtl .lang_sel_sel {
    padding-right: 14px;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel_footer {
    margin: 0;
    padding: 7px;
    text-align: center;
    font: 11px Verdana, sans-serif;
    min-height: 15px;
    clear: both;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

#lang_sel_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lang_sel_footer ul li {
    display: inline;
    margin: 0 1px 0 0;
    padding: 0;
    white-space: nowrap;
    line-height: 25px;
}

#lang_sel_footer ul li img {
    position: relative;
    top: 1px;
    width: 18px;
    height: 12px;
}

#lang_sel_footer ul li a {
    text-decoration: none;
    padding: 5px 10px;
}

#lang_sel_footer ul li a:visited {
    text-decoration: none;
    padding: 5px 10px;
}

#wpml_credit_footer {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list {
    height: 32px;
    position: relative;
    z-index: 99;
    font-family: verdana, arial, sans-serif;
    /* style the table so that it takes no ppart in the layout - required for IE to work */
}

#lang_sel_list ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel_list ul li:hover ul, #lang_sel_list ul a:hover ul {
    visibility: visible;
}

#lang_sel_list ul.lang_sel_list_vertical {
    width: 149px;
}

#lang_sel_list ul a {
    background: transparent;
    color: #444444;
    height: auto;
    line-height: 1em;
}

#lang_sel_list li {
    float: left;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel_list li:before {
    content: '' !important;
}

#lang_sel_list a {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    background: #fff;
    line-height: 18px;
    padding-left: 5px;
}

#lang_sel_list a:visited {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    background: #fff;
    line-height: 18px;
    padding-left: 5px;
}

#lang_sel_list a.lang_sel_sel {
    background-image: none;
    color: #444;
}

#lang_sel_list a.lang_sel_sel:hover {
    text-decoration: none;
    color: #000;
}

#lang_sel_list.lang_sel_list_vertical {
    width: 149px;
    /* hide the sub levels and give them a positon absolute so that they take up no room */
}

#lang_sel_list.lang_sel_list_vertical ul {
    /*visibility:hidden;position:absolute;*/
    height: 0;
    top: 19px;
    left: 0;
    border-top: 1px solid #cdcdcd;
}

#lang_sel_list.lang_sel_list_vertical ul a {
    padding: 3px 10px;
}

#lang_sel_list.lang_sel_list_vertical li {
    width: 149px;
}

#lang_sel_list.lang_sel_list_vertical a {
    border: 1px solid #cdcdcd;
    border-top-width: 0;
    padding-left: 10px;
}

#lang_sel_list.lang_sel_list_vertical a:visited {
    border: 1px solid #cdcdcd;
    border-top-width: 0;
    padding-left: 10px;
}

#lang_sel_list table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

#lang_sel_list img.iclflag {
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
}

/* style the second level links */
#lang_sel_list_list ul a:visited {
    background: #ffffff;
    color: #444444;
    height: auto;
    line-height: 1em;
    padding: 3px 10px;
}

/* reset menu img definitions */
.menu-item-language img.iclflag {
    height: 12px !important;
    width: 18px !important;
    margin-bottom: 0 !important;
    margin-right: 4px;
}

.distributor-area-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #ed1f24;
}

body.dark-layout {
    color: #666b6d;
}

body.error404.dark-layout {
    background: #da251d;
}

.dark-layout a {
    color: #666b6d;
}

.dark-layout a:hover,
.dark-layout a:active,
.dark-layout a:focus {
    color: #666b6d;
}

.dark-layout header {
    background: #da251d;
}

.dark-layout header .top {
    background: #666b6d;
}

.dark-layout .main-menu li a {
    color: #000;
}

.dark-layout .main-menu li.distributor-area a {
    color: #da251d;
    background: #666b6d url(../../img/distributor-icon.png) 7px 4px no-repeat;
}

.dark-layout .menu-switch {
    color: #666b6d;
}

.dark-layout footer .footer {
    background: #666b6d;
}

.dark-layout footer .copyright {
    background: #da251d;
}

.dark-layout section.red {
    background: #da251d;
}

.dark-layout section.white {
    color: #666b6d;
}

.dark-layout section.grey {
    color: #666b6d;
}

.dark-layout section.black {
    background: #666b6d;
}

.dark-layout .ic-sellers {
    border: 1px solid #666b6d;
}

.dark-layout .ic-sellers thead tr th {
    background: #666b6d;
}

.dark-layout .ic-sellers thead tr th a {
    color: #da251d;
}

.dark-layout .ic-sellers strong {
    color: #da251d;
}

.dark-layout .ic--faq-container .ic--faq-item .ic--faq-item-heading .ic--faq-item-title a {
    color: #000;
}

.dark-layout .ic--faq-container .ic--faq-item .ic-faq-item-content {
    color: #000;
}

.dark-layout .slider {
    background: #666b6d;
}

.dark-layout .features-container .feature-item {
    background: #da251d;
}

.dark-layout .features-container .feature-item .feature-title {
    color: #000;
}

.dark-layout .features_bottom_text span {
    background: #da251d;
}

.dark-layout .why_after_video_text {
    background: #da251d;
    color: #000;
}

.dark-layout .why_after_video_text strong {
    color: #000;
}

.dark-layout .why-features-container .why-features-content {
    background: #da251d;
}

.dark-layout .why-features-container .why-features-content-title {
    color: #000;
}

.dark-layout .usage-text {
    background: #666b6d;
}

.dark-layout .clip-title {
    color: #da251d;
}

.dark-layout .loginform {
    border: 1px solid #da251d;
    background: #666b6d;
}

.dark-layout .loginform .loginform_title {
    background: #da251d url("../../img/login-form-icon.png") 25px center no-repeat;
}

.dark-layout .loginform input[type=submit] {
    background: #da251d;
}

.dark-layout .bottom-title {
    color: #666b6d;
}

.dark-layout .faq_before_excerpt_button {
    color: #da251d;
}

.dark-layout .calculator .calculator-top .variant-desc {
    background-color: #da251d;
}

.dark-layout .calculator .calculator-content {
    background: #666b6d;
}

.dark-layout .calculator .calculator-content .calculator-option-title {
    background-color: #da251d;
}

.dark-layout .calculator .calculator-footer .calculator-footer-item-value,
.dark-layout .calculator .calculator-footer .calculator-footer-item-typ-opakowania {
    color: #da251d;
}

.dark-layout .ic-movie-title {
    color: #da251d;
}

.dark-layout #lang_sel a.lang_sel_sel:hover {
    color: #666b6d;
}

.dark-layout #lang_sel a:hover,
.dark-layout #lang_sel ul ul a:hover,
.dark-layout #lang_sel :hover > a,
.dark-layout #lang_sel ul ul :hover > a {
    color: #666b6d;
}

.dark-layout #lang_sel_list ul {
    border-color: #666b6d !important;
}

.dark-layout #lang_sel_list a {
    background-color: #666b6d !important;
}

.dark-layout #lang_sel_list a.lang_sel_sel {
    background-color: #666b6d !important;
}

.dark-layout #lang_sel_list a.lang_sel_sel:hover {
    color: #666b6d;
}

.dark-layout .distributor-area-title {
    color: #da251d;
}

.dark-layout .usages-types-content .usages-types-content-title {
    color: #000;
}

.distributors-container {
    border-top: 1px solid #acacac;
    padding-top: 20px;
}

.distributor-item {
    padding-bottom: 40px;
    margin-bottom: 25px;
    border-bottom: 1px solid #acacac;
}

.distributor-title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center;
}

.distributor-thumbnail-container {
    text-align: center;
    margin-bottom: 30px;
}

.distributor-title-category {
    color: #ed1f24;
    font-weight: bold;
    text-transform: uppercase;
    margin: -1px 0 26px;
    text-align: center;
}

.distributor-content {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

@media (min-width: 992px) {
    .distributor-title,
    .distributor-content,
    .distributor-title-category {
        text-align: left;
    }

    .distributor-thumbnail-container {
        margin-bottom: 0;
    }
}

.products-item {
    border: 1px solid #ed1f24;
    margin-bottom: 14px;
    padding: 18px 0 25px;
}

.product-thumbnail-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 900;
    color: #ed1f24;
}

.product-content,
.product-details {
    font-size: 14px;
    color: #000;
    line-height: 21px;
}

.button {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ed1f24;
    height: 37px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 45px;
    line-height: 38px;
    position: relative;
}



.button:after {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAARCAYAAAAPFIbmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBFRDdGRTYwODEyMTFFN0E2MzNDQzU5MUMwQUY4NkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBFRDdGRTcwODEyMTFFN0E2MzNDQzU5MUMwQUY4NkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEVEN0ZFNDA4MTIxMUU3QTYzM0NDNTkxQzBBRjg2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEVEN0ZFNTA4MTIxMUU3QTYzM0NDNTkxQzBBRjg2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgx84VMAAAB5SURBVHjaYlCWV3gAxE4MeAATECcB8Sp8Cpnff/xwX0hA4AxIIZC+CuTfxlAEItAUXgPyb2IoQlJ4Cshcga6QGVkHLoXM6PZjU8iIy0dQ364D4jhmXIqgJoKY3USZhFMBEH8AYj+KFLwBYm9CCpxopACqiGB6AggwANUMTyn+MGr7AAAAAElFTkSuQmCC');
    width: 9px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
}