@charset "utf-8";
/* CSS Document */
p {font-family:Lato, Arial, sans-serif; font-size:0.9em;}
h2{font-family:Lato, Arial, sans-serif; font-size:1.6em; font-weight:400; text-transform:uppercase;}
h3{font-family:Lato, Arial, sans-serif; font-size:1.4em; line-height:1.2em; text-transform:uppercase;}
h4{font-family:Lato, Arial, sans-serif; font-size:1.1em; line-height:1.2em; text-transform:uppercase;}
h5{font-family:Lato, Arial, sans-serif; font-size:1em; font-weight:400;}
h6{font-family:Lato, Arial, sans-serif; font-size:1.1em; font-weight:400; font-style:italic;}
.left {float:left;}
.right{float:right;}
.color1{color:#2863ad;}
.centered-text{text-align:center;}
.separator{display: block; height: 20px; margin-bottom: 35px; width: 100%; clear: both; border-bottom: solid 1px #FFF;}
#social-icons{width:877px; height:47px; margin:0 auto;}
#social-icons img{width:25px; height:25px; padding:2px; float:right;}
blockquote {width:265px; font-family:Lato, Arial, sans-serif; font-size:0.9em; margin:0 15px 0 0; text-align:right;} 
blockquote img{padding-left:2px; padding-right:10px;}
q{font-family:Lato, Arial, sans-serif; font-style:italic; padding-right:8px;}
.numbers{color:#2863AD; font-family:Lato, Arual, sans-serif; font-size:1.5em;}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(70%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	float:right;
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}



body {
	margin:0;
	padding:0; 
	width:100%;
	height:100%;
	background:url(../images/white_sand.png);
}

#container {
	margin:0 auto;
	padding:0;
	display:block;	
}

header {
	width:877px;
	height:80px;
	margin:20px auto;
	display:block;
}

#slideshow {
	width:877px;
	height:400px;
	margin:0 auto;
}

#slideshow img {
	width:100%;
	display:block;
}

footer {
	width:877px;
	height:30px;
	margin:0 auto;
}

/***** NAVIGATION *****/

nav {
	height:45px;
	margin:0;
	padding:0;
	float:right;
}

nav ul {
	height:45px;
	float:right;
	margin:0;
	list-style:none;
}

nav li {
	width:75px;
	height:45px;
	padding:0;
	float:right;
	text-align:center;
	border-bottom:1px #cbc9ca solid;
    transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -webkit-transition: background .35s ease-in-out;
}

nav li a {
	text-decoration:none;
	display:block;
	padding:13px 0 7px 0;
	font-size:0.9em;
	color:black;
	font-family: Lato, Arial, sans-serif;
}

nav .active, nav li:hover, nav a:hover {
	background:#2863ad;
	color:white;
	height:25px;
	border-bottom:1px #cbc9ca solid;
}

#middle-container {
	height:300px;
	margin-top:50px;
	padding:0;
	background:#1e394f;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 1);
}

#middle-content {
	width:877px;
	height:300px;
	margin:0 auto;
	color:white;
}

/***** NAVIGATION-END *****/


/***** HOMEPAGE *****/




#hpg-mdl-box {
	width:438px;
	height:300px;
	margin:25px auto;
}

#hpg-mdl-box p {
	font-size:1em;
	font-family:Lato, Arial, sans-serif;
	width:480px;
	margin:-8px 0 14px 0;
}

#hpg-mdl-box h2 {
	margin-top:0;
}

#hpg-mdl-box img {
	width:64px;
	height:242px;
	margin:16px 0 0 45px;
}

.hpg-right-box-slogans {
	width:200px;
	height:210px;
	float:right;
	margin:10px 10px 0 0;
	display:block;	
}

.hpg-divider {
	width:1px;
	height:250px;
	background:#898282;
	float:left;
	margin:0 0 0 100px;
	opacity:0.4;
}

.hpg-right-box-slogans h4 {
	margin:0 auto;
	font-size:1.6em;
	font-family:Lato, Arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:white;
}

.hpg-right-box-slogans h5 {
	margin:0 0 22px 0;
	font-family:Lato, Arial, sans-serif;
	text-align:center;
}



/***** HPG-BUTTON (can be reused) *****/

.btn {
	width:60px;
	height:30px;
	background:#2863ad;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

.btn a {
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
	font-size:1em;
	color:white;
}

#hpg-mdl-box a:hover {
	width:60px;
	height:20px;
	background:#367dd6;
	transition: background .400s ease-in-out;
    -moz-transition: background .400s ease-in-out;
    -webkit-transition: background .400s ease-in-out;
}

/***** HPG-BUTTON END(can be reused) *****/

.hpg-bottom {
	width:275px;
	height:245px;
	float:left;
	display:block;
}

#hpg-btm-news {
	width:300px;
	height:245px;
	margin:0 10px 0 10px;	
}

#hpg-btm-news p {
	width:290px;
	text-align:left;
}

.hpg-bottom p {
	width:280px;
	text-align:left;
}


.hpg-bottom-awards {
	width:270px;
	height:245px;
}


/***** HOMEPAGE-END *****/

/***** BOTTOM-SLIDESHOW *****/

	  
.slides_container {
	width:250px;
	height:150px;
	display:block;
}

.slides_container div {
	width:250px;
	display:block;
}

#slides_two .slides_container {
	width:270px;
	height:140px;
	display:none;
}

#slides_two .slides_container div, {
	width:270px;
	height:140px;
	display:block;
}

#slides_two .pagination {
	display:none;
}

.pagination {
	width:100px;
	float:left;
	margin:10px 0 0 55px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/***** SLIDESHOW-END *****/

	
/***** CONTACT *****/

#ctc-first-content {
	width:877px;
	height:477px;
	margin:0 auto;
	padding:0;
}

#ctc-content-left {
	width:496px;
	height:450px;
	vertical-align:top;
}

#ctc-content-right {
	width:380px;
	height:450px;
	vertical-align:top;
}


#ctc-contacts p {
	font-size:0.9em;
}

#ctc-content-left h3 {
	font-size:1.4em;
	line-height:1.2em;
	text-transform:uppercase;
	font-family:Lato, Arial, sans-serif;
}

#ctc-content-right h4 {
	width:438px;
	float:left;
	font-size:1em;
	text-transform:uppercase;
	font-family:Lato, Arial, sans-serif;
	color:#2863AD;
}

#ctc-form {
	width:350px;
	height:380px;
	float:right;
	margin-top:65px;
}

/***** GALLERY-START *****/

#glr-main-content {
	width:877px;
	margin: 0 auto;
	text-transform:uppercase;
}

#glr-images {
	width:877px;
}

#glr-images img {
	padding:2px;
}

#glr-images img {
    opacity:0.8;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 
#glr-images img:hover {
    opacity:1;
}

#glr-videos {
	width:877px;
}


/***** ABOUT-START *****/

#abt-history-content {
	width:877px;
	margin:0 auto;
	padding:0;
	vertical-align:top;
}


#abt-company {
	width:877px;
	margin:0 auto;
	padding:0;
	vertical-align:top;
}

.abt-plane-history {
	width:270px;
	padding:6px;
	vertical-align:top;
	float:left;
}	

#abt-table {
	width:877px;
	margin:0 auto;
	padding:0;
	vertical-align:top;
}

.ac-medium ul {
	list-style:none;
	margin: 0 0 0 40px;
	padding:0;
}

.ac-medium img {
	margin:50px 0 0 30px;
}
	

/***** TABLE-START *****/


#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.8em;
	margin:20px auto 5px;
	width: 820px;
	text-align: left;
	border-collapse: collapse;
	background: url(../images/table-img.png) 430px 250px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 1.2em;
	color: #2863AD;
}
#background-image td
{
	padding: 9px 12px;
	color:black;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 1em;
}
#background-image tbody td
{
	background: url('images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #2863AD;
	background: none;
}


/***** TABLE-END *****/


/***** ACCORDION-START *****/

.ac-container{
	width: 877px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Lato', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 28px;
	cursor: pointer;
	color: black;
	line-height: 33px;
	font-size: 15px;
	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);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #2863AD;
	color: white;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}

/***** ACCORDION-END *****/


/***** TECHNOLOGY-START *****/

#tech-inovation {
	width:877px;
	margin:0 auto;
}

#tech-inovation ul {
	list-style-image:url(images/list-ico.png);
	line-height:3px;
}

.tech-phases {
	width:186px;
	padding:0 15px 0 15px;
	float:left;
}

#tech-eng {
	width:877px;
	height:580px;
	margin:0 auto;
}

.tech-engine {
	width:220px;
	float:right;
}

/***** TECHNOLOGY-TABLE *****/

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	width: 877px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: black;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

/***** TECHNOLOGY-TABLE-END *****/

#otherProducts {
width:900px;
height:300px;
margin:0 auto 20px;
}
	


