@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,600,700&subset=arabic");
@font-face {
  font-family: "tec2018";
  src: url("../../font/onetecfont/tec2018.eot");
  src: url("../../font/onetecfont/tec2018.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/tec2018.woff") format("woff"), url("../../font/onetecfont/tec2018.ttf") format("truetype"), url("../../font/onetecfont/tec2018.svg#tec2018") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "tec2018" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
		font-family: 'Glyphicons Halflings';
		src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
		src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@-webkit-keyframes "progress-bar-stripes" {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes "progress-bar-stripes" {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@font-face {
		font-family: "Flaticon";
		src: url("../../font/onetecfont/Flaticon.eot");
		src: url("../../font/onetecfont/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/Flaticon.woff") format("woff"), url("../../font/onetecfont/Flaticon.ttf") format("truetype"), url("../../font/onetecfont/Flaticon.svg#Flaticon") format("svg");
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Dubai';
		src: url("../../font/onetecfont/DubaiW23-Light.eot");
		src: url("../../font/onetecfont/DubaiW23-Light.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/DubaiW23-Light.woff") format("woff"), url("../../font/onetecfont/DubaiW23-Light.ttf") format("truetype");
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'Dubai';
		src: url("../../font/onetecfont/ubaiW23-Regular.eot");
		src: url("../../font/onetecfont/DubaiW23-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/DubaiW23-Regular.woff") format("woff"), url("../../font/onetecfont/DubaiW23-Regular.ttf") format("truetype");
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: 'Dubai';
		src: url("../../font/onetecfont/DubaiW23-Medium.eot");
		src: url("../../font/onetecfont/DubaiW23-Medium.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/DubaiW23-Medium.woff") format("woff"), url("../../font/onetecfont/DubaiW23-Medium.ttf") format("truetype");
		font-weight: 500;
		font-style: normal;
}

@font-face {
		font-family: 'Dubai';
		src: url("../../font/onetecfont/DubaiW23-Bold.eot");
		src: url("../../font/onetecfont/DubaiW23-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/DubaiW23-Bold.woff") format("woff"), url("../../font/onetecfont/DubaiW23-Bold.ttf") format("truetype");
		font-weight: 600;
		font-style: normal;
}

@-webkit-keyframes "reveal" {
	0% {
		width: 100%;
		left: auto;
		right: 0;
	}

	49% {
		width: 0;
		left: auto;
		right: 0;
	}

	51% {
		width: 0;
		left: 0;
		right: auto;
	}

	100% {
		width: 100%;
		left: 0;
		right: auto;
	}
}

@keyframes "reveal" {
	0% {
		width: 100%;
		left: auto;
		right: 0;
	}

	49% {
		width: 0;
		left: auto;
		right: 0;
	}

	51% {
		width: 0;
		left: 0;
		right: auto;
	}

	100% {
		width: 100%;
		left: 0;
		right: auto;
	}
}

@-webkit-keyframes "glow" {
	0% {
		bottom: 0;
		opacity: 0;
	}

	10% {
		opacity: 0.8;
	}

	40% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 0.5;
	}

	70% {
		opacity: 0.8;
	}

	90% {
		opacity: 0.8;
	}

	to {
		bottom: 100%;
		opacity: 0;
	}
}

@keyframes "glow" {
	0% {
		bottom: 0;
		opacity: 0;
	}

	10% {
		opacity: 0.8;
	}

	40% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 0.5;
	}

	70% {
		opacity: 0.8;
	}

	90% {
		opacity: 0.8;
	}

	to {
		bottom: 100%;
		opacity: 0;
	}
}

@-webkit-keyframes "bounce" {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes "bounce" {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes "flash" {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes "flash" {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@-webkit-keyframes "pulse" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes "pulse" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes "rubberBand" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes "rubberBand" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes "shake" {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes "shake" {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes "headShake" {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes "headShake" {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes "swing" {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes "swing" {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes "tada" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes "tada" {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes "wobble" {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "wobble" {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "jello" {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes "jello" {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@-webkit-keyframes "bounceIn" {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes "bounceIn" {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes "bounceInDown" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "bounceInDown" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "bounceInLeft" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "bounceInLeft" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "bounceInRight" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "bounceInRight" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "bounceInUp" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes "bounceInUp" {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes "bounceOut" {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes "bounceOut" {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@-webkit-keyframes "bounceOutDown" {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes "bounceOutDown" {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@-webkit-keyframes "bounceOutLeft" {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes "bounceOutLeft" {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@-webkit-keyframes "bounceOutRight" {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes "bounceOutRight" {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@-webkit-keyframes "bounceOutUp" {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes "bounceOutUp" {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@-webkit-keyframes "fadeIn" {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes "fadeIn" {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes "fadeInDown" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInDown" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInDownBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInDownBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInLeft" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInLeft" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInLeftBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInLeftBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInRight" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInRight" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInRightBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInRightBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInUp" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInUp" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeInUpBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "fadeInUpBig" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "fadeOut" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes "fadeOut" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes "fadeOutDown" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes "fadeOutDown" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes "fadeOutDownBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes "fadeOutDownBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@-webkit-keyframes "fadeOutLeft" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes "fadeOutLeft" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes "fadeOutLeftBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes "fadeOutLeftBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@-webkit-keyframes "fadeOutRight" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes "fadeOutRight" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes "fadeOutRightBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes "fadeOutRightBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@-webkit-keyframes "fadeOutUp" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes "fadeOutUp" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes "fadeOutUpBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes "fadeOutUpBig" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@-webkit-keyframes "flip" {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes "flip" {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes "flipInX" {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes "flipInX" {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes "flipInY" {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes "flipInY" {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes "flipOutX" {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes "flipOutX" {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@-webkit-keyframes "flipOutY" {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes "flipOutY" {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@-webkit-keyframes "lightSpeedIn" {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "lightSpeedIn" {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "lightSpeedOut" {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes "lightSpeedOut" {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@-webkit-keyframes "rotateIn" {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "rotateIn" {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "rotateInDownLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "rotateInDownLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "rotateInDownRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "rotateInDownRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "rotateInUpLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "rotateInUpLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "rotateInUpRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes "rotateInUpRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes "rotateOut" {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes "rotateOut" {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@-webkit-keyframes "rotateOutDownLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes "rotateOutDownLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@-webkit-keyframes "rotateOutDownRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes "rotateOutDownRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@-webkit-keyframes "rotateOutUpLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes "rotateOutUpLeft" {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@-webkit-keyframes "rotateOutUpRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes "rotateOutUpRight" {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@-webkit-keyframes "hinge" {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes "hinge" {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes "rollIn" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes "rollIn" {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes "rollOut" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes "rollOut" {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@-webkit-keyframes "zoomIn" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes "zoomIn" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes "zoomInDown" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomInDown" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "zoomInLeft" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomInLeft" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "zoomInRight" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomInRight" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "zoomInUp" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomInUp" {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "zoomOut" {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes "zoomOut" {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes "zoomOutDown" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomOutDown" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "zoomOutLeft" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes "zoomOutLeft" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@-webkit-keyframes "zoomOutRight" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes "zoomOutRight" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@-webkit-keyframes "zoomOutUp" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes "zoomOutUp" {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@-webkit-keyframes "slideInDown" {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes "slideInDown" {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes "slideInLeft" {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes "slideInLeft" {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes "slideInRight" {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes "slideInRight" {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes "slideInUp" {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes "slideInUp" {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes "slideOutDown" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes "slideOutDown" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes "slideOutLeft" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes "slideOutLeft" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes "slideOutRight" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes "slideOutRight" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes "slideOutUp" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes "slideOutUp" {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@font-face {
		font-family: "slick";
		src: url("../../font/onetecfont/slick.eot");
		src: url("../../font/onetecfont/slick.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/slick.woff") format("woff"), url("../../font/onetecfont/slick.ttf") format("truetype"), url("../../font/onetecfont/slick.svg#slick") format("svg");
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: "tec2018";
		src: url("../../font/onetecfont/tec2018.eot");
		src: url("../../font/onetecfont/tec2018.eot?#iefix") format("embedded-opentype"), url("../../font/onetecfont/tec2018.woff") format("woff"), url("../../font/onetecfont/tec2018.ttf") format("truetype"), url("../../font/onetecfont/tec2018.svg#tec2018") format("svg");
		font-weight: normal;
		font-style: normal;
}

@-webkit-keyframes "fadeIn" {
	100% {
		opacity: 1;
	}
}

@keyframes "fadeIn" {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes "moveUp" {
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes "moveUp" {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes "scaleUp" {
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes "scaleUp" {
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes "fallPerspective" {
	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes "fallPerspective" {
	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes "fly" {
	100% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes "fly" {
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes "flip" {
	100% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes "flip" {
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes "helix" {
	100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes "helix" {
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes "popUp" {
	70% {
		-webkit-transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes "popUp" {
	70% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes "starGrow" {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes "starGrow" {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes "rectBorder" {
	from {
		stroke-dashoffset: 100;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes "rectBorder" {
	from {
		stroke-dashoffset: 100;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes "dotGrow" {
	from {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@keyframes "dotGrow" {
	from {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@-webkit-keyframes "rectGrow" {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #FCC556;
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		fill: #F4615E;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #FCC556;
	}
}

@keyframes "rectGrow" {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #FCC556;
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		fill: #F4615E;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #FCC556;
	}
}

@-webkit-keyframes "dotmoveDown" {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

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

@keyframes "dotmoveDown" {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

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

@-webkit-keyframes "lineFillOdd" {
	from {
		stroke-dashoffset: 70;
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 0;
		opacity: 1;
	}
}

@keyframes "lineFillOdd" {
	from {
		stroke-dashoffset: 70;
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 0;
		opacity: 1;
	}
}

@-webkit-keyframes "lineFillEven" {
	from {
		stroke-dashoffset: 45;
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 0;
		opacity: 1;
	}
}

@keyframes "lineFillEven" {
	from {
		stroke-dashoffset: 45;
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 0;
		opacity: 1;
	}
}

@-webkit-keyframes "bounce" {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-15px);
	}

	60% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes "bounce" {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@-webkit-keyframes "rotationObject" {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes "rotationObject" {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@-webkit-keyframes "beatHeart" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	2% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	7% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes "beatHeart" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	2% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	7% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes "glitter" {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	25% {
		-webkit-transform: scale(0.5);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(0.5);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.onetec-css .btn {
	border: 2px solid;
	border-color: #a5a5a5;
	color: #4f4f4f;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 16px;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 12px 20px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	outline: inherit;
	box-shadow: none;
	text-decoration: none;
}

.onetec-css .btn:hover {
	border-color: #4f4f4f;
	background: #4f4f4f;
	color: #FFFFFF;
	color: #333;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}

.onetec-css .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #333;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}

.onetec-css .btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.onetec-css .btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css .btn:active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css .btn .caret {
	margin-left: 0;
}

.onetec-css .btn .label {
	position: relative;
	top: -1px;
}

.onetec-css .btn .badge {
	position: relative;
	top: -1px;
}

.onetec-css html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.onetec-css html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
}

.onetec-css html input[disabled] {
	cursor: default;
	cursor: default;
}

.onetec-css .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.onetec-css .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.onetec-css {
	margin: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #202020;
	background-color: #fff;
	background: #ffffff;
	color: #303436;
	color: #202020;
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-size: 17px;
	color: #000;
	font-weight: 300;
}

/* body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Dubai', Cairo, sans-serif;
} */

.onetec-css p {
	line-height: 36px;
}

.onetec-css .h1 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h2 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h3 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h4 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h5 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h6 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h1 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h2 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h3 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h4 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h5 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css h6 {
	font-family: 'Dubai', Cairo, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
	color: #000;
	line-height: 1.3;
}

.onetec-css .h1.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css .h2.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css .h3.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css .h4.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css .h5.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css .h6.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h1.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h2.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h3.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h4.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h5.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css h6.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
}

.onetec-css #main header {
	overflow: visible;
}

.onetec-css body:not(.scrollView) [data-page-view="whats-new"] .page-title {
	display: none;
}

.onetec-css body:not(.scrollView) [data-page-view="contacts"] .page-title {
	display: none;
}

.onetec-css body:not(.scrollView) [data-page-view="media"] .section-inner {
	padding-top: 20px;
}

.onetec-css body:not(.scrollView) [data-page-view="projects"] .section-inner {
	padding-top: 20px;
}

.onetec-css body:not(.scrollView) [data-page-view="publications"] .section-inner {
	padding-top: 20px;
}

.onetec-css body:not(.scrollView) [data-page-view="news"] .section-inner {
	padding-top: 0;
}

.onetec-css body:not(.scrollView) [data-page-view="news"] .list-v1 .list-item {
	margin-top: 10px;
}

.onetec-css body:not(.scrollView) [data-page-view="news"] .list-v2 .list-item {
	margin-top: 30px;
}

.onetec-css body:not(.scrollView) [data-page-view="events"] .section-inner {
	padding-top: 0;
}

.onetec-css body:not(.scrollView) [data-page-view] .page-title {
	margin-bottom: 0;
}

.onetec-css body:not(.scrollView) [data-page-view] .page-title h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.onetec-css .ui-tooltip {
	border-width: 2px;
}

.onetec-css article {
	display: block;
	display: block;
}

.onetec-css aside {
	display: block;
	display: block;
}

.onetec-css details {
	display: block;
	display: block;
}

.onetec-css figcaption {
	display: block;
	display: block;
}

.onetec-css figure {
	display: block;
	margin: 1em 40px;
	display: block;
	margin: 1em 40px;
	margin: 0;
}

.onetec-css footer {
	display: block;
	display: block;
	background: #fff;
	padding: 30px 0;
}

.onetec-css footer .footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.onetec-css footer .copy {
	text-align: center;
	width: 100%;
	color: #606060;
	font-weight: 300;
	font-size: 14px;
}

.onetec-css footer .copy > div {
	display: inline-block;
}

.onetec-css footer .copy a {
	color: #606060;
}

.onetec-css footer .copy a:hover {
	color: #f33;
}

.onetec-css footer .copy .footer-links a {
	display: inline-block;
	font-size: 16px;
	margin: 0 7px;
	opacity: .65;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	position: relative;
}

.onetec-css footer .copy .footer-links a i {
	height: 26px;
	font-size: 25px;
	vertical-align: middle;
	display: inline-block;
	line-height: 0.8;
}

.onetec-css footer .copy .footer-links a:before {
	content: attr(data-title);
	position: absolute;
	background: #4a4a4a;
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	padding: 4px 8px;
	border-radius: 2px;
	left: 50%;
	top: -85%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css footer .copy .footer-links a:hover {
	opacity: 1;
	color: #f33;
}

.onetec-css footer .copy .footer-links a:hover:before {
	opacity: 1;
	visibility: visible;
}

.onetec-css header {
	display: block;
	display: block;
	z-index: 2;
	background: #fff;
}

.onetec-css header .langSwitch {
	font-family: 'Cairo', Dubai;
}

.onetec-css header .searcBoxContainer {
	position: absolute;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	bottom: -96px;
	width: 100%;
	z-index: -1;
	left: 0;
	height: 100px;
	overflow: hidden;
	background: #a26bb8;
	color: #fff;
	-webkit-transform: translateY(-227px);
	transform: translateY(-227px);
	opacity: 0;
	pointer-events: none;
}

.onetec-css header .searcBoxContainer .container {
	padding: 20px 0;
}

.onetec-css header .searcBoxContainer .search-field::-webkit-input-placeholder {
	color: #cab6d2;
}

.onetec-css header .searcBoxContainer .search-field::-moz-placeholder {
	color: #cab6d2;
}

.onetec-css header .searcBoxContainer .search-field:-ms-input-placeholder {
	color: #cab6d2;
}

.onetec-css header .searcBoxContainer .search-field:-moz-placeholder {
	color: #cab6d2;
}

.onetec-css header .searcBoxContainer input {
	padding: 8px 15px;
	background: none;
	height: 40px;
	color: #fff;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn {
	padding: 8px 15px;
	background: none;
	height: 40px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	color: #fff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn:hover {
	border: 1px solid #af7bc3;
}

.onetec-css header .searcBoxContainer input.search-field {
	width: 100%;
	border: none;
}

.onetec-css header .searcBoxContainer input.search-field::-webkit-input-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer input.search-field:-moz-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer input.search-field::-moz-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer input.search-field:-ms-input-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer input.search-field:focus::-webkit-input-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer input.search-field:focus:-moz-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer input.search-field:focus::-moz-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer input.search-field:focus:-ms-input-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field {
	width: 100%;
	border: none;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field::-webkit-input-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:-moz-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field::-moz-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:-ms-input-placeholder {
	color: #c0a6ca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:focus::-webkit-input-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:focus:-moz-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:focus::-moz-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer .searchSubmitBtn.search-field:focus:-ms-input-placeholder {
	color: transparent;
}

.onetec-css header .searcBoxContainer a {
	color: #fff;
}

.onetec-css header .searcBoxContainer .searchForm {
	border-bottom: 1px solid #fff;
	display: block;
	width: 650px;
	margin: 0 auto;
	position: relative;
}

.onetec-css hgroup {
	display: block;
	display: block;
}

.onetec-css main {
	display: block;
	display: block;
}

.onetec-css menu {
	display: block;
	display: block;
}

.onetec-css nav {
	display: block;
	display: block;
}

.onetec-css section {
	display: block;
	display: block;
}

.onetec-css summary {
	display: block;
	display: block;
}

.onetec-css audio {
	display: inline-block;
	vertical-align: baseline;
	display: inline-block;
	vertical-align: baseline;
}

.onetec-css audio:not([controls]) {
	display: none;
	height: 0;
	display: none;
	height: 0;
}

.onetec-css canvas {
	display: inline-block;
	vertical-align: baseline;
	display: inline-block;
	vertical-align: baseline;
}

.onetec-css progress {
	display: inline-block;
	vertical-align: baseline;
	display: inline-block;
	vertical-align: baseline;
}

.onetec-css video {
	display: inline-block;
	vertical-align: baseline;
	display: inline-block;
	vertical-align: baseline;
}

.onetec-css [hidden] {
	display: none;
	display: none;
}

.onetec-css template {
	display: none;
	display: none;
}

.onetec-css a {
	background-color: transparent;
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
	color: #1d1d1b;
	text-decoration: none;
}

.onetec-css a:active {
	outline: 0;
	outline: 0;
	color: #202020;
}

.onetec-css a:hover {
	outline: 0;
	outline: 0;
	color: #23527c;
	text-decoration: underline;
	outline: none;
	text-decoration: none;
	color: #202020;
}

.onetec-css a:focus {
	color: #23527c;
	text-decoration: underline;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
	text-decoration: none;
	color: #202020;
}

.onetec-css a:link.ui-button {
	color: #454545;
	text-decoration: none;
}

.onetec-css a:visited.ui-button {
	color: #454545;
	text-decoration: none;
}

.onetec-css abbr[title] {
	border-bottom: 1px dotted;
	border-bottom: 1px dotted;
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.onetec-css b {
	font-weight: bold;
	font-weight: bold;
}

.onetec-css strong {
	font-weight: bold;
	font-weight: bold;
}

.onetec-css dfn {
	font-style: italic;
	font-style: italic;
}

.onetec-css h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-size: 2em;
	margin: 0.67em 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px;
}

.onetec-css h1 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css h1 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css mark {
	background: #ff0;
	color: #000;
	background: #ff0;
	color: #000;
	background-color: #fcf8e3;
	padding: .2em;
}

.onetec-css small {
	font-size: 80%;
	font-size: 80%;
	font-size: 85%;
}

.onetec-css sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -0.25em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -0.25em;
}

.onetec-css sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

.onetec-css img {
	border: 0;
	border: 0;
	vertical-align: middle;
}

.onetec-css svg:not(:root) {
	overflow: hidden;
	overflow: hidden;
}

.onetec-css hr {
	box-sizing: content-box;
	height: 0;
	box-sizing: content-box;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.onetec-css pre {
	overflow: auto;
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.onetec-css pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.onetec-css code {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

.onetec-css kbd {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.onetec-css kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

.onetec-css samp {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.onetec-css button {
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none !important;
}

.onetec-css button::-moz-focus-inner {
	border: 0;
	padding: 0;
	border: 0;
	padding: 0;
}

.onetec-css button:focus {
	outline: none !important;
}

.onetec-css input {
	color: inherit;
	font: inherit;
	margin: 0;
	line-height: normal;
	color: inherit;
	font: inherit;
	margin: 0;
	line-height: normal;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

.onetec-css input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border: 0;
	padding: 0;
}

.onetec-css input:focus {
	outline: none !important;
	outline: none;
}

.onetec-css input:focus::-webkit-input-placeholder {
	color: transparent;
}

.onetec-css input:focus:-moz-placeholder {
	color: transparent;
}

.onetec-css input:focus::-moz-placeholder {
	color: transparent;
}

.onetec-css input:focus:-ms-input-placeholder {
	color: transparent;
}

.onetec-css input::-webkit-input-placeholder {
	color: #646464;
}

.onetec-css input:-moz-placeholder {
	color: #646464;
}

.onetec-css input::-moz-placeholder {
	color: #646464;
}

.onetec-css input:-ms-input-placeholder {
	color: #646464;
}

.onetec-css optgroup {
	color: inherit;
	font: inherit;
	margin: 0;
	font-weight: bold;
	color: inherit;
	font: inherit;
	margin: 0;
	font-weight: bold;
}

.onetec-css select {
	color: inherit;
	font: inherit;
	margin: 0;
	text-transform: none;
	color: inherit;
	font: inherit;
	margin: 0;
	text-transform: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.onetec-css select:focus {
	outline: none !important;
}

.onetec-css textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: auto;
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: auto;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

.onetec-css textarea::-webkit-input-placeholder {
	color: #646464;
}

.onetec-css textarea:-moz-placeholder {
	color: #646464;
}

.onetec-css textarea::-moz-placeholder {
	color: #646464;
}

.onetec-css textarea:-ms-input-placeholder {
	color: #646464;
}

.onetec-css textarea:focus {
	outline: none;
}

.onetec-css textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.onetec-css textarea:focus:-moz-placeholder {
	color: transparent;
}

.onetec-css textarea:focus::-moz-placeholder {
	color: transparent;
}

.onetec-css textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.onetec-css input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
}

.onetec-css input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
}

.onetec-css button[disabled] {
	cursor: default;
	cursor: default;
}

.onetec-css input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
	box-sizing: border-box;
	padding: 0;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.onetec-css input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	box-sizing: border-box;
	padding: 0;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.onetec-css input[type="radio"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css input[type="number"]::-webkit-inner-spin-button {
	height: auto;
	height: auto;
}

.onetec-css input[type="number"]::-webkit-outer-spin-button {
	height: auto;
	height: auto;
}

.onetec-css input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	box-sizing: content-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.onetec-css input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	-webkit-appearance: none;
}

.onetec-css input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	-webkit-appearance: none;
}

.onetec-css fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

.onetec-css legend {
	border: 0;
	padding: 0;
	border: 0;
	padding: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.onetec-css table {
	border-collapse: collapse;
	border-spacing: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

.onetec-css table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

.onetec-css table td[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.onetec-css table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.onetec-css td {
	padding: 0;
	padding: 0;
}

.onetec-css th {
	padding: 0;
	padding: 0;
	text-align: left;
}

.onetec-css .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.onetec-css .glyphicon-asterisk:before {
	content: "\002a";
}

.onetec-css .glyphicon-plus:before {
	content: "\002b";
}

.onetec-css .glyphicon-euro:before {
	content: "\20ac";
}

.onetec-css .glyphicon-eur:before {
	content: "\20ac";
}

.onetec-css .glyphicon-minus:before {
	content: "\2212";
}

.onetec-css .glyphicon-cloud:before {
	content: "\2601";
}

.onetec-css .glyphicon-envelope:before {
	content: "\2709";
}

.onetec-css .glyphicon-pencil:before {
	content: "\270f";
}

.onetec-css .glyphicon-glass:before {
	content: "\e001";
}

.onetec-css .glyphicon-music:before {
	content: "\e002";
}

.onetec-css .glyphicon-search:before {
	content: "\e003";
}

.onetec-css .glyphicon-heart:before {
	content: "\e005";
}

.onetec-css .glyphicon-star:before {
	content: "\e006";
}

.onetec-css .glyphicon-star-empty:before {
	content: "\e007";
}

.onetec-css .glyphicon-user:before {
	content: "\e008";
}

.onetec-css .glyphicon-film:before {
	content: "\e009";
}

.onetec-css .glyphicon-th-large:before {
	content: "\e010";
}

.onetec-css .glyphicon-th:before {
	content: "\e011";
}

.onetec-css .glyphicon-th-list:before {
	content: "\e012";
}

.onetec-css .glyphicon-ok:before {
	content: "\e013";
}

.onetec-css .glyphicon-remove:before {
	content: "\e014";
}

.onetec-css .glyphicon-zoom-in:before {
	content: "\e015";
}

.onetec-css .glyphicon-zoom-out:before {
	content: "\e016";
}

.onetec-css .glyphicon-off:before {
	content: "\e017";
}

.onetec-css .glyphicon-signal:before {
	content: "\e018";
}

.onetec-css .glyphicon-cog:before {
	content: "\e019";
}

.onetec-css .glyphicon-trash:before {
	content: "\e020";
}

.onetec-css .glyphicon-home:before {
	content: "\e021";
}

.onetec-css .glyphicon-file:before {
	content: "\e022";
}

.onetec-css .glyphicon-time:before {
	content: "\e023";
}

.onetec-css .glyphicon-road:before {
	content: "\e024";
}

.onetec-css .glyphicon-download-alt:before {
	content: "\e025";
}

.onetec-css .glyphicon-download:before {
	content: "\e026";
}

.onetec-css .glyphicon-upload:before {
	content: "\e027";
}

.onetec-css .glyphicon-inbox:before {
	content: "\e028";
}

.onetec-css .glyphicon-play-circle:before {
	content: "\e029";
}

.onetec-css .glyphicon-repeat:before {
	content: "\e030";
}

.onetec-css .glyphicon-refresh:before {
	content: "\e031";
}

.onetec-css .glyphicon-list-alt:before {
	content: "\e032";
}

.onetec-css .glyphicon-lock:before {
	content: "\e033";
}

.onetec-css .glyphicon-flag:before {
	content: "\e034";
}

.onetec-css .glyphicon-headphones:before {
	content: "\e035";
}

.onetec-css .glyphicon-volume-off:before {
	content: "\e036";
}

.onetec-css .glyphicon-volume-down:before {
	content: "\e037";
}

.onetec-css .glyphicon-volume-up:before {
	content: "\e038";
}

.onetec-css .glyphicon-qrcode:before {
	content: "\e039";
}

.onetec-css .glyphicon-barcode:before {
	content: "\e040";
}

.onetec-css .glyphicon-tag:before {
	content: "\e041";
}

.onetec-css .glyphicon-tags:before {
	content: "\e042";
}

.onetec-css .glyphicon-book:before {
	content: "\e043";
}

.onetec-css .glyphicon-bookmark:before {
	content: "\e044";
}

.onetec-css .glyphicon-print:before {
	content: "\e045";
}

.onetec-css .glyphicon-camera:before {
	content: "\e046";
}

.onetec-css .glyphicon-font:before {
	content: "\e047";
}

.onetec-css .glyphicon-bold:before {
	content: "\e048";
}

.onetec-css .glyphicon-italic:before {
	content: "\e049";
}

.onetec-css .glyphicon-text-height:before {
	content: "\e050";
}

.onetec-css .glyphicon-text-width:before {
	content: "\e051";
}

.onetec-css .glyphicon-align-left:before {
	content: "\e052";
}

.onetec-css .glyphicon-align-center:before {
	content: "\e053";
}

.onetec-css .glyphicon-align-right:before {
	content: "\e054";
}

.onetec-css .glyphicon-align-justify:before {
	content: "\e055";
}

.onetec-css .glyphicon-list:before {
	content: "\e056";
}

.onetec-css .glyphicon-indent-left:before {
	content: "\e057";
}

.onetec-css .glyphicon-indent-right:before {
	content: "\e058";
}

.onetec-css .glyphicon-facetime-video:before {
	content: "\e059";
}

.onetec-css .glyphicon-picture:before {
	content: "\e060";
}

.onetec-css .glyphicon-map-marker:before {
	content: "\e062";
}

.onetec-css .glyphicon-adjust:before {
	content: "\e063";
}

.onetec-css .glyphicon-tint:before {
	content: "\e064";
}

.onetec-css .glyphicon-edit:before {
	content: "\e065";
}

.onetec-css .glyphicon-share:before {
	content: "\e066";
}

.onetec-css .glyphicon-check:before {
	content: "\e067";
}

.onetec-css .glyphicon-move:before {
	content: "\e068";
}

.onetec-css .glyphicon-step-backward:before {
	content: "\e069";
}

.onetec-css .glyphicon-fast-backward:before {
	content: "\e070";
}

.onetec-css .glyphicon-backward:before {
	content: "\e071";
}

.onetec-css .glyphicon-play:before {
	content: "\e072";
}

.onetec-css .glyphicon-pause:before {
	content: "\e073";
}

.onetec-css .glyphicon-stop:before {
	content: "\e074";
}

.onetec-css .glyphicon-forward:before {
	content: "\e075";
}

.onetec-css .glyphicon-fast-forward:before {
	content: "\e076";
}

.onetec-css .glyphicon-step-forward:before {
	content: "\e077";
}

.onetec-css .glyphicon-eject:before {
	content: "\e078";
}

.onetec-css .glyphicon-chevron-left:before {
	content: "\e079";
}

.onetec-css .glyphicon-chevron-right:before {
	content: "\e080";
}

.onetec-css .glyphicon-plus-sign:before {
	content: "\e081";
}

.onetec-css .glyphicon-minus-sign:before {
	content: "\e082";
}

.onetec-css .glyphicon-remove-sign:before {
	content: "\e083";
}

.onetec-css .glyphicon-ok-sign:before {
	content: "\e084";
}

.onetec-css .glyphicon-question-sign:before {
	content: "\e085";
}

.onetec-css .glyphicon-info-sign:before {
	content: "\e086";
}

.onetec-css .glyphicon-screenshot:before {
	content: "\e087";
}

.onetec-css .glyphicon-remove-circle:before {
	content: "\e088";
}

.onetec-css .glyphicon-ok-circle:before {
	content: "\e089";
}

.onetec-css .glyphicon-ban-circle:before {
	content: "\e090";
}

.onetec-css .glyphicon-arrow-left:before {
	content: "\e091";
}

.onetec-css .glyphicon-arrow-right:before {
	content: "\e092";
}

.onetec-css .glyphicon-arrow-up:before {
	content: "\e093";
}

.onetec-css .glyphicon-arrow-down:before {
	content: "\e094";
}

.onetec-css .glyphicon-share-alt:before {
	content: "\e095";
}

.onetec-css .glyphicon-resize-full:before {
	content: "\e096";
}

.onetec-css .glyphicon-resize-small:before {
	content: "\e097";
}

.onetec-css .glyphicon-exclamation-sign:before {
	content: "\e101";
}

.onetec-css .glyphicon-gift:before {
	content: "\e102";
}

.onetec-css .glyphicon-leaf:before {
	content: "\e103";
}

.onetec-css .glyphicon-fire:before {
	content: "\e104";
}

.onetec-css .glyphicon-eye-open:before {
	content: "\e105";
}

.onetec-css .glyphicon-eye-close:before {
	content: "\e106";
}

.onetec-css .glyphicon-warning-sign:before {
	content: "\e107";
}

.onetec-css .glyphicon-plane:before {
	content: "\e108";
}

.onetec-css .glyphicon-calendar:before {
	content: "\e109";
}

.onetec-css .glyphicon-random:before {
	content: "\e110";
}

.onetec-css .glyphicon-comment:before {
	content: "\e111";
}

.onetec-css .glyphicon-magnet:before {
	content: "\e112";
}

.onetec-css .glyphicon-chevron-up:before {
	content: "\e113";
}

.onetec-css .glyphicon-chevron-down:before {
	content: "\e114";
}

.onetec-css .glyphicon-retweet:before {
	content: "\e115";
}

.onetec-css .glyphicon-shopping-cart:before {
	content: "\e116";
}

.onetec-css .glyphicon-folder-close:before {
	content: "\e117";
}

.onetec-css .glyphicon-folder-open:before {
	content: "\e118";
}

.onetec-css .glyphicon-resize-vertical:before {
	content: "\e119";
}

.onetec-css .glyphicon-resize-horizontal:before {
	content: "\e120";
}

.onetec-css .glyphicon-hdd:before {
	content: "\e121";
}

.onetec-css .glyphicon-bullhorn:before {
	content: "\e122";
}

.onetec-css .glyphicon-bell:before {
	content: "\e123";
}

.onetec-css .glyphicon-certificate:before {
	content: "\e124";
}

.onetec-css .glyphicon-thumbs-up:before {
	content: "\e125";
}

.onetec-css .glyphicon-thumbs-down:before {
	content: "\e126";
}

.onetec-css .glyphicon-hand-right:before {
	content: "\e127";
}

.onetec-css .glyphicon-hand-left:before {
	content: "\e128";
}

.onetec-css .glyphicon-hand-up:before {
	content: "\e129";
}

.onetec-css .glyphicon-hand-down:before {
	content: "\e130";
}

.onetec-css .glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.onetec-css .glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.onetec-css .glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.onetec-css .glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.onetec-css .glyphicon-globe:before {
	content: "\e135";
}

.onetec-css .glyphicon-wrench:before {
	content: "\e136";
}

.onetec-css .glyphicon-tasks:before {
	content: "\e137";
}

.onetec-css .glyphicon-filter:before {
	content: "\e138";
}

.onetec-css .glyphicon-briefcase:before {
	content: "\e139";
}

.onetec-css .glyphicon-fullscreen:before {
	content: "\e140";
}

.onetec-css .glyphicon-dashboard:before {
	content: "\e141";
}

.onetec-css .glyphicon-paperclip:before {
	content: "\e142";
}

.onetec-css .glyphicon-heart-empty:before {
	content: "\e143";
}

.onetec-css .glyphicon-link:before {
	content: "\e144";
}

.onetec-css .glyphicon-phone:before {
	content: "\e145";
}

.onetec-css .glyphicon-pushpin:before {
	content: "\e146";
}

.onetec-css .glyphicon-usd:before {
	content: "\e148";
}

.onetec-css .glyphicon-gbp:before {
	content: "\e149";
}

.onetec-css .glyphicon-sort:before {
	content: "\e150";
}

.onetec-css .glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.onetec-css .glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.onetec-css .glyphicon-sort-by-order:before {
	content: "\e153";
}

.onetec-css .glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.onetec-css .glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.onetec-css .glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.onetec-css .glyphicon-unchecked:before {
	content: "\e157";
}

.onetec-css .glyphicon-expand:before {
	content: "\e158";
}

.onetec-css .glyphicon-collapse-down:before {
	content: "\e159";
}

.onetec-css .glyphicon-collapse-up:before {
	content: "\e160";
}

.onetec-css .glyphicon-log-in:before {
	content: "\e161";
}

.onetec-css .glyphicon-flash:before {
	content: "\e162";
}

.onetec-css .glyphicon-log-out:before {
	content: "\e163";
}

.onetec-css .glyphicon-new-window:before {
	content: "\e164";
}

.onetec-css .glyphicon-record:before {
	content: "\e165";
}

.onetec-css .glyphicon-save:before {
	content: "\e166";
}

.onetec-css .glyphicon-open:before {
	content: "\e167";
}

.onetec-css .glyphicon-saved:before {
	content: "\e168";
}

.onetec-css .glyphicon-import:before {
	content: "\e169";
}

.onetec-css .glyphicon-export:before {
	content: "\e170";
}

.onetec-css .glyphicon-send:before {
	content: "\e171";
}

.onetec-css .glyphicon-floppy-disk:before {
	content: "\e172";
}

.onetec-css .glyphicon-floppy-saved:before {
	content: "\e173";
}

.onetec-css .glyphicon-floppy-remove:before {
	content: "\e174";
}

.onetec-css .glyphicon-floppy-save:before {
	content: "\e175";
}

.onetec-css .glyphicon-floppy-open:before {
	content: "\e176";
}

.onetec-css .glyphicon-credit-card:before {
	content: "\e177";
}

.onetec-css .glyphicon-transfer:before {
	content: "\e178";
}

.onetec-css .glyphicon-cutlery:before {
	content: "\e179";
}

.onetec-css .glyphicon-header:before {
	content: "\e180";
}

.onetec-css .glyphicon-compressed:before {
	content: "\e181";
}

.onetec-css .glyphicon-earphone:before {
	content: "\e182";
}

.onetec-css .glyphicon-phone-alt:before {
	content: "\e183";
}

.onetec-css .glyphicon-tower:before {
	content: "\e184";
}

.onetec-css .glyphicon-stats:before {
	content: "\e185";
}

.onetec-css .glyphicon-sd-video:before {
	content: "\e186";
}

.onetec-css .glyphicon-hd-video:before {
	content: "\e187";
}

.onetec-css .glyphicon-subtitles:before {
	content: "\e188";
}

.onetec-css .glyphicon-sound-stereo:before {
	content: "\e189";
}

.onetec-css .glyphicon-sound-dolby:before {
	content: "\e190";
}

.onetec-css .glyphicon-sound-5-1:before {
	content: "\e191";
}

.onetec-css .glyphicon-sound-6-1:before {
	content: "\e192";
}

.onetec-css .glyphicon-sound-7-1:before {
	content: "\e193";
}

.onetec-css .glyphicon-copyright-mark:before {
	content: "\e194";
}

.onetec-css .glyphicon-registration-mark:before {
	content: "\e195";
}

.onetec-css .glyphicon-cloud-download:before {
	content: "\e197";
}

.onetec-css .glyphicon-cloud-upload:before {
	content: "\e198";
}

.onetec-css .glyphicon-tree-conifer:before {
	content: "\e199";
}

.onetec-css .glyphicon-tree-deciduous:before {
	content: "\e200";
}

.onetec-css .glyphicon-cd:before {
	content: "\e201";
}

.onetec-css .glyphicon-save-file:before {
	content: "\e202";
}

.onetec-css .glyphicon-open-file:before {
	content: "\e203";
}

.onetec-css .glyphicon-level-up:before {
	content: "\e204";
}

.onetec-css .glyphicon-copy:before {
	content: "\e205";
}

.onetec-css .glyphicon-paste:before {
	content: "\e206";
}

.onetec-css .glyphicon-alert:before {
	content: "\e209";
}

.onetec-css .glyphicon-equalizer:before {
	content: "\e210";
}

.onetec-css .glyphicon-king:before {
	content: "\e211";
}

.onetec-css .glyphicon-queen:before {
	content: "\e212";
}

.onetec-css .glyphicon-pawn:before {
	content: "\e213";
}

.onetec-css .glyphicon-bishop:before {
	content: "\e214";
}

.onetec-css .glyphicon-knight:before {
	content: "\e215";
}

.onetec-css .glyphicon-baby-formula:before {
	content: "\e216";
}

.onetec-css .glyphicon-tent:before {
	content: "\26fa";
}

.onetec-css .glyphicon-blackboard:before {
	content: "\e218";
}

.onetec-css .glyphicon-bed:before {
	content: "\e219";
}

.onetec-css .glyphicon-apple:before {
	content: "\f8ff";
}

.onetec-css .glyphicon-erase:before {
	content: "\e221";
}

.onetec-css .glyphicon-hourglass:before {
	content: "\231b";
}

.onetec-css .glyphicon-lamp:before {
	content: "\e223";
}

.onetec-css .glyphicon-duplicate:before {
	content: "\e224";
}

.onetec-css .glyphicon-piggy-bank:before {
	content: "\e225";
}

.onetec-css .glyphicon-scissors:before {
	content: "\e226";
}

.onetec-css .glyphicon-bitcoin:before {
	content: "\e227";
}

.onetec-css .glyphicon-btc:before {
	content: "\e227";
}

.onetec-css .glyphicon-xbt:before {
	content: "\e227";
}

.onetec-css .glyphicon-yen:before {
	content: "\00a5";
}

.onetec-css .glyphicon-jpy:before {
	content: "\00a5";
}

.onetec-css .glyphicon-ruble:before {
	content: "\20bd";
}

.onetec-css .glyphicon-rub:before {
	content: "\20bd";
}

.onetec-css .glyphicon-scale:before {
	content: "\e230";
}

.onetec-css .glyphicon-ice-lolly:before {
	content: "\e231";
}

.onetec-css .glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.onetec-css .glyphicon-education:before {
	content: "\e233";
}

.onetec-css .glyphicon-option-horizontal:before {
	content: "\e234";
}

.onetec-css .glyphicon-option-vertical:before {
	content: "\e235";
}

.onetec-css .glyphicon-menu-hamburger:before {
	content: "\e236";
}

.onetec-css .glyphicon-modal-window:before {
	content: "\e237";
}

.onetec-css .glyphicon-oil:before {
	content: "\e238";
}

.onetec-css .glyphicon-grain:before {
	content: "\e239";
}

.onetec-css .glyphicon-sunglasses:before {
	content: "\e240";
}

.onetec-css .glyphicon-text-size:before {
	content: "\e241";
}

.onetec-css .glyphicon-text-color:before {
	content: "\e242";
}

.onetec-css .glyphicon-text-background:before {
	content: "\e243";
}

.onetec-css .glyphicon-object-align-top:before {
	content: "\e244";
}

.onetec-css .glyphicon-object-align-bottom:before {
	content: "\e245";
}

.onetec-css .glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.onetec-css .glyphicon-object-align-left:before {
	content: "\e247";
}

.onetec-css .glyphicon-object-align-vertical:before {
	content: "\e248";
}

.onetec-css .glyphicon-object-align-right:before {
	content: "\e249";
}

.onetec-css .glyphicon-triangle-right:before {
	content: "\e250";
}

.onetec-css .glyphicon-triangle-left:before {
	content: "\e251";
}

.onetec-css .glyphicon-triangle-bottom:before {
	content: "\e252";
}

.onetec-css .glyphicon-triangle-top:before {
	content: "\e253";
}

.onetec-css .glyphicon-console:before {
	content: "\e254";
}

.onetec-css .glyphicon-superscript:before {
	content: "\e255";
}

.onetec-css .glyphicon-subscript:before {
	content: "\e256";
}

.onetec-css .glyphicon-menu-left:before {
	content: "\e257";
}

.onetec-css .glyphicon-menu-right:before {
	content: "\e258";
}

.onetec-css .glyphicon-menu-down:before {
	content: "\e259";
}

.onetec-css .glyphicon-menu-up:before {
	content: "\e260";
}

.onetec-css * {
	box-sizing: border-box;
	box-sizing: inherit;
}

.onetec-css *:before {
	box-sizing: border-box;
}

.onetec-css *:after {
	box-sizing: border-box;
}

.onetec-css *::before {
	box-sizing: inherit;
}

.onetec-css *::after {
	box-sizing: inherit;
}

.onetec-css .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.onetec-css .img-rounded {
	border-radius: 6px;
}

.onetec-css .img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.onetec-css .img-circle {
	border-radius: 50%;
}

.onetec-css .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.onetec-css .sr-only-focusable:active {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.onetec-css .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.onetec-css [role="button"] {
	cursor: pointer;
}

.onetec-css h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
}

.onetec-css h2 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css h2 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
}

.onetec-css h3 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css h3 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

.onetec-css h4 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css h4 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css h5 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.onetec-css h5 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css h5 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.onetec-css h6 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h1 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px;
}

.onetec-css .h1 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h1 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
}

.onetec-css .h2 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h2 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
}

.onetec-css .h3 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h3 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}

.onetec-css .h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

.onetec-css .h4 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h4 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h5 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.onetec-css .h5 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h5 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.onetec-css .h6 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 75%;
}

.onetec-css p {
	margin: 0 0 10px;
}

.onetec-css .lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.onetec-css .small {
	font-size: 85%;
}

.onetec-css .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.onetec-css .text-left {
	text-align: left;
	text-align: left;
}

.onetec-css .text-right {
	text-align: right;
	text-align: right;
}

.onetec-css .text-center {
	text-align: center;
	text-align: center;
}

.onetec-css .text-justify {
	text-align: justify;
}

.onetec-css .text-nowrap {
	white-space: nowrap;
}

.onetec-css .text-lowercase {
	text-transform: lowercase;
}

.onetec-css .text-uppercase {
	text-transform: uppercase;
}

.onetec-css .initialism {
	text-transform: uppercase;
	font-size: 90%;
}

.onetec-css .text-capitalize {
	text-transform: capitalize;
}

.onetec-css .text-muted {
	color: #777777;
}

.onetec-css .text-primary {
	color: #337ab7;
}

.onetec-css a.text-primary:hover {
	color: #286090;
}

.onetec-css a.text-primary:focus {
	color: #286090;
}

.onetec-css .text-success {
	color: #3c763d;
}

.onetec-css a.text-success:hover {
	color: #2b542c;
}

.onetec-css a.text-success:focus {
	color: #2b542c;
}

.onetec-css .text-info {
	color: #31708f;
}

.onetec-css a.text-info:hover {
	color: #245269;
}

.onetec-css a.text-info:focus {
	color: #245269;
}

.onetec-css .text-warning {
	color: #8a6d3b;
}

.onetec-css a.text-warning:hover {
	color: #66512c;
}

.onetec-css a.text-warning:focus {
	color: #66512c;
}

.onetec-css .text-danger {
	color: #a94442;
}

.onetec-css a.text-danger:hover {
	color: #843534;
}

.onetec-css a.text-danger:focus {
	color: #843534;
}

.onetec-css .bg-primary {
	color: #fff;
	background-color: #337ab7;
}

.onetec-css a.bg-primary:hover {
	background-color: #286090;
}

.onetec-css a.bg-primary:focus {
	background-color: #286090;
}

.onetec-css .bg-success {
	background-color: #dff0d8;
}

.onetec-css a.bg-success:hover {
	background-color: #c1e2b3;
}

.onetec-css a.bg-success:focus {
	background-color: #c1e2b3;
}

.onetec-css .bg-info {
	background-color: #d9edf7;
}

.onetec-css a.bg-info:hover {
	background-color: #afd9ee;
}

.onetec-css a.bg-info:focus {
	background-color: #afd9ee;
}

.onetec-css .bg-warning {
	background-color: #fcf8e3;
}

.onetec-css a.bg-warning:hover {
	background-color: #f7ecb5;
}

.onetec-css a.bg-warning:focus {
	background-color: #f7ecb5;
}

.onetec-css .bg-danger {
	background-color: #f2dede;
}

.onetec-css a.bg-danger:hover {
	background-color: #e4b9b9;
}

.onetec-css a.bg-danger:focus {
	background-color: #e4b9b9;
}

.onetec-css .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

.onetec-css ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.onetec-css ul ul {
	margin-bottom: 0;
}

.onetec-css ul ol {
	margin-bottom: 0;
}

.onetec-css ol {
	margin-top: 0;
	margin-bottom: 10px;
}

.onetec-css ol ul {
	margin-bottom: 0;
}

.onetec-css ol ol {
	margin-bottom: 0;
}

.onetec-css .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.onetec-css .list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.onetec-css .list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.onetec-css dl {
	margin-top: 0;
	margin-bottom: 20px;
}

.onetec-css dt {
	line-height: 1.428571429;
	font-weight: bold;
}

.onetec-css dd {
	line-height: 1.428571429;
	margin-left: 0;
}

.onetec-css .dl-horizontal dd:before {
	content: " ";
	display: table;
}

.onetec-css .dl-horizontal dd:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.onetec-css blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

.onetec-css blockquote p:last-child {
	margin-bottom: 0;
}

.onetec-css blockquote ul:last-child {
	margin-bottom: 0;
}

.onetec-css blockquote ol:last-child {
	margin-bottom: 0;
}

.onetec-css blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777;
}

.onetec-css blockquote footer:before {
	content: '\2014 \00A0';
}

.onetec-css blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777;
}

.onetec-css blockquote small:before {
	content: '\2014 \00A0';
}

.onetec-css blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777;
}

.onetec-css blockquote .small:before {
	content: '\2014 \00A0';
}

.onetec-css .blockquote-reverse {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.onetec-css .blockquote-reverse footer:before {
	content: '';
}

.onetec-css .blockquote-reverse footer:after {
	content: '\00A0 \2014';
}

.onetec-css .blockquote-reverse small:before {
	content: '';
}

.onetec-css .blockquote-reverse small:after {
	content: '\00A0 \2014';
}

.onetec-css .blockquote-reverse .small:before {
	content: '';
}

.onetec-css .blockquote-reverse .small:after {
	content: '\00A0 \2014';
}

.onetec-css blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.onetec-css blockquote.pull-right footer:before {
	content: '';
}

.onetec-css blockquote.pull-right footer:after {
	content: '\00A0 \2014';
}

.onetec-css blockquote.pull-right small:before {
	content: '';
}

.onetec-css blockquote.pull-right small:after {
	content: '\00A0 \2014';
}

.onetec-css blockquote.pull-right .small:before {
	content: '';
}

.onetec-css blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

.onetec-css address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
	line-height: 2;
}

.onetec-css .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.onetec-css .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	width: 92% !important;
	max-width: 1800px !important;
	position: relative;
	max-width: 92%;
	width: 1450px;
}

.onetec-css .container:before {
	content: " ";
	display: table;
}

.onetec-css .container:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.onetec-css .container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.onetec-css .container .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .container-fluid:before {
	content: " ";
	display: table;
}

.onetec-css .container-fluid:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .container-fluid > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.onetec-css .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.onetec-css .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .row {
	margin-left: -15px;
	margin-right: -15px;
}

.onetec-css .row:before {
	content: " ";
	display: table;
}

.onetec-css .row:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .col-xs-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 8.3333333333%;
}

.onetec-css .col-sm-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 16.6666666667%;
}

.onetec-css .col-sm-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 25%;
}

.onetec-css .col-sm-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 33.3333333333%;
}

.onetec-css .col-sm-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 41.6666666667%;
}

.onetec-css .col-sm-5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
}

.onetec-css .col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-6 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-6 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-7 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 58.3333333333%;
}

.onetec-css .col-sm-7 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-7 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-7 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-8 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 66.6666666667%;
}

.onetec-css .col-sm-8 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-8 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-8 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 75%;
}

.onetec-css .col-sm-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-10 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 83.3333333333%;
}

.onetec-css .col-sm-10 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-10 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-10 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-11 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 91.6666666667%;
}

.onetec-css .col-sm-11 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-11 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-11 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

.onetec-css .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .col-xs-pull-0 {
	right: auto;
}

.onetec-css .col-xs-pull-1 {
	right: 8.3333333333%;
}

.onetec-css .col-xs-pull-2 {
	right: 16.6666666667%;
}

.onetec-css .col-xs-pull-3 {
	right: 25%;
}

.onetec-css .col-xs-pull-4 {
	right: 33.3333333333%;
}

.onetec-css .col-xs-pull-5 {
	right: 41.6666666667%;
}

.onetec-css .col-xs-pull-6 {
	right: 50%;
}

.onetec-css .col-xs-pull-7 {
	right: 58.3333333333%;
}

.onetec-css .col-xs-pull-8 {
	right: 66.6666666667%;
}

.onetec-css .col-xs-pull-9 {
	right: 75%;
}

.onetec-css .col-xs-pull-10 {
	right: 83.3333333333%;
}

.onetec-css .col-xs-pull-11 {
	right: 91.6666666667%;
}

.onetec-css .col-xs-pull-12 {
	right: 100%;
}

.onetec-css .col-xs-push-0 {
	left: auto;
}

.onetec-css .col-xs-push-1 {
	left: 8.3333333333%;
}

.onetec-css .col-xs-push-2 {
	left: 16.6666666667%;
}

.onetec-css .col-xs-push-3 {
	left: 25%;
}

.onetec-css .col-xs-push-4 {
	left: 33.3333333333%;
}

.onetec-css .col-xs-push-5 {
	left: 41.6666666667%;
}

.onetec-css .col-xs-push-6 {
	left: 50%;
}

.onetec-css .col-xs-push-7 {
	left: 58.3333333333%;
}

.onetec-css .col-xs-push-8 {
	left: 66.6666666667%;
}

.onetec-css .col-xs-push-9 {
	left: 75%;
}

.onetec-css .col-xs-push-10 {
	left: 83.3333333333%;
}

.onetec-css .col-xs-push-11 {
	left: 91.6666666667%;
}

.onetec-css .col-xs-push-12 {
	left: 100%;
}

.onetec-css .col-xs-offset-0 {
	margin-left: 0%;
}

.onetec-css .col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.onetec-css .col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.onetec-css .col-xs-offset-3 {
	margin-left: 25%;
}

.onetec-css .col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.onetec-css .col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.onetec-css .col-xs-offset-6 {
	margin-left: 50%;
}

.onetec-css .col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.onetec-css .col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.onetec-css .col-xs-offset-9 {
	margin-left: 75%;
}

.onetec-css .col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.onetec-css .col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.onetec-css .col-xs-offset-12 {
	margin-left: 100%;
}

.onetec-css caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

.onetec-css .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.onetec-css .table > thead > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.onetec-css .table > thead > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.onetec-css .table > thead > tr > td.active {
	background-color: #f5f5f5;
}

.onetec-css .table > thead > tr > th.active {
	background-color: #f5f5f5;
}

.onetec-css .table > thead > tr > td.success {
	background-color: #dff0d8;
}

.onetec-css .table > thead > tr > th.success {
	background-color: #dff0d8;
}

.onetec-css .table > thead > tr > td.info {
	background-color: #d9edf7;
}

.onetec-css .table > thead > tr > th.info {
	background-color: #d9edf7;
}

.onetec-css .table > thead > tr > td.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > thead > tr > td.danger {
	background-color: #f2dede;
}

.onetec-css .table > thead > tr > th.danger {
	background-color: #f2dede;
}

.onetec-css .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

.onetec-css .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.onetec-css .table > thead > tr.active > td {
	background-color: #f5f5f5;
}

.onetec-css .table > thead > tr.active > th {
	background-color: #f5f5f5;
}

.onetec-css .table > thead > tr.success > td {
	background-color: #dff0d8;
}

.onetec-css .table > thead > tr.success > th {
	background-color: #dff0d8;
}

.onetec-css .table > thead > tr.info > td {
	background-color: #d9edf7;
}

.onetec-css .table > thead > tr.info > th {
	background-color: #d9edf7;
}

.onetec-css .table > thead > tr.warning > td {
	background-color: #fcf8e3;
}

.onetec-css .table > thead > tr.warning > th {
	background-color: #fcf8e3;
}

.onetec-css .table > thead > tr.danger > td {
	background-color: #f2dede;
}

.onetec-css .table > thead > tr.danger > th {
	background-color: #f2dede;
}

.onetec-css .table > tbody > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.onetec-css .table > tbody > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.onetec-css .table > tbody > tr > td.active {
	background-color: #f5f5f5;
}

.onetec-css .table > tbody > tr > th.active {
	background-color: #f5f5f5;
}

.onetec-css .table > tbody > tr > td.success {
	background-color: #dff0d8;
}

.onetec-css .table > tbody > tr > th.success {
	background-color: #dff0d8;
}

.onetec-css .table > tbody > tr > td.info {
	background-color: #d9edf7;
}

.onetec-css .table > tbody > tr > th.info {
	background-color: #d9edf7;
}

.onetec-css .table > tbody > tr > td.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > tbody > tr > th.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > tbody > tr > td.danger {
	background-color: #f2dede;
}

.onetec-css .table > tbody > tr > th.danger {
	background-color: #f2dede;
}

.onetec-css .table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.onetec-css .table > tbody > tr.active > td {
	background-color: #f5f5f5;
}

.onetec-css .table > tbody > tr.active > th {
	background-color: #f5f5f5;
}

.onetec-css .table > tbody > tr.success > td {
	background-color: #dff0d8;
}

.onetec-css .table > tbody > tr.success > th {
	background-color: #dff0d8;
}

.onetec-css .table > tbody > tr.info > td {
	background-color: #d9edf7;
}

.onetec-css .table > tbody > tr.info > th {
	background-color: #d9edf7;
}

.onetec-css .table > tbody > tr.warning > td {
	background-color: #fcf8e3;
}

.onetec-css .table > tbody > tr.warning > th {
	background-color: #fcf8e3;
}

.onetec-css .table > tbody > tr.danger > td {
	background-color: #f2dede;
}

.onetec-css .table > tbody > tr.danger > th {
	background-color: #f2dede;
}

.onetec-css .table > tfoot > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.onetec-css .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.onetec-css .table > tfoot > tr > td.active {
	background-color: #f5f5f5;
}

.onetec-css .table > tfoot > tr > th.active {
	background-color: #f5f5f5;
}

.onetec-css .table > tfoot > tr > td.success {
	background-color: #dff0d8;
}

.onetec-css .table > tfoot > tr > th.success {
	background-color: #dff0d8;
}

.onetec-css .table > tfoot > tr > td.info {
	background-color: #d9edf7;
}

.onetec-css .table > tfoot > tr > th.info {
	background-color: #d9edf7;
}

.onetec-css .table > tfoot > tr > td.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > tfoot > tr > th.warning {
	background-color: #fcf8e3;
}

.onetec-css .table > tfoot > tr > td.danger {
	background-color: #f2dede;
}

.onetec-css .table > tfoot > tr > th.danger {
	background-color: #f2dede;
}

.onetec-css .table > tfoot > tr.active > td {
	background-color: #f5f5f5;
}

.onetec-css .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.onetec-css .table > tfoot > tr.success > td {
	background-color: #dff0d8;
}

.onetec-css .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.onetec-css .table > tfoot > tr.info > td {
	background-color: #d9edf7;
}

.onetec-css .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.onetec-css .table > tfoot > tr.warning > td {
	background-color: #fcf8e3;
}

.onetec-css .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.onetec-css .table > tfoot > tr.danger > td {
	background-color: #f2dede;
}

.onetec-css .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.onetec-css .table > caption + thead > tr:first-child > th {
	border-top: 0;
}

.onetec-css .table > caption + thead > tr:first-child > td {
	border-top: 0;
}

.onetec-css .table > colgroup + thead > tr:first-child > th {
	border-top: 0;
}

.onetec-css .table > colgroup + thead > tr:first-child > td {
	border-top: 0;
}

.onetec-css .table .table {
	background-color: #fff;
}

.onetec-css .table-condensed > thead > tr > th {
	padding: 5px;
}

.onetec-css .table-condensed > thead > tr > td {
	padding: 5px;
}

.onetec-css .table-condensed > tbody > tr > th {
	padding: 5px;
}

.onetec-css .table-condensed > tbody > tr > td {
	padding: 5px;
}

.onetec-css .table-condensed > tfoot > tr > th {
	padding: 5px;
}

.onetec-css .table-condensed > tfoot > tr > td {
	padding: 5px;
}

.onetec-css .table-bordered {
	border: 1px solid #ddd;
}

.onetec-css .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
	border-bottom-width: 2px;
}

.onetec-css .table-bordered > thead > tr > td {
	border: 1px solid #ddd;
	border-bottom-width: 2px;
}

.onetec-css .table-bordered > tbody > tr > th {
	border: 1px solid #ddd;
}

.onetec-css .table-bordered > tbody > tr > td {
	border: 1px solid #ddd;
}

.onetec-css .table-bordered > tfoot > tr > th {
	border: 1px solid #ddd;
}

.onetec-css .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.onetec-css .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.onetec-css .table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

.onetec-css .table-hover > tbody > tr:hover > .active {
	background-color: #e8e8e8;
}

.onetec-css .table-hover > tbody > tr:hover > .success {
	background-color: #d0e9c6;
}

.onetec-css .table-hover > tbody > tr:hover > .info {
	background-color: #c4e3f3;
}

.onetec-css .table-hover > tbody > tr:hover > .warning {
	background-color: #faf2cc;
}

.onetec-css .table-hover > tbody > tr:hover > .danger {
	background-color: #ebcccc;
}

.onetec-css .table-hover > tbody > tr > td.active:hover {
	background-color: #e8e8e8;
}

.onetec-css .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}

.onetec-css .table-hover > tbody > tr > td.success:hover {
	background-color: #d0e9c6;
}

.onetec-css .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

.onetec-css .table-hover > tbody > tr > td.info:hover {
	background-color: #c4e3f3;
}

.onetec-css .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

.onetec-css .table-hover > tbody > tr > td.warning:hover {
	background-color: #faf2cc;
}

.onetec-css .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

.onetec-css .table-hover > tbody > tr > td.danger:hover {
	background-color: #ebcccc;
}

.onetec-css .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

.onetec-css .table-hover > tbody > tr.active:hover > td {
	background-color: #e8e8e8;
}

.onetec-css .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.onetec-css .table-hover > tbody > tr.success:hover > td {
	background-color: #d0e9c6;
}

.onetec-css .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.onetec-css .table-hover > tbody > tr.info:hover > td {
	background-color: #c4e3f3;
}

.onetec-css .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.onetec-css .table-hover > tbody > tr.warning:hover > td {
	background-color: #faf2cc;
}

.onetec-css .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.onetec-css .table-hover > tbody > tr.danger:hover > td {
	background-color: #ebcccc;
}

.onetec-css .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.onetec-css .table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

.onetec-css label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-weight: normal;
}

.onetec-css input[type="file"] {
	display: block;
}

.onetec-css input[type="file"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css input[type="range"] {
	display: block;
	width: 100%;
}

.onetec-css select[multiple] {
	height: auto;
}

.onetec-css select[size] {
	height: auto;
}

.onetec-css output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
}

.onetec-css .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline: none;
	box-shadow: none;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .03em;
}

.onetec-css .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: none;
	box-shadow: none;
}

.onetec-css .form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.onetec-css .form-control:-ms-input-placeholder {
	color: #999;
}

.onetec-css .form-control::-webkit-input-placeholder {
	color: #999;
}

.onetec-css .form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.onetec-css .form-control:active {
	outline: none;
	box-shadow: none;
}

.onetec-css .form-control[disabled] {
	background-color: #eeeeee;
	opacity: 1;
	cursor: not-allowed;
}

.onetec-css .form-control[readonly] {
	background-color: #eeeeee;
	opacity: 1;
}

.onetec-css fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] input[type="radio"] {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] .radio label {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.onetec-css fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.onetec-css fieldset[disabled] a.btn {
	pointer-events: none;
}

.onetec-css fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css fieldset[disabled] .btn-default:focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css fieldset[disabled] .btn-primary:focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css fieldset[disabled] .btn-success:focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css fieldset[disabled] .btn-info:focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css fieldset[disabled] .btn-warning:focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css fieldset[disabled] .btn-danger:focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.onetec-css fieldset[disabled] .btn-link:hover {
	color: #777777;
	text-decoration: none;
}

.onetec-css fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.onetec-css fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}

.onetec-css fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.onetec-css fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.onetec-css fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.onetec-css textarea.form-control {
	height: auto;
}

.onetec-css .form-group {
	margin-bottom: 15px;
}

.onetec-css .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.onetec-css .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 0;
	position: relative;
	margin: 0 !important;
}

.onetec-css .radio label:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	margin-left: 0;
	border: 2px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	vertical-align: middle;
	margin-top: 4px;
	left: 0;
	top: 0;
}

.onetec-css .radio label:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	margin-left: 0;
	border: 2px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	vertical-align: middle;
	margin-top: 4px;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #ff7914;
	top: 3px;
	left: 3px;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.onetec-css .radio input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.onetec-css .radio + .radio {
	margin-top: -5px;
}

.onetec-css .radio input[type=radio] {
	visibility: hidden;
	opacity: 0;
}

.onetec-css .radio input[type=radio]:checked + label:after {
	opacity: 1;
	visibility: visible;
}

.onetec-css .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.onetec-css .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 0;
	position: relative;
	margin: 0 !important;
}

.onetec-css .checkbox label:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	margin-left: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-top: 4px;
	left: 0;
	top: 0;
}

.onetec-css .checkbox label:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	margin-left: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-top: 4px;
	left: 0;
	top: 0;
	content: "\2713";
	width: 16px;
	height: 16px;
	color: #b68a35;
	top: 0px;
	left: 0;
	border: 0;
	background: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	text-shadow: 0.05em 0px 0px;
}

.onetec-css .checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.onetec-css .checkbox + .checkbox {
	margin-top: -5px;
}

.onetec-css .checkbox input[type=checkbox] {
	visibility: hidden;
	opacity: 0;
}

.onetec-css .checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
	visibility: visible;
}

.onetec-css .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.onetec-css .radio-inline input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.onetec-css .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

.onetec-css .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.onetec-css .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.onetec-css .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.onetec-css input[type="radio"][disabled] {
	cursor: not-allowed;
}

.onetec-css input[type="radio"].disabled {
	cursor: not-allowed;
}

.onetec-css input[type="checkbox"][disabled] {
	cursor: not-allowed;
}

.onetec-css input[type="checkbox"].disabled {
	cursor: not-allowed;
}

.onetec-css .radio-inline.disabled {
	cursor: not-allowed;
}

.onetec-css .checkbox-inline.disabled {
	cursor: not-allowed;
}

.onetec-css .radio.disabled label {
	cursor: not-allowed;
}

.onetec-css .checkbox.disabled label {
	cursor: not-allowed;
}

.onetec-css .form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

.onetec-css .form-control-static.input-lg {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-lg > .form-control-static.form-control {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-lg > .form-control-static.input-group-addon {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-lg > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > .input-group-btn > textarea.btn {
	height: auto;
}

.onetec-css .input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.onetec-css .input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.onetec-css .input-group-lg > .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .input-group-lg > .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > .input-group-addon {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.onetec-css .input-group-lg > .input-group-addon + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > select.form-control {
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > select.input-group-addon {
	height: 46px;
	line-height: 46px;
}

.onetec-css .input-group-lg > textarea.form-control {
	height: auto;
}

.onetec-css .input-group-lg > textarea.input-group-addon {
	height: auto;
}

.onetec-css .input-group-lg > select[multiple].form-control {
	height: auto;
}

.onetec-css .input-group-lg > select[multiple].input-group-addon {
	height: auto;
}

.onetec-css .input-group-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-sm > .form-control-static.form-control {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-sm > .form-control-static.input-group-addon {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > .input-group-btn > textarea.btn {
	height: auto;
}

.onetec-css .input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.onetec-css .input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.onetec-css .input-group-sm > .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .input-group-sm > .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > .input-group-addon {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.onetec-css .input-group-sm > .input-group-addon + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > select.form-control {
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > select.input-group-addon {
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-group-sm > textarea.form-control {
	height: auto;
}

.onetec-css .input-group-sm > textarea.input-group-addon {
	height: auto;
}

.onetec-css .input-group-sm > select[multiple].form-control {
	height: auto;
}

.onetec-css .input-group-sm > select[multiple].input-group-addon {
	height: auto;
}

.onetec-css .input-group-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css select.input-sm {
	height: 30px;
	line-height: 30px;
}

.onetec-css textarea.input-sm {
	height: auto;
}

.onetec-css select[multiple].input-sm {
	height: auto;
}

.onetec-css .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.onetec-css .form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.onetec-css .form-group-sm textarea.form-control {
	height: auto;
}

.onetec-css .form-group-sm select[multiple].form-control {
	height: auto;
}

.onetec-css .form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.onetec-css .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css select.input-lg {
	height: 46px;
	line-height: 46px;
}

.onetec-css textarea.input-lg {
	height: auto;
}

.onetec-css select[multiple].input-lg {
	height: auto;
}

.onetec-css .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.onetec-css .form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.onetec-css .form-group-lg textarea.form-control {
	height: auto;
}

.onetec-css .form-group-lg select[multiple].form-control {
	height: auto;
}

.onetec-css .form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.onetec-css .has-feedback {
	position: relative;
}

.onetec-css .has-feedback .form-control {
	padding-right: 42.5px;
}

.onetec-css .has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.onetec-css .has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.onetec-css .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.onetec-css .has-success .help-block {
	color: #3c763d;
}

.onetec-css .has-success .control-label {
	color: #3c763d;
}

.onetec-css .has-success .radio {
	color: #3c763d;
}

.onetec-css .has-success .checkbox {
	color: #3c763d;
}

.onetec-css .has-success .radio-inline {
	color: #3c763d;
}

.onetec-css .has-success .checkbox-inline {
	color: #3c763d;
}

.onetec-css .has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.onetec-css .has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.onetec-css .has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.onetec-css .has-success .form-control-feedback {
	color: #3c763d;
}

.onetec-css .has-success.radio label {
	color: #3c763d;
}

.onetec-css .has-success.checkbox label {
	color: #3c763d;
}

.onetec-css .has-success.radio-inline label {
	color: #3c763d;
}

.onetec-css .has-success.checkbox-inline label {
	color: #3c763d;
}

.onetec-css .has-warning .help-block {
	color: #8a6d3b;
}

.onetec-css .has-warning .control-label {
	color: #8a6d3b;
}

.onetec-css .has-warning .radio {
	color: #8a6d3b;
}

.onetec-css .has-warning .checkbox {
	color: #8a6d3b;
}

.onetec-css .has-warning .radio-inline {
	color: #8a6d3b;
}

.onetec-css .has-warning .checkbox-inline {
	color: #8a6d3b;
}

.onetec-css .has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.onetec-css .has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.onetec-css .has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.onetec-css .has-warning .form-control-feedback {
	color: #8a6d3b;
}

.onetec-css .has-warning.radio label {
	color: #8a6d3b;
}

.onetec-css .has-warning.checkbox label {
	color: #8a6d3b;
}

.onetec-css .has-warning.radio-inline label {
	color: #8a6d3b;
}

.onetec-css .has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.onetec-css .has-error .help-block {
	color: #a94442;
}

.onetec-css .has-error .control-label {
	color: #a94442;
}

.onetec-css .has-error .radio {
	color: #a94442;
}

.onetec-css .has-error .checkbox {
	color: #a94442;
}

.onetec-css .has-error .radio-inline {
	color: #a94442;
}

.onetec-css .has-error .checkbox-inline {
	color: #a94442;
}

.onetec-css .has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.onetec-css .has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.onetec-css .has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.onetec-css .has-error .form-control-feedback {
	color: #a94442;
}

.onetec-css .has-error.radio label {
	color: #a94442;
}

.onetec-css .has-error.checkbox label {
	color: #a94442;
}

.onetec-css .has-error.radio-inline label {
	color: #a94442;
}

.onetec-css .has-error.checkbox-inline label {
	color: #a94442;
}

.onetec-css .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #606060;
}

.onetec-css .form-horizontal .radio {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
	min-height: 27px;
}

.onetec-css .form-horizontal .checkbox {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
	min-height: 27px;
}

.onetec-css .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.onetec-css .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.onetec-css .form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.onetec-css .form-horizontal .form-group:before {
	content: " ";
	display: table;
}

.onetec-css .form-horizontal .form-group:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

.onetec-css .btn.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #333;
	text-decoration: none;
}

.onetec-css .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.onetec-css .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.onetec-css .btn.disabled {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.onetec-css .btn[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.onetec-css a.btn.disabled {
	pointer-events: none;
}

.onetec-css .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.onetec-css .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.onetec-css .btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none;
}

.onetec-css .btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .btn-default:active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .btn-default:active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .btn-default .badge {
	color: #fff;
	background-color: #333;
}

.onetec-css .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.onetec-css .btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none;
}

.onetec-css .btn-default.active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .btn-default.active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none;
}

.onetec-css .open > .btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .open > .btn-default.dropdown-toggle:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none;
}

.onetec-css .open > .btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .open > .btn-primary.dropdown-toggle:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none;
}

.onetec-css .open > .btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .open > .btn-success.dropdown-toggle:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none;
}

.onetec-css .open > .btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .open > .btn-info.dropdown-toggle:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none;
}

.onetec-css .open > .btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .open > .btn-warning.dropdown-toggle:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none;
}

.onetec-css .open > .btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .open > .btn-danger.dropdown-toggle:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .open > .dropdown-menu {
	display: block;
}

.onetec-css .open > a {
	outline: 0;
}

.onetec-css .btn-default.active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.onetec-css .btn-default.disabled:hover {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default.disabled:focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default.disabled.focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default[disabled]:focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-default[disabled].focus {
	background-color: #fff;
	border-color: #ccc;
}

.onetec-css .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.onetec-css .btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.onetec-css .btn-primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none;
}

.onetec-css .btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary:active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary:active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.onetec-css .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.onetec-css .btn-primary.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none;
}

.onetec-css .btn-primary.active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary.active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.onetec-css .btn-primary.disabled:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary.disabled:focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary.disabled.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary[disabled]:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary[disabled]:focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-primary[disabled].focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.onetec-css .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.onetec-css .btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.onetec-css .btn-success:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none;
}

.onetec-css .btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success:active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success:active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.onetec-css .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.onetec-css .btn-success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none;
}

.onetec-css .btn-success.active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success.active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success.active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.onetec-css .btn-success.disabled:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success.disabled:focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success.disabled.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success[disabled]:focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-success[disabled].focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.onetec-css .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.onetec-css .btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.onetec-css .btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none;
}

.onetec-css .btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info:active:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info:active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.onetec-css .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.onetec-css .btn-info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none;
}

.onetec-css .btn-info.active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info.active:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info.active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.onetec-css .btn-info.disabled:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info.disabled:focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info.disabled.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info[disabled]:focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-info[disabled].focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.onetec-css .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.onetec-css .btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.onetec-css .btn-warning:active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none;
}

.onetec-css .btn-warning:active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning:active:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning:active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.onetec-css .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.onetec-css .btn-warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none;
}

.onetec-css .btn-warning.active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning.active:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning.active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.onetec-css .btn-warning.disabled:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning.disabled:focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning.disabled.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning[disabled]:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning[disabled]:focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-warning[disabled].focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.onetec-css .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.onetec-css .btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.onetec-css .btn-danger:active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none;
}

.onetec-css .btn-danger:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger:active:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger:active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.onetec-css .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.onetec-css .btn-danger.active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none;
}

.onetec-css .btn-danger.active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger.active:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger.active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.onetec-css .btn-danger.disabled:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger.disabled:focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger.disabled.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger[disabled]:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger[disabled]:focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-danger[disabled].focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.onetec-css .btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	border-color: transparent;
}

.onetec-css .btn-link:active {
	background-color: transparent;
	box-shadow: none;
	border-color: transparent;
}

.onetec-css .btn-link:hover {
	border-color: transparent;
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.onetec-css .btn-link:focus {
	border-color: transparent;
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.onetec-css .btn-link.active {
	background-color: transparent;
	box-shadow: none;
}

.onetec-css .btn-link[disabled] {
	background-color: transparent;
	box-shadow: none;
}

.onetec-css .btn-link[disabled]:hover {
	color: #777777;
	text-decoration: none;
}

.onetec-css .btn-link[disabled]:focus {
	color: #777777;
	text-decoration: none;
}

.onetec-css .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.onetec-css .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.onetec-css .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.onetec-css .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .btn-group-sm > .navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.onetec-css .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

.onetec-css .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.onetec-css .btn-group-xs > .btn .badge {
	top: 0;
	top: 0;
	padding: 1px 5px;
	padding: 1px 5px;
}

.onetec-css .btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.onetec-css .btn-block {
	display: block;
	width: 100%;
}

.onetec-css .btn-block + .btn-block {
	margin-top: 5px;
}

.onetec-css input[type="submit"].btn-block {
	width: 100%;
}

.onetec-css input[type="reset"].btn-block {
	width: 100%;
}

.onetec-css input[type="button"].btn-block {
	width: 100%;
}

.onetec-css .fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.onetec-css .fade.in {
	opacity: 1;
}

.onetec-css .collapse {
	display: none;
}

.onetec-css .collapse.in {
	display: block;
}

.onetec-css tr.collapse.in {
	display: table-row;
}

.onetec-css tbody.collapse.in {
	display: table-row-group;
}

.onetec-css .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.onetec-css .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.onetec-css .dropup {
	position: relative;
}

.onetec-css .dropup .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.onetec-css .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.onetec-css .dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.onetec-css .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.onetec-css .dropdown {
	position: relative;
}

.onetec-css .dropdown-toggle:focus {
	outline: 0;
}

.onetec-css .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.onetec-css .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.onetec-css .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.onetec-css .dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	background: #ff7c7c;
}

.onetec-css .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	background: #ff7c7c;
}

.onetec-css .dropdown-menu > .active > a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.onetec-css .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.onetec-css .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.onetec-css .dropdown-menu > .disabled > a {
	color: #777777;
}

.onetec-css .dropdown-menu > .disabled > a:hover {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.onetec-css .dropdown-menu > .disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.onetec-css .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.onetec-css .dropdown-menu-right {
	left: auto;
	right: 0;
}

.onetec-css .dropdown-menu-left {
	left: 0;
	right: auto;
}

.onetec-css .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777777;
	white-space: nowrap;
}

.onetec-css .dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.onetec-css .pull-right {
	float: right !important;
}

.onetec-css .pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.onetec-css .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.onetec-css .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.onetec-css .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.onetec-css .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

.onetec-css .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.onetec-css .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.onetec-css .btn-group > .btn {
	position: relative;
	float: left;
}

.onetec-css .btn-group > .btn:hover {
	z-index: 2;
}

.onetec-css .btn-group > .btn:focus {
	z-index: 2;
}

.onetec-css .btn-group > .btn:active {
	z-index: 2;
}

.onetec-css .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.onetec-css .btn-group > .btn:first-child {
	margin-left: 0;
}

.onetec-css .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .btn-group > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.onetec-css .btn-group > .btn.active {
	z-index: 2;
}

.onetec-css .btn-group .btn + .btn {
	margin-left: -1px;
}

.onetec-css .btn-group .btn + .btn-group {
	margin-left: -1px;
}

.onetec-css .btn-group .btn-group + .btn {
	margin-left: -1px;
}

.onetec-css .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.onetec-css .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .btn-group > .btn-group {
	float: left;
}

.onetec-css .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.onetec-css .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .btn-group .dropdown-toggle:active {
	outline: 0;
}

.onetec-css .btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.onetec-css .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.onetec-css .btn-group-vertical > .btn {
	position: relative;
	float: left;
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.onetec-css .btn-group-vertical > .btn:hover {
	z-index: 2;
}

.onetec-css .btn-group-vertical > .btn:focus {
	z-index: 2;
}

.onetec-css .btn-group-vertical > .btn:active {
	z-index: 2;
}

.onetec-css .btn-group-vertical > .btn + .btn {
	margin-top: -1px;
	margin-left: 0;
}

.onetec-css .btn-group-vertical > .btn + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.onetec-css .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.onetec-css .btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.onetec-css .btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.onetec-css .btn-group-vertical > .btn.active {
	z-index: 2;
}

.onetec-css .btn-group-vertical > .btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.onetec-css .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	float: none;
}

.onetec-css .btn-group-vertical > .btn-group:before {
	content: " ";
	display: table;
}

.onetec-css .btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .btn-group-vertical > .btn-group + .btn {
	margin-top: -1px;
	margin-left: 0;
}

.onetec-css .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.onetec-css .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.onetec-css .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.onetec-css .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.onetec-css .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .btn-toolbar {
	margin-left: -5px;
}

.onetec-css .btn-toolbar:before {
	content: " ";
	display: table;
}

.onetec-css .btn-toolbar:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .btn-toolbar .btn {
	float: left;
}

.onetec-css .btn-toolbar .btn-group {
	float: left;
}

.onetec-css .btn-toolbar .input-group {
	float: left;
}

.onetec-css .btn-toolbar > .btn {
	margin-left: 5px;
}

.onetec-css .btn-toolbar > .btn-group {
	margin-left: 5px;
}

.onetec-css .btn-toolbar > .input-group {
	margin-left: 5px;
}

.onetec-css .btn-group.open .dropdown-toggle {
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.onetec-css .btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.onetec-css .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.onetec-css .btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.onetec-css .btn-group-justified > .btn {
	float: none;
	display: table-cell;
	width: 1%;
}

.onetec-css .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.onetec-css .btn-group-justified > .btn-group .btn {
	width: 100%;
}

.onetec-css .btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

.onetec-css [data-toggle="buttons"] > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.onetec-css [data-toggle="buttons"] > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.onetec-css [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.onetec-css [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.onetec-css .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.onetec-css .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
}

.onetec-css .input-group .form-control:focus {
	z-index: 3;
}

.onetec-css .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.onetec-css .input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .input-group-addon {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.onetec-css .input-group-addon:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.onetec-css .input-group-addon input[type="radio"] {
	margin-top: 0;
}

.onetec-css .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.onetec-css .input-group-addon:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}

.onetec-css .input-group-addon:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
}

.onetec-css .input-group-btn {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.onetec-css .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.onetec-css .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
}

.onetec-css .input-group-btn:first-child > .btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.onetec-css .input-group-btn:first-child > .btn-group > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .input-group-btn:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	z-index: 2;
	margin-left: -1px;
}

.onetec-css .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.onetec-css .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.onetec-css .input-group-btn:last-child > .btn-group > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .input-group-btn:last-child > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .input-group-btn > .btn {
	position: relative;
}

.onetec-css .input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.onetec-css .input-group-btn > .btn:hover {
	z-index: 2;
}

.onetec-css .input-group-btn > .btn:focus {
	z-index: 2;
}

.onetec-css .input-group-btn > .btn:active {
	z-index: 2;
}

.onetec-css .input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.onetec-css .input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.onetec-css .nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.onetec-css .nav:before {
	content: " ";
	display: table;
}

.onetec-css .nav:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .nav > li {
	position: relative;
	display: block;
}

.onetec-css .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 5px;
	padding: 8px;
	opacity: 1;
	font-weight: 600;
}

.onetec-css .nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	background: none;
}

.onetec-css .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
	color: #FFF;
}

.onetec-css .nav > li > a > img {
	max-width: none;
}

.onetec-css .nav > li:last-child > a {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.onetec-css .nav > li.disabled > a {
	color: #777777;
}

.onetec-css .nav > li.disabled > a:hover {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.onetec-css .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.onetec-css .nav .open > a {
	background-color: #eeeeee;
	border-color: #337ab7;
}

.onetec-css .nav .open > a:hover {
	background-color: #eeeeee;
	border-color: #337ab7;
}

.onetec-css .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}

.onetec-css .nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.onetec-css .nav > li.arabic a {
	letter-spacing: 0 !important;
}

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

.onetec-css .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.onetec-css .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.onetec-css .nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}

.onetec-css .nav-tabs > li.active > a {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.onetec-css .nav-tabs > li.active > a:hover {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.onetec-css .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.onetec-css .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .nav-pills > li {
	float: left;
}

.onetec-css .nav-pills > li > a {
	border-radius: 4px;
}

.onetec-css .nav-pills > li > a > .badge {
	margin-left: 3px;
}

.onetec-css .nav-pills > li + li {
	margin-left: 2px;
}

.onetec-css .nav-pills > li.active > a {
	color: #fff;
	background-color: #337ab7;
}

.onetec-css .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}

.onetec-css .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}

.onetec-css .nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}

.onetec-css .nav-stacked > li {
	float: none;
}

.onetec-css .nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.onetec-css .nav-justified {
	width: 100%;
}

.onetec-css .nav-justified > li {
	float: none;
}

.onetec-css .nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.onetec-css .nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.onetec-css .nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.onetec-css .nav-tabs.nav-justified > li {
	float: none;
}

.onetec-css .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 0;
	border-radius: 4px;
}

.onetec-css .nav-tabs.nav-justified > .active > a {
	border: 1px solid #ddd;
}

.onetec-css .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}

.onetec-css .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.onetec-css .nav-tabs-justified {
	border-bottom: 0;
}

.onetec-css .nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.onetec-css .nav-tabs-justified > .active > a {
	border: 1px solid #ddd;
}

.onetec-css .nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}

.onetec-css .nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.onetec-css .tab-content > .tab-pane {
	display: none;
}

.onetec-css .tab-content > .active {
	display: block;
}

.onetec-css .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
	min-height: 39px;
	font-weight: normal;
}

.onetec-css .navbar:before {
	content: " ";
	display: table;
}

.onetec-css .navbar:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .navbar .nav .open > a {
	background: #083f57;
}

.onetec-css .navbar .navbar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .navbar-header {
	position: relative;
	z-index: 2;
}

.onetec-css .navbar-header:before {
	content: " ";
	display: table;
}

.onetec-css .navbar-header:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.onetec-css .navbar-collapse:before {
	content: " ";
	display: table;
}

.onetec-css .navbar-collapse:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .navbar-collapse:not(.nav-v1) .menuWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.onetec-css .navbar-collapse.in {
	overflow-y: auto;
}

.onetec-css .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	border-width: 0 0 1px;
}

.onetec-css .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

.onetec-css .navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.onetec-css .navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	height: auto;
	padding: 7px 0;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0;
}

.onetec-css .navbar-brand:hover {
	text-decoration: none;
}

.onetec-css .navbar-brand:focus {
	text-decoration: none;
}

.onetec-css .navbar-brand > img {
	display: block;
}

.onetec-css .navbar-brand img {
	max-height: 56px;
}

.onetec-css .navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border: 1px solid #5e5e5f;
}

.onetec-css .navbar-toggle:focus {
	outline: 0;
}

.onetec-css .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #ffffff;
}

.onetec-css .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.onetec-css .navbar-nav {
	margin: 7.5px -15px;
}

.onetec-css .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.onetec-css .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

.onetec-css .navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.onetec-css .navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.onetec-css .navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.onetec-css .navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.onetec-css .navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-brand {
	color: #777;
}

.onetec-css .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-text {
	color: #777;
}

.onetec-css .navbar-default .navbar-nav > li > a {
	color: #777;
}

.onetec-css .navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-nav > .active > a {
	color: #555;
	background-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-nav > .disabled > a {
	color: #ccc;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.onetec-css .navbar-default .navbar-nav > .open > a {
	background-color: #e7e7e7;
	color: #555;
}

.onetec-css .navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555;
}

.onetec-css .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

.onetec-css .navbar-default .navbar-toggle {
	border-color: #ddd;
}

.onetec-css .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.onetec-css .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.onetec-css .navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.onetec-css .navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.onetec-css .navbar-default .navbar-link {
	color: #777;
}

.onetec-css .navbar-default .navbar-link:hover {
	color: #333;
}

.onetec-css .navbar-default .btn-link {
	color: #777;
}

.onetec-css .navbar-default .btn-link:hover {
	color: #333;
}

.onetec-css .navbar-default .btn-link:focus {
	color: #333;
}

.onetec-css .navbar-default .btn-link[disabled]:hover {
	color: #ccc;
}

.onetec-css .navbar-default .btn-link[disabled]:focus {
	color: #ccc;
}

.onetec-css .navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.onetec-css .navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.onetec-css .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.onetec-css .navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}

.onetec-css .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-nav > .active > a {
	color: #fff;
	background-color: #090909;
}

.onetec-css .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #090909;
}

.onetec-css .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}

.onetec-css .navbar-inverse .navbar-nav > .disabled > a {
	color: #444;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

.onetec-css .navbar-inverse .navbar-nav > .open > a {
	background-color: #090909;
	color: #fff;
}

.onetec-css .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #090909;
	color: #fff;
}

.onetec-css .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

.onetec-css .navbar-inverse .navbar-toggle {
	border-color: #333;
}

.onetec-css .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}

.onetec-css .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.onetec-css .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.onetec-css .navbar-inverse .navbar-collapse {
	border-color: #101010;
}

.onetec-css .navbar-inverse .navbar-form {
	border-color: #101010;
}

.onetec-css .navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.onetec-css .navbar-inverse .navbar-link:hover {
	color: #fff;
}

.onetec-css .navbar-inverse .btn-link {
	color: #9d9d9d;
}

.onetec-css .navbar-inverse .btn-link:hover {
	color: #fff;
}

.onetec-css .navbar-inverse .btn-link:focus {
	color: #fff;
}

.onetec-css .navbar-inverse .btn-link[disabled]:hover {
	color: #444;
}

.onetec-css .navbar-inverse .btn-link[disabled]:focus {
	color: #444;
}

.onetec-css .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.onetec-css .breadcrumb > li {
	display: inline-block;
}

.onetec-css .breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}

.onetec-css .breadcrumb > .active {
	color: #777777;
}

.onetec-css .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.onetec-css .pagination > li {
	display: inline;
}

.onetec-css .pagination > li > a {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.onetec-css .pagination > li > a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.onetec-css .pagination > li > a:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.onetec-css .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.onetec-css .pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.onetec-css .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.onetec-css .pagination > li:first-child > a {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.onetec-css .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.onetec-css .pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.onetec-css .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.onetec-css .pagination > .active > a {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .active > a:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .active > a:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .active > span {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.onetec-css .pagination > .disabled > span {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination > .disabled > span:hover {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination > .disabled > span:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination > .disabled > a {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination > .disabled > a:hover {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.onetec-css .pagination-lg > li > a {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.onetec-css .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.onetec-css .pagination-lg > li:first-child > a {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.onetec-css .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.onetec-css .pagination-lg > li:last-child > a {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.onetec-css .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.onetec-css .pagination-sm > li > a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.onetec-css .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.onetec-css .pagination-sm > li:first-child > a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .pagination-sm > li:last-child > a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.onetec-css .pager:before {
	content: " ";
	display: table;
}

.onetec-css .pager:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .pager li {
	display: inline;
}

.onetec-css .pager li > a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.onetec-css .pager li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.onetec-css .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.onetec-css .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.onetec-css .pager .next > a {
	float: right;
}

.onetec-css .pager .next > span {
	float: right;
}

.onetec-css .pager .previous > a {
	float: left;
}

.onetec-css .pager .previous > span {
	float: left;
}

.onetec-css .pager .disabled > a {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.onetec-css .pager .disabled > a:hover {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.onetec-css .pager .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.onetec-css .pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.onetec-css .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.onetec-css .label:empty {
	display: none;
}

.onetec-css a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.onetec-css a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.onetec-css .label-default {
	background-color: #777777;
}

.onetec-css .label-default[href]:hover {
	background-color: #5e5e5e;
}

.onetec-css .label-default[href]:focus {
	background-color: #5e5e5e;
}

.onetec-css .label-primary {
	background-color: #337ab7;
}

.onetec-css .label-primary[href]:hover {
	background-color: #286090;
}

.onetec-css .label-primary[href]:focus {
	background-color: #286090;
}

.onetec-css .label-success {
	background-color: #5cb85c;
}

.onetec-css .label-success[href]:hover {
	background-color: #449d44;
}

.onetec-css .label-success[href]:focus {
	background-color: #449d44;
}

.onetec-css .label-info {
	background-color: #5bc0de;
}

.onetec-css .label-info[href]:hover {
	background-color: #31b0d5;
}

.onetec-css .label-info[href]:focus {
	background-color: #31b0d5;
}

.onetec-css .label-warning {
	background-color: #f0ad4e;
}

.onetec-css .label-warning[href]:hover {
	background-color: #ec971f;
}

.onetec-css .label-warning[href]:focus {
	background-color: #ec971f;
}

.onetec-css .label-danger {
	background-color: #d9534f;
}

.onetec-css .label-danger[href]:hover {
	background-color: #c9302c;
}

.onetec-css .label-danger[href]:focus {
	background-color: #c9302c;
}

.onetec-css .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

.onetec-css .badge:empty {
	display: none;
}

.onetec-css .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.onetec-css .list-group-item.active > .badge {
	color: #337ab7;
	background-color: #fff;
}

.onetec-css .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.onetec-css .list-group-item.active:hover .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}

.onetec-css .list-group-item.active:hover .list-group-item-heading > .small {
	color: inherit;
}

.onetec-css .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}

.onetec-css .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.onetec-css .list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.active:focus .list-group-item-heading > small {
	color: inherit;
}

.onetec-css .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.onetec-css .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

.onetec-css .list-group-item.active .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.active .list-group-item-heading > small {
	color: inherit;
}

.onetec-css .list-group-item.active .list-group-item-heading > .small {
	color: inherit;
}

.onetec-css .list-group-item.active .list-group-item-text {
	color: #c7ddef;
}

.onetec-css .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.onetec-css .list-group-item > .badge {
	float: right;
}

.onetec-css .list-group-item > .badge + .badge {
	margin-right: 5px;
}

.onetec-css .list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.onetec-css .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.onetec-css a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.onetec-css a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.onetec-css .jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}

.onetec-css .jumbotron h1 {
	color: inherit;
}

.onetec-css .jumbotron .h1 {
	color: inherit;
}

.onetec-css .jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.onetec-css .jumbotron > hr {
	border-top-color: #d5d5d5;
}

.onetec-css .jumbotron .container {
	max-width: 100%;
}

.onetec-css .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.onetec-css .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.onetec-css .thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.onetec-css .thumbnail .caption {
	padding: 9px;
	color: #202020;
}

.onetec-css a.thumbnail:hover {
	border-color: #337ab7;
}

.onetec-css a.thumbnail:focus {
	border-color: #337ab7;
}

.onetec-css a.thumbnail.active {
	border-color: #337ab7;
}

.onetec-css .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 8px 15px;
	border-radius: 0;
	font-size: 15px;
}

.onetec-css .alert h4 {
	margin-top: 0;
	color: inherit;
}

.onetec-css .alert .alert-link {
	font-weight: bold;
}

.onetec-css .alert > p {
	margin-bottom: 0;
}

.onetec-css .alert > p + p {
	margin-top: 5px;
}

.onetec-css .alert > ul {
	margin-bottom: 0;
}

.onetec-css .alert b {
	font-weight: 600;
}

.onetec-css .alert-dismissable {
	padding-right: 35px;
}

.onetec-css .alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.onetec-css .alert-dismissible {
	padding-right: 35px;
}

.onetec-css .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.onetec-css .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.onetec-css .alert-success hr {
	border-top-color: #c9e2b3;
}

.onetec-css .alert-success .alert-link {
	color: #2b542c;
}

.onetec-css .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.onetec-css .alert-info hr {
	border-top-color: #a6e1ec;
}

.onetec-css .alert-info .alert-link {
	color: #245269;
}

.onetec-css .alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.onetec-css .alert-warning hr {
	border-top-color: #f7e1b5;
}

.onetec-css .alert-warning .alert-link {
	color: #66512c;
}

.onetec-css .alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.onetec-css .alert-danger hr {
	border-top-color: #e4b9c0;
}

.onetec-css .alert-danger .alert-link {
	color: #843534;
}

.onetec-css .progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.onetec-css .progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.onetec-css .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.onetec-css .progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.onetec-css .progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.onetec-css .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.onetec-css .progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.onetec-css .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.onetec-css .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.onetec-css .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.onetec-css .progress-bar-success {
	background-color: #5cb85c;
}

.onetec-css .progress-bar-info {
	background-color: #5bc0de;
}

.onetec-css .progress-bar-warning {
	background-color: #f0ad4e;
}

.onetec-css .progress-bar-danger {
	background-color: #d9534f;
}

.onetec-css .media {
	margin-top: 15px;
	zoom: 1;
	overflow: hidden;
	width: 100%;
}

.onetec-css .media:first-child {
	margin-top: 0;
}

.onetec-css .media > .pull-right {
	padding-left: 10px;
}

.onetec-css .media > .pull-left {
	padding-right: 10px;
}

.onetec-css .media .grid-list .grid-list-item .grid-list-img {
	width: 100%;
}

.onetec-css .media .grid-list .grid-list-item .grid-list-img div {
	min-height: 13.4vw;
}

.onetec-css .media .grid-list .grid-list-item .grid-list-summary {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.onetec-css .media .grid-list .grid-list-item .grid-list-summary p {
	line-height: normal;
}

.onetec-css .media .filter-list {
	width: auto;
}

.onetec-css .media .tweets .list-v2 {
	margin: 0;
}

.onetec-css .media .tweets .list-v2 .list-item {
	margin-top: 0;
	margin-bottom: 40px;
}

.onetec-css .media .tweets .list-v2 .list-item:before {
	display: none;
}

.onetec-css .media-body {
	zoom: 1;
	overflow: hidden;
	width: 10000px;
	display: table-cell;
	vertical-align: top;
}

.onetec-css .media-object {
	display: block;
}

.onetec-css .media-object.img-thumbnail {
	max-width: none;
}

.onetec-css .media-right {
	padding-left: 10px;
	display: table-cell;
	vertical-align: top;
}

.onetec-css .media-left {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.onetec-css .media-middle {
	vertical-align: middle;
}

.onetec-css .media-bottom {
	vertical-align: bottom;
}

.onetec-css .media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.onetec-css .media-list {
	padding-left: 0;
	list-style: none;
}

.onetec-css .list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.onetec-css .list-group + .panel-footer {
	border-top-width: 0;
}

.onetec-css a.list-group-item {
	color: #555;
}

.onetec-css a.list-group-item .list-group-item-heading {
	color: #333;
}

.onetec-css a.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

.onetec-css a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

.onetec-css button.list-group-item {
	color: #555;
	width: 100%;
	text-align: left;
}

.onetec-css button.list-group-item .list-group-item-heading {
	color: #333;
}

.onetec-css button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

.onetec-css button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

.onetec-css .list-group-item.disabled {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

.onetec-css .list-group-item.disabled:hover {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

.onetec-css .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.disabled:hover .list-group-item-text {
	color: #777777;
}

.onetec-css .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

.onetec-css .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}

.onetec-css .list-group-item.disabled .list-group-item-heading {
	color: inherit;
}

.onetec-css .list-group-item.disabled .list-group-item-text {
	color: #777777;
}

.onetec-css .list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

.onetec-css a.list-group-item-success {
	color: #3c763d;
}

.onetec-css a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

.onetec-css a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}

.onetec-css a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

.onetec-css button.list-group-item-success {
	color: #3c763d;
}

.onetec-css button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

.onetec-css button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}

.onetec-css button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

.onetec-css a.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.onetec-css .list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

.onetec-css a.list-group-item-info {
	color: #31708f;
}

.onetec-css a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

.onetec-css a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}

.onetec-css a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

.onetec-css button.list-group-item-info {
	color: #31708f;
}

.onetec-css button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

.onetec-css button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}

.onetec-css button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

.onetec-css a.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.onetec-css .list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.onetec-css a.list-group-item-warning {
	color: #8a6d3b;
}

.onetec-css a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

.onetec-css a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}

.onetec-css a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

.onetec-css button.list-group-item-warning {
	color: #8a6d3b;
}

.onetec-css button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

.onetec-css button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}

.onetec-css button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

.onetec-css a.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.onetec-css .list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

.onetec-css a.list-group-item-danger {
	color: #a94442;
}

.onetec-css a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

.onetec-css a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}

.onetec-css a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

.onetec-css button.list-group-item-danger {
	color: #a94442;
}

.onetec-css button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

.onetec-css button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}

.onetec-css button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

.onetec-css a.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.onetec-css .list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.onetec-css .list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.onetec-css .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.onetec-css .panel > .list-group {
	margin-bottom: 0;
}

.onetec-css .panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.onetec-css .panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.onetec-css .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.onetec-css .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.onetec-css .panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.onetec-css .panel > .table {
	margin-bottom: 0;
}

.onetec-css .panel > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .panel > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table + .panel-body {
	border-top: 1px solid #ddd;
}

.onetec-css .panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}

.onetec-css .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.onetec-css .panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table {
	margin-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.onetec-css .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}

.onetec-css .panel > .table-responsive > .table-bordered {
	border: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .panel-body + .table {
	border-top: 1px solid #ddd;
}

.onetec-css .panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd;
}

.onetec-css .panel > .table-bordered {
	border: 0;
}

.onetec-css .panel > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > thead > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > thead > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > thead > tr:first-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr:first-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr:last-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tbody > tr:last-child > th {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr > th:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr > th:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.onetec-css .panel > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.onetec-css .panel-body {
	padding: 15px;
}

.onetec-css .panel-body:before {
	content: " ";
	display: table;
}

.onetec-css .panel-body:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.onetec-css .panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.onetec-css .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.onetec-css .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.onetec-css .panel-title > a {
	color: inherit;
}

.onetec-css .panel-title > small {
	color: inherit;
}

.onetec-css .panel-title > small > a {
	color: inherit;
}

.onetec-css .panel-title > .small {
	color: inherit;
}

.onetec-css .panel-title > .small > a {
	color: inherit;
}

.onetec-css .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.onetec-css .panel-group {
	margin-bottom: 20px;
}

.onetec-css .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.onetec-css .panel-group .panel + .panel {
	margin-top: 5px;
}

.onetec-css .panel-group .panel-heading {
	border-bottom: 0;
}

.onetec-css .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.onetec-css .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}

.onetec-css .panel-group .panel-footer {
	border-top: 0;
}

.onetec-css .panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.onetec-css .panel-default {
	border-color: #ddd;
}

.onetec-css .panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.onetec-css .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.onetec-css .panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.onetec-css .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.onetec-css .panel-primary {
	border-color: #337ab7;
}

.onetec-css .panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.onetec-css .panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}

.onetec-css .panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.onetec-css .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.onetec-css .panel-success {
	border-color: #d6e9c6;
}

.onetec-css .panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.onetec-css .panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.onetec-css .panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.onetec-css .panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.onetec-css .panel-info {
	border-color: #bce8f1;
}

.onetec-css .panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.onetec-css .panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.onetec-css .panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.onetec-css .panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.onetec-css .panel-warning {
	border-color: #faebcc;
}

.onetec-css .panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.onetec-css .panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.onetec-css .panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.onetec-css .panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.onetec-css .panel-danger {
	border-color: #ebccd1;
}

.onetec-css .panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.onetec-css .panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.onetec-css .panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.onetec-css .panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.onetec-css .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.onetec-css .embed-responsive .embed-responsive-item {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.onetec-css .embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.onetec-css .embed-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.onetec-css .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.onetec-css .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.onetec-css .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.onetec-css .embed-responsive-4by3 {
	padding-bottom: 75%;
}

.onetec-css .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.onetec-css .well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.onetec-css .well-lg {
	padding: 24px;
	border-radius: 6px;
}

.onetec-css .well-sm {
	padding: 9px;
	border-radius: 3px;
}

.onetec-css .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.onetec-css .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.onetec-css .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.onetec-css button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.onetec-css .modal-open {
	overflow: hidden;
}

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

.onetec-css .modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

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

.onetec-css .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

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

.onetec-css .modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.onetec-css .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.onetec-css .modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.onetec-css .modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.onetec-css .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.onetec-css .modal-header:before {
	content: " ";
	display: table;
}

.onetec-css .modal-header:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .modal-header .close {
	margin-top: -2px;
}

.onetec-css .modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.onetec-css .modal-body {
	position: relative;
	padding: 15px;
}

.onetec-css .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.onetec-css .modal-footer:before {
	content: " ";
	display: table;
}

.onetec-css .modal-footer:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.onetec-css .modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.onetec-css .modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.onetec-css .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.onetec-css .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}

.onetec-css .tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
	filter: alpha(opacity=90);
	opacity: .9;
}

.onetec-css .tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
	padding: 5px 0;
	margin-top: -3px;
}

.onetec-css .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.onetec-css .tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
	padding: 0 5px;
	margin-left: 3px;
}

.onetec-css .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.onetec-css .tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
	padding: 5px 0;
	margin-top: 3px;
}

.onetec-css .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.onetec-css .tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
	padding: 0 5px;
	margin-left: -3px;
}

.onetec-css .tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.onetec-css .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	max-width: 200px;
	padding: 6px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.onetec-css .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.onetec-css .tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.onetec-css .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.onetec-css .tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.onetec-css .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.onetec-css .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto;
}

.onetec-css .popover > .arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px;
}

.onetec-css .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	border-width: 10px;
}

.onetec-css .popover.top {
	margin-top: -10px;
	margin-top: -10px;
}

.onetec-css .popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.onetec-css .popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.onetec-css .popover.right {
	margin-left: 10px;
	margin-left: 10px;
}

.onetec-css .popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.onetec-css .popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.onetec-css .popover.bottom {
	margin-top: 10px;
	margin-top: 10px;
}

.onetec-css .popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.onetec-css .popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.onetec-css .popover.left {
	margin-left: -10px;
	margin-left: -10px;
}

.onetec-css .popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.onetec-css .popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.onetec-css .popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.onetec-css .popover-content {
	padding: 9px 14px;
	padding: 9px 14px;
}

.onetec-css .carousel {
	position: relative;
}

.onetec-css .carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.onetec-css .carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.onetec-css .carousel-inner > .item > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.onetec-css .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.onetec-css .carousel-inner > .active {
	display: block;
	left: 0;
}

.onetec-css .carousel-inner > .next {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: 100%;
}

.onetec-css .carousel-inner > .prev {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: -100%;
}

.onetec-css .carousel-inner > .next.left {
	left: 0;
}

.onetec-css .carousel-inner > .prev.right {
	left: 0;
}

.onetec-css .carousel-inner > .active.left {
	left: -100%;
}

.onetec-css .carousel-inner > .active.right {
	left: 100%;
}

.onetec-css .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
}

.onetec-css .carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.onetec-css .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.onetec-css .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.onetec-css .carousel-control .icon-prev:before {
	content: '\2039';
}

.onetec-css .carousel-control .icon-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	right: 50%;
	margin-right: -10px;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.onetec-css .carousel-control .icon-next:before {
	content: '\203a';
}

.onetec-css .carousel-control .glyphicon-chevron-left {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	left: 50%;
	margin-left: -10px;
}

.onetec-css .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	right: 50%;
	margin-right: -10px;
}

.onetec-css .carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.onetec-css .carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.onetec-css .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.onetec-css .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}

.onetec-css .carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.onetec-css .carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.onetec-css .carousel-caption .btn {
	text-shadow: none;
}

.onetec-css .clearfix:before {
	content: " ";
	display: table;
}

.onetec-css .clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .clearfix::after {
	clear: both;
	content: '';
	display: table;
}

.onetec-css .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.onetec-css .pull-left {
	float: left !important;
}

.onetec-css .hide {
	display: none !important;
}

.onetec-css .show {
	display: block !important;
}

.onetec-css .invisible {
	visibility: hidden;
}

.onetec-css .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.onetec-css .hidden {
	display: none !important;
}

.onetec-css .affix {
	position: fixed;
}

@-ms-viewport {
	.onetec-css {
		width: device-width;
	}
}

.onetec-css .visible-xs {
	display: none !important;
}

.onetec-css .visible-sm {
	display: none !important;
}

.onetec-css .visible-md {
	display: none !important;
}

.onetec-css .visible-lg {
	display: none !important;
}

.onetec-css .visible-xs-block {
	display: none !important;
}

.onetec-css .visible-xs-inline {
	display: none !important;
}

.onetec-css .visible-xs-inline-block {
	display: none !important;
}

.onetec-css .visible-sm-block {
	display: none !important;
}

.onetec-css .visible-sm-inline {
	display: none !important;
}

.onetec-css .visible-sm-inline-block {
	display: none !important;
}

.onetec-css .visible-md-block {
	display: none !important;
}

.onetec-css .visible-md-inline {
	display: none !important;
}

.onetec-css .visible-md-inline-block {
	display: none !important;
}

.onetec-css .visible-lg-block {
	display: none !important;
}

.onetec-css .visible-lg-inline {
	display: none !important;
}

.onetec-css .visible-lg-inline-block {
	display: none !important;
}

.onetec-css .visible-print {
	display: none !important;
}

.onetec-css .visible-print-block {
	display: none !important;
}

.onetec-css .visible-print-inline {
	display: none !important;
}

.onetec-css .visible-print-inline-block {
	display: none !important;
}

.onetec-css .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	right: -25px;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
	margin-left: 60px;
}

.onetec-css .slick-next:before {
	color: #8e8b8b;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #636363;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "→";
	font-family: "tec2018" !important;
	display: inline-block;
	direction: ltr;
	color: #f33;
	font-size: 30px;
	content: "\69";
}

.onetec-css .slick-next:hover {
	outline: none;
	background: transparent;
	color: transparent;
}

.onetec-css .slick-next:hover:before {
	opacity: 1;
}

.onetec-css .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.onetec-css .slick-next:focus:before {
	opacity: 1;
}

.onetec-css .slick-next:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #5da457;
	border-radius: 100%;
	top: 5px;
	left: -25px;
	pointer-events: none;
}

.onetec-css .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	left: -25px;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
	margin-right: 60px;
}

.onetec-css .slick-prev:before {
	color: #8e8b8b;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #636363;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "←";
	font-family: "tec2018" !important;
	display: inline-block;
	direction: ltr;
	color: #f33;
	font-size: 30px;
	content: "\68";
}

.onetec-css .slick-prev:hover {
	outline: none;
	background: transparent;
	color: transparent;
}

.onetec-css .slick-prev:hover:before {
	opacity: 1;
}

.onetec-css .slick-prev:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.onetec-css .slick-prev:focus:before {
	opacity: 1;
}

.onetec-css .red {
	color: #ff3a16;
}

.onetec-css .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	border: none;
}

.onetec-css .slick-slide:focus {
	outline: none;
}

.onetec-css .slick-slide:hover {
	outline: none;
}

.onetec-css .slick-slide img {
	display: block;
	max-width: 100%;
}

.onetec-css .slide {
	outline: none !important;
}

.onetec-css label.error {
	color: #e22525;
}

.onetec-css .margin-top-15 {
	margin-top: 15px;
}

.onetec-css .margin-bottom-15 {
	margin-bottom: 15px;
}

.onetec-css input.error {
	border-color: #e22525 !important;
}

.onetec-css textarea.error {
	border-color: #e22525 !important;
}

.onetec-css .paddingTopNone {
	padding-top: 0 !important;
}

.onetec-css .buttonsWrap .circle-btn {
	display: inline-block;
	margin-right: 20px;
}

.onetec-css .buttonsWrap .circleBtn {
	display: inline-block;
	margin-right: 20px;
}

.onetec-css .buttonsWrap .circleBtn:last-child {
	margin-right: 0;
}

.onetec-css .circleBtn svg {
	vertical-align: middle;
}

.onetec-css .circleBtn svg * {
	stroke: #cecece;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css .circleBtn svg .circleRed {
	stroke-dasharray: 140;
	stroke-dashoffset: 140;
	stroke: #df6746;
}

.onetec-css .circleBtn:hover {
	color: #df6746;
}

.onetec-css .circleBtn:hover .circleRed {
	stroke-dashoffset: 0;
}

.onetec-css .circleBtn:hover polyline {
	stroke: #df6746;
}

.onetec-css .carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	opacity: 0;
}

.onetec-css .carousel-fade .carousel-inner .active.left {
	opacity: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .carousel-fade .carousel-inner .active {
	opacity: 1;
}

.onetec-css .carousel-fade .carousel-inner .next.left {
	opacity: 1;
}

.onetec-css .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.onetec-css .carousel-fade .carousel-inner .next {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .carousel-fade .carousel-indicators {
	bottom: 5px;
	left: 55%;
}

.onetec-css .carousel-fade .carousel-indicators li {
	width: 16px;
	height: 16px;
	margin: 0 2px !important;
}

.onetec-css .carousel-fade .carousel-control {
	z-index: 2;
}

.onetec-css .fi:before {
	display: inline-block;
	font-family: "Flaticon";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.onetec-css .flaticon-menu:before {
	content: "\f100";
}

.onetec-css .flaticon-search:before {
	content: "\f101";
}

.onetec-css .flaticon-interface:before {
	content: "\f102";
}

.onetec-css .flaticon-youtube:before {
	content: "\f103";
}

.onetec-css .flaticon-twitter-bird-logo:before {
	content: "\f104";
}

.onetec-css .flaticon-instagram:before {
	content: "\f105";
}

html[dir="rtl"] {
	letter-spacing: 0;
}

html[dir="rtl"] .h1 {
	letter-spacing: 0;
}

html[dir="rtl"] .h2 {
	letter-spacing: 0;
}

html[dir="rtl"] .h3 {
	letter-spacing: 0;
}

html[dir="rtl"] .h4 {
	letter-spacing: 0;
}

html[dir="rtl"] .h5 {
	letter-spacing: 0;
}

html[dir="rtl"] .h6 {
	letter-spacing: 0;
}

html[dir="rtl"] h1 {
	letter-spacing: 0;
}

html[dir="rtl"] h2 {
	letter-spacing: 0;
}

html[dir="rtl"] h3 {
	letter-spacing: 0;
}

html[dir="rtl"] h4 {
	letter-spacing: 0;
}

html[dir="rtl"] h5 {
	letter-spacing: 0;
}

html[dir="rtl"] h6 {
	letter-spacing: 0;
}

html[dir="rtl"]  .aside {
	left: 0;
	right: auto;
}

html[dir="rtl"]  .aside nav a[data-page]:before {
	left: 80%;
	right: auto;
}

.onetec-css .hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap;
}

.onetec-css .visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.onetec-css .logoContainer .container {
	width: 1386px;
	max-width: 96.5%;
}

.onetec-css .logoContainer .logoLeftWrap {
	width: auto;
	float: left;
}

.onetec-css .logoContainer .logoRightWrap {
	width: auto;
	float: right;
}

.onetec-css .mainNavBar {
	margin-bottom: 0;
	border: none;
	padding:0;
	background: #fff;
	z-index: 6;
	position: relative;
}

.onetec-css .mainNavBar a {
	color: #383838;
}

.onetec-css .bodyScrolled .mainNavBar {
	background: #ffffff;
}

.onetec-css .bodyScrolled .languageSwitch {
	color: #fff;
}

.onetec-css .bodyScrolled #header {
	top: 0;
	left: 0;
	width: 100%;
}

.onetec-css .languageSwitch {
	width: 36px;
	color: #fff;
	background: #df6746;
	opacity: 0.6;
	border-radius: 100%;
	z-index: 3;
	height: 100%;
}

.onetec-css .languageSwitch:focus {
	background: #ee7e22;
	color: #fff;
}

.onetec-css .languageSwitch:hover {
	background: #ee7e22;
	color: #fff;
}

.onetec-css .languageSwitch a {
	padding: 25px 15px;
	color: #d3d3d3;
	display: inline-block;
	background: #113f55;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.onetec-css .languageSwitch a:hover {
	background: #df6746;
}

.onetec-css .languageSwitch .arabic {
	font-family: 'GE-Dinar-One';
}

.onetec-css .logoRight {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 15px;
	float: right;
	position: relative;
	z-index: 3;
}

.onetec-css .logoRight a {
	display: inline-block;
	padding: 4px 0;
	padding-top: 0;
}

.onetec-css .logoRight a img {
	max-height: 56px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.onetec-css .mainNav > li > a {
	position: relative;
}

.onetec-css .mainNav > li > a:before {
	content: '';
	width: 0;
	height: 3px;
	background: #df6746;
	position: absolute;
	bottom: 0;
	-webkit-transition: width 0.3s cubic-bezier(0.72, 0.14, 0.33, 0.82);
	transition: width 0.3s cubic-bezier(0.72, 0.14, 0.33, 0.82);
	background: #df6746;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.onetec-css .mainNav > li > ul {
	padding: 0;
}

.onetec-css .mainNav > li > ul > li .arrow-submenu {
	display: none;
}

.onetec-css .mainNav > li > ul > li:hover > a {
	color: #7f96bf;
}

.onetec-css .mainNav > li > ul > li > ul > li a {
	padding: 8px 15px;
	color: #7f96bf;
}

.onetec-css .mainNav > li > ul > li > ul > li:hover {
	background: #7f96bf;
}

.onetec-css .mainNav > li > ul > li > ul > li:hover > a {
	color: #FFF;
}

.onetec-css .mainNav > li > ul > li.has-submenu > a::after {
	border: none;
	content: "\68";
	font-family: "asf-fonts" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	right: 17px;
	top: 13px;
}

.onetec-css .mainNav > li.active-main-menu > a:before {
	width: calc(100% - 8px);
}

.onetec-css .mainNav a {
	letter-spacing: 0.043em;
	color: #191919;
	opacity: 0.9;
}

.onetec-css .mainNav > li.active > a:after {
	width: calc(50% - 8px);
}

.onetec-css .mainNav > li.active > a:before {
	width: calc(50% - 8px);
}

.onetec-css .rightNav {
	position: absolute;
	right: 0;
	z-index: 3;
	height: 100%;
}

.onetec-css .rightNav:before {
	content: " ";
	display: table;
}

.onetec-css .rightNav:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .rightNav .languageSwitch {
	float: left;
}

.onetec-css .yamm > .container {
	width: 96%;
	max-width: 1400px;
}

.onetec-css .yamm .dropdown-menu {
	left: auto;
	box-shadow: 0 6px 12px transparent;
	border-radius: 0px;
	text-transform: none;
	border: none;
}

.onetec-css .yamm .dropdown-menu > li > a {
	color: #003a5d;
}

.onetec-css .yamm .dropdown-menu > li > a:hover {
	color: #003a5d;
}

.onetec-css .yamm .nav {
	position: static;
	position: relative;
}

.onetec-css .yamm .collapse {
	position: static;
	position: relative;
}

.onetec-css .yamm .dropup {
	position: static;
	position: relative;
}

.onetec-css .yamm .dropdown {
	position: static;
	position: relative;
}

.onetec-css .yamm a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.onetec-css .yamm .container {
	position: relative;
}

.onetec-css .yamm .yamm-content {
	padding: 20px 30px;
}

.onetec-css .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.onetec-css .yamm ul li {
	list-style: none;
}

.onetec-css .yamm .mainNav .largeMenuDescription {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.onetec-css .yamm .mainNav .largeMenuDescription li a {
	padding-left: 20px;
	line-height: 24px;
	background: url("../../images/onetecimages/lis-arrow-blue.png") 0px 10px no-repeat;
}

.onetec-css .yamm .mainNav .largeMenuDescription li a:hover {
	color: white;
}

.onetec-css .yamm .mainNav img {
	max-width: 100%;
}

.onetec-css .yamm .mainNav > li {
	position: relative;
}

.onetec-css .yamm .mainNav > li > a {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	color: #494948;
	font-size: 0.91vw;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 20px;
}

.onetec-css .yamm .mainNav > li > a:hover {
	color: #289cda;
	color: #f33 !important;
}

.onetec-css .yamm .mainNav > li > a:hover:focus {
	color: #f33 !important;
}

.onetec-css .yamm .mainNav > li > a:focus {
	color: #000000;
	background: transparent;
}

.onetec-css .yamm .mainNav > li:hover > a {
	background: none;
	color: #f33;
}

.onetec-css .yamm .mainNav > li:hover > .arrow-submenu {
	color: #f33;
}

.onetec-css .yamm .mainNav > li > a.active {
	color: #f33 !important;
}

.onetec-css .yamm .mainNav > li > a.active:focus {
	color: #f33 !important;
}

.onetec-css .yamm .mainNav > li .dropdown-menu {
	background: #f9f9f9;
}

.onetec-css .yamm .mainNav > li > .dropdown-menu li ul a {
	padding: 4px 0;
	padding: 8px 15px;
	display: inline-block;
	width: 240px;
	max-width: 100%;
	line-height: 19px;
}

.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.largeMenuDescription a {
	padding-left: 20px;
}

.onetec-css .yamm .mainNav > li.searchButton > a {
	margin-top: 6px;
	cursor: pointer;
	display: inline-block;
	width: 26px;
	-webkit-transition: none;
	transition: none;
	height: 27px;
	height: 30px;
	width: 30px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 0;
	-webkit-transition: .3s;
	transition: .3s;
	background: transparent;
}

.onetec-css .yamm .mainNav > li.searchButton > a::after {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 0;
	-webkit-transition: 0.12s;
	transition: 0.12s;
	background: transparent;
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	background: #fff;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	border: 2px solid #c1c1c1;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.onetec-css .yamm .mainNav > li.searchButton > a::before {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 0;
	-webkit-transition: 0.12s;
	transition: 0.12s;
	background: transparent;
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	left: 0;
	background: #c1c1c1;
	left: 14px;
	border-radius: 2.85714px;
}

.onetec-css .yamm .mainNav > li.searchButton > a.activeSearchButton::before {
	border-radius: 2.85714px;
	background: #000;
	left: 14px;
	border-radius: 2.85714px;
	background: #000;
}

.onetec-css .yamm .mainNav > li.searchButton > a.activeSearchButton::after {
	height: 2px;
	width: 100%;
	top: 0;
	right: 0;
	border: 0;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	border-radius: 2.85714px;
	background: #000;
}

.onetec-css .yamm .mainNav > li.arabic > a {
	color: #ef8740;
	font-weight: 300;
}

.onetec-css .yamm .mainNav > li.active-main-menu > a {
	background: none;
	color: #f33;
}

.onetec-css .yamm .mainNav > li.active-main-menu > .arrow-submenu {
	color: #f33;
}

.onetec-css .yamm .mainNav > li.dropdown.active-main-menu .arrow-submenu {
	color: #FFF;
}

.onetec-css .yamm .mainNav > li.dropdown .arrow-submenu {
	position: absolute;
	top: 17px;
	right: 9px;
	width: 13px;
	height: 14px;
	z-index: 2;
	transform: none;
}

.onetec-css .yamm .mainNav > li.dropdown .arrow-submenu::after {
	content: "\67";
	font-family: "tec2018" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-size: 14px;
}

.onetec-css .yamm .mainNav > li.dropdown > li .arrow-submenu {
	display: none;
}

.onetec-css .yamm .mainNav > li.dropdown > li > a::after {
	border: none;
	content: "\46";
	font-family: "pgs" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	right: 17px;
	top: 13px;
}

.onetec-css .yamm .smallMenu > ul {
	padding: 0;
	border: none;
}

.onetec-css .yamm .smallMenu > ul a {
	width: 250px;
	max-width: 100%;
	word-wrap: break-word;
	white-space: normal;
	color: #000;
	font-size: 110%;
}

.onetec-css .yamm .smallMenu > ul a:hover {
	color: #FFF !important;
}

.onetec-css .yamm .smallMenu ul li a {
	padding: 8px 15px;
}

.onetec-css a.languageSwitch {
	font-size: 20px;
	background: #003a5d !important;
}

.onetec-css a.languageSwitch:hover {
	background: #fff !important;
}

.onetec-css a.languageSwitch:focus {
	background: #fff !important;
}

.onetec-css .logoRightWrap .contactNoWrap {
	float: right;
	padding-left: 18px;
	margin-left: 18px;
	border-left: 1px solid #eeeeee;
}

.onetec-css .logoRightWrap .contactNoWrap span {
	display: block;
	text-transform: uppercase;
}

.onetec-css .logoRightWrap .contactNoWrap span.glazeNo {
	color: #df6746;
	font-weight: 700;
	font-size: 18px;
}

.onetec-css .rightLogoWrap:before {
	content: " ";
	display: table;
}

.onetec-css .rightLogoWrap:after {
	content: " ";
	display: table;
	clear: both;
}

.onetec-css .mobileLogoWrap {
	display: none;
	float: left;
	padding: 2px;
	position: relative;
	width: 224px;
	height: 75px;
}

.onetec-css .mobileLogoWrap a {
	position: absolute;
	left: 5px;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	border-radius: 4px;
	text-align: left;
}

.onetec-css .mobileLogoWrap a.active img {
	opacity: 1;
	visibility: visible;
}

.onetec-css .mobileLogoWrap img {
	height: 100%;
	max-height: 64px;
	max-width: 100%;
	-webkit-transition: all 0.4s ease-In-Out;
	transition: all 0.4s ease-In-Out;
	opacity: 0;
	visibility: hidden;
	position: relative;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.onetec-css .mobileLogoWrap img.small-logo {
	max-height: 65px;
}

.onetec-css .searchBarActive .searcBoxContainer {
	pointer-events: auto;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	z-index: 5;
}

html[dir=ltr] .yamm .mainNav > li.langSwitch > a {
	letter-spacing: 0;
}

.onetec-css .header-links {
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.onetec-css .header-links li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}

.onetec-css .header-links li i {
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}

.onetec-css .header-links a {
	cursor: pointer;
	-webkit-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}

.onetec-css .header-links a:hover {
	color: #5884d4;
}

.onetec-css .navbar-collapse.nav-v1 {
	margin-top: 0;
}

.onetec-css .btn.btn-register {
	font-family: 'Dubai';
	font-weight: 500;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 4px;
	background: #ff3a16;
	padding: 10px 40px;
	letter-spacing: 3px;
}

.onetec-css .btn.btn-register:hover {
	background: #731424;
}

.onetec-css .btn.btn-more {
	font-weight: 300;
	background: none;
	font-size: 18px;
	color: #5d5d5d;
	position: relative;
	padding: 0;
}

.onetec-css .btn.btn-more::before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ee7e22;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.onetec-css .btn.btn-more:hover {
	color: #ee7e22;
}

.onetec-css .btn.btn-more:hover::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-next {
	border: 0 !important;
	font-weight: normal !important;
	margin: auto !important;
	padding: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	font-size: 16px !important;
	text-align: center;
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span {
	border: 0 !important;
	font-weight: normal !important;
	margin: auto !important;
	padding: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	font-size: 16px !important;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-next span::before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 4px;
	width: 10px;
	height: 10px;
	border-top: solid 1px #555;
	border-right: solid 1px #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-prev {
	border: 0 !important;
	font-weight: normal !important;
	margin: auto !important;
	padding: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	font-size: 16px !important;
	text-align: center;
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	left: 2px;
}

.ui-datepicker .ui-datepicker-prev span {
	border: 0 !important;
	font-weight: normal !important;
	margin: auto !important;
	padding: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	font-size: 16px !important;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev span::before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px;
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
	right: 1px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month {
	width: 45%;
}

.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 500;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.onetec-css .h-100 {
	height: 100%;
}

.onetec-css .v-hide {
	opacity: 0;
	visibility: hidden;
}

.onetec-css .hspace-5 {
	display: inline-block;
	width: 5px;
}

.onetec-css .hspace-10 {
	display: inline-block;
	width: 10px;
}

.onetec-css .hspace-15 {
	display: inline-block;
	width: 15px;
}

.onetec-css .hspace-20 {
	display: inline-block;
	width: 20px;
}

.onetec-css .hspace-25 {
	display: inline-block;
	width: 25px;
}

.onetec-css .hspace-30 {
	display: inline-block;
	width: 30px;
}

.onetec-css .hspace-35 {
	display: inline-block;
	width: 35px;
}

.onetec-css .hspace-40 {
	display: inline-block;
	width: 40px;
}

.onetec-css .hspace-45 {
	display: inline-block;
	width: 45px;
}

.onetec-css .hspace-50 {
	display: inline-block;
	width: 50px;
}

.onetec-css .hspace-55 {
	display: inline-block;
	width: 55px;
}

.onetec-css .hspace-60 {
	display: inline-block;
	width: 60px;
}

.onetec-css .hspace-65 {
	display: inline-block;
	width: 65px;
}

.onetec-css .hspace-70 {
	display: inline-block;
	width: 70px;
}

.onetec-css .hspace-75 {
	display: inline-block;
	width: 75px;
}

.onetec-css .vspace-5 {
	display: block;
	height: 5px;
}

.onetec-css .vspace-10 {
	display: block;
	height: 10px;
}

.onetec-css .vspace-15 {
	display: block;
	height: 15px;
}

.onetec-css .vspace-20 {
	display: block;
	height: 20px;
}

.onetec-css .vspace-25 {
	display: block;
	height: 25px;
}

.onetec-css .vspace-30 {
	display: block;
	height: 30px;
}

.onetec-css .vspace-35 {
	display: block;
	height: 35px;
}

.onetec-css .vspace-40 {
	display: block;
	height: 40px;
}

.onetec-css .vspace-45 {
	display: block;
	height: 45px;
}

.onetec-css .vspace-50 {
	display: block;
	height: 50px;
}

.onetec-css .vspace-55 {
	display: block;
	height: 55px;
}

.onetec-css .vspace-60 {
	display: block;
	height: 60px;
}

.onetec-css .vspace-65 {
	display: block;
	height: 65px;
}

.onetec-css .vspace-70 {
	display: block;
	height: 70px;
}

.onetec-css .vspace-75 {
	display: block;
	height: 75px;
}

.onetec-css .vspace-80 {
	display: block;
	height: 80px;
}

.onetec-css .vspace-85 {
	display: block;
	height: 85px;
}

.onetec-css .vspace-90 {
	display: block;
	height: 90px;
}

.onetec-css .vspace-95 {
	display: block;
	height: 95px;
}

.onetec-css .vspace-100 {
	display: block;
	height: 100px;
}

.onetec-css .vspace-105 {
	display: block;
	height: 105px;
}

.onetec-css .vspace-110 {
	display: block;
	height: 110px;
}

.onetec-css .vspace-115 {
	display: block;
	height: 115px;
}

.onetec-css .vspace-120 {
	display: block;
	height: 120px;
}

.onetec-css .vspace-125 {
	display: block;
	height: 125px;
}

.onetec-css .verticalMiddleWrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.onetec-css .page-title {
	padding: 0 20px;
}

.onetec-css .page-title h2 {
	font-weight: 900;
	color: #292a2c;
}

.onetec-css .w-100 {
	width: 100%;
}

.fancybox-overlay {
	z-index: 999999;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../../images/onetecimages/fancybox_overlay.png");
}

.fancybox-title-inside-wrap {
	padding: 5px;
	padding-top: 10px;
}

.onetec-css .font-300 {
	font-weight: 300;
}

.onetec-css .font-400 {
	font-weight: 400;
}

.onetec-css .font-500 {
	font-weight: 500;
}

.onetec-css .font-600 {
	font-weight: 600;
}

.onetec-css .font-700 {
	font-weight: 700;
}

.onetec-css .color-red {
	color: #f73e3f;
}

.onetec-css .no-list li {
	padding-left: 0 !important;
}

.onetec-css .no-list li:before {
	display: none !important;
}

.onetec-css .input-search-wrap {
	position: relative;
}

.onetec-css .input-search-wrap:after {
	content: "\e039";
	font-family: "tec2018" !important;
	position: absolute;
	top: 6px;
	right: 10px;
	pointer-events: none;
}

.ui-selectmenu-button.ui-button {
	background: transparent;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	font-size: 14px;
	border-color: #ccc !important;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	outline: none;
}

.ui-selectmenu-button.ui-button .ui-icon {
	background: none !important;
	position: relative;
	text-indent: 0;
	top: 4px;
}

.ui-selectmenu-button.ui-button .ui-icon:before {
	content: "\e01c";
	font-family: "tec2018" !important;
	position: absolute;
}

.ui-selectmenu-button.ui-button:hover {
	outline: none;
}

.ui-selectmenu-button.ui-button:focus {
	outline: none;
}

.ui-state-hover {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-hover a:hover {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-hover a:link {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-hover a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-hover .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_555555_256x240.png");
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content .ui-state-hover {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-content .ui-state-focus {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-content .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-widget-content .ui-state-active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget-content .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-widget-content .ui-state-highlight a {
	color: #777620;
}

.ui-widget-content .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-widget-content .ui-state-error a {
	color: #5f3f3f;
}

.ui-widget-content .ui-state-error-text {
	color: #5f3f3f;
}

.ui-widget-content .ui-priority-primary {
	font-weight: 500;
}

.ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-widget-content .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_444444_256x240.png");
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: 500;
}

.ui-widget-header .ui-state-hover {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-header .ui-state-focus {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-header a {
	color: #333333;
}

.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-widget-header .ui-state-active {
	border: 1px solid #c34c47;
	background: #f6625b;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-widget-header .ui-priority-primary {
	font-weight: 500;
}

.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-widget-header .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_444444_256x240.png");
}

.ui-state-focus {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-focus a {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-focus a:hover {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-focus a:link {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-focus .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_555555_256x240.png");
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
	color: #454545;
	text-decoration: none;
}

.ui-button:hover {
	background: none !important;
	border-color: #ccc !important;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-button:hover .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_555555_256x240.png");
}

.ui-button:focus {
	background: none !important;
	border-color: #ccc !important;
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-button:focus .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_555555_256x240.png");
}

.ui-button:link {
	text-decoration: none;
}

.ui-button:visited {
	text-decoration: none;
}

.ui-button:active {
	text-decoration: none;
	border: 1px solid #c34c47;
	background: #f6625b;
	font-weight: normal;
	color: #ffffff;
}

.ui-button:active .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_777620_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_777777_256x240.png");
}

.ui-selectmenu-menu {
	font-size: 14px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.onetec-css .more {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	position: relative;
	font-weight: normal;
	font-size: 110%;
	color: #909090;
	display: inline-block;
	padding-bottom: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.onetec-css .more:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 80%;
	height: 4px;
	background: #ff3333;
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .more:hover:before {
	width: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.onetec-css .more.v1 {
	font-family: 'Dubai', Cairo, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 100%;
}

.onetec-css #main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.onetec-css #main header {
	width: 100%;
	/* position: relative; */
	/* overflow: hidden; */
}
i.dropdown .arrow-submenu
.onetec-css {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.onetec-css  .aside {
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 99999;
	width: calc(4% + 20px);
	right: 0;
}

.onetec-css  .aside nav {
	width: 100%;
}

.onetec-css  .aside nav a[data-page] {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin: 30px 0;
	font-size: 22px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css  .aside nav a[data-page] img {
	width: 53%;
	margin: 0 auto;
}

.onetec-css  .aside nav a[data-page]:before {
	content: attr(data-page-title);
	position: absolute;
	background: #f33535;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 4px 8px;
	border-radius: 2px;
	right: 80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	z-index: 9999;
}

.onetec-css  .aside nav a[data-page]:hover::before {
	opacity: 1;
	visibility: visible;
}

.onetec-css .menuBlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .menuBlock [data-view] {
	display: none;
}

.onetec-css .menuBlock .close {
	display: inline-block;
	background: url("../../images/onetecimages/close.svg") no-repeat center;
	background-size: 100%;
	width: 32px;
	height: 32px;
	font-size: 24px;
	top: 10px;
	right: 10px;
	position: absolute;
	opacity: 0.7;
}

.onetec-css .menuBlock #search {
	border: 0;
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
	font-size: 130%;
	width: 400px;
	background: transparent;
}

.onetec-css .menuBlock #search:focus {
	border-color: red;
}

.onetec-css .menuBlock .menuList ul li {
	margin: 20px 0;
}

.onetec-css .menuBlock .menuList ul li a {
	font-size: 110%;
	position: relative;
}

.onetec-css .menuBlock .menuList ul li a:hover {
	color: red;
}

.onetec-css .menuBlock.hideMenu {
	opacity: 0;
	visibility: hidden;
}

.onetec-css #main #page-inner {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.has-control-menu .onetec-css #main #page-inner{
	top: 120px;
}
.onetec-css .page-content > .scrollbar {
	height: 100%;
}

.onetec-css .page-content > .scrollbar > .mCustomScrollBox {
	padding-right: 4px;
}

.onetec-css .page-content > .scrollbar > .mCustomScrollBox > .mCSB_container {
	margin-right: 0;
}

.onetec-css .page-content > .scrollbar .mCSB_scrollTools {
	max-width: 4px;
}

.onetec-css .page-content > .scrollbar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ededed;
}

.onetec-css .page-content .page-content-inner {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.onetec-css .page-content .page-content-inner.visible {
	opacity: 1;
	visibility: visible;
}

.onetec-css .page-section-wrap > .scrollbar {
	height: 100%;
}

.onetec-css .page-section-wrap > .scrollbar > .mCustomScrollBox {
	padding-right: 4px;
}

.onetec-css .page-section-wrap > .scrollbar > .mCustomScrollBox > .mCSB_container {
	height: 100%;
	margin-right: 0;
}

.onetec-css .page-section-wrap > .scrollbar .mCSB_scrollTools {
	max-width: 4px;
}

.onetec-css .page-section-wrap > .scrollbar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ededed;
}

.onetec-css .page-section-wrap .page-section {
	display: none;
}

.onetec-css .page-section-wrap .page-section:first-child {
	display: block;
}

.onetec-css .page-section-wrap .page-section[data-page-view] {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .page-section-wrap .page-section[data-page-view].visible {
	opacity: 1;
	visibility: visible;
}

/* .onetec-css footer {
	display: none;
} */

.onetec-css footer .copy .footer-links {
	right: 0;
}

.onetec-css #main footer {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.onetec-css [data-page-view] {
	height: 100%;
}

.onetec-css [data-page-view] p {
	line-height: 2;
}

.onetec-css [data-page-view] .h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title {
	margin-bottom: 50px;
	text-transform: capitalize;
}

.onetec-css [data-page-view] .page-title .h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title .h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title .h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title .h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title .h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title .h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .page-title h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title .h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h2 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h3 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h4 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h5 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .block-title h6 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	letter-spacing: 0;
	color: #292a2c;
}

.onetec-css [data-page-view] .section-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css [data-page-view] .section-title {
	text-transform: uppercase;
	color: #f33;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 100%;
}

.onetec-css [data-page-view] .section-title img {
	width: 43px;
	margin-right: 18px;
}

.onetec-css [data-page-view] ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.onetec-css [data-page-view] ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.onetec-css [data-page-view] .view-all {
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
}

.onetec-css [data-page-view] .view-all span {
	position: relative;
	z-index: 2;
	top: 1px;
}

.onetec-css [data-page-view] .view-all:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #eaeaea;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.onetec-css [data-page-view] .view-all:hover:before {
	width: 100%;
}

.onetec-css [data-page-view] .glow {
	position: relative;
}

.onetec-css [data-page-view] .glow:before {
	content: "";
	width: 130%;
	height: 0;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px 9px #fff;
	bottom: 0;
	left: -40%;
	-webkit-transform: rotate(30deg) translateZ(0);
	transform: rotate(30deg) translateZ(0);
	z-index: 9;
	opacity: 0;
	-webkit-animation: glow 7s linear alternate infinite;
	animation: glow 7s linear alternate infinite;
}

.onetec-css [data-page-view] .glow.delay-1:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.onetec-css [data-page-view] .glow.delay-2:before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.onetec-css [data-page-view] .glow.delay-3:before {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.onetec-css [data-page-view] .glow.delay-4:before {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.onetec-css [data-page-view] .grid-list .grid-list-item {
	margin-bottom: 30px;
}

.onetec-css [data-page-view="banner"] {
	height: 100%;
}

.onetec-css [data-page-view="banner"] .bannerInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.onetec-css [data-page-view="banner"] .bannerImg {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.onetec-css [data-page-view="banner"] .bannerSlider {
	height: 100%;
	margin: 0 !important;
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-list {
	height: 100%;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-track {
	height: 100%;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide {
	height: 100%;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide #background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide #video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../../images/onetecimages/banner4.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide #overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide #video_controls {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: none;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide.slick-slide {
	opacity: 1;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slide.bgVideo {
	overflow: hidden;
	position: relative;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li {
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff6252;
	opacity: 0.6;
	border: 2px solid #ff3737;
	margin: 1px 2px;
	background: #5c5c5c;
	border: 1px solid #494949;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li button:before {
	display: none;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li.slick-active button {
	background: #2a7024;
	border: 1px solid #23631e;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li.slick-active ~ li button {
	background: #f21b1b;
	border: 1px solid #cf1314;
}

.onetec-css [data-page-view="banner"] .bannerSlider .slick-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: auto;
}

.onetec-css [data-page-view="banner"] .bannerSlider.slick-initialized {
	opacity: 1;
}

.onetec-css [data-page-view="banner"] .bannerSlider.slick-initialized video {
	opacity: 1;
}

.onetec-css [data-page-view="banner"] .bannerText {
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	padding: 30px 30px;
}

.onetec-css [data-page-view="banner"] .bannerText:before {
	content: '';
	position: absolute;
	width: 320px;
	height: 1px;
	background: #dbdbdb;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.onetec-css [data-page-view="banner"] .bannerText h1 {
	font-family: 'Dubai', Droid Arabic Kufi, sans-serif;
	font-size: 20px;
	margin: 0;
	position: relative;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span {
	position: relative;
	letter-spacing: 0.03em;
	display: inline-block;
	background: #ff5b5f;
	color: #fff;
	padding: 10px 15px;
	clear: both;
	float: left;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span b {
	font-weight: normal;
	z-index: 1;
	position: relative;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	background: #f33535;
	z-index: 1;
	-webkit-transition: all 8s ease-in-out;
	transition: all 8s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: reveal 10s ease infinite;
	animation: reveal 10s ease infinite;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span:not(:last-child) {
	margin-bottom: 2px;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span:nth-child(1):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.onetec-css [data-page-view="banner"] .bannerText h1 span:nth-child(2):before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.onetec-css [data-page-view="whats-new"] .innovation {
	width: 100%;
	height: 100%;
	position: relative;
}

.onetec-css [data-page-view="whats-new"] .innovation .slick-slider .slick-list {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.onetec-css [data-page-view="whats-new"] .innovation .slick-slider .slick-track {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider {
	width: 100%;
	height: 100%;
	margin: 0;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slide img {
	width: 100%;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slick-dots {
	bottom: 20px;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slick-dots li button {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff6252;
	opacity: 0.6;
	border: 2px solid #ff3737;
	margin: 1px 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slick-dots li button:before {
	display: none;
}

.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slick-dots li.active button {
	background: #ff3737;
	opacity: 0.81;
}

.onetec-css [data-page-view="projects"] .project {
	text-align: center;
	margin: 20px 0;
}

.onetec-css [data-page-view="projects"] .project a {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.onetec-css [data-page-view="projects"] .project a:hover {
	box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.08);
}

.onetec-css [data-page-view="projects"] .section-inner {
	padding-top: 50px;
}

.onetec-css .projects .project {
	text-align: center;
	margin: 20px 0;
}

.onetec-css .projects .project a {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.onetec-css .projects .project a:hover {
	box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.08);
}

.onetec-css [data-page-view="media"] .media-inner {
	width: 100%;
}

.onetec-css [data-page-view="media"] .media-inner .filterMiddle {
	padding-top: 20px;
}

.onetec-css [data-page-view="media"] .media-inner .section-title {
	text-align: center;
	padding: 0 0 50px 0;
	margin: 0;
}

.onetec-css [data-page-view="media"] .media-inner .media-filter {
	margin: 0px -20px;
	width: calc(100% + 40px);
}

.onetec-css [data-page-view="media"] .grid-list .grid-list-item {
	width: 33.333%;
}

.onetec-css [data-page-view="media"] .grid-list .grid-list-item .grid-list-img {
	width: 100%;
}

.onetec-css [data-page-view="media"] .grid-list .grid-list-item .grid-list-summary {
	width: 100%;
}

.onetec-css [data-page-view="media"] .grid-list .grid-list-item .grid-list-summary p {
	font-weight: normal;
}

.onetec-css [data-page-view="media"] .section-inner {
	padding-top: 50px;
}

.onetec-css [data-page-view="publications"] .grid-list {
	width: 100%;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 25%;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-img .pub-img-inner {
	background: #f5f5f5;
	width: 100%;
	padding-top: 110%;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-img .publication-date {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 51, 51, 0.95);
	color: #fff;
	padding: 5px 10px;
	width: auto;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details {
	width: 100%;
	padding: 15px 0;
	min-height: 110px;
	display: table;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details .title {
	display: table-cell;
	vertical-align: top;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details .title h4 {
	margin: 0;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details .download {
	display: table-cell;
	vertical-align: top;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details .download .downloadImgIcons {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background-image: url("../../images/onetecimages/download.png");
	background-position: 0px top;
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item:hover .publication-img .pub-img-inner {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.onetec-css [data-page-view="publications"] .grid-list .grid-list-item:hover .publication-details .download .downloadImgIcons {
	background-position: 0px bottom;
}

.onetec-css [data-page-view="publications"] .section-inner {
	padding-top: 50px;
}

.onetec-css [data-page-view="events"] .page-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	position: relative;
	z-index: 1;
}

.onetec-css [data-page-view="events"] .events-inner {
	width: 100%;
}

.onetec-css [data-page-view="events"] .events-inner .section-title {
	margin: 0;
	margin-bottom: 20px;
}

.onetec-css [data-page-view="events"] .grid {
	margin: 0 -20px;
	width: calc(100% + 40px);
}

.onetec-css [data-page-view="events"] .grid-list.v1 .grid-list-item {
	margin: 10px 0 30px 0;
}

.onetec-css [data-page-view="events"] .resp-tabs-wrap {
	min-height: auto;
}

.onetec-css [data-page-view="events"] .resp-tabs-container {
	padding-top: 0;
	min-height: auto;
}

.onetec-css [data-page-view="news"] .list-v1 .list-item {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .events-calendar-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.onetec-css .events-calendar-filter .form-control {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.onetec-css .list-v1 .list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 70px 0 25px 0;
}

.onetec-css .list-v1 .list-item .list-img {
	position: relative;
	width: 40%;
}

.onetec-css .list-v1 .list-item .list-img img {
	width: 100%;
}

.onetec-css .list-v1 .list-item .list-img .date {
	background: rgba(255, 98, 82, 0.95);
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	font-weight: 300;
}

.onetec-css .list-v1 .list-item .list-desc {
	width: 60%;
	padding: 10px 20px;
	font-size: 18px;
}

.onetec-css .list-v1 li:first-child .list-item {
	margin-top: 50px;
}

.onetec-css .list-v2 .list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 70px 0 25px 0;
}

.onetec-css .list-v2 .list-item .list-img {
	position: relative;
	width: auto;
}

.onetec-css .list-v2 .list-item .list-img img {
	width: 100%;
}

.onetec-css .list-v2 .list-item .list-img a {
	display: block;
	width: 115px;
	height: 115px;
	background-size: cover;
	border-radius: 100%;
	border: 6px solid #efefef;
}

.onetec-css .list-v2 .list-item .list-desc {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 100%;
	padding: 10px 20px;
}

.onetec-css .list-v2 .list-item .list-desc h3 {
	margin-top: 0;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 600;
}

.onetec-css .list-v2 .list-item .list-desc h3 a {
	color: #ff3333;
}

.onetec-css .list-v2 .list-item .list-desc p {
	line-height: 1.5;
}

.onetec-css .list-v2 li:first-child .list-item {
	margin-top: 50px;
}

.onetec-css .live-event-list .live-event-item {
	margin: 50px 0 25px;
	display: block;
}

.onetec-css .live-event-list .live-event-item .live-event-img {
	margin-bottom: 25px;
	width: 100%;
	padding-top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.onetec-css .live-event-list .live-event-item .date {
	background: rgba(255, 98, 82, 0.95);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 15px;
	font-weight: 300;
}

.onetec-css .live-event-list .live-event-item .live-event-details .live-event-title {
	color: #aaaaaa;
}

.onetec-css .live-event-list .live-event-item .live-event-details .live-event-desc {
	font-weight: 600;
	font-size: 18px;
}

.onetec-css .news .list-item .list-img {
	overflow: hidden;
}

.onetec-css .news .list-item .list-img img {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

.onetec-css .news .list-item:hover .list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.onetec-css .events {
	-webkit-transform: translateY(-45px);
	transform: translateY(-45px);
}

.onetec-css .events .list-item .list-img {
	overflow: hidden;
}

.onetec-css .events .list-item .list-img img {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

.onetec-css .events .list-item:hover .list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.onetec-css .events .events-calendar-filter {
	position: absolute;
	right: 40px;
	top: 30px;
	z-index: 1;
}

.onetec-css .events .events-filter {
	margin: 0 -20px;
}

.onetec-css .events .events-filter .filtr-item {
	cursor: inherit;
}

.onetec-css .contacts {
	height: 100%;
}

.onetec-css .contacts .map {
	padding-left: 12px;
	padding-right: 12px;
}

.onetec-css .contacts .map #map-block {
	width: 100%;
	height: 100%;
}

.onetec-css .contacts .address {
	padding-left: 12px;
	padding-right: 12px;
}

.onetec-css .contacts .address .address-block {
	background: #343537;
	color: #fff;
	font-weight: 300;
	padding: 100px 80px;
	height: 100%;
}

.onetec-css .contacts .address .address-block .section-title {
	color: #fff;
}

.onetec-css .contacts .address .address-block ul {
	margin-top: 35px;
}

.onetec-css .contacts .address .address-block ul li {
	margin: 10px 0;
}

.onetec-css [data-page-view="contacts"] .row {
	height: 100%;
}

.onetec-css [data-page-view="contacts"] .contacts {
	height: 100%;
}

.onetec-css [data-page-view="about"] .about .section-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.onetec-css [data-page-view="about"] .about .about-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css [data-page-view="about"] .about .about-block > div {
	width: 90%;
}

.onetec-css [data-page-view="about"] .about .about-block:first-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.onetec-css [data-page-view="about"] .about .about-img {
	padding-top: 125%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.onetec-css .grid-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.onetec-css .grid-list .grid-list-item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 20px;
	margin-bottom: 90px;
	cursor: pointer;
}

.onetec-css .grid-list .grid-list-item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 99;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background: rgba(52, 53, 55, 0.9);
	padding: 15px 20px !important;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p {
	margin-bottom: 2px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p:nth-child(1) {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p:nth-child(2) {
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p:nth-child(3) {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p:nth-child(4) {
	-webkit-transition: all 2.2s ease-in-out;
	transition: all 2.2s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p.download {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	padding: 5px 15px;
	color: #cacaca;
	cursor: pointer;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p.download .watchVideoImgIcons {
	display: inline-block;
	width: 34px;
	height: 32px;
	vertical-align: middle;
	background: url(http://demopgs.com/tec/v3/dist/images/icon-stripes.png) center center no-repeat;
	background-position: 0px -221px;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p.download .downloadImgIcons {
	display: inline-block;
	width: 34px;
	height: 32px;
	vertical-align: middle;
	background: url(http://demopgs.com/tec/v3/dist/images/icon-stripes.png) center center no-repeat;
	background-position: 0px -87px;
	margin-right: 9px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p.download:hover {
	color: #f94646;
}

.onetec-css .grid-list .grid-list-item > a .hoverDescWrap p.download:hover .downloadImgIcons {
	background-position: 0px -132px;
}

.onetec-css .grid-list .grid-list-item > a .bgRed {
	background: #fb4242;
}

.onetec-css .grid-list .grid-list-item > a .imgIcon {
	width: 46px;
	height: 36px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a .imgIcon::after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 30px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.onetec-css .grid-list .grid-list-item > a:hover .hoverDescWrap {
	opacity: 1;
	visibility: visible;
}

.onetec-css .grid-list .grid-list-item > a:hover .hoverDescWrap p {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css .grid-list .grid-list-item .grid-list-img {
	width: 35%;
	position: relative;
}

.onetec-css .grid-list .grid-list-item .grid-list-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 5px;
	background: red;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.onetec-css .grid-list .grid-list-item .grid-list-img div {
	width: 100%;
	background-size: cover;
	height: 100%;
	min-height: 200px;
	position: relative;
	background-position: center top;
	overflow: hidden;
}

.onetec-css .grid-list .grid-list-item .grid-list-img span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 0, 0, 0.9);
	color: #fff;
	padding: 8px 16px;
	line-height: normal;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(99, 99, 99, 0.9);
	font-size: 13px;
	padding: 8px 8px;
}

.onetec-css .grid-list .grid-list-item .grid-list-img span.upcomingNote {
	display: inline-block;
	position: absolute;
	right: 137px;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	bottom: 0;
	padding: 8px 10px;
	line-height: normal;
	-webkit-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	text-transform: none;
	letter-spacing: 0.01em;
	right: 140px;
	z-index: 33;
	font-size: 15px;
	font-weight: 600;
	left: 0;
	right: auto;
	background: rgba(253, 23, 24, 0.74);
	color: #fff;
}

.onetec-css .grid-list .grid-list-item .grid-list-img span.liveNote {
	display: inline-block;
	position: absolute;
	background: rgba(251, 66, 66, 0.8);
	color: #fff;
	bottom: 0;
	padding: 8px 16px;
	line-height: normal;
	-webkit-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	text-transform: none;
	letter-spacing: 0.08em;
	left: 0;
	right: auto;
}

.onetec-css .grid-list .grid-list-item .grid-list-img .upcomingNote {
	left: 0;
	right: auto;
}

.onetec-css .grid-list .grid-list-item .grid-list-img .liveNote {
	left: 0;
	right: auto;
}

.onetec-css .grid-list .grid-list-item .grid-list-img .imgInnerZoom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
	background-size: cover;
}

.onetec-css .grid-list .grid-list-item .grid-list-img:hover .imgInnerZoom {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

.onetec-css .grid-list .grid-list-item .grid-list-img:hover span {
	opacity: 0;
	visibility: hidden;
}

.onetec-css .grid-list .grid-list-item .grid-list-summary {
	width: 65%;
	padding: 25px;
	position: relative;
	font-size: 110%;
}

.onetec-css .grid-list .grid-list-item .grid-list-summary p {
	font-weight: 600;
}

.onetec-css .grid-list .grid-list-item:hover .grid-list-img:before {
	width: 0;
}

.onetec-css .grid-list .grid-list-item > a.liveStream .iconLiveStream {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.onetec-css .grid-list .grid-list-item > a.liveStream .iconLiveStream::after {
	background: url(http://demopgs.com/tec/v3/dist/images/icon-stripes.png) 0 0;
}

.onetec-css .grid-list.v1 .grid-list-item {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 25%;
	margin: 30px 0;
	cursor: inherit;
}

.onetec-css .grid-list.v1 .grid-list-item:before {
	display: none;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img {
	width: 100%;
	overflow: hidden;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img:before {
	display: none;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img > div {
	min-height: 0;
	height: 0;
	padding-top: 65%;
	overflow: hidden;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top {
	position: absolute;
	z-index: 9;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	top: 0;
	z-index: 10;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li {
	padding: 7px 12px 4px 12px;
	background-color: rgba(255, 51, 51, 0.9);
	color: #fff;
	margin: 0;
	width: auto;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:before {
	display: none;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child {
	background: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child em {
	padding: 7px 12px 4px 12px;
	font-style: normal;
	display: inline-block;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child em:first-child {
	background-color: rgba(255, 51, 51, 0.9);
	color: #fff;
	width: 55px;
	background-repeat: no-repeat;
	background-position: 8px 1px;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child em:last-child {
	padding: 7px 12px 4px 12px;
	color: #fff;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:last-child {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom {
	position: absolute;
	z-index: 9;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	bottom: 0;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom li {
	padding: 7px 12px 4px 12px;
	background-color: rgba(255, 51, 51, 0.9);
	color: #fff;
	margin: 0;
	width: auto;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom li:before {
	display: none;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap {
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.8);
	opacity: 0;
	visibility: hidden;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-height: auto;
	z-index: 99999;
	white-space: nowrap;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div span {
	position: static;
	background: none;
	display: block;
	opacity: 1;
	visibility: visible;
	font-size: 100%;
	padding: 5px 0;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div span i {
	vertical-align: middle;
	font-size: 24px;
	line-height: 0;
	position: relative;
	top: 6px;
	margin: 0 5px 0 0;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary {
	width: 100%;
	padding: 10px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #f3f3f3;
	border-top: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary h3 {
	font-size: 100%;
	color: #1c1c1c;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 7px;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary h4 {
	color: #000000;
	font-size: 100%;
	font-weight: 300;
	padding-top: 5px;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary h4 i {
	color: #000;
	vertical-align: sub;
	margin: 0 8px 0 0;
	font-size: 115%;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	font-size: 22px;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span {
	display: block;
	color: #000;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span:last-child {
	font-size: 13px;
	display: none;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span:first-child {
	position: relative;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span:first-child:before {
	content: attr(data-title);
	position: absolute;
	background: #676767;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	padding: 3px 8px;
	border-radius: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-32px);
	transform: translateX(-50%) translateY(-32px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span:first-child:hover:before {
	opacity: 1;
	visibility: visible;
	background: #ff3333;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .hoverDescWrap {
	opacity: 1;
	visibility: visible;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .img-top {
	z-index: 10;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .img-top li:last-child {
	opacity: 1;
	visibility: visible;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .img-bottom {
	z-index: 10;
	opacity: 0;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .grid-list-summary:before {
	border-color: #f84243;
}

.onetec-css .showSections {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 5px 10px;
	font-size: 80%;
	font-weight: 600;
	cursor: pointer;
	z-index: 999;
	color: #fff;
	letter-spacing: .03em;
	box-shadow: 0 2px 4px #b3b3b3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #f33535;
}

.onetec-css .showSections:hover {
	background: #f33;
}

.onetec-css .filter-list {
	border: 1px solid #333333;
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.onetec-css .filter-list > li {
	display: inline-block;
	position: relative;
	background: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	float: left;
	padding: 15px 20px;
	cursor: pointer;
	min-width: 9vw;
}

.onetec-css .filter-list > li ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 60px;
	z-index: 5;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #f1f1f1;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.onetec-css .filter-list > li ul li {
	background: #f1f1f1;
	font-size: 16px;
	color: #000;
	padding: 7px 20px;
	font-size: 15px;
	min-width: 150px;
	padding: 6px 20px;
	text-align: left;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}

.onetec-css .filter-list > li ul li:before {
	display: none;
}

.onetec-css .filter-list > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 46px;
}

.onetec-css .filter-list > li.filtr-active {
	text-align: center;
	background: #fd1718;
	color: #fff;
}

.onetec-css .filter-list > li.searchBox {
	padding: 0;
	border-left: 1px solid #333333;
}

.onetec-css .filter-list > li.searchBox input {
	margin: 0;
	padding: 5px 12px;
	border: none;
	outline: none;
	height: 47px;
	vertical-align: middle;
	font-weight: 400;
}

.onetec-css .filter-list > li.searchBox button {
	margin: 0;
	padding: 5px 5px;
	border: none;
	outline: none;
	width: 47px;
	height: 40px;
	vertical-align: middle;
	background: url(http://demopgs.com/tec/v3/dist/images/search-box.png) center center no-repeat;
	background-position: 2px 6px;
}

.onetec-css .filterMiddle {
	padding: 75px 0;
	padding-top: 90px;
	text-align: center;
}

.onetec-css .filterMiddle .filter-list {
	display: inline-block;
	border: 1px solid #dcdcdc;
	margin: 0;
}

.onetec-css .filterMiddle .filter-list li {
	text-align: left;
}

.onetec-css .events-inner .filter-list {
	margin: 0 auto;
	display: table;
}

.scrollView .page-section-wrap > .scrollbar > .mCustomScrollBox > .mCSB_container {
	height: auto;
}

.scrollView .page-section-wrap .page-section[data-page-view] {
	opacity: 1;
	visibility: visible;
	min-height: 80vh;
	margin: 80px 0;
}

.scrollView .page-section-wrap .page-section[data-page-view]:first-child {
	margin-top: 0;
}

.scrollView .page-section-wrap .page-section[data-page-view]:last-child {
	margin-bottom: 0;
}

.scrollView [data-page-view="banner"] .bannerSlider {
	height: calc(100vh - 180px);
}

.scrollView [data-page-view="whats-new"] .innovation .innovationSlider {
	height: calc(100vh - 180px);
}

.scrollView.template-home  .aside.left {
	opacity: 0;
	visibility: hidden;
}

.scrollView.template-home footer {
	display: block;
}

.scrollView.template-home #main > footer {
	display: none;
}

.scrollView.template-page  .aside.left {
	opacity: 1;
	visibility: visible;
}

.template-home .page-content {
	display: none;
}

.onetec-css .contentBlock {
	padding-top: 40px;
}

.onetec-css .contentComingSoon-test {
	padding-top: 32vh;
	text-align: center;
	width: 100%;
	font-size: 34px;
}

.onetec-css .resp-tabs.basic {
	background: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.onetec-css .resp-tabs.basic li {
	width: auto;
	padding: 10px 0;
	min-height: auto;
	background: none !important;
	color: #1c1c1c;
	opacity: 0.5;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 20px;
}

.onetec-css .resp-tabs.basic li:before {
	display: none;
}

.onetec-css .resp-tabs.basic li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #ff3333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.onetec-css .resp-tabs.basic li.resp-tab-active {
	opacity: 1;
	background: none !important;
}

.onetec-css .resp-tabs.basic li.resp-tab-active:after {
	width: 40px;
}

.onetec-css .project {
	width: 25%;
	margin: 15px 0;
}

.onetec-css .project img {
	/* max-width: 90%; */
}

.onetec-css .gallery .categoryFolder .gallery-img {
	position: relative;
	padding-top: 25px;
}

.onetec-css .gallery .categoryFolder .gallery-img::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 4px;
	background: #c7c7c7;
	top: 16px;
}

.onetec-css .gallery .categoryFolder .gallery-img::after {
	content: '';
	position: absolute;
	left: 23px;
	right: 23px;
	height: 3px;
	background: #d0d0d0;
	top: 8px;
}

.onetec-css .gallery .categoryFolder .catDescWrap {
	padding: 10px 0;
}

.onetec-css .gallery .categoryFolder .catDescWrap > span {
	display: block;
}

.onetec-css .gallery .categoryFolder .catDescWrap .catTitle {
	font-size: 20px;
	font-weight: 500;
}

.onetec-css .gallery .categoryFolder .catDescWrap .ImgCount {
	color: #848484;
	font-weight: 400;
}

.onetec-css .gallery .grid-list-item {
	display: block;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.onetec-css .gallery .grid-list-item .gallery-img {
	overflow: hidden;
}

.onetec-css .gallery .grid-list-item .gallery-img .gallery-img-inner {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	padding-top: 70%;
	background-size: cover;
	background-position: center top;
}

.onetec-css .gallery .grid-list-item:hover .gallery-img .gallery-img-inner {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.onetec-css .font-primary {
	font-family: Nunito Sans, Droid Arabic Kufi,sans-serif;
}

.onetec-css .back {
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}

.onetec-css .back:before {
	position: relative;
	top: 5px;
	font-size: 24px;
}

.onetec-css .fit-img {
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.onetec-css .contentSection h1 {
	font-size: 28px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-bottom: 18px;
}

.onetec-css .contentSection h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}

.onetec-css .contentSection h3 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin-bottom: 25px;
}

.onetec-css .contentSection h4 {
	font-size: 18px;
	line-height: 31px;
	font-weight: 300;
	margin-bottom: 10px;
}

.onetec-css .contentSection p {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.onetec-css .contentSection ul {
	padding-left: 17px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 26px;
	list-style-type: circle;
}

.onetec-css .contentSection img {
	max-width: 100%;
}

.onetec-css ul#tab {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
}

.onetec-css ul#tab > li {
	list-style: none;
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	list-style: none;
}

.onetec-css ul#tab > li.active {
	visibility: visible;
	opacity: 1;
	display: block;
}

.onetec-css ul#tabs > li {
	cursor: pointer;
}

.onetec-css .inline-block {
	display: inline-block;
}

.onetec-css .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.onetec-css .flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .flex-ac-top {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.onetec-css [dir=rtl] .checkbox label {
	padding-right: 25px;
	padding-left: 0;
}

.onetec-css [dir=rtl] .checkbox label:before {
	right: 0;
	left: auto;
}

.onetec-css [dir=rtl] .checkbox label:after {
	right: 3px;
	left: auto;
}

.onetec-css [dir=rtl] .radio label {
	padding-right: 25px;
	padding-left: 0;
}

.onetec-css [dir=rtl] .radio label:before {
	right: 0;
	left: auto;
}

.onetec-css [dir=rtl] .radio label:after {
	right: 3px;
	left: auto;
}

.onetec-css .mobileOnly {
	display: none;
}

.onetec-css img.mobileOnly {
	width: 100%;
}

.onetec-css .moreContent {
	display: none;
}

.onetec-css .page {
	position: relative;
}

.onetec-css .page .contentLeftContainer {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .page .contentLeftContainer .img-desc-style-1 {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.onetec-css .page .contentLeftContainer .pageDescription {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.onetec-css .page .img-desc-style-1 .flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .page .img-desc-style-1 .imgBlockWrap {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	width: 45%;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim {
	position: absolute;
	width: 80%;
	height: 100%;
	display: block;
	border: 8px solid #ededed;
	top: 14%;
	left: 40%;
	pointer-events: none;
	-webkit-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
	-webkit-transform: scale(0) rotate(-15deg);
	transform: scale(0) rotate(-15deg);
	opacity: 0;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div {
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background: #ff5b5b;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(1) {
	top: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(2) {
	top: -8px;
	right: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(3) {
	bottom: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(4) {
	top: -8px;
	left: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .page .img-desc-style-1 .imgBlock {
	background-color: #f5f5f5;
	background-size: cover !important;
	background-position: center top;
	padding-top: 67%;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.onetec-css .page .img-desc-style-1 .imgBlock > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
}

.onetec-css .page .img-desc-style-1 .socialWidget {
	margin: 0 auto;
	display: table;
}

.onetec-css .page .img-desc-style-1 .socialWidget .social-links a {
	color: #595656;
	font-size: 32px;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .page .img-desc-style-1 .socialWidget .social-links a:first-child {
	margin-left: 0;
}

.onetec-css .page .img-desc-style-1 .socialWidget .social-links a:last-child {
	margin-right: 0;
}

.onetec-css .page .img-desc-style-1 .socialWidget .social-links a:hover {
	color: #ff3333;
}

.onetec-css .page .img-desc-style-1 .descBlock {
	position: relative;
	z-index: 2;
	font-size: 16px;
	padding-left: 0;
	width: 55%;
	font-family: 'Dubai', Droid Arabic Kufi,sans-serif;
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText {
	background: #f9f9f9;
	padding: 20px 30px;
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText .page-sub-title {
	font-size: 25px;
	position: relative;
	padding-right: 58px;
	margin-top: 4px;
	margin-bottom: 18px;
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText p {
	line-height: 1.4;
}

.onetec-css .page .img-desc-style-1 .descBlock p {
	font-size: 16px;
	font-style: italic;
}

.onetec-css .page .img-desc-style-1:hover .imgBlock > div {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(1) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(2) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(3) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(4) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .page .img-desc-style-1 .grayScale {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.onetec-css .page-content {
	background: #fff url(../../images/onetecimages/material.gif);
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center;
}

.onetec-css .page-content-inner {
	background: #fff;
	padding: 40px 0;
	/* overflow: hidden; */
}

.onetec-css .page-content-inner p {
	line-height: 2;
	margin-bottom: 25px;
}

.onetec-css .page-content-inner ol li {
	line-height: 2;
}

.onetec-css .page-content-inner ul {
	padding: 0;
	margin: 25px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .page-content-inner ul li {
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0 30px;
	position: relative;
	width: 100%;
}

.onetec-css .page-content-inner ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	width: 12px;
	height: 6px;
	border-radius: 5px;
	background: #ff3333;
	left: 0;
}

.onetec-css .page-content-inner ul.two-col li {
	width: 50%;
}

.onetec-css .page-content-inner .sidebar ul {
	margin: 0;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock {
	padding: 0;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	display: block;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg {
	display: block;
	width: 88%;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg .memberImgInner {
	padding-top: 84%;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
	width: 100%;
	height: 100%;
	top: 20%;
	left: 12%;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails {
	display: block;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner {
	background: none;
	padding: 25% 0 0 0;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner .social-links a {
	font-size: 24px;
	opacity: 0.4;
	margin: 0 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner .social-links a:hover {
	opacity: 1;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div {
	width: 50%;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child {
	text-align: left;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child img {
	max-width: 100%;
}

.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:last-child {
	text-align: right;
}

.onetec-css .page-content-inner .sidebar .back {
	font-weight: normal;
	font-size: 95%;
	margin-bottom: 20px;
	display: block;
}

.onetec-css .page-content-inner .sidebar .back .icon {
	vertical-align: text-top;
	font-size: 24px;
}

.onetec-css .page-content-inner .container {
	width: 100%;
	max-width: calc(100% - 140px);
}

.onetec-css .page-content-inner .resp-tabs-list-wrap {
	position: absolute;
	width: 100%;
	margin-top: -1px;
}

.onetec-css .page-content-inner .contentBlock {
	padding-top: 0;
	padding-right: 40px;
}

.onetec-css .page-content-inner .section-title {
	font-family: 'Dubai', Droid Arabic Kufi,sans-serif;
	color: #ff3333;
	font-weight: 700;
}

.onetec-css .page-content-inner .page-sub-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.onetec-css .page-content-inner .more {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}

.onetec-css .page-content-inner .more:before {
	width: 32px;
	height: 5px;
	right: 0;
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
}

.onetec-css .page-content-inner .more:hover:before {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	right: 50%;
}

.onetec-css .page-content-inner .line {
	position: relative;
}

.onetec-css .page-content-inner .line:after {
	content: '';
	position: relative;
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #000;
	bottom: 0;
	margin: 0 10px;
}

.onetec-css .page-content-inner .line.line-red:after {
	background: #ff3333;
}

.onetec-css .page-content-inner .resp-tabs-list-wrap.link-widget-wrap {
	overflow: visible;
}

.onetec-css .page-content-inner .link-widget {
	background: #f9f9f9;
	position: relative;
	padding: 20px 0;
	display: block;
}

.onetec-css .page-content-inner .link-widget:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	background: #f9f9f9;
	z-index: -1;
	display: none;
}

.onetec-css .page-content-inner .link-widget li {
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	text-align: left;
	position: relative;
	float: none;
	min-height: auto;
	margin: 0;
	background: #f9f9f9 !important;
}

.onetec-css .page-content-inner .link-widget li:before {
	display: none;
}

.onetec-css .page-content-inner .link-widget li span {
	display: inline-block;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	color: #000;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	font-size: 17px;
	width: 100%;
}

.onetec-css .page-content-inner .link-widget li span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #ff3333;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.onetec-css .page-content-inner .link-widget li:last-child span {
	border-bottom: 0;
}

.onetec-css .page-content-inner .link-widget li.resp-tab-active span {
	color: #ff3333;
}

.onetec-css .page-content-inner .link-widget li.resp-tab-active span:before {
	width: 100%;
}

.onetec-css .page-content-inner .the-executive-council .resp-tabs-container {
	padding-top: 0;
}

.onetec-css .page-content-inner .verticalGallery > div div {
	border: 4px solid #fff;
}

.onetec-css .ec-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 50px 0;
}

.onetec-css .ec-bio .ec-bio-img {
	width: calc(100% - 300px);
}

.onetec-css .ec-bio .ec-bio-img div {
	width: 100%;
	padding-top: 120%;
	background-size: cover;
}

.onetec-css .ec-bio .ec-bio-details {
	background: #f9f9f9;
	position: relative;
	padding: 35px;
	left: -30px;
	top: 30px;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.onetec-css .ec-bio .ec-bio-details * {
	font-family: 'Dubai', Droid Arabic Kufi,sans-serif;
}

.onetec-css .ec-bio .ec-bio-details h3 {
	color: #232323;
	font-weight: 800;
}

.onetec-css .ec-bio .ec-bio-details h4 {
	color: #747474;
	font-weight: 600;
}

.onetec-css .timelineWrap .timeline {
	display: table;
	position: relative;
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.onetec-css .timelineWrap .timeline:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #dedede;
	height: 100%;
	left: 153px;
	top: 0;
}

.onetec-css .timelineWrap .timeline:first-child:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #fff;
	height: 50px;
	left: 153px;
	top: 0;
}

.onetec-css .timelineWrap .timeline:last-child:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #fff;
	height: 100%;
	left: 153px;
	top: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.onetec-css .timelineWrap .timeline .timelineDate {
	display: table-cell;
	width: 130px;
	vertical-align: top;
	padding-bottom: 15px;
}

.onetec-css .timelineWrap .timeline .timelineDate h4 {
	font-size: 23px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}

.onetec-css .timelineWrap .timeline .timelineCircle {
	display: table-cell;
	vertical-align: top;
	width: 70px;
	padding: 0 10px;
	padding-bottom: 15px;
}

.onetec-css .timelineWrap .timeline .timelineCircle > div {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: #dedede;
	border: 6px solid #fff;
	border-radius: 100%;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .timelineWrap .timeline .timelineDetails {
	display: table-cell;
	vertical-align: middle;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineTitle {
	padding-bottom: 15px;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineTitle h4 {
	font-size: 19px;
	margin: 0 0 15px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineTitle > h4 {
	margin: 0;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioImg {
	display: table-cell;
	width: 180px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioImg > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioDetails {
	display: table-cell;
	padding: 0 40px;
	font-size: 17px;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioDetails h4 {
	font-size: 19px;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio:hover .timelineBioImg {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBioMore {
	display: none;
}

.onetec-css .timelineWrap .timeline .timelineDetails .timelineBioMore .inner {
	padding: 30px 0;
}

.onetec-css .timelineWrap .timeline:hover .timelineCircle > div {
	background: #ff3333;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.onetec-css .timelineWrap .timeline:hover .timelineDetails .timelineTitle h4 {
	color: #ff3333;
}

.onetec-css .timelineWrap .timeline:hover .timelineDate h4 {
	color: #ff3333;
}

.onetec-css .timelineWrap .timeline.show .timelineDetails .timelineTitle {
	display: none;
}

.onetec-css .timelineWrap .timeline.show .timelineDetails .timelineBio {
	max-height: 600px;
}

.onetec-css .memberBlockWrap .memberBlock {
	padding: 100px 0 50px 0;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg {
	width: 240px;
	display: table-cell;
	position: relative;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
	position: absolute;
	width: 115%;
	height: 109%;
	display: block;
	border: 8px solid #ededed;
	top: 9%;
	left: 23%;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div {
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background: #ff5b5b;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(1) {
	top: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(2) {
	top: -8px;
	right: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(3) {
	bottom: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(4) {
	top: -8px;
	left: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner {
	width: 100%;
	height: 0;
	padding-top: 115%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner > div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner .more-btn {
	font-weight: 600;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	z-index: 11;
	background: #737373;
	padding: 5px;
	line-height: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner .more-btn:hover {
	color: #ff3333;
	background: #fff;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner {
	padding: 20px 30px 20px 30px;
	background: #f9f9f9;
	z-index: 1;
	position: relative;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails .memberName {
	font-weight: bold;
	font-size: 20px;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails .memberDesignation {
	font-size: 18px;
	font-weight: normal;
	color: #747474;
	line-height: normal;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails .memberSummary {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 300;
	color: #121212;
}

.onetec-css .memberBlockWrap .memberBlock .memberDetails .line:after {
	display: block;
	margin: 20px 0;
}

.onetec-css .memberBlockWrap .memberBlock .memberBio {
	background: #f9f9f9;
	position: relative;
	width: 100%;
	z-index: 5;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.onetec-css .memberBlockWrap .memberBlock .memberBio .inner {
	padding: 25px;
	position: relative;
	overflow: hidden;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgInner > div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-position: center;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgAnim > div:nth-child(1) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgAnim > div:nth-child(2) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgAnim > div:nth-child(3) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgAnim > div:nth-child(4) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock.open {
	position: relative;
	z-index: 1;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgInner > div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-position: center;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgInner:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #efefef;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgInner .more-btn {
	color: #ff3333;
	background: #fff;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgAnim > div:nth-child(1) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgAnim > div:nth-child(2) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgAnim > div:nth-child(3) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberImg .memberImgAnim > div:nth-child(4) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .memberBlockWrap .memberBlock.open .memberBio {
	max-height: 2000px;
	opacity: 1;
}

.onetec-css .memberBlockWrap.two-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.onetec-css .memberBlockWrap.two-col .memberBlock {
	width: 50%;
	padding: 0 15px;
	margin: 20px 0 70px 0;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberImg {
	width: 175px;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberImg .memberImgInner {
	padding-top: 100%;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberImg .memberImgInner .more-btn {
	font-size: 20px;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberImg .memberImgAnim {
	width: 100%;
	height: 110%;
	top: 10%;
	left: 15%;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberDetailsInner {
	padding: 10px 20px 10px 20px;
	margin-bottom: -20px;
	position: relative;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberDetailsInner:before {
	content: '';
	position: absolute;
	width: 115%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f9f9f9;
	z-index: -1;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberName {
	font-size: 18px;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberDesignation {
	font-size: 14px;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .line:after {
	margin: 12px 0;
}

.onetec-css .memberBlockWrap.two-col .memberBlock .memberBio {
	width: calc(200% + 30px);
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgInner > div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-position: center;
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(1) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(2) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(3) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgAnim > div:nth-child(4) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .logoBlockWrap {
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css .logoBlockWrap > div {
	margin-bottom: 50px;
}

.onetec-css .logoBlockWrap .logoBlock {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	height: 100%;
}

.onetec-css .logoBlockWrap .logoBlock:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 8px solid transparent;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.onetec-css .logoBlockWrap .logoBlock .logoBLockImg {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border: 8px solid #f8f8f8;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.onetec-css .logoBlockWrap .logoBlock .logoBLockImg .logoBLockImgInner {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.onetec-css .logoBlockWrap .logoBlock .logoBLockText {
	padding: 20px 15px;
	position: relative;
	z-index: 1;
}

.onetec-css .logoBlockWrap .logoBlock .logoBLockText p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}

.onetec-css .logoBlockWrap .logoBlock .logoBLockText .more {
	margin-top: 10px;
}

.onetec-css .logoBlockWrap .logoBlock:hover:before {
	border-color: #ff3333;
}

.onetec-css .logoBlockWrap .logoBlock:hover .logoBLockImg {
	border-color: #fff;
}

.onetec-css .logoBlockWrap .logoBlock:hover .more:before {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	right: 50%;
}

.onetec-css .entities-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.onetec-css .entities-head .search-field {
	position: relative;
}

.onetec-css .entities-head .search-field input {
	border: 1px solid #dedede;
	padding: 6px 12px;
	max-width: 250px;
}

.onetec-css .entities-head .search-field .fi {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0;
	pointer-events: none;
}

.onetec-css .entities-btn-wrap .entities-btn {
	display: inline-block;
	width: auto;
	padding: 10px 0;
	margin: 5px 0;
	font-size: 19px;
	background: #f9f9f9;
	text-align: center;
	cursor: pointer;
	min-width: 40px;
}

.onetec-css .entities-btn-wrap .entities-btn:before {
	display: none;
}

.onetec-css .entities-btn-wrap .entities-btn span {
	padding: 0 10px;
	display: block;
	border-right: 1px solid rgba(49, 47, 47, 0.21);
}

.onetec-css .entities-btn-wrap .entities-btn:nth-last-of-type(2) span {
	border: 0;
}

.onetec-css .entities-btn-wrap .entities-btn:last-child {
	background: none;
}

.onetec-css .entities-btn-wrap .entities-btn:last-child span {
	border: 0;
	background: none;
	border-bottom: 3px solid #000;
	padding: 0;
	margin: 0 20px;
	color: #000;
	font-weight: 500;
}

.onetec-css .entities-btn-wrap .entities-btn:last-child.selected span {
	color: #ff3333;
	border-color: #ff3333;
}

.onetec-css .entities-btn-wrap .entities-btn.selected {
	background: #ffffff;
	color: #ff3333;
	font-weight: 500;
}

.onetec-css .entitiesList .entities-filter-wrap {
	margin: 0 -4%;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block {
	width: 42%;
	float: left;
	margin: 0 4%;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title {
	border: 2px solid #ededed;
	padding: 22px 30px;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item a:hover {
	color: #ff3333;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item:before {
	width: 14px;
	height: 4px;
}

.onetec-css .entitiesPage {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.onetec-css .entitiesPage .memberImgAnim {
	-webkit-transform: scale(0) rotate(-15deg) !important;
	transform: scale(0) rotate(-15deg) !important;
	opacity: 0 !important;
}

.onetec-css .entitiesPage .social-links a {
	font-size: 26px;
	opacity: 1;
	margin: 0 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.onetec-css .entitiesPage .social-links a:hover {
	opacity: 0.7;
}

.onetec-css .entitiesPage .entities-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 90%;
	margin: 50px 0 70px 0;
}

.onetec-css .entitiesPage .entities-top > div {
	width: 50%;
}

.onetec-css .entitiesPage .entities-top:hover .borderAnim > div:nth-child(1) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .entitiesPage .entities-top:hover .borderAnim > div:nth-child(2) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .entitiesPage .entities-top:hover .borderAnim > div:nth-child(3) {
	width: calc(100% + 16px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .entitiesPage .entities-top:hover .borderAnim > div:nth-child(4) {
	height: calc(100% + 16px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .entitiesPage .entities-img {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 30px 0;
}

.onetec-css .entitiesPage .entities-img img {
	width: 100%;
	max-width: 320px;
}

.onetec-css .entitiesPage .entities-info {
	position: relative;
	padding: 30px;
}

.onetec-css .entitiesPage .entities-info .page-sub-title {
	font-weight: 500;
}

.onetec-css .entitiesPage .entities-info address {
	font-weight: 300;
	font-size: 20px;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}

.onetec-css .entitiesPage .entities-info address a:first-child {
	margin-left: 0;
}

.onetec-css .entitiesPage .entities-info address a:last-child {
	margin-right: 0;
}

.onetec-css .entitiesPage .entities-info address a:hover {
	color: #ff3333;
}

.onetec-css .entitiesPage .entities-info address b {
	font-weight: 500;
}

.onetec-css .entitiesPage .entities-info .borderAnim {
	position: absolute;
	width: 130%;
	height: 100%;
	border: 8px solid #ededed;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: scale(0) rotate(-15deg);
	transform: scale(0) rotate(-15deg);
	-webkit-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
}

.onetec-css .entitiesPage .entities-info .borderAnim > div {
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background: #ff5b5b;
}

.onetec-css .entitiesPage .entities-info .borderAnim > div:nth-child(1) {
	top: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .entitiesPage .entities-info .borderAnim > div:nth-child(2) {
	top: -8px;
	right: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .entitiesPage .entities-info .borderAnim > div:nth-child(3) {
	bottom: -8px;
	left: -8px;
	height: 8px;
	width: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.onetec-css .entitiesPage .entities-info .borderAnim > div:nth-child(4) {
	top: -8px;
	left: -8px;
	height: 0;
	width: 8px;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .entitiesPage.visible {
	opacity: 1;
	visibility: visible;
}

.onetec-css .entitiesPage.visible .entities-info .borderAnim {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .entitiesPage.visible .memberImgAnim {
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.onetec-css #eventsTab .resp-tab-section {
	padding-bottom: 0;
}

.onetec-css .events-filter .grid-list-item {
	margin-top: 0;
}

.onetec-css .dubai-plan .contentWrap {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.onetec-css .dubai-plan .memberImgAnim {
	opacity: 0;
	-webkit-transform: scale(0) rotate(-15deg);
	transform: scale(0) rotate(-15deg);
	-webkit-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
}

.onetec-css .dubai-plan .sidebar .social-links a {
	font-size: 34px !important;
	margin: 0 10px !important;
}

.onetec-css .dubai-plan .sidebar .social-links a:hover {
	opacity: 1;
	color: #ff3333;
}

.onetec-css .dubai-plan .sidebar .more {
	font-size: 17px;
}

.onetec-css .dubai-plan .page-sub-title img {
	margin-right: 20px;
}

.onetec-css .general-secretariat .logoBlockWrap > div {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.onetec-css .media-filter .grid-list-item {
	margin-bottom: 40px;
}

.onetec-css .page.page-details .contentLeftContainer {
	padding-top: 30px;
}

.onetec-css .page.page-details .contentLeftContainer [class*="icon"] {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 13px;
	position: relative;
	top: 3px;
}

.onetec-css .page.page-details .contentLeftContainer .socialShare {
	margin-bottom: 20px;
}

.onetec-css .page.page-details .contentLeftContainer .socialShare [class*="icon"] {
	top: auto;
	bottom: auto;
	margin: 0 !important;
	font-size: 10px;
}

.onetec-css .page.page-details .contentLeftContainer .socialShare .at-share-btn {
	background: transparent !important;
	border: 1px solid #dedede;
	margin-right: 4px !important;
}

.onetec-css .visible .contentLeftContainer.blockVisible {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .visible .contentLeftContainer.blockVisible .pageDescription {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .visible .contentLeftContainer.blockVisible .img-desc-style-1 {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .visible .contentLeftContainer.blockVisible .img-desc-style-1 .imgBlockWrap::before {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css .visible .contentLeftContainer.blockVisible .img-desc-style-1 .memberImgAnim {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css .visible .dubai-plan .contentWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.onetec-css .visible .dubai-plan .memberImgAnim {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(5) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(6) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(7) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(8) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(9) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(10) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(11) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(12) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(13) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(14) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(15) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(16) {
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(17) {
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(18) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(19) {
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(20) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(21) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(22) {
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(23) {
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(24) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.onetec-css .visible .general-secretariat .blockVisible .logoBlockWrap > div:nth-child(25) {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(5) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(6) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(7) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(8) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(9) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(10) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(11) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(12) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(13) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(14) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(15) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(16) {
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(17) {
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(18) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(19) {
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(20) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(21) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(22) {
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(23) {
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(24) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.onetec-css .visible .government-of-dubai .blockVisible .memberBlockWrap .memberBlock:nth-child(25) {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.onetec-css .imgVideGalleryContainer .imgVideGalleryWrapper {
	padding-top: 22px;
	margin-right: -18px;
	margin-left: -18px;
}

.onetec-css .imgVideGalleryContainer .resp-tabs-list {
	margin-top: 0;
}

.onetec-css .imgVideGalleryContainer .imgItem .gallery-img {
	position: relative;
}

.onetec-css .imgVideGalleryContainer .imgItem .gallery-img::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	content: "\5c";
	font-family: "tec2018" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	opacity: 0;
	z-index: 3;
	color: #fff;
}

.onetec-css .imgVideGalleryContainer .imgItem .gallery-img::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
}

.onetec-css .imgVideGalleryContainer .imgItem .gallery-img:hover::after {
	opacity: 1;
	visibility: visible;
}

.onetec-css .imgVideGalleryContainer .imgItem .gallery-img:hover::before {
	opacity: 1;
	visibility: visible;
}

.onetec-css .imgVideGalleryContainer .videoItem .gallery-img {
	position: relative;
}

.onetec-css .imgVideGalleryContainer .videoItem .gallery-img::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	content: "\5c";
	font-family: "tec2018" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	opacity: 0;
	z-index: 3;
	color: #fff;
	content: "\e036";
}

.onetec-css .imgVideGalleryContainer .videoItem .gallery-img::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
}

.onetec-css .imgVideGalleryContainer .videoItem .gallery-img:hover::after {
	opacity: 1;
	visibility: visible;
}

.onetec-css .imgVideGalleryContainer .videoItem .gallery-img:hover::before {
	opacity: 1;
	visibility: visible;
}

.onetec-css .presentaionDetails.presentaionDetails {
	display: none;
}

.onetec-css .presentaionDetails .no-list {
	margin-top: 5px;
	margin-bottom: 25px;
}

.onetec-css #presentaionDetailsBtn {
	cursor: pointer;
}

.onetec-css .navbar-custom {
	text-transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .dp-normal ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0081c2;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #08c, #0077b3);
	background-image: linear-gradient(to bottom, #08c, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

.onetec-css .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.onetec-css .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.onetec-css .animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.onetec-css .animated.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.onetec-css .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.onetec-css .animated.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.onetec-css .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.onetec-css .bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.onetec-css .flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

.onetec-css .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.onetec-css .rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.onetec-css .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.onetec-css .headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

.onetec-css .swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

.onetec-css .tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.onetec-css .wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

.onetec-css .jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.onetec-css .bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.onetec-css .bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.onetec-css .bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.onetec-css .bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.onetec-css .bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.onetec-css .bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

.onetec-css .bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

.onetec-css .bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

.onetec-css .bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

.onetec-css .bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

.onetec-css .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.onetec-css .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.onetec-css .fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

.onetec-css .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.onetec-css .fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.onetec-css .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.onetec-css .fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.onetec-css .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.onetec-css .fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

.onetec-css .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.onetec-css .fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.onetec-css .fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

.onetec-css .fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.onetec-css .fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

.onetec-css .fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.onetec-css .fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.onetec-css .fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.onetec-css .fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

.onetec-css .animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

.onetec-css .flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.onetec-css .flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

.onetec-css .flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.onetec-css .flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

.onetec-css .lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.onetec-css .lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

.onetec-css .rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

.onetec-css .rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.onetec-css .rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

.onetec-css .rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

.onetec-css .rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

.onetec-css .rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

.onetec-css .rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

.onetec-css .rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

.onetec-css .rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

.onetec-css .rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

.onetec-css .hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

.onetec-css .rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

.onetec-css .rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

.onetec-css .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.onetec-css .zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

.onetec-css .zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

.onetec-css .zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

.onetec-css .zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

.onetec-css .zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

.onetec-css .zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

.onetec-css .zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

.onetec-css .zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

.onetec-css .zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

.onetec-css .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.onetec-css .slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.onetec-css .slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.onetec-css .slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.onetec-css .slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

.onetec-css .slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

.onetec-css .slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

.onetec-css .slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.onetec-css .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.onetec-css .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.onetec-css .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.onetec-css .slick-list:focus {
	outline: none;
}

.onetec-css .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.onetec-css .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.onetec-css .slick-track:before {
	content: "";
	display: table;
}

.onetec-css .slick-track:after {
	content: "";
	display: table;
	clear: both;
}

.onetec-css .slick-loading .slick-track {
	visibility: hidden;
}

.onetec-css .slick-loading .slick-slide {
	visibility: hidden;
}

.onetec-css .slick-loading .slick-list {
	background: #fff url("./../../images/onetecimages/ajax-loader.gif") center center no-repeat;
}

.onetec-css [dir="rtl"] .slick-slide {
	/* float: right; */
}

.onetec-css [dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.onetec-css [dir="rtl"] .slick-prev:before {
	content: "→";
}

.onetec-css [dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.onetec-css [dir="rtl"] .slick-next:before {
	content: "←";
}

.onetec-css .slick-slide.slick-loading img {
	display: none;
}

.onetec-css .slick-slide.dragging img {
	pointer-events: none;
}

.onetec-css .slick-initialized .slick-slide {
	display: block;
}

.onetec-css .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
	border: none;
}

.onetec-css .slick-arrow.slick-hidden {
	display: none;
}

.onetec-css .bannerSlider .slick-dots li.slick-active button {
	color: #eb0e6a;
}

.onetec-css .slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.onetec-css .slick-next.slick-disabled:before {
	opacity: 0.25;
}

.onetec-css .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.onetec-css .slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.onetec-css .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.onetec-css .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.onetec-css .slick-dots li button:hover {
	outline: none;
}

.onetec-css .slick-dots li button:hover:before {
	opacity: 1;
}

.onetec-css .slick-dots li button:focus {
	outline: none;
}

.onetec-css .slick-dots li button:focus:before {
	opacity: 1;
}

.onetec-css .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.onetec-css .slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.onetec-css .mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.onetec-css .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCustomScrollbar.mCS_no_scrollbar {
	-ms-touch-action: auto;
	touch-action: auto;
}

.onetec-css .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.onetec-css .mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.onetec-css .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.onetec-css .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.onetec-css .mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCustomScrollBox:hover ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.onetec-css .mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.onetec-css .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.onetec-css .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px;
}

.onetec-css .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.onetec-css .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.onetec-css .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.onetec-css .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.onetec-css .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.onetec-css .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
	left: -26px;
}

.onetec-css .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.onetec-css .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.onetec-css .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
	left: 20px;
}

.onetec-css .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.onetec-css .mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.onetec-css .mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.onetec-css .mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.onetec-css .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	filter: "alpha(opacity=10)";
	-ms-filter: "alpha(opacity=10)";
}

.onetec-css .mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.onetec-css .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	filter: "alpha(opacity=10)";
	-ms-filter: "alpha(opacity=10)";
}

.onetec-css .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	filter: "alpha(opacity=25)";
	-ms-filter: "alpha(opacity=25)";
}

.onetec-css .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	filter: "alpha(opacity=25)";
	-ms-filter: "alpha(opacity=25)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	background-position: 0 0;
}

.onetec-css .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	bottom: 0;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	background-position: 0 -20px;
}

.onetec-css .mCSB_scrollTools .mCSB_buttonDown:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonDown:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonLeft {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	background-position: 0 -40px;
}

.onetec-css .mCSB_scrollTools .mCSB_buttonLeft:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonLeft:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	background-position: 0 -56px;
}

.onetec-css .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.onetec-css .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.onetec-css .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	filter: "alpha(opacity=25)";
	-ms-filter: "alpha(opacity=25)";
}

.onetec-css .mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

.onetec-css .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.onetec-css .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	width: 12px;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	width: 8px;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.onetec-css .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.onetec-css .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.onetec-css .mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.onetec-css .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	left: 0;
}

.onetec-css .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	right: 0;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.onetec-css .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.onetec-css .mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.onetec-css .mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.onetec-css .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.onetec-css .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.onetec-css .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.onetec-css .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.onetec-css .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

.onetec-css .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.onetec-css .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.onetec-css .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.onetec-css .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.onetec-css .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.onetec-css .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.onetec-css .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 1px;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.onetec-css .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.onetec-css .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.onetec-css .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 2px;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.onetec-css .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.onetec-css .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.onetec-css .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.onetec-css .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.onetec-css .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.onetec-css .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.onetec-css .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.onetec-css .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.onetec-css .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 16px;
	background-color: #555;
	width: 8px;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 16px;
	background-color: #555;
	width: 8px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
	border-radius: 7px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #555;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
	border-radius: 7px;
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	background-color: #777;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #777;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.onetec-css .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.onetec-css .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	height: 12px;
	width: auto;
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	height: 12px;
	width: auto;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.onetec-css .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.onetec-css .mCS-3d-thick.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.onetec-css .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.onetec-css .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.onetec-css .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.onetec-css .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.onetec-css .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.onetec-css .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.onetec-css .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.onetec-css .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.onetec-css .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.onetec-css .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.onetec-css .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.onetec-css .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	width: 12px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	width: 12px;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-color: #000;
	border-color: rgba(0, 0, 0, 0.2);
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.onetec-css .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.onetec-css .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.onetec-css [data-icon]:before {
	font-family: "tec2018" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.onetec-css [class^="icon-"]:before {
	font-family: "tec2018" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.onetec-css .icon-color:before {
	content: "\61";
}

.onetec-css .icon-icons-the-booking:before {
	content: "\62";
}

.onetec-css .icon-icons-the-hub:before {
	content: "\63";
}

.onetec-css .icon-icons-the-calendar:before {
	content: "\64";
}

.onetec-css .icon-icons-the-invite:before {
	content: "\65";
}

.onetec-css .icon-sound:before {
	content: "\66";
}

.onetec-css .icon-angle-down:before {
	content: "\67";
}

.onetec-css .icon-angle-left:before {
	content: "\68";
}

.onetec-css .icon-angle-right:before {
	content: "\69";
}

.onetec-css .icon-apple:before {
	content: "\6a";
}

.onetec-css .icon-calendar-plus-o:before {
	content: "\6b";
}

.onetec-css .icon-calendar-times-o:before {
	content: "\6c";
}

.onetec-css .icon-calendar-check-o:before {
	content: "\6d";
}

.onetec-css .icon-calendar:before {
	content: "\6e";
}

.onetec-css .icon-camera:before {
	content: "\6f";
}

.onetec-css .icon-camera-retro:before {
	content: "\70";
}

.onetec-css .icon-circle-thin:before {
	content: "\71";
}

.onetec-css .icon-envelope-o:before {
	content: "\72";
}

.onetec-css .icon-eye:before {
	content: "\73";
}

.onetec-css .icon-facebook-square:before {
	content: "\74";
}

.onetec-css .icon-facebook:before {
	content: "\75";
}

.onetec-css .icon-file-pdf-o:before {
	content: "\76";
}

.onetec-css .icon-file-text-o:before {
	content: "\77";
}

.onetec-css .icon-folder-o:before {
	content: "\78";
}

.onetec-css .icon-folder-open-o:before {
	content: "\79";
}

.onetec-css .icon-graduation-cap:before {
	content: "\7a";
}

.onetec-css .icon-google-plus-square:before {
	content: "\41";
}

.onetec-css .icon-google-plus:before {
	content: "\42";
}

.onetec-css .icon-google:before {
	content: "\43";
}

.onetec-css .icon-home:before {
	content: "\44";
}

.onetec-css .icon-heart-o:before {
	content: "\45";
}

.onetec-css .icon-heart:before {
	content: "\46";
}

.onetec-css .icon-info:before {
	content: "\47";
}

.onetec-css .icon-info-circle:before {
	content: "\48";
}

.onetec-css .icon-instagram:before {
	content: "\49";
}

.onetec-css .icon-internet-explorer:before {
	content: "\4a";
}

.onetec-css .icon-linkedin-square:before {
	content: "\4b";
}

.onetec-css .icon-linkedin:before {
	content: "\4c";
}

.onetec-css .icon-list-ol:before {
	content: "\4d";
}

.onetec-css .icon-location-arrow:before {
	content: "\4e";
}

.onetec-css .icon-link:before {
	content: "\4f";
}

.onetec-css .icon-map-marker:before {
	content: "\50";
}

.onetec-css .icon-microphone:before {
	content: "\51";
}

.onetec-css .icon-minus:before {
	content: "\52";
}

.onetec-css .icon-minus-square-o:before {
	content: "\53";
}

.onetec-css .icon-mobile:before {
	content: "\54";
}

.onetec-css .icon-paperclip:before {
	content: "\55";
}

.onetec-css .icon-pencil:before {
	content: "\56";
}

.onetec-css .icon-pencil-square-o:before {
	content: "\57";
}

.onetec-css .icon-phone:before {
	content: "\58";
}

.onetec-css .icon-phone-square:before {
	content: "\59";
}

.onetec-css .icon-picture-o:before {
	content: "\5a";
}

.onetec-css .icon-plus-circle:before {
	content: "\30";
}

.onetec-css .icon-print:before {
	content: "\31";
}

.onetec-css .icon-question:before {
	content: "\32";
}

.onetec-css .icon-question-circle:before {
	content: "\33";
}

.onetec-css .icon-search-plus:before {
	content: "\34";
}

.onetec-css .icon-search-minus:before {
	content: "\35";
}

.onetec-css .icon-search:before {
	content: "\36";
}

.onetec-css .icon-share-alt-square:before {
	content: "\37";
}

.onetec-css .icon-star-o:before {
	content: "\38";
}

.onetec-css .icon-star-half-o:before {
	content: "\39";
}

.onetec-css .icon-tag:before {
	content: "\21";
}

.onetec-css .icon-thumbs-o-up:before {
	content: "\22";
}

.onetec-css .icon-times-circle:before {
	content: "\23";
}

.onetec-css .icon-trash-o:before {
	content: "\24";
}

.onetec-css .icon-tumblr:before {
	content: "\25";
}

.onetec-css .icon-tumblr-square:before {
	content: "\26";
}

.onetec-css .icon-twitter:before {
	content: "\27";
}

.onetec-css .icon-volume-off:before {
	content: "\28";
}

.onetec-css .icon-volume-up:before {
	content: "\29";
}

.onetec-css .icon-whatsapp:before {
	content: "\2a";
}

.onetec-css .icon-vimeo-square:before {
	content: "\2b";
}

.onetec-css .icon-youtube:before {
	content: "\2c";
}

.onetec-css .icon-youtube-play:before {
	content: "\2d";
}

.onetec-css .icon-external-link:before {
	content: "\2e";
}

.onetec-css .icon-globe:before {
	content: "\2f";
}

.onetec-css .icon-android-add:before {
	content: "\3a";
}

.onetec-css .icon-android-add-circle:before {
	content: "\3b";
}

.onetec-css .icon-android-arrow-back:before {
	content: "\3c";
}

.onetec-css .icon-android-arrow-down:before {
	content: "\3d";
}

.onetec-css .icon-android-arrow-forward:before {
	content: "\3e";
}

.onetec-css .icon-android-arrow-up:before {
	content: "\3f";
}

.onetec-css .icon-android-attach:before {
	content: "\40";
}

.onetec-css .icon-android-call:before {
	content: "\5b";
}

.onetec-css .icon-android-camera:before {
	content: "\5d";
}

.onetec-css .icon-android-cancel:before {
	content: "\5e";
}

.onetec-css .icon-android-calendar:before {
	content: "\5f";
}

.onetec-css .icon-android-close:before {
	content: "\60";
}

.onetec-css .icon-android-done:before {
	content: "\7b";
}

.onetec-css .icon-android-checkbox-outline:before {
	content: "\7c";
}

.onetec-css .icon-android-delete:before {
	content: "\7d";
}

.onetec-css .icon-android-exit:before {
	content: "\7e";
}

.onetec-css .icon-android-expand:before {
	content: "\5c";
}

.onetec-css .icon-android-favorite-outline:before {
	content: "\e000";
}

.onetec-css .icon-android-favorite:before {
	content: "\e001";
}

.onetec-css .icon-android-done-all:before {
	content: "\e002";
}

.onetec-css .icon-android-menu:before {
	content: "\e003";
}

.onetec-css .icon-android-notifications-none:before {
	content: "\e004";
}

.onetec-css .icon-android-notifications:before {
	content: "\e005";
}

.onetec-css .icon-android-navigate:before {
	content: "\e006";
}

.onetec-css .icon-android-microphone:before {
	content: "\e007";
}

.onetec-css .icon-android-open:before {
	content: "\e008";
}

.onetec-css .icon-android-remove:before {
	content: "\e009";
}

.onetec-css .icon-android-phone-portrait:before {
	content: "\e00a";
}

.onetec-css .icon-android-search:before {
	content: "\e00b";
}

.onetec-css .icon-android-star-outline:before {
	content: "\e00c";
}

.onetec-css .icon-android-stopwatch:before {
	content: "\e00d";
}

.onetec-css .icon-android-sync:before {
	content: "\e00e";
}

.onetec-css .icon-android-time:before {
	content: "\e00f";
}

.onetec-css .icon-arrow-return-right:before {
	content: "\e010";
}

.onetec-css .icon-arrow-return-left:before {
	content: "\e011";
}

.onetec-css .icon-arrow-move:before {
	content: "\e012";
}

.onetec-css .icon-close-circled:before {
	content: "\e013";
}

.onetec-css .icon-crop:before {
	content: "\e014";
}

.onetec-css .icon-close:before {
	content: "\e015";
}

.onetec-css .icon-compose:before {
	content: "\e016";
}

.onetec-css .icon-close-round:before {
	content: "\e017";
}

.onetec-css .icon-earth:before {
	content: "\e018";
}

.onetec-css .icon-information-circled:before {
	content: "\e019";
}

.onetec-css .icon-images:before {
	content: "\e01a";
}

.onetec-css .icon-ios-arrow-back:before {
	content: "\e01b";
}

.onetec-css .icon-ios-arrow-down:before {
	content: "\e01c";
}

.onetec-css .icon-ios-arrow-forward:before {
	content: "\e01d";
}

.onetec-css .icon-ios-arrow-left:before {
	content: "\e01e";
}

.onetec-css .icon-ios-arrow-right:before {
	content: "\e01f";
}

.onetec-css .icon-ios-arrow-thin-down:before {
	content: "\e020";
}

.onetec-css .icon-ios-arrow-thin-left:before {
	content: "\e021";
}

.onetec-css .icon-ios-arrow-thin-right:before {
	content: "\e022";
}

.onetec-css .icon-ios-arrow-thin-up:before {
	content: "\e023";
}

.onetec-css .icon-ios-arrow-up:before {
	content: "\e024";
}

.onetec-css .icon-ios-close-outline:before {
	content: "\e025";
}

.onetec-css .icon-ios-close-empty:before {
	content: "\e026";
}

.onetec-css .icon-ios-checkmark-outline:before {
	content: "\e027";
}

.onetec-css .icon-ios-heart-outline:before {
	content: "\e028";
}

.onetec-css .icon-ios-heart:before {
	content: "\e029";
}

.onetec-css .icon-ios-help:before {
	content: "\e02a";
}

.onetec-css .icon-ios-help-outline:before {
	content: "\e02b";
}

.onetec-css .icon-ios-help-empty:before {
	content: "\e02c";
}

.onetec-css .icon-ios-home-outline:before {
	content: "\e02d";
}

.onetec-css .icon-ios-information-outline:before {
	content: "\e02e";
}

.onetec-css .icon-ios-locked-outline:before {
	content: "\e02f";
}

.onetec-css .icon-ios-location-outline:before {
	content: "\e030";
}

.onetec-css .icon-ios-mic-outline:before {
	content: "\e031";
}

.onetec-css .icon-ios-minus-empty:before {
	content: "\e032";
}

.onetec-css .icon-ios-minus-outline:before {
	content: "\e033";
}

.onetec-css .icon-ios-pause-outline:before {
	content: "\e034";
}

.onetec-css .icon-ios-plus-outline:before {
	content: "\e035";
}

.onetec-css .icon-ios-play-outline:before {
	content: "\e036";
}

.onetec-css .icon-ios-pint-outline:before {
	content: "\e037";
}

.onetec-css .icon-ios-printer-outline:before {
	content: "\e038";
}

.onetec-css .icon-ios-search:before {
	content: "\e039";
}

.onetec-css .icon-ios-search-strong:before {
	content: "\e03a";
}

.onetec-css .icon-ios-star-outline:before {
	content: "\e03b";
}

.onetec-css .icon-ios-telephone-outline:before {
	content: "\e03c";
}

.onetec-css .icon-ios-trash-outline:before {
	content: "\e03d";
}

.onetec-css .icon-ios-world-outline:before {
	content: "\e03e";
}

.onetec-css .icon-printer:before {
	content: "\e03f";
}

.onetec-css .icon-plus-round:before {
	content: "\e040";
}

.onetec-css .icon-plus-circled:before {
	content: "\e041";
}

.onetec-css .icon-plus:before {
	content: "\e042";
}

.onetec-css .icon-minus-1:before {
	content: "\e043";
}

.onetec-css .icon-minus-circled:before {
	content: "\e044";
}

.onetec-css .icon-minus-round:before {
	content: "\e045";
}

.onetec-css .icon-social-facebook:before {
	content: "\e046";
}

.onetec-css .icon-social-facebook-outline:before {
	content: "\e047";
}

.onetec-css .icon-social-google:before {
	content: "\e048";
}

.onetec-css .icon-social-google-outline:before {
	content: "\e049";
}

.onetec-css .icon-social-googleplus:before {
	content: "\e04a";
}

.onetec-css .icon-social-googleplus-outline:before {
	content: "\e04b";
}

.onetec-css .icon-social-linkedin:before {
	content: "\e04c";
}

.onetec-css .icon-social-javascript-outline:before {
	content: "\e04d";
}

.onetec-css .icon-social-javascript:before {
	content: "\e04e";
}

.onetec-css .icon-social-instagram-outline:before {
	content: "\e04f";
}

.onetec-css .icon-social-instagram:before {
	content: "\e050";
}

.onetec-css .icon-social-tumblr:before {
	content: "\e051";
}

.onetec-css .icon-social-tumblr-outline:before {
	content: "\e052";
}

.onetec-css .icon-social-snapchat-outline:before {
	content: "\e053";
}

.onetec-css .icon-social-snapchat:before {
	content: "\e054";
}

.onetec-css .icon-social-pinterest-outline:before {
	content: "\e055";
}

.onetec-css .icon-social-pinterest:before {
	content: "\e056";
}

.onetec-css .icon-social-twitter:before {
	content: "\e057";
}

.onetec-css .icon-social-twitter-outline:before {
	content: "\e058";
}

.onetec-css .icon-social-whatsapp-outline:before {
	content: "\e059";
}

.onetec-css .icon-social-whatsapp:before {
	content: "\e05a";
}

.onetec-css .icon-social-youtube:before {
	content: "\e05b";
}

.onetec-css .icon-social-youtube-outline:before {
	content: "\e05c";
}



.onetec-css .icon-graphics-calendarview:before {
	content: "\e05e";
}

.onetec-css .icon-tec-date:before {
	content: "\e05f";
}

.onetec-css .icon-tec-download:before {
	content: "\e060";
}

.onetec-css .icon-tec-live-streaming:before {
	content: "\e061";
}

.onetec-css .icon-tec-name-of-presenter:before {
	content: "\e062";
}

.onetec-css .icon-tec-photos:before {
	content: "\e063";
}

.onetec-css .icon-tec-presentation-title:before {
	content: "\e064";
}

.onetec-css .icon-tec-status:before {
	content: "\e065";
}

.onetec-css .icon-tec-venue:before {
	content: "\e066";
}

.onetec-css .icon-tec-watch-video:before {
	content: "\e067";
}

.onetec-css .icon-tec-presentation-new:before {
	content: "\e068";
}

.fancybox-wrap {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-wrap iframe {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap:hover .fancybox-nav span {
	visibility: visible;
}

.fancybox-wrap:hover .fancybox-nav::after {
	opacity: 1;
	visibility: visible;
}

.fancybox-skin {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	border-radius: 0px;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: relative;
}

.fancybox-inner {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.fancybox-image {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.fancybox-nav {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: absolute;
	top: 0;
	width: 40%;
	max-width: 30px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../../images/onetecimages/blank.gif");
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-nav span {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fancybox-nav::after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	top: 50%;
	margin-top: -14px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.onetec-css #fancybox-loading {
	background-image: url("../../images/onetecimages/fancybox_sprite.png");
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

.onetec-css #fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../../images/onetecimages/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	background-image: url("../../images/onetecimages/fancybox_sprite.png");
	position: absolute;
	top: -18px;
	right: -18px;
	top: -2px;
	right: -3px;
	top: -27px;
	right: -33px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	right: 0;
	top: 0;
	background: #ed5851 url(../../images/onetecimages/fancybox_sprite.png);
}

.fancybox-prev {
	left: 0;
	left: 0px;
}

.fancybox-prev span {
	background-image: url("../../images/onetecimages/fancybox_sprite.png");
	left: 0px;
	background-position: -9px -35px;
	z-index: 2;
}

.fancybox-next {
	right: 0;
	right: 0;
}

.fancybox-next span {
	background-image: url("../../images/onetecimages/fancybox_sprite.png");
	right: 0px;
	background-position: 2px -69px;
}

.fancybox-nav.fancybox-prev::after {
	left: -1px;
}

.fancybox-nav.fancybox-next::after {
	right: -1px;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

.onetec-css .socialMediaWrap {
	position: absolute;
	min-height: 50px;
	z-index: 999;
	right: 0;
	top: 220px;
	top: 35%;
	width: 74px;
	min-height: 50px;
	height: 244px;
}

.onetec-css .socialMediaWrap .tooltip-inner {
	background-color: #003a5d;
}

.onetec-css .socialMediaWrap .tooltip.left {
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', 'Droid Arabic', Kufi,sans-serif;
}

.onetec-css .socialMediaWrap .tooltip.left .tooltip-arrow {
	border-left-color: #003a5d;
}

.onetec-css .socialMediaWrap .socialButtonWrap {
	padding: 0;
	margin: 0;
}

.onetec-css .socialMediaWrap li {
	list-style: none;
	-webkit-transition: all .35s;
	transition: all .35s;
	width: 100%;
	left: 0px;
	margin: 3px 0;
	position: relative;
}

.onetec-css .socialMediaWrap li:hover a span {
	opacity: 1;
	margin-right: -2px;
	opacity: 1;
	-webkit-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}

.onetec-css .socialMediaWrap li a {
	display: inline-block;
	padding: 12px 16px;
	width: 100%;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	top: 2px;
}

.onetec-css .socialMediaWrap li a span {
	display: inline-block;
	padding: 3px 10px;
	color: #ffffff;
	width: 92px;
	position: absolute;
	padding-top: 8px;
	font-size: 13px;
	right: 2px;
	width: 150px;
	margin-right: -100px;
	text-align: center;
	opacity: 0;
	padding-left: 41px;
}

.onetec-css .socialMediaWrap li a img {
	float: left;
}

.onetec-css .socialMediaWrap li.linkdin {
	background: rgba(214, 48, 48, 0.9);
	background: rgba(214, 48, 48, 0.9);
	background: rgba(214, 48, 48, 0.9);
}

.onetec-css .socialMediaWrap li.linkdin:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.onetec-css .socialMediaWrap li.insta {
	background: rgba(215, 164, 92, 0.9);
}

.onetec-css .socialMediaWrap li.insta:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.onetec-css .socialMediaWrap li.fb {
	background: rgba(79, 82, 167, 0.9);
}

.onetec-css .socialMediaWrap li.fb:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(63, 65, 132, 0.9);
}

.onetec-css .socialMediaWrap li.youtube {
	background: rgba(214, 48, 48, 0.9);
	background: rgba(214, 48, 48, 0.9);
}

.onetec-css .socialMediaWrap li.youtube:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(176, 35, 35, 0.9);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(176, 35, 35, 0.9);
}

.onetec-css .socialMediaWrap li.twt {
	background: rgba(52, 152, 200, 0.9);
}

.onetec-css .socialMediaWrap li.twt:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(41, 121, 160, 0.9);
}

.onetec-css .socialMediaWrap li.snapChat {
	background: rgba(238, 225, 26, 0.9);
}

.onetec-css .socialMediaWrap li.snapChat:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(198, 187, 15, 0.9);
}

.onetec-css .socialMediaWrap li.contact {
	background: none;
	width: 326px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.onetec-css .socialMediaWrap li.contact .bg {
	float: left;
	background: #8c761b;
	padding: 8px 10px;
	padding-left: 12px;
	cursor: pointer;
}

.onetec-css .socialMediaWrap li.contact > a {
	display: block;
	padding: 0;
}

.onetec-css .socialMediaWrap li.contact > a:after {
	display: table;
	content: '';
	clear: both;
}

.onetec-css .socialMediaWrap li.contact > a span {
	padding-left: 3px;
}

.onetec-css .socialMediaWrap li.contact .quickContactInner {
	float: left;
	width: 270px;
	background: #8c761b;
}

.onetec-css .socialMediaWrap li.contact input {
	width: 100%;
}

.onetec-css .socialMediaWrap li.contact .msgeSendWrap input {
	line-height: 20px;
}

.onetec-css .socialMediaWrap li.contact.contactActive {
	left: -265px;
	-webkit-transition: 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.onetec-css .socialMediaWrap.socialMediaChildHovered {
	overflow: visible;
}

.onetec-css .socialMediaWrap.socialMediaChildHovered li.contact {
	left: -265px;
	-webkit-transition: 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.onetec-css #fl_menu {
	position: absolute;
	top: 130px;
	top: 12vh;
	left: 0px;
	z-index: 91;
	width: 52px;
	min-height: 50px;
}

.onetec-css .socialButtonWrap li {
	text-align: center;
}

.onetec-css .socialButtonWrap li img {
	max-width: 100%;
}

.onetec-css .socialButtonWrap li svg {
	max-width: 100%;
}

.onetec-css .grid {
	margin-left: -18px;
	margin-right: -18px;
	list-style: none;
	padding: 0;
}

.onetec-css .grid li {
	display: block;
	float: left;
	padding: 18px;
	width: 25%;
	opacity: 0;
}

.onetec-css .grid li a {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.onetec-css .grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.onetec-css .grid li.shown {
	opacity: 1;
}

.onetec-css .no-js .grid li {
	opacity: 1;
}

.onetec-css .no-cssanimations .grid li {
	opacity: 1;
}

.onetec-css .grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

.onetec-css .grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

.onetec-css .grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

.onetec-css .grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.onetec-css .grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

.onetec-css .grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.onetec-css .grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

.onetec-css .grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.onetec-css .grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

.onetec-css .grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.onetec-css .grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

.onetec-css .grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.onetec-css .grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

.onetec-css .resp-tabs-wrap {
	position: relative;
	min-height: 80vh;
}

.onetec-css .resp-tabs-list-wrap {
	overflow: hidden;
}

.onetec-css .resp-tabs-list {
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #f4f4f4;
}

.onetec-css .resp-tabs-list li {
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 20px 15px;
	margin: 0 0px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	width: 16.6666%;
	background: #f4f4f4;
	text-align: center;
	position: relative;
	min-height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.onetec-css .resp-tabs-list li:not(:last-child):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: #ccc;
}

.onetec-css .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	padding-top: 60px;
	min-height: 80vh;
}

.onetec-css .resp-tabs-container .section-title {
	margin-top: 0;
}

.onetec-css h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	margin: 0px;
	padding: 10px 15px;
}

.onetec-css h2.resp-accordion:first-child {
	border-top: 1px solid #e0e0e0;
}

.onetec-css .resp-tab-content {
	display: none;
	padding: 15px 0;
}

.onetec-css .resp-tab-content p {
	line-height: 2;
}

.onetec-css .resp-tab-active {
	background: #ff3333 !important;
	color: #fff;
	border-bottom: none;
	background-color: #fff;
}

.onetec-css .resp-content-active {
	display: block;
}

.onetec-css .resp-accordion-active {
	display: block;
}

.onetec-css h2.resp-tab-active {
	border-bottom: 1px solid #e0e0e0 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
	background: #DBDBDB;
}

.onetec-css h2.resp-tab-active span.resp-arrow {
	border: 1px solid #b7b7b7;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 5px;
}

.onetec-css h2.resp-tab-title:last-child {
	border-bottom: 12px solid #e0e0e0 !important;
	background: blue;
}

.onetec-css .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}

.onetec-css .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}

.onetec-css .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

.onetec-css .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}

.onetec-css .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}

.onetec-css .resp-arrow {
	width: 7px;
	height: 7px;
	border: 1px solid #b7b7b7;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
	position: relative;
}

.onetec-css .resp-easy-accordion h2.resp-accordion {
	display: block;
}

.onetec-css .resp-easy-accordion .resp-tab-content {
	border: 1px solid #e0e0e0;
}

.onetec-css .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #e0e0e0;
}

.onetec-css .resp-jfit {
	width: 100%;
	margin: 0px;
}

.onetec-css .resp-tab-content-active {
	display: block;
}

.onetec-css .fs-checkbox.fs-checkbox-enabled {
	cursor: pointer;
	overflow: hidden;
}

.onetec-css .fs-checkbox {
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-checkbox * {
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-checkbox:after {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-checkbox:before {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-checkbox-element_placeholder {
	display: none;
	visibility: hidden;
}

.onetec-css .fs-checkbox-element {
	width: 110%;
	height: 110%;
	position: absolute;
	top: -5%;
	right: -5%;
	bottom: -5%;
	left: -5%;
	z-index: -1;
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
	-webkit-transition: none;
	transition: none;
	opacity: 0;
	-webkit-appearance: none;
}

.onetec-css .fs-checkbox-label {
	cursor: pointer;
	display: block;
	line-height: 20px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onetec-css .fs-checkbox-marker {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid;
	cursor: pointer;
	display: block;
	float: left;
}

.onetec-css .fs-checkbox-flag {
	width: 100%;
	height: 100%;
	margin: 0;
}

.onetec-css .fs-checkbox-flag:before {
	width: 5px;
	height: 10px;
	border: 2px solid;
	border-top: 0;
	border-left: 0;
	content: '';
	display: block;
	margin: 3px 0 0 6px;
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.onetec-css .fs-checkbox-checked .fs-checkbox-flag:before {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}

.onetec-css .no-csstransforms .fs-checkbox-flag:before {
	width: 100%;
	height: 100%;
	content: "\2713";
	display: none;
	line-height: 1;
	text-align: center;
}

.onetec-css .no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
	display: block;
}

.onetec-css .no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
	display: none;
}

.onetec-css .no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
	display: block;
}

.onetec-css .fs-checkbox-radio .fs-checkbox-marker {
	position: relative;
	border-radius: 100%;
}

.onetec-css .fs-checkbox-radio .fs-checkbox-flag {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #666;
	border-radius: 100%;
	margin: auto;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
}

.onetec-css .fs-checkbox-radio .fs-checkbox-flag:before {
	display: none;
}

.onetec-css .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.onetec-css .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
	display: none;
}

.onetec-css .fs-checkbox-disabled {
	cursor: default;
	opacity: .5;
}

.onetec-css .fs-checkbox-disabled .fs-checkbox-label {
	cursor: default;
}

.onetec-css .fs-checkbox-disabled .fs-checkbox-marker {
	cursor: default;
}

.onetec-css .fs-checkbox-toggle {
	position: relative;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-label {
	line-height: 40px;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-marker {
	width: 100px;
	height: 40px;
	position: relative;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-marker:after {
	clear: both;
	content: '';
	display: table;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-flag {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
	display: block;
	-webkit-transition: left .15s ease;
	transition: left .15s ease;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-state {
	width: 50%;
	display: block;
	line-height: 40px;
	margin: 0;
	text-align: center;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-state_on {
	float: left;
}

.onetec-css .fs-checkbox-toggle .fs-checkbox-state_off {
	float: right;
}

.onetec-css .no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
	opacity: 1;
}

.onetec-css .no-touch .fs-upload-disabled:hover .fs-upload-target {
	cursor: default;
	cursor: not-allowed;
}

.onetec-css .fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
	left: 50%;
}

.onetec-css .fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
	display: none;
}

.onetec-css .fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
	display: none;
}

.onetec-css .fs-dropdown {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-dropdown * {
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-dropdown:after {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-dropdown:before {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-dropdown-element {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	opacity: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

.onetec-css .fs-dropdown-mobile .fs-dropdown-element {
	z-index: 7;
}

.onetec-css .fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element {
	z-index: -1;
}

.onetec-css .fs-dropdown-selected {
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid;
	color: #000;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: left;
	text-overflow: clip;
}

.onetec-css .fs-dropdown-options {
	width: 100%;
	max-height: 260px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	background: #fff;
	border: 1px solid;
	display: none;
	overflow: auto;
	overflow-x: hidden;
}

.onetec-css .fs-dropdown-options.fs-scrollbar {
	position: absolute;
	overflow: hidden;
}

.onetec-css .fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
	border: 1px solid;
	border-width: 0 0 0 1px;
}

.onetec-css .fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
	max-height: 260px;
	height: auto;
}

.onetec-css .fs-dropdown-group {
	display: block;
	font-size: 75%;
}

.onetec-css .fs-dropdown-item {
	border: none;
	padding: 0;
	width: 100%;
	background: #fff;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis;
}

.onetec-css .fs-dropdown-item_placeholder {
	display: none;
}

.onetec-css .fs-dropdown-item_selected {
	background: #ddd;
}

.onetec-css .fs-dropdown-item_disabled {
	cursor: default;
	opacity: .5;
}

.onetec-css .fs-dropdown-open {
	z-index: 3;
}

.onetec-css .fs-dropdown-open .fs-dropdown-options {
	display: block;
}

.onetec-css .fs-dropdown-open .fs-dropdown-selected {
	z-index: 6;
}

.onetec-css .fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
	z-index: 4;
}

.onetec-css .fs-dropdown-cover .fs-dropdown-options {
	top: 0;
}

.onetec-css .fs-dropdown-bottom .fs-dropdown-options {
	top: auto;
	bottom: 100%;
}

.onetec-css .fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
	top: auto;
	bottom: 0;
}

.onetec-css .fs-dropdown-multiple .fs-dropdown-options {
	width: 100%;
	position: static;
	display: block;
}

.onetec-css .fs-dropdown-disabled {
	opacity: .5;
}

.onetec-css .fs-dropdown-disabled .fs-dropdown-selected {
	cursor: default;
}

.onetec-css .fs-dropdown-disabled .fs-dropdown-group {
	cursor: default;
}

.onetec-css .fs-dropdown-disabled .fs-dropdown-item {
	cursor: default;
}

.onetec-css .fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
	padding: 0;
}

.onetec-css .fs-upload {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-upload * {
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-upload:after {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-upload:before {
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	-webkit-user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-select: none !important;
}

.onetec-css .fs-upload-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1px;
	opacity: 0;
	pointer-events: none;
}

.onetec-css .fs-upload-target {
	cursor: pointer;
}

.onetec-css .fs-upload-disabled .fs-upload-target {
	cursor: default;
	cursor: not-allowed;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

 .ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}

 .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
	clear: both;
}

 .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

 .ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

 .ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-image: url("../../images/onetecimages/ui-icons_444444_256x240.png");
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

..ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 8px 15px;
	padding-right: 22px;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus {
	margin: -1px;
}

.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.onetec-css input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

.onetec-css input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

.onetec-css input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.onetec-css button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus {
	z-index: 9999;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se {
	width: 7px;
	height: 7px;
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px;
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	width: 7px;
	height: 7px;
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle {
	display: none;
}

.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

.ui-widget {
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a {
	color: #454545;
	text-decoration: none;
}

.ui-state-default a:link {
	color: #454545;
	text-decoration: none;
}

.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.onetec-css a.ui-button {
	color: #454545;
	text-decoration: none;
}

.onetec-css a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none;
}

.onetec-css a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.onetec-css a.ui-button:active {
	border: 1px solid #c34c47;
	background: #f6625b;
	font-weight: normal;
	color: #ffffff;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active {
	border: 1px solid #c34c47;
	background: #f6625b;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-active a:link {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-active .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_ffffff_256x240.png");
}

.ui-button.ui-state-active:hover {
	border: 1px solid #c34c47;
	background: #f6625b;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a {
	color: #777620;
}

.ui-state-highlight .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_777620_256x240.png");
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_cc0000_256x240.png");
}

.ui-state-error-text {
	color: #5f3f3f;
}

.ui-state-error-text .ui-icon {
	background-image: url("../../images/onetecimages/ui-icons_cc0000_256x240.png");
}

.ui-priority-primary {
	font-weight: 500;
}

.ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-corner-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ui-corner-left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-bottom {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

.onetec-css .animCommon {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.onetec-css .register .starRed {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: starGrow;
	animation-name: starGrow;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.onetec-css .register .rectBorder-object {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: rectBorder;
	animation-name: rectBorder;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	stroke-dasharray: 100;
}

.onetec-css .attend .dateDot {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-animation-name: dotGrow;
	animation-name: dotGrow;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.onetec-css .attend .clipCalendar {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-animation-name: rectGrow;
	animation-name: rectGrow;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.onetec-css .attend .dateDot.one {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.onetec-css .attend .dateDot.two {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.onetec-css .attend .dateDot.three {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.onetec-css .attend .clipCalendar.one {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.onetec-css .attend .clipCalendar.two {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.onetec-css .paperSubmit .sunObject {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: rotationObject 20s infinite linear;
	animation: rotationObject 20s infinite linear;
}

.onetec-css .paperSubmit .pen {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.onetec-css .awards .starAward {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: 4s infinite beatHeart;
	animation: 4s infinite beatHeart;
}

.onetec-css .awards .blinkObject-one {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation: glitter 6s linear 0s infinite normal;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	-moz-animation: glitter 6s linear 0s infinite normal;
	-ms-animation: glitter 6s linear 0s infinite normal;
	-o-animation: glitter 6s linear 0s infinite normal;
}

.onetec-css .awards .blinkObject-two {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation: glitter 6s linear 0s infinite normal;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	-moz-animation: glitter 6s linear 0s infinite normal;
	-ms-animation: glitter 6s linear 0s infinite normal;
	-o-animation: glitter 6s linear 0s infinite normal;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.onetec-css .invite .typeDot {
	-webkit-animation: dotmoveDown 2s ease-in-out infinite;
	animation: dotmoveDown 2s ease-in-out infinite;
}

.onetec-css .invite .typeDot.one {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.onetec-css .invite .typeDot.two {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.onetec-css .invite .typeDot.three {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.onetec-css .invite .lineOne {
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	-webkit-animation: lineFillOdd 2.5s linear alternate infinite;
	animation: lineFillOdd 2.5s linear alternate infinite;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.onetec-css .invite .lineTwo {
	stroke-dasharray: 45;
	stroke-dashoffset: 45;
	-webkit-animation: lineFillEven 2.5s linear alternate infinite;
	animation: lineFillEven 2.5s linear alternate infinite;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.onetec-css .invite .lineThree {
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	-webkit-animation: lineFillOdd 2.5s linear alternate infinite;
	animation: lineFillOdd 2.5s linear alternate infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.color-invert .onetec-css {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.color-invert .onetec-css * {
	background-color: #000 !important;
	color: #fff !important;
}

.color-invert .onetec-css .navbar-brand img {
	-webkit-filter: brightness(5);
	filter: brightness(5);
}

.color-invert .onetec-css .logoRight img {
	-webkit-filter: brightness(5);
	filter: brightness(5);
}

.color-invert .onetec-css .aside img {
	-webkit-filter: brightness(5);
	filter: brightness(5);
}

.color-invert .onetec-css .mCSB_scrollTools .mCSB_dragger {
	background: #000;
}

.color-invert .onetec-css .showSections {
	box-shadow: none;
	background: #000;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerSlider .slide #overlay {
	background: transparent;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerSlider .slick-arrow {
	background: #fff;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerSlider .slick-arrow:before {
	opacity: 1;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerText {
	background: transparent;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerText h1 span {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerText h1 span b {
	background: transparent;
}

.color-invert .onetec-css [data-page-view="banner"] .bannerText h1 span:before {
	display: none;
}

.color-invert .onetec-css .memberBlockWrap .memberBlock .memberDetails {
	background: transparent;
}

.color-invert .onetec-css .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner .more-btn {
	background: #000;
}

.color-invert .onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner .more-btn:hover .icon {
	background: #fff;
}

.color-invert .onetec-css .logoBlockWrap .logoBlock .logoBLockText {
	background: transparent;
}

.color-invert .onetec-css .logoBlockWrap .logoBlock:hover:before {
	border-color: #ffffff;
}

.color-invert .onetec-css .page-content-inner .link-widget {
	background: transparent;
}

.color-invert .onetec-css .page-content-inner .link-widget li {
	background: #000 !important;
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .page-content-inner .link-widget li span {
	border-color: #000;
}

.color-invert .onetec-css .page-content-inner .link-widget li span:before {
	background: #fff;
}

.color-invert .onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner .social-links a {
	opacity: 1;
}

.color-invert .onetec-css .entities-btn-wrap .entities-btn {
	background: transparent;
}

.color-invert .onetec-css .entities-btn-wrap .entities-btn.selected {
	background: transparent;
	border: 1px solid #000;
}

.color-invert .onetec-css .entitiesPage .entities-img {
	background: transparent;
}

.color-invert .onetec-css .slick-dots {
	background: transparent;
}

.color-invert .onetec-css .slick-dots li {
	background: transparent;
}

.color-invert .onetec-css .map * {
	background: transparent;
}

.color-invert .onetec-css [data-page-view] .view-all:before {
	background: transparent;
}

.color-invert .onetec-css .grid-list-img * {
	background: transparent;
}

.color-invert .onetec-css  .aside {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css  .aside nav a[data-page]:before {
	background: #000;
}

.color-invert .onetec-css  .aside nav a[data-page] img {
	opacity: 0;
	visibility: hidden;
}

.color-invert .onetec-css  .aside nav a[data-page]:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 53%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: 100%;
	background-position: center;
}

.color-invert .onetec-css  .aside nav a[data-page="whats-new"]:after {
	background-image: url("../../images/onetecimages/invert_whatsnew.svg");
}

.color-invert .onetec-css  .aside nav a[data-page="projects"]:after {
	background-image: url("../../images/onetecimages/invert_projects.svg");
}

.color-invert .onetec-css  .aside nav a[data-page="news"]:after {
	background-image: url("../../images/onetecimages/invert_media.svg");
}

.color-invert .onetec-css  .aside nav a[data-page="publications"]:after {
	background-image: url("../../images/onetecimages/invert_publications.svg");
}

.color-invert .onetec-css  .aside nav a[data-page="events"]:after {
	background-image: url("../../images/onetecimages/invert_events.svg");
}

.color-invert .onetec-css  .aside nav a[data-page="contacts"]:after {
	background-image: url("../../images/onetecimages/invert_contacts.svg");
}

.color-invert .onetec-css .menuBlock {
	background-color: #000;
}

.color-invert .onetec-css .filter-list > li.filtr-active {
	background: #000;
}

.color-invert .onetec-css .filter-list > li.filtr-active span {
	background: #000;
}

.color-invert .onetec-css .filter-list > li.filtr-active span svg {
	background: #000;
}

.color-invert .onetec-css .filter-list > li.filtr-active * {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .filter-list > li {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .filter-list > li ul {
	background: #000 !important;
}

.color-invert .onetec-css .filter-list > li ul li {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .contacts .address .address-block {
	background: #000 !important;
}

.color-invert .onetec-css .page .img-desc-style-1 .descBlock .bottomText {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberDetailsInner:before {
	background: #000;
	color: #fff;
}

.color-invert .onetec-css footer .copy .footer-links a {
	opacity: 1;
}

.color-invert .onetec-css .yamm .mainNav > li > a:hover {
	color: #fff !important;
}

.color-invert .onetec-css .yamm .mainNav > li > a.active {
	color: #fff !important;
}

.color-invert .onetec-css .more:before {
	background: #fff;
}

.color-invert .onetec-css .mainNav > li > a::before {
	background: #fff;
}

.color-invert .onetec-css .mainNav > li > a::after {
	background: #fff;
}

.color-invert .onetec-css .header-links li img {
	background: #fff !important;
	border-radius: 100%;
	height: 18px;
}

.color-invert .onetec-css .list-v1 .list-item .list-img .date {
	background: #000;
}

.color-invert .onetec-css [data-page-view="news"] .list-item .iconLiveStream {
	background: #000;
}

.color-invert .onetec-css .grid-list .grid-list-item .grid-list-img span.upcomingNote {
	background: #000;
}

.color-invert .onetec-css .grid-list .grid-list-item .grid-list-img span {
	background: #000;
}

.color-invert .onetec-css .grid-list .grid-list-item .grid-list-img:before {
	background: #fff;
}

.color-invert .onetec-css .grid-list .grid-list-item > a .hoverDescWrap {
	background-color: #000;
}

.color-invert .onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:last-child {
	background-color: #000;
}

.color-invert .onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child em:first-child {
	background-color: #000;
}

.color-invert .onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom li {
	background-color: #000;
}

.color-invert .onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap {
	background-color: #000;
}

.color-invert .onetec-css .grid-list.v1 .grid-list-item:hover .grid-list-summary:before {
	border-color: #fff;
}

.color-invert .onetec-css .glow:before {
	display: none;
}

.color-invert .onetec-css .memberImgAnim {
	border-color: #fff !important;
}

.color-invert .onetec-css .memberImgAnim > div {
	width: 0 !important;
}

.color-invert .onetec-css .borderAnim {
	border-color: #fff !important;
}

.color-invert .onetec-css .borderAnim > div {
	width: 0 !important;
}

@media print {
	.onetec-css * {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.onetec-css *:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.onetec-css *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.onetec-css a {
		text-decoration: underline;
	}

	.onetec-css a:visited {
		text-decoration: underline;
	}

	.onetec-css a[href]:after {
		content: " (" attr(href) ")";
	}

	.onetec-css abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.onetec-css a[href^="#"]:after {
		content: "";
	}

	.onetec-css a[href^="javascript:"]:after {
		content: "";
	}

	.onetec-css pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.onetec-css blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.onetec-css thead {
		display: table-header-group;
	}

	.onetec-css tr {
		page-break-inside: avoid;
	}

	.onetec-css img {
		page-break-inside: avoid;
		max-width: 100% !important;
	}

	.onetec-css p {
		orphans: 3;
		widows: 3;
	}

	.onetec-css h2 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid;
	}

	.onetec-css h3 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid;
	}

	.onetec-css .navbar {
		display: none;
	}

	.onetec-css .btn > .caret {
		border-top-color: #000 !important;
	}

	.onetec-css .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.onetec-css .label {
		border: 1px solid #000;
	}

	.onetec-css .table {
		border-collapse: collapse !important;
	}

	.onetec-css .table td {
		background-color: #fff !important;
	}

	.onetec-css .table th {
		background-color: #fff !important;
	}

	.onetec-css .table-bordered th {
		border: 1px solid #ddd !important;
	}

	.onetec-css .table-bordered td {
		border: 1px solid #ddd !important;
	}

	.onetec-css .visible-print {
		display: block !important;
	}

	.onetec-css table.visible-print {
		display: table !important;
	}

	.onetec-css tr.visible-print {
		display: table-row !important;
	}

	.onetec-css th.visible-print {
		display: table-cell !important;
	}

	.onetec-css td.visible-print {
		display: table-cell !important;
	}

	.onetec-css .visible-print-block {
		display: block !important;
	}

	.onetec-css .visible-print-inline {
		display: inline !important;
	}

	.onetec-css .visible-print-inline-block {
		display: inline-block !important;
	}

	.onetec-css .hidden-print {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.onetec-css .lead {
		font-size: 21px;
	}

	.onetec-css .dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.onetec-css .dl-horizontal dd {
		margin-left: 180px;
	}

	.onetec-css .container {
		width: 750px;
	}

	.onetec-css .container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.onetec-css .container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.onetec-css .col-sm-1 {
		float: left;
		width: 8.3333333333%;
	}

	.onetec-css .col-sm-2 {
		float: left;
		width: 16.6666666667%;
	}

	.onetec-css .col-sm-3 {
		float: left;
		width: 25%;
	}

	.onetec-css .col-sm-4 {
		float: left;
		width: 33.3333333333%;
	}

	.onetec-css .col-sm-5 {
		float: left;
		width: 41.6666666667%;
	}

	.onetec-css .col-sm-6 {
		float: left;
		width: 50%;
	}

	.onetec-css .col-sm-7 {
		float: left;
		width: 58.3333333333%;
	}

	.onetec-css .col-sm-8 {
		float: left;
		width: 66.6666666667%;
	}

	.onetec-css .col-sm-9 {
		float: left;
		width: 75%;
	}

	.onetec-css .col-sm-10 {
		float: left;
		width: 83.3333333333%;
	}

	.onetec-css .col-sm-11 {
		float: left;
		width: 91.6666666667%;
	}

	.onetec-css .col-sm-12 {
		float: left;
		width: 100%;
	}

	.onetec-css .col-sm-pull-0 {
		right: auto;
	}

	.onetec-css .col-sm-pull-1 {
		right: 8.3333333333%;
	}

	.onetec-css .col-sm-pull-2 {
		right: 16.6666666667%;
	}

	.onetec-css .col-sm-pull-3 {
		right: 25%;
	}

	.onetec-css .col-sm-pull-4 {
		right: 33.3333333333%;
	}

	.onetec-css .col-sm-pull-5 {
		right: 41.6666666667%;
	}

	.onetec-css .col-sm-pull-6 {
		right: 50%;
	}

	.onetec-css .col-sm-pull-7 {
		right: 58.3333333333%;
	}

	.onetec-css .col-sm-pull-8 {
		right: 66.6666666667%;
	}

	.onetec-css .col-sm-pull-9 {
		right: 75%;
	}

	.onetec-css .col-sm-pull-10 {
		right: 83.3333333333%;
	}

	.onetec-css .col-sm-pull-11 {
		right: 91.6666666667%;
	}

	.onetec-css .col-sm-pull-12 {
		right: 100%;
	}

	.onetec-css .col-sm-push-0 {
		left: auto;
	}

	.onetec-css .col-sm-push-1 {
		left: 8.3333333333%;
	}

	.onetec-css .col-sm-push-2 {
		left: 16.6666666667%;
	}

	.onetec-css .col-sm-push-3 {
		left: 25%;
	}

	.onetec-css .col-sm-push-4 {
		left: 33.3333333333%;
	}

	.onetec-css .col-sm-push-5 {
		left: 41.6666666667%;
	}

	.onetec-css .col-sm-push-6 {
		left: 50%;
	}

	.onetec-css .col-sm-push-7 {
		left: 58.3333333333%;
	}

	.onetec-css .col-sm-push-8 {
		left: 66.6666666667%;
	}

	.onetec-css .col-sm-push-9 {
		left: 75%;
	}

	.onetec-css .col-sm-push-10 {
		left: 83.3333333333%;
	}

	.onetec-css .col-sm-push-11 {
		left: 91.6666666667%;
	}

	.onetec-css .col-sm-push-12 {
		left: 100%;
	}

	.onetec-css .col-sm-offset-0 {
		margin-left: 0%;
	}

	.onetec-css .col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.onetec-css .col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.onetec-css .col-sm-offset-3 {
		margin-left: 25%;
	}

	.onetec-css .col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.onetec-css .col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.onetec-css .col-sm-offset-6 {
		margin-left: 50%;
	}

	.onetec-css .col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.onetec-css .col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.onetec-css .col-sm-offset-9 {
		margin-left: 75%;
	}

	.onetec-css .col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.onetec-css .col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}

	.onetec-css .col-sm-offset-12 {
		margin-left: 100%;
	}

	.onetec-css .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.onetec-css .form-inline .form-control-static {
		display: inline-block;
	}

	.onetec-css .form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.onetec-css .form-inline .input-group .input-group-addon {
		width: auto;
	}

	.onetec-css .form-inline .input-group .input-group-btn {
		width: auto;
	}

	.onetec-css .form-inline .input-group .form-control {
		width: auto;
	}

	.onetec-css .form-inline .input-group > .form-control {
		width: 100%;
	}

	.onetec-css .form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .form-inline .radio label {
		padding-left: 0;
	}

	.onetec-css .form-inline .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}

	.onetec-css .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .form-inline .checkbox label {
		padding-left: 0;
	}

	.onetec-css .form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.onetec-css .form-inline .has-feedback .form-control-feedback {
		top: 0;
	}

	.onetec-css .form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}

	.onetec-css .form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}

	.onetec-css .form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}

	.onetec-css .navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.onetec-css .navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.onetec-css .navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}

	.onetec-css .navbar-right ~ .navbar-right {
		margin-right: 0;
	}

	.onetec-css .nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.onetec-css .nav-justified > li > a {
		margin-bottom: 0;
	}

	.onetec-css .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.onetec-css .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.onetec-css .nav-tabs.nav-justified > .active > a {
		border-bottom-color: #fff;
	}

	.onetec-css .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}

	.onetec-css .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.onetec-css .nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.onetec-css .nav-tabs-justified > .active > a {
		border-bottom-color: #fff;
	}

	.onetec-css .nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}

	.onetec-css .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.onetec-css .navbar {
		border-radius: 4px;
	}

	.onetec-css .navbar > .container .navbar-brand {
		margin-left: -15px;
	}

	.onetec-css .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}

	.onetec-css .navbar-header {
		float: left;
	}

	.onetec-css .navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.onetec-css .navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.onetec-css .navbar-collapse.in {
		overflow-y: visible;
	}

	.onetec-css .navbar-fixed-top {
		border-radius: 0;
	}

	.onetec-css .navbar-fixed-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .navbar-static-top {
		border-radius: 0;
	}

	.onetec-css .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .navbar-fixed-bottom {
		border-radius: 0;
	}

	.onetec-css .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .container-fluid > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.onetec-css .container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.onetec-css .navbar-toggle {
		display: none;
	}

	.onetec-css .navbar-nav {
		float: left;
		margin: 0;
	}

	.onetec-css .navbar-nav > li {
		float: left;
	}

	.onetec-css .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.onetec-css .navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}

	.onetec-css .navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .form-control-static {
		display: inline-block;
	}

	.onetec-css .navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .input-group .input-group-addon {
		width: auto;
	}

	.onetec-css .navbar-form .input-group .input-group-btn {
		width: auto;
	}

	.onetec-css .navbar-form .input-group .form-control {
		width: auto;
	}

	.onetec-css .navbar-form .input-group > .form-control {
		width: 100%;
	}

	.onetec-css .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .radio label {
		padding-left: 0;
	}

	.onetec-css .navbar-form .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}

	.onetec-css .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.onetec-css .navbar-form .checkbox label {
		padding-left: 0;
	}

	.onetec-css .navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.onetec-css .navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}

	.onetec-css .navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.onetec-css .navbar-left {
		float: left !important;
	}

	.onetec-css .modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.onetec-css .modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.onetec-css .modal-sm {
		width: 300px;
	}

	.onetec-css .mainNav > .dropdown .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity, visibility, top 240ms linear;
		transition: opacity, visibility, top 240ms linear;
		top: 85%;
	}

	.onetec-css .mainNav > .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}

	.onetec-css .mainNav > .dropdown.smallMenu:nth-last-child(2) > ul a {
		max-width: 270px;
	}

	.onetec-css .mainNav > .dropdown.smallMenu:last-child {
		position: relative;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li:hover > a {
		background: #f33;
		color: #fff;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li a.active {
		background: #f33;
		color: #fff;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-1 {
		width: 50%;
		float: left;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-1 > li {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-1 > li > a {
		font-size: 17px;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-2 li a {
		padding-left: 20px;
		background: url("../../images/onetecimages/lis-arrow-blue.png") 0px 10px no-repeat;
	}
}

@media (min-width: 992px) {
	.onetec-css .container {
		width: 970px;
	}

	.onetec-css .col-md-1 {
		float: left;
		width: 8.3333333333%;
	}

	.onetec-css .col-md-2 {
		float: left;
		width: 16.6666666667%;
	}

	.onetec-css .col-md-3 {
		float: left;
		width: 25%;
	}

	.onetec-css .col-md-4 {
		float: left;
		width: 33.3333333333%;
	}

	.onetec-css .col-md-5 {
		float: left;
		width: 41.6666666667%;
	}

	.onetec-css .col-md-6 {
		float: left;
		width: 50%;
	}

	.onetec-css .col-md-7 {
		float: left;
		width: 58.3333333333%;
	}

	.onetec-css .col-md-8 {
		float: left;
		width: 66.6666666667%;
	}

	.onetec-css .col-md-9 {
		float: left;
		width: 75%;
	}

	.onetec-css .col-md-10 {
		float: left;
		width: 83.3333333333%;
	}

	.onetec-css .col-md-11 {
		float: left;
		width: 91.6666666667%;
	}

	.onetec-css .col-md-12 {
		float: left;
		width: 100%;
	}

	.onetec-css .col-md-pull-0 {
		right: auto;
	}

	.onetec-css .col-md-pull-1 {
		right: 8.3333333333%;
	}

	.onetec-css .col-md-pull-2 {
		right: 16.6666666667%;
	}

	.onetec-css .col-md-pull-3 {
		right: 25%;
	}

	.onetec-css .col-md-pull-4 {
		right: 33.3333333333%;
	}

	.onetec-css .col-md-pull-5 {
		right: 41.6666666667%;
	}

	.onetec-css .col-md-pull-6 {
		right: 50%;
	}

	.onetec-css .col-md-pull-7 {
		right: 58.3333333333%;
	}

	.onetec-css .col-md-pull-8 {
		right: 66.6666666667%;
	}

	.onetec-css .col-md-pull-9 {
		right: 75%;
	}

	.onetec-css .col-md-pull-10 {
		right: 83.3333333333%;
	}

	.onetec-css .col-md-pull-11 {
		right: 91.6666666667%;
	}

	.onetec-css .col-md-pull-12 {
		right: 100%;
	}

	.onetec-css .col-md-push-0 {
		left: auto;
	}

	.onetec-css .col-md-push-1 {
		left: 8.3333333333%;
	}

	.onetec-css .col-md-push-2 {
		left: 16.6666666667%;
	}

	.onetec-css .col-md-push-3 {
		left: 25%;
	}

	.onetec-css .col-md-push-4 {
		left: 33.3333333333%;
	}

	.onetec-css .col-md-push-5 {
		left: 41.6666666667%;
	}

	.onetec-css .col-md-push-6 {
		left: 50%;
	}

	.onetec-css .col-md-push-7 {
		left: 58.3333333333%;
	}

	.onetec-css .col-md-push-8 {
		left: 66.6666666667%;
	}

	.onetec-css .col-md-push-9 {
		left: 75%;
	}

	.onetec-css .col-md-push-10 {
		left: 83.3333333333%;
	}

	.onetec-css .col-md-push-11 {
		left: 91.6666666667%;
	}

	.onetec-css .col-md-push-12 {
		left: 100%;
	}

	.onetec-css .col-md-offset-0 {
		margin-left: 0%;
	}

	.onetec-css .col-md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.onetec-css .col-md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.onetec-css .col-md-offset-3 {
		margin-left: 25%;
	}

	.onetec-css .col-md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.onetec-css .col-md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.onetec-css .col-md-offset-6 {
		margin-left: 50%;
	}

	.onetec-css .col-md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.onetec-css .col-md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.onetec-css .col-md-offset-9 {
		margin-left: 75%;
	}

	.onetec-css .col-md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.onetec-css .col-md-offset-11 {
		margin-left: 91.6666666667%;
	}

	.onetec-css .col-md-offset-12 {
		margin-left: 100%;
	}

	.onetec-css .modal-lg {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.onetec-css .container {
		width: 1170px;
	}

	.onetec-css .col-lg-1 {
		float: left;
		width: 8.3333333333%;
	}

	.onetec-css .col-lg-2 {
		float: left;
		width: 16.6666666667%;
	}

	.onetec-css .col-lg-3 {
		float: left;
		width: 25%;
	}

	.onetec-css .col-lg-4 {
		float: left;
		width: 33.3333333333%;
	}

	.onetec-css .col-lg-5 {
		float: left;
		width: 41.6666666667%;
	}

	.onetec-css .col-lg-6 {
		float: left;
		width: 50%;
	}

	.onetec-css .col-lg-7 {
		float: left;
		width: 58.3333333333%;
	}

	.onetec-css .col-lg-8 {
		float: left;
		width: 66.6666666667%;
	}

	.onetec-css .col-lg-9 {
		float: left;
		width: 75%;
	}

	.onetec-css .col-lg-10 {
		float: left;
		width: 83.3333333333%;
	}

	.onetec-css .col-lg-11 {
		float: left;
		width: 91.6666666667%;
	}

	.onetec-css .col-lg-12 {
		float: left;
		width: 100%;
	}

	.onetec-css .col-lg-pull-0 {
		right: auto;
	}

	.onetec-css .col-lg-pull-1 {
		right: 8.3333333333%;
	}

	.onetec-css .col-lg-pull-2 {
		right: 16.6666666667%;
	}

	.onetec-css .col-lg-pull-3 {
		right: 25%;
	}

	.onetec-css .col-lg-pull-4 {
		right: 33.3333333333%;
	}

	.onetec-css .col-lg-pull-5 {
		right: 41.6666666667%;
	}

	.onetec-css .col-lg-pull-6 {
		right: 50%;
	}

	.onetec-css .col-lg-pull-7 {
		right: 58.3333333333%;
	}

	.onetec-css .col-lg-pull-8 {
		right: 66.6666666667%;
	}

	.onetec-css .col-lg-pull-9 {
		right: 75%;
	}

	.onetec-css .col-lg-pull-10 {
		right: 83.3333333333%;
	}

	.onetec-css .col-lg-pull-11 {
		right: 91.6666666667%;
	}

	.onetec-css .col-lg-pull-12 {
		right: 100%;
	}

	.onetec-css .col-lg-push-0 {
		left: auto;
	}

	.onetec-css .col-lg-push-1 {
		left: 8.3333333333%;
	}

	.onetec-css .col-lg-push-2 {
		left: 16.6666666667%;
	}

	.onetec-css .col-lg-push-3 {
		left: 25%;
	}

	.onetec-css .col-lg-push-4 {
		left: 33.3333333333%;
	}

	.onetec-css .col-lg-push-5 {
		left: 41.6666666667%;
	}

	.onetec-css .col-lg-push-6 {
		left: 50%;
	}

	.onetec-css .col-lg-push-7 {
		left: 58.3333333333%;
	}

	.onetec-css .col-lg-push-8 {
		left: 66.6666666667%;
	}

	.onetec-css .col-lg-push-9 {
		left: 75%;
	}

	.onetec-css .col-lg-push-10 {
		left: 83.3333333333%;
	}

	.onetec-css .col-lg-push-11 {
		left: 91.6666666667%;
	}

	.onetec-css .col-lg-push-12 {
		left: 100%;
	}

	.onetec-css .col-lg-offset-0 {
		margin-left: 0%;
	}

	.onetec-css .col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.onetec-css .col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.onetec-css .col-lg-offset-3 {
		margin-left: 25%;
	}

	.onetec-css .col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.onetec-css .col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.onetec-css .col-lg-offset-6 {
		margin-left: 50%;
	}

	.onetec-css .col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.onetec-css .col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.onetec-css .col-lg-offset-9 {
		margin-left: 75%;
	}

	.onetec-css .col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.onetec-css .col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}

	.onetec-css .col-lg-offset-12 {
		margin-left: 100%;
	}

	.onetec-css .visible-lg {
		display: block !important;
	}

	.onetec-css table.visible-lg {
		display: table !important;
	}

	.onetec-css tr.visible-lg {
		display: table-row !important;
	}

	.onetec-css th.visible-lg {
		display: table-cell !important;
	}

	.onetec-css td.visible-lg {
		display: table-cell !important;
	}

	.onetec-css .visible-lg-block {
		display: block !important;
	}

	.onetec-css .visible-lg-inline {
		display: inline !important;
	}

	.onetec-css .visible-lg-inline-block {
		display: inline-block !important;
	}

	.onetec-css .hidden-lg {
		display: none !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.onetec-css input[type="date"].form-control {
		line-height: 34px;
	}

	.onetec-css input[type="time"].form-control {
		line-height: 34px;
	}

	.onetec-css input[type="datetime-local"].form-control {
		line-height: 34px;
	}

	.onetec-css input[type="month"].form-control {
		line-height: 34px;
	}

	.onetec-css input[type="date"].input-sm {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="date"].form-control {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="date"].input-group-addon {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > .input-group-btn > input[type="date"].btn {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > .input-group-btn > input[type="time"].btn {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > .input-group-btn > input[type="datetime-local"].btn {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > .input-group-btn > input[type="month"].btn {
		line-height: 30px;
	}

	.onetec-css .input-group-sm input[type="date"] {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="time"].form-control {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="time"].input-group-addon {
		line-height: 30px;
	}

	.onetec-css .input-group-sm input[type="time"] {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="datetime-local"].form-control {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="datetime-local"].input-group-addon {
		line-height: 30px;
	}

	.onetec-css .input-group-sm input[type="datetime-local"] {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="month"].form-control {
		line-height: 30px;
	}

	.onetec-css .input-group-sm > input[type="month"].input-group-addon {
		line-height: 30px;
	}

	.onetec-css .input-group-sm input[type="month"] {
		line-height: 30px;
	}

	.onetec-css input[type="time"].input-sm {
		line-height: 30px;
	}

	.onetec-css input[type="datetime-local"].input-sm {
		line-height: 30px;
	}

	.onetec-css input[type="month"].input-sm {
		line-height: 30px;
	}

	.onetec-css input[type="date"].input-lg {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="date"].form-control {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="date"].input-group-addon {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > .input-group-btn > input[type="date"].btn {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > .input-group-btn > input[type="time"].btn {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > .input-group-btn > input[type="datetime-local"].btn {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > .input-group-btn > input[type="month"].btn {
		line-height: 46px;
	}

	.onetec-css .input-group-lg input[type="date"] {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="time"].form-control {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="time"].input-group-addon {
		line-height: 46px;
	}

	.onetec-css .input-group-lg input[type="time"] {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="datetime-local"].form-control {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="datetime-local"].input-group-addon {
		line-height: 46px;
	}

	.onetec-css .input-group-lg input[type="datetime-local"] {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="month"].form-control {
		line-height: 46px;
	}

	.onetec-css .input-group-lg > input[type="month"].input-group-addon {
		line-height: 46px;
	}

	.onetec-css .input-group-lg input[type="month"] {
		line-height: 46px;
	}

	.onetec-css input[type="time"].input-lg {
		line-height: 46px;
	}

	.onetec-css input[type="datetime-local"].input-lg {
		line-height: 46px;
	}

	.onetec-css input[type="month"].input-lg {
		line-height: 46px;
	}
    @	font-face {
		.onetec-css {
        font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
} }

@media (max-device-width: 480px) and (orientation: landscape) {
	.onetec-css .navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}

	.onetec-css .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

@media (max-width: 767px) {
	.onetec-css .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.onetec-css .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
		line-height: 20px;
	}

	.onetec-css .navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}

	.onetec-css .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.onetec-css .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.onetec-css .navbar-form .form-group {
		margin-bottom: 5px;
	}

	.onetec-css .navbar-form .form-group:last-child {
		margin-bottom: 0;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
		color: #555;
		background-color: #e7e7e7;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
		color: #ccc;
		background-color: transparent;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}

	.onetec-css .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
		color: #fff;
		background-color: #090909;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #090909;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
		color: #444;
		background-color: transparent;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}

	.onetec-css .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.onetec-css .visible-xs {
		display: block !important;
	}

	.onetec-css table.visible-xs {
		display: table !important;
	}

	.onetec-css tr.visible-xs {
		display: table-row !important;
	}

	.onetec-css th.visible-xs {
		display: table-cell !important;
	}

	.onetec-css td.visible-xs {
		display: table-cell !important;
	}

	.onetec-css .visible-xs-block {
		display: block !important;
	}

	.onetec-css .visible-xs-inline {
		display: inline !important;
	}

	.onetec-css .visible-xs-inline-block {
		display: inline-block !important;
	}

	.onetec-css .hidden-xs {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.onetec-css .jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.onetec-css .jumbotron h1 {
		font-size: 63px;
	}

	.onetec-css .jumbotron .h1 {
		font-size: 63px;
	}

	.onetec-css .container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.onetec-css .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.onetec-css .carousel-control .glyphicon-chevron-left {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-left: -10px;
	}

	.onetec-css .carousel-control .glyphicon-chevron-right {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-right: -10px;
	}

	.onetec-css .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-left: -10px;
	}

	.onetec-css .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-right: -10px;
	}

	.onetec-css .carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.onetec-css .carousel-indicators {
		bottom: 20px;
	}

	.color-invert .onetec-css .yamm .mainNav > li > .dropdown-menu li:hover > a {
		background: #000 !important;
		color: #fff !important;
	}

	.color-invert .onetec-css .dropdown-menu li a.active {
		background: #ffff !important;
		color: #000 !important;
	}
}

@media all and (transform-3d) {
	.onetec-css .carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.onetec-css .carousel-inner > .item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.next.left {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media (-webkit-transform-3d) {
	.onetec-css .carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.onetec-css .carousel-inner > .item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.next.left {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	.onetec-css .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.onetec-css .visible-sm {
		display: block !important;
	}

	.onetec-css table.visible-sm {
		display: table !important;
	}

	.onetec-css tr.visible-sm {
		display: table-row !important;
	}

	.onetec-css th.visible-sm {
		display: table-cell !important;
	}

	.onetec-css td.visible-sm {
		display: table-cell !important;
	}

	.onetec-css .visible-sm-block {
		display: block !important;
	}

	.onetec-css .visible-sm-inline {
		display: inline !important;
	}

	.onetec-css .visible-sm-inline-block {
		display: inline-block !important;
	}

	.onetec-css .hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.onetec-css .visible-md {
		display: block !important;
	}

	.onetec-css table.visible-md {
		display: table !important;
	}

	.onetec-css tr.visible-md {
		display: table-row !important;
	}

	.onetec-css th.visible-md {
		display: table-cell !important;
	}

	.onetec-css td.visible-md {
		display: table-cell !important;
	}

	.onetec-css .visible-md-block {
		display: block !important;
	}

	.onetec-css .visible-md-inline {
		display: inline !important;
	}

	.onetec-css .visible-md-inline-block {
		display: inline-block !important;
	}

	.onetec-css .hidden-md {
		display: none !important;
	}
}

@media only screen and (min-width: 1100px) {
	.onetec-css .col-xs-1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-3 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-3 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-3 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-3 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-5 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-5 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-5 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-5 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-7 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-7 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-7 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-7 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-8 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-8 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-8 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-8 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-9 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-9 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-9 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-9 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-10 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-10 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-10 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-10 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-11 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-11 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-11 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-11 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-xs-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-sm-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-md-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .col-lg-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.onetec-css .row {
	/* 	margin-left: -20px;
		margin-right: -20px; */
	}
}


@media screen and (max-width: 1366px) {
	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item {
		width: 25%;
	}

	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-details .title h4 {
		line-height: normal;
		font-size: 100%;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary h3 {
		margin-top: 0;
		font-size: 87%;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary h4 {
		margin: 0;
		padding: 0;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li {
		font-size: 14px;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom li {
		font-size: 14px;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div {
		font-size: 14px;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div span i {
		font-size: 20px;
		top: 3px;
		margin-right: 10px;
	}

	.onetec-css .resp-tabs.basic li {
		font-size: 17px;
	}
}


@media screen and (max-width: 1199px) {
	.onetec-css .navbar-brand {
		display: none;
	}

	.onetec-css .logoRight {
		display: none;
	}

	.onetec-css .mobileLogoWrap {
		display: block;
		padding-left: 0;
		padding: 0;
		max-width: 150px;
		max-width: 110px;
		height: 70px;
	}

	.onetec-css .mobileLogoWrap a {
		padding: 0;
	}

	.onetec-css .mobileLogoWrap a img {
		height: auto;
	}

	.onetec-css .events-calendar-filter {
		width: 100%;
		margin: 15px 0 15px 0;
	}

	.onetec-css .events-calendar-filter .form-group {
		margin: 0 10px 0 0;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-img {
		width: 40%;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-summary {
		width: 60%;
	}

	.onetec-css .grid-list.v1 .grid-list-item {
		width: 33.333%;
	}

	
	.onetec-css footer .copy .footer-links {
		padding-top: 10px;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock {
		width: 100%;
	}

	.onetec-css .entitiesPage .entities-top {
		width: 100%;
	}

	.onetec-css .events .events-calendar-filter {
		position: static;
		margin-bottom: 0;
		margin-top: 20px;
	}
}


@media screen and (max-width: 1024px) {
	.onetec-css footer {
		padding: 10px 0;
	}

	.onetec-css footer .copy > div {
		display: block;
		font-size: 12px;
		position: static;
		width: 100%;
		clear: both;
	}


	.onetec-css footer .copy > div {
		display: block;
		font-size: 12px;
	}

	.onetec-css footer .copy .footer-links {
		padding-top: 10px;
	}

	.onetec-css .page-section-wrap .page-section .scrollbar {
		height: 100%;
	}

	.onetec-css .page-section-wrap .page-section .scrollbar > .mCustomScrollBox {
		padding-right: 4px;
	}

	.onetec-css .page-section-wrap .page-section .scrollbar > .mCustomScrollBox > .mCSB_container {
		margin-right: 0;
	}

	.onetec-css .page-section-wrap .page-section .scrollbar .mCSB_scrollTools {
		max-width: 4px;
	}

	.onetec-css .page-section-wrap .page-section .scrollbar .mCSB_scrollTools .mCSB_draggerRail {
		background-color: #ededed;
	}

	.onetec-css [data-page-view="projects"] .project {
		width: 33.333%;
	}

	.onetec-css [data-page-view="projects"] .project a {
		width: 100%;
	}

	.onetec-css [data-page-view="projects"] .project a img {
		width: 100%;
	}

	.onetec-css .projects .project {
		width: 33.333%;
	}

	.onetec-css .projects .project a {
		width: 100%;
	}

	.onetec-css .projects .project a img {
		width: 100%;
	}

	.onetec-css [data-page-view="media"] .media-inner .section-title {
		padding: 10px 0;
	}

	.onetec-css [data-page-view="media"] .grid-list .grid-list-item {
		width: 50%;
		margin-bottom: 30px;
	}

	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item {
		width: 33.333%;
	}

	.onetec-css [data-page-view="events"] .grid.v1 .grid-list-item {
		margin: 10px 0;
	}

	.onetec-css .grid-list .grid-list-item {
		width: 100%;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-img {
		width: 35%;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-summary {
		width: 65%;
	}

	.onetec-css .grid-list.v1 .grid-list-item {
		width: 50%;
	}

	.onetec-css .timelineWrap .timeline {
		display: block;
		padding: 10px 0 10px 50px;
	}

	.onetec-css .timelineWrap .timeline:first-child:after {
		left: 13px;
		top: auto;
		bottom: 40px;
		-webkit-transform: none;
		transform: none;
	}

	.onetec-css .timelineWrap .timeline:last-child:after {
		left: 13px;
		top: 70px;
		-webkit-transform: none;
		transform: none;
	}

	.onetec-css .timelineWrap .timeline:before {
		left: 13px;
	}

	.onetec-css .timelineWrap .timeline .timelineDate {
		display: block;
		width: 100%;
		padding: 0 0;
	}

	.onetec-css .timelineWrap .timeline .timelineCircle {
		position: absolute;
		left: 0;
		padding: 0;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails {
		display: block;
		width: 100%;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails .timelineTitle {
		display: block !important;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioImg {
		display: block;
		height: 240px;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioDetails {
		display: block;
		padding: 20px 0;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioDetails h4 {
		display: none;
	}

	.onetec-css .entitiesList .entities-filter-wrap {
		margin: 0;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-btn {
		font-size: 17px;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block {
		width: 100%;
		margin: 0;
	}

	.onetec-css .entitiesPage .entities-top > div {
		width: 100%;
	}

	.onetec-css .entitiesPage .entities-info .borderAnim {
		width: 100%;
	}

	.onetec-css .page .img-desc-style-1 .socialWidget {
		margin: 60px auto 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.onetec-css .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.onetec-css .table-responsive > .table {
		margin-bottom: 0;
	}

	.onetec-css .table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table > thead > tr > td {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table > tbody > tr > th {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table > tbody > tr > td {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table > tfoot > tr > th {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.onetec-css .table-responsive > .table-bordered {
		border: 0;
	}

	.onetec-css .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > thead > tr > td:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > thead > tr > td:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr > th:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr > th:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr > td:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr > td:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr:last-child > th {
		border-bottom: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tbody > tr:last-child > td {
		border-bottom: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr > th:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr > th:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}

	.onetec-css .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}

	.onetec-css  .aside nav a[data-page] {
		margin: 20px 0;
	}

	.onetec-css  .aside nav a[data-page] img {
		width: 26px;
	}

	.onetec-css [data-page-view] .section-title img {
		width: 30px;
		margin-right: 0px;
	}

	.onetec-css [data-page-view="banner"] .bannerSlider .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.onetec-css [data-page-view="banner"] .bannerText {
		bottom: 20px;
	}

	.onetec-css [data-page-view="banner"] .bannerText h1 {
		font-size: 2.6vw;
	}

	.onetec-css [data-page-view="whats-new"] .innovation .innovationSlider .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.onetec-css [data-page-view="projects"] .project {
		width: 50%;
	}

	.onetec-css [data-page-view="projects"] .project a {
		width: 100%;
	}

	.onetec-css [data-page-view="projects"] .project a img {
		width: 100%;
	}

	.onetec-css .projects .project {
		width: 50%;
	}

	.onetec-css .projects .project a {
		width: 100%;
	}

	.onetec-css .projects .project a img {
		width: 100%;
	}

	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item {
		width: 50%;
	}

	.onetec-css [data-page-view="events"] .resp-tab-section {
		padding: 15px 0 !important;
	}

	.onetec-css .filter-list > li {
		font-size: 14px;
		padding: 10px 15px;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg {
		width: 80%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner {
		padding-bottom: 5%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child img {
		max-width: 50%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:last-child {
		padding: 0 30px;
	}

	.onetec-css .page-content-inner .contentBlock {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.onetec-css .page.page-details .contentBlock {
		padding-top: 80px;
	}

	.onetec-css .resp-tabs-container {
		padding: 2px 0 !important;
	}

	.onetec-css h2.resp-accordion {
		border-color: #e0e0e0 !important;
		background: #fff !important;
		margin: -1px 0 !important;
		font-family: 'Dubai', Cairo, sans-serif;
		letter-spacing: 0.03em;
	}

	.onetec-css h2.resp-tab-active {
		color: red;
	}

	.onetec-css .resp-tab-content {
		padding: 15px 0px !important;
	}

	.onetec-css .page .contentLeftContainer {
		max-width: 100%;
	}
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.onetec-css header .logoRight a {
		width: 120px;
	}

	.onetec-css header .logoRight a img {
		width: 100%;
		max-width: 100%;
	}

	.onetec-css header .navbar-brand {
		width: 120px;
	}

	.onetec-css header .navbar-brand img {
		width: 100%;
		max-width: 100%;
	}

	.onetec-css header .yamm .mainNav > li > a {
		/* font-size: 10px; */
		/* font-size: 1vw; */
		 font-size: 12px;
	}
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
	.onetec-css header .yamm .mainNav > li > a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1601px) {
	.onetec-css header .yamm .mainNav > li > a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.onetec-css .languageSwitch {
		color: transparent !important;
	}

	.onetec-css .languageSwitch:hover {
		color: transparent !important;
	}

	.onetec-css .languageSwitch:focus {
		color: transparent !important;
	}

	.onetec-css .languageSwitch:after {
		content: attr(data-lang);
		display: block !important;
		position: absolute;
		top: 5px;
		width: 100%;
		color: #ff7914;
	}

	.onetec-css .page-title {
		padding: 0 15px;
	}

	.onetec-css .page-title h2 {
		font-size: 26px;
	}

	.onetec-css .media .grid-list .grid-list-item {
		margin: 10px 0;
	}

	.onetec-css .media .grid-list .grid-list-item .grid-list-summary {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .page .contentLeftContainer .pageDescription {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.onetec-css .page .img-desc-style-1 .imgBlockWrap {
		width: 100%;
	}

	.onetec-css .page .img-desc-style-1 .imgBlockWrap::before {
		left: 5%;
		top: 25px;
		width: 90%;
	}

	.onetec-css .page .img-desc-style-1 .imgBlockWrap .memberImgAnim {
		left: 5%;
		top: 25px;
		width: 90%;
	}

	.onetec-css .page .img-desc-style-1 .descBlock {
		width: 100%;
	}

	.onetec-css .logoRight {
		display: none;
	}

	.onetec-css .navbar-header .navbar-brand {
		display: none;
	}

	.onetec-css .navbar-header .mobileLogoWrap {
		display: block;
	}

	.onetec-css .bannerRight .videoBgWrap {
		background: url("../../images/onetecimages/banner-video.gif") center center no-repeat;
		background-size: cover;
		padding-top: 5%;
	}

	.onetec-css .bannerRight .videoBgWrap .videoBanner {
		opacity: 0;
		visibility: hidden;
	}

	.onetec-css .yamm .mainNav > li.searchButton {
		display: none !important;
	}

	html[dir=rtl] .navbar-toggle {
		margin-left: 0;
	}

	html[dir=rtl] .yamm .mainNav li a {
		text-align: right;
	}

	.onetec-css .innerBanner.launch-banner {
		background-position: 17% 0 !important;
	}
}

@media only screen and (min-width: 1199px) and (max-width: 1366px) {
	.onetec-css .nav > li > a {
		padding: 8px 6px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.onetec-css .nav > li > a {
		padding-left: 5px !important;
		padding-right: 30px !important;
		font-size: 9px !important;
	}

	.onetec-css #header .yamm > .container {
		text-align: center;
	}

	.onetec-css #header .yamm > .container .navbar-brand img {
		max-height: 55px;
	}

	.onetec-css #header .yamm > .container .logoRight {
		margin: 0;
	}

	.onetec-css #header .yamm > .container .logoRight a img {
		max-height: 55px;
	}

	.onetec-css #header .yamm > .container .navbar-collapse {
		display: inline-block !important;
	}

	.onetec-css #header .yamm > .container .mainNav {
		margin-right: 0;
	}

	.onetec-css #header .yamm > .container .nav > li > a {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (min-width: 1025px) {
	.onetec-css .nav > li > a {
		margin: 0 5px !important;
	}

	.onetec-css .mainNav > li > a:before {
		display: block !important;
	}
}

@media (min-width: 62em) {
	.onetec-css .nav > li.dropdown > a {
		padding-right: 30px;
	}

	.onetec-css .mainNav {
		float: right;
		margin-top: 2px;
	}

	.onetec-css .navbar-collapse {
		margin-top: 23px;
		text-align: center;
		font-size: 0;
		padding: 0;
	}

	.onetec-css .mainNavBar .mainNav {
		position: relative;
		top: 10px;
	}

	.onetec-css .header-links {
		/* margin-bottom: 10px; */
		position: relative;
		top: 10px;
	}

	.onetec-css .languageSwitch a {
		padding: 31px 15px;
	}

	.onetec-css .bodyScrolled #header {
		padding-top: 0;
	}
}

@media (max-width: 1215px) {
	.onetec-css .yamm > .container {
		width: 100%;
		max-width: 100% !important;
	}
}

@media screen and (min-width: 1025px) {
	.onetec-css footer .copy .footer-links {
		display: inline-block;
		float: right;
		position: absolute;
		right: 30px;
		top: -4px;
	}

	.onetec-css .page .contentLeftContainer {
		max-width: 95%;
	}
}

@media (max-width: 768px) {
	.onetec-css .btn.btn-more {
		display: block;
		max-width: 75px;
		margin: 0 auto;
	}

	.onetec-css .yamm .mainNav > li.has-submenu li.has-submenu .arrow-submenu {
		width: 41px;
	}

	.onetec-css .yamm .mainNav > li.has-submenu .arrow-submenu {
		max-height: 38px;
		opacity: 0.5;
	}

	.onetec-css .yamm .mainNav > li.dropdown .arrow-submenu {
		max-height: 38px;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 1367px) {
	.onetec-css .page-title h2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1366px) {
	.onetec-css .page-title h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	.onetec-css  .aside nav a[data-page] {
		margin: 15px 0;
	}

	.onetec-css  .aside nav a[data-page] img {
		width: 22px;
	}

	.onetec-css .menuBlock #search {
		max-width: 300px;
	}

	.onetec-css .page-section-wrap .page-section {
		font-size: 14px;
	}

	.onetec-css [data-page-view] .view-all {
		font-size: 80%;
	}

	.onetec-css [data-page-view="banner"] .bannerText h1 {
		font-size: 13px;
	}

	.onetec-css [data-page-view="projects"] .project {
		width: 100%;
	}

	.onetec-css [data-page-view="projects"] .project a {
		width: 70%;
	}

	.onetec-css [data-page-view="projects"] .project a img {
		width: 100%;
	}

	.onetec-css .projects .project {
		width: 100%;
	}

	.onetec-css .projects .project a {
		width: 70%;
	}

	.onetec-css .projects .project a img {
		width: 100%;
	}

	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item {
		width: 100%;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item .list-img {
		width: 100%;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item .list-desc {
		font-size: 14px;
		width: 100%;
	}

	.onetec-css [data-page-view="news"] .tweets {
		margin-top: 50px;
	}

	.onetec-css [data-page-view="news"] .tweets .list-v2 .list-item {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.onetec-css [data-page-view="news"] .tweets .list-v2 .list-item .list-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.onetec-css [data-page-view="news"] .tweets .list-v2 .list-item .list-desc {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
		width: 100%;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock .memberImg {
		display: block;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails {
		display: block;
	}

	.onetec-css .logoBlockWrap > div {
		width: 100%;
	}

	.onetec-css .resp-tab-content {
		padding: 15px 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.onetec-css .page-section-wrap .page-section {
		font-size: 16px;
	}

	.onetec-css [data-page-view] .view-all {
		font-size: 90%;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item .list-img .date {
		font-size: 12px;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item .list-desc {
		font-size: 16px;
	}

	.onetec-css .list-v1 .list-item {
		margin: 25px 0 25px 0;
	}

	.onetec-css .list-v1 li:first-child .list-item {
		margin-top: 25px;
	}

	.onetec-css .list-v2 .list-item {
		margin: 25px 0 25px 0;
	}

	.onetec-css .contacts .map {
		width: 100%;
		min-height: 400px;
		margin-bottom: 50px;
	}

	.onetec-css .contacts .address {
		width: 100%;
	}

	.onetec-css .filterMiddle {
		padding: 25px 0;
		padding-top: 0px;
	}

	.onetec-css .memberBlockWrap .memberBlock {
		padding: 30px 0 30px 0;
	}

	.onetec-css .memberBlockWrap .memberBlock .memberImg {
		display: block;
	}

	.onetec-css .memberBlockWrap .memberBlock .memberDetails {
		display: block;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock {
		margin: 30px 0 30px 0;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock .memberDetails .memberDetailsInner:before {
		width: 100%;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 540px) {
	.onetec-css [data-page-view="media"] .filter-list > li {
		padding: 8px 8px;
		font-size: 12px;
	}

	.onetec-css [data-page-view="media"] .filter-list > li:not(.searchBox) {
		display: block;
	}

	.onetec-css [data-page-view="media"] .filter-list > li span svg {
		width: 8px;
	}

	.onetec-css [data-page-view="media"] .filter-list > li ul li {
		font-size: 12px;
		padding: 8px 8px;
		text-align: left;
	}

	.onetec-css [data-page-view="media"] .filter-list > li:hover > ul {
		top: 100%;
	}

	.onetec-css [data-page-view="media"] .filter-list > li.filtr-active path {
		fill: #fff;
	}

	.onetec-css .filter-list > li:not(.searchBox) {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.onetec-css [data-page-view="media"] .filter-list > li span svg {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.onetec-css [data-page-view="media"] .grid-list .grid-list-item .grid-list-summary {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.onetec-css [data-page-view="media"] .grid-list .grid-list-item {
		width: 100%;
	}

	.onetec-css .grid-list.v1 .grid-list-item {
		width: 100%;
		padding: 0;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li {
		font-size: 100%;
	}

	.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-bottom li {
		font-size: 100%;
	}

	.onetec-css .page-content-inner ul.two-col li {
		width: 100%;
	}
}


@media screen and (min-width: 641px) {
	.onetec-css [data-page-view="events"] .resp-tab-section {
		margin: 0 -20px;
	}
}

@media screen and (max-width: 480px) and (max-width: 480px) {
	.onetec-css [data-page-view="news"] .tweets .list-v2 .list-item .list-desc h3 {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.onetec-css .events-calendar-filter .form-group {
		margin: 0 0 0 10px;
	}

	.onetec-css .memberBlockWrap.two-col .memberBlock:nth-child(even) .memberBio {
		float: right;
	}

	.onetec-css .logoBlockWrap .logoBlock {
		max-width: 80%;
	}
}

@media screen and (min-width: 992px) {
	.onetec-css [data-page-view="contacts"] .mCSB_container {
		height: 100%;
	}
}

@media screen and (min-width: 991px) {
	.onetec-css .grid-list .grid-list-item .grid-list-img div {
		min-height: 17.4vw;
	}
}

@media screen and (max-width: 1400px) {
	.onetec-css .grid-list.v1 .grid-list-item .grid-list-summary .external a span:last-child {
		font-size: 12px;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
	.onetec-css .filter-list .title-inner {
		display: block;
	}

	.onetec-css .filter-list .filter-list {
		float: left;
		clear: both;
	}
}

@media screen and (max-width: 1100px) {
	.onetec-css .filter-list {
		border: 0;
		display: inline-block;
		margin: 0 !important;
		width: 100%;
		margin-top: 10px !important;
	}

	.onetec-css .filter-list > li {
		letter-spacing: 0.07em;
		font-weight: normal;
	}

	.onetec-css .filter-list > li.searchBox {
		display: block;
		width: 100%;
		border: 0;
		margin-top: 10px;
	}

	.onetec-css .filter-list > li.searchBox .search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.onetec-css .filter-list > li.searchBox input {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		border-bottom: 1px solid #ccc;
	}

	.onetec-css .filter-list > li.searchBox button {
		position: absolute;
		right: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.onetec-css .filterMiddle {
		padding: 35px 0;
		padding-top: 50px;
	}
}

@media screen and (min-width: 481px) {
	.onetec-css .events-inner .events-filter {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1212px) {
	.onetec-css [data-page-view="media"] .section-inner {
		padding-top: 10px;
	}

	.onetec-css [data-page-view="media"] .grid-list .grid-list-item .grid-list-img div {
		min-height: 10vw;
	}

	.onetec-css [data-page-view="projects"] .section-inner {
		padding-top: 10px;
	}

	.onetec-css [data-page-view="projects"] .view-all {
		margin-top: 20px;
	}

	.onetec-css [data-page-view="publications"] .section-inner {
		padding-top: 10px;
	}

	.onetec-css [data-page-view="publications"] .grid-list .grid-list-item .publication-img .pub-img-inner {
		padding-top: 85%;
	}

	.onetec-css [data-page-view="events"] .section-inner {
		padding-top: 10px;
	}

	.onetec-css .project {
		margin: 15px 0;
		width: 25%;
	}

	.onetec-css [data-page-view="contacts"] .scrollbar .mCSB_scrollTools {
		display: none !important;
	}

	.onetec-css .contacts .address .address-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.onetec-css .tweets .list-v2 .list-item {
		margin: 30px 0 25px 0;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item {
		margin: 30px 0 25px 0;
	}

	.onetec-css [data-page-view="news"] .list-v1 .list-item .list-img {
		position: relative;
		width: 35%;
	}

	.onetec-css [data-page-view="news"] .list-v1 li:first-child .list-item {
		margin-top: 30px;
	}

	.onetec-css [data-page-view="news"] .list-v1 li:first-child .list-item p {
		line-height: 1.4;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div {
		width: 100%;
		padding: 20px 0;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child {
		text-align: center;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child img {
		max-width: 50%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:last-child {
		text-align: center;
	}
}

@media screen and (max-width: 460px) {
	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div {
		width: 100%;
		padding: 20px 0;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child {
		text-align: center;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:first-child img {
		max-width: 50%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberDetails .memberDetailsInner.two-col > div:last-child {
		text-align: center;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioImg {
		height: 240px;
		display: block;
	}

	.onetec-css .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioDetails {
		display: block;
		padding: 15px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.onetec-css .logoBlockWrap > div {
		width: 50%;
	}
}

@media only screen and (min-width: 480px) {
	.onetec-css .media .grid-list .grid-list-item {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.onetec-css .navbar-brand img {
		max-height: 56px;
		max-width: 315px;
	}

	.onetec-css .navbar {
		 padding: 10px 0; 
	}

	.onetec-css .mainNav {
		/* margin-top: 24px; */
	}

	.onetec-css .media .grid-list .grid-list-item {
		width: 33.333%;
	}
}

@media only screen and (max-width: 991px) {
	.onetec-css .media .grid-list .grid-list-item .grid-list-img div {
		min-height: 24vw;
	}
}

@media only screen and (max-width: 479px) {
	.onetec-css .media .grid-list .grid-list-item .grid-list-img div {
		min-height: 180px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
	.onetec-css .media .filter-list .resp-tabs-container .section-title {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	.onetec-css .page .contentLeftContainer .pageDescription {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
	.onetec-css .page .img-desc-style-1 .contentLeftContainer {
		max-width: 93%;
	}
}

@media only screen and (max-width: 767px) {
	.onetec-css .page .img-desc-style-1 .imgBlockWrap::before {
		display: none;
	}

	.onetec-css .page .img-desc-style-1 .imgBlockWrap .memberImgAnim {
		display: none;
	}

	.onetec-css #header {
		position: absolute;
	}

	.onetec-css .homeBanner {
		height: auto;
		max-height: none;
		background: none !important;
	}

	.onetec-css .homeBanner .container {
		padding: 0;
		max-width: 100%;
		width: 100%;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft {
		height: auto;
		padding: 0;
		background: url("../../images/onetecimages/banner-bg.png") center bottom no-repeat;
		background-size: cover;
		height: 100vh !important;
		max-height: calc(100vh - 150px);
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap {
		position: absolute;
		left: 0;
		right: 0;
		padding: 15px 45px;
		bottom: 50px;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap h3 {
		font-size: 25px;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap h1 {
		font-size: 28px;
	}

	.onetec-css .homeBanner .container > .row .bannerRight {
		height: auto;
	}

	.onetec-css .homeBanner .videoBgWrap {
		position: relative;
		-webkit-transform: none;
		transform: none;
		padding: 5px 30px;
	}

	.onetec-css .categoriesSection #tab-1 {
		display: none;
	}

	.onetec-css .categoriesSection #tab-1 .percentage-spinner::after {
		position: static;
		display: table;
		clear: both;
		width: 100%;
		height: auto;
		opacity: 0;
	}

	.onetec-css .categoriesSection #tab-0 {
		display: block;
	}

	.onetec-css .categoriesSection .categories a {
		max-width: 100%;
		padding: 10px 10px;
	}

	.onetec-css .categoriesSection .categories a svg {
		max-width: 62%;
		height: auto;
	}

	.onetec-css .categoriesSection .tabs-menu {
		display: block;
	}

	.onetec-css .categoriesSection .tabs-menu li {
		max-width: 50%;
		float: left;
		margin: 0 auto;
	}

	.onetec-css .categoriesSection .chart-one {
		width: 65px;
		height: 65px;
	}

	.onetec-css .categoriesSection #tabs-container {
		max-width: 100%;
	}

	.onetec-css .categoriesSection .percentage-spinner {
		display: block;
	}

	.onetec-css .categoriesSection .percentage-spinner:before {
		content: " ";
		display: table;
		opacity: 0;
		pointer-events: none;
	}

	.onetec-css .categoriesSection .percentage-spinner:after {
		content: " ";
		display: table;
		clear: both;
		opacity: 0;
		pointer-events: none;
	}

	.onetec-css .categoriesSection .percentage-spinner li {
		float: left;
		width: 50%;
		padding: 10px;
	}

	.onetec-css .categoriesSection .percentage-spinner li .per-inner {
		width: 100%;
	}

	.onetec-css .categoriesSection .percentage-spinner li .per-inner .chart-one {
		width: 100%;
		height: auto;
		border-radius: 50%;
		padding-top: 100%;
		background: #50e1c5;
	}

	.onetec-css .categoriesSection .percentage-spinner li .per-inner .chart-one svg {
		display: none;
	}

	.onetec-css .categoriesSection .percentage-spinner li .per-inner .chart-one figcaption {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.onetec-css .categoriesSection .percentage-spinner li .per-inner .chart-one figcaption strong {
		font-size: 30px;
	}

	.onetec-css .tab-content .noLevels {
		text-align: center;
	}

	.onetec-css .tab-content .noLevels p {
		padding: 0;
	}

	.onetec-css .launch-banner .bannerDescWrap .page_Title {
		font-size: 24px;
	}

	.onetec-css .launch-banner .bannerDescWrap .page_SubTitle {
		font-size: 20px;
	}

	.onetec-css main#content > section {
		padding: 50px 0;
	}

	.onetec-css .newsLetterBottomWrapper {
		padding-top: 31px;
		padding-bottom: 20px;
	}

	.onetec-css .newsLetterWrap .newsSuscribeForm {
		max-width: 100%;
	}

	.onetec-css .innerBanner {
		height: 41vh;
		background-position: -228px 0 !important;
	}

	.onetec-css .innerBanner .container .pageTitle {
		padding: 0;
		font-size: 26px;
		-webkit-transform: none;
		transform: none;
		position: relative;
		left: auto;
		right: auto;
	}

	.onetec-css .contentContainer .formWrapper {
		width: 100%;
	}

	.onetec-css .contentContainer p {
		line-height: 2.12;
	}

	.onetec-css .blockTitle {
		font-size: 19px;
	}

	.onetec-css .blockSubTitle {
		font-size: 17px;
	}

	.onetec-css .quotesWrap .authorQuote {
		padding: 90px 30px;
	}

	.onetec-css .quotesWrap .authorQuote::before {
		width: 47px;
		height: 60px;
	}

	.onetec-css .quotesWrap .authorQuote::after {
		width: 47px;
		height: 60px;
	}

	.onetec-css .quotesWrap .authorQuote .quote p {
		font-size: 17px;
	}

	.onetec-css .launchFormWrap {
		text-align: left;
	}

	.onetec-css .launchFormWrap .feild label {
		margin: 0;
		display: block;
		font-weight: 500;
	}

	.onetec-css .launchSuccessWrapper {
		max-width: 100%;
		padding: 10px;
	}

	.onetec-css .launchSuccessWrapper .tahnksDesc {
		padding-bottom: 15px;
	}

	.onetec-css .aboutHeaderSection .tagLine {
		font-size: 20px;
	}

	.onetec-css .aboutHeaderSection .tagLine p {
		font-size: 20px;
	}

	.onetec-css .aboutHeaderSection .tagLine p::after {
		opacity: 0;
	}

	.onetec-css .aboutHeaderSection .tagLine p::before {
		opacity: 0;
	}

	.onetec-css .whocanApplySlider {
		margin-top: 60px;
	}

	.onetec-css .shadeRight::before {
		opacity: 0;
	}

	.onetec-css .dashboardWrapper .feildWrap label {
		font-weight: 600;
		color: #464646;
	}

	.onetec-css .dashboardWrapper .feildWrap .column {
		display: none;
	}

	.onetec-css .launch-banner-2 {
		height: auto;
	}

	.onetec-css .launch-banner-2 .container .bannerDescWrap {
		top: auto;
		-webkit-transform: none;
		transform: none;
		bottom: 0;
		width: 90%;
		padding: 15px 0;
	}

	.onetec-css .launch-banner-2 .container .bannerDescWrap .page_Title {
		font-size: 17px;
		margin-top: 8px;
		font-weight: 600;
	}

	.onetec-css .launch-banner-2 .container .bannerDescWrap .page_SubTitle {
		margin-bottom: 0;
		font-size: 17px;
		font-weight: 500;
	}

	.onetec-css .popupInner {
		padding: 20px 25px;
	}

	.onetec-css .sidebarLayout .sidebarWrapper .sidebar {
		padding: 30px 16px;
	}

	.onetec-css .sidebarLayout .rightContentWrap {
		float: none;
		width: 100%;
	}

	.onetec-css .sidebarLayout .rightContentWrap .contentDetails .title {
		font-size: 23px;
	}
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
	.onetec-css .page-content-inner .resp-tabs-list-wrap.link-widget-wrap.stick {
		margin-top: -40px;
	}
}

@media screen and (max-width: 768px) {
	.onetec-css .resp-tabs-list {
		display: none !important;
	}
}

@media (max-width: 1367px) {
	.onetec-css .yamm .mainNav > li > a {
		font-size: 12px;
	}
}

@media (max-width: 1366px) {
	.onetec-css .yamm .mainNav > li > a {
		font-size: 0.92vw;
		font-size: 12px;
	}
}

@media (min-width: 1050px) {
	.onetec-css #navbar-collapse-1 {
		position: relative;
	}
}

@media (min-width: 980px) {
	.onetec-css .dp-normal ul {
		position: absolute;
		padding: 0;
		list-style-type: none;
		margin: 0;
		min-width: 160px;
		background-color: #f9f9f9;
		right: 0;
		top: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		display: none;
	}

	.onetec-css .dp-normal ul li {
		display: block;
	}

	.onetec-css .dp-normal ul li a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 20px;
		color: #333;
		white-space: nowrap;
		text-decoration: none;
	}

	.onetec-css .dp-normal li {
		position: relative;
	}

	.onetec-css .dp-normal li:hover > ul {
		display: block;
	}

	.onetec-css .dp-submenu > a::after {
		content: '';
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #fff5f5;
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -4px;
	}

	.onetec-css .dp-submenu > a:hover::after {
		border-left-color: #fff;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu ul {
		background: #efefef;
		display: block;
		-webkit-transition: all 250ms linear;
		transition: all 250ms linear;
		opacity: 0;
		visibility: hidden;
		top: 30px;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu ul ul {
		background: #e7e7e7;
		display: block;
		-webkit-transition: all 260ms linear;
		transition: all 260ms linear;
		opacity: 0;
		visibility: hidden;
		top: 30px;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu ul ul ul {
		background: #e0e0e0;
		-webkit-transition: all 270ms linear;
		transition: all 270ms linear;
		display: block;
		opacity: 0;
		visibility: hidden;
		top: 30px;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu:hover > ul {
		opacity: 1;
		visibility: visible;
		top: 0px;
	}
}

@media (max-width: 979px) {
	.onetec-css .dp-normal ul {
		list-style-type: none;
		margin: 0 15px;
	}

	.onetec-css .dp-normal ul a {
		text-decoration: none;
	}

	.onetec-css .dp-normal ul li a {
		padding: 9px 15px;
		color: #777;
		border-radius: 3px;
		display: block;
	}
}

@media (max-width: 1024px) {
	.onetec-css .mainNavBar {
		background: white;
		position: relative;
		width: 100%;
		z-index: 12;
	}

	.onetec-css .navbar-toggle {
		padding: 0;
		border: none;
		display: block;
		margin-right: 0;
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		-webkit-transform-origin: center;
		transform-origin: center;
		margin-left: -7px;
		margin-right: -7px;
	}

	.onetec-css .navbar-toggle .icon-bar {
		width: 45px;
		height: 4px;
		margin: 9px 0;
		border-radius: 5px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #f33;
	}

	.onetec-css .navbar-toggle.active span {
		background: #f33;
	}

	.onetec-css .navbar-toggle.active span:nth-child(1) {
		-webkit-transform: translateY(300%) rotate(225deg);
		transform: translateY(300%) rotate(225deg);
		-webkit-transform-origin: 23px 3px 0;
		transform-origin: 23px 3px 0;
	}

	.onetec-css .navbar-toggle.active span:nth-child(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.onetec-css .navbar-toggle.active span:nth-child(3) {
		-webkit-transform: translateY(-300%) rotate(-225deg);
		transform: translateY(-300%) rotate(-225deg);
	}

	.onetec-css .yamm .yamm-content {
		padding: 10px 20x;
	}

	.onetec-css .yamm .mainNav {
		background: #f9f9f9;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
	}

	.onetec-css .yamm .mainNav > li {
		position: relative !important;
		padding: 0;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu {
		background: #f33;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-1 {
		width: 100%;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul.ul-level-1 > li {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li ul a {
		width: 100%;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu a {
		color: #FFF;
		padding-left: 10px;
		padding-right: 10px;
	}

	.onetec-css .yamm .mainNav > li > a {
		padding: 9px 10px;
	}

	.onetec-css .yamm .mainNav > li .dropdown-menu {
		background: none;
	}

	.onetec-css .yamm .mainNav > li.dropdown > a {
		padding: 9px 10px;
		padding: 9px 16px;
	}

	.onetec-css .yamm .mainNav > li.dropdown .arrow-submenu {
		position: absolute;
		right: 0;
		height: 100%;
		max-height: 42px;
		top: 0;
		display: block;
		width: 30px;
		z-index: 999;
		cursor: pointer;
		background: url("../../images/onetecimages/down-arrow-and-up.png") 8px -30px no-repeat;
		background-size: 12px;
		height: 30px;
		opacity: 1 !important;
	}

	.onetec-css .yamm .mainNav > li.has-submenu .arrow-submenu {
		position: absolute;
		right: 0;
		height: 100%;
		max-height: 42px;
		top: 0;
		display: block;
		width: 30px;
		z-index: 999;
		cursor: pointer;
		background: url("../../images/onetecimages/down-arrow-and-up.png") 8px -30px no-repeat;
		background-size: 12px;
		height: 30px;
		opacity: 1 !important;
	}

	.onetec-css .yamm .mainNav > li.has-submenu.copen > .arrow-submenu {
		background-position: 14px 8px;
	}

	.onetec-css .yamm .mainNav > li.has-submenu.copen > .dropdown-menu {
		display: block;
		background: #ececec;
		background: #f33;
	}

	.onetec-css .yamm .mainNav > li.has-submenu.copen .arrow-submenu {
		background: url("../../images/onetecimages/down-arrow-and-up.png") 8px 8px no-repeat;
		background-size: 12px;
		height: 30px;
		opacity: 1 !important;
	}

	.onetec-css .yamm .mainNav > li.dropdown.copen > .arrow-submenu {
		background-position: 14px 8px;
	}

	.onetec-css .yamm .mainNav > li.dropdown.copen > .dropdown-menu {
		display: block;
		background: #ececec;
		background: #f33;
	}

	.onetec-css .yamm .mainNav > li.active-main-menu > a:before {
		max-height: 100%;
	}

	.onetec-css .yamm .mainNav li a {
		width: 100%;
		text-align: left;
		padding: 5px 10px;
	}

	.onetec-css .yamm .mainNav li a::after {
		display: none;
	}

	.onetec-css .yamm .mainNav li a::before {
		display: none;
	}

	.onetec-css .yamm .mainNav li > a {
		padding: 5px 10px !important;
	}

	.onetec-css .yamm .mainNav li.dropdown .arrow-submenu::after {
		display: none;
	}

	.onetec-css .yamm .mainNav > li.dropdown-menu li ul a {
		width: 100% !important;
	}

	.onetec-css .yamm .mainNav > li.copen {
		background: #fff;
	}

	.onetec-css .yamm .mainNav > li.copen > a::after {
		display: none !important;
	}

	.onetec-css .yamm .mainNav > li.copen > a::before {
		display: none !important;
	}

	.onetec-css .yamm .mainNav > li.active {
		background: #fff;
	}

	.onetec-css .yamm .mainNav > li.active > a::after {
		display: none !important;
	}

	.onetec-css .yamm .mainNav > li.active > a::before {
		display: none !important;
	}

	.onetec-css .yamm .dp-normal ul {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		display: none;
	}

	.onetec-css .yamm .copen .dp-normal > ul {
		display: block;
	}

	.onetec-css .yamm ul li {
		position: relative;
	}

	.onetec-css .navbar-fixed-top {
		position: absolute;
	}

	.onetec-css .navbar-fixed-top .navbar-collapse {
		max-height: none;
	}

	.onetec-css .showSections {
		display: none;
	}

	.onetec-css #main header {
		overflow: visible;
	}

	.onetec-css .header-links {
		position: fixed;
		top: 18px;
		right: 100px;
		z-index: 99;
	}

	.onetec-css .navbar-header {
		float: none;
		width: 100%;
	}

	.onetec-css .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
		position: absolute;
		background: #fff;
		top: 0;
		left: 0;
		padding: 0 20px !important;
		border: none;
		box-shadow: none;
	}

	.onetec-css .navbar-collapse.in {
		padding: 0 0px !important;
	}

	.onetec-css .navbar-collapse.collapse {
		display: none !important;
		margin: 0 !important;
	}

	.onetec-css .navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.onetec-css .navbar-nav > li {
		float: none;
	}

	.onetec-css .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu ul {
		visibility: visible;
		opacity: 1;
		float: none;
		top: 0;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu ul a {
		width: 100%;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu > ul {
		display: none;
	}

	.onetec-css .navbar-nav > li > .dp-normal .dp-submenu.copen > ul {
		display: block;
		padding-left: 3px;
	}

	.onetec-css .navbar-text {
		float: none;
		margin: 15px 0;
	}

	.onetec-css .navbar-collapse.collapse.in {
		display: block !important;
		padding: 0;
		margin: 0;
	}

	.onetec-css .collapsing {
		overflow: hidden !important;
	}

	.onetec-css .rightNav {
		right: 110px;
	}

	.onetec-css .rightNav .parentLogin .loginBtn {
		padding: 22px 25px;
	}

	.onetec-css .mainNav {
		margin-top: 20px;
	}

	.onetec-css .mainNav > .dropdown .dropdown-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		display: none;
		max-width: 100%;
		width: 100%;
		position: static;
	}

	.onetec-css .mainNav > .dropdown.smallMenu:last-child > ul {
		max-width: 100%;
		width: 100%;
	}

	.onetec-css .mainNav > .dropdown.open .dropdown-menu {
		display: block;
	}

	.onetec-css .navbar-brand > img {
		max-height: 64px;
	}

	.onetec-css .nav > li {
		clear: both;
	}

	.onetec-css .dp-normal ul {
		margin: 0;
	}

	.onetec-css .dropdown-menu {
		padding: 0;
	}

	.onetec-css .dropdown-menu > li > a {
		font-weight: 300;
	}
}

@media (min-width: 1023px) {
	.onetec-css .mainNav > .dropdown > .dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}

	.onetec-css .mainNav > .dropdown > .dropdown-menu > .sub-menu > .dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}

	.onetec-css .mainNav > .dropdown > .dropdown-menu > .sub-menu:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}

	.onetec-css .mainNav > .dropdown:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}

	.onetec-css .mainNav > li > a::before {
		content: '';
		display: inline-block;
		position: absolute;
		width: 25px;
		height: 3px;
		background: #f33;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 0;
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: none !important;
		top: 2px;
		bottom: auto;
		right: 0;
		left: auto;
		-webkit-transition: all 0.7s ease-in-out;
		transition: all 0.7s ease-in-out;
	}

	.onetec-css .mainNav > li > a::after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 25px;
		height: 3px;
		background: #f33;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 0;
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		bottom: 12px;
		left: 50%;
		right: auto;
	}

	.onetec-css .mainNav > li > a:hover::before {
		opacity: 0;
		width: 30px;
	}

	.onetec-css .mainNav > li > a:hover::after {
		opacity: 1;
		width: 40px;
	}

	.onetec-css .mainNav > li > a.active::before {
		opacity: 0;
		width: 30px;
	}

	.onetec-css .mainNav > li > a.active::after {
		opacity: 1;
		width: 40px;
	}
}

@media (max-width: 1024px) and (max-width: 480px) {
	.onetec-css .header-links .invert {
		display: none;
	}

	.onetec-css .header-links .speaker {
		display: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.onetec-css #fancybox-loading {
		background-size: 44px 152px;
	}

	.onetec-css #fancybox-loading div {
		background-image: url("../../images/onetecimages/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}

	.fancybox-close {
		background-size: 44px 152px;
	}

	.fancybox-prev span {
		background-size: 44px 152px;
	}

	.fancybox-next span {
		background-size: 44px 152px;
	}
}

@media only screen and (min--moz-device-pixel-ratio: 1.5) {
	.onetec-css #fancybox-loading {
		background-size: 44px 152px;
	}

	.onetec-css #fancybox-loading div {
		background-image: url("../../images/onetecimages/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}

	.fancybox-close {
		background-size: 44px 152px;
	}

	.fancybox-prev span {
		background-size: 44px 152px;
	}

	.fancybox-next span {
		background-size: 44px 152px;
	}
}

@media only screen and (min-device-pixel-ratio: 1.5) {
	.onetec-css #fancybox-loading {
		background-size: 44px 152px;
	}

	.onetec-css #fancybox-loading div {
		background-image: url("../../images/onetecimages/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}

	.fancybox-close {
		background-size: 44px 152px;
	}

	.fancybox-prev span {
		background-size: 44px 152px;
	}

	.fancybox-next span {
		background-size: 44px 152px;
	}
}

@media screen and (max-width: 900px) {
	.onetec-css .grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.onetec-css .grid li {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.onetec-css ul.resp-tabs-list {
		display: none;
	}

	.onetec-css h2.resp-accordion {
		display: block;
	}

	.onetec-css .resp-vtabs .resp-tab-content {
		border: 1px solid #e0e0e0;
	}

	.onetec-css .resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #e0e0e0 !important;
	}

	.onetec-css .resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}

	.onetec-css .resp-accordion-closed {
		display: none !important;
	}

	.onetec-css .sidebarLayout .sidebarWrapper {
		clear: both;
		margin-top: 20px;
		margin-bottom: 50px;
		float: none;
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-top: 30px;
	}

	.onetec-css .mobileOnly {
		display: block;
	}

	.onetec-css .tagLine {
		overflow: hidden;
	}
}

@media only screen and (min-width: 991px) {
	html[dir=ltr] .left-50 {
		padding-left: 50px;
	}

	html[dir=ltr] .right-50 {
		padding-right: 50px;
	}

	html[dir=ltr] .left-75 {
		padding-left: 75px;
	}

	html[dir=ltr] .right-75 {
		padding-right: 75px;
	}

	html[dir=rtl] .left-50 {
		padding-right: 50px;
	}

	html[dir=rtl] .right-50 {
		padding-left: 50px;
	}

	html[dir=rtl] .left-75 {
		padding-right: 75px;
	}

	html[dir=rtl] .right-75 {
		padding-left: 75px;
	}

	.onetec-css .header-links {
	/* 	margin-bottom: 10px; */
	}
}

@media only screen and (min-width: 1023px) {
	.onetec-css #header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		
	}

	.onetec-css #header .yamm > .container {
		max-width: 96%;
		max-width: calc(100% - 144px);
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1262px) {
	.onetec-css header .navbar-brand img {
		max-width: 224px;
	}
}

@media only screen and (max-width: 1023px) {
	.onetec-css #header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		
	}

	.onetec-css .logoRight {
		display: none;
	}

	.onetec-css .logoRight a img {
		height: 81px;
	}

	.onetec-css #floatMenu {
		display: none !important;
	}

	.onetec-css .yamm .mainNav {
		margin-top: 30px;
		background: none;
	}

	.onetec-css .mainNavBar {
		z-index: 92;
	}

	.onetec-css .footerSocial {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.onetec-css .homeBanner {
		background-size: 45% auto !important;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap {
		z-index: 2;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap h1 {
		font-size: 2.9em;
	}

	html[dir=rtl] .homeBanner {
		background-size: 45% auto !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.onetec-css .homeBanner {
		height: 640px;
		background-position: left 36%;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft .sloganWrap h1 {
		font-size: 32px;
		letter-spacing: .03em;
		font-weight: 600;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow {
		top: 150px !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-next {
		right: 0 !important;
		left: auto !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-prev {
		left: 0 !important;
		right: auto !important;
	}
}

@media only screen and (max-width: 990px) {
	.onetec-css .aboutHeaderSection .tagLine p::before {
		opacity: 0;
		visibility: hidden;
	}

	.onetec-css .aboutHeaderSection .tagLine p::after {
		opacity: 0;
		visibility: hidden;
	}

	.onetec-css .flex-row {
		display: block;
	}

	.onetec-css .aboutSection {
		background: none;
	}

	.onetec-css .aboutSection .abtLeftWrap .sectionTitleWrap {
		position: static;
	}

	.onetec-css .sectionTitleWrap h2 {
		font-size: 1.4em;
	}

	.onetec-css .sectionTitleWrap h2 br {
		display: none;
	}

	.onetec-css .margin-bottom-100 {
		margin-bottom: 30px;
	}

	.onetec-css .missionRightWrap {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 100px;
	}

	.onetec-css .missionRightWrap .iconsListWrap li {
		margin-right: 25px;
	}

	.onetec-css .missionRightWrap .iconsListWrap li svg {
		max-width: 60px;
		height: auto;
	}

	.onetec-css .processSection .processLeftWrap {
		background: none;
	}

	.onetec-css .processSection .processLeftWrap:before {
		background: none;
	}

	.onetec-css .processSection .processLeftWrap .sectionTitleWrap {
		position: relative;
		-webkit-transform: none;
		transform: none;
		top: auto;
		left: auto;
		right: auto;
		max-width: 100%;
	}

	.onetec-css .processSection .processSliderWrap {
		padding: 0;
	}

	.onetec-css .initiativesSliderWraper {
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inImgWrap {
		width: 100%;
		-webkit-transform: none;
		transform: none;
		background: none !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inImgWrap img {
		display: block;
		opacity: 1;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inDescWrap {
		-webkit-transform: none;
		transform: none;
		padding: 20px;
		width: 100%;
	}

	.onetec-css .initiativesSliderWraper html[dir=rtl] .initiativesSlider .slick-arrow {
		top: 25%;
	}

	.onetec-css .initiativesSliderWraper html[dir=rtl] .initiativesSlider .slick-arrow.slick-prev {
		left: 0;
		right: auto;
	}

	.onetec-css .initiativesSliderWraper html[dir=rtl] .initiativesSlider .slick-arrow.slick-next {
		left: auto;
		right: 0;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slide.slick-active .inDescWrap {
		-webkit-transform: none;
		-webkit-transform: none;
		transform: none;
		transform: none;
	}

	.onetec-css .newsLetterWrap {
		max-width: 100%;
	}

	.onetec-css .buttonsWrap .circle-btn {
		margin-bottom: 15px;
	}

	.onetec-css .imageTextBlockWrapper {
		display: block;
	}

	.onetec-css .imageTextBlockWrapper .imageBlock {
		background: none !important;
	}

	.onetec-css .imageTextBlockWrapper .imageBlock img {
		display: block;
	}

	.onetec-css .imageTextBlockWrapper .textBlock {
		padding: 50px 30px;
	}

	.onetec-css .imageTextBlockContainer .imageTextBlockWrapper:nth-child(odd) .textBlock {
		padding-left: 25px;
		padding-right: 25px;
	}

	.onetec-css .imageTextBlockContainer .imageTextBlockWrapper:nth-child(even) .textBlock {
		padding-left: 25px;
		padding-right: 25px;
	}

	.onetec-css .imageTextBlockContainer .imageTextBlockWrapper .imageBlock {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .quotesWrap {
		display: block;
		border: 1px solid #eee;
		padding-top: 10px;
	}

	.onetec-css .quotesWrap .authorImgWrap {
		width: 100%;
		text-align: center;
	}

	.onetec-css .quotesWrap .authorImgWrap img {
		position: static;
	}

	.onetec-css .quotesWrap .authorQuote {
		width: 100%;
	}

	.onetec-css .padding-top-50 {
		padding-top: 30px;
	}

	.onetec-css .padding-bottom-50 {
		padding-bottom: 30px;
	}

	.onetec-css .padding-top-75 {
		padding-top: 50px;
	}

	.onetec-css .padding-bottom-75 {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 660px) {
	.onetec-css .categoriesSection .tabs-menu li a span {
		font-size: 14px;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow {
		top: 8%;
		width: 29px;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-prev {
		top: 120px;
		left: 0 !important;
		right: auto !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-next {
		top: 120px;
		right: 0 !important;
		left: auto !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inDescWrap {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inDescWrap h5 {
		font-size: 18px;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inDescWrap p {
		font-size: 14px;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inImgWrap {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.onetec-css .newsLetterBottomWrapper {
		padding-left: 15px;
		padding-right: 15px;
		background: #f6625b;
	}

	.onetec-css .launch-banner-2 {
		padding-top: 24px;
	}

	.onetec-css .launch-banner-2 .sheikh-img2 {
		right: -52px;
	}

	.onetec-css .launch-banner-2 .container .bannerDescWrap .page_SubTitle {
		font-size: 22px;
		line-height: 1.5;
	}

	.onetec-css .contentContainer {
		padding: 60px 0;
	}

	.onetec-css .aboutHeaderSection .tagLine {
		margin-top: 10px;
		font-size: 16px;
	}

	.onetec-css .aboutHeaderSection .tagLine p {
		font-size: 16px;
	}

	.onetec-css .missionRightWrap .iconsListWrap ul:before {
		content: " ";
		display: table;
	}

	.onetec-css .missionRightWrap .iconsListWrap ul:after {
		content: " ";
		display: table;
		clear: both;
	}

	.onetec-css .missionRightWrap .iconsListWrap ul > li {
		display: block;
		float: left;
		width: 49.5%;
		margin: 0 auto;
		text-align: center;
	}

	.onetec-css .missionRightWrap .iconsListWrap ul > li p {
		font-size: 17px;
		line-height: 1.5;
	}

	html[dir=rtl] .missionRightWrap .iconsListWrap ul > li {
		display: block;
		float: right;
		width: 49.5%;
		margin: 0 auto;
	}

	html[dir=rtl] .missionRightWrap .iconsListWrap ul > li p {
		font-size: 12px;
	}

	.onetec-css .launchSection2 .contentContainer {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 4px;
	}

	.onetec-css .launchContainer {
		min-height: 76vh;
	}

	.onetec-css main#content > section {
		padding: 30px 0;
	}

	.onetec-css main#content > section.categoriesSection {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.onetec-css .tab-content .noLevels p {
		line-height: 1.7;
	}

	.onetec-css .processSection .processSlider .svgWrap svg {
		height: auto;
	}

	.onetec-css .missionWrap .missionLeftWrap {
		padding-top: 10px;
		background: none !important;
	}

	.onetec-css .missionWrap .missionLeftWrap img {
		display: block !important;
		width: 100%;
	}

	.onetec-css footer .socialFooter {
		display: block;
	}

	.onetec-css .about-section {
		margin: 40px 0;
	}

	.onetec-css .about-section .slide.text-center img {
		margin-bottom: 15px;
	}

	.onetec-css .centeTitleWrap {
		margin-bottom: 40px;
	}

	.onetec-css .whocanApplySlider .slide p {
		bottom: 0;
		line-height: 1;
	}

	.onetec-css .sidebarLayout .sidebarWrapper .sidebarTitle {
		font-size: 22px;
	}

	.onetec-css .contentComingSoon h1 {
		font-size: 21px;
	}

	.onetec-css .aboutSection .abtLeftWrap .sectionTitleWrap {
		position: static;
	}

	.onetec-css #register-page.en .ui-selectmenu-menu {
		right: 32px;
	}

	.ui-selectmenu-menu .ui-menu {
		max-width: 100%;
	}

	.ui-selectmenu-menu .ui-menu li {
		max-width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 700px) and (orientation: landscape) {
	.onetec-css .innerBanner:not(.launch-banner) {
		background-size: cover !important;
		background-position: center center !important;
	}

	html[dir=rtl] .homeBanner {
		background: url("../../images/onetecimages/banner-bg_ar.png") left bottom no-repeat !important;
	}

	html[dir=ltr] .homeBanner {
		background: url("../../images/onetecimages/banner-bg.png") right bottom no-repeat !important;
	}

	.onetec-css .homeBanner .container > .row .bannerLeft {
		background: none !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inDescWrap {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesWrp .inImgWrap {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-prev {
		top: 22%;
		left: 0 !important;
		right: auto !important;
	}

	.onetec-css .initiativesSliderWraper .initiativesSlider .slick-arrow.slick-next {
		top: 22%;
		right: 0 !important;
		left: auto !important;
	}
}



.onetec-css .navbar .navbar-collapse {
	max-height: auto;
	flex-basis: auto;
    flex-grow: 0;
    align-items: nornal;
}


.has-control-menu  #header{
	top: 57px !important;
}
/* .has-control-menu  #content{
	margin-top: 120px !important;
} */
 
 
/*  .onetec-css .portlet-topper{
 	display:none;
 } */
 
  .onetec-css  [class*="col-"] {
   flex: none !important; 
    max-width: none !important;
}
 .onetec-css .section-inner{
 	width:100%;
 }
.product-menu,.sidebar-body,.control-menu,.lfr-product-menu-panel.sidenav-menu-slider,.lfr-admin-panel.sidenav-menu-slider  {
	z-index: 9999;
}

 .onetec-css .portlet-decorate .portlet-content{
	padding: 0px;
}
 .onetec-css .sign-in-form{
	 padding-top: 105;
}
@media (max-width: 1024px){
	.onetec-css .sign-in-form{
	    padding-top: 70px;
	}
}

.onetec-css .dropdown-menu::after {
    padding: 0;
}




/* arabic css */


html[dir=rtl] {
  letter-spacing: 0;
}

[dir=rtl] body .onetec-css{
  letter-spacing: 0 !important;
}
[dir=rtl] .yamm .mainNav > li.searchButton > a {
  -webkit-transform: rotate(219deg);
          transform: rotate(219deg);
}
[dir=rtl] .logoRight {
  float: right;
}
[dir=rtl] .navbar-header {
  float: left;
}
[dir=rtl] .slick-arrow {
  direction: ltr;
}
[dir=rtl] .slick-list {
  direction: initial;
}
[dir=rtl] .slick-track {
  float: left;
  float: none;
}
[dir=rtl] .slick-next {
  right: 0;
  left: auto;
}
[dir=rtl] .slick-prev {
  left: 0;
  right: auto;
}
[dir=rtl] .socialMediaWrap {
  left: 0;
  right: auto;
}
[dir=rtl] .logoRight {
  float: left;
  margin-left: 0;
}
[dir=rtl] .languageSwitch {
  height: 36px;
  line-height: 1.1;
}
[dir=rtl] .navbar-header {
  float: right;
}
[dir=rtl] .yamm .mainNav > li.langSwitch > a {
  letter-spacing: 0;
}
[dir=rtl] .buttonsWrap .circle-btn,
[dir=rtl] .buttonsWrap .circleBtn {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .buttonsWrap .circle-btn:last-child,
[dir=rtl] .buttonsWrap .circleBtn:last-child {
  margin-left: 0;
}
[dir=rtl] .sectionTitleWrap h2:after,
[dir=rtl] .sectionTitleWrap h2:before {
  left: auto;
  right: 3px;
}
[dir=rtl] .slick-slide {
  float: left;
}
[dir=rtl] .buttonsWrap {
  direction: rtl !important;
}
[dir=rtl] .contentContainer .recaptcha,
[dir=rtl] .contentContainer .g-recaptcha {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
[dir=rtl] .ui-selectmenu-text {
  text-align: right;
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .ui-selectmenu-icon.ui-icon {
  float: left;
}
[dir=rtl] .slick-prev:before {
  content: "\68" !important;
}
[dir=rtl] .slick-next:before {
  content: "\69" !important;
}
[dir=rtl] .header-links {
  text-align: left;
   left: 100px;
   right: auto; 
}
[dir=rtl] .mobileLogoWrap {
   float: right;
}
[dir=rtl] .bannerSlider .slick-track {
  float: right;
}
[dir=rtl] .showSections {
  left: auto;
  right: 20px;
}
[dir=rtl] .slick-slider {
  direction: ltr !important;
}
[dir=rtl] .no-list li {
  padding-left: auto !important;
  padding-right: 0 !important;
}
[dir=rtl] .input-search-wrap:after {
  left: 10px;
  right: auto;
}
[dir=rtl] .ui-selectmenu-button.ui-button .ui-icon:before {
  left: 0;
}
[dir=rtl] .list-v1 .list-item .list-img .date {
  left: 0;
  right: auto;
}
[dir=rtl] .resp-tabs.basic li:after {
  left: auto;
  right: 0;
}
[dir=rtl] .entities-head .search-field .fi {
  left: 0px;
  right: 10px;
}
[dir=rtl] .entitiesPage .entities-info .borderAnim {
  left: 0;
  right: auto;
}
[dir=rtl] .entitiesList .entities-filter-wrap .entities-filter-block {
  float: right;
}
[dir=rtl] .timelineWrap .timeline:before {
  right: 153px;
  left: auto;
}
[dir=rtl] .timelineWrap .timeline:first-child:after {
  right: 153px;
  left: auto;
}
[dir=rtl] [data-page-view="news"] .list-item .iconLiveStream {
  right: 0;
  left: auto;
}
[dir=rtl] .grid-list.v1 .grid-list-item .grid-list-img .hoverDescWrap > div span i {
  float: right;
  margin: 0 0px 0 5px;
}
[dir=rtl] .grid-list.v1 .grid-list-item .grid-list-summary h4 i {
  display: inline-block;
  margin: 0 0 0 8px;
}
[dir=rtl] .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
  right: 23%;
  left: auto;
}
[dir=rtl] .memberBlockWrap.two-col .memberBlock .memberDetails .memberDetailsInner:before {
  left: 0;
  right: auto;
}
[dir=rtl] .page .img-desc-style-1 .memberImgAnim {
  right: 40%;
  left: auto;
}
[dir=rtl] .page-content-inner .more:before {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
[dir=rtl] .page-content-inner ul li:before {
  right: 0;
  left: auto;
}
[dir=rtl] .page-content-inner .link-widget li span {
  text-align: right;
}
[dir=rtl] .page-content-inner .link-widget li span:before {
  left: auto;
  right: 0;
}
[dir=rtl] .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
  left: auto;
  right: 12%;
}
[dir=rtl] .page.page-details .contentLeftContainer [class*="icon"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  [dir=rtl] .memberBlockWrap.two-col .memberBlock:nth-child(even) .memberBio {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  [dir=rtl] footer .copy .footer-links {
/*     left: 30px;
    right: auto; */
  }
}
@media only screen and (max-width: 1024px) {
  [dir=rtl] .navbar-collapse {
    width: 100%;
  }
  [dir=rtl] .navbar-header {
    width: 100%;
  }
  [dir=rtl] .mobileLogoWrap {
     float: right; 
  }
  [dir=rtl] .mobileLogoWrap a {
    width: auto;
    left: auto;
    right: 0;
  }
  [dir=rtl] .yamm .mainNav > li.has-submenu .arrow-submenu,
  [dir=rtl] .yamm .mainNav > li.dropdown .arrow-submenu {
    left: 0;
    right: auto;
  }
  [dir=rtl] .timelineWrap .timeline {
    padding: 10px 50px 10px 0px;
  }
  [dir=rtl] .timelineWrap .timeline:before {
    right: 13px;
    left: auto;
  }
  [dir=rtl] .timelineWrap .timeline .timelineCircle {
    left: auto;
    right: 0;
  }
  [dir=rtl] .timelineWrap .timeline .timelineDetails .timelineBio .timelineBioImg > div {
    max-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .resp-arrow {
    float: left;
  }
}


[dir=rtl] .onetec-css .list-unstyled {
	padding-right: 0;
	padding-left: none;
}

[dir=rtl] .onetec-css .list-inline {
	padding-right: 0;
	padding-left: none;
	margin-right: -5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css dd {
	margin-right: 0;
	margin-left: none;
}

[dir=rtl] .onetec-css blockquote {
	border-right: 5px solid #eee;
	border-left: 0;
}

[dir=rtl] .onetec-css .blockquote-reverse {
	padding-left: 15px;
	padding-right: 0;
	border-left: 5px solid #eee;
	border-right: 0;
	text-align: left;
}

[dir=rtl] .onetec-css blockquote.pull-left {
	padding-left: 15px;
	padding-right: 0;
	border-left: 5px solid #eee;
	border-right: 0;
	text-align: left;
}

[dir=rtl] .onetec-css th {
	text-align: right;
}

[dir=rtl] .onetec-css .radio label {
	padding-right: 20px;
	padding-left: auto;
}

[dir=rtl] .onetec-css .radio input[type=radio] {
	float: right;
	margin-right: 20px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .checkbox label {
	padding-right: 20px;
	padding-left: auto;
}

[dir=rtl] .onetec-css .checkbox input[type=checkbox] {
	float: right;
	margin-right: 20px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .radio-inline {
	padding-right: 20px;
	padding-left: 0;
}

[dir=rtl] .onetec-css .radio-inline input[type=radio] {
	float: right;
	margin-right: 20px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .radio-inline + .radio-inline {
	margin-right: 10px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .checkbox-inline {
	padding-right: 20px;
	padding-left: 0;
}

[dir=rtl] .onetec-css .checkbox-inline input[type=checkbox] {
	float: right;
	margin-right: 20px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .checkbox-inline + .checkbox-inline {
	margin-right: 10px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .has-feedback .form-control {
	padding-left: 42.5px;
	padding-right: auto;
}

[dir=rtl] .onetec-css .form-control-feedback {
	left: 0;
	right: auto;
}

[dir=rtl] .onetec-css .form-horizontal .has-feedback .form-control-feedback {
	left: 15px;
	right: auto;
}

[dir=rtl] .onetec-css .caret {
	margin-right: 2px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .dropdown-menu {
	right: 0;
	left: auto;
	float: left;
	text-align: right;
}

[dir=rtl] .onetec-css .dropdown-menu.pull-left {
	left: 0;
	float: right;
	right: auto;
}

[dir=rtl] .onetec-css .pull-left > .dropdown-menu {
	left: 0;
	float: right;
	right: auto;
}

[dir=rtl] .onetec-css .navbar-nav.pull-left > li > .dropdown-menu {
	right: auto;
	left: 0;
}

[dir=rtl] .onetec-css .navbar-nav > li > .dropdown-menu.pull-left {
	right: auto;
	left: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn {
	float: right;
}

[dir=rtl] .onetec-css .btn-group > .btn:hover {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group > .btn:focus {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group > .btn:active {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group > .btn:first-child {
	margin-right: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn:last-child:not(:first-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn.active {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group .btn + .btn {
	margin-right: -1px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-group .btn + .btn-group {
	margin-right: -1px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-group .btn-group + .btn {
	margin-right: -1px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-group .btn-group + .btn-group {
	margin-right: -1px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn-group {
	float: right;
}

[dir=rtl] .onetec-css .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn-group:first-child > .btn:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn {
	float: right;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn:hover {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn:focus {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn:active {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn + .btn {
	margin-top: -1px;
	margin-right: 0;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn + .btn-group {
	margin-top: -1px;
	margin-right: 0;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn.active {
	z-index: 2;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn-group + .btn {
	margin-top: -1px;
	margin-right: 0;
}

[dir=rtl] .onetec-css .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-right: 0;
}

[dir=rtl] .onetec-css .btn-toolbar {
	margin-right: -5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-toolbar .btn-group {
	float: right;
}

[dir=rtl] .onetec-css .btn-toolbar .input-group {
	float: right;
}

[dir=rtl] .onetec-css .btn-toolbar > .btn {
	margin-right: 5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-toolbar > .btn-group {
	margin-right: 5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn-toolbar > .input-group {
	margin-right: 5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .btn .caret {
	margin-right: 0;
}

[dir=rtl] .onetec-css .input-group .form-control {
	float: right;
}

[dir=rtl] .onetec-css .input-group .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .input-group .form-control:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .input-group-addon:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-right: 1px solid #ccc;
	border-left: 0;
}

[dir=rtl] .onetec-css .input-group-addon:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-left: 1px solid #ccc;
	border-right: 0;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px;
	margin-right: auto;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .btn:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .btn-group {
	margin-left: -1px;
	margin-right: auto;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .btn-group > .btn {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:first-child > .dropdown-toggle {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
	margin-left: auto;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .btn-group {
	margin-right: -1px;
	margin-left: auto;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .btn-group > .btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn:last-child > .dropdown-toggle {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .input-group-btn > .btn + .btn {
	margin-right: -1px;
	margin-left: auto;
}

[dir=rtl] .onetec-css .pager {
	padding-right: 0;
	padding-left: none;
}

[dir=rtl] .onetec-css .pager .next > a {
	float: left;
}

[dir=rtl] .onetec-css .pager .next > span {
	float: left;
}

[dir=rtl] .onetec-css .pager .previous > a {
	float: right;
}

[dir=rtl] .onetec-css .pager .previous > span {
	float: right;
}

[dir=rtl] .onetec-css .alert-dismissable {
	padding-left: 35px;
	padding-right: 15px;
}

[dir=rtl] .onetec-css .alert-dismissable .close {
	top: -2px;
	right: 0;
	left: 21;
}

[dir=rtl] .onetec-css .progress-bar {
	float: right;
}

[dir=rtl] .onetec-css .media {
	overflow: hidden;
	zoom: 1;
}

[dir=rtl] .onetec-css .media > .pull-left {
	margin-right: 10px;
}

[dir=rtl] .onetec-css .media > .pull-left.flip {
	margin-right: 0;
	margin-left: 10px;
}

[dir=rtl] .onetec-css .media > .pull-right {
	margin-left: 10px;
}

[dir=rtl] .onetec-css .media > .pull-right.flip {
	margin-left: 0;
	margin-right: 10px;
}

[dir=rtl] .onetec-css .media-body {
	overflow: hidden;
	zoom: 1;
}

[dir=rtl] .onetec-css .media-list {
	padding-right: 0;
	padding-left: auto;
	list-style: none;
}

[dir=rtl] .onetec-css .list-group {
	padding-right: 0;
	padding-left: none;
}

[dir=rtl] .onetec-css .list-group-item > .badge {
	float: left;
}

[dir=rtl] .onetec-css .list-group-item > .badge + .badge {
	margin-ight: 5px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > thead > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > thead > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > thead > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > thead > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tbody > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tbody > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tbody > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tbody > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tfoot > tr > th:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tfoot > tr > th:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tfoot > tr > td:first-child {
	border-right: 0;
	border-left: none;
}

[dir=rtl] .onetec-css .panel > .table-bordered > tfoot > tr > td:last-child {
	border-right: none;
	border-left: 0;
}

[dir=rtl] .onetec-css .embed-responsive .embed-responsive-item {
	right: 0;
	left: none;
}

[dir=rtl] .onetec-css .embed-responsive iframe {
	right: 0;
	left: none;
}

[dir=rtl] .onetec-css .embed-responsive embed {
	right: 0;
	left: none;
}

[dir=rtl] .onetec-css .embed-responsive object {
	right: 0;
	left: none;
}

[dir=rtl] .onetec-css .close {
	float: left;
}

[dir=rtl] .onetec-css .modal-footer {
	text-align: left;
}

[dir=rtl] .onetec-css .modal-footer .btn + .btn {
	margin-left: 0;
	margin-right: 5px;
}

[dir=rtl] .onetec-css .modal-footer .btn-group .btn + .btn {
	margin-right: -1px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .modal-footer .btn-block + .btn-block {
	margin-right: 0;
	margin-left: none;
}

[dir=rtl] .onetec-css .popover {
	right: 0;
	left: none;
	text-align: right;
}

[dir=rtl] .onetec-css .popover.top > .arrow {
	right: 50%;
	left: none;
	margin-right: -11px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .popover.top > .arrow:after {
	margin-right: -10px;
	margin-left: 0;
}

[dir=rtl] .onetec-css .carousel-inner > .item {
	-webkit-transition: .6s ease-in-out right;
	-webkit-transition: 0.6s ease-in-out right;
	transition: 0.6s ease-in-out right;
}

[dir=rtl] .onetec-css .carousel-inner > .active {
	right: 0;
}

[dir=rtl] .onetec-css .carousel-inner > .next {
	right: 100%;
	left: 0;
}

[dir=rtl] .onetec-css .carousel-inner > .prev {
	right: -100%;
}

[dir=rtl] .onetec-css .carousel-inner > .next.left {
	right: 0;
}

[dir=rtl] .onetec-css .carousel-inner > .prev.right {
	right: 0;
}

[dir=rtl] .onetec-css .carousel-inner > .active.right {
	left: -100%;
}

[dir=rtl] .onetec-css .carousel-inner > .active.left {
	right: 100%;
}

[dir=rtl] .onetec-css .carousel-control {
	right: 0;
	bottom: 0;
}

[dir=rtl] .onetec-css .carousel-control .icon-prev {
	left: 50%;
	right: auto;
	margin-right: -10px;
}

[dir=rtl] .onetec-css .carousel-control .glyphicon-chevron-left {
	left: 50%;
	right: auto;
	margin-right: -10px;
}

[dir=rtl] .onetec-css .carousel-control .icon-next {
	right: 50%;
	left: auto;
	margin-left: -10px;
}

[dir=rtl] .onetec-css .carousel-control .glyphicon-chevron-right {
	right: 50%;
	left: auto;
	margin-left: -10px;
}

[dir=rtl] .onetec-css .carousel-control.left {
	right: auto;
	left: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
}

[dir=rtl] .onetec-css .carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
}

[dir=rtl] .onetec-css .carousel-indicators {
	right: 50%;
	left: 0;
	margin-right: -30%;
	margin-left: 0;
	padding-left: 0;
}

[dir=rtl] .onetec-css .pull-right.flip {
	float: left !important;
}

[dir=rtl] .onetec-css .pull-left.flip {
	float: right !important;
}

[dir=rtl] .onetec-css .has-success .help-block {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .control-label {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .radio {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .checkbox {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .radio-inline {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .checkbox-inline {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir=rtl] .onetec-css .has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

[dir=rtl] .onetec-css .has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

[dir=rtl] .onetec-css .has-success .form-control-feedback {
	color: #3c763d;
}

[dir=rtl] .onetec-css .has-warning .help-block {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .control-label {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .radio {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .checkbox {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .radio-inline {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .checkbox-inline {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir=rtl] .onetec-css .has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

[dir=rtl] .onetec-css .has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-warning .form-control-feedback {
	color: #8a6d3b;
}

[dir=rtl] .onetec-css .has-error .help-block {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .control-label {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .radio {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .checkbox {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .radio-inline {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .checkbox-inline {
	color: #a94442;
}

[dir=rtl] .onetec-css .has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir=rtl] .onetec-css .has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

[dir=rtl] .onetec-css .has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

[dir=rtl] .onetec-css .has-error .form-control-feedback {
	color: #a94442;
}


.onetec-css .yamm .navbar-inner{
	width: 100%;
}

.tec-dropdown {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
}

.tec-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  text-align: left;
}
.tec-dropdown .tec-dropbtn:hover{
    color: #00a2a0 !important;
}
.tec-dropdown .tec-dropbtn:hover::after{
     opacity: 1;
    width: 40px;
}
.tec-dropdown .tec-dropbtn::after{
     content: '';
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 3px;
    background: #00a2a0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    bottom: 12px;
    left: 50%;
    right: auto;
}
.tec-dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-family: Dubai;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
}

.tec-dropdown-content a:hover {
     background-color: #00a2a0 !important;
  	color: #fff !important;
}

.tec-dropdown:hover .tec-dropdown-content {
  display: block;
}
[dir=rtl] .tec-dropdown .tec-dropdown-content a {
    text-align: right;
}

.tec-dropbtn .arrow-submenu{
    position: absolute;
    top: 4px;
    right: 0px;
    width: 13px;
    height: 14px;
    z-index: 2;
    transform: none;
}
.tec-dropbtn .initial{
    background-color: #00a2a0;
    color: #fff;
    border-radius: 43px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 10px;
    }
.tec-dropbtn .arrow-submenu::after{
      content: "\67";
    font-family: "tec2018" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
}

#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet{
	margin-bottom:0px;
}

html[dir="rtl"] .onetec-css .gateway-inner .col-sm-5, .col-md-4, .col-sm-7, .col-md-8 {
    float: right !important;
}
html[dir="ltr"] .onetec-css .gateway-inner .col-sm-5, .col-md-4, .col-sm-7, .col-md-8 {
    float: left !important;
}
.onctec-css .sidebar{
	height: auto;
	overflow: visible;
}

.onetec-css .portlet-column {
	padding:0px;
}

.onetec-css #main header{
	z-index:999;
}

#portalMessageContainer:has(> button#ignoreUserLocaleOptions){
    display:none;
}

.color-invert footer{
	margin-left: -15px;
    margin-right: -15px;
}
html[dir=rtl] .navbar-toggle{
    float: left;
    margin-left: 15px;
    margin-right: auto;	
}

.dropdown-menu > li > a.active{
    background: transparent;
}
#mobileNoForm .bw-btn{
    margin-top: 30px;
}
/*.banne-v3 .w-90{
    width :100%;
}*/
.has-control-menu .color-invert #header{
    top: -100px !important
}
.has-control-menu .color-invert #page{
    padding-top: 60px;
}
[dir=rtl].custom-form > .custom-from-group.emailaddr label{
   right: 50%;
}
.custom-form > .custom-from-group.emailaddr input:focus+label,.custom-form > .custom-from-group.emailaddr input:not(:placeholder-shown)+label{
    top: -4px;
}
.onetec-css .page .img-desc-style-1 .descBlock{
    padding-left:0;
    padding-right:0;
}
.color-invert .custom-form > .custom-from-group > input, .color-invert .custom-form > .custom-from-group > select, .color-invert .custom-form > .custom-from-group > textarea{
        border: 1px solid rgb(255 255 255 / 38%);
}
.color-invert .custom-form > .custom-from-group > label{
        left: 2px;
        top: 4px;
        padding: 10px 10px;
}
.color-invert .submit-btn,.color-invert .custom-form .submit-btn{
     border: 1px solid rgb(255 255 255 / 38%) !important;
}
.color-invert .edit-dashboard .imgbox .memberImgAnim::before,.color-invert  .edit-profile .imgbox .memberImgAnim::before,.color-invert .edit-contact-data .imgbox .memberImgAnim::before{
    background-color: #000 !important;
}
.color-invert .edit-dashboard .resp-tabs-list .resp-tab-item{
    background-color: #000 !important;
    color: #fff !important;
}
.has-control-menu #main_new .page-inner-new{
    padding-top: 0px;
}
.navbar-brand{
    max-width: 100% !important;
}
.thank-you-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    height: 15rem;
}

.submit-btn {
    padding: 10px;
    background: #00a2a0 !important;
    color: white !important;
    border: none;
    border-radius: 5px;
    width: 100% !important;
    font-family: Dubai;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.80px;
    text-align: center;
}
.map-side .maps #map-block{
    z-index: 10;
}
@media only screen and (min-width: 1024px){
    [dir=rtl] .header-links {
        text-align: left;
        left: 0;
        right: auto;
    }
}
@media only screen and (min-width: 994px){
    .onetec-css .page .img-desc-style-1 .descBlock{
        width: 40% !important;
    }
}
@media only screen and (max-width: 348px){
    .edit-profile .pt-2,.edit-profile .pt-2 .edit-contact-data{
        padding:0px !important;
    }
    .edit-contact-data .user-name-block{
        margin-left: 0px !important;
    }
    .edit-dashboard .imgbox .memberImgAnim {
    width: 50%;
    height: 20%;
    top: -10%;
    left: -31px;
    }
    .edit-profile .edit-contact-data .imgbox .memberImgAnim{
        width: 50%;
        height: 50%;
        top: -10%;
        left: 0px;
    }
}
@media only screen and (max-width: 776px){
    .edit-profile .w-70{
        width: 100%;
    }
    .banne-v3 .w-90{
        width :100%;
    }
    .edit-dashboard .imgbox .memberImgAnim {
   width: 13%;
    height: 50%;
    top: -10%;
    left: 40px;
    }
    .edit-profile .edit-contact-data .imgbox .memberImgAnim{
     width: 13%;
    height: 50%;
    top: -10%;
    left: 40px;
    }
    .edit-dashboard-data{
        padding-top: 0;
        padding-bottom: 0;
    }
    .dashboardTabContents{

    }
    .result-second .persentage-right{
        font-size: 24px !important;
    }
    .edit-description::before{
        height: 5%;
    }
    .edit-dashboard .e-profile{
        font-size: 22px;
    }
    .result h1 {
        font-size: 22px;
    }
    .map-side, .form-side{
        margin: 0 0px;
    }
}
@media only screen and (max-width: 994px){
    .edit-profile-data .row .col-md-6:last-child{
        margin-top: 15px;
    }
}

.onetec-css .view-all {
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}
.onetec-css .view-all:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.onetec-css .view-all span {
    position: relative;
    z-index: 2;
    top: 1px;
}

.onetec-css .view-all:hover {
    color: #FFF;
}
.onetec-css .view-all:hover:before {
    background: #00a2a0;
}

.color-invert .onetec-css [data-page-view] .view-all:hover:before {
	background: transparent;
}


.page-section-wrap.h-100 {
    overflow-y: auto;
    height: 100vh !important;
    overflow-x: hidden;
}
.page-section-wrap::-webkit-scrollbar {
	background:#ededed; 
	border-radius: 10px;
  }
   
.page-section-wrap::-webkit-scrollbar-thumb {
	background: #00a2a0; 
	border-radius: 10px;
  }
  .page-section-wrap::-webkit-scrollbar {
	width: 4px;
  }


  .tweets .list-v2 .list-item-slider::-webkit-scrollbar {
	background:#ededed; 
	border-radius: 10px;
  }
.tweets .list-v2 .list-item-slider::-webkit-scrollbar-thumb {
	background: #00a2a0; 
	border-radius: 10px;
  }
  .tweets .list-v2 .list-item-slider::-webkit-scrollbar {
	width: 4px;
  }
  .tweets{
	z-index:0;
}
.onetec-css footer{
	position: relative;
    bottom: -100px;
}