@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

/*
	Landed by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@font-face {
font-family:"Oswald";
src: url(https://www.mbl.com/fonts/Oswald.ttf), 
url(https://www.mbl.com/fonts/Oswald.eot), 
url(https://www.mbl.com/fonts/Oswald.woff), 
url(https://www.mbl.com/fonts/Oswald.svg);
}

@font-face
{
font-family: 'simplifia';
src: url(https://www.mbl.com/fonts/SIMPLIFICA.ttf), 
url(https://www.mbl.com/fonts/SIMPLIFICA.eot), 
url(https://www.mbl.com/fonts/SIMPLIFICA.woff), 
url(https://www.mbl.com/fonts/SIMPLIFICA.svg);
}

@font-face
{
font-family: sego;
src: url(https://www.mbl.com/fonts/segoepr.ttf), 
url(https://www.mbl.com/fonts/segoepr.eot), 
url(https://www.mbl.com/fonts/segoepr.woff), 
url(https://www.mbl.com/fonts/segoepr.woff2), 
url(https://www.mbl.com/fonts/segoepr.svg);
}

/* Webfont: Lato-Regular */@font-face {
    font-family: Lato;
	src: url(https://www.mbl.com/fonts/Lato-Regular.ttf), 
		url(https://www.mbl.com/fonts/Lato-Regular.eot), 
		url(https://www.mbl.com/fonts/Lato-Regular.woff), 
		url(https://www.mbl.com/fonts/Lato-Regular.woff2), 
	url(https://www.mbl.com/fonts/Lato-Regular.svg);
}


/* Basic */
img.image-full{max-width:100%; height: auto;}
	.clear { clear:both;}
	#clear{ clear:both;}

	html, body {
		background: #EAEAEA;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: #333;
		font-family:'Lato', Lato, sans-serif;
		font-size: 16px;
		line-height:24px;
	}
	
	select{font-size: 11px;}

	a { text-decoration:none;

	}

		a:hover {

		}

	strong, b {
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;

		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

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

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

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

/* Loader */
	@-moz-keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-moz-keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@-webkit-keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@-o-keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@-ms-keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -moz-transform: scale(0.5) rotate(360deg); -webkit-transform: scale(0.5) rotate(360deg); -o-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@-moz-keyframes spinner-rotate { 0% { -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg); -o-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@-webkit-keyframes spinner-rotate { 0% { -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg); -o-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@-o-keyframes spinner-rotate { 0% { -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg); -o-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@-ms-keyframes spinner-rotate { 0% { -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg); -o-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@keyframes spinner-rotate { 0% { -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg); -o-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@-moz-keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }
	@-webkit-keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }
	@-o-keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }
	@-ms-keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }
	@keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }

	body.landing {
		text-decoration: none;
	}

		body.landing:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-o-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-o-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #1c1d26;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {
		body.landing:before {
			line-height: 2.025em;
		}
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #ffffff;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		position: relative;
		text-align: center;
	}

		header.major:after {
			background: #e44c65;
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 75%;
		}

	footer.major {
		margin: 4em 0 0 0;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {

	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #e44c65;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(255, 255, 255, 0.3);
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: auto;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
		background-color: #FFF;
		color: #000;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	input[type="checkbox"],
	input[type="radio"] {
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(255, 255, 255, 0.25);
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {

		}

	input[type="checkbox"] + label:before {

	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #272833;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 6em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon.major.alt:before {
					color: #272833 !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background-image: url("images/overlay.png");
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				height: 2.5em;
				line-height: 2.5em;
				padding: 0 0.5em;
			}

				ul.icons li .icon {
					font-size: 0.8em;
				}

					ul.icons li .icon:before {
						font-size: 2em;
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0;
		width: 100%;
	}

		table tbody tr {
		}

			table tbody tr:nth-child(2n + 1) {
			}

		table td {
			text-align:left;

		}

		table th {

		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding:0 1em;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {

		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {

		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {

		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {

		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			
		}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

/* Spotlight */

	.spotlight {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			background-image: url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		.spotlight .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-o-transition: -o-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			background: rgba(23, 24, 32, 0.95);
			border-style: solid;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-o-transition: -o-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-o-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content, .spotlight.bottom .content {
			left: 0;
			padding: 5.1em 0 3.1em 0;
			width: 100%;
		}

		.spotlight.top .content {
			border-bottom-width: 0.35em;
			top: 0;
		}

		.spotlight.bottom .content {
			border-top-width: 0.35em;
			bottom: 0;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}

		.spotlight.style1 .content {
			border-color: #e44c65;
		}

		.spotlight.style2 .content {
			border-color: #5480f1;
		}

		.spotlight.style3 .content {
			border-color: #39c088;
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-o-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-o-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-o-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-o-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-o-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

/* Wrapper */

	.wrapper {
		padding: 0;
	}

		.wrapper.style2 {
			background: #e44c65;
		}

			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
				border-color: rgba(255, 255, 255, 0.5);
			}

			.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:hover,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.075) !important;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
				color: #ffffff !important;
			}

			.wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.25) !important;
			}

			.wrapper.style2 input[type="submit"].special,
			.wrapper.style2 input[type="reset"].special,
			.wrapper.style2 input[type="button"].special,
			.wrapper.style2 .button.special {
				background-color: #ffffff;
				color: #e44c65 !important;
			}

				.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:hover,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:hover,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:hover,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.075) !important;
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
					color: #ffffff !important;
				}

				.wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		.wrapper.fade-down > .container {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-o-transition: -o-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-moz-transform: -moz-translate(0,-1em);
			-webkit-transform: -webkit-translate(0,-1em);
			-o-transform: -o-translate(0,-1em);
			-ms-transform: -ms-translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-o-transition: -o-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-moz-transform: -moz-translate(0,1em);
			-webkit-transform: -webkit-translate(0,1em);
			-o-transform: -o-translate(0,1em);
			-ms-transform: -ms-translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}

		.wrapper.fade > .container {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-o-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}

/* Dropotron */

	.dropotron {
		background:#F90;
		list-style: none;
		min-width: 12em;
		padding: 0.25em 0;
		
	}

		.dropotron > li {
			padding: 0;
		}
		
		.dropotron > li:hover {
			background:#000;
			
		}

			.dropotron > li a, .dropotron > li span {
				border: 0;
				color:  #FFF;
				display: block;
				padding: 0.1em 1em;
				text-decoration: none;
				position:relative;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

			.dropotron > li.active > a, .dropotron > li.active > span {
				color: #e44c65;
			}

		.dropotron.level-0 {
			font-size: 12px;
		}

			.dropotron.level-0:before {

				background: #F90;
				display: block;
				height: 1em;
				position: absolute;
			}
			

	body.landing .dropotron.level-0 {
		margin-top: 0;
	}

/* Header */

	#skel-layers-wrapper {
		padding-top:0;
	}

	#header {
		cursor: default;
		height:100px;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		width:100%;
		top: 0;
		z-index: 100;
		margin:0 auto;
	}
	
	
	.container{ background:#FFF; padding:0 20px; }

	
		#language{    width: 100%; text-align: right; z-index:1000;}

	.language-left{ padding-right:10px; display:inline-block; font-size:12px;}
	

	.logo { float: left; z-index: 10; position: relative;  max-height: 324px;}

		#header nav {
			float:right;
			line-height:2em;
			padding-bottom:1em;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					float: left;
					border-right: 1px solid #F90;
					list-style:none;
					margin:0;
					padding:0;
					font-size:13px;
			
				}	
				
				#nav > ul > li:last-child {

					border-right:none;
				}
				
				
				#nav > ul > li > a.parent{background: url(../../images/menu-parent.png) right center no-repeat; padding:  6px 12px;}
				
				#nav > ul > li > a.parent:hover{background: url(../../images/menu-parent.png) right center no-repeat #F90; padding:  6px 12px;}
				
					#header nav ul li a, #header nav ul li span {
						color: #333;
						text-decoration: none;
						text-transform: uppercase;
						padding: 6px 12px;
						outline: 0;
					}
					
					#header nav ul li:hover {
						background:#F90;
						}
						
					#header nav ul li:hover a span {
						color: #FFF;
						}											


				#nav > ul > li.active > a,
				#nav > ul > li.current_page_item > a,
				#nav > ul > li.active > span,
				#nav > ul > li.current_page_item > span,
				#nav > ul > li.current_page_item > a span
				{
					color:#FFF;
					
				}
				

				#nav > ul > li.current_page_item > a
				{
					background: url(../../images/menu-parent.png) right center no-repeat #F90;
					color:#FFF;padding: 6px 12px;
				}
				
				#nav > ul > li.current_page_item-1 > a
				{
					background:#F90;
					color:#FFF;padding: 6px 5px;
				}
				
				#nav > ul > li.current_page_item-1 > a span
				{
					color:#FFF;padding: 6px 5px;
				}												

					#header nav ul li > ul {
						display: none;

					}
					
					#nav > ul > li:last-child
					{
						padding-right: 0;
					}
					
					#nav > ul > li > ul {
					}


	body.landing #skel-layers-wrapper {
		padding-top: 0;
	}

	body.landing #header {
		background: transparent;
		box-shadow: none;
		position: absolute;
	}

/* Banner */

	#banner {
		margin:0 auto;
		padding:6.5em 0 0 0;
	}
	.logo-wrapper{ padding:0; float:left; width:26%;}
	.logo-wrapper img { max-width:100%; height:auto;     display: block;}
	
	.slider-wrapper{ padding:0;float:right; width:74%; margin:0; }
	
	.logo-wrapper-mobile{ display:none;}
	







/* Metal Box */

.box-wrapper-home{ z-index:90; position:relative;}
.metal-box-0{display:inline-block; padding:0;}
.metal-box-1{ padding:0;display:inline-block; margin:0  0 0 -4px; vertical-align:top;}
.metal-box-container{
	background: url(../../images/plate-bar.jpg) #EFEFEF;
-webkit-box-shadow: inset -2px -1px 10px 0px rgba(84,84,84,1);
-moz-box-shadow: inset -2px -1px 10px 0px rgba(84,84,84,1);
box-shadow: inset -2px -1px 10px 0px rgba(84,84,84,1);
	
	padding: 5px 10px;
	margin: 0;
   	min-height:130px;
	display:inline-block; }
.metal-box-pin-top-left{ padding:0; background:url(../../images/plate-bullet.png) no-repeat top left;}
.metal-box-pin-top-right{ padding:0;background:url(../../images/plate-bullet.png) no-repeat top right;}
.metal-box-pin-bottom-left{ padding:0; background:url(../../images/plate-bullet.png) no-repeat bottom left;}
.metal-box-pin-bottom-right{padding:0; background:url(../../images/plate-bullet.png) no-repeat bottom right;}
.box-title { font-size: 22px; padding: 10px 0 5px 30px; display:inline-block;}
.box-title a{ font-family: "Oswald", 'Lato', Arial, helvetica, sans-serif;  color:#333;}
.read{  line-height: 22px;   font-family: "Oswald",Arial, helvetica, sans-serif;  padding: 8px 38px 0 0; font-size: 24px; float:right;}
.read a{color: #F90; }
.title-content{  font-family: "Oswald", 'Lato',Arial, helvetica, sans-serif; color: #7a4304; font-size: 25px; padding-top:10px;}	
.static-slider{	float:right;z-index: 10;  position: relative;  max-height: 324px;}
.info{ padding:0 38px 10px 30px; line-height: 20px; text-align:justify; font-size:14px; min-height:95px;}


/* home */

.wrapper{ padding:40px 20px 0 20px; background: url(../../images/contentbg.png) top center no-repeat;}

h1.title{ font-family: "Oswald",'Lato', Arial, helvetica, sans-serif; font-size: 25px; color: #7a4304; margin:0; line-height: normal; text-align:left; }
.content-text p a{ text-decoration: none; color: #930;}
.dot-line { min-height: 45px;  border-bottom: #999 dotted 1px;  margin: 10px 0;}
.content-text{ padding-right:25px; text-align:justify;}
.content-text-2 p a{ text-decoration: none; color: #930;}
.content-text ul{ margin-left:30px;}
.content-text ul li{ list-style-type:disc; padding:0 0 0 15px;}

.\37 u.container-left { width: 61%;}
section.products-right{ margin-bottom:2em;}
.products-right-side{ padding:20px 0 10px 0; margin-top:0;}
.\35 u.product-img{ width:35%; padding-top:0; }
	
.\37 u.product-text{ width:65%;padding:0 0 0 20px; line-height:22px;}
.\37 u.product-text a{ color:#333;}
.\37 u.product-text ul{ margin-bottom:0;}
.\37 u.product-text ul li{ list-style:disc; padding-left:8px; margin-left:20px;}
	
.\35 u.container-right {  width: 39%; border-left: 1px dotted #999;  padding: 0 0 0 36px;}	
.products-right-side .product-img img{ width:100%; height:auto;}
.products-right-side .product-title{ text-align:left; line-height:normal;}
.products-right-side .product-title a{ font-weight:bold;     color: #333;}
	
.products-right-side .product-resource-title { font-weight:bold; color:#7a4304;}

.product-text ul li a:hover { text-decoration:underline;}
.product-resource{ padding-bottom:15px;}

.archieve-part{ padding:0 0 0 2.5em;}
.archievement-img{   text-align: center; margin-bottom:20px; }


/*Disclaimer----*/
a.morelink {text-decoration:none; outline: none; color:#7a4304; font-weight:bold; }
.morecontent span {	display: none;}
.disclaimer-title{ font-weight:bold;}
.disclaimer-info{ text-align:justify; font-size:13px; line-height:20px; padding-bottom: 40px;border-bottom: 1px dotted #999;}

.homemore a.morelink, .homemore .moreelipses{ display:none; margin:0;}
.homemore .morecontent span {	display: block;}





/*News	-------*/
.content-text-1{ text-align:justify;}
.content-text-2{ padding-top:20px; text-align:justify;}
img.news { border: 1px solid #ccc;  margin: 5px 20px 10px 0;}
.content-text-2 p span.text-bold{ font-weight:bold; color: #333;}

#accordion table{	font-size: 14px; font-family:'Lato', Lato, sans-serif; }
#accordion table a{ color:#333;}
#accordion table a:hover{ color:#930;}
.notice{text-align:justify; font-family:'Lato', Lato, sans-serif; color:#333;}	
.tab-announcement{ padding-bottom:3em; padding-top:20px; border-bottom: 1px dotted #999; margin-bottom:3em;}



	
/* Footer */

	#footer {
		  font-size: 11px;
  text-align: center;
  line-height: 20px;
	}
	
	#footer a{ color:#333;}
	

		#footer h2
		{
			font-size: 1.35em;
			color: #fff;
		}


		#footer .copyright {
			line-height: 1em;
			margin: 2em 25px;
			padding-top: 10px;
			text-align: center;
			border-top:1px solid #ccc;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}
				
	.footer-col-1{  margin-top:15px; margin-right:3em; text-align:left; padding-left:3em;}
	.footer-col-2{  border-right:1px solid #ccc; margin:15px 0 0 0; text-align:left; padding:0 0 0 30px;border-left:1px solid #ccc;}
	.footer-col-3{  border-right:1px solid #ccc; margin:15px 0 0 0; text-align:left; padding:0 0 0 30px;}	
	.footer-col-4{  margin-top:15px; text-align:left; padding:0 0 0 30px;}			
	
#footer ul.divided li, #footer ul.menu li {	border-color: #444; border-color: rgba(255,255,255,0.075);}

#footer ul.divided li { list-style:none;}
			
#footer ul.divided li.footer-link a{	color: #7a4304;	font-weight: bold;}			


#footer ul.menu	{margin: 0;	}
		
#footer dl.contact dt{	color: #ddd;}
		
.footer-container{ border-top: 1px dotted #999; border-bottom: 1px dotted #999; margin:0 40px;  padding-bottom: 15px;}			

.sic-company-name{ font-family:'simplifia'; font-size:18px; color:#9AB959;}
.sic-company-name-i{ font-family:'simplifia'; font-size:18px; color: #A7A9AC;}

h2.text{ font-size:10.5px; text-align:center; padding:10px 0 0 0; color:#333; font-weight:bold;}


/* Investor */
.investor-wrapper{ width:100%;}
.investor-wrapper-left{ width:50%; float:left; padding: 0 1em; text-align: left;}
.investor-wrapper-right{ width:50%; float:right; padding: 0 1em; text-align: left;}


.title{font-family: "Oswald",Arial, helvetica, sans-serif; font-size: 25px; color: #7a4304;  margin: 0; line-height: normal; text-align: left;}
.sub-title{ font-weight:bold; color:#333;}
.info table a{color: #930;}
.info table a:hover{ color:#333;}
.info table{ margin-top:1.5em; margin-bottom:2em;}
.pdf-icon{ width:6%; vertical-align: top;}
.pdf-icon-1 { width: 4%; vertical-align: top;}


/* Contact */
.contact-info{ font-size:18px;}
.contact-add{ margin-bottom:3em;}
.map-text a, .contact-link a { text-decoration: none;  color: #930; font-weight:bold;}

.divider-line {height: 1px; border-bottom: #999 dotted 1px; margin-bottom: 2em;}

.enquiry-form table td{ padding:0.5em 0.25em; }

.enquiry-form table input[type="text"], input[type="email"], select, textarea{ width:50%;}	
.form-col-left{ width:15%;}
.form-col-right {width:85%;}

/* Our People */
.our-people-table table{border: 1px #333 solid;line-height: 30px; max-width:50%; border-collapse:inherit; margin-bottom:5em;}
.table-title{ background:#f99000;  font-size: 15px; line-height: 35px; color: #FFF; padding:0 20px; text-align:left;}
.our-people-table table tr {padding: 0 20px; }
.our-people-table .col-right{/*background: #EFEFEF;*/ text-align:center;border-bottom: 1px #ddd solid; width: 50%; float:right;}
.our-people-table .col-left{border-bottom: 1px #ddd solid;border-right: 1px #ddd solid; padding:0 20px; width: 50%; float:left; font-weight:bold;}
.our-people-table .col-right-1{border-bottom: 1px #ddd solid; background:#dddddd; text-align:center; width: 50%; float:right;}
.our-people-table .col-left-1{ border-bottom: 1px #ddd solid; background:#dddddd; padding:0 20px; border-right:1px #CCC solid;width: 50%; float:left;}

/* Product */
.small-navi { margin-top: 10px; font-size:90%;}
.small-navi { line-height: 30px; margin-bottom: 10px; border-top: dotted 1px #CCC; border-bottom: dotted 1px #CCC;}
.small-navi .selected {color: #F90;font-weight: bold;}
.small-navi a.selected:first-child { padding:0 23px 0 0;}
.small-navi a { color: #000; font-weight: normal; text-decoration: none; padding:0 23px;}
.small-navi a:first-child {padding:0 23px 0 0;}
.small-navi-mobile{ display:none;}


.product-container { padding:15px 15px 60px 15px;}
p strong{ color: #930;}
.product-table{ margin-bottom:5em;}
.product-table table{border: 1px #333 solid;line-height: 30px;  background:#F8F8F8; margin-bottom:1em;    border-collapse: inherit;}
.product-table table td{ padding:3px 20px;  }
.bgcolor{ background:#dddddd;}
.bgcolor-1{ background:#EFEFEF;}
.bgcolor-2{ background:#dddddd;}

.text-center{ text-align:center;}
.table-line-top{ border-top:1px #333 solid;}
.table-line-bottom{ border-bottom:1px #333 solid; }
.table-line-left{ border-left:1px #333 solid;}
.table-line-right{ border-right:1px #333 solid;}

.table-line-bottom-light{ border-bottom:1px #ddd solid; }
.small-title {padding-left:0;font-weight: bold; text-align:left;}

.small-navi-1 { display: block; float: right; font-size: 14px; color:#000;}
.small-navi-1 a {  color: #000; font-weight: normal;  text-decoration: none; padding:0 10px;}
.small-navi-1 .selected {color: #F90; font-weight: bold;}


#project-table{ width: 89%; padding:0; margin:0; font-size:95%;}
#project-table table{ border:1px #999 solid; line-height:30px ;}
#project-table table tr td{ padding:0 15px; background:#EFEFEF;}
#project-table table tr td.current, #project-table table tr td.current:hover{ background:#F90;}
#project-table table tr td.current a{ color:#FFF;}
#project-table table tr td:hover{  background:#FFF;}
#project-table table tr td a{ color:#777;}
#project-table table .btm{ border-bottom:1px #CCC solid;}
.small-text{ font-size:12px;}
.link-text{ color:#000 !important;}

@media screen and (min-width: 1900px) {.metal-box-1{margin:0  0 0 -5px;}}