
.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;
}

.ctf-fixed-height {
	overflow: auto;
}

#ctf .ctf-item {
	padding: 15px 5px;
	overflow: hidden;
}

#ctf.ctf-boxed-style .ctf-item {
	padding: 15px;
}

#ctf .ctf-item:first-child {
	border-top: none;
}

#ctf .ctf-item:last-of-type {
	border-bottom: none !important;
}

#ctf #ctf .ctf-photo-hover span.fa-arrows-alt, #ctf .ctf-photo-hover svg.fa-arrows-alt, #ctf .ctf_remaining, #ctf.ctf-super-narrow .ctf-author-screenname, #ctf.ctf-super-narrow .ctf-screename-sep {
	display: none;
}

#ctf .ctf_more {
	padding: 1px;
	border: 1px solid transparent;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

#ctf .ctf_more:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .1);
	text-decoration: none;
}

#ctf .ctf-header {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 5px 15px;
	line-height: 1.2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ctf .ctf-header a {
	float: left;
	display: block;
	text-decoration: none;
}

#ctf .ctf-header-img {
	float: left;
	position: relative;
	width: 48px;
	margin: 0 0 0 -100% !important;
	overflow: hidden;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#ctf .ctf-header-img img {
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#ctf.ctf-rebranded .ctf-header-img-hover svg {
	margin-top: -15px;
	margin-left: -14px;
}

#ctf.ctf-rebranded .ctf-header-img-hover svg path, .ctf-rebranded .ctf-header-follow svg path {
	fill: white;
}

#ctf .ctf-header-generic-icon, #ctf .ctf-header-img-hover {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(27, 149, 224, .85);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	z-index: 999;
}

#ctf .ctf-header-generic-icon .fa, #ctf .ctf-header-generic-icon svg, #ctf .ctf-header-img-hover .fa, #ctf .ctf-header-img-hover svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -8px;
	font-size: 20px;
	z-index: 1000;
}

#ctf .ctf-header-generic-icon svg, #ctf .ctf-header-img-hover svg {
	margin-top: -10px;
	margin-left: -10px;
}

#ctf .ctf-header .ctf-header-follow {
	display: inline-block;
	padding: 3px 6px;
	margin: 0 0 0 2px;
	position: relative;
	top: -2px;
	background: #1b95e0;
	color: #fff;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background .6s ease-in-out;
	-webkit-transition: background .6s ease-in-out;
	-o-transition: background .6s ease-in-out;
	transition: background .6s ease-in-out;
}

#ctf .ctf-header .ctf-header-follow .fa, #ctf .ctf-header .ctf-header-follow svg {
	margin-right: 3px;
	font-size: 12px;
}

#ctf .ctf-header a:hover .ctf-header-follow {
	background: #0c7abf;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

#ctf .ctf-header-type-generic .ctf-header-img {
	color: #fff;
	width: 48px;
	height: 48px;
	position: relative;
}

#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon {
	background: #0c7abf;
}

#ctf .ctf-header-type-generic .ctf-header-no-bio {
	padding-top: 9px !important;
	font-size: 16px;
	font-weight: 700;
}

#ctf .ctf-header-type-generic .ctf-header-generic-icon {
	display: block;
	color: #fff;
	background: #1b95e0;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

#ctf .ctf-header-type-generic:hover .ctf-header-generic-icon {
	display: block;
	opacity: 1;
}

#ctf .ctf-header .ctf-header-user {
	font-size: 16px;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-break: break-word;
}

#ctf .ctf-header .ctf-header-screenname, #ctf .ctf-header p {
	font-size: 13px;
	line-height: 1.3;
}

.ctf-screenreader {
	text-indent: -9999px !important;
	display: inline-block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	text-align: left !important;
}

#ctf .ctf-header-text.sbi-no-info .ctf-header-user {
	padding-top: 9px !important;
}

#ctf .ctf-header-text.sbi-no-bio .ctf-header-counts {
	clear: both;
}

#ctf .ctf-context {
	width: 100%;
	padding-left: 42px;
	margin-bottom: 2px;
}

#ctf .ctf-with-logo .ctf-context {
	padding-right: 30px;
}

#ctf .ctf-retweet-icon {
	display: inline-block;
	font-size: inherit;
	line-height: 1;
	margin: 0 5px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#ctf.ctf-super-narrow .ctf-retweet-icon {
	margin: 0 5px 0 0;
}

#ctf .ctf-reply-icon {
	display: inline-block;
	font-size: inherit;
	padding: 1px 3px 3px;
	line-height: 1;
	margin: 0 3px 0 0;
}

#ctf .ctf-author-box {
	margin-left: 56px;
}

#ctf .ctf-author-avatar {
	clear: both;
	width: 48px;
	height: 48px;
	margin: 3px 6px 0 -56px;
	float: left;
	overflow: hidden;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#ctf .ctf-author-avatar img {
	margin: 0 !important;
	padding: 0;
}

#ctf .ctf-author-name, #ctf .ctf-author-screenname, #ctf .ctf-tweet-meta, #ctf .ctf-verified {
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
}

#ctf .ctf-screename-sep {
	margin: 0 2px;
	display: inline-block;
}

#ctf .ctf-author-name {
	font-weight: 700 !important;
	margin-top: 4px;
}

#ctf .ctf-author-box-link {
	color: #000;
	text-decoration: none;
	display: inline;
	line-height: 1.5 !important;
}

#ctf .ctf-quoted-verified, #ctf .ctf-verified {
	color: #77c7f7;
	margin-left: 0;
}

#ctf .ctf-quoted-verified, .ctf-credit-link .fa, .ctf-credit-link svg {
	margin-right: 4px;
}

#ctf .ctf-tweet-meta, #ctf.ctf-super-narrow .ctf-author-name {
	display: inline-block;
}

#ctf .ctf-replied-to-text a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

#ctf p.ctf-media-link, #ctf p.ctf-tweet-text {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.4;
}

#ctf .ctf-tweet-actions, #ctf .ctf-tweet-content {
	margin-left: 58px;
	margin-top: 3px;
	max-width: 100%;
}

#ctf .ctf-corner-logo {
	display: inline-block;
	float: right;
	color: #1b95e0;
	font-size: 24px;
}

#ctf.ctf-narrow .ctf-corner-logo {
	font-size: 20px;
}

#ctf .ctf-hide-avatar .ctf-author-box, #ctf .ctf-hide-avatar .ctf-author-name, #ctf .ctf-hide-avatar .ctf-context, #ctf .ctf-hide-avatar .ctf-quoted-tweet, #ctf .ctf-hide-avatar .ctf-tweet-actions, #ctf .ctf-hide-avatar .ctf-tweet-content, #ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box, #ctf.ctf-narrow .ctf-hide-avatar .ctf-context, #ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet, #ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions, #ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content, #ctf.ctf-super-narrow .ctf-context, #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box, #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context, #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet, #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions, #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content, #ctf.ctf-super-narrow .ctf-quoted-tweet, #ctf.ctf-super-narrow .ctf-tweet-actions, #ctf.ctf-super-narrow .ctf-tweet-content {
	margin-left: 0;
}

#ctf .ctf-hide-avatar .ctf-context {
	padding-left: 0;
}

#ctf .ctf-header-img.ctf-no-consent, #ctf .ctf-header-img.ctf-no-consent .ctf-header-img-hover {
	display: block;
	opacity: 1;
	height: 48px;
}

#ctf .ctf-quoted-tweet {
	display: block;
	clear: both;
	margin: 7px 0 5px 58px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, .1);
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

#ctf .ctf-quoted-tweet-text-media-wrap, #ctf .ctf-quoted-tweet:focus, #ctf .ctf-quoted-tweet:hover, #ctf .ctf-tweet-text-media-wrap {
	-moz-transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
}

#ctf .ctf-quoted-tweet:focus, #ctf .ctf-quoted-tweet:hover {
	background: rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .05);
	transition: background .1s ease-in-out;
}

#ctf .ctf-quoted-author-name {
	font-weight: 700;
	margin-right: 4px;
}

#ctf .ctf-quoted-tweet p {
	margin: 2px 0;
}

#ctf .ctf-tweet-actions a {
	padding: 2px 10px 2px 5px;
	float: left;
}

#ctf .ctf-tweet-actions a.ctf-like, #ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet {
	color: rgba(0, 0, 0, .35);
	text-decoration: none;
	border: none;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

#ctf .ctf-tweet-actions a span.fa, #ctf .ctf-tweet-actions a svg {
	width: 1.1em;
	height: 1.1em;
	font-size: 1.1em;
}

#ctf .ctf-tweet-actions a span.fa.fa-retweet {
	width: 1.2em;
	height: 1.2em;
	font-size: 1.2em;
}

#ctf .ctf-tweet-actions .ctf-reply {
	margin-left: -5px;
}

#ctf .ctf-tweet-actions a:focus, #ctf .ctf-tweet-actions a:hover {
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

#ctf .ctf-tweet-actions .ctf-reply:focus, #ctf .ctf-tweet-actions .ctf-reply:hover {
	color: #e34f0e !important;
}

#ctf .ctf-tweet-actions .ctf-retweet:focus, #ctf .ctf-tweet-actions .ctf-retweet:hover {
	color: #19cf86 !important;
}

#ctf .ctf-tweet-actions .ctf-like:focus, #ctf .ctf-tweet-actions .ctf-like:hover {
	color: #e81c4f !important;
}

#ctf .ctf-action-count {
	float: right;
	padding-left: 3px;
	font-size: .9em;
	margin-top: .25em;
	line-height: 1.2em;
}

#ctf .ctf-twitterlink {
	margin-top: .3em;
	line-height: 1.2em;
	font-size: .8em;
}

#ctf .ctf-quoted-tweet-text-media-wrap, #ctf .ctf-tweet-text-media-wrap {
	margin-left: 5px;
	padding: 4px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .15);
	color: inherit;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transition: background .1s ease-in-out;
}

#ctf #ctf-more, #ctf .ctf-out-of-tweets, .ctf-credit-link {
	padding: 5px 0;
	text-align: center;
}

#ctf #ctf-more, #ctf .ctf-tweet-text-media-wrap:focus, #ctf .ctf-tweet-text-media-wrap:hover {
	background: rgba(0, 0, 0, .05);
	-moz-transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
}

#ctf .ctf-tweet-text-media-wrap:focus, #ctf .ctf-tweet-text-media-wrap:hover {
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background .1s ease-in-out;
}

.ctf-multi-media-icon .ctf-tweet-text-media, .ctf-quoted-tweet-text .ctf-tweet-text-media {
	margin-left: 3px;
}

#ctf #ctf-more {
	display: block;
	border: none;
	width: 100%;
	min-height: 30px;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	outline: 0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: background .1s ease-in-out;
}

#ctf #ctf-more:hover {
	background: rgba(0, 0, 0, .1);
	-moz-transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

#ctf #ctf-more.ctf-loading span {
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity: 0;
}

#ctf .ctf-loader {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	-webkit-animation: 1s ease-in-out infinite ctf-sk-scaleout;
	animation: 1s ease-in-out infinite ctf-sk-scaleout;
}

@-webkit-keyframes ctf-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes ctf-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.ctf-credit-link {
	width: 100%;
	clear: both;
	margin-top: 5px;
	font-size: 12px;
}

#ctf svg {
	box-sizing: unset;
}

#ctf svg:not(:root).svg-inline--fa, #ctf_lightbox svg:not(:root).svg-inline--fa {
	box-sizing: unset;
	overflow: visible;
	width: 1em;
}

#ctf .svg-inline--fa.fa-w-16 {
	width: 16px;
}

#ctf .svg-inline--fa.fa-w-20 {
	width: 20px;
}

#ctf .ctf-context .ctf-retweet-icon svg {
	width: 1.2em;
	height: 1.2em;
}

#ctf .svg-inline--fa, #ctf_lightbox .svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context, #ctf.ctf-styles .ctf-screename-sep, #ctf.ctf-styles .ctf-tweet-meta, .ctf_smash_error span {
	font-size: 12px;
}

#ctf .ctf-error {
	width: 100%;
	text-align: center;
}

#ctf .ctf-error code, #ctf .ctf-error iframe, #ctf .ctf-error p {
	padding: 0;
	margin: 0 2px;
}

#ctf .ctf-error-user p, #ctf.ctf-super-narrow .ctf-context {
	padding-bottom: 5px;
}

#ctf .ctf-error-user {
	width: 100%;
}

#ctf .ctf-error-admin {
	margin-top: 15px;
	display: inline-block;
}

#ctf .ctf-error code {
	display: block;
	padding: 4px;
}

.ctf_smash_error {
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	margin: 10px 0 0;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ctf_smash_error p {
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

#ctf .ctf-out-of-tweets {
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	background: 0 0;
	width: 100%;
	min-height: 30px;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#ctf .ctf-out-of-tweets iframe, #ctf .ctf-out-of-tweets p {
	margin: 0 2px;
	padding: 0;
}

#ctf .ctf-out-of-tweets p {
	padding: 3px;
	display: none;
}

#ctf.ctf-narrow .ctf-author-avatar, #ctf.ctf-narrow .ctf-author-avatar img {
	width: 38px;
	height: 38px;
}

#ctf.ctf-narrow .ctf-quoted-tweet, #ctf.ctf-narrow .ctf-tweet-actions, #ctf.ctf-narrow .ctf-tweet-content {
	margin-left: 48px;
}

#ctf.ctf-narrow .ctf-context {
	margin-left: 49px;
}

#ctf.ctf-narrow .ctf-author-box {
	margin-left: 46px;
}

#ctf.ctf-narrow .ctf-author-avatar {
	margin-left: -46px;
}

#ctf.ctf-narrow .ctf-tweet-content {
	padding: 3px 0 5px;
}

#ctf.ctf-narrow .ctf-tweet-actions, #ctf.ctf-super-narrow .ctf-tweet-content {
	float: left;
	clear: both;
}

#ctf.ctf-super-narrow .ctf-author-box {
	min-height: 32px;
	margin-bottom: 2px;
	margin-left: 38px;
	float: left;
	clear: both;
}

#ctf.ctf-super-narrow .ctf-author-avatar, #ctf.ctf-super-narrow .ctf-author-avatar img {
	width: 32px;
	height: 32px;
}

#ctf.ctf-super-narrow .ctf-author-avatar {
	margin-left: -38px;
	margin-top: 0;
}

#ctf.ctf-super-narrow .ctf-credit-link {
	font-size: 10px;
}

#ctf.ctf-super-narrow .ctf-header-bio {
	margin: 0 !important;
	padding-top: 5px;
}

#ctf.ctf-super-narrow .ctf-header-user {
	min-height: 48px;
}

#ctf.ctf-super-narrow .ctf-header-text {
	padding-top: 10px;
}

#ctf.ctf-super-narrow .ctf-header-follow {
	margin-top: 5px;
}

#ctf.ctf-super-narrow .ctf-more span {
	display: block;
	margin-top: 3px;
}

@media all and (max-width:640px) {
	#ctf.ctf-width-resp {
		width: 100% !important;
	}
}

.ctf.ctf-boxed-style[data-boxshadow=true] .ctf-item {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

[data-header-size=large] .ctf-header-type-text {
	font-size: 48px;
}

[data-header-size=medium] .ctf-header-type-text {
	font-size: 42px;
}

[data-header-size=small] .ctf-header-type-text {
	font-size: 36px;
}

#ctf.ctf-list.ctf-boxed-style .ctf-header, .ctf-list.ctf-boxed-style .ctf-item {
	margin-bottom: 25px;
}

#ctf .ctf-header-text {
	float: left;
	width: 100%;
	padding-top: 5px;
}

#ctf .ctf-no-bio .ctf-header-text {
	padding-top: 13px;
}

#ctf .ctf-header-text .ctf-header-user, #ctf .ctf-header-text p {
	float: left;
	clear: both;
	width: auto;
	margin: 0 0 0 60px !important;
	padding: 0 !important;
	text-align: left;
}

#ctf .ctf-header-name {
	font-weight: 700;
	margin-right: 6px;
}

#ctf .ctf-header-text .ctf-header-bio {
	padding: 0 !important;
	word-break: break-word;
}

#ctf .ctf-header-text .ctf-verified {
	margin-right: 5px;
}

#ctf.ctf_palette_light .ctf-author-name, #ctf.ctf_palette_light .ctf-author-screenname, #ctf.ctf_palette_light .ctf-header-bio, #ctf.ctf_palette_light .ctf-header-counts, #ctf.ctf_palette_light .ctf-header-name, #ctf.ctf_palette_light .ctf-header-type-text, #ctf.ctf_palette_light .ctf-tweet-actions a, #ctf.ctf_palette_light .ctf-tweet-text {
	color: #444;
}

#ctf.ctf_palette_dark .ctf-tweet-text a, #ctf.ctf_palette_light .ctf-tweet-text a {
	color: inherit;
}

#ctf.ctf_palette_dark .ctf-item, #ctf.ctf_palette_light .ctf-item {
	background: 0 0;
}

#ctf.ctf_palette_dark .ctf-corner-logo, #ctf.ctf_palette_light .ctf-corner-logo {
	color: #1b95e0;
}

#ctf.ctf_palette_dark .ctf-verified, #ctf.ctf_palette_light .ctf-verified {
	color: #77c7f7;
}

#ctf.ctf_palette_light .ctf-more {
	background: rgba(0, 0, 0, .5);
	color: #444;
}

#ctf.ctf_palette_dark {
	background: #20222c;
}

#ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item {
	background: rgba(255, 255, 255, .1) !important;
}

#ctf.ctf_palette_dark .ctf-author-name, #ctf.ctf_palette_dark .ctf-author-screenname, #ctf.ctf_palette_dark .ctf-header-bio, #ctf.ctf_palette_dark .ctf-header-counts, #ctf.ctf_palette_dark .ctf-header-name, #ctf.ctf_palette_dark .ctf-header-type-text, #ctf.ctf_palette_dark .ctf-tweet-text {
	color: #fff;
}

#ctf.ctf_palette_dark .ctf-more {
	background: rgba(255, 255, 255, .2);
	color: #fff;
}

#ctf.ctf_palette_dark .ctf-tweet-actions a {
	color: rgba(255, 255, 255, .8);
}

.ctf-rebranded .ctf-header-follow svg {
	width: 13px;
	height: 13px;
	transform: translate(3px, 2px);
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both;
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 6px;
	line-height: 1;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
	vertical-align: unset;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center;
}

body {
	font-family: noto sans;
	margin: 0;
	overflow-x: hidden;
	font-weight: 500;
	max-width: 100vw;
	max-width: 100vw;
}

.careers .plus-minus-toggle, .contacts .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	vertical-align: middle;
	position: absolute;
	display: inline-block;
	left: auto;
	right: 2.7px;
	width: 21.3px;
	margin-top: 24.3px;
}

.contacts .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	display: inline-block;
	width: 21.3px;
	right: 2px !important;
	margin-top: 25.2px !important;
}

.positionWrap .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	display: inline-block;
	width: 20.3px;
	right: 4px !important;
	margin-top: -1.8px !important;
}

.careers .title img, .contacts .title img {
	right: -32px !important;
}

.careers .title h1, .contacts .title h1 {
	font-size: 24px;
	font-family: noto sans;
	font-weight: 700;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 54px !important;
	margin-top: 0px !important;
	cursor: pointer;
	letter-spacing: .8px;
}

.onlyFix .accordion-item {
	position: relative;
}

.onlyFix .accordion-item .content {
	position: absolute;
	right: 110px;
	width: 100%;
	font-size: 15px;
	max-width: 570px;
	background: white;
	top: 50%;
	margin-top: 3px;
	transform: translateY(-50%);
	border: 2px solid black;
	padding: 10px;
	padding-right: 37px;
	z-index: 5000 !important;
}

.onlyFix .accordion-item .content ul {
	list-style-type: disc;
	margin-left: 32px;
	font-size: 12px;
}

.logowrapxx {
	display: inline-block;
	vertical-align: super;
	max-width: 150px;
}

.onlyFix .accordion-item .content:before {
	display: inline-block;
	content: "";
	outline: 1.5px solid black !important;
	width: 72.5%;
	image-rendering: pixelated;
	margin-left: -460px;
	position: absolute;
	top: 50%;
}

.accordion-item img {
	vertical-align: middle;
	display: inline-block;
	margin-top: -10px;
	margin-right: 15px;
}

.onlyFix .title h1 {
	color: black;
	font-size: 24px;
	font-family: noto sans;
	display: inline-block;
	margin-left: 50px;
	font-weight: 700;
	position: relative;
	position: relative;
	background: white;
	width: 320px;
	line-height: 1.3em;
	cursor: pointer;
	letter-spacing: .8px;
	z-index: 10000;
	padding-right: 10px;
}

.plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	display: inline-block;
	left: 10px;
	width: 21.3px;
	top: 27px;
}

.full-service-cycle .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	display: inline-block;
	width: 21.3px;
	top: 49%;
	right: 3px;
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
	background: #000;
	content: "";
	height: 1.5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 14px;
	transition: transform 500ms ease;
}

.plus-minus-toggle:after {
	transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
	transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
	transform: rotate(180deg);
}

.area {
	-webkit-transform: scale(1.4) translateX(.7vw);
	transform: scale(1.4) translateX(.7vw);
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin-top: 9.7vw;
}

.background {
	width: 100vw;
	max-width: 100%;
}

.customerSpace {
	margin-top: 147px;
}

.overlay {
	position: absolute;
	top: .5vw;
	right: 0vw;
	left: -.7vw;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.page {
	overflow: hidden;
}

.whatWeDo {
	margin-top: 621px;
}

.karte {
	margin-top: 50px;
	width: 100%;
}

.map svg.chrome {
	position: absolute;
	-webkit-transform: translateY(-99.7%) translateX(-20.7%) scale(.77);
	transform: translateY(-99.7%) translateX(-20.7%) scale(.77);
}

.map {
	height: 30px;
	overflow: hidden;
}

.map svg.edge {
	position: absolute;
	margin-top: -31.9%;
	-webkit-transform: translateX(-70.7%) scale(.77);
	transform: translateX(-70.7%) scale(.77);
}

.map svg.ie {
	position: absolute;
	margin-top: -15.5%;
	-webkit-transform: translateX(-71%) scale(1.11);
	transform: translateX(-71%) scale(1.11);
}

.navItems .page_item a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 27px;
	display: block !important;
	height: 3px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.navItems .menu-item a:before {
	content: "";
	position: absolute;
	left: 0;
	display: none;
	bottom: 0;
	top: 27px;
	height: 3px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.navItems .menu-item a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	color: black;
	display: block;
	bottom: 0;
	top: 27px;
	height: 3px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.mobList .page_item a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 27px;
	display: block !important;
	height: 3px;
	margin-left: 28px;
	margin-top: 5px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.navItems a:hover {
	color: black !important;
}

.mobList a:hover {
	color: black !important;
}

.mobList .menu-item a:before {
	content: "";
	position: absolute;
	left: 0;
	display: none;
	bottom: 0;
	top: 57px;
	height: 3px;
	margin-left: 28px;
	margin-top: 5px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.mobList .menu-item a:hover:before {
	content: "";
	position: absolute;
	color: black;
	left: 0;
	margin-left: 28px;
	margin-top: 5px;
	display: block;
	bottom: 0;
	top: 57px;
	height: 3px;
	width: 40px;
	border-bottom: 3px solid orange;
}

.cls-6:hover, .cls-5:hover, .cls-4:hover {
	cursor: pointer;
}

.popUpMap .subLine {
	width: 19vh;
	margin-left: 344px;
}

iframe.rssfeed {
	width: 100%;
	max-width: 810px;
	border: none;
	outline: none;
}

.rssTitle {
	font-size: 17px;
	font-family: noto sans;
	font-weight: 700;
}

.newsItem {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 810px;
}

.itemWrap {
	width: 100%;
	max-width: 810px;
	margin-left: 420px;
	margin-top: -80px;
}

img.decorationBottom {
	position: absolute;
	margin-left: -349px;
	margin-top: -181px;
}

.vendorNews {
	margin-top: -32px;
}

.lastNews {
	margin-bottom: 134px;
	border-bottom: 1px solid #ccc;
}

.newsItem {
	border-top: 1px solid #ccc;
}

.reqDiv {
	margin-top: -5px;
}

.reqDiv2 {
	margin-top: 4px;
}

.area h3 {
	font-family: teko;
	font-size: 1.9vw;
	margin: 0 auto;
	margin-top: 3.55vw;
	margin-left: 16.5vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	text-align: left;
}

.popUpMap {
	border: 2px solid black;
	background: white;
	margin: 0 auto;
	font-size: 2.3vh !important;
}

.popUpMap h4 {
	font-size: 3.2vh !important;
}

.clickContainers {
	position: relative;
}

.items .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	display: inline-block;
	left: 10.2px;
	width: 21.3px;
	top: 43% !important;
}

.whatWeDo .items {
	text-align: center;
}

img.fb {
	margin-top: -30px;
}

.followUs {
	position: absolute;
	right: 0;
	text-align: right;
	top: 101px;
}

.mobNav {
	display: none;
}

.buttonCustomer {
	margin-top: 13px !important;
	margin-bottom: 30px;
}

.vendorItem img {
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button:hover {
	background: #f26422;
}

.button:active {
	background: #d48661;
}

.button {
	text-align: center;
	padding-top: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 3px;
	padding-bottom: 10px;
	cursor: pointer;
	margin: 0 auto;
	padding-left: 54px;
	padding-right: 54px;
	background: #febf10;
	width: 316px;
}

a.button:hover {
	color: black;
}

.deliveredProducts {
	margin-left: 31px;
}

.deliveredProducts .items {
	display: inline-block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 5px;
}

.deliveredCategory {
	text-align: left;
	width: 316px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
	margin-right: 80px;
	margin-top: 10px;
	border-top: 5px solid black;
}

.buttons {
	text-align: center;
	margin-top: -7px;
	position: relative;
	margin-bottom: 50px;
}

.buttonVendor {
	-webkit-transform: translateY(856px);
	transform: translateY(856px);
}

.button::-moz-selection {
	background: transparent;
}

.button::selection {
	background: transparent;
}

li.expandableClient {
	display: none;
}

ul.vendorFeatures li {
	margin-bottom: 10px;
	background: url("https://i.imgur.com/G6fazar.png") no-repeat top 9px left;
	padding-left: 16px;
}

ul.vendorFeatures li.nitro-lazy {
	background-image: none !important;
}

.plusDelivered {
	cursor: pointer;
}

.positionWrap .accordion-item .content ul {
	margin-left: 14.5px;
	list-style-type: none;
}

.positionWrap .accordion-item .content li {
	margin-bottom: 10px;
	background: url("https://i.imgur.com/G6fazar.png") no-repeat 0;
	padding-left: 16px;
}

.positionWrap .accordion-item .content li.nitro-lazy {
	background-image: none !important;
}

ul.vendorFeatures {
	width: 260px;
	white-space: normal;
}

.extendFix {
	width: 260px;
	overflow: hidden;
}

.area::selection {
	background-color: transparent;
}

.minus {
	margin-left: -48px;
	display: none;
	top: 11px;
	left: 48px;
	position: absolute;
}

.shown {
	display: block;
}

.imgCont {
	width: 258px;
	position: relative;
	height: 100px;
}

.vendorItem .hr {
	margin-top: 37px;
}

.vendorName {
	font-size: 24px !important;
	margin-bottom: -4px;
	font-weight: 700;
}

.vendorItem {
	vertical-align: top;
	width: 33%;
	margin-top: -71px;
	text-align: left;
	margin-bottom: 138px;
	display: inline-block;
}

#lv_2_, #ee_2_, #lt_2_ {
	cursor: pointer;
}

.footer .heading {
	font-size: 17px;
	font-family: noto sans;
	letter-spacing: 0;
}

.heading {
	font-size: 40px;
	letter-spacing: -.7px;
	font-family: teko;
}

.listItem p {
	width: 66%;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 17px;
}

.listItem {
	vertical-align: top;
	display: inline-block;
	width: 24%;
	text-align: center;
	margin: 4px;
	margin-top: 6px;
}

.positionWrap {
	width: 100%;
	margin-bottom: -193px;
	margin-top: -360px;
	padding-bottom: 150px;
	max-width: 599px;
}

.positionWrap img.minus {
	position: absolute !important;
	margin-left: 517.9px;
	margin-top: 1px;
}

.headerContent {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	margin-top: 75px;
	left: 0;
	right: 0;
	position: absolute;
	text-align: left;
}

h1.heading {
	font-family: teko;
	text-transform: uppercase;
	margin-top: 200px;
	letter-spacing: -3px;
	line-height: 69px;
	max-width: 407px;
	font-size: 77px;
}

.navContent {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.nav {
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 103123;
	background: white;
	background: white;
}

.middleDecoration {
	position: absolute;
	margin-left: -344px;
	margin-top: 68px;
}

/*
.accordion-item:hover > .content {
	display: inline-block;
    position: absolute;

}
*/
.used {
	fill: #fabc14;
}

.lv .estonian, .lv .latvian, .lv .lithuanian {
	color: black;
	-webkit-transform: scale(.61) scaleX(1.07);
	transform: scale(.61) scaleX(1.07);
	width: 314px;
	font-size: 18.6px !important;
	text-align: left;
	padding: 29px;
	-webkit-transition: .7s;
	transition: .7s;
	top: 0;
	margin-left: -173px;
	position: absolute;
}

.navContent img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.navItems li {
	display: inline-block;
}

.mobList {
	font-size: 17px;
}

ul.navItems {
	display: inline-block;
	margin-left: 35px;
}

ul.langSwitch {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 18px;
	margin-top: 16px;
}

ul.langSwitchmob {
	display: inline-block;
	font-size: 17px;
}

ul.langSwitchmob li {
	display: inline-block;
	padding-left: 28px;
	margin-top: 17px;
}

ul.langSwitch li {
	margin-right: 10px;
	display: inline-block;
}

.navItems li {
	font-size: 18px;
	display: inline-block;
}

.form h3 {
	font-size: 40px;
	margin-top: -30px;
	margin-left: 59px;
	padding-top: 52px;
	letter-spacing: -1.4px;
	font-family: teko;
}

.popUpForm {
	background: rgba(0, 0, 0, .53);
	height: 100vh;
	top: 0;
	overflow: hidden;
	z-index: 119919191;
	position: fixed;
	width: 100%;
}

.wpcf7-validation-errors, .wpcf7-response-output {
	display: none !important;
}

p.disclaimer {
	float: left;
	margin-left: 57px;
	letter-spacing: .7px;
	margin-top: -6px;
}

textarea + span {
	margin-left: 60px !important;
	position: relative;
	text-align: left;
	margin-top: -9px !important;
	padding-bottom: 43px;
}

img.exit {
	position: absolute;
	z-index: 1231233;
	padding: 10px;
	cursor: pointer;
	right: 0;
	margin-top: -3px;
	height: 34px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.formSuccess {
	margin-top: -20px;
}

.formContainer {
	width: 100%;
	margin: 0 auto;
	max-width: 720px;
	min-height: 640px;
	position: relative;
	margin-top: 50px;
	top: 50%;
	background: white;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

span.wpcf7-not-valid-tip {
	color: red;
	font-size: .8em;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-left: -2px;
	margin-bottom: -49px;
}

.tickSub {
	color: #fabe19;
	font-weight: 700;
	margin-top: -70px;
	font-family: teko;
	font-size: 23px;
}

.tickHead {
	text-transform: uppercase;
	font-family: teko;
	font-size: 85px;
	margin-top: 10px;
}

.tick {
	height: 70px;
	margin-top: 200px;
}

.formContent input {
	border: 2px solid black;
	outline: none;
	width: 261px;
	font-size: 18px;
	border-radius: 3px;
	position: relative;
	z-index: 10;
	padding: 10px;
	margin-top: -15px;
	margin-bottom: -10px;
	font-family: noto sans;
}

.inputText {
	font-size: 14px;
	width: 200px;
	height: 25px;
}

.floating-label {
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 18px;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
	top: -6px;
}

.send {
	margin-bottom: 50px !important;
	margin-top: 10px !important;
	border: 0 !important;
	margin-left: 19px;
	background: #febf10;
	width: 601px !important;
}

.formContent textarea {
	font-size: 18px;
	font-family: noto sans;
	border: 2px solid black;
	outline: none;
	position: relative;
	border-radius: 3px;
	padding: 10px;
	margin-top: 10px;
	width: 80%;
	margin-bottom: 3px;
	height: 110px;
	z-index: 10;
}

.recaptcha {
	float: right;
	margin-right: 60px;
}

.content {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}

.navItems a {
	margin-left: 27px;
	margin-right: 27px;
	position: relative;
}

.contactform {
	text-align: center;
}

.left {
	float: left;
	margin-left: 60px;
}

.right {
	float: right;
	margin-right: 60px;
}

.contacts .minus {
	position: absolute;
	margin-left: 227.8px;
}

.contacts .accordion-item {
	border-top: 4px solid black;
	width: 100%;
}

.contacts .title h1 {
	font-size: 24px;
	font-family: noto sans;
	font-weight: 700;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 30px;
	margin-top: 15px;
	cursor: pointer;
	letter-spacing: .8px;
}

.contacts .title img {
	vertical-align: middle;
	vertical-align: middle;
	padding-right: 16.5px;
	position: absolute;
	right: -15px;
	top: 8px;
}

.contacts .accordion-item .content {
	vertical-align: middle;
	padding: 1em 0;
	margin: 0;
	padding-right: 28px;
	border: 0;
	max-width: 270px;
	position: relative;
	margin-left: 0;
	margin-top: -28px;
}

.latvian, .estonian, .lithuanian {
	width: 33%;
	vertical-align: top;
	position: relative;
	margin-top: 43px;
	font-size: 17px;
	display: inline-block;
}

.footer a {
	color: white;
}

.mapBold {
	font-weight: 700;
}

.contacts .button:hover {
	text-align: center;
	padding-top: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 3px;
	padding-bottom: 10px;
	cursor: pointer;
	margin: 0 auto;
	padding-left: 77px;
	padding-right: 77px;
	background: #f26522;
	width: 316px;
}

p.Estonian.Branch.address {
	padding-right: 12px;
}

p.Igaunijas.firma.address {
	padding-right: 7px;
}

.fa {
	padding: 3px;
}

.branches .address {
	width: 80%;
	font-size: 17px;
}

div.hr {
	border-bottom: 3px solid #fabe19;
	width: 40px;
	margin-top: -19px;
}

h4 {
	color: #fabe19;
	font-weight: 700;
	margin-top: -10px;
	font-family: teko;
	font-size: 21px;
}

.latvian, .estonian {
	margin-right: 7px;
}

.menuContainer {
	display: none;
}

.lithuanian {
	margin-right: -11px;
}

.branches {
	color: white;
	position: relative;
}

a {
	color: black;
	text-decoration: none;
}

.imageHeader img {
	z-index: -10000;
	position: absolute;
	right: -22px;
	height: 1050px;
	margin-top: -278px;
}

.imageHeader {
	position: relative;
	z-index: -100;
	text-align: center;
}

.credits {
	float: right;
	font-size: 13px;
	margin-top: -38px;
	color: white;
}

.footerTablet {
	display: none;
}

.logobottom {
	width: 45px;
	vertical-align: middle;
	padding-left: 9px;
}

a:hover {
	color: #febf10;
}

.rights {
	font-size: 13px;
	margin-top: 17px;
}

.footer {
	font-size: 17px;
	height: 377px;
	background: #231f20;
	width: 100%;
}

.subLine {
	border-bottom: 2px solid black;
	width: 89px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -91px;
}

dt {
	font-size: 24px;
	font-family: noto sans;
	font-weight: 700;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 30px;
	margin-top: -8px;
	cursor: pointer;
	letter-spacing: .8px;
}

.title img {
	vertical-align: middle;
	padding-right: 16.5px;
	margin-top: 0px;
	width: 100%;
}

.title h1 {
	font-size: 24px;
	font-family: noto sans;
	font-weight: 700;
	position: relative;
	line-height: 1.3em;
	cursor: pointer;
	letter-spacing: .8px;
}

img.plusDelivered {
	position: absolute;
	right: 1px;
	top: .2px;
}

ul.deliveredItems {
	margin-top: -20px;
	font-size: 17px;
}

ul.deliveredItems li {
	margin-bottom: 10px;
}

p.deliveredTitle {
	font-size: 24px !important;
	font-family: noto sans;
	font-weight: 700;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 30px;
	margin-top: 7px;
	cursor: pointer;
}

.indic {
	display: none;
}

dt img {
	position: relative;
	top: 50%;
	padding-right: 16.5px;
	margin-left: -4px;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}

dd {
	vertical-align: middle;
	padding: 1em 0;
	margin: 0;
	background: white;
	border: 2px solid black;
	max-width: 660px;
	position: absolute;
	margin-left: 620px;
	margin-top: -138px;
}

.positionWrap .accordion-item .content {
	vertical-align: middle;
	padding: 1em 0;
	margin: 0;
	padding-right: 28px;
	border: 0;
	background: transparent;
	max-width: 580px;
	position: relative;
	margin-left: 0;
	margin-bottom: 60px;
	margin-top: -43px !important;
}

.positionWrap .accordion-item .content p {
	margin-bottom: 10px;
}

.positionWrap .accordion-item .content a {
	color: orange;
}

.positionWrap .accordion-item .content strong {
	margin-top: 12px;
	margin-bottom: 8px;
}

.accordion-item .content {
	vertical-align: middle;
	padding: 1em 0;
	margin: 0;
	background: white;
	padding-right: 28px;
	border: 2px solid black;
	max-width: 413px;
	position: absolute;
	margin-left: 676px;
	margin-top: -157px;
}

.tabletSeparator {
	display: none;
}

dd p {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin: 0;
}

.accordion-item .content p {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin: 0;
}

.hide, .inactive {
	display: none !important;
}

.footerTablet {
	background: #231f20;
	height: 512px;
	width: 100%;
}

.footerTablet .heading {
	font-size: 17px;
	font-family: noto sans;
	color: white;
	text-align: center;
	letter-spacing: 0;
}

.keyPress {
	height: 43px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	text-align: center;
	width: 310px;
	background: #febf10;
	transition: .2s;
}

.keyPress:hover {
	background: #f26522;
}

.keyPress a:hover {
	color: black !important;
}

.footerTablet .address {
	color: white;
	float: right;
	max-width: 276px;
	margin-top: -47px;
	font-size: 17px;
}

.footerTablet a {
	color: white;
}

.footerTablet .fb {
	margin-left: -278px;
}

.full-service-cycle {
	margin-top: 166px;
	position: relative;
}

.partSection {
	margin-bottom: 60px;
	margin-top: 27px;
}

.tabletContent {
	width: 77%;
	margin: 0 auto;
	padding-top: 38px;
	text-align: left;
}

.show {
	display: inline-block;
}

.mobDiv {
	display: none;
}

.pageContent {
	overflow: hidden;
}

@media screen and (max-width:1920px) {
	.lv .latvian {
		margin-top: 4%;
		margin-left: -160px;
	}
	
	.lv .lithuanian {
		margin-top: 9%;
	}
	
	.lv .estonian {
		margin-top: 1%;
		margin-left: -175px;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 1.3em;
		margin-top: 5.05vw;
		margin-left: 15.2em !important;
	}
}

.navContent img.logohead {
	margin-left: 21px;
	margin-top: 7px;
	width: 122px;
	transform: scale(.8);
}

p.browserupgrade {
	padding: 5px;
	padding-top: 100px;
	font-size: 15px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}

p {
	font-weight: 500;
}

.plusWrap {
	height: 34px;
	width: 34px;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 0px;
}

.footer {
	position: relative;
	z-index: 1000;
}

.positionWrap .contacts:last-of-type {
	margin-bottom: 150px;
}

.leftDecoration, .rightDecoration {
	z-index: -100000 !important;
}

@media screen and (max-width:1724px) {
	.leftDecoration {
		left: -280px !important;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 1.3em;
		margin-top: 5.05vw;
		margin-left: 12.4em !important;
	}
}

.lv .ieFixEE, .lv .ieFixLV, .lv .ieFixLT {
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width:1580px) {
	.lv .latvian {
		margin-top: 2%;
		margin-left: -195px;
	}
	
	.lv .estonian {
		margin-top: -1.2%;
		margin-left: -210px;
	}
	
	.lv .lithuanian {
		margin-top: 6%;
		margin-left: -217px;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 1.8em;
		margin-top: 4.65vw;
		margin-left: 8em !important;
	}
	
	.lv .ieFixEE {
		margin-top: .2%;
		margin-left: 38%;
	}
	
	.lv .ieFixLV {
		margin-top: 4.4%;
		margin-left: 36%;
	}
	
	.lv .ieFixLT {
		margin-top: 7.7%;
		margin-left: 36%;
	}
}

.accordion-item {
	position: relative;
}

@media screen and (max-width:1320px) {
	.lv .latvian {
		margin-top: 1%;
		margin-left: -220px;
	}
	
	.lv .estonian {
		margin-top: -2.6%;
		margin-left: -220px;
	}
	
	.lv .lithuanian {
		margin-top: 6%;
		margin-left: -220px;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 1.8em;
		margin-top: 4.35vw;
		margin-left: 7.7em !important;
	}
}

textarea {
	resize: none;
}

.popUpMap .mapHeader {
	margin-top: 4px;
}

.correctFix {
	margin-top: -116px;
}

@media screen and (max-width:1250px) {
	.pageContent {
		width: 90%;
		margin: 0 auto;
	}
	
	.arrowfix .plus-minus-toggle {
		cursor: pointer;
		height: 21px;
		position: absolute;
		display: inline-block;
		width: 21.3px;
		top: 49%;
		right: 2px;
		margin-top: 24.2px;
	}
	
	.leftDecoration {
		left: -280px !important;
	}
	
	.onlyFix .accordion-item .content:before {
		display: none;
	}
	
	.onlyFix .accordion-item .content {
		text-align: left;
		margin-left: 0px;
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 19px;
		max-width: 80%;
		margin-top: -1px;
		transform: translateY(0px);
	}
	
	.deliveredProducts .heading {
		margin-left: 52px;
	}
	
	.rightDecoration {
		right: -236px !important;
	}
	
	.custFix {
		margin-bottom: 170px !important;
	}
	
	.correctFix {
		margin-left: 7%;
	}
	
	.error .headerContent {
		margin-left: 0px !important;
		margin-bottom: 370px !important;
	}
	
	.popUpMap .subLine {
		width: 15vh;
		margin-left: 374px;
	}
	
	.error .content {
		width: 100%;
		max-width: 1230px;
		margin: 0 auto;
		margin-left: 7%;
		position: relative;
	}
	
	.error .imageHeader img {
		z-index: -10000 !important;
		position: absolute !important;
		height: 825.2px !important;
		margin-top: -270px !important;
	}
	
	.lv .estonian, .lv .latvian, .lv .lithuanian {
		color: black;
		-webkit-transform: scale(.35);
		transform: scale(.35);
		width: 349px;
		text-align: left;
		font-size: 18.6px !important;
		background: white;
		padding: 25px;
		height: 242px;
		-webkit-transition: .3s;
		transition: .3s;
		top: 0;
		margin-left: -173px;
		position: absolute;
	}
	
	.lv .latvian {
		margin-top: 1.3%;
		font-size: 18.6px !important;
		margin-left: -151px;
	}
	
	.lv .estonian {
		margin-top: -3.6%;
		font-size: 18.6px !important;
		margin-left: -143px;
	}
	
	.lv .lithuanian {
		margin-top: 5%;
		font-size: 18.6px !important;
		margin-left: -150px;
	}
	
	.nav {
		box-shadow: 0 3px 3px #d3d2d2;
	}
	
	.navContent img {
		margin-left: 25px;
	}
	
	.imageHeader img {
		position: absolute;
		right: -22px;
		height: 830px;
		top: 210px;
		margin-top: -278px;
	}
	
	h1.heading {
		font-family: teko;
		text-transform: uppercase;
		margin-top: 176px;
		letter-spacing: -3px;
		line-height: 57px;
		max-width: 337px;
		font-size: 60px;
		margin-left: 85px;
	}
	
	.whatWeDo {
		margin-top: 684px;
	}
	
	h2.heading {
		margin-left: 86px;
	}
	
	.tabletSeparator {
		display: block;
	}
	
	.footer {
		display: none;
	}
	
	.lastNews {
		border-bottom: 1px solid lightgray;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 2vw;
		width: 220px;
		margin: 0 auto;
		margin-top: 4.35vw;
		z-index: 123133;
		margin-left: 28.4vw !important;
		line-height: 30px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: white;
		text-align: left;
	}
	
	.area {
		-webkit-transform: scale(2.1) translateX(.7vw);
		transform: scale(2.1) translateX(.7vw);
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
		width: 100%;
		margin-top: 47.7vw;
	}
	
	.listItem {
		vertical-align: top;
		display: inline-block;
		width: 24%;
		text-align: center;
		margin: 0;
		margin-top: 6px;
		margin-left: 77px;
		margin-right: 55px;
		margin-bottom: 19px;
	}
	
	.deliveredProducts .items {
		text-align: center;
	}
	
	.vendors {
		margin-top: -26px;
		position: relative;
		z-index: 2222;
	}
	
	.ieFixMap {
		margin-bottom: -260px !important;
	}
	
	.deliveredCategory {
		text-align: left;
		position: relative;
		width: 288px;
		display: inline-block;
		margin-bottom: 50px;
		margin-right: 8px;
		margin-left: 14px;
		margin-top: 10px;
		border-top: 5px solid black;
	}
	
	.footerTablet {
		display: block;
	}
	
	.vendorNews .itemWrap {
		width: 100%;
		max-width: 810px;
		margin-left: 42px;
		margin-top: 10px;
	}
	
	.newsItem {
		width: 89.5%;
		padding-top: 20px;
		padding-bottom: 47px;
	}
	
	.vendorNews {
		margin-top: -32px;
	}
	
	.deliveredProducts {
		margin-top: -9px;
	}
	
	.buttonVendor {
		-webkit-transform: translateY(450px);
		transform: translateY(450px);
	}
	
	.buttons {
		text-align: center;
		margin-top: -7px;
		position: relative;
		margin-bottom: 50px;
	}
	
	.navItems a {
		margin-left: 4px;
		font-size: 17px;
		margin-right: 4px;
	}
	
	.accordion-item .content {
		padding: 1em 0;
		margin: 0;
		background: white;
		padding-right: 27px;
		border: 2px solid black;
		max-width: 660px;
		position: relative;
		margin-left: 51px;
		margin-top: -30px;
	}
	
	.accordion-item .content .subLine {
		display: none;
	}
	
	dt {
		font-size: 24px;
		font-family: noto sans;
		font-weight: 700;
		position: relative;
		line-height: 1.3em;
		margin-bottom: 29px;
		margin-top: -4px;
		cursor: pointer;
		letter-spacing: .8px;
		border: 1px solid #fff;
	}
	
	.full-service-cycle {
		margin-top: 214px;
	}
	
	.full-service-cycle dl {
		margin-left: 86px;
	}
	
	.pcDiv {
		display: none;
	}
	
	.mobDiv {
		text-align: left;
		display: block;
		margin-bottom: -150px;
		margin-top: -26px;
		margin-left: 46px;
	}
	
	.listItem p {
		width: 80%;
	}
	
	.vendorName {
		font-size: 24px;
		margin-bottom: 0;
		overflow: hidden;
		font-weight: 700;
		margin-top: 27px;
	}
	
	.mobDiv .vendorItem {
		margin-left: -194px;
	}
	
	.mobDiv .items {
		height: 440px;
		margin-top: -65px;
		margin-left: 40px;
	}
	
	.indic {
		float: right;
		display: block;
		margin-top: 12px;
	}
}

.send {
	-webkit-transition: .2s;
	transition: .2s;
}

.send:hover {
	cursor: pointer;
	background: #ff5800;
}

#container .box {
	width: 310px;
	height: 89vh;
	display: inline-block;
	position: relative;
}

.upperButton {
	-webkit-transform: translateY(452px);
	transform: translateY(452px);
}

#container .box > div {
	width: 270px;
	height: 100px;
	position: absolute;
	top: 51%;
	left: 16%;
	margin: -50px 0 0 -50px;
}

@media screen and (max-width:1030px) {
	.deliveredProducts .heading {
		margin-left: 33px;
	}
}

@media screen and (max-width:1040px) {
	.lv .latvian {
		margin-top: -.6%;
		margin-left: -187.8px;
	}
	
	.lv .estonian {
		margin-top: -5.6%;
		margin-left: -154px;
	}
	
	.lv .lithuanian {
		margin-top: 3%;
		margin-left: -164px;
	}
}

@media screen and (max-width:910px) {
	.lv .latvian {
		margin-top: -3.7%;
		margin-left: -201px;
	}
	
	.lv .estonian {
		margin-top: -8.6%;
		margin-left: -187px;
	}
	
	.lv .lithuanian {
		margin-top: 1%;
		margin-left: -199px;
	}
}

@media screen and (max-width:768px) {
	.formContent input {
		border: 2px solid black;
		outline: none;
		width: 80%;
		font-size: 18px;
		border-radius: 3px;
		position: relative;
		z-index: 10;
		padding: 10px;
		margin-top: -15px;
		margin-bottom: -10px;
		font-family: noto sans;
	}
	
	.navContent {
		max-width: 1230px;
		width: 100%;
		margin: 0 auto;
		margin-top: -8px;
		position: relative;
	}
	
	.footerTablet .fb {
		margin-top: -20px;
		margin-bottom: 25px;
		margin-left: 0;
	}
	
	.nav {
		position: fixed;
		width: 100%;
		height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 103123;
		background: white;
		background: white;
	}
	
	.deliveredProducts .heading {
		margin-left: 2%;
	}
	
	.rightDecoration {
		display: none;
	}
	
	.send {
		width: 84% !important;
		margin-top: -100px;
	}
	
	.recaptcha {
		float: right;
		margin-right: 60px;
		margin-bottom: -23px;
	}
	
	p.disclaimer {
		display: none;
	}
	
	.keyPress {
		height: 43px;
		cursor: pointer;
		margin-top: 10px;
		margin-bottom: 20px;
		border-radius: 4px;
		text-align: center;
		width: 210px;
		background: #febf10;
		transition: .2s;
	}
	
	.positionWrap {
		width: 100%;
		margin-top: -888px;
		max-width: 599px;
	}
	
	.error .imageHeader img {
		z-index: -10000 !important;
		position: absolute !important;
		height: 655.2px !important;
		right: 20px !important;
		transform: translateX(25px) translateY(-25px);
		margin-top: -268px !important;
	}
	
	.left {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.right {
		float: none;
		margin-right: 0;
	}
	
	ul.navItems, ul.langSwitch {
		display: none;
	}
	
	.lv .estonian, .lv .latvian, .lv .lithuanian {
		color: black;
		-webkit-transform: scale(.25);
		transform: scale(.25);
		width: 314px;
		text-align: left;
		z-index: 10391922;
		padding: 25px;
		-webkit-transition: .3s;
		transition: .3s;
		top: 0;
		margin-left: -173px;
		position: absolute;
	}
	
	.lv .latvian {
		margin-top: -7.7%;
		margin-left: -174px;
	}
	
	.popUpMap .subLine {
		width: 18vh;
		margin-left: 338px;
	}
	
	.lv .estonian {
		margin-top: -11.6%;
		margin-left: -159px;
	}
	
	.lv .lithuanian {
		margin-top: -4%;
		margin-left: -180px;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 2vw;
		width: 94px;
		margin: 0 auto;
		margin-top: 3.85vw;
		z-index: 123133;
		margin-left: 31.2vw !important;
		line-height: 14px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: white;
		text-align: left;
	}
	
	h2.heading {
		margin-left: 40px;
	}
	
	.mobList li a {
		padding-left: 29px;
	}
	
	.full-service-cycle dl {
		margin-left: 48px;
	}
	
	.listItem p {
		width: 100%;
		font-size: 14px !important;
	}
	
	.mobList li {
		padding-top: 32px;
		padding-bottom: 32px;
		position: relative;
	}
	
	.buttons {
		text-align: center;
		margin-top: 53px;
		position: relative;
		margin-bottom: 50px;
	}
	
	.vendors {
		margin-top: -39px;
		position: relative;
		z-index: 2222;
	}
	
	.vendorNews {
		margin-top: -29px;
	}
	
	.deliveredProducts .heading {
		margin-left: 5px;
	}
	
	.deliveredProducts {
		margin-top: -28px;
	}
	
	.deliveredCategory {
		width: 90%;
		margin-left: -30px;
		margin-bottom: 21px;
	}
	
	.full-service-cycle {
		margin-top: 186px;
	}
	
	.footerTablet .address {
		color: white;
		margin-left: 0;
		float: none;
		max-width: 276px;
		margin-top: 0;
		font-size: 17px;
	}
	
	h4 {
		color: #fabe19;
		font-weight: 700;
		margin-top: -16px;
		margin-bottom: 27px;
		font-family: teko;
		font-size: 21px;
	}
	
	.credits {
		float: none;
		margin-top: 22px;
	}
	
	.newsItem {
		width: 70.5%;
	}
	
	.rights {
		color: white;
		margin-top: -80px;
	}
	
	.tabletContent {
		width: 81%;
	}
	
	.footerTablet {
		height: 737px;
	}
	
	.mobDiv .items {
		margin-top: -91px;
	}
	
	.menuContainer {
		position: absolute;
		margin-top: 4px;
		right: 0;
		width: 70%;
		max-width: 253px;
		background: white;
	}
	
	h1.heading {
		font-family: teko;
		text-transform: uppercase;
		margin-top: 170px;
		letter-spacing: -3px;
		line-height: 57px;
		max-width: 337px;
		font-size: 60px;
		margin-left: 47px;
	}
	
	.imageHeader img {
		position: absolute;
		height: 420px;
		right: -22px;
		top: 280px;
		margin-top: -278px;
	}
	
	.whatWeDo {
		margin-top: 356px;
		margin-left: 4px;
	}
	
	.listItem {
		margin-left: 46px;
		margin-right: 40px;
		margin-bottom: 32px;
	}
	
	.mobNav {
		display: block;
	}
	
	.mobNav img {
		right: 20px;
		top: 23px;
		cursor: pointer;
		position: absolute;
	}
	
	.headerContent {
		width: 100%;
		background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0) 63%);
		max-width: 1230px;
		margin: 0 auto;
		left: 0;
		margin-top: -48px;
		margin-bottom: 370px !important;
		height: 710px;
		right: 0;
		position: absolute;
		text-align: l eft;
	}
	
	.mobDiv .items {
		margin-top: -88px;
		margin-left: 0;
	}
	
	.area {
		-webkit-transform: scale(2.5) translateX(.7vw);
		transform: scale(2.5) translateX(.7vw);
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
		width: 100%;
		margin-top: 73.7vw;
	}
}

@media screen and (max-width:680px) {
	.lv .latvian {
		margin-top: -8.7%;
		margin-left: -161px;
	}
	
	.positionWrap img.minus {
		position: absolute !important;
		margin-left: 223.5px;
		margin-top: 1px;
	}
	
	.positionWrap {
		width: 100%;
		margin-top: -700px;
		max-width: 305px;
	}
	
	.lv .estonian {
		margin-top: -13.6%;
		margin-left: -155px;
	}
	
	.lv .lithuanian {
		margin-top: -5%;
		margin-left: -169px;
	}
	
	.positionWrap {
		margin-top: -888px;
	}
}

@media screen and (max-width:640px) {
	.lv .latvian {
		margin-top: -11.8%;
		margin-left: -167px;
	}
	
	.lv .estonian {
		margin-top: -15.6%;
		margin-left: -172px;
	}
	
	.lv .lithuanian {
		margin-top: -7%;
		margin-left: -170px;
	}
}

@media screen and (max-width:640px) {
	.lv .latvian {
		margin-top: -9.8%;
		margin-left: -197px;
	}
	
	.lv .estonian {
		margin-top: -12.6%;
		margin-left: -184px;
	}
	
	.lv .lithuanian {
		margin-top: -5%;
		margin-left: -190px;
	}
}

@media screen and (max-width:560px) {
	.lv .latvian {
		margin-top: -14.8%;
		margin-left: -197px;
	}
	
	.items .plus-minus-toggle {
		cursor: pointer;
		height: 21px;
		position: absolute;
		display: inline-block;
		left: 9.2px;
		width: 21.3px;
		top: 43% !important;
	}
	
	.lv .estonian {
		margin-top: -18.6%;
		margin-left: -184px;
	}
	
	.lv .lithuanian {
		margin-top: -11%;
		margin-left: -190px;
	}
	
	.onlyFix .title h1 {
		color: black;
		font-size: 11px;
		font-family: noto sans;
		display: inline-block;
		margin-left: 40px;
		font-weight: 700;
		position: relative;
		position: relative;
		background: white;
		line-height: 1.3em;
		margin-bottom: 30px;
		margin-top: 28px;
		cursor: pointer;
		letter-spacing: .8px;
		z-index: 10000;
		padding-right: 0px;
	}
}

@media screen and (max-width:500px) {
	.lv .latvian {
		margin-top: -15.8%;
		margin-left: -205px;
	}
	
	.lv .estonian {
		margin-top: -22.6%;
		margin-left: -186px;
	}
	
	.lv .lithuanian {
		margin-top: -10%;
		margin-left: -190px;
	}
}

@media screen and (max-width:460px) {
	.lv .latvian {
		margin-top: -18.8%;
		margin-left: -183px;
	}
	
	.lv .estonian {
		margin-top: -20.6%;
		margin-left: -198px;
	}
	
	.lv .lithuanian {
		margin-top: -14%;
		margin-left: -190px;
	}
	
	.contacts dl {
		width: 266px !important;
	}
}

.positionWrap .accordion-item .content {
	margin-left: -15px;
	margin-top: -14px;
}

@media screen and (max-width:430px) {
	.deliveredCategory {
		width: 85%;
	}
	
	.full-service-cycle .plus-minus-toggle {
		cursor: pointer;
		height: 21px;
		position: absolute;
		display: inline-block;
		width: 21.3px;
		top: 49%;
	}
	
	.positionWrap .plus-minus-toggle {
		cursor: pointer;
		height: 21px;
		position: absolute;
		display: inline-block;
		width: 20.3px;
		right: 3px !important;
		top: 1px;
		margin-top: -1.8px !important;
	}
	
	.onlyFix .accordion-item .content {
		text-align: left;
		margin-left: 0px;
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 19px;
		max-width: 80%;
		margin-top: -15px;
		transform: translateY(0px);
	}
	
	.positionWrap img.minus {
		position: absolute !important;
		margin-left: 173.1px;
	}
	
	.positionWrap {
		width: 100%;
		margin-top: -700px;
		max-width: 255px;
	}
	
	.lv .latvian {
		margin-top: -22.8%;
		margin-left: -195px;
	}
	
	.contacts .plus-minus-toggle {
		cursor: pointer;
		height: 21px;
		position: absolute;
		display: inline-block;
		left: auto !important;
		width: 21.3px;
		margin-top: 23.5px !important;
		margin-top: 23.2px;
	}
	
	.lv .estonian {
		margin-top: -27.6%;
		margin-left: -200px;
	}
	
	.lv .lithuanian {
		margin-top: -20%;
		margin-left: -200px;
	}
	
	.area {
		-webkit-transform: scale(2.5) translateX(.7vw);
		transform: scale(2.5) translateX(.7vw);
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
		width: 100%;
		margin-top: 126.7vw;
	}
	
	h1.heading {
		margin-top: 173px;
		font-size: 32px;
		width: 181px;
		line-height: 30px;
		letter-spacing: 0;
		margin-left: 49px;
	}
	
	.whatWeDo {
		margin-top: 378px;
	}
	
	p.deliveredTitle {
		font-size: 21px !important;
		font-family: noto sans;
		font-weight: 700;
		position: relative;
		line-height: 1.3em;
		margin-bottom: 30px;
		margin-top: 7px;
		cursor: pointer;
		letter-spacing: .8px;
	}
	
	.accordion-item .title {
		font-size: 13px;
	}
	
	dd {
		margin-top: 0;
		margin-left: 0;
	}
	
	.button {
		text-align: center;
		padding-top: 10px;
		-webkit-transition: .2s;
		transition: .2s;
		border-radius: 3px;
		padding-bottom: 10px;
		cursor: pointer;
		margin: 0 auto;
		font-size: 10px;
		padding-left: 0;
		padding-right: 0;
		background: #febf10;
		width: 316px;
	}
}

@media screen and (max-width:400px) {
	.lv .latvian {
		margin-top: -25.8%;
		margin-left: -199px;
	}
	
	.lv .estonian {
		margin-top: -25.6%;
		margin-left: -208px;
	}
	
	.lv .lithuanian {
		margin-top: -23%;
		margin-left: -209px;
	}
}

@media screen and (max-width:360px) {
	.lv .latvian {
		margin-top: -30.8%;
		margin-left: -206px;
	}
	
	.lv .estonian {
		margin-top: -34.6%;
		margin-left: -207px;
	}
	
	.lv .lithuanian {
		margin-top: -27%;
		margin-left: -214px;
	}
	
	.area h3 {
		font-family: teko;
		font-size: 2vw;
		width: 48px;
		margin: 0 auto;
		margin-top: 2.85vw;
		z-index: 123133;
		margin-left: 33.2vw !important;
		line-height: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: white;
		text-align: left;
	}
}

.toggledOverlay {
	background: rgba(0, 0, 0, .55);
	position: fixed;
	width: 100%;
	z-index: 10000;
	height: 100vh;
	display: none;
}

#container::-webkit-scrollbar {
	display: none;
}

#container {
	overflow: -moz-scrollbars-none;
}

#container {
	-ms-overflow-style: none;
}

#container {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	-webkit-transform: rotate(270deg) translateX(-100%);
	transform: rotate(270deg) translateX(-100%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: 64vh;
	height: 83vw;
}

#container2 {
	-webkit-transform: rotate(90deg) translateY(-100vh);
	transform: rotate(90deg) translateY(-100vh);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	white-space: nowrap;
}

.accordion-item .heading {
	text-align: left;
}

.accordion-item {
	width: 100%;
}

.accordion-item .heading:hover {
	color: black;
	text-align: left;
}

.accordion-item .fa {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.accordion-item .content {
	text-align: left;
	display: none;
	margin-bottom: 20px;
}

p.medTitle {
	text-align: center;
}

.accordion-item .content p {
	margin-top: 0;
	margin-top: 1px;
	text-align: left;
	text-align: justify;
	color: black;
	font-family: noto sans;
	font-weight: 400;
	width: 100%;
	font-size: 12px;
}

.accordion-item a {
	text-decoration: none;
}

.updateWrap {
	width: 1065px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.exit_button {
	text-align: center;
	width: 180px;
	line-height: 45px;
	background: black;
	margin: 0 auto;
	cursor: pointer;
	font-size: 14.2px;
	margin-top: 19px;
	color: white;
}

#update_browser {
	width: 100%;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, .28);
	height: 531px;
	background: white;
}

.dark_background {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100vh;
	background: #696969;
}

#update_browser_inner {
	display: block;
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	height: 350px;
}

#close_announcement {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("https://balticpremier.com/wp-content/themes/img/browser_cross.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	top: 15px;
	text-decoration: none;
}

#close_announcement.nitro-lazy {
	background-image: none !important;
}

#update_browser h1 {
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #4d4d4d;
	margin-bottom: -12px;
	padding: 20px 0 30px 0;
}

#update_browser p {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #4d4d4d;
	font-size: 14.7px;
	letter-spacing: -.2px;
	line-height: 30px;
	padding-bottom: 40px;
}

.browser_icon img {
	width: 85px;
}

.browser_link {
	width: 18.5%;
	height: 140px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	text-decoration: none;
	cursor: pointer;
}

.link_wrapper {
	text-align: center;
}

.browser_link:hover {
	color: #d35427;
}

.browser_icon {
	float: left;
	display: block;
	width: 100%;
	height: 100px;
	background-image: url("https://balticpremier.com/wp-content/themes/img/browser_icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.browser_icon.nitro-lazy {
	background-image: none !important;
}

.browser_name {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 45px;
}

#opera .browser_icon {
	background-position: center 0px !important;
}

#firefox .browser_icon {
	background-position: center -100px !important;
}

#chrome .browser_icon {
	background-position: center -200px !important;
}

/* CSS for cookies container */
#cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f0f0fa;
	z-index: 99999;
}

#cookies-cont {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-top: 14px;
	padding-bottom: 14px;
}

#cookies-cont p, #cookies-cont a {
	color: #333;
}

#cookies-cont p a {
	display: inline;
}

#cookies-close {
	margin-left: 14px;
}

#cookies-close:after {
	content: "";
	display: block;
	background-image: url("https://cdn-ilbfgfn.nitrocdn.com/GlIHSdAurTqzTAhxVfBDHBhmyizoQuzq/assets/images/optimized/rev-488d3e1/balticpremier.com/wp-content/themes/balticpremier/assets/cookies-close.svg");
	width: 12px;
	height: 12px;
}

@media (max-width: 1199px) {
	#cookies .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 479px) {
	#cookies .container {
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media (max-width: 1024px) {
	.mobList a:hover:before {
		display: none !important;
	}
}

.wpml-ls .wpml-ls-current-language span {
	color: orange;
}

.wpml-ls .wpml-ls-item {
	font-size: 18px;
}

.wpml-ls {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 18px;
	margin-top: 16px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.navContent > .wpml-ls {
		display: none;
	}
	
	.mobNav .wpml-ls {
		display: inline-block;
		font-size: 17px;
		position: relative;
		margin-left: 17px;
	}
}

.iframeContent {
	max-width: 680px;
	width: 100% !important;
}

/* LANDING-page */
.landing-page {
	position: relative;
	margin-top: 5rem;
	padding-bottom: 7.4rem;
	padding-top: 9.3rem;
}

.landing-page .send {
	width: 100% !important;
	background-color: #409;
	color: #fff;
	margin: 0 auto;
	margin-top: 0rem !important;
	height: 43px;
	font-size: 19px;
	border-radius: 5px;
	margin-bottom: 1rem !important;
}

.landing-page::before {
	content: "";
	background-image: url("https://cdn-ilbfgfn.nitrocdn.com/GlIHSdAurTqzTAhxVfBDHBhmyizoQuzq/assets/images/optimized/rev-488d3e1/balticpremier.com/wp-content/themes/balticpremier/assets/blob.png");
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 550px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.landing-page .photo-block {
	display: flex;
	align-items: flex-end;
}

.landing-page .first-photo {
	width: 390px;
	padding-bottom: 5.7rem;
}

.landing-page .second-photo {
	width: 900px;
	margin-left: 3rem;
}

.landing-page .items {
	display: flex;
}

.landing-page .second-items {
	margin-top: -1.1rem;
	width: 100%;
}

.landing-page .second-items .landingItem {
	width: 50%;
}

.landing-page h2 {
	font-size: 54px;
	font-family: teko;
	margin-top: 0;
	line-height: 59px;
	padding-right: 1rem;
	letter-spacing: .06px;
	margin-bottom: 1.3rem;
}

.landing-page h3 {
	font-size: 24px;
	margin-bottom: 0;
}

.landing-page h4 {
	font-family: noto sans;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0;
}

.landing-page p {
	font-size: 24px;
	line-height: 29.7px;
	padding-right: 2.3rem;
	margin-top: 0;
	margin-bottom: 1.6rem;
}

.landing-page .contact-area .noti-block {
	margin-top: .9rem;
	margin-bottom: .7rem;
}

.landing-page .noti-block {
	margin-top: 2.7rem;
	font-size: 15px;
	padding-right: 1rem;
	padding-left: .2rem;
}

.landing-page .noti-symbol {
	font-size: 20px;
	margin-left: 0rem;
	position: absolute;
	left: -26px;
	top: -1.4px;
}

.landing-page .notification {
	position: relative;
	margin-left: 1.3rem;
	display: block;
	color: #808080;
}

.landing-page .contact-area {
	width: 495px;
	min-height: 595px;
	margin: 0 auto;
	margin-left: 7.7rem;
	padding-top: 1.4rem;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, .2));
	background-color: #fff;
	border-radius: 20px;
}

.landing-page .contact-area p {
	padding: 0;
}

.landing-page .contact-area input, .landing-page textarea {
	width: 100%;
}

.landing-page .contact-area .wpcf7 input[type="email"], .landing-page .contact-area .wpcf7 input[type="tel"], .landing-page .contact-area .inputText, .landing-page textarea {
	font-size: 17px;
	border: 0;
	border-bottom: 3px solid #000;
	margin-bottom: 1.4rem;
	outline: none;
}

.landing-page .contact-area .wpcf7 input[type="email"], .landing-page .contact-area .wpcf7 input[type="tel"], .landing-page .contact-area .inputText {
	height: 37px;
}

.laning-page .wpcf7-form-control-wrap {
	padding-left: .2rem;
}

.landing-page .wpcf7-acceptance span.wpcf7-list-item {
	margin-left: 0;
}

.landing-page .wpcf7-acceptance span.wpcf7-list-item .wpcf7-list-item-label {
	font-size: 15px;
	line-height: 18px;
}

.landing-page .wpcf7-acceptance span.wpcf7-list-item label {
	display: flex;
}

.landing-page .wpcf7-acceptance span.wpcf7-list-item input {
	margin-left: 0;
	margin-right: .7rem;
	height: 25px;
	width: 95px;
}

.landing-page .contact-area .left {
	margin-left: 3rem;
	width: 79%;
	float: none;
}

.landing-page span.wpcf7-not-valid-tip {
	margin-top: -1.3rem;
	margin-bottom: 0;
}

.landing-page .contact-area .wpcf7-checkbox+span.wpcf7-not-valid-tip {
	margin-top: .1rem;
}

.landing-page .contact-area .noti-block .noti-symbol {
	color: #409;
}

.landing-page p.disclaimer {
	margin-left: 0;
}

.landing-page .wpcf7 form.sent .wpcf7-response-output {
	display: inline-block !important;
	margin-bottom: 2rem;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 991.98px) {
	.landing-page .second-items {
		flex-direction: column;
	}
	
	.landing-page .second-items .landingItem {
		width: 100%;
	}
	
	.landing-page .contact-area {
		margin: 0 auto;
	}
	
	.landing-page .second-items .landingItem:first-child h2, .landing-page .second-items .landingItem:first-child p, .landing-page .second-items .landingItem:first-child .noti-block {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.landing-page .photo-items {
		padding: 0 1rem;
	}
	
	.landing-page .photo-items img {
		width: 100%;
	}
	
	.landing-page .photo-block {
		width: 30%;
	}
	
	.landing-page .photo-block-2 {
		width: 70%;
	}
	
	.landing-page .second-photo {
		margin-left: 2rem;
	}
}

@media (max-width: 767.98px) {
	.landing-page .first-photo {
		padding-bottom: 3.7rem;
	}
	
	.landing-page {
		padding-top: 3.3rem;
	}
}

@media (max-width: 575.98px) {
	.landing-page {
		padding-top: 1.3rem;
	}
	
	.landing-page .first-photo {
		padding-bottom: 2rem;
	}
	
	.landing-page .contact-area {
		width: 100%;
	}
	
	.landing-page .contact-area .left {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1249.98px) {
	.landing-page {
		padding-top: 5.3rem;
	}
	
	.landing-page .contact-area {
		margin-left: 0rem;
	}
	
	.landing-page .second-items .landingItem {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.landing-page .photo-block {
		width: 30%;
	}
	
	.landing-page .photo-block-2 {
		width: 70%;
	}
	
	.landing-page .first-photo, .landing-page .second-photo {
		width: 100%;
	}
}

.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;
}
