/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/out/2015, 10:39:26
    Author     : Wow
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html {
    height: auto;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color: #1D1D1B;
    font-size: 12pt;
}

p {
    color: #1D1D1B;
}

h1, h2, h3, h4, label {
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    text-transform: none;
}

a {
    color: #437F81;
    outline: none;
}

a:hover,
a:focus {
    color: #D96D00;
    outline: none;
}

strong {
    letter-spacing: -.5px;
}

/*HEADER*/
header {
    background-image: url(/img/bg_2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2px 0px;
}

header .pm-header-info li span {
    white-space: nowrap;
}

header .pm-header-info li span * {
    color: white;
}

@media (max-width: 991px) {
    header .pm-header-info {
        margin: auto;
    }
}

/*TOP NAVIGATION*/
.pm-nav-container {
    z-index: 1999;
    webkit-box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.75);
}

.sf-menu a,
.sf-menu ul li a {
    font-weight: lighter;
    text-transform: none;
    font-size: 13pt;
    padding: 0.75em .9em !important;
}

.pm-nav-container {
    background-color: white;
}

.pm-nav-container .sf-menu a {
    color: #1D1D1B;
}

.pm-nav-container a#pm-home-btn img {
    height: 35px;
    margin-top: -5px;
}

.pm-nav-container .sf-menu .sf-sub-indicator i {
    color: #1D1D1B !important;
}

.sf-menu ul li a:before {
    content: "\f105";
    color: #1D1D1B;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pm-nav-container .sf-menu ul {
    background-color: transparent;
}

.pm-nav-container ul.sf-menu {
    float: right;
}

.pm-nav-container .sf-menu ul li a {
    background-color: white;
}

.pm-nav-container .sf-menu ul li {
    border-bottom-color: transparent;
}

.sf-menu a:hover,
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li li a:hover,
.sf-menu ul li a:hover,
.sf-menu ul li a:hover:before,
.sf-menu ul li.active > a:before,
.sf-menu li.active > a {
    background-color: white;
    color: #428DA2 !important;
}

.mean-container .mean-bar,
.mean-container .mean-bar .mean-nav {
    background-color: white;
    border: none;
}

.mean-container a.meanmenu-reveal span {
    background-color: #4093A4;
}

.mean-container a.meanmenu-reveal {
    color: #4093A4;
}

.mean-container .mean-nav ul li a {
    color: #1D1D1B;
}

.mean-container .mean-nav ul li,
.mean-container .mean-nav .sf-menu ul {
    border-color: #418DA1;
}

.mean-container .mean-nav .sf-menu li ul {
    background-color: white;
}

.mean-container .mean-bar {
    z-index: 9999;
}

/*FOOTER*/

.pm-fat-footer {
    background-image: url(/img/bg_2.svg);
    background-size: 100% 100%;
    padding: 30px 0px;
}

.pm-fat-footer .pm-fat-footer-inner h6 {
    color: #1D1D1B;
}

.pm-fat-footer .pm-fat-footer-inner p {
    margin-bottom: 1px;
}

.pm-fat-footer .pm-fat-footer-inner a,
.pm-fat-footer .pm-fat-footer-inner p {
    color: white;
}

.pm-fat-footer .pm-fat-footer-inner .column {
    text-align: left;
    display: inline-block;
    min-width: 150px;
}

/*MP SLIDER*/
#pm_slider_tooltip {
    display: none;
}

.pm-slider .pm-dots span {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    margin-top: 13px;
}

.pm-slider .pm-dots span.pm-currentDot {
    background-color: #444B4B;
}

.pm-slider .pm-holder .pm-caption,
.pm-parallax-panel .pm-caption {
    margin: 0px;
    background: none;
    padding-top: 50px;
}

.pm-slider div.pm-next:hover, .pm-slider div.pm-prev:hover {
    color: #444B4B;
}

.pm-slider ul.pm-slides-container > li {
    background-size: cover;
}

.pm-caption h1 {
    line-height: 48px;
}

.pm-caption p,
.pm-caption h1,
.pm-caption h2,
.pm-caption h3,
.pm-caption h4,
.pm-caption .pm-caption-decription {
    font-family: 'Oswald', sans-serif;
    background: none;
    font-weight: lighter;
    color: white;
    text-transform: none;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.pm-caption .pm-caption-decription {
    font-size: 24pt;
    padding: 10px 30px;
    max-width: 900px;
}

/*PM ICONS*/
.pm-icon-btn {
    margin: auto;
}

.pm-icon-btn-no-bg {
    display: block;
    background-color: transparent;
    font-size: 40px !important;
    width: 60px;
    height: 60px;
    margin: auto;
}

.pm-icon-btn-no-bg img {
    width: 100%;
}

h6.pm-column-title {
    color: #437F81;
    margin-bottom: 15px;
}

a.pm-icon-link {
    display: block;
}

a.pm-icon-link:hover {
    opacity: .6;
}

/*PARALAX PANEL*/
.pm-parallax-panel {
    background-position: 50% 50%;
    background-size: cover;
}

/*BUTTONS*/
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: lighter;
    font-size: 12pt;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.btn.btn-250 {
    min-width: 250px;
}

.btn.btn-100 {
    min-width: 100px
}

btn-btn-500 {
    min-width: 500px;
}

.btn.btn-default {
    background-color: #EFF3F4;
    color: #448082;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    color: #D96D00;
}

.btn.btn-gradient {
    background-image: url(/img/bg_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-size: 100% 100%;

    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    border-image: linear-gradient(top bottom, #6A8C4C 0%, #4093A4 100%);
    border-image-slice: 1;
}

.btn.btn-gradient:hover,
.btn.btn-gradient:focus {
    background-image: url(/img/bg_2-hover.svg);
    -moz-border-image: -moz-linear-gradient(left, #FFB973 0%, #D96D00 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #FFB973 0%, #D96D00 100%);
    border-image: linear-gradient(top bottom, #FFB973 0%, #D96D00 100%);
}

button:focus {
    outline: none;
}

/*INPUTS*/
.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-control:not(focus),
.has-error .form-control:not(focus) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control.icon:not(:focus) {
    border-right: none;
}

.input-group-addon img {
    width: 12px;
}

.form-group {
    margin-bottom: 20px;
}

/*SELECTPICKER*/
.dropdown-menu.selectpicker > li > a {
    font-weight: lighter;
}

button.dropdown-toggle.selectpicker {
    overflow: hidden;
}

button.dropdown-toggle.selectpicker span.filter-option {
    white-space: nowrap;
    height: 23px;
}

button.dropdown-toggle.selectpicker span * {
    font-weight: lighter;
}

/*INPUT GROUP*/
.input-group-addon,
.has-error .input-group-addon {
    color: #ABABAB;
    background-color: white;
    font-size: 12pt;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: lighter;
}

.form-group .control-label {
    margin-bottom: 5px;
}

.form-group .control-label {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12pt;
}

/*PANELS*/
.whitesmoke-panel {
    background-color: #F5F5F5;
}

.panel-body,
.panel-collapse {
    float: none;
}

.panel-group-simple .panel + .panel {
    margin-top: 0;
}

.panel-group-continuous .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #e4eaec;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group-simple .panel {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group-continuous .panel {
    border-radius: 0;
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #e4eaec;
}

.panel-group-simple .panel-collapse .panel-body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.panel-group .panel-collapse .panel-body {
    padding: 15px 30px;
}

.panel-group .panel-collapse {
    background-color: transparent;
}

/*Plus and minus icons*/
.panel-group .panel-title {
    position: relative !important;
    padding-right: 15px;
}

.panel-group-simple .panel-title:after,
.panel-group-simple .panel-title:before {
    right: 5px;
}

.panel-group .panel-title:after,
.panel-group .panel-title:before {
    position: absolute;
    top: 2px;
    right: -10px;
    font-family: 'FontAwesome' !important;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    color: #7B7B7B !important;
}

.panel-group .panel-title:before {
    content: "\f067";
}

.panel-group .panel-title:after {
    content: "\f068";
}

.panel-group .panel-title[aria-expanded=true]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-title[aria-expanded=false]:before {
    opacity: .6;
}

.panel-group .panel-title[aria-expanded=false]:after {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-group .panel-title[aria-expanded=true]:after {
    opacity: .6;
}

/*LISTS*/
ul.bullet {
    list-style: none;
    padding-left: 0px;
}

ul.bullet li {
    margin-bottom: 20px;

}

ul.bullet li:not(.font-dark-blue) {
    color: #1D1D1B;
}

ul.bullet li:before {
    content: "•";
    font-size: 100%;
    padding-right: 20px;
    top: 0px;
    position: relative;
}

/*LIST GROUP*/
.list-group {
    font-size: 12pt;
}

.list-group .list-group-item {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -ms-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
}

.list-group .list-group-item a {
    width: 100%;
    display: block;
}

.list-group .list-group-item:hover {
    background-color: rgba(83, 143, 124, 0.44);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
}

.list-group .list-group-item:hover a {
    color: white;
}

.list-group .list-group-item.active {
    background-color: #538F7C;
}

.list-group .list-group-item.active a {
    color: white !important;
}

/*CONTAINERS*/
.white-box {
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    border-image: linear-gradient(top bottom, #6A8C4C 0%, #4093A4 100%);
    border-image-slice: 1;
}

.theme-border {
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #6A8C4C 0%, #4093A4 100%);
    border-image: linear-gradient(top bottom, #6A8C4C 0%, #4093A4 100%);
    border-image-slice: 1;
}

.container-2 {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/*TITLES*/

img.logo_as_panel_title_icon {
    width: 40px;
    margin-top: -15px
}

/*BACK TOP*/

#back-top {
    border-color: #4093A4;
    right: 100px;
}

#back-top:before {
    color: #4093A4
}

#back-top:hover {
    background-color: #4093A4;
}

/*TAWK CHAT*/
.round #tawkchat-status-text-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*FONTS*/
.font-M {
    font-size: 14pt !important;
}

.font-L {
    font-size: 16pt !important;
}

.font-S {
    font-size: 12pt !important;
}

.font-XS {
    font-size: 10pt !important;
}

.font-white {
    color: white;
}

.font-dark {
    color: #1D1D1B !important;
}

.font-blue {
    color: #40A3BF;
}

.font-dark-blue {
    color: #418DA1;
}

.font-gray {
    color: #858585;
}

.font-green {
    color: #819961;
}

.font-red {
    color: #B81E1E;
}

.font-gray {
    color: #AFAFAF;
}

.font-normal-weight {
    font-weight: normal !important;
}

.font-M .font-normal-weight,
.font-M.font-normal-weight {
    font-size: 13pt !important;
}

.font-light-weight {
    font-weight: lighter;
}

/*VALIDATION ERROS*/

.form-group.has-error .val-msg {
    font-size: 10pt;
    color: #a94442;
}

.form-group.has-error .btn.dropdown-toggle.selectpicker.btn-default,
.form-group.has-error .bootstrap-select.form-control.open .dropdown-menu.open {
    border-color: #a94442;
}

.form-group.has-error .bootstrap-select.form-control.open .btn.dropdown-toggle.selectpicker.btn-default {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

/*MODALS*/

.modal {
    z-index: 2040;
}

.modal-backdrop {
    z-index: 2039;
}

.modal .modal-title {
    color: #437F81;
}

.modal .modal-header .close {
    font-size: 25pt;
    font-weight: lighter;
}

.modal .modal-header {
    padding: 15px 25px;
}

.modal .modal-body {
    padding: 25px;
}

/*CUSTOM POPUP*/

.popup_background {
    z-index: 2041 !important;
}

.custom-popup.light h4.m-top-none {
    font-size: 14pt;
    color: #1D1D1B;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-popup h4 {
    line-height: 20pt;
}

.popup_wrapper {
    z-index: 4000 !important;
}

/*BGS*/
.blue_bg {
    background-color: #428DA2;
}

/*BORDERS*/

.dark_blue_border {
    border: 1px solid #428DA2;
    font-size: 14px;
}

.dark_blue_border i.fa.fa-minus {
    font-size: 8pt;
}

@media (min-width: 768px) {
    .container.fit {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container.fit {
        width: 1170px;
    }
}

/*CHAT*/
.message-input-wrap {
    background-color: #E3ECF1;
}

/*TEXTAREA*/
textarea {
    resize: vertical;
}

/*APPOINTMENT QUICKATART NOTIF*/
.notif_appointment_quickstart {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 2000000001;
}

.notif_appointment_quickstart button.close {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 5px 10px;
}

.notif_appointment_quickstart .alert {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
}

/*IFRAME*/
body iframe.youtube {
    width: 100%;
}

/*CIRCLE ITEMS*/
.circle-item {
    margin: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-image: url('/img/bg_1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: white;
}

.circle-item.small {
    margin: 10px;
    width: 15px;
    height: 15px;
}

.circle-item.medium {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -2px;
}

/*LINKS*/
a.white-link,
a.white-link:active,
a.white-link:hover,
a.white-link:focus {
    color: white;
}

a.opacity_link:hover {
    opacity: .75;
}

a.white-link:hover {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

/*DATATABLES*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    border: 1.5px solid white;
    padding: 5px 10px !important;
    background: #D9EAE6 !important;
    min-width: 35px;
    font-weight: normal;
    margin: 0px;
    margin-right: -1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    opacity: .35;
    cursor: default;
}

.dataTables_empty {
    color: #AFAFAF;
    font-size: 12pt;
    padding-top: 20px !important;
    text-align: center;
    border: none !important;
}

/*COOKIES*/
.cookie_info {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: white;

    background-color: #22444ee0;
    z-index: 99999999999999;
}

.cookie_info a {
    color: #bfd2ac;
}

/*bubblingG loading animation*/

.bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: rgba(98, 141, 92, 0.5);
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1s infinite alternate;
    -o-animation: bubblingG 1s infinite alternate;
    -ms-animation: bubblingG 1s infinite alternate;
    -webkit-animation: bubblingG 1s infinite alternate;
    -moz-animation: bubblingG 1s infinite alternate;
}

.bubblingG span.bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.bubblingG span.bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

.bubblingG span.bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(98, 141, 92, 0.98);
        transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        transform: translateY(-20px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(98, 141, 92, 0.98);
        -o-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(98, 141, 92, 0.98);
        -ms-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        -ms-transform: translateY(-20px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(98, 141, 92, 0.98);
        -webkit-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(98, 141, 92, 0.98);
        -moz-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        -moz-transform: translateY(-20px);
    }
}

/* Icons */
.icon_arrow {
    background: url('/front/img/play.svg');
    background-size: cover;
}

a:hover .icon_arrow {
    background: url('/front/img/play-hover.svg');
    background-size: cover;
}

.icon_id {
    background: url('/front/img/id.svg');
    background-size: cover;
}

a:hover .icon_id {
    background: url('/front/img/id-hover.svg');
    background-size: cover;
}

.icon_calendar {
    background: url('/front/img/calendar.svg');
    background-size: cover;
}

a:hover .icon_calendar {
    background: url('/front/img/calendar-hover.svg');
    background-size: cover;
}

.icon_comments {
    background: url('/front/img/comments.svg');
    background-size: cover;
}

a:hover .icon_comments {
    background: url('/front/img/comments-hover.svg');
    background-size: cover;
}

.icon_schedule {
    background: url('/front/img/schedule.svg');
    background-size: cover;
}

a:hover .icon_schedule {
    background: url('/front/img/schedule-hover.svg');
    background-size: cover;
}

.icon_euro {
    background: url('/front/img/euro_tag.svg');
    background-size: cover;
}

a:hover .icon_euro {
    background: url('/front/img/euro_tag-hover.svg');
    background-size: cover;
}

.icon_users {
    background: url('/front/img/group-users.svg');
    background-size: cover;
}

a:hover .icon_users {
    background: url('/front/img/group-users-hover.svg');
    background-size: cover;
}

.icon_network {
    background: url('/front/img/network.svg');
    background-size: cover;
}

a:hover .icon_network {
    background: url('/front/img/network-hover.svg');
    background-size: cover;
}

.icon_credit_card {
    background: url('/front/img/credit-card.svg');
    background-size: cover;
}

a:hover .icon_credit_card {
    background: url('/front/img/credit-card-hover.svg');
    background-size: cover;
}

.icon_bubble {
    background: url('/front/img/speech-bubble72.svg');
    background-size: cover;
}

a:hover .icon_bubble {
    background: url('/front/img/speech-bubble72-hover.svg');
    background-size: cover;
}

.icon_clinic {
    background: url('/front/img/clinic.svg');
    background-size: cover;
}

a:hover .icon_clinic {
    background: url('/front/img/clinic-hover.svg');
    background-size: cover;
}

.icon_heart_hands {
    background: url('/front/img/heart_hands.svg');
    background-size: cover;
}

a:hover .icon_heart_hands {
    background: url('/front/img/heart_hands-hover.svg');
    background-size: cover;
}

.icon_brain {
    background: url('/front/img/brain.svg');
    background-size: cover;
}

a:hover .icon_brain {
    background: url('/front/img/brain-hover.svg');
    background-size: cover;
}