/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,700i,500,400,400i,300,100);
@import url(https://fonts.googleapis.com/css?family=Inter:700,700i,500,400,400i,300,100);

html {
    min-width: 320px;
}

body {
    font-family: "Inter", "Helvetica Neue", Arial;
    color: #555;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

    body.modal-open {
        overflow: hidden;
    }

.modal-backdrop.in {
    opacity: 0.8;
}

.center.slim {
    max-width: 760px;
}

.center.medium {
    max-width: 760px;
}


header {
    padding-top: 60px;
    padding-bottom: 10px;
}


h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
}

h2 {
    font-size: 36px;
    letter-spacing: -0.8px;
}

h3 {
    font-size: 24px;
    letter-spacing: -0.4px;
}

a, a:focus {
    color: #298ccd;
    transition: color ease 0.2s, background ease 0.2s, border-color ease 0.2s;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #216998;
    }

th[align=left] {
    text-align: left;
}

th[align=center] {
    text-align: center;
}

th[align=right] {
    text-align: right;
}



.right {
    float: right;
}

.left {
    float: left;
}

.align-left, .left-align {
    text-align: left;
}

.align-center, .center-align {
    text-align: center;
}

.align-right, .right-align {
    text-align: right;
}

.dimmed {
    color: #999;
}

.dimmed-o {
    opacity: 0.8;
}

.hidden-section,
.hidden-field {
    display: none;
}

.full, .full-width {
    width: 100%;
}

textarea {
    resize: vertical;
}

::selection {
    background: #000;
    color: #5abeff;
}

::-moz-selection {
    background: #000;
    color: #5abeff;
}

/*--- BOOTSTRAP FIX ---*/


/* No gutter class */
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
    outline: none !important;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.bootstrap-select > .btn {
    border-radius: 5px;
    line-height: 46px;
    border-width: 2px;
}

.bootstrap-select.btn-group .btn .caret {
    right: 20px;
}

.modal {
    color: #555;
}

.modal-header h4 {
    margin: 0px;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-content {
    border-width: 0px;
    overflow: hidden;
}

.modal-body-lg {
    padding: 30px;
}

.modal-body-xl {
    padding: 50px;
}

.modal-fullscreen .modal-backdrop {
    background: #298ccd;
    opacity: 1;
    color: #fff;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0px;
}

    .modal-fullscreen .modal-dialog .modal-content {
        background: none;
        border-radius: 0px;
        box-shadow: none;
        color: #fff;
        overflow: visible;
    }

.close-thin {
    margin: 8px 8px 0px 0px;
    width: 40px;
    height: 40px;
    background: url(/corporate/img/close.svg);
    background-size: 100%;
}

.bg-primary .close-thin {
    background-image: url(/corporate/img/close-white.svg);
}

.center {
    width: 1200px;
    margin: auto;
}

.small {
    font-size: 90%;
    font-weight: normal;
    line-height: 150%;
}




.icon-jumbo {
    font-size: 160px;
}

.label {
    position: relative;
    top: -2px;
}

.label-primary {
    background: #298ccd;
}

.label-success {
    background: #17bd80;
}

.label-light, a.label-light:focus {
    background: #eee;
    color: #555;
}

a.label-light:hover {
    background: #f5f5f5;
    color: #555;
}


.rounded {
    border-radius: 100px;
}


.text-primary {
    color: #298ccd !important;
}

.text-success {
    color: #17bd80 !important;
}

.text-warning {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

.text-muted {
    color: #999 !important;
}

.text-xmuted {
    color: #ddd !important;
}

.text-normal {
    font-weight: normal;
}

.text-semibold {
    font-weight: 600;
}

.text-o {
    opacity: 0.8;
}

.text-light, a.text-light:focus {
    color: #fff;
}

a.text-light.text-o:hover {
    color: #fff;
    opacity: 1;
}

.text-password {
    -webkit-text-security: disc;
}

.bg-default {
    background: #fff;
}

.bg-muted {
    background: #eee;
}

.bg-xmuted {
    background: #f7f7f7;
}


.bg-primary {
    background: #298ccd;
}

.bg-dark {
    background: #19303f;
}

.bg-clear {
    background: none;
}

.tooltip {
    font-family: inherit;
}

.tooltip-inner {
    padding: 10px;
    text-align: left;
    max-width: 300px;
    white-space: normal;
}

.popover {
    color: #555;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:focus::-webkit-input-placeholder {
    color: #ccc;
}

select.form-control {
    box-shadow: none;
    cursor: pointer;
}

.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning.form-control,
.has-warning {
    border-color: #f39696;
}


.required-checkbox-group.has-warning {
    border-left: 3px solid #f39696;
    padding-left: 15px;
}

.form-control.input-lg.has-warning {
    border-width: 2px;
    padding: 9px;
}

.form-control.has-warning:focus {
    box-shadow: 0 0 8px rgba(255, 174, 0, .6);
}

.panel-sm .panel-heading {
    padding: 5px 15px;
}

.panel-lg {
    padding: 50px;
    border-radius: 10px;
}

.panel-md {
    padding: 15px 25px;
}

.padding-lg {
    padding: 50px;
}

[data-toggle="collapse"] .fa-angle-up, [data-toggle="collapse"] .fa-angle-down {
    display: none;
}

[data-toggle="collapse"][aria-expanded=true] .fa-angle-up {
    display: inline;
}

[data-toggle="collapse"][aria-expanded=false] .fa-angle-down {
    display: inline;
}

.trans-modal {
    background: none;
    box-shadow: none;
}

label {
    font-weight: normal;
    cursor: pointer;
}

.form-group-md {
    margin-bottom: 20px;
}

.form-group-lg {
    margin-bottom: 20px;
}

.input-lg {
    border-radius: 4px;
    font-size: 17px;
    padding: 10px;
}

.input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn {
    height: 54px;
}

.input-group-lg > .input-group-addon {
    line-height: 1;
}




.form-control-feedback {
    display: none;
}

.has-feedback .form-control-feedback {
    display: inline-block;
}

.has-success .form-control {
    border-color: #aee0af;
    background: #fafff9;
    color: #17bd80;
    opacity: 1;
}

.has-warning .form-control-feedback {
    color: #ffae00;
    opacity: 1;
}

.has-success .form-control-feedback {
    color: #17bd80;
    opacity: 1;
}

/*.form-control {
    font-weight: normal;
}*/

.form-control.input-lg {
    font-weight: 300;
}

.has-success .input-group-addon {
    border-color: #aee0af;
    background: #e1f5d9;
}




.input-search {
    position: relative;
    margin-bottom: 25px;
}

    .input-search .fa-search {
        position: absolute;
        top: 14px;
        left: 15px;
        color: #bbb;
    }

    .input-search .clear-input {
        position: absolute;
        font-size: 34px;
        top: 1px;
        right: 8px;
    }

        .input-search .clear-input.hidden {
            display: none;
        }

    .input-search .form-control {
        padding-left: 42px;
        background: rgba(0,0,0,.05);
        /*border: none;*/
        box-shadow: none;
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).full {
        width: 100%;
    }

.btn-group-justified .btn {
    border-left-width: 0;
}

    .btn-group-justified .btn:first-child {
        border-left-width: 1px;
    }


.dropdown-menu.selectpicker > li > a {
    padding: 9px 20px;
}

.dropdown-menu.selectpicker > li.selected > a {
    background: #298ccd;
    color: #fff;
}


.dropdown-menu-lg {
    width: 660px;
    padding: 30px;
}

.dropdown-clubs .dropdown-menu {
    max-height: 300px;
    border-radius: 5px;
    overflow-y: auto;
}

.dropdown-clubs ul {
    padding: 0px;
}

    .dropdown-clubs ul > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .dropdown-clubs ul > li > a > img {
            width: 20px;
            margin-right: 10px;
            margin-top: -4px;
            margin-bottom: -1px;
        }

    .dropdown-clubs ul > li:not(:first-child) > a {
        border-top: 1px solid #eee;
    }

    .dropdown-clubs ul > li:first-child > a {
        border-radius: 4px 4px 0px 0px;
    }

    .dropdown-clubs ul > li:last-child > a {
        border-radius: 0px 0px 4px 4px;
    }

    .dropdown-clubs ul > li > a.list-group-item-info {
        color: #31708f;
        border: none;
    }

        .dropdown-clubs ul > li > a.list-group-item-info:hover {
            color: #31708f;
            background-color: #c4e3f3;
        }

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin: 4px 5px 0px 0px;
}

.input-group input {
    margin: 0px;
}

.table {
    border-bottom: 1px solid #ddd;
}

.table-default th {
    background: #f9f9f9;
}

.table-fixed {
    width: 100%;
    table-layout: fixed;
}

.table-lg {
    font-size: 18px;
}

.table.table-stats th, .table.table-stats td {
    vertical-align: middle;
    padding: 5px 0px;
}

.table-stats .alert {
    margin: 0px;
    padding: 5px 0px;
    border-radius: 0px;
    white-space: nowrap;
    color: #333;
    text-indent: 8px;
}

.table-borderless,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important
}


.header-alert {
    background: #206fa3;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

    .header-alert a {
        color: #fff;
        text-decoration: underline;
    }

        .header-alert a:hover {
            opacity: 0.6;
            text-decoration: none;
        }

    .header-alert .btn {
        border: none;
        text-decoration: none;
    }

        .header-alert .btn:hover {
            opacity: 1;
        }

.percent-bar {
    width: 100%;
}



.row-spacy {
    margin-left: -25px;
    margin-right: -25px;
}


    .row-spacy [class^=col-] {
        padding-left: 25px;
        padding-right: 25px;
    }

.row-spaceless {
    margin-left: 0px;
    margin-right: 0px;
}

    .row-spaceless > [class^=col-] {
        padding-left: 0px;
        padding-right: 0px;
    }

.row-slim {
    margin-left: -8px;
    margin-right: -8px;
}

    .row-slim [class^=col-] {
        padding-left: 8px;
        padding-right: 8px;
    }

.row-xs {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-xs [class^=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

.dropdown .links {
    margin: 10px 0px 25px;
    padding: 0px;
    list-style: none;
}

    .dropdown .links .label {
        top: 1px;
        padding: 4px 8px 3px;
    }

    .dropdown .links li a {
        display: block;
        padding: 7px 10px;
        position: relative;
        left: -10px;
        border-radius: 3px;
    }


        .dropdown .links li a:hover, .dropdown .links li a.active {
            background: #dfedf6;
        }

.dropdown-menu-arrow:before {
    position: absolute;
    top: -10px;
    left: 9px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu-arrow:after {
    position: absolute;
    top: -9px;
    left: 10px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}

.dropdown-menu-arrow.pull-right:before {
    left: auto;
    right: 26px;
}

.dropdown-menu-arrow.pull-right:after {
    left: auto;
    right: 27px;
}





#benefits .btn-tab-group .btn {
    font-size: 16px;
    padding: 0px 30px;
    line-height: 46px;
    margin-bottom: 7px;
}

    #benefits .btn-tab-group .btn.active {
        background: #298ccd;
        border-color: #298ccd;
        color: #fff;
        box-shadow: none;
        transform: none;
    }



.steps {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-top: 15px;
}

    .steps span {
        display: block;
        float: left;
        width: 10px;
        height: 20px;
        background: #eee;
        margin-top: 10px;
    }

        .steps span:first-child {
            height: 10px;
            margin: 20px 1px 0px 0px;
        }

        .steps span:last-child {
            height: 30px;
            margin: 0px 0px 0px 1px;
        }

    .steps .colored {
        background: #999;
    }

.btn.active .steps .colored {
    background: #298ccd;
}

/*--- BANNER ---*/
.banner {
    background: #298ccd;
    color: #fff;
    background-image: url(/corporate/img/banner-bg.jpg?1);
    background-size: cover;
}


    .banner h1 {
        font-size: 40px;
    }

    .banner h2 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .banner ul {
        list-style: none;
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .banner ul h2 {
            margin: 10px 0px;
        }


/*--- TOPPMENY --- */

.top-menu {
    background: #f2f2f2;
    overflow: hidden;
}

    .top-menu a {
        display: block;
        float: left;
        padding: 0px 12px;
        line-height: 40px;
        font-size: 12px;
        font-weight: 200;
        text-transform: uppercase;
        color: #999;
    }

        .top-menu a:hover {
            background: #f7f7f7;
        }

    .top-menu form {
        float: right;
    }

/*--- HEADER --- */


.sub-menu {
    font-size: 16px;
}

    .sub-menu a .fa-angle-right,
    .sub-menu a .fa-angle-down {
        float: right;
        margin-top: 2px;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.pagination .active a {
    background: #298ccd;
    border-color: #298ccd;
}

.list-group-clean .list-group-item.list-group-item-sub {
    font-size: 13px;
    padding-left: 30px;
}

a.list-group-item:focus {
    background: transparent;
}

a.list-group-item:active {
    background: #eee;
}

.list-group-lg .list-group-item {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 500;
}

    .list-group-lg .list-group-item[aria-expanded="true"] {
        font-weight: 500;
        color: #298ccd;
        background-color: #FFF;
    }

    .list-group-lg .list-group-item:focus, .list-group-lg .list-group-item:hover {
        background-color: #FFF;
    }

.list-group-lg .panel-body {
    padding: 25px 20px 30px;
    font-size: 18px;
}


.collapse-group .panel-body {
    border-top: 1px solid #fff;
    padding-top: 5px;
    background: #FFF;
}

    .collapse-group .panel-body:last-child {
        border-radius: 0px 0px 3px 3px;
    }

.list-group-lg .list-group-item .pull-right .fa-angle-up, .list-group-lg .list-group-item .pull-right .fa-angle-down {
    font-size: 30px;
}

.panel .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
    border-bottom: none;
}

    .panel .list-group .list-group-item:last-child {
        border-width: 1px 0 0;
        border-bottom: 1px solid;
    }

.panel .list-group {
    margin-bottom: 1px;
}

.panel-body-lg {
    padding: 50px;
}

.panel-body p:last-child {
    margin-bottom: 0px;
}

.panel .list-group-item {
    background: transparent;
}

.template-format p, .template-format ol, .template-format ul {
    line-height: 150%;
}

.template-format p {
    margin-bottom: 0px;
}

.template-format ol, .template-format ul {
    margin: 10px 0px;
}


    .template-format ul li {
        list-style: square;
    }

.video-player {
    height: 500px;
}



/*--- OWL CAROUSEL ---*/

.owl-carousel .item {
    position: relative;
    overflow: hidden;
}

    .owl-carousel .item .item-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .owl-carousel .item .item-text {
        background: #222;
        position: absolute;
        margin-top: -50px;
        padding: 15px 0px;
        width: 100%;
        color: #fff;
        text-align: center;
        border-radius: 0px 0px 5px 5px;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #298ccd;
}

.owl-theme .owl-controls .owl-dots span {
    margin: 4px;
    background: #ddd;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    padding: 0px;
    background: none;
    color: #888;
    font-size: 50px;
    top: 50%;
    margin-top: -60px;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: none;
        color: #298ccd;
    }

.owl-theme .owl-controls .owl-prev {
    left: -55px;
}

.owl-theme .owl-controls .owl-next {
    right: -55px;
}


.owl-carousel-nav {
    width: 80%;
    margin: auto;
}








.dropdown-menu {
    font-size: 16px;
}



/*--- FEATURES ---*/
.features-icons {
    padding: 30px 0px;
}

    .features-icons .fa, .features-icons [class^=pe-7s] {
        font-size: 50px;
        margin-top: 10px;
    }

    .features-icons h1 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
    }

    .features-icons p {
        color: #888;
    }








.hand-app {
    position: relative;
    margin-top: -140px;
    right: -80px;
    width: 110%;
}

.blob {
    position: absolute;
    right: 10px;
    top: 10px;
}



.blog-posts {
    list-style: none;
    padding: 0px;
}

    .blog-posts li {
        margin-bottom: 1px;
    }

        .blog-posts li a {
            display: block;
            padding: 10px 20px;
            background: rgba(255,255,255,0.05);
            color: #fff;
            border-radius: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .blog-posts li a:hover {
                background: rgba(255,255,255,0.1);
            }

            .blog-posts li a:active {
                background: rgba(0,0,0,0.1);
            }

            .blog-posts li a .date {
                display: inline-block;
                width: 60px;
                color: #9faeb7;
            }

            .blog-posts li a .fa-angle-right {
                color: #9faeb7;
                position: relative;
                top: 3px;
            }



.corporate.bg-light {
    background: #f5f5f5;
}



.section .notes {
    width: 520px;
    margin: auto;
    margin-top: 50px;
}

    .section .notes p {
        font-size: 16px;
    }

.section-md .center {
    max-width: 1000px;
}

.section-sm .center {
    max-width: 760px;
}

.section-xs .center {
    width: 600px;
}


.section-tab-group .center {
    width: 780px;
}

#functions {
    background-color: #f5f5f5;
    padding: 30px 0px;
}


#benefits {
    padding-bottom: 120px;
}

    #benefits.section-md .center,
    #functions .section-md .center {
        max-width: 1070px;
    }



.section-expander {
    text-align: center;
    top: -100px;
    height: 0px;
    position: relative;
}

    .section-expander .btn {
        min-width: 240px;
        z-index: 2;
    }

.panel-primary-dark {
    background: #298ccd;
    border-width: 0px;
    color: #fff;
    padding: 20px;
}

.panel-number h4 {
    font-size: 50px;
    margin: 0px;
    letter-spacing: -1px;
    color: inherit;
}

.content {
    padding: 40px 0px;
    min-height: 700px;
}

/*.content h1 {
        margin: 0px 0px 10px 0px;
        font-size: 30px;
        letter-spacing: -0.6px;
    }*/

.list-group-item .fa {
    opacity: 0.5;
}

    .list-group-item .fa.fa-check.text-success {
        opacity: 1;
    }

.list-group-item:hover .fa, .list-group-item.active .fa {
    opacity: 1;
}

.section-dark .list-group-clean .list-group-item,
.section-dark-img .list-group-clean .list-group-item {
    color: #eee;
}

    .section-dark .list-group-clean .list-group-item:hover,
    .section-dark-img .list-group-clean .list-group-item:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

.list-group-clean .list-group-item.active,
.list-group-clean .list-group-item.active:hover {
    border: none;
    background: #298ccd;
    color: #fff;
}

.narrow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.progress.progress-slim {
    height: 5px;
}

.ol-lg li {
    margin-bottom: 20px;
}

body.bg-success {
    background: #17bd80;
}

.signup {
    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s
}

    .signup p.text-uppercase {
        margin-bottom: 5px;
    }

    .signup h2 {
        font-size: 34px;
        margin: 0px 0px 15px;
    }

    .signup .well {
        padding: 15px;
    }

        .signup .well hr {
            border-top: 1px solid #ddd;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .signup .section div:not(.input-group) > .form-control {
        border-radius: 4px;
    }

    .signup .section .form-control, .signup .section .input-group-addon {
        min-height: 44px;
    }

    .signup .btn-page-type.active:hover {
        color: #fff;
    }

    .signup .btn.next {
        font-size: 15px;
    }

    .signup .btn-page-type.active {
        background-color: #298ccd;
        color: #fff;
        border-color: #298ccd;
    }

    .signup .btn-page-type {
        border: 2px solid #ccc;
        border-radius: 4px;
        line-height: 70px;
        font-size: 16px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .signup a.btn-page-type {
        color: #999;
    }

        .signup a.btn-page-type:hover {
            color: #298ccd;
            border-color: #298ccd;
        }

    .signup .btn-default {
        color: #298ccd;
        /*border-color: transparent;*/
    }

    .signup .progress {
        background: rgba(255,255,255,0.2);
        box-shadow: none;
    }

    .signup .progress-bar-warning {
        background: #f5cf3c;
        box-shadow: none;
    }

    .signup .form-control-feedback {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

        .signup .form-control-feedback .loader {
            margin-top: 11px;
            width: 20px;
            height: 20px;
        }

    .signup .steps-slider .item {
        position: relative;
        width: 100%;
        opacity: 0;
        /*transform: translateX(50%);*/
        /*transition: transform cubic-bezier(.87,-.41,.19,1.44) 0.5s, opacity ease-out 0.2s;*/
        /*z-index: -1;*/
        height: 0;
        overflow: hidden;
    }

        .signup .steps-slider .item.active {
            opacity: 1;
            /*z-index: 1;
	transform: translateX(0);*/
            height: auto;
            overflow: visible;
        }

        .signup .steps-slider .item.completed {
            /*transform: translateX(-50%);*/
        }

    .signup .lead {
        font-size: 22px;
        font-weight: normal;
    }

    .signup a:hover u {
        text-decoration: none;
    }

.input-group-clear .form-control {
    border-color: transparent;
    box-shadow: none;
}

.input-group-clear .input-group-btn:last-child > .btn {
    margin-left: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
    .signup #searchInput {
        font-size: 15px;
    }
}

.signup #searchInput {
    padding: 10px;
}

.input-group-addon.clubmark-addon {
    border: none;
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    width: 35px;
    text-align: right;
}

    .input-group-addon.clubmark-addon img {
        width: 20px;
    }

.loader {
    display: inline-block;
    border: 1px solid #f3f3f3;
    border-top: 1px solid #298ccd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.6s linear infinite;
}

.stats {
    width: 80%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.check-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.function-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px 40px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
}


@media screen and (max-width: 767px) {
    .check-list {
        text-align:center;
    }

    .function-container {
        padding: 20px 20px 35px;
    }
}


        .check-list li {
            position: relative;
            padding-left: 0px;
            margin-bottom: 14px;
        }

        .check-list.app-list li {
            margin-bottom: 8px;
        }


        .check-list li:before {
            font-family: "Font Awesome 6 Pro";
            content: '\f00c';
            /*color: #17bd80;*/
            font-size: 22px;
            font-weight: 600;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -10px;
            line-height: 1;
            display: none;
        }




        .check-list.app-list li:before {
            color: #b8f8e0;
        }


        .check-list p {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 17px;
        }

    .check-list-subtitle li {
        overflow: hidden;
        padding-left: 60px;
        margin-bottom: 25px;
    }

        .check-list-subtitle li:before {
            font-size: 50px;
            margin-top: -25px;
        }

    .check-list-subtitle h4 {
        font-weight: 600;
        letter-spacing: -0.02em;
        margin: 5px 0px 2px 0px;
    }

    .check-list-subtitle p {
        white-space: normal;
        margin: 5px 0 0;
    }

    /*					      	{ TEXT STYLES ***************************************************/

    .highlight ul {
        list-style-type: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 5px;
        font-weight: normal;
    }

    .highlight li {
        background-image: url(/corporate/img/icon_li_check.gif);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 20px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .highlight h5 {
        margin-bottom: 20px;
    }



    /*--- PARTNERS ---*/

    /*.partners {
    padding: 40px 0px;
    text-align: center;
    color: #fff;
}*/

    .title-underline {
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
    }

        .title-underline:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            display: block;
            margin-top: 12px;
            height: 20px;
            border: 1px solid rgba(0,0,0,0.1);
        }

        .title-underline h4 {
            font-size: 14.5px;
            display: inline-block;
            padding: 0px 20px;
            margin: 0px;
            position: relative;
            z-index: 100;
            background: #fff;
        }

    .bg-dark .title-underline h4 {
        color: #606f79;
    }

    .bg-primary .title-underline h4 {
        color: #fff;
    }

    .bg-dark .title-underline h4 {
        background: #19303f;
    }

    .bg-primary .title-underline h4 {
        background: #298ccd;
    }

    .bg-dark .title-underline:before,
    .bg-primary .title-underline:before {
        border: 1px solid rgba(255,255,255,0.1);
    }

    .section-partners .row {
        margin: 10px auto;
    }

    .section-partners a {
        display: block;
        /*padding: 0px 15px;*/
    }

        .section-partners a img {
            transition: none;
            max-width: 100%;
        }

        .section-partners a:hover img {
            opacity: 1;
        }



    /*--- FOOTER ---*/

    .footer {
        background: #19303f;
        color: #8896a0;
        padding-top: 70px;
        font-size: 16px;
    }


        .footer .row:before {
            display: table;
            content: " ";
        }


        .footer .col {
            float: left;
            width: 20%;
            padding: 0px 20px;
            line-height: 24px;
            position: relative;
            min-height: 1px;
        }

        .footer h6 {
            line-height: 24px;
            font-weight: bold;
            font-size: 16px;
            color: #eee;
            /*text-transform: uppercase;*/
            margin: 0px 0px 5px 0px;
        }

        .footer ul {
            list-style: none;
            padding: 0px;
        }

            .footer ul li {
                padding: 2px 0px;
            }

        .footer a {
            color: #8896a0;
        }

            .footer a:hover {
                color: #fff;
            }

        .footer .logo img {
            width: 240px;
        }

        .footer .divider {
            padding: 0px 0px 0px 40px;
            border-left: 1px solid rgba(255,255,255,0.1);
        }

    .footer-footer {
        background: rgba(0,0,0,0.1);
        padding: 30px 0px 15px 0px;
        margin-top: 30px;
    }

    .footer .ad-note {
        margin-top: 10px;
        opacity: 0.7;
    }

    .social-media {
        display: block;
        margin-top: 20px;
    }

    .btn-icon {
        padding: 0px;
        width: 40px;
    }

        .btn-icon.btn-lg {
            width: 50px;
            font-size: 18px;
        }

    .social-media a {
        display: inline-block;
        background: rgba(255,255,255,0.1);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        border-radius: 100px;
        margin: 0px 4px 5px 0px;
    }


        .social-media a:hover {
            background: rgba(255,255,255,0.2);
        }




    #import_btn {
        display: block;
        width: 984px;
        height: 70px;
        background: url(/corporate/img/btn_import.png?ver1);
    }

        #import_btn:hover {
            background-position: 0 -70px;
        }

        #import_btn:active {
            background-position: 0 -140px;
        }

    .data-list .fa-check {
        font-size: 16px;
    }


    /*							{ LOK ***************************************************/

    .lok {
        text-align: center;
    }

        .lok .fa-chevron-down {
            display: block;
            font-size: 40px;
        }

    .lok-doc {
        display: block;
        padding: 18px 0px;
        width: 113px;
        border: 1px solid #bababa;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
        margin: 9px auto;
        background: url(/corporate/img/lok/lok-doc.jpg);
    }

    .panel .lok-doc img {
        width: auto;
    }

    .lok-video-player {
        height: 382px;
        width: 100%;
    }



    .inquiry-content h2 {
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
    }

    .inquiry-content img {
        margin: 25px 0px;
    }

    .inquiry-content .title-underline {
        margin-bottom: 30px;
    }

    .inquiry-form textarea {
        resize: none;
    }

    /* --- LIVESÄNDING --- */

    .streaming .solidtango-slider img {
        display: block;
        width: 600px;
        margin: auto;
    }

    .streaming .clubs img {
        margin: 5px 0px;
    }

    .streaming .clubs a {
        display: block;
        font-size: 13px;
        padding: 10px 0px;
    }

        .streaming .clubs a:hover {
            background: #eee;
            border-radius: 4px;
        }

    .streaming .pricing .price-box {
        background: #f2f2f2;
        border-radius: 4px;
        text-align: center;
        min-height: 200px;
    }

        .streaming .pricing .price-box p {
            margin: 0;
            padding: 0;
        }

        .streaming .pricing .price-box .price-box-title {
            background: indigo;
            border-radius: 4px 4px 0px 0px;
        }

            .streaming .pricing .price-box .price-box-title.green {
                background: #56ad56;
            }

            .streaming .pricing .price-box .price-box-title h6 {
                padding: 10px 0px;
                color: #fff;
                margin: 0;
            }

        .streaming .pricing .price-box .price-box-price {
            background: #e2e2e2;
            padding: 15px 0px;
            font-size: 24px;
            border-top: 0px;
            border-bottom: 0px;
        }

        .streaming .pricing .price-box .price-box-features {
            padding: 10px 0px;
            border-radius: 0px 0px 4px 4px;
            border-top: 0px;
            font-size: 12px;
        }

            .streaming .pricing .price-box .price-box-features p {
                line-height: 22px;
            }

        .streaming .pricing .price-box hr {
            display: block;
            margin: 8px 10px;
            border: none;
            background: #ddd;
        }

    .streaming .functions {
        background: #f2f2f2;
        border-radius: 4px;
        margin: 20px 0px 50px 0px;
        padding: 20px;
    }

        .streaming .functions ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .streaming .functions ul li {
                line-height: 40px;
            }

                .streaming .functions ul li .fa {
                    background: #4b0082;
                    color: #fff;
                    width: 30px;
                    text-align: center;
                    padding: 8px 0px;
                    border-radius: 100px;
                    margin-right: 5px;
                }



    .howWeWork1 {
        float: left;
        width: 20px;
        font-size: 14px;
        line-height: 21px;
        margin-left: 20px;
    }

    .howWeWork2 {
        float: left;
        width: 280px;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }

    .howWeWork3 {
        float: left;
        width: 420px;
        height: 85px;
        font-size: 14px;
        line-height: 21px;
    }

    .panel-heading-sm {
        padding: 5px 10px;
        font-size: 12px;
    }

    .panel .table-striped th {
        line-height: 30px;
    }

    .panel .table-striped td {
        line-height: 40px;
    }

    a:hover .panel-default {
        border: 1px solid #298ccd;
    }

    .d-hidden {
        display: none;
    }




    .logo-title {
        margin-left: 15px;
        font-weight: 300;
        margin-left: 5px;
        font-size: 28px;
        display: inline;
        position: relative;
        top: 4px;
    }


    .table.table-collapse > tbody > tr > td {
        padding: 10px;
    }

    .table-collapse .fa-check {
        width: 25px;
    }

    .table-collapse tbody tr:hover {
        cursor: pointer;
    }

    .table-collapse .function-text {
        display: none;
        padding: 10px 25px;
        font-size: 14px;
        color: #777;
    }



    /* 4-col layout on contacts page. */
    #contact-info {
        border-bottom: 1px solid #eee;
    }

        /*#contact-info div {
        position: relative;
    }*/

        #contact-info .contact-box {
            background-color: #298ccd15;
            padding: 30px 30px 35px;
            border-radius: 15px;
        }

            #contact-info .contact-box.green {
                background-color: #17bd8015;
            }

            #contact-info.contact-box.yellow {
                background-color: #f5cf3e15;
            }

            #contact-info.contact-box h4 {
                font-size: 22px;
                margin-top: 5px;
            }



        #contact-info p {
            min-height: 60px;
            margin-top: 10px;
            line-height: 1.5em;
        }

        #contact-info figure i {
            background: #298ccd;
            color: #fff;
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 59px;
            border-radius: 50%;
            font-size: 32px;
            margin-bottom: 10px;
        }

    .contact .card {
        margin-bottom: 50px;
        font-size: 16px;
    }

        .contact .card .photo {
            width: 240px;
            margin: 0px 0px 10px 0px;
            /*border: 1px solid #ddd;*/
        }

        .contact .card.empty .photo {
            display: inline-block;
            border: 3px dashed #ddd;
            height: 194px;
            width: 194px;
        }

    .icon-heading h3 {
        font-weight: 600;
        letter-spacing: -1px;
        margin: 10px 0px 30px;
        text-align: center;
    }

        /*.icon-heading h3 i[class^="pe-"] {
        font-size: 36px;
        color: #298ccd;
        position: relative;
        bottom: -8px;
        margin-right: 8px;
    }*/

        .icon-heading h3 i[class^="fa-"] {
            font-size: 40px;
            position: relative;
            margin-bottom: 15px;
        }


    .icon-heading .btn {
        margin-top: 5px;
    }

    .functions-list {
        border-top: 1px solid #eee;
    }

    .question {
        display: none;
    }

        .question.in {
            display: block;
        }

        .question .question-icon {
            display: none;
        }


    .section.get-started {
        padding: 130px 0px;
    }

    .signup .close {
        font-size: 50px;
        margin-top: -15px;
    }

    .signup .close {
        font-size: 30px;
        margin-top: -10px;
    }


    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes dropHeader {
        0% {
            transform: translateY(-80px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @media screen and (min-width: 1050px) {

        .modal-lg {
            width: 1000px;
        }
    }



    @media screen and (min-width: 992px) {
        .row-flex {
            display: flex;
            align-items: center;
        }

            .row-flex [class^=col-] {
                flex: 1;
            }
    }



    @media print, (min-width: 768px) {


        .article-group .article {
            font-size: 18px;
        }

        /* Frågor & svar */
        .question .question-icon {
            display: block;
            float: left;
            font-size: 30px;
            width: 45px;
            position: relative;
            top: -3px;
        }

        .question .panel-body {
            padding-left: 25px;
            padding-right: 45px;
        }


        .article-group .article {
            display: flex;
            align-items: center;
            margin-left: -15px;
            margin-right: -15px;
        }

            .article-group .article .col-md-6 {
                flex: 1;
                padding-left: 25px;
                padding-right: 25px;
            }

        .article-group .section.section-alternate-2 .col-md-6:first-child {
            order: 2;
        }

        .lead {
            font-size: 19px;
        }
    }




    @media screen and (min-width: 768px) {
        .show-in-mobile, .only-mobile {
            display: none;
        }


        .list-group-lg .list-group-item {
            padding: 20px 25px;
        }
    }
