/* PRELOADS */
body::after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url();
}

* {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a,
a:visited {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: inherit;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a.no-hover {
	color: inherit !important;
}

p em a,
p em a:hover {
	text-decoration: underline;
}

html,
body {
	font-family: 'Neutra', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	background-color: #000;
	color: #fff;
	text-align: left;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
}


html,
button,
input,
textarea {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}

@media (max-width:1279px) {

	html,
	body {
		font-size: 16px;
	}
}

@media (max-width:1024px) {

	html,
	body {
		font-size: 15px;
	}
}

@media (max-width: 767px) {}


h1,
h2,
h3,
h4,
h5 {
	font-family: 'Neutra', sans-serif;
	font-weight: 700;
	color: inherit;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

b,
strong {
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

p.request-type {
	padding: 0;
}

p.request-notes {
	font-size: 0.9em;
	line-height: 1;
	color: #e30613;
	padding: 10px 0 0 0;
}

em {
	font-weight: 700;
	font-style: normal;
	color: #e30613;
}


::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


/* PAGE */
#page {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	background: #fff;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {}


/* UIKIT */
.uk-lightbox {
	background: rgba(0, 0, 0, 0.7);
}

.uk-lightbox-toolbar {
	background: transparent;
	transform: translateY(0) !important;
}

.uk-lightbox-button {
	background: transparent;
	color: #fff !important;
}

.uk-close {
	color: #fff !important;
	background: #e30613 !important;
}

.uk-light .uk-dotnav>*>* {
	border-color: #fff;
}

.uk-light .uk-dotnav>.uk-active>* {
	background-color: #fff;
}

/* NAV */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px 25px 25px 125px;
	z-index: 250;
	width: 100%;
	height: auto;
}

#nav .onetoone {
	display: block;
	position: absolute;
	left: 25px;
	top: 25px;
	color: #e30613;
	-webkit-transition: top ease 0.5s;
	-moz-transition: top ease 0.5s;
	-o-transition: top ease 0.5s;
	transition: top ease 0.5s;
	z-index: 75;
}

#nav .onetoone:hover {}

#nav .onetoone svg,
#nav .onetoone img {
	display: block;
	width: 75px;
	height: auto;
}

#nav .onetoone svg path,
#nav .onetoone svg polygon {
	fill: currentColor !important;
}

@media (max-width: 1440px) {
	#nav {
		padding: 20px 20px 20px 120px;
	}

	#nav .onetoone {
		left: 20px;
		top: 20px;
	}
}

@media (max-width: 767px) {

	#nav .onetoone svg,
	#nav .onetoone img {
		width: 50px;
	}
}

.login-section {
	height: auto;
	padding: 50px 0;
}

.dash-logo {
	padding: 25px 0;
}

.dash-logo svg,
.dash-logo img {
	width: 50px;
	height: auto;
}

.dash-login {
	max-width: 400px;
	padding: 0;
	margin: 0 auto;
}

.dash-login h1 {
	margin: 0;
	padding: 0 0 25px 0;
}

.dash-login input {
	font-weight: 500;
}


.form .message {
	position: relative;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #e30613;
	padding: 0 0 25px 0;
}


.main {
	height: auto;
	padding: 0;
}

/* DASH NAV */
#navs {
	height: auto;
	overflow: hidden;
	padding: 5px 0 50px 0;
}

#dashnav {
	display: inline-block;
	vertical-align: top;
	float: left;
}

#dashnav ul {
	list-style-type: none;
	margin: 0 -10px -10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#dashnav li {
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.25;
	margin: 0;
	padding: 0 10px 10px 0;
}

#dashnav li a {
	display: block;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#dashnav li.active a {
	color: #e30613;
}

/* USER NAV */
#usernav {
	display: inline-block;
	vertical-align: top;
	float: right;
}

#usernav ul {
	list-style-type: none;
	margin: 0 -10px -10px 0;
	padding: 0;
	height: auto;
}

#usernav li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 10px 10px 0;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#usernav li a {
	display: block;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#usernav li sup {
	font-size: 0.5em;
	top: -0.75em;
	letter-spacing: 0;
	padding: 1px;
	line-height: 1;
	color: #e30613;
}

#usernav .uk-icon {
	position: relative;
	top: -0.25em;
}

#usernav .uk-icon svg circle,
#usernav .uk-icon svg path {
	stroke: #e30613 !important;
}

#notification-holder {
	position: relative;
}

#notifications {
	display: none;
	position: absolute;
	top: 5px;
	right: calc(100% + 5px);
	width: 20em;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 500;
	padding: 10px;
	text-align: left;
	overflow: visible !important;
}

#notifications .notifs-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#notifications:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

@media (max-width: 767px) {
	#notifications {
		top: 0;
		max-width: calc(100vw - 70px);
	}
}

#notifications .notifs-header {
	position: relative;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #e30613;
	padding: 0 0 10px 0;
	margin: 0;
	cursor: pointer;
}

#notifications .notifs-header .uk-icon {
	position: absolute;
	right: 0;
	top: 0;
}

#notifications .notifs-header:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 2px;
	background: #e30613;
}

#notifications .notif-content-overflow {
	width: 100%;
	height: auto;
	max-height: 15em;
	overflow: scroll;
}

#notifications .notifs-content {
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
}

#notifications .notifs {
	height: auto;
	margin: 0 0 -1px 0;
	overflow: hidden;
}

#notifications .notif {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#notifications .notif-none {
	display: none;
}

#notifications p.notif-head .uk-icon {
	position: relative;
	top: -0.15em;
	color: #e30613;
}

#notifications p.notif-head .uk-icon polygon {
	fill: #e30613 !important;
}

#notifications p.notif-date {
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.5;
	padding: 0;
}

#notifications .disable-notifs {
	padding: 0;
	text-align: right;
}

#notifications .disablenotifs {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e30613 !important;
	padding: 0;
	margin: 0;
	cursor: pointer;
}


/* SIDE NAV DASHBOARD */
#sidenav {
	position: fixed;
	width: 400px;
	height: 100%;
	top: 0;
	right: -400px;
	background: #000;
	border-left: 1px solid #242424;
	-webkit-transition: 0.5s ease right;
	-moz-transition: 0.5s ease right;
	-o-transition: 0.5s ease right;
	transition: 0.5s ease right;
	z-index: 500;
}

.navopen #sidenav {
	right: 0;
}

#hamburger {
	display: block;
	width: 50px;
	height: 50px;
	top: 25px;
	bottom: 25px;
	left: -75px;
	margin: auto;
	position: absolute;
	cursor: pointer;
	z-index: 30;
	background: #e30613;
	border-radius: 100%;
	z-index: 100;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

#hamburger .line {
	position: absolute;
	left: 12px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	opacity: 1;
	border-radius: 1px;
}

#hamburger .lineA {
	top: 16px;
	width: 12px;
}

#hamburger .lineB {
	top: 24px;
	width: 19px;
}

#hamburger .lineC {
	bottom: 16px;
	width: 26px;
}

#hamburger:hover .lineA {
	width: 19px;
}

#hamburger:hover .lineB {
	width: 26px;
}

#hamburger:hover .lineC {
	width: 12px;
}

.navopen #hamburger {
	left: -25px;
	background-color: #000;
}

.navopen #hamburger .lineA {
	top: 24px !important;
	width: 26px !important;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navopen #hamburger .lineB {
	width: 0 !important;
	opacity: 0;
}

.navopen #hamburger .lineC {
	bottom: 24px !important;
	width: 26px !important;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5vh 0;
	overflow: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.backendnavigation {
	padding: 6.5vh 0;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.navigation li {
	margin: 0;
	padding: 0;
	line-height: 7.25vh;
	line-height: 7.975vh;
	line-height: 9vh;
}

.backendnavigation li{
	line-height: 7.25vh;
}

.navigation li span.adminloggedin {
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.05em;
	vertical-align: middle;
	font-weight: 900;
	color: #fff;
}

.navigation li span.adminloggedin span.adminrole {
	color: #e30613;
}

.navigation li span.adminloggedin .uk-icon {
	color: #e30613;
	position: relative;
	top: -0.025em;
}

.navigation li.last {
	margin-top: 3vh;
}

.navigation li a {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	color: inherit;
	position: relative;
}

.navigation li.active a {
	color: #e30613;
}

.navigation li.active a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e30613;
}

.navigation li a.change-language {
	font-weight: 500;
}

.navigation li a.change-language span {
	color: #fff !important;
}

.navigation li a strong {
	font-weight: 900;
}

@media (min-width: 1025px) {
	.navigation li a:hover {
		color: #e30613;
	}

	.navigation li a:active {
		top: 1px;
	}
}

@media (max-width: 767px) {
	#sidenav {
		width: 275px;
		right: -275px;
	}

	.navopen #sidenav {
		right: 0;
	}

	#hamburger {
		width: 40px;
		height: 40px;
		top: 20px;
		bottom: auto;
		left: -60px;
	}

	#hamburger .line {
		left: 10px;
		height: 2px;
	}

	#hamburger .lineA,
	#hamburger:hover .lineA {
		top: 13px;
		width: 10px;
	}

	#hamburger .lineB,
	#hamburger:hover .lineB {
		top: 19px;
		width: 15px;
	}

	#hamburger .lineC,
	#hamburger:hover .lineC {
		bottom: 13px;
		width: 20px;
	}

	.navopen #hamburger {
		left: -20px;
	}

	.navopen #hamburger .lineA {
		top: 19px !important;
		width: 20px !important;
	}

	.navopen #hamburger .lineB {
		width: 0 !important;
	}

	.navopen #hamburger .lineC {
		bottom: 19px !important;
		width: 20px !important;
	}

	.navigation ul {
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	#sidenav {
		width: 225px;
		right: -225px;
	}

	.navopen #sidenav {
		right: 0;
	}
}




#nav .usernav {
	display: block;
	list-style-type: none;
	margin: 0 0 -10px 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	position: absolute;
	top: 25px;
	left: -75px;
	text-align: right;
	z-index: 100;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.navopen #nav .usernav {
	left: -25px;
}

#nav .usernav li {
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 50px;
	font-size: 1em;
}

#nav .usernav li > a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #000;
	color: #e30613;
	border-radius: 100%;
	text-align: center;
}

#nav .usernav li img,
#nav .usernav li svg {
	display: inline-block;
	position: relative;
	top: -0.1em;
}

#nav .usernav li span.aria {
	display: none;
}

#nav .usernav li span.notif-number {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	border: 1px solid #000;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

#nav .usernav li a.unread span.bell {
	display: inline-block;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
}

#nav .usernav li a.unread span.notif-number {
	display: block;
}

#nav .usernav li a:hover span.notif-number {
	background: #e30613;
}


@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}

	1% {
		-webkit-transform: rotateZ(30deg);
	}

	3% {
		-webkit-transform: rotateZ(-28deg);
	}

	5% {
		-webkit-transform: rotateZ(34deg);
	}

	7% {
		-webkit-transform: rotateZ(-32deg);
	}

	9% {
		-webkit-transform: rotateZ(30deg);
	}

	11% {
		-webkit-transform: rotateZ(-28deg);
	}

	13% {
		-webkit-transform: rotateZ(26deg);
	}

	15% {
		-webkit-transform: rotateZ(-24deg);
	}

	17% {
		-webkit-transform: rotateZ(22deg);
	}

	19% {
		-webkit-transform: rotateZ(-20deg);
	}

	21% {
		-webkit-transform: rotateZ(18deg);
	}

	23% {
		-webkit-transform: rotateZ(-16deg);
	}

	25% {
		-webkit-transform: rotateZ(14deg);
	}

	27% {
		-webkit-transform: rotateZ(-12deg);
	}

	29% {
		-webkit-transform: rotateZ(10deg);
	}

	31% {
		-webkit-transform: rotateZ(-8deg);
	}

	33% {
		-webkit-transform: rotateZ(6deg);
	}

	35% {
		-webkit-transform: rotateZ(-4deg);
	}

	37% {
		-webkit-transform: rotateZ(2deg);
	}

	39% {
		-webkit-transform: rotateZ(-1deg);
	}

	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}

	1% {
		-moz-transform: rotate(30deg);
	}

	3% {
		-moz-transform: rotate(-28deg);
	}

	5% {
		-moz-transform: rotate(34deg);
	}

	7% {
		-moz-transform: rotate(-32deg);
	}

	9% {
		-moz-transform: rotate(30deg);
	}

	11% {
		-moz-transform: rotate(-28deg);
	}

	13% {
		-moz-transform: rotate(26deg);
	}

	15% {
		-moz-transform: rotate(-24deg);
	}

	17% {
		-moz-transform: rotate(22deg);
	}

	19% {
		-moz-transform: rotate(-20deg);
	}

	21% {
		-moz-transform: rotate(18deg);
	}

	23% {
		-moz-transform: rotate(-16deg);
	}

	25% {
		-moz-transform: rotate(14deg);
	}

	27% {
		-moz-transform: rotate(-12deg);
	}

	29% {
		-moz-transform: rotate(10deg);
	}

	31% {
		-moz-transform: rotate(-8deg);
	}

	33% {
		-moz-transform: rotate(6deg);
	}

	35% {
		-moz-transform: rotate(-4deg);
	}

	37% {
		-moz-transform: rotate(2deg);
	}

	39% {
		-moz-transform: rotate(-1deg);
	}

	41% {
		-moz-transform: rotate(1deg);
	}

	43% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(30deg);
	}

	3% {
		transform: rotate(-28deg);
	}

	5% {
		transform: rotate(34deg);
	}

	7% {
		transform: rotate(-32deg);
	}

	9% {
		transform: rotate(30deg);
	}

	11% {
		transform: rotate(-28deg);
	}

	13% {
		transform: rotate(26deg);
	}

	15% {
		transform: rotate(-24deg);
	}

	17% {
		transform: rotate(22deg);
	}

	19% {
		transform: rotate(-20deg);
	}

	21% {
		transform: rotate(18deg);
	}

	23% {
		transform: rotate(-16deg);
	}

	25% {
		transform: rotate(14deg);
	}

	27% {
		transform: rotate(-12deg);
	}

	29% {
		transform: rotate(10deg);
	}

	31% {
		transform: rotate(-8deg);
	}

	33% {
		transform: rotate(6deg);
	}

	35% {
		transform: rotate(-4deg);
	}

	37% {
		transform: rotate(2deg);
	}

	39% {
		transform: rotate(-1deg);
	}

	41% {
		transform: rotate(1deg);
	}

	43% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

@media (min-width: 1025px) {
	#nav .usernav li a:hover {
		color: #fff;
	}
}

@media (max-width: 767px) {
	#nav .usernav {
		top: 70px;
		left: -60px;
	}

	.navopen #nav .usernav {
		left: -20px;
	}

	#nav .usernav li {
		line-height: 40px;
	}

	#nav .usernav li a {
		width: 40px;
		height: 40px;
	}

	#nav .usernav li span.notif-number {
		top: 0;
		right: 0;
	}
}


/* CONTACTS */
#nav .contacts {
  display: block;
  list-style-type: none;
  margin: 0 0 -10px 0;
  padding: 0;
  text-transform: none;
  color: #fff;
  position: absolute;
  top: 25px;
  left: -75px;
  text-align: right;
  z-index: 100;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

#nav .messenger-contacts {
  top: auto;
  bottom: 25px;
}

.navopen #nav .contacts {
  left: -25px;
}

#nav .contacts li {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 50px;
  font-size: 1em;
}

#nav .contacts li a {
  display: block;
  position: relative;
}

#nav .contacts li img,
#nav .contacts li svg {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}

#nav .contacts li svg circle {
  fill: #000 !important;
}

#nav .contacts li svg path {
  fill: #e30613 !important;
  -webkit-transition: fill ease 0.5s;
  -moz-transition: fill ease 0.5s;
  -o-transition: fill ease 0.5s;
  transition: fill ease 0.5s;
}

#nav .contacts li span {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  white-space: nowrap;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 50px;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navopen #nav .contacts li span,
.smooth #nav .contacts li span {
  opacity: 0;
}

.no-opacity .navopen #nav .contacts li span,
.no-opacity .smooth #nav .contacts li span {
  display: none;
}



@media (min-width: 1025px) {
  #nav .contacts li a:hover svg path {
	fill: #fff !important;
  }

  #nav .contacts li a:hover span {
	color: #e30613;
  }

}

.initalizeFB #nav .contacts li .open-messenger {
  cursor: default;
}

.initalizeFB #nav .contacts li .open-messenger svg path {
  fill: #222 !important;
}

@media (min-width: 768px) {
  .scrolled #nav .contacts li span {
	opacity: 0;
	pointer-events: none;
  }

  .no-opacity .scrolled #nav .contacts li span {
	display: none;
  }

  #nav .messenger-contacts li span {
	display: none;
  }
}

@media (max-width: 767px) {
  #nav .contacts {
	top: 70px;
	left: -60px;
  }

  #nav .messenger-contacts {
	top: 170px;
	bottom: auto;
  }

  .navopen #nav .contacts {
	left: -20px;
  }

  #nav .contacts li {
	line-height: 40px;
  }

  #nav .contacts li img,
  #nav .contacts li svg {
	width: 40px;
	height: 40px;
  }

  #nav .contacts li a {
	background: transparent;
	padding: 0;
	border-radius: 0;
  }

  #nav .contacts li span {
	display: none;
  }
}



/* HEADER */
/* HEADER */
#header {
  height: auto;
  position: relative;
  padding: 0;
  background: #000;
}

.header-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 100px 50px 100px 50px;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}

.header-text-content {
  width: 100%;
  height: auto;
}

#header h1,
#header h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 25px 0;
  color: #e30613;
}

#header h2,
#header h4 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}

#header h2 strong,
#header h4 strong {
  font-weight: 900;
  color: #e30613;
}

#header .header-paragraph {
  padding: 25px 0 0 0;
}

#header p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}

.header-text-content .limit {
  position: relative;
}

#header .godown {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  margin: auto;
  overflow: hidden;
  color: #e30613;
  z-index: 50;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.godown img,
.godown svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  z-index: 25;
}

.godown svg circle {
  fill: currentColor !important;
}

#header .godown:hover {
  color: #000;
}

.uk-slideshow-items {
  min-height: calc(100vh - 25px);
}

#header .uk-position-large {
  margin: 75px;
  transform: translateX(-50%) translateX(-75px);
}


@media (min-width: 1280px) {

  #header h2,
  #header h4 {
	font-size: 4vw;
  }
}


@media (max-width: 1199px) {}

@media (max-width: 1023px) {

  #header h2,
  #header h3 {
	font-size: 15px;
  }

  #header h2,
  #header h4 {
	font-size: 40px;
  }

  #header p {
	font-size: 20px;
  }
}


@media (max-width: 767px) {

  #header h1,
  #header h3 {
	font-size: 12px;
	padding: 0 0 10px 0;
  }

  #header h2,
  #header h4 {
	font-size: 25px;
  }

  #header .header-paragraph {
	padding: 10px 0 0 0;
  }

  #header p {
	font-size: 16px;
  }

  #header .godown {
	left: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
  }
}

@media (max-width: 450px) {

  #header h2 br,
  #header h4 br {
	display: none;
  }
}


.header-messengers {
  padding: 25px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.header-messengers ul {
  list-style-type: none;
  margin: 0 -25px 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.header-messengers li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 25px 0 0;
}

.header-messenger {
  display: block;
  width: 100px;
  height: auto;
  padding: 10px;
  background: #000;
  border-radius: 100%;
}

.header-messenger img {
  width: 100%;
  height: auto;
}

@media (max-width: 1279px) {
  .header-messenger {
	width: 75px;
  }
}

@media (max-width: 767px) {
  .header-messengers ul {
	margin: 0 -10px 0 0;
  }

  .header-messengers li {
	padding: 0 10px 0 0;
  }

  .header-messenger {
	width: 60px;
	padding: 5px;
  }
}


/* DASHBOARD */
#clientinfos {
	padding: 0 0 25px 0;
	text-align: center;
}

#clientinfos p {
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #e30613;
	text-align: center;
}

.frontend-header {
	padding: 150px 0 0 0;
	text-align: center;
}

.frontend-header p {
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	margin: 0;
	color: #e30613;
	text-align: center;
}

.frontend-header .fe-header-text {
	max-width: 700px;
	height: auto;
	padding: 15px 25px 0 25px;
	margin: 0 auto;
}

.frontend-header .fe-header-text p {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	text-align: center;
	
}

.frontend-header h1 {
	font-size: 2.5em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.metric-sections {
	height: auto;
}

.metric-section {
	height: auto;
	padding: 100px 0 150px 0;
}

.blackbg {
	background-color: #000;
	color: #fff;
}

.whitebg {
	background-color: #fff;
	color: #000;
}

@media (max-width: 767px) {
	.frontend-header {
		padding: 150px 20px 0 20px;
	}
	
	.metric-section {
		padding: 75px 0 75px 0;
	}
}

.metrics-head {
	height: auto;
	font-size: 1em;
	padding: 0 0 25px 0;
	text-align: center;
}

.metrics-head img {
	display: inline-block;
	width: 5em;
	height: auto;
	margin: 0 0 25px 0;
}

.metrics-head h2 {
	font-size: 2em;
	font-weight: 900;
	color: inherit;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
}

.metrics-head p.subline {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 25px 0;
	color: #e30613;
	text-align: center;
}

.metrics-head hr {
	display: block;
	width: 50px;
	height: 2px;
	margin: 0 auto 50px auto;
	padding: 0;
	border: none;
	background: #e30613;
}

.metrics-subhead {
	height: auto;
	font-size: 1em;
	padding: 75px 0 20px 0;
	text-align: center;
}

.first-metrics-subhead {
	padding: 0 0 20px 0;
}

.metrics-subhead h3 {
	font-size: 1.5em;
	font-weight: 900;
	color: inherit;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}


ul.return-metrics {
	list-style-type: none;
	padding: 0;
	margin: 0 -25px -25px -25px;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 1em;
	line-height: 1.125;
}

ul.return-metrics li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	padding: 0 25px 25px 25px;
	text-align: right;
}

ul.return-metrics strong {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

ul.metrics-charted strong:before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	background: #e30613;
	margin: 0 auto 0.5em auto;
}

ul.return-metrics em {
	font-size: 2.25em;
	font-weight: 900;
	font-style: normal;
	color: #fff;
}

@media (max-width: 1024px) {
	.metrics-subhead {
		padding: 50px 0 20px 0;
	}
	
	.first-metrics-subhead {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	ul.return-metrics {
		margin: 0 -25px -25px 0;
	}

	ul.return-metrics li {
		padding: 0 25px 25px 0;
	}

	ul.return-metrics strong {
		font-size: 12px;
	}

	ul.return-metrics em {
		font-size: 22px;
	}

	.frontend-header h1 {
		font-size: 1.5em;
	}
	
	.metrics-head hr {
		margin: 0 auto 25px auto;
	}

	.metrics-head h2 {
		font-size: 1.25em;
		padding: 0 0 25px 0;
	}

	.metrics-subhead h3 {
		font-size: 1.25em;
	}
}

@media (max-width: 500px) {
	ul.return-metrics li {
		text-align: center;
	}
	
	ul.return-metrics li.metric1 {
		width: 100%;
	}
}


ul.metrics-charted .metric1 strong:before {
	background: #e30613;
}

ul.metrics-charted .metric2 strong:before {
	background: #b01824;
}

ul.metrics-charted .metric3 strong:before {
	background: #7e1921;
}

ul.return-metrics .metric-value {
	display: inline-block;
	text-align: center;
}

.metric-value .addedvalue {
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin: -0.25em 0 0 0;
	color: #e30613;
}

@media (max-width: 767px) {
	.metric-value .addedvalue {
		font-size: 15px;
	}
}

/*
.metric1 .addedvalue {
	color: #e30613;
}

.metric2 .addedvalue {
	color: #b01824;
}

.metric3 .addedvalue {
	color: #7e1921;
}
*/

.broadcasting-charts {
	padding: 0 0 100px 0;
}

@media (max-width: 767px) {
	.broadcasting-charts {
		padding: 0 0 75px 0;
	}
}


.metrics-content {
	width: 100%;
	height: auto;
	padding: 1px 0 0 0;
	overflow: hidden;
}

.metrics-inline-container {
	width: 100%;
	max-width: 2000px;
	height: auto;
	padding: 0 25px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.metrics-inlines {
	margin: -75px -50px 0 -50px;
	height: auto;
	overflow: hidden;
}

.metrics-inline {
	display: inline-block;
	padding: 0 50px;
	vertical-align: top;
	height: auto;
}

.no-metrics p {
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	margin: 0;
	color: #e30613;
	text-align: center;
}

.metric-charts {
	height: auto;
	margin: -25px -50px;
	text-align: center;
}

.metric-chart {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: auto;
	padding: 25px 50px;
}

.chartbox-wrap {
	padding: 0 5px 0 0;
}

.metric-chart-box {
	width: 100%;
	max-width: 40em;
	position: relative;
	margin: 0 auto 50px auto;
}

.return-chart {
	height: auto;
}

#labelY,
#labelX {
	position: absolute;
	font-size: 12px;
	line-height: 1.125;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0;
	z-index: 50;
}

#labelY {
	top: 0;
	left: 2em;
	text-align: left;
}

#labelX {
	top: calc(100% + 0.5em);
	right: 0;
	text-align: right;
}

.chart-label {
	position: absolute;
	display: block;
	white-space: nowrap;
	left: 100%;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 0 15px;
	margin: 0;
	z-index: 50;
}

.chart-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 13px;
	height: 1px;
	background: #fff;
}

.chart-label:after {
	content: '';
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
}

@media (max-width: 1023px) {
	.chart-label {
		left: auto;
		right: 0;
		margin: 0 0 -2px 0;
	}
	
	.chart-label:before {
		left: auto;
		right: 0;
	}
	
	.chart-label:after {
		left: auto;
		right: -5px;
	}
}


.return-chart-box:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #fff transparent;
}

.return-chart-box:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
}

#returnchart,
#roaschart {
	width: 100% !important;
	height: 20em !important;
}

#sendchart {
	width: 20em !important;
	height: 20em !important;
	margin: 0 auto;
}

.chartwrap {
	display: block;
	width: 10em;
	height: 10em;
	position: relative;
	margin: 0 auto 10px auto;
}

@media (max-width: 1279px) {
	/*
	.metric-chart-box {
		max-width: 25em;
	}
	*/

	#returnchart,
	#roaschart {
		height: 17.5em !important;
	}
	
	#sendchart {
		width: 17.5em !important;
		height: 17.5em !important;
	}
}

@media (max-width: 1024px) {
	.metrics-inlines {
		margin: -50px -50px 0 -50px;
	}
	/*
	.metric-chart-box {
		max-width: 20em;
	}
	*/

	#returnchart,
	#roaschart {
		height: 15em !important;
	}
	
	#sendchart {
		width: 15em !important;
		height: 15em !important;
	}
}


@media (max-width: 767px) {
	/*
	.metric-chart-box {
		max-width: 18em;
	}
	*/

	#returnchart,
	#roaschart {
		height: 12em !important;
	}
	
	#sendchart {
		width: 12em !important;
		height: 12em !important;
	}
}



/* ROAS */
.return-roas {
	height: auto;
	padding: 0 0 75px 0;
	margin: 0 -50px;
	text-align: center;
}

.return-roas-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 25px 50px;
	text-align: center;
}

.return-roas-item .metric-value {
	line-height: 1.125;
}

.return-roas-item strong {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #e30613;
}

.return-roas-item em {
	font-size: 3em;
	font-weight: 900;
	font-style: normal;
	color: #fff;
}

@media (max-width: 1024px) {
	.return-roas {
		margin: 0 -25px;
	}
	
	.return-roas-item {
		padding: 0 25px 25px 25px;
	}
}

@media (max-width: 767px) {
	.return-roas-item em {
		font-size: 2em;
	}
}





ul.general-metrics {
	list-style-type: none;
	padding: 0;
	margin: 0 -25px -25px 0;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 1em;
	line-height: 1.125;
}

ul.general-metrics li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	padding: 0 25px 25px 0;
	text-align: right;
}

ul.general-metrics strong {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.whitebg ul.general-metrics strong {
	color: #000;
}

ul.general-metrics strong sup {
	top: 0;
	font-size: 0.5em;
}

ul.general-metrics em {
	font-size: 2em;
	font-weight: 900;
	font-style: normal;
	color: #fff;
}

.whitebg ul.general-metrics em {
	color: #000;
}

ul.general-metrics span.metric-description {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	color: #e30613;
	text-transform: uppercase;
}

ul.general-metrics .metric-value {
	display: inline-block;
	text-align: center;
}

ul.general-metrics .metric-value,
ul.general-metrics .metric-value img,
ul.general-metrics .metric-value svg {
	width: 12em;
	height: auto;
	position: relative;
}

ul.general-metrics .metric-value svg path {
	fill: #000;
	-webkit-transition: fill ease 0.5s;
	-moz-transition: fill ease 0.5s;
	-o-transition: fill ease 0.5s;
	transition: fill ease 0.5s;
}

.whitebg ul.general-metrics .metric-value svg path {
	fill: #fff;
}


ul.general-metrics .metric-value .metric-output {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 767px) {
	ul.general-metrics {
		margin: 0 -25px -25px 0;
	}

	ul.general-metrics li {
		padding: 0 25px 25px 0;
	}

	ul.general-metrics strong {
		font-size: 12px;
	}

	ul.general-metrics em {
		font-size: 20px;
	}

	ul.general-metrics .metric-value,
	ul.general-metrics .metric-value img,
	ul.general-metrics .metric-value svg {
		width: 9em;
	}
}



/* PROFILE */
.frontend-profile {}

.frontend-profile p {
	font-size: 1.25em;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
}

.whitebg .frontend-profile p {
	color: #000;
}

.frontend-profile a.button {
	color: #fff;
}

.frontend-profile strong {
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 900;
	color: #e30613;
	text-transform: uppercase;
}

.frontend-profile ul {
	list-style-type: none;
	padding: 15px 0 0 0;
	margin: 0 -5px -10px -5px;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.frontend-profile ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px 5px;
	margin: 0;
}





/* BACKEND */
.backend-content {
	width: 100%;
	height: auto;
	max-width: 1440px;
	padding: 175px 100px 100px 25px;
	margin: 0 auto;
}

@media (min-width: 1760px) {
	.backend-content {
		padding: 175px 50px 100px 50px;
	}
}

@media (max-width: 767px) {
	.backend-content {
		padding: 135px 20px 75px 20px;
	}
}

.backend-header {
	padding: 0 0 25px 0;
}

.backend-header h1 {
	margin: 0;
	padding: 0;
}

.backend-header p strong.endpoint {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #e30613;
}

.backend-header .button {
	font-size: 14px;
}

@media (max-width: 1279px) {
	.backend-header .button {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.backend-header h1 {
		font-size: 1.5em;
		line-height: 30px;
	}
}


/* FOOTER */
#frontend-footer {
	font-size: 1.25em;
	padding: 0 0 25px 0;	
}

.footer-limit {
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
}

.footer-section {
  width: 100%;
  height: auto;
  padding: 125px 110px;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #242424;
  position: relative;
}

@media (max-width: 1440px) {
  .footer-section {
	padding: 100px 100px;
  }
}

@media (max-width: 1279px) {
	#frontend-footer {
		font-size: 1.125em;
	}
	
	.footer-section {
		padding: 100px 75px;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 767px) {
	#frontend-footer {
		font-size: 1.25em;
		padding: 25px 0;	
	}
	
  .footer-section {
	padding: 50px 25px;
  }
 }
 
 .footer-section-head {
   padding: 0 0 25px 3em;
   height: auto;
   min-height: 2.5em;
   position: relative;
   line-height: 2.5em;
 }
 
 .footer-section-head img,
 .footer-section-head svg {
   display: block;
   width: 2.5em;
   height: auto;
   position: absolute;
   top: 0;
   left: 0;
 }
 
 .footer-section-head h3 {
   display: inline-block;
   vertical-align: middle;
   font-size: 15px;
   line-height: 1.25;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   margin: 0;
   padding: 0 0 0.125em 0;
   text-align: left;
 }
 
 @media (max-width: 767px) {
   .footer-section-head {
	 padding: 0 0 25px 2.5em;
	 min-height: 2em;
	 position: relative;
	 line-height: 2em;
   }
 
   .footer-section-head img,
   .footer-section-head svg {
	 display: block;
	 width: 2em;
   }
 
   .footer-section-head h3 {
	 font-size: 12px;
	 padding: 0 0 0.125em 0;
   }
}
 

.articles {

}

.articles ul {
  list-style-type: none;
  margin: -25px;
  padding: 0;
  overflow: hidden;
}

.articles li {
  display: inline-block;
  padding: 25px;
  margin: 0;
  width: 33.3333%;
  height: auto;
  vertical-align: top;
}

.article-item {}

.article-teaser-image {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
}

.article-teaser-image img {
  width: 100%;
  height: auto;
}

.article-item h3 {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0 0 5px 0;
}

.article-item p {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #e2e2e2;
}

.article-more {
  display: inline-block;
  padding: 25px 0 0 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}


@media (min-width: 1025px) {
  .article-item:hover .article-more {
	color: #e30613;
  }

  .article-item:active .article-more {
	top: 1px;
  }

  .article-item:active .article-more:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e30613;
  }
}

@media (max-width: 1199px) {
  .articles ul {
	margin: -25px -10px;
  }

  .articles li {
	padding: 25px 10px;
  }
}

@media (max-width: 899px) {
  .articles ul {
	margin: -25px -10px;
  }

  .articles li {
	display: block;
	width: 100%;
	padding: 25px 10px;
  }
}

@media (max-width: 767px) {
  .article-more {
	font-size: 12px;
  }

  .article-more {
	padding: 10px 0 0 0;
  }

  .articles ul {
	margin: -12px 0;
  }

  .articles li {
	padding: 12px 0;
  }
}

.main {
	min-height: calc(100vh - 35px);
}

#footer {
	padding: 0px 20px 25px 20px;
	font-size: 10px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	color: #fff;
}



/* FANCY */
.fancybox__content {
	padding: 0;
	background: #000;
}


/* FLASH MESSAGES */
.main .message {
	position: fixed;
	top: 10px;
	left: 20px;
	right: 20px;
	margin: auto;
	width: 480px;
	height: auto;
	padding: 15px 35px 15px 15px;
	text-align: left;
	cursor: pointer;
	display: block;
	font-weight: 400;
	transition: opacity 300ms ease-out 0s;
	background-color: #e30613;
	color: #fff;
	z-index: 999;
	overflow: hidden;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 3px;
}

#panelresponse .main .message {
	top: 65px;
}

@media (max-width: 767px) {
	.main .message {
		width: 300px;
		left: 10px;
		right: 10px;
	}
}

.main .message:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background: url(../svg/flash-close.svg) center center no-repeat;
	background-size: 100%;
}

.main .message.error,
.main .message {
	background-color: #000;
	border: 1px solid #e30613;
	color: #e30613;
}

.main .message.error:before,
.main .message:before {
	background-image: url(../svg/flash-close-error.svg);
}

.main .message.hidden {
	opacity: 0;
	pointer-events: none;
}




/* TABLES / LISTS */
table {
	font-weight: 500;
}

.list-footer {
	font-weight: 500;
	padding: 10px 0;
}

.last-col {
	text-align: right;
}

.last-col-left {
	text-align: left;
}

.last-col-center {
	text-align: center;
}

.listing-table {
	width: 100%;
	height: auto;
	font-size: 14px;
}

.listing-table p.status-numbers {
	font-size: 14px;
}

@media (max-width: 1350px) {
	.listing-table {
		font-size: 13px;
	}

	.listing-table p.status-numbers {
		font-size: 13px;
	}
}

@media (max-width: 1279px) {
	.listing-table {
		font-size: 12px;
	}

	.listing-table p.status-numbers {
		font-size: 12px;
	}
}

.listing-table thead tr {
	display: table-row;
	width: 100%;
	background: #000;
}

.listing-table tbody tr {
	display: none;
}

.listing-table tbody tr.tr-visible {
	display: table-row;
	width: 100%;
	background: #000;

}

.listing-table tbody tr.tr-visible:nth-child(even) {
	background: #000;
}


.listing-table tbody td {
	padding: 0.875em 10px;
	line-height: 1.5;
	vertical-align: top;
}

.listing-table thead th {
	padding: 10px;
	line-height: 1.5;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e30613;
	vertical-align: top;
}

.listing-table thead th a {
	color: inherit;
	text-decoration: none;
}

.listing-table thead th.sortable a {
	position: relative;
}

.listing-table thead th.sortable a:after {
	content: '';
	position: absolute;
	right: -12px;
	width: 6px;
	height: 10px;
	background: url(../svg/sort-standard.svg) center center no-repeat;
	background-size: 6px auto;
}

.listing-table thead th.sortable a.asc:after {
	background-image: url(../svg/sort-asc.svg);
}

.listing-table thead th.sortable a.desc:after {
	background-image: url(../svg/sort-desc.svg);
}

/*
.listing-table tbody td.first-col,
.listing-table thead th.first-col {
	padding-left: 0;
}

.listing-table tbody td.last-col,
.listing-table thead th.last-col {
	padding-right: 0;
}
*/


.listing-table .minimum-col {
	width: 5%;
	white-space: nowrap;
}

.listing-table .action-col {
	width: 5%;
	white-space: nowrap;
	vertical-align: top;
}

.listing-table .dealer-col {
	width: 15%;
}

.listing-table .user-col {
	width: 10%;
}

.listing-table td.action-col {
	padding: 0.5em 10px 0.5em 10px;
}

.listing-table .balance-col {
	width: 5%;
	white-space: nowrap;
	text-align: right;
}

.listing-table .shuttle-col {
	width: 12.5%;
	white-space: nowrap;
}

.listing-table .center-col {
	text-align: center;
}

.listing-table .max-width-cut {
	max-width: 190px !important;
	overflow: hidden !important;
}

.feelisting {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.easylisting {
	border-top: 1px solid #e6e6e6;
}

.listing-table .fixed-width {
	width: 25% !important;
}

.listing-table .fixed-col {
	width: 8.5% !important;
}


@media (min-width: 1440px) {
	.listing-table .min-width {
		min-width: 150px !important;
	}
}

.listing-table .max-width {
	max-width: 190px !important;
}

@media (max-width: 1500px) {
	.listing-table .max-width-cut {
		max-width: 190px !important;
		overflow: hidden !important;
	}
}

@media (max-width: 1440px) {
	.listing-table .max-width-cut {
		max-width: 180px !important;
		overflow: hidden !important;
	}
}

@media (max-width: 1350px) {
	.listing-table .max-width-cut {
		max-width: 165px !important;
	}
	/*
	.listing-table tbody td {
		padding: 20px 7px;
	}

	.listing-table thead th {
		padding: 10px 7px;
	}
	*/

	.listing-table thead th.sortable a:after {
		right: -6px;
		width: 4px;
		height: 10px;
		background-size: 4px auto;
	}
}

@media (max-width: 1279px) {
	.listing-table .max-width-cut {
		max-width: 150px !important;
	}
}

.listing-table th,
.listing-table td {
	border-bottom: 1px solid #242424;
}

.listing-table tbody tr:nth-child(odd) {
	background-color: #0d0d0d;
}

.listing-table tbody tr:nth-child(odd) td:nth-child(even) {
	background-color: #191919;
}

.listing-table tbody tr:nth-child(even) td:nth-child(even) {
	background-color: #0d0d0d;
}



.list-footer {
	padding: 10px 0;
}

.list-footer p {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e30613;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: left;
}





/* ENABLED DISABLED */
td .enabled {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	position: relative;
}

td .enabled span {
	display: none;
}

td .enabled:after {
	content: '';
	position: absolute;
	top: -0.125em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../svg/enabled.svg) center center no-repeat;
	background-size: 100% 100%;
}

td .disabled {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	position: relative;
}

td .disabled span {
	display: none;
}

td .disabled:after {
	content: '';
	position: absolute;
	top: -0.075em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../svg/disabled.svg) center center no-repeat;
	background-size: 100% 100%;
}


/* FEATURED */
td .featuredyes,
td .featuredno,
td .featuredpartly {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	position: relative;
}

td .featuredyes span,
td .featuredno span,
td .featuredpartly span {
	display: none;
}

td .featuredyes:after,
td .featuredno:after,
td .featuredpartly:after {
	content: '';
	position: absolute;
	top: -0.125em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../svg/enabled.svg) center center no-repeat;
	background-size: 100% 100%;
}

td .featuredno:after {
	background-image: url(../svg/table-no.svg);
}

td .featuredpartly:after {
	background-image: url(../svg/table-partly.svg);
}





.buttonmargin {
	margin-left: 5px;
}

.backend-header .button,
.action-col .button {
	padding: 0 0.5em;
}

.button span.uk-icon {
	width: 1.5em;
	position: relative;
	top: -0.125em;
}









/* DASHBOARD TABLES */

.dashboard-table th,
.dashboard-table td {
	padding: 20px 15px;
	border-bottom: 1px solid #242424;
}

.dashboard-table th {
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 900;
	text-transform: uppercase;
}

.dashboard-table td {
	font-size: 1.25em;
	line-height: 1.25;
}

.dashboard-table td.action-col {
	font-size: 1em;
	font-weight: 700;
}

.dashboard-table td.action-col .button {
	font-weight: 700;
}

.dashboard-table .minimum-col {
	width: 5%;
	white-space: nowrap;
}

.dashboard-table .center-col {
	text-align: center;
}

.dashboard-table tbody tr {}

.dashboard-table tbody tr:nth-child(odd) {
	background-color: #0d0d0d;
}

.whitebg .dashboard-table tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.dashboard-table tbody tr:nth-child(odd) td:nth-child(even) {
	background-color: #191919;
}

.whitebg .dashboard-table tbody tr:nth-child(odd) td:nth-child(even) {
	background-color: #f2f2f2;
}

.dashboard-table tbody tr:nth-child(even) td:nth-child(even) {
	background-color: #0d0d0d;
}

.whitebg .dashboard-table tbody tr:nth-child(even) td:nth-child(even) {
	background-color: #f9f9f9;
}

.dashboard-table td.messenger-col {
	text-align: center;
}

.listing-table td.messenger-col img.messenger-icon {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 1.5em;
}

.dashboard-table td.messenger-col img.messenger-icon {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 2.5em;
}

.request-table td {
	vertical-align: top;
}





.dashboard-table-footer {
	font-size: 1em;
	font-weight: 900;
	text-transform: uppercase;
	color: #e30613;
	line-height: 1;
	padding: 25px 15px 0 15px;
	margin: 0;
	text-align: left;
}

.dashboard-table-footer .pagination {
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.dashboard-table-footer .pagination li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	margin: 0;
}

.dashboard-table-footer .pagination li a {
	font-weight: 500;
	text-decoration: none;
}


@media (max-width: 767px) {
	.listing-table .text-col,
	.dashboard-table .text-col {
		min-width: 12em;
	}
}


/* FANCY */
.fancybox__backdrop {
	background: rgba(0, 0, 0, .5);
}

.carousel__button {
	background: #e30613 !important;
	border-radius: 100% !important;
}

.fancybox__content>.carousel__button.is-close {
	top: -20px;
	right: -20px;
}

@media (max-width:1023px) {
	.fancybox__content>.carousel__button.is-close {
		top: 10px;
		right: 10px;
	}
}

.carousel__button svg {
	filter: none;
}




/* TRIPARTS */
.tri-bottom {
	padding-bottom: 1.5em;
}

.tri-top {
	padding-top: 1.5em;
}

.triparts {
	background: #000;
	padding: 0;
	position: relative;
	z-index: 25;
	pointer-events: none;
}

.triparts:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5em 0 0 25vw;
	border-color: transparent transparent transparent rgba(227, 6, 19, 0.75);
	z-index: 10;
}

.triparts:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3em 20vw 0 0;
	border-color: rgba(227, 6, 19, 0.5) transparent transparent transparent;
	z-index: 10;
}

.triparts1 {
	display: block;
	position: absolute;
	left: 20vw;
	top: 0;
	z-index: 20;
}

.triparts1:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20vw 3em 20vw;
	border-color: transparent transparent rgba(227, 6, 19, 0.25) transparent;
	z-index: 10;
}

.triparts1:after {
	content: '';
	position: absolute;
	left: 5vw;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2em 17.5vw 2em 27.5vw;
	border-color: rgba(227, 6, 19, 0.5) transparent transparent transparent;
	z-index: 10;
}

.triparts2 {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.triparts2:before {
	content: '';
	position: absolute;
	right: 0;
	top: -3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 3em 30vw;
	border-color: transparent transparent rgba(227, 6, 19, 0.5) transparent;
	z-index: 10;
}

.triparts2:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40vw 3em 0;
	border-color: transparent rgba(227, 6, 19, 0.75) transparent transparent;
	z-index: 10;
}

.triparts-alternative:before {
	border-width: 2.5em 0 0 25vw;
}

.triparts-alternative:after {
	border-width: 2em 15vw 0 0;
	border-color: rgba(227, 6, 19, 0.25) transparent transparent transparent;
}

.triparts-alternative .triparts1 {
	left: 15vw;
}

.triparts-alternative .triparts1:before {
	top: -2em;
	border-width: 0 30vw 2em 20vw;
	border-color: transparent transparent rgba(227, 6, 19, 0.375) transparent;
}

.triparts-alternative .triparts1:after {
	left: 9vw;
	border-width: 2em 20vw 2em 25vw;
	border-color: rgba(227, 6, 19, 0.675) transparent transparent transparent;
}

.triparts-alternative .triparts2:before {
	border-width: 0 0 3em 32.5vw;
	border-color: transparent transparent rgba(227, 6, 19, 0.75) transparent
}

.triparts-alternative .triparts2:after {
	border-width: 0 35vw 2em 0;
	border-color: transparent rgba(227, 6, 19, 0.375) transparent transparent;
}


/* POTENZIALE */
.outputs-wrap {
	font-size: 1.25em;
	margin: 0 auto;
	max-width: 1000px;
}

.outputs {
	padding: 0;
	height: auto;
	text-align: center;
}

.outputs ul {
	list-style-type: none;
	margin: -25px -10px;
	padding: 0;
	overflow: hidden;
}

.outputs li {
	display: inline-block;
	width: 10em;
	height: auto;
	vertical-align: top;
	padding: 25px 10px;
}

.outputs li .output-box,
.outputs li img,
.outputs li svg {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 100%;
}

.output-box svg path {
	fill: #e30613;
	-webkit-transition: fill ease 0.5s;
	-moz-transition: fill ease 0.5s;
	-o-transition: fill ease 0.5s;
	transition: fill ease 0.5s;
}

.outputs li .output-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.outputs li .output-name span {
	font-size: 1em;
	font-weight: 900;
	line-height: 1.25;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

.output-details {
	display: none;
}

.output-box.overlay-active svg path {
	fill: #e30613;
}

@media (min-width: 1025px) {
	.output-box:hover {
		cursor: pointer;
	}

	.output-box:hover svg path {
		fill: #e30613;
	}
}

@media (max-width: 767px) {
	.outputs {
		padding: 25px 0 0 0;
	}

	.outputs ul {
		margin: -12px -10px;
	}

	.outputs li {
		padding: 12px 10px;
	}
}


/* FAQ */
#faq {}

#faq .uk-accordion {
	border-top: 1px solid #242424;
	padding: 10px 0 0 0;
}

#faq .uk-accordion>li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #242424;
}

#faq .uk-accordion>:nth-child(n+2) {
	margin-top: 10px;
}

#faq .uk-accordion-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}

#faq .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

#faq .uk-accordion-title:hover {
	color: #e30613;
}

#faq .uk-accordion-title:hover:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

#faq .uk-open .uk-accordion-title {
	color: #e30613;
}

#faq .uk-open .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}


#faq .uk-accordion-content {
	margin-top: 10px;
	padding: 0 3em 10px 0;
}

.faq-head {
	padding: 0 0 10px 0;
}

.faq-head h3 {
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.faq-text {
	font-size: 1.25em;
	height: auto;
	overflow: hidden;
	margin: 0 0 -10px 0;
	max-width: 950px;
}

.faq-text p,
.faq-text ul,
.faq-text ol {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25;
	padding: 0 0 10px 0;
	margin: 0;
	list-style-type: disc;
	color: #e2e2e2;
}

.faq-text li {
	margin: 0 0 0 1.25em;
	padding: 0;
}


@media (max-width: 767px) {
	#faq .uk-accordion-title {
		font-size: 1.25em;
	}

	.faq-head h3 {
		font-size: 1em;
	}

	.faq-text {
		font-size: 1.25em;
	}

	.faq-text p,
	.faq-text ul,
	.faq-text ol {
		font-size: 1em;
	}
}


/* SERVICES */
.servicetable-limit {
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  font-size: 1.25em;
}

@media (max-width: 767px) {
	.servicetable-limit {
  		font-size: 1em;
	}
}

.service-table-row {
  height: auto;
  overflow: hidden;
  margin: 0 -100px 0 0;
}

.service-table-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
  padding: 0 100px 0 0;
}

.service-table table {
  width: 100%;
}

.service-table .st-col1 {
  width: 40%;
  padding: 0.5em 1em;
  text-align: left;
}

.service-table .st-col2,
.service-table .st-col3 {
  width: 30%;
  padding: 0.5em 1em;
  text-align: center;
}

.service-table img {
  width: 1.25em;
  height: auto;
}

.service-table th {
  vertical-align: bottom;
  font-size: 1em;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.service-table th span {
  display: inline-block;
  text-align: left;
  color: #e30613;
}

.service-table td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  height: 3.5em;
}

@media (min-width: 1440px) {
  #service-overview .service-table {
	font-size: 1.125em;
  }
}

@media (max-width: 1279px) {
  .service-table-row {
	margin: 0 -50px 0 0;
  }

  .service-table-col {
	padding: 0 50px 0 0;
  }
}

@media (max-width: 1099px) {
  .service-table-row {
	margin: 0;
  }

  .service-table-col {
	width: 100%;
	padding: 0;
  }

  .service-table-col-2 thead {
	display: none !important;
  }
}

@media (min-width: 1100px) {
	.service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #191919;
	}
	
	.service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #0d0d0d;
	}
	
	.service-table tbody tr:nth-child(odd) {
		background-color: #0d0d0d;
	}
  
  
	.whitebg .service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #f2f2f2;
	}
	
	.whitebg .service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #f9f9f9;
	}
	
	.whitebg .service-table tbody tr:nth-child(odd) {
		background-color: #f9f9f9;
	}
}

@media (max-width: 1099px) {
	.service-table-col-1 .service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #191919;
	}
	
	.service-table-col-1 .service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #0d0d0d;
	}
	
	.service-table-col-1 .service-table tbody tr:nth-child(odd) {
		background-color: #0d0d0d;
	}
	
	.service-table-col-2 .service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #191919;
	}
	
	.service-table-col-2 .service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #0d0d0d;
	}
	
	.service-table-col-2 .service-table tbody tr:nth-child(even) {
		background-color: #0d0d0d;
	}
	
	
	.whitebg .service-table-col-1 .service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #f2f2f2;
	}
	
	.whitebg .service-table-col-1 .service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #f9f9f9;
	}
	
	.whitebg .service-table-col-1 .service-table tbody tr:nth-child(odd) {
		background-color: #f9f9f9;
	}
	
	.whitebg .service-table-col-2 .service-table tbody tr:nth-child(even) td.st-col2 {
		background-color: #f2f2f2;
	}
	
	.whitebg .service-table-col-2 .service-table tbody tr:nth-child(odd) td.st-col2 {
		background-color: #f9f9f9;
	}
	
	.whitebg .service-table-col-2 .service-table tbody tr:nth-child(even) {
		background-color: #f9f9f9;
	}
}

@media (max-width: 767px) {
  .service-table .st-col1 {
	width: 50%;
	padding: 0.5em 10px;
  }

  .service-table .st-col2,
  .service-table .st-col3 {
	width: 25%;
	padding: 0.5em 0;
  }

  .service-table th {
	font-size: 10px;
  }
}





/* TOKEN */
#api-token {

}

#api-token h2 {
	font-size: 1.25em;
	color: #e30613;
}

#api-token .bearer-input {
	display: inline-block;
	vertical-align: top;
	width: 15em;
	
}

#api-token .bearer-input input {
	font-weight: 500;
	color: #fff;
	border-color: #fff;
}

#api-token .bearer-actions {
	display: inline-block;
	vertical-align: top;
}

#api-token .button {
	padding: 0 0.5em;
	line-height: 30px;
	height: 32px;
}


/* API ENDPOINTS */
#api-endpoints {
	padding: 25px 0 0 0;
}

#api-endpoints h2 {
	font-size: 1.25em;
	color: #e30613;
}

#api-endpoints .uk-accordion {
	border-top: 1px solid #242424;
	padding: 10px 0 0 0;
}

#api-endpoints .uk-accordion>li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #242424;
}

#api-endpoints .uk-accordion>:nth-child(n+2) {
	margin-top: 10px;
}

#api-endpoints .uk-accordion-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}

#api-endpoints .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

#api-endpoints .uk-accordion-title:hover {
	color: #e30613;
}

#api-endpoints .uk-accordion-title:hover:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

#api-endpoints .uk-open .uk-accordion-title {
	color: #e30613;
}

#api-endpoints .uk-open .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e30613%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}


#api-endpoints .uk-accordion-content {
	margin-top: 10px;
	padding: 0 3em 10px 0;
}


/* BACKEND SELECTS */
.backend-actions {
	padding: 0 0 25px 0;
	margin: 0 -5px -5px 0;
	height: auto;
}

.backend-footer-actions {
	padding: 50px 0 0 0;
}

.search-actions {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 5px 0;
}

.search-actions button,
.search-actions .button {
	padding: 0 0.5em;
	line-height: 30px;
	height: 32px;
}

.search-actions .button.text-button {
	padding: 0 0.5em 0 0.25em;
}

.search-actions select {
	display: block;
	width: 20em;
	max-width: 100%;
	padding: 5px 10px 5px 10px;
	margin: 0;
	line-height: 20px;
	border: 1px solid #e30613;
	color: #e30613;
	background: #000;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	font-size: inherit;
	height: auto;
	background: #000 url(../svg/dropdownfilterRed.svg) right center no-repeat;
	background-size: auto 8px;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.search-actions {
		display: block;
	}
	
	.search-actions.button-action {
		display: inline-block;
	}
	
	.search-actions select {
		width: 100%;
	}
}








/* OVERLAY */
.overlay-wrap {
	display: none;
}

.overlay {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px;
	z-index: 9999999999;
	align-items: center;
	justify-content: center;
}

.overlay-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	z-index: 10;
}

.overlay-box {
	position: relative;
	z-index: 20;
	width: 100%;
	max-width: 800px;
	height: auto;
	padding: 50px 50px 50px 50px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#overlay-content {
	color: #000;
}

#overlay-content h3 {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 25px 0;
	text-align: center;
	color: #e30613;
}

#overlay-content h4 {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0;
	color: inherit;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
}

#overlay-content hr {
	display: block;
	width: 50px;
	height: 2px;
	margin: 0 auto 50px auto;
	padding: 0;
	border: none;
	background: #e30613;
}

@media (max-width: 767px) {
	#overlay-content h3 {
		font-size: 12px;
		padding: 0 0 10px 0;
	}

	#overlay-content h4 {
		font-size: 18px;
		padding: 0 0 25px 0;
	}

	#overlay-content hr {
		width: 25px;
		height: 1px;
		margin: 0 auto 25px auto;
	}
}


#overlay-content .overlay-text {
	font-weight: 500;
	margin: 0 0 -10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#overlay-content .overlay-text p {
	font-size: 1.25em;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#overlay-content .overlay-text ul,
#overlay-content .overlay-text ol {
	list-style-type: none;
	font-size: 1.25em;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#overlay-content .overlay-text li {
	margin: 0;
	padding: 0;
}

.overlayclose {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 30;
	background: #e30613;
	border-radius: 100%;
}

.overlayclose::before,
.overlayclose::after {
	content: '';
	pointer-events: none;
	position: absolute;
	right: 0;
	border-color: #fff;
	background-color: #fff;
	color: #fff;
	opacity: 1;
	box-sizing: border-box;
	display: inline-block;
}

.overlayclose::before,
.overlayclose::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 20px;
	top: calc(50% - 1px);
	left: calc(50% - 10px);
}

.overlayclose::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlayclose::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


@media (max-width: 767px) {
	.overlay {
		display: block;
		overflow: auto;
		padding: 20px;
	}

	.overlay-box {
		padding: 40px 25px 40px 25px;
	}

	.overlay-background {
		position: fixed;
	}

	.overlayclose {
		top: 5px;
		right: 5px;
	}
}



.overlay.overlayfixed {
	display: block;
	overflow: auto;
}

.overlay.overlayfixed .overlay-background {
	position: fixed;
}


