@charset "UTF-8";
/* colors */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@font-face {
    font-family: 'IPF_icons';
    src: url(fonts/IPF_icons.eot?bm9zaf);
    src: url(fonts/IPF_icons.eot?bm9zaf#iefix) format("embedded-opentype"), url(fonts/IPF_icons.woff?bm9zaf) format("woff"), url(fonts/IPF_icons.svg?bm9zaf#IPF_icons) format("svg");
    font-weight: normal;
    font-style: normal; }

[class*=" icon-"]:before {
    font-family: 'IPF_icons'; }

.icon-twitter:before {
    content: "" !important;
    color: #1da1f2 !important; }

.icon-facebook:before {
    content: "" !important; }

.icon-facebook-square:before {
    content: "" !important;
    color: #3b5998 !important; }

.icon-youtube:before {
    content: "" !important;
    color: #cd201f !important; }

.icon-instagram:before {
    content: "" !important;
    color: #262626 !important; }

.icon-chart-growth:before {
    content: "\e923"; }

.icon-wallet:before {
    content: "\e922"; }

.icon-locked:before {
    content: "\e90c"; }

.icon-pencil:before {
    content: "\e90d"; }

.icon-file:before {
    content: "\e90e"; }

.icon-type:before {
    content: "\e90f"; }

.icon-monitor:before {
    content: "\e910"; }

.icon-telephone:before {
    content: "\e913"; }

.icon-list:before {
    content: "\e911"; }

.icon-keyboard:before {
    content: "\e912"; }

.icon-linkedin:before {
    content: "\e905"; }

.icon-google-plus:before {
    content: "\e908"; }

.icon-up:before {
    content: "\e657"; }

.icon-down:before {
    content: "\e659"; }

.icon-arrow-up:before {
    content: "\e65b"; }

.icon-arrow-down:before {
    content: "\e65d"; }

.icon-next:before {
    content: "\e65f"; }

.icon-plane:before {
    content: "\e662"; }

.icon-chat:before {
    content: "\e648"; }

.icon-faq:before {
    content: "\e64c"; }

.icon-tel:before {
    content: "\e64d"; }

.icon-list-icon2:before {
    content: "\e67d"; }

.icon-open-time:before {
    content: "\e677"; }

.icon-phone:before {
    content: "\e679"; }

.icon-user-login:before {
    content: "\e676"; }

.icon-menu:before {
    content: "\e674"; }

.icon-list-icon:before {
    content: "\e671"; }

.icon-coins:before {
    content: "\e66f"; }

.icon-cs-chat:before {
    content: "\e66e"; }

.icon-details:before {
    content: "\e66c"; }

.icon-details-hover:before {
    content: "\e66a"; }

.icon-document:before {
    content: "\e668"; }

.icon-download:before {
    content: "\e666"; }

.icon-download-hover:before {
    content: "\e664"; }

.icon-extra:before {
    content: "\e67f"; }

.icon-information:before {
    content: "\e681"; }

.icon-invoices-error:before {
    content: "\e682"; }

.icon-logout:before {
    content: "\e685"; }

.icon-mail:before {
    content: "\e68b"; }

.icon-question:before {
    content: "\e687"; }

.icon-search:before {
    content: "\e689"; }

.icon-userinfo:before {
    content: "\e68d"; }

.icon-aadress:before {
    content: "\e690"; }

.icon-billing-check:before {
    content: "\e692"; }

.icon-calendar:before {
    content: "\e694"; }

.icon-googleplay:before {
    content: "\e901"; }

.icon-apple:before {
    content: "\e902"; }

.icon-upload-image:before {
    content: "\e900"; }

.icon-loading:before {
    content: "\e903"; }

.icon-delete:before {
    content: "\e904"; }

.icon-upload:before {
    content: "\e909"; }

.icon-zlott:before {
    content: "\e90a"; }

.icon-eur:before {
    content: "\e914"; }

.icon-low:before {
    content: "\e915"; }

.icon-peso:before {
    content: "\e90b"; }

.icon-help-operator:before {
    content: "\e91a"; }

.icon-hammer-wrench:before {
    content: "\e699"; }

.icon-eye-crossed:before {
    content: "\e6c9"; }

.icon-folder-search:before {
    content: "\e6de"; }

.icon-clipboard-check:before {
    content: "\e6ef"; }

.icon-trophy2:before {
    content: "\e706"; }

.icon-profile:before {
    content: "\e73e"; }

.icon-portrait:before {
    content: "\e73f"; }

.icon-cash-euro:before {
    content: "\e77e"; }

.icon-calendar-full:before {
    content: "\e7ac"; }

.icon-laptop:before {
    content: "\e7d0"; }

.icon-laptop-phone:before {
    content: "\e7d1"; }

.icon-bubble-user:before {
    content: "\e802"; }

.icon-file-preview:before {
    content: "\e948"; }

.icon-thumb:before {
    content: "\e67c"; }

.icon-magnifier:before {
    content: "\e959"; }

.icon-es-calendar:before {
    content: "\e924"; }

.icon-es-light:before {
    content: "\e925"; }

.icon-es-pc:before {
    content: "\e926"; }

.icon-es-sunset:before {
    content: "\e927"; }

/* Responsive template styles */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
footer {
    display: block;
    position: relative; }

html {
    height: 100%; }

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #191919;
    height: 100%; }
body.hasCarousel {
    background: none !important; }
body.logged-in .nav-bar {
    top: 32px; }
body.menuOpen {
    overflow: hidden; }
body.cockpit a.selfservice {
    display: none !important; }
body.cockpit button.selfservice {
    display: block !important; }
body a.selfservice {
    display: block !important; }
body button.selfservice {
    display: none !important; }

strong {
    font-weight: 700; }

a {
    text-decoration: none; }

a:hover {
    color: #10465b; }

a img {
    border: none; }

.alignright {
    float: right; }

.alignleft {
    float: left; }

img {
    max-width: 100%;
    height: auto;
    display: block; }
img.size-full {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
img.alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }

p {
    margin: 0 0 15px; }

p:last-child,
.section ul:last-child,
ul:last-child {
    margin: 0; }

h2,
h1,
h2 strong {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.2; }
h2:last-child,
h1:last-child,
h2 strong:last-child {
    margin: 0; }

h2 {
    margin-top: 30px; }
h2:first-child {
    margin-top: 0; }

h1 {
    font-size: 55px; }

h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 15px 0; }

h4 {
    font-weight: 600;
    padding: 35px 0 40px;
    font-size: 21px; }

ul, ol {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    counter-reset: index; }

.ta-center {
    text-align: center; }

#main,
.one-column {
    background-color: #f2f5f7; }

.page-section.one-column + .steps .container {
    padding-top: 0; }

.page-section table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px; }

.page-section table td {
    text-align: center;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(16, 70, 91, 0.8); }

.page-section table tbody tr:first-child td,
.page-section table th td {
    background: #ffcc99;
    color: #fff;
    background: rgba(16, 70, 91, 0.8);
    border: none; }

.page-section table tbody tr td a {
    text-decoration: underline;
    color: #0099cc; }

.cookies {
    border-collapse: collapse;
    width: 100%; }

.cookies td {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 1px solid #F2F5F7; }

.cookies tbody tr:first-child td {
    background: #ffcc99;
    padding: 10px;
    color: #fff;
    background: rgba(16, 70, 91, 0.8); }

.cookies tbody tr td a {
    text-decoration: underline;
    color: #0099cc; }

.cookies tbody tr:nth-child(2) td {
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.1);
    color: #666; }

.page-section ul {
    margin: 0 0 15px; }
.page-section ul > li {
    padding-left: 40px;
    position: relative; }
.page-section ul > li:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #10465b;
    position: absolute;
    left: 20px;
    top: 7px; }

.page-section ol {
    counter-reset: sub-item; }
.page-section ol > li {
    background: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px; }
.page-section ol > li:before {
    counter-increment: sub-item;
    content: counters(sub-item, ".") ".";
    position: absolute;
    top: 4px;
    left: 0;
    color: #10465b;
    line-height: 1;
    width: 30px;
    text-align: right;
    background-color: transparent; }
.page-section ol li ul li {
    margin: 0; }

ol[type='i'] > li:before {
    content: counter(index, lower-roman) "."; }

ol[type='a'] > li:before {
    content: counter(index, lower-latin) ")"; }

ol > li {
    background: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px; }
ol > li:before {
    counter-increment: index;
    content: counters(index, ".") ".";
    position: absolute;
    top: 4px;
    left: 0;
    color: #10465b;
    line-height: 1;
    width: 30px;
    text-align: right; }
ol > li ul {
    margin: 0 !important; }
ol > li ul li:before {
    content: ""; }

hr {
    border: solid 1px #a7cb19; }

#breadcrumbs {
    font-size: 16px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px; }

.blog #breadcrumbs,
.single #breadcrumbs,
.archive #breadcrumbs,
.category #breadcrumbs {
    margin-left: 20px; }

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    position: relative;
    /*z-index: 1;*/ }

.login-wrapper {
    text-align: center;
    display: none;
    clear: both;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
.login-wrapper.open {
    display: block; }
.login-wrapper form {
    padding-bottom: 20px; }
.login-wrapper .one_third {
    padding: 0 24px 0 0; }
.login-wrapper .container {
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px; }

.login-wrapper input,
.popup input[type="text"] {
    color: #10465b;
    border-color: #10465b;
    margin: 0; }

.login-wrapper input.invalid,
.popup input.invalid[type="text"] {
    color: #ed2b2b;
    border-color: #ed2b2b; }

.login-wrapper input:-webkit-input-placeholder,
.login-wrapper input:-moz-placeholder,
.login-wrapper input:-moz-placeholder,
.login-wrapper input:-ms-input-placeholder {
    color: #10465b; }

.forgot_password {
    font-size: 16px; }

.login-wrapper input {
    margin-bottom: 12px;
    display: block; }

.old-site {
    padding: 10px 0; }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(33, 86, 105, 0.8);
    z-index: 1000;
    width: 100%;
    height: 100%; }

.login .button.logout {
    display: none; }

.grey_bg {
    background-color: #f2f5f7; }

.green_bg {
    background-color: #388480; }

.white_bg,
.menu_bg {
    background-color: #ffffff; }

.purple_bg,
.turquoise_bg {
    background-color: #e4407d;
    color: #fff;
    padding: 5px 0 !important; }
.purple_bg .container,
.turquoise_bg .container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px; }
.purple_bg .container div,
.turquoise_bg .container div {
    vertical-align: middle;
    margin: 0 10px; }
.purple_bg .top-icon,
.turquoise_bg .top-icon {
    top: -18px;
    left: 0;
    margin-left: 0;
    width: auto; }
.purple_bg a,
.turquoise_bg a {
    color: #ffd500;
    font-size: 30px;
    font-weight: 600; }

.turquoise_bg {
    background-color: turquoise; }

.popup, .popup-template {
    display: none; }

.popup {
    position: fixed;
    z-index: 100000;
    width: 100%;
    border-radius: 3px;
    top: 10%;
    left: 0; }

.popup .popup-a {
    max-width: 555px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box; }

.popup .heading {
    position: relative;
    padding: 20px 75px 20px 20px;
    background: #215669;
    color: #ffffff; }

.popup .heading h2 {
    margin: 0;
    color: #fff !important;
    text-align: left;
    font-size: 22px !important;
    line-height: 26px !important; }

.popup .heading .close {
    float: right;
    color: #ffffff;
    position: absolute;
    width: 72px;
    height: 73px;
    text-align: center;
    padding: 20px 0;
    right: 0;
    top: 0; }

.popup .heading .close:after {
    font-family: 'IPF_icons';
    content: "\e682";
    font-size: 14px;
    line-height: 25px; }

.popup .heading .close span {
    display: none; }

.popup .inner {
    padding: 20px; }

.popup .inner .content p {
    margin: 0 !important; }

.popup .inner .content span.data {
    display: block;
    margin: 20px 0 0 0;
    padding: 10px;
    width: 100%;
    background: #eaeff1;
    text-align: center; }

.popup .inner .actions a,
.popup .inner .actions input[type="button"] {
    cursor: pointer;
    min-width: 0;
    height: 50px;
    width: auto;
    border: 1px solid;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600; }

.popup .actions {
    margin: 30px 0 0; }

.popup ul.fields li {
    position: relative;
    margin-top: 40px; }

.popup.scrollable {
    overflow-y: auto !important;
    height: 100%;
    top: 0 !important; }

.popup .inner .actions a.cancel,
.popup .inner .actions input[type="button"].cancel {
    float: left;
    background: #f1f5f6;
    border-color: #c5d4da;
    color: #9fb1b8; }

.popup .inner .actions a.cancel:hover,
.popup .inner .actions input[type="button"].cancel:hover {
    background: #97afb9;
    color: #fff; }

.popup .inner .actions a.accept,
.popup .inner .actions input[type="button"].accept {
    float: right;
    background: #8fbe4d;
    border-color: #8fbe4d;
    color: #fff; }

.popup .inner .actions a.accept:hover,
.popup .inner .actions input[type="button"].accept:hover {
    background: #6c9d25; }

@media (max-width: 630px) {
    .popup {
        width: 100%;
        left: 0;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        max-width: 100%; } }

@media (max-width: 450px) {
    .popup .actions a {
        width: 100%;
        float: left;
        margin: 0 0 10px 0; } }

.animate,
.button,
.button:after,
.animate:after,
.sub-menu a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.app-button {
    color: #222222 !important;
    border: solid 1px #222222;
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 10px; }

.app-button:first-child {
    margin-left: 0; }

.app-button:hover {
    color: #ffffff !important;
    background-color: #222222; }

.app-button:before {
    font-family: 'IPF_icons';
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle; }

.app-store:before {
    content: "\e902"; }

.google-play:before {
    content: "\e901"; }

/* Header */
.carousel-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
.carousel-bg .carousel-bg-item {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-attachment: fixed;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
.carousel-bg .carousel-bg-item.show {
    opacity: 1;
    z-index: 1; }

.carousel {
    position: relative;
    z-index: 0;
    padding: 0 !important; }
.carousel .carousel-item {
    position: relative;
    display: none;
    width: 100%;
    height: 400px; }
.carousel .carousel-item.show {
    display: block;
    z-index: 1; }
.carousel .carousel-item img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    max-width: 1000px; }
@media screen and (max-width: 600px) {
    .carousel .carousel-item {
        height: auto; }
    .carousel .carousel-item img {
        max-width: 100%;
        height: auto; } }
.carousel .carousel-item .middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
    text-align: center; }
.carousel .carousel-item .middle p {
    font-weight: 600;
    color: #215669;
    font-size: 18px; }
.carousel .carousel-item .carousel-disc {
    padding: 30px;
    text-shadow: 1px 1px grey; }
.carousel .carousel-item .carousel-disc p {
    font-size: 12px;
    color: white;
    line-height: 1.4; }

.cookie-message {
    color: #ffffff;
    padding: 20px 50px 20px 20px;
    font-size: 16px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1002; }
.cookie-message .close-cookie {
    font-size: 16px;
    position: absolute;
    padding: 20px;
    top: 0;
    right: 0; }

.cookie-message a:hover {
    color: #a7cb19; }

.cookie-message .close-cookie:before {
    color: #fff; }

.site-header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90px;
    padding-top: 80px;
    position: relative; }

.liberto-payment #main #app-widget {
    margin-top: 0; }

#app-widget {
    min-height: 100px;
    position: relative; }

#slider-root {
    position: relative;
    z-index: 1; }
#slider-root .white {
    color: white; }
#slider-root .dark {
    color: #10465b; }
.home #slider-root {
    max-width: 750px;
    margin: 0 auto;
    padding: 2% 0; }

.page-block {
    position: relative;
    display: none; }

.spinner {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 5px;
    position: absolute;
    margin-left: -5em;
    margin-top: -5em;
    border-top: 1.1em solid rgba(16, 70, 91, 0.2);
    border-right: 1.1em solid rgba(16, 70, 91, 0.2);
    border-bottom: 1.1em solid rgba(16, 70, 91, 0.2);
    border-left: 1.1em solid #10465b;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 8em;
    height: 8em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 50%;
    left: 50%; }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.languages {
    float: right;
    margin: 0;
    padding: 0 20px; }

.languages li {
    background: none;
    display: inline-block;
    padding: 0 5px;
    font-size: 15px; }

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 31;
    width: 100%;
    max-height: 100%; }
.nav-bar.scroll {
    background: #ffffff; }
.nav-bar.scroll .mainMenuPhone {
    display: block; }
.nav-bar.scroll .home-link img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px;
    margin-top: 0;
    -o-object-fit: fill;
    object-fit: fill; }
.nav-bar.scroll .language-bar {
    display: none; }

.nav-bar.white_bg,
.nav-bar.scroll,
.nav-bar.menu_bg {
    content: "";
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4); }

.home-link {
    margin-left: 10%;
    position: relative;
    display: block;
    max-width: 180px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    float: left;
    margin-right: auto; }
.home-link img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: fill;
    object-fit: fill; }

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 1000px) {
    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.nav-menu {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
@media screen and (max-width: 1000px) {
    .nav-menu {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        display: block;
        text-align: left; } }
.nav-menu a {
    padding: 10px;
    display: block; }
.nav-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: none;
    padding: 0; }
.nav-menu .sub-menu {
    display: none; }

.mainMenuPhone {
    color: #10465b;
    font-size: 12px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    white-space: nowrap;
    display: none; }
.mainMenuPhone img {
    height: 45px;
    width: auto;
    display: inline-block;
    vertical-align: middle; }
@media screen and (max-width: 600px) {
    .mainMenuPhone {
        display: none !important; } }
.mainMenuPhone ul {
    display: inline-block;
    vertical-align: middle; }
.mainMenuPhone ul li strong {
    font-size: 18px;
    white-space: nowrap; }

.nav-menu a:hover,
.nav-menu .current_page_item a,
.nav-menu .current_page_ancestor a,
.nav-menu .current-page-ancestor a,
.nav-menu .current_page_parent a {
    color: #ffffff; }

.logout-button,
.back-button {
    margin: 25px 10px;
    text-transform: uppercase;
    color: #10465b;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px; }

.scroll .logout-button,
.scroll .back-button {
    margin: 15px; }

a.backHome {
    background: #a7cb19 !important;
    margin-top: 20px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out; }

a.backHome:hover {
    background: #95b616 !important; }

a.backHome:after {
    display: none; }

div.uploadButtons {
    width: 100%;
    text-align: center; }

button,
.button {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 2px;
    line-height: 1.2;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 11.5px 50px; }
button:after,
.button:after {
    content: "\e65f";
    font-family: 'IPF_icons';
    font-size: 12px;
    position: absolute;
    opacity: 0;
    top: 0;
    line-height: 100%;
    line-height: 44px; }
button.white,
.button.white {
    border: solid 2px #fff;
    background-color: transparent; }
button.selfservice,
.button.selfservice {
    padding: 11px 32px;
    color: #10465b;
    display: inline-block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    white-space: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
button.selfservice:hover,
.button.selfservice:hover {
    color: #235668; }
button.selfservice:after,
.button.selfservice:after {
    content: "";
    display: none;
    margin: 0; }
button.selfservice:before,
.button.selfservice:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 30px;
    width: 30px; }
button.selfservice.open:before,
.button.selfservice.open:before {
    content: "\e682";
    font-size: 25px;
    line-height: 36px; }
button.selfservice:hover:before,
.button.selfservice:hover:before {
    color: #ffffff; }

.button:hover:after {
    margin-left: 10px;
    opacity: 1; }

.button:hover {
    color: #ffffff; }

.call-us:after {
    content: "\e913";
    font-family: 'IPF_icons';
    position: relative;
    opacity: 1;
    font-size: 30px;
    margin-left: 0 !important; }

.call-us {
    padding: 0 10px;
    float: right;
    line-height: 58px;
    height: 58px;
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.menu-toggle {
    margin: 0;
    cursor: pointer;
    float: right;
    border: none;
    display: none; }

.menu-toggle:focus,
.menu-toggle:hover,
.menu-toggle:hover {
    border: none;
    outline: 0; }

.slogan {
    text-align: center;
    padding: 30px 0 50px;
    margin: 0;
    text-align: center;
    font-size: 30px; }

.sub-menu-container {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }

.narrow-conteiner {
    max-width: 750px;
    background: #ffffff;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: justify; }
.narrow-conteiner h2 {
    font-size: 27px; }
.narrow-conteiner h3 {
    font-size: 21px; }
.narrow-conteiner img {
    max-width: 100%;
    height: auto; }

.attachment-blog-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.sub-menu-container .sub-menu {
    text-align: center;
    margin: 0 0 -30px;
    position: relative;
    z-index: 1; }
.sub-menu-container .sub-menu li {
    display: inline-block;
    background: none;
    padding: 0;
    background: #ffffff;
    margin-left: -5px;
    border: solid 1px #c5d0b5; }
.sub-menu-container .sub-menu li:first-child,
.sub-menu-container .sub-menu li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
.sub-menu-container .sub-menu li:last-child,
.sub-menu-container .sub-menu li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
.sub-menu-container .sub-menu a {
    padding: 18px 30px;
    font-weight: 600;
    display: block;
    color: #235568;
    font-size: 15px;
    text-transform: uppercase; }

/* Steps */
.steps-list,
.contact-list,
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.steps-list.reverse,
.contact-list.reverse,
.flex-container.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.steps-list.reverse .first,
.contact-list.reverse .first,
.flex-container.reverse .first {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    position: relative;
    padding-right: 40px; }
.steps-list.reverse .first .disclaimer,
.contact-list.reverse .first .disclaimer,
.flex-container.reverse .first .disclaimer {
    font-size: 12px;
    color: #1d586c;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 40px;
    padding-left: 35%; }
@media screen and (max-width: 600px) {
    .steps-list.reverse .first .disclaimer,
    .contact-list.reverse .first .disclaimer,
    .flex-container.reverse .first .disclaimer {
        bottom: -10px;
        right: 0; } }
.steps-list.reverse .first .disclaimer a,
.contact-list.reverse .first .disclaimer a,
.flex-container.reverse .first .disclaimer a {
    color: #1d586c;
    text-decoration: underline; }
.steps-list.reverse .first img,
.contact-list.reverse .first img,
.flex-container.reverse .first img {
    width: 100%;
    height: auto;
    max-width: inherit;
    padding: 0;
    margin: 0;
    display: block; }
@media screen and (max-width: 1120px) {
    .steps-list.reverse .first img,
    .contact-list.reverse .first img,
    .flex-container.reverse .first img {
        width: 100%;
        margin: 0 auto; } }
@media screen and (max-width: 1120px) {
    .steps-list.reverse .first,
    .contact-list.reverse .first,
    .flex-container.reverse .first {
        width: 100% !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
.steps-list.reverse .middle,
.contact-list.reverse .middle,
.flex-container.reverse .middle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    margin: 0 !important;
    max-width: 100% !important;
    position: relative; }
@media screen and (max-width: 1120px) {
    .steps-list.reverse .middle,
    .contact-list.reverse .middle,
    .flex-container.reverse .middle {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; }
    .steps-list.reverse .middle #slider-root,
    .contact-list.reverse .middle #slider-root,
    .flex-container.reverse .middle #slider-root {
        padding-left: 0; } }
.steps-list.reverse .last,
.contact-list.reverse .last,
.flex-container.reverse .last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    padding: 10px 0;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left; }
.steps-list.reverse .last img,
.contact-list.reverse .last img,
.flex-container.reverse .last img {
    display: inline-block;
    max-width: 300px; }
@media screen and (max-width: 1120px) {
    .steps-list.reverse .last,
    .contact-list.reverse .last,
    .flex-container.reverse .last {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px 20px 50px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center; } }
.steps-list .half,
.contact-list .half,
.flex-container .half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
.steps-list .full,
.contact-list .full,
.flex-container .full {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    padding: 55px 20px 35px !important; }
.steps-list img,
.contact-list img,
.flex-container img {
    width: 100%;
    max-width: 400px; }
.steps-list #slider-root,
.steps-list .carousel,
.steps-list > li,
.contact-list #slider-root,
.contact-list .carousel,
.contact-list > li,
.flex-container #slider-root,
.flex-container .carousel,
.flex-container > li {
    padding: 10px;
    background: none;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.steps-list #slider-root:before,
.steps-list .carousel:before,
.steps-list > li:before,
.contact-list #slider-root:before,
.contact-list .carousel:before,
.contact-list > li:before,
.flex-container #slider-root:before,
.flex-container .carousel:before,
.flex-container > li:before {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    font-size: 90px;
    line-height: 90px; }
.steps-list #slider-root,
.contact-list #slider-root,
.flex-container #slider-root {
    text-align: left; }

.steps-list > div a,
.steps-list > li a,
.contact-list > div a,
.contact-list > li a {
    display: block;
    color: #191919; }
.steps-list > div a:hover,
.steps-list > li a:hover,
.contact-list > div a:hover,
.contact-list > li a:hover {
    color: #a7cb19; }

/* Content */
.top-icon {
    display: block;
    width: 60px;
    height: auto;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -30px; }

.page-template-application-page .site-header {
    min-height: 130px;
    padding-bottom: 60px; }

.header-buttons-block {
    margin-right: 12.5%; }

.app-show .logout,
.application-open .app-hide,
.app-menu,
.application-pending .app-hide {
    display: none; }

.application-open .app-show .logout,
.application-pending .app-show .logout,
.login button.selfservice.button,
.page-template-logout-page button.selfservice.button {
    display: block; }

.video {
    position: relative; }
.video .play {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    color: #10465b; }
.video .play span {
    position: relative;
    top: 50%;
    margin-top: -42px;
    display: inline-block; }
.video .play span:before {
    font-family: "IPF_icons";
    content: "\e9a1";
    font-size: 60px; }
.video .play:hover {
    color: #a7cb19; }
.video .play.playing {
    display: none; }
.video video {
    width: 100%;
    height: 100%;
    min-height: 315px;
    display: block; }

.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: white; }
.two-column .image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 590px;
    position: relative; }
.two-column .image img {
    visibility: hidden;
    width: 1px;
    height: 1px; }
.two-column .image a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center; }
.two-column .image a span {
    opacity: 0;
    position: relative;
    top: 50%;
    margin-top: -26px; }
.two-column .image a span:after {
    content: ""; }
.two-column .image a:hover {
    background-color: rgba(0, 0, 0, 0.2); }
.two-column .image a:hover span {
    opacity: 1; }
.two-column .content {
    padding: 10%; }
.two-column .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
.two-column.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.contact-area h3 {
    color: #ffffff;
    text-align: center; }

.blog-list h3 {
    line-height: 25px;
    color: #10465b; }

.entry-thumbnail {
    position: relative;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

.single .entry-header {
    padding: 30px 50px 20px;
    bottom: 0; }

.entry-header {
    position: absolute;
    z-index: 1;
    padding: 30px;
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5); }

.entry-meta {
    border-top: solid 2px #d3dde1;
    padding-top: 20px;
    padding-bottom: 20px; }

.entry-content .button-container li {
    display: inline-block;
    margin-right: 5px; }
.entry-content .button-container li:before {
    display: none; }
.entry-content .button-container li a {
    display: block; }
.entry-content .button-container li a:before {
    font-family: 'IPF_icons';
    border: none;
    color: #fff !important;
    display: block;
    padding: 11px;
    line-height: 1;
    border-radius: 3px; }
.entry-content .button-container li a.icon-twitter:before {
    background-color: #00abf0; }
.entry-content .button-container li a.icon-google-plus:before {
    background-color: #df4a32; }
.entry-content .button-container li a.icon-facebook:before {
    background-color: #3a579a; }
.entry-content .button-container li a.icon-linkedin:before {
    background-color: #127bb6; }

.blog-list .entry-header p {
    line-height: 20px;
    font-size: 15px;
    opacity: 0; }

.blog-list .entry-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0; }

.entry-content {
    padding: 20px;
    font-size: 16px; }

.entry-content p {
    line-height: 24px; }

.blog-list {
    text-align: center;
    padding: 0 2%; }
.blog-list a {
    margin-bottom: 30px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    width: 23%;
    vertical-align: top;
    text-align: left;
    color: #191919;
    position: relative; }
.blog-list a:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 200px);
    transform: translate3d(0, 0, 200px); }
.blog-list a:hover p,
.blog-list a:hover .entry-thumbnail:before {
    opacity: 1; }
.blog-list a:hover .entry-header {
    bottom: 0; }

.date {
    color: #b1b1b1;
    text-transform: capitalize; }

.paginate {
    text-align: center;
    margin-top: 10px; }

.paginate a,
.paginate .current {
    display: inline-block;
    color: #215669;
    padding: 9px 14px;
    line-height: 1;
    border: solid 2px #d3dde1;
    border-radius: 3px;
    margin: 0 5px; }

.paginate .current,
.paginate a:hover {
    color: #fff;
    border: solid 2px #8fbe4d;
    background-color: #8fbe4d; }

.paginate .prev:before,
.paginate .prevpost:before {
    content: "\e671";
    font-family: "IPF_icons";
    font-size: 12px; }

.paginate .next:before,
.paginate .nextpost:after {
    content: "\e67d";
    font-family: "IPF_icons";
    font-size: 12px; }

.paginate .nextpost {
    float: right; }

.paginate .prevpost {
    float: left; }

.paginate .nextpost:after {
    margin-left: 10px; }

.paginate .prevpost:before {
    margin-right: 10px; }

.entry-meta img {
    width: 80%;
    max-width: 150px;
    height: auto;
    display: block;
    border-radius: 100%; }

.contact-list li {
    text-align: left;
    color: #ffffff;
    background: transparent;
    position: relative;
    vertical-align: top;
    padding-left: 60px; }
.contact-list li:before {
    font-family: 'IPF_icons';
    width: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    position: absolute;
    left: 7px;
    top: 10px;
    vertical-align: top; }
.contact-list li a {
    color: #ffffff; }
.contact-list li strong {
    display: inline-block;
    font-size: 23px;
    line-height: 26px;
    font-weight: 600; }

.contact-list .icon-whatsapp:before {
    position: absolute;
    left: 0; }

.price-list {
    margin-bottom: 30px; }
.price-list li {
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 10px;
    border-left-style: solid;
    border-left-width: 10px; }
.price-list li a:before, .price-list li:before {
    display: none !important; }
.price-list .item-price {
    border-left: solid 2px #000000;
    padding-left: 20px; }
.price-list .item-description {
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    float: left; }

/* FAQ section */
.accordion {
    counter-reset: index; }
.accordion li {
    padding: 16px 50px 16px 40px;
    counter-increment: li-index; }
.accordion li.accordion-item {
    background: #ffffff;
    margin-bottom: 10px; }
.accordion li.accordion-item.open .accordion-link:after {
    content: "\e657"; }
.accordion li.accordion-item.open .accordion-hidden {
    display: block; }
.accordion li.accordion-item:before {
    display: none; }
.accordion li.accordion-item a.accordion-link:before {
    content: counter(li-index) ". ";
    display: inline; }
.accordion li > ul {
    background: transparent; }
.accordion li li {
    padding: 0 0 0 40px; }
.accordion .accordion-link {
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    display: block;
    color: #10465b; }
.accordion .accordion-link:after {
    content: "\e659";
    font-family: 'IPF_icons';
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 13px; }
.accordion .accordion-link:before {
    display: none; }
.accordion .accordion-hidden {
    display: none;
    padding: 0;
    margin-top: 10px; }

/* form fields */
.email-form {
    width: 100%; }

.form-info,
.legal-info {
    font-size: 14px;
    margin-top: 10px; }

.legal-info {
    margin-bottom: 10px; }

label {
    display: block;
    margin: 10px 0 5px; }

input,
textarea,
select {
    border: none;
    border-bottom: solid 2px #98afb8;
    padding: 10px;
    font-size: 18px;
    margin: 0 0 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent; }

#email-form input[type="checkbox"] {
    display: none; }

#email-form input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    border: solid 1px #98afb8;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center; }

#email-form input[type="checkbox"]:checked + label:before {
    font-family: "IPF_icons";
    content: "\e692";
    background-color: #a7cb19;
    color: #fff;
    font-size: 13px;
    line-height: 22px; }

#email-form input[type="checkbox"] + label {
    margin-bottom: 20px; }

input.error,
textarea.error,
select.error {
    border-color: red; }

button,
input,
textarea,
button,
select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    -webkit-appearance: none; }

input:focus,
textarea:focus,
button:focus,
select:focus,
option:focus {
    outline: none; }

select {
    padding-right: 40px; }

.select-wrapper {
    position: relative; }

.select-wrapper:after {
    font-family: "IPF_icons";
    content: "\e659";
    position: absolute;
    right: 10px;
    top: 10px; }

select:focus + :after {
    content: ""; }

button:disabled {
    background-color: #97afb9;
    color: #fff; }

button:disabled:hover:after {
    display: none; }

textarea {
    margin-bottom: 0; }

#error,
.red,
.warning {
    color: red; }

#success {
    color: green;
    display: none; }

/* Footer */
.footer-area {
    text-align: left; }

.footer-area h3 {
    line-height: 1; }

.footer-area ul,
.textwidget {
    margin-bottom: 15px; }
.footer-area ul .sub-menu,
.textwidget .sub-menu {
    margin-left: 10px;
    margin-top: 5px; }

.footer-area li,
.textwidget p,
.policy-area a {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px; }

.footer-area li:before,
.read-more:before {
    content: "\e67d";
    font-family: "IPF_icons";
    font-size: 8px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle; }

.footer-area [class*="icon-"]:before {
    font-size: 18px;
    vertical-align: middle; }

.footer-area a,
.policy-area a {
    color: #191919; }

.footer-area a:hover,
.policy-area a:hover {
    color: #a7cb19; }

.widget {
    padding-left: 40px; }

.policy-area {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }

.policy-area li {
    display: inline-block;
    padding-right: 28px; }

.policy-area .textwidget {
    text-align: left;
    margin-bottom: 0; }

.policy-area .textwidget p {
    font-size: 12px;
    margin-bottom: 10px; }

.policy-area .textwidget p:last-child {
    margin: 0; }

/* image upload */
.upload-wrapper {
    color: #215669; }

.upload-wrapper h3 {
    margin-top: 0; }

.upload-wrapper ul.image-wrapper {
    text-align: center; }

.upload-wrapper ul.image-wrapper li {
    min-height: 410px;
    padding: 30px;
    display: inline-block;
    width: 50%;
    margin-left: -1%;
    text-align: left; }

.upload-wrapper .upload-image {
    padding: 10px;
    border: solid 1px #ccd9dc;
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0 2px 0 0 #ccd9dc;
    box-shadow: 0 2px 0 0 #ccd9dc; }

.upload-wrapper .done .image {
    display: block;
    cursor: default; }

.upload-wrapper .image {
    border: solid 1px #ccd9dc;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
    width: 100%;
    display: table;
    overflow: hidden;
    cursor: pointer; }

.upload-wrapper .image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px; }

.upload-wrapper .image p {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 20px; }

.upload-wrapper .error .upload-image {
    -webkit-box-shadow: 0 2px 0 0 red;
    box-shadow: 0 2px 0 0 red; }

.upload-wrapper .done .image p {
    display: none; }

.upload-wrapper .image p:before {
    font-family: "IPF_icons";
    content: "\e900";
    display: block;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px; }

.upload-wrapper .uploading .image p:before {
    content: "\e903"; }

.upload-field,
.custom-tooltip,
.ui-helper-hidden-accessible,
.hidden,
.warning div,
[data-end],
[data-start] {
    display: none; }

.upload-buttons .hasTooltip {
    float: right; }

.upload-buttons {
    position: relative; }

.upload-buttons button span {
    margin-left: 15px;
    padding-right: 15px; }

.upload-buttons button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: solid 1px #ccd9dc;
    border-radius: 3px;
    color: #215669;
    background: #ffffff;
    cursor: pointer;
    float: left;
    display: none;
    margin-top: 10px; }

.upload-buttons button:before {
    font-family: "IPF_icons";
    font-size: 15px;
    padding: 15px;
    display: inline-block;
    background: #f1f5f6; }

.upload-buttons button:hover {
    border-color: #000000; }

.upload-buttons .remove:before {
    content: "\e904"; }

.upload-buttons .cancel:before {
    content: "\e61a"; }

.upload-buttons .select:before {
    content: "\e900"; }

.done .remove,
.uploading .cancel,
.empty .select {
    display: block; }

.btn.large {
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding: 6px;
    position: absolute;
    z-index: 9;
    background: #f1f5f6;
    border: 1px solid #c5d4da;
    color: #a2b7bf;
    line-height: normal;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    float: right;
    cursor: pointer; }

.btn.info:hover {
    background: #97afb9;
    color: #fff; }

.custom-tooltip {
    overflow: hidden; }

.ui-tooltip {
    display: block !important;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background: #ffffff;
    border-width: 2px;
    padding: 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 4px; }

.ui-tooltip img {
    width: 100%;
    height: auto;
    float: left; }

.ui-tooltip p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px 0; }

.ui-tooltip-content {
    position: relative;
    display: block;
    height: 100%;
    float: left; }

/* Layout */
.one_half,
.one_third,
.two_third,
.one_fourth,
.two_fourth,
.three_fourth,
.one_fifth,
.four_fifth {
    float: left;
    text-align: left; }
.one_half.center,
.one_third.center,
.two_third.center,
.one_fourth.center,
.two_fourth.center,
.three_fourth.center,
.one_fifth.center,
.four_fifth.center {
    margin: 0 auto;
    float: none; }

.clearfix:after, .clearfix:before,
.full_width:after,
.full_width:before {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden; }

.full_width {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }

.one_fifth {
    width: 20%; }

.one_fourth {
    width: 25%; }

.one_third {
    width: 33.3%; }

.one_half {
    width: 50%; }
.one_half.right {
    float: right; }

.two_third {
    width: 66.6%; }

.three_fourth {
    width: 75%; }

.four_fifth {
    width: 80%; }

/* Responsive styles */
@media screen and (max-width: 1320px) {
    .home-link {
        margin-left: 20px; } }

@media screen and (max-width: 1000px) {
    .cookie-message {
        bottom: -50%; }
    h2,
    h2 strong {
        text-align: center;
        font-size: 30px; }
    .two-column {
        display: block; }
    .one_half,
    .upload-wrapper ul.image-wrapper li,
    .one_third,
    .two_third {
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
    .one_fourth,
    .three_fourth {
        width: 50%; }
    .blog-list a.list-item {
        width: 48%; }
    .mobile-link {
        display: block; }
    .home-link img {
        width: auto;
        height: 58px;
        position: relative;
        padding: 10px;
        margin-top: 0; }
    .home-link {
        margin-left: 0; }
    .back-button,
    .logout-button {
        margin: 15px; }
    .steps-list.reverse,
    .contact-list.reverse,
    .flex-container.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .steps-list #app-widget,
    .steps-list #slider-root,
    .steps-list .carousel,
    .steps-list > li,
    .contact-list #app-widget,
    .contact-list #slider-root,
    .contact-list .carousel,
    .contact-list > li,
    .flex-container #app-widget,
    .flex-container #slider-root,
    .flex-container .carousel,
    .flex-container > li {
        text-align: left;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 60px; }
    .steps-list #app-widget.half,
    .steps-list #slider-root.half,
    .steps-list .carousel.half,
    .steps-list > li.half,
    .contact-list #app-widget.half,
    .contact-list #slider-root.half,
    .contact-list .carousel.half,
    .contact-list > li.half,
    .flex-container #app-widget.half,
    .flex-container #slider-root.half,
    .flex-container .carousel.half,
    .flex-container > li.half {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0; }
    .steps-list #app-widget:before,
    .steps-list #slider-root:before,
    .steps-list .carousel:before,
    .steps-list > li:before,
    .contact-list #app-widget:before,
    .contact-list #slider-root:before,
    .contact-list .carousel:before,
    .contact-list > li:before,
    .flex-container #app-widget:before,
    .flex-container #slider-root:before,
    .flex-container .carousel:before,
    .flex-container > li:before {
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        top: 10px;
        left: 7px;
        text-align: center;
        width: 40px; }
    .menu-toggle,
    .cockpit button.selfservice.button {
        display: block; }
    .nav-menu .sub-menu {
        margin: 0 0 0 20px; }
    .nav-menu .sub-menu {
        display: block; }
    .nav-menu .sub-menu a {
        line-height: 20px;
        padding: 5px 0; }
    button.selfservice,
    .navbar-toggle {
        border-radius: 0;
        margin: 0;
        font-size: 17px; }
    .navbar-toggle.open:before {
        font-size: 25px;
        content: "\e682"; }
    .navbar-toggle:before {
        font-size: 38px;
        color: #ffffff;
        display: inline-block;
        vertical-align: bottom;
        width: 38px; }
    .navbar-toggle {
        background-color: #10465b;
        padding: 0 11px;
        font-size: 30px;
        line-height: 58px;
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .site-header {
        padding-top: 60px; }
    .nav-bar {
        -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
        background: #ffffff;
        overflow: auto; }
    .nav-bar .nav-menu {
        display: none;
        width: 100%;
        margin: 0; }
    .nav-bar .nav-menu.open {
        display: block; }
    .nav-bar .nav-menu li {
        background: #10465b; }
    .nav-menu a:hover,
    .nav-menu .current_page_item a,
    .nav-menu .current_page_ancestor a,
    .nav-menu .active a {
        color: #a7cb19; }
    .nav-menu li {
        width: 100%; }
    .nav-menu a {
        color: #ffffff;
        display: block; }
    .app-menu .disabled a {
        color: #9d9d9d; }
    .app-menu a {
        background: #a7cb19;
        color: #10465b; }
    .app-menu .logout:before {
        color: #235668 !important; }
    .nav-menu .sub-menu a {
        background: transparent;
        color: #ffffff; }
    .nav-menu .current_page_ancestor .sub-menu li.current_page_item a,
    .nav-menu .sub-menu a:hover {
        color: #a7cb19; }
    .sub-menu-container {
        position: relative; }
    .two-column .image {
        min-height: 400px; }
    .accordion .answer {
        font-size: 16px; }
    .footer-section {
        background: #ffffff; }
    .footer-area {
        padding: 0; }
    .footer-area .widget:first-child,
    .policy-area .widget {
        border: none; }
    .footer-area h3 {
        margin: 0;
        padding: 20px 60px 20px 0;
        cursor: pointer;
        position: relative; }
    .widget {
        padding: 0 30px;
        border-top: solid 1px #cccccc; }
    .footer-area h3:after {
        content: "\e659";
        font-family: 'IPF_icons';
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 10px; }
    .footer-area .open h3:after {
        content: "\e657"; }
    .footer-area h3 + div,
    .sub-menu-container .sub-menu,
    .nav-menu li:after {
        display: none; }
    .widget.open h3 + div {
        display: block; }
    .top-icon {
        display: block;
        margin: 0 auto 3%;
        position: relative;
        top: 0;
        left: 0; } }

@media screen and (max-width: 600px) {
    img.alignright, img.alignleft {
        float: none;
        margin: 0 0 20px; }
    .three_fourth,
    .one_fourth,
    .blog-list a.list-item {
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
    .upload-buttons button span {
        display: none; }
    .button,
    button {
        width: 100%;
        text-align: center; }
    .button.selfservice,
    button.selfservice {
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
        border-radius: 0; }
    .button.selfservice:before,
    button.selfservice:before {
        padding: 0;
        margin: 0; }
    .button.selfservice span,
    button.selfservice span {
        display: none; }
    .button.login-button,
    button.login-button {
        margin-top: 20px; }
    .two-column .image {
        min-height: 300px; }
    .call-us {
        display: block; }
    .one-column:first-child {
        padding-top: 40px; }
    .carousel-bg .carousel-bg-item {
        background-size: auto; }
    .steps-list li,
    .contact-list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

body,
button,
input,
textarea {
    font-family: 'Source Sans Pro', Arial, sans-serif; }

h1,
h2,
a,
.footer-area h3,
.accordion .accordion-link:hover,
.steps-list [class*=" ico"]:before,
.steps-list [class^=ico]:before,
.scroll .nav-menu a:hover,
.nav-bar.scroll .current_page_item a,
.nav-bar.scroll .current_page_ancestor a,
.nav-bar.scroll .current-page-ancestor a,
.white_bg .nav-menu a:hover,
.nav-bar.white_bg .current_page_item a,
.nav-bar.white_bg .current_page_ancestor a,
.white_bg .nav-menu .current-page-ancestor a {
    color: #a7cb19;
    /* light green */ }

.nav-menu a:hover,
.nav-menu .current_page_item a,
.nav-menu .current_page_ancestor a,
.nav-menu .current-page-ancestor a,
.nav-menu .current_page_parent a {
    color: #ffffff;
    /* white */ }

.menu_bg .nav-menu a:hover,
.menu_bg .nav-menu .current_page_item a,
.menu_bg .nav-menu .current_page_ancestor a,
.menu_bg .nav-menu .current-page-ancestor a,
.menu_bg .nav-menu .current_page_parent a,
.scroll .nav-menu a:hover,
.scroll .nav-menu .current_page_item a,
.scroll .nav-menu .current_page_ancestor a,
.scroll .nav-menu .current-page-ancestor a,
.scroll .nav-menu .current_page_parent a {
    color: #a7cb19;
    /* light green */ }

.button,
button.selfservice,
.sub-menu-container .sub-menu .current_page_item a,
.sub-menu-container .sub-menu a:hover,
.sub-menu-container .sub-menu .current-cat a,
.sub-menu-container .current-menu-item a,
.sub-menu-container .current-menu-parent a {
    background-color: #a7cb19;
    /* light green */ }

.page-section .price-list li {
    border-color: #a7cb19;
    /* light green */ }

h2 strong,
.nav-menu a,
.slogan,
.sub-menu-container .sub-menu .current_page_item a,
.sub-menu-container .sub-menu a:hover,
.sub-menu-container .sub-menu .current-cat a,
.sub-menu-container .current-menu-item a {
    color: #10465b;
    /* dark blue */ }

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #10465b;
    /* dark blue */
    font-family: 'Source Sans Pro', sans-serif; }

*:-moz-placeholder {
    /* FF 4-18 */
    color: #10465b;
    /* dark blue */
    font-family: 'Source Sans Pro', sans-serif; }

*::-moz-placeholder {
    /* FF 19+ */
    color: #10465b;
    /* dark blue */
    font-family: 'Source Sans Pro', sans-serif; }

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #10465b;
    /* dark blue */
    font-family: 'Source Sans Pro', sans-serif; }

.blue_bg {
    background: #10465b;
    /* dark blue */ }

@media screen and (max-width: 1000px) {
    .nav-menu a {
        color: #fff; }
    .app-menu a {
        color: #235668; }
    .nav-menu a:hover,
    .nav-menu .current_page_item a,
    .nav-menu .current_page_ancestor a,
    .nav-menu .current-page-ancestor a,
    .nav-menu .current_page_parent a {
        color: #a7cb19;
        /* light green */ }
    .app-menu a:hover,
    .app-menu .active a {
        color: #ffffff; } }

/* PL styles */
.pl .flex-container #slider-root.full {
    max-width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

.pl #app-widget .slider-wrap h3 span,
.pl #app-widget .slider-wrap .details h3 span {
    color: #6fa935; }

.pl #app-widget .slider-wrap .details h3 {
    color: #215669; }

.pl #app-widget .slider-wrap .details button,
.pl #app-widget .slider-wrap .details .btn {
    background-color: #e21428;
    color: white; }
.pl #app-widget .slider-wrap .details button:hover,
.pl #app-widget .slider-wrap .details .btn:hover {
    opacity: 0.9; }

.pl #app-widget .slider-wrap p.legend {
    color: #000; }

/* MX styles */
.mx .site-header {
    min-height: 270px; }

.mx.thank-you-page .footer-section {
    display: block; }

.mx.application-pending .footer-section, .mx.login.page-template-application-page .footer-section, .mx.application-open .footer-section {
    display: none; }

/* ES styles */
@media screen and (max-width: 1450px) {
    .es .home-link {
        margin-left: 5px; } }

.es.home .site-header, .es.page-id-105 .site-header {
    background: #f3de87 url(Creditea-Header-Promo-Navidad-Fondo.png) center bottom no-repeat; }
.es.home .site-header .flex-container.reverse .first img, .es.page-id-105 .site-header .flex-container.reverse .first img {
    max-width: 500px; }
.es.home .site-header .nav-bar:not(.scroll) a, .es.page-id-105 .site-header .nav-bar:not(.scroll) a {
    color: #10465b; }
.es.home .site-header .nav-bar:not(.scroll) a:hover, .es.page-id-105 .site-header .nav-bar:not(.scroll) a:hover {
    color: #191919; }
@media screen and (max-width: 1000px) {
    .es.home .site-header .nav-bar:not(.scroll) .nav-menu a, .es.page-id-105 .site-header .nav-bar:not(.scroll) .nav-menu a {
        color: white; } }
.es.home .site-header .nav-bar:not(.scroll) .selfservice, .es.page-id-105 .site-header .nav-bar:not(.scroll) .selfservice {
    background-color: white; }
.es.home .site-header .nav-bar:not(.scroll) .selfservice:hover::before, .es.page-id-105 .site-header .nav-bar:not(.scroll) .selfservice:hover::before {
    color: #191919; }

.es .button.selfservice,
.es button.selfservice {
    background-color: #fddd09; }

.es .btn.apply,
.es button.apply {
    background-color: #a7cb19 !important;
    color: #fff !important; }
.es .btn.apply:hover,
.es button.apply:hover {
    background-color: #8fbe4d !important; }

@media screen and (min-width: 1000px) {
    .es .nav-bar:not(.scroll) a {
        color: white; }
    .es .nav-bar:not(.scroll) a:hover {
        color: #fddd09; }
    .es .nav-bar:not(.scroll) .current_page_parent a {
        color: #fddd09; } }

.es .steps-list li:before {
    color: #10465b; }

.home-link img.white + img,
.scroll .home-link img.white,
.menu_bg .home-link img.white {
    display: none; }

.scroll .home-link img.white + img,
.menu_bg .home-link img.white + img {
    display: block; }

@media screen and (max-width: 1000px) {
    .home-link img.white {
        display: none; }
    .home-link img.white + img {
        display: block; } }

/* FOR CHRISTMAS HEADER ONLY */
