<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
		
	}
	
	body, input, select, textarea, button {
		font-family:'Montserrat';
		font-size:15px;
		font-weight:100;
		color:#5A5A5A;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family: 'Montserrat';
		src: url('Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff');
		font-weight: 100;
		font-style: normal;
		
	} @font-face {
		font-family: 'Montserrat';
		src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		
	} @font-face {
		font-family: 'Montserrat';
		src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
		font-weight: 500;
		font-style: normal;
	} @font-face {
		font-family: 'ConthraxSb-Regular';
		src: url('ConthraxSb-Regular.woff2') format('woff2'),
		url('ConthraxSb-Regular.woff') format('woff');
		font-weight: 500;
		font-style: normal;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		background-image:url(../images/icon_downArrow.png)!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
		
	} select::-ms-expand {
		display: none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.google-translate {
		display:none;
		width:100%;
		background:url(../images/back_googleTranslatePanel.jpg) no-repeat center;
		
	} .google-translate &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		padding:60px 0;
		margin:auto;
		
	} .google-translate ul {
		list-style:none;
		font-size:14px;
		margin:0;
		padding:0;
		font-weight:bold;
		line-height:2em;
		text-align:center;
		text-shadow:0 2px 1px #000;
		
	} .google-translate ul li {
		float:left;
		width:24%;
		
	} .google-translate a {
		color:#DDD;
		
	}
	
	.qr-panel {
		display:none;
		position:fixed;
		z-index:999;
		top:0;
		padding:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.75);
	} .qr-panel &gt; div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .qr-panel &gt; div:nth-child(1) &gt; div:nth-child(1) {
		display:table-cell;
		width:100%;
		height:100%;
		vertical-align:middle;
		text-align:center;
	} .qr-panel &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) {
		position:relative;
		display:inline-block;
		width:auto;
		min-height:400px;
		margin:auto;
		-webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,0.5);
		box-shadow:0 20px 30px 0 rgba(0,0,0,0.5);
		border:1px solid rgba(255,255,255,0.5);
		background:rgb(44,62,140);
		background:-moz-linear-gradient(top,  rgba(44,62,140,1) 0%, rgba(70,95,203,1) 100%);
		background:-webkit-linear-gradient(top,  rgba(44,62,140,1) 0%,rgba(70,95,203,1) 100%);
		background:linear-gradient(to bottom,  rgba(44,62,140,1) 0%,rgba(70,95,203,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e8c', endColorstr='#465fcb',GradientType=0 );
	} .qr-panel .closer {
		position:absolute;
		top:-1px;
		right:-47px;
	} .qr-panel .tabs {
		display:table;
		height:80%;
		padding:20px;
		color:#FFF;
		text-align:center;
	} .qr-panel .tabs .cell {
		display:table-cell;
		vertical-align:middle;
		cursor:pointer;
	} .qr-panel .tabs .cell:hover {
		background:#FFF;
		color:#3A409E!important;
	} .qr-panel .tabs .cell.a {
		width:300px;
		border-right:1px solid rgba(255,255,255,0.15);
	} .qr-panel .tabs .cell.b {
		width:100%;
	} .qr-panel .tabs .cell.c {
		width:300px;
		border-right:0;
		
	} .qr-panel .tab1,
	  .qr-panel .tab2 {
	  	height:50px;
		padding:0 16px;
		background:#FFF;
		font-weight:bold;
		cursor:pointer;
		vertical-align:top;
	} .qr-panel .tab1.active,
	  .qr-panel .tab2.active {
		background:#E5E5E5;
		
	} .qr-panel .tabs .cell.a img {
		background:url('../images/icon_scanTypes_1.png') no-repeat center;
	} .qr-panel .tabs .cell.a:hover img {
		background:url('../images/icon_scanTypes_1Hover.png') no-repeat center;
	} .qr-panel .tabs .cell.b img {
		background:url('../images/icon_scanTypes_2.png') no-repeat center;
	} .qr-panel .tabs .cell.b:hover img {
		background:url('../images/icon_scanTypes_2Hover.png') no-repeat center;
	} .qr-panel .tabs .cell.c img {
		background:url('../images/icon_scanTypes_3.png') no-repeat center;
	} .qr-panel .tabs .cell.c:hover img {
		background:url('../images/icon_scanTypes_3Hover.png') no-repeat center;
	} .qr-panel .tabs .cell .txt.a {
		font-family:'ConthraxSb-Regular';
		font-size:27px;
		letter-spacing:-1px;
	} .qr-panel .tabs .cell .txt.b {
		font-size:13px;
	} .qr-panel .notes {
		width:100%;
		height:20%;
		padding:30px 0 0 0;
		background:#FFF;
		text-align:center;
	} .qr-panel .cameras {
		display:none;
		width:100%;
		height:100%;
	} .qr-panel .loading {
		display:none;
		width:100%;
		height:100%;
		background:#FFF;
	} .qr-panel .loading &gt; div:nth-child(1) {
		display:table;
		width:780px;
		height:500px;
	} .qr-panel .loading &gt; div:nth-child(1) &gt; div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .qr-panel .qr-datas {
		display:none;
		width:900px;
		height:100%;
		background:#FFF;
		padding:20px;
	} .qr-panel .qr-datas &gt; div:nth-child(1) {
		width:100%;
		text-align:left;
	} .qr-panel .dom1 {
		width:100%;
		height:500px;
		text-align:left;
		padding:16px;
		background:#F5F5F5;
		overflow:auto;
		overflow-x:hidden;
		border:4px solid #E5E5E5;
	} .qr-panel .dom1 .box.a {
		float:right;
		width:30%;
		text-align:center;
		padding:16px 20px;
		background:#FFF;
		border:1px solid #3D67CB;
		-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	} .qr-panel .dom1 .box.a div {
		padding:10px;
		background:#EEE;
		text-align:center;
	} .qr-panel .dom1 .box.b {
		float:left;
		width:70%;
		padding:0 3% 0 0;
		font-size:13px;
	} .qr-panel .dom1 .box.b span {
		display:block;
		padding:6px;
		margin:0 0 6px 0;
		background:#3D67CB;
		color:#FFF;
	} .qr-panel .dom1 .results {
		display:table;
		width:100%;
		white-space:nowrap;
		font-size:13px;
		text-align:left;
		border-collapse:collapse;
		background:#FFF;
	} .qr-panel .dom1 .results .res-titles {
		display:table-row;
		font-weight:bold;
		color:#FFF;
		background:#3D67CB;
	} .qr-panel .dom1 .results .res-titles &gt; div {
		display:table-cell;
		padding:8px;
		text-align:center;
		border:1px solid #234185;
	} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(1) {
		width:60px;
	} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(2) {
		width:180px;
	} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(3) {
		width:180px;
	} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(4) {
		width:auto;
	} .qr-panel .dom1 .results .res-items {
		display:table-row;
	} .qr-panel .dom1 .results .res-items &gt; div {
		display:table-cell;
		padding:8px;
		text-align:center;
		border:1px solid #DDD;
	} .qr-panel .dom1 .image {
		float:right;
		width:30%;
		text-align:center;
		padding:16px 20px;
		background:#FFF;
		border:1px solid #3D67CB;
		-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	} .qr-panel .dom1 .image div {
		padding:10px;
		background:#EEE;
		text-align:center;
	} .qr-panel .dom1 .product {
		float:left;
		width:70%;
		padding:0 3% 0 0;
		font-size:13px;
	} .qr-panel .dom1 .product span {
		display:block;
		padding:6px;
		margin:0 0 6px 0;
		background:#3D67CB;
		color:#FFF;
	} .qr-panel .dom2 {
		display:none;
		width:100%;
		height:500px;
		text-align:left;
		padding:16px;
		background:#F5F5F5;
		overflow:auto;
		overflow-x:hidden;
		border:4px solid #E5E5E5;
	} .qr-panel .dom2 .old-results {
		display:table;
		width:100%;
		white-space:nowrap;
		font-size:13px;
		text-align:left;
		border-collapse:collapse;
		background:#FFF;
	} .qr-panel .dom2 .old-results .res-titles {
		display:table-row;
		font-weight:bold;
		color:#FFF;
		background:#3D67CB;
	} .qr-panel .dom2 .old-results .res-titles &gt; div {
		display:table-cell;
		padding:8px;
		border:1px solid #234185;
	} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(1) {
		width:60px;
	} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(2) {
		width:auto;
	} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(3) {
		width:140px;
	} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(4) {
		width:180px;
	} .qr-panel .dom2 .old-results .res-item {
		display:table-row;
	} .qr-panel .dom2 .old-results .res-item:hover {
		background:#FFF4CE;
		cursor:pointer;
	} .qr-panel .dom2 .old-results .res-item &gt; div {
		display:table-cell;
		padding:8px;
		border:1px solid #DDD;
	} .qr-panel .export {
		width:100%;
		height:60px;
		background:#E5E5E5;
		padding:10px;
		text-align:right;
	} .qr-panel .export .btn {
		padding:10px;
		background:green;
		color:#FFF;
		font-weight:bold;
		cursor:pointer;
	} .qr-panel .type.a,
	  .qr-panel .type.b {
		width:100%;
		height:100%;
	} .qr-panel #qr-reader button {
		padding:10px;
		background:#26448C;
		color:#FFF;
		font-weight:bold;
		cursor:pointer;
	}
	
	
	.header {
		width:100%;
		
	} .header .search-bar {
		display:none;
		width:100%;
		background:#26448C;
		
	} .header .search-bar &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		padding:14px 0;
		margin:auto;
		
	} .header .search-bar .button {
		float:right;
		margin:6px 0 0 0;
		
	} .header .search-bar input {
		width:96%!important;
		background:#26448C!important;
		font-size:21px!important;
		font-weight:100!important;
		color:#FFF!important;
		border:0!important;
		padding:8px 0!important;
		
	} .header .cookie-txt {
		width:100%;
		height:60px;
		background:url(../images/back_headerCookieNotice.png) no-repeat;
		background-size:100% 100%;
		
	} .header .cookie-txt &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		padding:14px 0 0 0;
		margin:auto;
		
	} .header .cookie-txt .right {
		float:right;
		
	} .header .cookie-txt span {
		display:block;
		width:84%;
		font-size:11px;
		line-height:1.5em;
		color:#FFF;
		
	} .header .cookie.cls {
		padding:6px 12px;
		cursor:pointer;
		font-size:12px;
		color:#FFF;
		font-weight:500;
		border:1px solid rgba(255,255,255,0.25);
		-webkit-border-radius:4px;
		border-radius:4px;
		background:url(../images/spacer.gif);
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .cookie.cls:hover {
		background:#FFF;
		color:#5A5A5A;
		
	} .header .top-bar {
		width:100%;
		height:40px;
		background:url(../images/back_headerMemberBarA.png) no-repeat;
		background-size:100% 100%;
		
	} .header .top-bar &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		
	} .header .top-bar .box.a {
		float:right;
		width:auto;
		
	} .header .top-bar .box.a .left {
		float:left;
		
	} .header .top-bar .box.a .right {
		float:right;
		
	} .header .top-bar .box.a .arrow {
		position:absolute;
		z-index:1;
		top:-24px;
		right:100px;
		width:50px;
		height:25px;
		overflow:hidden;
		
	} .header .top-bar .box.a .arrow &gt; div:nth-child(1) {
		position:absolute;
		margin:10px 0 0 10px;
		width:30px;
		height:30px;
		border:1px solid #CCC;
		background:#DADADA;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		
	} .header .top-bar .box.a .tlate-link {
		float:left; display:block;
		font-size:12px;
		font-weight:300;
		color:#FFF;
		vertical-align:middle;
		padding:12px 10px;
		background:url(../images/back_headerMemberBarB.png) no-repeat;
		background-size:100% 100%;
		text-decoration:none;
		
	} .header .top-bar .box.a .table {
		display:table;
		
	} .header .top-bar .box.a .row {
		display:table-row;
		
	} .header .top-bar .box.a .cell.a {
		display:table-cell;
		width:40%;
		padding:3px 0;
		
	} .header .top-bar .box.a .cell.b {
		display:table-cell;
		width:60%;
		padding:3px 0;
		
	} .header .top-bar .box.b {
		float:left;
		padding:10px 0 0 0;
		
	} .header .top-bar .box.b span {
		font-size:13px;
		color:#333;
		
	} .header .buttons.top * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .buttons.top {
		list-style:none;
		margin:0;
		padding:0;
		
	} .header .buttons.top li {
		position:relative;
		float:left;
		display:block;
		font-weight:300;
		
	} .header .buttons.top a {
		display:block;
		font-size:12px;
		color:#333;
		vertical-align:middle;
		padding:13px 20px;
		
	} .header .buttons.top a.active,
	  .header .buttons.top &gt; li:hover &gt; a, 
	  .header .buttons.top &gt; li &gt; a:hover,
	  .header .buttons.top .sub a:hover,
	  .header .buttons.top .sub a.active {
		color:#FFF!important;
		background:#26448C;
		text-decoration:none;
		
	} .header .buttons.top li:hover .sub {
		display:block;
		
	} .header .buttons.top .sub {
		display:none;
		position:absolute;
		z-index:10;
		list-style:none;
		top:40px;
		left:-1px;
		margin:0;
		padding:0;
		background:url(../images/back_headerMemberBarA.png) no-repeat;
		background-size:100% 100%;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		border:1px solid rgba(255,255,255,0.5);
		
	} .header .buttons.top .sub li {
		float:none;
		display:block;
		min-width:230px;
		border-bottom:1px solid rgba(0,0,0,0.1);
		
	} .header .buttons.top .sub li:last-child {
		border:0;
		
	} .header .buttons.top .sub li a {
		padding:9px 40px 9px 12px;
		line-height:1.4em;
		
	} .header .user-panel {
		float:left;
		position:relative;
		z-index:99;
		display:block;
		font-size:12px;
		font-weight:300;
		color:#333;
		vertical-align:middle;
		background:url(../images/back_headerMemberBarB.png) no-repeat;
		background-size:100% 100%;
		text-decoration:none;
		
	} .header .user-panel .txt {
		display:block;
		padding:13px 16px 13px 38px;
		background:url(../images/icon_memberLogin.png) no-repeat 9% 50%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .user-panel.active .txt,
	  .header .user-panel:hover .txt {
		color:#FFF;
		background:#26448C url(../images/icon_memberLoginHover.png) no-repeat 9% 50%;
		text-decoration:none;
		
	} .header .user-panel .user-panel-content {
		position:absolute;
		z-index:99;
		display:none;
		top:40px;
		left:-173px;
		border-top:14px solid transparent;
		-webkit-box-shadow:0 20px 34px 0 rgba(0,0,0,0.5);
		box-shadow: 0 20px 34px 0 rgba(0,0,0,0.5);
		
	} .header .user-panel .guide {
		width:380px;
		padding:20px 20px 20px 26px;
		border:1px solid #CCC;
		border-bottom:10px solid #26448C;
		background:url(../images/back_headerUserPanel.png) no-repeat;
		background-size:100% 100%;
		font-size:14px;
		font-weight:300;
		color:#333;
		
	} .header .lang {
		float:left;
		display:block;
		font-size:12px;
		font-weight:300;
		color:#FFF;
		vertical-align:middle;
		padding:13px 16px;
		background:url(../images/back_headerMemberBarC.png) no-repeat;
		background-size:100% 100%;
		text-decoration:none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .lang.active,
	  .header .lang:hover {
		color:#FFF;
		background:#26448C;
		text-decoration:none;
		
	} .header .bottom-bar {
		width:100%;
		height:120px;
		
	} .header .bottom-bar &gt; div:nth-child(1) {
		border:1px solid transparent!important;
		
	} .header .bottom-bar &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		
	} .header .bottom-bar .menu {
		float:right;
		padding:43px 0 0 0;
		
	} .header .bottom-bar .logo {
		float:left;
		padding:35px 0 0 0;
		
	} .header .buttons.bottom * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .buttons.bottom {
		list-style:none;
		margin:0;
		padding:0;
		
	} .header .buttons.bottom li {
		position:relative;
		display:inline-block;
		font-weight:500;
		margin:0 0 0 -3px;
		vertical-align:top;
		
	} .header .buttons.bottom li.a a {
		display:block;
		font-size:14px;
		font-weight:500;
		color:#5A5A5A;
		vertical-align:middle;
		padding:8px 12px;
		
	} .header .buttons.bottom a.active,
	  .header .buttons.bottom &gt; li:hover &gt; a, 
	  .header .buttons.bottom &gt; li &gt; a:hover,
	  .header .buttons.bottom .sub a:hover {
		color:#FFF!important;
		background:#3D67CB;
		text-decoration:none;
		
	} .header .buttons.bottom li:hover .sub {
		display:block;
		
	} .header .buttons.bottom .sub {
		display:none;
		position:absolute;
		z-index:10;
		list-style:none;
		top:34px;
		left:1px;
		margin:0;
		padding:0;
		background:url(../images/back_headerMemberBarA.png) no-repeat;
		background-size:100% 100%;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		border:1px solid rgba(255,255,255,0.5);
		
	} .header .buttons.bottom .sub li {
		float:none;
		display:block;
		min-width:200px;
		white-space:nowrap;
		border-bottom:1px solid rgba(0,0,0,0.1);
		
	} .header .buttons.bottom .sub li:last-child {
		border:0;
		
	} .header .buttons.bottom .sub li a {
		padding:9px 40px 9px 12px;
		font-weight:300;
		
	} .header .buttons.bottom li.q {
		margin:-4px 0 0 12px;
		
	} .header .buttons.bottom li.q span {
		margin:-10px 0 0 2px;
		display:block;
		width:36px;
		height:10px;
		background:url(../images/back_searchCirclesShadow.png) no-repeat center;
		
	} .header .buttons.bottom li.q:hover {
		margin:-10px 0 0 12px;
		
	} .header .buttons.bottom li.q:hover a {
		background:transparent;
		
	} .header .buttons.bottom li.q:hover span {
		margin:0 0 0 2px;
		
	} .header .buttons.bottom li.s {
		margin:-4px 0 0 12px;
		
	} .header .buttons.bottom li.s span {
		margin:-10px 0 0 2px;
		display:block;
		width:36px;
		height:10px;
		background:url(../images/back_searchCirclesShadow.png) no-repeat center;
		
	} .header .buttons.bottom li.s:hover {
		margin:-10px 0 0 12px;
		
	} .header .buttons.bottom li.s:hover a {
		background:transparent;
		
	} .header .buttons.bottom li.s:hover span {
		margin:0 0 0 2px;
		
	} .header .buttons.bottom li.e {
		margin:-4px -10px 0 12px;
		
	} .header .buttons.bottom li.e span {
		margin:-10px 0 0 2px;
		display:block;
		width:80px;
		height:10px;
		background:url(../images/back_emkowebCirclesShadow.png) no-repeat center;
		
	} .header .buttons.bottom li.e:hover {
		margin:-10px -10px 0 12px;
		
	} .header .buttons.bottom li.e:hover a {
		background:transparent;
		
	} .header .buttons.bottom li.e:hover span {
		margin:0 0 0 2px;
		
	}
	
	.content {
		position:relative;
		width:100%;
		
	} .content .products-bar {
		position:relative;
		z-index:9;
		border-top:1px solid #26448C;
		width:100%;
		height:180px;
		background:url(../images/back_headerProductsBar.png) no-repeat;
		background-size:100% 100%;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);
		
	} .content .products-bar &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		
	} .content .products-bar ul &gt; li &gt; div:nth-child(1) {
		width:460px;
		margin:0 0 0 0;
		padding:26px;
		background:rgba(0,0,0,0.85);
		-webkit-box-shadow:0 10px 50px 0 rgba(0,0,0,1);
		box-shadow:0 10px 50px 0 rgba(0,0,0,1);
		
	} .content .products-bar ul &gt; li &gt; div &gt; ul {
		list-style:none;
		margin:0;
		padding:0;
		text-align:left;
		font-size:15px;
		line-height:2.1em;
		
	} .content .con-main-slider {
		width:100%;
		
	} .content .con-main-boxes {
		width:100%;
		
	} .content .con-main-boxes &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		padding:20px 0;
		
	} .content .con-main-boxes .boxes.a {
		float:left;
		width:738px;
		min-height:280px;
		padding:14px 20px;
		background:url(../images/back_downloadPanel_1.png) no-repeat;
		background-size:100% 100%;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		
	} .content .con-main-boxes .boxes.a .img {
		float:right;
		padding:60px 12px 0 0;
		
	} .content .con-main-boxes .boxes.a .txt.a {
		display:block;
		font-size:23px;
		font-weight:300;
		color:#26448C;
		letter-spacing:-0.5px;
		
	} .content .con-main-boxes .boxes.a .txt.b {
		display:block;
		font-size:14px;
		color:#333;
		
	} .content .con-main-boxes .boxes.a .txt.c {
		display:block;
		padding:0 12px;
		font-size:12px;
		line-height:1.6em;
		color:#444;
		
	} .content .con-main-boxes .boxes.a input[type=text] {
		width:100%;
		padding:12px;
		font-family:Verdana;
		font-size:13px;
		
	} .content .con-main-boxes .con-main-mobslider {
		display:none;
		
	} .content .con-main-boxes .boxes.b {
		float:left;
		width:442px;
		min-height:280px;
		padding:14px 20px;
		margin:0 0 0 20px;
		background:url(../images/back_downloadPanel_2.png) no-repeat;
		background-size:100% 100%;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		
	} .content .con-main-boxes .boxes.b .txt.a {
		display:block;
		font-size:23px;
		font-weight:300;
		color:#26448C;
		letter-spacing:-0.5px;
		
	} .content .con-main-boxes .boxes.b .txt.b {
		display:block;
		font-size:14px;
		color:#333;
		
	} .content .con-main-boxes .boxes.b select {
		width:98%;
		padding:12px;
		font-family:Verdana;
		font-size:13px;
		font-weight:bold;
		
	} .content .con-main-boxes .boxes.b .button {
		width:98%;
		text-align:right;
		
	} .content .con-main-boxes .boxes.b button {
		padding:10px 12px;
		cursor:pointer;
		background:#26448C;
		font-size:14px;
		font-weight:500;
		color:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		
	} .content .con-main-boxes .boxes.c {
		float:left;
		width:738px;
		
	} .content .con-main-boxes .boxes.c .all {
		float:right;
		
	} .content .con-main-boxes .boxes.c .all a {
		display:inline-block;
		font-size:13px;
		padding:8px 12px;
		color:#333;
		background:#F2F2F2;
		
	} .content .con-main-boxes .boxes.c .titles {
		display:block;
		font-size:21px;
		font-weight:300;
		padding:0 20px;
		letter-spacing:-0.5px;
		color:#26448C;"
		
	} .content .con-main-boxes .boxes.c .main-news .item &gt; div:nth-child(1) {
		position:relative;
		width:100%;
		height:290px;
		overflow:hidden;
		padding:20px;
		background:url('../images/back_mainNewsBar.png') repeat-x bottom;
		
	} .content .con-main-boxes .boxes.c .main-news .item &gt; div:nth-child(1) &gt; div:nth-child(1) {
		position:absolute;
		z-index:9;
		bottom:0;
		
	} .content .con-main-boxes .boxes.c .main-news .item a {
		display:block;
		font-size:17px;
		color:#FFF;
		text-decoration:none;
		line-height:1.2em;
		text-shadow:0 1px 0 #000;
		padding:0 16px 0 0;
		
	} .content .con-main-boxes .boxes.c .main-news .item span {
		display:block;
		font-size:11px;
		font-weight:300;
		padding:10px 0 16px 0;
		color:#AAA;
		
	} .content .con-main-boxes .boxes.d {
		float:left;
		width:442px;
		margin:0 0 0 20px;
		
	} .content .con-main-boxes .boxes.d .all {
		float:right;
		
	} .content .con-main-boxes .boxes.d .all a {
		display:inline-block;
		font-size:13px;
		padding:8px 12px;
		color:#333;
		background:#F2F2F2;
		
	} .content .con-main-boxes .boxes.d .titles {
		display:block;
		font-size:21px;
		font-weight:300;
		padding:0 20px;
		letter-spacing:-0.5px;
		color:#26448C;"
		
	} .content .con-main-boxes .boxes.d .main-fairs .item {
		width:100%;
		height:82px;
		margin:0 0 22px 0;
		cursor:pointer;
		
	} .content .con-main-boxes .boxes.d .main-fairs .item .image {
		float:left;
		width:120px;
		height:82px;
		
	} .content .con-main-boxes .boxes.d .main-fairs .item a {
		display:block;
		font-size:14px;
		color:#333;
		text-decoration:none;
		
	} .content .con-main-boxes .boxes.d .main-fairs .item span {
		display:block;
		font-size:11px;
		color:#000;
		
	} .content .products {
		list-style:none;
		margin:0;
		padding:0;
		
	} .content .products * {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		
	} .content .products &gt; li {
		position:relative;
		display:block;
		float:left;
		width:200px;
		height:179px;
		text-align:center;
		border-right:1px solid rgba(255,255,255,0.6);
		border-left:1px solid rgba(0,0,0,0.1);
		
	} .content .products &gt; li:first-child {
		border-left:0;
		
	} .content .products &gt; li:last-child {
		border-right:0;
		
	} .content .products &gt; li a {
		text-decoration:none;
		
	} .content .products &gt; li:hover {
		background:#26448C;
		
	} .content .products &gt; li:hover .t {
		color:#FFF!important;
		text-shadow:0 20px 10px rgba(0,0,0,0.5);
		
	} .content .products &gt; li .sub {
		position:absolute;
		display:none;
		opacity:0;
		z-index:9;
		list-style:none;
		padding:0;
		top:0;
		left:0;
		
	} .content .products &gt; li:nth-child(6) .sub {
		left:-261px;
		
	} .content .products &gt; li:nth-child(6) .sub * {
		text-align:right!important;
		
	} .content .products &gt; li:hover .sub {
		display:block;
		margin:28px 0 0 0;
		opacity:1;
		top:152px;
		
	} .content .products &gt; li .sub a {
		display:block;
		padding:3px 0;
		color:#FFF;
		
	} .content .products &gt; li .sub a:hover {
		padding:3px 10px 3px 20px;
		font-weight:500;
		background:#26448C;
		
	} .content .products &gt; li .i {
		display:block;
		width:70px;
		height:70px;
		margin:16px auto 10px auto;
		background-size:100% 100%!important;
		
	} .content .products li:nth-child(1) .i {
		background:url(../pics/categories/icon_productsSign_2.png) no-repeat center;
	} .content .products li:nth-child(1):hover .i {
		background:url(../pics/categories/icon_productsSign_2Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li:nth-child(2) .i {
		background:url(../pics/categories/icon_productsSign_3.png) no-repeat center;
	} .content .products li:nth-child(2):hover .i {
		background:url(../pics/categories/icon_productsSign_3Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li:nth-child(3) .i {
		background:url(../pics/categories/icon_productsSign_4.png) no-repeat center;
	} .content .products li:nth-child(3):hover .i {
		background:url(../pics/categories/icon_productsSign_4Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li:nth-child(4) .i {
		background:url(../pics/categories/icon_productsSign_5.png) no-repeat center;
	} .content .products li:nth-child(4):hover .i {
		background:url(../pics/categories/icon_productsSign_5Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li:nth-child(5) .i {
		background:url(../pics/categories/icon_productsSign_6.png) no-repeat center;
	} .content .products li:nth-child(5):hover .i {
		background:url(../pics/categories/icon_productsSign_6Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li:nth-child(6) .i {
		background:url(../pics/categories/icon_productsSign_1.png) no-repeat center;
	} .content .products li:nth-child(6):hover .i {
		background:url(../pics/categories/icon_productsSign_1Hover.png) no-repeat center;
		margin:30px auto -20px auto;
		
	} .content .products li .s {
		display:block;
		width:83px;
		height:10px;
		margin:10px auto;
		background:url(../images/back_productsIconShadow.png) no-repeat center;
		
	} .content .products li .t {
		display:block;
		width:94%;
		font-size:13.5px;
		font-family:'ConthraxSb-Regular';
		line-height:1.4em;
		color:#333;
		margin:auto;
		
	} .content .buttons.inside * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .content .buttons.inside {
		list-style:none;
		margin:0;
		padding:0;
		
	} .content .buttons.inside li {
		position:relative;
		display:block;
		border-bottom:1px solid rgba(255,255,255,0.1);
		
	} .content .buttons.inside li:last-child {
		border:0;
		
	} .content .buttons.inside a {
		display:block;
		font-size:16px;
		color:#FFF;
		vertical-align:middle;
		padding:10px;
		text-shadow:0 1px 1px rgba(0,0,0,0.75);
		
	} .content .buttons.inside .sub a {
		display:block;
		font-size:14px;
		color:#FFF;
		vertical-align:middle;
		padding:10px 10px 10px 26px;
		text-shadow:0 1px 1px rgba(0,0,0,0.75);
		
	} .content .buttons.inside a.active,
	  .content .buttons.inside a:hover {
		background:rgba(38,68,140,0.75);
		padding:10px 10px 10px 26px;
		text-decoration:none;
		text-shadow:0 0 10px #33CCFF;
		
	} .content .buttons.inside a.active {
		padding:10px;
		
	} .content .buttons.inside .sub a.active {
		padding:10px 10px 10px 26px;
		
	} .content .buttons.icons * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .content .buttons.icons {
		float:right;
		padding:0 0 0 0;
		
	} .content .buttons.icons a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
		
	} .content .buttons.icons div {
		float:left;
		width:70px;
		height:70px;
		margin:6px;
		border:1px solid rgba(255,255,255,0.35);
		-webkit-border-radius:50%;
		border-radius:50%;
		
	} .content .buttons.icons div:hover {
		width:82px;
		height:82px;
		margin:0px;
		cursor:pointer;
		background-color:#2E6BB8!important;
		border-top:1px solid rgba(255,255,255,0.5);
		border-left:0;
		border-right:0;
		border-bottom:4px solid rgba(0,0,0,0.25);
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.75);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.75);
		
	} .content .prod-cat-list li a {
		display:block;
		padding:6px;
		color:#333;
		line-height:1.4em;
		
	} .content .prod-cat-list li a:hover {
		font-weight:300;
		background:#3D67CB;
		color:#FFF;
		text-decoration:none;
		
	} .content .main-cat-list .overlay,
	  .content .catalog-list .overlay,
	  .content .video-list .overlay {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .content .main-cat-list .item:hover .overlay,
	  .content .catalog-list .item:hover .overlay,
	  .content .video-list .item:hover .overlay {
		opacity:0.15!important;
		
	} .content .main-cat-list .item a {
		color:#333;
		text-decoration:none;
		
	} .content .catalog-list .item a,
	  .content .video-list .item a {
		color:#FFF;
		text-decoration:none;
		
	} .content .main-cat-list .item:hover .text,
	  .content .catalog-list .item:hover .text,
	  .content .video-list .item:hover .text {
		background:#3D67CB!important;
		
	} .content .main-cat-list .item:hover .text *,
	  .content .catalog-list .item:hover .text *,
	  .content .video-list .item:hover .text * {
		color:#FFF!important;
		
	} .content .main-news .item {
		float:left;
		position:relative;
		width:360px;
		height:290px;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		
	} .content .main-news .item * {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .content .main-news .item .img {
		background:url(../images/icon_timesDates.png) no-repeat center;
		background-size:100% 100%;
		
	} .content .main-news .item:hover .img {
		background:url(../images/icon_timesDates_Hover.png) no-repeat center;
		background-size:100% 100%;
		
	} .content .main-news .item:hover .hover-bar {
		bottom:0;
		
	} .content .main-news .item .hover-bar {
		position:absolute;
		z-index:8;
		bottom:-100px;
		left:0;
		width:100%;
		height:100px;
		background:rgba(38,68,140,0.75);
		
	} .content .main-fairs .item {
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
		
	} .content .main-fairs .item &gt; div:nth-child(2) {
		float:left;
		width:322px;
		height:82px;
		background:url(../images/back_mainFairsBar.png) no-repeat center;
		background-size:cover;
		padding:6px 12px;
		border-left:1px solid #FFF;
		
	} .content .main-fairs .item &gt; div:nth-child(2):hover {
		background:#26448C!important;
		
	} .content .main-fairs .item &gt; div:nth-child(2):hover * {
		color:#FFF!important;
		
	} .content .main-fairs .item .img {
		background:url(../images/icon_markSign.png) no-repeat center;
		background-size:100% 100%;
		
	} .content .main-fairs .item &gt; div:nth-child(2):hover .img {
		background:url(../images/icon_markSign_Hover.png) no-repeat center;
		background-size:100% 100%;
		
	} .content .resellers .item {
		float:left;
		width:49%;
		min-height:250px;
		padding:20px 0 0 10px;
		background:url(../images/back_mainFairsBar.png) no-repeat;
		background-size:100% 100%;
		border:6px solid #EEE;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .content .resellers .item:hover {
		background:#DDD;
		cursor:default;
		border:6px solid #3965CA;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,0.35);
		box-shadow: 0 15px 25px 0 rgba(0,0,0,0.35);
		
	} .content .con-main-inside {
		width:100%;
		min-height:720px;
		
	} .content .breadcrump {
		width:100%;
		height:40px;
		background:url(../images/back_headerMemberBarA.png) no-repeat;
		background-size:100% 100%;
		
	} .content .breadcrump &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		padding:11px 0 0 0;
		font-size:13px;
		
	} .content .breadcrump span {
		display:inline-block;
		font-family:'Tahoma';
		vertical-align:top;
		margin:-3px 0 0 0;
		font-size:15px;
		
	} .content .con-menu {
		width:100%;
		height:140px;
		background:url(../images/back_insideTitleBar.png) no-repeat;
		background-size:100% 100%;
		
	} .content .con-menu &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		padding:28px 0 0 0;
		
	} .content .con-menu span {
		font-size:41px;
		color:#FFF;
		letter-spacing:-2px;
		
	} .content .con-content {
		position:relative;
		width:1200px;
		margin:auto;
		
	} .content .con-guide.a {
		float:left;
		width:320px;
		margin:-40px 0 0 -12px;
		padding:16px;
		background:#FFF;
		
	} .content .con-guide.a &gt; div:nth-child(1) {
		width:288px;
		min-height:360px;
		padding:16px 16px 60px 16px;
		border:1px solid rgba(0,0,0,0.25);
		background:#38AAE5 url(../images/back_insideMenuBar.png) no-repeat top;
		background-size:100% auto;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		
	} .content .con-guide.b {
		float:left;
		width:880px;
		padding:26px 0 26px 26px;
		
	} .content .con-guide.big {
		width:1200px;
		padding:26px 0;
		
	} .content .con-guide.big .cat-info-image {
		width:1198px;
		height:auto;
		margin:auto;
		
	} .content .con-guide.big .cat-info-text {
		margin:20px 0;
		padding:30px;
		background:rgb(234,234,234);
		background:-moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(248,248,248,1) 100%);
		background:-webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%);
		background:linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f8f8f8',GradientType=0 );
		
	} .content .con-guide.big .cat-info-text span {
		display:block;
		font-size:15px;
		line-height:1.6em;
		
	} .content .con-guide .vision-mission .img.a {
		float:left;
		width:160px;
		height:160px;
		margin:0 3% 0 0;
		background:#CCC url(../pics/content/pics_vizyonContent.jpg) no-repeat center;
		background-size:cover;
		-webkit-border-radius:50%;
		border-radius:50%;
		
	} .content .con-guide .vision-mission .text.a {
		float:left;
		width:68%;
		margin:6px 0 0 0;
		
	} .content .con-guide .vision-mission .img.b {
		float:left;
		width:160px;
		height:160px;
		margin:0 0 0 3%;
		background:#CCC url(../pics/content/pics_misyonContent.jpg) no-repeat center;
		background-size:cover;
		-webkit-border-radius:50%;
		border-radius:50%;
		
	} .content .con-guide .vision-mission .text.b {
		float:left;
		width:68%;
		margin:20px 0 0 0;
		text-align:right;
		
	} .content .con-guide .vision-mission .text .txt.a {
		display:block;
		margin:0 0 10px 0;
		font-size:27px;
		color:#3965ca;
		letter-spacing:-1px;
		
	} .content .con-guide .vision-mission .text .txt.b {
		display:inline-block;
		line-height:1.5em;
		
	} .content .con-guide.logos .box.a {
		float:left;
		display:table;
		vertical-align:top;
		width:170px;
		height:200px;
		margin:0 0 26px 0;
		background:#FFF;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		
	} .content .con-guide.logos .box.a &gt; div:nth-child(1) {
		display:table-cell;
		position:relative;
		vertical-align:middle;
		text-align:center;
		
	} .content .con-guide.logos .box.a &gt; div:nth-child(1) &gt; div:nth-child(1) {
		position:absolute;
		bottom:20px;
		width:100%;
		text-align:center;
		
	} .content .con-guide.logos .box.a a {
		width:100%;
		padding:6px 14px;
		background:#333;
		font-size:13px;
		color:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		
	} .content .con-guide.logos .box.a img {
		display:block;
		margin:-20px auto 0 auto;
		
	} .content .con-guide.logos .box.b {
		float:left;
		display:block;
		vertical-align:top;
		width:240px;
		height:200px;
		text-align:left;
		padding:20px;
		background:#EEE;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		
	} .content .con-guide.logos .box.b .txt.a {
		font-size:17px;
		line-height:1.2em;
		color:#3965CA;
		
	} .content .con-guide.logos .box.b .txt.b {
		display:inline-block;
		margin:8px 0 0 0;
		padding:6px 0;
		font-size:12px;
		
	} .content .con-guide.logos .box.b .txt.c {
		display:inline-block;
		margin:8px 0 0 0;
		padding:6px 12px;
		background:#AAA;
		font-size:12px;
		color:#FFF;
		-webkit-border-radius:8px;
		border-radius:8px;
		
	} .content .con-guide.products .cat-list {
		display:table;
		
	} .content .con-guide.products .cat-list .cell {
		display:table-cell;
		vertical-align:top;
		width:16.6%;
		border-right:1px solid #DDD;
		
	} .content .con-guide.products .cat-list .titles {
		padding:20px;
		min-height:100px;
		text-align:center;
		
	} .content .con-guide.products .prod-cat-list {
		list-style:none;
		margin:0;
		padding:0;
		font-size:13px;
		text-align:left;
		
	} .content .con-guide.news .item {
		width:416px;
		height:310px;
		cursor:pointer;
		margin:0 0 20px 0;
		
	} .content .con-guide.news .item &gt; div:nth-child(1) {
		position:relative;
		width:100%;
		height:310px;
		overflow:hidden;
		padding:20px;
		background:url(../images/back_mainNewsBar.png) repeat-x bottom;
		
	} .content .con-guide.news .item:nth-child(2n+0) {
		margin:0 0 20px 20px;
		
	} .content .con-guide.news .item &gt; div:nth-child(1) &gt; div:nth-child(1) {
		position:absolute;
		z-index:9;
		bottom:0;
		
	} .content .con-guide.news .item .link.a {
		display:block;
		font-size:17px;
		color:#FFF;
		text-decoration:none;
		line-height:1.2em;
		text-shadow:0 1px 0 #000;
		
	} .content .con-guide.news .item .link.b {
		display:block;
		font-size:11px;
		font-weight:300;
		padding:10px 0 16px 0;
		color:#AAA;
		
	} .content .con-guide.news .back {
		float:right;
		
	} .content .con-guide.news .back button {
		font-size:14px;
		font-weight:100!important;
		
	} .content .con-guide.news .txt.a {
		display:block;
		margin:0 0 6px 0;
		font-size:27px;
		color:#3965CA;
		letter-spacing:-1px;
		
	} .content .con-guide.news .txt.b {
		display:block;
		color:#333;
		
	} .content .con-guide.news .txt.c {
		display:inline-block;
		font-size:17px;
		font-weight:300;
		letter-spacing:-0.5px;
		line-height:1.5em;
		
	} .content .con-guide.news .txt.d {
		display:inline-block;
		font-size:15px;
		line-height:1.7em;
		color:#000;
		text-align:justify;
		
	} .content .con-guide.news .detail-img {
		width:100%;
		background:#EEE;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		
	} .content .con-guide.fairs .item {
		display:table;
		width:100%;
		height:82px;
		margin:0 0 22px 0;
		cursor:pointer;
		
	} .content .con-guide.fairs .item .image {
		display:table-cell;
		width:120px;
		
	} .content .con-guide.fairs .item .text {
		float:none;
		display:table-cell;
		width:auto;
		padding:14px;
		
	} .content .con-guide.fairs .item a {
		display:block;
		font-size:17px;
		color:#333;
		text-decoration:none;
		
	} .content .con-guide.fairs .item font {
		display:block;
		font-size:13px;
		color:#333;
		
	} .content .con-guide.fairs .back {
		float:right;
		
	} .content .con-guide.fairs .back button {
		font-size:14px;
		font-weight:100!important;
		
	} .content .con-guide.fairs .txt.a {
		display:block;
		margin:0 0 4px 0;
		font-size:15px;
		color:#3965CA;
		font-weight:100;
		
	} .content .con-guide.fairs .txt.b {
		display:block;
		margin:0 0 6px 0;
		font-size:25px;
		font-weight:300;
		color:#3965CA;
		letter-spacing:-1px;
		
	} .content .con-guide.fairs .txt.c {
		display:inline-block;
		vertical-align:middle;
		font-size:16px;
		margin:-2px 0 0 0;
		padding:0 30px 0 0;
		
	} .content .con-guide.fairs .txt.d {
		vertical-align:middle;
		font-size:16px;
		color:#333;
		margin:-2px 0 0 0;
		
	} .content .con-guide.fairs .txt.e {
		display:block;
		padding:12px 0;
		font-size:15px;
		color:#3965CA;
		font-weight:100;
		
	} .content .con-guide.fairs .txt.f {
		display:inline-block;
		font-size:15px;
		line-height:1.7em;
		color:#000;
		text-align:justify;
		
	} .content .con-guide.fairs #map {
		width:100%;
		height:300px;
		background:#EEE;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
		
	} .content .con-guide.careerpos .jobs-list * {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		
	} .content .con-guide.careerpos .jobs-list .item .text {
		background:#EEE;
		color:#26448C;
		
	} .content .con-guide.careerpos .jobs-list .item:hover .text {
		background:#26448C!important;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		
	} .content .con-guide.careerpos .jobs-list .item:hover .text * {
		color:#FFF!important;
		
	} .content .con-guide.videos .back {
		float:right;
		
	} .content .con-guide.videos .back button {
		font-size:14px;
		font-weight:100!important;
		
	} .content .con-guide.faq .back {
		float:right;
		
	} .content .con-guide.faq .back button {
		font-size:14px;
		font-weight:100!important;
		
	} .content .gal-item {
		list-style:none;
		margin:0;
		padding:0;
		font-size:13px;
		
	} .content .gal-item .x4 {
		float:left;
		width:210px;
		min-height:300px;
		padding:16px 16px 0 16px;
		text-align:center;
		
	} .content .gal-item .x4 img {
		width:100%!important;
		height:auto!important;
		
	} .content .gal-item .x2 {
		float:left;
		padding:20.5px 0;
		margin:0 0 16px 0!important;
		
	} .content .gal-item .x4:nth-child(4n+0) {
		border-right:0;
		
	} .content .gal-item.xSer {
		display:inline-block;
		vertical-align:top;
		width:194px;
		margin:0 24px 26px 0;
		text-align:center;
		
	} .content .gal-item.xSer:nth-child(4n+0) {
		margin:0 0 26px 0;
		
	} .content .gal-item.xSer .img {
		background:#DDD;
		-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);
		
	} .content .gal-item.xSer img {
		display:block;
		
	} .content .gal-item.xSer .title {
		font-size:12px;
		line-height:1.4em;	
		
	} .content .con-under {
		width:260px;
		margin:90px auto;
		white-space:nowrap;
		
	} .content .con-under img {
		vertical-align:middle;
		
	} .content .con-under span {
		font-size:21px;
		font-weight:100;
		letter-spacing:-1px;
	}
	
	.footer {
		width:100%;
		
	} .footer .maillist-bar {
		position:absolute;
		z-index:2;
		width:100%;
		height:90px;
		
	} .footer .maillist-bar &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		height:90px;
		margin:auto;
		
	} .footer .maillist-bar .text {
		float:left;
		width:758px;
		height:90px;
		padding:18px 0;
		background:#26448C;
		
	} .footer .maillist-bar .text span {
		vertical-align:middle;
		padding:20px 0;
		font-size:16px;
		font-weight:100;
		color:#FFF;
		
	} .footer .maillist-bar .form {
		float:left;
		width:442px;
		height:90px;
		background:#3965CA;
		padding:26px 0 0 20px;
		
	} .footer .maillist-bar .form input[type=text] {
		width:80%;
		font-size:16px;
		color:#FFF;
		background:#3965CA;
		border:0;
		
	} .footer .maillist-lines {
		position:relative;
		z-index:1;
		width:100%;
		
	} .footer .maillist-lines .left {
		float:left;
		width:50%;
		height:90px;
		background:#26448C;
		
	} .footer .maillist-lines .right {
		float:left;
		width:50%;
		height:90px;
		background:#3965CA;
		
	} .footer div.links {
		width:100%;
		height:340px;
		
	} .footer .links &gt; .top {
		position:absolute;
		z-index:2;
		width:100%;
		height:340px;
		
	} .footer .links &gt; .top &gt; div:nth-child(1) {
		position:relative;
		width:1200px;
		height:340px;
		margin:auto;
		
	} .footer .links &gt; .top .left {
		float:left;
		width:758px;
		height:340px;
		padding:18px 0;
		background:#FFF;
		padding:30px 2px;
		
	} .footer .links &gt; .top .left .boxes {
		float:left;
		width:33%;
		
	} .footer .links &gt; .top .left .boxes span {
		display:block;
		padding:0 0 8px 0;
		font-size:19px;
		letter-spacing:-0.5px;
		
	} .footer .links &gt; .top .right {
		float:left;
		width:442px;
		height:90px;
		background:#F2F2F2;
		padding:30px 0 30px 26px;
		
	} .footer .links &gt; .top .right .txt.a {
		display:block;
		font-size:19px;
		letter-spacing:-0.5px;
		
	} .footer .links &gt; .top .right .txt.b {
		display:block;
		padding:0 0 4px 0;
		font-size:13px;
		
	} .footer .links &gt; .top .right .txt.c {
		display:block;
		padding:0 0 4px 0;
		font-size:13px;
		line-height:1.7em;
		
	} .footer .links &gt; .top .right .social {
		padding:20px 0;
		
	} .footer .links &gt; .top .right .powered {
		float:right;
		padding:6px 0;
		
	} .footer .links &gt; .top ul.links {
		list-style:none;
		margin:0;
		padding:0;
		font-size:14px;
		line-height:1.8em;
		
	} .footer .links &gt; .bottom {
		position:relative;
		z-index:1;
		width:100%;
		
	} .footer .links &gt; .bottom .left {
		float:left;
		width:50%;
		height:340px;
		
	} .footer .links &gt; .bottom .right {
		float:left;
		width:50%;
		height:340px;
		background:#F2F2F2;
		
	} .footer .links a {
		color:#333;
		font-weight:100;
		
	} .footer .links a:hover {
		text-decoration:underline;
		font-weight:300;
		color:#26448C!important;
		
	}
	
	.rotate360 {
		-webkit-animation: rotation 2s infinite linear;
	}
	
	@-webkit-keyframes rotation {
		from {
			-webkit-transform: rotate(359deg);
		}
		to {
			-webkit-transform: rotate(0deg);
		}
	}
	
	.switch {
		display:block;
		position:relative;
		padding-left:14px;
		margin-top:-1px;
		cursor:pointer;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
		
	} .switch input {
		position:absolute;
		opacity:0;
		cursor:pointer;
		height:0;
		width:0;
		
	} .checkmark {
		position:absolute;
		top:0;
		left:0;
		height:20px;
		width:20px;
		background-color:#eee;
		
	} .switch:hover input ~ .checkmark {
		background-color:#ccc;
		
	} .switch input:checked ~ .checkmark {
		background-color:#2196F3;
		
	} .checkmark:after {
		content:"";
		position:absolute;
		display:none;
		
	} .switch input:checked ~ .checkmark:after {
		display:block;
		
	} .switch .checkmark:after {
		left:6px;
		top:2px;
		width:5px;
		height:10px;
		border:solid white;
		border-width:0 3px 3px 0;
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	
	#onscrlBtn {
		display:none;
		position:fixed;
		z-index:99;
		cursor:pointer;
		bottom:172px;
		right:42px;
		padding:11px 8px;
		background:#5A5A5A;
		border:1px solid #FFF;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		body, input, select, textarea, button {
			font-size:14px;
		}
		
		.google-translate {
			background:url(../images/back_googleTranslatePanel.jpg) no-repeat center;
			background-size:cover;
			
		} .google-translate &gt; div:nth-child(1) {
			width:100%;
			padding:26px;
			
		} .google-translate ul {
			font-size:13px;
			line-height:2.4em;
			
		} .google-translate ul li {
			width:50%;
		}
		
		.qr-panel &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) {
			width:340px;
		} .qr-panel .tabs {
			width:100%;
			height:100%;
			padding:0;
		} .qr-panel .tab1,
		  .qr-panel .tab2 {
	  		height:40px;
			padding:0 6px;
			background:#FFF;
			font-weight:bold;
			cursor:pointer;
			vertical-align:top;
		} .qr-panel .tab1.active,
		  .qr-panel .tab2.active {
			background:#E5E5E5;
		} .qr-panel .notes {
			display:none!important;
		} .qr-panel .closer {
			position:absolute;
			top:inherit;
			right:inherit;
			bottom:-46px;
			left:157px;
		} .qr-panel .loading {
			display:none;
			width:100%;
			height:100%;
			background:#FFF;
		} .qr-panel .loading &gt; div:nth-child(1) {
			display:table;
			width:100%;
			height:400px;
		} .qr-panel .loading &gt; div:nth-child(1) &gt; div:nth-child(1) {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		} .qr-panel .qr-datas {
			display:none;
			width:100%;
			height:100%;
			background:#FFF;
			padding:10px;
		} .qr-panel .qr-datas &gt; div:nth-child(1) {
			width:100%;
			text-align:left;
		} .qr-panel .dom1 {
			width:100%;
			height:400px;
			text-align:left;
			padding:10px;
			background:#F5F5F5;
			overflow:auto;
			overflow-x:auto;
			border:4px solid #E5E5E5;
		} .qr-panel .dom1 .box.a {
			float:none;
			width:100%;
			text-align:center;
			padding:16px 20px;
			background:#FFF;
			border:1px solid #3D67CB;
			-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
			box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		} .qr-panel .dom1 .box.a div {
			padding:10px;
			background:#EEE;
			text-align:center;
		} .qr-panel .dom1 .box.b {
			float:none;
			width:100%;
			padding:0;
			font-size:13px;
		} .qr-panel .dom1 .box.b span {
			display:block;
			padding:6px;
			margin:0 0 6px 0;
			background:#3D67CB;
			color:#FFF;
		} .qr-panel .dom1 .results {
			display:table;
			width:100%;
			white-space:nowrap;
			font-size:13px;
			text-align:left;
			border-collapse:collapse;
			background:#FFF;
		} .qr-panel .dom1 .results .res-titles {
			display:table-row;
			font-weight:bold;
			color:#FFF;
			background:#3D67CB;
		} .qr-panel .dom1 .results .res-titles &gt; div {
			display:table-cell;
			padding:8px;
			text-align:center;
			border:1px solid #234185;
		} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(1) {
			width:60px;
		} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(2) {
			width:180px;
		} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(3) {
			width:180px;
		} .qr-panel .dom1 .results .res-titles &gt; div:nth-child(4) {
			width:auto;
		} .qr-panel .dom1 .results .res-items {
			display:table-row;
		} .qr-panel .dom1 .results .res-items &gt; div {
			display:table-cell;
			padding:8px;
			text-align:center;
			border:1px solid #DDD;
		} .qr-panel .dom1 .image {
			float:none;
			width:100%;
			text-align:center;
			padding:16px 20px;
			background:#FFF;
			border:1px solid #3D67CB;
			-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
			box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		} .qr-panel .dom1 .image div {
			padding:10px;
			background:#EEE;
			text-align:center;
		} .qr-panel .dom1 .product {
			float:none;
			width:100%;
			padding:0 3% 0 0;
			font-size:13px;
		} .qr-panel .dom1 .product span {
			display:block;
			padding:6px;
			margin:0 0 6px 0;
			background:#3D67CB;
			color:#FFF;
		} .qr-panel .dom2 {
			display:none;
			width:100%;
			height:420px;
			text-align:left;
			padding:10px;
			background:#F5F5F5;
			overflow:auto;
			overflow-x:auto;
			border:4px solid #E5E5E5;
		} .qr-panel .dom2 .old-results {
			display:table;
			width:100%;
			white-space:nowrap;
			font-size:13px;
			text-align:left;
			border-collapse:collapse;
			background:#FFF;
		} .qr-panel .dom2 .old-results .res-titles {
			display:table-row;
			font-weight:bold;
			color:#FFF;
			background:#3D67CB;
		} .qr-panel .dom2 .old-results .res-titles &gt; div {
			display:table-cell;
			padding:8px;
			border:1px solid #234185;
		} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(1) {
			width:60px;
		} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(2) {
			width:auto;
		} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(3) {
			width:140px;
		} .qr-panel .dom2 .old-results .res-titles &gt; div:nth-child(4) {
			width:180px;
		} .qr-panel .dom2 .old-results .res-item {
			display:table-row;
		} .qr-panel .dom2 .old-results .res-item &gt; div {
			display:table-cell;
			padding:8px;
			border:1px solid #DDD;
		} .qr-panel .export {
			text-align:center;
		}
		
		.header {
			width:100%;
			
		} .header .search-bar &gt; div:nth-child(1) {
			width:100%;
			padding:8px 14px;
			
		} .header .search-bar .button img {
			width:20px;
			height:20px;
			
		} .header .search-bar input {
			width:80%!important;
			font-size:13px!important;
			
		} .header .cookie-txt {
			position:fixed;
			z-index:999;
			bottom:0;
			width:100%;
			height:auto;
			
		} .header .cookie-txt &gt; div:nth-child(1) {
			width:100%;
			padding:14px;
			
		} .header .cookie-txt span {
			font-size:10px;
			line-height:1.4em;
			
		} .header .top-bar {
			position:relative;
			width:100%;
			height:40px;
			
		} .header .top-bar &gt; div:nth-child(1) {
			position:relative;
			width:100%;
			margin:auto;
			
		} .header .top-bar .box.a {
			float:right;
			width:100%;
			
		} .header .top-bar .box.a .left {
			display:none;
			
		} .header .top-bar .box.a .right {
			float:none;
			
		} .header .top-bar .box.a .arrow {
			left:30px;
			right:inherit;
			
		} .header .top-bar .box.a .tlate-link {
			width:45%;
			height:40px;
			
		} .header .buttons.top {
			display:none;
			
		} .header .top-bar .box.b {
			position:absolute;
			top:110px;
			left:20px;
			float:none;
			padding:0;
			width:196px;
			line-height:1em;
			text-align:center;
			
		} .header .top-bar .box.mob {
			display:block!important;
			
		} .header .top-bar .box.b span {
			font-size:10.4px;
			
		} .header .user-panel {
			width:45%;
			height:40px;
			
		} .header .user-panel .user-panel-content {
			top:40px;
			left:10px;
			
		} .header .lang {
			float:left;
			width:10%;
			text-align:center;
			padding:13px 0;
			height:40px;
			
		} .header .bottom-bar {
			width:100%;
			height:110px;
			padding:0 20px;
			
		} .header .bottom-bar &gt; div:nth-child(1) {
			position:relative;
			width:100%;
			margin:auto;
			
		} .header .bottom-bar .menu {
			float:right;
			padding:43px 0 0 0;
			
		} .header .bottom-bar .logo {
			float:left;
			padding:26px 0 0 0;
			
		} .header .bottom-bar .logo img {
			width:200px;
			height:auto;
			
		} .header .buttons.bottom {
			display:none;
			
		}
		
		.content .products-bar {
			display:none;
			
		} .content .con-main-slider {
			display:none;
			
		} .content .con-main-mobproducts {
			display:block!important;
			
		} .content .con-main-boxes {
			width:100%;
			
		} .content .con-main-boxes &gt; div:nth-child(1) {
			position:relative;
			width:100%;
			margin:auto;
			padding:0 0 110px 0;
			
		} .content .con-main-boxes .boxes.a {
			float:none;
			width:100%;
			min-height:400px;
			padding:26px 20px 46px 20px;
			background:url(../images/back_downloadPanel_1.png) no-repeat left;
			background-size:cover;
			-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
			box-shadow:0 0 0 0 rgba(0,0,0,0);
			
		} .content .con-main-boxes .boxes.a .img {
			float:none;
			padding:10px 0 0 0;
			
		} .content .con-main-boxes .boxes.a .img img {
			display:block;
			width:100%;
			height:auto;
			margin:0 0 30px 0;
			
		} .content .con-main-boxes .boxes.a .txt.a {
			font-size:21px;
			
		} .content .con-main-boxes .boxes.a &gt; div:nth-child(3) {
			height:20px!important;
			
		} .content .con-main-boxes .boxes.a .box-form {
			width:100%!important;
			
		} .content .con-main-boxes .boxes.a .txt.c {
			padding:0;
			
		} .content .con-main-boxes .boxes.a input[type=text] {
			width:98%;
			padding:12px;
			font-family:Verdana;
			font-weight:300;
			font-size:13px;
			
		} .content .con-main-boxes .con-main-mobslider {
			display:block;
			
		} .content .con-main-boxes .boxes.b {
			float:none;
			width:100%;
			min-height:auto;
			padding:20px 20px 30px 20px;
			margin:0;
			border-top:1px solid #FFF;
			background:url(../images/back_downloadPanel_2.png) no-repeat;
			background-size:100% 100%;
			-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
			box-shadow:0 0 0 0 rgba(0,0,0,0);
			
		} .content .con-main-boxes .boxes.b .txt.a {
			font-size:21px;
			
		} .content .con-main-boxes .boxes.b .button {
			width:98%;
			text-align:right;
			
		} .content .con-main-boxes .boxes.c {
			float:none;
			width:100%;
			padding:0 20px;
			
		} .content .con-main-boxes .boxes.c .titles {
			padding:0 6px;
			
		} .content .con-main-boxes .boxes.d {
			float:none;
			width:100%;
			padding:0 20px;
			margin:0;
			
		} .content .con-main-boxes .boxes.d .titles {
			padding:0 6px;
			
		} .content .con-main-boxes .boxes.d .main-fairs .item {
			width:100%;
			height:82px;
			margin:0 0 22px 0;
			cursor:pointer;
			
		} .content .con-main-boxes .boxes.d .main-fairs .item .image {
			float:left;
			margin-right:12px;
			
		} .content .con-main-boxes .boxes.d .main-fairs .item a {
			font-size:13px;
			
		} .content .con-main-boxes .boxes.d .main-fairs .item span {
			font-size:10px;
			
		} .content .products {
			
		} .content .buttons.inside * {
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			
		} .content .buttons.inside {
			list-style:none;
			margin:0;
			padding:0;
			
		} .content .buttons.inside li {
			position:relative;
			display:block;
			border-bottom:1px solid rgba(255,255,255,0.1);
			
		} .content .buttons.inside li:last-child {
			border:0;
			
		} .content .buttons.inside a {
			display:block;
			font-size:16px;
			color:#FFF;
			vertical-align:middle;
			padding:10px;
			text-shadow:0 1px 1px rgba(0,0,0,0.75);
			
		} .content .buttons.inside .sub a {
			display:block;
			font-size:14px;
			color:#FFF;
			vertical-align:middle;
			padding:10px 10px 10px 26px;
			text-shadow:0 1px 1px rgba(0,0,0,0.75);
			
		} .content .buttons.inside a.active,
		  .content .buttons.inside a:hover {
			background:rgba(38,68,140,0.75);
			padding:10px 10px 10px 26px;
			text-decoration:none;
			text-shadow:0 0 10px #33CCFF;
			
		} .content .buttons.inside a.active {
			padding:10px;
			
		} .content .buttons.inside .sub a.active {
			padding:10px 10px 10px 26px;
			
		} .content .buttons.icons {
			display:none;
			
		} .content .prod-cat-list li a {
			display:block;
			padding:6px;
			color:#333;
			line-height:1.4em;
			
		} .content .prod-cat-list li a:hover {
			font-weight:300;
			background:#3D67CB;
			color:#FFF;
			text-decoration:none;
			
		} .content .main-news .item {
			float:left;
			position:relative;
			width:100%;
			height:310px;
			border-bottom:20px solid #FFF;
			-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
			box-shadow:0 0 0 0 rgba(0,0,0,0);
			
		} .content .main-news .item .img {
			background:url(../images/icon_timesDates.png) no-repeat center;
			background-size:cover;
			
		} .content .main-news .item:hover .img {
			background:url(../images/icon_timesDates_Hover.png) no-repeat center;
			background-size:cover;
			
		} .content .main-fairs .item {
			width:100%;
			-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
			box-shadow:0 0 0 0 rgba(0,0,0,0);
			
		} .content .main-fairs .item &gt; div:nth-child(2) {
			float:none;
			width:100%;
			height:82px;
			background:url(../images/back_mainFairsBar.png) no-repeat center;
			background-size:cover;
			padding:6px 12px;
			border-left:1px solid #FFF;
			
		} .content .resellers .item {
			float:left;
			width:49%;
			min-height:250px;
			padding:20px 0 0 10px;
			background:url(../images/back_mainFairsBar.png) no-repeat;
			background-size:100% 100%;
			border:6px solid #EEE;
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			
		} .content .resellers .item:hover {
			background:#DDD;
			cursor:default;
			border:6px solid #3965CA;
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			-webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,0.35);
			box-shadow: 0 15px 25px 0 rgba(0,0,0,0.35);
			
		} .content .resellers .mapdiv-content {
			display:none;
			
		} .content .resellers .mapdiv-selector {
			display:block!important;
			
		} .content .resellers .mapdiv-selector button {
			display:block;
			width:100%;
			margin:18px 0;
			font-size:14px;
			color:#050505;
			padding:10px 20px;
			background:-moz-linear-gradient(
				top,
				#ffffff 0%,
				#ebebeb 50%,
				#dbdbdb 50%,
				#b5b5b5);
			background:-webkit-gradient(
				linear, left top, left bottom,
				from(#ffffff),
				color-stop(0.50, #ebebeb),
				color-stop(0.50, #dbdbdb),
				to(#b5b5b5));
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;
			border:1px solid #949494;
			-moz-box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			-webkit-box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			text-shadow:
				0px -1px 0px rgba(000,000,000,0.2),
				0px 1px 0px rgba(255,255,255,1);
			
			
		} .content .con-main-inside {
			width:100%;
			min-height:720px;
			
		} .content .breadcrump {
			width:100%;
			height:auto;
			
		} .content .breadcrump &gt; div:nth-child(1) {
			padding:12px 20px;
			width:100%;
			font-size:12px;
			
		} .content .breadcrump span {
			font-size:14px;
			
		} .content .con-menu {
			width:100%;
			height:auto;
			background:url(../images/back_insideTitleBar.png) no-repeat center;
			background-size:cover;
			
		} .content .con-menu &gt; div:nth-child(1) {
			width:100%;
			padding:20px;
			
		} .content .con-menu span {
			font-size:23px!important;
			letter-spacing:-0.5px!important;
			
		} .content .con-content {
			position:relative;
			width:100%;
			margin:auto;
			font-size:13px;
			
		} .content .con-guide.a {
			display:none;
			
		} .content .con-guide.b {
			float:none;
			width:100%;
			padding:20px;
			
		} .content .con-guide.big {
			width:100%;
			padding:20px;
			
		} .content .con-guide.big .cat-info-image {
			width:100%;
			height:auto;
			margin:auto;
		} .content .con-guide.big .cat-info-image img {
			width:100%;
			height:auto;
			
		} .content .con-guide.big .cat-info-text {
			margin:20px 0;
			padding:30px;
			background:rgb(234,234,234);
			background:-moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(248,248,248,1) 100%);
			background:-webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%);
			background:linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%);
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f8f8f8',GradientType=0 );
			
		} .content .con-guide.big .cat-info-text span {
			display:block;
			font-size:15px;
			line-height:1.6em;
			
		} .content .con-guide .vision-mission .img.a {
			float:none;
			margin:0 auto 20px auto;
			
		} .content .con-guide .vision-mission .text.a {
			float:none;
			width:100%;
			margin:0;
			text-align:center;
			
		} .content .con-guide .vision-mission .img.b {
			float:none;
			margin:auto;
			
		} .content .con-guide .vision-mission .text.b {
			float:none;
			width:100%;
			margin:0;
			text-align:center;
			
		} .content .con-guide .vision-mission .text .txt.a {
			font-size:21px;
			letter-spacing:-0.5px;
			margin:0 0 20px 0;
			
		} .content .con-guide .vision-mission .text .txt.b {
			display:inline-block;
			line-height:1.6em;
			margin:0 0 30px 0;
			
		} .content .con-guide.logos .box.a {
			float:none;
			width:100%;
			height:200px;
			margin:0;
			
		} .content .con-guide.logos .box.b {
			float:none;
			width:100%;
			height:auto;
			text-align:center;
			
		} .content .con-guide .contact-boxes {
			float:none!important;
			width:100%!important;
			margin:0 0 40px 0!important;
			
		} .content .con-guide.time-tunnel .desktop {
			display:none!important;
			
		} .content .con-guide.time-tunnel .mobile {
			display:block!important;
			
		} .content .con-guide.products .cat-list {
			display:block;
			
		} .content .con-guide.products .cat-list .cell {
			display:block;
			vertical-align:top;
			width:100%;
			border-right:0;
			border-bottom:1px solid #DDD;
			margin:0 0 30px 0;
			
		} .content .con-guide.products .cat-list .titles {
			padding:20px; min-height:auto; text-align:center;
			
		} .content .con-guide.products .prod-cat-list {
			text-align:center;
			
		} .content .con-guide.products .cat-summary {
			display:none!important;
			
		} .content .con-guide.products .main-cat-list .item {
			width:100%!important;
			height:auto!important;
			margin:0 0 20px 0!important;
			background:#FFF!important;
			
		} .content .con-guide.products .main-cat-list .item &gt; div:nth-child(1) {
			height:230px!important;
			background-size:100% auto!important;
			
		} .content .con-guide.products .prod-img {
			float:none!important;
			width:100%!important;
			min-height:auto!important;
			
		} .content .con-guide.products .prod-text {
			float:none!important;
			width:100%!important;
			min-height:auto!important;
			padding:20px!important;
			
		} .content .con-guide.products .prod-text .txt.a {
			font-size:27px!important;
			
		} .content .con-guide.products .prod-text .txt.c {
			font-size:13px!important;
			
		} .content .con-guide.products .bx-viewport {
			height:320px!important;
			
		} .content .con-guide.products .cntrl-a {
			text-align:left!important;
			
		} .content .con-guide.products .cntrl-a,
		  .content .con-guide.products .cntrl-b,
		  .content .con-guide.products .cntrl-c {
			width:50%!important;
			
		} .content .con-guide.products .cntrl-a,
		  .content .con-guide.products .cntrl-c {
			left:0!important;
			
		} .content .con-guide.products .cntrl-b {
			right:0!important;
			
		} .content .con-guide.products .360-slider {
			height:320px!important;
			
		} .content .con-guide.products .360-slider .slide {
			height:320px!important;
			
		} .content .con-guide.products .bx-prev img {
			border:0!important;
			width:20px!important;
			height:auto!important;
			margin-top:-20px;
			
		} .content .con-guide.products .bx-next img {
			border:0!important;
			width:20px!important;
			height:auto!important;
			margin-top:-20px;
			
		} .content .con-guide.products .zoomImg {
			display:none!important;
			
		} .content .con-guide.products .mag-text {
			display:none!important;
			
		} .content .con-guide.products .prod-buttons {
			height:auto!important;
			
		} .content .con-guide.products .prod-buttons button {
			float:none!important;
			display:block!important;
			width:100%!important;
			text-align:left!important;
			height:auto!important;
			padding:16px 12px 12px 12px!important;
			border-top:1px solid rgba(255,255,255,0.25);
			
		} .content .con-guide.products .prod-buttons button span {
			font-size:14px!important;
			
		} .content .con-guide.products .prod-buttons button div {
			width:26px!important;
			height:26px!important;
			background-size:100% 100%!important;
			
		} .content .con-guide.products .prod-technicals table {
			font-size:12px!important;
			
		} .content .con-guide.products .prod-schema img {
			width:100%!important;
			height:auto!important;
			
		} .content .con-guide.videos .video-list .item {
			width:100%!important;
			
		} .content .con-guide.videos .txt.a {
			font-size:21px!important;
			letter-spacing:-0.5px!important;
			
		} .content .con-guide.videos .txt.b {
			font-size:21px!important;
			letter-spacing:-0.5px!important;
			
		} .content .con-guide.videos .main-cat-list .item {
			width:100%!important;
			
		} .content .con-guide.catalogs .catalog-list .item {
			width:100%!important;
			
		} .content .con-guide.search .prod-item {
			display:block!important;
			
		} .content .con-guide.search .prod-item &gt; div:nth-child(1) {
			display:block!important;
			width:100%!important;
			
		} .content .con-guide.search .prod-item &gt; div:nth-child(1) &gt; div:nth-child(1) {
			width:180px!important;
			margin:auto;
			
		} .content .con-guide.search .prod-item &gt; div:nth-child(2) {
			display:block!important;
			width:100%!important;
			padding:20px;
			text-align:center;
			
		} .content .con-guide.search .text-item &gt; div:nth-child(1) {
			display:block!important;
			width:100%!important;
			padding:20px;
			text-align:center;
			
		} .content .con-guide.resellers .item {
			width:100%!important;
			
		} .content .con-guide.downloads .dtips {
			display:block!important;
			width:100%!important;
			
		} .content .con-guide.downloads table * {
			font-size:11px!important;
			
		} .content .con-guide.downloads table tr td {
			padding:6px!important;
			
		} .content .con-guide.downloads table tr td:nth-child(2),
		  .content .con-guide.downloads table tr td:nth-child(3) {
			display:none!important;
			
		} .content .con-guide.downloads table tr td:nth-child(4) {
			width:32%!important;
			
		} .content .con-guide.news .item {
			width:100%;
			height:330px;
			cursor:pointer;
			margin:0!important;
			
		} .content .con-guide.news .item &gt; div:nth-child(1) {
			position:relative;
			width:100%;
			height:310px;
			
		} .content .con-guide.fairs .item .image {
			width:100px;
			background-size:100% auto!important;
			background-position:top!important;
			
		} .content .con-guide.fairs .item a {
			font-size:15px;
			
		} .content .con-guide.fairs .item span {
			font-size:12px;
			
		} .content .con-guide.fairs .txt.c {
			display:inline-block;
			vertical-align:middle;
			font-size:16px;
			margin:-2px 0 0 0;
			padding:0 30px 0 0;
			
		} .content .con-guide.fairs .txt.d {
			display:block;
			vertical-align:middle;
			font-size:16px;
			color:#333;
			margin:-2px 0 0 0;
			
		} .content .con-guide.careerpos .jobs-list .item {
			width:100%!important;
			
		} .content .con-guide.careerpos .jobs-list .item .txt.a {
			font-size:13px!important;
		} .content .con-guide.careerpos .jobs-list .item .txt.b {
			font-size:17px!important;
		} .content .con-guide.careerpos .jobs-list .item .txt.c {
			font-size:13px!important;
			
		} .content .con-guide.videos .back {
			float:right;
			
		} .content .con-guide.videos .back button {
			font-size:14px;
			font-weight:100!important;
			
		} .content .con-guide.faq .back {
			float:right;
			
		} .content .con-guide.faq .back button {
			font-size:14px;
			font-weight:100!important;
			
		} .content .con-guide.faq .txt.a {
			font-size:21px!important;
			letter-spacing:-0.5px!important;
			
		} .content .con-guide.faq .txt.b {
			font-size:21px!important;
			letter-spacing:-0.5px!important;
			
		} .content .con-guide.faq .main-cat-list .item {
			width:100%!important;
			
		} .content .gal-item {
			list-style:none;
			margin:0;
			padding:0;
			font-size:12px;
			
		} .content .gal-item .x4 {
			float:left;
			width:49%;
			height:260px;
			padding:16px 16px 0 16px;
			
		} .content .gal-item .x4 img {
			width:100%!important;
			height:auto!important;
			
		} .content .gal-item .x2 {
			float:left;
			padding:20.5px 0;
			margin:0 0 16px 0!important;
			
		} .content .gal-item .x4:nth-child(4n+0) {
			border-right:0;
			
		} .content .gal-item.xSer {
			width:47%;
			margin:0 16px 26px 0;
			
		} .content .gal-item.xSer:nth-child(2n+0) {
			margin:0 0 26px 0;
			
		} .content .gal-item.xSer img {
			display:block;
			width:100%;
			
		} .content .con-under span {
			font-size:17px;
			letter-spacing:-0.5px;
		}
		
		.footer {
			width:100%;
			
		} .footer .maillist-bar {
			width:100%;
			height:auto;
			
		} .footer .maillist-bar &gt; div:nth-child(1) {
			width:100%;
			height:90px;
			
		} .footer .maillist-bar .text {
			float:none;
			width:100%;
			height:auto;
			padding:18px;
			
		} .footer .maillist-bar .text img {
			float:left;
			width:30px;
			height:30px;
			margin:5px;
			
		} .footer .maillist-bar .text span {
			font-size:13px;
			
		} .footer .maillist-bar .form {
			float:none;
			width:100%;
			height:auto;
			padding:10px 20px;
			
		} .footer .maillist-bar .form input[type=text] {
			width:80%;
			font-size:13px;
			border:0;
			margin:5px 0 0 0;
			
		} .footer .maillist-lines .left {
			float:none;
			width:100%;
			height:80px;
			
		} .footer .maillist-lines .right {
			float:none;
			width:100%;
			height:56px;
			
		} .footer div.links {
			width:100%;
			height:auto;
			
		} .footer .links &gt; .top {
			width:100%;
			height:auto;
			
		} .footer .links &gt; .top &gt; div:nth-child(1) {
			position:relative;
			width:100%;
			height:auto;
			
		} .footer .links &gt; .top .left {
			float:none;
			width:100%;
			height:auto;
			padding:26px;
			
		} .footer .links &gt; .top .left .boxes {
			width:50%;
			margin:0 0 30px 0;
			
		} .footer .links &gt; .top .left .boxes span {
			font-size:17px;
			
		} .footer .links &gt; .top .right {
			float:none;
			width:100%;
			height:auto;
			padding:26px;
			
		} .footer .links &gt; .top .right .txt.a {
			display:block;
			font-size:19px;
			letter-spacing:-0.5px;
			
		} .footer .links &gt; .top .right .txt.b {
			display:block;
			padding:0 0 4px 0;
			font-size:13px;
			
		} .footer .links &gt; .top .right .txt.c {
			display:block;
			padding:0 0 4px 0;
			font-size:13px;
			line-height:1.7em;
			
		} .footer .links &gt; .top .right .social {
			padding:20px 0;
			
		} .footer .links &gt; .top .right .powered {
			float:none;
			padding:0;
			margin:0 0 42px 0;
			
		} .footer .links &gt; .top ul.links {
			font-size:12px;
			line-height:2em;
			
		} .footer .links &gt; .bottom {
			position:relative;
			z-index:1;
			width:100%;
			
		} .footer .links &gt; .bottom .left {
			float:left;
			width:50%;
			height:340px;
			
		} .footer .links &gt; .bottom .right {
			float:left;
			width:50%;
			height:340px;
			background:#F2F2F2;
			
		} .footer .links a {
			color:#333;
			font-weight:100;
			
		}
		
		.nomobile {
			display:none!important;
		}
		
		/* css1 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:768px) {
		
		body {
			zoom:63%;
		}
		
		/* css2 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1024px) {
		
		body {
			zoom: 80%!important;
		}
		
		.header .bottom-bar {
			width:100%;
			height:100px!important;
		
		} .header .bottom-bar &gt; div:nth-child(1) {
			border:1px solid transparent!important;
			
		} .header .bottom-bar .menu {
			float:right;
			padding:34px 0 0 0!important;
			
		} .header .bottom-bar .logo {
			float:left;
			padding:28px 0 0 0!important;
			
		} .header .bottom-bar .logo img {
			width:200px;
			height:auto;
		}
		
		.content .header-slider {
			height:460px!important;
			
		} .content .products-bar {
			height:150px!important;
			
		} .content .products &gt; li {
			height:149px!important;
			
		} .content .products &gt; li .i {
			width:50px!important;
			height:50px!important;
			background-size:100% 100%!important;
			
		} .content .products li .t {
			width:86%;
			font-size:12px;
			
		} .content .products &gt; li:hover .sub {
			margin:21px 0 0 0;
			top:129px;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1025px) and (max-width:1299px) {
		
		body {
			zoom: 85%!important;
		}
		
		.header .bottom-bar {
			width:100%;
			height:100px!important;
			
		} .header .bottom-bar &gt; div:nth-child(1) {
			border:1px solid transparent!important;
			
		} .header .bottom-bar .menu {
			float:right;
			padding:34px 0 0 0!important;
			
		} .header .bottom-bar .logo {
			float:left;
			padding:28px 0 0 0!important;
			
		} .header .bottom-bar .logo img {
			width:200px;
			height:auto;
		}
		
		.content .header-slider {
			height:460px!important;
			
		} .content .products-bar {
			height:150px!important;
			
		} .content .products &gt; li {
			height:149px!important;
			
		} .content .products &gt; li .i {
			width:50px!important;
			height:50px!important;
			background-size:100% 100%!important;
			
		} .content .products li .t {
			width:86%;
			font-size:12px;
			
		} .content .products &gt; li:hover .sub {
			margin:21px 0 0 0;
			top:129px;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1300px) and (max-width:1660px) {
		
		body {
			zoom: 90%!important;
		}
		
		.header .bottom-bar {
			width:100%;
			height:100px!important;
			
		} .header .bottom-bar &gt; div:nth-child(1) {
			border:2px solid transparent!important;
			
		} .header .bottom-bar .menu {
			float:right;
			padding:34px 0 0 0!important;
			
		} .header .bottom-bar .logo {
			float:left;
			padding:28px 0 0 0!important;
			
		} .header .bottom-bar .logo img {
			width:200px;
			height:auto;
		}
		
		.content .header-slider {
			height:460px!important;
			
		} .content .products-bar {
			height:150px!important;
			
		} .content .products &gt; li {
			height:149px!important;
			
		} .content .products &gt; li .i {
			width:50px!important;
			height:50px!important;
			background-size:100% 100%!important;
			
		} .content .products li .t {
			width:86%;
			font-size:12px;
			
		} .content .products &gt; li:hover .sub {
			margin:21px 0 0 0;
			top:128px;
			
		}
		
		/* css5 */
	}
	
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.ttpager ul {
		list-style:none;
		margin:0;
		padding:0;
		
	} .ttpager ul li {
		display:inline-block;
		
	} .ttpager ul li a {
		display:block;
		width:26px;
		height:26px;
		text-decoration:none;
		background:url(../images/icon_historyBtn_5.png) no-repeat;
		
	} .ttpager ul li a:hover,
	  .ttpager .active {
		background:url(../images/icon_historyBtn_4.png) no-repeat;
	}
	
	.hs-pager ul {
		list-style:none;
		margin:0;
		padding:0;
		white-space:nowrap;
		
	} .hs-pager ul li {
		float:left;
		padding:0 6px 0 0;
		
	} .hs-pager ul li a {
		display:block;
		width:16px;
		height:16px;
		background:url(../images/icon_pagerBtn.png) no-repeat;
		text-decoration:none;
		-webkit-box-shadow:10px 10px 20px 0 rgba(0,0,0,0.15);
		box-shadow:10px 10px 20px 0 rgba(0,0,0,0.15);
		
	} .hs-pager ul li a:hover,
	  .hs-pager .active {
		background:url(../images/icon_pagerBtnHover.png) no-repeat;
		text-decoration:none;
	}
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(255,255,255,0.35)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(255,255,255,0.23)!important;  
	} .search-bar input::-moz-placeholder {
		color:rgba(255,255,255,0.35)!important;  
	} .search-bar input:-ms-input-placeholder {  
		color:rgba(255,255,255,0.35)!important;  
	}
	
	.maillist-bar input::-webkit-input-placeholder {
		color:rgba(255,255,255,0.35)!important;
	} .maillist-bar input:-moz-placeholder {
		color:rgba(255,255,255,0.23)!important;  
	} .maillist-bar input::-moz-placeholder {
		color:rgba(255,255,255,0.35)!important;  
	} .maillist-bar input:-ms-input-placeholder {  
		color:rgba(255,255,255,0.35)!important;  
	}
	
	input:-webkit-autofill {
	    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
		
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
		
		
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:15px;
		padding:7px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#666;
		-webkit-border-radius:4px;
		border-radius:4px;
	}
	
	input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv &gt; div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv &gt; div:nth-child(1) &gt; div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	}
	
	button.black {
		position:relative;
		z-index:2;
		font-size:19px;
		font-weight:500;
		background:#1A1A18;
		color:#FFF;
		padding:10px 16px;
		border:0;
		cursor:pointer;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	
	button.black:hover {
		background:#51514A;
		color:#FFF;
	}
	
	button.black:active {
		color:#CCC;
		background:#5A5A5A;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
		
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		letter-spacing:-1px;
		font-size:18px;
		font-weight:500;
		color:#333;
		
	} #blockTableDiv #dialogContent {
		margin:6px 0 10px 0;
		padding:6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
		
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
		
	} #blockTableDiv .dialogButton&gt;input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
		
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
		
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
		
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:500;
		letter-spacing:-1px;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	</pre></body></html>