/*@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);

html {
    min-width: 320px;
}

body {
    font-family: "Roboto", "Helvetica Neue", Arial;
    color: #555;
    font-size: 17px;
    font-weight: 400;
}

    body.modal-open {
        overflow: hidden;
    }

.modal-backdrop.in {
    opacity: 0.8;
}


h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
}

h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
}

h3 {
    font-size: 20px;
}

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;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 100px;
}

.btn-squared {
    border-radius: 3px;
}

    .btn-squared.btn-lg {
        border-radius: 4px;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
}

.small {
    font-size: 90%;
    font-weight: normal;
    line-height: 150%;
}

.btn-sm {
    line-height: 36px;
}

.btn-lg {
    line-height: 50px;
    font-size: 14px;
    padding: 0px 30px;
}

.btn-default.btn-lg {
    line-height: 46px;
}

.btn-default {
    background-color: #fff;
    color: #999;
    border: 2px solid #eee;
    line-height: 36px;
}

    .btn-default:focus, .btn-default {
        background: #fff;
        border-color: #eee;
        color: #999;
    }

        .btn-default:hover {
            background: #fff;
            color: #999;
            border-color: #ccc;
        }

        .btn-default:active {
            background-color: #f2f2f2;
            background: linear-gradient(#f7f7f7,#fff);
            box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
        }

.btn-primary-clear, .btn-primary-clear:focus {
    background-color: #fff;
    color: #298ccd;
    border: 2px solid #69aedc;
}

    .btn-primary-clear:hover {
        background: #298ccd;
        color: #fff;
        border-color: #298ccd;
    }

    .btn-primary-clear:active {
        box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
    }

.btn-default.btn-sm {
    line-height: 30px;
    font-weight: normal;
    font-size: 80%;
}

[data-toggle=buttons] .btn {
    text-align: left;
    padding: 0px 10px;
}

    [data-toggle=buttons] .btn.active {
        background: #298ccd;
        color: #fff;
        border-color: #298ccd;
        box-shadow: none;
    }

    [data-toggle=buttons] .btn .fa-check-square-o {
        display: none;
    }

    [data-toggle=buttons] .btn.active .fa-square-o {
        display: none;
    }

    [data-toggle=buttons] .btn.active .fa-check-square-o {
        display: inline-block;
    }

.btn-app {
    display: block;
    text-align: center;
    background: #000;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

    .btn-app img {
        max-width: 100%;
        max-height: 40px
    }

.btn-group-lg .btn-lg {
    padding: 20px 16px;
}

.btn-primary, .btn-primary:link, .btn-primary:focus {
    color: #fff;
    background: #298ccd;
    border-color: #298ccd;
}

    .btn-primary:hover {
        background: #3e96d2;
        border-color: #3e96d2;
    }

    .btn-primary:active {
        background-color: #286090;
        border-color: #204d74;
    }

.btn-primary-o, .btn-primary-o:link, .btn-primary-o:focus {
    color: #fff;
    background: none;
    border: 2px solid rgba(255,255,255,0.2);
    line-height: 36px;
}

    .btn-primary-o.btn-lg {
        line-height: 46px;
    }

    .btn-primary-o:hover {
        color: #fff;
        border-color: #fff;
    }

.btn.btn-success {
    background: #17bd80;
    border-color: #17bd80;
}

    .btn.btn-success:hover {
        background: #1dd08e;
        border-color: #1dd08e;
    }

.btn.btn-dark {
    color: #eee;
    background: #222;
}

    .btn.btn-dark:hover {
        color: #fff;
        background: #111;
    }

.btn-full {
    width: 100%;
}

.btn-dropdown {
    text-align: left;
    width: 240px;
}

    .btn-dropdown .fa-caret-down {
        line-height: 36px;
    }

.btn-lg.btn-dropdown .fa-caret-down {
    line-height: 46px;
}

.btn-multirow {
    line-height: 1;
    padding: 15px;
    text-transform: none;
    font-weight: normal;
    border-radius: 4px;
}

    .btn-multirow .text-o {
        opacity: 0.6;
    }

.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;
}

.text-light, a.text-light:focus {
    color: #fff;
}

.text-success {
    color: #17bd80;
}

.text-warning {
    color: #ec971f;
}

.text-danger {
    color: #d9534f;
}

.text-muted {
    color: #999;
}

.text-xmuted {
    color: #ddd;
}

.text-normal {
    font-weight: normal;
}

.text-semibold {
    font-weight: 600;
}

.text-o {
    opacity: 0.8;
}

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 .input-group-addon {
    border-color: #ffae00;
}

.has-warning .input-group-addon {
    background: #fff3da;
    color: #cd8c00;
}

.required-checkbox-group.has-warning {
    border-left: 3px solid #ffae00;
    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;
}

.has-warning .form-control-feedback {
    color: #ffae00;
}

.has-success .form-control-feedback {
    color: #17bd80;
}

.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.selected > a {
    background: #298ccd;
    color: #fff;
}

.dropdown-menu-lg {
    width: 500px;
    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;
    padding: 0px;
    list-style: none;
}

    .dropdown .links .label {
        top: 1px;
        padding: 4px 8px 3px;
    }

    .dropdown .links li a {
        display: block;
        padding: 5px 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;
}





.btn-tab-group .btn {
    margin: 0px 4px 10px 4px;
}

    .btn-tab-group .btn.active {
        background: #298ccd;
        border-color: #298ccd;
        color: #fff;
        box-shadow: none;
        transform: none;
    }

/*--- PRISER ---*/

.pricing.panel-group {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pricing .panel {
    padding: 20px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    position: relative;
}

    .pricing .panel table {
        width: 100%;
    }

        .pricing .panel table td:first-child {
            width: 60px;
        }

        .pricing .panel table td:last-child {
            width: 140px;
        }

    .pricing .panel [class^="pe-7s-"] {
        color: #298ccd;
        font-size: 60px;
        margin-right: 20px;
    }

    .pricing .panel h1 {
        font-size: 20px;
        margin: 0px;
    }

    .pricing .panel .price {
        font-size: 26px;
    }

    .pricing .panel p {
        margin: 0px;
    }

.pricing .form-control {
    color: #888;
    border: 2px solid #ddd;
}

    .pricing .form-control:focus {
        border-color: #298ccd;
    }

.pricing .well {
    margin-top: 20px;
}

    .pricing .well h4 {
        margin-bottom: 20px;
    }

    .pricing .well hr {
        border-color: #ddd;
    }

.pricing .total.panel {
    padding: 30px 0px 0px 0px;
    margin-top: 30px;
    background: #eee;
    border-radius: 5px;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.02);
}

    .pricing .total.panel .form-group {
        margin-bottom: 30px;
    }

.pricing .total h4 {
    font-size: 34px;
    margin: 0px 0px 10px 0px;
}

.pricing .total .total-footer {
    background: #e7e7e7;
    padding: 20px;
}

    .pricing .total .total-footer input {
        display: inline-block;
        width: 60px;
        border-width: 1px;
        margin: 0px 5px;
        padding: 5px 0px;
    }

    .pricing .total .total-footer .label-success {
        display: inline-block;
        padding: 5px 10px;
        margin: 0px 5px;
        min-width: 100px;
        font-size: 17px;
        line-height: inherit;
        top: 0px;
    }

.pricing .panel .mobile-edit {
    display: none;
    overflow: hidden;
}

    .pricing .panel .mobile-edit hr {
        margin: 10px 0px;
    }

.packages .btn {
    width: 100%;
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
    line-height: initial;
    padding: 10px 0px;
    border-color: #ddd;
    position: relative;
}

    .packages .btn:hover {
        border-color: #ccc;
    }

    .packages .btn .fa-check {
        position: absolute;
        left: 20px;
        top: 15px;
        font-size: 24px;
        display: none;
    }

    .packages .btn.active {
        border-color: #298ccd;
        background: #fff;
        color: #298ccd;
        box-shadow: none;
    }

        .packages .btn.active .fa-check {
            display: block;
        }

    .packages .btn hr {
        margin: 25px 0px 5px 0px;
    }

.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;
}

    .banner .header {
        background: none;
    }

    .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: 20px;
    }



        .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 --- */

.header {
    background: #298ccd;
    min-height: 100px;
}


    .header .header-logo, .header .logo {
        line-height: 100px;
    }

        .header-logo img, .header .logo img {
            width: 240px;
        }

    .header .menu {
        float: right;
        margin-top: 30px;
    }

        .header .menu ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .header .menu ul li {
                float: left;
            }

        .header .menu .link {
            display: block;
            color: #fff;
            padding: 0px 15px;
            margin-right: 2px;
            font-size: 16px;
            font-weight: 500;
            /*text-transform: uppercase;*/
            line-height: 36px;
            border-radius: 100px;
            border: 2px solid transparent;
            transition: none;
            letter-spacing: 0.2px;
        }

            .header .menu .link:hover {
                background: rgba(255,255,255,0.1);
                transition: background ease 0.2s;
            }

            .header .menu .link:active {
                background: rgba(0,0,0,0.1);
                transition: background ease 0.2s;
            }

            .header .menu .link.active {
                border: 2px solid rgba(255,255,255,0.2);
            }

        .header .menu .open .link, .header .menu .open .link:hover {
            background: rgba(0,0,0,0.1);
            border-color: transparent;
        }

        .header .menu .link .fa-search, .header .menu .link .fa-home {
            font-size: 20px;
            position: relative;
            top: 1px;
        }

        .header .menu .btn {
            margin-left: 10px;
            width: 150px;
        }

    .header .menu-toggle {
        display: none;
        float: right;
        color: #fff;
        font-size: 24px;
        /*margin: 10px 20px 0px 0px;*/
    }

    .header .menu .menu-toggle ul.dropdown-menu {
        right: 0px;
        left: auto;
        width: 210px;
    }

    .header .menu ul.dropdown-menu-arrow {
        padding: 10px 0px;
        width: 210px;
    }

    .header .menu .dropdown-menu li {
        float: none;
        font-size: 15px;
    }

.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #555;
    font-weight: 400;
}

.header .dropdown-menu > li.active a {
    color: #555;
    background: #eee;
}

.header .dropdown-menu > li.small > a {
    padding: 6px 20px;
}

.header .dropdown-menu > li > a .fa {
    margin-right: 5px;
}

.header .dropdown-menu > li > a .fa-external-link {
    color: #ccc;
    margin: 4px 0px 0px 0px;
}

.header .dropdown-menu-arrow:before {
    left: 13px;
}

.header .dropdown-menu-arrow:after {
    left: 14px;
}

.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 25px;
    font-size: 18px;
    font-weight: 600;
}

.list-group-lg .panel-body {
    padding: 25px 20px 30px;
}

.collapse-group .panel-body {
    border-top: 1px solid #ddd;
    background: #f9f9f9;
}

    .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;
}

    .panel .list-group .list-group-item:last-child {
        border-width: 1px 0 0;
    }

.panel .list-group {
    margin-bottom: 0;
}

.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;
}




/*--- HERO ---*/

.hero-primary {
    clear: both;
    color: #fff;
    padding: 40px 0px 0px 0px;
}

    .hero-primary .headline {
        font-size: 60px;
        line-height: 1;
        font-weight: 100;
        letter-spacing: -1px;
        display: inline-block;
        color: #fff;
        font-family: "Open Sans", sans-serif;
    }

    .hero-primary h1 {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0px;
        margin: 15px 0px 0px 0px;
        opacity: 0.8;
    }

.hero .svelag-btn {
    margin: 30px 5px 10px 5px;
    font-size: 16px;
}

.hero-default {
    padding: 40px 0px 80px 0px;
}

    .hero-default .btn {
        margin-right: 5px;
    }

.hero-devices {
    position: relative;
}

    /* AWARD BADGES */
    .hero-devices .award-badge {
        position: absolute;
        top: -5px;
        left: 66%;
        z-index: 100;
    }

        .hero-devices .award-badge.award-badge-2 {
            left: 77%;
            z-index: 99;
        }



.hero .check-list li {
    color: inherit;
}

/*--- 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;
    }

/*--- SECTIONS ---*/

.section {
    padding: 60px 0px;
}

.section-slim {
    padding: 50px 0px;
}

.section-xslim {
    padding: 30px 0px;
}

.section-header {
    padding-bottom: 30px;
}

    .section-header h1, .section-header h2 {
        text-transform: uppercase;
        margin: 0px 0px 10px 0px;
        font-size: 30px;
    }

    .section-header p {
        color: #888;
    }

.get-started .section-header {
    padding: 0px;
    font-size: 19px;
}

.get-started .svelag-btn {
    margin: 10px 5px 0px 5px;
}



.section-dark .section-header p {
    color: #9faeb7;
}

.section .article h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    letter-spacing: -1px;
}

.section .article p {
    color: #888;
}

.section .article .thumbnail {
    margin: 0px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.section-light {
    background: #f5f5f5;
}

.section-light2 {
    background: #e4e4e4;
}


.section-light .list-group-clean .list-group-item:hover {
    background: #fff;
}

.section-gradient {
    background: linear-gradient(#f7f7f7, #fff);
}

.section-primary {
    background: #298ccd;
    color: #fff;
}

    .section-primary .section-header p {
        color: #caeaff;
    }

.section-dark {
    background: #235271;
    color: #fff;
}

    .section-dark .graph {
        padding: 20px 20px 25px;
        margin-top: 20px;
        background: rgba(255,255,255,0.05);
        border-radius: 5px;
    }

        .section-dark .graph img {
            width: 100%;
        }

.section-image {
    background: #376130 url(/corporate/img/field-bg.jpg) center;
    background-size: cover;
    color: #fff;
}

    .section-image.section .article p, .section-image.section .article b, .section-image .section-header p {
        color: #fff;
    }

.hand-app {
    position: relative;
    margin-top: -140px;
    right: -80px;
    width: 110%;
}

.blob {
    position: absolute;
    right: 10px;
    top: 10px;
}

.section-dark p {
    color: #889ca9;
}

.blog-posts {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

    .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;
            }

.section-top-filter {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .section-top-filter h1 {
        margin: 10px 0px 0px 0px;
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .section-top-filter .dropdown {
        float: right;
    }

.section .notes {
    width: 520px;
    margin: auto;
    margin-top: 50px;
}

    .section .notes p {
        font-size: 16px;
    }

.section-md .center {
    width: 980px;
}

.section-sm .center {
    width: 700px;
}

.section-tab-group .center {
    width: 780px;
}

.section-xs .center {
    width: 600px;
}

.section-expander {
    background: linear-gradient(#fff,#fafafa);
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}

    .section-expander .btn {
        position: relative;
        bottom: -25px;
        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: 50px 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;
}

.counters {
    padding: 50px 0px 40px 0px;
    border-top: 1px solid #EEE;
}

    .counters h3 {
        font-size: 50px;
        font-weight: normal;
        margin: 0px;
    }

    .counters p {
        font-size: 16px;
        font-weight: 400;
        color: #888;
    }

    .counters .panel {
        background: none;
        box-shadow: none;
    }

        .counters .panel p {
            line-height: 25px;
            margin: 0px;
        }

.check-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .check-list li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .check-list.app-list li {
        margin-bottom: 12px;
    }


    .check-list li:before {
        font-family: "Pe-icon-7-stroke";
        content: '\e66c';
        color: #17bd80;
        font-size: 30px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -15px;
        line-height: 1;
    }

    .check-list.app-list li:before {
        color: #b8f8e0;
    }


    .check-list p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.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 {
}

    .highlight ul {
        list-style-type: none;
        padding: 0px 0px 0px 20px;
        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;
    }

/*                         	{ ADDONS ***************************************************/
.addon {
    padding: 30px 0px;
    overflow: hidden;
    border-bottom: solid 1px #eee;
}

    .addon h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 5px 0px 15px 0px;
    }

    .addon img {
        width: 400px;
        margin-left: 20px;
        float: right;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .addon .btn {
        margin-top: 10px;
    }



.addon-top .price {
    float: right;
}

/*--- PARTNERS ---*/

.partners {
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.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: 14px;
        display: inline-block;
        text-transform: uppercase;
        padding: 0px 20px;
        margin: 0px;
        position: relative;
        z-index: 100;
        background: #fff;
    }

.bg-dark .title-underline h4, .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);
}

.partners .row {
    margin: 10px auto;
}

.partners a {
    display: block;
    /*padding: 0px 15px;*/
}

    .partners a img {
        transition: none;
        max-width: 100%;
    }

    .partners a:hover img {
        opacity: 1;
    }

/*--- FOOTER ---*/

.footer {
    background: #19303f;
    color: #8896a0;
    padding-top: 50px;
}

    /*******************************************************************
*******************************************************************
*******************************************************************
*******************************************************************
.footer .row
{
	margin-left: -20px;
	margin-right: -20px;
}
*******************************************************************
*******************************************************************
*******************************************************************
*******************************************************************
******************************************************************/

    .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: 14px;
        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: 50px;
}

.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%;
}

/*--- Supporterappen ---*/

.supporterapp h4 {
    font-size: 16px;
}

.supporterapp table td {
    padding: 6px 0px;
}

.app-ref {
    margin: 15px 0px 0px 0px;
}

    .app-ref img {
        margin-bottom: 10px;
    }

.earn-money-partner .hColor {
    font-weight: bold;
    letter-spacing: -1px;
}

.earn-money-partner h2.hColor {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.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;
            }


.addon-image {
    border-radius: 3px;
}

    .addon-image.bordered {
        border: 1px solid #cfcfcf;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    }

.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;
}


/*.references .col-md-4 {
    width: 25%;
}*/

/*.col-set {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0px;
    margin-bottom:0px;
}

    .col-set .col {
        display: table-cell;
        float: none;
    }

    .col-set li {
        display: table-cell;
        padding: 5px 15px;
    }*/

.logo-title {
    line-height: 102px;
    margin-left: 15px;
    font-weight: 300;
    text-transform: uppercase;
}


.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 p {
        min-height: 80px;
        margin-top: 20px;
        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;
}

    .contact .card .photo {
        width: 200px;
        margin: 0px 0px 10px 0px;
    }

    .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;
}

    .icon-heading h3 i[class^="pe-"] {
        font-size: 36px;
        color: #298ccd;
        position: relative;
        bottom: -8px;
        margin-right: 8px;
    }

.icon-heading hr {
    margin: 25px 0px;
}

.icon-heading .link {
    line-height: 50px;
}

.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;
    }

@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) {
    .header .menu {
        display: block !important;
    }

    .modal-lg {
        width: 1000px;
    }
}

@media screen and (min-width: 992px) {
    .row-flex {
        display: flex;
        align-items: center;
    }

        .row-flex [class^=col-] {
            flex: 1;
        }

    /*.contact-form {
        border-left: 1px solid #eee;
        padding-left: 50px;
        margin-left: -15px;
    }*/
}




@media print, (min-width: 768px) {

    /* 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: -25px;
        margin-right: -25px;
    }

        .article-group .article .col-md-6 {
            flex: 1;
            padding-left: 25px;
            padding-right: 25px;
        }

    .article-group .section.section-light .col-md-6:first-child {
        order: 2;
    }

    .lead {
        font-size: 19px;
    }
}

@media screen and (max-width: 1260px) {

    .center {
        width: 970px;
    }

    .header .logo img {
        width: 200px;
    }
    /*.header .menu .link {
        padding: 0px 12px;
    }*/

    .header .menu .btn {
        width: 140px;
    }

    .hero .headline {
        font-size: 50px;
    }


    .clubmark img {
        width: 36px;
        height: auto;
    }

    .references .col-md-4 {
        width: 33.33333333%;
    }

    .social-media a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {

    .banner .overlay {
        background: rgba(16,56,82,.4);
    }

    .center, .section-md .center, .section-sm .center, .section-xs .center, .section-tab-group .center {
        width: 100%;
        padding: 0px 25px;
    }



    .header .menu {
        position: fixed;
        z-index: 1000;
        height: 100%;
        top: 0px;
        width: 300px;
        right: -300px;
        display: block;
        clear: both;
        float: none;
        margin: 0px;
        background: #19303f;
        overflow-y: auto;
        transition: right ease 0.2s;
    }

    body {
        position: relative;
        right: 0px;
        transition: right ease 0.2s;
    }

    .menu-open {
        position: relative;
        right: 300px;
    }

        .menu-open .header .menu {
            right: 0px;
            box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
        }

    .header .menu .menu-toggle {
        opacity: 0.6;
        margin: 20px 20px 0px 0px;
        font-size: 14px;
    }

        .header .menu .menu-toggle:hover {
            opacity: 1;
        }

    .header .menu ul {
        margin-top: 60px;
        border-top: 1px solid rgba(255,255,255,0.05);
    }

        .header .menu ul li {
            float: none;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }

    .header .menu .link {
        padding: 0px 25px;
        border-radius: 0px;
        margin: 0px;
        border: none;
        line-height: 50px;
    }

        .header .menu .link .fa {
            font-size: inherit;
            top: initial;
        }

        .header .menu .link:hover,
        .header .menu .open .link,
        .header .menu ul.dropdown-menu-arrow a:hover {
            background: rgba(255,255,255,0.05);
            border: none;
        }

        .header .menu .link.active {
            background: #1b222c;
            border: none;
        }

    .header .menu ul.dropdown-menu-arrow .active a {
        background: #000;
    }

    .header .menu .btn {
        display: block;
        width: auto;
        margin: 0px;
    }

    .header .menu li .fa-caret-down {
        float: right;
        margin-top: 18px;
    }

    .header .menu li .dropdown.left {
        float: none;
    }

    .header .menu li.btn-wrap {
        padding: 15px 25px;
    }

    .header .menu-toggle {
        display: block;
        margin-top: 30px;
    }

    .header .menu ul.dropdown-menu-arrow {
        width: auto;
        float: none;
        position: relative;
        margin: 0px !important;
        border: none;
        border-radius: 0px;
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
        background: #1b222c;
        padding: 10px 0px;
        box-shadow: none;
    }

        .header .menu ul.dropdown-menu-arrow li {
            border: none;
        }

    .dropdown-menu-arrow:before, .dropdown-menu-arrow:after {
        display: none;
    }

    .header .menu ul.dropdown-menu-arrow a {
        color: #ccc;
        padding: 12px 25px;
        transition: none;
    }

    .header .menu ul.dropdown-menu-arrow .small {
        font-size: 100%;
    }

    .header .menu ul.dropdown-menu-arrow .divider {
        display: none;
    }

    .header .menu ul.dropdown-menu-arrow .fa-external-link {
        display: inline;
    }

    .hero-primary {
        padding-top: 20px;
    }

    .section .col {
        margin-bottom: 30px;
    }

    .section .article h3 {
        font-size: 24px;
    }

    .sub-menu {
        margin: 0px 0px 20px 0px;
    }

        .sub-menu.list-group {
            border-radius: 3px;
        }

        .sub-menu .list-group-item {
            display: none;
        }

        .sub-menu.list-group.open .list-group-item {
            display: block;
        }

            .sub-menu.list-group.open .list-group-item.active {
                color: #fff;
                background: #298ccd;
                border-radius: 0px;
            }

                .sub-menu.list-group.open .list-group-item.active:first-child {
                    border-radius: 4px 4px 0px 0px;
                }

                .sub-menu.list-group.open .list-group-item.active .fa {
                    display: none;
                }

        .sub-menu .list-group-item.active, .sub-menu .list-group-item.active:hover {
            display: block;
            background: inherit;
            color: inherit;
            border-radius: 4px;
            border-color: #ddd;
        }

        .sub-menu .list-group-item .fa-angle-right {
            opacity: 0;
        }

        .sub-menu .list-group-item.active .fa-angle-right {
            opacity: 1;
        }

            .sub-menu .list-group-item.active .fa-angle-right:before, .sub-menu .list-group-item.active .fa-angle-down:before {
                opacity: 1;
                content: "\f0d7";
            }

    .content {
        padding: 20px 0px;
    }


    .check-list p {
        font-size: 14px;
    }

    .page-search .table {
        font-size: 11px;
    }

    .stats {
        width: 100%;
    }

    .references .col-md-4 {
        width: 50%;
        float: left;
    }

    .panel-heading p {
        font-size: 14px;
    }

    .clubmark img {
        width: 36px;
        height: auto;
    }

    .panel-number h4 {
        font-size: 40px;
    }

    .section-top-filter .dropdown {
        float: none;
    }

    .filter-tip-image {
        display: none;
    }

    .btn-dropdown {
        display: block;
        width: 100%;
    }

    .blob {
        display: none;
    }

    .modal-body-xl {
        padding: 40px;
    }

    .modal .close-fixed {
        top: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 992px) {


    .section-dark .graph {
    }

    .partners a {
        margin-bottom: 30px;
    }

    .hand-app {
        margin-top: 50px;
        width: 100%;
        right: 0px;
    }


    #contact-info .col-sm-3 {
        width: 50%;
    }

    #contact-info a {
        margin-bottom: 50px;
    }

    .icon-jumbo {
        font-size: 100px;
    }
}

@media screen and (max-width: 840px) {
    .pricing .panel table td:first-child {
        width: 50px;
    }

    .pricing .panel table td:last-child {
        width: 110px;
    }

    .pricing .panel [class^="pe-7s-"] {
        font-size: 40px;
        margin-right: 10px;
    }

    .pricing .panel .price {
        font-size: 20px;
    }

    /* AWARD BADGES */
    .hero-devices .award-badge {
        width: 22%;
    }
}



@media screen and (min-width: 769px) {
    .show-in-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    body {
        font-size: 15px;
    }

    .section .article .thumbnail {
        margin-bottom: 15px;
    }

    /*.section-expander {
        margin-bottom: 0;
    }*/

    /*    .show-in-mobile {
        display: inline;
    }
*/
    .hide-in-mobile {
        display: none !important;
    }

    .header-alert .btn {
        display: block;
        margin-top: 10px;
    }

    .hero .headline {
        font-size: 40px;
        line-height: 1.2;
    }

    .contact [class^=col-sm] {
        margin-bottom: 50px;
    }

    #contact-info .col-sm-3 {
        width: 100%;
    }

    .contact [class^=col-sm]:last-child {
        margin-bottom: 0px;
    }

    .pricing .panel .panel-text {
        display: none;
    }

    .pricing .well h4 {
        font-size: 16px;
        line-height: initial;
    }

    .pricing .well .btn h4 {
        font-weight: bold;
    }

    .pricing .well .form-control {
        font-size: 16px;
    }

    .pricing .panel .mobile-edit {
        display: block;
        font-size: 12px;
    }

    .pricing .total {
        padding-top: 10px;
    }

    .packages .btn {
        margin-bottom: 20px;
    }

    .pricing .total h4 {
        font-size: 24px;
    }

    /*--- SECTIONS ---*/


    .section {
        padding: 60px 0px;
    }

    .section-slim {
        padding: 40px 0px;
    }

    .section-xslim {
        padding: 20px 0px;
    }

    /*--- SECTIONS END ---*/

    .list-group-clean .list-group-item.list-group-item-sub {
        font-size: 11px;
        padding-left: 10px;
    }

    .hero h1 {
        font-size: 17px;
        line-height: initial;
    }

    .hero .btn {
        width: 200px;
    }

    .col-set, .col-set li {
        display: block;
        padding-bottom: 20px;
    }

    .section h1, .section h2 {
        font-size: 22px;
        letter-spacing: -0.6px;
    }

    .addon img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .addon-image {
        width: 100%;
        height: auto;
    }

    .addon-top h1 {
        margin: 0px;
    }

    .addon-top .price {
        float: none;
    }

    .lok-video-player {
        height: 250px;
    }

    .stats {
        border: none;
        padding: 0px;
        box-shadow: none;
        border-radius: 0px;
    }

    .owl-carousel-nav {
        width: 100%;
    }

    .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .references .col-md-4 {
        width: 50%;
        float: left;
    }

    .panel-adjust .panel-heading {
        padding: 5px 10px;
        font-size: 12px;
    }




    .d-hidden {
        display: block;
    }

    .m-hidden {
        display: none;
    }

    .section.counters {
        padding: 15px 0px 10px 0px;
    }

    .footer {
        text-align: center;
    }

        .footer [class^="col-"] {
            margin-bottom: 40px;
        }

    .panel-lg {
        padding: 30px;
    }

    .section-top-filter {
        text-align: center;
        border: none;
        padding: 0px;
    }

        .section-top-filter h1 {
            display: none;
        }

    .dropdown-menu-lg {
        width: 100%;
    }



    .check-list p {
        white-space: normal;
    }

    .signup .lead {
        font-size: 16px;
    }

    /* AWARD BADGES */
    .hero-devices .award-badge {
        width: 20%;
    }
}

@media screen and (max-width: 540px) {

    .col-xs-1 {
        padding-right: 5px;
        padding-left: 5px
    }

    .header .menu-toggle {
        margin: 13px 0px 0px 0px;
    }

    .clubmark img {
        width: 20px;
        height: auto;
    }

    .header {
        min-height: 60px;
    }

        .header .header-logo {
            line-height: 60px;
        }

    .header-logo img {
        width: 180px;
    }

    .header .logo {
        line-height: 60px;
    }

        .header .logo img {
            max-width: 50%;
        }


    .hero {
        padding-top: 20px;
    }

        .hero .btn,
        .hero .svelag-btn {
            margin: 5px 0px;
        }

        .hero h1 {
            margin-bottom: 20px;
        }

        .hero img {
            margin-top: 20px;
        }

    .section {
        padding: 40px 0px;
    }

    .section-slim, .section-xslim {
        padding: 20px 0px;
    }

    .section .article h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .btn-tab-group .btn {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }



    .footer-footer {
        margin-top: 10px;
    }

        .footer-footer img {
            width: 60%;
        }

    .section-dark .graph {
        padding: 15px;
    }

    .blog-posts li a {
        padding: 10px;
        font-size: 12px;
    }

        .blog-posts li a .date {
            width: 45px;
        }

    .check-list-subtitle {
        text-align: center;
    }

        .check-list-subtitle li {
            padding: 0px;
        }

            .check-list-subtitle li:before {
                position: static;
            }

        .check-list-subtitle h4 {
            margin-bottom: 8px;
        }

        .check-list-subtitle p {
            margin-bottom: 20px;
        }

    .content {
        padding: 20px 0px;
        min-height: inherit;
    }

        .content h1 {
            font-size: 24px;
        }

    .video-player {
        height: 250px;
        width: 100%;
    }

    .data-list {
        font-size: 12px;
    }

    .data-list-sm {
        font-size: 11px;
    }

    .data-list h4 {
        font-size: 12px;
    }

    .funcImg {
        width: 20px;
        height: 20px;
    }

    .showFunctionInfo {
        cursor: default;
    }

    #functionInfo {
        display: none !important;
    }

    .page-search .table img {
        display: none;
    }

    .page-search .table tr th:nth-child(2), .page-search .table tr td:nth-child(2), .page-search .table tr th:nth-child(3), .page-search .table tr td:nth-child(3) {
        display: none;
    }

    .page-search .alert .counter {
        display: none;
    }

    .owl-carousel .item .item-text {
        font-size: 12px;
    }

    .logo-title {
        font-size: 14px;
        line-height: 65px;
        margin-left: 10px;
    }

    .hero-default {
        padding: 20px 0px 40px 0px;
    }

    .list-group-lg .list-group-item {
        font-size: 14px;
    }

    .pricing .panel {
        padding: 10px;
    }

        .pricing .panel table td:first-child {
            width: 30px;
        }

        .pricing .panel table td:last-child {
            width: 90px;
        }

        .pricing .panel [class^="pe-7s-"] {
            font-size: 30px;
            margin-right: 10px;
        }

        .pricing .panel h1 {
            font-size: 16px;
        }

        .pricing .panel .price {
            font-size: 14px;
        }

    .counters h3 {
        font-size: 40px;
    }

    .counters h3.first {
        margin-top: 20px;
    }

    .counters .panel p {
        margin-bottom: 0px;
    }

    .panel-lg {
        padding: 25px 20px;
    }

    h2.modal-title {
        font-size: 22px;
    }

    .modal-body-xl {
        padding: 30px 20px;
    }

    .panel-body-lg {
        padding: 30px;
    }
}
@media screen and (max-width: 414px) {

    .center, .section-md .center, .section-sm .center, .section-xs .center, .section-tab-group .center {
        width: 100%;
        padding: 0px 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .panel-body-lg {
        padding: 30px 15px 20px 15px;
    }

    .list-group-lg .panel-body {
        padding: 20px;
    }


    /* AWARD BADGES */
    .hero-devices .award-badge {
        left: 57%;
        width: 23%;
    }

        .hero-devices .award-badge.award-badge-2 {
            left: 73%;
        }
}

@media screen and (max-width: 400px) {

    .table-collapse {
        font-size: 12px;
    }

        .table-collapse .fa-check {
            width: 20px;
        }

        .table-collapse .function-text {
            padding: 10px 20px;
            font-size: 11px;
        }
}




.signup .close {
    font-size: 50px;
    margin-top: -15px;
}

.signup .close {
    font-size: 30px;
    margin-top: -10px;
}
