:root {
    --base-green: #17872C;
    --base-green-light: #89BF14;
    --base-green-very-light: #E4FFE7;
    --base-orange: #FB821D;
    --base-orange-light: #FFB326;
    --base-orange-very-light: #FFF5E0;
    --base-purple: #6B39B7;
    --base-purple-light: #AA78F0;
    --base-purple-very-light: #F9F8FF;
}

:root {
    --grey: #8E8E8E;
    --grey-light: #C8C9CA;
    --grey-very-light: #EBEBEC;
    --grey-too-light: #F9F8FF;
}

:root {
    --text-white: white;
    --text-colorful: #2E353A;
    --text-placeholder: #C8C9CA;
}

:root {
    --card-green-border: #17872C;
    --card-green-background: #E4FFE7;
    --card-orange-border: #FB821D;
    --card-orange-background: #FFF5E0;
    --card-purple-border: #AA78F0;
    --card-purple-background: #F9F8FF;
}

:root {
    --button-normal: #17872C;
    --button-normal-addon: #137125;
    --button-diabled: #C8C9CA;
}

:root {
    --shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
    --shador-light: 0px 0px 2px rgba(23, 43, 77, 0.04), 0px 3px 2px rgba(23, 43, 77, 0.08);
}

:root {
    --gradient-green: linear-gradient(94.73deg, #00842E 47.69%, #50AE2D 121.65%);
    --gradient-green-light: linear-gradient(312.64deg, #3C9E1A 10.57%, #82BC14 47.42%);;
    --gradient-orange: linear-gradient(194.3deg, #FB821D 12.93%, #FFB326 69.06%);;
    --gradient-purple: linear-gradient(165.45deg, #AA78F0 7.02%, #A16FE7 26.05%, #8957D2 57.43%, #6B39B7 88.82%);
}


#try-for-free-sticky {
    display: none;
}

.page-title,
.blog-banner {
    background-image: url(../images/yellow-cube-large.jpg);
}

@media (max-width: 2000px) {
    .page-title,
    .blog-banner {
        background-image: url(../images/yellow-cube.jpg);
    }
}

@media (max-width: 768px) {
    .page-title,
    .blog-banner {
        background-image: url(../images/yellow-cube-small.jpg);
    }

    #try-for-free-sticky {
        display: inline-block;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 30;
    }

    #back-to-top.visible + #try-for-free-sticky {
        right: 60px;
    }
}

#back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #17872c;
    color: #17872c;
}

@media (max-width: 768px) {
    #back-to-top {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }
}

#back-to-top:hover {
    border: 1px solid black;
    color: black;
}

.text-like-link {
    font-weight: 500;
    color: #17872c;
}

/* #region bootstrap override */

.btn-lg:not(.dropdown-toggle) {
    border-radius: 3px;
}

.btn-default {
    color: #17872c;
    border-color: #fff;
}

.btn-default:hover {
    color: #006732;
    border-color: #e6e6e6;
}

.btn-default:active,
.btn-default:active:focus {
    color: #006732;
}

.btn-default:focus {
    color: #006732;
    background-color: #fff;
}

.btn-default.with-border {
    border: 1px solid #ccc;
}

.btn.dashed-border {
    border-style: dashed;
    border-width: 2px;
}

.btn-fake,
.btn-fake:hover,
.btn-fake:focus,
.btn-fake:active {
    background-color: #006732;
    border-color: #006732;
    color: #fff;
    cursor: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.socialmedia-btn {
    display: inline-flex;
}

.socialmedia-btn + .socialmedia-btn {
    margin-left: 8px;
}

.socialmedia-btn path {
    transition: all 0.1s ease-in;
}

.socialmedia-btn:hover path {
    fill: #fff;
}

.text-smaller {
    font-size: 0.8em;
}

.text-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #2e353a;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 500;
    letter-spacing: 2px;
    color: #2e353a;
}

h1 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
}

h2.smaller {
    font-size: 24px;
    line-height: 32px;
}

h3 strong {
    font-weight: 400;
}

.font-normal,
.font-normal:focus,
.font-normal:active,
.font-normal:visited {
    font-weight: 400;
}

p,
li,
.text-light,
.jumbotron p,
.jumbotron li {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
}

p.small {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}

p.small-bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
}

a.text-black {
    color: #222;
}

a.text-black:hover {
    color: #006732;
}

strong {
    font-weight: 500;
}

.btn.text-left {
    text-align: left;
}

.btn.text-right {
    text-align: right;
}

@media (max-width: 768px) {
    .text-center-xs {
        text-align: center;
    }

    .text-center-xs div {
        background-position-x: center;
    }
    .white-bg-xs {
        background-color: #fff;
    }
    .d-block-xs {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
    .grey-bg-sm {
        background-color: #f6f6f6;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {
    .text-center-md {
        text-align: justify;
    }

    .text-left-md {
        text-align: left;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .text-center-lg {
        text-align: center;
    }

    .blog-banner {
        min-height: 600px;
    }
}

.alert-warning {
    color: #8a6d3b;
    background-color: #ffebcf;
    border-color: #e3c292;
}

.alert-dismissible .close {
    top: -10px;
    right: -25px;
}

.btn.double-line {
    white-space: normal;
}

.field-name-body ul {
    padding-left: 20px;
}

.jumis-page-content ul {
    padding-left: 0;
}

.field-name-body ul li,
.jumis-page-content ul li {
    background-image: url(../img/list-item.svg);
    background-size: 10px;
    background-position: left 15px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 8px 20px;
}

.jumis-page-content ol li {
    background-image: url(../img/check.svg);
    background-size: 20px;
    background-position: left 10px;
    padding-left: 30px;
    background-repeat: no-repeat;
    list-style: none;
}

.text-xs {
    font-size: 70%;
}

.tiny-subscript, a.tiny-subscript {
    color: black;
    font-size: 60%;
}

.d-block {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    color: #2e353a;
}

.d-inline-block {
    display: inline-block;
}

.d-inline-flex {
    display: inline-flex;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.lh-1 {
    line-height: 1;
}

.modal-content .close {
    color: #009c4c;
    opacity: 1;
    outline: none;
}

.modal-content .close:hover {
    color: #006732;
}

.yellow-text {
    color: #ef9b00;
}

.pager li > a,
.pager li > span {
    border-radius: 5px;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li > a {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    font-weight: 400;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    background-color: #e6e6e6;
    color: #006732;
}

.nav-pills > li.active > a {
    background-color: #e6e6e6;
    color: #333;
}

.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #e6e6e6;
    color: #333;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.no-border {
    border: none;
}

.nav-tabs > li {
    padding-right: 5px;
}

.nav-tabs > li > a {
    cursor: pointer;
    color: #c0c0c0;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #838383;
}

.scrollable-tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollable-tabs .nav-tabs {
    white-space: nowrap;
}

.scrollable-tabs .nav-tabs li {
    display: inline-block;
    float: none;
}

.scrollable-nav {
    position: relative;
}

.scrollable-nav.left:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    width: 8px;
    font-size: 18px;
    font-weight: 500;
    left: -10px;
    position: absolute;
    bottom: 15px;
    display: inline-block;
    color: #17872c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scrollable-nav.right:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    width: 8px;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: -13px;
    bottom: 15px;
    display: inline-block;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-footer.text-left {
    text-align: left;
}

.modal-body.full-iframe {
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 710px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-body.full-iframe iframe {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.form-control:focus {
    border-color: #17872c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 154, 79, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 154, 79, 0.6);
}

.form-control.no-border,
.form-control.no-border:focus {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.checkbox label {
    line-height: 1.2;
    user-select: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 6px;
    accent-color: #17872c;
}

/* #endregion bootstrap override */

.fa {
    display: inline-block;
}

.fa-angle-left,
.fa-angle-right {
    width: 9px;
    height: 24px;
}

.fa-phone {
    width: 15px;
}

header {
    position: relative;
}

.min-height {
    min-height: 500px;
}

.element-invisible {
    display: none;
}

.green-line {
    background-color: #009c4c;
    height: 45px;
}

#admin-tools a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    display: inline-flex;
    height: 45px;
    align-items: center;
}

.header a {
    font-weight: 500;
    font-size: 16px;
}

.header .nav {
    margin-left: -15px;
    margin-right: -15px;
}

.header .dropdown-menu a {
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.header .nav .active {
    color: #17872c;
}

.header .navbar .cta {
    float: right;
}

.header .navbar .cta a.btn-success,
.header .navbar .cta a.btn-warning {
    float: right;
    color: #fff;
    min-width: 190px;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .navbar .cta a.btn-success:hover,
.header .navbar .cta a.btn-success:focus {
    background-color: #006732;
    color: #fff;
    font-weight: 500;
}

.header .navbar .cta a.btn-warning:hover,
.header .navbar .cta a.btn-warning:focus {
    background-color: #e38600;
    color: #fff;
    font-weight: 500;
}

.header .navbar-nav .cta a.btn-success:active,
.header .navbar-nav .cta a.btn-warning:active {
    font-weight: 500;
}

.header .navbar-fixed-top .container-fluid {
    max-width: 1170px;
    padding-right: 15px;
}

.header.has-sticky-nav {
    padding-top: 53px;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 66px;
}

.search-container > div {
    width: 375px;
}

.header .navbar-nav li ul {
    display: none;
}

.header .navbar-nav li ul.dropdown-menu {
    top: 38px;
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.header nav li.dropdown .level-1:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    width: 12px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    top: 1px;
    display: inline-block;
    color: #17872c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .navbar-nav li ul.dropdown-menu.open li a {
    color: #616161;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 2px;
}

.header .navbar-nav li ul.dropdown-menu.open {
    height: auto;
    padding: 5px 0;
    margin: 0;
    left: 10px;
    -moz-transition: min-height, opacity 0.1s;
    -o-transition: min-height, opacity 0.1s;
    -webkit-transition: min-height, opacity 0.1s;
    transition: min-height, opacity 0.1s;
}

nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    -moz-transition: min-height, opacity 0.2s;
    -o-transition: min-height, opacity 0.2s;
    -webkit-transition: min-height, opacity 0.2s;
    transition: min-height, opacity 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #ffffff;
    border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active:hover {
    background-color: #f9f8ff;
}

.jumis-logo {
    display: inline-flex;
}

#navbar {
    text-align: center;
}

#navbar.collapse[aria-expanded="false"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar-header .jumis-logo {
    margin: 10px 20px;
    float: right;
}

#call-of-action-container {
    width: 400px;
    float: right;
}

.jumis-landing-image#jumis-mini {
    background-image: url(../img/mini_landing.jpg);
}

.jumis-landing-image#jumis-hr {
    background-image: url(../img/hr_landing.jpg);
}

.jumis-landing-image#jumis-standart {
    background-image: url(../img/standart_landing.jpg);
}

.jumis-landing-image#jumis-start {
    background-image: url(../img/start_landing.jpg);
}

.jumis-landing-image#jumis-pro {
    background-image: url(../img/pro_landing.jpg);
}

.jumis-landing-image#jumis-pro.pro-v2 {
    background-image: url(../img/pro_landing_v2.jpg);
}

.jumis-landing-image#jumis-migration {
    background-image: url(../img/migration_landing_v2.jpg);
    background-position: 100% 10%;
}

.jumis-landing-image.girl-with-laptop {
    background-image: url(../img/girl_with_laptop.jpg);
}

.jumis-landing-image.sticky-notes-meeting {
    background-image: url(../img/sticky_notes_meeting.jpg);
}

.jumis-landing-image.friendly-meeting {
    background-image: url(../img/friendly_meeting.jpg);
}

.jumis-landing-image.people-whiteboard {
    background-image: url(../img/people_whiteboard.jpg);
}

.jumis-landing-image.girls-handshake {
    background-image: url(../img/girls_handshake.jpg);
}

.jumis-landing-image.man-with-phone {
    background-image: url(../img/man_with_phone.jpg);
}

.jumis-landing-image.multiple-hands {
    background-image: url(../img/multiple_hands.jpg);
}

.jumis-landing-image.hands-on-table {
    background-image: url(../img/hands_on_table.jpg);
}

.jumis-landing-image.two-laptops {
    background-image: url(../img/two_laptops.jpg);
}

.jumis-landing-image.team-with-laptops {
    background-image: url(../img/team_with_laptops.jpg);
}

.jumis-landing-image.support-girl {
    background-image: url(../img/support_girl.jpg);
}

.jumis-landing-image.guy-with-laptop-and-mobile {
    background-image: url(../img/pro_landing.jpg);
}

.jumis-landing-image.ladies-with-tablet {
    background-image: url(../img/ladies_with_tablet.jpg);
}

.jumis-landing-image.guy-with-bag {
    background-image: url(../img/guy_with_bag.jpg);
}

.jumis-landing-image.girl-with-papers-and-desktop {
    background-image: url(../img/girl_with_papers_and_desktop.jpg);
}

.jumis-landing-image.meeting {
    background-image: url(../img/meeting.jpg);
}

.jumis-landing-image.brainstorm {
    background-image: url(../img/brainstorm.jpg);
}

.jumis-landing-image.work-from-home {
    background-image: url(../img/work_from_home.jpg);
}

.jumis-landing-image.guy-work-in-livingroom {
    background-image: url(../img/guy_work_in_livingroom.jpg);
}

.jumis-landing-image.explain-in-notebook {
    background-image: url(../img/explain_in_notebook.jpg);
}

.jumis-landing-image.mobile-device-in-gas-statition {
    background-image: url(../img/mobile_device_in_gas_station.jpg);
}

.jumis-landing-image.mobile-device-taking-photo {
    background-image: url(../img/mobile_device_taking_photo.jpg);
}

.jumis-landing-image.woman-with-pen {
    background-image: url(../img/woman_with_pen_wide.jpg);
}

.jumis-landing-image.meeting-chairs {
    background-image: url(../img/meeting_chairs_wide.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .jumis-landing-image#jumis-mini {
        background-image: url(../img/mini_landing@2x.jpg);
    }
    .jumis-landing-image#jumis-hr {
        background-image: url(../img/hr_landing@2x.jpg);
    }
    .jumis-landing-image#jumis-standart {
        background-image: url(../img/standart_landing@2x.jpg);
    }
    .jumis-landing-image#jumis-start {
        background-image: url(../img/start_landing@2x.jpg);
    }
    .jumis-landing-image#jumis-pro {
        background-image: url(../img/pro_landing@2x.jpg);
    }
    .jumis-landing-image#jumis-pro.pro-v2 {
        background-image: url(../img/pro_landing_v2@2x.jpg);
    }
    .jumis-landing-image#jumis-migration {
        background-image: url(../img/migration_landing_v2@2x.jpg);
    }
    .jumis-landing-image.girl-with-laptop {
        background-image: url(../img/girl_with_laptop@2x.jpg);
    }
    .jumis-landing-image.sticky-notes-meeting {
        background-image: url(../img/sticky_notes_meeting@2x.jpg);
    }
    .jumis-landing-image.friendly-meeting {
        background-image: url(../img/friendly_meeting@2x.jpg);
    }
    .jumis-landing-image.people-whiteboard {
        background-image: url(../img/people_whiteboard@2x.jpg);
    }
    .jumis-landing-image.girls-handshake {
        background-image: url(../img/girls_handshake@2x.jpg);
    }
    .jumis-landing-image.man-with-phone {
        background-image: url(../img/man_with_phone@2x.jpg);
    }
    .jumis-landing-image.multiple-hands {
        background-image: url(../img/multiple_hands@2x.jpg);
    }
    .jumis-landing-image.hands-on-table {
        background-image: url(../img/hands_on_table@2x.jpg);
    }
    .jumis-landing-image.two-laptops {
        background-image: url(../img/two_laptops@2x.jpg);
    }
    .jumis-landing-image.team-with-laptops {
        background-image: url(../img/team_with_laptops@2x.jpg);
    }
    .jumis-landing-image.guy-with-laptop-and-mobile {
        background-image: url(../img/pro_landing@2x.jpg);
    }
    .jumis-landing-image.ladies-with-tablet {
        background-image: url(../img/ladies_with_tablet@2x.jpg);
    }
    .jumis-landing-image.guy-with-bag {
        background-image: url(../img/guy_with_bag@2x.jpg);
    }
    .jumis-landing-image.girl-with-papers-and-desktop {
        background-image: url(../img/girl_with_papers_and_desktop@2x.jpg);
    }
    .jumis-landing-image.meeting {
        background-image: url(../img/meeting@2x.jpg);
    }
    .jumis-landing-image.brainstorm {
        background-image: url(../img/brainstorm@2x.jpg);
    }
    .jumis-landing-image.work-from-home {
        background-image: url(../img/work_from_home@2x.jpg);
    }
    .jumis-landing-image.woman-with-pen {
        background-image: url(../img/woman_with_pen.jpg);
    }
    .jumis-landing-image.meeting-chairs {
        background-image: url(../img/meeting_chairs.jpg);
    }
}

#mini-more-features {
    background-image: url(../img/jumis_mini_desktop.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30%;
    min-height: 700px;
}

#hr-more-features .large-img {
    width: 100%;
    margin-top: 70px;
}

#hr-more-features a[aria-expanded="true"] {
    display: none;
}

#mini-more-features h2 #hr-more-features h2 {
    font-weight: 400;
    font-size: 40px;
    color: #333;
}

.feature-list li {
    padding: 10px 20px 20px 50px;
    background-position: left 7px;
    background-size: 32px;
    background-repeat: no-repeat;
    border: none;
}

.feature-list .check {
    background-image: url(../img/check.svg);
}

.feature-list .users {
    background-image: url(../img/users.svg);
}

.feature-list .checklist {
    background-image: url(../img/checklist.svg);
}

.feature-list .star {
    background-image: url(../img/star.svg);
}

.feature-list .euro {
    background-image: url(../img/euro.svg);
}

.feature-list .check-cloud {
    background-image: url(../img/check_cloud.svg);
}

.feature-list .backups {
    background-image: url(../img/backups.svg);
}

.feature-list .add-user {
    background-image: url(../img/add_user.svg);
    background-position: left 18px;
    padding: 10px 20px 10px 50px;
}

.feature-list .company {
    background-image: url(../img/company.svg);
    background-position: left 18px;
    padding: 10px 20px 10px 50px;
}

.feature-list .bulb {
    background-image: url(../img/bulb.svg);
    background-size: 18px;
    padding: 10px 20px 20px 32px;
    background-position: left 6px;
}

.tooltip-style-columns,
#jumis-standart-main-features,
#jumis-pro-main-features,
#jumis-hr-main-features,
#jumis-start-main-features {
    padding-top: 20px;
    margin-top: -30px;
    margin-bottom: -20px;
    padding-bottom: 90px;
}

#jumis-standart-main-features.margin-top-0,
#jumis-pro-main-features.margin-top-0 {
    margin-top: 0;
}

#all-jumis-features {
    padding-top: 280px;
}

.tooltip-style-columns .feature-item,
#jumis-standart-main-features .feature-item,
#jumis-pro-main-features .feature-item {
    text-align: center;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.tooltip-style-columns .feature-item.text-align-left {
    text-align: left;
}

.tooltip-style-columns .feature-link,
#jumis-standart-main-features .feature-link,
#jumis-pro-main-features .feature-link {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 6px;
    font-size: 18px;
    line-height: 1.3333333;
    border: 2px solid #17872c;
    width: 100%;
    margin-bottom: 60px;
    cursor: default;
    background-color: #17872c;
    color: #fff;
    position: relative;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tooltip-style-columns a.feature-link,
#jumis-standart-main-features a.feature-link,
#jumis-pro-main-features a.feature-link {
    cursor: pointer;
}

.tooltip-style-columns .feature-link .corner,
#jumis-standart-main-features .feature-link .corner,
#jumis-pro-main-features .feature-link .corner {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -25px;
    border: 15px solid rgba(0, 0, 0, 0);
    border-top-color: #17872c;
    width: 0;
    height: 6px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tooltip-style-columns .feature-item:hover .feature-link .corner,
#jumis-standart-main-features .feature-item:hover .feature-link .corner,
#jumis-pro-main-features .feature-item:hover .feature-link .corner {
    bottom: -30px;
}

.tooltip-style-columns .feature-item:hover .feature-link,
#jumis-standart-main-features .feature-item:hover .feature-link,
#jumis-pro-main-features .feature-item:hover .feature-link {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.tooltip-style-columns .feature-item .feature-img,
#jumis-standart-main-features .feature-item .feature-img,
#jumis-pro-main-features .feature-item .feature-img {
    background-position: center;
    margin-bottom: 30px;
}

.tooltip-style-columns .feature-item .feature-img.text-align-left,
#jumis-standart-main-features .feature-item .feature-img.text-align-left,
#jumis-pro-main-features .feature-item .feature-img.text-align-left {
    background-position: 60px;
}

.tooltip-style-columns .feature-item h4.text-align-left,
#jumis-standart-main-features .feature-item h4.text-align-left,
#jumis-pro-main-features .feature-item h4.text-align-left {
    text-align: left;
    margin-left: 45px;
}

#jumis-hr-main-features .feature-img.align-center {
    background-position: 35%;
}

.feature-item.table-style h4 {
    min-height: 40px;
}

.feature-item .min-height-3 {
    min-height: 80px;
}

.feature-item .min-height-4 {
    min-height: 90px;
}

.feature-item .min-height-5 {
    min-height: 125px;
}

.jumbotron .feature-item p {
    text-align: left;
    padding: 0 0 0 45px;
    font-size: 18px;
    font-weight: 400;
    background-image: url(../img/check_orange.svg);
    background-position: left 5px;
    background-size: 32px;
    background-repeat: no-repeat;
    min-height: 40px;
}

.jumbotron .feature-item p.one-line {
    line-height: 38px;
}

.feature-item .group-inline {
    display: flex;
    margin-bottom: 20px;
    line-height: 1;
}

.feature-item .group-inline span {
    font-weight: 400;
    font-size: 40px;
    color: #006733;
    margin: auto 15px auto 60px;
}

.feature-item .group-inline.text-align-left span {
    margin: auto 15px auto 0;
}

.feature-item .group-inline .feature-img {
    width: 60px;
}

.grey-bg {
    background-color: #f9f8ff;
}

.white-bg {
    background-color: #fff;
}

.yellow-bg {
    background-color: #ef9b00;
}

.green-bg {
    background-color: #17872c;
    color: #fff;
}

.dark-green-bg {
    background-color: #006732;
    color: #fff;
}

.dark-grey-bg {
    background-color: #86898a;
    color: #fff;
}

.grey-bg hr,
.grey-bg-sm hr {
    border-color: #ccc;
}

.jumbotron .normal {
    font-size: 18px;
    font-weight: 400;
}

.product-tile {
    top: 0;
    position: relative;
    line-height: 40px;
    width: 100%;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.product-tile.anim-down:hover {
    top: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.product-tile.anim-up:hover {
    top: -2px;
}

.product-tile.height-xs {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 4px;
    padding-top: 0;
}

.product-tile svg {
    margin: 15% auto;
}

.product-tile small {
    display: block;
    font-size: 14px;
}

#main-products {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main-products .btn-lg {
    font-weight: 500;
}

#main-products h2 {
    font-size: 40px;
    line-height: 1.2;
}

#main-products .product-tile h4 {
    margin: 0 0 5px 0;
}

#main-products .product-tile h3 {
    margin: 0 0 10px 0;
}

#main-products #jumis-mini-panel {
    background-size: 50px;
    background-position: 10% 45%;
    padding-left: 110px;
}

#main-products #jumis-pro-panel {
    background-size: 50px;
    background-position: 5% 45%;
    padding-left: 85px;
}

.green-bg .btn-success.product-tile {
    border-color: #17872c;
    background-color: #17872c;
}

.green-bg .btn-success.product-tile:hover {
    background-color: #006732;
    border-color: #006732;
}

.dark-green-bg .btn-success.product-tile {
    border-color: #006732;
    background-color: #006732;
}

.dark-green-bg .btn-success.product-tile:hover {
    background-color: #005027;
    border-color: #005027;
}

#jumis-mini-panel {
    background-image: url(../img/house.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 90% 20%;
}

#jumis-mini-panel.height-xs {
    background-size: 42px;
    background-position: 95% 20%;
}

#jumis-standart-panel {
    background-image: url(../img/tractor.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 90% 20%;
}

#jumis-standart-panel.height-xs {
    background-size: 42px;
    background-position: 95% 20%;
}

#jumis-pro-panel {
    background-image: url(../img/cloud.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 90% 20%;
}

#jumis-pro-panel.height-xs {
    background-size: 42px;
    background-position: 95% 20%;
}

.feature-img {
    background-repeat: no-repeat;
    height: 60px;
}

#phone-icon {
    background-image: url(../img/phones.svg);
}

#cert-icon {
    background-image: url(../img/cert.svg);
}

#desk-icon {
    background-image: url(../img/desk.svg);
}

#zero-icon {
    background-image: url(../img/zero.svg);
}

#zero-icon.with-star:before {
    content: "*";
    font-size: 24px;
    font-weight: 800;
    color: #17872c;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 110px;
    top: -10px;
}

#dual-icon {
    background-image: url(../img/dual.svg);
}

#glases-icon {
    background-image: url(../img/glases.svg);
    background-size: 100px;
}

#suitcase-icon {
    background-image: url(../img/suitcase.svg);
    background-size: 50.5px;
}

#building-icon {
    background-image: url(../img/building.svg);
    background-size: 60px;
}

#fast-icon {
    background-image: url(../img/fast_easy.svg);
}

#order-icon {
    background-image: url(../img/order.svg);
}

#lamp-icon {
    background-image: url(../img/lamp.svg);
}

#money-icon {
    background-image: url(../img/money.svg);
    background-size: 62px;
}

#anylocation-icon {
    background-image: url(../img/any_location.svg);
}

#vacation-icon {
    background-image: url(../img/vacation.svg);
    background-size: 62px;
}

#legislation-icon {
    background-image: url(../img/legislation.svg);
    background-size: 62px;
}

#salary-icon {
    background-image: url(../img/calc-salary.svg);
    background-size: 60px;
}

#download-icon {
    background-image: url(../img/download-circle.svg);
    background-size: 50px;
    background-position: center;
}

#adapt-icon {
    background-image: url(../img/adapt.svg);
    background-size: 60px;
}

#work-icon {
    background-image: url(../img/work.svg);
    background-size: 50px;
    background-position: center;
}

#rocket-icon {
    background-image: url(../img/rocket.svg);
    background-size: 50px;
}

#features-icon {
    background-image: url(../img/features.svg);
    background-size: 60px;
}

#before-footer {
    color: #fff;
    margin: 0;
}

#before-footer h1,
#before-footer h2,
#middle-line h1,
#middle-line h2 {
    font-size: 40px;
}

#before-footer .btn-lg,
#middle-line .btn-lg {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
}

.double-line .fa-angle-right {
    top: 15px;
}

.btn.double-line:hover .fa-angle-right {
    top: 15px;
}

.double-line .fa-angle-left {
    top: 12px;
}

#footer {
    background-color: #2e353a;
    color: #ffffff;
    margin: 0;
    padding-bottom: 20px;
}

#footer .nav a {
    color: #ffffff;
    border: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px 0;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

#footer .nav a:hover,
#footer .nav a:focus {
    background-color: transparent;
    color: #6c6c6c;
}

#footer #copyright,
#footer #visma-footer,
#footer #copyright a,
#footer #visma-footer a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#footer #copyright a:hover,
#footer #visma-footer a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#footer #copyright .seperator,
#footer #visma-footer .seperator {
    color: #ffffff;
}

#footer h3 {
    color: #b3b3b3;
    margin-bottom: 40px;
}

#visma-link {
    color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: 2.5px;
    font-weight: 300;
}

#visma-link .text-above {
    transition: color 0.1s ease-in;
    font-size: 14px;
}

#visma-link:hover .text-above {
    color: #6c6c6c;
}

#visma-link svg path {
    transition: fill 0.1s ease-in;
}

#visma-link:hover svg path {
    fill: #6c6c6c;
}

#sub-header h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    font-size: 24px;
}

#sub-header .btn-default {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

a.protect {
    cursor: pointer;
}

a.protect:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

#login-box {
    float: right;
    margin: 40px 10px 0;
}

#login-box a {
    color: #222;
    font-weight: 400;
}

#login-box a span {
    padding-left: 5px;
}

.yellow-bg .btn-default {
    color: #ef9b00;
}

.yellow-bg .btn-default:active,
.yellow-bg .btn-default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #ef9b00;
}

.yellow-bg .btn-success {
    background-color: #ba7900;
    border-color: #ba7900;
    color: #fff;
}

.yellow-bg .btn-success:hover {
    background-color: #a26a02;
    border-color: #a26a02;
}

.green-bg .btn-success {
    background-color: #006732;
    border-color: #006732;
    color: #fff;
}

.green-bg .btn-success:hover {
    background-color: #005027;
    border-color: #005027;
}

.green-bg .btn-link,
.yellow-bg .btn-link {
    color: #fff;
    font-weight: 400;
}

.grey-bg .btn-default,
.grey-bg-sm .btn-default {
    border-color: #ccc;
    background-color: #f6f6f6;
}

.grey-bg .btn-default:hover,
.grey-bg-sm .btn-default:hover {
    background-color: #fff;
}

.fa-angle-left {
    font-size: 24px;
    left: -10px;
    top: 2px;
    position: relative;
    transition: left 0.2s ease-in;
}

.btn:hover .fa-angle-left,
a:hover .fa-angle-left {
    left: -14px;
}

.btn .fa-angle-left {
    margin-left: 10px;
}

.fa-angle-right {
    font-size: 24px;
    left: 10px;
    top: 2px;
    position: relative;
    transition: left 0.2s ease-in;
}

.btn .fa-angle-right {
    margin-right: 10px;
}

.btn:hover .fa-angle-right,
a:hover .fa-angle-right {
    left: 14px;
}

.corner-padding-0 {
    padding: 0;
}

.corner-padding-10 {
    padding: 0 10px;
}

.corner-padding-15 {
    padding: 0 15px;
}

.corner-padding-20 {
    padding: 0 20px;
}

.corner-padding-30 {
    padding: 0 30px;
}

.corner-padding-40 {
    padding: 0 40px;
}

.bg-bottom-offset-260 {
    margin-bottom: -260px;
}

.btn-showmore {
    border-top: 1px solid #ccc;
    margin-top: 80px;
}

.btn-showmore .btn {
    margin-top: -21px;
}

.btn-showmore .btn.btn-default {
    border: 1px solid #ccc;
}

.btn-showmore .btn.btn-success {
    border: 1px solid #17872c;
}

.btn-showmore .btn.btn-success:hover,
.btn-showmore .btn.btn-success.focus,
.btn-showmore .btn.btn-success:focus,
.btn-showmore .btn.btn-success:active:focus {
    background-color: #006732;
    border-color: #006732;
}

.feature-list {
    margin-bottom: 0;
}

span[data-toggle="popover"].click {
    cursor: pointer;
}

.popover .star {
    color: #17872c;
    padding-left: 3px;
    font-weight: 500;
}

.popover.static {
    display: block;
    position: inherit;
}

.info .fa {
    color: #17872c;
    transition: color 0.1s ease-in;
}

.info:hover .fa {
    color: #006732;
}

#need-support-block {
    margin-top: 110px;
}

#need-support-block h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #2e353a;
    font-weight: 500;
    background: antiquewhite;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    margin: 20px -10px 40px;
}

#need-support-block .sub-link {
    display: flex;
    letter-spacing: 1px;
    align-items: baseline;
    margin-bottom: 15px;
}

#need-support-block .sub-link .fa-angle-right {
    font-size: 22px;
}

.no-action #need-support-block #contact-us {
    display: none;
}

.grey-bg .list-group-item {
    background-color: #f6f6f6;
}

.grey-bg .list-group-item.more a {
    border-color: #ccc;
    padding-right: 30px;
}

#faq-content .jumbotron h3 {
    font-weight: 500;
    margin: 0 0 30px 0;
}

#faq-content .jumbotron p {
    font-weight: normal;
    font-size: 18px;
}

.faq-answer ul {
    padding-left: 15px;
}

.faq-answer ul li,
.news-content ul li,
.blog-content ul li {
    background-image: url(../img/list-item.svg);
    background-size: 10px;
    background-position: left 15px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 8px 20px;
}

#faq-content .jumbotron {
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 45px;
}

#faq-content .note {
    font-weight: 500;
}

#other-faq {
    margin-top: 60px;
    margin-bottom: 0;
}

#other-faq .faq-section {
    padding: 0 6%;
    margin: 0 5px;
}

#other-faq .more {
    border-color: #ccc;
}

#faq .tab-pane > div,
.anchor-container > div,
.scroll-here {
    padding-top: 60px;
    margin-top: -60px;
}

.download-section h2 {
    font-size: 24px;
    margin-bottom: 50px;
}

.tile-panel {
    border-radius: 4px;
    border: 1px solid #17872c;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.tile-panel:hover {
    background: #17872c14;
}

.tile-panel.tile-link {
    display: flex;
    min-height: 100px;
}

.tile-panel.tile-link .tile-content {
    display: flex;
}

.tile-panel.tile-link .tile-content h3 {
    margin: auto 0;
}

.tile-panel .icon {
    width: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.tile-panel.small .icon {
    width: 100px;
}

.tile-panel .icon:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.2s;
}

.grey-bg .tile-panel.tile-default {
    background-color: #fff;
    border: 1px solid #ccc;
}

.tile-panel.tile-default .icon {
    width: 110px;
}

.tile-panel:hover .icon:before {
    transform: scale(1.1);
}

.tile-panel.tile-success .icon {
    background-color: #17872c;
}

.tile-panel.tile-warning .icon {
    background-color: #ef9b00;
}

.tile-panel .download-icon:before {
    background-image: url(../img/download.svg);
}

.tile-panel .tractor-icon:before {
    background-image: url(../img/tractor.svg);
    background-size: 60px;
}

.tile-panel .house-icon:before {
    background-image: url(../img/house.svg);
    background-size: 60px;
}

.tile-panel .stats-icon:before {
    background-image: url(../img/stats.svg);
    background-size: 60px;
}

.tile-panel .doc-icon:before {
    background-image: url(../img/document.svg);
    background-size: 48px;
}

.tile-panel .video-icon:before {
    background-image: url(../img/video.svg);
    background-size: 64px;
    background-position: 63% 50%;
}

.tile-panel .ppt-icon:before {
    background-image: url(../img/presentation.svg);
    background-size: 48px;
}

.tile-panel .book-icon:before {
    background-image: url(../img/open-book.svg);
    background-size: 60px;
}

.tile-panel .tile-content {
    width: calc(100% - 170px);
    margin-left: 160px;
}

.tile-panel.small .tile-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 115px;
    width: calc(100% - 130px);
}

.tile-panel.tile-default .tile-content {
    width: calc(100% - 140px);
    margin-left: 130px;
}

.tile-panel h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2px;
    margin: 0;
}

.tile-panel.small h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.tile-panel .pub-date {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
}

.tile-panel .download-link {
    margin-right: 30px;
    padding-bottom: 20px;
    display: inline-block;
}

.tile-panel.small .download-link {
    margin-right: 10px;
    padding-bottom: 15px;
    font-size: 16px;
}

.tile-panel.compact .icon {
    display: none;
}

.tile-panel.compact {
    padding-left: 10px;
}

.tile-panel.compact .tile-content {
    margin-left: 10px;
    width: auto;
}

.tile-panel.compact .pub-date {
    float: left;
    margin: 0 10px 5px 0;
    clear: left;
}

.tile-panel.compact h3 {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.tile-panel.compact .download-link,
.tile-panel.compact .instruction-link {
    margin: -16px 20px 10px 20px;
    padding-bottom: 3px;
    float: right;
}

.tile-panel.micro {
    display: block;
    padding: 10px;
}

.tile-panel.micro .icon:before {
    background-size: 20px;
    width: 40px;
}

.tile-panel.micro .icon.video-icon:before {
    background-size: 26px;
}

.tile-panel.micro:hover .icon.video-icon {
    background-size: 26px;
}

.tile-panel.micro:hover .icon:before {
    transform: scale(1);
}

.tile-panel.micro .tile-content {
    margin-left: 30px;
    display: flex;
    width: auto;
}

.tile-panel.micro h3 {
    margin-top: auto;
    margin-bottom: auto;
}

.tile-panel .label {
    margin: auto 0 auto auto;
}

.download-section {
    margin-bottom: 60px;
    padding-right: 30px;
}

.video-materials h1 {
    margin-bottom: 60px;
}

.faq-teaser .entry {
    min-height: 80px;
}

.faq-teaser .entry .title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.faq-teaser #buj-list {
    padding-top: 30px;
}

.faq-teaser .entry .path {
    font-size: 13px;
}

.faq-teaser .entry .path a {
    font-weight: 200;
    color: #797979;
}

.faq-teaser .entry .path a:hover {
    font-weight: 200;
    color: #222;
    text-decoration: underline;
}

.faq-teaser .entry .path .seperator {
    color: #797979;
}

.grey-bg #recent-news-more {
    border-top: none;
}

.view .pager {
    margin-top: 60px;
    margin-bottom: 20px;
}

.view .element-invisible,
.view .pager-item,
.view .pager-current,
.view .pager-first,
.view .pager-last {
    display: none;
}

.jumis-news .views-field-body {
    margin-bottom: 20px;
}

.view-display-id-recent_news .views-field-title a {
    font-weight: 400;
}

.view-display-id-all_news .views-field-title {
    font-size: 20px;
    font-weight: 500;
}

.view-display-id-all_news .views-field-body {
    margin-bottom: 40px;
    padding-right: 20px;
}

.news-content {
    margin-bottom: 60px;
    margin-right: 20px;
}

.news-content .field-type-datetime {
    color: #6c6c6c;
    margin-top: 20px;
    margin-bottom: 60px;
}

.news-content .title {
    line-height: 46px;
}

.news-content .img-thumbnail {
    float: left;
    margin: 5px 30px 15px 0;
}

.back-link {
    display: block;
    margin: 10px;
}

#recent-news-block {
    margin-top: 20px;
}

#recent-news-block h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

#recent-news-block .item-group {
    padding-left: 0;
}

#recent-news-block .list-group-item {
    border: none;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
}

#recent-news-block .list-group-item a {
    font-weight: 400;
    font-size: 18px;
}

.admin-tabs {
    margin: 20px 0 0 0;
    padding: 0;
}

.admin-tabs li {
    display: inline;
}

.admin-tabs li a {
    color: #fff;
    background-color: #17872c;
    padding: 0 10px 2px 10px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
}

.admin-tabs li.active a,
.admin-tabs li a:hover {
    background-color: #006732;
}

.toggle-city {
    color: #17872c;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 10px 0;
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.toggle-city:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 24px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.toggle-city[aria-expanded="false"]:after {
    -moz-animation: spin-back 0.3s linear forwards;
    -webkit-animation: spin-back 0.3s linear forwards;
    -o-animation: spin-back 0.3s linear forwards;
    animation: spin-back 0.3s linear forwards;
}

.toggle-city[aria-expanded="true"]:after {
    -moz-animation: spin 0.3s linear forwards;
    -webkit-animation: spin 0.3s linear forwards;
    -o-animation: spin 0.3s linear forwards;
    animation: spin 0.3s linear forwards;
}

.toggle-city.default-open:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
}

.tbr-partner:before {
    content: "";
    display: block;
    height: 15px;
    border-top: 1px solid #ccc;
}

.tbr-partner:after {
    content: "";
    display: block;
    height: 15px;
}

.tbr-partner:last-child:after {
    border-bottom: 1px solid #ccc;
}

.toggle-city-content {
    padding: 0;
}

.dev-partner .partner-title {
    display: block;
    padding: 15px 5px;
}

.dev-partner .partner-title:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    float: right;
    font-size: 24px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dev-partner .partner-title[aria-expanded="false"]:after {
    -moz-animation: spin90-back 0.3s linear forwards;
    -webkit-animation: spin90-back 0.3s linear forwards;
    -o-animation: spin90-back 0.3s linear forwards;
    animation: spin90-back 0.3s linear forwards;
}

.dev-partner .partner-title[aria-expanded="true"]:after {
    -moz-animation: spin90 0.3s linear forwards;
    -webkit-animation: spin90 0.3s linear forwards;
    -o-animation: spin90 0.3s linear forwards;
    animation: spin90 0.3s linear forwards;
}

.dev-partner:before,
.dev-partner:last-child:first-child:before {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
}

.dev-partner:after {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.dev-partner:last-child:before {
    border-top: none;
}

.dev-partner .partner-info {
    padding: 0 10px 0 0;
}

.dev-partner .web-url,
.dev-partner .tel-number,
.dev-partner .address,
.dev-partner .description {
    display: block;
    margin-bottom: 12px;
}

.dev-partner .web-url {
    font-weight: 400;
}

.dev-partner .fa {
    color: #17872c;
    width: 20px;
    margin-left: 14px;
    text-align: center;
}

.scroll-top {
    cursor: pointer;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #009c4c;
    border-radius: 25px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 1;
}

.scroll-top:hover {
    background-color: #006732;
}

.scroll-top:before {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 35px;
    font-weight: 500;
    margin-top: 5px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bounce-in {
    opacity: 0;
    -moz-animation-name: bounce-in;
    -o-animation-name: bounce-in;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in;
    -moz-animation-duration: 450ms;
    -o-animation-duration: 450ms;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.important-note .fa {
    color: #009c4c;
}

.page-title {
    background-size: cover;
    background-color: #e5e5e5;
    padding: 10px 0;
    margin: 0 0 40px 0;
}

.page-title h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.huge-button {
    top: 0;
    position: relative;
    padding: 30px 12px;
    width: 100%;
}

.huge-button h2 {
    margin: 0;
    font-size: 26px;
}

#mini-migration .modal-content .sub-title {
    background-color: #e5e5e5;
    padding: 10px 0;
}

#mini-migration .modal-content .sub-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

#mini-migration .modal-content h3,
.features-container h4 {
    color: #009c4c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}

.features-container h4 {
    color: #222;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-right: 10%;
}

#mini-migration .modal-content ul {
    padding-left: 10px;
    margin-bottom: 0;
}

#mini-migration .modal-content ol {
    padding-left: 0;
}

.features-container .features-list {
    padding-left: 5px;
    margin-bottom: 20px;
}

.features-container .features-list ul {
    margin-top: 5px;
    padding-left: 5px;
}

#mini-migration .modal-content ul li,
.features-container .features-list li {
    background-image: url(../img/check.svg);
    background-size: 13px;
    background-position: left 9px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 4px 0 4px 20px;
    font-size: 16px;
}

#mini-migration .modal-content ol li,
.features-container .features-list ul li,
.answer-container .features-list li {
    background-image: url(../img/list-item.svg);
    background-size: 6px;
    background-position: left 13px;
    padding: 4px 0 4px 15px;
}

.features-container .answer-container {
    font-size: 16px;
    padding: 0 35px 0 0;
}

#share-this {
    display: flex;
    align-items: center;
}

#share-this a {
    display: inline-block;
    margin-left: 5px;
    color: #bebebe;
    cursor: pointer;
}

#share-this .title {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #9a9a9a;
}

#share-this #share-fb:hover {
    color: #306199;
}

#share-this #share-tw:hover {
    color: #26c4f1;
}

#share-this #share-li:hover {
    color: #007bb6;
}

#share-this .fa {
    font-size: 42px;
}

#company-explained {
    padding-left: 50px;
}

#company-explained p {
    font-size: 14px;
}

#company-explained .title-col {
    min-width: 160px;
    font-weight: 500;
    display: inline-block;
}

#company-explained .value-col .fa {
    font-size: 18px;
}

.feature-list .list-group-item.company a {
    display: block;
    color: #222;
}

.feature-list .list-group-item.company a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    float: right;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    top: -55px;
    right: 8%;
    color: #17872c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.feature-list .list-group-item.company a[aria-expanded="false"]:after {
    -moz-animation: spin90-back 0.3s linear forwards;
    -webkit-animation: spin90-back 0.3s linear forwards;
    -o-animation: spin90-back 0.3s linear forwards;
    animation: spin90-back 0.3s linear forwards;
}

.feature-list .list-group-item.company a[aria-expanded="true"]:after {
    -moz-animation: spin90 0.3s linear forwards;
    -webkit-animation: spin90 0.3s linear forwards;
    -o-animation: spin90 0.3s linear forwards;
    animation: spin90 0.3s linear forwards;
}

.feature-list .list-group-item small {
    font-size: 16px;
}

.feature-list-hr {
    margin-right: 10%;
}

#tips-container {
    padding-top: 18px;
    font-weight: 500;
}

#tips-container a {
    font-weight: 400;
}

a.disabled {
    color: #b3b3b3;
}

#tip-box {
    padding-top: 25px;
}

#category-list .btn.active,
#category-list .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#category-list .btn-default.active:hover,
#category-list .btn-default:active:focus {
    border: 1px solid #ccc;
    background-color: #e6e6e6;
}

.numbered-collapse {
    margin-top: -54px;
    padding-top: 54px;
}

.numbered-collapse a[aria-expanded="true"] svg,
.inline-chevron[aria-expanded="true"] svg,
.previous-instalation-link[aria-expanded="true"] svg {
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.numbered-collapse a svg,
.inline-chevron svg {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.numbered-collapse .title {
    display: flex;
    padding: 25px 5px;
}

.numbered-collapse .title h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}

.numbered-collapse .subtitle {
    display: flex;
    padding: 10px 5px;
}

.numbered-collapse .title span,
.numbered-collapse .subtitle span {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.numbered-collapse .round-digit {
    border: 1px solid #17872c;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    padding-left: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 400;
}

.tab-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
}

.subtitle .round-digit {
    border: 1px solid #17872c;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding-left: 2px;
    margin-left: 5px;
    font-weight: 400;
}

.numbered-collapse .title .text,
.numbered-collapse .subtitle .text {
    flex-shrink: 10;
}

.chevron-line1,
.chevron-line2 {
    stroke: #009c4c;
    stroke-width: 13;
    stroke-linecap: round;
    -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
    transition: transform 0.4s, stroke 0.4s;
}

.chevron-line1 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}

.chevron-line2 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}

.chevron {
    margin: auto 0 auto auto;
    width: 20px;
    height: 20px;
}

.numbered-collapse .title.collapsed .chevron .chevron-container,
[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-container,
[data-toggle="collapse"][aria-expanded="false"] .chevron .chevron-container,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-container,
.numbered-collapse .title[aria-expanded="false"] .chevron .chevron-container {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}

.numbered-collapse .title.collapsed .chevron .chevron-line1,
[data-toggle="collapse"].collapsed .chevron .chevron-line1,
[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-line1,
[data-toggle="collapse"][aria-expanded="false"] .chevron .chevron-line1,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-line1,
.numbered-collapse .title[aria-expanded="false"] .chevron .chevron-line1 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.numbered-collapse .title.collapsed .chevron .chevron-line2,
[data-toggle="collapse"].collapsed .chevron .chevron-line2,
[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-line2,
[data-toggle="collapse"][aria-expanded="false"] .chevron .chevron-line2,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-line2,
.numbered-collapse .title[aria-expanded="false"] .chevron .chevron-line2 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-container,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-container {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}

[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-line1,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-line1 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

[data-toggle="collapse"][aria-expanded="true"] .chevron .chevron-line2,
.numbered-collapse .title[aria-expanded="true"] .chevron .chevron-line2 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.numbered-collapse:after {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
}

.numbered-collapse:last-child:before {
    border-top: none;
}

.numbered-collapse .collapse-container {
    margin: 20px 30px 20px 55px;
    overflow: hidden;
}

.numbered-collapse .collapse-container .numbered-collapse {
    margin-bottom: 0;
}

.numbered-collapse .collapse-container .numbered-collapse:after {
    display: none;
}

.numbered-collapse .collapse-container .video-link {
    position: relative;
    display: block;
    margin: 4px auto 20px auto;
    border: none;
}

.numbered-collapse .collapse-container .video-link .thumb {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.numbered-collapse .collapse-container .video-link:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%23FFF' d='M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    background-size: 50px;
    box-shadow: inset 0 0 0px 2px #adadad;
    transition: all 0.1s ease-in;
}

.numbered-collapse .collapse-container .video-link:hover:after {
    background-size: 70px;
}

.inline-chevron[data-toggle="collapse"],
.right-chevron[data-toggle="collapse"] {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.inline-chevron[data-toggle="collapse"] h2.text,
.inline-chevron[data-toggle="collapse"] h3.text,
.right-chevron[data-toggle="collapse"] h2.text,
.right-chevron[data-toggle="collapse"] h3.text {
    margin: auto 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.inline-chevron[data-toggle="collapse"] .chevron {
    padding: 0px 25px 0 0;
}
.right-chevron[data-toggle="collapse"] .chevron {
    margin: auto 10px auto auto;
}

.faq-answer {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.faq-answer .answer-container {
    padding: 20px 20px 10px 20px;
    border-left: 5px solid #f69c34;
}

.answer-container .intro {
    font-weight: 500;
    color: #bf6e10;
}

ul.dash-style {
    list-style-type: none;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
}

ul.dash-style > li:before {
    content: "–";
    position: absolute;
    margin-left: -25px;
}

ul.dash-style li a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

ol.bold-numbers {
    padding: 0;
    counter-reset: item;
}

ol.bold-numbers > li {
    margin: 0 0 10px 30px;
    padding: 0 0 0 20px;
    text-indent: -20px;
    list-style-type: none;
    counter-increment: item;
}

ol.bold-numbers > li:before {
    display: inline-block;
    width: 20px;
    padding-right: 10px;
    font-weight: 500;
    text-align: right;
    content: counter(item) ".";
}

.footnote {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    color: #7d7d7d;
    font-style: italic;
}

.footnote .star {
    color: #17872c;
    font-weight: 800;
    font-size: 20px;
    margin-right: 5px;
    line-height: 1.2;
}

.thumb-link {
    display: inline-block;
}

.thumb-link .stroke {
    transition: stroke 0.1s ease-in;
}

.thumb-link .fill {
    transition: fill 0.1s ease-in;
}

.thumb-link:hover .stroke {
    stroke: #006732 !important;
}

.thumb-link:hover .fill {
    fill: #006732 !important;
}

.svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px auto;
}

.svg-container.size-lg {
    width: 60px;
    height: 60px;
}

.tags {
    align-items: center;
    margin-top: 10px;
}

.tags .title {
    font-size: 16px;
    padding-right: 10px;
    color: #9a9a9a;
}

.tags.tags-lg .title {
    font-size: 30px;
    font-weight: 300;
}

.tags .tag-item {
    color: #17872c;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-weight: 400;
}

.tags.tags-lg .tag-item {
    font-size: 18px;
    margin-top: 5px;
}

.tags .tag-item.tag-close {
    display: flex;
    align-items: center;
}

.tags .tag-item.tag-close a {
    font-size: 14px;
}

.tags .tag-item.tag-close .name {
    margin-right: 5px;
}

.tags .tag-item:not(.tag-close):hover {
    color: #222;
    background-color: #f0f0f0;
}

img.modalbox {
    display: block;
    width: 70%;
    cursor: pointer;
    margin: 50px auto;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 20px 20px #ededed;
}

img.modalbox.wide {
    width: calc(100% - 20px);
    box-shadow: 0 0 5px 5px #ededed;
}

.trim-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-wrap {
    white-space: nowrap;
}

.button-banner a {
    color: #fff;
}

.button-banner a:hover {
    color: #006735;
}

.bg-orange {
    background-color: #ef9b00;
}

.bg-center-left {
    background-position: center left;
}
#main-features .feature-container h3 {
    min-height: 65px;
}

#main-features .feature-container {
    max-width: 320px;
    margin-top: 30px;
}
#main-features .feature-container.pro {
    min-height: 500;
}

.blog-banner {
    /*height moved to width specific section*/
    background-color: #8bc396;
    margin: 30px 0;
    background-size: cover;
}

.blog-banner p,
.blog-banner h2 {
    color: #ffffff;
}

.blog-banner .blog-inner-container .btn-success {
    width: 200px;
}

.views-row {
    position: relative;
}

.news-container .jumis-news {
    justify-content: space-evenly;
    flex-wrap: wrap;
    display: flex;
}

#news-all .jumis-news {
    flex-wrap: wrap;
    display: flex;
}

#news-all nav {
    flex-basis: 100%;
}

.jumis-news .views-row {
    width: 350px;
    overflow: hidden;
    height: 255px;
    margin: 0 15px 30px 15px;
    border: 1px solid #ffffff;
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.15), 0px 2px 4px rgba(97, 97, 97, 0.15);
    border-radius: 4px;
    cursor: pointer;
    padding: 7px;
}

.jumis-news .views-row .views-field-body {
    display: none;
}

.jumis-news .views-row:hover,
article.video-teaser:hover {
    border: 1px solid #fb821d;
    cursor: pointer;
}

.jumis-news .views-row .views-field-title {
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}

.jumis-news .views-row .views-field-title .field-content a {
    color: #2e353a;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 170px 15px 0 15px;
}

.jumis-news .views-row .views-field-field-thumb .field-content img {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    height: 144px;
    width: 100%;
    object-fit: contain;
}

.jumis-news .views-row .views-field-body {
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px !important;
    text-align: justify;
    padding: 10px 10px 0 10px;
}

.jumis-news .views-row a {
    display: block;
    padding: 10px 0;
}

.jumis-news .contextual-links-wrapper {
    display: none;
}

.jumis-news .views-field-title {
    margin-bottom: 10px;
}

#recent-news-more {
    display: block;
    font-weight: 500;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 30px;
}

.accordion-news {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    padding: 0 5px 5px;
}

.accordion-news .link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px 6px 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
    background-color: #f9f8ff;
    border: solid 2px transparent;
}

.accordion-news .link:hover {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
}

.accordion-news .link.active,
.submenu li.active {
    background: #fff5e0;
}

.accordion-news .link:active,
.submenu li:active:hover {
    border: 2px solid #fb821d;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.accordion-news span {
    display: block;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.accordion-news p {
    padding-left: 20px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
}

.accordion-news li svg path {
    fill: #a1a1a1;
}

.accordion-news li.open svg {
    transform: rotate(180deg);
}

.accordion-news li.open svg path {
    fill: #414141;
}

.accordion-news .submenu-open {
    display: block;
}

.submenu {
    display: none;
    list-style-type: none;
}

.submenu li {
    position: relative;
    border-radius: 4px;
    padding: 6px 0 6px 0;
    margin: 10px 0 10px 0;
    background-color: #ffffff;
}

.submenu li p {
    padding-left: 50px;
}

.submenu li:hover {
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
}

.submenu a,
.submenu a:hover {
    display: block;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.support-container {
    border: 1px solid #ffb326;
    padding: 20px;
    background-image: url(../img/support_phone.svg);
    background-repeat: no-repeat;
    background-position: 50% 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.support-container p {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 2px;
    color: #2e353a;
}

.support-container p span {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.support-container p.text-muted {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: left;
    color: #2e353a;
    margin-bottom: 5px;
}

.support-container a.protect {
    display: none;
}

.contact-block {
    padding: 10px 20px 0 10px;
}

.contact-block a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 2px;
    color: #2e353a;
    margin-bottom: 20px;
}

article .news-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
}

.download-container .product-container {
    min-height: 130px;
    border-radius: 4px;
    border: 1px solid #c8c9ca;
}

.download-container .product-container .download-box {
    height: 100px;
    min-width: 100px;
    border-radius: 8px;
    border: 1px solid #aa78f0;
}

.download-container .product-container .download-box:hover {
    background: #f2e9ff;
    border: 1px solid #f2e9ff;
}

.download-container .product-container .download-box:active {
    background: #aa78f0;
    border: 1px solid #aa78f0;
}

.download-container .product-container .title {
    margin-bottom: 5px;
    letter-spacing: 0;
    font-weight: 500;
}

.download-container .product-container .sub-title {
    color: #6b39b7;
    font-size: 16px;
}

.download-btn {
    background: #f2e9ff;
    padding: 3px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2px;
    color: #2e353a;
}

.download-btn:hover {
    background: #aa78f0;
    color: #ffffff;
}

.download-btn:active {
    background: #2e353a;
    color: #ffffff;
}

.instruction-btn {
    background: #f2e9ff;
    padding: 3px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2px;
    color: #2e353a;
}
.instruction-btn:hover {
    background: #aa78f0;
    color: #ffffff;
}

.instruction-btn:active {
    background: #2e353a;
    color: #ffffff;
}

.previous-instalation-link {
    line-height: 24px;
    color: #17872c;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
}

.previous-instalation-link svg path {
    fill: #17872c;
}

.previous-instalation-link svg {
    position: relative;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.previous-instalation-link:hover svg {
    position: relative;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.fit-content {
    width: fit-content;
}

.instruction-book-container svg {
    align-self: center;
    margin-top: 5px;
}

#switch-component {
    display: flex;
    justify-content: center;
}

#switch-component .switch-container {
    min-height: 90px;
    background: #f9f8ff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}

#switch-component ul.switch-container {
    padding: 10px;
    margin: 0;
}

#switch-component li {
    display: inline-block;
    list-style: none;
}

#switch-component .switch-container .switch-btn {
    background: #f9f8ff;
    border-radius: 8px;
    min-height: 70px;
    padding: 10px;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#switch-component .switch-container .switch-btn.active,
#switch-component .switch-container .active .switch-btn {
    background: #ffffff;
    box-shadow: 0px 3px 2px rgba(23, 43, 77, 0.04), 0px 5px 3px rgba(23, 43, 77, 0.08);
}

#main-features .products .feature-container {
  margin-top: 30px;
  height: 300px;
  padding: 43px 20px 20px;
}

#main-features .products .feature-container.with-button {
  height: 360px;
}

#main-features .products.static .feature-container:hover {
    background-color: transparent;
    cursor: auto;
}

#main-features .products .feature-container h3 {
    min-height: 35px;
}

#jumis-product {
    height: 511px;
    border-radius: 7px;
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
}

#jumis-product h2 {
    color: #ffffff;
}

.jumis-landing-image {
    min-height: 511px;
    border-radius: 7px;
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
}

.orange-bg {
    background-color: var(--base-orange,#fb821d);
}

.purple-bg {
    background-color: var(--base-purple,#6b39b7);
}

.jumbotron.orange-bg h2 {
    color: #ffffff;
}

.jumbotron.orange-bg .btn-outline-white {
    width: 200px;
}

.step-by-step.migration a {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
}

.step-by-step.migration .step {
    width: 350px;
}

.superscript {
    vertical-align: super;
}

.black-tooltip-parent + .tooltip.in {
    opacity: 1;
}

.black-tooltip-parent + .tooltip .tooltip-inner {
    background-color: white;
    color: #2e353a;
    border: 2px #2e353a solid;

    max-width: 350px;
    min-width: 250px;
}

.black-tooltip-parent + .tooltip.top .tooltip-arrow {
    border-top-color: #2e353a;
}

.black-tooltip-parent + .tooltip.left .tooltip-arrow {
    border-left-color: #2e353a;
}

.black-tooltip-parent + .tooltip.right .tooltip-arrow {
    border-right-color: #2e353a;
}

.black-tooltip-parent + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2e353a;
}
