/* Banner */
.tp-container{
	background: rgba(232, 233, 243, 0.6);
	padding: .625em 0em;
	height: 170px;
	width: 800px;
	margin: 3px auto -1px auto;
	text-align: left;
	position: relative;
	z-index: 10;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
/* Ticker */
.md-ticker {
	height: 35px;
	width: 100%;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
/* Expander */
.ex-container{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
}
.ex-container label{
	padding: .438em 1.25em;
	position: relative;
	z-index: 20;
	display: block;
	height: .938em;
	cursor: pointer;
	color: #0c69a8;
	text-shadow: 1px 1px 1px rgba(107,107,107,0.4);
	line-height: .998em;
	font-family: "Georgia", serif;
	font-weight: 600;
	font-size: 1.125em;
	text-align: center;
	text-transform: uppercase;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ex-container label:hover{
	background: #fff;
}
.ex-container input:checked + label,
.ex-container input:checked + label:hover{
	background: #0c69a8;
	color: #eeeaea;
	text-shadow: 1px 1px 1px rgba(107,107,107,0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ex-container label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 4px;
	background: transparent url('../images/controls/arrow_down.png') no-repeat center center;	
}
.ex-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 5px;
	background: transparent no-repeat center center;	
}
.ex-container input:checked + label:hover:after{
	/* background-image: url(/images/arrow_up.png); */
}
.ex-container input{
	display: none;
}
.ex-container article{
	background: rgba(232, 233, 243, 0.7);
	margin-top: -1px;
	overflow: hidden;
	max-height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ex-container article p{
	font-style: inherit;
	color: #0c42a8;
	line-height: 1.25em;
	font-size: 1em;
	text-align: justify;
	text-shadow: 1px 0px 1px rgba(107,107,107,0.6);
	padding-left: 1.25em;
	padding-right: 1.25em;
	padding-top: 1.25em;
	padding-bottom: .313em;
}
.ex-container article p + p{
	text-indent: 1.5em;
	margin-top: 0;
}
.ex-container article p:first-letter{
	font-size: 200%;
	float: left;
}
.ex-container article p + p:first-letter{
	font-size: 100% !important;
	float: none !important;
}
.ex-container input:checked ~ article{
	-webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ex-container input:checked ~ article.ex-us{
	max-height: 1500px;
}
.ex-container input:checked ~ article.ex-updates{
	max-height: 1500px;
}
.ex-container input:checked ~ article.ex-products{
	max-height: 1500px;
}
.ex-container input:checked ~ article.ex-references{
	max-height: 1500px;
}
.ex-container input:checked ~ article.ex-contact{
	max-height: 1500px;
}
.ex-container input:checked ~ article.ex-about{
	max-height: 1500px;
}

/* Bottom Bar */
.bt-container{
	background: rgba(232, 233, 243, 0.6);
	height: 35px;
	width: 800px;
	line-height: 2.188em;
	margin: -1px auto 1px auto;
	text-align: center;
	position: relative;
	z-index: 10;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.bt-container p{
	font-style: inherit;
	color: #0c42a8;
	font-size: .875em;
	text-shadow: 1px 0px 1px rgba(107,107,107,0.6);
	padding: 0px;
}
