/*
Theme Name: Kominsystem
Theme URI: www.nyloncoffee.pl
Author: NylonCoffee
Author URI: http://www.nyloncoffee.pl
Description: Skórka dla Kominsystem
Version: 1.0
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    /* remember to define focus styles! */
    outline: 0;
}

::-moz-selection {
    color: #fff;
    background: #C4161C;
}

::selection {
    color: #fff;
    background: #C4161C;
}

body {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #fff;
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: "LatoRegular", serif;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    color: #444444;
}

.container {
    position: relative;
}

.home .langs-top {
    right: 0;
}

.langs-top {
    position: absolute;
    top: 0;
    right: 0;
}

.langs-top li {
    float: left;
    margin-right: 10px;
    opacity: 0.6;
}

.langs-top li a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
}

.langs-top li a:hover {
    text-decoration: underline;
}

.langs-top li.current-lang, .langs-top li:hover {
    opacity: 1;
}

strong {
    font-family: 'LatoLight', serif;
    font-weight: bold;
}

.full-width {
    width: 96% !important;
}

select {
    padding: 3px 6px;
}

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.center {
    text-align: center;
}

.add-top {
    margin-top: 40px !important;
}

.half-top {
    margin-top: 20px !important;
}

.half-bot {
    margin-bottom: 20px !important;
}

h1 {
    color: #444444;
    font-family: 'Open Sans', 'LatoLight', sans-serif;
    font-weight: normal;
}

h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'LatoLight', sans-serif;
    font-weight: 300;
    color: #c4161c;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 16px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 12px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

h1.black {
    font-size: 40px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.gray {
    color: #777;
}

.white {
    color: #fff;
}

.red {
    color: #c4161c;
}

.entry-content > ul {
    color: #C4161C;
    margin-left: 35px;
    margin-bottom: 20px;
}

.entry-content > ul li span {
    color: #444444;
}

.entry-content > ul li {
    list-style-type: disc;
}

.entry-content > table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.entry-content > table tr:nth-child(even) td {
    background: #f1f1f1;
}

.entry-content > table tr td {
    padding: 12px 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    vertical-align: middle;
}

.entry-content a {
    color: #C4161C !important;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

#gallery {
    table-layout: fixed;
    border-spacing: 15px;
    border: none;
}

.bawmrp_manual, #gallery td {
    color: #c4161c;
    font-size: 13px;
    line-height: 14px;
    background: #fff;
    vertical-align: bottom;
    border: 1px solid #ddd;
    width: 128px;
    height: 120px;
    text-align: center;
}

.bawmrp_manual {
    float: left;
    margin: 15px 0 0 15px;
    width: 185px;
    height: 153px;
    padding: 3px 6px;
}

.bawmrp_manual a {
    color: #c4161c;
    font-size: 13px;
    line-height: 14px;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}

#gallery td p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
    line-height: 14px;
}

a.red {
    text-decoration: none;
}

a.red:hover {
    text-decoration: underline;
}

.ico-pdf {
    background: url(images/ico-pdf.png) left center no-repeat;
    list-style-type: none !important;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

p {
    margin: 0 0 20px 0;
}

.one-half {
    width: 50%;
    position: relative;
    float: left;
}

.one-third {
    width: 240px;
    position: relative;
    float: left;
}

.one-third.last {
    width: 490px;
}

.pull-right {
    float: right;
}

.add-bottom {
    margin-bottom: 30px;
}

.two-thirds {
    width: 620px;
    position: relative;
    float: left;
}

.container {
    width: 978px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

table td {
    padding: 3px 6px;
}

/********** 
* Page Styles 
*
**/
#breadcrumbs {
    padding: 20px 0;
    color: #666666;
    font-size: 14px;
}

#breadcrumbs li {
    display: inline;
    padding: 0 2px;
}

#footer {
    padding-top: 20px;
    font-size: 14px;
}

.footermenu {
    float: left;
    width: 130px;
    padding: 0 0 0 5px;
    margin-left: 5px;
    list-style-type: disc;
    color: #C4161C;
}

.footermenu.right {
    float: right;
    width: 155px;
}

.footermenu.ct {
    margin-left: 20px;
    width: 130px;
}

.footermenu li {
    margin-bottom: 4px;
}

.footermenu li a {
    font-size: 13px;
    line-height: 15px;
}

.footer-shadow {
    background: url(images/footer_shadow.png) 0 0 repeat-x #fff;
}

.shadow {
    background: url(images/that_wierd_shadow.png) center -165px no-repeat;
}

/*.home .nav {background:url(images/nav_bg_no_repeat.png) 0 0 no-repeat;}*/
.nav {
    background: url(images/navfull_bg_no_repeat.png) 0 0 no-repeat;
    height: 31px;
    padding-left: 3px;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-top: 25px;
    position: relative;
    z-index: 150;
}

.nav .navi > li {
    float: left;
    display: block;
    position: relative;
}

.nav .navi > li.current-menu-item {
    background: url(images/a_selected.png) -3px 0 repeat-x;
    margin-top: -3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.nav .navi > li.current-menu-item:after {
    top: 3px;
}

.nav .navi > li:hover {
    background: url(images/a_hover.png) -3px 0 repeat-x;
    margin-top: -3px;
    padding-top: 3px;
}

.nav .navi > li > a:hover {
    margin-top: -3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.nav .navi > li.current-menu-item > a:hover {
    margin-top: -3px;
    padding-bottom: 0;
}

.nav .sub-menu {
    position: absolute;
}

.nav .sub-menu {
    display: none;
    z-index: 999;
}

.nav .sub-menu .add {
    height: 30px;
}

.nav .sub-menu:before {
    content: '';
    width: 0;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    height: 0;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #C4161C;
    z-index: 11;

}

.nav .sub-menu:after {
    content: '';
    width: 0;
    top: -13px;
    left: 50%;
    margin-left: -7px;
    height: 0;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid rgba(255, 255, 255, 0.8);
    z-index: 1;

}

.header-phone {
    float: right;
    font-family: 'LatoRegular', Arial, sans-serif;
    padding-top: 34px;
    color: #222;
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
}

.nav .sub-menu {
    padding: 6px 12px;
    font-size: 14px;
    position: absolute;
    background: #C4161C;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    top: 44px;
    margin-left: -98px;
    left: 50%;
    width: 206px;
}

.nav li ul li a:hover {
    text-decoration: underline;
}

.nav > li .sub-menu .l2separator:last-child {
    display: none;
}

.sub li {
    width: 100%;
}

.nav > li {
    position: relative;
}

.nav #menu-item-572 > a,
#menu-item-601 > a,
#menu-item-826 > a,
#menu-item-3212 > a,
#menu-item-3211 > a,
#menu-item-3228 > a,
#menu-item-577 > a {
    background: url(images/submenu.png) right 50% no-repeat;
    padding-right: 30px;
    border-right: 10px solid transparent
}

#menu-item-3227 > a {
    background: url(images/submenu.png) 76px 50% no-repeat;
    padding-right: 35px;
}

#menu-item-3236 > a {
    background: url(images/submenu.png) 96px 50% no-repeat;
    padding-right: 35px;
}

#menu-item-825 > a {
    background: url(images/submenu.png) 5px 50% no-repeat;
    padding-right: 35px;
}
.nav > .navi > li > a {
    position: relative;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.55);
    padding: 0 14px;
    display: block;
    line-height: 31px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-smooth: always;
    color: #fff;
    text-decoration: none;
}

span.itemsCount {
    margin-left: 5px;
    display: inline-block;
}

.nav li.separator, .nav > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 37px;
    float: left;
    margin-top: -3px;
    background: url(images/li_sep.png);
}
#menu-item-3296:after {
    background: transparent;
}

.nav .l2separator, .nav li ul li:after {
    content: '';
    background: rgba(255, 255, 255, 0.7);
    height: 1px;
    float: left;
    display: block;
    width: 100%;
}

.nav > li:hover:after {
    margin-top: 0;
}

.nav .current-menu-item:hover:after {
    margin-top: -3px;
}

.nav li ul li:last-child:after {
    display: none;
}

.nav li ul li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
    text-align: left;
    padding: 0;
    text-decoration: none;
    display: block;
}

.nav > .navi > li {
    position: relative;
}

.bigico {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 0;
    background-image: url(images/big_icons.png);
    background-repeat: no-repeat;
}

.bigico.phone {
    background-position: top right;
}

.bigico.how {
    background-position: top left;
}

.sub li a:hover {
    text-decoration: underline;
}

.icon {
    padding: 4px 0 2px 30px;
    background: url(images/footer_icons.png) no-repeat;
}

.icon.addr {
    background-position: 0 8px;
}

.icon.tel {
    background-position: 0 -44px;
}

.icon.email {
    background-position: 0 -106px;
}

.icon.none {
    background-image: none;
}

#top {
    padding-top: 17px;
    padding-bottom: 8px;
}

#top.mainpage {
    min-height: 542px;
    background: url(images/top_background.png) center top no-repeat;
}

#top.doc {
    min-height: 150px;
    background: url(images/bg_doc.png) center top;
}

#top .logo {
    width: 305px;
    height: 60px;
    text-indent: -9999em;
    float: left;
    background: url(images/logo.png) 0 0 no-repeat;
    cursor: pointer;
}

#mid.mpvec {
    min-height: auto !important;
}

.center {
    margin: 0 auto;
}

#leftsidebar {
    width: 756px;
    float: left;
}

#rightsidebar {
    width: 212px;
    padding-left: 10px;
    background: url(images/komind_standard.png) center center no-repeat;
    min-height: 264px;
    padding-top: 270px;
    float: left;
}

#menu-item-583 a,
#menu-item-3241 a {
    background: url(images/calc-ico.png) 12px 7px no-repeat;
}

#menu-item-3241 a:hover {
    background-position: 12px 10px;
}

#menu-item-583 > a,
#menu-item-3241 > a {
    padding-left: 35px;
}

#menu-item-597 > a,
#menu-item-3225 > a {
    background: url(images/home.png) 11px 1px no-repeat;
    text-indent: -999em;
    overflow: hidden;
    width: 20px;
}

#menu-item-3296 > a {
    background: url(images/cart-ico.png) 11px 1px no-repeat;
    padding-left: 40px;
}

#menu-item-3225 > a:hover, #menu-item-3296 > a:hover {
    background-position: 11px 4px
}

.header-calc {
    float: left;
    padding-top: 15px;
    background: url(images/header_kominsta.png) center bottom no-repeat;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 153px;
    top: 10px;
    height: 500px;
    z-index: 1;
}

.header-button {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    width: 150px;
    margin-left: -30px;
    padding-top: 18px;
    height: 70px;
    vertical-align: middle;
    padding-left: 60px;
    display: block;
    margin-top: 255px;
    background-image: url(images/buttons_rightsidebar_no_repeat.png);
    background-repeat: no-repeat;
    font: 600 20px/1.2em 'LatoLight', sans-serif;
    color: #fff;
    text-decoration: none;

}

.header-button.product {
    margin-top: 0;
    position: absolute;
    top: 51%;
    left: 87px;
}

.header-button.phone {
    text-transform: capitalize;
    padding-top: 25px;
    height: 75px;
    background-position: left bottom;
}

.header-button:hover {
    background-position: bottom center;
}

#mid {
    padding-bottom: 70px;
    border-top: 2px solid #fff;
}

.mpvec {
    background: url(images/mid_vector_bg.png) center bottom no-repeat;
}

.vec {
    background: url(images/vectors.png) 70% 0% no-repeat;
}

.post-holder {
    width: 642px;
    float: left;
}

#post-27, #post-586 {
    width: 300px;
}

.product-sidebar {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 316px;
}

.product-sidebar.standard {
    background: url(images/komin_stand.png) top center no-repeat;
    padding-top: 730px;
}

.product-sidebar.uniwersal {
    background: url(images/komin_uniwersal.png) top center no-repeat;
    padding-top: 730px;
}

.product-sidebar.wentylacje {
    background: url(images/4wentylacje.png) top center no-repeat;
    padding-top: 430px;
}

#htorder {
    width: 100%;
    background: url(images/brick_htorder.png) center top repeat-x;
    font-size: 18px;
    padding: 32px 0;
}

#htorder p {
    line-height: 22px;
    font-family: 'LatoRegular', serif;
}

#htorder .one-half {
    width: 300px;
    padding-left: 80px;
    padding-right: 109px;
}

#htorder .button-full-width-calc {
    background: url(images/button_full_width_calc.png) 0 0 no-repeat;
    width: 306px;
    height: 48px;
    display: block;
    color: #222;
    text-align: center;
    line-height: 48px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.sans {
    font-family: 'Open Sans', sans-serif;
    font-size: 60%;
    line-height: 40px;
}

.zero {
    margin: 0;
    padding: 0;
}

#slider {
    position: relative;
    background: url(images/slider_bg_norepeat.png) -6px 0 no-repeat;
    width: 757px;
    height: 380px;
    margin-top: 25px;
}

#slider .content {
    width: 400px;
    color: white;
    position: Absolute;
    top: 35px;
    left: 30px;
}

#slider .content h2 {
    color: White;
}

#slider .pos {
    position: absolute;
    left: 32px;
    bottom: 3px;
}

#slider .content p {
    width: 300px;
    font: 24px/1.2em 'LatoLight', sans-serif;
}

.mainpage {
    padding-top: 40px;
}

.mainpage .title {
    font: 300 28px/1.4em 'Open Sans', 'LatoLight', sans-serif;
    margin-bottom: 20px;
}

.mainpage .title .red {
    color: #c4161c;
}

.mainpage .boxcontainer {
    width: 100%;
}

.mainpage .box-group {
    width: 50%;
    float: left;
}

.mainpage .box-group.right > div {
    float: right;
}

.mainpage .box {
    font: 16px/19px 'LatoLight', sans-serif;
    color: #fff;
    position: relative;
    width: 215px;
    padding-left: 88px;
    padding-right: 30px;
    height: 118px;
    padding-top: 16px;
    background: url(images/box_bg.png) 0 0 no-repeat;
}

.mainpage .box.black {
    background: url(images/box_bg_black.png) 0 0 no-repeat;
}

.mainpage .button-red-full-width {
    cursor: pointer;
    text-decoration: none;
    background: url(images/button_full_width.png) 0 0 no-repeat;
    display: block;
    text-align: center;
    width: 307px;
    height: 48px;
    font: 600 20px/48px 'LatoLight', serif;
    color: white;
    margin: 0 auto;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.mainpage .button-red-full-width:hover {
    text-decoration: underline;
}

.mainpage .box .num {
    position: Absolute;
    top: 36px;
    left: 40px;
    font: 30px/1 'LatoBold', sans-serif;
    color: #e22329;
}

.mainpage .box .ico {
    position: Absolute;
    top: 31px;
    left: 30px;
    width: 55px;
    height: 50px;
    background: url(images/box_black_ico.png) no-repeat;
}

.mainpage .box .ico.cash {
    background-position: 6px 0;
}

.mainpage .box .ico.delivery {
    background-position: -54px 3px;
}

.mainpage .box .ico.ce {
    background-position: -112px 0;
}

#footer {
    color: #444444;
}

small {
    font-size: 80%;
}

#footer .logo {
    background: url(images/footer_logo.png) no-repeat;
    min-height: 150px;
    padding-top: 70px;
}

#calc label {
    font: 400 18px/1.2em 'LatoRegular', serif;
    margin-bottom: 8px;
    display: block;
}

#calc .step {
    color: #c4161c;
    font-size: 21px;
    font-size: 28px;
    line-height: 34px;
    font-family: 'LatoLight', Arial, sans-serif;
}

#calc .step > span {
    font-size: 39px;
}

#calc .actions {
    margin-top: 20px;
    width: 588px;
}

.radio > input {
    opacity: 0;
}

.price {
    font-family: 'LatoBold';
    font-size: 34px;
}

.pricetag {
    font-family: 'LatoRegular';
    font-size: 24px;
    margin: 0;
}

#calculation {
    width: 100%;
    font-size: 15px;
}

#calculation tr td {
    width: 50%;
}

.black {
    color: #444444;
}

.light {
    font-weight: 300;
    font-family: 'LatoLight';
}

.error {
    color: #C4161C !important;
    border-color: #C4161C !important;
}

h4.error {
    font-size: 18px;
}

.success {
    color: #C4161C;
    border-bottom: 1px solid #C4161C;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 22px;
    padding-top: 10px;
}

.noleft td {
    padding-left: 0px;
}

.gallery-thumb.left {
    margin-left: 0;
}

.gallery-thumb.right {
    margin-right: 0;
}

.row {
    margin-bottom: 20px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after,
.container:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.gallery-thumb a img {
    vertical-align: middle !important;
}

.gallery-thumb {
    margin: 0 10px;
    padding: 20px 5px 10px 5px;
    background: #fff;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    width: 128px;
    height: 120px;
    text-align: center;
    display: table;
    vertical-align: middle;
}

#order-form {
    padding: 12px;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.went, .dym {
    display: block;
    width: 290px;
    height: 120px;
    background-repeat: no-repeat;
}

.went.standard.k1, .went.standard.k0 {
    background-image: url(images/standard_1kanal.png);
}

.went.standard.k2 {
    background-image: url(images/standard_2kanaly.png);
}

.went.standard.k3 {
    background-image: url(images/standard_3kanaly.png);
}

.went.standard.k4 {
    background-image: url(images/standard_4kanaly.png);
}

.went.uniwersal.k1, .went.uniwersal.k0, .went.universal.k0, .went.universal.k1 {
    background-image: url(images/uniwersal_1kanal.png);
}

.went.uniwersal.k2, .went.universal.k2 {
    background-image: url(images/uniwersal_2kanaly.png);
}

.went.uniwersal.k3, .went.universal.k3 {
    background-image: url(images/uniwersal_3kanaly.png);
}

.went.uniwersal.k4, .went.universal.k4 {
    background-image: url(images/uniwersal_4kanaly.png);
}

#flashcall {
    margin-top: 20px;
    border-radius: 8px 8px 8px 8px;
}

#flashcall .box {
    text-align: center;
}

.styled-select:after {
    content: '';
    clear: both;
}

.styled-select {
    float: left;
    margin-bottom: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 210px;
    background: url(images/arrow.png) no-repeat right;
    border-right: 1px solid #ccc;
    height: 34px;
    overflow: hidden !important;
}

.styled-select.short {
    width: 60px;
}

.styled-select.short select {
    max-width: 90px;
    width: 90px;
    padding: 5px;
}

.styled-select.dl {

}

.styled-select.mb {

}

.styled-select select {
    background: transparent;
    max-width: 234px;
    -moz-appearance: window;
    -webkit-appearance: none;
    width: 234px;
    padding: 5px;
    border: 1px solid #ccc;
    height: 34px;
    float: left;
}

.form-lenght span {
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.form-lenght .inp {
    margin-right: -2px;
    width: 140px;
    float: left;
    border-right: none;
    height: 20px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-lenght input.inp:hover, .form-lenght input.inp:focus {
    box-shadow: none;
    border-color: #CCCCCC;
    border-right: none;
}

.form-lenght select {
    float: left;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-left: none;
    width: 60px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-lenght select option {
}

.dym.uniwersal {
    background-image: url(images/uniwersal_dymowy.png);
}

.dym.standard {
    background-image: url(images/standard_dymowy.png);
}

.contact-form {
    float: left;
    margin-left: 60px;
    padding: 12px;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.order-send-email {
    cursor: pointer;
    background: url(images/btn_read_more.png) 0 0 no-repeat;
    width: 228px;
    height: 53px;
    color: #fff;
    text-align: center;
    font: 600 22px/54px 'LatoLight', serif;
    padding-bottom: 7px;
    border: 0;
    outline: 0;
    margin-top: 20px;
}

.button_order {
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(images/button_order.png) 0 0 no-repeat;
    display: block;
    width: 228px;
    height: 53px;
    float: right;
    text-indent: 20px;
    font: 600 20px/50px 'LatoLight', serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.48);
}

.button_send {
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(images/button_send_calc.png) 0 0 no-repeat;
    display: block;
    width: 312px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-shadow: 2px 1px 0px rgba(150, 150, 150, 1);
    font: 600 17px/47px 'LatoLight', serif;
    color: #222;
    float: left;
}

#order-form form label {
    text-align: left;
    font-weight: bold;
    text-indent: 20px;
}

.button-calc {
    background: url(images/button_calculate.png) 0 0 no-repeat;
    width: 280px;
    padding-left: 27px;
    height: 73px;
    display: block;
    font: 600 20px/70px 'LatoLight', serif;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.calc-button:hover, .readmore-button:hover {
    text-decoration: underline;
}

.calc-button {
    text-align: center;
    display: block;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    font: 600 20px/44px 'LatoLight', serif;
    color: #fff;
    text-decoration: none;
    width: 140px;
    height: 48px;
    display: block;
    border: none;
    outline: 0;
    background: url(images/calc_buttons.png) top right no-repeat;
}

.readmore-button {
    text-align: center;
    display: block;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    font: 600 20px/44px 'LatoLight', serif;
    color: #fff;
    text-decoration: none;
    width: 223px;
    height: 48px;
    display: block;
    border: none;
    outline: 0;
    background: url(images/btn_read_more.png) top right no-repeat;
}

.calc-button.gray {
    text-shadow: none;
    color: #000;
    background-position: left top;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.cookieMonster {
    position: relative;
    width: 100%;
    padding: 30px 0;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    background: #Eee;
    text-align: center;
}

.cookieMonster-close {
    cursor: pointer;
    color: #F00;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 40px;
}

.mbo {
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
}

.checkbox,
.radio {
    cursor: pointer;
    margin-bottom: 12px;
    padding-left: 15px;
    font-family: 'LatoLight', Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.checkbox:hover,
.radio:hover {
    color: #16c467;
}

.checkbox input,
.radio input {
    outline: none !important;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
}

.checkbox.checked .icon,
.radio.checked .icon {
    background-position: -60px -30px;
    opacity: 1;
    display: block\9;
}

.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade {
    opacity: 0;
    display: none\9;
}

.checkbox.disabled,
.radio.disabled {
    color: #d7dddd;
    cursor: default;
}

.checkbox.disabled .icon,
.radio.disabled .icon {
    opacity: 0;
    display: none\9;
}

.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade {
    background-position: -30px -60px;
    opacity: 1;
    display: block\9;
}

.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
    background-position: 0 -90px;
    opacity: 1;
    display: block\9;
}

.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
    opacity: 0;
    display: none\9;
}

.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
    background: url("images/checkbox.png") -90px 0 no-repeat;
    display: block;
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 3px;
    width: 20px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-backface-visibility: hidden;
}

.checkbox .icon,
.radio .icon {
    opacity: 0;
    top: 3px;
    z-index: 2;
    display: none\9;
}

.radio .icon,
.radio .icon-to-fade {
    background-image: url("images/radio.png");
}

.taxonomy-info {
    margin-top: 40px;
    color: #222;
    font-size: 15px;
}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('fonts/Lato-BlaIta-webfont.eot');
    src: url('fonts/Lato-BlaIta-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-BlaIta-webfont.woff') format('woff'),
    url('fonts/Lato-BlaIta-webfont.ttf') format('truetype'),
    url('fonts/Lato-BlaIta-webfont.svg#LatoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlack';
    src: url('fonts/Lato-Bla-webfont.eot');
    src: url('fonts/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bla-webfont.woff') format('woff'),
    url('fonts/Lato-Bla-webfont.ttf') format('truetype'),
    url('fonts/Lato-Bla-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('fonts/Lato-BolIta-webfont.eot');
    src: url('fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-BolIta-webfont.woff') format('woff'),
    url('fonts/Lato-BolIta-webfont.ttf') format('truetype'),
    url('fonts/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bol-webfont.eot');
    src: url('fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bol-webfont.woff') format('woff'),
    url('fonts/Lato-Bol-webfont.ttf') format('truetype'),
    url('fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('fonts/Lato-RegIta-webfont.eot');
    src: url('fonts/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-RegIta-webfont.woff') format('woff'),
    url('fonts/Lato-RegIta-webfont.ttf') format('truetype'),
    url('fonts/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato-Reg-webfont.eot');
    src: url('fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Reg-webfont.woff') format('woff'),
    url('fonts/Lato-Reg-webfont.ttf') format('truetype'),
    url('fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLightItalic';
    src: url('fonts/Lato-LigIta-webfont.eot');
    src: url('fonts/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-LigIta-webfont.woff') format('woff'),
    url('fonts/Lato-LigIta-webfont.ttf') format('truetype'),
    url('fonts/Lato-LigIta-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('fonts/Lato-Lig-webfont.eot');
    src: url('fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Lig-webfont.woff') format('woff'),
    url('fonts/Lato-Lig-webfont.ttf') format('truetype'),
    url('fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoHairlineItalic';
    src: url('fonts/Lato-HaiIta-webfont.eot');
    src: url('fonts/Lato-HaiIta-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-HaiIta-webfont.woff') format('woff'),
    url('fonts/Lato-HaiIta-webfont.ttf') format('truetype'),
    url('fonts/Lato-HaiIta-webfont.svg#LatoHairlineItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoHairline';
    src: url('fonts/Lato-Hai-webfont.eot');
    src: url('fonts/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Hai-webfont.woff') format('woff'),
    url('fonts/Lato-Hai-webfont.ttf') format('truetype'),
    url('fonts/Lato-Hai-webfont.svg#LatoHairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

.meter {
    height: 20px; /* Can be anything */
    position: relative;
    margin: 20px 0 35px 0; /* Just for demo spacing */
    background: #eeeeee;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 7px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(43, 194, 83)),
            color-stop(1, rgb(84, 240, 84))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    background-image: -ms-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #9b1316;
    background-image: -moz-linear-gradient(top, #9b1316, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9b1316), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#9b1316, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.meter > span:after, .animate > span > span {
    animation: move 4s linear infinite;

    -webkit-animation: move 4s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.faq-link {
    text-decoration: none;
    color: #C4161C;

}

.post-faq {
    margin-bottom: 20px;
}

.offer-title {
    margin-bottom: 40px;
}

.fullwidth {
    width: 100% !important;
}

.searchform input[type="text"] {
    float: left;
    font-size: 14px;
    padding: 3px 9px;
    line-height: 31px;
    height: 31px;
    display: block;
    width: 220px;
    margin: 0;
}

.searchform input[type="submit"] {
    float: left;
    font-size: 18px;
    margin-left: 15px;
    height: 38px;
    display: block;
}

.only-search {
    position: absolute;
    right: 0;
    top: 78px;
}

.products {
}

.products header {
    margin-bottom: 70px;
    padding-right: 420px;
}

.products header h1 {
    font-size: 40px;
}

.product-order {
    position: absolute;
    top: 130px;
    right: 0;
}

.no-slides-text {
    display: none
}