body {
	/*background-color: #03a9f4;
	background: -webkit-linear-gradient(left top, #004d8f, #37a2ff); 
    background: -o-linear-gradient(bottom right, #004d8f, #37a2ff); 
    background: -moz-linear-gradient(bottom right, #004d8f, #37a2ff); 
    background: linear-gradient(to bottom right, #004d8f, #37a2ff);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-color: #f5f5f5;
	color: #222;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}


.header-1 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #333;
	letter-spacing: -1px;
	margin: 10px 0 20px;
	line-height: 1.2;
}

.header-2 {
	font-size: 26px;
	font-weight: 300;
	margin: 25px 0 15px;
	line-height: 1.2;
	color: #333;
}

.header-3 {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 5px;
	line-height: 1.2;
	color: #333;	
}

.header-3--1 {
	font-size: 22px;
	font-weight: 300;
	margin: 30px 0 10px;
	line-height: 1.2;
	color: #666;	
}

.header-4 {
	font-size: 18px;
	font-weight: 800;
	margin: 10px 0;
	line-height: 1.2;
}

.simple-text-shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.simple-icon-shadow {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.simple-element-shadow {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}


p {
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 0;
}

a,
a:link,
a:active,
a:visited {
	color: #007dea;
	text-decoration: none;
}

a:hover {
	color: #0d7de6;
	text-decoration: underline;
}

ul.std-bullets {
    list-style-type: disc;
    margin-left: 10px;
}

.std-bullets li {
    margin: 2px 0 2px 10px;
}

.text-light {
    color: #fff !important;
}

.std-numbered li {
    margin: 0px 0px 20px 16px;
    font-size: 15px;
    padding-left: 1em;
    line-height: 1.5;
}

.text-light a,
.text-light a:link,
.text-light a:active,
.text-light a:visited {
	color: #fff;
	text-decoration: underline;
}

.text-light a:hover {
	color: #baf1ff;
	text-decoration: underline;
}

.standard-list {
	margin: 10px 20px 10px 0;
	list-style-type: disc;
}

.standard-list li {
	margin: 5px 0 5px 20px;
	line-height: 1.2;
}

.wrapper-site {
    position: relative;
    float: left;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 175px;
}

.wrapper-top {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	margin: 0;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    z-index: 50;
    transition: top 0.2s ease-in-out;
}

.top-hidden {
    top: -80px;
}

.container-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    height: 130px;
}

.wrapper-focus {
    position: relative;
    width: 100%;
    background-color: #007dea;
    float: left;
}

.container-focus {
    max-width: 1100px;
    margin: 0 auto;
}

.container-site {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.content-site {
    width: 100%;
    margin-bottom: 0;
    padding-top: 35px;
}

.content-site--frontpage {
    padding-top: 0 !important;
}

.toprow1-wrapper {
    float: left;
    width: 100%;
}

.container-logo {
	float: left;
	padding: 20px;
}

.img-logo {
	width: 100%;
}

.container-top-menu {
	float: left;
    width: 100%;
	display: block;
	padding: 0 20px 0 0;
}

.container-top-menu a,
.container-top-menu a:link,
.container-top-menu a:visited,
.container-top-menu a:hover {
	color: #222;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
}


.container-top-menu li {
	float: left;
	font-size: 14px;
	position: relative;
	margin-left: 5px;
    border-radius: 3px;
}

 .top-menu__selected {
 	font-weight: bold;
 }

.container-top-menu li:hover {
	background-color: #eee;
}

.container-top-menu li.top-menu__login-button {
	border: 1px solid #fff;
    background-color: #007dea;
    border-radius: 3px;
}

.container-top-menu li.top-menu__login-button:hover {
	background-color: #003c6c;
}

.container-top-menu li.top-menu__login-button:active {
	box-shadow: none !important;
}

.container-top-menu li.top-menu__login-button a,
.container-top-menu li.top-menu__login-button a:link,
.container-top-menu li.top-menu__login-button a:visited,
.container-top-menu li.top-menu__login-button a:hover {
	color: #fff;
}

.col-content {
    padding:  0 20px;
}

.focus-box {
    margin: 30px 0;
    padding-left: 20px;
}

.focus-box > h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    margin: 6px 0 12px 0;
}

.focus-box p {
    font-size: 20px;
    line-height: 1.2;
}

.focus-box p:first-of-type {
    margin-top: 0px;
}

.focus-box img {
    margin: 14px 0 0 25px;
    max-width: 450px;
}

.focus-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0 0;
}

.cta-button {
    border: 3px solid #0057a2;
    border-radius: 3px;
    background-color: #0057a2;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: inherit;
    font-size: 18px;
    padding: 0px 30px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
    transition: border-color ease-in-out .5s;
}

    .cta-button:hover {
        border-color: #0b365c;
        transition: border-color ease-in-out .5s;
    }


.cta-label {
    margin: 8px 0 0;
}

.front-list {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
}

.front-list li {
    margin: 5px 0;
    line-height: 1.2;
}

.divider-border-horizontal {
	margin: 15px 20px;
	border-bottom: 1px solid #ccc;
}

.wrapper-footer {
    position: absolute;
    bottom: 0;
    height: 146px;
    width: 100%;
    background-color: #222;
    color: #fff;
    float: left;
}

.footer-tbl {
    width: 100%;
}

.footer-tbl td {
    width: 50%;
}

.container-footer {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-content {
    padding: 30px 0;
}

/* login box */
.loginbox {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #111;
	right: 0;
	width: 370px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 35px 60px 55px;
	z-index: 200;
}

.loginbox-legacy {
    color: #111;
    right: 0;
    width: 370px;
    height: 400px;
    padding: 0 60px 55px 0;
    z-index: 200;
}

.loginbox-legacy .w250 {
    width: 100%;
}

.loginlabel {
    font-size: 16px;
    margin: 20px 0 10px;
}

.buttonRow {
	margin: 20px 0;
}

/* misc */
.img__devices {
	margin: 30px 0;
}

.border-1px-right {
	border-right: 1px solid #ccc;
}

.content-img {
    width: 100%;
    height: 340px;
    margin-top: 5px;
    overflow: hidden;
    background-color: silver;
}

/* zoom imgs */
.zoom-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: zoomloop;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

.zoom-img--dyreklinikk {
    background-image: url(/content/images/dyreklinikk1.jpg);
}

.zoom-img--fiskehelse {
    background-image: url(/content/images/fiskehelse1.jpg);
}

@keyframes zoomloop {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/* help page */
.video-container {
    padding: 20px;
    text-align: center;
    
    position: relative;
}

.video {
    background-color: #ddd;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    border: 3px solid #ccc;
    padding: 10px;
    text-align: left;
}

    .video p {
        font-size: 11px;
        margin: 5px 0;
    }

/* contact page */
.contact_item {
	margin: 25px 0 5px;
}

.contact_table {
	margin: 20px 0 0;
	width: 100%;
}

.contact_table td {
	vertical-align: top;
	padding: 0px;
}

.contact_table th {
	vertical-align: top;
	padding: 5px 20px 5px 0;
	text-align: left;
    width: 150px;
}

.button-std {
	font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    background-color: #0d7de6;
    border: 0px none;
    color: #fff;
    padding: 0px 26px;
    height: 41px;
    cursor: pointer;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.button-std:hover {
	background-color: #006cd1;
}

.button-std:active {
	box-shadow: none !important;
}

.button-std--grey {
	background-color: #848484;
	color: #fff;
}

.button-std--grey:hover {
	background-color: #999;
}

.front-info-box {
    padding: 30px 20px 0;
}

.front-info-box .header-4 {
	padding-left: 10px;
}

.front-info-box__header .header-4 {
    padding-left: 0;
    margin-bottom: 0;
}

.front-info-box__item__date {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.front-info-box__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


.npt-std {
	margin: 0 0 10px;
    border: 1px solid #888;
    padding: 7px;
    width: 100%;
    background-color: #fcfcfc;
    color: #222;
    font-family: inherit;
    font-size: inherit;
}

.npt-std--textarea {
	resize: none;
}

.npt-std:focus,
.npt-std--textarea:focus {
	/* background-color: #eaf5ff; */
	border-color: #0d7de6;
}

/* faq page */
.faq_container {
	margin: 25px 0;
}

.faq_question {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.faq_answer {
	margin-top: 5px;
}


/* prices page */
.tbl_prices {
	width: 80%;
	margin: 20px 0;
}

.tbl_prices td,
.tbl_prices th {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	text-align: center;

}

.tbl_prices th {
	font-size: 20px;
	font-weight: normal;
	color: #00acc1;
}

.program-icon {
	padding-top: 30px;
	width: 100%;
	text-align: center;
}

.small-bottom-border {
	border-bottom: 1px solid #ddd;
}

.dl-list {
	width: 100%;
	float: left;
}

.dl-list__row:first-child {
	border-top: 1px solid #ccc;
}

.dl-list__row {
	width: 100%;
	float: left;
	padding: 9px 5px 7px;
	border-bottom: 1px solid #ccc;
}

.dl-list__row__label {
	margin-top: 3px;
	padding-left: 6px;
}

/*  Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-33 { font-size: 33px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }
.material-icons.md-72 { font-size: 72px; }
.material-icons.md-84 { font-size: 84px; }
.material-icons.md-big { font-size: 148px; }


/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.8); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as black on a light background. */
.material-icons.md-blue { color: rgba(13, 125, 230, 1); }
.material-icons.md-blue.md-inactive { color: rgba(13, 125, 230, 0.3); }

/* Rules for using icons as black on a light background. */
.material-icons.md-green { color: rgba(75, 175, 80, 1); }
.material-icons.md-green.md-inactive { color: rgba(75, 175, 80, 0.3); }

/* Rules for using icons as black on a light background. */
.material-icons.md-red { color: rgba(255, 87, 34, 1); }
.material-icons.md-red.md-inactive { color: rgba(255, 87, 34, 0.3); }

/* Rules for using icons as black on a light background. */
.material-icons.md-cyan { color: rgba(0, 188, 212, 1); }
.material-icons.md-cyan.md-inactive { color: rgba(0, 188, 212, 0.3); }

/* Rules for using icons as black on a light background. */
.material-icons.md-yellow { color: rgba(253, 216, 53, 1); }
.material-icons.md-yellow.md-inactive { color: rgba(253, 216, 53, 0.3); }

/* Rules for using icons as black on a light background. */
.material-icons.md-orange { color: rgba(255, 155, 15, 1); }
.material-icons.md-orange.md-inactive { color: rgba(255, 155, 15, 0.3); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.wrapper-mobile-menu {
    /* display: none; */
    background: #222;
    width: 100%;
}

    .mobile-menu-toggler {
        display: none;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        padding: 2px 0 0 2px;
    }

    .mobile-menu {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
        background-color: #333;
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        transition: transform ease-out 0.2s;
        z-index: 49;
        box-shadow: 0 3px 6px rgba(0,0,0,0.5)
    }

    .mobile-menu.visible {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1);
        transition: transform ease-out 0.2s;
    }

    .mobile-menu i {
		vertical-align: -22%;
    }

    .mobile-menu__item {
        width: 33.3333333333%;
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #666;
    }

    .mobile-menu__item__link {
        display: block;
        line-height: 1;
        padding: 14px 0 12px 15px;
    }

    .mobile-menu__item__link:hover {
        background-color: #42a5f5;
        text-decoration: none;
    }

    .mobile-menu__item__link:link,
    .mobile-menu__item__link:visited, 
    .mobile-menu__item__link:hover,
    .mobile-menu__item__link:active {
        color: #fff;
    }


/*

@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
       only screen and (max-device-width: 480px) and (-o-min-device-pixel-ratio: 2),
       only screen and (max-device-width: 480px) and (min--moz-device-pixel-ratio: 2),
       only screen and (max-device-width: 480px) and (min-device-pixel-ratio: 2) {  
*/
@media (max-width: 600px) {
    .wrapper-site {
        padding-top: 55px;
        padding-bottom: 125px;
    }
	.container-logo {
		padding: 15px 0 10px 15px;
	}

    .top-hidden {
        top: -55px;
    }

	.img-logo {
		max-width: 100px;
	}

    .devices-small {
        display: none;
    }

	.wrapper-mobile-menu {
        display: block;
    }

    .mobile-menu-toggler {
        display: block;
    }

    .container-top-menu {
        display: none;
    }

    .container-site {
    	padding: 0;
    }

    .container-top {
    	height: 55px;
    }

    .container-top .header-1,
    .container-top .header-3 {
    	padding: 0 10px;
    }

    .content-site {
    	width: 100%;
        padding-top: 5px;
    	margin-bottom: 0;
    }

    .col-content {
    	padding: 0 20px;
    }

    .col-4,
    .col-6,
    .col-8 {
    	width: 100%;
    }

    .w250 {
        width: 100%;
    }

    .header-1 {
    	font-size: 33px;
    	margin: 15px 0;
    }

    .header-2 {
    	margin: 20px 0 10px;
    }


    .img__devices {
    	margin: 20px 0;
    }

    .front-info-box {
    	padding-top: 10px;
    	padding-bottom: 0px;
    }

    .front-info-box i {
    	display: none;
    }

    .front-info-box .header-4 {
		padding-left: 0;
	}

    .focus-box {
        margin: 20px 0 10px;
    }

    .focus-box p,
    .front-list {
        font-size: 16px;
    }

	.tbl_prices {
		width: 100%;
	}

    .contact_table th {
        width: 100px;
    }

    .wrapper-footer {
        height: 110px;
    }

    .footer-content {
        padding: 12px 0 0;
    }

}