@import url(http://fonts.googleapis.com/css?family=Lato:400,700&subset=latin,latin-ext);
html, body {
	height: 100%;
	font-size: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	min-height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
}

.clear {
	float: none;
	clear: both;
}

img {
	max-width: 100%;
}

header {
	padding: 20px 0 0;
	background: white;
	width: 100%;
}

header .menu, header .menu-bg, header .menu-burger {
	position: fixed;
	font-size: 30px;
	text-align: center;
	right: 10px;
	top: 10px;
	z-index: 2;
}

header .menu-burger {
	position: absolute;
}

header .menu-bg {
	pointer-events: none;
	transition: .3s;
	right: 25px;
	top: 35px;
	background: #333;
	transform: translate3d(50%, -50%, 0);
	transform-origin: center center;
	border-radius: 50%;
}

header .menu-bg.fs {
	transform: translate3d(50%, -50%, 0);
	width: 300vw;
	height: 300vw;
}

header .menu-burger {
	color: #F5821F;
	padding-top: 0;
	-webkit-user-select: none;
	cursor: pointer;
	transition: .4s;
	transform-origin: center;
}

header .menu-burger {
	display: none;
}

header .menu-burger.fs {
	transform: rotate(-180deg) translateY(-5px);
}

header .menu-items {
	position: fixed;
	font-size: 22px;
	color: #fff;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: .4s;
	margin-top: 80px;
	transform: translateY(-200%);
	pointer-events: none;
	z-index: 3;
}

header .menu-items ul li {
	transition: 1s;
	opacity: 0;
	margin-top: 0;
	cursor: pointer;
	list-style: none;
}

header .menu-items li {
	display: block;
}

header .menu-items li a {
	color: #FFFFFF;
	font-size: 20px;
}

header .menu-items li a.selected {
	color: #e95a1e;
}

header .menu-items.fs {
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
}

header .menu-items.fs ul li {
	opacity: 1;
	margin-top: 20px;
}

ul#top_nav {
	float: right;
}

ul#top_nav li {
	display: inline-block;
	list-style: none;
	border-right: 1px dotted #424242;
	margin-right: 30px;
	padding-right: 30px;
}

ul#top_nav li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.top_nav_wrapper .top_nav_wrapper__logo {
	float: left;
	display: block;
	padding-right: 20px;
}

.top_nav_wrapper .top_nav_wrapper__logo i {
	color: #F5821F;
	font-weight: bold;
	font-size: 30px;
}

.top_nav_wrapper .top_nav_wrapper__descr {
	float: left;
	color: #424242;
	font-size: 12px;
	line-height: 1.4em;
}

#navigation {
	background: #333;
	padding: 15px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#navigation nav ul {
	padding: 0;
	margin: 0;
}

#navigation nav ul li {
	display: inline-block;
	list-style: none;
}

#navigation nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	margin: 0 35px 0 0;
}

#navigation nav ul li a:hover, #navigation nav ul li a.selected {
	color: #F5821F;
}

.main_content {
	box-shadow: 0 0 50px rgba(0, 0, 0, .5);
}

.fullscreen {
	height: 100%;
}

.wellcome_screen h2 {
	color: rgb(43, 61, 79);
	padding-top: 215px;
	font-size: 66px;
	line-height: 1.3em;
	text-transform: uppercase;
}

.wellcome_screen ul {
	margin: 0;
	padding: 0;
}

#mainpage_wellcome_text {
	padding: 50px 0;
	color: #4d4d4d;
	position: relative;
	overflow: hidden;
}

#mainpage_wellcome_text .image {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
}

.float_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

#mainpage_wellcome_text h3 {
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 20px;
}

#mainpage_wellcome_text p {
	line-height: 1.5em;
	padding-left: 20px;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #F5821F;
	margin: 1.5em 0 1.5em 20px;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
	font-style: italic;
	font-size: 22px;
}

.info {
	padding: 20px;
}

.info .info_wrapper > div {
	margin-right: 70px;
}

.info i {
	font-size: 100px;
}

.info h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 38px 0 0;
}

.info span {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 30px 0 0;
	display: block;
}

.info__blue {
	background-color: #007dc2;
	color: #FFFFFF;
}

#verification {
	padding: 50px 0;
	color: #4d4d4d;
}

.verification_container__text {
	width: 80%;
}

.verification_container__img {
	width: 20%;
}

.verification_container__img img {
	width: 150px;
	padding-top: 25px;
}

.section_leaflets {
	padding: 50px 0;
	background: -webkit-linear-gradient(180deg, #485563 10%, #29323c 90%);
	background: -moz-linear-gradient(180deg, #485563 10%, #29323c 90%);
	background: -ms-linear-gradient(180deg, #485563 10%, #29323c 90%);
	background: -o-linear-gradient(180deg, #485563 10%, #29323c 90%);
	background: linear-gradient(180deg, #485563 10%, #29323c 90%);
	box-shadow: 0 0 50px rgba(0, 0, 0, .5);
}

.leaflets_pict img {
	padding: 2px;
	border: 1px solid #FFFFFF;
}

.leaflets_desc {
	width: 50%;
	color: #bdbdbd;
	padding-left: 30px;
}

.leaflets_desc h5 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.leaflets_desc p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 20px 0 30px;
}

#productdemo {
	padding: 70px 0;
}

#head_text {
	padding: 20px 0;
	background-color: #F5821F;
	color: #FFFFFF;
}

.head_text__t h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.head_text__t hr {
	border: 0;
	height: 2px;
	max-width: 4rem;
	margin-left: 0;
	background-color: #FFFFFF;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	text-align: left
}

.breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	display: inline-block;
	margin-right: 6px;
	font-size: 11px;
}

.breadcrumb li.home a {
	color: #FFFFFF;
}

.breadcrumb li.home a:hover {
	color: #333;
}

#subpage_text {
	padding: 50px 0;
	color: #4d4d4d;
	line-height: 1.5em;
}

#subpage_text table {
	width: 100%;
	font-size: 13px;
}

#subpage_text table td {
	padding: 15px 0;
}

#subpage_text table td:first-child {
	font-weight: bold;
}

#subpage_text li {
	margin-bottom: 10px;
}

.btn {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5em;
	padding: .3em 1em;
	color: #FFFFFF;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.btn__outline {
	outline-width: 1px;
	outline-style: solid;
	outline-offset: 3px;
	border-width: 0;
	border-style: solid;
	margin-left: 6px;
}

.btn__rounded {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 14px 30px 13px;
	color: rgb(33, 33, 33);
	border: 2px solid #666;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 25px;
}

.btn__orange {
	outline-color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: rgb(33, 33, 33);
}

.btn__grey {
	outline-color: rgb(33, 33, 33);
	border-color: rgb(33, 33, 33);
	background-color: rgb(33, 33, 33);
	color: rgb(250, 250, 250);
}

.btn__orange:hover {
	outline-color: #F5821F;
	border-color: #F5821F;
	background-color: #F5821F;
	color: rgb(255, 255, 255);
}

.btn.btn__outline.btn__orange:hover {
	outline-width: 1px;
	outline-style: solid;
}

.btn.btn__rounded.btn__orange {
	background-color: transparent;
	color: #FFFFFF;
}

.btn.btn__rounded.btn__orange:hover {
	color: #F5821F;
}

.btn.btn__rounded.btn__grey {
	color: rgb(33, 33, 33);
}

.btn__block {
	display: inline-block;
	margin-bottom: 20px;
}

.empty {
	padding: 30px 0;
}

footer {
	background-color: red;
}

.footer_top {
	background-color: #3b3b3b;
	padding: 20px 0;
	color: #FFFFFF;
	text-align: center;
}

.footer_top h4 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.footer_top p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.footer_top p.pad {
	padding: 0 40px;
}

.social {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 35px;
	font-size: 18px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social:nth-child(3) {
	margin: 0 10px;
}

.social.facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: rgba(255, 255, 255, 1);
}

.social.googleplus:hover {
	background-color: #dc4e41;
	border-color: #dc4e41;
	color: rgba(255, 255, 255, 1);
}

.social.linkedin:hover {
	background-color: #00a0dc;
	border-color: #00a0dc;
	color: rgba(255, 255, 255, 1);
}

.footer_bottom {
	background-color: #333;
	padding: 10px 0;
}

.footer_bottom p {
	font-size: 11px;
	color: #bcbcbc;
	margin: 5px 0 0 0;
	padding: 0;
}

.footer_bottom p a {
	color: #F5821F;
	text-decoration: none;
}

.footer_bottom p a:hover {
	color: #FFFFFF;
}

ul#footer_bottom__menu {
	margin: 0;
	padding: 0;
	float: right;
}

ul#footer_bottom__menu li {
	display: inline-block;
	margin-right: 20px;
}

ul#footer_bottom__menu li:last-child {
	margin-right: 0;
}

ul#footer_bottom__menu li a {
	font-size: 11px;
	color: #bcbcbc;
	text-decoration: none;
}

ul#footer_bottom__menu li a:hover {
	color: #F5821F;
}

.cikkek .cikkek_item {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.cikkek .cikkek_item h2 a {
	color: #424242;
	font-size: 18px;
}

.cikkek .cikkek_item h2 a:hover {
	color: #F5821F;
}

.cikkek .cikkek_item span{
	color: #424242;
	font-size: 14px;
}

.cikkek .cikkek_item span i{
	color: #F5821F;
	font-style: normal;
}

.cikkek .cikkek_item span strong {
	color: #007dc2;
}

.gallery ul {
	margin: 0;
	padding: 0;
}

.gallery > div {
	margin-bottom: 30px;
}

.gallery > div img {
	width: 350px;
	height: 197px;
	padding: 2px;
	border: 1px solid #ccc;
}

.gallery > div a {
	border-bottom: 5px solid transparent;
	padding-bottom: 5px;
	display: inline-block;
}

.gallery > div a:hover {
	border-bottom: 5px solid #007dc2;
}

#subpage_text .leaflets_pict img {
	padding: 2px;
	border: 1px solid #333;
}

#subpage_text .leaflets_desc {
	width: 50%;
	color: #424242;
	padding-left: 30px;
}

#subpage_text .leaflets_desc h5 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#subpage_text .leaflets_desc p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 20px 0 10px;
}

#subpage_text .leaflets_desc span {
	font-size: 13px;
	line-height: 1.4em;
	margin: 10px 0 30px;
	display: block;
	font-weight: 700;
}

#subpage_text .leaflets_desc span i {
	font-style: normal;
	color :#007dc2;
}

#totop {
	position: relative;
	bottom: 30px;
	right: 20px;
	float: right;
	padding: 8px 15px;
	background: white;
	cursor: pointer;
	z-index: 999999;
}