@charset "utf-8";
/* Pholio CSS */

body {
	background-color: #28292b;
	color: #fff;
	font-family:"Montserrat", sans serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
    font-size: 24px;
    line-height: 1.45;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 20px;
}

p {
	margin: 0 0 20px;
	line-height: 1.65;
}

a {
	text-decoration: none !important;
	color: #fff;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #28292b;
	width: 100%;
}

button {
	cursor: pointer;
}

button:focus {
	outline: none;
}

table td, table th {
    padding: 12px 20px;
    border: 1px solid #dcdcdc;
}

strong {
    font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}

.h1, h1 {
    font-size: 48px;
    line-height: 1;
	color: #69bfc8;
}

.h2, h2 {
    font-size: 48px;
    line-height: 1;
}

.h3, h3 {
    font-size: 38px;
    line-height: 1.32;
}

.h4, h4 {
    font-size: 28px;
    line-height: 1.45;
}

.h4, span {
    font-size: 16px;
	font-weight: 200;
    line-height: 1.45;
}

.docagree ul {
    margin: 0;
    padding-left: 30px;
    line-height: 2;
    list-style-type: disc;
    list-style-position: inside;
	list-style-image: none;
}

.docagree a {
    font-weight: 700;
	color: #5880b7 !important;
}

.docagree a:hover {
	color: #69bfc8 !important;
}

/*Preloader*/
@media(min-width:1200px) {
    .vlt-site-preloader {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        transition-property: all;
        background-color: #28292b;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .vlt-is-page-loaded .vlt-site-preloader {
        visibility: hidden;
        opacity: 0;
    }

    .vlt-site-preloader .image img {
        height: 100px;
        border-radius: 50%
    }
}

@media(max-width:1199px) {
    .vlt-site-preloader {
        display: none;
    }
}
/*Rammeverk*/
.ph-section{
	position: relative;
    z-index: 0;	
}
.ph-section-blue{
	position: relative;
    z-index: 0;
	background-color: #5880b7;
}
.ph-section-xdark{
	position: relative;
    z-index: 0;
	background-color: #202124;
}

.ph-section-video{
	position: relative;
    z-index: 0;
	background-image: url("../images/bg_video_dark_3.jpg");
	background-position-y: center;
    background-position-x: center;
    background-size: cover;
}

.ph-section-pricetable{
	position: relative;
    z-index: 0;
	background-image: url("../images/screenshots_dark.jpg");
	background-position-y: center;
    background-position-x: center;
    background-size: cover;
}

.ph-section-txt-left{
	padding-right: 70px;
}
.ph-section-txt-right{
	padding-left: 70px;
}
.ph-section-txt-price {
    padding-left: 120px;
    padding-right: 120px;
}
	
/*Avstand*/
.pholio-space-10 {
	height: 10px;
}
.pholio-space-20 {
	height: 20px;
}
.pholio-space-30 {
	height: 30px;
}
.pholio-space-40 {
	height: 40px;
}
.pholio-space-60 {
	height: 60px;
}
.pholio-space-80 {
	height: 80px;
}
.pholio-space-100 {
	height: 100px;
}
.pholio-space-120 {
	height: 120px;
}
.pholio-space-140 {
	height: 140px;
}
.pholio-space-160 {
	height: 160px;
}

.pholio-dark {
	background-color: #28292b;
}

.pholio-light {
	background-color: #efefef;
	color: #28292b;
	font-weight: 400;
}

.pholio-light h3 {
	font-weight: 900;
}

.pholio-light a {
	color: #28292b;
}

.pholio-light a:hover {
	color: #5880b7;
	background-position: center!important;
}

.pholio-light-menu .header__menu-button {
    color: #909298;
}

.pholio-light-menu .header__menu-button:hover {
    color: #fff;
}



.login_button-light {
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
    right: 50px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    width: 100px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #909298;
    transition: color 0.5s;
    z-index: 2;
}
.login_button-light:hover {
	color: #fff;
}

.login-mobile:hover {
	color: #fff;
}

.support_menu {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    color: #909298;
    transition: color 0.5s;
    z-index: 2;
}
.support_menu .active {
    color: #fff;
}

.support_menu .helpdesk {
    position: absolute;
    right: 307px;
    top: 53px;
}
.support_menu .usermanual {
    position: absolute;
    right: 181px;
    top: 53px;
}
.support_menu .changelog {
    position: absolute;
    right: 50px;
    top: 53px;
}

.theme-btn:hover {
    background-color: #052537 !important;

}

.header_is_fixed_light .header__container {
  position: fixed;
  top: -104px;
  background: #28292b;
  color: #fff;
  transform: translateY(100%);
  padding-top: 28px;
  transition: background 0.5s ease, transform 0.5s ease;
}

.txt-light {
	color: #28292b;
}

/*
header
*/

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
}

.header_white {
  color: #fff;
}

.header__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #202124;
  opacity: 0.9;
  display: none;
}

.header__container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 1px;
}

.header_fixed .header__container {
  transform: translateY(0%);
}

.header_is_fixed .header__container {
  position: fixed;
  background: #323335;
  color: #fff;
  transform: translateY(100%);
  padding-top: 28px;
  transition: background 0.5s ease, transform 0.5s ease;
}

.header__logo {
  position: relative;
  display: block;
  z-index: 3;
}

.header__wrapper {
  padding-top: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 25px;
  padding-right: 60px;
  padding-left: 60px;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header__menu-button {
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  width: 50px;
  height: 50px;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #909298;
  transition: color 0.5s;
  z-index: 2;
}

.header__menu-button:hover {
  color: #ffffff;
}

.header__menu-button_dark {
  color: #000;
}

.header__menu-button_fixed {
  right: 47px;
  top: 34px;
  margin: 0;
}

.header__menu-button-inner {
  height: 2px;
  width: 24px;
  background: currentColor;
  position: relative;
  border: 0;
  transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
  background: transparent;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
  position: absolute;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: currentColor;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
  transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
  animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
  animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
  0% {
    transform: translateY(7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes button-before-open-animation {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(7px);
  }
}

.header__menu-button-inner:after {
  transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
  animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
  animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
  0% {
    transform: translateY(-7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes button-after-open-animation {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-7px);
  }
}

.header__menu {
  transform: translateX(100%) translateZ(0);
  transition: 0.6s;
  z-index: 9;
}

.header__menu_opened {
  transform: translateX(0%) translateZ(0);
}

.login_button {
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
    right: 50px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    width: 100px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #909298;
    transition: color 0.5s;
    z-index: 2;
}
.login_button:hover {
	color: #fff;
}

.login-btn-header-menu {
	font-size: 18px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    right: 6px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    width: 100px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #909298;
    transition: color 0.5s;
    z-index: 2;
}
/*
menu-panel
*/

.menu-panel {
  position: fixed;
  background: #323335;
  color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 550px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}


.menu-panel__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 44px;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-panel__menu {
  list-style:none;
  transition: all 0.5s 0.6s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__menu {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__menu-item {
  margin-bottom: 15px;
}

.menu-panel__menu-link {
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  color: #909298;	
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  line-height: 1.1;
  padding:0;
  transition: all 0.3s;	
}

.menu-panel__menu-link_active,
.menu-panel__menu-link.active {
  color: #fff;
  font-weight: 700;	
}

.menu-panel__menu-link_active.collapsed {
  color: #fff;
}

.menu-panel__menu-link:hover {
  color: #fff;
  font-weight: 700;
}

.menu-panel__locales {
  margin-bottom: 76px;
  transition: all 0.5s 0.4s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__locales {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

.menu-panel__locale:after {
  display: none;
}

.menu-panel__footer {
  margin-top: auto;
  padding-bottom: 44px;
}

.menu-panel__socials {
  margin-top: 60px;
  transition: all 0.5s 0.7s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__socials {
  transform: translate(0);
  opacity: 1;
}

.menu-panel .menu-panel__socials {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-panel__bottom {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;	
  color: #909298;
  transition: all 0.5s 0.9s ease;
  transform: translateY(2rem);
  opacity: 1;
  text-decoration: none;
}

.header__menu_opened .menu-panel__bottom {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__bottom strong {
  color: #000;
  font-weight: 700;
}

.menu-panel__bottom a {
  color: #909298;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 300;
}

.menu-panel__bottom a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  background: currentColor;
  opacity: 0;
}

.menu-panel__bottom a:hover {
  color: #fff;
  font-weight: 700;	
}

.menu-panel__bottom a:hover:after {
  opacity: 1;
  font-weight: 700;	
}

.menu-panel__bottom a_active {
  color: #fff;
}

.menu-panel__bottom a_active:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:hover:after {
  opacity: 0;
  text-decoration: none;	
}

@media only screen and (max-width: 1280px) {
.menu-panel {
    width: 50%;
    max-width: 100%;
}
}

@media only screen and (max-width: 767px) {
.menu-panel {
    width: 100%;
    max-width: 100%;
}
}

/*
socials
*/

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socials-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socials__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #909298;
  color: #909298;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.socials__social:not(:first-child) {
  margin-left: 15px;
}

.socials__social:hover {
  background: #fff;
  color: #202124;
  border-color: #FFFFFF;
}

.socials__social-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  color: #909298;
  background-color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.socials__social-contact:not(:first-child) {
  margin-left: 15px;
}

.socials__social-contact:hover {
  background: #5880b7;
  color: #fff !important;
  border-color: #5880b7;
}

/*
visually-hidden
*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/*
zoom-image-head
*/

.zoom-image-head {
  position: relative;
  height: 100vh;
  z-index: 2;
  color: #242323;
}

.no-mobile .zoom-image-head {
  margin-bottom: 0px;
}

.zoom-image-head__body {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-image-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.zoom-image-head__bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-position-y: bottom;
}

.zoom-image-head__bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.zoom-image-head__content {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-top: 0px;
}

.zoom-image-head__subtitle {
  font-size: 24px;
  line-height: 1.666666666666667;
  letter-spacing: .075em;
  font-weight: 100;
  font-weight: 300;
  margin-left: 4px;
  color: #fff;
  text-align: center;
}

.zoom-image-head__subtitle strong {
  font-weight: 500;
}

.zoom-image-head__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 110px;
  text-transform: lowercase;
  font-weight: 800;
  line-height: 0.909090909090909;
  color: #fff;
  text-align: center;
}

.zoom-image-head__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  color: #666;
  text-align: center;
  margin-top: 60px;
}

.zoom-image-head__icon {
  color: #5880b7;
  font-size: 60px;
  margin-top: 20px;
  margin-top: 1vh;
  text-align: center;
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*Process*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
       -o-transition: opacity 1s linear;
          transition: opacity 1s linear;
}

.fade.in {
  opacity: 1;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.process {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 120px;
}

.process-row {
	display: table-row;
}

.process-row:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #4c5059;
	z-order: 0;
}

.process-step {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 20%;
}

.process-step small {
	display: block;
	text-transform: uppercase;
	padding-top: 18px;
}

.process-step .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 0px solid #e5e5e5 !important;
	background-color: #4C5059;
	color: #fff;
}

.btn-circle:hover,
.btn-info {
	background: #5880b7 !important;
	border-color:#5880b7 !important;
	color: #fff;
	transition: 0.5s;
}

.btn-circle:active,
.btn-info {
	background: #5880b7 !important;
	border-color: #5880b7 !important;
}

/*Testimonials*/
.testimonial_content {
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
}

.slick-slider {
  margin: 30px auto 30px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: #909298;
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #909298;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: #323335;
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
}

.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.quote-container .quote {
  position: relative;
  z-index: 10;
  padding: 40px 0 40px 180px;
  margin: 0;
  font-size: 24px;
  line-height: 1.45 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: white;
}
.quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: #323335;
  font-size: 7.5em;
  font-weight: 800;
  opacity: 1;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 12px;
  color: #909298;
}
.quote-container .quote cite span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.testimonial_portrait {
  border-radius: 50%;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/*Pricing table*/
.ph-pricing-table {
    padding: 50px 50px;
    text-align: center;
    border: 0px solid #fff;
    background-color: #fff;
    border-radius: 50px;
}

.ph-pricing-table__header h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
}
.ph-is--lowercase-mode .ph-pricing-table__header h4 {
    text-transform: lowercase;
}
.ph-pricing-table__header em {
    font-size: 14px;
    display: block;
    margin-top: 8px;
    color: #fff;
}
.ph-pricing-table__price {
    font-family: Montserrat;
    line-height: 1;
    display: block;
    padding: 10px 0 35px 0;
    color: #28292b;
}
.ph-pricing-table__price>span {
    display: inline-block;
}
.ph-pricing-table__price .currency {
    font-size: 36px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: top;
    color: #fff;
}
.ph-pricing-table__price .amount {
    font-size: 80px;
    font-weight: 700;
}
.ph-pricing-table__price .period {
    display: block;
    margin-top: -2px;
    margin-left: 20px;
    color: #fff;
}
.ph-pricing-table--featured {
    color: #fff;
    border-color: #5880b7;
    background-color: #5880b7;
}
.ph-pricing-table--featured .ph-pricing-table__header h4 {
    color: #fff;
}
.ph-is--lowercase-mode .ph-pricing-table--featured .ph-pricing-table__header h4 {
    text-transform: lowercase;
}
.ph-pricing-table--featured .ph-pricing-table__header em {
    opacity: .9;
}
.ph-pricing-table--featured .ph-pricing-table__price {
    color: #fff;
}

#price_list {
    margin: 0;
    padding: 0;
    line-height: 2;
    list-style-type: disc;
    list-style-position: inside;
    list-style-image: url("../images/checkpoint.png");
}

/*.ph-pricing-table ol, ul {
    margin: 0;
    padding: 0;
	line-height: 2;
	list-style-type: disc;
    list-style-position: inside;
	list-style-image: url("../images/checkpoint.png");
}*/

/*Buttons*/
.ph-btn {
    line-height: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 19px 30px;
    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
    text-decoration: none;
    letter-spacing: .075em;
    text-transform: uppercase;
    border: none;
    outline: 0;
}
.ph-btn:active, .ph-btn:focus, .ph-btn:hover {
    outline: 0;
}
.ph-btn.disabled, .ph-btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.ph-btn i {
    margin-left: 15px;
}
.ph-btn--primary {
    color: #fff;
    background-color: #5880b7;
    border-radius: 50px;
}
.ph-btn--primary::after {
    background-color: #69bfc8;
}
.ph-btn--primary:hover {
    color: #fff;
}
.ph-btn--primary:not(.ph-btn--effect):hover {
    background-color: #69bfc8;
}
.ph-btn--secondary {
    color: #fff;
    background-color: #69bfc8;
}
.ph-btn--secondary::after {
    background-color: #5880b7;
}
.ph-btn--secondary:hover {
    color: #fff;
}
.ph-btn--secondary:not(.ph-btn--effect):hover {
    background-color: #5880b7;
}
.ph-btn--third {
    color: #5880b7;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #5880b7;
    box-shadow: inset 0 0 0 2px #5880b7;
    border-radius:  50px;
}
.ph-btn--third::after {
    background-color: #5880b7;
}
.ph-btn--third:hover {
    color: #fff !important;
}
.ph-btn--third:not(.ph-btn--effect):hover {
    background-color: #5880b7;
}
.ph-btn--fourth {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius:  50px;
}
.ph-btn--fourth::after {
    background-color: #69bfc8;
}
.ph-btn--fourth:hover {
    color: #fff;
}
.ph-btn--fourth:not(.ph-btn--effect):hover {
    background-color: #69bfc8;
}
.ph-btn--fifth {
    color: #fff;
    background-color: #28292b;
}
.ph-btn--fifth::after {
    background-color: #69bfc8;
}
.ph-btn--fifth:hover {
    color: #fff;
}
.ph-btn--fifth:not(.ph-btn--effect):hover {
    background-color: #69bfc8;
}
.ph-btn--sixth {
    color: #fff;
    background-color: #5880b7;
}
.ph-btn--sixth::after {
    background-color: #fff;
}
.ph-btn--sixth:hover {
    color: #202124;
}
.ph-btn--sixth:not(.ph-btn--effect):hover {
    background-color: #fff;
}
.ph-btn--seventh {
    color: #202124;
    background-color: #fff;
}
.ph-btn--seventh::after {
    background-color: #69bfc8;
}
.ph-btn--seventh:hover {
    color: #fff;
}
.ph-btn--seventh:not(.ph-btn--effect):hover {
    background-color: #69bfc8;
}
.ph-btn--eighth {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #5880b7;
    box-shadow: inset 0 0 0 2px #5880b7;
}
.ph-btn--eighth::after {
    background-color: #5880b7;
}
.ph-btn--eighth:hover {
    color: #fff;
}
.ph-btn--eighth:not(.ph-btn--effect):hover {
    background-color: #5880b7;
}
.ph-btn--lg {
    padding: 23px 45px;
}
.ph-btn--sm {
    padding: 14px 25px;
}
.ph-btn--xs {
    padding: 12px 20px;
}
@-webkit-keyframes ph_btn_effect {
    49% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes ph_btn_effect {
    49% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.ph-btn--effect, .ph-services-box__link, .ph-simple-image .ph-image-link {
    overflow: hidden;
}
.disabled.ph-btn--effect::after, .disabled.ph-services-box__link::after, .ph-btn--effect:disabled::after, .ph-services-box__link:disabled::after, .ph-simple-image .disabled.ph-image-link::after, .ph-simple-image .ph-image-link:disabled::after {
    display: none;
}
.ph-btn--effect::after, .ph-services-box__link::after, .ph-simple-image .ph-image-link::after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
}
.ph-btn--effect span, .ph-services-box__link span, .ph-simple-image .ph-image-link span {

    position: relative;
    z-index: 1;
    display: block;
}
.ph-btn--effect:hover span, .ph-services-box__link:hover span, .ph-simple-image .ph-image-link:hover span {
    -webkit-animation-name: ph_btn_effect;
    animation-name: ph_btn_effect;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.ph-btn--effect:hover::after, .ph-services-box__link:hover::after, .ph-simple-image .ph-image-link:hover::after {
    height: 100%}

/*Footer*/
.fixed_footer{
  	width: 100%;
  	height: 500px;
  	background: #28292b;
	background-image: url("../images/topo_corner_dark.png");
	background-repeat: no-repeat;
  	background-position-x: right;
    background-position-y: top;
	background-size: 500px;
  	position: fixed; left: 0; bottom: 0;
  	z-index: -100;
}
.fixed_footer p{
    color: #909298;
}

.content{
	margin-bottom: 500px; /* Same height as footer */
	width: 100%;
}

.content-light{
	margin-bottom: 500px; /* Same height as footer */
	width: 100%;
	background-color: #efefef;
}
.ph-footer {
	color: #909298;
}
.ph-footer a{
    color: #909298;
	transition: all 0.3s;
}
.ph-footer a:hover{
    color: #fff;
	font-weight: 700;
}

.footer-mobile a{
    color: #909298;
	transition: all 0.3s;
}
.footer-mobile a:hover{
    color: #fff;
	font-weight: 700;
}

/*Video Knapp*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #28292b;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.video-play-button span:hover {
  border-left: 32px solid #5880b7;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Skjema*/
.ph-form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.ph-form-group--small {
    margin-bottom: 20px;
}
.ph-form-row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
.ph-form-row.two-col {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width:767px) {
    .ph-form-row.two-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
}}
.ph-contact-form #error_message, .ph-contact-form #success_message {
    margin: 30px 0 0;
    list-style-type: none;
    color: #D34551;
}
.contactform_light input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-family: "Montserrat", sans serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    letter-spacing: 0;
    text-transform: none;
    color: #202124;
    border: 0px solid #323335;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*Parallax bildebakgrunn*/
.parallax-section {

  overflow: hidden;
  position: relative;
}

.parallax-section .parallax-content {
  position: relative;
  z-index: 2;
}

.parallax-section .parallax-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position-y: bottom;
  height: 1200px;
  left: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}

/* max-width 1200px */
@media (max-width: 1200px) {
	.scroll-downs {
    top: 180px;
}
	.zoom-image-head__title {
    font-size: 74px;
}
	}

/* max-width 991px */
@media (max-width: 991px) {
	.zoom-image-head__title {
    font-size: 56px;
}
	.zoom-image-head__subtitle {
    font-size: 20px;
}
	.h3, h3 {
  	font-size: 30px;
}
	.quote-container .quote p {
    font-size: 16px;
}
	.ph-section-txt-right {
    padding-left: 0px;
}
	.ph-section-txt-left {
    padding-right: 0px;
}
	.scroll-downs {
    top: 140px;
}
	}

/* max-width 767px */
@media (max-width: 767px){
	.content {
    margin-bottom: 400px;
}
	.content-light {
    margin-bottom: 400px;
}	
	.h2, h2 {
    font-size: 38px;
}
	.h3, h3 {
  	font-size: 34px;
}
	.h4, h4 {
  	font-size: 24px;
}
	.zoom-image-head__title {
    font-size: 40px;
}
	.zoom-image-head__subtitle {
    font-size: 16px;
}
	.pholio-space-40 {
    height: 20px;
}
	.pholio-space-80 {
    height: 40px;
}
	.pholio-space-120 {
    height: 80px;
}
	.ph-section-txt-right {
    padding-left: 0px;
}
	.ph-section-txt-left {
    padding-right: 0px;
}
	.process {
    margin-bottom: 60px;
}
	.fixed_footer {
    height: 400px;
}
	.scroll-downs {
    top: 110px;
}
	}

/* max-width 575px */
@media (max-width: 575px){
	.content {
    margin-bottom: 360px;
}
	.content-light {
    margin-bottom: 360px;
}
	.header__wrapper {
    padding-right: 30px;
    padding-left: 30px;
}
	.header__container {
    padding-top: 30px;
}
	.h2, h2 {
    font-size: 28px;
}
	.h3, h3 {
    font-size: 30px;
}
	.h4, h4 {
    font-size: 20px;
}
	.ph-section-txt-left {
    padding-right: 0px;
}
	.ph-section-txt-right {
    padding-left: 0px;
}
	.zoom-image-head__title {
    font-size: 34px;
}
	.zoom-image-head__subtitle {
    font-size: 12px;
}
	.ph-form-group {
    margin-right: 5px;
    margin-left: 5px;
}
	.pholio-space-30 {
    height: 20px;
}
	.pholio-space-40 {
    height: 20px;
}
	.pholio-space-80 {
    height: 30px;
}
	.pholio-space-120 {
    height: 60px;
}
	.menu-panel__menu-link {
    font-size: 24px;
}
	.menu-panel__inner {
    padding-left: 30px;
    padding-right: 30px;
}
	.menu-panel__footer {
    padding-bottom: 24px;
}
	.menu-panel .menu-panel__socials {
    justify-content: center;
}
	.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0px;
	line-height: 1px;	
}	
	.process-row:before {
    top: 25px;
}
	.process-step small {
	display: none;
}
	.process {
    margin-bottom: 50px;
}
	.fixed_footer {
    height: 360px;
}
	.scroll-downs {
    top: 80px;
}
	}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #202124;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
  background-color: #fff;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #202124, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #202124, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #5880b7;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #5880b7;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #5880b7;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #5880b7;
  bottom: 50%;
  margin-bottom: -17px;
}
