/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/* Avionics News Cover
---------------------------------  */
.frontcover {
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
    box-shadow: 5px 5px 5px;
	color: #2A2A2A;
}

.fixed-header-on .header .logo img {
max-height: 50px;
}

.header-dropdown-buttons .btn-group > .btn {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 130px;
  height: 40px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}


/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}

/*Backgrounds
---------------------------------- */
.background-img-marketreport {
  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat;
}

.background-img-nextgen-resources {
/*  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat; */
	background-color: #00A651;
	color: #ffffff;
}

.background-img-nextgen-adsb {
/*  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat; */
	background-color: #CB242B;
	color: #ffffff;
}

.background-img-nextgen-datalink {
/*  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat; */
	background-color: #007DC5;
	color: #ffffff;
}

.background-img-nextgen-navigation {
/*  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat; */
	background-color: #F27120;
	color: #ffffff;
}

.background-img-delegates {
/*  background: url("/images/MarketReport_Background_1900x1900.jpg") 50% 0px no-repeat; */
	background-color: #0082CC;
	color: #ffffff;
}



/*NextGEN page
---------------------------------- */

.nextgentitle {
	color: #ffffff;
}

/*Video Embeds
---------------------------------- */
.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Toggle Text to show and hide with a plus and minu
----------------------------------  */
.toggle-text[data-toggle="collapse"] i:before {
font-size: 10px;
content: "\f068";
}
.toggle-text.collapsed[data-toggle="collapse"] i:before {
content: "\f067";
}

/*Adjust Blogpost bottom margin
----------------------------------  */
.blogpost {
  margin: 0 0 30px;
}

.OutsideList {
  list-style-position: outside;
}

/*Convention Button
----------------------------------  */
.btn-convention {
  color: #ffffff;
  background-color: #EA7423;
  border-color: #EA7423;
}
.btn-convention:hover,
.btn-convention:focus,
.btn-convention.focus,
.btn-convention:active,
.btn-convention.active,
.open > .dropdown-toggle.btn-convention {
  color: #ffffff;
  background-color: ##ED853F;
  border-color: ##ED853F;
}

/*Change image to black n white
----------------------------------  */
img.desaturate {
	filter: grayscale(100%);
}

/* Footer text */
.footertext {
    color: #ffffff;
}

.footer h2.title { 
	color: #ffffff;
}
