/* *** CSS RESET *** */

@font-face {
	font-family: 'ElectroluxSans_1_Thin';
	src: url('../fonts/ElectroluxSans_1_Thin.eot');
	src: url('../fonts/ElectroluxSans_1_Thin.woff') format('woff'),
    url('../fonts/ElectroluxSans_1_Thin.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_1_Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ElectroluxSans_4_Semibold';
	src: url('../fonts/ElectroluxSans_4_Semibold.eot');
	src: url('../fonts/ElectroluxSans_4_Semibold.woff') format('woff'),
    url('../fonts/ElectroluxSans_4_Semibold.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_4_Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ElectroluxSans_2_Light';
    src: url('../fonts/ElectroluxSans_2_Light.eot');
    src: url('../fonts/ElectroluxSans_2_Light.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_2_Light.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_2_Light.woff') format('woff'),
         url('../fonts/ElectroluxSans_2_Light.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_2_Light.svg#ElectroluxSans_2_Light') format('svg');
}

.xx-box-8 .xx-number {
	font-family: 'ElectroluxSans_1_Thin';
}

@font-face {
    font-family: 'ElectroluxSans_5_Bold';
    src: url('../fonts/ElectroluxSans_5_Bold.eot');
    src: url('../fonts/ElectroluxSans_5_Bold.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_5_Bold.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_5_Bold.woff') format('woff'),
         url('../fonts/ElectroluxSans_5_Bold.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_5_Bold.svg#ElectroluxSans_5_Bold') format('svg');
}

@font-face {
    font-family: 'ElectroluxSans_3_Regular';
    src: url('../fonts/ElectroluxSans_3_Regular.eot');
    src: url('../fonts/ElectroluxSans_3_Regular.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_3_Regular.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_3_Regular.woff') format('woff'),
         url('../fonts/ElectroluxSans_3_Regular.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_3_Regular.svg#ElectroluxSans_3_Regular') format('svg');
}

.ss-body :focus {outline: 0}
.ss-body a {outline: none; text-decoration: none;}
.ss-body a, .ss-body img {border: 0;}
.ss-body button {cursor: pointer;}

.ss-body h1, .ss-body h2, .ss-body h3, .ss-body h4, .ss-body h5, .ss-body h6, .ss-body .h1, .ss-body .h2, .ss-body .h3, .ss-body .h4, .ss-body .h5, .ss-body .h6 {
    margin: 0;
    margin-top: 0;
}

.ss-body p {
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

.ss-body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body figure {
    margin: 0;
}

.ss-body {
    margin: 0;
	background: #dee8eb;
    padding: 0;
}

.ss-body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body *:before, .ss-body *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body .ss-container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
}

.ss-body .ss-content-box-1 .ss-container {
	width: 100%;
	max-width: 1350px;
}

/* *** GLOBAL *** */

.ss-body .bx-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.ss-body iframe {
    border: none;
}

.ss-body input, .ss-body textarea, .ss-body button {
    font-family: arial;
}

.ss-body figure {
    margin: 0;
}

.ss-body strong {
    font-family: 'ElectroluxSans_5_Bold';
    font-weight: normal;
}

body.ss-body {
    font-family: 'ElectroluxSans_3_Regular' !important;
    font-size: 14px !important;
    color: #000 !important;
    background: #fff;
    line-height: 1.4 !important;
    min-width: 302px;
}

.ss-body img {
    max-width: 100%;
    max-height: 100%;
}

.ss-body a, .ss-body a:hover, .ss-body a:focus, .ss-body a:active {
    outline: none !important;
    text-decoration: none;
}

.ss-body .bx-wrapper .bx-controls-auto, .ss-body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.ss-body .clearer {
    clear: both;
    height: 0;
}

.ss-body .ss-logo, .ss-body img, .ss-body a, .ss-body button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.ss-body .bx-caption {
    display: none;
}

.ss-body .bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;
}

.ss-body .ss-content-box {
    float: left;
    width: 100%;
}

.ss-table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

/* *** HEADER *** */

.ss-header  {
    text-align: center;
    padding: 27px 0 22px 0;
}

/* *** HOME *** */

.ss-content-box-1 {
    text-align: center;
}

.ss-content-box-1-1 {
    text-align: center;
    padding: 25px 15px 20px 15px;
    color: #000;
}

.ss-content-box-1-1 .ss-txt {
    font-size: 18px;
    line-height: 1.2;
	color: #041e50;
}

.ss-content-box-1-1 p:last-child {
    margin-bottom: 0;
}

.ss-content-box-1 figure img {
    display: block;
	margin: 0 auto;
}

.ss-content-box-1-1 .ss-txt {
    margin-top: 22px;
    float: left;
    width: 100%;
}

.ss-btn-blue {
    background: #021643 !important;
}

body figure {
    margin: 0;
}

.ss-content-box-1-2 {
    background: #021643;
    text-align: center;
    padding: 55px 15px 15px 15px;
    line-height: 1.2;
    color: #fff;
    font-size: 40px;
}

.ss-content-box-1-2 small {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.ss-content-box-1-2 span {
    display: block;
    font-size: 15.91px;
    padding: 22px 0 27px 0;
}


.ss-body a:hover {
    text-decoration: none;
}

.ss-btn-1 {
    position: relative;
    height: 45px;
    background: #7a8a9c;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #fff;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 48px;
    padding: 0 20px 0 20px;
}

.ss-btn-1:hover {
    opacity: 0.8;
    color: #fff;
}

.ss-body .ss-btn-2 {
    position: relative;
    height: 45px;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-btn-2:hover {
    opacity: 0.8;
    color: #000;
}


.ss-body {
    overflow-x: hidden;
}

/* *** RWD *** */

@media only screen and (max-width: 1220px) {
    .ss-content-box-1-2 {
        font-size: 35px;
    }
    .ss-title h2 {
        font-size: 30px;
    }
    .ss-content-box-1-2 small {
        padding-top: 30px;
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .ss-content-box-1-2 {
        font-size: 25px;
    }
    .ss-content-box-1-2 {
        padding-top: 40px;
    }
    .ss-width-3 .zz-content-box-1 .txt-1 strong, .zz-content-box-1 .txt-1 strong {
        font-size: 25px !important;
    }

}

@media only screen and (max-width: 767px) {
    .ss-content-box-1-2, .ss-title h2 {
        font-size: 22px;
    }
    .ss-row > div {
        width: 100%;
    }
    /* .ss-buttons a {
        margin: 5px 3px;
    } */
    .ss-buttons {
        padding: 35px 0 45px 0;
    }
    /* .ss-buttons a {
        margin: 5px 3px !important;
    } */
}

.ss-footer {
    float: left;
    width: 100%;
    background: #041e41;
    padding: 30px 0 21px 0;
    text-align: center;
}

.ss-width-1 .ss-container {
    max-width: 1230px !important;
}

.ss-width-2 .ss-container {
    max-width: 1030px !important;
}

.ss-width-3 .ss-container {
    max-width: 1010px !important;
}

.ss-body .ss-btn-2 {
    position: relative;
    height: 45px;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-buttons {
    text-align: center;
    padding: 40px 0;
}

/* .ss-buttons a {
    margin: 0 20px;
	min-width: 310px;
} */

.xx-content-box-5 {
    padding: 20px 0;
    background: #041e50;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* *** *** */


/* *** MYJKA DO OKIEN W PREZENCIE *** */


.dd-body-bg {
    background: #dee8eb;
}

.dd-body-bg header {
    background: #dee8eb;
}

.dd-body-bg .main-menu > ul > li {
    border-color: #dee8eb;
}

.dd-banner .dd-description {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 10px 0 10px;
    background: rgba(4,30,80,0.85);
}

.dd-banner h2 {
    font-size: 33px;
    font-family: 'ElectroluxSans_5_Bold';
}

.dd-body-bg .btn-2 {
    background: transparent;
}

.dd-body-bg .button-box-1 a {
    width: 310px;
}

.dd-buttons {
    margin: 25px 0;
}

.dd-buttons .txt {
    margin-top: 25px;
    margin-bottom: -5px;
    color: #041e50;
    font-size: 16px;
}

.dd-buttons .txt strong {
	font-family: 'ElectroluxSans_4_Semibold';
    font-weight: normal;
}

.dd-content-box-1 {
    background: #6c8596;
    color: #fff;
    padding: 30px 0 10px 0;
    text-align: center;
}

.dd-boxes-1 .col-box {
    width: 33.33%;
    float: left;
    padding: 0 30px;
}

.dd-content-box-1 .txt-1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'ElectroluxSans_5_Bold';
}

.dd-box-1 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dd-content-box-1 .txt-2 {
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'ElectroluxSans_4_Semibold';
}

.dd-box-1 .txt {
    margin-top: 20px;
}

.dd-boxes-1 {
    position: relative;
}

.dd-boxes-1 .line {
    position: absolute;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 41px;
    margin-left: -400px;
    width: 800px;
}

.dd-content-box-2 {
    color: #041e50;
    text-align: center;
    padding: 30px 0 30px 0;
}

.dd-content-box-2 .txt-1 {
    font-size: 26px;
    font-family: 'ElectroluxSans_5_Bold';
    margin-bottom: 10px;
}

.dd-content-box-2 .txt-2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.dd-boxes-2 .txt-3 {
    font-size: 16px;
    padding: 30px 0 15px 0;
	font-family: 'ElectroluxSans_4_Semibold';
}

.dd-boxes-2 .col-box-2 {
    width: 14.28%;
    float: left;
    padding-left: 10px;
}

.dd-boxes-2 .col-box-1 {
    width: 85.71%;
    float: left;
    padding-right: 5px;
}

.dd-boxes-2 .dd-box-2 {
    float: left;
    width: 16.666%;
}

.dd-boxes-2 .col-box-2 .dd-box-2 {
    width: 100%;
}

.dd-boxes-2 .name {
    background: #6c8596;
    font-size: 14px;
	font-family: 'ElectroluxSans_4_Semibold';
    padding: 7px 15px 3px 15px;
    color: #fff;
}

.dd-box-2 .image-2 {
    padding: 10px 0;
    height: 167px;
}

.dd-box-2 a {
    display: block;
}

.dd-box-2 .txt-4 {
    color: #041e50;
    font-size: 14px;
	font-family: 'ElectroluxSans_4_Semibold';
}

.dd-boxes-2 {
    float: left;
    width: 100%;
}

.dd-boxes-2-1 {
    margin-top: 40px;
}

.dd-boxes-2-1 .col-box-2 {
    width: 16.6666%;
}

.dd-boxes-2-1 .col-box-1 {
    width: 83.33333%;
    overflow: hidden;
}

.dd-boxes-2-1 .dd-box-2 {
    width: 20%;
}

body .dd-box-2-1 {
    padding: 0 7px;
}

body .col-box-2 .dd-box-2-1 {
    padding: 0;
}

.dd-box-2-1 .image-2 {
    height: auto;
    padding: 4px 0 0 0;
}

.dd-boxes-2-1 .row-box {
    margin-left: -7px;
    margin-right: -7px;
}

.dd-box-2-1 {
    color: #041e50;
    font-size: 14px;
}

.dd-box-2-1 .txt-5 {
    color: #6c8596;
    font-size: 16px;
    font-family: 'ElectroluxSans_5_Bold';
    padding: 15px 0;
}

.dd-box-2-1 .txt-6 {
    margin-bottom: 15px;
}

.dd-box-2-1 .txt-6 strong {
	font-family: 'ElectroluxSans_4_Semibold';
    font-weight: normal;
}

.dd-content-box-3 {
    background: #6c8596;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.dd-body-bg .kl-form {
    background: #dee8eb !important;
}

.fff-content-box-1 {
    float: left;
    width: 100%;
    color: #041E50;
    font-size: 15.70px;
    padding: 35px 0 35px 0;
    text-align: center;
}

.fff-table-box {
    width: 100%;
}

.fff-table-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.fff-table-box table tr:hover td {
    background: #6C8596;
    color: #fff;
}

.fff-table-box th {
    height: 73px;
    background: #041E50;
    color: #fff;
    font-weight: normal;
    width: 25%;
    padding: 5px 10px 3px 10px;
}

.fff-table-box .name {
    display: none;
}

.fff-table-box td {
    height: 47px;
    border: 1px solid #6C8596;
    color: #041E50;
    font-weight: normal;
    padding: 1px 10px 0 10px;
}

.fff-popup-hover {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fff-content-box-1 .txt-1 {
    margin-bottom: 10px;
}

.fff-popup:after {
    width: 56px;
    height: 30px;
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    display: block;
    background: url('../img/kupoczyszczaczpurea9/arrow.png') center center no-repeat;
}

.fff-table-box tr {
    position: relative;
}

.fff-popup {
    position: absolute;
    width: 927px;
    float: left;
    z-index: 10;
    display: none;
    background: #fff;
    text-align: left;
    border: 1px solid #6c8596;
    padding: 35px;
    left: 50%;
    top: 60px;
    margin-left: -30px;
}

.fff-popup .img-1 {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.fff-popup-hover:hover .fff-popup {
        display: block;
}

body tr td .fff-popup-txt {
    overflow: hidden;
    width: calc(100% - 307px);
    display: inline-block;
    color: #041e50 !important;
    padding-right: 10px;
    vertical-align: middle;
}

.fff-popup .img-2 {
    display: inline-block;
    vertical-align: middle;
    width: 197px;
}

@media (max-width: 1199px) {
    .dd-banner h2 {
        font-size: 25px;
    }
    .dd-boxes-1 .line {
        display: none;
    }
    .dd-boxes-2 .name {
        font-size: 13px;
    }
    .dd-boxes-2 .col-box-2 {
        padding-left: 5px;
    }
    .dd-boxes-2 .col-box-1 {
        padding-right: 0;
    }
    .fff-popup {
        width: 732px;
    }
    .dd-box-2-1 .image-2 {
        height: 176px;
    }
}

@media (max-width: 992px) {
    .dd-banner h2 {
        font-size: 18px;
    }
    .dd-body-bg .button-box-1 a {
        width: 196px;
    }
    .dd-content-box-2 .txt-2 {
        font-size: 30px;
    }
    .dd-box-2-1 .image-2 {
        height: 126px;
    }
}

@media (max-width: 767px) {
    .dd-banner h2 {
        font-size: 14px;
        margin: 0;
    }
    .dd-banner .dd-description {
        padding: 10px 15px;
    }
    .dd-boxes-1 .col-box {
        width: 100%;
        padding: 0;
    }
    .dd-content-box-2 .txt-1 {
        font-size: 18px;
    }
    .dd-content-box-2 .txt-2 {
        font-size: 24px;
    }
    .dd-boxes-2 .col-box-1 {
        width: 100%;
    }
    .dd-boxes-2 .col-box-2 {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .dd-boxes-2 .dd-box-2 {
        width: 50%;
    }
    .dd-boxes-2-1 .dd-box-2 {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .dd-boxes-2-1 .col-box-1 .dd-box-2:first-child {
        margin-top: 0;
    }
    .dd-boxes-2-1 .row-box {
        margin: 0;
    }
    .fff-table-box th, .fff-table-box td {
        padding: 5px;
        font-size: 12px;
    }
    .fff-popup {
        width: 300px;
        padding: 15px;
    }
     .fff-popup .img-1 {
        width: 100%;
        text-align: center;
        float: left;
        width: 100%;
     }
     .fff-popup .img-2 {
        width: 100%;
        text-align: center;
        float: left;
        width: 100%;
     }
     .fff-popup .fff-popup-txt {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        float: left;
        width: 100%;
     }
}


body {
    margin: auto;
}
#lp_wrapper .sg_sprawdz {
	display: inline-block;
	background-color: #f60;
	border-radius: 3px;
	color: #fff;
	font-family: arimoregular,sans-serif;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	clear: both;
	z-index: 101;
	font-weight: 400;
	text-decoration: none;
	width: 160px;
	padding: 14px 20px;
	transition: none;
}
#lp_wrapper .sg_sprawdz:hover {
	background-color: #31a2ed;
	text-decoration: none;
}
#lp_wrapper .sg_sprawdz {
    width: 200px;
    max-width: 92%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media all and (min-width:1200px) {
    #lp_wrapper .omen__cta .sg_sprawdz {
        width: 265px;
    }
}
#lp_wrapper .prod .sg_sprawdz {
    display: block;
    margin: 20px auto 0;
    width: 125px;
    max-width: 92%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lp_wrapper .center-btn {
    text-align: center;
    font-size: 0;
    /* margin: 30px auto 0; */
}
#lp_wrapper .center-btn .sg_sprawdz {
    margin: 10px;
}
#lp_wrapper .howTo .howToRight .center-btn {
    margin-bottom: 30px;
}

.clear {
    clear: both
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.box-video {
    width: 100%;
    margin: 15px auto 0;
}
.responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
#lp_wrapper .sticker {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 42%;
}
#lp_wrapper .form {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    word-wrap: break-word;
    margin: 20px auto 0;
    display: block;
    text-align: center;
    padding: 0 20px;
}
#lp_wrapper .row-steps {
	text-align: center;
	font-size: 0;
	margin: 38px auto;
	font-family: 'Source Sans Pro', Arial;
}
#lp_wrapper .row-steps .maintxt {
	font-size: 38px;
	line-height: 140%;
	font-weight: 400;
	padding: 0 15px;
	color: #ed1c24;
	margin: auto;
}
#lp_wrapper .row-steps .col {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	max-width: 32.33333%;
	padding: 60px 12px 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lp_wrapper .row-steps .col:before {
	content: "";
	display: block;
	width: 290px;
	max-width: 100%;
	height: 2px;
	background-color: #ed1c24;
	margin: 0 auto -35.5px;
}
#lp_wrapper .row-steps .col .number {
	display: block;
	position: relative;
	height: 65px;
	width: 65px;
	line-height: 62px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	background-color: #fff;
	color: #ed1c24;
	border: 2px solid #ed1c24;
	margin: 0 auto 20px;
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
#lp_wrapper .row-steps .col .txt {
	font-size: 20px;
	line-height: 125%;
	font-weight: 400;
}
#lp_wrapper .row-steps .col .narrower {
	width: 220px;
	max-width: 100%;
	margin: auto;
}
#lp_wrapper .row-steps .col .wider {
	max-width: 116%;
	margin-left: -8%;
	margin-right: -8%;
}
@media all and (min-width:1025px) {
	#lp_wrapper .row-steps .col {max-width: 30.33333%;}
	#lp_wrapper .row-steps .col.marg {margin-left: 2%; margin-right: 2%;}
}
@media all and (max-width:1024px) {
	#lp_wrapper .row-steps .col .wider {max-width: 100%; margin-left: auto; margin-right: auto;}
	#lp_wrapper .row-steps .col .txt {font-size: 18px;}
	#lp_wrapper .row-steps .col .txt br {display: none;}
}
@media all and (max-width:835px) {
    #lp_wrapper .row-steps .col {width: 305px; max-width: 50%;}
}
@media all and (max-width:450px) {
    #lp_wrapper .row-steps .col {max-width: 100%;}
}

#lp_wrapper .footer-lp {
	font-family: Arial;
	font-size: 16px;
	color: #2e7ae7;
	padding-top: 20px;
	text-align: left;
	background-color: #fff;
	line-height: normal;
	font-weight: normal;
}
#lp_wrapper .footer-lp a {
	text-decoration: none;
	color: #31a2ed;
	font: inherit;
}
#lp_wrapper .footer-lp a:hover {
	text-decoration: underline;
	color: #31a2ed;
}
