@charset "utf-8";
/*
@font-face {
 font-family: myFont;
src: url("../fonts/Orbitron-Medium.ttf");
}
orange: rgba(255,144,29,1.0) - #ff901d
blue: rgba(44, 101, 170, 1.0) - #2c65aa
lightblue: rgba(245, 250, 255, 1.0) - #f5faff

*/

/* ==== tags ===== */
html, body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	overflow-x:hidden;
	color:#666;
	direction:ltr;
}
body {
height:100%;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	color:rgba(255,144,29,1.0);
}
img {
	border: none;
}
div, ul, li, .footer {
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input {
	outline:none;
}
.selectedItem {
	color:rgba(255, 144, 29, 1);
}
/* ==== helpers ===== */
.brk {
	float: none;
	clear: both;
	width: 100%;
	height:1px;
}
/* ==== base dom ===== */
.wrap {
	width:90%;
	width:1000px; /* ======= width ======= */
	/* min-width:900px; */
	min-height:1000px;
	margin:auto;
	padding-bottom:130px;
}
.top {
	height:120px;
	width:100%;
	position:relative;
	border-bottom:solid 5px rgba(255, 144, 29, 1.0);
	margin:0px;
}
.top .logo {
	position:absolute;
	left:0px;
	bottom: 0px;
	width:25%;
	height:auto;
	text-align:center;
	padding:5px 0;
}
.top .logo img {
	width:90%;
}
.top .nav {
	position:absolute;
	right:0px;
	bottom: 8px;
	width:75%;
	height:auto;
	text-align:center;
	display:block;
}
.top .reg {
	position:absolute;
	right:0px;
	top: 45px;
	width:auto;
	height:auto;
	text-align:center;
	
}
.top .reg a{
display:block;
background-color:rgba(255,144,29,0.5);
padding:3px 25px;
border-radius: 5px;
color:rgba(44, 101, 170, 1.0);
font-weight:bold;
font-size:0.9em;
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.8) inset;
}
.top .reg a:hover{
background-color:rgba(255,144,29,0.3);
}
.partnerLogin{
display:none;
float:none;
width:500px;
height:auto;
text-align:center;
}
/* === search ======== */
.top .search {
	position:absolute;
	right:0px;
	top: 5px;
	width:25%;
	height:50px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
.top .search .searchButton {
	float:right;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	z-index:2;
}
.top .search .searchtxt {
	width:85%;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.top .search .searchtxt input[type=text] {
	width:100%;
	height:23px;
	margin:0;
	padding:0;
}
.top .search .searchButton img {
	height:25px;
	margin:0;
	padding:0;
}
/* === search end ======== */
.pageTitle {
	float: none;
	clear: both;
	width: 100%;
	height:auto;
	padding:5px 0 3px 0;
	border-bottom:solid 2px rgba(44, 101, 170, 1.0);
	font-size:1.1em;
	color:rgba(44, 101, 170, 1.0);
	position:relative;
}
.pageTitle div {
	float:left;
	height:auto;
	width:auto;
	padding:0 10px 0 0;
}
h1, h2, h3, h4, h5 {
	display:inline;
	height:auto;
	width:auto;
	margin:0;
	font-size:1.0em;
	color:rgba(44, 101, 170, 1.0);
}
.pageTitle a {
color:rgba(44, 101, 170, 1.0);
text-decoration:underline;
}
.pageTitle a:hover {
color:rgba(255, 144, 29, 1.0);
}
.pageTitle .L7_link {
	background-color:rgba(255, 144, 29, 1.0);
	padding: 0 10px;
	border-radius:5px;
	color:#fff;
}
.pageTitle .L7_link:hover {
	text-decoration:underline;
}
.pageTitle .displayChange {
	float:right;
	width:auto;
	height:auto;
	font-size:1em;
	padding:0;
}
.pageTitle .displayChange select {
	border:solid 1px #aaa;
	padding:0;
	margin:0;
	font-size:0.9em;
}
.pageTitle .brk {
	float: none;
	clear: both;
	width: 100%;
	height:1px;
}
/* === nav horizontal ==== */
.nav ul {
	width: 100%;
	height: auto;
	padding:0;
	margin:0 auto;
	list-style:none;
	position:relative;
}
.nav ul li {
	float: left; /* ===================== */
	height: auto;
	width: 16.66666%; /* =======8 links======== */
	position:relative;
}
.nav ul li a {
	display:block;
	text-align:center;
	color:rgba(44, 101, 170, 1.0);
	border-left:solid 1px rgba(255, 144, 29, 1.0);
}
.nav ul li a:hover {
	color:rgba(255, 144, 29, 1);
}
.nav ul li .mySelected {
	color:rgba(255, 144, 29, 1);
}
/* == submenu == */
.nav ul li ul {
	position:absolute;
	top:100%;
	left:0;
	width:200%;
	height:auto;
	z-index:100;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.9);
	background-color:#f5faff;
	display:none;
	border-radius:0 0 10px 0;
	overflow:hidden;
	border-bottom:solid 5px rgba(255, 144, 29, 1.0);
	background-clip:content-box;
	padding-top:14px;
}
.nav ul li ul li {
	float:none;
	clear:both;
	width:90%;
	height:auto;
	margin:auto;
	box-shadow:none;
	padding:5px 0;
	border-bottom:dotted 1px rgba(255, 144, 29, 1.0);
}
.nav ul li ul li:last-child {
	border:none;
}
.nav ul li ul li a {
	display:block;
	text-align:left;
	text-indent:10px;
	color:rgba(44, 101, 170, 1.0);
	font-weight:normal;
	border:none;
	font-size:1em;
	text-shadow:none;
}
.nav ul li ul li a:hover {
	color:rgba(255, 144, 29, 1);
}
/* == nav horizontal end == */
.galleryHome {
	float:none;
	clear:both;
	margin:5px auto;
	width: 100%;
	height: auto;
	overflow:hidden;
}

.galleryInner {
	float:none;
	clear:both;
	margin:0px auto;
	width: 100%;
	height: 150px;
	overflow:hidden;
}
.galleryHome .msg {
	position:absolute;
	width:100%;
	min-height:15%;
	bottom:8%;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:200;
	color:#fff;
	font-size:1.0em;
	padding:10px;
}
.galleryHome .msg .msgBox60 {
	width:60%;
	height:100%;
	float:left;
	color:#fff;
	padding:0 20px;
	border-right:solid 1px #fff;
}
.galleryHome .msg .msgBox40 {
	width:40%;
	height:100%;
	float:left;
	color:#fff;
	padding:0 20px;
}
.galleryHome .msg .msgBox40 a{
display:block;
height:auto;
width:98%;
padding:5px;
margin:auto;
background-color:rgba(255,144,29,1.0);
border-top:solid 1px rgba(255,255,255,0.6);
border-left:solid 1px rgba(255,255,255,0.6);
border-bottom:solid 1px rgba(0,0,0,0.9);
color:#fff;
font-size:1.0em;
font-weight:bold;
border-radius:10px;
text-align:center;
text-shadow:1px 1px 0px rgba(0,0,0,1);
box-shadow: 0px -20px 30px -10px rgba(0,0,0,0.8) inset;
}
.galleryHome .msg .msgBox40 a:hover{
box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3) inset;
}
.galleryInner img {
	width:60%;
}


.galleryTopInner {
	float:none;
	clear:both;
	margin:5px auto;
	width: 100%;
	height: auto;
	overflow:hidden;
	border-radius:10px;
}
/* == nav vertical == */
.navV {
	width: 23%;
	min-height:70%;
	float: left; /* ========== */
}
.content {
	width: 77%;
	height:auto;
	float: left;
	box-shadow: 0px 130px 90px -40px rgba(44, 101, 170, 0.1) inset;
	border-radius:10px;
	margin-top:10px;
}
.footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100px;
	overflow:hidden;
	box-shadow: 0px 130px 90px -40px rgba(44, 101, 170, 0.1) inset;
	background-color: rgba(44, 101, 170, 0.1);
	border-top:solid 5px rgba(255, 144, 29, 1.0);
}
.footer .footerWide {
	float:none;
	clear:both;
	width: 95%;
	height:30px;
	line-height:30px;
	margin:auto;
	text-align:center;
	color:rgba(44, 101, 170, 1.0);
	font-size:0.8em;
	border-bottom:solid 1px #fff;
}
.footer .footerWide a {
	color:rgba(44, 101, 170, 1.0);
}
.footer a:hover {
	text-decoration:underline;
}
.footer .footer1 {
	float:left;
	width: 25%;
	height: auto;
	color:#fff;
	padding:1% 2%;
	color:#2c65aa;
	font-size:0.8em;
}
.footer .footer1 a {
	color:rgba(44, 101, 170, 1.0);
}
.footer .footerWide1 {
	float:none;
	clear:both;
	width: 100%;
	height:auto;
	margin:auto;
	text-align:center;
	color:rgba(44, 101, 170, 1.0);
	font-size:0.8em;
}
/* ========== base dom end =========== */
.news_container_holder {
	float:none;
	clear:both;
	width: 100%;
	height:auto;
	background-color:rgba(44, 101, 170, 0.1);
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px -10px 20px -5px rgba(0, 0, 0, 0.2) inset;
}
.news_container {
	background-color:rgba(255, 255, 255, 0.9);
	height:30px;
	line-height:30px;
	width: 98%;
	margin:6px auto;
	border-radius:5px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) inset;
	text-indent:10px;
	border:solid 1px #fff;
}
.news_container ul {
	width:100%;
}
.news_container a {
	color:#333;
	display:block;
	width:100%;
}
.news_container a:hover {
	background-color:rgba(255, 144, 29, 0.5);
	color:#000;
}
/* ========== design =========== */

/* == gallery == */
.boxGen {
	float: left;
	height:480px;
	position: relative;
	z-index: 1;
	padding:0.7%;
}
.boxGen .boxInner {
	float:none;
	clear:both;
	width: 100%;
	margin: auto;
	height:100%;
	border: solid 1px rgba(0, 0, 0, 0.15);
	border-radius:10px;
	padding:4%;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	background-color:#fff;
}
.boxGen .boxTitle {
	width:100%;
	height:11%;
	text-align: center;
	font-size:1.0em;
	color:rgba(44, 101, 170, 1.0);
	border-bottom:solid 3px rgba(255, 144, 29, 1.0);
	margin:0 auto 10px auto;
	box-shadow: 0px 5px 10px -8px rgba(0, 0, 0, 0.4);
	z-index:100;
	font-weight:bold;
}
.boxGen .boxImg {
	text-align: center;
	margin:0 auto 10px auto;
	width:100%;
	height:45%;
	overflow:hidden;
	text-align: center;
}
.boxGen .boxImg img {
	width:80%;
}
.boxGen .boxTxt {
	font-size:0.75em;
	overflow:auto;
	width:100%;
	height:30%;
}
.boxGen .boxTxt p{
margin:0;
}
.boxGenBottom {
	width:100%;
	height:auto;
}
.boxGenLink {
	float:right;
	width:auto;
	height:auto;
	padding:2% 5%;
	background-color:rgba(255, 144, 29, 1.0);
	border-radius:10px;
}
.boxGenLink a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
}
.boxGenLink a:hover {
	color:rgba(44, 101, 170, 1.0);
}
/* ===sizes=== */
.box1 {
	width: 100%;
}
.box2 {
	width: 50%;
}
.box3 {
	width: 33.3333%;
}
.box4 {
	width: 25%;
}
.box5 {
	width: 20%;
}
.box6 {
	width: 16.666666%;
}
/* == gallery end == */


/* wide box */

.boxWide {
	float: none;
	width: 95%;
	height:auto;
	margin:15px auto;
	position: relative;
	z-index: 1;
	padding:0;
	border:solid 1px #ddd;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	background-color:rgba(255, 255, 255, 1.0);
	font-size:0.9em;
}
.boxWide .boxWideImg {
	float:left;
	width:20%;
	max-height:30%;
	overflow:hidden;
}
.boxWide .boxWideImg img {
	width:95%;
	box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border-right:solid 1px rgba(255, 255, 255, 0.1);
}
.boxWide .boxWideTitle {
	width:100%;
	height:6%;
	font-size:1.0em;
	color:rgba(44, 101, 170, 1.0);
	border-bottom:solid 2px rgba(255, 144, 29, 0.8);
	margin:0 auto 10px auto;
	box-shadow: 0px 5px 10px -8px rgba(0, 0, 0, 0.4);
	z-index:100;
}
.boxWide .boxWideTxt {
	float:left;
	width:80%;
	height:auto;
	padding: 5px;
	overflow:hidden;
}
.boxWide .boxWideTxt p{
margin:0;
}
.boxWide .boxWideFooter {
	float:right;
	width:auto;
	height:auto;
	padding:5px 20px;
	background-color:rgba(255, 144, 29, 1.0);
	border-radius:10px;
	margin:10px 5px 0 0;
}
.boxWide .boxWideFooter a {
color:#fff;
font-weight:bold;
}
/* ======= LV == */
.boxLV {
	float: none;
	width: 95%;
	min-height:700px;
	margin:15px auto;
	position: relative;
	z-index: 1;
	padding:2%;
	border:solid 1px #ddd;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	background-color:rgba(255, 255, 255, 0.85);
	font-size:0.9em;
}
.boxLV .boxLVLeftHolder {
	float:left;
	width:35%;
	height:auto;
	margin-right:10px;
}
.boxLV .boxLVLeftHolder .boxLVLeft {
	float:none;
	clear:both;
	width:100%;
	height:auto;
	margin:15px auto;
	border:solid 1px #ddd;
	border-radius:10px;
	text-align:center;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
	background-color:rgba(44, 101, 170, 0.05);
}
.boxLV .boxLVLeftHolder img {
	width:95%;
	border-radius:10px;
}
.boxLV .boxLVLeftHolder .boxLVLeft .video {
float:left;
width:50%;
height:auto;
padding:10px;

}
.boxLV .boxLVLeftHolder .boxLVLeft .video img {
float:none;
clear:both;
width:90%;
height:auto;
margin:auto;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.boxLV .boxLVLeftHolder .boxLVLeft .pdf {
float:none;
clear:both;
margin:auto;
width:95%;
height:auto;
padding:5px;
border-bottom:dotted 1px rgba(44, 101, 170, 0.5);
}
.boxLV .boxLVLeftHolder .boxLVLeft .map {
float:none;
clear:both;
margin:auto;
width:95%;
height:auto;
border-bottom:dotted 1px rgba(44, 101, 170, 0.5);
}
.boxLV .boxLVLeftHolder .boxLVLeft .map:after {
content: "";
display: block;
padding-bottom: 100%;
}
.boxLV .boxLVLeftHolder .boxLVLeft .map .mapHolder {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.boxLV .boxLVLeftHolder .boxLVLeft .boxLVLeftTitle {
	width:95%;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size:1.0em;
	color:rgba(44, 101, 170, 1.0);
	border-bottom:solid 1px rgba(255, 144, 29, 1.0);
	margin:0 auto 10px auto;
	box-shadow: 0px 5px 10px -8px rgba(0, 0, 0, 0.4);
	z-index:100;
	font-weight:bold;
}
.boxLV .boxLVLeftHolder .boxLVLeft .pdf .pdfIcon {
float:left;
width:10%;
height:auto;
margin:auto;
}
.boxLV .boxLVLeftHolder .boxLVLeft .pdf .pdfIcon img {
width:100%;
border-radius:0;
}
.boxLV .boxLVLeftHolder .boxLVLeft .pdf .pdfText {
float:left;
width:auto;
max-width:90%;
height:auto;
padding:0 0 0 10px;
text-align:left;
}
.boxLV .boxLVLeftHolder .boxLVLeft .pdf .pdfText a {
color:rgba(44, 101, 170, 1.0);
}
.boxLV .boxLVLeftHolder .boxLVLeft .pdf .pdfText a:hover {
color:rgba(255,144,29,1.0);
}


.boxLV .boxLVTitle {
	float:none;
	width:auto;
	height:auto;
	padding: 5px;
	overflow:hidden;
	font-weight:bold;
}
.boxLV .boxLVTxt {
	float:none;
	height:auto;
	padding: 5px;
	overflow:hidden;
}
.boxLV .boxLVTxt .questionHolder {
	float:none;
	height:auto;
	width:100%;
	padding:0 0 0 0;
	margin:0px;
	border-top:solid 1px #aaa;
}
.boxLV .boxLVTxt .questionHolder .question{
font-weight:bold;
background-color:#f3f3f3;
padding:5px;
}

.boxLV .boxLVLeftHolder .flexsliderInner {
	float:none;
	clear:both;
	width:auto;
	height:auto;
	padding:10px;
	margin:0 auto 30px auto;
	border:solid 1px #ddd;
	text-align:center;
	border-radius:10px;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
/* ==== nav vertical links === */
.navV ul {
	width:95%;
	margin:5% auto;
	list-style:none;
	padding:0;
	float:left;
	clear:right;
	border:solid 1px #ddd;
	border-radius:3px;
	display:block;
	background-color:rgba(44, 101, 170, 0.05);
}
.navV ul li {
	width:90%;
	height:auto;
	margin:auto;
}
.navV ul a {
	display:block;
	color:#000;
	padding:3px;
	border-bottom:dotted 1px rgba(255, 144, 29, 1);
	color:rgba(44, 101, 170, 1.0);
}
.navV ul li:last-child a {
	border-bottom:none;
}
.navV ul a:hover {
	color:rgba(255, 144, 29, 1);
}
.construct {
	position:fixed;
	bottom:-5px;
	left:50%;
	background-color:rgba(255, 144, 29, 1);
	padding:5px;
	color:#fff;
	margin-left:-150px;
	z-index:10000;
}
/* ======== partners ========= */
.pdfPartners {
float:none;
clear:both;
margin:auto;
width:100%;
height:auto;
padding:5px;
border-bottom:dotted 1px rgba(44, 101, 170, 0.5);
}
.pdfIconPartners {
float:left;
width:5%;
height:auto;
margin:auto;
}
.pdfIconPartners img{
width:100%;
}
.pdfTextPartners {
float:left;
width:auto;
width:95%;
height:auto;
padding:0 0 0 10px;
text-align:left;
}
/* ========== design end =========== */
/* ========== form ============== */
.line{
float:none;
clear:both;
width:90%;
height:auto;
margin:0 auto 10px auto;
text-align:center;
position:relative;
}
.line label{
display:block;
width:auto;
height:auto;
text-align:left;
}
.line input[type=text], .line input[type=password], select{
width:99%;
height:auto;
border:solid 1px #aaa;
border-radius:5px;
font-size:1.2em;
padding:2px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
position:relative;
}
.line textarea{
width:99%;
height:60px;
border:solid 1px #aaa;
border-radius:5px;
font-size:1.2em;
padding:2px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
.line input[type=submit]{
width:50%;
border:solid 1px #aaa;
border-radius:5px;
font-size:1.2em;
padding:0 5px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
background-color:rgba(255,144,29,0.5);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.8) inset;
cursor:pointer;
}
.regLink {
display:block;
width:45%;
border:solid 1px #aaa;
border-radius:5px;
font-size:1.0em;
padding:2px 5px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
color:#000;
background-color:rgba(255,144,29,0.5);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.8) inset;
cursor:pointer;
}
.regLink:hover {
color:#000;
background-color:rgba(255,144,29,0.8);
}
#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background-color:rgba(255,144,29,0.5);
	color:#333;
}

.tree {
width:100%;
height:auto;
margin:auto;
float:none;
clear:both;
text-align:left;
padding:0;
}
.tree ul {
	width:100%;
	margin:0 auto;
	padding: 0px 0px 0px 10px;
	list-style-type:none;
	float:none;
	clear:both;
	display:block;
	cursor: pointer;
font-size:14px;	
}
.tree ul li {
	width:100%;
	min-height:20px;
	float:none;
	clear:both;
	
}
.tree ul li ul{
list-style-position:inside;
list-style-type:square;
}
/* == configurator === */
.level3{
padding:0 0 0 10px;
}
.level4{
padding:0 0 0 20px;
}
.level5{
padding:0 0 0 30px;
}
.level6{
padding:0 0 0 40px;
}
.level7{
border-bottom:solid 1px #aaa;
border-top:solid 1px #aaa; 
width:100%;
margin:auto;
background-color:#ddd;
padding:5px;
}

.tree a{
display:block;
padding:2px 0 2px 0;
}
.tree a:hover{
color:#ff901d;
}