html,
body{
    /*-webkit-transform:translate3d(0,0,0);
    -moz-trasnform:trasnlate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;*/
}

/* @group Fonts */

@font-face {
    font-family: 'alegreyaitalic';
    src: url('../fonts/alegreya-italic-webfont.eot');
    src: url('../fonts/alegreya-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alegreya-italic-webfont.woff') format('woff'),
         url('../fonts/alegreya-italic-webfont.ttf') format('truetype'),
         url('../fonts/alegreya-italic-webfont.svg#alegreyaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

/* @end */

/* @group Colors */

.yellow{
	color:#FFD400 !important;
}

.bg-yellow{
	background:#FFD400 !important;
}

.thumbnail-image img{
    width:100%;
}

body{
    color:#3C3C3C;
    font-size:13px;
}

#ctl02_product_menu {
    float: left;
}

.navbar-brand {
padding: 0;
margin-right: 30px;
vertical-align: bottom;
}


/* @end */

/* @group Typography */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
}

hgroup {
	padding-bottom: 0;
	margin-bottom: 25px;
}

h4{
    font-family:"open_sans_condensedbold", sans-serif;
    font-size:22px;
    line-height:28px;
    color:#00639C !important;
    margin-bottom:20px;
    text-transform:uppercase;
}

/* @end */

/* @group Header */


.homepage #header {
	position: relative;
	z-index: 10;
/*    max-height:375px;
*/    height:135px;
}

#header{
    height:215px;
}

.header-bg{
/*	display: none;
*/    height: 375px;
    width: 100%;
    overflow: hidden;
    background: url('/images/acft-bg.jpg') no-repeat center top;
/*    background-size: cover;
*/    position: absolute;
    position: fixed;
    z-index: 0;
    top: 0;
}

.homepage .header-bg {
	display: block;
}


/* @end */

/* @group Nav */


.nav-main{
    margin-top:60px;
    margin-right:-20px;
}

.navbar{
    background: none;
    border-bottom:0;
/*    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;*/
}



.navbar-nav > li > a{
    font-family: 'open_sans_condensedbold',sans-serif;
    font-weight:normal;
    font-size:16px;
    color:#828282;
    line-height:16px;
    padding:0 10px;
    border-left:2px solid #00639C;
    text-transform:uppercase;
    cursor: pointer;
    text-shadow:0 0 3px rgba(0,0,0,.3);
}



.navbar-nav > li > a{
        color:#fff !important;
}

.nav > li > a.active,
.nav > li > a:hover,
.nav > li > a:focus{
    background:none;
    color:#00639C;
}

.navbar-nav li:first-child a{
    border:none;
}

.navbar-collapse{

	position: relative;
	z-index: 1;

}

.navbar-collapse .navbar-nav{
    margin-right:0;
    margin-top:0 !important;
}








.login{
	position: relative;
	z-index: 2;
    background:url('/images/icn-login.png') no-repeat top left;
    height:35px;
    line-height:35px;
    padding-left:40px;    

    -webkit-transform:translateX(-5px) translateY(0px);
       -moz-transform:translateX(-5px) translateY(0px);
            transform:translateX(-5px) translateY(0px);   
}

.login a {
    color:#fff;
    font-family: 'Roboto', sans-serif;

     text-shadow:0 0 3px rgba(0,0,0,.3);
}



.navbar .navbar-brand{

}

.ie7_body .menu{
    margin-top:-100px;
}


.menu-bar{
    border:none;
    padding:15px 0;
}





.menu-title {
    font-family:"open_sans_condensedbold", sans-serif;
	font-size:40px;
    line-height: 50px;
    color:#00639C;
	text-transform: uppercase;
}

/* @end */

/* @end */

/* @group dropdown-menu */

.navbar-nav.pull-right > li > .dropdown-menu, 
.navbar-nav > li > .dropdown-menu.pull-right {
	left: 0;
	right: auto;
}

.dropdown-menu {
    padding: 0;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
        box-shadow: none;
}

li:hover .dropdown-menu {
    display:block;
    -webkit-animation:subnav .3s ease-in-out backwards;
       -moz-animation:subnav .3s ease-in-out backwards;
            animation:subnav .3s ease-in-out backwards;
}

.dropdown-menu li a {
    display:block;
    background:#00639C;
    border-top:1px solid #fff;
    height:50px;
    line-height:50px;
    padding:0 13px;
    margin: 0;
    font-size:14px;
    font-family:'roboto',sans-serif;
    color:#fff;
}

.dropdown-menu li:first-child a{
	border-top:none;
	margin-top: 15px;
}

.dropdown-menu li:hover a{
    background:#dcdcdc;
    color:#00639C;
    text-decoration:none;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

/* @end */

/* @group Content */


.content {
    position: relative;
    z-index: 5;
    background-color: #fff;
/*    padding-top: 200px;
*/    padding-bottom: 60px;
    -webkit-transform: translate3d(0, 0, 0)
}

/*.homepage {
    padding-top: 375px;
}*/

.homepage .content {
    padding-top: 40px;
}

/* @end */

/* @group About */

.article-section {
    padding: 100px 0 0;
}

/*.article-section .col-count-3 {
	clear: both;
}*/

.about-section {
    background:#fff;
    text-align:center;
    padding: 25px 0 75px 0;
    border-bottom:1px solid #B3B3B3;
}

.about-section h2{
    color:#00639C;
    margin-bottom:20px;
	font: 28px/30px 'open_sans_condensedbold', sans-serif;
	font-weight: 500;
    text-transform: uppercase;
}

.about-section p {
    color:#3C3C3C;
    font-family: "Roboto",sans-serif;
    font-size:16px;
    line-height: 22px;
    margin-bottom:20px;
}

.about-section a{
    background: url('/images/icn-more.png') no-repeat left center;
    display:block;
    height:26px;
    width:65px;
    margin:0 auto;
    line-height: 26px;
    padding-left:30px;
    font-family:"Roboto", sans-serif;
    font-size:12px;
    text-transform:uppercase;
    color:#00639C;
}

.about-image{
    margin-top:20px;

}

.about-image img{
    width:100%;
    max-width:617px;
    height:291px\9;

}


/* @end */

/* @group Products */

#products{
    background: #fff;
}

#products h2,
h3{
    font-family: 'open_sans_condensedbold', sans-serif;
    font-size:40px;
    margin-bottom:30px;
    color:#00639C;
    text-transform:uppercase;
    text-align:center;
}

#products .filter-block,
.module-list-filter{
    text-align:center;
    margin-bottom:30px;
}

#products .filter-block .filter,
.module-list-filter .filter{
    border-radius:15px;
    background:#DCDCDC;
    color:#828282;
    font-size:12px;
    text-transform:uppercase;
    line-height:26px;
    padding:5px 15px 5px 40px;
}

#products .filter-block .filter a ,
.module-list-filter .filter a {
    color:#828282;
}

#products .filter-block .filter.all,
.module-list-filter .filter.all{
    padding:5px 15px;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

#products .filter-block .filter.all.active,
#products .filter-block .filter.all:hover,
.filter.all.active,
.filter.all:hover{
    background:#00639C;
    color:#fff;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

#products .filter-block .filter.active a ,
#products .filter-block .filter:hover a ,
#products .filter-block .filter a:hover ,
.filter.active a ,
.filter:hover a ,
.filter  a:hover {
    color:#fff;
    text-decoration: none;
}

#products .filter-block .filter.airline,
.filter.airline{
    background:url('../img/filter-icn-airliner.png') 10px top no-repeat #dcdcdc;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

#products .filter-block .filter.airline.active,
#products .filter-block .filter.airline:hover,

.filter.airline.active,
.filter.airline:hover{
    background:url('../img/filter-icn-airliner.png') 10px bottom no-repeat #00639C;
    color:#FFF;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

#products .filter-block .filter.airport,
.filter.airport {
    background:url('../img/filter-icn-airport.png') 10px top no-repeat #dcdcdc;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}

#products .filter-block .filter.airport.active,
#products .filter-block .filter.airport:hover,

.filter.airport.active,
.filter.airport:hover {
    background:url('../img/filter-icn-airport.png') 10px bottom no-repeat #00639C;
    color:#FFF;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
}


#products .filter-block .filter:before,
.module-list-filter .filter:before{
    display:none;
}

#products .portfolio-block-container,
.thumbnail-item{
    margin-bottom:50px;
    height:350px;
}

#products .portfolio-block-container:hover,
.thumbnail-item:hover{
    background:none;
}

#products .portfolio-block-container a:hover,
.thumbnail-item a:hover{
    text-decoration:none;
    color:inherit;

}

#products .portfolio-block-container img,
.thumbnail-item img{
    margin-bottom:20px;
}

#products .portfolio-block-content h3,
.thumbnail-item h4{
    font-family:"open_sans_condensedbold", sans-serif;
    font-size:22px;
    line-height:28px;
    color:#00639C !important;
    margin-bottom:20px;
    text-transform:uppercase;
}

#products .portfolio-block-content p,
.thumbnail-content .page-block p{
    font-size:13px;
    color:#3C3C3C;
    font-family: 'Roboto',sans-serif;
}

#products .portfolio-block-content a.read-more,
.thumbnail-content a.read-more{
    background: url("../img/icn-more.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #00639C;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    text-transform: uppercase;
}

/* @end */

/* @group Page */

#page-content{
/*	border-bottom:1px solid #B1B1B1;
*/    padding-bottom:60px;
}

#page-content img {
	max-width: 100%;
}

/* @group Page Left */

.page-title hgroup{
    /*margin-bottom:65px;*/
}

.page-title h2{
    font-family:"open_sans_condensedbold", sans-serif;
    font-size:40px;
    line-height:39px;
    color:#00639C;
    text-transform:uppercase;
}

.page-block h3{
    color:#00639C;
    font-family:'open_sans_condensedbold',sans-serif;
    font-size:25px;
    line-height: 40px;
    text-transform:uppercase;
}

.page-block h4 {
	margin-top: 30px;
}
.page-block p{
    font-family:'roboto',sans-serif;
    font-size:16px;
    line-height:22px;
}

.page-block ul {
    font-family:'roboto',sans-serif;
    font-size:16px;
    line-height:22px;
}

.page-block ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.page-images img{
    margin-top:65px;
    margin-bottom:20px;
}

.page-images legend,
.page-images legend p,
.page-embeds legend,
.page-embeds legend p  {
    font-family:'roboto',sans-serif;
    font-size:12px;
    border-bottom:none;
}

.page-embeds{
    margin-top:60px;
}



/* @end */

/* @group Page Right */

.page-right-featured-img{
    margin-bottom:25px;
}

.page-right-featured-img img{
    width:100%;
}

.right-box{
}

.right-box .collapse {
    padding: 25px;
    background:#F0F0F0;
	display:block;
}

.right-box h3 {
    font-family: 'open_sans_condensedbold',sans-serif;
    font-size:24px;
    line-height:28px;
    margin-bottom:25px;
    text-transform:uppercase;
    color:#00639C;
}

.right-box h4 {
    font-family:'alegreyaitalic',serif;
    font-size:18px;
    line-height:19px;
    margin-bottom: 20px;
    color:#828282;
    text-transform: capitalize;
}

.right-box ul {
    margin-bottom:30px;
}

.right-box ul li {
	padding:0;
    margin-bottom:20px; 
}

.right-box ul li a {
	font-size: 14px;
	text-transform:uppercase;
	font-family: 'roboto',sans-serif;
    font-weight:400;
    color: #3C3C3C;
}

.right-box ul li a.active {
	color: #00639C;
}


.right-box ul li a:hover{
    text-decoration:none;
}

#side-menu {

}


/* @end */

/* @end */

/* @group Footer */

footer {
	position: relative;
	z-index: 5;
    background-color: #fff;
    overflow: hidden;
	border-top:1px solid #B1B1B1;
    margin-top:30px;
}

footer h3{
    font-size:25px;
    line-height: 40px;
    text-transform: uppercase;
    color:#00639C;
    font-family:'open_sans_condensedbold',sans-serif;
    margin-bottom:15px;
    text-align:left;
}

footer h4{
    font-family:'alegreyaitalic',serif;
    font-size:16px;
    line-height:19px;
    color:#828282;
    margin-bottom:5px;
}

footer ul li {
    font-size:11px;
    line-height: 19px;
    font-family:'Roboto',sans-serif;
}

footer .footer-brand img{
    width:auto;
}

/* @end */

/* @group Copyright */

#copyright {
    font-size: 11px;
    line-height: 10px;
    padding: 10px 0;
    text-align: left;
    background: #000;
    color:#fff;
    font-family:'Roboto',sans-serif;
}

#copyright ul{
    margin:0;
}

#copyright ul li{
    display:inline-block;
    zoom:1;
    *display:inline;
    padding-left:8px;
    margin-right:8px;
    border-left:1px solid #646464;
}

#copyright ul li:first-child{
    border:none;
}

#copyright ul li a {
    color:#fff;
}

#copyright ul li a:hover{
    text-decoration:none;
    color:#00639C;
}

/* @end */

.follow-li{
    margin-top:7px;
    margin-right:20px;
}

/* @group Animations */

@-webkit-keyframes subnav{
    from    {display: none; opacity:0; -webkit-transform:translateY(20px);}
    to      {display: block; opacity:1; -webkit-transform:translateY(0px);}
}
@-moz-keyframes subnav{
    from    {display: none; opacity:0; -moz-transform:translateY(20px);}
    to      {display: block; opacity:1; -moz-transform:translateY(0px);}
}
@keyframes subnav{
    from    {display: none; opacity:0; transform:translateY(20px);}
    to      {display: block; opacity:1; transform:translateY(0px);}
}


/* @end */
    


