/*** RESET CSS START ***/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, font, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: none; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
ol, ul { list-style: none; }
a { text-decoration: none; color: #333; }

:focus { outline: 0; }
em, i { font-style: normal; }
/*** // RESET CSS FINISH ***/

@font-face { font-family: 'Gotham'; src: url('font/Gotham-Book.otf'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url('font/Gotham-Bold.otf'); font-weight: bold; font-style: normal; }

/*////////////////////////////////////////////////////////////////////////////*/

/*** MAIN ELEMENTS START ***/
body {
        font-family: Gotham, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333; margin: 0; padding: 0; border: none;
        background: url("img/bg_repeat.png") repeat scroll 0 0 transparent;
    }
    #main_container { float: left; position: relative; left: 0; top: 0; width: 100%; height: 100%; }
        .center { width: 950px; margin: 0 auto; }
        .center2 { position: absolute; left: 50%; width: 950px; margin-left: -475px; }
        .push { min-height: 444px !important; }
        
/*** // MAIN ELEMENTS FINISH ***/

/*///////////////////////////////////////////////////// ///////////////////////*/

/*** Z-INDEX START ***/

/*** // Z-INDEX FINISH ***/

/*////////////////////////////////////////////////////////////////////////////*/
#headertop { width: 960px; height: 40px; font-weight: bold; font-size: 18px;  position: relative; left: 0; top: 0; }
        .centerh { width: 950px; margin: 0 auto; }
	
/*** HEADER START ***/
#header { width: 960px; height: 130px; height: 153px; position: relative; left: 0; top: 0;}
   	.line_top { float: left; width: 960px; height: 4px; background-color: #333; }
    #logo { width: 106px; height: 106px; position: absolute; left: 50%; top: 27px; margin-left: -450px; }
    #logo * { width: 106px; height: 106px; position: absolute; left: 0; top: 0; }
        #logo span img { position: static; left: 0; top: 0; }
        .wheel {  }
        .circ { background: url("img/logo_circ.png")/*tpa=img/logo_circ.png*/ no-repeat; }


/* NAV */
#nav { display: block; margin-bottom: 50px; }

    ul.navA { margin-left: -450px; top: 40px; }
        ul.navA li { position: absolute; display: inline; width: 720px; color: #0082d6;text-align: left; }
            ul.navA li a { font-weight: bold; font-size: 26px; color: #333; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
			 ul.navA li b { font-weight: bold; font-size: 26px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
			  ul.navA li c { font-weight: bold; font-size: 40px; color: #0082d6; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;}
			  ul.navA li d { font-weight: bold; font-size: 26px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
            ul.navA li.selected a { border-bottom: 1px dotted #0082d6; padding-bottom: 3px; }
                ul.navA li a:hover, ul.navA li.deactive a { color: #0082d6; }
                ul.navA li.selected a:hover { color: #333 !important; }
                         ul.navA li.deactive a  { cursor: default !important; }
        
        ul.navA li.r1 {  width: 100%; }



    ul.navB { position: relative; float: left; width: 900px; height: 50px; }
        ul.navB li { float: left; height: 16px; padding: 17px 0; font-size: 14px; color: #aaa; font-weight: bold; font-weight: 300!important; }
            ul.navB li a { font-size: 14px; color: #666; margin: 0 12px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; font-weight: bold; font-weight: 300!important;}
            ul.navB li.selected a { color: #000; font-weight: bold; font-weight: 300!important;}
                ul.navB li a:hover { color: #000; font-weight: bold; font-weight: 300!important;}
                
    .bar_right { position: absolute; right: 0px; top: 11px; }
 
    ul.navC { position: relative; float: left; width: 220px; height: 50px; }
        ul.navC li { display: block; padding: 8px 0; border-bottom: 1px solid #333; }
            ul.navC li a { font-size: 16px; color: #2d2d2d; padding: 0; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
        ul.navC li.selected { padding: 8px; }
            ul.navC li.selected a { color: #333; font-weight: bold; font-size: 16px; }
                ul.navC li a:hover { font-weight: bold; }

/*** // HEADER FINISH ***/

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/*** PAGE CONTAINTER START ***/
#page_container {  }
/*----------------------------------------------------------------------------*/

/** COMMON USED ELEMENTS START **/
    
    /* headdings + texts */
    h1, h2 { color: #000; font-size: 22px; text-align: center; margin-top: 7px; margin-bottom: 7px;  }
    .text_medium { float: left; width: 732px; font-size: 15px; color: #555; line-height: 22px; }
        .full_width { width: 930px !important; }
        .text_medium b, .text_medium strong { font-weight: bold; color: #333; }
        .text_medium i, .text_medium em { font-style: italic; color: #222; }
    .text_mainpage_width { width: 100% !important; }
    
	
	
	.text_medium2 { float: left; width: 720px; font-size: 15px; color: #555; line-height: 22px; }
        .full_width2 { width: 930px !important; }
        .text_medium2 b, .text_medium2 strong { font-weight: bold; color: #333; }
        .text_medium2 i, .text_medium2 em { font-style: italic; color: #222; }
    .text_mainpage_width2 { width: 100% !important; }
	
	

    /* lines + Borders */
    .xLine { width: 950px; background-color: #000; height: 1px; float: right; }
    .xLine2 { width: 720px; background-color: #000; height: 1px; float: right; }
    
	.btNbn {  border-top: 1px solid #333; border-bottom: 1px solid #333; }
    .contact_text { text-align:center; font-size:14px; }
        .contact_text b { font-weight: bold; }
    

    /* download docx */

ul.DocLinks{ padding:20px 10px; width:auto;}
ul.DocLinks li{ display:inline!important;margin:0 0 5px!important}
ul.DocLinks li img{ width:24px; height:32px; float:left; margin-right:10px;}
ul.DocLinks li a{background:#0082d6;border-radius:3px;color:#fff;cursor:pointer;font-weight:600;padding:5px 15px; float:left;}
ul.DocLinks li a::hover{background:#333333;}
ul.DocLinks li.pdf a{background:#cb0606;}



/** // COMMON USED ELEMENTS FINISH **/




form#contact fieldset {
	margin: 0 auto;
	border: 0;
	width: 100%;
	text-align: left;
	 
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	
	width: 100%; 
	font-family: 'Gotham'; font-size:16px; color:#000;
	padding: 6px; 
	text-shadow:1px 1px 1px #CCC;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	-moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	 box-shadow: 0px 0px 10px #d3d3d3; 


}

form#contact textarea {
	width: 100%; 
	font-family: 'Gotham'; font-size:16px; color:#000;
	padding: 6px; 
	height: 150px;
   -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	 box-shadow: 0px 0px 10px #d3d3d3; 


}

form#contact label {
	display: block;
font-size:30px; font-weight:bold;   color:#000; text-shadow:1px 1px 1px #CCC;
	
}

form#contact label.error { 
	width: 100%;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #000;
}

form#contact .button {
	display: inline-block;
	float:right;
	font-family: 'Gotham'; font-size:16px; color:#fff;
	
	padding: 5px 15px 5px 15px;
	background-color: #0B75AF;
	border: none;
	color: #fff;
	}

form#contact .button:hover {
	background-color: transparent #0B75AF;
	cursor: pointer;
}

form#contact .button:active {
	margin-top: 16px;
	background-color: transparent #0B75AF; 
	cursor: pointer;
}




/*----------------------------------------------------------------------------*/


/*** // PAGE CONTAINTER FINISH ***/

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/*** FOOTER START ***/
#footer { padding-bottom: 9px;  }
        #footer ul.logos { float: right; width: 948px; height: 32px; border: 0px solid #e1e1e1; margin-top: 8px; padding-top: 9px;  }
                #footer ul.logos li { float: right; width: 32px; height: 32px; }
                        #footer ul.logos li a { float: center; position: relative; left: 0; top: 0; }
                                #footer ul.logos li a img { position: absolute; left: 0; top: 0; opacity: 0.6; }
        #footer p a:hover { color: #000; }
/*** // FOOTER FINISH ***/

/*////////////////////////////////////////////////////////////////////////////*/

/* SUPPORT CSS START */
.clear { clear: both; display: block; margin: 0px; padding: 0px; width: 0px; height: 0px; float: none !important; position: static !important; }
.trans4 { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.r0 { right: 100px; }                       .bold { font-weight: bold; }                .p6 { padding: 6px; }
.bn {border: none !important;}          .vh { visibility: hidden !important; }      .b1 { border: 1px solid #EDEDED; }
.pr {position: relative !important;}    .pa {position: absolute !important;}        .tl0 { top: 0px; left: 0px; }
.dn {display:none;}          .db {display:block;}
.fl {float:left !important;}            .fr {float:right !important; }
.bl0 {border-left:none !important;}     .br0 {border-right:none !important;}
.m0 {margin:0 !important;}              .p0 {padding:0 !important;}
.mt0 {margin-top:0px !important;}       .mb0 {margin-bottom:0px !important;}
.mt5 {margin-top:5px !important;}       .mb5 {margin-bottom:5px !important;}
.mt10 {margin-top:10px !important;}     .mb10 {margin-bottom:10px !important;}
.mt15 {margin-top:15px !important;}     .mb15 {margin-bottom:15px !important;}
.mt20 {margin-top:20px !important;}     .mb20 {margin-bottom:20px !important;}
.mt25 {margin-top:25px !important;}     .mb25 {margin-bottom:25px !important;}
.mt30 {margin-top:30px !important;}     .mb30 {margin-bottom:30px !important;}
.mr0 {margin-right:0px !important;}     .ml0 {margin-left:0px !important;}
.mr5 {margin-right:5px !important;}     .ml5  {margin-left:5px !important;}
.mr10 {margin-right:10px !important;}   .ml10 {margin-left:10px !important;}
.mr15 {margin-right:15px !important;}   .ml15 {margin-left:15px !important;}
.mr20 {margin-right:20px !important;}   .ml20 {margin-left:20px !important;}

.mr21 {margin-right:0px !important;}    .mb21 {margin-bottom:0px !important;}



.mr25 {margin-right:25px !important;}   .ml25 {margin-left:25px !important;}
.mr30 {margin-right:30px !important;}   .ml30 {margin-left:30px !important;}
/* // SUPPORT CSS FINISH */





