/** Accessibility **/
.cmplz-btn:focus-visible,
a:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 2px !important;
}

.talkto-dark-background a:focus-visible {
	outline-color: #fff !important;
}

.fl-button-wrap a:focus-visible,
.cmplz-btn:focus-visible,
a.pp-button:focus-visible {
	outline-offset: 2px;

	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.pp-hamburger:focus-visible,
.pp-menu-close-btn:focus-visible,
.pp-advanced-menu-mobile-toggle:focus-visible,
.pp-menu-close-btn:focus-visible,
.fl-menu-mobile-toggle:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 5px !important;
}

.pp-advanced-menu .menu-item a:focus-visible > span,
.fl-menu .menu-item a:focus-visible {
	outline: 2px solid #000 !important;
	outline-style: solid !important;
	outline-width: 2px !important;
	outline-color: #000 !important;
	outline-offset: 0px !important;
}

/** Beaver Builder related **/
.fl-page-nav-collapse .menu-item-has-children .sub-menu {
	display: none;
}

.fl-page-nav-collapse .menu-item-has-children.fl-mobile-sub-menu-open .sub-menu {
	display: block;
}

/** Powerpack related **/
.mfp-close:focus-visible, .mfp-arrow:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 0 !important;
}

.mfp-close:active,
.mfp-close:focus,
.mfp-close:focus-visible {
	color: #fff !important;
}

.pp-swiper-button:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 5px !important;
}

.pp-image-carousel a:focus-visible::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.2);
}

.pp-photo-gallery-content a:focus-visible img {
	outline: 2px solid #fff !important;
	outline-offset: -3px !important;
	transition: none !important;
}

/** horizontal, scrollable sections **/
.talkto-horz-scrollable-container {
	position: relative;
}

.talkto-horz-scrollable-container::after {
	content: '';
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30px;

	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

	-webkit-transition: width 0.1s;
	-moz-transition: width 0.1s;
	-o-transition: width 0.1s;
	transition: width 0.1s;
}

.talkto-horz-scrollable-container-scrolled::after {
	width: 0;
}


/** talkto megamenu **/
body.talkto-megamenu-active {
}

body.talkto-megamenu-active .talkto-megamenu-container .talkto-megamenu-content {
	overflow: hidden auto;
}

.pp-advanced-menu ul > li.talkto-megamenu-inline {
	position: static;
}

.pp-menu-default ul > li.talkto-megamenu-alternative {
	display: none !important;
}

.pp-menu-full-screen ul > li.talkto-megamenu {
	display: none !important;
}

.talkto-megamenu-container {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.talkto-megamenu-container.talkto-megamenu-container-is-fixed {
	position: fixed;
	top: 0;
	height: 100%;
}

.talkto-megamenu-container.talkto-megamenu-hidden {
	display: none;
}

.talkto-megamenu-container .talkto-megamenu-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}


.talkto-megamenu-container .talkto-megamenu-backdrop,
.talkto-megamenu-container .talkto-megamenu-content {
	transition: all 0.2s;
}

.talkto-megamenu-container .talkto-megamenu-backdrop {
	opacity: 0;
}

.talkto-megamenu-container.visible .talkto-megamenu-backdrop {
	opacity: 1;
}

.talkto-megamenu-container .talkto-megamenu-content {
	opacity: 0;
	margin-top: -30px;
}

.talkto-megamenu-container.talkto-megamenu-is-modal .talkto-megamenu-content {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
}

.talkto-megamenu-container.visible .talkto-megamenu-content {
	opacity: 1;
	margin-top: 0px;
}


.talkto-megamenu-container .talkto-megamenu-content > .fl-builder-content {
	position: absolute;
	width: 100%;
}

.pp-advanced-menu .talkto-megamenu-container .talkto-megamenu-content > .fl-builder-content .fl-row {
	margin: 0 !important;
}

.talkto-megamenu-container .fl-builder-content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.talkto-megamenu-container .fl-builder-content ul li {
}

.talkto-megamenu-container .fl-builder-content a:focus-visible {
	outline: 2px solid #000;
	outline-offset: 5px;
}


.talkto-megamenu-list ul li {
	padding-left: 15px;
}

.talkto-megamenu-list h2 + ul + p {
	display: none;
}

/** search form with ajax results **/
.talkto-search-form .fl-search-results-content.has-content {
	max-height: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 5px 0 !important;
}


/** spinner **/

@keyframes spinner-animation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

@keyframes after-spinner-animation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

.talkto-spinner {
	margin: 0 auto;
	
	width: 50px;
	height: 50px;
	
	border-left: 3px solid #000;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-animation: spinner-animation 0.5s linear 0s infinite;
	-moz-animation: spinner-animation 0.5s linear 0s infinite;
	-o-animation: spinner-animation 0.5s linear 0s infinite;
	animation: spinner-animation 0.5s linear 0s infinite;
}



/** gdpr related **/
.talkto-hidden, .tt-hidden {
	display: none !important;
}

.talkto-gdpr-security-loading,
.talkto-gdpr-functional-loading,
.talkto-gdpr-statistics-loading,
.talkto-gdpr-marketing-loading {
	padding-top					: 20px;
	display						: none;
}

.talkto-gdpr-security-loading-placeholder,
.talkto-gdpr-functional-loading-placeholder,
.talkto-gdpr-statistics-loading-placeholder,
.talkto-gdpr-marketing-loading-placeholder {
	padding-top					: 20px;
}
.talkto-gdpr-security-loading-placeholder img,
.talkto-gdpr-functional-loading-placeholder img,
.talkto-gdpr-statistics-loading-placeholder img,
.talkto-gdpr-marketing-loading-placeholder img {
	vertical-align: middle;
}

.talkto-gdpr-security .talkto-gdpr-security-loading.not-ready,
.talkto-gdpr-marketing .talkto-gdpr-marketing-loading.not-ready,
.talkto-gdpr-statistics .talkto-gdpr-statistics-loading.not-ready,
.talkto-ready .talkto-gdpr-security-loading,
.talkto-ready .talkto-gdpr-functional-loading,
.talkto-gdpr-statistics .talkto-gdpr-statistics-loading.not-ready,
.talkto-ready .talkto-gdpr-marketing-loading {
	display: block;
}

.talkto-ready .talkto-gdpr-security-loading-placeholder,
.talkto-ready .talkto-gdpr-functional-loading-placeholder,
.talkto-gdpr-statistics .talkto-gdpr-statistics-loading,
.talkto-ready .talkto-gdpr-marketing-loading-placeholder {
	display: none;
}

.talkto-gdpr-security-placeholder,
.talkto-gdpr-functional-placeholder,
.talkto-gdpr-statistics-placeholder,
.talkto-gdpr-marketing-placeholder {
	padding						: 20px 20px 20px;
	text-align					: center;
}

.talkto-gdpr-security-placeholder.plain,
.talkto-gdpr-functional-placeholder.plain,
.talkto-gdpr-statistics-placeholder.plain,
.talkto-gdpr-marketing-placeholder.plain {
	background					: transparent;
	/*color						: #000;*/
	padding						: 0px;
}

.talkto-gdpr-security .talkto-gdpr-security-placeholder,
.talkto-gdpr-functional .talkto-gdpr-functional-placeholder,
.talkto-gdpr-statistics .talkto-gdpr-statistics-placeholder,
.talkto-gdpr-marketing .talkto-gdpr-marketing-placeholder {
	display						: none !important;
}

.talkto-gdpr-security-placeholder *,
.talkto-gdpr-functional-placeholder *,
.talkto-gdpr-statistics-placeholder *,
.talkto-gdpr-marketing-placeholder * {
	/*color						: #000 !important;*/
}

.talkto-gdpr-security-placeholder a,
.talkto-gdpr-functional-placeholder a,
.talkto-gdpr-statistics-placeholder a,
.talkto-gdpr-marketing-placeholder a {
	color						: #000;
	text-decoration				: underline;
}

.talkto-dark-background .talkto-gdpr-security-placeholder a,
.talkto-dark-background .talkto-gdpr-functional-placeholder a,
.talkto-dark-background .talkto-gdpr-statistics-placeholder a,
.talkto-dark-background .talkto-gdpr-marketing-placeholder a {
	color						: #fff;
}

.talkto-gdpr-security-placeholder.plain a,
.talkto-gdpr-functional-placeholder.plain a,
.talkto-gdpr-statistics-placeholder.plain a,
.talkto-gdpr-marketing-placeholder.plain a {
	color						: #000;
}

.talkto-dark-background .talkto-gdpr-security-placeholder.plain a,
.talkto-dark-background .talkto-gdpr-functional-placeholder.plain a,
.talkto-dark-background .talkto-gdpr-statistics-placeholder.plain a,
.talkto-dark-background .talkto-gdpr-marketing-placeholder.plain a {
	color						: #fff;
}

.talkto-gdpr-security-hidden,
.talkto-gdpr-functional-hidden,
.talkto-gdpr-statistics-hidden,
.talkto-gdpr-marketing-hidden {
	display						: none;
}

.talkto-gdpr-security .talkto-gdpr-security-hidden,
.talkto-gdpr-functional .talkto-gdpr-functional-hidden,
.talkto-gdpr-statistics .talkto-gdpr-statistics-hidden,
.talkto-gdpr-marketing .talkto-gdpr-marketing-hidden {
	display						: block;
}


.talkto-gdpr-loading {
	display: none;
}

.talkto-gdpr-loading-placeholder img {
	vertical-align: middle;
}

.talkto-ready .talkto-gdpr-loading {
	display: block;
}

.talkto-ready .talkto-gdpr-loading-placeholder {
	display: none;
}

.talkto-dark-background .talkto-spinner {
	border-color: #Fff;
}

.talkto-gdpr-form.not-ready::after,
.talkto-gdpr-script.not-ready::after {
	position: absolute;
	content: '';
	
	margin-left: -25px;
	
	width: 50px;
	height: 50px;
	
	top: 25px;
	left: 50%;
	
	border-left: 3px solid #000;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-animation: spinner-animation 0.5s linear 0s infinite;
	-moz-animation: spinner-animation 0.5s linear 0s infinite;
	-o-animation: spinner-animation 0.5s linear 0s infinite;
	animation: spinner-animation 0.5s linear 0s infinite;
	
	z-index: 0;
}

.talkto-dark-background .talkto-gdpr-form.not-ready::after,
.talkto-dark-background .talkto-gdpr-script.not-ready::after {
	border-color: #Fff;
}

.talkto-gdpr-form.not-ready::before,
.talkto-gdpr-script.not-ready::before {
	position: absolute;
	content: '';
	color: #000;
	top: 95px;
	left: 50%;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	z-index: 0;
}

.talkto-dark-background .talkto-gdpr-form.not-ready::before,
.talkto-dark-background .talkto-gdpr-script.not-ready::before {
	color: #fff;
}

html[lang="nb-NO"] .talkto-gdpr-form.not-ready::before {
	content: 'Laster inn skjema ...';
}

html[lang="nb-NO"] .talkto-gdpr-script.not-ready::before {
	content: 'Laster inn ...';
}

html[lang="en-US"] .talkto-gdpr-form.not-ready::before,
html[lang="en-UK"] .talkto-gdpr-form.not-ready::before,
html[lang="en-GB"] .talkto-gdpr-form.not-ready::before {
	content: 'Loading form ...';
}

html[lang="nb-NO"] .talkto-gdpr-form.not-ready::before {
	content: 'Laster inn skjema ...';
}

html[lang="en-US"] .talkto-gdpr-script.not-ready::before,
html[lang="en-UK"] .talkto-gdpr-script.not-ready::before,
html[lang="en-GB"] .talkto-gdpr-script.not-ready::before {
	content: 'Loading ...';
}

html[lang="en-US"] .talkto-gdpr-form.not-ready::before,
html[lang="en-UK"] .talkto-gdpr-form.not-ready::before,
html[lang="en-GB"] .talkto-gdpr-form.not-ready::before {
	content: 'Loading form ...';
}

.talkto-gdpr-form.not-ready,
.talkto-gdpr-script.not-ready {
	height: 150px;
	position: relative;
}

.talkto-gdpr-script.not-ready {
}


.talkto-gdpr-form.not-ready .wpcf7 {
	display: none;
}


/** contact form **/

.tt-contact-form {
	color: #000;
}

.talkto-dark-background .tt-contact-form {
	color: #fff;
}

.tt-contact-form .tt-terms {
	text-align: left;
	padding-top: 20px;
}

.tt-contact-form .tt-terms .terms {
	margin-left: 40px;
	line-height: 20px;
	font-size: 1rem;
}

.tt-contact-form .tt-terms .terms a {
}

.talkto-dark-background .tt-contact-form .tt-terms .terms a {
	color: #fff;
}

.tt-contact-form .tt-terms .tt-send {
	padding-top: 20px;
}

.tt-contact-form .wpcf7-acceptance span {
	line-height: 20px;
}

.tt-contact-form .wpcf7-form-control-wrap {
	display: block;
	padding-top: 10px;
}

.tt-contact-form .wpcf7-acceptance .wpcf7-list-item,
.tt-contact-form .wpcf7-checkbox .wpcf7-list-item,
.tt-contact-form .wpcf7-radio .wpcf7-list-item {
	margin-left: 0px;
}

.tt-contact-form .wpcf7-acceptance .wpcf7-list-item-label,
.tt-contact-form .wpcf7-checkbox .wpcf7-list-item-label,
.tt-contact-form .wpcf7-radio .wpcf7-list-item-label {
	display: block;
	margin-left: 40px;
	padding-top: 3px;
}

.talkto-dark-background .tt-contact-form input + .wpcf7-list-item-label {
	outline-color: #fff;
}

.tt-contact-form .tt-form-toggle.wpcf7-acceptance .wpcf7-list-item-label,
.tt-contact-form .tt-form-toggle.wpcf7-checkbox .wpcf7-list-item-label,
.tt-contact-form .tt-form-toggle.wpcf7-radio .wpcf7-list-item-label {
	margin-left: 80px;
	padding-bottom: 20px;
}

.tt-contact-form .tt-form-toggle.wpcf7-acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label,
.tt-contact-form .tt-form-toggle.wpcf7-checkbox input[type="checkbox"]:focus-visible + .wpcf7-list-item-label,
.tt-contact-form .tt-form-toggle.wpcf7-radio input[type="radio"]:focus-visible + .wpcf7-list-item-label {
	outline: none;
}

.tt-contact-form .tt-form-toggle.wpcf7-acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before,
.tt-contact-form .tt-form-toggle.wpcf7-checkbox input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before,
.tt-contact-form .tt-form-toggle.wpcf7-radio input[type="radio"]:focus-visible + .wpcf7-list-item-label::before {
	outline: 2px solid #000;
	outline-offset: 5px;
	
	transition: none;
}

.tt-contact-form .wpcf7-acceptance span a,
.tt-contact-form .tt-terms a {
	text-decoration: underline !important;
}

.tt-contact-form .wpcf7-acceptance span a:hover,
.tt-contact-form .tt-terms a:hover {
}

.tt-contact-form .wpcf7-not-valid-tip {
	color: #b89535;
}

.tt-contact-form .wpcf7-form-control-wrap {
	padding-top: 0;
}

.wpcf7-response-output {
	margin: 0 0 1em;
}

.tt-contact-form label,
.tt-contact-form p.label {
	width: 100%;
	margin-bottom: 20px;
	font-weight: normal;
}

.tt-contact-form label.no-full-width {
	width: auto;
}

.tt-contact-form .elements > div.section p {
	margin-bottom: 0;
}

.tt-contact-form input[type="submit"] {
	font-size: 1rem;
	line-height: 1.25rem;
}

.tt-contact-form input[type="text"],
.tt-contact-form input[type="email"],
.tt-contact-form input[type="tel"],
.tt-contact-form textarea {
	width: 100%;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: normal;
	color: #000;
}

.tt-contact-form input[type="text"]:focus-visible,
.tt-contact-form input[type="email"]:focus-visible,
.tt-contact-form input[type="tel"]:focus-visible,
.tt-contact-form input[type="checkbox"]:focus-visible + .wpcf7-list-item-label,
.tt-contact-form input[type="radio"]:focus-visible + .wpcf7-list-item-label,
.tt-contact-form textarea:focus-visible,
.tt-contact-form input[type="submit"]:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.talkto-dark-background .tt-contact-form input[type="text"]:focus-visible,
.talkto-dark-background .tt-contact-form input[type="email"]:focus-visible,
.talkto-dark-background .tt-contact-form input[type="tel"]:focus-visible,
.talkto-dark-background .tt-contact-form input[type="checkbox"]:focus-visible + .wpcf7-list-item-label,
.talkto-dark-background .tt-contact-form input[type="radio"]:focus-visible + .wpcf7-list-item-label,
.talkto-dark-background .tt-contact-form textarea:focus-visible,
.talkto-dark-background .tt-contact-form input[type="submit"]:focus-visible {
	outline-color: #fff;
}

.tt-contact-form textarea {
	height: 100px;
}

.tt-contact-form input[type="checkbox"],
.tt-contact-form input[type="radio"] {
	position: absolute;
	left: -9999px;
}

.tt-contact-form input[type="checkbox"] + .wpcf7-list-item-label,
.tt-contact-form input[type="radio"] + .wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
}

.tt-contact-form input[type="checkbox"] + .wpcf7-list-item-label::before,
.tt-contact-form input[type="radio"] + .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -40px;
	width: 24px;
	height: 24px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #000;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.tt-contact-form .tt-form-toggle input[type="checkbox"] + .wpcf7-list-item-label::before,
.tt-contact-form .tt-form-toggle input[type="radio"] + .wpcf7-list-item-label::before {
	width: 65px;
	height: 30px;
	left: -80px;
	border-radius: 15px;
}

.tt-contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.tt-contact-form input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background: #000;
}

.tt-contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.tt-contact-form input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background: #000;
}

.tt-contact-form input[type="checkbox"] + .wpcf7-list-item-label::after,
.tt-contact-form input[type="radio"] + .wpcf7-list-item-label::after {
	content: '\2713';
	color: #fff;
	opacity: 0;
	position: absolute;
	text-align: center;
	line-height: 24px;
	font-size: 17px;
	font-weight: bold;
	top: 0px;
	left: -40px;
	width: 24px;
	height: 24px;
	
	-webkit-transform: scale(0.2, 0.2);
	-moz-transform: scale(0.2, 0.2);
	-o-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.tt-contact-form .tt-form-toggle input[type="checkbox"] + .wpcf7-list-item-label::after,
.tt-contact-form .tt-form-toggle input[type="radio"] + .wpcf7-list-item-label::after {
	content: 'Nei';
	opacity: 1;
	top: 3px;
	left: -76px;
	width: 40px;
	height: 24px;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	
	background: #000;
	
	border-radius: 12px;
	
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.tt-contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.tt-contact-form input[type="radio"]:checked + .wpcf7-list-item-label::after {
	color: #fff;
	opacity: 1;
	
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.tt-contact-form .tt-form-toggle input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.tt-contact-form .tt-form-toggle input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: 'Ja';
	left: -59px;
	
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

html[lang="en-GB"] .tt-contact-form .tt-form-toggle input[type="checkbox"] + .wpcf7-list-item-label::after,
html[lang="en-GB"] .tt-contact-form .tt-form-toggle input[type="radio"] + .wpcf7-list-item-label::after,
html[lang="en-US"] .tt-contact-form .tt-form-toggle input[type="checkbox"] + .wpcf7-list-item-label::after,
html[lang="en-US"] .tt-contact-form .tt-form-toggle input[type="radio"] + .wpcf7-list-item-label::after {
	content: 'No';
}

html[lang="en-GB"] .tt-contact-form .tt-form-toggle input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
html[lang="en-GB"] .tt-contact-form .tt-form-toggle input[type="radio"]:checked + .wpcf7-list-item-label::after,
html[lang="en-US"] .tt-contact-form .tt-form-toggle input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
html[lang="en-US"] .tt-contact-form .tt-form-toggle input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: 'Yes';
}

.tt-contact-form select,
.tt-contact-form .ui-selectmenu-button {
	width: 100%;
}

.tt-contact-form .tt-index-block {
	display: inline-block;
	float: left;
	width: 180px;
}

.tt-contact-form .tt-index-block ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
}

.tt-contact-form .tt-index-block ul li {
	margin: 0px !important;
	padding: 0px 0px 10px !important;
}

.tt-contact-form .tt-index-block ul li a {
	color: #bbb;
	text-decoration: none;
}

.tt-contact-form .tt-index-block ul li.visited a {
	color: #000;
}

.tt-contact-form .tt-index-block ul li.active a {
	font-weight: bold;
}

.tt-contact-form .tt-form-block {
	display: block;
	margin-left: 200px;
}

.tt-contact-form .elements {
	margin-left: -20px;
	font-size: 0px;
}

.tt-contact-form .elements > div.section {
	padding-left: 20px;
	
	display: inline-block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tt-contact-form .elements > div.section.w-10 { width: 10%; }
.tt-contact-form .elements > div.section.w-15 { width: 15%; }
.tt-contact-form .elements > div.section.w-20 { width: 20%; }
.tt-contact-form .elements > div.section.w-25 { width: 25%; }
.tt-contact-form .elements > div.section.w-30 { width: 30%; }
.tt-contact-form .elements > div.section.w-33 { width: 33.33333333%; }
.tt-contact-form .elements > div.section.w-35 { width: 35%; }
.tt-contact-form .elements > div.section.w-40 { width: 40%; }
.tt-contact-form .elements > div.section.w-45 { width: 45%; }
.tt-contact-form .elements > div.section.w-50 { width: 50%; }
.tt-contact-form .elements > div.section.w-60 { width: 60%; }
.tt-contact-form .elements > div.section.w-66 { width: 66.66666666%; }

.tt-contact-form .elements > div.section.w-70 { width: 70%; }
.tt-contact-form .elements > div.section.w-75 { width: 75%; }
.tt-contact-form .elements > div.section.w-80 { width: 80%; }
.tt-contact-form .elements > div.section.w-90 { width: 90%; }
.tt-contact-form .elements > div.section.w-100 { width: 100%; }

.tt-contact-form .elements > div.section.inactive {
	display: none;
}

.tt-contact-form .elements > div.section label,
.tt-contact-form .elements > div.section dd,
.tt-contact-form .elements > div.section dt,
.tt-contact-form .elements > div.section p.label {
	font-size: 1rem;
	line-height: 1.25rem;
	vertical-align: top;
}

.tt-contact-form .elements > div.section label span {
	font-weight: normal;
}

.tt-contact-form .elements > div.section label input,
.tt-contact-form .elements > div.section label textarea {
}


.tt-contact-form input[type="text"].invalid,
.tt-contact-form span.ui-selectmenu-button.invalid,
.tt-contact-form textarea.invalid {
	border-color: #F1633C;
}

.tt-contact-form input[type="text"].valid,
.tt-contact-form span.ui-selectmenu-button.valid,
.tt-contact-form textarea.valid {
	border-color: #40b728;
}

.tt-contact-form .tt-button {
	display: inline-block;
	height: 30px;
	border-radius: 15px;
	
	padding: 0px 10px;
	
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	
	color: #000;
	background: #fff;
	border: 1px solid #000;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.tt-contact-form .section select.tt-date-day + span {
	width: 20%;
	margin-right: 2%;
}

.tt-contact-form .section select.tt-date-month + span {
	width: 38%;
	margin-right: 2%;
}

.tt-contact-form .section select.tt-date-year + span {
	width: 38%;
	margin-right: 0;
}

.tt-contact-form .tt-button:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.talkto-dark-background .tt-contact-form .wpcf7-spinner {
	background-color: #fff;
}

.talkto-dark-background .tt-contact-form .wpcf7-spinner::before {
	background-color: #000;
}

.tt-contact-form p.tt-msg {
	display: none;
}

.tt-contact-form p.tt-msg.error {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #F1633C;
}

.tt-contact-form .tt-terms p.tt-msg.error {
	margin-left: 40px;
}

.tt-contact-form .tt-flexible-fields a.add {
	margin-top: 10px;
}


.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field {
	display: block;
	padding-bottom: 10px;
	padding-right: 50px;
	position: relative;
	width: 100%;
	
	margin-left: -10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div {
	width: 100%;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div .descr {
	display: none;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field.headings > div {
	font-size: 0.8rem;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-100 { width: 100%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-95 { width: 95%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-90 { width: 90%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-85 { width: 85%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-80 { width: 80%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-75 { width: 75%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-70 { width: 70%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-65 { width: 65%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-60 { width: 60%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-55 { width: 55%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-50 { width: 50%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-45 { width: 45%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-40 { width: 40%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-35 { width: 35%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-30 { width: 30%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-25 { width: 25%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-20 { width: 20%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-15 { width: 15%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-10 { width: 10%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-33 { width: 33%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-66 { width: 66%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-75 { width: 75%; }
.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-25 { width: 25%; }

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div input[type="text"] {
	width: 100%;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div label {
	margin-left: 80px;
}

.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field a {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 35px;
	padding: 0;
}


/*
.tt-contact-form .tt-flexible-fields .tt-button-add {
	display: inline-block;
	height: 30px;
	border-radius: 15px;
	
	padding: 0px 10px;
	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	
	color: #F1633C;
	background: #fff;
	border: 1px solid #F1633C;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
*/



.tt-contact-form .ui-selectmenu-button {
	font-size: 1rem;
}

.ui-selectmenu-menu .ui-menu {
	max-height: 200px !important;
}

.tt-contact-form .elements > div {
}

.tt-contact-form .elements > div.indented {
	margin-bottom: 20px;
}

.tt-contact-form .elements > div.indented > div {
	margin: 0 0 0 32px;
	padding: 0px 0 20px 40px;
}

.tt-contact-form h2.information-heading {
	margin: 0px;
	padding-bottom: 20px;
	font-weight: bold;
}

.tt-contact-form .information-block {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-size: 1rem;
	color: #777;
}

.tt-contact-form .example-block {
	display: block;
	margin-bottom: 0px;
	padding: 0px 0px 20px 20px;
	font-size: 1rem;
	font-style: italic;
	color: #777;
}

.tt-contact-form .question-block {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 1rem;
}
.tt-contact-form .question-block span {
	font-size: 1rem;
	color: #999;
}

.tt-contact-form .tt-flexible-fields {
	display: block;
	padding-bottom: 10px;
	font-size: 1rem;
}

.tt-contact-form .tt-summary-field {
	display: none;
}

.tt-contact-form .tt-errors {
	border: 3px solid #a00;
	padding: 20px;
}


/** accordion with checkboxes **/
.tt-contact-form dl.tt-accordion {
	padding: 0;
}

.tt-contact-form dl.tt-accordion dt {
	display: block;
	padding: 20px;
}

.tt-contact-form dl.tt-accordion dt label {
	display: inline-block;
	width: auto;
	padding: 0 0 0 40px;
}

.tt-contact-form dl.tt-accordion dt label span {
	font-weight: bold !important;
}

.tt-contact-form dl.tt-accordion dt a {
	display: block;
	vertical-align: top;
	float: right;
	
	margin: 0 0 0 10px;
	padding: 0;
	background-color: transparent;
	
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	
	color: #000;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

.tt-contact-form dl.tt-accordion dt a:focus-visible {
	outline: 2px solid #000;
	outline-offset: 5px;
}

.tt-contact-form dl.tt-accordion dt a:hover {
	text-decoration: none;
}

.tt-contact-form dl.tt-accordion dt a i {
	font-size: 0.8rem;
}

.tt-contact-form dl.tt-accordion dd {
	display: none;
}

.tt-contact-form dl.tt-accordion dt.expanded + dd {
	display: block;
	padding: 0 20px 20px 60px;
}


.tt-cookie-enable-hidden {
	display:none;
}

.wpcf7-form-control.wpcf7-acceptance {
	background-color: transparent;
}


/** jquery ui **/

.ui-datepicker-calendar .ui-state-hover {
	outline: 2px solid #000 !important;
	outline-offset: 1px !important;
}

.ui-datepicker .accessibility-description {
	font-size: 0.8rem;
}

/** maps and iframes **/

.talkto-map,
.talkto-iframe {
	position: relative;
	background: #fff;
}

.talkto-map::after,
.talkto-iframe::after {
	position: absolute;
	content: '';
	
	margin-left: -25px;
	
	width: 50px;
	height: 50px;
	
	top: 50%;
	left: 50%;
	
	border-left: 3px solid #000;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-animation: spinner-animation 0.5s linear 0s infinite;
	-moz-animation: spinner-animation 0.5s linear 0s infinite;
	-o-animation: spinner-animation 0.5s linear 0s infinite;
	animation: spinner-animation 0.5s linear 0s infinite;
	
	z-index: 0;
}

.talkto-map::before,
.talkto-iframe::before {
	position: absolute;
	content: '';
	color: #000;
	top: 50%;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

html[lang="nb-NO"] .talkto-map::before,
html[lang="nb-NO"] .talkto-iframe::before {
	content: 'Laster inn ...';
}

html[lang="en-US"] .talkto-map::before,
html[lang="en-UK"] .talkto-map::before,
html[lang="en-GB"] .talkto-map::before,
html[lang="en-US"] .talkto-iframe::before,
html[lang="en-UK"] .talkto-iframe::before,
html[lang="en-GB"] .talkto-iframe::before {
	content: 'Loading ...';
}

.talkto-map iframe {
	position: relative;
	z-index: 1;
	vertical-align: bottom;
	width: 100%;
}

.talkto-iframe iframe {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 950px;
}

/** privacy policy **/


.privacy-policy .fl-post-content ul {
	margin: 20px 10px 20px !important;
}

.privacy-policy .fl-post-content p,
.privacy-policy .fl-post-content ul li {
}

.privacy-policy .fl-post-content ul li {
	margin-bottom: 10px;
}

.privacy-policy .fl-post-content h2 {
	margin: 30px 0 5px;
}

.privacy-policy .fl-post-content h3 {
	margin: 30px 0 5px;
}

.privacy-policy span.tt-cmplz-revision {
	font-weight: bold;
}


/** Beaver Builder Accordion adjustments **/
.fl-accordion-button h2,
.fl-accordion-button h3,
.fl-accordion-button h4,
.fl-accordion-button h5,
.fl-accordion-button h6 { 
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.fl-accordion-button:focus-visible { 
	outline-color: #000;
	outline-color: -webkit-focus-ring-color;
	outline: auto;
	outline-offset: -10px;
}
.fl-accordion-button:active {
	outline: none;
}	

.fl-accordion-button h2:active,
.fl-accordion-button h2:focus-visible,
.fl-accordion-button h3:active,
.fl-accordion-button h3:focus-visible { 
	outline: 0 !important;
}


@media screen and ( max-width: 768px ) {
	/** sections with horizontal scrolling **/
	.talkto-horz-scrollable-container {
		overflow: scroll;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.talkto-horz-scrollable-content.talkto-horz-scrollable-2-elements {
		width: 133%;
	}

	.talkto-horz-scrollable-content.talkto-horz-scrollable-3-elements {
		width: 200%;
	}

	.talkto-horz-scrollable-content.talkto-horz-scrollable-4-elements {
		width: 266%;
	}

	.talkto-horz-scrollable-content.talkto-horz-scrollable-5-elements {
		width: 333%;
	}

	.talkto-horz-scrollable-content.talkto-horz-scrollable-6-elements {
		width: 400%;
	}

	/** contact form **/
	.tt-contact-form .tt-index-block {
		display: none;
	}
	
	.tt-contact-form .tt-form-block {
		margin-left: 0;
	}
	
	.tt-contact-form .elements > div.indented > div {
		margin: 0 0 0 0;
		padding: 20px 0 20px 20px;
		border-left: 2px solid #ddd;
	}

	.tt-contact-form .elements > div.section.w-10 { width: 20%; }
	.tt-contact-form .elements > div.section.w-15 { width: 30%; }
	.tt-contact-form .elements > div.section.w-20 { width: 40%; }
	.tt-contact-form .elements > div.section.w-25 { width: 50%; }
	.tt-contact-form .elements > div.section.w-30 { width: 60%; }
	.tt-contact-form .elements > div.section.w-35 { width: 70%; }
	.tt-contact-form .elements > div.section.w-40 { width: 80%; }
	.tt-contact-form .elements > div.section.w-45 { width: 90%; }
	.tt-contact-form .elements > div.section.w-50 { width: 100%; }
	.tt-contact-form .elements > div.section.w-60 { width: 100%; }
	.tt-contact-form .elements > div.section.w-70 { width: 100%; }
	.tt-contact-form .elements > div.section.w-80 { width: 100%; }
	.tt-contact-form .elements > div.section.w-90 { width: 100%; }
	.tt-contact-form .elements > div.section.w-100 { width: 100%; }
	.tt-contact-form .elements > div.section.w-33 { width: 50%; }
	.tt-contact-form .elements > div.section.w-66 { width: 100%; }
	.tt-contact-form .elements > div.section.w-25 { width: 50%; }
	.tt-contact-form .elements > div.section.w-50 { width: 100%; }
	.tt-contact-form .elements > div.section.w-75 { width: 100%; }
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field.headings {
		display: none;
	}
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field .tt-button.delete { 
		top: 15px;
	}
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div { 
		padding-bottom: 10px;
	}
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field { 
		padding-bottom: 30px;
	}
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-100 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-95 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-90 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-85 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-80 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-75 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-70 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-65 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-60 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-55 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-50 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-45 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-40 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-35 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-30 { width: 100%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-25 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-20 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-15 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-10 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-33 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-66 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-75 { width: 50%; }
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div.w-25 { width: 50%; }
	
	.tt-contact-form .tt-flexible-fields .tt-fields-list div.tt-flexible-field > div .descr {
		display: block;
		font-size: 1rem;
		line-height: 1.2em;
	}
	
	.tt-contact-form dl.tt-accordion dt label {
		display: block;
	}

	.tt-contact-form dl.tt-accordion dt label span {
		display: block;
	}

	.tt-contact-form dl.tt-accordion dt a {
		float: none;
		display: block;
		margin: 10px 0 0 40px;
	}
	
	.talkto-megamenu-container .talkto-megamenu-content > .fl-builder-content {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.talkto-megamenu-container .talkto-megamenu-content > .fl-builder-content > .fl-row {
		height: 100%;
	}

	.talkto-megamenu-container .talkto-megamenu-content > .fl-builder-content > .fl-row > .fl-row-content-wrap {
		height: 100%;
		overflow: hidden auto;
		display: block;
	}
}
