/*Texts*/

h1 {
    font-size: 3.85em;
    font-weight: 700;
    margin-bottom: 25px;
}

h1 span {
    font-weight: 400;
}

h2 {
    font-size: 2.1em;
    font-weight: 700;
    color: #2eadb4;
    margin-top: 35px;
    margin-bottom: 18px;
}

h2.black {
    color: #333;
}

h2 span {
    font-weight: 400;
}

h2.citation {
    color: #333;
    font-style: italic;
    font-size: 2.6em;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

h2.citation strong {
    font-weight: 700;
}

h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 18px;
}

h4 {
    font-size: 1.2em;
    font-weight: 700;
}

h5 {
    font-size: 1em;
    font-weight: 700;
}

h1 a,
h2.black a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
}

h1 a :hover,
h2.black a :hover,
h3 a :hover,
h4 a :hover,
h5 a :hover,
h6 a :hover {
    color: #2eadb4;
}

ul.list {
    padding: 0;
    margin: 0;
}

ul.list li {
    list-style: none;
}

ul.list li:before {
    /*content: "\e907";*/
    content: "\e90a";
    font-family: 'mp-font-icons' !important;
    margin-right: 5px;
    color: #2eadb4;
    position: relative;
    top: 2px;
}

ul.check-list {
    padding: 0;
    margin: 0;
}

ul.check-list li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
}

ul.check-list li i {
    color: #f2c535;
    font-size: 1.5em;
    margin-left: -30px;
    position: relative;
    top: 5px;
}

p.info-text {
    padding-left: 30px;
    font-style: italic;
    line-height: 1.3;
}

p.info-text i {
    margin-left: -30px;
    color: #2eadb4;
    margin-right: 4px;
    position: relative;
    top: 3px;
    font-size: 1.4em;
}

p.citation {
    font-size: 1.2em;
    font-weight: 700;
    font-style: italic;
    padding: 30px 0 30px 8%;
}

p.citation.large {
    margin: 0 8%;
    padding: 30px 70px;
    text-align: center;
    background-image: url(/images/2018/web-img/quote-left.svg), url(/images/2018/web-img/quote-right.svg);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 50px;
}

.therapy-type {
    font-style: italic;
}

.therapy-type i {
    color: #2eadb4;
    position: relative;
    top: 2px;
}

.label {
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    color: #999;
    margin-left: 0;
}

.h-divider {
    margin-left: 20px;
}

.divider {
    display: block;
    height: 50px;
}

.divider.ten {
    height: 100px;
}

a {
    color: #2eadb4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:not([href]) {
    color: #2eadb4 !important;
    cursor: pointer;
}

a:not([href]):hover {
    color: #333 !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a i {
    position: relative;
    top: 2px;
}

a.more-link {
    display: block;
    float: right;
}

.btn {
    font-size: 1em;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: .375rem .79rem 0.45rem .79rem;
}

.btn i {
    font-size: 1.2em;
    position: relative;
    top: 2px;
}

.btn.btn-default {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:visited {
    color: #fff !important;
    box-shadow: inset -10px -7px 15px rgba(11, 49, 71, 0.17);
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.btn.btn-primary {
    background-color: #f2c535;
    background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
    background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
    background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #333 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
    box-shadow: inset -10px -6px 12px rgba(119, 23, 23, 0.15);
    color: #333;
}

.btn.btn-secondary {
    background-color: #444444;
    background-image: -moz-linear-gradient(left, #444444 0%, #333 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #333)) !important;
    background-image: -webkit-linear-gradient(left, #444444 0%, #333 100%) !important;
    background-image: -o-linear-gradient(left, #444444 0%, #333 100%) !important;
    background: -ms-linear-gradient(left, #444444 0%, #333 100%);
    background: linear-gradient(70deg, #444444 0%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:visited {
    box-shadow: inset -10px -6px 12px rgba(0, 0, 0, 0.4);
    color: #fff !important;
}

.btn.btn-icon {
    color: #999;
    font-size: 1.2em;
    background: transparent;
}

.btn.btn-icon:hover {
    color: #2eadb4 !important;
}

.btn.btn-link {
    color: #2eadb4;
    font-weight: 400;
}

.btn:disabled {
    background: #ccc !important;
    background-image: #ccc !important;
    color: #999;
}

.btn:disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:visited {
    box-shadow: none;
    color: #999;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

#racunPodjetjeBtn,
#racunOsebaBtn {
    background-color: #f2c535;
    background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
    background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
    background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #333 !important;
}

#racunPodjetjeBtn.collapsed,
#racunOsebaBtn.collapsed {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
}

.input-group-append .btn {
    margin-bottom: 0;
}


/*Notifications*/

.notification-bubble {
    margin-bottom: 40px;
}

.notification-bubble .notification-icon {
    background-color: transparent;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
}

.notification-bubble .notification-icon i {
    color: #2eadb4;
    font-size: 20px;
}

.notification-bubble span,
.notification-bubble a {
    padding-left: 50px;
}

.notification-bubble span i,
.notification-bubble a i {
    position: relative;
    top: 1px;
}

.notification-bubble a {
    color: #999;
}

.notification-bubble p {
    margin-bottom: 5px;
    line-height: 1.2;
    color: #333;
    padding-left: 50px;
}

.notification-bubble .date {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
}

.notification-bubble.new .notification-icon {
    background-color: #f2c535;
    border: 1px solid #f2c535;
}

.notification-bubble.new .notification-icon i {
    color: #fff;
}

.notification-bubble.new .date,
.notification-bubble.new a {
    color: #2eadb4;
}

.horizontal-line {
    width: 1px;
    height: calc(100% + 130px);
    background: #ddd;
    float: left;
    margin-top: -80px;
    margin-left: -30px;
    margin-bottom: -50px;
}

.horizontal-line.tabs {
    float: right;
    height: calc(100% + 80px);
}

.notifications {
    padding-left: 30px;
    padding-bottom: 50px;
}


/*Alerts*/

.alert-container {
    padding: 0;
}

.alert-container .alert {
    border-radius: 0;
    margin-bottom: 0;
}

.alert {
    border-radius: 10px;
    border: 0;
}

.alert button {
    text-shadow: none;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    padding: .75rem 15px;
}

.alert button .mp-close {
    font-size: 0.7em;
}

.alert.alert-dismissible {
    padding-right: 40px;
}


/*Popups*/

.modal-dialog .modal-content {
    border-radius: 10px;
    border: none;
}

.modal-dialog .modal-header {
    border-radius: 10px 10px 0 0;
    padding: 10px 5px 10px 15px;
    border: none;
}

.modal-dialog .modal-header h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 3px;
}

.modal-dialog .modal-header button {
    padding: 0 10px;
}

.modal-dialog .modal-header button i {
    font-size: 1em;
}

.modal-dialog .modal-body .therapy-type {
    margin-top: 5px;
}

.modal-dialog .modal-body .therapy-type i {
    color: #333;
}

.modal-dialog .modal-body .info-text {
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-dialog .modal-footer {
    justify-content: space-around;
}

.modal-dialog .modal-footer a {
    color: #2eadb4;
    cursor: pointer;
}

.modal-dialog .modal-footer a:hover {
    color: #333;
}

.modal-dialog .modal-footer .modal-footer-actions {
    justify-content: flex-start;
    width: 100%;
}

.modal-dialog .modal-footer .modal-footer-actions .confirmations {
    display: block;
}

.modal-dialog .modal-footer .modal-footer-actions .confirmations i {
    font-size: 1.4em;
    color: #2eadb4;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.modal-dialog .modal-footer .modal-footer-actions form {
    margin-top: 5px;
}

.modal-dialog .modal-footer .modal-footer-actions .actions {
    border-top: 1px solid #e9ecef;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog .modal-footer .action-link {
    font-weight: 700;
    color: #333;
    display: block;
    cursor: pointer;
}

.modal-dialog .modal-footer .action-link:hover {
    color: #333 !important;
}

.modal-dialog .modal-footer .action-link.collapsed {
    font-weight: 400;
    color: #2eadb4;
}

.modal#shraniSpremembe p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal#shraniSpremembe,
.modal#odpovejTermin,
.modal#klicPreusmeritev {
    text-align: center;
}

.modal#shraniSpremembe .mp-check,
.modal#shraniSpremembe .mp-question,
.modal#shraniSpremembe .mp-phone,
.modal#odpovejTermin .mp-check,
.modal#odpovejTermin .mp-question,
.modal#odpovejTermin .mp-phone,
.modal#klicPreusmeritev .mp-check,
.modal#klicPreusmeritev .mp-question,
.modal#klicPreusmeritev .mp-phone {
    font-size: 3em;
    color: #2eadb4;
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
}

.modal#shraniSpremembe .modal-footer,
.modal#odpovejTermin .modal-footer,
.modal#klicPreusmeritev .modal-footer {
    margin-top: 20px;
}

.modal#videoklic .modal-body {
    padding-bottom: 30px;
}

.modal#videoklic a:last-child {
    margin-top: 10px;
    display: block;
}

#koncajKlic .modal-body,
#zavrnitev .modal-body {
    padding-top: 35px;
}

#potrditev .modal-body {
    padding-top: 0px;
    padding-bottom: 30px;
}

#potrditev .modal-body p {
    font-size: 1.2em;
    margin-bottom: 0;
}

#potrditev .modal-body p:first-child {
    color: #2eadb4;
}

#potrditev .modal-footer {
    flex-wrap: wrap;
    padding-bottom: 25px;
}

#potrditev .modal-footer p {
    flex: 0 0 100%;
    text-align: center;
}

#potrditevKlient .modal-body {
    padding-top: 0px;
    padding-bottom: 30px;
}

#potrditevKlient .modal-body p {
    font-size: 1.2em;
    margin-bottom: 0;
}

#potrditevKlient .modal-body p:first-child {
    color: #2eadb4;
}

#terapevtKlice {
    text-align: center;
}

.table tbody tr:first-child td {
    border-top: 3px solid #ddd !important;
}

.table tr:last-child td {
    border-bottom: 3px solid #ddd;
}

.table tr th {
    border-top: 0;
    font-weight: 400;
}

.table tr th select {
    margin-left: -7px;
}

.table tr th label {
    margin-left: 0;
}

.table tr td {
    border-top: 1px solid #ddd !important;
}

.table tr td.time {
    min-width: 190px;
}

.table tr td.red {
    color: #fb3854;
}

.table tfoot {
    text-align: right;
}

.table tfoot tr:last-child td {
    border: none;
}

.table tfoot tr:last-child td a {
    margin-left: 20px;
}


/*Inputs*/

::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder {
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder {
    color: #ccc;
    font-style: italic;
}

.form-control:not([type=submit]),
.form-control:not([type=file]),
.form-control:not([type=button]),
.form-control:not([type=password]),
.form-control:not([type=hidden]),
.form-control:not([type=checkbox]),
.form-control:not([type=radio]),
.form-control:not([type=image]) {
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    font-size: 1em;
}

.form-control:focus {
    outline: none !important;
    border-color: #4ac3ca !important;
}

.form-control.max-width {
    width: initial;
}

.form-control.has-error {
	border: 1px solid red;
}

textarea {
    border-radius: 15px !important;
}

label {
    font-size: 0.75em;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
}

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*Select boxes*/

.custom-select {
    background: #fff url(/images/2018/img/angle-bottom.svg) no-repeat right 0.75rem center;
    background-size: 17px;
    padding-right: 35px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.custom-select:focus {
    border-color: #4ac3ca;
}


/*Checkboxes*/

.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-style: normal;
    font-size: 1em;
    cursor: pointer;
    margin: 0;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
    background-color: #fff;
    content: " ";
    display: block;
    width: 8px;
    height: 15px;
    border: solid #2eadb4;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: 8px;
    top: 6px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:disabled+label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}


/*Radios*/

.radio {
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio .mp-info {
    position: relative;
    top: 2px;
    color: #2eadb4;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio input[type="radio"]:focus+label::before {
    outline: none;
    box-shadow: none;
    background-color: #2eadb4;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #2eadb4;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label:before {
    cursor: not-allowed;
}

.radio .radio-inline {
    margin-top: 0;
}

.input-group-addon {
    border-radius: 0 20px 20px 0;
}

.input-group.date .form-control {
    border-radius: 20px;
}

.input-group.date .input-group-addon {
    border: none;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    color: #2eadb4;
}

.input-group.time {
    justify-content: stretch;
}

.input-group.time span {
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 7px;
}

.input-group.time .custom-select {
    flex-grow: 1;
}

.input-group.input-daterange .form-control {
    border-radius: 20px;
    max-width: 100px;
}

.input-group.input-daterange .input-group-addon {
    background: transparent;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
}


/*Radio as button*/

.radio-button label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
    text-align: center;
    background-color: #ccc;
    font-style: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: .375rem .79rem 0.45rem .79rem;
    margin: 2px;
}

.radio-button input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio-button input[type="radio"]:focus+label {
    outline: none;
    box-shadow: none;
}

.radio-button input[type="radio"]:checked+label,
.radio-button input[type="radio"]:hover+label {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff;
}

.radio-button input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio-button input[type="radio"]:disabled+label:before {
    cursor: not-allowed;
}

.radio-button .radio-inline {
    margin-top: 0;
}


/*Datepicker*/

.datepicker {
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    direction: ltr;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.datepicker.dropdown-menu {
    border: none;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 20px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 20px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -10px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker th.dow {
    font-weight: 700;
    font-size: 0.75em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #ccc;
    color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #ccc;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #4ac3ca;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #f2c535;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background: #f2c535;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #f2c535;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}

.datepicker .datepicker-switch {
    width: 145px;
    font-weight: 400;
    color: #2eadb4;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    font-weight: 400;
    color: #2eadb4;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: transparent;
    color: #333;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}


/*# sourceMappingURL=bootstrap-datepicker.css.map */

body,
html {
    overflow-x: hidden;
}

body {
    background-color: #f6f6f6;
    background-image: url(/images/2018/web-img/bg.svg);
    background-size: 120px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    font-size: 17px;
    min-height: 100vh;
    position: relative;
}

body.disableScroll {
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blue-gradient-bg {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.gray-bg {
    background-color: #eaeaea;
    padding: 90px 0 80px 0;
}

.wave {
    background-image: url(/images/2018/web-img/wave.svg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 80px;
    height: 30px;
}

.flex-vertical {
    display: flex;
    align-items: center;
}

.flex-vertical h2 {
    margin: 0;
}

@keyframes shadowAdd {
    0% {
        -webkit-box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
        -moz-box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
        box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
    }
    100% {
        -webkit-box-shadow: inset 0px 95px 80px -20px #f6f6f6;
        -moz-box-shadow: inset 0px 95px 80px -20px #f6f6f6;
        box-shadow: inset 0px 95px 80px -20px #f6f6f6;
    }
}

@keyframes shadowRemove {
    0% {
        -webkit-box-shadow: inset 0px 95px 80px -20px #f6f6f6;
        -moz-box-shadow: inset 0px 95px 80px -20px #f6f6f6;
        box-shadow: inset 0px 95px 80px -20px #f6f6f6;
    }
    100% {
        -webkit-box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
        -moz-box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
        box-shadow: inset 0px 95px 80px -20px rgba(246, 246, 246, 0);
    }
}


/*Header*/

header {
    z-index: 1000;
    position: relative;
    top: 0;
    width: calc(100% + 60px);
    padding: 10px 30px 0 30px;
    left: -30px;
    right: -30px;
    margin-left: auto;
    margin-right: auto;
    height: 130px;
    position: fixed;
}

header.--not-top {
    animation-name: shadowAdd;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

header.--not-top .top-menu {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

header.remove-shadow {
    animation-name: shadowRemove;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

header nav {
    height: 110px;
    align-items: flex-start !important;
}

header nav .nav-link {
    font-weight: 700;
    padding: 5px 22px 7px 22px !important;
    color: #333 !important;
}

header nav .nav-link:hover {
    color: #2eadb4 !important;
}

header nav .nav-link i {
    position: relative;
    top: 3px;
    font-size: 1.3em;
}

header .row {
    width: 100%;
}

#mainNavbar {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

#mainNavbar .collapse-inner {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}

#mainNavbar .collapse-inner .top-menu {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    flex-direction: row;
    display: flex;
}

#mainNavbar ul.social {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 7px !important;
}

#mainNavbar ul.social li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
}

#mainNavbar ul.social li a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}

#mainNavbar a.dropdown-toggle::after {
    display: none;
}

#mainNavbar .dropdown-menu {
    font-size: 1em !important;
    left: initial;
    right: 0;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#mainNavbar .dropdown-menu:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    right: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
}

#mainNavbar .dropdown-menu a {
    color: #2eadb4;
}

#mainNavbar .dropdown-menu a:hover {
    background-color: transparent;
    color: #333;
}

#mainNavbar .collapse-inner .top-menu .nav-highlighted .nav-link {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#mainNavbar .collapse-inner .top-menu .nav-highlighted .nav-link:hover {
    box-shadow: inset -10px -7px 15px rgba(11, 49, 71, 0.17);
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.sign-in-menu {
    display: block;
    margin-top: 10px;
}

.navbar-brand {
    justify-self: flex-start;
}

.navbar-brand img{
  width: 190px;
  height: auto;
  margin-left: 15px;
}

.navbar-toggler {
    border: 0;
    z-index: 1000;
    cursor: pointer;
    /*Animated hamburger*/
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    border: 0;
    box-shadow: none;
}

.navbar-toggler * {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transition-delay: 0.4s;
}

.navbar-toggler span {
    width: 30px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    display: block;
}

.navbar-toggler span.bar1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 1px 3px;
    -webkit-transform-origin: 1px 3px;
    -moz-transform-origin: 1px 3px;
    -o-transform-origin: 1px 3px;
    transform-origin: 1px 3px;
    width: 26.5px;
}

.navbar-toggler span.bar2 {
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    -moz-transform: rotate(-360deg) scale(0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
}

.navbar-toggler span.bar3 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 9px 2px;
    -webkit-transform-origin: 9px 2px;
    transform-origin: 9px 2px;
    width: 26.5px;
}

.navbar-toggler.collapsed span {
    margin-right: 7px;
}

.navbar-toggler.collapsed span.bar1,
.navbar-toggler.collapsed span.bar2,
.navbar-toggler.collapsed span.bar3,
.navbar-toggler.collapsed span.bar4 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 20px;
    background-color: #2eadb4;
}


/*Subheader*/

.home-header {
    position: relative;
    z-index: 100;
}

.home-header .home-video {
    width: 100%;
}

.home-header img.video-overlay {
    position: absolute;
    bottom: 0;
}

.home-header .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.home-header h1 {
    font-weight: 400;
}

.home-header h1 strong {
    font-weight: 700;
    color: #f2c535;
}

.home-header em {
    font-size: 1.4em;
}

.home-video-container {
    position: relative;
}

.sub-header-full {
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
    bottom: -1px;
}

.sub-header-full.no-image {
    display: flex;
    padding-top: 130px;
    height: auto;
    margin-bottom: -18px;
}

.sub-header-full.no-image .citation {
    padding: 0;
}

.sub-header-full.no-image h1 {
    position: relative;
    bottom: inherit;
    margin-bottom: 0;
}

.sub-header-full div {
    height: 100%;
}

.sub-header-full .image {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
    border-radius: 0;
}

.sub-header-full h1 {
    position: absolute;
    bottom: 40px;
}

.sub-header-full h1 span {
    display: block;
    font-size: 0.7em;
    font-style: italic;
}

.sub-header-mid {
    margin-top: 150px;
    position: relative;
}

.sub-header-mid .image {
    background-size: cover;
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    background-position: center;
}

.sub-header-mid .absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sub-header-mid .breadcrumbs {
    margin-bottom: 20px;
    margin-top: 150px;
}

.sub-header-mid .article-data {
    font-size: 1.2em;
}

.sub-header-mid .article-data i {
    color: #2eadb4;
    margin-right: 3px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
    margin-left: -40px;
}

.sub-header-mid .article-data p,
.sub-header-mid .article-data ul {
    margin-bottom: 20px;
}

.sub-header-mid .article-data p em {
    padding-left: 40px;
    line-height: 1.2em;
}

.sub-header-mid .article-data ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.sub-header-mid .article-data ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.sub-header-mid .article-data label {
    margin-left: 0;
    color: #999;
}

.breadcrumbs {
    margin-top: -20px;
    margin-bottom: 50px;
}

.breadcrumbs i {
    color: #999;
    margin: 0 10px;
    position: relative;
    top: 2px;
}


/*Main*/

.main {
    background-color: #f6f6f6;
    background-image: url(/images/2018/web-img/bg.svg);
    background-size: 120px;
    padding-top: 50px;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.actions hr {
    margin: 0;
    width: 100%;
    height: 1px;
}

.actions>* {
    margin-left: 3px;
    margin-right: 3px;
}

.actions>*:first-child {
    margin-left: 0;
}

.actions>*:last-child {
    margin-right: 0;
}


/*Therapists*/

.therapist {
    margin: 30px 0;
    text-align: center;
}

.therapist h3 {
    margin-top: 20px;
}

.therapist i {
    color: #2eadb4;
    font-size: 1.5em;
    position: relative;
    top: 4px;
}

.therapist em {
    display: block;
}

.therapist-image {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.therapist-image img {
    width: 100%;
    height: auto;
}

.therapist-image.round {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}

.therapist-image.round img {
    height: auto !important;
}

.therapist-image {
  position: relative;
}


.therapist-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.therapist-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.therapist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}


.text-bubble {
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.text-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 20px;
    left: -17px;
    border-right: 20px solid #eaeaea;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.text-bubble .label {
    margin-bottom: 5px !important;
}

.text-bubble p {
    padding: 0;
    margin: 0;
}

.therapist-list li {
    list-style: none;
    padding-bottom: 10px;
    margin-left: 0px;
}

.therapist-list li::before {
    content: "\e90e";
    font-family: 'mp-font-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2eadb4;
    font-size: 1.2em;
    position: relative;
    top: 4px;
    margin-left: -30px;
    margin-right: 10px;
}

.description-list {
    padding: 0;
    margin: 0;
}

.description-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 50px;
}

.description-list li::before {
    content: "\e90e";
    font-family: 'mp-font-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2eadb4;
    font-size: 2em;
    position: relative;
    top: 0px;
    margin-right: 20px;
    display: block;
    float: left;
    height: 100%;
    margin-left: -55px;
}

.description-list li h4 {
    margin-top: 40px;
}

.description-list li p {
    margin-bottom: 10px;
}

table.pricing {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 600px;
    text-align: left;
}

table.pricing td {
    padding: 20px 20px 20px 0;
    vertical-align: middle;
    display: table-cell;
}

table.pricing td:first-child {
    padding-right: 10px;
}

table.pricing i {
    font-size: 3em;
    color: #2eadb4;
}

table.pricing h3 {
    margin: 0;
}

table.pricing .price {
    font-weight: 700;
    font-size: 2em;
    min-width: 92px;
}

table.pricing .price span {
    color: #2eadb4;
}

table.pricing img {
    display: block;
    height: 60px;
}

table.pricing tfoot td {
    padding-top: 30px;
    text-align: left;
}

@media (min-width: 992px) {
    .therapist-profile .flex-lg-column-reverse {
        justify-content: flex-end;
    }
}


/*CTA*/

.cta {
    width: 60%;
    border-radius: 0 100px 100px 0;
    padding-right: 50px;
    height: 120px;
    margin-top: -60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11;
    position: relative;
}

.cta.fullscreen {
    padding: 110px 0;
    width: 100%;
    border-radius: 0;
    padding-right: 30%;
    margin-top: 0;
}

.cta.fullscreen .button {
    width: 100%;
}

.cta.fullscreen .button em {
    font-size: 1.4em;
    margin-right: 20px;
}

.cta .line {
    border-bottom: 3px dotted #333;
    display: flex;
    width: 100%;
}

.cta .button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cta .button a {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.3em;
}

.cta .button img {
    margin-right: 40px;
    height: 50px;
}

.modal .modal-body {
    padding: 10px 30px;
}

.modal .modal-footer {
    justify-content: center;
}

.modal a {
    font-size: 1em !important;
}


/*Accordion*/

.accordion .card {
    border: none;
    background-color: transparent;
}

.accordion .card-header,
.accordion .card-body {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.accordion .card-body {
    padding-top: 0;
}

.accordion .card-header h5 a {
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
}

.accordion .card-header h5 a:hover {
    color: #2eadb4;
}

.accordion .card-header h5 a:before {
    content: "-";
    width: 15px;
    display: inline-block;
}

.accordion .card-header h5 a.collapsed:before {
    content: "+";
}


/*Article*/

article {
    max-width: 600px;
    margin: 0 auto;
}

article p img {
    max-width: 90%;
    float: left;
    margin: 15px 25px;
    margin-left: -25%;
    border-radius: 20px;
    overflow: hidden;
}

p img {
    max-width: 50%;
    float: left;
    margin: 15px 25px;
    margin-left: 0;
    border-radius: 20px;
    overflow: hidden;
}

.author {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
}

.author label {
    margin-left: 0;
}

.author h5 {
    font-weight: 400;
    margin-bottom: 0;
}

.author h5 a {
    color: #2eadb4 !important;
}

.author img {
    margin: 0 !important;
}


/*Contact*/

.contact-details {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

.contact-details li {
    list-style: none;
}

.contact-details li i {
    color: #2eadb4;
    position: relative;
    top: 2px;
    margin-right: 7px;
}


/*Test*/

form.test table td {
    vertical-align: middle;
}

form.test table td:first-child {
    color: #2eadb4;
}

.tests-container {
    padding: 148px 0 100px 0;
    margin-bottom: -2px;
    z-index: 10;
    position: relative;
}

.tests-container div div {
    align-items: center;
}

.tests-container div div h2 {
    margin: 35px 0;
}

.test-link {
    background: #fff;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 8px 30px 8px 65px;
    border-radius: 50px;
    line-height: 1.2em;
    margin: 10px;
    height: auto;
    display: inline-flex;
    align-items: center;
}

.test-link:hover {
    background-color: #f6f6f6;
}

.test-link img {
    width: 30px;
    margin-right: 10px;
    margin-left: -45px;
}

.test-results-indicator {
    margin-bottom: 50px;
}

.test-results-indicator .indicator {
    background: #333;
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

.test-results-indicator .indicator:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
}

.test-results-indicator .score {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.test-results-indicator .score>div {
    float: left;
    padding: 10px;
    font-weight: 700;
    border-left: 1px solid #FFF;
}

.test-results-indicator .score>div:first-child {
    border-left: 0;
}

.test-results-indicator .score:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.test-results-indicator .score .score-one {
    background-color: #00ff90;
    background-image: -moz-linear-gradient(left, #00ff90 0%, #9eff37 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00ff90), color-stop(100%, #9eff37)) !important;
    background-image: -webkit-linear-gradient(left, #00ff90 0%, #9eff37 100%) !important;
    background-image: -o-linear-gradient(left, #00ff90 0%, #9eff37 100%) !important;
    background: -ms-linear-gradient(left, #00ff90 0%, #9eff37 100%);
    background: linear-gradient(70deg, #00ff90 0%, #9eff37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.test-results-indicator .score .score-two {
    background-color: #9eff37;
    background-image: -moz-linear-gradient(left, #9eff37 0%, #ffe600 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #9eff37), color-stop(100%, #ffe600)) !important;
    background-image: -webkit-linear-gradient(left, #9eff37 0%, #ffe600 100%) !important;
    background-image: -o-linear-gradient(left, #9eff37 0%, #ffe600 100%) !important;
    background: -ms-linear-gradient(left, #9eff37 0%, #ffe600 100%);
    background: linear-gradient(70deg, #9eff37 0%, #ffe600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.test-results-indicator .score .score-three {
    background-color: #ffe600;
    background-image: -moz-linear-gradient(left, #ffe600 0%, #ff8200 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffe600), color-stop(100%, #ff8200)) !important;
    background-image: -webkit-linear-gradient(left, #ffe600 0%, #ff8200 100%) !important;
    background-image: -o-linear-gradient(left, #ffe600 0%, #ff8200 100%) !important;
    background: -ms-linear-gradient(left, #ffe600 0%, #ff8200 100%);
    background: linear-gradient(70deg, #ffe600 0%, #ff8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.test-results-indicator .score .score-four {
    background-color: #ff8200;
    background-image: -moz-linear-gradient(left, #ff8200 0%, #ff3420 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8200), color-stop(100%, #ff3420)) !important;
    background-image: -webkit-linear-gradient(left, #ff8200 0%, #ff3420 100%) !important;
    background-image: -o-linear-gradient(left, #ff8200 0%, #ff3420 100%) !important;
    background: -ms-linear-gradient(left, #ff8200 0%, #ff3420 100%);
    background: linear-gradient(70deg, #ff8200 0%, #ff3420 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.test-results-indicator .score .score-five {
    background-color: #ff3420;
    background-image: -moz-linear-gradient(left, #ff3420 0%, #ff0343 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3420), color-stop(100%, #ff0343)) !important;
    background-image: -webkit-linear-gradient(left, #ff3420 0%, #ff0343 100%) !important;
    background-image: -o-linear-gradient(left, #ff3420 0%, #ff0343 100%) !important;
    background: -ms-linear-gradient(left, #ff3420 0%, #ff0343 100%);
    background: linear-gradient(70deg, #ff3420 0%, #ff0343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.test-results-indicator .score .sep.green.orange {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, green, orange);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, green, orange);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, green, orange);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, green, orange);
    /* Standard syntax */
}

.test-results-indicator .score .sep.green.yellow {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, green, yellow);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, green, yellow);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, green, yellow);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, green, yellow);
    /* Standard syntax */
}

.test-results-indicator .score .sep.yellow.orange {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, yellow, orange);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, yellow, orange);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, yellow, orange);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, yellow, orange);
    /* Standard syntax */
}

.test-results-indicator .score .sep.orange.red {
    background: orange;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange, red);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, red);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, red);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange, red);
    /* Standard syntax */
}

.test-results-indicator .score .sep.orange.light-red {
    background: orange;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange, #FFCFC5);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, #FFCFC5);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, #FFCFC5);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange, #FFCFC5);
    /* Standard syntax */
}

.test-results-indicator .score .sep.light-red.red {
    background: #FFCFC5;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FFCFC5, red);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFCFC5, red);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFCFC5, red);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFCFC5, red);
    /* Standard syntax */
}

.test-results-indicator .score .sep.green.orange.rtl {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, green, orange);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, green, orange);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, green, orange);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, green, orange);
    /* Standard syntax */
}

.test-results-indicator .score .sep.green.yellow.rtl {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, green, yellow);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, green, yellow);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, green, yellow);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, green, yellow);
    /* Standard syntax */
}

.test-results-indicator .score .sep.yellow.orange.rtl {
    background: green;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, yellow, orange);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, yellow, orange);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, yellow, orange);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, yellow, orange);
    /* Standard syntax */
}

.test-results-indicator .score .sep.orange.red.rtl {
    background: orange;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, orange, red);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, orange, red);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, orange, red);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, orange, red);
    /* Standard syntax */
}

.test-results-indicator .score .sep.orange.light-red.rtl {
    background: orange;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, orange, #FFCFC5);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, orange, #FFCFC5);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, orange, #FFCFC5);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, orange, #FFCFC5);
    /* Standard syntax */
}

.test-results-indicator .score .sep.light-red.red.rtl {
    background: #FFCFC5;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, #FFCFC5, red);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #FFCFC5, red);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #FFCFC5, red);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #FFCFC5, red);
    /* Standard syntax */
}

.test-results-indicator .score .sep.red {
    background: red;
}


/*Pagination*/

.pagination {
    justify-content: center;
}

.pagination .page-link {
    border: 0;
    background-color: transparent;
    color: #2eadb4;
}

.pagination .page-link i {
    font-size: 1.2em;
}

.pagination .page-link:hover {
    color: #333;
}

.pagination span.page-link {
    color: #333;
}


/*How it horks - illustrations*/

.how-it-works {
    padding: 80px 0 120px 0;
}

.how-it-works h3 {
    color: #999;
    font-style: italic;
}

.how-it-works .hiw-element {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.how-it-works .hiw-element h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.how-it-works .hiw-element a {
    font-weight: 700;
}

.how-it-works .hiw-element .hiw-inner {
    width: 65%;
}

.how-it-works .hiw-element .arrows {
    width: 35%;
    padding-left: 20px;
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 50px;
    justify-content: center;
}

.how-it-works .hiw-element .arrows .arrow {
    width: 100%;
}

.how-it-works .hiw-element .arrows .arrow.top {
    transform: rotate(-25deg);
    margin-top: -10px;
    position: absolute;
    top: 0;
}

.how-it-works .hiw-element .arrows .arrow.bottom {
    transform: rotate(25deg);
    margin-bottom: -10px;
    position: absolute;
    bottom: 0;
}

.how-it-works .hiw-element.horizontal img {
    max-width: 90px;
    margin-bottom: 10px;
}

.how-it-works .hiw-element.vertical {
    text-align: left;
    margin-bottom: 20px;
    height: auto;
}

.how-it-works .hiw-element.vertical .hiw-inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.how-it-works .hiw-element.vertical img {
    float: left;
    max-width: 120px;
    margin-right: 20px;
}

.how-it-works.linear {
    padding-top: 0;
    padding-left: 5%;
}

.how-it-works.linear p {
    line-height: 1.2em;
}

.how-it-works.linear a.btn {
    white-space: pre-wrap;
    line-height: 1em;
}

.how-it-works.linear strong.blue {
    color: #2eadb4;
}

.how-it-works.linear .arrow i {
    background-color: #f6f6f6 !important;
}

.how-it-works.linear .hiw-element {
    align-items: flex-start;
}

.how-it-works.linear .hiw-element .arrows {
    margin-top: 30px;
}

.arrow span {
    border-top: 2px dotted #333;
    display: block;
}

.arrow i {
    float: right;
    background: #eaeaea;
    margin-top: -13px;
    font-size: 1.3em;
}


/*Emergency contacts*/

.emergency-contacts .emergency-contact {
    border-right: 1px solid #ddd;
    padding: 50px 60px 40px 60px;
    display: flex;
    align-items: center;
}

.emergency-contacts p {
    text-align: center;
}

.emergency-contacts p span.blue {
    color: #2eadb4;
}

.emergency-contacts p span.large {
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap;
}

.team-photo {
    margin-top: 20px;
}

.team-photo * {
    padding: 0;
}

.team-photo img {
    width: 100%;
}

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

.image {
    border-radius: 20px;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: auto;
}


/*How it works*/

.fixed-menu {
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.fixed-menu a {
    display: block;
}

.fixed-menu .list-group-item {
    background-color: transparent;
    border: 0;
    padding: 10px 5px;
    font-weight: 700;
    padding-left: 30px;
}

.fixed-menu .list-group-item span {
    font-weight: 400;
    margin-right: 15px;
    margin-left: -30px;
}

.fixed-menu .list-group-item:hover,
.fixed-menu .list-group-item.active {
    color: #2eadb4;
}

.how-it-works-content h3,
.psychotherapy-content h3 {
    padding-top: 10px;
    margin-top: 0;
}

.how-it-works-content>div,
.psychotherapy-content>div {
    margin-bottom: 50px;
    padding-left: 55px;
}

.how-it-works-content .number,
.psychotherapy-content .number {
    float: left;
    margin-left: -60px;
    margin-top: 5px;
    background: #eaeaea;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Blog*/

.blog-categories .category {
    margin-bottom: 40px;
}

.blog-categories .category h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 40px;
    position: relative;
}

.blog-categories .category h3 a {
    margin-left: 0;
}

.blog-categories .category h3 i {
    position: absolute;
    top: 2px;
    margin-right: 5px;
    margin-left: -45px;
}

.blog-categories .category a {
    margin-left: 42px;
}

.blog-categories .category .image a {
    margin-left: 0 !important;
}

.blog-categories .category.sub-category .image {
    width: 50%;
    float: left;
}

.blog-categories .category.sub-category h4 {
    margin-left: calc(50% + 30px);
    margin-top: 20px;
    position: relative;
}

.blog-categories .category.sub-category h4 a {
    margin-left: 0;
}

.blog-categories .category.sub-category h4 i {
    position: absolute;
    top: 2px;
    margin-left: -25px;
    margin-right: 0px;
}

.blog-categories .category.sub-category a {
    margin-left: 30px;
}

.post {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post h3 {
    margin-bottom: 5px;
    margin-top: 0;
}

.post em {
    color: #2eadb4;
    display: block;
}

.post p {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    background-color: #ddd;
    padding: 3px 10px 3px 5px;
    border-radius: 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0;
    line-height: 1.1em;
    padding-left: 25px;
    position: relative;
}

.tag i {
    position: absolute;
    left: 5px;
    top: 4px;
}

.tag:hover {
    background-color: #ccc;
}

a.tag {
    color: #333;
}


/*Home*/

.feature {
    text-align: center;
    padding: 100px 40px;
}

.feature .image {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature.professional img {
    max-width: 100px;
}

.feature.secure img {
    max-width: 120px;
}

.feature.convenient img {
    max-width: 140px;
}

.feature img {
    margin-bottom: 20px;
}

.testimonial {
    padding: 100px 0;
}

.testimonial .text-bubble {
    border-radius: 50px;
    padding-top: 40px;
}

.testimonial .text-bubble:before {
    left: inherit;
    top: 50px;
    right: -17px;
    transform: rotate(180deg);
}

.testimonial p {
    margin-bottom: 20px;
}

.testimonial .carousel-inner {
    width: 70%;
    min-height: 230px;
    margin: 0 auto;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
    width: 50px;
    color: #333 !important;
}

.testimonial .carousel-control-next i,
.testimonial .carousel-control-prev i {
    color: #333 !important;
    font-size: 2em;
}

.company-statements .statement-text {
    border-radius: 50px;
    background-color: #eaeaea;
    padding: 20px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
}

.company-statements p {
    margin-bottom: 20px;
}

.company-statements .carousel-inner {
    width: 70%;
    min-height: 230px;
    margin: 0 auto;
}

.company-statements .carousel-control-next,
.company-statements .carousel-control-prev {
    width: 50px;
    color: #333 !important;
}

.company-statements .carousel-control-next i,
.company-statements .carousel-control-prev i {
    color: #333 !important;
    font-size: 2em;
}

.company-statements .statement-company-logo {
	width:100%;
	height:fit-content;
	filter:grayscale(1);
}

.company-statements .statement-company-logo.active {
	filter: unset;
}

.company-statements .statement-company-logo:hover {
	filter: unset;
}

.media-about-us {
    text-align: center;
}

.media-about-us .media-logo {
    padding: 20px 40px;
}

.media-about-us p {
    font-weight: 700;
    font-style: italic;
    line-height: 1.2em;
}

.downloads {
    text-align: center;
}

.downloads .download-image {
    padding: 20px 40px;
    max-width: 250px;
    margin: 0 auto;
}

.logo-list {
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo-list li {
    display: inline-block;
    padding: 20px;
}

.logo-list li img {
    max-width: 250px;
}


/*Footer*/

footer {
    width: 100%;
    font-size: 1em;
    border-top: 3px solid #eaeaea;
    background-color: #f6f6f6;
    background-image: url(/images/2018/web-img/bg.svg);
    background-size: 120px;
    position: relative;
    z-index: 1;
}

footer .texts {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
}

footer .texts p {
    font-style: italic;
    color: #999;
}

footer .footer-menu {
    margin: 0 0 10px 0;
    padding: 0;
}

footer .footer-menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-menu li a {
    color: #333;
    font-weight: 700;
    margin: 0 5px;
}

footer .footer-menu li {
    margin: 0 10px;
}


/*IE 10 hacks*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main {
        background-repeat: repeat;
        background-position: center;
    }
    .collapse-inner {
        display: inline-block;
        text-align: right;
        width: 100%;
    }
    .collapse-inner .top-menu {
        text-align: right;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .collapse-inner .top-menu .navbar-nav,
    .collapse-inner .top-menu .social {
        display: inline-block !important;
        width: inherit;
    }
    .collapse-inner .top-menu .navbar-nav li,
    .collapse-inner .top-menu .social li {
        display: inline-block;
    }
    .collapse-inner .sign-in-menu {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    .home-video-container {
        position: relative;
    }
    .home-video-container .home-video {
        position: absolute;
        z-index: -1;
    }
    .home-video-container .video-overlay {
        width: 100vw;
        bottom: initial;
        position: relative !important;
        top: 0;
        padding-top: 17%;
    }
    .hiw-inner {
        float: left;
    }
    .arrows {
        float: right;
        height: 100% !important;
        display: table;
        vertical-align: middle;
    }
    .arrows .arrow {
        vertical-align: middle;
        display: table-cell;
    }
    .arrows .arrow.top {
        margin-top: 90px !important;
    }
    .arrows .arrow.bottom {
        margin-bottom: 30px !important;
    }
    .cta {
        min-height: 300px;
    }
    .cta .line {
        width: 40%;
        float: left;
        padding-top: 22px;
    }
    .cta .button {
        margin-bottom: 100px;
    }
    .cta .button img {
        float: left;
    }
    .cta .button em {
        max-width: 200px;
        display: block;
        float: left;
    }
    .cta.blue-gradient-bg {
        min-height: 150px;
        padding: 50px 0;
    }
    .test-link {
        display: inline-block;
    }
    .actions>* {
        float: left;
        text-align: right;
    }
    .actions hr {
        width: calc(100% - 180px);
        margin-top: 20px;
    }
    .datepicker td,
    .datepicker th {
        float: left;
        text-align: center;
    }
    .datepicker th {
        margin-right: 8px;
        text-align: left;
    }
    .modal-footer {
        text-align: center !important;
        display: block;
    }
    .modal-footer .collapse {
        text-align: left;
    }
    .modal-footer .collapse .actions {
        text-align: center;
    }
    .modal-footer .collapse .actions button {
        display: inline-block;
        float: none;
    }
    .modal-footer a {
        display: inline-block !important;
    }
    .modal-footer a.action-link {
        text-align: left;
    }
    .modal-footer .modal-footer-actions {
        display: block;
        text-align: left;
    }
    .modal-footer .modal-footer-actions a {
        display: block !important;
    }
    .actions hr {
        width: calc(100% - 200px);
    }
    .actions a,
    .actions .btn {
        float: right;
    }
    input.form-control {
        height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-nav .nav-item:first-child {
        margin-right: 5px;
    }
    .navbar-nav .nav-link,
    .navbar-nav .btn {
        font-size: 0.8em;
    }
    .navbar-nav .nav-link {
        padding: 5px 8px 7px 8px !important;
        margin: 0 5px;
    }
    .emergency-contact {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .sub-header-mid .breadcrumbs {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    /*body {
        font-size: 20px;
    }*/
    /*Header*/
    .navbar {
        margin: 0;
        padding: 0;
    }
    .navbar .navbar-brand {
        padding-left: 15px;
    }
    header {
        width: 100%;
        padding: 20px 0 0 0;
        left: 0;
        right: 0;
    }
    header nav {
        height: 60px;
    }
    header nav>a {
        margin-left: 22px;
        margin-top: -4px;
    }
    header nav>button {
        margin-right: 10px;
    }
    #mainNavbar .collapse-inner {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    #mainNavbar .top-menu {
        width: 100%;
        background: transparent !important;
        flex-direction: column !important;
        padding: 0 20px 0 0;
    }
    #mainNavbar .top-menu ul.top-menu {
        margin-top: 30px;
        width: 100%;
    }
    #mainNavbar .top-menu ul.social {
        border: 0 !important;
        width: 100%;
    }
    #mainNavbar .sign-in-menu {
        align-self: flex-start;
        margin-left: 20px;
        margin-top: 60px;
    }
    #mainNavbar .dropdown-menu {
        margin-left: 20px;
    }
    #mainNavbar .dropdown-menu:before {
        top: 40px;
        left: 40px;
    }
    .nav-item .nav-link {
        margin-bottom: 10px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px;
    }
    .nav-item .nav-link i {
        font-size: 1.2em;
        margin-right: 10px;
    }
    .nav-item .nav-link:hover {
        background-color: #2eadb4 !important;
        color: #fff !important;
    }
    .nav-item.active .nav-link {
        background-color: #2eadb4 !important;
        color: #fff !important;
    }
    .navbar-collapse {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 999;
    }
    .collapse-inner {
        height: 100%;
        display: block !important;
        width: calc(100% + 20px);
        padding-right: 20px;
        overflow: auto;
        -webkit-transition: all 1s fade;
        -moz-transition: all 1s fade;
        -ms-transition: all 1s fade;
        -o-transition: all 1s fade;
        transition: all 1s fade;
    }
    .navbar-collapse.collapsing {
        background-color: #4ac3ca;
        background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
        background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
        background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: all 1s fade;
        -moz-transition: all 1s fade;
        -ms-transition: all 1s fade;
        -o-transition: all 1s fade;
        transition: all 1s fade;
    }
    .navbar-collapse.collapse.show {
        background-color: #4ac3ca;
        background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
        background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
        background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    ul.navbar-nav {
        margin-top: 80px;
    }
    article img {
        float: none;
        margin: 15px 0;
        max-width: 100%;
    }
    .emergency-contact {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 50px !important;
    }
    .sub-header-mid:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    .sub-header-mid .breadcrumbs {
        margin-top: 80px;
    }
    .sub-header-mid .absolute {
        position: relative;
    }
    .sub-header-mid .image {
        float: right;
        border-radius: 20px 0 0 20px;
        position: absolute;
        right: 0;
    }
    .sub-header-mid .article-data p em,
    .sub-header-mid .article-data ul {
        max-width: 50%;
        display: block;
    }
    .home-header h1 {
        font-size: 3em;
    }
    .home-header .container {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-it-works.linear {
        margin-top: 50px;
    }
    .how-it-works.linear .hiw-element {
        flex-direction: column;
    }
    .how-it-works.linear .hiw-element .hiw-inner {
        width: 100%;
        text-align: left;
    }
    .how-it-works.linear .hiw-element .hiw-inner img {
        float: left;
        margin-right: 20px;
        margin-left: 12%;
    }
    .how-it-works.linear .hiw-element .arrows {
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 20px 0px 20px 0;
        margin-left: calc(12% + 15px);
        transform: rotate(90deg);
    }
    .how-it-works.linear .hiw-element .arrows .arrow {
        position: relative;
        width: 60px;
    }
    .how-it-works.linear .hiw-element .arrows .arrow.top {
        margin-left: 5px;
    }
    .hiw-element.vertical .hiw-inner {
        flex-direction: column !important;
        text-align: center;
    }
    .hiw-element.vertical .hiw-inner img {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .blog-categories .category.sub-category .image {
        width: 100%;
        float: none;
    }
    .blog-categories .category.sub-category h4 {
        margin-left: 30px;
        margin-top: 30px;
    }
    .blog-categories .category.sub-category h4 i {
        position: relative;
        top: 2px;
        margin-left: -35px !important;
        margin-right: 5px;
    }
    .blog-categories .category.sub-category a {
        margin-left: 30px;
    }
    .description-list li::before {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2em;
    }
    .table thead tr {
        border-bottom: 3px solid #ddd;
        padding-bottom: 30px;
        display: block;
    }
    .table thead th {
        display: block;
        border: 0 !important;
        padding: 0;
    }
    .table thead th .input-group.input-daterange .form-control {
        max-width: inherit;
    }
    .table thead th select {
        margin-left: 0;
    }
    .table tbody tr {
        border-bottom: 1px solid #ddd;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        position: relative;
    }
    .table tbody tr:first-child {
        border-top: 3px solid #ddd;
    }
    .table tbody tr:first-child td {
        border-top: 0 !important;
    }
    .table tbody tr:last-child {
        border-bottom: 3px solid #ddd;
    }
    .table tbody td {
        display: block;
        border: 0 !important;
        padding: 0;
    }
    .table tfoot a {
        display: block;
        margin: 0;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .how-it-works.linear .arrows {
        margin: 20px auto !important;
    }
    .how-it-works.linear .arrows .arrow {
        margin-top: 10px;
    }
    .how-it-works .hiw-element {
        flex-direction: column;
    }
    .how-it-works .hiw-element .hiw-inner {
        width: 100%;
    }
    .how-it-works .hiw-element .arrows {
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 20px 0px 20px -10px;
        transform: rotate(90deg);
    }
    .how-it-works .hiw-element .arrows .arrow {
        position: relative;
        width: 60px;
    }
    .how-it-works .hiw-element .arrows .arrow.top {
        margin-left: 5px;
    }
    .how-it-works .hiw-element.vertical {
        width: 49%;
        float: left;
        text-align: center;
    }
    .how-it-works .hiw-element.vertical .hiw-inner {
        flex-direction: column;
    }
    .how-it-works .hiw-element.vertical .hiw-inner img {
        margin: 0;
        margin-bottom: 10px;
    }
    .how-it-works.linear {
        padding-left: 0;
    }
    .sub-header-mid .absolute {
        position: relative;
    }
    .sub-header-mid .absolute .row {
        width: 100%;
    }
    .sub-header-mid .breadcrumbs {
        margin-top: 40px;
    }
    .sub-header-mid .image {
        position: relative;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        clear: both;
        width: 510px;
        height: 510px;
        border-radius: 20px;
    }
    .sub-header-mid .image:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    .sub-header-mid .article-data p em,
    .sub-header-mid .article-data ul {
        max-width: 100%;
    }
    .cta {
        width: 90%;
    }
    .cta .button a {
        font-size: 1em;
    }
    .feature.professional {
        padding-bottom: 35px;
    }
    .feature.secure {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .feature.convenient {
        padding-top: 35px;
    }
    .post h3 {
        margin-top: 30px;
    }
    h1 {
        bottom: 10px !important;
    }
    p.citation.large {
        padding: 0 0 0 70px;
        margin: 0;
        text-align: left;
        background-image: url(/images/2018/web-img/quote-left.svg);
        background-position: top left;
    }
    p.citation.large.both {
    	padding: 0 0 0 70px;
        margin: 0;
        text-align: left;
        background-image: url(/images/2018/web-img/quote-left.svg) !important;
        background-position: top left;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    header nav>a {
        margin-left: 15px;
    }
    .home-header h1 {
        font-size: 2.5em;
    }
    .home-header em {
        font-size: 1.2em;
    }
    .sub-header-mid .image {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
    }
    table.pricing td:first-child {
        display: none;
    }
    .hiw-element h4 {
        font-size: 0.9em;
    }
    .cta .line {
        display: none;
    }
    .cta .button {
        margin-left: 20px;
    }
    .cta .button img.arrow-img {
        display: none;
    }
    .text-bubble {
        margin-top: 20px;
    }
    .text-bubble:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: -30px;
        left: 0px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #eaeaea;
    }
    p img {
        float: none !important;
        margin: 15px 0 !important;
        max-width: 100% !important;
    }
    .blog-categories .category.sub-category {
        margin-bottom: 0;
    }
    .blog-categories .category.sub-category .image {
        width: 40%;
        margin-bottom: 70px;
    }
    .blog-categories .category.sub-category h4 {
        margin-left: calc(40% + 30px);
        font-size: 1em;
        margin-top: 0;
    }
    h2.citation {
        padding: 0;
        font-size: 2em;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2em !important;
  }
  .sub-header-full h1 {
    font-size: 2em !important;
  }
    .navbar-brand img {
        max-width: 200px;
    }
    table.pricing h3 {
        font-size: 1.2em;
    }
    .score>div {
        height: 30px;
    }
    .score>div>span {
        display: none;
    }
    .how-it-works-content .number,
    .psychotherapy-content .number {
        display: none;
    }
    .how-it-works-content>div,
    .psychotherapy-content>div {
        padding-left: 0;
    }
    .blog-cta .pl-5 {
      padding-left: 25px !important;
    }
}

.formerror {
    color: red;
}

.cookieCont {
    position: fixed;
    background: #fff;
    z-index: 10000;
    bottom: 30px;
    right: 30px;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0 0 30px #ccc;
}

.moreInfoCont {
    margin-bottom: 15px;
}

.navbar-nav .nav-item {
    position: relative
}

.gdpr {
    font-size: 11px;
    font-style: italic;
    text-align: left;
}

.our-stats {
    background: #eaeaea;
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.our-stats .num {
    font-size: 30px;
    font-weight: bold;
    color: #2eadb4;
}

.our-stats .desc {
    font-style: italic;
}

.our-stats .stat-div {
    padding: 30px 50px;
}

.help {
    margin-top: -60px;
}

.help-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.help-contact a {
    font-size: 1.5em;
    font-weight: bold;
}

.help-contact i {
    font-size: 3em;
    margin-bottom: 20px;
}

.help-contact i.mp-phone {
    transform: rotate(-110deg);
}

.help.white-bg {
    margin-top: 0;
}

.help.white-white-bg {
    background-color: #fff;
    margin: -30px 0 20px 0;
}

@media (max-width: 350px) {
  h1 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 768px) {
    .help-contact a {
        font-size: 1.2em;
    }
    .help-contact i {
        font-size: 2.5em;
        margin-top: 30px;
    }
}

.in-media .title {
    display: block;
    width: 40%;
}

.in-media .line {
    border-bottom: 3px dotted #333;
    width: calc(100% - 300px);
    display: inline-block;
}

.in-media img {
    height: 50px;
    display: inline-block;
}

.in-media h2 {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    margin-top: 0;
    top: 7px;
}

.in-media .logos a {
    padding: 30px;
    display: inline-block;
}

@media (max-width: 768px) {
    .in-media .title {
        width: 100%;
    }
    .in-media .line {
        width: 30%;
    }
}

.floater:before {
    display: none;
}

.floater {
    max-width: 80%;
    width: 700px;
    position: fixed !important;
    bottom: 150px;
    right: 20px;
    z-index: 10000;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px #ccc;
    display: none;
}

.floater .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999 !important;
    cursor: pointer;
    z-index: 1000;
}

.floater div div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.floater h3 {
    color: #333;
    font-style: normal;
    ;
    font-weight: bold;
    font-size: 1.2em;
}

.floater a {
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
}

.floater a span {
    font-weight: normal;
    color: #333;
}

.floater i {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.floater i.mp-phone {
    transform: rotate(-110deg);
}

.floater img {
    width: 23px;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.blue-gradient-bg.publ-mail a {
    color: #007bff !important;
}

.sub-header-full .erevija img {
    width: 100%;
    height: auto;
}

.error404 {
    margin-bottom: 140px !important;
    margin-top: 230px;
    padding-top: 0px !important;
    z-index: 900;
}

.error404 h1 {
    font-size: 4em;
    color: #2eadb4;
}

.erevija-img-small a {
    width: 100%;
    height: 100%;
    display: block;
}

.erevija-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.erevija-popup {
    max-width: 80%;
    width: 420px;
    position: fixed !important;
    bottom: 20px;
    left: 20px;
    z-index: 11000;
    border-radius: 30px;
    box-shadow: 0 0 30px #ccc;
    overflow: hidden;
    background-color: #fff;
    padding: 0px;
}

.erevija-popup h4 {
    padding-right: 40px;
}

.erevija-popup .btn.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #999;
}

.home-header.sub-header-full {
    height: 80vh
}

.home-header.sub-header-full h1 {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.blog-cta {
    border-radius: 20px;
}

.blog-cta h3 {
    font-weight: 400;
}

.blog-cta .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.3em;
}

.up-header {
    background: #e7ba27;
    margin-top: -10px;
    padding-top: 10px;
    padding-right: 15px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}

.up-header .close {
    top: -4px !important;
    right: -20px !important;
}

.up-header p {
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.1;
}

.up-header i {
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-left: 20px;
    margin-right: 5px;
}

.up-header a {
    color: #fff;
    font-weight: 700;
    font-size: 0.9em;
}

.up-header .col-12 {
    margin-top: 5px;
}

.up-header .col-12>div {
    white-space: nowrap;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    header {
        padding-top: 0 !important;
    }
    .up-header {
        font-size: 0.9em;
    }
}


/*Footer*/

.accordion .footer-menu-items {
    padding-left: 0;
}

.accordion .footer-menu-items li {
    list-style: none;
}

.accordion .footer-menu-items li a {
    color: #333;
}

.accordion .footer-menu-items li a:hover {
    color: #2eadb4;
}

footer {
    padding-top: 80px;
}

footer p {
    color: #999;
}

footer hr {
    margin-top: 50px;
}

footer .logo {
    margin-bottom: 50px;
    display: block;
    max-width: 330px;
}

@media (min-width: 768px) {
    footer .accordion .card-header h5 a {
        font-size: 1em;
        font-style: italic;
        font-weight: normal;
        color: #999;
        pointer-events: none;
    }
    footer .accordion .card-header h5 a:hover {
        color: #999;
    }
    footer .accordion .card-header h5 a:before {
        display: none;
    }
    #moreCollapse,
    #aboutportalCollapse,
    #aboutusCollapse {
        display: block;
    }
}

@media (max-width: 1199px) {
    footer .logo {
        max-width: 80%;
        margin-top: 7px;
    }
}

@media (max-width: 991px) {
    footer .logo {
        max-width: 330px;
        margin: 0 auto 50px auto;
    }
    footer {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    footer .accordion .card-header h5 a {
        margin-left: -15px;
        color: #999;
    }
    footer .accordion .card-header h5 a:hover {
        color: #999;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    .accordion .card-body {
        padding-bottom: 0;
    }
}

@media (max-width: 450px) {
    footer .logo {
        width: 80%;
        max-width: 280px;
    }
}


/* 2020 */


/*Footer*/

.accordion .footer-menu-items {
    padding-left: 0;
}

.accordion .footer-menu-items li {
    list-style: none;
}

.accordion .footer-menu-items li a {
    color: #333;
}

.accordion .footer-menu-items li a:hover {
    color: #2eadb4;
}

footer {
    padding-top: 80px;
    z-index: 2;
}

footer p {
    color: #999;
}

footer hr {
    margin-top: 50px;
}

footer .logo {
    margin-bottom: 50px;
    display: block;
    max-width: 330px;
}

@media (min-width: 768px) {
    footer .accordion .card-header h5 a {
        font-size: 1em;
        font-style: italic;
        font-weight: normal;
        color: #999;
        pointer-events: none;
    }
    footer .accordion .card-header h5 a:hover {
        color: #999;
    }
    footer .accordion .card-header h5 a:before {
        display: none;
    }
    #moreCollapse,
    #aboutportalCollapse,
    #aboutusCollapse {
        display: block;
    }
}

@media (max-width: 1199px) {
    footer .logo {
        max-width: 80%;
        margin-top: 7px;
    }
}

@media (max-width: 991px) {
    footer .logo {
        max-width: 330px;
        margin: 0 auto 50px auto;
    }
    footer {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    footer .accordion .card-header h5 a {
        margin-left: -15px;
        color: #999;
    }
    footer .accordion .card-header h5 a:hover {
        color: #999;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    .accordion .card-body {
        padding-bottom: 0;
    }
}

@media (max-width: 450px) {
    footer .logo {
        width: 80%;
        max-width: 280px;
    }
}


/*General*/

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.6em;
    }
}


/*Slider*/

@media only screen and (max-width: 464px) {
    .home-header .home-slider-text .text em {
        font-size: 1em;
    }
    .home-header h1 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 360px) {
    .home-header .home-slider-text .text em {
        font-size: 0.8em;
    }
}


/*Stats*/

@media (max-width: 991px) {
    /*.our-stats .num {
        font-size: 24px;
    }*/
    /*.our-stats .desc {
        font-size: 17px;
        line-height: 1.2;
    }*/
    .our-stats .stat-div {
        padding: 30px 30px;
    }
}

@media (max-width: 767px) {
    .our-stats {
        margin-bottom: 0px;
    }
    .our-stats .stat-div {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .our-stats {
        padding-bottom: 30px;
    }
    .our-stats {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }
    .our-stats .hide {
        display: none;
    }
}

@media (max-width: 480px) {
    /*.our-stats {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    /*.our-stats .desc {
        font-size: 0.8em !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }*/
    /*.our-stats .num {
        font-size: 1em !important;
    }
    .our-stats .stat-div {
        padding: 0px 5px;
    }*/
}

@media (max-width: 380px) {
    /*.our-stats .desc {
        font-size: 0.7em !important;
        line-height: 1.2;
    }
    .our-stats .num {
        font-size: 0.9em !important;
    }*/
}


/*How it works*/

@media (max-width: 991px) {
    .how-it-works {
        padding-bottom: 40px;
    }
    .how-it-works .hiw-element .arrows {
        display: none;
    }
    .how-it-works .hiw-element {
        margin-bottom: 40px;
    }
    .how-it-works.linear .hiw-element .hiw-inner img {
        margin-left: 12%;
    }
}

@media (max-width: 767px) {
    .how-it-works.linear .hiw-element {
        flex-direction: column;
    }
    .how-it-works.linear .hiw-element .hiw-inner {
        width: 100%;
        text-align: left;
    }
    .how-it-works.linear .hiw-element .hiw-inner img {
        float: left;
        margin-right: 20px;
        margin-left: 5%;
    }
    .hiw-element.vertical .hiw-inner {
        flex-direction: column !important;
        text-align: center;
    }
    .how-it-works {
        padding-bottom: 0;
    }
    .tests-container {
        padding: 30px 0 50px 0;
    }
    .testimonial {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .how-it-works.linear .hiw-element .hiw-inner img {
        margin-left: 0;
    }
    .hiw-element h4 {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .how-it-works.linear p {
        font-size: 1em;
        line-height: 1.2;
    }
}


/*Therapists - slider*/

.therapist {
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
}

.therapist-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
    width: calc(100% + 40px);
}

.therapist p,
.therapist em {
    line-height: 1;
}

.therapist h3 .icons {
    display: none;
}

.therapist .data {
    display: block;
}

.therapist .ther-full {
    color: red;
    font-size: 16px;
}

.therapist .data i,
.therapist .data em {
    display: inline-block;
}

.home-therapists-slider .therapist {
    background-color: transparent;
}

.home-therapists-slider .therapist-image {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 20px);
}

.home-therapists-slider .therapist-image a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    transition: 0.5s ease-in-out all;
}

.slick-arrow:hover {
    background-color: #eaeaea;
}

.slick-arrow.mp-angle-right {
    right: -50px;
}

.slick-arrow.mp-angle-left {
    left: -50px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    list-style: none;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    font-size: 0;
    color: transparent;
    background-color: #cccccc;
    margin: 20px 5px;
}

.slick-dots li.slick-active {
    background-color: #2eadb4;
}

.slick-dots li button {
    border: 0;
    background-color: transparent;
}

@media (max-width: 480px) {
    .home-therapists-slider .therapist h3 {
        font-size: 1.2em;
    }
    .slick-arrow.mp-angle-right {
        right: -35px;
    }
    .slick-arrow.mp-angle-left {
        left: -35px;
    }
}


/*Help*/

.help {
    margin-top: -20px;
}

@media (max-width: 575px) {
    .help {
        margin-top: -40px;
    }
    .help-contact {
        align-items: flex-start;
        padding-left: 80px;
    }
    .help-contact i {
        position: absolute;
        left: 15px;
        margin: 0;
    }
    .help-contact:last-child a {
        position: relative;
        top: 10px;
    }
}

@media (max-width: 400px) {
    .help-contact {
        padding-left: 70px;
    }
    .help-contact a {
        font-size: 1.2em;
    }
    .help-contact i {
        font-size: 2.5em;
    }
}


/*Features*/

@media (max-width: 767px) {
    .feature {
        padding: 10px;
        padding-top: 50px !important;
    }
}

@media (max-width: 575px) {
    .feature .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 100px;
    }
    .feature.convenient img {
        max-width: 100px;
    }
    .feature.professional img {
        max-width: 80px;
    }
    .feature.secure img {
        max-width: 90px;
    }
}

@media (max-width: 400px) {
    .feature p {
        line-height: 1.2;
    }
    .feature .image {
        height: 100px;
    }
    .feature.convenient img {
        max-width: 80px;
    }
    .feature.professional img {
        max-width: 60px;
    }
    .feature.secure img {
        max-width: 70px;
    }
}


/*Blog categories*/

@media (max-width: 480px) {
    .blog-categories .category .image {
        border-radius: 10px;
    }
    .blog-categories .category h3 {
        margin-left: 20px;
        font-size: 1.2em;
    }
    .blog-categories .category h3 i {
        margin-left: -25px;
    }
    .blog-categories .category a {
        margin-left: 20px;
    }
}

@media (max-width: 350px) {
    .blog-categories .category h3 {
        font-size: 1em;
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 10px;
    }
}


/*Media*/

@media (max-width: 767px) {
    .in-media .title {
        display: block;
        width: 55%;
    }
}

@media (max-width: 575px) {
    .in-media .title {
        display: block;
        width: 85%;
    }
}

@media (max-width: 480px) {
    .in-media img {
        height: 35px;
    }
}


/*Partners*/

.logo-list li img {
    max-width: 220px;
    filter: grayscale(1);
}

@media (max-width: 575px) {
    .logo-list li img {
        max-width: 180px;
    }
}


/*Header*/

header {
    background-color: #f6f6f6;
    background-image: url(/images/2018/web-img/bg.svg);
    background-size: 120px;
    height: 60px;
    padding-top: 0;
    transition: 0.5s all ease-in-out;
}

header.--not-top {
    animation-name: none;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s all ease-in-out;
}

#mainNavbar .collapse-inner .top-menu {
    background-color: transparent !important;
    border-radius: 0;
    margin-top: 4px;
    margin-bottom: 17px;
}

header .dropdown-menu em {
    font-size: 0.8em;
    color: #999;
    padding-left: 22px;
}

header .dropdown-menu hr {
    margin: 10px 0;
}

#mainNavbar .dropdown-menu a {
    line-height: 1.2;
}

#mainNavbar .dropdown-menu {
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    header nav {
        padding-top: 14px !important;
    }
    header nav>button {
        margin-top: 5px;
    }
    .navbar .navbar-brand {
        padding-left: 0;
        margin-left: 0;
    }
    .sign-in-menu {
        border-bottom: 1px solid #fff;
        margin-left: 0 !important;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }
    #mainNavbar .collapse-inner .top-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
    ul.navbar-nav {
        margin-top: 50px;
        width: 100%;
    }
    .top-menu .navbar-nav .nav-item .btn-default {
        background: #fff !important;
        color: #333 !important;
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 20px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    .top-menu .navbar-nav .nav-item .btn-default:hover {
        box-shadow: none;
    }
    #mainNavbar ul.social {
        text-align: left;
        padding-left: 45px;
        margin-top: 27px !important;
        margin-bottom: 50px;
    }
    #mainNavbar ul.social li a {
        width: 45px;
        height: 45px;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: transparent !important;
    }
    .nav-item .nav-link i {
        font-size: 1.5em;
        margin-right: 0;
        margin-top: -2px;
        display: block;
    }
    .home-header {
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    header {
        height: 50px;
    }
    header nav {
        padding-top: 8px !important;
    }
    header nav .navbar-toggler {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 170px;
        margin-left: 15px;
    }
    .sign-in-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
    #mainNavbar .collapse-inner .top-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mainNavbar ul.social {
        padding-left: 25px;
    }
}

@media (max-width: 350px) {
    #mainNavbar .sign-in-menu {
        padding-bottom: 30px;
    }
    ul.navbar-nav {
        margin-top: 30px;
    }
}


/*Title*/

.title-container {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #333 !important;
    min-height: 160px !important;
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webshop .title-container {
	background-color: #f2c535;
    background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
    background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
    background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}

.sub-header-full h1 {
    position: relative;
    bottom: initial;
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 2.5em;
}

.sub-header-full .breadcrumbs {
    height: auto;
    margin: 0;
}

.sub-header-full .breadcrumbs a {
    color: #fff;
}

.sub-header-full .breadcrumbs i {
    color: #eaeaea;
}


/*accordion addition class */

.accordion.green .card-header h5 a {
    color: #2eadb4;
}


/*Terapevti*/

.citation-lg {
    font-size: 2em !important;
    line-height: 1.1;
}

.citation-lg.green {
    color: #2eadb4;
}

@media (max-width: 991px) {
    .citation-lg {
        font-size: 1.4em !important;
        line-height: 1.1;
        margin-bottom: 0;
    }
}

.card-header a .hide-more {
    display: block;
}

.card-header a .show-more {
    display: none;
}

.card-header a.collapsed .hide-more {
    display: none;
}

.card-header a.collapsed .show-more {
    display: block;
}

.switcher span {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: transparent;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    color: #2eadb4;
    border: 1px solid #eaeaea;
    transition: 0.5s ease-in-out all;
    margin-left: 5px;
}

.switcher span:hover {
    background-color: #eaeaea;
}

.switcher span i {
    font-size: 26px;
}

.switcher span.active {
    color: #999;
    background-color: #eaeaea;
}

.sidebar {
    margin-top: 30px;
}

.sidebar .help-with-choosing {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sidebar .help-with-choosing i {
    font-size: 1.6em;
    position: relative;
    top: 6px;
    margin-right: 6px;
}

.sidebar .filter,
.sidebar .links {
    background-color: #eaeaea;
    padding: 10px 20px;
    border-radius: 20px;
}

.sidebar .filter h4 {
    color: #2eadb4;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sidebar .filter .checkbox {
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar .filter hr,
.sidebar .links hr {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 8px;
}

.sidebar .links hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar .links {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.sidebar .links.sidecol-links {}
.sidebar-bot {display: none;}

@media (max-width: 992px) {
	.sidebar .links.sidecol-links {display: none;}
	.sidebar-bot {display: block;}
}	

.sidebar .links a {
    display: block;
}

.sidebar .accordion .card-header h5 a {
    display: block;
}

@media (min-width: 992px) {
    #linksHeading.card-header h5 a:before,
    #helpHeading.card-header h5 a:before {
        display: none;
    }
    #linksHeading.card-header h5 a,
    #helpHeading.card-header h5 a {
        pointer-events: none;
    }
    #linksCollapse {
        display: block !important;
    }
    .sidebar {
        margin-top: 87px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .sidebar .links {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .sidebar .help-with-choosing {
        background-color: #eaeaea;
        padding: 5px 20px;
        border-radius: 20px;
        margin-bottom: 30px;
        border-top: 0;
    }
    .sidebar .accordion .card-header h5 a:hover {
        color: #333;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #helpCollapse {
        font-size: 0.8em;
    }
}

.therapist {
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
}

.therapist-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
    width: calc(100% + 40px);
}

.therapist p,
.therapist em {
    line-height: 1;
}

.therapist h3 .icons {
    display: none;
}

.therapist .data {
    display: block;
}

.therapist .data i,
.therapist .data em {
    display: inline-block;
}

#therapistList.list-view>div,
#therapistHelperList.list-view>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#therapistList.list-view .therapist,
#therapistHelperList.list-view .therapist {
    position: relative;
    text-align: left;
    padding-left: 200px;
    margin-bottom: 0;
    padding-top: 10px;
}

#therapistList.list-view .therapist-image,
#therapistHelperList.list-view .therapist-image {
    width: 170px;
    height: 100%;
    float: left;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 20px;
}

#therapistList.list-view .therapist-image a,
#therapistHelperList.list-view .therapist-image a {
    display: block;
    height: 100%;
}

#therapistList.list-view .therapist-image a img,
#therapistHelperList.list-view .therapist-image a img {
    height: 100%;
    object-fit: cover;
}

#therapistList.list-view .therapist a.btn,
#therapistHelperList.list-view .therapist a.btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

#therapistList.list-view .therapist .icons,
#therapistHelperList.list-view .therapist .icons {
    display: none !important;
}

#therapistList.list-view .therapist h3 .icons,
#therapistHelperList.list-view .therapist h3 .icons {
    display: inline-block !important;
    margin-left: 10px;
}

#therapistList.list-view .therapist h3 .icons i,
#therapistHelperList.list-view .therapist h3 .icons i {
    font-size: 1em;
}

#therapistList.list-view .therapist h3,
#therapistHelperList.list-view .therapist h3 {
    margin-bottom: 5px;
}

#therapistList.list-view .therapist .descripion,
#therapistHelperList.list-view .therapist .descripion {
    margin-bottom: 10px;
    line-height: 1.2;
}

#therapistList.list-view .therapist .descripion *,
#therapistHelperList.list-view .therapist .descripion * {
    display: inline;
}

#therapistList.list-view .therapist .descripion em:before,
#therapistHelperList.list-view .therapist .descripion em:before {
    content: "|";
    color: #2eadb4;
    font-style: normal;
    padding: 0 10px 0 5px;
}

#therapistList.list-view .therapist .data,
#therapistHelperList.list-view .therapist .data {
    margin-bottom: -5px;
}

@media (max-width: 767px) {
    #therapistList.list-view .therapist,
    #therapistHelperList.list-view .therapist {
        padding-left: 160px;
        font-size: 14px;
    }
    #therapistList.list-view .therapist-image,
    #therapistHelperList.list-view .therapist-image {
        width: 140px;
    }
    #therapistList.list-view .therapist h3,
    #therapistHelperList.list-view .therapist h3 {
        font-size: 20px;
    }
    #therapistList.list-view .therapist a.btn,
    #therapistHelperList.list-view .therapist a.btn {
        bottom: 15px;
    }
}

@media (max-width: 480px) {
    #therapistList.list-view .therapist,
    #therapistHelperList.list-view .therapist {
        padding-left: 115px;
        font-size: 11px;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    #therapistList.list-view .therapist-image,
    #therapistHelperList.list-view .therapist-image {
        width: 100px;
    }
    #therapistList.list-view .therapist h3,
    #therapistHelperList.list-view .therapist h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    #therapistList.list-view .therapist .descripion em:before,
    #therapistHelperList.list-view .therapist .descripion em:before {
        display: none;
    }
    #therapistList.list-view .therapist .data,
    #therapistHelperList.list-view .therapist .data {
        margin-bottom: -3px;
    }
    #therapistList.list-view .therapist a.btn,
    #therapistHelperList.list-view .therapist a.btn {
        bottom: 10px;
        right: auto;
        left: 115px;
    }
    #therapistList.list-view .therapist h3 .icons,
    #therapistHelperList.list-view .therapist h3 .icons {
        display: block !important;
        text-align: left !important;
        margin-left: 0;
    }
}


/*Terapevt*/


/*General tweaks*/

p.citation.large {
    margin-left: 0;
    text-align: left;
    background-image: url(/images/2018/web-img/quote-left.svg);
}
p.citation.large.both {
	background-image: url(/images/2018/web-img/quote-left.svg), url(/images/2018/web-img/quote-right.svg);
}
	
hr.hr-lg {
    border-top: 3px solid #eaeaea;
}

.font-normal * {
    font-weight: normal !important;
}

@media (max-width: 991px) {
    body {
        font-size: 17px;
    }
    h1 {
        font-size: 2.5em;
    }
}


/*Therapist image*/

.sub-header-mid .image {
    width: calc(43vw - 20px);
    height: calc(43vw - 20px);
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {
    .sub-header-mid .image {
        position: relative;
        left: auto;
        float: none;
        width: 690px;
        height: 690px;
        margin: 0 auto;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .sub-header-mid .image {
        width: 510px;
        height: 510px;
    }
}

@media (max-width: 575px) {
    .sub-header-mid .image {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
    }
}


/*Therapist description*/

.therapist-about .accordion .card-header h5 a,
.therapist-help .accordion .card-header h5 a {
    display: block;
    font-size: 1.5em;
}

.therapist-profile .cta {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 70%;
}

@media (min-width: 992px) {
    .therapist-about .accordion .card-header h5 a,
    .therapist-help .accordion .card-header h5 a {
        pointer-events: none;
    }
    .therapist-about .accordion .card-header h5 a:before,
    .therapist-help .accordion .card-header h5 a:before,
    .therapist-about .accordion .card-header h5 a:after,
    .therapist-help .accordion .card-header h5 a:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .therapist-about,
    .therapist-help {
        background-color: #eaeaea;
        padding: 20px 30px;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sub-header-mid .article-data {
        font-size: 1em;
    }
    .therapist-about .accordion .card-header h5 a,
    .therapist-help .accordion .card-header h5 a {
        font-size: 1.2em;
    }
    .therapist-about .accordion .card-header h5 a:hover,
    .therapist-help .accordion .card-header h5 a:hover {
        color: #333;
    }
}

@media (max-width: 575px) {
    .therapist-profile .cta {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
    }
    .therapist-about,
    .therapist-help {
        padding: 10px 30px;
        margin-bottom: 20px;
    }
    .sub-header-mid {
        margin-top: 90px;
    }
}

@media (max-width: 423px) {
	.sub-header-mid .article-data {
        padding-bottom: 20px;
    }
}

/*Therapist pricing*/

div.pricing {
    background-color: #EAEAEA;
    border-radius: 20px;
    padding: 20px 35px;
}

table.pricing {
    margin: 0;
}

table.pricing h3 {
    font-size: 1.2em;
}

table.pricing i {
    font-size: 2.4em;
}

table.pricing .price {
    font-size: 1.6em;
}

table.pricing i.mp-phone {
    font-size: 1.2em;
    margin-right: 0.3em;
}

/*Video*/

.therapist-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: #eaeaea;
    margin-bottom: 30px;
    margin-top: 10px;
}

.therapist-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.therapist-video .clickMe {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.therapist-video .clickMe img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.navbar-expand-lg {
    height: 60px;
}

@media only screen and (max-width: 575px) {
    .navbar-expand-lg {
        height: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .sign-in-menu {
        position: absolute;
        top: 71px;
    }
}

.therapist-page .btn-secondary,
.therapist-page .btn-secondary:hover {
    color: #fff !important;
}

.video-icon {
  position: relative;
  left: -22px;
  width: 40px;
  color: #fff !important;
  box-shadow: inset -10px -7px 15px rgba(11, 49, 71, 0.17);
  background-color: #4ac3ca;
  background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
  background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
  background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
  top: -19px;
  padding: 2px 8px 3px 7px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: -34px;
}
.list-view .video-icon{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  left: -50px;
  top: -11px;
  padding-top: 0;
}
.video-icon i {
  color: #fff !important;
}

@media (max-width: 650px) {
	.ther-contact .button {margin-left: 20px;}
	.ther-contact .button .arrow-img {display:none;}
}	
@media (max-width: 440px) {
	.ther-contact .button {display:block;}
	.ther-contact .button a.btn-secondary {display:block;}
}

/***** podjetja ********/
.mt-60 {
  margin-top: 60px;
}

.img-podjetja-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-menu i {
  position: relative;
  top: 3px;
}
.biz-content {
  padding-left: 55px;
  position: relative;
  z-index: 2;
}
.biz-content > div {
  padding-top: 130px;
  padding-bottom: 130px;
}
#biz-menu-item-1 {
    margin-top: 70px;
}

@media (max-width: 767px) {
  .biz-content {
    padding-left: 0;
  }
  .biz-content > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.light-gray-bg {
  background-color: #efefef;
}
.white-bg {
  background-color: #fff;
}
.bg-image-1 {
  background-image: url(/images/2018/web-img/zapodjetja/bg-image-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-2 {
  background-image: url(/images/2018/web-img/zapodjetja/bg-image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-1 p {
  font-size: 1.6em;
  color: #fff;
  max-width: 450px;
  margin: 0 !important;
}
.bg-image-2 p {
  font-size: 1.6em;
  color: #fff;
  margin: 0 !important;
}
.bg-image-1 .biz-content > div,
.bg-image-2 .biz-content > div {
  padding-top: 180px;
  padding-bottom: 50px;
}

.check-list-item {
  padding-left: 40px;
  position: relative;
}
.checkmark {
    position: absolute;
    width: 26px;
    height:26px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #2eadb4;
  left: 11px;
  top: 6px;
}

.checkmark_kick {
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #2eadb4;
  left: 4px;
  top: 23px;
}

.how-we-work {
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: 40px;
  position: relative;
  padding: 30px 30px 10px 80px;
}
.how-we-work img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.workshop-card {
  background-color: #efefef;
  padding: 20px 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.biz-page .help-contact a {
  font-size: 1.2em;
}

/***********/

:root {
  --space-xs: calc(var(--space) / 4);
  --space-sm: calc(var(--space) / 2);
  --space: 2rem;
  --space-md: calc(var(--space) * 2);
}

aside.sidebar {
  --offset: 130px;
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: var(--offset);
  margin-bottom: -770px;
  z-index: 2;
}
@media (max-width: 767px) {
  aside.sidebar {
    display: none;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html,
body {
  scroll-behavior: smooth;
}
.biz-page-html,
.biz-page {
  height: 100%;
}

[hidden] {
  display: none;
}

main.biz-main {
  margin-bottom: calc(-1 * var(--space-md));
  margin-left: calc(-1 * var(--space-md));
  margin-top: 70px;
}
@media (max-width: 1199px) {
 main.biz-main {
   margin-top: 0;
 }
}
@media (max-width: 767px) {
  main.biz-main {
    margin-top: -70px;
  }
}

main.biz-main > * {
  margin-bottom: var(--space-md);
  margin-left: var(--space-md);
}
main.biz-main > div {
  margin-bottom: 0;
}


ol {
  list-style: none;
  counter-reset: ol-custom-counter;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: ol-custom-counter;
  padding-left: 50px;
  margin-bottom: 10px;
}
ol li::before {
  content: counter(ol-custom-counter);
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1;
  color: #2eadb4;
  background: #eaeaea;
  padding: 6px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-left: -50px;
  margin-right: 20px;
}
.info-bubble {
  font-weight: bold;
  font-size: 2em;
  border: 7px solid #f2c535;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  text-align: center;
  padding: 16px 9px;
  position: relative;
}
.info-bubble:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 40px solid #f2c535;
}


/***** end podjetja ********/

/***** LOADER ******/
@keyframes ldio-be6am3w856 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-be6am3w856 div {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px solid #4ac3ca;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-be6am3w856 div {
  animation: ldio-be6am3w856 3.4482758620689657s linear infinite;
  top: 50%;
  left: 50%;
}
.loadingio-spinner-rolling-lvci3ntrbh {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-be6am3w856 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-be6am3w856 div { box-sizing: content-box; }

.loadingio-spinner-rolling-lvci3ntrbh.load-small .ldio-be6am3w856 div {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
 	border: 4px solid #4ac3ca;
 	border-top-color: transparent;
}
/******** END LOADER ********/

/******* Header images on interviews ******/
@media screen and (min-width: 992px) {
.sub-header-mid .text-content {
    height: 100vh;
    max-height: 490px;
}}

@media screen and (min-width: 1200px) {
.sub-header-mid .text-content {
    height: 100vh;
    max-height: 550px;
}}

@media screen and (min-width: 1600px)  {
.sub-header-mid .text-content {
    height: 100vh;
    max-height: 650px;
}}


/******* End Header images on interviews ******/

/******* Contact person buttons ******/
.therapy-contacts {
  margin-top: 40px;
}
.therapy-contacts small i,
.therapy-contacts small a {
  color: #999 !important;
}
.therapy-contacts small i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.therapy-contacts small a {
  text-decoration: underline;
}
.border-right {
  border-right: 2px solid #ccc;
}
.border-left {
  border-left: 2px solid #ccc;
}
.info-phone {
  font-size: 1em;
  font-weight: bold;
}
.pricing .therapy-contacts {
  background-color: #e1dfdf;
  margin: -10px -35px -20px -35px;
  padding: 20px 15px 30px 15px;
  border-radius: 0 0 20px 20px;
}
.cta .contact-number {
  display: block !important;
  position: absolute;
  right: 100px;
  bottom: -70px;
  width: 180px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .border-right {
    border: 0;
  }
  .border-left {
	border: 0;
  }
}
@media screen and (max-width: 575px) {
  .cta .contact-number {
    display: none !important;
  }
}

/******* End Contact person buttons ******/

/******* Coaching ******/
.bg-image-3 {
  background-image: url(/images/2018/web-img/coaching/bg-image-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-4 {
  background-image: url(/images/2018/web-img/coaching/bg-image-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-3 p {
  font-size: 1.6em;
  color: #fff;
  margin: 0 !important;
}
.bg-image-3 h2 {
  color: #333;
}
.bg-image-4 h2 {
  color: #333;
}
.bg-image-4 h2 em {
  color: #fff;
}
.bg-image-3 .biz-content > div,
.bg-image-4 .biz-content > div {
  padding-top: 180px;
  padding-bottom: 50px;
}

/******* End coaching ******/

/******* MP Events ******/
.seminar-info ul{
  padding: 0;
  margin: 15px 0 5px 0;
}
.seminar-info ul li {
  list-style: none;
  margin-bottom: 5px;
}
.seminar-info ul li i,
.seminar-info ul li em {
  color: #2eadb4;
}
.seminar-content > div {
  margin-bottom: 50px;
}
.seminar-content h2 {
  color: #333;
}
.seminar-prijava {
  background-color: #eaeaea;
  padding: 10px 45px 60px 45px;
  border-radius: 5px;
}
.seminar-item {
  margin-bottom: 30px;
}
.seminar-item .seminar-image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.seminar-item .seminar-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar-item p {
  margin-bottom: 0;
}
.seminar-item p i {
  color: #2eadb4;
}
.sub-header-full .before-title {
  font-size: 28px;
  font-style: italic;
  color: #999;
  margin-bottom: -5px;
}

.seminar-info ul{
  padding: 0;
  margin: 15px 0 5px 0;
}
.seminar-info ul li {
  list-style: none;
  margin-bottom: 5px;
}
.seminar-info ul li i,
.seminar-info ul li em {
  color: #2eadb4;
}
.seminar-content > div {
  margin-bottom: 50px;
}
.seminar-content h2 {
  color: #333;
}
.seminar-prijava {
  background-color: #eaeaea;
  padding: 10px 45px 60px 45px;
  border-radius: 5px;
}
.seminar-item {
  margin-bottom: 30px;
}
.seminar-item .seminar-image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.seminar-item .seminar-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar-item p {
  margin-bottom: 0;
}
.seminar-item p i {
  color: #2eadb4;
}

/******* End MP Events ******/

@media only screen and (min-width: 992px) {
   .sub-header-mid {
       min-height: calc(43vw - 20px);
   }
}

.webshop .steps {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.webshop .steps:before {
  height: 6px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #eaeaea;
  display: block;
  content: "";
  z-index: 0;
}
.webshop .steps:after {
  background-color: #2eadb4;
  height: 6px;
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 0;
}
.webshop .step1:after {
  width: 0;
}
.webshop .step2:after {
  width: 50%;
}
.webshop .step3:after {
  width: 100%;
}
.webshop .steps .step {
	width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #f6f6f6;
  padding-right: 10px;
}

.webshop .steps .step .number {
	background-color: #eaeaea;
  	width: 30px;
  	height: 30px;
  	border-radius: 30px;
  	text-align: center;
  	line-height: 30px;
}

.webshop .steps .step .step-name {
	padding-left: 10px;
}

.webshop .steps .step a.step-name {
	color: darkgray !important;	
}

.webshop .steps .step.active .number,
.webshop .steps .step.done .number {
  background-color: #2eadb4;
  color: #fff;
}

.webshop .steps .step.active a.step-name,
.webshop .steps .step.done a.step-name {
  color: #2eadb4 !important;
}

.webshop .container-items .container-item { border: 1px solid #cfcfcf; margin-bottom: 20px; padding: 20px; border-radius: 20px; }
.webshop .container-items .container-item .img-div { width: 128px; height: 128px; }
.webshop .container-items .container-item img { width:100%; height: 100%; object-fit:cover; }

.webshop .container-items .container-item .rem-link { position: relative; left: calc(100% - 66px); top: -16px;}
.webshop .container-items .container-item .rem-link a { color: red !important; }
.webshop .container-items .container-item .item-name { padding: 0 15px; font-weight: bold; font-size: 24px; flex-grow: 1; margin-top: auto; margin-bottom: auto; }
.webshop .container-items .container-item .item-name .subtitle { font-size: 16px; font-weight: normal; }

.webshop .container-items .have-code-inp { border: 1px solid #2eadb4; background-color: #ffffff; margin-bottom: 20px; padding: 20px; border-radius: 20px; }

.webshop label { font-size: 1em;}

header .topnavContainerLink { position: relative; }
header .topnavContainerLink img { margin-bottom: 9px;}
header .topnavContainerLink .topnavContainerSize { position: absolute; top: -5px; left: 23px; width: 23px; height: 23px; background-color: #f2c535; text-align: center; border-radius: 10px;} 

header .topnavContainerLink.navbar-toggler img { margin-top: 7px;}

.gallery-main-img { text-align: center; margin-bottom: 20px; max-width: 100%; max-height: 600px; }
.gallery-main-img img { max-width: 100%; max-height: 600px; object-fit:cover; }
.gallery-main-img video { max-width: 100%; max-height: 600px; object-fit:cover; }

.product-gal-image { max-width: 180px; max-height: 180px; padding: 0 10px;}
.product-gal-image img { width: 100%; height: 100%; object-fit:cover; cursor: pointer; } 
.product-gal-image video { width: 100%; height: 100%; object-fit:cover; cursor: pointer; } 

.webshop .seminar-item .seminar-image .feat-indic,
.webshop .gallery-main-img .feat-indic {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 30px;
	padding: 5px 10px;
	background-color: #f2c535;
	color: #333;
}

.ther-choose-helper .prog-bar {
	height: 3px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.ther-choose-helper .prog-bar > div {
	background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
	height:100%;
}

.ther-choose-helper .section {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #2eadb4;
}

.ther-choose-helper .title {
	font-weight: bold;	
}

.ther-choose-helper label {
	font-size: unset;
}


/* FirstpageSlider 2025 */
.carousel-hero .slick-list {
  overflow: visible;
}
.carousel-hero .slick-slide {
  height: 80vh;
}
.carousel-hero .slick-slide .slide-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.carousel-hero .slick-slide .slide-inner .slide-image {
  height: 100%;
  overflow: hidden;
}
.carousel-hero .slick-slide .slide-inner .container {
  margin-bottom: -70px;
}
.carousel-hero .slick-slide .slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto auto auto;
}
.carousel-hero .slick-slide .slide-inner .slide-content {
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 10px 40px 30px 40px;
  border-radius: 20px;
}
.carousel-hero .slick-slide .slide-inner .slide-content h3 span {
  color: #2eadb4;
}
.carousel-hero-controls .slick-arrow {
  font-size: 20px;
  height: 40px;
  width: 40px;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  color: #2eadb4 !important;
  border: 2px solid #ccc;
  
}
.carousel-hero-controls .slick-arrow:hover {
  border-color: transparent;
}
.carousel-hero-controls .slick-next {
}
.carousel-hero-controls .slick-prev {
  right: 70px;
  @media only screen and (max-width: 991px) {
    right: auto;
    left: 15px;
  }
}
.carousel-hero-controls .controls-inner {
  display: flex;
  justify-content: flex-end;
  @media only screen and (max-width: 991px) {
    margin-top: 60px
  }
}
.carousel-hero-controls .controls-inner .carousel-dots {
  margin-right: 120px;
  margin-top: 20px;
  @media only screen and (max-width: 991px) {
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel-hero-controls .controls-inner .carousel-dots .slick-dots {
  padding: 0;
}

/* End firstpageSlider 2025 */

.red {color: red !important;}
.green {color: #319b1b !important;}
.white {color: #ffffff !important;}
.darkgreen {color: darkgreen !important;}
.darkorange {color: darkorange !important;}
