@charset "utf-8";
@import url('normalize.min.css');

html,
button,
input,
select,
textarea {
	color: #000;
}

html {
	font-size: 13px;
	line-height: 1.4;
}
body {
	margin: 0;
	background-color: #fff;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #3c505a;
	font-weight: 400;
}	

/* <reset elements */
a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
ul,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
::-moz-selection {
	background: #3c505a;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3c505a;
	color: #fff;
	text-shadow: none;
}
img {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
.center {
	text-align: center;
}
/* reset elements> */

/* <wrapper */
#wrapper {
	margin: 0 auto;
	max-width: 1460px;
}
/* wrapper> */

/* <header */
#header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 110px;
}
#header div {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 20px;
	z-index: 9;
	background-color: #a42b4d;
	width: 140px;
	height: 30px;
	padding-top: 50px;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 10px;
}
#header h1 {
	position: absolute;
	top: 32px;
	right: 20px;
	bottom: auto;
	left: auto;
	z-index: 10;
	width: 200px;
	height: 45px;
}
#header h1 a {
	display: inline-block;
	width: 200px;
	height: 45px;
}
/* header> */

/* <banner */
#banner-wrapper {
	background: #f9f9f9 url('../images/exc-exce.jpg') 50% 100% no-repeat;
	max-width: 1460px;
	height: 485px;
	border-top: 5px solid #a42b4d;
}
#banner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#banner h1 {
	margin: 90px 0 0 20px;
	display: inline-block;
	width: 500px;
	height: 180px;
	font-size: 28px;
	color: #a42b4d;
	font-weight: 300;
	line-height: 35px;
}
#banner h1 span {
	font-size: 20px;
}
#banner h2 {
	margin: 0 0 0 20px;
	display: inline-block;
	display: none;
	width: 500px;
	height: 140px;
	font-size: 19px;
	color: #3c505a;
	font-weight: 600;
	line-height: 25px;
}
#banner h2 span {
	font-size: 16px;
	font-weight: 400;
}
#banner #language {
	position: absolute;
	top: 250px;
	right: auto;
	bottom: auto;
	left: 20px;
	z-index: 9;
	background-color: #fff;
	display: block;
	width: 80px;
	height: 26px;
	border: 2px solid #a42b4d;
	font-size: 11px;
	color: #3c505a;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
}
#banner #language:hover {
	background-color: #a62b4d;
	border-color: #a62b4d;
	color: #fff;
}
#banner #btn-1 {
	position: absolute;
	top: 250px;
	right: auto;
	bottom: auto;
	left: 120px;
	z-index: 9;
	background-color: #fff;
	display: block;
	width: 90px;
	height: 26px;
	border: 2px solid #ddd;
	font-size: 11px;
	color: #3c505a;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
}
#banner #btn-1:hover {
	background-color: #a62b4d;
	border-color: #a62b4d;
	color: #fff;
}
/* banner> */

/* <content */
#content {
	margin: 0 auto;
	width: 980px;
}
#content #content-header {
	margin: 40px 0 20px 0;
	background: url('../images/bg-1.png') 0 10px repeat-x;
	heigth: 40px;
	text-align: center;
}
#content #content-header h2 {
	width: auto;
	height: 20px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
}
#content #content-header h2 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
}

/* <tabs */
.tabs {
	display: none;
	visibility: hidden;
}
.js-tabby .tabs {
	display: block;
	visibility: visible;
}
.js-tabby .tab {
	display: none;
	visibility: hidden;
}
.tab.active {
	display: block;
	visibility: visible;
}
.tabs:before,
.tabs:after {
	display: table;
	content: "";
}
.tabs:after {
	clear: both;
}
#tabs .tabs {
	margin: 0;
	list-style-type: none;
	height: 60px;
	padding: 0;
	border-bottom: 1px solid #c4cacd;
	text-align: center;
}
#tabs .tabs li {
	display: inline-block;
	width: auto;
	height: 40px;
}
#tabs .tabs a {
	position: relative;
	margin: 0 10px;
	display: inline-block;
	background-color: #fff;
	width: auto;
	height: 34px;
	padding: 0 20px;
	border: 3px solid #a42b4d;
	font-size: 11px;
	color: #3d4f59;
	font-weight: 600;
	text-align: center;
	line-height: 34px;
	/*text-transform: uppercase;*/
	z-index: 99;
}
#tabs .tabs a:hover {
	color: #a42b4d;
}
#tabs .tabs .active {
}
#tabs .tabs .active a {
	background-color: #a42b4d;
	color: #fff;
}

#tabs .tabs-content {
	padding: 40px 20px;
}
#tabs .tabs-content .col-1 {
	float: left;
	width: 450px;
	text-align: justify;
}
#tabs .tabs-content .col-2 {
	float: left;
	margin-left: 40px;
	width: 450px;
	text-align: justify;
}
#tabs .tabs-content h3 {
	height: 30px;
	font-weight: 700;
	line-height: 20px;
}
#tabs .tabs-content p {
	margin-bottom: 20px;
}
#tabs .tabs-content p.p-1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#tabs .tabs-content p strong {
	font-weight: 600;
}
#tabs .tabs-content ul {
	margin-left: 10px;
	margin-bottom: 30px;
	list-style-type: none;
}
#tabs .tabs-content ul li {
	margin: 5px 0;
	background: url('../images/bullet-1.png') 0 5px no-repeat;
	padding-left: 20px;
}
#tabs .tabs-content .col-3 {
	float: left;
	width: 250px;
	text-align: center;
}
#tabs .tabs-content .col-4 {
	float: left;
	width: 690px;
	text-align: right;
}
#tabs .tabs-content .col-4 img {
	border: 1px solid #d4d4d4;
}
#tabs .tab {
}

table {
	margin: 20px auto 40px;
	width: 100%;
	border-collapse: collapse;
}
table thead {
	color: #a42b4d;
	font-weight: 700;
}
table em {
	font-size: 11px;
	font-style: normal;
}
table tr {
	border-bottom: 1px solid #d4d4d4;
}
table td {
	padding: 5px;
	text-align: center;
}
table tr.bg-1 td {
	background-color: #eee;
}
table td.left {
	font-weight: 700;
	text-align: left;
}
table .subtitle td, 
table .subtitle td.left {
	font-weight: 600;
}

.download {
	margin: 0 auto;
	width: 400px;
}
.download img {
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
}
.download h5 {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
}
.download a {
	display: inline-block;
	background-color: #a42b4d;
	width: auto;
	height: 26px;
	border: 2px solid #a42b4d;
	padding: 0 10px;
	color: #fff;
	font-weight: 600;
	line-height: 26px;
}
.download a:hover {
	background-color: #fff;
	color: #000;
}
p.download-1 {
	padding: 0 0 20px 0;
	text-align: center;
}
p.download-1 a {
	display: inline-block;
	background-color: #a42b4d;
	width: auto;
	height: 26px;
	border: 2px solid #a42b4d;
	padding: 0 10px;
	color: #fff;
	font-weight: 600;
	line-height: 26px;
}
p.download-1 a:hover {
	background-color: #fff;
	color: #000;
}
.img-1 {
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	max-width: 800px;
	height: auto;
	border: 1px solid #ddd;
}
/* tabs> */
/* content> */

/* <footer */
#footer-wrapper {
	background: #a62b4d url('../images/map.png') 50% 50px no-repeat;
	max-width: 1460px;
	height: 340px;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 340px;
}
#footer h4 {
	margin: 100px auto 0;
	display: block;
	background: url('../images/exxellin-logo-footer.png') 0 0 no-repeat;
	width: 160px;
	height: 36px;
	text-indent: -9999px;
}
#footer .address {
	margin: 42px auto 0;
	width: auto;
	height: 10px;
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
}
#footer .contact {
	position: relative;
	margin: 50px auto 0;
	width: 540px;
	height: 50px;
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#footer .contact div.contact-detail {
	float: left;
	margin-left: 10px;
	background: url('../images/circle.png') 75px 30px no-repeat;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 30px;
}
#footer .contact div.contact-detail:first-child {
	margin-left: 20px;
}
#footer .contact div.contact-detail a {
	color: #fff;
}
#footer .contact div.contact-detail span {
	color: #dca9b7;
	text-transform: none;
}
#footer .contact .hr {
	position: absolute;
	top: 34px;
	right: auto;
	bottom: auto;
	left: 130px;
	z-index: 2;
	background-color: #b85571;
	width: 110px;
	height: 1px;
}
#footer .contact .hr + .hr {
	left: 300px;
}
/* footer> */

/* <copyright */
#copyright {
	background-color: #f1f1f1;
	max-width: 1460px;
	height: 50px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
}
/* copyright> */

@media screen and (max-width: 990px) {

	/* <header */
	#header {
		width: auto;
	}
	#header div {
		top: 0;
		left: 10px;
		width: 100px;
		padding-top: 50px;
		font-size: 11px;
	}
	#header h1 {
		top: 32px;
		right: 10px;
		bottom: auto;
		left: auto;
		z-index: 10;
		width: 150px;
		height: 34px;
	}
	#header h1 a, 
	#header h1 a img {
		display: inline-block;
		width: 150px;
		height: 34px;
	}
	/* header> */
	
	/* <banner */
	#banner-wrapper {
		background-position: 60% 100%;
		width: auto;
	}
	#banner {
		width: auto;
	}
	#banner h1 {
		margin: 30px 0 10px 0;
		width: 90%;
		height: auto;
		padding: 0 10px;
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
	}
	#banner h1 span {
		font-size: 13px;
		font-weight: 400;
	}
	#banner h2 {
		margin: 0;
		width: 90%;
		height: auto;
		padding: 0 10px;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}
	#banner h2 span {
		font-size: 13px;
		font-weight: 400;
	}
	/* banner> */

	/* <content */
	#content {
		width: auto;
	}
	#content #content-header {
		margin: 20px 10px 20px 10px;
	}
	#tabs .tabs {
		height: 40px;
	}
	#tabs .tabs li {
		height: 30px;
	}
	#tabs .tabs a {
		margin: 0 5px;
		height: 28px;
		border-width: 1px;
		padding: 0 10px;
		line-height: 28px;
	}
	#tabs .tabs-content .col-1,
	#tabs .tabs-content .col-2,
	#tabs .tabs-content .col-3,
	#tabs .tabs-content .col-4 {
		margin: 0;
		width: auto;
		padding: 0 10px;
		text-align: left;
	}
	#tabs .tabs-content .col-3,
	#tabs .tabs-content .col-4 {
		width: 100%;
		text-align: center;
	}
	#tabs .tabs-content h3 {
		height: auto;
		padding-bottom: 10px;
		text-align: left;
	}
	#tabs .tabs-content ul {
		margin-left: 0;
	}
	table {
	}
	table td {
		padding: 5px;
	}
	#tabs .tabs-content .col-4 img {
		max-width: 630px;
		width: 100%;
		height: auto;
	}
	#tabs .tabs-content p.p-1 {
		text-align: center;
	}
	#tabs .tabs-content p img {
		max-width: 450px;
		width: 100%;
		height: auto;
	}
	/* content> */

	/* <footer */
	#footer {
		width: auto;
	}
	#footer .address {
		line-height: 15px;
	}
	#footer .contact {
		width: auto;
		text-transform: uppercase;
	}
	#footer .contact div.contact-detail {
		margin-left: 0;
		background: none;
		width: 100%;
		height: 20px;
		text-align: center;
	}
	#footer .contact div.contact-detail:first-child {
		margin-left: 0;
	}
	#footer .contact .hr {
		display: none;
	}
	/* footer> */
	
}

@media screen and (max-width: 480px) {

	/* <banner */
	#banner h1 {
		background-color: rgba(255, 255, 255, 0.7);
	}
	#banner h2 {
		background-color: rgba(255, 255, 255, 0.7);
	/* banner> */
	}

	/* <content */
	#tabs .tabs a {
		margin: 0 2px;
		height: 28px;
		border-width: 1px;
		padding: 0 3px;
		font-size: 10px;
		line-height: 28px;
	}
	.download {
		width: auto;
	}
	.download img {
		margin-right: 10px;
	}
	.download a {
		padding: 0 5px;
		font-size: 11px;		
	}
	/* content> */

}

/* <print */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
    	/* style adjustments for high resolution devices */
}
/* inlined to avoid required HTTP connection */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/* don't show links for images, or javascript/internal links */
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/* print> */

/* <others */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	margin: 0;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/* others> */
