﻿@import url("font-awesome.min.css");
@import url("Reset.css");
/* Basic
   ========================================================================== */
	html {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	*, *:before, *:after {
		box-sizing: inherit;
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
	}
	
	body {
		background-color:#ffffff;
	}
	
	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	
	body, input, select, textarea {
		color: #333333;
		font-family: Arial;
		font-size: 10pt;
		line-height: 1.7em;
	}
	
	a {
		color: #0000cc;
		text-decoration: underline;
	}
	
	a:hover {
		color: #ff0000;
		text-decoration:underline;
	}
	
	a.here-link {
		color: #0099ff;
	}

	a.here-link:hover {
		color: #0099ff;
	}
	
	a.button {color:#ffffff;}
	
	strong, b {
		font-weight: 600;
	}
	
	em, i {
		font-style: italic;
	}
	
	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.35em;
		margin-bottom: 1em;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}
	
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
		font-style: normal;
		font-weight: 300;
	}
	
	h2 {
		font-size: 1.75em;
		line-height: 1.35em;
		/*letter-spacing: -0.025em;*/
	}
	
	h3 {
		font-size: 1.2em;
		/*letter-spacing: -0.025em;*/
	}
	
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}
	
	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}
	
	hr {
		border-top: solid 1px #e0e0e0;
		border: 0;
		margin-bottom: 1.5em;
	}
	
	blockquote {
		border-left: solid 0.5em #e0e0e0;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}
	
	.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030
	}
	
	.fixed-bottom {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030
	}
	
	.fixed-dialog {
		position: fixed;
		top: 50px;
		left: 50px;
	}
	
	.w-100 {width:100%;}
	.w-95 {width:95%;}
	.m-auto {margin: auto !important}
	.mt-60 {margin-top: 60px;}
	.mt-30 {margin-top: 30px;}
	.mt-10 {margin-top: 10px;}
	.pl-5 {padding-left: 5px;}
	.pl-10 {padding-left: 10px;}
	.pr-5 {padding-right: 5px;}
	.pr-10 {padding-right: 10px;}
	.pt-5 {padding-top: 5px;}
	.pt-10 {padding-top: 10px;}
	.pt-20 {padding-top: 20px;}
	.pt-60 {padding-top: 60px;}
	.pb-30 {padding-bottom: 30px;}
	.pb-5 {padding-bottom: 5px;}
	.pb-10 {padding-bottom: 10px;}
	.pb-20 {padding-bottom: 20px;}
	.pb-60 {padding-bottom: 60px;}
	.text-left {text-align: left !important}
	.text-right {text-align: right !important}
	.text-center {text-align: center !important}
	.text-red {color:#ff0000;}
	.text-blue {color:#0000ff;}
	.text-black {color:#000000;}
	.text-gray {color: #808080;}
	.text-note {color:#ff0000; text-decoration:underline; font-weight:bold;}
	.text-font-size15em {font-size:1.5em;}
	.align-top {vertical-align: top !important}
	.align-middle {vertical-align: middle !important}
	.align-bottom {vertical-align: bottom !important}
	.img-fluid {max-width: 100%; height: auto}
	.bg-gray {
		background-color: #f8f8f8;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9	
	}
	.bg-gray-map {
		/*background-image: url("../Images/Bg_Map2.gif");
		background-position: bottom center;
		background-repeat: no-repeat;*/
		background-color:#eee;
	}
	.bg-warning {
		background-color: #ffff00;
	}
	.border-l-gray50 {border-left: 1px solid #7f7f7f;}
	.border-t-gray50 {border-top: 1px solid #7f7f7f;}
	.border-r-gray50 {border-right: 1px solid #7f7f7f;}
	.border-b-gray50 {border-bottom: 1px solid #7f7f7f;}
	.border-l-lightblue {border-left: 1px solid #0099CC;}
	.border-t-lightblue {border-top: 1px solid #0099CC;}
	.border-r-lightblue {border-right: 1px solid #0099CC;}
	.border-b-lightblue {border-bottom: 1px solid #0099CC;}
	.hidden {
	  display: none !important;
	}

/* Container
   ========================================================================== */
	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1100px;
		padding: 0;
	}
	
	.container-epayment {
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}

/* Row
   ========================================================================== */
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	
	.row > * {
		box-sizing: border-box;
	}
	
	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	
	.row.aln-left {
		justify-content: flex-start;
	}
	
	.row.aln-center {
		justify-content: center;
	}
	
	.row.aln-right {
		justify-content: flex-end;
	}
	
	.row.aln-top {
		align-items: flex-start;
	}
	
	.row.aln-middle {
		align-items: center;
	}
	
	.row.aln-bottom {
		align-items: flex-end;
	}
	
	.row > .imp {
		order: -1;
	}
	
	.row > .col-1 {
		width: 8.3333333333%;
	}
	
	.row > .off-1 {
		margin-left: 8.3333333333%;
	}
	
	.row > .col-2 {
		width: 16.6666666667%;
	}
	
	.row > .off-2 {
		margin-left: 16.6666666667%;
	}
	
	.row > .col-3 {
		width: 25%;
	}
	
	.row > .off-3 {
		margin-left: 25%;
	}
	
	.row > .col-4 {
		width: 33.3333333333%;
	}
	
	.row > .off-4 {
		margin-left: 33.3333333333%;
	}
	
	.row > .col-5 {
		width: 41.6666666667%;
	}
	
	.row > .off-5 {
		margin-left: 41.6666666667%;
	}
	
	.row > .col-6 {
		width: 50%;
	}
	
	.row > .off-6 {
		margin-left: 50%;
	}
	
	.row > .col-7 {
		width: 58.3333333333%;
	}
	
	.row > .off-7 {
		margin-left: 58.3333333333%;
	}
	
	.row > .col-8 {
		width: 66.6666666667%;
	}
	
	.row > .off-8 {
		margin-left: 66.6666666667%;
	}
	
	.row > .col-9 {
		width: 75%;
	}
	
	.row > .off-9 {
		margin-left: 75%;
	}
	
	.row > .col-10 {
		width: 83.3333333333%;
	}
	
	.row > .off-10 {
		margin-left: 83.3333333333%;
	}
	
	.row > .col-11 {
		width: 91.6666666667%;
	}
	
	.row > .off-11 {
		margin-left: 91.6666666667%;
	}
	
	.row > .col-12 {
		width: 100%;
	}
	
	.row > .off-12 {
		margin-left: 100%;
	}
	
	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	.row.gtr-0 > * {
		padding: 0px 0 0 0px;
	}
	
	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}
	
	.row.gtr-0.gtr-uniform > * {
		padding-top: 0px;
	}
	
	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}
	
	.row.gtr-25 > * {
		padding: 12.5px 0 0 12.5px;
	}
	
	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}
	
	.row.gtr-25.gtr-uniform > * {
		padding-top: 12.5px;
	}
	
	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}
	
	.row.gtr-50 > * {
		padding: 25px 0 0 25px;
	}
	
	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}
	
	.row.gtr-50.gtr-uniform > * {
		padding-top: 25px;
	}
	
	.row {
		margin-top: -50px;
		margin-left: -50px;
	}
	
	.row > * {
		padding: 50px 0 0 50px;
	}
	
	.row.gtr-uniform {
		margin-top: -50px;
	}
	
	.row.gtr-uniform > * {
		padding-top: 50px;
	}
	
	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}
	
	.row.gtr-150 > * {
		padding: 75px 0 0 75px;
	}
	
	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}
	
	.row.gtr-150.gtr-uniform > * {
		padding-top: 75px;
	}
	
	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}
	
	.row.gtr-200 > * {
		padding: 100px 0 0 100px;
	}
	
	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}
	
	.row.gtr-200.gtr-uniform > * {
		padding-top: 100px;
	}
	
	.row-style2 {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	
	.row-style2 > * {
		box-sizing: border-box;
	}
	
	.row-style2 span.label {
		width: 50px; 
		white-space: nowrap;
	}
	
	.row-style2 span.content {
	}
	
	.row-style3 {
		position: relative;
	}
	
	.col-fix-right-bottom {
		position: absolute; 
		bottom: 0; 
		right: 0;
	}
	
/* Section/Article
   ========================================================================== */
	section.special, article.special {
		text-align: center;
	}

	header h1, header h2 {
		font-size:1.5em;
		font-weight:bold; 
		color:#203866; 
		margin-bottom: 0.5em;
	}

	header h1.order-form, header h2.order-form {
		font-size: 20px;
		background-color: #0099cc;
		color: #ffffff;
		font-weight: 700;
		text-align: center;
		margin-bottom: 0;
		padding: 0 10px;
	}
	
	header h1.style2, header h2.style2 {
		background:url(/Images/Title_Icon.gif) no-repeat 0 0;
		padding: 0 0 0 25px;
	}

	header p {
		color: #999;
		font-size: 1.25em;
		position: relative;
		margin-top: -1.25em;
		margin-bottom: 2.25em;
	}

	footer {
		margin: 0 0 3em 0;
	}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form
   ========================================================================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea, select {
		/*-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;*/
		background: #fff;
		/*border: solid 1px #e0e0e0;*/
		/*border-radius: 5px;*/
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.1em;
		text-decoration: none;
		width: 100%;
	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border-color: #0099cc;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}
	
	select {
		display: inline-block;
		width: auto;		
	}

	label {
		display: block;
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0em;
	}

	::-webkit-input-placeholder {
		color: #999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	:-ms-input-placeholder {
		color: #999;
	}
	
	label.float-left {
		text-align: left;
		clear: both;
		float: left;
		margin-right: 15px;
		/*display: block;*/
	}

	label.font-weight-normal {
		font-weight: normal;
	}
	
	.form-signup label {
		text-align: left;
		clear: both;
		float: left;
		margin-right:15px;
		display: block;
	}
	
	.form-signup label.label2 {
		text-align:left;
		clear: none;
		float: none;
		margin-right: 5px;		
		display: inline-block;
		font-weight: normal;
	}

	.form-signup label.label3 {
		float: none;
	}

	.form-signup .fieldBlock{
		clear: both;
		padding: 5px 0 0 0;
	}
	
	.form-signup .fieldBlock2{
		clear: both;
		width: 48%;
		float: left;
	}

	.form-signup .fieldBlock3{
		width: 48%;
		float: right;
	}
	
	.form-signup .fieldBlock4{
		padding-top:15px;
	}

	.form-signup .fieldBlock5{
		text-align:right;		
	}
	.form-signup .fieldBlock6{
		width: 22%;
		margin-right: 15px;
		float: left;
	}
	
/* Image
   ========================================================================== */
	.image {
		border: 0;
		display: inline-block;
		position: relative;
		/*border-radius: 5px;*/
	}

	.image img {
		display: block;
		/*border-radius: 5px;*/
	}
	
	.image-responsive {
		max-width: 100%;
		height: auto;
	}

	/*Delete ?*/
	/*.image.left {
		display: block;
		float: left;
		margin: 0 2em 2em 0;
		position: relative;
		top: 0.25em;
	}

	.image.left img {
		display: block;
		width: 100%;
	}

	.image.fit {
		display: block;
	}

	.image.fit img {
		display: block;
		width: 100%;
	}

	.image.featured {
		display: block;
		margin: 0 0 2em 0;
	}

	.image.featured img {
		display: block;
		width: 100%;
	}*/


/* Lists
   ========================================================================== */
	ol {
		list-style: decimal;
		padding-left: 2em;
	}

	ol li {
		padding-left: 0.5em;
	}

	ul {
		list-style: disc;
		padding-left: 2em;
	}

	ul li {
		padding-left: 0.5em;
	}
	
	ul.style1 {
		padding-left:2.5em;
	}

	ul.style1 > li {
		margin: 4px 0 4px 0;
		list-style: none;
		text-indent: -10px;	
	}
	
	ul.style1 > li:before {
		content: "✓ "; 
		color: #203866; 
		font-weight:bold;		
	}
	
	ul.style2 {
		padding-left:0;
	}

	ul.style2 > li {
		margin: 4px 0 4px 0;
		padding-left:0;
		list-style: none;
	}

/* Links
   ========================================================================== */
	ul.links {
		list-style: none;
		padding-left: 0;
	}

	ul.links li {
		line-height: 1.8em;
		padding-left: 0;
	}
	
	ul.links-style2 {
		list-style: none;
		padding: 5px 0 0 5px;	
		margin: 0;	
	}

	ul.links-style2 li {
		line-height: 1.8em;
		/*padding: 0 0 10px 0;*/
		font-size: 18px;
		font-weight:600;
		color: #203866;
		margin:0;
	}

	ul.links-style2 li a {
		color: #203866;
		text-decoration:none;				
	}

	ul.links-style2 li a:hover {
		text-decoration:underline;
	}
	
	ul.links-style3 {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	ul.links-style3 li {
		display: inline-block;
		vertical-align: bottom;
		line-height:100%;
		margin:0;
		padding: 5px 0 0 5px;
	}
	
	ul.links-style4 {
		margin: 20px 0 0 0;
		padding: 0;
		line-height: 100%;
		list-style: none;
		/*max-width: 200px;*/
	}
	
	ul.links-style4 li {
		position: relative;
		display: inline-block;
	}
	
	ul.links-style4 li img {
		border: 1px solid #cccccc;
		width: 40px;
		padding: 2px;
		background-color:#ffffff;
	}
	
	ul.links-style5 {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	ul.links-style5 li {
		display: inline-block;
		vertical-align: bottom;
		line-height:100%;
		margin:0;
		padding: 10px 10px 0 0;
	}
	
	ul.links-style5 li a.button {
		min-width: 190px;
	}
	
	ul.links-social-network {
		list-style: none;
		padding: 0;	
		margin: 0;	
	}

	ul.links-social-network li {
		line-height: 1.8em;
		padding:0 0 5px 0;
		font-size: 18px;
		font-weight:600;
		color: #203866;
		margin:0;
	}

	ul.links-social-network li a {
		display:block;
		text-indent: -9999px;
		width: 185px;
		height: 35px;
	}

	ul.links-social-network li a:hover {
		text-decoration:underline;
	}
	
	ul.links-social-network li a.paypal {
		background-image: url("../Images/Btn_Paypal.jpg");
		background-position: left center;
		background-repeat: no-repeat;
	}

	ul.links-social-network li a.facebook {
		background-image: url("../Images/Btn_Facebook.jpg");
		background-position: left center;
		background-repeat: no-repeat;
	}

	ul.links-social-network li a.linkedin {
		background-image: url("../Images/Btn_LinkedIn.jpg");
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	ul.links-product {
		list-style: none;
		padding: 0;	
		margin: 0 0 10px 0;
	}

	ul.links-product li {
		display: inline-block;
		line-height: 3em;
		padding: 0 10px 0 0;
	}
	
	ul.links-product a, ul.links-product img{width:15em;}
	
	ul.links-file-upload {
		list-style: none;
		padding: 0;	
		margin: 5px 0 0 0;
		vertical-align: bottom;
		display: inline-block;
		/*float: left;*/
	}

	ul.links-file-upload li {
		display: inline-block;
		line-height: 3em;
		padding: 0 10px 0 0;
	}
	
	ul.links-file-upload a {
		width: 5em;
	}	

	ul.links-login {
		list-style: none;
		padding: 0;	
		margin: 0 0 10px 0;
	}

	ul.links-login li {
		float: left;
		line-height: 100%;
		padding: 0 10px 0 0;
	}
	
	ul.links-login a {
		color: #ff0000;
		
	}

	ul.links-login li:nth-of-type(2)
	, ul.links-login li:first-child+li {
		float: right;
		text-align: right;
		padding-right: 0;
	}
	
	ul.linksbutton {
		list-style: none;
		padding: 0;
		margin: 0 0 0 10px;
	}

	ul.linksbutton li {
		display: inline-block;
		vertical-align: bottom;
		line-height:100%;
		padding: 0 0 0 10px;
		font-weight: 600;
	}

/* Menu
   ========================================================================== */
	ul.menu {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

	ul.menu li:first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

/* Actions
   ========================================================================== */
	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

	ul.actions li {
		padding: 0 0 0 1em;
		vertical-align: middle;
	}

	ul.actions.special {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	ul.actions.special li:first-child {
		padding-left: 0;
	}

	ul.actions.stacked {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	ul.actions.stacked li {
		padding: 1.25em 0 0 0;
	}

	ul.actions.stacked li:first-child {
		padding-top: 0;
	}

	ul.actions.fit {
		width: calc(100% + 1em);
	}

	ul.actions.fit li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		width: 100%;
	}

	ul.actions.fit li > * {
		width: 100%;
	}

	ul.actions.fit.stacked {
		width: 100%;
	}
	
/* Tables
   ========================================================================== */
	table {
		width: 100%;
	}

	table.default {
		width: 100%;
	}

	table.default tbody tr {
		border-bottom: solid 1px #e0e0e0;
	}

	table.default td {
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default th {
		font-weight: 600;
		padding: 0.5em 1em 0.5em 1em;
		text-align: left;
	}

	table.default thead {
		background-color: #555555;
		color: #fff;
	}
	
	.css-table {
		display:table;
		border-spacing: 2px;
	}
	
	.css-tr {
		display: table-row;
	}
	
	.css-tr.bg-blue {
		background-color:#203866;
		color: #ffffff;
	}

	.css-tr.bg-lightblue {
		background-color:#0099CC;
		color: #ffffff;
	}

	.css-td {
		display: table-cell;
	}

	.css-td.valn-middle {
		vertical-align: middle;
	}

	.css-td.aln-center {
		text-align: center;
	}
	
	.css-td.small-font {
		font-size: 90%;
	}
	
	.css-td.css-td-title1 {
		color: #1E3966;
		font-weight: bold;
	}
	.css-td.css-td-title2 {
		color: #0000ff;
	}
	
	.css-table-data-field {
		display:table;
		width: 70%;
		border-left: 1px solid #7f7f7f;
		border-bottom: 1px solid #7f7f7f;
		/*border-spacing: 2px;*/
		margin:auto;
	}

	.css-table-data-field > .css-tr {
		display: table-row;
	}
	
	.css-table-data-field > .css-tr.css-th {
		display: table-row;
		font-size: 14px;
		background-color:#203866;
		color: #ffffff;
		text-align: center;
	}
	
	.css-table-data-field > .css-tr > .css-td {
		display: table-cell;
		border-top: 1px solid #7f7f7f;
		border-right: 1px solid #7f7f7f;
		padding: 3px;		
	}
	
	.css-table-data-field > .css-tr > .text_center {
		text-align: center;
		vertical-align:middle;
	}
	

/* Button
   ========================================================================== */
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #ff6600;
		border: 1px solid #ff6600;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		padding: 0 0.8em;
		line-height: 2.25em;
		/*min-width: 5em;*/
		text-align: center;
		text-decoration: none;
	}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover {
		position: relative;
		background-color: #ff6600;
		border: 1px solid #ff6600;
		color: #fff !important;
		top: 1px;
		left: 1px;
		text-decoration: none;		
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	button:active,
	.button:active {
		background-color: #ff6600;
		border: 1px solid #ff6600;
		color: #fff;
	}

	input[type="submit"].alt,
	input[type="reset"].alt,
	input[type="button"].alt,
	button.alt,
	.button.alt {
		background-color: #555555;
		color: #fff;
	}

	input[type="submit"].alt:hover,
	input[type="reset"].alt:hover,
	input[type="button"].alt:hover,
	button.alt:hover,
	.button.alt:hover {
		background-color: #626262;
	}

	input[type="submit"].alt:active,
	input[type="reset"].alt:active,
	input[type="button"].alt:active,
	button.alt:active,
	.button.alt:active {
		background-color: #484848;
	}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5em;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		font-size: 0.8em;
	}

	input[type="submit"].big,
	input[type="reset"].big,
	input[type="button"].big,
	button.big,
	.button.big {
		font-size: 1.75em;
		line-height: 1.75em;
	}

	input[type="submit"].font-bold,
	input[type="reset"].font-bold,
	input[type="button"].font-bold,
	button.font-bold,
	.button.font-bold {
		font-weight: 600;
	}
	
	.button.login {
		width: 100%;
		font-weight: 700;
		line-height: 2em;
	}
	
	.button a {
		color: #fff;
		text-decoration: none;
	}
	
	.button a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.button-style2 {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #ffffff;
		border: 1px solid #006EA4;
		color: #006EA4;
		cursor: pointer;
		display: inline-block;
		padding: 0 0.8em;
		line-height: 2.25em;
		text-align: center;
		text-decoration: none;
		border-radius: 3px;
	}
	
	.button-style2:hover{
		background-color: #006EA4;
		border: 1px solid #006EA4;
		color: #ffffff !important;
		text-decoration: none;		
	}

	/*.button-style2:active{
		background-color: #006EA4;
		border: 1px solid #006EA4;
		color: #ffffff;
	}*/
	
/* Header
   ========================================================================== */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		text-align:center;
		width:100%;
		background-color:#ffffff;
	}
	
	#header .container {
		margin: 0 auto;
		max-width: 100%;
		width: 1100px;
		padding: 7px 0 0 0;
	}

	#header .header-logo {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	
	#header .header-logo .logo {
		width: 180px;
		vertical-align: bottom;
		padding: 0;
		margin: 0;
		line-height:100%;
	}

	#header .header-logo .company-name
	, .company-name {
		font-size: 1.2em;
		font-family: Verdana;
		color: #0099cc; 
		padding: 0 0 10px 5px;
		vertical-align: bottom;
		text-align: left;
		line-height: 100%;
	}

	#header .header-logo .links {
		vertical-align:bottom;
		text-align:right;
		padding: 0 5px 5px 0;
	}

	#header .header-logo .close-tab {
		font-size: 20px;
		font-weight: 600;
		padding: 0 10px 10px 0;
		vertical-align: bottom;
		color: #0099cc;
	}

	#header .header-logo .close-tab a {
		text-decoration: none;
		color: #0099cc;
	}

	#header .header-logo.close-tab a:hover {
		text-decoration: underline;
	}
	
	#header-epayment .logo {
		width: 180px;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}

	#header-epayment .company-name {
		font-size: 1.2em;
		font-family: Verdana;
		color: #0099cc; 
		padding: 0 0 10px 5px;
		vertical-align: bottom;
		text-align: left;
		line-height: 100%;
	}

	#nav {
		clear:both;		
		cursor: default;
		background-color: #0099cc;
		padding: 0;
	}

	/*#nav:after {
		content: '';
		display: block;
		width: 100%;
		height: 0.75em;
		background-color: #37c0fb;
	}*/

	#nav > ul {
		margin: 0;
	}

	#nav > ul > li {
		position: relative;
		display: inline-block;
		margin-left: 1em;
		font-weight: 600;
		font-size: 16px;
	}

	#nav > ul > li a {
		color: #fff;
		text-decoration: none;
		border: 0;
		display: block;
		padding: 0.8em 1em 0.8em 1em;
	}

	#nav > ul > li:first-child {
		margin-left: 0;
	}

	#nav > ul > li:hover a {
		color: #fff;
	}

	#nav > ul > li.current {
		font-weight: 600;
	}

	#nav > ul > li.current:before {
		-moz-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		width: 0.75em;
		height: 0.75em;
		content: '';
		display: block;
		position: absolute;
		bottom: -0.5em;
		left: 50%;
		margin-left: -0.375em;
		background-color: #37c0fb;
	}

	#nav > ul > li.current a {
		color: #fff;
	}

	#nav > ul > li.active a {
		color: #fff;
	}

	#nav > ul > li.active.current:before {
		opacity: 0;
	}

	#nav > ul > li > ul {
		display: none;
	}
	
	#nav > ul > li.icon-home {
		text-indent: -9999px;
		background-image: url("../Images/Icon_Home.gif");
		background-position: center center;
		background-repeat: no-repeat;
	}

/* Dropotron
   ========================================================================== */
	.dropotron {
		background-color: #0099cc;
		/*border-radius: 5px;*/
		color: #ffffff;
		min-width: 10em;
		padding: 1em 0;
		text-align: left;
		/*box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);*/
		list-style: none;
	}

	.dropotron > li {
		background-color: #0099cc;
		font-size: 10pt;
		line-height: 2em;
		padding: 0;
	}

	.dropotron > li > a {
		color: #ffffff;
		text-decoration: none;
		border: 0;
		padding: 0 1.1em 0 1em;
	}

	.dropotron > li.active > a, .dropotron > li:hover > a {
		background-color: #ffffff;
		color: #000000;
	}

	.dropotron.level-0 {
		/*border-radius: 0 0 5px 5px;*/
		font-size: 0.9em;
		padding-top: 0;
		margin-top: -1px;
	}

/* Wrapper
   ========================================================================== */
	.wrapper {
		padding: 146px 0 10px 0;
	}

	.wrapper.style1 {
		background: #fff;
	}

	.wrapper.style2 {
		background-color: #fff;
	}

	.wrapper.style3 {
		padding-top: 136px;
		padding-bottom: 0px;
	}
	.wrapper.style4 {
		padding:20px;
	}
	
	.wrapper-popup {
		padding: 82px 0 10px 0;
	}
	
	.wrapper-popup-no-header {
		padding: 20px 0 10px 0;
	}
	
/* Content
   ========================================================================== */
	.content-style1 {
		min-height: 300px;
		padding: 0 10px 20px 0;
		background-image: url("../Images/Bg_Map_520x260.gif");
		background-position: center center;
		background-repeat: no-repeat;
		
		/*-moz-background-size: contain;
		background-size: contain;*/
	}
	
	.content-style1-no-background {
		background: none;
	}
	
	.content-style2 {
		background: none;
		min-height: 50px;
	}
	
	.content-style3 {
		padding: 20px 0 0 20px;
	}
	
	.container-popup {
		padding: 0 0px 10px 0px;
	}
	
/* Sidebar
   ========================================================================== */
	#sidebar {
		background-color:#eee;
		margin:0;
	}
	
	.sidebar-style1 {
		background-color:#eee;
		min-height: 350px;
	}
	
/* Login
   ========================================================================== */
	.login-content {
		/*padding: 0 30px 30px 30px;*/
		overflow:hidden;
	}

	.login-content input::-webkit-input-placeholder {
		color: #666666;
	}

	.login-content input:-moz-placeholder {
		color: #666666;
	}

	.login-content input::-moz-placeholder {
		color: #666666;
	}

	.login-content input:-ms-input-placeholder {
		color: #666666;
	}
	
	.login-content {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.login-content input {
		background-color:#ccc;
		border:none;
	}
	
	.login-content .title {
		font-family: Verdana; 
		font-size: 42px; 
		font-size: 2.4vi;
		font-weight:bold; 
		text-align:center; 
		color:#858585; 
		margin:10px 0 20px 0;
		line-height:160%;
	}
	
	.login-content .user-id {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; 
		align-items: center; 
		justify-content: center;
		-ms-flex-pack: center;		
		margin: 0 0 10px 0; 
		height: 54px; 
		line-height: 54px;		
		padding:0 50px 0 50px;
		background:url(../Images/Icon_Login.gif) no-repeat 10px 10px; 
		background-color:#ccc;
	}
	
	.login-content .password {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; 
		align-items: center; 
		justify-content: center;
		-ms-flex-pack: center;		
		margin:0 0 10px 0; 
		height:54px; 
		line-height: 54px;		
		padding:0 0 0 50px;
		background:url(../Images/Icon_Lock.gif) no-repeat 10px 10px; 
		background-color:#ccc;
	}
	
	.login-content .password .icon-question-mark {
		display: block;
		text-indent: -9999px;
		background-image: url("../Images/Icon_Question-Mark.gif");
		background-position: center center;
		background-repeat: no-repeat;
		width: 50px;
		height: 30px;
	}
	

/* Footer
   ========================================================================== */
	#footer {
		/*padding: 4em 0 8em 0;*/
		background-color:#eee;
		border-top: 1px solid #999999;
	}

	#footer a {
		color: #000000;
		text-decoration:none;
		font-weight: 600;
	}

	#footer a:hover {
		color: #0000ff;
		text-decoration:none;		
	}

	#footer .container {
		/*margin-bottom: 4em;*/
		/*background-color:#eee;
		border-top: 1px solid #999999;*/
		padding: 15px 55px 0 55px;
	}
	
	#footer ul.links {
		margin: 0;
	}

	#footer ul.links li {
		color: #000000;
		font-weight: 600;		
	}

	#footer .copyright {
		color: #333;
		margin-top: 1.5em;
		text-align: center;
	}
	
	#footer ul.footer-online-pay {
		margin: 0;
		padding: 0;
		line-height: 100%;
		list-style: none;
		max-width: 200px;
	}
	
	#footer ul.footer-online-pay li {
		float: left;
		margin: 0 5px 0 0;
	}
	
	#footer ul.footer-online-pay li img {
		border: 1px solid #cccccc;
		max-width: 40px;
	}

/* Other
   ========================================================================== */
	#navPanel, #titleBar {
		display: none;
	}
	#divHeaderMobileOtherLink{
		display:none;
		padding:15px 0 15px 0;
		text-align:center;
	}
	
	.divWordArt {
		height: auto;
		font-size: 12px;		
	}
	
	.columns {
		float: left;
	}

	.account-status-price {
		font-weight: 600;
		color: #990000;
	}
	
	.panel{
		margin-bottom: 20px;
		background-color: #f9f9f9;
		border: 1px solid #0099CC;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}
	.panel-body {
		padding: 15px;
	}
	
	.panel-heading {
		background-color: #0099CC;
		color: #fff;
		padding: 10px 15px;
		border-bottom: 1px solid transparent;
	}
	
	.panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.2em;
		font-weight: 600;	
		color: inherit;
	}
	
	.panel-footer {
	
	}
	
	.panel > .panel-body > .css-table.css-field-adjust {
		width: 100%;
	}
	
	.panel > .panel-body .notation {
		color:#ff0000;
	}
	
	.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(1) {
		white-space: nowrap;
		width: 20%;
	}
	.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(2) {
		white-space: nowrap;
		width: 1%;
	}	
	.panel > .panel-body > .css-table.css-field-adjust > .css-tr.adjust-pt-10 > .css-td:nth-child(1){
		padding-top: 10px;
	}
	.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td > label{
		padding-top: 10px;
	}
	
	.panel-warning{
		border: 1px solid #dddddd;
		background-color: #ffffff;
	}
	.panel-warning > .panel-body {
		padding: 15px;
		color: #0000ff;
	}
	
	.panel-warning > .panel-heading {
		color: #333333;
		background-color: #ffff00;
		border-color: #dddddd;
	}
	
	.panel-order-data{
		background-color: #ffffff;
	}

	.panel-order-data > .panel-body{
		padding: 0;
	}

	.panel-order-data > .panel-body > .css-table.css-field-adjust{
		border-spacing: 0px;
	}

	.panel-order-data > .panel-body > .css-table.css-field-adjust > .css-tr:nth-child(odd){
		background-color: #f9f9f9;
	}

	.panel-order-data > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(1) {
		/*white-space: nowrap;*/
		width: 20%;
		font-weight: bold;
	}

	.panel-order-data > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(2) {
		font-weight: bold;
	}

	.panel-order-data > .panel-body > .css-table > .css-tr > .css-td{
		padding: 3px;				
	}
	
	
	.panel-holiday{
		border: none;
		background-color: #ffffff;
		-webkit-box-shadow: none;
			  box-shadow: none;
	}

	.panel-holiday > .panel-heading{
		color: #0000ff;
		background-color: #ffffff;
		border: none;
		text-align:center;
		padding: 10px;
	}
	
	.panel-holiday  > .panel-body {
		padding: 5px;
	}
	
	.panel-holiday  > .panel-body > .css-table > .css-tr > .css-td {
		padding: 3px;
	}
	
	.wallet-deposit-form {
		overflow:hidden;
		z-index: 10010;
	}

	.wallet-deposit-form {
		overflow:hidden;
	}
	
	.wallet-deposit-form .wd-prepayment-amount {
		width:50%; 
		max-width: 100px;
		float: left;
		margin-right: 5px;
	}
	
	.wallet-deposit-form .order-form-payment-type, .order-form-payment-type {
		list-style:none;
		margin:0;
		padding:0;
	}

	.wallet-deposit-form .order-form-payment-type li, .order-form-payment-type li{
		padding: 10px 0 0 0;
	}

	.wallet-deposit-form .order-form-payment-type li img, .order-form-payment-type li img {
		border: 1px solid #cccccc;
		max-width: 50px;
		vertical-align:middle;
		margin-left: 5px;
	}
	
	.err-msg {
		font-size: 1.5em;
		color: #ff0000;
		font-weight:bold;
	}
	
	/*order overdue*/
	.tb-order-overdue{
		/* border:1px solid #5EB0BD;*/
		background-color: #f9f9f9;
		border: 1px solid #0099CC;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}
	.tb-order-overdue .subject{
		background-color: #0099CC;
		color: #fff;
		padding: 10px 15px;
		border-bottom: 1px solid transparent;
		/*
		 background:#5EB0BD; color:white; font-size:14px; font-weight:bold;
		 */
				 
	}
	.tb-order-overdue label, .inputfieldlabel > label {font-weight: normal;}


/* Google-reCAPTCHA
   ========================================================================== */
	.div-g-recaptcha-content {
		width: 240px;
		height: 60px;
		overflow: hidden;
	}
	
	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	
/* Form - order
   ========================================================================== */
   	#form-order-note-content-top {
		display: none;
	}

   	#form-order-note-content {
		display: block;
	}
	
   	.form-order-bottom-line {
		height: 3px;
		background-color: #4b92d2;
	}
	
	.form-order-left-line {
		border-left: 3px solid #4b92d2;
	}

	.form-order-right-line {
		border-right: 3px solid #4b92d2;
	}
	
	.form-order sup{
		position: static;
		top: 0;
	}

	.form-order > .css-table {
		display: table;
		width: 95%;
		padding: 0 0 2px 2px;
	}

	.form-order > .css-table-agree {
		width: auto;
	}

	.form-order > .css-table > .css-tr {
		display: table-row;
	}

	.form-order > .css-table > .css-tr > .css-td {
		display: table-cell;
		padding: 5px 0 0 0;
		vertical-align: top;
	}

	.form-order > .css-table > .css-tr > .css-td.field-title {
		width: 230px;
		/*white-space: nowrap;*/
	}

	.form-order > .css-table > .css-tr > .css-td.field-title-internal {
		width: 270px;
	}
	
	.form-order > .css-table > .css-tr > .css-td.field-internal {
		font-size: 10px;
	}

	.form-order > .css-table > .css-tr > .css-td.field-internal input {
		width: 50%;
		min-width: 210px;
	}

	.form-order > .css-table > .css-tr > .css-td.field-internal input.aln-left {
		float: left;
	}

	.form-order > .css-table > .css-tr > .css-td.field-title > label {
		line-height: 130%;
	}

	.form-order > .css-table > .css-tr > .css-td.field-title sup{
		color: #ff0000;
	}
	
	.label-service-level {
		font-weight: normal;
		text-align: center; 
		padding: 5px; 
		line-height: 120%; 
		color: #ffffff; 
		background-color: #ff6600;	
	}
	
	
	.form-order > .css-table > .css-tr > .css-td.field-title-amount {
		width: 100px;
	}

	.form-order > .css-table > .css-tr > .css-td.field-colon {
		width: 10px;
		white-space: nowrap;
		font-weight: 600;
	}
	
	.form-order > .css-table > .css-tr > .note-title {
		color: #000000; 
		font-weight: 600;
	}
	
	.form-order > .css-table > .css-tr > .css-td.note-wording {
		color: #ff0000;
		line-height: 120%;
		padding-top: 5px;
	}

	.form-order > .css-table > .css-tr > .css-td.note-wording > sup {
		font-size: inherit;
		top: 0;		
	}
	
	.form-order > .css-table > .css-tr > .css-td.css-td-sub-title {
		font-weight: 600;
		line-height: 100%;
	}

	.form-order > .css-table > .css-tr > .css-td.css-td-sub-content {
		font-size: 90%;
		line-height: 100%;
	}
	
	.form-order > .css-table > .css-tr > .css-td > .file-upload-container {
		width: 100%;
		/*height: 80px;*/
	}

	.form-order > .css-table > .css-tr > .css-td > .file-upload-container > .file-content {
		/*float: left;*/
		width: 90%;
		height: 60px;
	}

	/*
	.form-order > .css-table > .css-tr > .css-td > .file-upload-container:after {
		content: '';
		font-size: 0;
		height: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	*/
	
	.form-order > .css-table.css-table-agree > .css-tr > .css-td{
		vertical-align: bottom;
	}
	
	.form-order > .css-table > .css-tr > .css-td.css-td-button {
		padding-top: 15px;
	}
	
	.other-title{font-size:1.2em; font-weight:600; line-height:1.35em; margin-bottom:1em;}
	.index-heading h1{font-size:1.75em; font-weight:normal; color:#0C95CA;}
	
/* index-product
   ========================================================================== */
	.index-product-data {text-align:center;}
	.index-product-data h2, .index-product-data h3 {font-size:1.8em; font-weight:normal; margin-bottom:0px;}
	.index-product-data h2.small, .index-product-data h3.small {font-size:1.5em;}
	.index-product-data .button {width:50%;}

/* index-news
   ========================================================================== */
	.index-news {
		font-family: Arial, sans-serif;
		border: 1px solid #C20;
		margin: 0 0 10px 0;
		font-style: italic;
		position: relative;
		padding: 0 0 0 90px;
		box-shadow: 0 2px 5px -3px #000;
		border-radius: 3px;
		background-color:#c20;
	}
	.index-news:before {
		content: "Latest News";
		display: inline-block;
		font-style: normal;
		background-color: #C20;
		padding: 10px;
		color: #FFF;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
	}
	.index-news:after {
		content: '';
		display: block;
		top: 0;
		left: 80px;
		background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
		height: 36px;
		background-color:#fff;
	}
	.index-news ul{
		background-color:#fff; 
		padding:0 5px 0 10px;
		width:100%;
	}
	
	.index-news ul li {
		list-style: none;
		padding: 10px 0 10px 0px;
		background-color:#fff;
	}
	
/* pricing-cols
   ========================================================================== */
	.pricing-cols {
		width: 100% !important;
		padding:0;
		border-spacing: 1px;
	}
	.pricing-cols .pricing-title {
		font-size: 1em;
		line-height: 130%;
		text-align: center;		
	}
	.pricing-cols .pricing-cols-width {
		width: 25%;
	}
	.pricing-cols .pricing-row-color {
		background-color:#bfbfbf;
	}
	.pricing-cols .pricing-row-color-2 {
		background-color:#d9d9d9;
	}
	.pricing-cols .pricing-row-color-3 {
		background-color:#f2f2f2;
	}
	
	.pricing-cols .pricing-heading-special {
		background-color:#FF2E2E;
	}
	.pricing-cols .pricing-global {
		background-color: #43b0e7;
	}
	.pricing-cols .pricing-name {
		font-weight: 600;
		font-size: 1.8em;
		line-height: 130%;
		text-align: center;
		display: block;
	}
	.pricing-cols .pricing-name a {
		color: #000000;
		text-decoration:none;
	}
	.pricing-cols .pricing-name a:hover {
		color: #000000;
		text-decoration:none;
	}
	.pricing-cols .pricing-heading-special .pricing-name{
		background-color: #FF1717;
	}
	.pricing-cols .pricing-price {
		display: table;
		width: 100%;
		background-color: #43b0e7;
		text-align: center;
	}
	.pricing-cols .pricing-heading-special .pricing-price {
		background-color: #FF4545;
	}
	.pricing-cols .pricing-price-express {
		background-color: #0C95CA;
	}
	.pricing-cols .pricing-heading-special .pricing-price-express {
		background-color: #FF7373;
	}
	
	.pricing-cols .pricing-price ul{
		list-style: none;
		padding: 0;
		margin: 0;	
	}

	.pricing-cols .pricing-price ul li {
		display: inline-block;
		line-height:100%;
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 2em;
		vertical-align: top;
		color: #ffffff;
	}
	
	.pricing-cols .pricing-price ul li.sla{
		font-size: 1.2em;
		vertical-align:bottom;
	}

	.pricing-cols-info {
		margin: 0 auto;
	}
	
	.pricing-cols-info .css-tr .css-td {
		font-size: 1.5em;
	}
	
	.payment-method {
		margin: 0; 
		padding: 0; 
		line-height: 100%; 
		list-style: none;
		max-width: 500px;
	}
	.payment-method li {
		float: left; 
		padding:5px;
	}
	.payment-method li img{
		border: 1px solid #e0e0e0;
		border-radius: 5px;
	}
	
/* section-primary
   ========================================================================== */
	.section-primary h3 {
		font-size: 1.5em;
		font-weight:normal;
		color: #0C95CA;
	}

	.section-primary h3.big {
		font-size: 1.8em;
	}
	
/* company-search
   ========================================================================== */
	.company-search {
		width: 95%;
		margin: 0 auto;
		min-height: 639px;		
	}
	
	.company-search h2 {
		font-weight: 600;
		font-size: 2em;
		color: #203866;
	}

	.company-search #divServiceMainContent {
		padding-bottom: 10px;
	}
	
/* Search Result
   ========================================================================== */
	ul.search-result-list {
		list-style: none;
		margin: 0;
		padding: 0;					
	}
	
	ul.search-result-list > li {
		clear:both;
		padding:0;
		margin:0;
	}
	
	ul.search-result-list > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
		
		display: flex;
		box-sizing: border-box;
		align-items: stretch;					
	}

	ul.search-result-list > li > ul > li {
		float: left;
		padding: 2px;
		margin: 0;
		border-left: 1px solid #5EB0BD;
		border-bottom: 1px solid #5EB0BD;
		background-color: #E9EEFC;
	}

	ul.search-result-list > li > ul > :last-child {
		border-right: 1px solid #5EB0BD;
	}
	
	ul.search-result-list > li.item-title > ul > li {
		background-color: #5EB0BD;
		font-weight: bold;
	}

	ul.search-result-list > li > ul > li.item-number {
		width: 5%;
	}

	ul.search-result-list > li > ul > li.item-order {
		width: 5%;
		text-align: center;
	}

	ul.search-result-list > li > ul > li.item-order > span.item-order-with-no {
		display: none;
	}

	ul.search-result-list > li > ul > li.item-company-name {
		width: 45%;
	}

	ul.search-result-list > li > ul > li.item-company-name-with-local-name {
		width: 25%;
	}

	ul.search-result-list > li > ul > li.item-name-type {
		width: 15%;
	}

	ul.search-result-list > li > ul > li.item-company-name-local {
		width: 20%;
	}

	ul.search-result-list > li > ul > li.item-address {
		width: 20%;
	}
	
	ul.search-result-list > li > ul > li.item-global-identifier {
		width: 10%;
	}
	
/* Order Completed
   ========================================================================== */
	.css-table-order-completed {
		width: 100%;
		border: 1px solid #5EB0BD;
		border-spacing: 0px;
	}
	
	.css-table-order-completed > .css-tr > .css-td.css-td-left {
		width:2%; min-width: 20px; border-right: 1px solid #5EB0BD;
	}
	
	.css-table-order-completed > .css-tr > .css-td.css-td-right {
		width:2%; min-width: 20px; border-left: 1px solid #5EB0BD;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li {
		clear:both;
		padding: 3px 5px 3px 5px;
		margin: 0;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li.pt-20 {
		padding-top: 20px;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li.sub-title-line {
		padding-top: 20px;
		border-bottom: 1px solid #666666;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li.sub-title {
		color: #0000ff;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: inherit;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li {
		list-style: none;
		display:inline-block;
		margin: 0;
		padding: 0;
		background: inherit;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-title {
		width: 20%;
		max-width: 240px;
		font-weight: bold;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-colon {
		width: 1%;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-data {
		width: 75%;
	}

	.css-table-order-completed > .css-tr > .css-td > ul.order-data > li:nth-child(odd) {
		background-color: #f9f9f9;	
	}
	
/* Order Tracking & History
   ========================================================================== */
	ul.order-history-search-data {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.order-history-search-data > li {
		clear:both;
		padding: 3px 5px 3px 5px;
		margin: 0;
	}
	
	ul.order-history-search-data > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.order-history-search-data > li > ul > li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	ul.order-history-search-data > li > ul > li.item-title {
		width: 20%;
		max-width: 120px;
		font-weight: bold;
	}

	ul.order-history-search-data > li > ul > li.item-title-mw-150 {
		max-width: 150px;
	}
	
	ul.order-history-search-data > li > ul > li.item-colon {
		width: 1%;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	ul.order-history-search-data > li > ul > li.item-data {
		width: 75%;
	}	
	
	ul.order-history-search-data > li > ul > li.item-data ul.item-data-period {
		width:100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.order-history-search-data > li > ul > li.item-data ul.item-data-period li:first-child {
		padding-left: 0;
	}
	
	ul.order-history-search-data > li > ul > li.item-data ul.item-data-period li {
		float: left;
		padding-top: 5px;
	}

	ul.order-history {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
	}
	
	ul.order-history > li.css-thead {
		display: table-header-group;
	}
	
	ul.order-history > li.css-tbody {
		display: table-row-group;
	}
	
	ul.order-history > li > ol.css-tr {
		display: table-row;
	}
	
	ul.order-history > li.css-thead > ol.css-tr > li
	, ul.order-history > li.css-tbody > ol.css-tr > li {
		width: 100vw;
		display: table-cell;
		padding: 5px;
		border: 1px solid #0099CC;
	}
	
	ul.order-history > li.css-thead > ol > li
	, ul.order-history > li.css-tbody > ol.css-th > li {
		text-align: center;
		font-weight: bold;
		background: #0099CC;
		color: #ffffff;
	}
	
	ul.order-history > li.css-tbody > ol:nth-child(even){
		background-color:#f9f9f9;
	}
	
	ul.order-history > li.css-tbody > ol > li > .small-font{
		font-size: 90%;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.mw-30 {
		width: 3%;
		min-width: 30px;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.mw-80 {
		width: 8%;
		min-width: 80px;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.mw-100 {
		width: 10%;
		min-width: 100px;
	}

	ul.order-history > li.css-tbody > ol.css-tr > li.mw-120 {
		width: 12%;
		min-width: 120px;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.mw-150 {
		width: 15%;
		min-width: 150px;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.adj-align-center {
		text-align:center;
	}
	
	ul.order-history > li.css-tbody > ol.css-tr > li.adj-align-right {
		text-align:right;
	}
	
/* Order View
   ========================================================================== */
	.css-table-order-view {
		width: 95%;
		border: 1px solid #5EB0BD;
		border-spacing: 0px;
		margin: 0 auto;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li {
		clear:both;
		padding: 3px 5px 3px 5px;
		margin: 0;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li:nth-child(odd) {
		background-color: #f9f9f9;	
	}

	.css-table-order-view-no-bg > .css-tr > .css-td > ul.order-data > li:nth-child(odd) {
		background: none;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li.pt-20 {
		padding-top: 20px;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li.sub-title {
		color: #0000ff;
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 15px;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: inherit;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li {
		list-style: none;
		display:inline-block;
		margin: 0;
		padding: 0;
		background: inherit;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li.item-title {
		width: 30%;
		max-width: 200px;
		font-weight: bold;
	}
	
	.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li.item-colon {
		width: 1%;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}

/* accordion
   ========================================================================== */
	.self-accordion .ui-accordion-header {
		/*color: #f0ad4e;*/
		font-weight: bold;
		font-size: 1.2em;
		/*background-color: #fcf8e3;
		border-color: #faebcc;*/
		margin: 15px 0 0 0;
	}
	.self-accordion .ui-accordion-header:first-child {
		margin: 0;
	}
	
	.self-accordion .ui-accordion-content {
		padding: 1em 2.2em;
		border-top: 0;
		overflow: auto;
		/*border-color: #faebcc;*/
	}
	
	.self-accordion .ui-accordion-header-active {
		background-color: #0099cc;
		border-color: #0099cc;
	}

/* 1680
   ========================================================================== */
@media screen and (max-width: 1680px) {
	/* Basic
	   ========================================================================== */
		body, input, select, textarea {
			/*font-size: 14pt;
			line-height: 1.5em;*/
		}

	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-wide {
			order: -1;
		}
		
		.row > .col-1-wide {
			width: 8.3333333333%;
		}
		
		.row > .off-1-wide {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-wide {
			width: 16.6666666667%;
		}
		
		.row > .off-2-wide {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-wide {
			width: 25%;
		}
		
		.row > .off-3-wide {
			margin-left: 25%;
		}
		
		.row > .col-4-wide {
			width: 33.3333333333%;
		}
		
		.row > .off-4-wide {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-wide {
			width: 41.6666666667%;
		}
		
		.row > .off-5-wide {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-wide {
			width: 50%;
		}
		
		.row > .off-6-wide {
			margin-left: 50%;
		}
		
		.row > .col-7-wide {
			width: 58.3333333333%;
		}
		
		.row > .off-7-wide {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-wide {
			width: 66.6666666667%;
		}
		
		.row > .off-8-wide {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-wide {
			width: 75%;
		}
		
		.row > .off-9-wide {
			margin-left: 75%;
		}
		
		.row > .col-10-wide {
			width: 83.3333333333%;
		}
		
		.row > .off-10-wide {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-wide {
			width: 91.6666666667%;
		}
		
		.row > .off-11-wide {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-wide {
			width: 100%;
		}
		
		.row > .off-12-wide {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}
		
		.row.gtr-25 > * {
			padding: 10px 0 0 10px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -10px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 10px;
		}
		
		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}
		
		.row.gtr-50 > * {
			padding: 20px 0 0 20px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -20px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 20px;
		}
		
		.row {
			margin-top: -40px;
			margin-left: -40px;
		}
		
		.row > * {
			padding: 40px 0 0 40px;
		}
		
		.row.gtr-uniform {
			margin-top: -40px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 40px;
		}
		
		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}
		
		.row.gtr-150 > * {
			padding: 60px 0 0 60px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -60px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 60px;
		}
		
		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}
		
		.row.gtr-200 > * {
			padding: 80px 0 0 80px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -80px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 80px;
		}
}

/* 1280
   ========================================================================== */
@media screen and (max-width: 1280px) {
	/* Basic
	   ========================================================================== */
		body, input, select, textarea {
			/*font-size: 13pt;
			line-height: 1.5em;*/
		}
		
	/* Container
	   ========================================================================== */
		.container {		
			width: 95%;
			max-width: 1100px;
		}

	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-normal {
			order: -1;
		}
		
		.row > .col-1-normal {
			width: 8.3333333333%;
		}
		
		.row > .off-1-normal {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-normal {
			width: 16.6666666667%;
		}
		
		.row > .off-2-normal {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-normal {
			width: 25%;
		}
		
		.row > .off-3-normal {
			margin-left: 25%;
		}
		
		.row > .col-4-normal {
			width: 33.3333333333%;
		}
		
		.row > .off-4-normal {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-normal {
			width: 41.6666666667%;
		}
		
		.row > .off-5-normal {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-normal {
			width: 50%;
		}
		
		.row > .off-6-normal {
			margin-left: 50%;
		}
		
		.row > .col-7-normal {
			width: 58.3333333333%;
		}
		
		.row > .off-7-normal {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-normal {
			width: 66.6666666667%;
		}
		
		.row > .off-8-normal {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-normal {
			width: 75%;
		}
		
		.row > .off-9-normal {
			margin-left: 75%;
		}
		
		.row > .col-10-normal {
			width: 83.3333333333%;
		}
		
		.row > .off-10-normal {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-normal {
			width: 91.6666666667%;
		}
		
		.row > .off-11-normal {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-normal {
			width: 100%;
		}
		
		.row > .off-12-normal {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}
		
		.row.gtr-25 > * {
			padding: 7.5px 0 0 7.5px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -7.5px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 7.5px;
		}
		
		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}
		
		.row.gtr-50 > * {
			padding: 15px 0 0 15px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -15px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 15px;
		}
		
		.row {
			margin-top: -30px;
			margin-left: -30px;
		}
		
		.row > * {
			padding: 30px 0 0 30px;
		}
		
		.row.gtr-uniform {
			margin-top: -30px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 30px;
		}
		
		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}
		
		.row.gtr-150 > * {
			padding: 45px 0 0 45px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -45px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 45px;
		}
		
		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}
		
		.row.gtr-200 > * {
			padding: 60px 0 0 60px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -60px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 60px;
		}
		
	/* Lists
	   ========================================================================== */
		ol {
			padding-left: 1.25em;
		}

		ol li {
			padding-left: 0.25em;
		}
		
	/* Wrapper
	   ========================================================================== */
		.wrapper {
			/*padding: 10px 0 10px 0;*/
		}
		
	/* Footer
	   ========================================================================== */
		#footer {
			/*padding: 3em 0 3em 0;*/
		}

		#footer .container {
			/*margin-bottom: 1em;*/
		}
}

/* 980
   ========================================================================== */
@media screen and (max-width: 980px) {
	/* Basic
	   ========================================================================== */
		body, input, select, textarea {
			/*font-size: 12pt;
			line-height: 1.5em;*/
		}

	/* Container
	   ========================================================================== */
		.container {
			width: 95%;
		}
		
	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-narrow {
			order: -1;
		}
		
		.row > .col-1-narrow {
			width: 8.3333333333%;
		}
		
		.row > .off-1-narrow {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-narrow {
			width: 16.6666666667%;
		}
		
		.row > .off-2-narrow {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-narrow {
			width: 25%;
		}
		
		.row > .off-3-narrow {
			margin-left: 25%;
		}
		
		.row > .col-4-narrow {
			width: 33.3333333333%;
		}
		
		.row > .off-4-narrow {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-narrow {
			width: 41.6666666667%;
		}
		
		.row > .off-5-narrow {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-narrow {
			width: 50%;
		}
		
		.row > .off-6-narrow {
			margin-left: 50%;
		}
		
		.row > .col-7-narrow {
			width: 58.3333333333%;
		}
		
		.row > .off-7-narrow {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-narrow {
			width: 66.6666666667%;
		}
		
		.row > .off-8-narrow {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-narrow {
			width: 75%;
		}
		
		.row > .off-9-narrow {
			margin-left: 75%;
		}
		
		.row > .col-10-narrow {
			width: 83.3333333333%;
		}
		
		.row > .off-10-narrow {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-narrow {
			width: 91.6666666667%;
		}
		
		.row > .off-11-narrow {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-narrow {
			width: 100%;
		}
		
		.row > .off-12-narrow {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}
		
		.row.gtr-25 > * {
			padding: 7.5px 0 0 7.5px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -7.5px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 7.5px;
		}
		
		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}
		
		.row.gtr-50 > * {
			padding: 15px 0 0 15px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -15px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 15px;
		}
		
		.row {
			margin-top: -30px;
			margin-left: -30px;
		}
		
		.row > * {
			padding: 30px 0 0 30px;
		}
		
		.row.gtr-uniform {
			margin-top: -30px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 30px;
		}
		
		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}
		
		.row.gtr-150 > * {
			padding: 45px 0 0 45px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -45px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 45px;
		}
		
		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}
		
		.row.gtr-200 > * {
			padding: 60px 0 0 60px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -60px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 60px;
		}
}

/* 890
   ========================================================================== */
@media screen and (max-width: 890px) {
	#nav > ul > li a {
		padding: 0.8em 0.5em 0.8em 0.5em;
	}
}

/* 840
   ========================================================================== */
@media screen and (max-width: 840px) {
	.ui-dialog { z-index: 100005 !important ;}	
	
	/* Basic
	   ========================================================================== */
		html, body {
			overflow-x: hidden;
		}

		body, input, select, textarea {
			/*font-size: 13pt;*/
		}

		h1, h2, h3, h4, h5, h6 {
			margin-bottom: 0.5em;
		}

		header p {
			margin-top: -0.75em;
		}
			
	/* Container
	   ========================================================================== */
		.container {
			width: 95%;
		}
		
		.container-popup {
			width:95%;
			margin: 0 auto;
		}
		
	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-narrower {
			order: -1;
		}
		
		.row > .col-1-narrower {
			width: 8.3333333333%;
		}
		
		.row > .off-1-narrower {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-narrower {
			width: 16.6666666667%;
		}
		
		.row > .off-2-narrower {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-narrower {
			width: 25%;
		}
		
		.row > .off-3-narrower {
			margin-left: 25%;
		}
		
		.row > .col-4-narrower {
			width: 33.3333333333%;
		}
		
		.row > .off-4-narrower {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-narrower {
			width: 41.6666666667%;
		}
		
		.row > .off-5-narrower {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-narrower {
			width: 50%;
		}
		
		.row > .off-6-narrower {
			margin-left: 50%;
		}
		
		.row > .col-7-narrower {
			width: 58.3333333333%;
		}
		
		.row > .off-7-narrower {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-narrower {
			width: 66.6666666667%;
		}
		
		.row > .off-8-narrower {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-narrower {
			width: 75%;
		}
		
		.row > .off-9-narrower {
			margin-left: 75%;
		}
		
		.row > .col-10-narrower {
			width: 83.3333333333%;
		}
		
		.row > .off-10-narrower {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-narrower {
			width: 91.6666666667%;
		}
		
		.row > .off-11-narrower {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-narrower {
			width: 100%;
		}

		.row > .off-12-narrower {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}
		
		.row.gtr-25 > * {
			padding: 7.5px 0 0 7.5px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -7.5px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 7.5px;
		}
		
		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}
		
		.row.gtr-50 > * {
			padding: 15px 0 0 15px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -15px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 15px;
		}
		
		.row {
			margin-top: -30px;
			margin-left: -30px;
		}
		
		.row > * {
			padding: 30px 0 0 30px;
		}
		
		.row.gtr-uniform {
			margin-top: -30px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 30px;
		}
		
		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}
		
		.row.gtr-150 > * {
			padding: 45px 0 0 45px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -45px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 45px;
		}
		
		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}
		
		.row.gtr-200 > * {
			padding: 60px 0 0 60px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -60px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 60px;
		}
		
		.row-style3 {
			position: static;
		}
		
		.col-fix-right-bottom {
			position: static;
			margin-top: 5px;
		}
		
	/* Lists
	   ========================================================================== */
		ul.style2 {
			padding-left: 0;
		}
	   
		
	/* Links
	   ========================================================================== */
		ul.links li {
			line-height: 2.5em;
		}
		
		ul.links-style2 li {
			line-height: 2.5em;
		}
	
		ul.links-social-network li {
			padding:0 15px 5px 0;
			float: left;
		}
		
		ul.linksbutton {
			list-style: none;
			padding: 0;
			margin: 0 0 0 15px;
		}
	
		ul.linksbutton li {
			display: inline-block;
			vertical-align: bottom;
			line-height:100%;
			padding: 5px 10px 0 0;
			margin:0;
			font-weight: 600;
		}
		#liNews-stikcer {
			display: none;
		}
		
	/* Tables
	   ========================================================================== */
		.css-table-data-field {
			width: 100%;
			max-width: 550px;
		}
		
	/* Header
	   ========================================================================== */
		#header {
			display: none;
		}
		
	/* Wrapper
	   ========================================================================== */
		.wrapper {
			padding: 2em 0 10px 0;
		}

		.wrapper.style3 {
			padding-top: 0em;
		}

		.wrapper-popup {
			padding: 3px 0 10px 0;
		}
		
	/* Content
	   ========================================================================== */
		.content-style1 {
			padding: 0 0 20px 0;
		}
		
		.content-style3 {
			padding:20px 0 20px 0;
		}
		
	/* Sidebar
	   ========================================================================== */
		.sidebar-style1 {
			min-height: 0px;
		}
		
		.sidebar-style1-narrower {
			display: none;
		}

	/* Footer
	   ========================================================================== */
		#footer {
			text-align: center;
		}

		#footer .container {
			/*margin-bottom: 4em;*/
			text-align: left;
			padding: 15px 55px 0 55px;
		}

		#footer form .actions {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

		#footer form .actions li:first-child {
			padding-left: 0;
		}

	/* Nav
	   ========================================================================== */
		#page-wrapper {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			padding-bottom: 1px;
			padding-top: 44px;
		}
		
		#divHeaderMobileOtherLink{
			display: block;
		}

		#titleBar {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 44px;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
			background-color: #ffffff;
			height: 44px;
			line-height: 44px;
			/*box-shadow: 0 4px 0 0 #37c0fb;*/
		}
		
		#titleBar.order-form {
			background-color: #ffffff;
		}

		#titleBar .title {
			display: block;
			position: relative;
			font-weight: 600;
			text-align: center;
			color: #030E3F;
			z-index: 1;
		}

		#titleBar .title em {
			font-style: normal;
			font-weight: 300;
		}
		
		#titleBar .title img {
			height:44px;
		}

		#titleBar .toggle {
			text-decoration: none;
			border: 0;
			height: 44px;
			left: 0;
			position: absolute;
			top: 0;
			width: 80px;
			z-index: 2;
		}

		#titleBar .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#titleBar .toggle:before {
			content: '\f0c9';
			display: block;
			height: 44px;
			text-align: center;
			width: 44px;
			color: #000;
			opacity: 0.5;
		}

		#titleBar .toggle:active:before {
			opacity: 0.75;
		}
		
		#titleBar .close {
			text-decoration: none;
			border: 0;
			height: 44px;
			right: 0;
			position: absolute;
			top: 0;
			width: 80px;
			z-index: 2;
		}
		
		#titleBar .titleBarLogin{
			text-decoration: none;
			border: 1px solid #006EA4;
			border-radius: 3px;
			background-color:#006EA4;
			height: 32px;
			line-height: 32px;
			position: absolute;
			top: 6px;
			right: 10px;
			width: 60px;
			z-index: 2;
			text-align: center;
			color: #fff;
			font-weight: bold;
		}

		#titleBar .titleBarLogin:hover{
			background-color: #ffffff;
			border: 1px solid #006EA4;
			color: #006EA4 !important;
		}

		#navPanel {
			background-color: #ffffff;
			/*box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);*/
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transform: translateX(-275px);
			-webkit-transform: translateX(-275px);
			-ms-transform: translateX(-275px);
			transform: translateX(-275px);
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 100%;
			left: 0;
			overflow-y: auto;
			position: fixed;
			top: 0;
			width: 290px;
			z-index: 10002;
		}

		#navPanel .link {
			border-bottom: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: #0099CC;
			display: block;
			height: 48px;
			line-height: 48px;
			padding: 0 1em 0 1em;
			text-decoration: none;
		}

		#navPanel .link:first-child {
			border-top: 0;
		}

		#navPanel .link.depth-0 {
			color: #0099CC;
		}

		#navPanel .link .indent-1 {
			display: inline-block;
			width: 1em;
		}

		#navPanel .link .indent-2 {
			display: inline-block;
			width: 2em;
		}

		#navPanel .link .indent-3 {
			display: inline-block;
			width: 3em;
		}

		#navPanel .link .indent-4 {
			display: inline-block;
			width: 4em;
		}

		#navPanel .link .indent-5 {
			display: inline-block;
			width: 5em;
		}

		body.navPanel-visible #page-wrapper {
			-moz-transform: translateX(275px);
			-webkit-transform: translateX(275px);
			-ms-transform: translateX(275px);
			transform: translateX(275px);
		}

		body.navPanel-visible #titleBar {
			-moz-transform: translateX(275px);
			-webkit-transform: translateX(275px);
			-ms-transform: translateX(275px);
			transform: translateX(275px);
		}

		body.navPanel-visible #navPanel {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
		
	/* Form - order
	   ========================================================================== */
		#form-order-note-content-top {
			display: block;
		}

		#form-order-note-content {
			display: none;
		}
	   
		.form-order.bottom-line {
			border-bottom: none;
		}
		
		.form-order-bottom-line {
			height: 0px;
			display: none;
		}
		
		.form-order-left-line {
			border-left: none;
		}
	
		.form-order-right-line {
			border-right: none;
		}
	   
		.form-order > .css-table {
			display: block;
			width: 100%;
		}
	
		.form-order > .css-table > .css-tr {
			display: block;
		}
	
		.form-order > .css-table > .css-tr > .css-td {
			display: block;
		}
	
		.form-order > .css-table > .css-tr > .css-td.field-title {				
			width: 100%;
			white-space: normal;
			padding: 5px 0 0 0;
		}
		
		.form-order > .css-table > .css-tr > .css-td.field-title > label {
			padding: 0;
			margin-bottom: 0;
		}
	
		.form-order > .css-table > .css-tr > .css-td.field-colon {
			display: none;
			width: 1px;
		}
		
	/* pricing-cols
	   ========================================================================== */
		.pricing-cols .pricing-name {
			font-size: 1.5em;
		}
		
	/* company-search
	   ========================================================================== */
		.company-search {
			min-height: auto;
		}
}

/* 736
   ========================================================================== */
@media screen and (max-width: 736px) {
	/* Basic
	   ========================================================================== */
		body, input, select, textarea {
			font-size: 11pt;
			line-height: 1.35em;
		}
		
		select{
			max-width: 90%;
			text-overflow: ellipsis;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.35em;			
		}

		h3 {
			font-size: 1em;
			letter-spacing: 0;
			line-height: 1.35em;
		}
		
		header h1, header h2 {
			margin-bottom: 1em;
		}

		header p {
			margin-top: -0.5em;
			font-size: 1em;
		}

	/* Container
	   ========================================================================== */
		.container {
			width: 90%;
		}
		
		.container-popup {
			width: 90%;
			margin: 0 auto;
		}
		
	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-mobile {
			order: -1;
		}
		
		.row > .col-1-mobile {
			width: 8.3333333333%;
		}
		
		.row > .off-1-mobile {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-mobile {
			width: 16.6666666667%;
		}
		
		.row > .off-2-mobile {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-mobile {
			width: 25%;
		}
		
		.row > .off-3-mobile {
			margin-left: 25%;
		}
		
		.row > .col-4-mobile {
			width: 33.3333333333%;
		}
		
		.row > .off-4-mobile {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-mobile {
			width: 41.6666666667%;
		}
		
		.row > .off-5-mobile {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-mobile {
			width: 50%;
		}
		
		.row > .off-6-mobile {
			margin-left: 50%;
		}
		
		.row > .col-7-mobile {
			width: 58.3333333333%;
		}
		
		.row > .off-7-mobile {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-mobile {
			width: 66.6666666667%;
		}
		
		.row > .off-8-mobile {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-mobile {
			width: 75%;
		}
		
		.row > .off-9-mobile {
			margin-left: 75%;
		}
		
		.row > .col-10-mobile {
			width: 83.3333333333%;
		}
		
		.row > .off-10-mobile {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-mobile {
			width: 91.6666666667%;
		}
		
		.row > .off-11-mobile {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-mobile {
			width: 100%;
		}
		
		.row > .off-12-mobile {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -5px;
			margin-left: -5px;
		}
		
		.row.gtr-25 > * {
			padding: 5px 0 0 5px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -5px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 5px;
		}
		
		.row.gtr-50 {
			margin-top: -10px;
			margin-left: -10px;
		}
		
		.row.gtr-50 > * {
			padding: 10px 0 0 10px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -10px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 10px;
		}
		
		.row {
			margin-top: -20px;
			margin-left: -20px;
		}
		
		.row > * {
			padding: 20px 0 0 20px;
		}
		
		.row.gtr-uniform {
			margin-top: -20px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 20px;
		}
		
		.row.gtr-150 {
			margin-top: -30px;
			margin-left: -30px;
		}
		
		.row.gtr-150 > * {
			padding: 30px 0 0 30px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -30px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 30px;
		}
		
		.row.gtr-200 {
			margin-top: -40px;
			margin-left: -40px;
		}
		
		.row.gtr-200 > * {
			padding: 40px 0 0 40px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -40px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 40px;
		}
		
	/* Form
	   ========================================================================== */
		.form-signup .fieldBlock6{
			width: 48%;
			margin-right: 0px;
		}		
		.form-signup .fieldBlock6:nth-child(even){
			float:right;
		}		
		
	/* Links
	   ========================================================================== */
		ul.links-social-network li a {
			width: 108px;
			height: 35px;
		}
		
		ul.links-social-network li a.paypal {
			background-image: url("../Images/Btn_Paypal_Medium.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
	
		ul.links-social-network li a.facebook {
			background-image: url("../Images/Btn_Facebook_Medium.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
	
		ul.links-social-network li a.linkedin {
			background-image: url("../Images/Btn_LinkedIn_Medium.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
		
		ul.links-file-upload {
			margin-bottom:10px;
			/*clear: both;
			width: 100%;
			margin: 5px 0 0 0;
			display: block;*/
		}
		
		
	/* Menu
	   ========================================================================== */
		ul.menu li {
			border: 0;
			padding: 0;
			margin: 0;
			display: block;
			line-height: 2em;
		}
		
	/* Actions
	   ========================================================================== */
		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}
		
		ul.actions:not(.fixed) li {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			padding: 1em 0 0 0;
			text-align: center;
			width: 100%;
		}
		
		ul.actions:not(.fixed) li > * {
			width: 100%;
		}
		
		ul.actions:not(.fixed) li:first-child {
			padding-top: 0;
		}
		
		ul.actions:not(.fixed) li input[type="submit"],
		ul.actions:not(.fixed) li input[type="reset"],
		ul.actions:not(.fixed) li input[type="button"],
		ul.actions:not(.fixed) li button,
		ul.actions:not(.fixed) li .button {
			width: 100%;
		}
		
		ul.actions:not(.fixed) li input[type="submit"].icon:before,
		ul.actions:not(.fixed) li input[type="reset"].icon:before,
		ul.actions:not(.fixed) li input[type="button"].icon:before,
		ul.actions:not(.fixed) li button.icon:before,
		ul.actions:not(.fixed) li .button.icon:before {
			margin-left: -0.5em;
		}
		
	/* Wrapper
	   ========================================================================== */
		.wrapper {
			padding: 2em 0 10px 0;
		}
		
	/* Form - order
	   ========================================================================== */
	   	.form-order-narrower {
			margin-top: 10px;
		}
		
		/*
		.form-order > .css-table > .css-tr > .css-td > .file-upload-container {
			height: auto;
		}
	
		.form-order > .css-table > .css-tr > .css-td > .file-upload-container > .file-content {
			float: none;
			width: 90%;
		}
	
		.form-order > .css-table > .css-tr > .css-td > .file-upload-container:after {
			display: block;
			height: auto;
		}
		*/
		
	/* index-news
	   ========================================================================== */
		.index-news {
			padding: 0 0 0 105px;
		}
		
	/* pricing-cols
	   ========================================================================== */
		.pricing-cols .pricing-name {
			font-size: 1.2em;
		}
		
		.pricing-cols .pricing-title {
			font-size: 0.8em;
		}
		
		.pricing-cols .pricing-price ul li {
			font-size: 1.9em;
		}
		
		.pricing-cols-info {
			margin: 0 0;
		}
		
		.pricing-cols-info .css-tr .css-td {
			font-size: 1.2em;
		}
		
	/* Order Tracking & History
	   ========================================================================== */
		ul.order-history > li.css-thead {
			display: none;
		}
		
		ul.order-history > li > ol.css-tr {
			display: block;
			margin-bottom: 15px;
		}
		
		ul.order-history > li.css-tbody > ol.css-th {
			background: none;
		}
		ul.order-history > li.css-tbody > ol.css-th > li {
			background: none;
			color: #000000;
		}
	
		
		ul.order-history > li.css-tbody > ol.css-tr > li {
			display: inline-block;
			width: 100%;
			border: none;
			text-align: left;
		}
		
		ul.order-history > li.css-tbody > ol.css-tr > li:before {
			content: attr(data-title);
			display: inline-block;
			display: block;
			width: auto;
			min-width: 150px;
			font-weight: bold;
			padding-right: 1rem;
			text-align: left;
		}
	
		ul.order-history > li.css-tbody > ol.css-tr > li.company-name:before {
			display: block;
		}
		
		ul.order-history > li.css-tbody > ol.css-tr > li.mw-80 {
			width: 100%;
		}
		
		ul.order-history > li.css-tbody > ol.css-tr > li.mw-100 {
			width: 100%;
		}
		
		ul.order-history > li.css-tbody > ol.css-tr > li.adj-align-center {
			text-align:left;
		}
	
		ul.order-history > li.css-tbody > ol.css-tr > li.adj-align-right {
			text-align:left;
		}
	
		ul.order-history > li.css-tbody > ol.css-tr > li.none-display {
			display: none;
		}
	
		ul.order-history > li.css-tbody > ol.css-tr > li > span.none-display {
			display: none;
		}
}

/* 600
   ========================================================================== */
@media screen and (max-width: 600px) {
	/* pricing-cols
	   ========================================================================== */
		.pricing-cols .pricing-title {
			text-align: left;
		}
		.pricing-cols .pricing-name {
			font-size: 1em;
			padding: 0 10px 0 10px;
			text-align: left;
		}

		.pricing-cols .pricing-price ul li {
			font-size: 1.2em;
		}
		
		.pricing-cols .pricing-price ul li.sla{
			font-size: 1em;
			vertical-align:bottom;
		}
		
	/* Order Completed
	   ========================================================================== */
		.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li {
			float:none;
		}
	
		.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-title {
			width: 100%;
			max-width: 100%;
			padding-top: 10px;
		}
	
		.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-title:after {
			content: ':';
			font-weight: bold;
		}
	
		.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-colon {
			display:none;
		}
	
		.css-table-order-completed > .css-tr > .css-td > ul.order-data > li > ul > li.item-data {
			width: 100%;
		}
		
	/* Order Completed
	   ========================================================================== */
		.css-table-order-completed > .css-tr > .css-td.css-td-left {
			display: none;
		}
		
		.css-table-order-completed > .css-tr > .css-td.css-td-right {
			display: none;
		}
		
	/* Order View
	   ========================================================================== */
		.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li {
			float:none;
		}
	
		.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li.item-title {
			width: 100%;
			max-width: 100%;
			padding-top: 10px;
		}
	
		.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li.item-colon {
			display: none;
		}
	
		.css-table-order-view > .css-tr > .css-td > ul.order-data > li > ul > li.item-data {
			width: 100%;
		}
}

/* 550
   ========================================================================== */
@media screen and (max-width: 550px) {
	/* Order Tracking & History
	   ========================================================================== */
		ul.order-history-search-data > li > ul > li{
			float: none;
			padding-top: 5px;
		}
		
		ul.order-history-search-data > li > ul > li.item-title {
			width: auto;
			max-width: 100%;
			padding-top: 15px;
		}
	
		ul.order-history-search-data > li > ul > li.item-title:after {
			content: ' :';
		}
		
		ul.order-history-search-data > li > ul > li.item-colon {
			display: none;
			
		}
	
		ul.order-history-search-data > li > ul > li.item-data {
			width: 100%;
		}	
}

/* 550
   ========================================================================== */
@media screen and (max-width: 500px) {
	/* Order Tracking & History
	   ========================================================================== */
	ul.order-history-search-data > li > ul > li.item-data ul.item-data-period-from-to li:last-child {
		padding-left:30px;
	}
}

/* 480
   ========================================================================== */
@media screen and (max-width: 480px) {
	/* Container
	   ========================================================================== */
		.container {
			width: 90%;
		}
		
	/* Row
	   ========================================================================== */
		.row {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
		}
		
		.row > * {
			box-sizing: border-box;
		}
		
		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}
		
		.row.aln-left {
			justify-content: flex-start;
		}
		
		.row.aln-center {
			justify-content: center;
		}
		
		.row.aln-right {
			justify-content: flex-end;
		}
		
		.row.aln-top {
			align-items: flex-start;
		}
		
		.row.aln-middle {
			align-items: center;
		}
		
		.row.aln-bottom {
			align-items: flex-end;
		}
		
		.row > .imp-mobilep {
			order: -1;
		}
		
		.row > .col-1-mobilep {
			width: 8.3333333333%;
		}
		
		.row > .off-1-mobilep {
			margin-left: 8.3333333333%;
		}
		
		.row > .col-2-mobilep {
			width: 16.6666666667%;
		}
		
		.row > .off-2-mobilep {
			margin-left: 16.6666666667%;
		}
		
		.row > .col-3-mobilep {
			width: 25%;
		}
		
		.row > .off-3-mobilep {
			margin-left: 25%;
		}
		
		.row > .col-4-mobilep {
			width: 33.3333333333%;
		}
		
		.row > .off-4-mobilep {
			margin-left: 33.3333333333%;
		}
		
		.row > .col-5-mobilep {
			width: 41.6666666667%;
		}
		
		.row > .off-5-mobilep {
			margin-left: 41.6666666667%;
		}
		
		.row > .col-6-mobilep {
			width: 50%;
		}
		
		.row > .off-6-mobilep {
			margin-left: 50%;
		}
		
		.row > .col-7-mobilep {
			width: 58.3333333333%;
		}
		
		.row > .off-7-mobilep {
			margin-left: 58.3333333333%;
		}
		
		.row > .col-8-mobilep {
			width: 66.6666666667%;
		}
		
		.row > .off-8-mobilep {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9-mobilep {
			width: 75%;
		}
		
		.row > .off-9-mobilep {
			margin-left: 75%;
		}
		
		.row > .col-10-mobilep {
			width: 83.3333333333%;
		}
		
		.row > .off-10-mobilep {
			margin-left: 83.3333333333%;
		}
		
		.row > .col-11-mobilep {
			width: 91.6666666667%;
		}
		
		.row > .off-11-mobilep {
			margin-left: 91.6666666667%;
		}
		
		.row > .col-12-mobilep {
			width: 100%;
		}
		
		.row > .off-12-mobilep {
			margin-left: 100%;
		}
		
		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}
		
		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}
		
		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}
		
		.row.gtr-25 {
			margin-top: -5px;
			margin-left: -5px;
		}
		
		.row.gtr-25 > * {
			padding: 5px 0 0 5px;
		}
		
		.row.gtr-25.gtr-uniform {
			margin-top: -5px;
		}
		
		.row.gtr-25.gtr-uniform > * {
			padding-top: 5px;
		}
		
		.row.gtr-50 {
			margin-top: -10px;
			margin-left: -10px;
		}
		
		.row.gtr-50 > * {
			padding: 10px 0 0 10px;
		}
		
		.row.gtr-50.gtr-uniform {
			margin-top: -10px;
		}
		
		.row.gtr-50.gtr-uniform > * {
			padding-top: 10px;
		}
		
		.row {
			margin-top: -20px;
			margin-left: -20px;
		}
		
		.row > * {
			padding: 20px 0 0 20px;
		}
		
		.row.gtr-uniform {
			margin-top: -20px;
		}
		
		.row.gtr-uniform > * {
			padding-top: 20px;
		}
		
		.row.gtr-150 {
			margin-top: -30px;
			margin-left: -30px;
		}
		
		.row.gtr-150 > * {
			padding: 30px 0 0 30px;
		}
		
		.row.gtr-150.gtr-uniform {
			margin-top: -30px;
		}
		
		.row.gtr-150.gtr-uniform > * {
			padding-top: 30px;
		}
		
		.row.gtr-200 {
			margin-top: -40px;
			margin-left: -40px;
		}
		
		.row.gtr-200 > * {
			padding: 40px 0 0 40px;
		}
		
		.row.gtr-200.gtr-uniform {
			margin-top: -40px;
		}
		
		.row.gtr-200.gtr-uniform > * {
			padding-top: 40px;
		}
		
	/* Form
	   ========================================================================== */
		label {
			margin-bottom: 0.5em;
		}
		
		label.float-left-uniform {
			float: none;
		}
		
		.form-signup label.typeofreg {
			float: none;
		}
		
		.form-signup .fieldBlock{
			padding: 5px 0 0 0;
		}
	   
		.form-signup .fieldBlock2{
			clear: both;
			width: 100%;			
			float: none;
		}
	
		.form-signup .fieldBlock3{
			clear: both;
			width: 100%;
			float: none;
		}
		
		.form-signup .fieldBlock6{
			clear: both;
			width: 100%;
			margin-right: 0px;
			float: none;
		}		
		.form-signup .fieldBlock6:nth-child(even){
			float: none;
		}		
		
		
	/* Links
	   ========================================================================== */
		ul.links-social-network li a {
			width: 38px;
			height: 35px;
		}
		
		ul.links-social-network li a.paypal {
			background-image: url("../Images/Btn_Paypal_Small.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
	
		ul.links-social-network li a.facebook {
			background-image: url("../Images/Btn_Facebook_Small.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
	
		ul.links-social-network li a.linkedin {
			background-image: url("../Images/Btn_LinkedIn_Small.jpg");
			background-position: left center;
			background-repeat: no-repeat;
		}
		
		ul.links-style3-mobilep {
			text-align:left;
		}
		
		ul.links-style3-mobilep li {
			padding: 5px 0px 0px 5px;
		}
		
		ul.links-style3-mobilep li a.button {
			min-width:120px;
		}
		
		ul.links-style5-mobilep {
			text-align:left;
		}
		
		ul.links-style5-mobilep li {
			padding: 10px 10px 0px 0;
		}
		
		ul.links-style5-mobilep li a.button {
			min-width: 190px;
		}

		
	/* Button
	   ========================================================================== */
		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			/*width: 100%;
			display: block;*/
		}

	/* Wrapper
	   ========================================================================== */
		.wrapper {

		}
		
	/* Content
	   ========================================================================== */
		.content-style1 {
			-moz-background-size: contain;
			background-size: contain;
		}
		
		.content-style3 {
			-moz-background-size: contain;
			background-size: contain;
		}
		
	/* Footer
	   ========================================================================== */
		#footer {
			padding: 20px 15px 0 15px;
			text-align: left;
		}
		
		#footer .container {
			padding: 15px 15px 0 15px;
		}
		
		#footer ul.footer-online-pay {
			max-width:none;			
		}

	/* Other
	   ========================================================================== */
		.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(1) {
			width:100%;
			display: block;
		}	
		.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(2) {
			display:none;	
		}	
		.panel > .panel-body > .css-table.css-field-adjust > .css-tr > .css-td:nth-child(3) {
			width:100%;
			display: block;
		}	

	/* Form - order
	   ========================================================================== */
		.form-order > .css-table > .css-tr > .css-td.field-internal input {
			width: 100%;
			min-width: 210px;
		}
	
		.form-order > .css-table > .css-tr > .css-td.field-internal input.aln-left {
			float: none;
		}
		
	/* pricing-cols
	   ========================================================================== */
		.pricing-cols .pricing-cols-width {
			width: 30%;
		}
	   
		.pricing-cols .pricing-price ul{
			margin: 5px 0 5px 0;
		}
		
		.pricing-cols .pricing-price ul li {
			display: block;
			padding: 3px 0 3px 0;
		}
}

/* 395
   ========================================================================== */
@media screen and (max-width: 395px) {
	/* Footer
	   ========================================================================== */
		#footer .container {
			padding: 15px 0 0 0;
		}

		#footer .copyright {
			font-size: 90%;
		}
}

/* 390
   ========================================================================== */
@media screen and (max-width: 390px) {
	ul.links-login li {
		width: 100%;
		float: none;
		line-height: 2em;
	}
	
	ul.links-login li:nth-of-type(2)
	, ul.links-login li:first-child+li {
		text-align: left;
	}
	
	/* Login
	   ========================================================================== */
		.login-content .title {
			/*font-size: 36px; */
		}
	
}

/* 320
   ========================================================================== */
@media screen and (max-width: 320px) {
	/* Footer
	   ========================================================================== */
		#footer .copyright {
			font-size: 85%;
		}
}

@media screen and (min-width: 841px) and (max-width: 984px) {
	.index-product-data h2 {
		font-size: 1.7em;
	}

	.index-product-data h3 {
		font-size: 1.7em;
	}
	
	ul.links-style4 li img {
		width: 32px;
	}

	ul.links-login li {
		width: 100%;
		float: none;
		line-height: 2em;
	}
	
	ul.links-login li:nth-of-type(2)
	, ul.links-login li:first-child+li {
		text-align: left;
	}
	
	/* Login
	   ========================================================================== */
		.login-content .title {
			/*font-size: 3vw;*/
		}
}

@media screen and (min-width: 841px) and (max-width: 990px) {
	ul.links-style3 {
		text-align:left;
	}
	
	ul.links-style3 li {
		padding: 5px 0px 0px 5px;
	}
	
	ul.links-style3 li a.button {
		min-width:115px;
	}

	/* Login
	   ========================================================================== */
		.login-content .title {
			font-size: 36px;
			font-size: 2.2vi;
		}
}

@media screen and (min-width: 841px) and (max-width: 1099px), screen and (max-width: 750px) {
/* Search Result
   ========================================================================== */
	ul.search-result-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.search-result-list > li {
		clear:both;
		padding: 10px 0 0 0;
		margin: 0;
	}

	ul.search-result-list > li.item-title {
		display: none;
	}

	ul.search-result-list > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	ul.search-result-list > li:nth-child(even) > ul{
		background-color: #E9EEFC;
	}

	ul.search-result-list > li > ul > li {
		/*float:none;
		clear:both;*/
		padding: 5px;
		margin: 0;
		border-left: none;
		border-bottom: none;
		background:inherit;
	}
	
	ul.search-result-list > li > ul > :last-child {
		border-right: none;
	}
	
	ul.search-result-list > li.item-title > ul > li {
		background: none;
		font-weight: bold;
	}

	ul.search-result-list > li > ul > li.item-number {
		display:none;
	}

	ul.search-result-list > li > ul > li.item-order {
		width: 100%;
		text-align: left;
	}
	
	ul.search-result-list > li > ul > li.item-order > span.item-order-with-no {
		display: block;
		float: left;
	}

	ul.search-result-list > li > ul > li.item-company-name {
		width: 100%;
	}

	ul.search-result-list > li > ul > li.item-company-name-with-local-name {
		width: 100%;
	}

	ul.search-result-list > li > ul > li.item-name-type {
		width: 100%;
	}

	ul.search-result-list > li > ul > li.item-company-name-local {
		width: 100%;
	}

	ul.search-result-list > li > ul > li.item-address {
		width: 100%;
	}
	
	ul.search-result-list > li > ul > li.item-global-identifier {
		width: 100%;
	}
	
	ul.search-result-list > li > ul > li.item-global-identifier:before {
		content: 'Global Identifier: ';
		font-weight: bold;
	}
}
