

iframe.video-frame {
	width: 100%;
	
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-LightItalic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

body {
    background-image: url('../images/bakgrunnen.jpg');
    background-size: cover;
    font-family: OpenSans;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
}
html {
    height: 100%;
    overflow-x: hidden;
}



body,
html {
    width: 100%;
}
p {
    font-size: 1.5em;
    line-height: 1.5;
}
li {
    font-size: 1.5em;
}
h1 {
    font-size: 3.5em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2.0em;
}

.terms {
    text-align: center;
}

.terms p {
    font-size: 1em;
}

#addUser:hover {
    cursor: pointer;
}

.busyOverlay {
    height: 100%; 
    background: rgba(54, 54, 54, 0.5); 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    z-index:1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}

.container.page {
    background: #ffffff;
    padding: 0 6em;
}

#mediaFilesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.mediaItemContainer audio-player {
    display: block;
    width: 300px;
}

.mediaItemContainer {
    background-color: grey;
    margin: 20px;
    padding: 10px;
}

.adminImage {
    width: 300px;
    border: 1px solid black;
}

.adminViewed {
    background-color: green;
}

.vimeoAdminContainer {
    width: 300px;
}

.myroutescode {
    color: black;
}

.adminNav {
    display: flex;
    background: aliceblue;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 10px;
}

#adminNavInstructionsViewed {
    background-color: green;
}

#adminNavInstructionsNew {
    background-color: gray;
}

.adminNavInstructionsColorBox {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.adminNavInstructions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 12px;
}

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

.screenshot {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
    margin: 30px 0px 30px 0px;
}

#allroutespageselector {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pageSelector {
    margin: 0 10px 0 10px;
    font-size: 18px;
}

.spinner {
    min-width: 100px;
    min-height: 100px;
}

.spinner:before {
    content: 'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -10px;
    margin-left: -10px;
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.user {
    background: #90be37;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-style: italic;
}

.mainwrapper {
    height: 100%;
}

.ngviewcontent {
    height: calc(100% - 57px);
    /*margin-top: 57px;*/
}


div#info-header {
    width: 100%;
    background-color: lightblue;
    padding: 20px;
    font-size: 1.2em;
}

#signup {
    color: white;
    font-size: 1em;
    margin-bottom: 100px;
    text-decoration: underline;
}

#signup:hover {
    text-decoration: none;
}

.form-group label {
    color: #a0a3a6;
    cursor: text;
    font-size: 12px;
    font-weight: 300;
    opacity: 0;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
    top: 14px;
}

.form-group input:focus + label {
    opacity: 1;
    right: 10px;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

.form-group {
    position: relative;
}

.login {
    width: 200px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.login,
.login:hover {
    color: white;
}

.login#facebook {
    background-color: #3B5998;
}

.login#facebook:hover, .login#facebook:focus {
    background-color: #294786;
}

.login#twitter {
    background-color: #00ACED;
}

.login#twitter:hover, .login#twitter:focus {
    background-color: #0090c7;
}

.login#google {
    background-color: #DD4B39;
}

.login#google:hover, .login#google:focus {
    background-color: #cb3927;
}

.crosshair, .crosshair .leaflet-clickable {
    cursor: crosshair !important;
}

form p {
    font-size: 0.9em;
    color: #7A7A7A;
}

.dialog-header-confirm {
    background-color: #8e3131;
}

.container-fluid {
    padding: 0px;
}

.header {
    left: 0;
    /*position: absolute;
    top: 0;*/
    width: 100%;
    height: 57px;
    background: linear-gradient(to bottom, #595959 0%, #000000 100%);
    z-index: 1000;
}

.header h3 {
    margin: 15px;
    color: white;
}

.header .logo {
    margin-left: 40px;
    margin-top: 9px;
}

.nav {
    margin-right: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
    background-color: #badc5b;
    border-color: #badc5b;
    color: #333333;
}

.nav-pills > li > a,
.nav-pills > li > button {
    margin-top: 14px;
    border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
    color: #badc5b;
    margin-left: 10px;
    border: 1px solid #badc5b;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    background-color: rgba(0,0,0,0);
}

.nav-pills > li > a:hover,
.nav-pills > li > button:hover,
.nav-pills > li.active > a:hover,
.nav-pills > li > button.active:hover {
    background-color: #badc5b;
    color: black;
}

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

.btn-primary {
    background-color: #F0F0F0;
    color: #000000;
    border-radius: 2px;
    border: 0px;
}

.btn-primary:hover {
    background-color: #98b54a;
    color: #000000;
    border-radius: 2px;
    border: 0px;
}

.btn-danger {
    border-radius: 2px;
    border: 0px;
}

.logginn, .nybruker, .lagnytt {
    margin: 2em 0 1em;
    text-align: center;
}

.forgotpass {
    margin-top: 1em;
    font-size: 1em;
}

.forgotpass a {
    color: #888888;
}

.loginfield {
    margin-top: 20px;
    margin-bottom: 40px;
}

.social-login {
    height: 50px;
    border-radius: 2px;
    margin-bottom: 15px;
    color: white;
    font-size: 1.6em;
    text-align: left;
    padding-top: 8px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    cursor: pointer;
}

.social-login:hover {
    text-decoration: none;
    color: white;
}

.social-login:active {
    text-decoration: none;
    color: white;
}

.iconmargin {
    margin-right: 10px;
}

.login-twitter {
    background-color: #3ca0ec;
}

.login-twitter:hover {
    background-color: #1688df;
}

.login-fb {
    background-color: #3b5897;
}

.login-fb:hover {
    background-color: #2c4272;
}

.login-google {
    background-color: #dd4b39;
}

.login-google:hover {
    background-color: #c94a3a;
}

.login-btn,
.opprett-btn,
.save-btn {
    background-color: #9ec04d;
    color: #ffffff;
    font-weight: 700;
    padding: 15px;
    margin-right: 1em;
    width: 100%;
    text-align: center !important;
    text-transform: uppercase;
}

.login-btn:hover,
.opprett-btn:hover {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background: #d9d9d9;
}

.form-control {
    box-shadow: none;
    padding: 10px;
    height: 40px;
    border: 1px solid #d9d9d9;
}

.myroutesRoute {
    margin-bottom: 5px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.route-item-1 {
    background-image: url('../images/ikon_aapneposter_2.png');
    background-color: #8acfd4;
}

.route-item-2 {
    background-image: url('../images/ikon_skattekart_2.png');
    background-color: #f6a02e;
}

.route-item-3 {
    background-image: url('../images/ikon_natursti_2.png');
    background-color: #9fc055;
}

.route-item-4 {
    background-image: url('../images/ikon_historisk_2.png');
    background-color: #f47950;
}

.route-item {
    height: 80px;
    background-repeat: no-repeat;
    background-position: 98% 2px;
    background-size: 70px;
    margin-bottom: 3px;
}

.route {
    padding: 10px;
    background-position: 2% 2px;
    background-repeat: no-repeat;
    background-size: 70px auto;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.route:hover {
    text-decoration: none;
    cursor: pointer;
}

.open-btn {
    background-image: url('../images/ikon_aapneposter_2.png');
    background-color: #8acfd4;
}

a.open-btn:hover {
    background-color: #77c7cd;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.skatt-btn {
    background-image: url('../images/ikon_skattekart_2.png');
    background-color: #f6a02e;
}

a.skatt-btn:hover,
a.skatt-btn:active {
    background-color: #f59516;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.natur-btn {
    background-image: url('../images/ikon_natursti_2.png');
    background-color: #9fc055;
}

a.natur-btn:hover,
a.natur-btn:active {
    background-color: #94b744;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.historisk-btn {
    background-image: url('../images/ikon_historisk_2.png');
    background-color: #f47950;
}

a.historisk-btn:hover,
a.historisk-btn:active {
    background-color: #f26738;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#accountButtons{
    position: relative;
}

#deleteAccountButton{
    position: absolute;
    right: 0px;
}

#deleteAccountButton:hover{
    cursor: pointer;
}

#new-route {
    margin: 25px 0;
}

.routeNameHeader {
    font-size: 20px;
    height: 100px;
    color: black;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 90px;
    margin-top: 10px;
}

span.routeNameFooter {
    font-size: 15px;
    margin-left: 90px;
}

span.routeNamePublished {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 35px;
    color: #2B2B2B;
    float: right;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .header {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 23px !important;
    }
}

@media screen and (max-width: 767px) {
    .header .logo {
        margin-left: 0px;
        margin-top: 14px;
        width: 30px;
    }
    .nav {
        margin-right: 0px;
    }
    .nav-pills > li > a,
    .nav-pills > li > button {
        padding: 3px;
        margin-left: 5px;
    }
    p {
        font-size: 1em !important;
    }
    h1 {
        font-size: 23px !important;
    }
    .border-right {
        border: none;
    }
}


/*.fullscreen-bg {
    display: none;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    min-height: 300px;
}*/

.fullscreen-bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 100%; /* 300%*/
        width: 100%;
        /*top: -100%;*/ /* -100 */
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 100%;
        width: 100%;
        /*left: -100%;*/
    }
}

@media (max-width: 767px) {
    /*.fullscreen-bg {
        background: url('../images/fotspor_bakgrunn0.jpg') center center / cover no-repeat;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        background-size: cover;
        overflow: hidden;
    }*/

    .fullscreen-bg__video {
        display: none;
    }
}


/* Default hide the video on all devices */
#video {
    display: none
}

/* Default display the image to replace the video on all devices */
#videosubstitute {
    display: block;
    width: 100%;
    height: 100%;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #video {
        display: block;
    }

    #videosubstitute {
        display: none
    }
}


.fillscreen {
    width: 100% !important;
}

.first, .second {
    padding: 2em 0;
}

.first {
    background: #a4a9ad;
}

.second {
    background: #7C8389;
}

img.facebook-img {
    height: 30px;
    margin-top: 20px;
}

#download {
    margin-top: 4.3em;
}

#storeicons {
    margin-top: 1em;
}

.playstore img, .appstore img {
    height: 60px;
    width: auto;
    margin-bottom: 2em;
}

.appstore img {
    height: 54px;
}

.footer-area {
    background: #7C8389;
    padding-top: 2em;
}

.footer-area p {
    text-align: center;
    font-size: 0.875em;
    padding-top: 1em;
    clear: both;
}

.downmessage {
	background-color: #82c9cd;
    border-radius:5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;	
}

.downheader {
	font-size:
}

p.downtext {
    font-size: 1.3em;
    margin-top: 10px;
}

.downheader {
    font-size: 1.4em;
    font-weight: bold;
}

/*
#bgimg {
    display: none;
}*/

@media (max-width: 1000px) {
    #bgvideo {
        display: none;
    }
}


@media screen and (min-width: 768px) {
    .header {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 23px !important;
    }
}

@media screen and (max-width: 767px) {
    .header .logo {
        margin-left: 0px;
        margin-top: 14px;
        width: 30px;
    }

    .nav {
        margin-right: 0px;
    }

    .nav-pills > li > a,
    .nav-pills > li > button {
        padding: 3px;
        margin-left: 5px;
    }

    p {
        font-size: 1em !important;
    }

    h1 {
        font-size: 23px !important;
    }

    .border-right {
        border: none;
    }
}