
/* CMS Carousel */

/* CMS Grid */
.cms-grid-wraper .cms-grid-filter {
	width: 100%;
}

.cms-grid-wraper .cms-grid-filter li {
	list-style: none;
}

.cms-grid-wraper .cms-grid-filter li a {
	display: block;
}

.cms-grid-masonry {
	clear: both;
}

/* CMS Fancybox & Counter */
.cms-fancyboxes-wraper.content-align-left, .cms-counter-wraper.content-align-left {
	text-align: left;
}

.cms-fancyboxes-wraper.content-align-right, .cms-counter-wraper.content-align-right {
	text-align: right;
}

.cms-fancyboxes-wraper.content-align-center, .cms-counter-wraper.content-align-center {
	text-align: center;
}

.cms-img-select {
	border: 5px solid transparent;
}

.cms-img-select.selected {
	border: 5px solid #0073aa;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://industrifakta.com/wp-content/plugins/cmssuperheroes/assets/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.col, .table, legend {
	max-width: 100%;
}

dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin-top: 0;
}

.table, address, dl, hr, ol, p, pre, ul {
	margin-bottom: 1rem;
}

body, caption {
	text-align: left;
}

.figure-img, dd, label, legend {
	margin-bottom: .5rem;
}

pre, textarea {
	overflow: auto;
}

html, pre {
	-ms-overflow-style: scrollbar;
}

.btn-block, .collapse.show, article, aside, dialog, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
	display: block;
}

address, legend {
	line-height: inherit;
}

progress, sub, sup {
	vertical-align: baseline;
}

button, hr, input {
	overflow: visible;
}

.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto;
}

.img-thumbnail, .table .table, body {
	background-color: #fff;
}

.table, a {
	background-color: transparent;
}

.collapsing, .modal, .modal-open, svg:not(:root) {
	overflow: hidden;
}

.modal-dialog, a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.modal, .modal-backdrop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media print {
	blockquote, img, pre, tr {
		page-break-inside: avoid;
	}
	
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		border: 1px solid #999;
	}
	
	thead {
		display: table-header-group;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

.btn:focus, .btn:hover, .close:focus, .close:hover, a {
	text-decoration: none;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	font-style: normal;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

blockquote, figure {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

.btn, img {
	vertical-align: middle;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

img {
	border-style: none;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #868e96;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

.figure, label, output {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	width: 100%;
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

summary {
	display: list-item;
}

.collapse, template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.img-thumbnail {
	padding: .25rem;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: .2s ease-in-out;
}

.figure-img {
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #868e96;
}

.container, .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
	
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
	
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
	
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
	
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.btn-block, .table, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e9ecef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
	border-top: 2px solid #e9ecef;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #e9ecef;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
	background-image: none;
}

.btn:not([disabled]):not(.disabled).active.nitro-lazy, .btn:not([disabled]):not(.disabled):active.nitro-lazy {
	background-image: none !important;
}

.btn:not([disabled]):not(.disabled).active.nitro-lazy, .btn:not([disabled]):not(.disabled):active.nitro-lazy {
	background-image: none !important;
}

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

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-warning {
	color: #111;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #111;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #111;
	background-color: #d39e00;
	border-color: #c69500;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.show {
	opacity: 1;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	transition: height .35s;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus, .close:hover {
	color: #000;
	opacity: .75;
}

button.close {
	padding: 0;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e9ecef;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.zmdi-hc-2x {
	font-size: 2em;
}

.zmdi-hc-3x {
	font-size: 3em;
}

.zmdi-hc-4x {
	font-size: 4em;
}

.zmdi-hc-5x {
	font-size: 5em;
}

.zmdi-hc-fw {
	width: 1.28571429em;
	text-align: center;
}

.zmdi-hc-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.zmdi-hc-ul>li {
	position: relative;
}

.zmdi-hc-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
	left: -1.85714286em;
}

.zmdi-hc-border {
	padding: .1em .25em;
	border: solid .1em #9e9e9e;
	border-radius: 2px;
}

.zmdi-hc-border-circle {
	padding: .1em .25em;
	border: solid .1em #9e9e9e;
	border-radius: 50%;
}

.zmdi.pull-left {
	float: left;
	margin-right: .15em;
}

.zmdi.pull-right {
	float: right;
	margin-left: .15em;
}

.zmdi-hc-spin {
	-webkit-animation: zmdi-spin 1.5s infinite linear;
	animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
	-webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
	animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

.zmdi-hc-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.zmdi-hc-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.zmdi-hc-stack-1x {
	line-height: inherit;
}

.zmdi-hc-stack-2x {
	font-size: 2em;
}

.zmdi-hc-inverse {
	color: #fff;
}

.zmdi-3d-rotation:before {
	content: "";
}

.zmdi-airplane-off:before {
	content: "";
}

.zmdi-airplane:before {
	content: "";
}

.zmdi-album:before {
	content: "";
}

.zmdi-archive:before {
	content: "";
}

.zmdi-assignment-account:before {
	content: "";
}

.zmdi-assignment-alert:before {
	content: "";
}

.zmdi-assignment-check:before {
	content: "";
}

.zmdi-assignment-o:before {
	content: "";
}

.zmdi-assignment-return:before {
	content: "";
}

.zmdi-assignment-returned:before {
	content: "";
}

.zmdi-assignment:before {
	content: "";
}

.zmdi-attachment-alt:before {
	content: "";
}

.zmdi-attachment:before {
	content: "";
}

.zmdi-audio:before {
	content: "";
}

.zmdi-badge-check:before {
	content: "";
}

.zmdi-balance-wallet:before {
	content: "";
}

.zmdi-balance:before {
	content: "";
}

.zmdi-battery-alert:before {
	content: "";
}

.zmdi-battery-flash:before {
	content: "";
}

.zmdi-battery-unknown:before {
	content: "";
}

.zmdi-battery:before {
	content: "";
}

.zmdi-bike:before {
	content: "";
}

.zmdi-block-alt:before {
	content: "";
}

.zmdi-block:before {
	content: "";
}

.zmdi-boat:before {
	content: "";
}

.zmdi-book-image:before {
	content: "";
}

.zmdi-book:before {
	content: "";
}

.zmdi-bookmark-outline:before {
	content: "";
}

.zmdi-bookmark:before {
	content: "";
}

.zmdi-brush:before {
	content: "";
}

.zmdi-bug:before {
	content: "";
}

.zmdi-bus:before {
	content: "";
}

.zmdi-cake:before {
	content: "";
}

.zmdi-car-taxi:before {
	content: "";
}

.zmdi-car-wash:before {
	content: "";
}

.zmdi-car:before {
	content: "";
}

.zmdi-card-giftcard:before {
	content: "";
}

.zmdi-card-membership:before {
	content: "";
}

.zmdi-card-travel:before {
	content: "";
}

.zmdi-card:before {
	content: "";
}

.zmdi-case-check:before {
	content: "";
}

.zmdi-case-download:before {
	content: "";
}

.zmdi-case-play:before {
	content: "";
}

.zmdi-case:before {
	content: "";
}

.zmdi-cast-connected:before {
	content: "";
}

.zmdi-cast:before {
	content: "";
}

.zmdi-chart-donut:before {
	content: "";
}

.zmdi-chart:before {
	content: "";
}

.zmdi-city-alt:before {
	content: "";
}

.zmdi-city:before {
	content: "";
}

.zmdi-close-circle-o:before {
	content: "";
}

.zmdi-close-circle:before {
	content: "";
}

.zmdi-close:before {
	content: "";
}

.zmdi-cocktail:before {
	content: "";
}

.zmdi-code-setting:before {
	content: "";
}

.zmdi-code-smartphone:before {
	content: "";
}

.zmdi-code:before {
	content: "";
}

.zmdi-coffee:before {
	content: "";
}

.zmdi-collection-bookmark:before {
	content: "";
}

.zmdi-collection-case-play:before {
	content: "";
}

.zmdi-collection-folder-image:before {
	content: "";
}

.zmdi-collection-image-o:before {
	content: "";
}

.zmdi-collection-image:before {
	content: "";
}

.zmdi-collection-item-1:before {
	content: "";
}

.zmdi-collection-item-2:before {
	content: "";
}

.zmdi-collection-item-3:before {
	content: "";
}

.zmdi-collection-item-4:before {
	content: "";
}

.zmdi-collection-item-5:before {
	content: "";
}

.zmdi-collection-item-6:before {
	content: "";
}

.zmdi-collection-item-7:before {
	content: "";
}

.zmdi-collection-item-8:before {
	content: "";
}

.zmdi-collection-item-9-plus:before {
	content: "";
}

.zmdi-collection-item-9:before {
	content: "";
}

.zmdi-collection-item:before {
	content: "";
}

.zmdi-collection-music:before {
	content: "";
}

.zmdi-collection-pdf:before {
	content: "";
}

.zmdi-collection-plus:before {
	content: "";
}

.zmdi-collection-speaker:before {
	content: "";
}

.zmdi-collection-text:before {
	content: "";
}

.zmdi-collection-video:before {
	content: "";
}

.zmdi-compass:before {
	content: "";
}

.zmdi-cutlery:before {
	content: "";
}

.zmdi-delete:before {
	content: "";
}

.zmdi-dialpad:before {
	content: "";
}

.zmdi-dns:before {
	content: "";
}

.zmdi-drink:before {
	content: "";
}

.zmdi-edit:before {
	content: "";
}

.zmdi-email-open:before {
	content: "";
}

.zmdi-email:before {
	content: "";
}

.zmdi-eye-off:before {
	content: "";
}

.zmdi-eye:before {
	content: "";
}

.zmdi-eyedropper:before {
	content: "";
}

.zmdi-favorite-outline:before {
	content: "";
}

.zmdi-favorite:before {
	content: "";
}

.zmdi-filter-list:before {
	content: "";
}

.zmdi-fire:before {
	content: "";
}

.zmdi-flag:before {
	content: "";
}

.zmdi-flare:before {
	content: "";
}

.zmdi-flash-auto:before {
	content: "";
}

.zmdi-flash-off:before {
	content: "";
}

.zmdi-flash:before {
	content: "";
}

.zmdi-flip:before {
	content: "";
}

.zmdi-flower-alt:before {
	content: "";
}

.zmdi-flower:before {
	content: "";
}

.zmdi-font:before {
	content: "";
}

.zmdi-fullscreen-alt:before {
	content: "";
}

.zmdi-fullscreen-exit:before {
	content: "";
}

.zmdi-fullscreen:before {
	content: "";
}

.zmdi-functions:before {
	content: "";
}

.zmdi-gas-station:before {
	content: "";
}

.zmdi-gesture:before {
	content: "";
}

.zmdi-globe-alt:before {
	content: "";
}

.zmdi-globe-lock:before {
	content: "";
}

.zmdi-globe:before {
	content: "";
}

.zmdi-graduation-cap:before {
	content: "";
}

.zmdi-home:before {
	content: "";
}

.zmdi-hospital-alt:before {
	content: "";
}

.zmdi-hospital:before {
	content: "";
}

.zmdi-hotel:before {
	content: "";
}

.zmdi-hourglass-alt:before {
	content: "";
}

.zmdi-hourglass-outline:before {
	content: "";
}

.zmdi-hourglass:before {
	content: "";
}

.zmdi-http:before {
	content: "";
}

.zmdi-image-alt:before {
	content: "";
}

.zmdi-image-o:before {
	content: "";
}

.zmdi-image:before {
	content: "";
}

.zmdi-inbox:before {
	content: "";
}

.zmdi-invert-colors-off:before {
	content: "";
}

.zmdi-invert-colors:before {
	content: "";
}

.zmdi-key:before {
	content: "";
}

.zmdi-label-alt-outline:before {
	content: "";
}

.zmdi-label-alt:before {
	content: "";
}

.zmdi-label-heart:before {
	content: "";
}

.zmdi-label:before {
	content: "";
}

.zmdi-labels:before {
	content: "";
}

.zmdi-lamp:before {
	content: "";
}

.zmdi-landscape:before {
	content: "";
}

.zmdi-layers-off:before {
	content: "";
}

.zmdi-layers:before {
	content: "";
}

.zmdi-library:before {
	content: "";
}

.zmdi-link:before {
	content: "";
}

.zmdi-lock-open:before {
	content: "";
}

.zmdi-lock-outline:before {
	content: "";
}

.zmdi-lock:before {
	content: "";
}

.zmdi-mail-reply-all:before {
	content: "";
}

.zmdi-mail-reply:before {
	content: "";
}

.zmdi-mail-send:before {
	content: "";
}

.zmdi-mall:before {
	content: "";
}

.zmdi-map:before {
	content: "";
}

.zmdi-menu:before {
	content: "";
}

.zmdi-money-box:before {
	content: "";
}

.zmdi-money-off:before {
	content: "";
}

.zmdi-money:before {
	content: "";
}

.zmdi-more-vert:before {
	content: "";
}

.zmdi-more:before {
	content: "";
}

.zmdi-movie-alt:before {
	content: "";
}

.zmdi-movie:before {
	content: "";
}

.zmdi-nature-people:before {
	content: "";
}

.zmdi-nature:before {
	content: "";
}

.zmdi-navigation:before {
	content: "";
}

.zmdi-open-in-browser:before {
	content: "";
}

.zmdi-open-in-new:before {
	content: "";
}

.zmdi-palette:before {
	content: "";
}

.zmdi-parking:before {
	content: "";
}

.zmdi-pin-account:before {
	content: "";
}

.zmdi-pin-assistant:before {
	content: "";
}

.zmdi-pin-drop:before {
	content: "";
}

.zmdi-pin-help:before {
	content: "";
}

.zmdi-pin-off:before {
	content: "";
}

.zmdi-pin:before {
	content: "";
}

.zmdi-pizza:before {
	content: "";
}

.zmdi-plaster:before {
	content: "";
}

.zmdi-power-setting:before {
	content: "";
}

.zmdi-power:before {
	content: "";
}

.zmdi-print:before {
	content: "";
}

.zmdi-puzzle-piece:before {
	content: "";
}

.zmdi-quote:before {
	content: "";
}

.zmdi-railway:before {
	content: "";
}

.zmdi-receipt:before {
	content: "";
}

.zmdi-refresh-alt:before {
	content: "";
}

.zmdi-refresh-sync-alert:before {
	content: "";
}

.zmdi-refresh-sync-off:before {
	content: "";
}

.zmdi-refresh-sync:before {
	content: "";
}

.zmdi-refresh:before {
	content: "";
}

.zmdi-roller:before {
	content: "";
}

.zmdi-ruler:before {
	content: "";
}

.zmdi-scissors:before {
	content: "";
}

.zmdi-screen-rotation-lock:before {
	content: "";
}

.zmdi-screen-rotation:before {
	content: "";
}

.zmdi-search-for:before {
	content: "";
}

.zmdi-search-in-file:before {
	content: "";
}

.zmdi-search-in-page:before {
	content: "";
}

.zmdi-search-replace:before {
	content: "";
}

.zmdi-search:before {
	content: "";
}

.zmdi-seat:before {
	content: "";
}

.zmdi-settings-square:before {
	content: "";
}

.zmdi-settings:before {
	content: "";
}

.zmdi-shield-check:before {
	content: "";
}

.zmdi-shield-security:before {
	content: "";
}

.zmdi-shopping-basket:before {
	content: "";
}

.zmdi-shopping-cart-plus:before {
	content: "";
}

.zmdi-shopping-cart:before {
	content: "";
}

.zmdi-sign-in:before {
	content: "";
}

.zmdi-sort-amount-asc:before {
	content: "";
}

.zmdi-sort-amount-desc:before {
	content: "";
}

.zmdi-sort-asc:before {
	content: "";
}

.zmdi-sort-desc:before {
	content: "";
}

.zmdi-spellcheck:before {
	content: "";
}

.zmdi-storage:before {
	content: "";
}

.zmdi-store-24:before {
	content: "";
}

.zmdi-store:before {
	content: "";
}

.zmdi-subway:before {
	content: "";
}

.zmdi-sun:before {
	content: "";
}

.zmdi-tab-unselected:before {
	content: "";
}

.zmdi-tab:before {
	content: "";
}

.zmdi-tag-close:before {
	content: "";
}

.zmdi-tag-more:before {
	content: "";
}

.zmdi-tag:before {
	content: "";
}

.zmdi-thumb-down:before {
	content: "";
}

.zmdi-thumb-up-down:before {
	content: "";
}

.zmdi-thumb-up:before {
	content: "";
}

.zmdi-ticket-star:before {
	content: "";
}

.zmdi-toll:before {
	content: "";
}

.zmdi-toys:before {
	content: "";
}

.zmdi-traffic:before {
	content: "";
}

.zmdi-translate:before {
	content: "";
}

.zmdi-triangle-down:before {
	content: "";
}

.zmdi-triangle-up:before {
	content: "";
}

.zmdi-truck:before {
	content: "";
}

.zmdi-turning-sign:before {
	content: "";
}

.zmdi-wallpaper:before {
	content: "";
}

.zmdi-washing-machine:before {
	content: "";
}

.zmdi-window-maximize:before {
	content: "";
}

.zmdi-window-minimize:before {
	content: "";
}

.zmdi-window-restore:before {
	content: "";
}

.zmdi-wrench:before {
	content: "";
}

.zmdi-zoom-in:before {
	content: "";
}

.zmdi-zoom-out:before {
	content: "";
}

.zmdi-alert-circle-o:before {
	content: "";
}

.zmdi-alert-circle:before {
	content: "";
}

.zmdi-alert-octagon:before {
	content: "";
}

.zmdi-alert-polygon:before {
	content: "";
}

.zmdi-alert-triangle:before {
	content: "";
}

.zmdi-help-outline:before {
	content: "";
}

.zmdi-help:before {
	content: "";
}

.zmdi-info-outline:before {
	content: "";
}

.zmdi-info:before {
	content: "";
}

.zmdi-notifications-active:before {
	content: "";
}

.zmdi-notifications-add:before {
	content: "";
}

.zmdi-notifications-none:before {
	content: "";
}

.zmdi-notifications-off:before {
	content: "";
}

.zmdi-notifications-paused:before {
	content: "";
}

.zmdi-notifications:before {
	content: "";
}

.zmdi-account-add:before {
	content: "";
}

.zmdi-account-box-mail:before {
	content: "";
}

.zmdi-account-box-o:before {
	content: "";
}

.zmdi-account-box-phone:before {
	content: "";
}

.zmdi-account-box:before {
	content: "";
}

.zmdi-account-calendar:before {
	content: "";
}

.zmdi-account-circle:before {
	content: "";
}

.zmdi-account-o:before {
	content: "";
}

.zmdi-account:before {
	content: "";
}

.zmdi-accounts-add:before {
	content: "";
}

.zmdi-accounts-alt:before {
	content: "";
}

.zmdi-accounts-list-alt:before {
	content: "";
}

.zmdi-accounts-list:before {
	content: "";
}

.zmdi-accounts-outline:before {
	content: "";
}

.zmdi-accounts:before {
	content: "";
}

.zmdi-face:before {
	content: "";
}

.zmdi-female:before {
	content: "";
}

.zmdi-male-alt:before {
	content: "";
}

.zmdi-male-female:before {
	content: "";
}

.zmdi-male:before {
	content: "";
}

.zmdi-mood-bad:before {
	content: "";
}

.zmdi-mood:before {
	content: "";
}

.zmdi-run:before {
	content: "";
}

.zmdi-walk:before {
	content: "";
}

.zmdi-cloud-box:before {
	content: "";
}

.zmdi-cloud-circle:before {
	content: "";
}

.zmdi-cloud-done:before {
	content: "";
}

.zmdi-cloud-download:before {
	content: "";
}

.zmdi-cloud-off:before {
	content: "";
}

.zmdi-cloud-outline-alt:before {
	content: "";
}

.zmdi-cloud-outline:before {
	content: "";
}

.zmdi-cloud-upload:before {
	content: "";
}

.zmdi-cloud:before {
	content: "";
}

.zmdi-download:before {
	content: "";
}

.zmdi-file-plus:before {
	content: "";
}

.zmdi-file-text:before {
	content: "";
}

.zmdi-file:before {
	content: "";
}

.zmdi-folder-outline:before {
	content: "";
}

.zmdi-folder-person:before {
	content: "";
}

.zmdi-folder-star-alt:before {
	content: "";
}

.zmdi-folder-star:before {
	content: "";
}

.zmdi-folder:before {
	content: "";
}

.zmdi-gif:before {
	content: "";
}

.zmdi-upload:before {
	content: "";
}

.zmdi-border-all:before {
	content: "";
}

.zmdi-border-bottom:before {
	content: "";
}

.zmdi-border-clear:before {
	content: "";
}

.zmdi-border-color:before {
	content: "";
}

.zmdi-border-horizontal:before {
	content: "";
}

.zmdi-border-inner:before {
	content: "";
}

.zmdi-border-left:before {
	content: "";
}

.zmdi-border-outer:before {
	content: "";
}

.zmdi-border-right:before {
	content: "";
}

.zmdi-border-style:before {
	content: "";
}

.zmdi-border-top:before {
	content: "";
}

.zmdi-border-vertical:before {
	content: "";
}

.zmdi-copy:before {
	content: "";
}

.zmdi-crop:before {
	content: "";
}

.zmdi-format-align-center:before {
	content: "";
}

.zmdi-format-align-justify:before {
	content: "";
}

.zmdi-format-align-left:before {
	content: "";
}

.zmdi-format-align-right:before {
	content: "";
}

.zmdi-format-bold:before {
	content: "";
}

.zmdi-format-clear-all:before {
	content: "";
}

.zmdi-format-clear:before {
	content: "";
}

.zmdi-format-color-fill:before {
	content: "";
}

.zmdi-format-color-reset:before {
	content: "";
}

.zmdi-format-color-text:before {
	content: "";
}

.zmdi-format-indent-decrease:before {
	content: "";
}

.zmdi-format-indent-increase:before {
	content: "";
}

.zmdi-format-italic:before {
	content: "";
}

.zmdi-format-line-spacing:before {
	content: "";
}

.zmdi-format-list-bulleted:before {
	content: "";
}

.zmdi-format-list-numbered:before {
	content: "";
}

.zmdi-format-ltr:before {
	content: "";
}

.zmdi-format-rtl:before {
	content: "";
}

.zmdi-format-size:before {
	content: "";
}

.zmdi-format-strikethrough-s:before {
	content: "";
}

.zmdi-format-strikethrough:before {
	content: "";
}

.zmdi-format-subject:before {
	content: "";
}

.zmdi-format-underlined:before {
	content: "";
}

.zmdi-format-valign-bottom:before {
	content: "";
}

.zmdi-format-valign-center:before {
	content: "";
}

.zmdi-format-valign-top:before {
	content: "";
}

.zmdi-redo:before {
	content: "";
}

.zmdi-select-all:before {
	content: "";
}

.zmdi-space-bar:before {
	content: "";
}

.zmdi-text-format:before {
	content: "";
}

.zmdi-transform:before {
	content: "";
}

.zmdi-undo:before {
	content: "";
}

.zmdi-wrap-text:before {
	content: "";
}

.zmdi-comment-alert:before {
	content: "";
}

.zmdi-comment-alt-text:before {
	content: "";
}

.zmdi-comment-alt:before {
	content: "";
}

.zmdi-comment-edit:before {
	content: "";
}

.zmdi-comment-image:before {
	content: "";
}

.zmdi-comment-list:before {
	content: "";
}

.zmdi-comment-more:before {
	content: "";
}

.zmdi-comment-outline:before {
	content: "";
}

.zmdi-comment-text-alt:before {
	content: "";
}

.zmdi-comment-text:before {
	content: "";
}

.zmdi-comment-video:before {
	content: "";
}

.zmdi-comment:before {
	content: "";
}

.zmdi-comments:before {
	content: "";
}

.zmdi-check-all:before {
	content: "";
}

.zmdi-check-circle-u:before {
	content: "";
}

.zmdi-check-circle:before {
	content: "";
}

.zmdi-check-square:before {
	content: "";
}

.zmdi-check:before {
	content: "";
}

.zmdi-circle-o:before {
	content: "";
}

.zmdi-circle:before {
	content: "";
}

.zmdi-dot-circle-alt:before {
	content: "";
}

.zmdi-dot-circle:before {
	content: "";
}

.zmdi-minus-circle-outline:before {
	content: "";
}

.zmdi-minus-circle:before {
	content: "";
}

.zmdi-minus-square:before {
	content: "";
}

.zmdi-minus:before {
	content: "";
}

.zmdi-plus-circle-o-duplicate:before {
	content: "";
}

.zmdi-plus-circle-o:before {
	content: "";
}

.zmdi-plus-circle:before {
	content: "";
}

.zmdi-plus-square:before {
	content: "";
}

.zmdi-plus:before {
	content: "";
}

.zmdi-square-o:before {
	content: "";
}

.zmdi-star-circle:before {
	content: "";
}

.zmdi-star-half:before {
	content: "";
}

.zmdi-star-outline:before {
	content: "";
}

.zmdi-star:before {
	content: "";
}

.zmdi-bluetooth-connected:before {
	content: "";
}

.zmdi-bluetooth-off:before {
	content: "";
}

.zmdi-bluetooth-search:before {
	content: "";
}

.zmdi-bluetooth-setting:before {
	content: "";
}

.zmdi-bluetooth:before {
	content: "";
}

.zmdi-camera-add:before {
	content: "";
}

.zmdi-camera-alt:before {
	content: "";
}

.zmdi-camera-bw:before {
	content: "";
}

.zmdi-camera-front:before {
	content: "";
}

.zmdi-camera-mic:before {
	content: "";
}

.zmdi-camera-party-mode:before {
	content: "";
}

.zmdi-camera-rear:before {
	content: "";
}

.zmdi-camera-roll:before {
	content: "";
}

.zmdi-camera-switch:before {
	content: "";
}

.zmdi-camera:before {
	content: "";
}

.zmdi-card-alert:before {
	content: "";
}

.zmdi-card-off:before {
	content: "";
}

.zmdi-card-sd:before {
	content: "";
}

.zmdi-card-sim:before {
	content: "";
}

.zmdi-desktop-mac:before {
	content: "";
}

.zmdi-desktop-windows:before {
	content: "";
}

.zmdi-device-hub:before {
	content: "";
}

.zmdi-devices-off:before {
	content: "";
}

.zmdi-devices:before {
	content: "";
}

.zmdi-dock:before {
	content: "";
}

.zmdi-floppy:before {
	content: "";
}

.zmdi-gamepad:before {
	content: "";
}

.zmdi-gps-dot:before {
	content: "";
}

.zmdi-gps-off:before {
	content: "";
}

.zmdi-gps:before {
	content: "";
}

.zmdi-headset-mic:before {
	content: "";
}

.zmdi-headset:before {
	content: "";
}

.zmdi-input-antenna:before {
	content: "";
}

.zmdi-input-composite:before {
	content: "";
}

.zmdi-input-hdmi:before {
	content: "";
}

.zmdi-input-power:before {
	content: "";
}

.zmdi-input-svideo:before {
	content: "";
}

.zmdi-keyboard-hide:before {
	content: "";
}

.zmdi-keyboard:before {
	content: "";
}

.zmdi-laptop-chromebook:before {
	content: "";
}

.zmdi-laptop-mac:before {
	content: "";
}

.zmdi-laptop:before {
	content: "";
}

.zmdi-mic-off:before {
	content: "";
}

.zmdi-mic-outline:before {
	content: "";
}

.zmdi-mic-setting:before {
	content: "";
}

.zmdi-mic:before {
	content: "";
}

.zmdi-mouse:before {
	content: "";
}

.zmdi-network-alert:before {
	content: "";
}

.zmdi-network-locked:before {
	content: "";
}

.zmdi-network-off:before {
	content: "";
}

.zmdi-network-outline:before {
	content: "";
}

.zmdi-network-setting:before {
	content: "";
}

.zmdi-network:before {
	content: "";
}

.zmdi-phone-bluetooth:before {
	content: "";
}

.zmdi-phone-end:before {
	content: "";
}

.zmdi-phone-forwarded:before {
	content: "";
}

.zmdi-phone-in-talk:before {
	content: "";
}

.zmdi-phone-locked:before {
	content: "";
}

.zmdi-phone-missed:before {
	content: "";
}

.zmdi-phone-msg:before {
	content: "";
}

.zmdi-phone-paused:before {
	content: "";
}

.zmdi-phone-ring:before {
	content: "";
}

.zmdi-phone-setting:before {
	content: "";
}

.zmdi-phone-sip:before {
	content: "";
}

.zmdi-phone:before {
	content: "";
}

.zmdi-portable-wifi-changes:before {
	content: "";
}

.zmdi-portable-wifi-off:before {
	content: "";
}

.zmdi-portable-wifi:before {
	content: "";
}

.zmdi-radio:before {
	content: "";
}

.zmdi-reader:before {
	content: "";
}

.zmdi-remote-control-alt:before {
	content: "";
}

.zmdi-remote-control:before {
	content: "";
}

.zmdi-router:before {
	content: "";
}

.zmdi-scanner:before {
	content: "";
}

.zmdi-smartphone-android:before {
	content: "";
}

.zmdi-smartphone-download:before {
	content: "";
}

.zmdi-smartphone-erase:before {
	content: "";
}

.zmdi-smartphone-info:before {
	content: "";
}

.zmdi-smartphone-iphone:before {
	content: "";
}

.zmdi-smartphone-landscape-lock:before {
	content: "";
}

.zmdi-smartphone-landscape:before {
	content: "";
}

.zmdi-smartphone-lock:before {
	content: "";
}

.zmdi-smartphone-portrait-lock:before {
	content: "";
}

.zmdi-smartphone-ring:before {
	content: "";
}

.zmdi-smartphone-setting:before {
	content: "";
}

.zmdi-smartphone-setup:before {
	content: "";
}

.zmdi-smartphone:before {
	content: "";
}

.zmdi-speaker:before {
	content: "";
}

.zmdi-tablet-android:before {
	content: "";
}

.zmdi-tablet-mac:before {
	content: "";
}

.zmdi-tablet:before {
	content: "";
}

.zmdi-tv-alt-play:before {
	content: "";
}

.zmdi-tv-list:before {
	content: "";
}

.zmdi-tv-play:before {
	content: "";
}

.zmdi-tv:before {
	content: "";
}

.zmdi-usb:before {
	content: "";
}

.zmdi-videocam-off:before {
	content: "";
}

.zmdi-videocam-switch:before {
	content: "";
}

.zmdi-videocam:before {
	content: "";
}

.zmdi-watch:before {
	content: "";
}

.zmdi-wifi-alt-2:before {
	content: "";
}

.zmdi-wifi-alt:before {
	content: "";
}

.zmdi-wifi-info:before {
	content: "";
}

.zmdi-wifi-lock:before {
	content: "";
}

.zmdi-wifi-off:before {
	content: "";
}

.zmdi-wifi-outline:before {
	content: "";
}

.zmdi-wifi:before {
	content: "";
}

.zmdi-arrow-left-bottom:before {
	content: "";
}

.zmdi-arrow-left:before {
	content: "";
}

.zmdi-arrow-merge:before {
	content: "";
}

.zmdi-arrow-missed:before {
	content: "";
}

.zmdi-arrow-right-top:before {
	content: "";
}

.zmdi-arrow-right:before {
	content: "";
}

.zmdi-arrow-split:before {
	content: "";
}

.zmdi-arrows:before {
	content: "";
}

.zmdi-caret-down-circle:before {
	content: "";
}

.zmdi-caret-down:before {
	content: "";
}

.zmdi-caret-left-circle:before {
	content: "";
}

.zmdi-caret-left:before {
	content: "";
}

.zmdi-caret-right-circle:before {
	content: "";
}

.zmdi-caret-right:before {
	content: "";
}

.zmdi-caret-up-circle:before {
	content: "";
}

.zmdi-caret-up:before {
	content: "";
}

.zmdi-chevron-down:before {
	content: "";
}

.zmdi-chevron-left:before {
	content: "";
}

.zmdi-chevron-right:before {
	content: "";
}

.zmdi-chevron-up:before {
	content: "";
}

.zmdi-forward:before {
	content: "";
}

.zmdi-long-arrow-down:before {
	content: "";
}

.zmdi-long-arrow-left:before {
	content: "";
}

.zmdi-long-arrow-return:before {
	content: "";
}

.zmdi-long-arrow-right:before {
	content: "";
}

.zmdi-long-arrow-tab:before {
	content: "";
}

.zmdi-long-arrow-up:before {
	content: "";
}

.zmdi-rotate-ccw:before {
	content: "";
}

.zmdi-rotate-cw:before {
	content: "";
}

.zmdi-rotate-left:before {
	content: "";
}

.zmdi-rotate-right:before {
	content: "";
}

.zmdi-square-down:before {
	content: "";
}

.zmdi-square-right:before {
	content: "";
}

.zmdi-swap-alt:before {
	content: "";
}

.zmdi-swap-vertical-circle:before {
	content: "";
}

.zmdi-swap-vertical:before {
	content: "";
}

.zmdi-swap:before {
	content: "";
}

.zmdi-trending-down:before {
	content: "";
}

.zmdi-trending-flat:before {
	content: "";
}

.zmdi-trending-up:before {
	content: "";
}

.zmdi-unfold-less:before {
	content: "";
}

.zmdi-unfold-more:before {
	content: "";
}

.zmdi-apps:before {
	content: "";
}

.zmdi-grid-off:before {
	content: "";
}

.zmdi-grid:before {
	content: "";
}

.zmdi-view-agenda:before {
	content: "";
}

.zmdi-view-array:before {
	content: "";
}

.zmdi-view-carousel:before {
	content: "";
}

.zmdi-view-column:before {
	content: "";
}

.zmdi-view-comfy:before {
	content: "";
}

.zmdi-view-compact:before {
	content: "";
}

.zmdi-view-dashboard:before {
	content: "";
}

.zmdi-view-day:before {
	content: "";
}

.zmdi-view-headline:before {
	content: "";
}

.zmdi-view-list-alt:before {
	content: "";
}

.zmdi-view-list:before {
	content: "";
}

.zmdi-view-module:before {
	content: "";
}

.zmdi-view-quilt:before {
	content: "";
}

.zmdi-view-stream:before {
	content: "";
}

.zmdi-view-subtitles:before {
	content: "";
}

.zmdi-view-toc:before {
	content: "";
}

.zmdi-view-web:before {
	content: "";
}

.zmdi-view-week:before {
	content: "";
}

.zmdi-widgets:before {
	content: "";
}

.zmdi-alarm-check:before {
	content: "";
}

.zmdi-alarm-off:before {
	content: "";
}

.zmdi-alarm-plus:before {
	content: "";
}

.zmdi-alarm-snooze:before {
	content: "";
}

.zmdi-alarm:before {
	content: "";
}

.zmdi-calendar-alt:before {
	content: "";
}

.zmdi-calendar-check:before {
	content: "";
}

.zmdi-calendar-close:before {
	content: "";
}

.zmdi-calendar-note:before {
	content: "";
}

.zmdi-calendar:before {
	content: "";
}

.zmdi-time-countdown:before {
	content: "";
}

.zmdi-time-interval:before {
	content: "";
}

.zmdi-time-restore-setting:before {
	content: "";
}

.zmdi-time-restore:before {
	content: "";
}

.zmdi-time:before {
	content: "";
}

.zmdi-timer-off:before {
	content: "";
}

.zmdi-timer:before {
	content: "";
}

.zmdi-android-alt:before {
	content: "";
}

.zmdi-android:before {
	content: "";
}

.zmdi-apple:before {
	content: "";
}

.zmdi-behance:before {
	content: "";
}

.zmdi-codepen:before {
	content: "";
}

.zmdi-dribbble:before {
	content: "";
}

.zmdi-dropbox:before {
	content: "";
}

.zmdi-evernote:before {
	content: "";
}

.zmdi-facebook-box:before {
	content: "";
}

.zmdi-facebook:before {
	content: "";
}

.zmdi-github-box:before {
	content: "";
}

.zmdi-github:before {
	content: "";
}

.zmdi-google-drive:before {
	content: "";
}

.zmdi-google-earth:before {
	content: "";
}

.zmdi-google-glass:before {
	content: "";
}

.zmdi-google-maps:before {
	content: "";
}

.zmdi-google-pages:before {
	content: "";
}

.zmdi-google-play:before {
	content: "";
}

.zmdi-google-plus-box:before {
	content: "";
}

.zmdi-google-plus:before {
	content: "";
}

.zmdi-google:before {
	content: "";
}

.zmdi-instagram:before {
	content: "";
}

.zmdi-language-css3:before {
	content: "";
}

.zmdi-language-html5:before {
	content: "";
}

.zmdi-language-javascript:before {
	content: "";
}

.zmdi-language-python-alt:before {
	content: "";
}

.zmdi-language-python:before {
	content: "";
}

.zmdi-lastfm:before {
	content: "";
}

.zmdi-linkedin-box:before {
	content: "";
}

.zmdi-paypal:before {
	content: "";
}

.zmdi-pinterest-box:before {
	content: "";
}

.zmdi-pocket:before {
	content: "";
}

.zmdi-polymer:before {
	content: "";
}

.zmdi-share:before {
	content: "";
}

.zmdi-stackoverflow:before {
	content: "";
}

.zmdi-steam-square:before {
	content: "";
}

.zmdi-steam:before {
	content: "";
}

.zmdi-twitter-box:before {
	content: "";
}

.zmdi-twitter:before {
	content: "";
}

.zmdi-vk:before {
	content: "";
}

.zmdi-wikipedia:before {
	content: "";
}

.zmdi-windows:before {
	content: "";
}

.zmdi-aspect-ratio-alt:before {
	content: "";
}

.zmdi-aspect-ratio:before {
	content: "";
}

.zmdi-blur-circular:before {
	content: "";
}

.zmdi-blur-linear:before {
	content: "";
}

.zmdi-blur-off:before {
	content: "";
}

.zmdi-blur:before {
	content: "";
}

.zmdi-brightness-2:before {
	content: "";
}

.zmdi-brightness-3:before {
	content: "";
}

.zmdi-brightness-4:before {
	content: "";
}

.zmdi-brightness-5:before {
	content: "";
}

.zmdi-brightness-6:before {
	content: "";
}

.zmdi-brightness-7:before {
	content: "";
}

.zmdi-brightness-auto:before {
	content: "";
}

.zmdi-brightness-setting:before {
	content: "";
}

.zmdi-broken-image:before {
	content: "";
}

.zmdi-center-focus-strong:before {
	content: "";
}

.zmdi-center-focus-weak:before {
	content: "";
}

.zmdi-compare:before {
	content: "";
}

.zmdi-crop-16-9:before {
	content: "";
}

.zmdi-crop-3-2:before {
	content: "";
}

.zmdi-crop-5-4:before {
	content: "";
}

.zmdi-crop-7-5:before {
	content: "";
}

.zmdi-crop-din:before {
	content: "";
}

.zmdi-crop-free:before {
	content: "";
}

.zmdi-crop-landscape:before {
	content: "";
}

.zmdi-crop-portrait:before {
	content: "";
}

.zmdi-crop-square:before {
	content: "";
}

.zmdi-exposure-alt:before {
	content: "";
}

.zmdi-exposure:before {
	content: "";
}

.zmdi-filter-b-and-w:before {
	content: "";
}

.zmdi-filter-center-focus:before {
	content: "";
}

.zmdi-filter-frames:before {
	content: "";
}

.zmdi-filter-tilt-shift:before {
	content: "";
}

.zmdi-gradient:before {
	content: "";
}

.zmdi-grain:before {
	content: "";
}

.zmdi-graphic-eq:before {
	content: "";
}

.zmdi-hdr-off:before {
	content: "";
}

.zmdi-hdr-strong:before {
	content: "";
}

.zmdi-hdr-weak:before {
	content: "";
}

.zmdi-hdr:before {
	content: "";
}

.zmdi-iridescent:before {
	content: "";
}

.zmdi-leak-off:before {
	content: "";
}

.zmdi-leak:before {
	content: "";
}

.zmdi-looks:before {
	content: "";
}

.zmdi-loupe:before {
	content: "";
}

.zmdi-panorama-horizontal:before {
	content: "";
}

.zmdi-panorama-vertical:before {
	content: "";
}

.zmdi-panorama-wide-angle:before {
	content: "";
}

.zmdi-photo-size-select-large:before {
	content: "";
}

.zmdi-photo-size-select-small:before {
	content: "";
}

.zmdi-picture-in-picture:before {
	content: "";
}

.zmdi-slideshow:before {
	content: "";
}

.zmdi-texture:before {
	content: "";
}

.zmdi-tonality:before {
	content: "";
}

.zmdi-vignette:before {
	content: "";
}

.zmdi-wb-auto:before {
	content: "";
}

.zmdi-eject-alt:before {
	content: "";
}

.zmdi-eject:before {
	content: "";
}

.zmdi-equalizer:before {
	content: "";
}

.zmdi-fast-forward:before {
	content: "";
}

.zmdi-fast-rewind:before {
	content: "";
}

.zmdi-forward-10:before {
	content: "";
}

.zmdi-forward-30:before {
	content: "";
}

.zmdi-forward-5:before {
	content: "";
}

.zmdi-hearing:before {
	content: "";
}

.zmdi-pause-circle-outline:before {
	content: "";
}

.zmdi-pause-circle:before {
	content: "";
}

.zmdi-pause:before {
	content: "";
}

.zmdi-play-circle-outline:before {
	content: "";
}

.zmdi-play-circle:before {
	content: "";
}

.zmdi-play:before {
	content: "";
}

.zmdi-playlist-audio:before {
	content: "";
}

.zmdi-playlist-plus:before {
	content: "";
}

.zmdi-repeat-one:before {
	content: "";
}

.zmdi-repeat:before {
	content: "";
}

.zmdi-replay-10:before {
	content: "";
}

.zmdi-replay-30:before {
	content: "";
}

.zmdi-replay-5:before {
	content: "";
}

.zmdi-replay:before {
	content: "";
}

.zmdi-shuffle:before {
	content: "";
}

.zmdi-skip-next:before {
	content: "";
}

.zmdi-skip-previous:before {
	content: "";
}

.zmdi-stop:before {
	content: "";
}

.zmdi-surround-sound:before {
	content: "";
}

.zmdi-tune:before {
	content: "";
}

.zmdi-volume-down:before {
	content: "";
}

.zmdi-volume-mute:before {
	content: "";
}

.zmdi-volume-off:before {
	content: "";
}

.zmdi-volume-up:before {
	content: "";
}

.zmdi-n-1-square:before {
	content: "";
}

.zmdi-n-2-square:before {
	content: "";
}

.zmdi-n-3-square:before {
	content: "";
}

.zmdi-n-4-square:before {
	content: "";
}

.zmdi-n-5-square:before {
	content: "";
}

.zmdi-n-6-square:before {
	content: "";
}

.zmdi-neg-1:before {
	content: "";
}

.zmdi-neg-2:before {
	content: "";
}

.zmdi-plus-1:before {
	content: "";
}

.zmdi-plus-2:before {
	content: "";
}

.zmdi-sec-10:before {
	content: "";
}

.zmdi-sec-3:before {
	content: "";
}

.zmdi-zero:before {
	content: "";
}

.zmdi-airline-seat-flat-angled:before {
	content: "";
}

.zmdi-airline-seat-flat:before {
	content: "";
}

.zmdi-airline-seat-individual-suite:before {
	content: "";
}

.zmdi-airline-seat-legroom-extra:before {
	content: "";
}

.zmdi-airline-seat-legroom-normal:before {
	content: "";
}

.zmdi-airline-seat-legroom-reduced:before {
	content: "";
}

.zmdi-airline-seat-recline-extra:before {
	content: "";
}

.zmdi-airline-seat-recline-normal:before {
	content: "";
}

.zmdi-airplay:before {
	content: "";
}

.zmdi-closed-caption:before {
	content: "";
}

.zmdi-confirmation-number:before {
	content: "";
}

.zmdi-developer-board:before {
	content: "";
}

.zmdi-disc-full:before {
	content: "";
}

.zmdi-explicit:before {
	content: "";
}

.zmdi-flight-land:before {
	content: "";
}

.zmdi-flight-takeoff:before {
	content: "";
}

.zmdi-flip-to-back:before {
	content: "";
}

.zmdi-flip-to-front:before {
	content: "";
}

.zmdi-group-work:before {
	content: "";
}

.zmdi-hd:before {
	content: "";
}

.zmdi-hq:before {
	content: "";
}

.zmdi-markunread-mailbox:before {
	content: "";
}

.zmdi-memory:before {
	content: "";
}

.zmdi-nfc:before {
	content: "";
}

.zmdi-play-for-work:before {
	content: "";
}

.zmdi-power-input:before {
	content: "";
}

.zmdi-present-to-all:before {
	content: "";
}

.zmdi-satellite:before {
	content: "";
}

.zmdi-tap-and-play:before {
	content: "";
}

.zmdi-vibration:before {
	content: "";
}

.zmdi-voicemail:before {
	content: "";
}

.zmdi-group:before {
	content: "";
}

.zmdi-rss:before {
	content: "";
}

.zmdi-shape:before {
	content: "";
}

.zmdi-spinner:before {
	content: "";
}

.zmdi-ungroup:before {
	content: "";
}

.zmdi-500px:before {
	content: "";
}

.zmdi-8tracks:before {
	content: "";
}

.zmdi-amazon:before {
	content: "";
}

.zmdi-blogger:before {
	content: "";
}

.zmdi-delicious:before {
	content: "";
}

.zmdi-disqus:before {
	content: "";
}

.zmdi-flattr:before {
	content: "";
}

.zmdi-flickr:before {
	content: "";
}

.zmdi-github-alt:before {
	content: "";
}

.zmdi-google-old:before {
	content: "";
}

.zmdi-linkedin:before {
	content: "";
}

.zmdi-odnoklassniki:before {
	content: "";
}

.zmdi-outlook:before {
	content: "";
}

.zmdi-paypal-alt:before {
	content: "";
}

.zmdi-pinterest:before {
	content: "";
}

.zmdi-playstation:before {
	content: "";
}

.zmdi-reddit:before {
	content: "";
}

.zmdi-skype:before {
	content: "";
}

.zmdi-slideshare:before {
	content: "";
}

.zmdi-soundcloud:before {
	content: "";
}

.zmdi-tumblr:before {
	content: "";
}

.zmdi-twitch:before {
	content: "";
}

.zmdi-vimeo:before {
	content: "";
}

.zmdi-whatsapp:before {
	content: "";
}

.zmdi-xbox:before {
	content: "";
}

.zmdi-yahoo:before {
	content: "";
}

.zmdi-youtube-play:before {
	content: "";
}

.zmdi-youtube:before {
	content: "";
}

.zmdi-3d-rotation:before {
	content: "";
}

.zmdi-airplane-off:before {
	content: "";
}

.zmdi-airplane:before {
	content: "";
}

.zmdi-album:before {
	content: "";
}

.zmdi-archive:before {
	content: "";
}

.zmdi-assignment-account:before {
	content: "";
}

.zmdi-assignment-alert:before {
	content: "";
}

.zmdi-assignment-check:before {
	content: "";
}

.zmdi-assignment-o:before {
	content: "";
}

.zmdi-assignment-return:before {
	content: "";
}

.zmdi-assignment-returned:before {
	content: "";
}

.zmdi-assignment:before {
	content: "";
}

.zmdi-attachment-alt:before {
	content: "";
}

.zmdi-attachment:before {
	content: "";
}

.zmdi-audio:before {
	content: "";
}

.zmdi-badge-check:before {
	content: "";
}

.zmdi-balance-wallet:before {
	content: "";
}

.zmdi-balance:before {
	content: "";
}

.zmdi-battery-alert:before {
	content: "";
}

.zmdi-battery-flash:before {
	content: "";
}

.zmdi-battery-unknown:before {
	content: "";
}

.zmdi-battery:before {
	content: "";
}

.zmdi-bike:before {
	content: "";
}

.zmdi-block-alt:before {
	content: "";
}

.zmdi-block:before {
	content: "";
}

.zmdi-boat:before {
	content: "";
}

.zmdi-book-image:before {
	content: "";
}

.zmdi-book:before {
	content: "";
}

.zmdi-bookmark-outline:before {
	content: "";
}

.zmdi-bookmark:before {
	content: "";
}

.zmdi-brush:before {
	content: "";
}

.zmdi-bug:before {
	content: "";
}

.zmdi-bus:before {
	content: "";
}

.zmdi-cake:before {
	content: "";
}

.zmdi-car-taxi:before {
	content: "";
}

.zmdi-car-wash:before {
	content: "";
}

.zmdi-car:before {
	content: "";
}

.zmdi-card-giftcard:before {
	content: "";
}

.zmdi-card-membership:before {
	content: "";
}

.zmdi-card-travel:before {
	content: "";
}

.zmdi-card:before {
	content: "";
}

.zmdi-case-check:before {
	content: "";
}

.zmdi-case-download:before {
	content: "";
}

.zmdi-case-play:before {
	content: "";
}

.zmdi-case:before {
	content: "";
}

.zmdi-cast-connected:before {
	content: "";
}

.zmdi-cast:before {
	content: "";
}

.zmdi-chart-donut:before {
	content: "";
}

.zmdi-chart:before {
	content: "";
}

.zmdi-city-alt:before {
	content: "";
}

.zmdi-city:before {
	content: "";
}

.zmdi-close-circle-o:before {
	content: "";
}

.zmdi-close-circle:before {
	content: "";
}

.zmdi-close:before {
	content: "";
}

.zmdi-cocktail:before {
	content: "";
}

.zmdi-code-setting:before {
	content: "";
}

.zmdi-code-smartphone:before {
	content: "";
}

.zmdi-code:before {
	content: "";
}

.zmdi-coffee:before {
	content: "";
}

.zmdi-collection-bookmark:before {
	content: "";
}

.zmdi-collection-case-play:before {
	content: "";
}

.zmdi-collection-folder-image:before {
	content: "";
}

.zmdi-collection-image-o:before {
	content: "";
}

.zmdi-collection-image:before {
	content: "";
}

.zmdi-collection-item-1:before {
	content: "";
}

.zmdi-collection-item-2:before {
	content: "";
}

.zmdi-collection-item-3:before {
	content: "";
}

.zmdi-collection-item-4:before {
	content: "";
}

.zmdi-collection-item-5:before {
	content: "";
}

.zmdi-collection-item-6:before {
	content: "";
}

.zmdi-collection-item-7:before {
	content: "";
}

.zmdi-collection-item-8:before {
	content: "";
}

.zmdi-collection-item-9-plus:before {
	content: "";
}

.zmdi-collection-item-9:before {
	content: "";
}

.zmdi-collection-item:before {
	content: "";
}

.zmdi-collection-music:before {
	content: "";
}

.zmdi-collection-pdf:before {
	content: "";
}

.zmdi-collection-plus:before {
	content: "";
}

.zmdi-collection-speaker:before {
	content: "";
}

.zmdi-collection-text:before {
	content: "";
}

.zmdi-collection-video:before {
	content: "";
}

.zmdi-compass:before {
	content: "";
}

.zmdi-cutlery:before {
	content: "";
}

.zmdi-delete:before {
	content: "";
}

.zmdi-dialpad:before {
	content: "";
}

.zmdi-dns:before {
	content: "";
}

.zmdi-drink:before {
	content: "";
}

.zmdi-edit:before {
	content: "";
}

.zmdi-email-open:before {
	content: "";
}

.zmdi-email:before {
	content: "";
}

.zmdi-eye-off:before {
	content: "";
}

.zmdi-eye:before {
	content: "";
}

.zmdi-eyedropper:before {
	content: "";
}

.zmdi-favorite-outline:before {
	content: "";
}

.zmdi-favorite:before {
	content: "";
}

.zmdi-filter-list:before {
	content: "";
}

.zmdi-fire:before {
	content: "";
}

.zmdi-flag:before {
	content: "";
}

.zmdi-flare:before {
	content: "";
}

.zmdi-flash-auto:before {
	content: "";
}

.zmdi-flash-off:before {
	content: "";
}

.zmdi-flash:before {
	content: "";
}

.zmdi-flip:before {
	content: "";
}

.zmdi-flower-alt:before {
	content: "";
}

.zmdi-flower:before {
	content: "";
}

.zmdi-font:before {
	content: "";
}

.zmdi-fullscreen-alt:before {
	content: "";
}

.zmdi-fullscreen-exit:before {
	content: "";
}

.zmdi-fullscreen:before {
	content: "";
}

.zmdi-functions:before {
	content: "";
}

.zmdi-gas-station:before {
	content: "";
}

.zmdi-gesture:before {
	content: "";
}

.zmdi-globe-alt:before {
	content: "";
}

.zmdi-globe-lock:before {
	content: "";
}

.zmdi-globe:before {
	content: "";
}

.zmdi-graduation-cap:before {
	content: "";
}

.zmdi-home:before {
	content: "";
}

.zmdi-hospital-alt:before {
	content: "";
}

.zmdi-hospital:before {
	content: "";
}

.zmdi-hotel:before {
	content: "";
}

.zmdi-hourglass-alt:before {
	content: "";
}

.zmdi-hourglass-outline:before {
	content: "";
}

.zmdi-hourglass:before {
	content: "";
}

.zmdi-http:before {
	content: "";
}

.zmdi-image-alt:before {
	content: "";
}

.zmdi-image-o:before {
	content: "";
}

.zmdi-image:before {
	content: "";
}

.zmdi-inbox:before {
	content: "";
}

.zmdi-invert-colors-off:before {
	content: "";
}

.zmdi-invert-colors:before {
	content: "";
}

.zmdi-key:before {
	content: "";
}

.zmdi-label-alt-outline:before {
	content: "";
}

.zmdi-label-alt:before {
	content: "";
}

.zmdi-label-heart:before {
	content: "";
}

.zmdi-label:before {
	content: "";
}

.zmdi-labels:before {
	content: "";
}

.zmdi-lamp:before {
	content: "";
}

.zmdi-landscape:before {
	content: "";
}

.zmdi-layers-off:before {
	content: "";
}

.zmdi-layers:before {
	content: "";
}

.zmdi-library:before {
	content: "";
}

.zmdi-link:before {
	content: "";
}

.zmdi-lock-open:before {
	content: "";
}

.zmdi-lock-outline:before {
	content: "";
}

.zmdi-lock:before {
	content: "";
}

.zmdi-mail-reply-all:before {
	content: "";
}

.zmdi-mail-reply:before {
	content: "";
}

.zmdi-mail-send:before {
	content: "";
}

.zmdi-mall:before {
	content: "";
}

.zmdi-map:before {
	content: "";
}

.zmdi-menu:before {
	content: "";
}

.zmdi-money-box:before {
	content: "";
}

.zmdi-money-off:before {
	content: "";
}

.zmdi-money:before {
	content: "";
}

.zmdi-more-vert:before {
	content: "";
}

.zmdi-more:before {
	content: "";
}

.zmdi-movie-alt:before {
	content: "";
}

.zmdi-movie:before {
	content: "";
}

.zmdi-nature-people:before {
	content: "";
}

.zmdi-nature:before {
	content: "";
}

.zmdi-navigation:before {
	content: "";
}

.zmdi-open-in-browser:before {
	content: "";
}

.zmdi-open-in-new:before {
	content: "";
}

.zmdi-palette:before {
	content: "";
}

.zmdi-parking:before {
	content: "";
}

.zmdi-pin-account:before {
	content: "";
}

.zmdi-pin-assistant:before {
	content: "";
}

.zmdi-pin-drop:before {
	content: "";
}

.zmdi-pin-help:before {
	content: "";
}

.zmdi-pin-off:before {
	content: "";
}

.zmdi-pin:before {
	content: "";
}

.zmdi-pizza:before {
	content: "";
}

.zmdi-plaster:before {
	content: "";
}

.zmdi-power-setting:before {
	content: "";
}

.zmdi-power:before {
	content: "";
}

.zmdi-print:before {
	content: "";
}

.zmdi-puzzle-piece:before {
	content: "";
}

.zmdi-quote:before {
	content: "";
}

.zmdi-railway:before {
	content: "";
}

.zmdi-receipt:before {
	content: "";
}

.zmdi-refresh-alt:before {
	content: "";
}

.zmdi-refresh-sync-alert:before {
	content: "";
}

.zmdi-refresh-sync-off:before {
	content: "";
}

.zmdi-refresh-sync:before {
	content: "";
}

.zmdi-refresh:before {
	content: "";
}

.zmdi-roller:before {
	content: "";
}

.zmdi-ruler:before {
	content: "";
}

.zmdi-scissors:before {
	content: "";
}

.zmdi-screen-rotation-lock:before {
	content: "";
}

.zmdi-screen-rotation:before {
	content: "";
}

.zmdi-search-for:before {
	content: "";
}

.zmdi-search-in-file:before {
	content: "";
}

.zmdi-search-in-page:before {
	content: "";
}

.zmdi-search-replace:before {
	content: "";
}

.zmdi-search:before {
	content: "";
}

.zmdi-seat:before {
	content: "";
}

.zmdi-settings-square:before {
	content: "";
}

.zmdi-settings:before {
	content: "";
}

.zmdi-shield-check:before {
	content: "";
}

.zmdi-shield-security:before {
	content: "";
}

.zmdi-shopping-basket:before {
	content: "";
}

.zmdi-shopping-cart-plus:before {
	content: "";
}

.zmdi-shopping-cart:before {
	content: "";
}

.zmdi-sign-in:before {
	content: "";
}

.zmdi-sort-amount-asc:before {
	content: "";
}

.zmdi-sort-amount-desc:before {
	content: "";
}

.zmdi-sort-asc:before {
	content: "";
}

.zmdi-sort-desc:before {
	content: "";
}

.zmdi-spellcheck:before {
	content: "";
}

.zmdi-storage:before {
	content: "";
}

.zmdi-store-24:before {
	content: "";
}

.zmdi-store:before {
	content: "";
}

.zmdi-subway:before {
	content: "";
}

.zmdi-sun:before {
	content: "";
}

.zmdi-tab-unselected:before {
	content: "";
}

.zmdi-tab:before {
	content: "";
}

.zmdi-tag-close:before {
	content: "";
}

.zmdi-tag-more:before {
	content: "";
}

.zmdi-tag:before {
	content: "";
}

.zmdi-thumb-down:before {
	content: "";
}

.zmdi-thumb-up-down:before {
	content: "";
}

.zmdi-thumb-up:before {
	content: "";
}

.zmdi-ticket-star:before {
	content: "";
}

.zmdi-toll:before {
	content: "";
}

.zmdi-toys:before {
	content: "";
}

.zmdi-traffic:before {
	content: "";
}

.zmdi-translate:before {
	content: "";
}

.zmdi-triangle-down:before {
	content: "";
}

.zmdi-triangle-up:before {
	content: "";
}

.zmdi-truck:before {
	content: "";
}

.zmdi-turning-sign:before {
	content: "";
}

.zmdi-wallpaper:before {
	content: "";
}

.zmdi-washing-machine:before {
	content: "";
}

.zmdi-window-maximize:before {
	content: "";
}

.zmdi-window-minimize:before {
	content: "";
}

.zmdi-window-restore:before {
	content: "";
}

.zmdi-wrench:before {
	content: "";
}

.zmdi-zoom-in:before {
	content: "";
}

.zmdi-zoom-out:before {
	content: "";
}

.zmdi-alert-circle-o:before {
	content: "";
}

.zmdi-alert-circle:before {
	content: "";
}

.zmdi-alert-octagon:before {
	content: "";
}

.zmdi-alert-polygon:before {
	content: "";
}

.zmdi-alert-triangle:before {
	content: "";
}

.zmdi-help-outline:before {
	content: "";
}

.zmdi-help:before {
	content: "";
}

.zmdi-info-outline:before {
	content: "";
}

.zmdi-info:before {
	content: "";
}

.zmdi-notifications-active:before {
	content: "";
}

.zmdi-notifications-add:before {
	content: "";
}

.zmdi-notifications-none:before {
	content: "";
}

.zmdi-notifications-off:before {
	content: "";
}

.zmdi-notifications-paused:before {
	content: "";
}

.zmdi-notifications:before {
	content: "";
}

.zmdi-account-add:before {
	content: "";
}

.zmdi-account-box-mail:before {
	content: "";
}

.zmdi-account-box-o:before {
	content: "";
}

.zmdi-account-box-phone:before {
	content: "";
}

.zmdi-account-box:before {
	content: "";
}

.zmdi-account-calendar:before {
	content: "";
}

.zmdi-account-circle:before {
	content: "";
}

.zmdi-account-o:before {
	content: "";
}

.zmdi-account:before {
	content: "";
}

.zmdi-accounts-add:before {
	content: "";
}

.zmdi-accounts-alt:before {
	content: "";
}

.zmdi-accounts-list-alt:before {
	content: "";
}

.zmdi-accounts-list:before {
	content: "";
}

.zmdi-accounts-outline:before {
	content: "";
}

.zmdi-accounts:before {
	content: "";
}

.zmdi-face:before {
	content: "";
}

.zmdi-female:before {
	content: "";
}

.zmdi-male-alt:before {
	content: "";
}

.zmdi-male-female:before {
	content: "";
}

.zmdi-male:before {
	content: "";
}

.zmdi-mood-bad:before {
	content: "";
}

.zmdi-mood:before {
	content: "";
}

.zmdi-run:before {
	content: "";
}

.zmdi-walk:before {
	content: "";
}

.zmdi-cloud-box:before {
	content: "";
}

.zmdi-cloud-circle:before {
	content: "";
}

.zmdi-cloud-done:before {
	content: "";
}

.zmdi-cloud-download:before {
	content: "";
}

.zmdi-cloud-off:before {
	content: "";
}

.zmdi-cloud-outline-alt:before {
	content: "";
}

.zmdi-cloud-outline:before {
	content: "";
}

.zmdi-cloud-upload:before {
	content: "";
}

.zmdi-cloud:before {
	content: "";
}

.zmdi-download:before {
	content: "";
}

.zmdi-file-plus:before {
	content: "";
}

.zmdi-file-text:before {
	content: "";
}

.zmdi-file:before {
	content: "";
}

.zmdi-folder-outline:before {
	content: "";
}

.zmdi-folder-person:before {
	content: "";
}

.zmdi-folder-star-alt:before {
	content: "";
}

.zmdi-folder-star:before {
	content: "";
}

.zmdi-folder:before {
	content: "";
}

.zmdi-gif:before {
	content: "";
}

.zmdi-upload:before {
	content: "";
}

.zmdi-border-all:before {
	content: "";
}

.zmdi-border-bottom:before {
	content: "";
}

.zmdi-border-clear:before {
	content: "";
}

.zmdi-border-color:before {
	content: "";
}

.zmdi-border-horizontal:before {
	content: "";
}

.zmdi-border-inner:before {
	content: "";
}

.zmdi-border-left:before {
	content: "";
}

.zmdi-border-outer:before {
	content: "";
}

.zmdi-border-right:before {
	content: "";
}

.zmdi-border-style:before {
	content: "";
}

.zmdi-border-top:before {
	content: "";
}

.zmdi-border-vertical:before {
	content: "";
}

.zmdi-copy:before {
	content: "";
}

.zmdi-crop:before {
	content: "";
}

.zmdi-format-align-center:before {
	content: "";
}

.zmdi-format-align-justify:before {
	content: "";
}

.zmdi-format-align-left:before {
	content: "";
}

.zmdi-format-align-right:before {
	content: "";
}

.zmdi-format-bold:before {
	content: "";
}

.zmdi-format-clear-all:before {
	content: "";
}

.zmdi-format-clear:before {
	content: "";
}

.zmdi-format-color-fill:before {
	content: "";
}

.zmdi-format-color-reset:before {
	content: "";
}

.zmdi-format-color-text:before {
	content: "";
}

.zmdi-format-indent-decrease:before {
	content: "";
}

.zmdi-format-indent-increase:before {
	content: "";
}

.zmdi-format-italic:before {
	content: "";
}

.zmdi-format-line-spacing:before {
	content: "";
}

.zmdi-format-list-bulleted:before {
	content: "";
}

.zmdi-format-list-numbered:before {
	content: "";
}

.zmdi-format-ltr:before {
	content: "";
}

.zmdi-format-rtl:before {
	content: "";
}

.zmdi-format-size:before {
	content: "";
}

.zmdi-format-strikethrough-s:before {
	content: "";
}

.zmdi-format-strikethrough:before {
	content: "";
}

.zmdi-format-subject:before {
	content: "";
}

.zmdi-format-underlined:before {
	content: "";
}

.zmdi-format-valign-bottom:before {
	content: "";
}

.zmdi-format-valign-center:before {
	content: "";
}

.zmdi-format-valign-top:before {
	content: "";
}

.zmdi-redo:before {
	content: "";
}

.zmdi-select-all:before {
	content: "";
}

.zmdi-space-bar:before {
	content: "";
}

.zmdi-text-format:before {
	content: "";
}

.zmdi-transform:before {
	content: "";
}

.zmdi-undo:before {
	content: "";
}

.zmdi-wrap-text:before {
	content: "";
}

.zmdi-comment-alert:before {
	content: "";
}

.zmdi-comment-alt-text:before {
	content: "";
}

.zmdi-comment-alt:before {
	content: "";
}

.zmdi-comment-edit:before {
	content: "";
}

.zmdi-comment-image:before {
	content: "";
}

.zmdi-comment-list:before {
	content: "";
}

.zmdi-comment-more:before {
	content: "";
}

.zmdi-comment-outline:before {
	content: "";
}

.zmdi-comment-text-alt:before {
	content: "";
}

.zmdi-comment-text:before {
	content: "";
}

.zmdi-comment-video:before {
	content: "";
}

.zmdi-comment:before {
	content: "";
}

.zmdi-comments:before {
	content: "";
}

.zmdi-check-all:before {
	content: "";
}

.zmdi-check-circle-u:before {
	content: "";
}

.zmdi-check-circle:before {
	content: "";
}

.zmdi-check-square:before {
	content: "";
}

.zmdi-check:before {
	content: "";
}

.zmdi-circle-o:before {
	content: "";
}

.zmdi-circle:before {
	content: "";
}

.zmdi-dot-circle-alt:before {
	content: "";
}

.zmdi-dot-circle:before {
	content: "";
}

.zmdi-minus-circle-outline:before {
	content: "";
}

.zmdi-minus-circle:before {
	content: "";
}

.zmdi-minus-square:before {
	content: "";
}

.zmdi-minus:before {
	content: "";
}

.zmdi-plus-circle-o-duplicate:before {
	content: "";
}

.zmdi-plus-circle-o:before {
	content: "";
}

.zmdi-plus-circle:before {
	content: "";
}

.zmdi-plus-square:before {
	content: "";
}

.zmdi-plus:before {
	content: "";
}

.zmdi-square-o:before {
	content: "";
}

.zmdi-star-circle:before {
	content: "";
}

.zmdi-star-half:before {
	content: "";
}

.zmdi-star-outline:before {
	content: "";
}

.zmdi-star:before {
	content: "";
}

.zmdi-bluetooth-connected:before {
	content: "";
}

.zmdi-bluetooth-off:before {
	content: "";
}

.zmdi-bluetooth-search:before {
	content: "";
}

.zmdi-bluetooth-setting:before {
	content: "";
}

.zmdi-bluetooth:before {
	content: "";
}

.zmdi-camera-add:before {
	content: "";
}

.zmdi-camera-alt:before {
	content: "";
}

.zmdi-camera-bw:before {
	content: "";
}

.zmdi-camera-front:before {
	content: "";
}

.zmdi-camera-mic:before {
	content: "";
}

.zmdi-camera-party-mode:before {
	content: "";
}

.zmdi-camera-rear:before {
	content: "";
}

.zmdi-camera-roll:before {
	content: "";
}

.zmdi-camera-switch:before {
	content: "";
}

.zmdi-camera:before {
	content: "";
}

.zmdi-card-alert:before {
	content: "";
}

.zmdi-card-off:before {
	content: "";
}

.zmdi-card-sd:before {
	content: "";
}

.zmdi-card-sim:before {
	content: "";
}

.zmdi-desktop-mac:before {
	content: "";
}

.zmdi-desktop-windows:before {
	content: "";
}

.zmdi-device-hub:before {
	content: "";
}

.zmdi-devices-off:before {
	content: "";
}

.zmdi-devices:before {
	content: "";
}

.zmdi-dock:before {
	content: "";
}

.zmdi-floppy:before {
	content: "";
}

.zmdi-gamepad:before {
	content: "";
}

.zmdi-gps-dot:before {
	content: "";
}

.zmdi-gps-off:before {
	content: "";
}

.zmdi-gps:before {
	content: "";
}

.zmdi-headset-mic:before {
	content: "";
}

.zmdi-headset:before {
	content: "";
}

.zmdi-input-antenna:before {
	content: "";
}

.zmdi-input-composite:before {
	content: "";
}

.zmdi-input-hdmi:before {
	content: "";
}

.zmdi-input-power:before {
	content: "";
}

.zmdi-input-svideo:before {
	content: "";
}

.zmdi-keyboard-hide:before {
	content: "";
}

.zmdi-keyboard:before {
	content: "";
}

.zmdi-laptop-chromebook:before {
	content: "";
}

.zmdi-laptop-mac:before {
	content: "";
}

.zmdi-laptop:before {
	content: "";
}

.zmdi-mic-off:before {
	content: "";
}

.zmdi-mic-outline:before {
	content: "";
}

.zmdi-mic-setting:before {
	content: "";
}

.zmdi-mic:before {
	content: "";
}

.zmdi-mouse:before {
	content: "";
}

.zmdi-network-alert:before {
	content: "";
}

.zmdi-network-locked:before {
	content: "";
}

.zmdi-network-off:before {
	content: "";
}

.zmdi-network-outline:before {
	content: "";
}

.zmdi-network-setting:before {
	content: "";
}

.zmdi-network:before {
	content: "";
}

.zmdi-phone-bluetooth:before {
	content: "";
}

.zmdi-phone-end:before {
	content: "";
}

.zmdi-phone-forwarded:before {
	content: "";
}

.zmdi-phone-in-talk:before {
	content: "";
}

.zmdi-phone-locked:before {
	content: "";
}

.zmdi-phone-missed:before {
	content: "";
}

.zmdi-phone-msg:before {
	content: "";
}

.zmdi-phone-paused:before {
	content: "";
}

.zmdi-phone-ring:before {
	content: "";
}

.zmdi-phone-setting:before {
	content: "";
}

.zmdi-phone-sip:before {
	content: "";
}

.zmdi-phone:before {
	content: "";
}

.zmdi-portable-wifi-changes:before {
	content: "";
}

.zmdi-portable-wifi-off:before {
	content: "";
}

.zmdi-portable-wifi:before {
	content: "";
}

.zmdi-radio:before {
	content: "";
}

.zmdi-reader:before {
	content: "";
}

.zmdi-remote-control-alt:before {
	content: "";
}

.zmdi-remote-control:before {
	content: "";
}

.zmdi-router:before {
	content: "";
}

.zmdi-scanner:before {
	content: "";
}

.zmdi-smartphone-android:before {
	content: "";
}

.zmdi-smartphone-download:before {
	content: "";
}

.zmdi-smartphone-erase:before {
	content: "";
}

.zmdi-smartphone-info:before {
	content: "";
}

.zmdi-smartphone-iphone:before {
	content: "";
}

.zmdi-smartphone-landscape-lock:before {
	content: "";
}

.zmdi-smartphone-landscape:before {
	content: "";
}

.zmdi-smartphone-lock:before {
	content: "";
}

.zmdi-smartphone-portrait-lock:before {
	content: "";
}

.zmdi-smartphone-ring:before {
	content: "";
}

.zmdi-smartphone-setting:before {
	content: "";
}

.zmdi-smartphone-setup:before {
	content: "";
}

.zmdi-smartphone:before {
	content: "";
}

.zmdi-speaker:before {
	content: "";
}

.zmdi-tablet-android:before {
	content: "";
}

.zmdi-tablet-mac:before {
	content: "";
}

.zmdi-tablet:before {
	content: "";
}

.zmdi-tv-alt-play:before {
	content: "";
}

.zmdi-tv-list:before {
	content: "";
}

.zmdi-tv-play:before {
	content: "";
}

.zmdi-tv:before {
	content: "";
}

.zmdi-usb:before {
	content: "";
}

.zmdi-videocam-off:before {
	content: "";
}

.zmdi-videocam-switch:before {
	content: "";
}

.zmdi-videocam:before {
	content: "";
}

.zmdi-watch:before {
	content: "";
}

.zmdi-wifi-alt-2:before {
	content: "";
}

.zmdi-wifi-alt:before {
	content: "";
}

.zmdi-wifi-info:before {
	content: "";
}

.zmdi-wifi-lock:before {
	content: "";
}

.zmdi-wifi-off:before {
	content: "";
}

.zmdi-wifi-outline:before {
	content: "";
}

.zmdi-wifi:before {
	content: "";
}

.zmdi-arrow-left-bottom:before {
	content: "";
}

.zmdi-arrow-left:before {
	content: "";
}

.zmdi-arrow-merge:before {
	content: "";
}

.zmdi-arrow-missed:before {
	content: "";
}

.zmdi-arrow-right-top:before {
	content: "";
}

.zmdi-arrow-right:before {
	content: "";
}

.zmdi-arrow-split:before {
	content: "";
}

.zmdi-arrows:before {
	content: "";
}

.zmdi-caret-down-circle:before {
	content: "";
}

.zmdi-caret-down:before {
	content: "";
}

.zmdi-caret-left-circle:before {
	content: "";
}

.zmdi-caret-left:before {
	content: "";
}

.zmdi-caret-right-circle:before {
	content: "";
}

.zmdi-caret-right:before {
	content: "";
}

.zmdi-caret-up-circle:before {
	content: "";
}

.zmdi-caret-up:before {
	content: "";
}

.zmdi-chevron-down:before {
	content: "";
}

.zmdi-chevron-left:before {
	content: "";
}

.zmdi-chevron-right:before {
	content: "";
}

.zmdi-chevron-up:before {
	content: "";
}

.zmdi-forward:before {
	content: "";
}

.zmdi-long-arrow-down:before {
	content: "";
}

.zmdi-long-arrow-left:before {
	content: "";
}

.zmdi-long-arrow-return:before {
	content: "";
}

.zmdi-long-arrow-right:before {
	content: "";
}

.zmdi-long-arrow-tab:before {
	content: "";
}

.zmdi-long-arrow-up:before {
	content: "";
}

.zmdi-rotate-ccw:before {
	content: "";
}

.zmdi-rotate-cw:before {
	content: "";
}

.zmdi-rotate-left:before {
	content: "";
}

.zmdi-rotate-right:before {
	content: "";
}

.zmdi-square-down:before {
	content: "";
}

.zmdi-square-right:before {
	content: "";
}

.zmdi-swap-alt:before {
	content: "";
}

.zmdi-swap-vertical-circle:before {
	content: "";
}

.zmdi-swap-vertical:before {
	content: "";
}

.zmdi-swap:before {
	content: "";
}

.zmdi-trending-down:before {
	content: "";
}

.zmdi-trending-flat:before {
	content: "";
}

.zmdi-trending-up:before {
	content: "";
}

.zmdi-unfold-less:before {
	content: "";
}

.zmdi-unfold-more:before {
	content: "";
}

.zmdi-apps:before {
	content: "";
}

.zmdi-grid-off:before {
	content: "";
}

.zmdi-grid:before {
	content: "";
}

.zmdi-view-agenda:before {
	content: "";
}

.zmdi-view-array:before {
	content: "";
}

.zmdi-view-carousel:before {
	content: "";
}

.zmdi-view-column:before {
	content: "";
}

.zmdi-view-comfy:before {
	content: "";
}

.zmdi-view-compact:before {
	content: "";
}

.zmdi-view-dashboard:before {
	content: "";
}

.zmdi-view-day:before {
	content: "";
}

.zmdi-view-headline:before {
	content: "";
}

.zmdi-view-list-alt:before {
	content: "";
}

.zmdi-view-list:before {
	content: "";
}

.zmdi-view-module:before {
	content: "";
}

.zmdi-view-quilt:before {
	content: "";
}

.zmdi-view-stream:before {
	content: "";
}

.zmdi-view-subtitles:before {
	content: "";
}

.zmdi-view-toc:before {
	content: "";
}

.zmdi-view-web:before {
	content: "";
}

.zmdi-view-week:before {
	content: "";
}

.zmdi-widgets:before {
	content: "";
}

.zmdi-alarm-check:before {
	content: "";
}

.zmdi-alarm-off:before {
	content: "";
}

.zmdi-alarm-plus:before {
	content: "";
}

.zmdi-alarm-snooze:before {
	content: "";
}

.zmdi-alarm:before {
	content: "";
}

.zmdi-calendar-alt:before {
	content: "";
}

.zmdi-calendar-check:before {
	content: "";
}

.zmdi-calendar-close:before {
	content: "";
}

.zmdi-calendar-note:before {
	content: "";
}

.zmdi-calendar:before {
	content: "";
}

.zmdi-time-countdown:before {
	content: "";
}

.zmdi-time-interval:before {
	content: "";
}

.zmdi-time-restore-setting:before {
	content: "";
}

.zmdi-time-restore:before {
	content: "";
}

.zmdi-time:before {
	content: "";
}

.zmdi-timer-off:before {
	content: "";
}

.zmdi-timer:before {
	content: "";
}

.zmdi-android-alt:before {
	content: "";
}

.zmdi-android:before {
	content: "";
}

.zmdi-apple:before {
	content: "";
}

.zmdi-behance:before {
	content: "";
}

.zmdi-codepen:before {
	content: "";
}

.zmdi-dribbble:before {
	content: "";
}

.zmdi-dropbox:before {
	content: "";
}

.zmdi-evernote:before {
	content: "";
}

.zmdi-facebook-box:before {
	content: "";
}

.zmdi-facebook:before {
	content: "";
}

.zmdi-github-box:before {
	content: "";
}

.zmdi-github:before {
	content: "";
}

.zmdi-google-drive:before {
	content: "";
}

.zmdi-google-earth:before {
	content: "";
}

.zmdi-google-glass:before {
	content: "";
}

.zmdi-google-maps:before {
	content: "";
}

.zmdi-google-pages:before {
	content: "";
}

.zmdi-google-play:before {
	content: "";
}

.zmdi-google-plus-box:before {
	content: "";
}

.zmdi-google-plus:before {
	content: "";
}

.zmdi-google:before {
	content: "";
}

.zmdi-instagram:before {
	content: "";
}

.zmdi-language-css3:before {
	content: "";
}

.zmdi-language-html5:before {
	content: "";
}

.zmdi-language-javascript:before {
	content: "";
}

.zmdi-language-python-alt:before {
	content: "";
}

.zmdi-language-python:before {
	content: "";
}

.zmdi-lastfm:before {
	content: "";
}

.zmdi-linkedin-box:before {
	content: "";
}

.zmdi-paypal:before {
	content: "";
}

.zmdi-pinterest-box:before {
	content: "";
}

.zmdi-pocket:before {
	content: "";
}

.zmdi-polymer:before {
	content: "";
}

.zmdi-share:before {
	content: "";
}

.zmdi-stackoverflow:before {
	content: "";
}

.zmdi-steam-square:before {
	content: "";
}

.zmdi-steam:before {
	content: "";
}

.zmdi-twitter-box:before {
	content: "";
}

.zmdi-twitter:before {
	content: "";
}

.zmdi-vk:before {
	content: "";
}

.zmdi-wikipedia:before {
	content: "";
}

.zmdi-windows:before {
	content: "";
}

.zmdi-aspect-ratio-alt:before {
	content: "";
}

.zmdi-aspect-ratio:before {
	content: "";
}

.zmdi-blur-circular:before {
	content: "";
}

.zmdi-blur-linear:before {
	content: "";
}

.zmdi-blur-off:before {
	content: "";
}

.zmdi-blur:before {
	content: "";
}

.zmdi-brightness-2:before {
	content: "";
}

.zmdi-brightness-3:before {
	content: "";
}

.zmdi-brightness-4:before {
	content: "";
}

.zmdi-brightness-5:before {
	content: "";
}

.zmdi-brightness-6:before {
	content: "";
}

.zmdi-brightness-7:before {
	content: "";
}

.zmdi-brightness-auto:before {
	content: "";
}

.zmdi-brightness-setting:before {
	content: "";
}

.zmdi-broken-image:before {
	content: "";
}

.zmdi-center-focus-strong:before {
	content: "";
}

.zmdi-center-focus-weak:before {
	content: "";
}

.zmdi-compare:before {
	content: "";
}

.zmdi-crop-16-9:before {
	content: "";
}

.zmdi-crop-3-2:before {
	content: "";
}

.zmdi-crop-5-4:before {
	content: "";
}

.zmdi-crop-7-5:before {
	content: "";
}

.zmdi-crop-din:before {
	content: "";
}

.zmdi-crop-free:before {
	content: "";
}

.zmdi-crop-landscape:before {
	content: "";
}

.zmdi-crop-portrait:before {
	content: "";
}

.zmdi-crop-square:before {
	content: "";
}

.zmdi-exposure-alt:before {
	content: "";
}

.zmdi-exposure:before {
	content: "";
}

.zmdi-filter-b-and-w:before {
	content: "";
}

.zmdi-filter-center-focus:before {
	content: "";
}

.zmdi-filter-frames:before {
	content: "";
}

.zmdi-filter-tilt-shift:before {
	content: "";
}

.zmdi-gradient:before {
	content: "";
}

.zmdi-grain:before {
	content: "";
}

.zmdi-graphic-eq:before {
	content: "";
}

.zmdi-hdr-off:before {
	content: "";
}

.zmdi-hdr-strong:before {
	content: "";
}

.zmdi-hdr-weak:before {
	content: "";
}

.zmdi-hdr:before {
	content: "";
}

.zmdi-iridescent:before {
	content: "";
}

.zmdi-leak-off:before {
	content: "";
}

.zmdi-leak:before {
	content: "";
}

.zmdi-looks:before {
	content: "";
}

.zmdi-loupe:before {
	content: "";
}

.zmdi-panorama-horizontal:before {
	content: "";
}

.zmdi-panorama-vertical:before {
	content: "";
}

.zmdi-panorama-wide-angle:before {
	content: "";
}

.zmdi-photo-size-select-large:before {
	content: "";
}

.zmdi-photo-size-select-small:before {
	content: "";
}

.zmdi-picture-in-picture:before {
	content: "";
}

.zmdi-slideshow:before {
	content: "";
}

.zmdi-texture:before {
	content: "";
}

.zmdi-tonality:before {
	content: "";
}

.zmdi-vignette:before {
	content: "";
}

.zmdi-wb-auto:before {
	content: "";
}

.zmdi-eject-alt:before {
	content: "";
}

.zmdi-eject:before {
	content: "";
}

.zmdi-equalizer:before {
	content: "";
}

.zmdi-fast-forward:before {
	content: "";
}

.zmdi-fast-rewind:before {
	content: "";
}

.zmdi-forward-10:before {
	content: "";
}

.zmdi-forward-30:before {
	content: "";
}

.zmdi-forward-5:before {
	content: "";
}

.zmdi-hearing:before {
	content: "";
}

.zmdi-pause-circle-outline:before {
	content: "";
}

.zmdi-pause-circle:before {
	content: "";
}

.zmdi-pause:before {
	content: "";
}

.zmdi-play-circle-outline:before {
	content: "";
}

.zmdi-play-circle:before {
	content: "";
}

.zmdi-play:before {
	content: "";
}

.zmdi-playlist-audio:before {
	content: "";
}

.zmdi-playlist-plus:before {
	content: "";
}

.zmdi-repeat-one:before {
	content: "";
}

.zmdi-repeat:before {
	content: "";
}

.zmdi-replay-10:before {
	content: "";
}

.zmdi-replay-30:before {
	content: "";
}

.zmdi-replay-5:before {
	content: "";
}

.zmdi-replay:before {
	content: "";
}

.zmdi-shuffle:before {
	content: "";
}

.zmdi-skip-next:before {
	content: "";
}

.zmdi-skip-previous:before {
	content: "";
}

.zmdi-stop:before {
	content: "";
}

.zmdi-surround-sound:before {
	content: "";
}

.zmdi-tune:before {
	content: "";
}

.zmdi-volume-down:before {
	content: "";
}

.zmdi-volume-mute:before {
	content: "";
}

.zmdi-volume-off:before {
	content: "";
}

.zmdi-volume-up:before {
	content: "";
}

.zmdi-n-1-square:before {
	content: "";
}

.zmdi-n-2-square:before {
	content: "";
}

.zmdi-n-3-square:before {
	content: "";
}

.zmdi-n-4-square:before {
	content: "";
}

.zmdi-n-5-square:before {
	content: "";
}

.zmdi-n-6-square:before {
	content: "";
}

.zmdi-neg-1:before {
	content: "";
}

.zmdi-neg-2:before {
	content: "";
}

.zmdi-plus-1:before {
	content: "";
}

.zmdi-plus-2:before {
	content: "";
}

.zmdi-sec-10:before {
	content: "";
}

.zmdi-sec-3:before {
	content: "";
}

.zmdi-zero:before {
	content: "";
}

.zmdi-airline-seat-flat-angled:before {
	content: "";
}

.zmdi-airline-seat-flat:before {
	content: "";
}

.zmdi-airline-seat-individual-suite:before {
	content: "";
}

.zmdi-airline-seat-legroom-extra:before {
	content: "";
}

.zmdi-airline-seat-legroom-normal:before {
	content: "";
}

.zmdi-airline-seat-legroom-reduced:before {
	content: "";
}

.zmdi-airline-seat-recline-extra:before {
	content: "";
}

.zmdi-airline-seat-recline-normal:before {
	content: "";
}

.zmdi-airplay:before {
	content: "";
}

.zmdi-closed-caption:before {
	content: "";
}

.zmdi-confirmation-number:before {
	content: "";
}

.zmdi-developer-board:before {
	content: "";
}

.zmdi-disc-full:before {
	content: "";
}

.zmdi-explicit:before {
	content: "";
}

.zmdi-flight-land:before {
	content: "";
}

.zmdi-flight-takeoff:before {
	content: "";
}

.zmdi-flip-to-back:before {
	content: "";
}

.zmdi-flip-to-front:before {
	content: "";
}

.zmdi-group-work:before {
	content: "";
}

.zmdi-hd:before {
	content: "";
}

.zmdi-hq:before {
	content: "";
}

.zmdi-markunread-mailbox:before {
	content: "";
}

.zmdi-memory:before {
	content: "";
}

.zmdi-nfc:before {
	content: "";
}

.zmdi-play-for-work:before {
	content: "";
}

.zmdi-power-input:before {
	content: "";
}

.zmdi-present-to-all:before {
	content: "";
}

.zmdi-satellite:before {
	content: "";
}

.zmdi-tap-and-play:before {
	content: "";
}

.zmdi-vibration:before {
	content: "";
}

.zmdi-voicemail:before {
	content: "";
}

.zmdi-group:before {
	content: "";
}

.zmdi-rss:before {
	content: "";
}

.zmdi-shape:before {
	content: "";
}

.zmdi-spinner:before {
	content: "";
}

.zmdi-ungroup:before {
	content: "";
}

.zmdi-500px:before {
	content: "";
}

.zmdi-8tracks:before {
	content: "";
}

.zmdi-amazon:before {
	content: "";
}

.zmdi-blogger:before {
	content: "";
}

.zmdi-delicious:before {
	content: "";
}

.zmdi-disqus:before {
	content: "";
}

.zmdi-flattr:before {
	content: "";
}

.zmdi-flickr:before {
	content: "";
}

.zmdi-github-alt:before {
	content: "";
}

.zmdi-google-old:before {
	content: "";
}

.zmdi-linkedin:before {
	content: "";
}

.zmdi-odnoklassniki:before {
	content: "";
}

.zmdi-outlook:before {
	content: "";
}

.zmdi-paypal-alt:before {
	content: "";
}

.zmdi-pinterest:before {
	content: "";
}

.zmdi-playstation:before {
	content: "";
}

.zmdi-reddit:before {
	content: "";
}

.zmdi-skype:before {
	content: "";
}

.zmdi-slideshare:before {
	content: "";
}

.zmdi-soundcloud:before {
	content: "";
}

.zmdi-tumblr:before {
	content: "";
}

.zmdi-twitch:before {
	content: "";
}

.zmdi-vimeo:before {
	content: "";
}

.zmdi-whatsapp:before {
	content: "";
}

.zmdi-xbox:before {
	content: "";
}

.zmdi-yahoo:before {
	content: "";
}

.zmdi-youtube-play:before {
	content: "";
}

.zmdi-youtube:before {
	content: "";
}

.zmdi-import-export:before {
	content: "";
}

.zmdi-swap-vertical-:before {
	content: "";
}

.zmdi-airplanemode-inactive:before {
	content: "";
}

.zmdi-airplanemode-active:before {
	content: "";
}

.zmdi-rate-review:before {
	content: "";
}

.zmdi-comment-sign:before {
	content: "";
}

.zmdi-network-warning:before {
	content: "";
}

.zmdi-shopping-cart-add:before {
	content: "";
}

.zmdi-file-add:before {
	content: "";
}

.zmdi-network-wifi-scan:before {
	content: "";
}

.zmdi-collection-add:before {
	content: "";
}

.zmdi-format-playlist-add:before {
	content: "";
}

.zmdi-format-queue-music:before {
	content: "";
}

.zmdi-plus-box:before {
	content: "";
}

.zmdi-tag-backspace:before {
	content: "";
}

.zmdi-alarm-add:before {
	content: "";
}

.zmdi-battery-charging:before {
	content: "";
}

.zmdi-daydream-setting:before {
	content: "";
}

.zmdi-more-horiz:before {
	content: "";
}

.zmdi-book-photo:before {
	content: "";
}

.zmdi-incandescent:before {
	content: "";
}

.zmdi-wb-iridescent:before {
	content: "";
}

.zmdi-calendar-remove:before {
	content: "";
}

.zmdi-refresh-sync-disabled:before {
	content: "";
}

.zmdi-refresh-sync-problem:before {
	content: "";
}

.zmdi-crop-original:before {
	content: "";
}

.zmdi-power-off:before {
	content: "";
}

.zmdi-power-off-setting:before {
	content: "";
}

.zmdi-leak-remove:before {
	content: "";
}

.zmdi-star-border:before {
	content: "";
}

.zmdi-brightness-low:before {
	content: "";
}

.zmdi-brightness-medium:before {
	content: "";
}

.zmdi-brightness-high:before {
	content: "";
}

.zmdi-smartphone-portrait:before {
	content: "";
}

.zmdi-live-tv:before {
	content: "";
}

.zmdi-format-textdirection-l-to-r:before {
	content: "";
}

.zmdi-format-textdirection-r-to-l:before {
	content: "";
}

.zmdi-arrow-back:before {
	content: "";
}

.zmdi-arrow-forward:before {
	content: "";
}

.zmdi-arrow-in:before {
	content: "";
}

.zmdi-arrow-out:before {
	content: "";
}

.zmdi-rotate-90-degrees-ccw:before {
	content: "";
}

.zmdi-adb:before {
	content: "";
}

.zmdi-network-wifi:before {
	content: "";
}

.zmdi-network-wifi-alt:before {
	content: "";
}

.zmdi-network-wifi-lock:before {
	content: "";
}

.zmdi-network-wifi-off:before {
	content: "";
}

.zmdi-network-wifi-outline:before {
	content: "";
}

.zmdi-network-wifi-info:before {
	content: "";
}

.zmdi-layers-clear:before {
	content: "";
}

.zmdi-colorize:before {
	content: "";
}

.zmdi-format-paint:before {
	content: "";
}

.zmdi-format-quote:before {
	content: "";
}

.zmdi-camera-monochrome-photos:before {
	content: "";
}

.zmdi-sort-by-alpha:before {
	content: "";
}

.zmdi-folder-shared:before {
	content: "";
}

.zmdi-folder-special:before {
	content: "";
}

.zmdi-comment-dots:before {
	content: "";
}

.zmdi-reorder:before {
	content: "";
}

.zmdi-dehaze:before {
	content: "";
}

.zmdi-sort:before {
	content: "";
}

.zmdi-pages:before {
	content: "";
}

.zmdi-stack-overflow:before {
	content: "";
}

.zmdi-calendar-account:before {
	content: "";
}

.zmdi-paste:before {
	content: "";
}

.zmdi-cut:before {
	content: "";
}

.zmdi-save:before {
	content: "";
}

.zmdi-smartphone-code:before {
	content: "";
}

.zmdi-directions-bike:before {
	content: "";
}

.zmdi-directions-boat:before {
	content: "";
}

.zmdi-directions-bus:before {
	content: "";
}

.zmdi-directions-car:before {
	content: "";
}

.zmdi-directions-railway:before {
	content: "";
}

.zmdi-directions-run:before {
	content: "";
}

.zmdi-directions-subway:before {
	content: "";
}

.zmdi-directions-walk:before {
	content: "";
}

.zmdi-local-hotel:before {
	content: "";
}

.zmdi-local-activity:before {
	content: "";
}

.zmdi-local-play:before {
	content: "";
}

.zmdi-local-airport:before {
	content: "";
}

.zmdi-local-atm:before {
	content: "";
}

.zmdi-local-bar:before {
	content: "";
}

.zmdi-local-cafe:before {
	content: "";
}

.zmdi-local-car-wash:before {
	content: "";
}

.zmdi-local-convenience-store:before {
	content: "";
}

.zmdi-local-dining:before {
	content: "";
}

.zmdi-local-drink:before {
	content: "";
}

.zmdi-local-florist:before {
	content: "";
}

.zmdi-local-gas-station:before {
	content: "";
}

.zmdi-local-grocery-store:before {
	content: "";
}

.zmdi-local-hospital:before {
	content: "";
}

.zmdi-local-laundry-service:before {
	content: "";
}

.zmdi-local-library:before {
	content: "";
}

.zmdi-local-mall:before {
	content: "";
}

.zmdi-local-movies:before {
	content: "";
}

.zmdi-local-offer:before {
	content: "";
}

.zmdi-local-parking:before {
	content: "";
}

.zmdi-local-parking:before {
	content: "";
}

.zmdi-local-pharmacy:before {
	content: "";
}

.zmdi-local-phone:before {
	content: "";
}

.zmdi-local-pizza:before {
	content: "";
}

.zmdi-local-post-office:before {
	content: "";
}

.zmdi-local-printshop:before {
	content: "";
}

.zmdi-local-see:before {
	content: "";
}

.zmdi-local-shipping:before {
	content: "";
}

.zmdi-local-store:before {
	content: "";
}

.zmdi-local-taxi:before {
	content: "";
}

.zmdi-local-wc:before {
	content: "";
}

.zmdi-my-location:before {
	content: "";
}

.zmdi-directions:before {
	content: "";
}
/*End for RB*/

html .rh {
	padding: 0 !important;
}

.nyhetgrid
.wpb_animate_when_almost_visible {
	opacity: 1;
}

@media (min-width:992px) {
	.hstat {
		display: block !important;
	}
}

.annonssegmenthead {
	z-index: 9999;
	position: relative;
	min-height: 150px;
	padding: 30px 0;
	width: 100%;
}

.annonstexthead {
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}

.annonstexthead > p {
	display: inline-block;
	margin: 0;
	line-height: 20px;
	font-size: 9.5px;
}

.annonsrutahead {
	min-height: 110px;
	padding: 2px;
	border: 1px solid #ededed;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.vc_section.footerannons {
	margin-bottom: 60px !important;
	max-width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:992px) {
	section.vc_section.footerannons {
		max-width: calc(100% - 0px);
		padding-left: 0px;
		padding-right: 0px;
	}
}

body > section.vc_section.footerannons {
	margin-left: auto;
	margin-right: auto;
}

body > section.vc_section.footerannons .vc_column-inner {
	padding: 0 !important;
}

.annonsrutafooter {
	min-height: 170px;
	overflow: hidden;
	background: #fff;
	padding: 12px;
}

.sidebarannonsseg {
	margin-bottom: 50px;
}

.sidebarannons {
	height: 100%;
	min-height: 400px;
}

@media (min-width:992px) {
	.headerannons {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.annonsrutaheader {
	min-height: 170px;
	overflow: hidden;
	background: #fff;
	padding: 12px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .04);
}

.cky-switch input[type="checkbox"] {
	background-color: #000 !important;
}

.cky-switch input[type="checkbox"]:checked {
	background: #d5d5d5 !important;
}

html .cky-preference-header .cky-btn-close {
	min-width: inherit !important;
	background-color: transparent !important;
}

html .cky-preference-header .cky-btn-close:hover, html .cky-preference-header .cky-btn-close:focus {
	color: inherit !important;
	background-color: transparent !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
	color: #000 !important;
	background-color: transparent !important;
	min-width: inherit;
}

.cky-accordion-header .cky-accordion-btn {
	font-weight: 500 !important;
	color: #4d5257 !important;
	min-width: inherit;
	background-color: inherit !important;
}

html .cky-accordion-header button.cky-accordion-btn:hover, html .cky-accordion-header button.cky-accordion-btn:focus {
	background-color: transparent !important;
	color: inherit !important;
}

.cky-preference-header .cky-preference-title {
	font-weight: 500 !important;
	text-align: center;
	font-size: 16px !important;
	line-height: 24px;
	color: #4d5257;
}

.cky-prefrence-btn-wrapper .cky-btn {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 1px;
	border-style: solid;
}

html .cky-notice-btn-wrapper {
	background: #ebebeb;
	padding: 30px;
	padding-bottom: 60px;
	margin: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.cky-notice-btn-wrapper {
		padding-top: 21px !important;
	}
}

html .cky-notice-btn-wrapper .cky-btn {
	min-width: 150px;
	line-height: 21px;
	font-size: 14px !important;
	padding: 3px 15px !important;
	padding-top: 3px !important;
	text-align: center;
	color: #272626 !important;
	border-color: #c8c8c8 !important;
	font-weight: 500 !important;
	border-style: solid;
	border-width: 1px !important;
	min-height: 35px;
}

html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:hover, html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:focus {
	background-color: #cecece !important;
}

@media (min-width:1850px) {
	html .cky-notice-btn-wrapper .cky-btn {
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.cky-notice-btn-wrapper .cky-btn {
		flex: auto;
		max-width: 100%;
		margin-top: 10px;
		white-space: unset;
		line-height: 34px !important;
		font-size: 14px !important;
	}
}

html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
	background-color: #cecece !important;
	color: #000 !important;
}

@media (min-width: 577px) {
	html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
		margin-top: 12px;
	}
}

html .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, html .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
	background: #292929 !important;
	border-color: #292929 !important;
	color: #fff !important;
}

.cky-notice-des p:not(.ctit), .cky-notice-des p a {
	font-size: 12.5px !important;
	line-height: 17px;
}

@media (min-width:992px) {
	.cky-notice-des p:not(.ctit), .cky-notice-des p a {
		max-width: 406px;
		margin-left: auto;
		margin-right: auto;
	}
}

html a.cky-policy {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	font-size: 12px !important;
	background: transparent !important;
	border: none !important;
	color: #272626 !important;
}

html .cky-notice .cky-title {
	display: none;
}

html .cky-notice-group {
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.cky-notice-des {
	text-align: center;
	padding: 50px 30px;
}

@media (max-width:768px) {
	.cky-notice-des {
		padding: 35px 20px !important;
	}
}

.cky-notice-des h6 {
	display: block;
	font-weight: 500;
	font-size: 18.5px !important;
	margin-bottom: 13px;
}

.cky-notice-des p:first-child {
	margin-bottom: 29px;
}

@media (max-width:768px) {
	.cky-notice-des p:first-child {
		margin-bottom: 22px;
	}
}

html .cky-notice-des img {
	width: 159px;
}

html .cky-banner-bottom {
	background: rgba(0, 0, 0, .31);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	html .cky-banner-bottom {
		padding: 0 10px;
	}
}

html .cky-consent-container .cky-consent-bar {
	padding: 0;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	overflow: hidden;
	border: none;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22);
}

.cky-footer-wrapper > div:last-child {
	display: none !important;
}

.cky-accordion-header .cky-always-active {
	font-weight: 300 !important;
	color: #568732 !important;
}

html .cky-footer-wrapper button.cky-btn.cky-btn-accept:hover, html .cky-footer-wrapper button.cky-btn.cky-btn-accept:focus {
	border-color: #000;
	background-color: #000 !important;
}

.cky-preference-header .cky-btn-close img {
	width: 19px !important;
}

html .cky-preference-content-wrapper, html .cky-gpc-wrapper .cky-gpc-desc {
	padding: 15px 0;
}

html .cky-preference-content-wrapper, html .cky-gpc-wrapper .cky-gpc-desc:not(.ctit), html .cky-notice-des *, html .cky-preference-content-wrapper *, html .cky-accordion-header-des *, html .cky-gpc-wrapper .cky-gpc-desc * {
	font-size: 13px;
	line-height: 18px;
}

html .cky-preference-header {
	padding: 12px 24px;
}

@media (max-width:576px) {
	html .cky-prefrence-btn-wrapper {
		padding: 15px 15px;
	}
}

html .cky-accordion-chevron {
	margin-right: 17px;
}

@media (max-width: 845px) {
	.cky-modal {
		max-width: calc(100% - 16px) !important;
		max-height: calc(100% - 16px) !important;
	}
}

.cky-btn-preferences {
	display: none !important;
}

html .page-id-16007 .cky-banner-bottom, html .page-id-16007 .cky-overlay.cky-hide {
	display: none !important;
}

.cky-hide {
	display: none !important;
}

/*Cookie*/

/*Cookie*/
.single-blogg .entry-featured .post-image {
	margin-bottom: 30px;
}

html {
	box-sizing: border-box;
	margin-top: 0 !important;
}

a {
	transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	color: #000;
}

a, a:hover, a:focus, a:before, a:after {
	outline: none;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000;
}

*, *:before, *:after {
	box-sizing: inherit;
}

p {
	margin-bottom: 15px;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.625;
	color: #000;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-weight: normal;
	font-family: "Inter";
	letter-spacing: .016em;
}

@media (min-width:992px) {
	body {
		background: transparent;
		width: 1600px;
		margin-left: auto;
		margin-right: auto;
		max-width: calc(100% - 60px);
	}
}

@media (min-width:1200px) {
	body {
		max-width: calc(100% - 120px);
	}
}

/*
@media(min-width:1200px) {
body {
max-width:calc(90% - 60px);
}}
@media(min-width:1400px) {
body {
max-width:calc(85% - 60px);
}}

@media(min-width:2000px) {
body {

}}*/
@media (min-width:992px) {
	html {
		background: #f5f5f5;
	}
}

.site {
	position: relative;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
	clear: both;
	line-height: 1.1;
	margin: 0 0 15px;
	font-weight: 700;
	text-transform: capitalize;
}

h1, .h1 {
	font-size: 52px;
}

h2, .h2 {
	font-size: 42px;
}

h3, .h3 {
	font-size: 36px;
}

h4, .h4 {
	font-size: 32px;
}

h5, .h5 {
	font-size: 25px;
}

h6, .h6 {
	font-size: 19px;
}

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

label {
	margin-bottom: 0;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	border-radius: 0;
}

table th {
	color: #000;
}

caption, td {
	font-weight: normal;
	text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 13px 8px;
}

th {
	font-weight: 700;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

dl {
	margin: 0 0 0 25px;
}

dl dt {
	font-weight: normal;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	color: #000;
}

dl dd {
	line-height: normal;
	margin-bottom: 20px;
}

dl dd a {
	color: #000;
}

dl dd a:hover {
	color: #000;
}

code, kbd {
	background-color: transparent;
	border-radius: 4px;
	color: inherit;
	font-size: 100%;
	padding: 2px 4px;
	box-shadow: none;
}

ins {
	border: none;
	text-decoration: none;
}

ins > div, ins > div > iframe, ins > div > iframe * {
	width: 100% !important;
}

#mys-content {
	width: 100% !important;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

ol {
	list-style: outside none decimal;
}

ul {
	padding: 0;
	margin: 0 0 15px;
}

ul li {
	list-style-position: inside;
}

blockquote {
	background-color: #dde1e4;
	border-left: 5px solid #000;
	font-size: 24px;
	line-height: normal;
	padding: 20px 26px;
	color: #000;
}

.a-dark, .single-hentry .entry-title a, .post-previous-next.style-default h3 a, .widget_cms_recent_posts .entry-title a, .comment-title a {
	color: #000;
}

input[type="text"]:not(.hsinput), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #eaeaea;
	color: rgba(0, 0, 0, .45);
	padding: 15px 24px;
	line-height: normal;
	font-size: 16px;
	letter-spacing: .016em;
	transition: all 300ms linear 0ms;
	width: 100%;
	font-family: "Inter";
	outline: none;
}

select {
	height: 47px;
}

textarea {
	line-height: normal;
	padding-top: 14px;
	padding-bottom: 14px;
	height: 195px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
	outline: 0;
	border-color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
	height: 145px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	border-color: #f13c3c !important;
}

.wpcf7-form .wpcf7-response-output {
	border: medium none;
	font-style: italic;
	padding: 0;
	margin: 20px 0 0;
	text-align: center;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	color: #f13c3c;
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

.wpcf7-form .wpcf7-menu {
	display: block;
}

.wpcf7-form .wpcf7-menu select {
	background-color: transparent;
	appearance: none;
	position: relative;
	z-index: 99;
}

.wpcf7-form .wpcf7-menu select option {
	padding: 5px;
}

.select2 .select2-selection--single {
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e7e8e9;
	height: 47px;
}

.select2 .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	line-height: 47px;
}

.select2 .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 50%;
	transform: translate(0px, -50%);
}

form .select2-container--default {
	width: 100% !important;
}

form .select2-container--default .select2-selection {
	border: 1px solid #e7e8e9;
	height: 47px;
}

form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 47px;
	padding-left: 15px;
}

form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 10px;
	top: 50%;
	color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	transform: translate(0px, -50%);
	width: 20px;
	color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: rgba(55, 55, 55, .87);
}

.select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9;
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px;
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: #000;
}

.nice-select {
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	white-space: nowrap;
}

.nice-select:after {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	color: #000;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0px, -50%);
}

.nice-select span.current {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nice-select .option {
	text-overflow: ellipsis;
	overflow: hidden;
}

.nice-select.open .list {
	padding: 5px;
	width: 100%;
	max-height: 250px;
	overflow: auto;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	padding: 5px;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(-21px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
	color: rgba(0, 0, 0, .87);
}

.nice-select .list .selected {
	color: #000;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	line-height: normal;
	list-style: none;
	outline: none;
	padding: 8px 24px;
	text-align: left;
	transition: all .2s;
	border-radius: 4px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f3f3f4;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.btn, button:not(.bsok), .button, input[type="submit"] {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 40px;
	line-height: 53px;
	transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	position: relative;
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
}

.btn:hover, button:not(.bsok):hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:(.bsok):focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
	outline: medium none;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#site-header-wrap {
	position: relative;
	z-index: 999;
}

#site-header-wrap .site-branding {
	position: relative;
}

#site-header-wrap .site-branding a {
	line-height: 0;
	float: left;
}

#site-header-wrap .site-branding a:not(.logo-light) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

#headroom.headroom--up, #headroom.headroom--down {
	transition: all 400ms linear 0ms;
}

#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	z-index: 1001;
}

#headroom.headroom--unpinned:not(.headroom--top) {
	transform: translateY(-200px);
}

#headroom.headroom--pinned:not(.headroom--top) {
	transform: translateY(0px);
}

.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
	top: 32px;
}

ul.menu {
	list-style: none;
	margin: 0;
}

ul.menu ul {
	list-style: none;
	margin: 0;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
	
	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.primary-menu li {
		position: relative;
		list-style: none;
	}
	
	.primary-menu li a {
		display: block;
		transition: all 300ms linear 0ms !important;
	}
	
	.primary-menu > li {
		display: inline-block;
		vertical-align: middle;
		float: left;
		white-space: nowrap;
		margin: 0 16px;
	}
	
	.primary-menu > li > a {
		color: #000;
		line-height: 70px;
		font-size: 15px;
		display: block;
		font-weight: normal;
		font-family: Inter;
		position: relative;
		padding: 0;
	}
	
	.primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
		color: #000;
	}
	
	.primary-menu > li.menu-item-has-children > a:after {
		content: "";
		font-family: "Material-Design-Iconic-Font";
		padding-left: 4px;
		font-weight: normal;
	}
	
	.primary-menu > li .link-icon {
		margin-right: 6px;
	}
	
	.primary-menu .sub-menu {
		list-style: none;
		margin: 0;
	}
	
	.primary-menu .sub-menu {
		position: absolute;
		background: #fff;
		padding: 15px;
		top: 100%;
		left: 0;
		margin-top: 15px;
		min-width: 235px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
		transition: all 300ms linear 0ms;
		clip: rect(1px, 1px, 1px, 1px);
	}
	
	.primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
		color: #000;
		background-color: #f5f5f5;
	}
	
	.primary-menu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}
	
	.primary-menu li:hover, .primary-menu li.focus {
		overflow: visible;
	}
	
	.primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: -10px;
		clip: inherit;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation {
		background-color: #fff;
		border-top: 1px solid rgba(0, 0, 0, .08);
		position: absolute;
		z-index: 1001;
		z-index: -1;
		padding: 15px 20px;
		top: calc(100% + 30px);
		bottom: auto;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 300ms linear 0ms;
	}
	
	.main-navigation.navigation-open {
		opacity: 1;
		visibility: visible;
		top: 100%;
		z-index: 999;
	}
	
	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.primary-menu li {
		position: relative;
		list-style: none;
	}
	
	.primary-menu li a {
		display: block;
		padding: 10px 0;
		color: #000;
		font-weight: 600;
		font-size: 15px;
	}
	
	.primary-menu > li > a {
		font-weight: 700;
	}
	
	.primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
		color: #000;
	}
	
	.primary-menu .sub-menu {
		position: relative;
		padding-left: 20px;
		display: none;
	}
	
	.primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
		height: 0;
	}
	
	.primary-menu li.focus > .sub-menu {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible;
	}
	
	.primary-menu-not-set {
		margin: 0;
		list-style: none;
	}
	
	.primary-menu-not-set a {
		display: block;
		padding: 10px 0;
		color: #000;
		font-weight: 600;
		font-size: 15px;
	}
	
	.primary-menu-not-set a:hover {
		color: #000;
	}
	
	#main-menu-mobile .btn-nav-mobile {
		color: #282828;
		display: inline-block;
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		vertical-align: middle;
		width: 30px;
		cursor: pointer;
		position: relative;
		transition: all 300ms linear 0ms;
	}
	
	#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #282828;
		display: block;
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 18px;
		top: 39px;
	}
	
	#main-menu-mobile .btn-nav-mobile:before {
		top: 27px;
	}
	
	#main-menu-mobile .btn-nav-mobile span {
		top: 33px;
	}
	
	#main-menu-mobile .btn-nav-mobile.opened:before {
		top: 32px;
		transform: rotate(45deg);
	}
	
	#main-menu-mobile .btn-nav-mobile.opened:after {
		transform: rotate(-45deg);
		top: 32px;
	}
	
	#main-menu-mobile .btn-nav-mobile.opened span {
		display: none;
	}
	
	.main-menu-toggle {
		transition: all 300ms linear 0ms;
		cursor: pointer;
		display: inline-block;
		height: 19px;
		line-height: 19px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 10px;
		width: 19px;
	}
	
	.main-menu-toggle:before, .main-menu-toggle:after {
		content: "";
		position: absolute;
		background-color: #222;
	}
	
	.main-menu-toggle:before {
		height: 11px;
		left: 9px;
		top: 5px;
		width: 1px;
	}
	
	.main-menu-toggle:after {
		height: 1px;
		left: 4px;
		top: 10px;
		width: 11px;
	}
}

.updated:not(.published) {
	display: none;
}

.entry-featured {
	position: relative;
}

.entry-featured .post-image {
	margin-bottom: 15px;
}

.entry-featured .post-image a {
	width: 100%;
}

.entry-featured .post-image a, .entry-featured .post-image span {
	display: inline-block;
}

.entry-featured .post-image img {
	width: 100%;
	border-radius: 3px;
}

.entry-featured .entry-video, .entry-featured .cms-carousel {
	margin-bottom: 30px;
}

.archive .entry-holder .entry-content {
	margin-bottom: 25px;
}

.archive .single-hentry {
	margin-bottom: 45px;
}

.single-hentry {
	margin-bottom: 60px;
}

.single-hentry:last-child {
	margin-bottom: 0;
}

.single-hentry .entry-title {
	font-size: 28px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.single-hentry .entry-holder {
		padding-left: 0;
		padding-right: 0;
	}
}

.single-hentry .entry-more {
	margin-top: 30px;
}

.single-hentry .entry-more .cms-icon-plus {
	margin-right: 7px;
}

.single-hentry .entry-more a:hover i:before, .single-hentry .entry-more a:hover i:after {
	background-color: #000;
}

.single-hentry .entry-tags a:after {
	content: ",";
}

.single-hentry .entry-tags:last-child:after {
	content: "";
}

.single-hentry .entry-meta li {}

.entry-video iframe, .entry-video .wp-video {
	width: 100% !important;
}

.entry-meta li {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 6px;
	color: #616161;
}

.entry-meta li a {
	color: #000;
	font-weight: 500;
}

.entry-meta li a:hover {
	color: #000;
}

.entry-meta li + li {
	padding-left: 16px;
}

.entry-meta .fa-thumb-tack {
	margin-right: 4px;
}

.posts-pagination {
	text-align: center;
}

.posts-pagination .page-numbers {
	text-align: center;
	display: inline-block;
}

.posts-pagination .page-numbers + .page-numbers {
	margin-left: 16px;
}

.posts-pagination.style-default .page-numbers {
	height: 50px;
	width: 50px;
	line-height: 46px;
	border: 2px solid #000;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 6px 6px rgba(0, 0, 0, .16);
}

.posts-pagination.style-default .page-numbers.current, .posts-pagination.style-default .page-numbers:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.single-post .single-hentry {
	margin-bottom: 0;
}

.single-post .single-hentry.single-hentry-construction .entry-holder {
	margin-top: -16px;
}

.single-post .single-hentry.single-hentry-construction .entry-content img {
	margin-top: 33px;
	margin-bottom: 33px;
}

.single-post .entry-featured .post-image {
	margin-bottom: 35px;
}

.single-post #pagetitle h1.page-title {
	line-height: normal;
}

.single-post .entry-content .h6 {}

.single-post .entry-content h3 {}

.single-post .entry-content p {
	margin-bottom: 18px;
}

.single-post .entry-content img {
	margin-top: 7px;
	margin-bottom: 7px;
}

.single-post .entry-meta {
	margin-bottom: 8px;
}

.single-post .entry-holder {
	padding: 0;
}

.entry-social-share label {
	color: #000;
	font-size: 28px;
	line-height: 34px;
	margin-right: 26px;
}

.entry-social-share ul {
	margin: 0;
	list-style: none;
}

.entry-social-share ul li {
	display: inline-block;
	margin-bottom: 20px;
}

.entry-social-share ul li + li {
	margin-left: 16px;
}

.entry-social-share.item-share {
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
}

.entry-social-share.item-share ul li + li {
	margin-left: 10px;
}

.entry-social-share.item-share a:not(.btn) {
	padding: 0 15px;
}

.entry-social-share a:not(.btn) {
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	line-height: 34px;
	padding: 0 21px;
}

.entry-social-share a:not(.btn).fb-social {
	color: #6a75c8;
	border-color: #6a75c8;
}

.entry-social-share a:not(.btn).fb-social:hover {
	color: #fff;
	background-color: #6a75c8;
}

.entry-social-share a:not(.btn).tw-social {
	color: #6abaf7;
	border-color: #6abaf7;
}

.entry-social-share a:not(.btn).tw-social:hover {
	color: #fff;
	background-color: #6abaf7;
}

.entry-social-share a:not(.btn).g-social {
	color: #f05660;
	border-color: #f05660;
}

.entry-social-share a:not(.btn).g-social:hover {
	color: #fff;
	background-color: #f05660;
}

.entry-social-share a:not(.btn).in-social {
	color: #2e82d9;
	border-color: #2e82d9;
}

.entry-social-share a:not(.btn).in-social:hover {
	color: #fff;
	background-color: #2e82d9;
}

.entry-social-share a:not(.btn).pin-social {
	color: #bd081c;
	border-color: #bd081c;
}

.entry-social-share a:not(.btn).pin-social:hover {
	color: #fff;
	background-color: #bd081c;
}

.entry-social-share a:not(.btn) span {
	margin-left: 20px;
}

.entry-social-share.style-default {
	margin-top: 68px;
	padding-bottom: 10px;
}

.entry-social-share.style-default ul {
	float: right;
}

@media screen and (max-width: 1199px) {
	.entry-social-share a:not(.btn) {
		padding: 0 !important;
		text-align: center;
		width: 40px;
	}
	
	.entry-social-share a:not(.btn) span {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.entry-social-share {
		text-align: center;
	}
	
	.entry-social-share label {
		display: none;
	}
	
	.entry-social-share ul {
		float: none;
	}
}

.content-construction-company .entry-tags {
	margin-top: 30px;
}

.content-construction-company .entry-tags label {
	margin-right: 10px;
}

.entry-tags a {
	background-color: #236b98;
	border: 1px solid #236b98;
	color: #fff !important;
	display: inline-block;
	font-size: 11px !important;
	line-height: 27px;
	padding: 0 8px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	margin-right: 4px;
	font-weight: 300;
	border-radius: 25px;
}

.content-construction-company .entry-tags a:after {
	content: "";
}

.content-construction-company .entry-tags a:hover {
	color: #fff !important;
	border-color: #000;
	background-color: #000;
}

.content-construction-company .entry-tags + .entry-social-share {
	margin-top: 17px;
}

.type-construction-company .entry-meta {
	margin: 0;
}

.type-construction-company .entry-meta li {
	font-size: 14px;
	color: rgba(0, 0, 0, .66);
	font-weight: 600;
}

.type-construction-company .entry-meta li a {
	color: inherit;
}

.type-construction-company .entry-meta li a:hover {
	color: #000;
}

.type-construction-company .entry-meta li.post-meta-author {
	padding-left: 0;
}

.type-construction-company .entry-title {
	text-transform: capitalize;
}

.type-construction-company .entry-title a {
	color: inherit;
}

.type-construction-company .entry-title a:hover {
	color: #000;
}

.content-general-construction .entry-title {
	font-size: 48px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	.content-general-construction .entry-title {
		font-size: 32px;
	}
}

.content-general-construction .entry-meta {
	padding-bottom: 18px;
	margin-bottom: 0;
	border-bottom: 1px solid #101010;
}

.content-general-construction .entry-meta .left {
	float: left;
}

@media screen and (max-width: 991px) {
	.content-general-construction .entry-meta .left {
		float: none;
	}
}

.content-general-construction .entry-meta .right {
	float: right;
}

@media screen and (max-width: 991px) {
	.content-general-construction .entry-meta .right {
		float: none;
	}
}

.content-general-construction .entry-meta li {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.content-general-construction .entry-meta li a {
	color: inherit;
}

.content-general-construction .entry-content {
	color: rgba(255, 255, 255, .66);
	border-top: 1px solid #2e2e2e;
	padding-top: 34px;
	padding-bottom: 30px;
}

.content-general-construction .entry-content-bottom {
	padding-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 -15px;
}

.content-general-construction .entry-content-bottom label {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	line-height: normal;
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-content-bottom label {
		display: block;
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-content-bottom {
		display: block;
	}
	
	.content-general-construction .entry-content-bottom .label {
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.content-general-construction .entry-content-bottom .label {
		display: none;
	}
}

.content-general-construction .entry-tags {
	padding: 0 15px;
}

.content-general-construction .entry-tags label {
	margin-right: 30px;
}

.content-general-construction .entry-tags a {
	background-color: #434343;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 11px;
	line-height: 27px;
	margin-right: 6px;
	margin-bottom: 15px;
}

.content-general-construction .entry-tags a:hover {
	background-color: #000;
}

.content-general-construction .entry-tags a:after {
	display: none;
}

.content-general-construction .entry-social-share {
	padding: 0 15px;
	flex-grow: 1;
	text-align: right;
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-social-share {
		text-align: left;
		margin-top: 20px;
	}
	
	.content-general-construction .entry-social-share li {
		margin: 0 12px 10px 0;
	}
}

.content-general-construction .entry-social-share a:not(.btn) {
	padding: 0;
	height: 48px;
	width: 48px;
	border-radius: 48px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}

.content-general-construction .entry-social-share label {
	margin-right: 10px;
}

.widget {
	margin-bottom: 32px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget.rm-margin1 {
	margin-bottom: 14px;
}

.widget.rm-margin2 {
	margin-bottom: 20px;
}

.logged-in .hide-logged {
	display: none;
}

ul.menu {
	list-style: none;
	margin: 0;
}

.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
	list-style: none;
	margin-bottom: 0;
}

#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
	padding-left: 0;
}

#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
	font-size: 0;
	line-height: 0;
}

#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
	font-size: 18px;
	line-height: 1.777;
	color: #000;
}

#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
	color: #000;
}

#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
	padding-left: 0;
}

#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
	font-size: 14px;
	line-height: normal;
}

.widget_recent_entries a, .widget_recent_comments a {
	color: #000;
}

#secondary .widget {
	margin-bottom: 57px;
}

#secondary .widget:last-child {
	margin-bottom: 0;
}

.tagcloud a {
	background-color: #236b98;
	border: 1px solid #236b98;
	color: #fff;
	display: inline-block;
	font-size: 11px !important;
	line-height: 27px;
	padding: 0 8px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	margin-right: 4px;
	font-weight: 300;
	border-radius: 4px;
}

.tagcloud a:hover, .tagcloud a:focus {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.widget_media_image.footer2 {
	margin-top: -40px;
	margin-bottom: 46px;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding: .8075em 0;
	padding-top: 0;
	font-size: .875em;
	font-style: italic;
	font-weight: 500;
}

.wp-caption-text {
	text-align: center;
}

.cms-grid .item-featured img {
	width: 100%;
}

.cms-grid .cms-grid-inner {
	position: relative;
}

.cms-grid .cms-load-more {
	margin-top: 35px;
}

.cms-grid .item-title {
	font-size: 24px;
	line-height: 1.33;
}

.cms-grid .item-title a {
	color: inherit;
}

.cms-grid .item-title a:hover {
	color: #000;
}

@media screen and (max-width: 991px) {
	.cms-grid .cms-grid-inner {
		margin: 0 -15px !important;
	}
	
	.cms-grid .cms-grid-inner .grid-item {
		padding: 15px !important;
	}
	
	.cms-grid .cms-grid-inner .grid-item .grid-item-inner {
		margin-top: 0 !important;
	}
}

.cms-grid .cms-grid-pagination {
	margin-top: 35px;
}

.cms-grid .item-featured a {
	display: block;
}

.grid-filter-wrap {
	margin-bottom: 38px;
}

.grid-filter-wrap span {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin: 10px 0;
	padding: 0 16px;
	transition: all 300ms linear 0ms;
	text-transform: capitalize;
	color: rgba(0, 0, 0, .33);
}

.grid-filter-wrap.align-left span:first-child {
	padding-left: 0;
}

.grid-filter-wrap.align-right span:last-child {
	padding-left: 0;
}

.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
	color: #000 !important;
}

.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
	color: #000 !important;
}

.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
	min-width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 21px;
	display: inline-block;
	width: inherit;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	font-size: 15px;
}

.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
	content: "";
	right: 15px;
	font-size: 15px;
}

.select-order-wrap {
	margin-left: 15px;
}

.item-order {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.owl-nav {
	text-align: center;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	color: #a2a2a2;
	display: inline-block;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	transition: all 300ms linear 0ms;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	color: #000;
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-dots .owl-dot {
	border-radius: 9px;
	background-color: #a2a2a2;
	display: inline-block;
	height: 9px;
	margin: 0 4px;
	width: 9px;
	transition: all 300ms linear 0ms;
}

.owl-dots .owl-dot.active {
	background-color: #000;
}

.nav-tabs-none {
	border: none;
}

.nav-tabs-none li.nav-item {
	margin: 0;
}

.nav-tabs-none li.nav-item a.nav-link {
	border: none;
	padding: 0;
}

.owl-carousel.hide-nav .owl-nav {
	display: none;
}

@media screen and (max-width: 767px) {
	.vc_column_container > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.item-meta {
	margin-bottom: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container {
	/* Accordion */
	margin-bottom: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
	box-shadow: 6px 6px rgba(0, 0, 0, .16);
	margin-bottom: 20px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
	margin-bottom: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
	border: 3px solid #000;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
	font-size: 24px;
	line-height: normal;
	color: #000;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
	padding: 10px 55px 10px 27px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
	height: 22px;
	width: 22px;
	right: 27px;
	border-radius: 22px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border: 2px solid #000;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
	content: "";
	border: none;
	background-color: #000;
	position: absolute;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
	width: 10px;
	height: 2px;
	left: 4px;
	top: 8px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
	height: 10px;
	width: 2px;
	top: 4px;
	left: 8px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
	background-color: #000;
	padding: 0 27px 27px 27px;
	font-size: 15px;
	line-height: 32px;
	color: rgba(255, 255, 255, .87);
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
	color: #fff;
	background-color: #000;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
	padding: 21px 30px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
	border-color: #fff;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
	background-color: #fff;
	display: block;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
	left: 4px;
	top: 8px;
	transform: rotate(45deg);
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
	left: 8px;
	top: 4px;
	transform: rotate(45deg);
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
	border: 2px solid #000;
	font-size: 15px;
	color: rgba(0, 0, 0, .87);
	padding: 10px 32px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
	display: none !important;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	background-color: #000;
	color: #fff;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
	border-left: none;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
	border: none;
	padding: 45px 0 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container {
	border-bottom: 1px solid #101010;
	padding-bottom: 7px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .66);
	padding: 0;
	font-weight: 700;
	margin-right: 24px;
	margin-bottom: 15px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
	display: none !important;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	color: #000;
	background-color: transparent;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
	border-left: none;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container {
	border-top: 1px solid #2e2e2e;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
	border: none;
	padding: 30px 0 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul {
	color: #fff;
	line-height: 1.92;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul.list-space {
	padding-left: 15px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .cms-grid-masonry {
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
		box-shadow: 6px 6px rgba(0, 0, 0, .16);
		margin-bottom: 20px;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
		margin-bottom: 0;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
		border: 3px solid #000;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
		font-size: 24px;
		line-height: normal;
		color: #000;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		padding: 10px 27px;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
		height: 22px;
		width: 22px;
		right: 27px;
		border-radius: 22px;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		border: 2px solid #000;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
		content: "";
		border: none;
		background-color: #000;
		position: absolute;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
		width: 10px;
		height: 2px;
		left: 4px;
		top: 8px;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
		height: 10px;
		width: 2px;
		top: 4px;
		left: 8px;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
		background-color: #fff;
		padding: 0 27px 27px 27px;
		border-width: 0 3px 3px;
		border-style: solid;
		border-color: #000;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
		display: block;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
		left: 4px;
		top: 8px;
		transform: rotate(45deg);
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
		left: 8px;
		top: 4px;
		transform: rotate(45deg);
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container {
		border-top: none !important;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		color: rgba(255, 255, 255, .66);
		padding-left: 0;
		padding-right: 0;
	}
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
	margin-bottom: 15px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
	margin-bottom: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
	border: none;
	padding: 0;
	color: #c5c5c5;
	font-size: 24px;
	line-height: normal;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
	color: #000;
}

@media screen and (min-width: 992px) {
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
		padding-right: 60px;
	}
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
	border: none;
	padding: 0;
}

@media screen and (max-width: 991px) {
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
		font-size: 18px;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
		padding-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
		border: 1px solid #e0e0e0;
		border-bottom: none;
		background-color: #fff;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
		border: none;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
		font-size: 24px;
		border-bottom: 1px solid #e0e0e0;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
		color: #c5c5c5;
		text-align: center;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding-top: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e0e0e0;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
		color: #000;
	}
	
	.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child() .vc_tta-panel-heading .vc_tta-panel-title {
		border-bottom: none;
	}
}

.grid-sizer + .grid-item .cms-career-modal-wrap {
	display: block;
}

.cms-grid-layout-modern .overlay-gradient:before {
	opacity: .15;
}

.cms-grid-layout-modern .item-featured {
	background-color: #000;
}

.cms-grid-layout-modern .item-category {
	color: #fff;
	margin-bottom: 5px;
}

.cms-grid-layout-modern .item-category a {
	font-size: 13px;
	color: #fff;
}

.cms-grid-layout-modern .item-category a:hover {
	color: #000;
}

.cms-grid-layout-modern .item-meta a {
	color: #fff;
}

.cms-grid-layout-modern .item-title {
	font-size: 26px;
	line-height: normal;
}

.cms-grid-layout-modern .item-title a {
	color: #fff;
}

.cms-grid-layout-modern .item-title a:hover {
	color: #000;
}

.cms-grid-layout-modern .item-content {
	color: rgba(255, 255, 255, .66);
	font-size: 15px;
	line-height: 26px;
}

@media screen and (max-width: 767px) {
	.cms-grid-layout-modern .item-content {
		display: none;
	}
}

.cms-grid-layout-modern .item-readmore {
	padding-top: 20px;
}

.cms-grid-layout-modern .item-readmore .btn:hover {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.cms-grid-layout-modern .item-holder {
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	transition: all 300ms linear 0ms;
}

@media screen and (min-width: 1200px) {
	body .container {
		max-width: 1230px;
		width: 100%;
	}
	
	.content-has-sidebar.float-right {
		order: 2;
		-webkit-order: 2;
		-ms-order: 2;
	}
	
	.content-has-sidebar.float-right + #secondary {
		padding-right: 55px;
		order: 1;
		-webkit-order: 1;
		-ms-order: 1;
	}
}

@media screen and (max-width: 1199px) {
	body .container {
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	.col-offset-left > .vc_column-inner {
		padding-left: 30px !important;
	}
	
	.col-offset-right > .vc_column-inner {
		padding-right: 30px !important;
	}
}

@media screen and (max-width: 991px) {
	#primary + #secondary {
		margin-top: 60px;
	}
}

.site-content {
	padding: 85px 0;
	padding-top: 151px;
	position: relative;
}

.widget .widget-content ul {
	margin: 0;
	list-style: none;
}

.widget-title, .comment-reply-title, .comments-title, .section-title {
	font-size: 20px;
	margin-bottom: 26px;
}

.page-template-default .entry-footer {
	text-align: center;
}

.page-template-default .entry-footer i {
	padding-right: 8px;
}

.vc_column_container > .theiaStickySidebar > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.nyhcol .wpb_raw_html {}

.nyhetgrid.vandra > div > .grid-item:nth-child(1), .nyhetgrid.vandra > div > .grid-item:nth-child(2) {
	display: none !important;
}

.nyhetgrid.vtredje > div > .grid-item:nth-child(1), .nyhetgrid.vtredje > div > .grid-item:nth-child(2), .nyhetgrid.vtredje > div > .grid-item:nth-child(3), .nyhetgrid.vtredje > div > .grid-item:nth-child(4) {
	display: none !important;
}

.nyhetgrid {
	margin-bottom: 30px;
}

.mittrow {
	margin-bottom: 50px;
}

.nyhetgrid {}

.ntitel {
	font-size: 20px;
	margin-bottom: 6px;
}

body #content .ntitel a {
	color: inherit;
}

body #content .ntitel a:hover {
	opacity: .8;
}

body #content .ntitel a:after {
	font-size: 18px;
	font-size: 18px;
	content: "";
	right: 15px;
	font-family: "Material-Design-Iconic-Font";
	font-weight: 300;
	margin-left: 12px;
}

.ndatum {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cent {
	text-align: center;
}

.titmarg {
	margin-bottom: 45px !important;
}

.rotseg {
	padding-bottom: 50px !important;
	padding-top: 70px;
}

@media (max-width:991px) {
	.rotseg {
		padding-top: 60px;
		padding-bottom: 40px !important;
	}
}

body:not(.home) .rotseg {
	padding-top: 30px;
}

.wpb_content_element.fsintrotext {
	font-size: 17px;
	line-height: 24px;
}

@media (min-width:992px) {
	.fsintrotext {
		padding-right: 10px;
	}
}

.fsintrotext h3.h4, .prodtit {
	font-size: 30px;
}

.vc_section.sidebarseg > .vc_row-fluid > div:first-child > div:first-child .vc_row-fluid:first-child .fsintrotext:first-child h3.h4 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 9px;
	margin-bottom: 30px;
}

@media (Max-width:767px) {
	.fsintrotext h3.h4, .prodtit {
		font-size: 30px;
	}
}

.fsintrobild img {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

@media (min-width:992px) {
	.fsintrobild {
		text-align: center !important;
	}
}

.fsintrotext h4 {
	font-size: 22px;
	margin-bottom: 6px;
}

.vc_section.fsintroseg {
	margin-bottom: 50px;
}

@media (max-width:991px) {
	.vc_section.fsintroseg {
		margin-top: -50px;
		margin-bottom: 30px;
	}
}

.trow {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
	border-radius: 8px;
	margin: 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.trow > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}

.trow .wpb_single_image {
	margin-bottom: 0 !important;
}

.trow .tndiv {
	padding: 30px;
	margin-bottom: 0 !important;
}

@media (max-width:991px) {
	.trow .wpb_single_image {
		text-align: center !important;
	}
}

@media (max-width:991px) {
	.trow .wpb_single_image img {
		max-height: 100px;
		margin-bottom: 15px;
		margin-top: -15px;
	}
}

.kpdiv {
	margin-bottom: 45px !important;
	font-size: 15px;
	line-height: 20px;
}

.kpdiv p {
	margin-bottom: 5px;
}

.kpdiv {}

.olist {
	margin-bottom: 18px;
}

.olist i {
	background: #000;
	color: #fff;
	height: 24px;
	width: 24px;
	border-radius: 30px;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0px;
}

@media (max-width:767px) {
	.olist i {}
}

.olist p {
	position: relative;
	padding-left: 40px;
	max-width: 400px;
	display: inline-block;
	margin-right: 17px;
	font-size: 15px;
	font-weight: 400;
}

.obild {
	border-radius: 8px;
	overflow: hidden;
}

.odiv h3 {
	margin-bottom: 30px;
}

.klogos .wpb_single_image img {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
	border-radius: 5px;
}

@media (max-width: 991px) {
	.klogos .wpb_single_image img {
		max-height: 83px;
	}
}

@media (min-width: 768px) {
	.okdiv {
		text-align: right;
	}
}

.okrow iframe {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

@media (max-width: 767px) {
	.okrow iframe {
		max-height: 300px;
	}
}

.okrow {
	padding-bottom: 50px;
	padding-top: 65px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #f3f3f3;
}

@media (max-width: 767px) {
	.okrow {
		padding-top: 50px;
		padding-bottom: 35px;
	}
}

.okrow .titmarg h6 {
	margin-bottom: 11px;
	font-weight: 600;
}

.prisff {
	max-width: 336px;
}

section.nrow {
	padding-bottom: 50px;
	padding-top: 50px !important;
}

@media (max-width: 767px) {
	.nrow {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}

.nice-select .option {
	padding: 8px 11px;
}

.nyhetertitel.cent {
	margin-bottom: 50px;
}

.nyhetertitel h3.h6 {
	font-weight: 300;
	font-size: inherit;
	letter-spacing: inherit;
	margin-bottom: 10px;
}

.nhwrap {
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
}

.nhbild {
	margin-bottom: 0px;
	margin-bottom: 20px;
}

.nhbild img {
	border-radius: 3px;
	border-radius: 8px;
}

.nd {}

.nhwrap .item-content {}

.doljdiv {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 12px !important;
	border: 1px solid #f2f2f2 !important;
}

@media (max-width: 991px) {
	.wpcf7 .col-lg-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #000;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
	border-width: 1px;
	margin-top: 32px;
	min-height: 35px;
	width: calc(100% - 130px);
	margin-left: 0;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	color: #fff;
	text-align: left;
	font-size: 15px;
}

@media (max-width: 767px) {
	body {}
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0;
}

.ensamrow {
	padding-top: 50px;
	padding-bottom: 50px;
}

.fullcrow > .vc_col-sm-12 {
	max-width: 100% !important;
}

.fullrow > .vc_col-sm-12 {
	max-width: 100% !important;
	padding: 0 !important;
}

.brow > .vc_col-sm-12 {
	max-width: 1270px !important;
}

.fullrow > .vc_col-sm-12 > .vc_column-inner {
	padding: 0 !important;
}

section.vc_section.kortrow > .vc_row-fluid {}

section.vc_section.fullrow > .vc_row-fluid {
	max-width: 100%;
}

.vc_section {
	margin: inherit !important;
}

@media (min-width: 992px) {
	#puur > .vc_row-fluid {
		display: flex;
	}
}

@media (min-width: 992px) {
	#puur > .vc_row-fluid > .vc_col-sm-9 {
		order: 2;
	}
}

@media (min-width: 1200px) {
	#puur > .vc_row-fluid > .vc_col-sm-9 {
		padding-left: 25px;
	}
}

@media (min-width: 992px) and  (max-width: 1200px) {
	#puur > .vc_row-fluid > .vc_col-sm-9 {
		width: 72%;
	}
}

.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid {
	margin-bottom: 40px;
}

.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid:last-child {
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	#puur > .vc_row-fluid > .vc_col-sm-3 {
		width: 100%;
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	#puur > .vc_row-fluid > .vc_col-sm-9 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.omformbild, .omformdiv {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 768px) {
	.kontcol {
		border-left: 1px solid #e4e4e4;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.kontcol {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.kontcol .kontaktdiv {
		border-top: 1px solid #e4e4e4;
		padding-top: 30px;
		margin-bottom: 50px;
	}
}

.kontaktdiv {
	line-height: 31px;
}

.kontaktdiv i {
	font-size: 14px;
}

.kontaktrow {
	padding-top: 100px;
	padding-bottom: 70px;
}

.levrow {
	padding-bottom: 70px;
	border-top: 1px solid #ededed;
	padding-top: 70px;
}

@media (max-width: 991px) {
	.levrow {
		padding-top: 50px;
		padding-bottom: 35px;
	}
}

.single #primary, .content-row #primary {
	padding: 0px;
}

.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12 {
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}

.entry-content > .vc_row.wpb_row.vc_row-fluid, .post-type-content-inner > .vc_row.wpb_row.vc_row-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
		max-width: 1040px;
	}
}

@media (min-width: 2000px) {
	.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
		max-width: 1600px;
	}
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.grecaptcha-badge {
	display: none !important;
}

.recaptcha {
	font-size: 10px;
	max-width: 390px;
	line-height: 15px;
	margin-top: -1px;
}

body #content p.recaptcha a {
	color: #000;
}

.kontaktfrow .recaptcha {
	color: rgba(238, 238, 238, .728);
	margin-bottom: 15px;
	text-align: right;
	max-width: 800px;
	margin-left: auto;
	padding-left: 30px;
}

.titeldiv {
	text-align: center;
	margin-bottom: 50px !important;
}

.titeldiv p {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.titeldiv h4 {
	color: #000;
	margin-bottom: 5px;
}

.borderr img {
	border-radius: 8px;
}

@media (max-width: 991px) {
	.bildhoger {
		text-align: left !important;
	}
}

.br img, .bildhoger img {
	box-shadow: 0 25px 45px rgba(0, 0, 0, .05);
	border-radius: 3px;
	max-height: 400px;
	border-top: 2px solid #000;
	background-color: #fff;
	padding: 35px;
}

.bildborder img {
	box-shadow: 0 25px 45px rgba(0, 0, 0, .05);
	border-radius: 3px;
	max-height: 400px;
	border-top: 2px solid #000;
	overflow: hidden;
}

.omsidabilder .wpb_single_image img {
	max-height: 360px;
	-webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
	box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
	border-radius: 100%;
	border: 6px solid #f4f4f4;
}

.omsidabilder {
	height: 309px;
	margin-bottom: 30px;
}

.omsidabilder .wpb_single_image {
	left: 0;
	right: 0;
	text-align: center;
}

.omsidabilder .wpb_single_image:nth-child(1) {
	position: absolute;
	z-index: 6;
}

.omsidabilder .wpb_single_image {
	left: 0;
	right: 0;
	text-align: center;
}

.omsidabilder .wpb_single_image:nth-child(2) {
	position: absolute;
	top: 120px;
	left: -150px;
	z-index: 6;
}

.topbar ul {
	display: inline-block;
	margin-bottom: 0;
	list-style-type: none;
}

.topbar .tbh > li:first-child {
	padding-left: 10px;
}

.topbar .tbh > li:last-child {
	padding-right: 0px;
}

.topbar .tbh > li {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 15px;
	vertical-align: top;
	display: flex;
	margin-bottom: 0px;
}

.topbar .tbh > li > a {
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
	font-family: "Inter";
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	padding: 0px 0px;
	transition: .1s;
}

.topbar .tbh > li > a:hover {
	opacity: .55;
}

a.fbtn {
	display: block;
	padding: 2px 25px;
	padding-bottom: 3px;
	border: 1px solid #236b98;
	background-color: #236b98;
	color: #fff;
	line-height: 19px;
	cursor: pointer;
	font-family: "Inter";
	font-weight: 400;
	font-size: 12.5px;
	min-width: 112px;
	text-align: center;
	float: left;
	border-radius: 25px;
}

@media (max-width:991px) {
	a.fbtn {
		padding: 2px 12px;
		padding-bottom: 3px;
		line-height: 17px;
		min-width: inherit;
		font-size: 11px;
	}
}

@media (min-width:992px) {
	.headroom--down a.fbtn, .headroom--up a.fbtn {
		padding: 0px 20px;
		padding-bottom: 1px;
		min-width: 97px;
		font-size: 11px;
		transition: 0s !important;
	}
}

.fbtn:hover, .fbtn:focus {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
	transition: .1s ease !important;
}

/*
.fbtn:after {
content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
    display: inline-block;
    vertical-align: -2.7px;
}*/
@media (max-width:991px) {
	.tbsk {
		position: absolute;
		right: 43px;
		top: 22px;
	}
}

@media (min-width:992px) {
	.tbsk {
		display: flex;
		align-items: center;
		float: right;
		position: absolute;
		right: 0px;
		transform: translateY(5px);
	}
}

@media (min-width:992px) {
	.headroom--up .tbsk, .headroom--down .tbsk {
		transform: translateY(7px);
	}
}

@media (min-width:992px) {
	form.hsok {
		display: flex !important;
		justify-content: flex-end;
		width: 28px;
		margin-right: -11px;
		transition: .1s ease;
	}
}

.hsok:hover {
	width: 140px;
}

.hsinput {
	width: 0px;
	border: none;
	padding: 0;
	padding-left: 6px;
	transition: .1s ease;
	background: transparent;
	opacity: 0;
	font-size: 13px;
	height: 27px;
}

.hsinput {
	transform: translateY(2px);
}

.hsok:hover .hsinput {
	opacity: 1;
	width: 110px;
	border-bottom: 1px solid #ededed;
}

.bsok {
	padding: 0;
	height: 24px;
	margin: 0px 5px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.bsok img {
	border: none;
	background: transparent;
	margin-bottom: -5px;
	height: 14px !important;
	width: 14px !important;
	min-width: 14px;
}

.topbar .tbv li {
	display: inline-block;
	padding-right: 15px;
}

.topbar > .container > ul > li > a {
	color: #777070 !important;
}

.topbar ul li a strong {
	color: #fff !important;
}

.topbar .tbh {
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.tbh img {
	height: 16px;
	margin-top: -2px;
	margin-right: 10px;
}

.banrow {
	padding-bottom: 100px;
}

.distrow {
	padding-bottom: 60px;
}

.distrow > .vc_col-sm-12 {
	max-width: 1270px !important;
}

.tjanst .tlank {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 0px;
	display: none;
	z-index: 99;
}

section.distrow > div.tjansterrow {
	max-width: 930px;
}

@media (max-width: 991px) and (min-width: 600px) {
	.tjansterrow > .vc_col-sm-3 {
		width: 50% !important;
		display: inline-block;
		float: left;
	}
}

.tjansterrow .vc_column-inner {}

.tbild img {
	border-radius: 100%;
	border: 6px solid rgba(231, 231, 231, .87);
	height: 129px;
}

.tbild {
	margin-bottom: -35px !important;
	text-align: center !important;
}

.tjansterrow > .tjanst .wpb_text_column {
	background: #000;
	color: #fff;
	padding: 50px 20px;
	padding-top: 65px;
	border-radius: 8px;
}

.tjanst {
	margin-bottom: 30px !important;
}

.tjanst .tjanstdiv {
	color: #fff !important;
	position: relative;
	overflow: hidden;
	height: 400px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .5));
}

.tjanst .tjanstdiv .tjanstcont {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 0;
	padding: 30px 30px;
	height: 100%;
	transition: .6s;
	transform: translateY(0%);
}

@media (max-width: 991px) {
	.tjanst .tjanstdiv .tjanstcont {
		display: none;
	}
}

.tjanst .tjanstdiv h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.tjanst .tjanstdiv h5 {
		font-size: 22px;
	}
}

.tjanst .tjanstdiv .tjanstcont h4 {
	margin-bottom: 0;
	position: absolute;
	bottom: 28px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size: 22px;
}

@media (min-width: 992px) {
	.tjanst .tjanstdiv .tjansthover {
		padding: 20px 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #2b2b2b;
		transition: transform .6s;
		transform: translateY(100%);
	}
}

@media (max-width: 991px) {
	.tjanst .tjanstdiv .tjansthover {
		padding: 20px 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateY(0%);
		background: linear-gradient(transparent, rgba(0, 0, 0, .5));
	}
}

.tjanst .tjanstdiv h5 {
	margin-bottom: 15px;
}

.tjansthcont {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}

@media (min-width: 992px) {
	.tjanst .tjanstdiv:hover .tjanstcont {
		transform: translateY(-100%);
	}
}

@media (min-width: 992px) {
	.tjanst .tjanstdiv:hover .tjansthover {
		transform: translateY(0%);
	}
}

.tjanst .btn {
	margin-top: 11px;
	color: #fff;
}

.tjanst .btn:focus, .tjanst .btn:hover, .tjanst .btn:focus::after, .tjanst .btn:hover::after {
	color: #403d3d !important;
}

.omcont {
	overflow: hidden;
	min-height: 400px;
	font-weight: 300;
	background-size: cover !important;
	background-position: 50% 21% !important;
	position: relative;
	color: #fff;
	margin-bottom: 0 !important;
}

.omcont .btn {
	margin-top: 20px;
	color: #fff;
}

.omcont h5 {
	color: #fff;
}

.omcont > div {
	position: absolute;
	z-index: 9;
	max-width: 430px;
	padding: 30px;
	padding-bottom: 21px;
	width: 100%;
	bottom: 0;
}

.omrow .omdiv {
	text-align: center;
}

.omdiv h2 {
	position: relative;
	margin-bottom: 50px !important;
	max-width: 342px;
}

.omdiv em {
	color: #000;
	border-bottom: 2px solid;
	font-style: normal;
}

.omdiv i {
	background: #000;
	color: #fff;
	height: 34px;
	width: 34px;
	border-radius: 30px;
	font-size: 28px;
	line-height: 34px;
	margin-left: 16px;
}

.knappdiv .btn {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 10px);
}

.knappdiv {
	margin-top: 30px;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

.nyhetbild {
	height: 250px;
	background-size: cover !important;
	display: block;
}

@media (min-width: 992px) {
	.introtext p {
		max-width: 900px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.relateradeinlagg {
	margin-top: 70px;
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f5f5f5;
}

.relateradeinlagg .container {
	padding-left: 30px;
	padding-right: 30px;
}

.vc_wp_custommenu {
	margin-bottom: 0;
}

.anstalldbild {
	height: 288px;
	margin-bottom: 0 !important;
	background-size: cover;
	background-position: 100% 22%;
}

@media (max-width: 1150px) {
	.anstalldbild {
		height: 360px;
	}
}

.nyhetrow {
	padding-bottom: 70px;
	padding-top: 70px;
}

.nyhet {
	display: flex;
}

.usnyhetbild {
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 10px;
	max-width: 26%;
}

.usnyhetbild img {
	max-height: 160px;
	border-radius: 5px;
}

.usnyhet {
	display: inline-block;
}

.nyhetp {
	font-size: inherit;
	font-size: 14px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
}

@media (min-width:992px) and (max-width:1280px) {
	.nyhetp {
		font-size: 12px;
	}
}

.nyhetp a {}

.nyhetp a:after {
	font-family: fontawesome;
	content: "";
	line-height: 4px;
	padding-right: 10px;
	font-weight: 300;
	padding-left: 6px;
	font-size: 17px;
	vertical-align: -1px;
}

.datum {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: -6px;
	font-weight: 400;
	font-family: inherit;
	font-size: 11px;
}

.nyhlista .grid-item:nth-child(1), .nyhlista .grid-item:nth-child(2), .nyhlista .grid-item:nth-child(3), .nyhlista .grid-item:nth-child(4), .nyhlista .grid-item:nth-child(5), .nyhlista .grid-item:nth-child(6) {
	display: none;
}

.wpb_content_element {
	margin-bottom: 30px;
}

.kartkon .wpcf7 {
	padding: 30px;
}

.wpcf7 label {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
		color: #000;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu .menydoljdator {
		display: none !important;
	}
}

.karta iframe {
	border: 0;
	filter: url("data:image/svg+xml;utf8,#grayscale");
	filter: gray;
	-webkit-filter: grayscale(99%);
	-webkit-backface-visibility: hidden;
}

.entry-content > .uur > .vc_col-sm-4 > .vc_column-inner, .entry-content > .uur > .vc_col-sm-8 > .vc_column-inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 0px;
	padding-bottom: 30px;
}

footer .widget_nav_menu ul li a {
	line-height: 23px;
	display: block;
}

@media (min-width:768px) {
	footer .widget_nav_menu ul li a {
		font-size: 14px;
		white-space: nowrap;
	}
}

footer .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}

footer .widget_nav_menu ul li:last-child {}

.fom .btn {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400 !important;
	height: 29px;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.col-xl-3 {}
}

@media (min-width: 992px) {
	.fkontakt img {
		max-height: 21px;
	}
}

.kontaktformular > h6 {
	margin-bottom: 15px;
}

.kontaktformular > p {
	margin-bottom: 15px;
}

.kontaktpcont h6 {
	font-size: 15px;
	margin-bottom: 10px;
}

.kontaktpcont p {
	margin-bottom: 0;
	line-height: 19px;
	font-size: 13px;
}

.kontaktpcont h6 span {
	display: block;
	font-weight: 300;
	font-size: 11px;
	line-height: 15px;
}

.kontaktpcont {
	display: inline-block;
	padding: 15px;
	padding-top: 0;
	vertical-align: 48%;
}

.kontaktpbild {
	display: inline-block;
	padding: 15px;
	vertical-align: 178%;
}

.kontaktpbild img {
	height: 77px;
}

.kontaktperson > h6 {
	background: #fff300;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.kontaktperson {
	background: #fff;
	box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
	margin-bottom: 30px;
}

.error404 .pref {
	display: none;
}

.titelrow {
	text-align: center;
	margin-bottom: 30px !important;
}

#us .tbudskap {
	background: #fff;
}

.tbudskap {
	height: 280px;
	padding: 30px;
	position: relative;
}

.tbudskap h4 {
	text-align: center;
	margin-top: 59px;
}

@media screen and (min-width: 992px) {
	.mainheader .main-navigation {
		flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		position: relative;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.mainheader .main-navigation > ul {
		float: none;
		display: inline-flex;
	}
}

.fom {
	max-width: 364px;
}

.sc {
	font-size: 28px;
	margin-right: 20px;
	color: #f5f5f5;
}

.sc .zmdi-facebook-box {}

.sc:hover, .sc:focus {
	color: 1px solid #236b98 !important;
}

.sc b {
	display: none;
}

@media (max-width: 767px) {
	.footercol {
		position: relative;
	}
}

@media (min-width: 768px) {
	.footercol {
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding-left: 40px;
	}
}

@media (min-width: 1100px) {
	.footercol {
		padding-left: 70px;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		max-width: 220px;
	}
}

@media (min-width: 992px) {
	.footercol:nth-child(3) {
		padding-left: 63px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.footercol:not(:first-child):before {
		height: calc(100% - 3px);
	}
}

@media (max-width: 767px) {
	.footercol:not(:last-child):before {
		content: "";
		position: absolute;
		left: -15px;
		bottom: -40px;
		height: 1px;
		width: calc(100% + 30px);
		background: #ededed;
		opacity: .15;
	}
}

@media (max-width: 820px) {
	.footercol {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		-ms-flex: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footercol:last-child {}
}

@media (min-width: 768px) {
	.footercol:nth-child(1) {
		padding-left: 15px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 768px) {
	.footercol {
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.footercol {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 991px) {
	.footercol:last-child {
		margin-bottom: 40px !important;
	}
}

.pfooter .row {
	margin: 0;
}

.pfooter {
	padding: 50px 15px;
	padding-bottom: 35px;
	min-height: 161px;
	border-bottom: 1px solid rgba(237, 237, 237, .12);
	background: #0c223f;
}

@media (max-width: 991px) {
	.pfooter .col-lg-5 {
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.pfooter {
		padding-bottom: 50px;
	}
}

.pfooter h4 {
	color: #fff;
	margin-bottom: 4px;
}

.pfooter h6 {
	color: rgba(255, 255, 255, .34);
	font-size: 20px;
	font-family: Inter;
}

.mfooter {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
	float: left;
	background: #236b98;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

@media (max-width:920px) {
	.mfooter {}
}

.mfooter a {}

.mfooter .mftop .container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width:991px) {
	.mfooter .mftop .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:1700px) {
	.mfooter .mftop .row {}
}

.mfooter .mftop .row {
	justify-content: center;
}

.mfooter .mftop .footercont {
	width: 100%;
	padding-bottom: 25px;
	padding-top: 65px;
}

@media (min-width:768px) {
	.mfooter .mftop .footercont {
		display: flex;
		padding-bottom: 0px;
	}
}

.mfooter a:hover {
	color: #afafaf;
}

.footerkontakt {
	font-size: 11.5px;
	line-height: 14px;
}

.footerkontakt p {
	margin-bottom: 20px;
}

.footerkontakt img {
	max-height: 26px;
}

p.fotit {
	font-size: 14.5px;
	margin-bottom: 20px;
}

.logof:after {
	content: "";
	display: block;
	display: none;
	height: 1px;
	width: 100px;
	background: #fff;
	margin-top: 10px;
}

p.logof {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.mfooter .footer-widget-title {
	font-size: 16px;
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.mkd .row {
	margin: 0;
}

.mkd {
	width: 100%;
	margin-bottom: 30px;
	font-size: 10px;
}

@media (min-width:1600px) {
	body .container {
		max-width: 1440px;
	}
}

@media (min-width: 1800px) {
	body .container {
		max-width: 1540px;
	}
}

@media (min-width: 2000px) {
	body .container {
		max-width: 1640px;
	}
}

@media (min-width: 992px) {
	#site-header-wrap {}
}

@media screen and (min-width: 992px) {
	.mainheader {
		flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		position: relative;
		width: 100%;
		display: block;
		transition: .3s ease;
		height: 51px;
		transition-delay: 0s;
		border-top: 1px solid #eee;
	}
}

@media screen and (min-width: 992px) {
	.headroom--up .mainheader {
		height: 35px;
		transition-delay: .3s;
	}
}

@media screen and (min-width: 992px) {
	.headroom--down .mainheader {
		border-color: transparent;
		height: 5px;
		transition-delay: 0s;
	}
}

.form-popup .wpcf7-form .wpcf7-response-output {
	font-size: 11px !important;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	padding-top: 0px !important;
	margin-top: 0;
	padding-bottom: 10px;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
	display: none;
}

.wpcf7-list-item {
	margin: 0 0 0 0em;
}

.wpcf7-list-item > label {
	line-height: 17px;
	font-size: 11px;
}

.wpcf7 p {
	margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.uur > .vc_col-sm-9 {
		width: 70%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.uur > .vc_col-sm-3 {
		width: 30%;
	}
}

.uur > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	margin-bottom: 0 !important;
}

.single-post .ptrow {
	height: auto;
	background: rgba(1, 80, 166, 1);
}

.ptrow:before {
	background: rgba(0, 0, 0, .2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	content: "" !important;
	border-radius: 8px;
}

.ptrow > div {
	padding: 0 15px;
}

.ptseg {
	overflow: hidden;
	position: relative;
	background: #236b98;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 30px;
}

.ptrow {
	padding: 30px 0px;
}

@media (max-width: 1999px) {
	.vc_section > .vc_row-fluid.ptrow {
		max-width: 1210px;
	}
}

@media (min-width: 2000px) {
	.vc_section > .vc_row-fluid.ptrow {
		max-width: 1440px;
	}
}

@media (min-width: 768px) {
	.ptdiv, .cms-breadcrumb {}
}

.ptseg .wpb_text_column {
	margin-bottom: 0px;
}

.ptseg .wpb_text_column:not(:last-child) {
	margin-bottom: 8px;
}

.ptdiv h1 {
	font-size: 30px;
	color: #fff;
}

.pgrow {
	background: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0px;
}

.ptrow > div > div {
	height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.ptrow > div > div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .018;
}

@media (max-width:991px) {
	.ptrow > div > div {
		height: 300px;
	}
}

@media (min-width:768px) {
	.cms-breadcrumb {}
}

.cms-breadcrumb {
	margin-bottom: 0px;
}

.cms-breadcrumb > li {
	display: inline-block;
	position: relative;
	text-transform: none;
	font-size: 12px;
}

.cms-breadcrumb > li:not(:last-child) {
	padding-right: 20px;
}

body #content .cms-breadcrumb > li > a {}

.cms-breadcrumb > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 9px;
	height: 12px;
	bottom: 5px;
	width: 1px;
	background: #fff;
	opacity: .6;
	transform: skew(-13deg);
}

.wpb_text_column.wpb_content_element.bcrumbs {
	margin-bottom: 0;
}

.frow > .vc_col-sm-12 {
	max-width: 100% !important;
	padding: 0 !important;
}

.frow > .vc_col-sm-12 > .vc_column-inner {
	padding: 0 !important;
}

.omrow {
	padding-top: 20px;
	padding-bottom: 25px;
}

@media (max-width:991px) {
	.omrow {
		margin-top: -40px;
	}
}

.produktionrow {
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	header {
		position: relative;
	}
}

.lg-sub-html {
	display: none !important;
}

.cms-image-gallery .grid-sizer {
	display: none !important;
}

.style1 .row .cms-image-item {
	overflow: hidden;
	max-height: 200px;
	padding: 15px !important;
	padding-bottom: 0 !important;
	margin-bottom: 15px !important;
}

.style1 .row .cms-image-item > a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	max-height: 185px;
}

.style1 {
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	margin: -15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.style1 .row {
		margin: 0 !important;
	}
}

.vc_wp_custommenu ul li:before {
	display: none !important;
}

#secondary .wpb_text_column.wpb_content_element ul {
	list-style-type: none;
}

#secondary .wpb_text_column.wpb_content_element  ul li:before {
	content: "";
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: #003895;
	margin-right: 12px;
	vertical-align: 10%;
}

#secondary .item-meta {
	padding-bottom: 0px !important;
}

#secondary .item-title {
	font-size: 15px;
	margin-top: -4px;
	line-height: 24px;
	color: #000 !important;
}

#secondary .grid-item-inner {
	border-bottom: none !important;
}

#secondary .grid-item:last-child {
	border-bottom: none !important;
	margin-bottom: 0px;
}

#secondary .grid-item:last-child .grid-item-inner {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#secondary .grid-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

#secondary .item-holder {
	width: 80%;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	transform: translateY(0%);
}

#secondary .item-featured {
	float: left;
	width: 15%;
	display: inline-block;
}

#secondary .image-effect {
	border-radius: 0px;
	float: left;
	width: 20%;
	display: inline-block;
}

#secondary .item-content {
	display: none;
}

#secondary .widget {
	margin-bottom: 35px !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0px;
	padding: 0px 0px 0px !important;
}

.widget-title {
	font-size: 20px !important;
	margin-bottom: 15px !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

.next.page-numbers, .prev.page-numbers {
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: #fff !important;
}

.page-numbers {
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
	background-color: #fff !important;
}

.page-numbers:hover, .page-numbers.current {
	color: #fff !important;
	background-color: #000 !important;
}

table td:nth-child(1) {
	background: #fafafa;
}

table td:nth-child(2) {
	background: #fff;
}

table td {
	border-top: none !important;
	padding: 6px 10px 6px 10px;
	min-width: 150px;
}

@media (min-width: 768px) {
	table td {
		width: 50%;
	}
}

table {
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
}

.vc_row[data-vc-full-width] {
	overflow: auto !important;
}

div#content .container.content-container {
	max-width: 100%;
}

#secondary .wpb_animate_when_almost_visible {
	opacity: 1;
}

.entry-featured .post-image {
	position: relative;
}

body:not(.home) .fintroseg {
	padding-top: 60px;
	padding-bottom: 30px;
}

.nyhgridtitel .h6 {
	border-bottom: 2px solid #ededed;
	padding-bottom: 7px;
	font-weight: 400;
}

.wpb_text_column.wpb_content_element.nyhgridtitel {
	margin-bottom: 5px;
}

.vc_section > .vc_row-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

@media (max-width:1999px) {
	.vc_section.sidebarseg > .vc_row-fluid {}
}

@media (min-width:2000px) {
	.vc_section.sidebarseg > .vc_row-fluid {}
}

.vc_section.sidebarseg > .vc_row-fluid {
	display: flex;
	flex-wrap: wrap;
}

.sidebarseg .vc_wp_custommenu {
	margin-bottom: 40px;
}

@media (max-width:1999px) {
	body:not(.home) .vc_section.rotseg > .vc_row-fluid {
		max-width: 1210px;
	}
}

.vc_section.smalcon > .vc_row-fluid {
	max-width: 1100px;
}

@media (min-width: 2000px) {
	.vc_section > .vc_row-fluid {
		max-width: 1600px;
	}
}

@media (Min-width:992px) {
	.vc_section.sidebarseg > .vc_row-fluid > div:first-child {
		padding-right: 15px;
	}
}

@media (Min-width:992px) {
	.vc_section.sidebarseg > .vc_row-fluid > div:last-child {
		position: relative;
	}
}

/*
@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div:last-child:before {
content:"";
position:absolute;
left:0;
top:0;
height:calc(100% - 34px);
width:1px;
background:#ededed;
}}*/
@media (max-width:920px) {
	.vc_section.sidebarseg > .vc_row-fluid > div:last-child {
		margin-top: 50px;
		display: none !important;
	}
}

@media (max-width:920px) {
	.vc_section.sidebarseg > .vc_row-fluid > div {
		width: 100%;
	}
}

section.vc_section.sidebarseg {
	padding-top: 60px;
	padding-bottom: 50px;
}

@media (max-width:920px) {
	section.vc_section.sidebarseg {
		padding-bottom: 30px;
	}
}

.sidebarseg > div > div:last-child iframe {
	height: 184px;
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

.sidebarseg > div > div:last-child > div > div > div:last-child iframe {}

@media (min-width:768px) and (max-width:920px) {
	.sidebarseg > div > div iframe {
		height: 300px !important;
	}
}

.wpcf7 {
	margin-bottom: 30px;
}

@media (min-width:1000px) {
	.wpcf7 {}
}

@media (max-width:920px) {
	.page-id-48 .wpcf7 {
		margin-bottom: 30px;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	letter-spacing: .2px;
	font-weight: 600;
	color: #272626;
	text-transform: none;
	font-family: Inter;
	line-height: 1.2;
}

h2, .h2 {
	font-size: 38px;
}

h4, .h4, h5, .h5, h6, .h6 {}

.st {
	font-weight: inherit;
}

.em {
	margin-bottom: 3px;
}

.ftitel {
	color: #000 !important;
}

.btn, button:not(.bsok), .button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 12px;
	font-weight: 600 !important;
	color: #fff;
	background: #236b98;
	padding: 5px 35px;
	padding-right: 65px;
	line-height: 31px;
	font-size: 16px;
	padding-bottom: 6px;
	border: none;
	text-transform: uppercase;
	z-index: 1;
	font-family: inherit;
	min-width: 145px;
	text-align: center;
}

@media (max-width:767px) {
	.btn, button:not(.bsok), .button {
		font-size: 17px;
	}
}

.btn:after {
	font-size: 18px;
	content: "";
	right: 15px;
	right: 20px;
	font-family: "Material-Design-Iconic-Font";
	transform: scale(1.2);
	font-weight: 300;
	margin-left: 12px;
	display: inline-block;
	vertical-align: -1px;
	position: absolute;
}

.btn:hover, button:not(.bsok):hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:not(.bsok):focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
	color: #fff !important;
	background: #000 !important;
}

.single-post .h2, .single-post .h3, .single-post .h4, .single-post .h5, .single-post .h6, .single-post p.h2, .single-post p.h3, .single-post p.h4, .single-post p.h5, .single-post p.h6 {
	margin-bottom: 7px;
}

@media (min-width: 992px) {
	#content {
		padding-top: 207px;
	}
}

@media (min-width: 992px) {
	.home #content {
		padding-top: 188px;
	}
}

@media (max-width: 991px) {
	#content {
		padding-top: 72px;
	}
}

@media (max-width: 991px) {
	.single-post #content {
		padding-top: 102px !important;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap .site-branding img {
		padding: 0;
		height: 43px;
		margin-top: 6px;
	}
}

@media screen and (max-width: 500px) {
	#site-header-wrap .site-branding img {
		height: 24px;
		margin-top: 8px;
	}
}

@media (max-width: 991px) {
	.topbar .tbh {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap {
		position: fixed;
		width: 100%;
		box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
	}
}

@media screen and (max-width: 991px) {
	.main-navigation {
		border-top: none;
		padding: 0px 0px !important;
		top: calc(100% + 0px) !important;
		transition: .5s !important;
		height: 1000px !important;
		display: block;
		width: 87%;
		transform: translateX(-120%);
		opacity: 1;
		left: -30px;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation.navigation-open {
		transform: translateX(0px);
	}
}

@media (max-width: 991px) {
	.main-navigation:after {
		background: rgba(0, 0, 0, .63);
		position: absolute;
		width: 200%;
		height: 100%;
		top: 0;
		right: -200%;
		display: block;
		content: "" !important;
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.main-navigation.navigation-open:after {
		opacity: 1;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap .primary-menu li a {
		padding-bottom: 8px;
		padding-left: 60px !important;
		background-color: #fff;
		border-top: 1px solid #ededed;
		font-size: 17px;
		font-weight: 100;
		line-height: 35px;
	}
}

@media screen and (max-width: 991px) {
	.primary-menu .sub-menu {
		padding-left: 5px;
		background-color: #000;
	}
}

.main-menu-toggle {
	right: 0;
	top: 0;
	height: 54px;
	width: 54px;
	background: #ededed;
}

.main-menu-toggle:before {
	top: 19px;
	height: 17px;
	left: 27px;
	width: 1px;
}

.sub-menu.submenu-open .main-menu-toggle:before {
	top: 19px;
	height: 17px;
	left: 27px;
	width: 1px;
}

.main-menu-toggle:after {
	width: 17px;
	top: 27px;
	left: 19px;
	height: 1px;
}

@media screen and (max-width: 991px) {
	.current-menu-item.menu-item-has-children .main-menu-toggle:before, .current-menu-item.menu-item-has-children .main-menu-toggle:after {
		background-color: #000;
	}
}

@media (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li > a {
		padding: 0 0px;
		line-height: 51px;
		color: #000;
		text-transform: none;
		text-transform: none;
		font-weight: 300;
		font-size: 15px;
		transition: all .1s ease-in-out !important;
		cursor: pointer;
		font-family: "Inter";
	}
}

@media (min-width: 992px) {
	.hfix {
		width: 100%;
		z-index: 9;
		position: relative;
		background: #fff;
		overflow: hidden;
		padding-top: 9px;
		padding-top: 17px;
		border-bottom: 1px solid #eee;
		border: none !important;
	}
}

@media (min-width:992px) {
	.headroom--down .hfix, .headroom--up .hfix {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(255, 255, 255, .97);
	}
}

/*@media(min-width:1200px) {
.headroom--down .hfix, .headroom--up .hfix {
max-width: calc(90% - 60px);
}}
@media(min-width:1400px) {
.headroom--down .hfix, .headroom--up .hfix {
max-width: calc(85% - 60px);
}}
@media(min-width:2000px) {
.headroom--down .hfix, .headroom--up .hfix {

}}*/
@media (min-width: 992px) {
	.single-post #site-header-wrap #headroom .primary-menu > li > a {}
}

@media (min-width: 992px) {
	#site-header-wrap #headroom.headroom--up .primary-menu > li > a, #site-header-wrap #headroom.headroom--down .primary-menu > li > a {
		line-height: 35px;
		font-size: 13.5px;
		transition: 0s !important;
	}
}

@media (min-width: 992px) {
	#site-header-wrap #headroom.headroom--up .primary-menu > li > a:hover, #site-header-wrap #headroom.headroom--down .primary-menu > li > a:hover {
		transition: .2s !important;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li:hover a:before, .primary-menu > li.current-menu-item > a:before, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a:before {
		display: block !important;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 2px;
		background: #dedede !important;
		opacity: 0;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a {}
}

@media screen and (min-width: 992px) {
	body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-menu-item > a, body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a {}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li:hover > a, #site-header-wrap #headroom .primary-menu > li:focus > a, #site-header-wrap #headroom .primary-menu > li:hover, #site-header-wrap #headroom .primary-menu > li:active > a {
		opacity: .9;
	}
}

section.no-results h1.page-title {
	font-weight: 300 !important;
	letter-spacing: 0px;
	font-size: 34px;
}

body.search article {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

body.search nav.posts-pagination {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

body.search #content section.no-results {
	padding: 0px;
	box-shadow: none;
	min-height: 280px;
	max-width: 900px !important;
	margin: auto;
	margin-top: 50px;
}

b, strong {
	font-weight: 600;
}

body.search #content > div {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

body.search aside {
	display: none;
}

body.search .cms-breadcrumb {
	visibility: hidden;
}

body.search .entry-featured {
	display: none;
}

body.search section {
	max-width: 100% !important;
	flex: 0 0 100% !important;
	-ms-flex: 0 0 100% !important;
}

body.search .entry-meta li:not(:last-child):after {
	content: ",";
}

body.search .single-hentry .entry-meta li {
	padding: 0px;
	margin-bottom: 0px;
}

body.search .btn {
	background-color: #f5f5f5;
	font-size: 16px;
	border: none !important;
	color: #000;
	text-transform: none !important;
}

ul.post-type-button .btn:before {
	display: none !important;
}

body.search .btn:hover {}

li.sorting .orderby {
	padding: 4px 5px 4px 0;
	background-color: transparent;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

li.sorting .orderby span:after {
	content: "" !important;
}

.filter-wrap > li {
	border-right: 1px solid #e3e3e3;
}

.filter-wrap > li span {
	position: relative;
	color: #000;
}

.filter-wrap {
	margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
	#main-menu-mobile {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
		background-color: #545454;
		height: 1.4px;
		width: 25px;
	}
}

@media screen and (max-width: 991px) {
	#main-menu-mobile .btn-nav-mobile {
		font-size: 0px;
		text-transform: uppercase;
		color: inherit;
		letter-spacing: -.3px;
		height: 21px;
		height: 78px;
		line-height: 23px;
		padding-top: 37px;
		width: 65px;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap #main-menu-mobile {
		top: 0px;
		right: -6px;
		width: 66px;
		display: flex;
		position: absolute;
		z-index: 999;
		height: 72px;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap .site-branding {
		min-height: 72px;
		height: 72px;
	}
}

@media screen and (max-width: 991px) {
	#site-header-wrap .site-branding a {
		line-height: 60px !important;
		margin-left: 0px;
	}
}

#site-header-wrap .site-branding a {
	transition: 0s !important;
}

input:not([type="submit"]):focus, textarea:focus, select:focus, .nice-select:focus {
	background-color: #fff;
	border-color: #f3f4f6;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}

.nyhetscont {
	padding-top: 15px;
}

@media (max-width: 991px) {
	.nyhetscont {
		padding: 15px;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.nyhetsbild {
		width: 30%;
		flex: 0 0 30%;
		display: block;
		float: right;
	}
}

.nyhetsgrid {
	margin: 0 15px 0 15px;
	max-width: 800px;
}

.nyhetsgrid .grid-item {
	padding: 0 !important;
	margin-bottom: 15px;
	transition: .2s;
	top: 0;
}

.nyhetsgrid .grid-item:hover {
	top: -7px;
}

@media (min-width: 992px) {
	.nyhetsgrid .cms-grid-inner .grid-item {
		padding-left: 20px !important;
	}
}

.nyhetsgrid .cms-grid-inner .grid-item {
	border-radius: 2px;
	box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.entry-social-share ul li {
	margin-bottom: 0px;
}

.content-general-construction .entry-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-social-share ul li + li {
	margin-left: 1px;
	margin-bottom: 0px;
}

.single-post #main.site-main {
	overflow: hidden;
}

.single-post .entry-content > .vc_row-fluid > .wpb_column, .single-post .entry-content > .vc_row-fluid > .wpb_column > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width:991px) {
	.single-post div.entry-body, .hfeed div.entry-holder {
		padding: 30px 15px;
	}
}

.single-hentry div.entry-holder h4 a {
	color: #fff;
}

.single-post .entry-featured .post-image {
	margin-bottom: 30px !important;
	overflow: hidden;
}

@media (max-width:991px) {
	.single-post .entry-featured .post-image {
		margin-bottom: 0px !important;
		margin: 0 15px;
		overflow: hidden;
	}
}

@media (min-width:992px) {
	.entry-body > h1 {
		font-size: 36px;
	}
}

@media (max-width:991px) {
	.entry-body > h1 {
		font-size: 25px;
	}
}

.datum {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: -6px;
	font-weight: 400;
	font-family: inherit;
	font-size: 11px;
}

.nhkat .datum {
	margin-top: 0;
	font-size: 14px;
	margin-right: 7px;
	white-space: nowrap;
}

.mg .datum {
	font-size: 11px;
	line-height: 12px;
	min-width: 34px;
	display: inline-block;
	white-space: nowrap;
}

.nhkat {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.nhkat.mg {
	margin-top: 8px;
	margin-bottom: 0px;
}

.single-post .nhkat {
	margin-bottom: 30px;
}

.nikat {
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 14px;
}

.mg .nikat {
	font-size: 10px;
	line-height: 10px;
}

.nikat:before {
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background: #a3a3a3;
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
	margin-right: 8px;
	margin-left: 0;
}

div.nikat > a {
	color: #272626 !important;
}

div.nikat > a:not(:first-child) {
	margin-left: 4px;
}

.single-post .entry-content h3, .single-post .entry-content .h3 {}

.wp-caption-text {
	text-align: left;
}

.content-general-construction .entry-social-share {
	padding: 0 0px !important;
	text-align: left !important;
}

.content-general-construction .entry-content-bottom {
	padding-top: 0px;
	border-top: 1px solid #ededed;
	margin: 0 0px;
	margin-bottom: -15px;
}

.fb-social {
	color: #6a75c8 !important;
}

.fa-chevron-left:before {
	content: "" !important;
	font-family: Material-Design-Iconic-Font;
}

.fa-chevron-right:before {
	content: "" !important;
	font-family: Material-Design-Iconic-Font;
}

.zmdi-facebook:before {
	content: "";
	font-family: FontAwesome;
}

.entry-social-share a:not(.btn):hover {
	color: initial !important;
}

.content-general-construction .entry-social-share a:not(.btn) {
	width: 25px;
	line-height: 56px;
	height: 10px;
}

.entry-social-share a:not(.btn) {
	border: none !important;
	background-color: transparent !important;
}

.mfp-wrap .mfp-container .mfp-arrow {
	background-color: transparent;
}

.ussb {
	background-color: #fff !important;
	box-shadow: 0 0px 7px rgba(0, 0, 0, .03) !important;
	padding: 15px !important;
	margin-bottom: 15px;
}

.cms-gallery-slider-wrap .slider-nav .thumb {
	margin-top: 15px;
}

.cms-gallery-slider-wrap .slider-nav {
	margin-bottom: 15px;
}

.nyhetskarusell .cms-grid-inner .grid-sizer {
	display: none;
}

.grid-filter-wrap {
	margin-bottom: 30px;
}

.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
	color: #0073bb !important;
}

.grid-filter-wrap.filter-secondary span:before {
	width: 100%;
	height: 1px;
	background: #eee;
	content: "";
	display: block !important;
	bottom: 0;
	left: 0;
	position: absolute;
}

.grid-filter-wrap.filter-secondary span.active:before, .grid-filter-wrap.filter-secondary span:hover::before {
	width: 100%;
	height: 2px;
	background: #0073bb;
}

.grid-filter-wrap span {
	font-size: 15px;
	line-height: 39px;
	border-radius: 30px;
	font-weight: 300;
	padding: 0 15px;
	margin-left: 2px;
	margin-right: 2px;
	letter-spacing: .1px;
	text-transform: none;
	padding-top: 2px;
	margin-top: 0;
	color: #000;
	position: relative;
}

.widgettitle {
	font-size: 16px;
	font-weight: 600;
	color: #272626;
	text-transform: uppercase;
	letter-spacing: .2px;
	margin-bottom: 25px;
}

.widget_recent_entries .widgettitle {
	margin-bottom: 0px;
}

#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
	color: #000;
}

body:not(.home) .site-content {}

.rpjc_widget_cat_recent_posts li a {
	font-weight: 600 !important;
}

.rpjc_widget_cat_recent_posts li a:hover {
	text-decoration: underline;
}

section#static_block_widget-5 .wpb_text_column.wpb_content_element {
	margin-bottom: 0px !important;
}

section#text-6.widget.widget_text {
	margin-bottom: 0px !important;
}

.site-footer .widget_nav_menu ul.menu li a:hover {
	text-decoration: underline;
}

#content .widget_nav_menu ul li a {
	font-size: 17px;
	line-height: 29px;
}

#content .widget_nav_menu ul li a:after {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	font-size: 19px;
	font-weight: 300;
	margin-left: 20px;
	display: inline-block;
	vertical-align: -2.7px;
}

#content .ordlista .widget_nav_menu ul li:not(:last-child) {}

#content .ordlista .widget_nav_menu ul li a {
	font-size: 25px;
	line-height: 29px;
	display: block;
	padding-right: 35px;
	position: relative;
	max-width: 380px;
	padding-top: 19px;
	padding-bottom: 19px;
}

#content .ordlista .widget_nav_menu ul li:not(:last-child) a {
	border-bottom: 1px solid #ededed;
}

#content .ordlista .widget_nav_menu ul li a:after {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	padding-left: 30px;
	vertical-align: -2.7px;
	position: absolute;
	right: 0;
	font-size: 30px;
}

footer strong {
	font-weight: 600;
	color: #5d5d5d;
}

a {
	color: inherit;
}

body:not(.single-post) #content *:not(ul) *:not(.nyhetp, h6, h2, li, .card-header, .entry-title, .h6) > a:not(.btn, .tag-cloud-link) {
	color: #808080;
}

body.single-post #content #primary *:not(ul) *:not(.nyhetp, h6, h2, .card-header, .entry-title, .h6) > a:not(.btn, .tag-cloud-link) {
	color: #908a2e;
	color: #4f8bba;
}

body #content .kpdiv a {}

body {
	font-family: Inter;
	font-size: 16.5px;
	line-height: 24px;
	color: #262626;
	color: #403d3d;
	color: #000;
	letter-spacing: .2px;
	font-weight: 300;
}

@media (min-width:992px) {
	body {}
}

ul.socialt {
	list-style-type: none;
	margin-bottom: 0px;
}

ul.socialt li {
	background: #00438c;
	width: 100%;
	max-width: 110px;
	position: relative;
}

ul.socialt li:hover {
	background-color: #0057b5;
}

ul.socialt i {
	font-size: 16px;
	color: #fff;
	border-right: 1px solid rgba(237, 237, 237, .078);
	height: 37px;
	width: 37px;
	line-height: 39px;
	position: absolute;
	left: 0;
	text-align: center;
}

ul.socialt a {
	font-weight: 300;
	line-height: 38px;
	display: block;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}

ul.socialt i.fa-linkedin {
	padding-left: 10px;
}

p.footerknapp a:hover {
	text-decoration: underline;
}

.bx-wrapper {
	max-height: 325px !important;
}

p.footercpr {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 0px;
	padding-top: 3px;
}

@media (max-width: 991px) {
	p.footercpr {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.mcpd {
		display: none !important;
	}
}

.mcpd {
	padding: 20px;
	text-align: center;
	color: #000;
}

.mcpd {
	padding: 20px;
	text-align: center;
	color: #000;
}

.mcpd p:first-child {
	font-weight: 400 !important;
	margin-bottom: 5px !important;
}

.mcpd p {
	margin-bottom: 0px;
}

.primary-menu ul.sub-menu:before {
	content: "" !important;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 30px;
	display: block !important;
}

@media screen and (min-width: 992px) {
	.primary-menu ul.sub-menu {
		margin-top: 0px !important;
		box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, .12);
		min-width: 260px !important;
		overflow: visible;
	}
}

@media screen and (min-width: 992px) {
	.primary-menu .sub-menu li a {
		border-radius: 2px;
		line-height: 32px;
		font-size: 16px !important;
		padding: 5px 15px;
		text-transform: none;
		letter-spacing: 0;
		text-align: left;
		border-bottom: 1px solid #ededed;
		font-weight: 400;
		color: #000;
		font-family: inherit;
	}
}

@media screen and (min-width: 992px) {
	.primary-menu .sub-menu li:last-child a {
		border-bottom: none;
	}
}

@media screen and (min-width: 992px) {
	.primary-menu .sub-menu li a img {
		max-height: 55px;
		border-radius: 30px;
	}
}

.rpjc_widget_cat_recent_posts span {
	color: #fff;
}

.rpjc_widget_cat_recent_posts h2 {
	color: #fff !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	padding-top: 25px !important;
	padding-bottom: 5px;
	font-size: 26px !important;
	font-weight: 400 !important;
}

.rpjc_widget_cat_recent_posts a {
	color: #fff;
}

.rpjc_widget_cat_recent_posts li {
	margin-right: 0px !important;
	width: 100% !important;
}

.rpjc_widget_cat_recent_posts a:hover {
	color: #fff;
}

@media (max-width: 959px) {
	.fsnyheter {
		display: none !important;
	}
}

@media (max-width: 1023px) and (min-width: 960px) {
	.bx-wrapper {
		padding-left: 18px !important;
		padding-right: 18px !important;
		max-height: 400px !important;
	}
}

@media (min-width: 1152px) {
	.bx-wrapper {
		padding-left: 18px !important;
		padding-right: 18px !important;
		max-height: 400px !important;
	}
}

@media (max-width: 1151px) and (min-width: 1024px) {
	.bx-wrapper {
		padding-left: 18px !important;
		padding-right: 18px !important;
		max-height: 325px !important;
	}
}

.fsnyheter {
	background-color: rgba(0, 0, 0, .21);
}

.fsnyheter .wpb_widgetised_column {
	margin-bottom: 0px !important;
}

.fsnyheter .widget.rpjc_widget_cat_recent_posts.widget_recent_entries {
	margin-bottom: 0px !important;
}

#wp-admin-bar-dashboard {
	display: none !important;
}

#wp-admin-bar-theme-options {
	display: none !important;
}

#wp-admin-bar-swa-import {
	display: none !important;
}

@media screen and (min-width: 992px) {
	#headroom {
		padding: 0 !important;
		background-color: #fff;
		position: relative;
		position: fixed;
		left: 0;
		width: 100%;
		transition: all .3s !important;
		height: inherit;
		display: flex;
		flex-wrap: wrap;
		border-top: none;
	}
}

@media screen and (max-width: 991px) {
	#headroom {
		background: #fff;
	}
}

#headroom.headroom--up, #headroom.headroom--down {
	background: rgba(255, 255, 255, .92);
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li {
		margin: 0 0px !important;
		background-color: transparent;
		margin-right: 40px !important;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li.menyem {
		margin-right: 0px !important;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li.doljdat {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap #headroom .primary-menu > li:last-child a {}
}

@media screen and (min-width: 992px) {
	#site-header-wrap .site-branding {
		z-index: 99;
		top: 0px;
		display: flex;
		transition: 0s !important;
		min-height: 50px;
		align-items: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 992px) {
	.headroom--up .site-branding img, .headroom--down .site-branding img {
		max-height: 33px !important;
	}
}

@media screen and (min-width: 992px) {
	#site-header-wrap .headroom--down .site-branding, #site-header-wrap .headroom--up .site-branding {
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.site-branding a img {
		max-height: 50px !important;
	}
}

#site-header-wrap .row {
	width: 100%;
	margin: 0;
	position: relative;
}

@media (min-width: 992px) {
	#site-header-wrap .row {
		min-height: 103px;
		min-height: 78px;
	}
}

@media (min-width: 992px) {
	#site-header-wrap .headroom--up .row, #site-header-wrap .headroom--down .row {
		min-height: 52px;
	}
}

@media screen and (min-width: 992px) {
	.primary-menu > li.menu-item-has-children > a:after {
		line-height: 0;
		vertical-align: -3px;
		padding-left: 16px;
		font-size: 22px;
		display: inline-block !important;
	}
}

@media (max-width: 991px) {
	.kinfo {
		top: 18px !important;
		left: auto !important;
		right: 60px;
		display: none !important;
	}
}

@media (max-width: 991px) {
	.kinfo .adiv > p:nth-child(1) {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.kinfo .adiv > p:nth-child(2) {
		font-size: 11px !important;
	}
}

.kinfo {
	position: absolute;
	right: 225px;
	top: 23px;
	display: flex;
	font-size: 12px;
}

@media (min-width:992px) {
	.kinfo {
		display: none;
	}
}

@media (max-width:991px) {
	.kinfo {
		right: 30px;
	}
}

@media (max-width:991px) {
	.kinfo > div:last-child {
		display: none;
	}
}

.kinfo i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 19px;
	color: #000;
}

.kinfo > div:nth-child(1) i {
	font-size: 22px;
}

.kinfo > div {
	padding-left: 30px;
	position: relative;
}

.kinfo > div:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 992px) {
	.kinfo > div:not(:last-child):before {
		content: "";
		position: absolute;
		right: 0;
		top: 5px;
		height: calc(100% - 9px);
		width: 1px;
		background: #ededed;
	}
}

.kinfo > div a:nth-child(1) {
	display: block;
	margin-bottom: 0;
}

.kinfo > div a:nth-child(2) {
	margin-top: -8px;
	display: block;
	margin-bottom: 0;
	font-weight: 400;
}

@media screen and (min-width: 992px) {
	.topbar {
		z-index: 99;
		position: absolute;
		right: 0;
		padding: 0px 30px;
		padding-right: 0;
	}
}

.headercont {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.headercont {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 992px) {
	body:not(.home) .content-inner {
		background: #fff;
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .04);
	}
}

.home .fintroseg > div > .vc_col-sm-9 {
	background: #fff;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .04);
}

.home .fintroseg > div > .vc_col-sm-9 {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.home .fintroseg > div > .vc_col-sm-9 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 992px) {
	.home .fintroseg > div > .vc_col-sm-3 {
		padding-left: 30px;
	}
}

.home section.vc_section.fintroseg {
	padding: 0;
}

header .container {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

@media (min-width: 992px) {
	header .container {
		display: flex;
		align-items: center;
		width: calc(100% - 60px);
	}
}

@media (min-width: 1200px) {
	header .container {
		/*    padding-left: 80px;
    padding-right: 80px;*/
		width: calc(100% - 120px);
	}
}

@media (max-width: 991px) {
	header .container {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
}

ol {}

ol li, ul li {
	margin-bottom: 13px;
}

.entry-body ol, .entry-body ul {
	margin-bottom: 30px;
	padding-inline-start: 30px;
}

.gdpr ol li {
	width: 100% !important;
}

ol li:last-child {
	padding-bottom: 0px;
}

.pcontdiv {
	max-width: 680px;
}

div.widget.widget_recent_entries ul span {
	display: block;
	font-weight: 300;
	font-size: 12px;
}

div.widget.widget_archive ul a:before {
	font-family: Material-Design-Iconic-Font;
	content: "";
	margin-right: 6px;
	padding: 2px;
	padding-left: 4px;
	border-radius: 2px;
	padding-right: 4px;
	background-color: #ededed;
}

div.widget.widget_archive ul {
	border: 1px solid rgba(0, 0, 0, .11);
	border-top: none;
}

.widget.widget_recent_entries ul li:first-child {
	padding-top: 0px;
}

div.widget.widget_recent_entries ul li {
	list-style-type: none;
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
}

div.widget.widget_recent_entries ul li:last-child {}

body #content div.widget.widget_recent_entries ul li a {
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
	font-size: inherit;
	color: Inherit;
	line-height: inherit;
	font-weight: 400;
}

div.widget.widget_recent_entries ul {
	margin-bottom: 0px;
}

div.widget.widget_archive ul li {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .11);
	height: 52px;
	line-height: 63px !important;
}

div.widget.widget_nav_menu ul li:last-child a {
	margin-bottom: 0 !important;
}

#content .widget_nav_menu ul:after {
	content: "";
	background: #fff;
	transform: rotate(-208deg) skew(152deg);
	border-radius: 0% 0% 100% 0%;
	position: absolute;
	right: -9px;
	top: 9px;
	height: 100%;
	width: 30px;
}

#content .widget_nav_menu ul {
	position: relative;
	overflow: hidden;
}

.tagdiv {
	margin-bottom: 50px;
	border-bottom: 5px solid #000;
	margin-top: -9px;
}

div#rpwwt-recent-posts-widget-with-thumbnails-3 {
	border: 1px solid #ededed;
	border-radius: 3px;
}

@media (max-width: 991px) {
	nav#site-navigation li.current-site-item > a, nav#site-navigation li.current-page-ancestor > a {
		background-color: #f5f5f5 !important;
	}
}

@media (max-width: 991px) {
	#site-header-wrap .primary-menu li:first-child a {
		border: none !important;
	}
}

#cms-grid-blog .cms-grid-inner .grid-item {}

.nice-select {
	padding-right: 15px !important;
}

.nice-select:after {
	font-size: 18px;
	color: #000;
	content: "";
	right: 15px;
	top: 53%;
	transform: translate(0px, -53%);
}

section:not(.widget_nav_menu) .widget-content ul li {
	margin-bottom: 0px;
	box-shadow: none;
	overflow: hidden;
	padding: 15px;
	padding-bottom: 5px;
}

section:not(.widget_nav_menu) .widget-content ul li a {
	display: block;
}

.widget-content ul li a {
	text-transform: none !important;
	color: inherit;
	font-weight: 400 !important;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
	margin-top: 0;
}

body #content.site-content .widget-content .widget-content > ul li a:hover, .sidebar-style-construction-company #secondary .widget.widget_recent_entries a:hover {
	color: #000 !important;
}

.widget-content ul li span.rpwwt-post-title {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 7px;
	color: #272626;
	font-weight: 600;
	letter-spacing: .2px;
}

.rpwwt-post-excerpt {
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
}

.rpwwt-widget ul li img {
	margin-bottom: 15px;
}

span.rpwwt-post-excerpt-more {
	font-size: 8px;
}

@media screen and (min-width: 992px) {
	.single-post #content .content-inner {
		padding-top: 40px;
	}
}

.single-post #content, .single-blogg #content {
	padding-bottom: 50px;
}

@media (min-width: 992px) {
	.single-post #content, .single-blogg #content {}
}

@media (max-width: 991px) {
	.single-post #content, .single-blogg #content {
		padding-bottom: 30px !important;
	}
}

@media screen and (max-width: 991px) {
	#primary + #secondary {
		margin-top: 10px;
		padding: 0 15px;
	}
}

.zmdi-linkedin:before {
	content: "";
	font-family: FontAwesome;
}

.archive .content-container {
	/*    max-width: calc(1240px - 60px) !important;*/
	width: calc(100% - 60px) !important;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}

.archive .content-container .content-row {
	margin: 0;
}

@media (min-width:992px) {
	.archive .content-container .content-row {
		min-height: 1300px;
	}
}

@media (min-width:992px) {
	.archive #secondary, .single-post #secondary {
		margin-top: 0px;
	}
}

@media (min-width:992px) {
	.archive .content-container .content-row #secondary {
		padding-left: 30px;
		padding-right: 0;
	}
}

@media (min-width:1200px) {
	.archive .content-container .content-row #secondary {
		padding-left: 50px;
	}
}

.single-hentry {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.single-hentry .entry-title {
	font-size: 32px !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-transform: none;
	position: relative;
	margin-bottom: 15px !important;
}

.single-hentry .entry-title a {}

.single-hentry .entry-more {
	margin-top: 23px;
}

.single-post .entry-content p {
	color: #000;
}

.two-line-gap {
	display: none;
}

.single-post h1.page-title {
	font-size: 27px !important;
	line-height: 38px !important;
	font-weight: 300 !important;
}

.content-general-construction .entry-meta li, .hfeed .entry-meta li {
	font-weight: 600;
	letter-spacing: .8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: inherit !important;
}

.content-general-construction .entry-meta {
	border-bottom: none;
	padding-bottom: 0px;
	top: 28px;
	position: absolute;
}

.content-general-construction .entry-content {
	border-top: none;
}

.content-general-construction .entry-content-bottom label {
	text-transform: none;
	font-weight: 300;
	color: #000;
	vertical-align: 8%;
	display: inline-block !important;
}

.entry-content-bottom .label {
	display: inline-block !important;
}

.error-404 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.single-post #primary {
		padding-left: 0px;
	}
}

@media screen and (min-width: 992px) {
	.single-post #secondary {
		margin-top: 0px;
	}
}

@media screen and (min-width: 992px) {
	.single-post #secondary {
		padding-top: 0px !important;
		padding-right: 0px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.single-post #secondary {
		padding-left: 50px;
	}
}

@media screen and (min-width: 992px) {
	.single-post .row.content-row, .single-blogg .row.content-row {
		/* max-width: 1210px;*/
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#wp-admin-bar-dashboard {
	display: none !important;
}

#wp-admin-bar-comments {
	display: none !important;
}

#wp-admin-bar-new-content {
	display: none !important;
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-social-share {
		margin-top: -3px;
	}
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-content-bottom .label {
		display: inline-block;
	}
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-content-bottom label {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1199px) {
	.content-general-construction .entry-social-share li {
		margin: 0 5px 0px 0;
	}
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 8px;
	display: block;
}

.wpcf7 .vc_col-sm-6 {
	z-index: 9;
}

@media (max-width: 991px) {
	.wpcf7 .vc_col-sm-6 {
		padding: 0 !important;
	}
}

input[type="text"]:not(.hsinput), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
	border: 1px solid #bfbfbf !important;
}

body input:not([type="submit"], .hsinput), body textarea, body select, body .nice-select {}

body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
	color: rgba(238, 238, 238, .728);
	border-color: rgba(238, 238, 238, .22) !important;
}

@media (min-width: 992px) {
	body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
		margin-bottom: 25px;
	}
}

footer input:not([type="submit"]), footer textarea, footer select, footer .nice-select {
	color: #fff;
}

body input:not([type="submit"]):hover, body input:not([type="submit"]):focus, body textarea:hover, body textarea:focus {}

.wpcf7-form .wpcf7-form-control-wrap textarea {
	height: 115px;
}

form .input-filled {
	text-align: right;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	margin-bottom: 15px;
	margin-top: 15px;
	color: #fff;
	background: #000;
	border: none;
	padding-left: 15px !important;
	padding-right: 15px !important;
	line-height: 31px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 15px;
	opacity: 1;
	display: inline-block;
	min-width: 102px;
	width: inherit;
	text-align: center;
	font-weight: 400 !important;
	text-transform: none;
	letter-spacing: 0px;
}

.kpdiv input[type=button].btn-block, .kpdiv input[type=reset].btn-block, .kpdiv input[type=submit].btn-block {
	margin-top: 15px;
	margin-bottom: 0px;
}

.kontaktfrow .btn-block {
	background: transparent !important;
	border: 1px solid rgba(238, 238, 238, .22) !important;
	color: inherit !important;
	color: #fff !important;
	float: right;
}

.kontaktfrow .btn-block:hover {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.nice-select .option.selected {
	font-weight: 400;
}

.nice-select.open .list {
	padding: 0px;
	margin-top: 5px;
}

h3.iat {
	margin-top: 30px;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #e81e33;
	line-height: 28px;
}

div.wpcf7 input[type="file"] {
	border: none !important;
	padding-left: 0px;
	outline: none !important;
	line-height: 14px;
}

html {
	overflow: auto !important;
}

@media (min-width: 768px) {
	#primary {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	#primary {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.nyhetskarusell .owl-nav .owl-prev, .nyhetskarusell .owl-nav .owl-next {
	color: #000 !important;
	opacity: 1;
	font-size: 21px;
	border-radius: 100%;
	background: transparent;
	height: 37px;
	line-height: 41px !important;
	width: 37px;
}

.nyhetskarusell .zmdi-chevron-right:before {
	height: 20px;
	width: 20px;
}

.nyhetskarusell .zmdi-chevron-left:before {
	height: 20px;
	width: 20px;
}

.nyhetskarusell .owl-dots {
	text-align: left;
	width: 100%;
	margin-left: -4px;
	display: block !important;
}

.nyhetskarusell .owl-nav {
	max-width: 240px;
	width: 100%;
	float: right;
	padding-top: 15px;
	position: absolute;
	right: 0;
	display: none;
}

.relateradeinlagg .owl-nav {
	max-width: 90px;
	width: 100%;
	padding-top: 15px;
	position: absolute;
	right: 0;
}

.nyhetskarusell .owl-nav > div:hover {
	color: #0073bb !important;
	border-color: #0073bb;
}

.nyhetskarusell .owl-prev {
	position: absolute;
	left: 0;
}

.nyhetskarusell .owl-next {
	position: absolute;
	right: 0;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {}

@media (min-width: 992px) {
	footer .col-xl-3 > section {
		margin-bottom: 35px !important;
	}
}

a:hover, a:focus {
	color: inherit;
}

@media (max-width: 991px) {
	.footercopy b {
		display: none;
	}
}

@media (max-width: 991px) {
	.footercopy span {
		display: block;
	}
}

@media (min-width: 992px) {
	.footercopy {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.footercopy {}
}

.footercopy {
	padding: 0px 15px;
	padding-bottom: 0px;
	font-size: 13px;
	opacity: .15;
}

@media (max-width: 991px) {
	.footercopy {
		padding: 0px 0px;
	}
}

.footercopy ul {
	margin-bottom: 0;
}

.footercopy ul li {
	width: 100%;
	list-style-type: none;
	margin-bottom: 29px;
	margin-bottom: 0;
}

.footercopy ul li p {
	margin-bottom: 0;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
}

.footercopy img {
	height: 10px;
	margin-left: 5px;
}

.post-type-archive-blogg aside#secondary, .single-blogg aside#secondary {
	display: none !important;
}

#wpadminbar {
	opacity: 0;
}

#wpadminbar:hover {
	opacity: 1;
}

html.js_active {
	margin-top: 0px !important;
}

@media (max-width: 991px) {
	#wpadminbar {
		display: none;
	}
}

#more_posts .btn {
	background-color: rgba(0, 0, 0, 0) !important;
	background-position: 50%;
	background-repeat: no-repeat;
	border: none !important;
	box-shadow: none !important;
	cursor: default !important;
	opacity: 0;
	outline: none !important;
	overflow: hidden;
	text-indent: -9999px;
	transition: opacity .2s ease;
	width: 100%;
	height: 100%;
}

@-moz-keyframes spin-loader {
	from {
		-moz-transform: rotate(0deg);
	}
	
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-loader {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin-loader {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.rb-loader {
	font-size: 10px;
	position: relative;
	display: none;
	overflow: hidden;
	width: 3em;
	height: 3em;
	transform: translateZ(0);
	animation: spin-loader .8s infinite linear;
	text-indent: -9999em;
	color: #054474;
	border-radius: 50%;
	background: currentColor;
	background: linear-gradient(to right, currentColor 10%, rgba(255, 255, 255, 0) 50%);
	margin: 0 auto;
}

.rb-loader:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 75%;
	margin: auto;
	content: "";
	opacity: .5;
	border-radius: 50%;
	background: var(--solid-white);
}

.rb-loader:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	content: "";
	color: inherit;
	border-radius: 100% 0 0 0;
	background: currentColor;
}

/*Start for RB*/
.vc_section > .vc_row-fluid {
	max-width: 100%;
}

header .container {
	max-width: 1600px;
	padding: 0px 30px;
}

#site-header-wrap .row {
	justify-content: center;
}

.sidemenu-date {
	position: absolute;
	z-index: 99;
	cursor: default;
}

.sidemenu-date .date {
	font-size: 13px;
	letter-spacing: .1px;
	margin-top: 12px;
	color: #fff;
	transition: .1s ease opacity, .38s ease margin;
}

.headroom--up .sidemenu-date .date, .headroom--down .sidemenu-date .date {
	margin-bottom: -44px;
	opacity: 0;
}

#sideheader-mobile .btn-nav-mobile {
	color: #282828;
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	cursor: pointer;
	position: relative;
	transition: all 300ms linear 0ms;
}

.sideheader-container #sideheader-mobile .btn-nav-mobile {
	right: 18px;
}

#sideheader-mobile .btn-nav-mobile {
	font-size: 0px;
	text-transform: uppercase;
	color: inherit;
	letter-spacing: -.3px;
	height: 21px;
	height: 60px;
	line-height: 23px;
	padding-top: 0px;
	width: 30px;
}

#sideheader-mobile .btn-nav-mobile:before, #sideheader-mobile .btn-nav-mobile:after, #sideheader-mobile .btn-nav-mobile span {
	transition: all 300ms linear 0ms;
	content: "";
	background-color: #282828;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 18px;
	top: 39px;
}

#sideheader-mobile .btn-nav-mobile:before, #sideheader-mobile .btn-nav-mobile:after, #sideheader-mobile .btn-nav-mobile span {
	background-color: #fff;
	height: 1.4px;
	width: 25px;
}

#sideheader-mobile .btn-nav-mobile:before {
	top: 27px;
}

#sideheader-mobile .btn-nav-mobile span {
	top: 33px;
}

#sideheader-mobile .btn-nav-mobile.opened:before {
	top: 32px;
	transform: rotate(45deg);
	background-color: #000;
}

#sideheader-mobile .btn-nav-mobile.opened span {
	display: none;
}

#sideheader-mobile .btn-nav-mobile.opened:after {
	transform: rotate(-45deg);
	top: 32px;
	background-color: #000;
}

.sideheader #sideheader-mobile {
	position: relative;
	text-align: right;
}

.topbar .tbh {
	justify-content: flex-end;
}

.topbar .tbh > li > a {
	color: #fff;
}

.sideheader .main-navigation {
	background-color: #fff;
	position: absolute;
	top: calc(100% + 30px);
	top: 0px !important;
	bottom: auto;
	left: 0;
	left: 0px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	opacity: 1;
	transition: all 300ms linear 0ms;
	transition: .5s !important;
	z-index: -1;
	padding: 0px 0px 0px 40px !important;
	height: 1000px !important;
	display: block;
	width: 25%;
	transform: translateX(-120%);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, .15);
}

.sideheader .main-navigation.navigation-open {
	opacity: 1;
	visibility: visible;
	top: 0%;
	z-index: 999;
}

.sideheader .main-navigation.navigation-open {
	transform: translateX(0px);
}

.sideheader .main-navigation ul li {
	display: block;
	float: unset;
}

.sideheader .main-navigation ul li a {
	display: block;
}

.sideheader .main-navigation ul li a:hover, .sideheader .main-navigation ul li.current-menu-item a {
	color: #373b44;
}

#headroom {
	background-color: transparent;
}

.hfix {
	overflow: visible;
	padding-top: 0px;
	background-color: transparent;
	border-bottom: none !important;
	max-height: 186px;
}

.headroom--down .hfix, .headroom--up .hfix {
	background-color: transparent;
	max-height: 156px;
}

.mainheader .main-navigation {
	text-align: center;
}

.bg-color {
	background: #236b98;
	padding-top: 21px;
	padding-bottom: 44px;
	transition: .08s ease;
}

.headroom--up .bg-color, .headroom--down .bg-color {
	padding-top: 0px;
	padding-bottom: 20px;
}

.hfix .mainheader {
	top: -20px;
	border-top: unset;
}

.hfix .mainheader .container {
	background: transparent;
	max-width: 1600px;
	box-shadow: unset !important;
	padding: 0px;
}

.hfix .mainheader .container #site-navigation {
	background: #fff;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .04);
}

@media (min-width: 992px) {
	.hfix .mainheader .container {
		width: calc(100% - 60px);
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .04);
	}
}

@media (min-width: 1200px) {
	.hfix .mainheader .container {
		width: calc(100% - 120px);
	}
}

.headroom--down .mainheader {
	height: 20px;
}

@media screen and (max-width: 991px) {
	#sideheader-mobile {
		display: none;
	}
	
	.sidemenu-date .date {
		display: none;
	}
	
	#site-header-wrap .row {
		justify-content: center;
	}
	
	.sideheader .main-navigation {
		width: 85%;
	}
	
	#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
		background-color: #fff;
	}
	
	.headroom--down .mainheader {
		height: 0px;
	}
	
	.hfix {
		border-bottom: 20px solid #f5f5f5;
		box-shadow: unset;
	}
	
	#site-header-wrap {
		box-shadow: unset;
	}
	
	.headercont {
		margin-bottom: 0px;
	}
	
	.hfix .bg-color {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

.navigation-menu--is-desktop ul:before, .navigation-menu--is-desktop ul:after {
	content: " ";
	display: table;
}

.navigation-menu--is-desktop ul:after {
	clear: both;
}

.navigation-menu--is-mobile ul, .navigation-menu--is-desktop ul {
	margin: 0;
	padding: 0;
}

.navigation-menu--is-mobile li, .navigation-menu--is-desktop li {
	list-style: none;
}

.navigation-menu--is-mobile a, .navigation-menu--is-desktop a {
	display: block;
}

.navigation-menu--is-mobile ul {
	display: none;
}

.navigation-menu--is-mobile li {
	position: relative;
}

.navigation-menu--is-mobile li span {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	cursor: pointer;
}

.navigation-menu--is-mobile .navigation-menu__mobile-toggle {
	cursor: pointer;
	display: block;
	min-height: 17px;
	position: relative;
}

.navigation-menu--is-mobile .navigation-menu__mobile-toggle.btn-align-right:before {
	left: auto;
	right: 0;
}

.navigation-menu--is-mobile .navigation-menu__mobile-toggle:before {
	background: url("https://industrifakta.com/wp-content/themes/industrifakta/assets/css/icons.svg") no-repeat left center;
	display: block;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 17px;
}

.navigation-menu--is-mobile .navigation-menu__mobile-toggle[data-icon="arrow"]:before {
	background-position: -34px 0;
}

.navigation-menu--is-mobile.child-menu-open .navigation-menu__mobile-toggle[data-icon="hamburger"]:before {
	background-position: -17px 0;
}

.navigation-menu--is-mobile.child-menu-open .navigation-menu__mobile-toggle[data-icon="arrow"]:before {
	background-position: -51px 0;
}

.navigation-menu--is-mobile.child-menu-open>ul, .navigation-menu--is-mobile .child-menu-open>ul {
	display: block;
}

.navigation-menu--is-desktop ul ul {
	display: none;
}

.navigation-menu--is-desktop>ul>li {
	float: left;
}

.navigation-menu--is-desktop ul li {
	position: relative;
}

.navigation-menu--is-desktop ul ul {
	position: absolute;
	left: 0;
	width: 140px;
}

.navigation-menu--is-desktop ul ul ul {
	left: 140px;
	top: 0;
}

.navigation-menu--is-desktop ul li:hover>ul {
	display: block;
	z-index: 5;
}

.navigation-menu--is-desktop .navigation-menu__mobile-toggle, .navigation-menu--is-desktop span {
	display: none;
}

#main-nav {
	font-size: 1.5rem;
}

#main-nav a {
	color: inherit;
	text-decoration: none;
}

#main-nav.navigation-menu--is-desktop a {
	padding: .25em 1em;
}

#main-nav .navigation-menu__mobile-toggle {
	margin: 1em;
}

#main-nav.navigation-menu--is-mobile li a, #main-nav.navigation-menu--is-mobile li span {
	padding: .25em 1em;
}

#main-nav.navigation-menu--is-mobile li {
	background: #eee;
	border-top: 1px solid #ddd;
}

#main-nav.navigation-menu--is-mobile li li {
	background: #d8d8d8;
	border-top: 1px solid #ccc;
}

#main-nav.navigation-menu--is-mobile li li li {
	background: #cacaca;
	border-top: 1px solid #bbb;
}

#main-nav.navigation-menu--is-desktop li {
	background: #fff;
}

#main-nav.navigation-menu--is-desktop li:hover {
	background: #eee;
}

#main-nav.navigation-menu--is-desktop ul ul {
	width: 200px;
}

#main-nav.navigation-menu--is-desktop ul ul ul {
	left: 200px;
}

.rpwwt-widget ul {
	list-style: outside none none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.rpwwt-widget ul li {
	overflow: hidden;
	margin: 0 0 1.5em;
}

.rpwwt-widget ul li:last-child {
	margin: 0;
}

.rpwwt-widget .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.rpwwt-widget .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.rpwwt-widget ul li img {
	display: inline;
	float: left;
	margin: .3em .75em .75em 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
	width: 70px;
	height: 70px;
}
