@font-face {
	font-family: 'black';
	src: url('../fonts/proximanova-black-webfont.eot');
	src: url('../fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-black-webfont.woff2') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff'), url('../fonts/proximanova-black-webfont.ttf') format('truetype'), url('../fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bold';
	src: url('../fonts/proximanova-extrabold-webfont.eot');
	src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'regular';
	src: url('../fonts/proximanova-regular-webfont.eot');
	src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: �Neuropol�;
	src: url(�http://intern-dev.obrary.com/configurator-fonts/neuropob.ttf�);
}

@font-face {
	font-family: "NeuropoliticalRg-Regular";
	src: url("neuropolitical_rg.eot?") format("eot"), url("neuropolitical_rg.woff") format("woff"), url("neuropolitical_rg.ttf") format("truetype"), url("neuropolitical_rg.svg#NeuropoliticalRg-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neuropolitical-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Neuropolitical-Regular'), url('neuropolitical.woff') format('woff');
}

@font-face {
	font-family: "Neuropolitical";
	src: url("../fonts/Neuropolitical.eot");
	src: url("../fonts/Neuropolitical.eot?#iefix") format("embedded-opentype"), url("../fonts/Neuropolitical.woff2") format("woff2"), url("../fonts/Neuropolitical.woff") format("woff"), url("../fonts/Neuropolitical.ttf") format("truetype"), url("../fonts/Neuropolitical.svg#Neuropolitical") format("svg");
}

@keyframes magic-mouse {
	0% {
		transform: scale(1) rotate(0deg);
	}
	50% {
		transform: scale(0.5) rotate(90deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

@-webkit-keyframes magic-mouse {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotate(90deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@keyframes magic-mouse1 {
	0% {
		transform: scale(1) rotate(0deg);
	}
	50% {
		transform: scale(0.5) rotate(-90deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

@-webkit-keyframes magic-mouse1 {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotate(-90deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

#content-wrapper {
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: initial;
}

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

.pre-header {
	color: #616b76;
	border-bottom: 1px solid #eee;
	padding-top: 7px;
	padding-bottom: 4px;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	background: #fff;
}

.pre-header .fa {
	margin-right: 4px;
}

header {
	background: rgba(255, 255, 255, 0.8);
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	-webkit-backface-visibility: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.play:hover, .play:hover:after, nav a, header, #logo img, .mob-icon span, .mob-icon span:before, .mob-icon span:after, nav, nav .submeny a:after, .numbers .col-md-3:before, .numbers .num-text, .video-popup a, .video-popup a:after, .footer-bottom .media-icon a:after, .img-wrap-move, .numbers .thumbs-image, .screens-preview-box .im, .custom-screen-wrapper, .phone-icons-image, .filter-item img, .phone-icons-description .entry .title {
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

body * {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #777777;
	overflow-x: hidden;
}

.block.type-1 * {
	-webkit-bakface-visibility: hidden;
}

video.bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../assets/intro_for_ipad.jpg) no-repeat;
	background-size: cover;
}

.logo {
	margin-left: 30px;
	margin-top: 10px;
}

nav {
	position: relative;
	float: right;
	padding-right: 45px;
}

nav a {
	position: relative;
	float: left;
	color: grey;
	font-size: 13px;
	text-transform: uppercase;
	height: 39px;
	line-height: 39px;
	padding: 0px 15px;
	margin: 30px 5px 0px 5px;
}

nav a:hover {
	background: #059693;
	color: #fff;
}

nav a.act {
	background: #009390;
}

nav ul {
	position: relative;
	float: left;
}

nav ul li {
	background: none;
	position: relative;
	float: left;
}

nav ul li:before, nav ul li:after {
	display: none;
}

nav .submeny a:after {
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -7px;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: transparent;
	content: "";
}

nav .submeny .submeny-top:before {
	position: absolute;
	left: 0px;
	bottom: -11px;
	width: 100%;
	content: "";
	height: 11px;
}

nav .submeny:hover a:after, nav .submeny a.act:after {
	bottom: -7px;
}

nav ul ul {
	position: absolute;
	left: 0px;
	top: 84px;
	width: 100%;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

nav ul ul li {
	position: relative;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}

nav ul ul li a {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	color: #777777;
	background: #fff;
	width: 200%;
	text-align: center;
	left: -50%;
}

nav ul ul li a:after {
	display: none;
}

nav .submeny:hover ul li a {
	height: 39px;
	font-size: 13px;
	line-height: 39px;
}

nav .submeny:hover .submeny-top {
	background: #009390;
	color: #fff;
}

header.act {
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

header.act #logo {
	background: #fff;
	margin-top: 27px;
}

header.act #logo img {
	opacity: 0;
}

header.act #logo img.act {
	opacity: 1;
}

header.act nav a {
	color: #777777;
	margin-top: 15px;
	margin-bottom: 15px;
}

header.act nav a:hover {
	background: #009390;
	color: #fff;
}

header.act nav a.act {
	background: #009390;
	color: #fff;
}

header.act nav ul ul {
	top: 69px;
}

header.act nav ul ul li a {
	margin: 0px;
}

.mob-icon {
	display: none;
}

@media (min-width:1200px) {
	nav ul ul {
		width: auto;
		left: 50%;
		margin-left: 6px;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	nav ul li:last-child ul {
		margin-left: -25px;
	}
	nav ul ul li {
		padding: 0;
		width: auto;
		float: none;
	}
	nav ul ul li a {
		width: auto;
		float: none;
		display: block;
		left: 0;
		width: 275px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:1200px) {
	body {
		overflow-x: hidden;
	}
	header.bottom-fixed {
		top: 100vh;
		position: absolute;
		margin-top: -75px;
	}
	header.bottom-fixed ul ul {
		top: auto !important;
		bottom: 69px;
	}
	header.bottom-fixed nav .submeny a:after {
		top: -7px;
		transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
	}
	header.default-act {
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
		-ms-transition: none;
	}
}

@media (max-width:1199px) {
	#logo {
		margin-left: 20px;
		margin-top: 27px;
	}
	.mob-icon {
		display: block;
		position: relative;
		float: right;
		margin-right: 20px;
		height: 40px;
		cursor: pointer;
	}
	.mob-icon span {
		position: relative;
		float: left;
		width: 40px;
		height: 4px;
		background: #009390;
		margin-top: 34px;
	}
	.mob-icon span:before {
		position: absolute;
		left: 0px;
		top: -8px;
		content: "";
		width: 40px;
		height: 4px;
		background: #009390;
	}
	.mob-icon span:after {
		position: absolute;
		left: 0px;
		top: 8px;
		content: "";
		width: 40px;
		height: 4px;
		background: #009390;
	}
	.mob-icon.act span {
		width: 30px;
	}
	.mob-icon.act span:before {
		width: 30px;
		top: -2px;
	}
	.mob-icon.act span:after {
		width: 30px;
		top: 2px;
	}
	nav {
		padding-right: 0px;
		float: none;
		position: absolute;
		top: 65px;
		left: -100%;
		height: 100%;
		width: 100%;
		background: rgb(255, 255, 255);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		-o-overflow-scrolling: touch;
		-ms-overflow-scrolling: touch;
	}
	nav a {
		width: 100%;
		padding: 0px;
		margin: 0px !important;
		text-indent: 20px;
		font-size: 14px;
		color: #a0a0a0;
	}
	nav ul li:last-child {
		margin-bottom: 65px !important;
	}
	nav ul li {
		width: 100%;
		padding: 0px;
	}
	nav ul ul {
		position: relative;
		float: left;
		top: 0px;
	}
	nav ul ul li a {
		text-align: left;
		width: 100%;
		left: 0px;
		text-indent: 30px;
		font-size: 12px !important;
		color: rgba(171, 171, 171, 0.62);
		opacity: 0;
	}
	nav ul ul li a:hover {
		background: #fff;
	}
	nav ul ul li:last-child {
		margin-bottom: 0px !important;
	}
	nav .submeny a:after {
		bottom: 13px;
	}
	nav .submeny:hover ul li a {
		opacity: 1;
	}
	nav .submeny ul li a:hover {
		color: #009390;
	}
	header.act nav ul ul {
		top: 0px;
	}
	header.act nav ul ul li {
		margin-bottom: 0px !important;
	}
	header {
		background: #fff;
		height: 65px;
	}
	header #logo img {
		opacity: 0;
	}
	header #logo img.act {
		opacity: 1;
	}
	header.act-mob {
		height: 100%;
	}
	header.act-mob nav {
		left: 0px;
	}
	.management-heading {
		margin-top: 65px;
	}
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
}

ul li {
	list-style-type: none;
}

ul li {
	color: #777777;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
}

ul li:after {
	position: absolute;
	left: 0px;
	top: 12px;
	background: #009390 !important;
	width: 3px;
	height: 3px;
	border-radius: 5px;
}

.blog-detail-article ol, li {
	padding: 0;
}

span {
	font-size: 12.5px;
}

a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

#loader-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	overflow: hidden;
	background: #7f7f7f;
}

#loader-wrapper.act {
	background: none;
}

#loader-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -25px;
	z-index: 1;
}

#loader-wrapper:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -90px;
	content: "";
	width: 180px;
	height: 180px;
	border-radius: 40px;
	border: 3px solid #fff;
	-webkit-animation: magic-mouse 3s infinite ease;
	animation: magic-mouse 3s infinite ease;
}

#loader-wrapper span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -140px;
	content: "";
	width: 280px;
	height: 280px;
	border-radius: 40px;
	border: 3px solid #059693;
	-webkit-animation: magic-mouse1 3s infinite ease;
	animation: magic-mouse1 3s infinite ease;
}

#loader-wrapper-karrier {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	overflow: hidden;
	background: white;
	opacity: 0.8;
}

#loader-wrapper-karrier img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -25px;
	z-index: 1;
}

.blocks-container {
	position: relative;
	width: 100%;
}

.block {
	position: relative;
	width: 100%;
}

.block.type-1 {
	height: 100vh;
	min-height: 600px;
}

.block.type-1.type-1-1 {
	height: auto;
	min-height: 0px;
}

.block.type-1.type-1-1 .clip {
	height: 78%;
}

.numbers {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.numbers .col-md-3 {
	text-align: center;
	cursor: pointer;
}

.numbers .col-md-3:before {
	position: absolute;
	left: 0px;
	bottom: -125px;
	background: #fff;
	width: 100%;
	height: 125px;
	content: "";
	z-index: 0;
}

.numbers .col-md-3:after {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background: rgb(227, 227, 227);
	content: "";
}

.numbers .col-md-3:last-child:after {
	display: none;
}

.numbers .thumbs-image {
	position: absolute;
	left: 0px;
	bottom: -125px;
	width: 100%;
	opacity: 0;
	z-index: -1;
	backface-visibility: hidden;
}

.numbers .num {
	display: block;
	width: 100%;
	color: #059693 !important;
	font-size: 14px;
	padding: 25px 0px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.numbers .num-text {
	display: block;
	width: 100%;
	color: #059693 !important;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 40px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.type-1-text {
	height: 100%;
	position: relative;
	font-family: 'Neuropolitical', sans-serif !important;
}

.type-1-text h1, .type-1-text h2 {
	color: #fff;
	text-shadow: 2px 2px 8px #525252;
}

.type-1-text p {
	color: #009390;
	font-size: 1.5em;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
}

.type-1-text-bannerp {
	color: #009390;
	font-size: 2em;
	line-height: 42px;
	font-weight: bold;
}

.type-1-text .row {
	height: 100%;
}

.type-1-text .type-1-center {
	text-align: center;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.type-1-text .button {
	margin: 0px 15px;
	margin-bottom: 60px;
}

.type-1-text article {
	margin-top: 145px;
}

.type-1-text article.table {
	display: table-cell;
	vertical-align: middle;
	float: none;
	margin-top: 0px;
}

#content-wrapper .parallax-bg-text * {
	color: #fff;
}

#content-wrapper .parallax-bg-text p, #content-wrapper .parallax-bg-text ul li, #content-wrapper .parallax-bg-text .page-tagline .description {
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width:991px) {
	.numbers .col-md-3:hover:before {
		bottom: 0px;
	}
	.numbers .col-md-3:hover .num-text {
		color: #555;
	}
	.numbers .col-md-3:hover .thumbs-image {
		width: 100%;
		left: 0px;
		bottom: 125px;
		opacity: 1;
		z-index: 1;
	}
}

@media (max-width:991px) {
	.block.type-1 {
		height: auto;
		/* min-height: 0px; */
	}
	.type-1-text .button {
		margin-bottom: 10px;
	}
	.numbers {
		position: relative;
		background: rgba(255, 255, 255, 0.52);
	}
	.type-1-text {
		padding-top: 50px;
	}
	.block.type-1.type-1-1 .type-1-text {
		padding-top: 0px;
	}
	.block.type-1.type-1-1 .type-1-text article {
		margin-top: 65px;
	}
	.numbers .num-text {
		padding-bottom: 20px;
	}
	.numbers .col-md-3 {
		padding-top: 40px;
		padding-bottom: 17px;
	}
	.numbers .col-md-3:before {
		display: none;
	}
	.numbers .num {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 11px;
		padding: 25px 0px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		min-height: 80px;
	}
	.numbers .num-text {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 9px;
		text-transform: uppercase;
		padding-bottom: 40px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		line-height: 20px;
	}
	.h1 {
		font-size: 40px;
		line-height: 60px;
		font-family: "Neuropolitical";
	}
	.h1-index {
		padding-bottom: 250px;
		margin-top: 180px!important;
	}
	.margin-top-50 {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.type-1-text p {
		padding-bottom: 20px;
	}
	.marvel-device-wrap {
		display: none;
	}
	.block.type-1.type-1-1 .clip {
		height: 100%;
	}
	.block.type-1.type-1-1 .type-1-text article {
		margin-top: 65px;
		margin-bottom: 20px;
	}
	.type-1-text .type-1-center {
		overflow: hidden;
	}
}

@media (max-width:375px) {
	.h1 {
		font-size: 15px;
		line-height: 40px;
		font-family: "Neuropolitical";
		padding-top: 60px;
	}
	.numbers .num {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 9px;
		padding: 25px 0px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}
	.numbers .num-text {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 9px;
		text-transform: uppercase;
		padding-bottom: 20px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		line-height: 20px;
		margin-bottom: -10px;
	}
}

@media (max-width:320px) {
	.h1 {
		font-size: 20px;
		margin-bottom: 40px !important;
		margin-top: -50px !important;
		line-height: 40px;
		font-family: "Neuropolitical";
	}
	.numbers .num {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 8px;
		padding: 25px 0px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		line-height: 10px;
	}
	.numbers .num-text {
		display: block;
		width: 100%;
		color: #059693 !important;
		font-size: 6px;
		text-transform: uppercase;
		padding-bottom: 20px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		line-height: 15px;
		margin-top: -20px;
	}
}

.clip {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	background-attachment: scroll;
}

.bg img {
	position: absolute;
}

.bg video {
	position: absolute;
}

.bg-span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
}

.bg-span.light {
	background: rgba(0, 0, 0, 0.35);
}

.h1, .h2, .h4 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #222222;
	margin-top: 30px!important;
}

.h1 {
	font-size: 60px;
	margin-top: -140px !important;
	line-height: 100px;
	font-family: "Neuropolitical";
	text-align: center;
}

.h1-index {
	margin-top: 340px !important;
}

.h2 {
	font-size: 28px;
	line-height: 46px;
	font-family: "Neuropolitical";
}

.h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #222222;
}

.h4 {
	font-size: 20px;
	margin-bottom: 20px !important;
	margin-top: 30px !important;
}

.h5 {
	font-size: 16px;
	font-family: "Neuropolitical";
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 20px !important;
	text-align: left; /*PTS-184*/
}

.h2-it {
	padding-top: 20px;
	margin-bottom: -20px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px !important;
}

.col-bg-white {
	background-color: rgba(255, 255, 255, 0.8)
}

.thumbs-icon {
	padding-top: 25px;
	width: 50px;
	margin-bottom: -15px;
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.fa-phone:before {
	content: "\f095";
}

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

.fa-globe:before {
	content: "\f0ac";
}

/*new*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

body {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#a_tender {
	min-height: 150px;
	width: auto;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 6;
	cursor: pointer;
}

#a_kfi {
	min-height: 150px;
	width: auto;
	position: absolute;
	bottom: 155px;
	right: 0;
	z-index: 5;
	cursor: pointer;
}

#a_hepa {
	min-height: 150px;
	width: auto;
	position: absolute;
	bottom: 143px;
	left: 0;
	z-index: 5;
	cursor: pointer;
}
#a_mff {
	width: auto;
	position: absolute;
	bottom: 287px;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	#a_mff {
		bottom: 305px;
	}
	#a_hepa {
		bottom: 160px;
	}	
}
@media screen and (max-width: 768px) {
	#a_mff {
		bottom: 380px;
	}
	#a_hepa {
		bottom: 235px;
	}
}

@media screen and (max-width: 425px) {
	#a_mff {
		top: 37rem;
	}
	#a_hepa {
		top: 28%;
	}
	#a_kfi {
		top: 35.4rem;
	}
}

@media screen and (max-width: 375px) {
	#a_mff {
		top: 41.5rem;
		left: unset;
		right: 0;
	}
	#a_hepa {
		top: 33.5%;
	}
	#a_kfi {
		top: 33.4rem;
	}
}
@media screen and (max-width: 320px) {}

#img_tender {
	height: 100%;
	float: right;
}

@media (max-width:1200px) {
	#a_tender {
		top: 50px;
	}
}

@media (max-width:680px) {
	#img_tender {
		height: 150px;
	}
}

#img_kfi {
	max-width: 250px;
	max-height: 100%;
}

#img_hepa {
	max-height: 100%;
}
#img_mff {
	max-height: 64px;
}

@media (max-width:1200px) {
	#a_kfi {
		bottom: 155px;
	}
}

@media (max-width:1172px) {
	#a_kfi {
		bottom: 170px;
	}
}

@media (max-width:992px) {
	#a_kfi {
		bottom: 225px;
	}
}

@media (max-width:914px) {
	#a_kfi {
		bottom: 245px;
	}
}

@media (max-width:768px) {
	#a_kfi {
		bottom: 245px;
	}
}

@media (max-width:680px) {
	#img_kfi {
		height: 150px;
	}
}

@media (max-width:425px) {
	#img_kfi {
		height: 80px;
	}
}