/***************************************************************************************************************************************************************
 * Desktop View
 */
@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#iefix')
		format('embedded-opentype'), url('../fonts/Lato-Regular.woff')
		format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'),
		url('../fonts/Lato-Regular.svg#FuturaBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body.full {
	font-family: 'Lato-Regular', Arial, 新细明体;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #58595b;
	background-color: #fff;
}

body.popup {
	font-family: 'Lato-Regular', Arial, 新细明体;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #58595b;
	background-color: #fff;
}

.font-size-18 {
	font-size: 18px;
}

a {
	color: #223f9a;
	text-decoration: none;
}

a:hover {
	color: #223f9a;
	text-decoration: underline;
}

a.underline {
	color: #223f9a;
	text-decoration: underline;
}

a.underline:hover {
	color: #223f9a;
	text-decoration: underline;
}

/*
a.pdflink {
	color: #58595b;
	text-decoration: none;
}

a.pdflink:hover {
	color: #58595b;
	text-decoration: underline;
}
*/

a.topbar {
	color: #231f20;
	text-decoration: none;
}

a.topbar:hover {
	color: #231f20;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

img.icon {
	width: 22px;
	heigth: 22px;
	max-width: 22px;
}

iframe,object,embed {
	max-width: 100%;
}

table {
	
}

table.table-wide {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

table.table-wide tr td {
	border: 0px;
	padding: 0px;
}

table.table-narrow {
	border: 0px;
	border-spacing: 0px;
}

table.table-narrow tr td {
	border: 0px;
	padding: 0px;
}

table.table-border {
	width: 100%;
	border: 1px solid #999;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.table-border tr td {
	border: 1px solid #999;
	padding: 5px;
}

table.table-border tr td.td-noborder {
	border: 0px;
	padding: 5px;
}

table.table-noborder {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

table.table-noborder tr td {
	border: 0px;
	padding: 5px;
}

table.table-last-update-date {
	border: 1px solid #999;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	max-width: 380px;
}

table.table-last-update-date tr td {
	border: 1px solid #999;
	padding: 5px;
}

.div-table-wide { display: table; width: 100%; }
.div-table-narrow { display: table; width: auto; }
.div-table-row  { display: table-row; }
.div-table-cell { display: table-cell; }

.div-table-cell.div-table-cell-info-2 { margin-left: 0px; }

.div-table-cell.w2p { width: 2%; }
.div-table-cell.w10p { width: 10%; }
.div-table-cell.w20p { width: 20%; }
.div-table-cell.w40p { width: 40%; }
.div-table-cell.w58p { width: 58%; }
.div-table-cell.w60p { width: 60%; }

.inline-block { display: inline-block; }

.inline-block.w22px { width: 22px; }
.inline-block.w250px { width: 250px; }

.cnt-separator {
	display: none;
}

input[type="text"].cnt-qty-field {
	width: 60px;
	text-align: right;
}

input[type="text"].cnt-staff-duration-field {
	width: 75px;
	text-align: right;
}

.browser-error {
	position: fixed;
	width: 100%;
	z-index: 555;
	color: #ffffff;
	background-color: #ff0000;
	padding: 5px;
	text-align: center;
	display: none;
}

.large-diamond {
	color: #ed1b2e;
	font-size: 18px;
}

.large-star {
	color: #ed1b2e;
}

ul,ol {
	padding-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 5px;
}

ul.disclaimer {
	list-style-type: disc;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}

ul.disclaimer>li:before {
	/*content : '-'; */
	
}

ul.disclaimer>li {
	margin-left: 15px;
}

label {
	cursor: pointer;
	cursor: hand;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.fancybox-content-padding {
	padding: 25px;
}

.padleft25 {
	padding-left: 25px;
}

.padright25 {
	padding-right: 25px;
}

.padleft50 {
	padding-left: 50px;
}

.padright50 {
	padding-right: 50px;
}

.padleft83 {
	padding-left: 83px;
}

.padtop08 {
	padding-top: 8px;
}

.login-content1 {
	position: block;
	width: 100%;
}

.login-content2 {
	/*border: 1px solid #dadada;*/
	background-color: #fff;
	margin: 0px auto;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.topbar1 {
	background-color: #d1d3d4;
	color: #231f20;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.exhibitor-zone1 {
	background-color: #fdfdfe;
	color: #58595b;
	font-size: 32px;
	font-weight: bold;
	vertical-align: bottom;
	height: 40px;
	/* IE 8 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	/* IE 5-7 */
	filter: alpha(opacity = 80);
	/* Netscape */
	-moz-opacity: 0.80;
	/* Safari 1.x */
	-khtml-opacity: 0.80;
	/* Good browsers */
	opacity: 0.80;
}

.opacity100 {
	/* IE 8 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	/* IE 5-7 */
	filter: alpha(opacity = 100);
	/* Netscape */
	-moz-opacity: 1.0;
	/* Safari 1.x */
	-khtml-opacity: 1.0;
	/* Good browsers */
	opacity: 1.0;
}

.exhibitor-zone2 {
	background-color: #fff;
	color: #145686;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
}

.exhibitor-zone3 {
	background-color: #145686;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
}

.exhibitor-section {
	color: #ed1b2e;
	font-size: 16px;
	font-weight: normal;
}

.exhibitor-deadline {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}

.leftbar-item-off {
	color: #000;
	padding: 5px 25px 5px 25px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
	cursor: pointer;
	cursor: hand;
}

.leftbar-item-on {
	color: #000;
	padding: 5px 25px 5px 25px;
	color: #ed1b2e;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
	cursor: pointer;
	cursor: hand;
}

.leftbar-showinfo {
	padding: 5px 25px 5px 25px;
	text-align: left;
}

.leftbar-dotline {
	border-top-style: dotted;
	border-width: 2px;
	color: #58595b;
}

.section-dotline {
	border-top-style: dotted;
	border-width: 2px;
	color: #58595b;
	margin-top: 30px;
	margin-bottom: 30px;
}

.item-dotline {
	border-top-style: dotted;
	border-width: 1px;
	color: #58595b;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-item {
	margin-bottom: 15px;
}

.small {
	font-size: 11px;
}

.large {
	font-size: 21px;
}

.border-layer {
	border: 1px solid #999;
	padding: 30px;
}

.border-layer2 {
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 5px;
}

.dotted-layer {
	border: 1px dotted #999;
	padding: 30px;
}

.group-color1-layer {
	background-color: #f1ded1;
	border: 0px;
	padding: 30px;
}

.group-color2-layer {
	background-color: #f2c083;
	border: 0px;
	padding: 30px;
}

.group-color3-layer {
	background-color: #f3eed6;
	border: 0px;
	padding: 30px;
}

#dialog-validate {
	display: none;
}

#dialog-text {
	/*font-size: 14px;*/
}

#autosave-layer {
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#messageLayer {
	background-color: #cf192b;
	color: #fff;
	padding: 5px;
}

.tb_list {
	width: 100%;
	border-spacing: 1px;
	background-color: #fff;
}

.col0 {
	background-color: #fff;
}

.col1 {
	background-color: #ddd;
}

.vspacer02 {
	width: 1px;
	height: 2px;
}

.vspacer05 {
	width: 1px;
	height: 5px;
}

.vspacer10 {
	width: 1px;
	height: 10px;
}

.vspacer15 {
	width: 1px;
	height: 15px;
}

.vspacer20 {
	width: 1px;
	height: 20px;
}

.vspacer25 {
	width: 1px;
	height: 25px;
}

.vspacer30 {
	width: 1px;
	height: 30px;
}

.vspacer50 {
	width: 1px;
	height: 50px;
}

.vspacer100 {
	width: 1px;
	height: 100px;
}

.hspacer02 {
	width: 2px;
	height: 1px;
}

.hspacer05 {
	width: 5px;
	height: 1px;
}

.hspacer10 {
	width: 10px;
	height: 1px;
}

.hspacer15 {
	width: 15px;
	height: 1px;
}

.hspacer20 {
	width: 20px;
	height: 1px;
}

.hspacer25 {
	width: 25px;
	height: 1px;
}

.hspacer30 {
	width: 30px;
	height: 1px;
}

.hspacer50 {
	width: 50px;
	height: 1px;
}

.hspacer100 {
	width: 100px;
	height: 1px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.black {
	color: #000;
}

.red {
	color: #ed1b2e;
}

.white {
	color: #fff;
}

.page-bottom-fixed-bar {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	background-color: #ccc;
}

.page-title>a {
	color: #ed1b2e;
	text-decoration: none;
}

.page-subtitle>a {
	color: #ed1b2e;
	text-decoration: none;
}

.section-title>a {
	color: #ed1b2e;
	text-decoration: none;
}

.section-title>a.underline {
	font-size: 16px;
	color: #223f9a;
	text-decoration: underline;
}

.breadcrumb>a {
	color: #223f9a;
	text-decoration: none;
}

.breadcrumb {
	color: #223f9a;
	margin-bottom: 15px;
}

.page-title {
	color: #ed1b2e;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.page-subtitle {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}

.page-note {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section-title {
	color: #ed1b2e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.form-title {
	font-size: 16px;
	color: #575756;
	font-weight: bold;
	display: block;
	padding: 8px 10px;
	background-color: #dadada;
}

.form-caption {
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

input[type=text]:disabled, input[type=checkbox]:disabled, input[type=radio]:disabled, select:disabled, textarea:disabled {
  background: #f1f1f1;
  cursor: not-allowed;
}

input[type='text'], input[type='password'], input[type='file'] {
	background-color: #fff;
}

input[type='text'], input[type='password'], input[type='submit'] {
	width: 100%;
	padding: 8px 16px;
	font-size: 16px;
	color: #666;
	border-radius: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
}

input[type='image'] {
	display: inline;
	width: 1px;
	height: 1px;
	border-bottom: 0px;
}

input[type='file'] {
	border-bottom: 0px;
}

input[type='checkbox'],input[type='radio'] {
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}

textarea {
	padding: 8px 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	width: 100%;
	font-size: 15px;
	color: #666;
	border-radius: 3px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") #fff;
	background-repeat: no-repeat;
	background-position: right 6px top 3px;
	background-size: 16px 16px;
	padding: 8px 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bootstrap-filestyle .btn-secondary {
	color: #fff;
	background-color: #999;
	margin: 0px;
	padding: 5px 68px 5px 68px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bootstrap-filestyle input {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

.input-tip {
	font-size: 12px;
	padding-top: 3px;
}
.input-tip2 {
	font-size: 12px;
	padding-bottom: 3px;
}

.msg50 {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #666;
	border-radius: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
}

.msg100 {
	width: 100%;
	height: 100px;
	font-size: 16px;
	color: #666;
	border-radius: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
}

.msg200 {
	width: 100%;
	height: 200px;
	font-size: 16px;
	color: #666;
	border-radius: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
}

input[type='text'].required2, input[type='password'].required2, input[type='submit'].required2, select.required2, 
textarea.msg50.required2, textarea.msg100.required2, textarea.msg200.required2 {
	border-left: 0px solid #cf192b;
	border-right: 0px solid #cf192b;
	border-top: 0px solid #cf192b;
	border-bottom: 2px solid #cf192b;
}

.required3 {
	border-left: 2px solid #cf192b;
	border-right: 2px solid #cf192b;
	border-top: 2px solid #cf192b;
	border-bottom: 2px solid #cf192b;
	background-color: #cf192b;
}

.foot-dotline {
	border-top-style: dotted;
	border-width: 2px;
	color: #58595b;
}

.footbar {
	position: relative;
	color: #9d9d9c;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

a.footlink {
	color: #9d9d9c;
	text-decoration: none;
}

.close-mobile-menu {
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.top-mobile-icon {
	position: absolute;
	z-index: 998;
	top: -10px;
	right: 25px;
}

.top-mobile-menu {
	position: absolute;
	display: none;
	z-index: 997;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	/* background-color: #ed1b2f; */
	background-color: #d1d3d4;
	color: #000;
}

.top-mobile-dotline {
	border-top-style: dotted;
	border-width: 2px;
	color: #000;
}

.top-mobile-item-off {
	color: #000;
	padding: 15px 5px 15px 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	cursor: hand;
}

.top-mobile-item-on {
	color: #000;
	padding: 15px 5px 15px 5px;
	color: #ed1b2e;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	cursor: hand;
}

.top-show-logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 440px;
	padding-bottom: 5px;
}

.top-show-date {
	font-size: 14px;
	white-space: nowrap;
}

.top-show-date span.inline {
	display: inline;
}

.nowrap {
	white-space: nowrap;
}

.wrap-word {
	/* http://stackoverflow.com/questions/3247358/css-how-do-i-wrap-text-with-no-whitespace-inside-a-td */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.inline-block {
	display: inline-block;
}

.contactus-caption {
	white-space: nowrap;
	vertical-align: top;
}

/* Figment CSS */
.add {
	display: inline-block;
	/*background: #ed1b2f;*/
	background: #145686;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 32px;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	-webkit-border-radius: 160px 160px 160px 160px;
	/*behavior: url(../js/PIE.htc);*/
	position: relative;
	border: 0;
	-o-transition: background 0.5s, color 0.5s;
	/* Opera */
	-moz-transition: background 0.5s, color 0.5s;
	/* Firefox 4 */
	-webkit-transition: background 0.5s, color 0.5s;
	/* Safari and Chrome */
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	min-width: 100px;
}

.add:hover {
	background-color: #2397d0;
}

.update {
	display: inline-block;
	background: #ed1b2f;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 32px;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	-webkit-border-radius: 160px 160px 160px 160px;
	position: relative;
	border: 0;
	-o-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	min-width: 100px;
}

.update:hover {
	background-color: #2397d0;
}

.language {
	display: inline-block;
	/*background: #ed1b2f;*/
	background: #145686;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 32px;
	font-size: 16px;
	letter-spacing: 2px;
	min-width: 88px;
	text-align: center;
	border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	-webkit-border-radius: 160px 160px 160px 160px;
	/*behavior: url(../js/PIE.htc);*/
	position: relative;
	border: 0;
	-o-transition: background 0.5s, color 0.5s;
	/* Opera */
	-moz-transition: background 0.5s, color 0.5s;
	/* Firefox 4 */
	-webkit-transition: background 0.5s, color 0.5s;
	/* Safari and Chrome */
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
}

.language:hover {
	/*background-color: #cf192b;*/
	background-color: #2397d0;
	color: #fff;
	text-decoration: none;
}

.button-big {
	display: inline-block;
	background: url('../img/button-link2.png') no-repeat scroll 130% center
		#ed1b2f;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	-webkit-border-radius: 160px 160px 160px 160px;
	/*behavior: url(../js/PIE.htc);*/
	position: relative;
	border: 0;
	-o-transition: background 0.5s, color 0.5s;
	/* Opera */
	-moz-transition: background 0.5s, color 0.5s;
	/* Firefox 4 */
	-webkit-transition: background 0.5s, color 0.5s;
	/* Safari and Chrome */
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

.button-big:hover {
	background-position: 90% center;
	background-color: #cf192b;
	color: #fff;
	text-decoration: none;
}

.button-big-grey {
	display: inline-block;
	background: url('../img/button-link2.png') no-repeat scroll 130% center #999;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	-webkit-border-radius: 160px 160px 160px 160px;
	position: relative;
	border: 0;
	-o-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

.button-big-grey:hover {
	background-position: 90% center;
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

.button-mobile-menu {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 50%;
	/* Firefox 1-3.6 */
	border-radius: 50%;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	background: url('../img/button-navigation-selected.png') no-repeat
		center;
	background-color: #ed1b2f;
}

.button-mobile-menu:hover {
	background-image: url('../img/button-navigation-selected.png') no-repeat
		center;
	background-color: #cf192b;
}

/*Alphabet Circle*/
.alphabet-big-circle-en {
	width: 40px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	border: 0px;
	color: #fff;
	background-color: #4490d0;
	display: inline-block;
}

.alphabet-big-circle-en span {
	line-height: 40px;
	text-align: center;
	display: block;
}

.alphabet-big-circle-cn {
	width: 40px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	border: 0px;
	color: #fff;
	background-color: #bb6f2f;
	display: inline-block;
}

.alphabet-big-circle-cn span {
	line-height: 40px;
	text-align: center;
	display: block;
}

.alphabet-small-circle-en {
	width: 20px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	color: #fff;
	background-color: #4490d0;
	display: inline-block;
}

.alphabet-small-circle-en span {
	line-height: 20px;
	text-align: center;
	display: block;
}

.alphabet-small-circle-cn {
	width: 20px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	color: #fff;
	background-color: #bb6f2f;
	display: inline-block;
}

.alphabet-small-circle-cn span {
	line-height: 20px;
	text-align: center;
	display: block;
}

.attention {
	background-color: #ed1b2e;
	color: #fff;
	padding: 5px;
}

.soon {
	background-color: #145686;
	color: #fff;
	font-size: 12px;
	padding: 5px;
}

/*DrawX*/
.nav-iconX {
	position: absolute;
	right: 10px;
	z-index: 1050;
	top: 30px;
	width: 38px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-iconX span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background: #E12E45;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-iconX.openmenu span {
	background: #ffffff;
}

.nav-iconX span:nth-child(1) {
	top: 0px;
}

.nav-iconX span:nth-child(2),.nav-iconX span:nth-child(3) {
	top: 8px;
}

.nav-iconX span:nth-child(4) {
	top: 16px;
}

.nav-iconX.openmenu span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.nav-iconX.openmenu span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-iconX.openmenu span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-iconX.openmenu span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}
/*End DrawX*/

/*Tabs*/
ul.tabs {
	margin-bottom:0px;
	margin-left:-24px;
}
.tabs li {
  list-style: none;
  float: left;
  width: 20%;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  height: 50px;
  padding-top: 50px;
  background: linear-gradient(195deg, transparent 29%, #d1d3d4 30%);
  color: #808080;
}
.tabs a:hover {
  background: linear-gradient(195deg, transparent 29%, #e1e1e1 30%);
  color: #666;
}
.tabs a.active {
  background: linear-gradient(195deg, transparent 29%, #145686 30%);
  color: #fff;
  font-weight: bold;
}
.tabs a:before {
  /*content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-bottom: 70px solid rgba(0, 0, 0, 0.1);
  border-right: 7px solid transparent;*/
}
.tabs a.active:before {
  /*content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-bottom: 70px solid rgba(0, 0, 0, 0.2);
  border-right: 20px solid transparent;*/
}
.tabgroup {
  /*box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);*/
}
.tabgroup > div {
  padding: 30px;
  /*background: #F2EEE2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);*/
  border: 1px solid #d1d3d4;
  margin-top: -5px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*End Tabs*/



/***************************************************************************************************************************************************************
 * Mobile View
 */
.login-banner {
	width: 100%;
	height: 600px;
	margin-top: -15px;
	background-image: url('../img/login/banner-cn-a.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.login-spacer {
	width: 1px;
	height: 400px;
}

@media only screen and (max-width: 1900px) {
	.login-banner {
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
	}
}

@media only screen and (min-width: 1601px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
	.leftbar-item-off {
		padding: 5px 15px 5px 15px;
	}
	
	.leftbar-item-on {
		padding: 5px 15px 5px 15px;
	}
	
	.leftbar-showinfo {
		padding: 5px 15px 5px 15px;
	}
}

@media only screen and (max-width: 999px) {
}

@media only screen and (max-width: 650px) {
	.cnt-separator {
		display: block;
	}
	input[type="text"].cnt-qty-field {
		width: 60px;
		text-align: left;
	}
	input[type="text"].cnt-staff-duration-field {
		width: 75px;
		text-align: left;
	}
	.cnt-table tr.cnt-head1,.cnt-table tr.cnt-head2 {
		display: none;
	}
	.cnt-table td {
		display: block;
		text-align: left;
	}
	.cnt-table td.cnt-cell-a:before {
		content: attr(data-th) ": ";
		font-weight: bold;
	}
	.cnt-table td.cnt-cell-b:before {
		content: "";
	}
	.cnt-table td.cnt-cell-c {
		display: none;
	}
	table.table-last-update-date {
		border: none;
	}
	table.table-last-update-date tr td {
		border: none;
		padding-left: 0px;
	}
	table.table-last-update-date tr td:nth-child(3n+3) {
		margin-bottom: 15px;
	}
	
	.div-table-cell { display: block; }
	
	.div-table-cell.div-table-cell-info-2 { margin-left: 22px; }
	
	.div-table-cell.w2p { width: 100%; }
	.div-table-cell.w10p { width: 100%; }
	.div-table-cell.w20p { width: 100%; }
	.div-table-cell.w40p { width: 100%; }
	.div-table-cell.w58p { width: 100%; }
	.div-table-cell.w60p { width: 100%; }
}

@media only screen and (max-width: 480px) {
	html,body {
		height: 100%;
	}
	body.full {
		font-family: 'Lato-Regular', Arial, 新细明体;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		color: #58595b;
		background-color: #fff;
	}
	body.popup {
		font-family: 'Lato-Regular', Arial, 新细明体;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		color: #58595b;
		background-color: #fff;
	}
	a {
		color: #223f9a;
		text-decoration: none;
	}
	a:hover {
		color: #223f9a;
		text-decoration: underline;
	}
	a.underline {
		color: #223f9a;
		text-decoration: underline;
	}
	a.underline:hover {
		color: #223f9a;
		text-decoration: underline;
	}
	/*
	a.pdflink {
		color: #58595b;
		text-decoration: none;
	}
	a.pdflink:hover {
		color: #58595b;
		text-decoration: underline;
	}
	*/
	a.topbar {
		color: #231f20;
		text-decoration: none;
	}
	a.topbar:hover {
		color: #231f20;
		text-decoration: underline;
	}
	img {
		max-width: 100%;
	}
	img.icon {
		width: 16px;
		heigth: 16px;
		max-width: 16px;
	}
	iframe,object,embed {
		max-width: 100%;
	}
	table {
		
	}
	table.table-wide {
		width: 100%;
		border: 0px;
		border-spacing: 0px;
	}
	table.table-wide tr td {
		border: 0px;
		padding: 0px;
	}
	table.table-narrow {
		border: 0px;
		border-spacing: 0px;
	}
	table.table-narrow tr td {
		border: 0px;
		padding: 0px;
	}
	table.table-border {
		width: 100%;
		border: 1px solid #999;
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table.table-border tr td {
		border: 1px solid #999;
		padding: 5px;
	}
	table.table-border tr td.td-noborder {
		border: 0px;
		padding: 5px;
	}
	table.table-noborder {
		width: 100%;
		border: 0px;
		border-spacing: 0px;
	}
	table.table-noborder tr td {
		border: 0px;
		padding: 5px;
	}
	ul,ol {
		padding-left: 1.5em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	li {
		margin-bottom: 5px;
	}
	ul.disclaimer {
		list-style-type: disc;
		margin: 5px 0px 5px 0px;
		padding: 0px 5px 0px 5px;
	}
	ul.disclaimer>li:before {
		/*content : '-'; */
		
	}
	ul.disclaimer>li {
		margin-left: 15px;
	}
	label {
		cursor: pointer;
		cursor: hand;
	}
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
	.clear-both {
		clear: both;
	}
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: right;
	}
	.align-justify {
		text-align: justify;
	}
	.valign-top {
		vertical-align: top;
	}
	.valign-middle {
		vertical-align: middle;
	}
	.valign-bottom {
		vertical-align: bottom;
	}
	.fancybox-content-padding {
		padding: 12.5px;
	}
	.padleft25 {
		padding-left: 12.5px;
	}
	.padright25 {
		padding-right: 12.5px;
	}
	.padleft50 {
		padding-left: 25px;
	}
	.padright50 {
		padding-right: 25px;
	}
	.padleft83 {
		padding-left: 41.5px;
	}
	.padtop08 {
		padding-top: 8px;
	}
	.login-content1 {
		position: block;
		width: 100%;
	}
	.login-content2 {
		background-color: #fff;
		margin: 0px auto;
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.topbar1 {
		background-color: #d1d3d4;
		color: #231f20;
		font-size: 12px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
	}
	.exhibitor-zone1 {
		background-color: #fdfdfe;
		color: #58595b;
		font-size: 24px;
		font-weight: bold;
		vertical-align: bottom;
		height: 40px;
		/* IE 8 */
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
		/* IE 5-7 */
		filter: alpha(opacity = 80);
		/* Netscape */
		-moz-opacity: 0.80;
		/* Safari 1.x */
		-khtml-opacity: 0.80;
		/* Good browsers */
		opacity: 0.80;
	}
	.opacity100 {
		/* IE 8 */
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		/* IE 5-7 */
		filter: alpha(opacity = 100);
		/* Netscape */
		-moz-opacity: 1.0;
		/* Safari 1.x */
		-khtml-opacity: 1.0;
		/* Good browsers */
		opacity: 1.0;
	}
	.exhibitor-zone2 {
		background-color: #fff;
		color: #145686;
		font-size: 24px;
		font-weight: bold;
		height: 40px;
	}
	.exhibitor-zone3 {
		background-color: #145686;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		height: 40px;
	}
	.exhibitor-section {
		color: #ed1b2e;
		font-size: 12px;
		font-weight: normal;
	}
	.exhibitor-deadline {
		font-size: 12px;
		font-weight: normal;
		line-height: 40px;
	}
	.leftbar-item-off {
		color: #000;
		padding: 5px 15px 5px 15px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		margin-top: 18px;
		margin-bottom: 18px;
		cursor: pointer;
		cursor: hand;
	}
	.leftbar-item-on {
		color: #000;
		padding: 5px 15px 5px 15px;
		color: #ed1b2e;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		margin-top: 18px;
		margin-bottom: 18px;
		cursor: pointer;
		cursor: hand;
	}
	.leftbar-showinfo {
		padding: 5px 15px 5px 15px;
		text-align: left;
	}
	.leftbar-dotline {
		border-top-style: dotted;
		border-width: 2px;
		color: #58595b;
	}
	.section-dotline {
		border-top-style: dotted;
		border-width: 2px;
		color: #58595b;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.item-dotline {
		border-top-style: dotted;
		border-width: 1px;
		color: #58595b;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.section-item {
		margin-bottom: 15px;
	}
	.small {
		font-size: 10px;
	}
	.large {
		font-size: 16px;
	}
	.border-layer {
		border: 1px solid #999;
		padding: 30px;
	}
	.border-layer2 {
		border: 1px solid #999;
		padding: 5px;
		margin-bottom: 5px;
	}
	.dotted-layer {
		border: 1px dotted #999;
		padding: 30px;
	}
	#autosave-layer {
		padding: 15px;
	}
	#messageLayer {
		background-color: #cf192b;
		color: #fff;
		padding: 5px;
	}
	.tb_list {
		width: 100%;
		border-spacing: 1px;
		background-color: #fff;
	}
	.col0 {
		background-color: #fff;
	}
	.col1 {
		background-color: #ddd;
	}
	.vspacer02 {
		width: 1px;
		height: 2px;
	}
	.vspacer05 {
		width: 1px;
		height: 5px;
	}
	.vspacer10 {
		width: 1px;
		height: 10px;
	}
	.vspacer15 {
		width: 1px;
		height: 15px;
	}
	.vspacer20 {
		width: 1px;
		height: 20px;
	}
	.vspacer25 {
		width: 1px;
		height: 25px;
	}
	.vspacer30 {
		width: 1px;
		height: 30px;
	}
	.vspacer50 {
		width: 1px;
		height: 50px;
	}
	.vspacer100 {
		width: 1px;
		height: 100px;
	}
	.hspacer02 {
		width: 2px;
		height: 1px;
	}
	.hspacer05 {
		width: 5px;
		height: 1px;
	}
	.hspacer10 {
		width: 10px;
		height: 1px;
	}
	.hspacer15 {
		width: 15px;
		height: 1px;
	}
	.hspacer20 {
		width: 20px;
		height: 1px;
	}
	.hspacer25 {
		width: 25px;
		height: 1px;
	}
	.hspacer30 {
		width: 30px;
		height: 1px;
	}
	.hspacer50 {
		width: 50px;
		height: 1px;
	}
	.hspacer100 {
		width: 100px;
		height: 1px;
	}
	.bold {
		font-weight: bold;
	}
	.uppercase {
		text-transform: uppercase;
	}
	.lowercase {
		text-transform: lowercase;
	}
	.capitalize {
		text-transform: capitalize;
	}
	.red {
		color: #ed1b2e;
	}
	.white {
		color: #fff;
	}
	.page-title>a {
		color: #ed1b2e;
		text-decoration: none;
	}
	.page-subtitle>a {
		color: #ed1b2e;
		text-decoration: none;
	}
	.section-title>a {
		color: #ed1b2e;
		text-decoration: none;
	}
	.section-title>a.underline {
		font-size: 12px;
		color: #223f9a;
		text-decoration: underline;
	}
	.breadcrumb>a {
		color: #223f9a;
		text-decoration: none;
	}
	.breadcrumb {
		color: #223f9a;
		margin-bottom: 15px;
	}
	.page-title {
		color: #ed1b2e;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.page-subtitle {
		color: #000000;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.page-note {
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.section-title {
		color: #ed1b2e;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.form-title {
		font-size: 12px;
		color: #575756;
		font-weight: bold;
		display: block;
		padding: 8px 10px;
		background-color: #dadada;
	}
	.form-caption {
		color: #333;
		font-weight: bold;
		margin-bottom: 5px;
	}
	input {
		width: 100%;
		height: auto;
		padding: 0 2% 0 0;
		font-size: 12px;
		color: #666;
		border-radius: 0;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	input[type='image'] {
		display: inline;
		width: 1px;
		height: 1px;
		border-bottom: 0px;
	}
	input[type='file'] {
		border-bottom: 0px;
	}
	input[type='checkbox'],input[type='radio'] {
		width: 20px;
		margin: 0px;
		padding: 0px;
		border-bottom: 0px;
	}
	input[type=text]:disabled, select:disabled, textarea:disabled {
		font-size: 12px;
	}
	select {
		width: 100%;
		height: auto;
		font-size: 12px;
		color: #666;
		border-radius: 0;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	.input-tip {
		font-size: 11px;
	}
	.input-tip2 {
		font-size: 11px;
	}
	.msg50 {
		width: 100%;
		height: 50px;
		font-size: 12px;
		color: #666;
		border-radius: 0;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	.msg100 {
		width: 100%;
		height: 100px;
		font-size: 12px;
		color: #666;
		border-radius: 0;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	.msg200 {
		width: 100%;
		height: 200px;
		font-size: 12px;
		color: #666;
		border-radius: 0;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	input[type='text'].required2, input[type='password'].required2, input[type='submit'].required2, select.required2, 
	textarea.msg50.required2, textarea.msg100.required2, textarea.msg200.required2 {
		border-left: 0px solid #cf192b;
		border-right: 0px solid #cf192b;
		border-top: 0px solid #cf192b;
		border-bottom: 2px solid #cf192b;
	}
	.required3 {
		border-left: 2px solid #cf192b;
		border-right: 2px solid #cf192b;
		border-top: 2px solid #cf192b;
		border-bottom: 2px solid #cf192b;
		background-color: #cf192b;
	}
	.foot-dotline {
		border-top-style: dotted;
		border-width: 2px;
		color: #58595b;
	}
	.footbar {
		position: relative;
		color: #9d9d9c;
		font-size: 10px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
	}
	a.footlink {
		color: #9d9d9c;
		text-decoration: none;
	}
	.close-mobile-menu {
		position: absolute;
		font-size: 16px;
		right: 20px;
		top: 10px;
		cursor: pointer;
	}
	.top-mobile-icon {
		position: absolute;
		z-index: 998;
		top: -10px;
		right: 0px;
	}
	.top-mobile-menu {
		position: absolute;
		display: none;
		z-index: 997;
		top: 0px;
		left: 0px;
		width: 100%;
		/* height: 100%; */
		/* background-color: #ed1b2f; */
		background-color: #d1d3d4;
		color: #000;
	}
	.top-mobile-dotline {
		border-top-style: dotted;
		border-width: 2px;
		color: #000;
	}
	.top-mobile-item-off {
		color: #000;
		padding: 15px 5px 15px 5px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		height: 36px;
		line-height: 36px;
		cursor: pointer;
		cursor: hand;
	}
	.top-mobile-item-on {
		color: #000;
		padding: 15px 5px 15px 5px;
		color: #ed1b2e;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		height: 36px;
		line-height: 36px;
		cursor: pointer;
		cursor: hand;
	}
	.top-show-logo {
		display: block;
		width: 100%;
		height: auto;
		max-width: 200px;
	}
	.top-show-date {
		font-size: 10px;
		white-space: nowrap;
	}
	.top-show-date span.inline {
		display: block;
	}
	.nowrap {
		white-space: nowrap;
	}
	.wrap-word {
		/* http://stackoverflow.com/questions/3247358/css-how-do-i-wrap-text-with-no-whitespace-inside-a-td */
		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		white-space: -webkit-pre-wrap; /*Chrome & Safari */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: pre-wrap; /* css-3 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		word-break: break-all;
		white-space: normal;
	}
	.show {
		display: block;
	}
	.hide {
		display: none;
	}
	.contactus-caption {
		white-space: nowrap;
		vertical-align: top;
	}

	/* Figment CSS */
	.add {
		display: inline-block;
		/*background: #ed1b2f;*/
		background: #145686;
		color: #fff;
		text-transform: uppercase;
		padding: 8px 32px;
		font-size: 12px;
		letter-spacing: 0px;
		text-align: center;
		border-radius: 160px 160px 160px 160px;
		-moz-border-radius: 160px 160px 160px 160px;
		-webkit-border-radius: 160px 160px 160px 160px;
		/*behavior: url(../js/PIE.htc);*/
		position: relative;
		border: 0;
		-o-transition: background 0.5s, color 0.5s;
		/* Opera */
		-moz-transition: background 0.5s, color 0.5s;
		/* Firefox 4 */
		-webkit-transition: background 0.5s, color 0.5s;
		/* Safari and Chrome */
		transition: background 0.5s, color 0.5s;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
	}
	.add:hover {
		background-color: #2397d0;
	}
	.language {
		display: inline-block;
		/*background: #ed1b2f;*/
		background: #145686;
		color: #fff;
		text-transform: uppercase;
		padding: 8px 32px;
		font-size: 12px;
		letter-spacing: 2px;
		min-width: 88px;
		text-align: center;
		border-radius: 160px 160px 160px 160px;
		-moz-border-radius: 160px 160px 160px 160px;
		-webkit-border-radius: 160px 160px 160px 160px;
		/*behavior: url(../js/PIE.htc);*/
		position: relative;
		border: 0;
		-o-transition: background 0.5s, color 0.5s;
		/* Opera */
		-moz-transition: background 0.5s, color 0.5s;
		/* Firefox 4 */
		-webkit-transition: background 0.5s, color 0.5s;
		/* Safari and Chrome */
		transition: background 0.5s, color 0.5s;
		text-decoration: none;
	}
	.language:hover {
		/*background-color: #cf192b;*/
		background-color: #2397d0;
		color: #fff;
		text-decoration: none;
	}
	.button-big {
		display: inline-block;
		background: url('../img/button-link2.png') no-repeat scroll 130% center
			#ed1b2f;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 40px;
		font-size: 12px;
		letter-spacing: 1px;
		border-radius: 160px 160px 160px 160px;
		-moz-border-radius: 160px 160px 160px 160px;
		-webkit-border-radius: 160px 160px 160px 160px;
		/*behavior: url(../js/PIE.htc);*/
		position: relative;
		border: 0;
		-o-transition: background 0.5s, color 0.5s;
		/* Opera */
		-moz-transition: background 0.5s, color 0.5s;
		/* Firefox 4 */
		-webkit-transition: background 0.5s, color 0.5s;
		/* Safari and Chrome */
		transition: background 0.5s, color 0.5s;
		text-decoration: none;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.button-big:hover {
		background-position: 90% center;
		background-color: #cf192b;
		color: #fff;
		text-decoration: none;
	}
	.button-mobile-menu {
		display: block;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
		-moz-border-radius: 50%;
		/* Firefox 1-3.6 */
		border-radius: 50%;
		/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		background: url('../img/button-navigation-selected.png') no-repeat
			center;
		background-color: #ed1b2f;
	}
	.button-mobile-menu:hover {
		background-image: url('../img/button-navigation-selected.png') no-repeat
			center;
		background-color: #cf192b;
	}
}



/***************************************************************************************************************************************************************
 * Grid System
 * http://www.responsivegridsystem.com/calculator/
 */
.page-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.page-column {
	display: block;
	float: left;
	margin: 0.5% 0 0.5% 0%;
}

.page-column:first-child {
	margin-left: 0;
}

.page-group:before,.page-group:after {
	content: "";
	display: table;
}

.page-group:after {
	clear: both;
}

.page-group {
	zoom: 1; /* For IE 6/7 */
}

.page-area-12of12 { 	width: 100%; }
.page-area-11of12 { 	width: 91.66%; }
.page-area-10of12 { 	width: 83.33%; }
.page-area-9of12 { width: 75%; }
.page-area-8of12 { width: 66.66%; }
.page-area-7of12 { width: 58.33%; }
.page-area-6of12 { width: 50%; }
.page-area-5of12 { width: 41.66%; }
.page-area-4of12 { width: 33.33%; }
.page-area-3of12 { width: 25%; }
.page-area-2of12 { width: 16.66%; }
.page-area-1of12 { width: 8.333%; }

@media only screen and (max-width: 768px) {
	.page-column {
		margin: 0.5% 0 0.5% 0%;
	}
	.page-area-1of12,.page-area-2of12,.page-area-3of12,.page-area-4of12,.page-area-5of12,.page-area-6of12,.page-area-7of12,.page-area-8of12,.page-area-9of12,.page-area-10of12,.page-area-11of12,.page-area-12of12
		{
		width: 100%;
	}
}

/**
 * http://www.responsivegridsystem.com/calculator/
 * Form
 */
.form-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.form-column {
	display: block;
	float: left;
	margin: 1% 0 1.5% 2%;
}

.form-column-hide {
	margin: 0px;
}

.form-column:first-child {
	margin-left: 0;
}

.form-group:before,.form-group:after {
	content: "";
	display: table;
}

.form-group:after {
	clear: both;
}

.form-group {
	zoom: 1; /* For IE 6/7 */
}

.form-field1 {
	width: 100%;
}

.form-field2 {
	width: 49%;
}

.form-field3 {
	width: 32%;
}

.form-field4 {
	width: 23.5%;
}

.form-field9-2 {
	width: 43.33%;
}

.form-field9-1 {
	width: 9.333%;
}

@media only screen and (max-width: 768px) {
	.form-column {
		margin: 1% 0 1% 0%;
	}
	.form-field1,.form-field2,.form-field3,.form-field4 {
		width: 100%;
	}
	.form-field9-2, .form-field9-1 {
		width: 100%;
	}
}
