/* ==================================================================================================== */
/* Progressive Enhancement CSS */
/* ==================================================================================================== */
/* Layout Starting @ 720px Wide */
/* ================================================== */
/* Base HTML */
/* ================================================== */
/* ==================================================================================================== */
/* Shared Classes */
/* ==================================================================================================== */
/* ================================================== */
/* Responsive UI */
/* ================================================== */
/* ==================================================================================================== */
/* jQuery UI Overwrites */
/* ==================================================================================================== */
/* ==================================================================================================== */
/* Site Icons */
/* ==================================================================================================== */
/* ================================================== */
/* Icons Placement */
/* ================================================== */
/* ==================================================================================================== */
/* Layout & Design */
/* ==================================================================================================== */
/* ================================================== */
/* Header */
/* ================================================== */
 #header {
}
 #menu ul {
	 font-size: 26px;
}
 #menu ul.parent {
	 margin-top: 130px;
}
 #menu ul li ul {
	 font-size: 20px;
}
/* ================================================== */
/* Tabs */
/* ================================================== */
 @media all and (min-width: 770px ) {
	 .tabs a.selected {
		 display: inline-block;
	}
	 .jms .tabs a.selected {
		 background-color: #ff4000;
	}
	 .autoway .tabs a.selected {
		 background-color: #ff8c00;
	}
	 .glassway .tabs a.selected {
		 background-color: #00a0df;
	}
	 .collisionway .tabs a.selected {
		 background-color: #00a333;
	}
}
/* ================================================== */
/* Content */
/* ================================================== */
 .home h1 {
	 font-size: 36px;
}
 .bannerSep {
	 margin: 80px 0 30px 0;
}
 .bannerSep > img {
	 height: auto;
	 width: 100%;
}
 .fieldRow label:first-child {
	 margin-right: 30px;
}
 label.error {
	 width: 270px;
}
 .reponsiveImgPos{
	 margin: 0 auto;
	 width: 575px;
	 display: block;
}
/* ================================================== */
/* Home */
/* ================================================== */
 #content.home video {
	 margin-left: -871px;
}
/* ================================================== */
/* Services */
/* ================================================== */
 .services .eventDetails div {
	 margin: 5px 0;
}
/* ================================================== */
/* About */
/* ================================================== */
 .about .teamExperts div {
	 margin: 5px 0;
}
 .about .teamExperts div span {
	 float: left;
	 width: 176px;
}
/* ================================================== */
/* News */
/* ================================================== */
 .news .fields input {
	 width: 270px;
}
/* ================================================== */
/* Partners */
/* ================================================== */
 @media all and (min-width: 718px ) {
	 .partners .logos {
		 width: 692px;
	}
}
/* ================================================== */
/* Contact */
/* ================================================== */
 .contact .left, .contact h2 {
	 width: 550px;
}
 .contact .left label {
	 width: auto;
}
 .contact label.error {
	 width: 260px;
}
 .contact .left textarea {
	 width: 550px;
}
 .contact .left input[type=text], .contact .left select {
	 width: 260px;
}
 .contact .systemQuestion label {
	 margin-right: 0;
	 width: 100%;
}
 .contact .systemQuestion select {
	 display: inline;
	 float: right;
	 width: 85px;
}
/* ================================================== */
/* Webinar */
/* ================================================== */
 .webinar .main {
	 width: 575px;
}
 .webinar .main label {
	 width: auto;
}
 .webinar label.error {
	 width: 270px;
}
 .webinar .main textarea {
	 width: 575px;
}
 .webinar .main input[type=text] {
	 width: 270px;
}
/* ================================================== */
/* Product Trials */
/* ================================================== */
 .productTrials .main {
	 width: 575px;
}
 .productTrials .main label {
	 width: auto;
}
 .productTrials .main label.error {
	 width: 270px;
}
 .productTrials .main textarea {
	 width: 575px;
}
 .productTrials .main input[type=text], .productTrials .main select {
	 width: 270px;
}
 .productTrials .main .systemQuestion label {
	 margin-right: 0;
	 width: 100%;
}
 .productTrials .main .systemQuestion select {
	 display: inline;
	 float: right;
	 width: 85px;
}
/* ================================================== */
/* Footer */
/* ================================================== */
 