/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 150px;
    font-size: 1.1rem;
    background-position: center bottom;
    background-size: cover;
    background-color: #ffffff;
    background-image: url('assets/img/bglargo.jpg');
}

.b2 {
    background-image: url('assets/img/bglargo2.jpg');
}

.semitr {
    background-color: rgba(255, 255, 255, 0.92);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.bg-primary {
    background-color: #113561 !important;
    background-image: -webkit-radial-gradient(right center, rgb(66, 118, 163) 0%, rgb(17, 53, 97) 55%, rgb(6, 71, 128) 99%);
}

.bg-secndry {
    background-color: #113561 !important;
    background-image: repeating-linear-gradient(155deg, rgb(66, 118, 163) 0%, rgb(47, 92, 137) 20.6061%, rgb(29, 69, 113) 41.2121%, rgb(0, 99, 207) 58.1818%, rgb(36, 36, 36) 78.1818%, rgb(6, 71, 128) 99%);
}

a {
    color: #113561;
    text-decoration: none;
    background-color: transparent;
}

.text-primary {
    color: #113561 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: News Cycle;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: News Cycle;
    font-weight: 600;
}

.hedd1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 500px;
    min-height: 150px;
    margin-top: 90px;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hedd2 {
    background-image: url('assets/img/Kranbil-lyft-av-tegel-top.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 500px;
    min-height: 300px;
    margin-top: 100px;
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 1.5s 1s both;
    animation: bounce-in-top 1.5s 1s both;
}

@-webkit-keyframes bounce-in-top{
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top{
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.9em;
    height: 1.6em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.topstarter {
    margin-top: 80px;
}

.slide-out-bck-center {
    -webkit-animation: slide-out-bck-center 1s cubic-bezier(.55,.085,.68,.53) both;
    animation: slide-out-bck-center 1s cubic-bezier(.55,.085,.68,.53) both;
}

@-webkit-keyframes slide-out-bck-center{
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

@keyframes slide-out-bck-center{
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

/* FORM CONTROL */
fieldset {
    padding: 10px 50px;
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

.form-control {
    border: 2px solid #ecf0f1;
    color: #34495e;

    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group.focus .form-control,
.form-control:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.form-control.form-minimal {
    border-color: transparent;
}

.form-control.form-minimal:hover {
    border-color: #bdc3c7;
}

.form-control.form-minimal:focus {
    border-color: #1abc9c;
}

.has-success .help-block,
.has-success .control-label {
    color: #2ecc71;
}

.has-success .form-control {
    color: #2ecc71;
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71;
}

.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71;
}

.has-success .form-control.placeholder {
    color: #2ecc71;
}

.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .input-group-addon {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #f1c40f;
}

.has-warning .form-control {
    color: #f1c40f;
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f;
}

.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f;
}

.has-warning .form-control.placeholder {
    color: #f1c40f;
}

.has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label {
    color: #e74c3c;
}

.has-error .form-control {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control.placeholder {
    color: #e74c3c;
}

.has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: #ffffff;
}

/* FORM - INPUT ICON */
.form-control + .input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    background-color: #ffffff;
    padding: 0 12px 0 0;
    border-radius: 6px;
}

.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}

.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}

.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}

/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
    margin: 0;
    box-shadow: none;
}

.slide-in-top {
    -webkit-animation: slide-in-top 1s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-top 1s cubic-bezier(.25,.46,.45,.94) both;
}

@-webkit-keyframes slide-in-top{
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top{
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-primary {
    color: #fff;
    background-color: #113561;
    border-color: #113561;
}

.fade-in {
    -webkit-animation: fade-in 3s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in 3s cubic-bezier(.39,.575,.565,1.000) both;
}

@-webkit-keyframes fade-in{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tracking-in-txt {
    -webkit-animation: tracking-in-txt 1s cubic-bezier(.215,.61,.355,1.000) both;
    animation: tracking-in-txt 1s cubic-bezier(.215,.61,.355,1.000) both;
}

@-webkit-keyframes tracking-in-txt{
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-txt{
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.hvr {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #FFF;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr:hover,
.hvr:focus,
.hvr:active {
    color: white;
}

.hvr:hover:before,
.hvr:focus:before,
.hvr:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}