body {
	background: #4d92c7 repeat center top;
	color: #585858;
background: #4d92c7;
	font: normal 15px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	color: #585858;
}

a:link, a:visited {
	color: #585858;
	text-decoration: none;
}

a:hover, a:active {
	color: #585858;
	text-decoration: underline;
}

img {
	border-style: none;
}

::selection {
  background: #e6ebf2; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e6ebf2; /* Gecko Browsers */
}


/* BOOTSTRAP RESPONSIVE OVERRIDES */

@media (min-width: 768px) {
  .container {
    width: 720px;
  }

}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

/* BOOTSTRAP OVERRIDES */

.ccontainer {
	background-color:rgba(255,255,255,0.1);
}

.ccontainer {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.show-grid {
    margin-bottom: 15px
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .1);

}

/* FONT AWESOME */


#date 
.fa {
	color: white;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	background: url(../images/top_bg.png) repeat-x 0 top;
}

/* TOP */

#top{
	background-color: #334d79;
	padding: 10px 0px;
	display: none;
}

#top h1{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}

.socials .fa:hover{
	color: #aeb73b;
}

#date {
	font-family:"UniversLTW01-47LightCn";
	color: white;
	font-size: 3.5em;
	line-height: 70px;
}

#date .fa:hover {
	 color: #e6ebf2;
 }

#ddate:before {
	content: "//";
	display: inline-block;
}

/* HEADER */



.brand {
	padding-top: 40px;
}

.xlogo{
 height: 48px;
display: inline-block;
margin:0;
padding:0;
margin-top: -7px;
}
#logo {
	display: block;
	width: 220px;
	height: 70px;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat;
}

/* NAV */

/* MAIN */

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	margin-top: 0;
	font-family:"UniversLTW01-47LightCn";
}

.home #main{
	top: -20px;
	position: relative;
	z-index: 998;
}


#mid{
	background-color: white;
	padding: 20px 30px 30px;
}


/* TITLE */

.pagetitle{

}

h1.title{
	color: #002c62;
	font-size: 32px;
	line-height: 40px;
	font-weight: 100;
	font-style: normal;
	border-bottom: 3px solid #afb82f;
	padding: 0 0 15px;
	margin: 0px 0px 20px;
}

h1.title .fa{
	color: #002c62;
}

h1.title:before { 
	content: "//";
	color: #aeb73b;
	padding-right: 10px;
}


h1.title span {
	font-size: 0.65em;
}

h1.title a{
	color: #002c62;
}

#main h2.post-date{
	color: #002c62;
	font-size: 20px;
}

/* CONTENT */

.content {
	padding: 0;
}

.content a:link, .content a:visited {
	text-decoration: underline;
}

.content a:hover, .content a:active {
	text-decoration: none;
}


.content img,
#mid img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px solid #e8e8e8;
}

#main .caption {
	background-color: #ebebeb;
	padding: 5px 10px;
	margin-top: -20px;
	font-size: 0.8em;
}

#main .caption p{
	margin: 0px;
}

.content.fbfeed img {
  width: 100%;
}

.intro {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #adb82d;
	font: 1.6em/1.2em "UniversLTW01-47LightCn";
	background-color: #ececec;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

blockquote {
	padding: 15px 10px 15px 40px;
	margin: 0 0 20px;
	font: 1.6em/1.2em "UniversLTW01-47LightCn";
	background-color: #ececec;
	background-image: url(../images/icon_ldquo.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
  
  
}

blockquote div {
    padding-right: 30px;
 	background-image: url(../images/icon_rdquo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    word-wrap: break-word;
} 

bblockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

#main h2{
    font-size: 22px;
}

#main h3{
    font-size: 18px;
}

#main h4{
    font-size: 16px;
}

#main p{
	margin: 0 0 1em;
}

/* SIDEBAR */

.sidebar{
	padding: 0;
}

.sidebar h2{
	color: #002c62;
	font-weight: 100;
}

.sidebar img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* MEGAMENU */

.megamenu {
	color: white;
}

.story .megamenu h3,
.megamenu h3 {
	color: white;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0.2em;
}

.story .megamenu p,
.megamenu p {
	color: white;
	margin-bottom: 0.3em;
}

.story .megamenu a,
.megamenu a {
	color: #f0dc1f;
	text-decoration: underline;
}

.megamenu a.viewAll {
	text-align: right;
	margin-top: 10px;
	float: right;
	color: #585858;
}

/* GLOSSARY */

ul#glossary-terms {
	margin-left: 0;
}

ul#glossary-terms li {
	background-color: #aeb82e;
	padding: 6px 8px;
	margin-bottom: 4px;
}

ul#glossary-terms li:hover {
	background-color: white;

}

#glossary-terms li a {
	text-decoration: none;
	width: 15px;
	display: block;
	text-align: center;
}

#glossary-title {
	background-color: #e6ebf2;
	padding: 5px 15px;
	color: #002c62;
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
}

#glossary-results ul{
	padding-left: 0;
}

#glossary-results ul li {
	border-bottom: 2px dotted #adb82d;
	list-style-type: none;
	padding: 1em 0;
	margin-left: 0;
}

#main #glossary-results li h3 {
	font-family: 'UniversLTW01-67BoldCn';
}

/* MODULES */

.module h3 {
	color: #002c62;
	font-size: 22px;
	line-height: 1em;
	font-weight: 100;
	font-style: normal;
	padding: 0;
	margin: 0px 0px 15px;
}

.module h4 {
	color: #002c62;
	font-size: 15px;
	line-height: 1em;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 5px;
	margin: 0;
}

.module h4 a {
	color: #002c62;
	}

/* KEY */

.module.key h3{
	border-bottom: 2px solid #afb82f;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

.module.key img{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.module.key h5{
	text-align: center;
}

/* AIRFIELD UNITS */

ul.linkList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.linkList li {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.7em;
	display: block;
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	background-color: #d1d2d4;
	
	/*float: left;
	width: 50%;
	display: block;*/
}

ul.linkList li a{
	color: #002c62;
	display: block;
	width: 100%;
	padding: 15px;
}

ul.linkList li:hover {
	color: white;
	background-color: #b5d6ea;
}


/* AIRFIELD RESULTS */

#afresults {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#afresults li {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.7em;
	float: left;
	display: block;
	width: 50%;
}

/* AIRFIELD SEARCH */

.asearch {
	background-color: #e6ebf2;
	padding: 25px 15px;
	position: relative;
}

#main .asearch h3 {
	font-size: 32px;
	line-height: 1.1em;
}

.asearch:last-child {
  margin-bottom: 0;

}

aside .asearch:before{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  content: "";
}

aside .asearch:before {
  border-bottom: solid 15px #fff;
  border-right: solid 15px #fff;
  border-left: solid 15px transparent;
  border-top: solid 15px transparent;
}

.asearch img {
	margin-bottom: 10px;
	border: 5px solid white;
}

.asearch .form-group {
	margin-bottom: 10px;
}

.airfieldrespository .donate {
	display: none;
}

#alphalist a {
	color: #002c62;
}

#alphalist a:hover {
	color: #aeb73b;
}

#mid .asearch {
	margin-bottom: 20px;
}

#mid .asearch .airfieldNameSearch {
	height: 60px;
	font-size: 22px;
}

#mid .sidebar .asearch .airfieldNameSearch,
.home #mid .asearch .airfieldNameSearch {
	height: 30px;
	font-size: 12px;
}

#mid .asearch .areaSearch {
	width: 49%;
	float: left;
}

#mid .asearch .typeSearch {
	width: 49%;
	float: right;
}

#mid .sidebar .asearch .typeSearch,
#mid .sidebar .asearch .areaSearch,
.home #mid .asearch .typeSearch,
.home #mid .asearch .areaSearch {
	width: 100%;
	clear: none;
}

.afGallery .col-xs-12{
	padding-bottom: 20px;
}

/* FEATURES */

.feature{
	border-top: 3px solid #f1f0f0;
	background-color: #d2d3d4;
	padding: 35px 30px;
	background-image: url(../images/stripes-overlay-light.png);
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat;
	margin-left: -30px;
	margin-right: -30px;
}

.feature img{
	display: block;
	margin: 0px 0px 0px 0;
	padding: 0px;
	border: 0px solid #e8e8e8;
	background-color: #f8f8f8;
	max-width: 100%;
	height: auto;
	width: 100%;
}

/* HOME STORIES */

.story {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.story h3 {
	color: #585858;
	font-size: 15px;
	line-height: 1em;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
}

.story img{
	margin-bottom: 15px;
	padding: 0px;
	border: 0px solid #e8e8e8;
    -webkit-transition: all 0.5s ease 0s;
}

.story img:hover{
    cursor: default;
	background-color: #acd6eb;
}

/* ARTICLE */

.post {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}

.post figure{
  position: relative;
  margin: 0 0 15px;
}

.post-title, .content .post-title a {
	font-size: 22px;
	font-weight: 100;
	text-decoration: none;
	margin: 0 0 5px;
}


#main .post h3.post-date{
	color: #002c62;
	font-size: 16px;
	font-weight: bold;
}

.post-meta {
	border-top: 1px solid #dedede;
	border-bottom: 2px solid #aeb73b;
	padding: 16px 0 23px;
	line-height: 18px;
	display: none;
}
.post-meta span {
	color: #394041;
}
.post-meta .date {
	border-right: 1px solid #dedede;
	margin-right: 6px;
	padding-right: 6px;
}

/* FOOTER */

#footer {
	border-top: 3px solid #f1f0f0;
	background-color: #ededed;
	background-image: url(../images/stripes-overlay.png);
	padding-top: 20px;
	padding-bottom: 20px;
}

ul#fnav{
	margin-bottom: 0;
}

ul#fnav li{
	padding-right: 0;
}

ul#fnav li a{
	text-transform: uppercase;
	padding-left: 5px;
}
ul#fnav li:before{
	content: "/";
	display: inline-block;
}
ul#fnav li:first-child:before{
	content:"";
}

#legals {
	padding: 20px 0;
	color: white;
	font-size: 11px;
	line-height: 1.2em;
}


/* SITEMAP */


ul.siteMap,
ul.siteMap ul {
	padding-left: 20px;
}

ul.siteMap li {
	line-height: 1.1em;
}

/* SLIDER */

#slider{
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
	
}


.textcaption{
	margin: 0px;
	padding: 30px 70px 30px 30px;
	font-size: 20px;
	font-weight: 400;
	background: rgba(0,0,0,0.7) repeat scroll 0 0;
	border-left: 4px solid #afb941;
	color: white;
	line-height: 1.3em;
}

.tp-caption{
	width: 100%;
	white-space: normal;
}

.tp-caption p{
	margin-bottom: 20px;
	white-space: normal;
}

.arrow_slide{
	display: block;
	position: absolute;
	right: -1px;
	height: 49%;
	width: 40px;
	background-color: #b0b91c;
}

.arrow_slide:hover{
	background-color: #b2b2b2;
}

.arrow_slide.prev{
	top: 0px;
	background-image: url(../images/slide_arrow_next.png);
	background-position:  center;
	background-repeat: no-repeat;
}
.arrow_slide.next{
	bottom: 0px;
	background-image: url(../images/slide_arrow_prev.png);
	background-position:  center;
	background-repeat: no-repeat;
}

/* SINGLE AIRFIELD */

#airfieldTitlebar {
	background-color: #354f77;
	padding: 15px 15px 0;
	position: relative;
}

#airfieldTitlebar h1 {
	color: white;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px;
	font-size: 32px;
	line-height: 1em;
	font-weight: 100;
	
}

#aairfieldTitlebar h1:before { 
	content: "//";
	color: #aeb73b;
	padding-right: 10px;
}

#airfieldTitlebar #typeicons {
	position: absolute;
	top: 15px;
	right: 15px;
}

#airfieldTitlebar .typeicon {
	color: black;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	float: left;
	margin-left: 3px;
	background-size:60px 60px !important;
	background: url(../images/aftypes.png) no-repeat 0 0;
}

#airfieldTitlebar .typeicon.major {
	background-position: 0 0;
}

#airfieldTitlebar .typeicon.minor {
	background-position: -30px 0px;
}

#airfieldTitlebar .typeicon.decoy{
	background-position: 0 -30px;
}

#airfieldTitlebar .typeicon.winch{
	background-position: -30px -30px;
}

#afresults .typeicon {
	color: black;
	width: 15px;
	height: 15px;
	background-color: #ebebeb;
	text-indent: -999em;
	display: inline-block;
	line-height: 1em;
	margin-left: 5px;
	background: url(../images/aftypes.png) no-repeat 0 0;
	background-size:30px 30px !important;
}

#afresults .typeicon.major {
	background-position: 0 0;
}

#afresults .typeicon.minor {
	background-position: -15px 0px;
}

#afresults .typeicon.decoy{
	background-position: 0 -15px;
}

#afresults .typeicon.winch{
	background-position: -15px -15px;
}

/* QUOTE */

.airfieldquote {
	padding: 15px 30px;
	color: #002c62;
	line-height: 1.8em;
	background-color: #ebebeb;
}

.airfieldquote h3 {
	margin-bottom: 0.3em;
}

.airfieldquote p {
	margin-bottom: 0;
	margin-top: 0;
	display: inline;
}

#rightquote {
	background: url(../images/icon_rdquo.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-indent: -999em;
	margin-left: 2px;
}

#leftquote {
	background: url(../images/icon_ldquo.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-indent: -999em;
	margin-right: 2px;
}


/* AF TABS */

.nav-tabs.af-tabs {
	border-bottom: none;
}

.nav-tabs.af-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs.af-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
	color: white;
	text-decoration: none;
	background-color: #b2b2b2;
}

.nav-tabs.af-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
	border-bottom-color: #dddddd;
	border-bottom-style: none;
	background-color: #acd6eb;
}

.nav-tabs.af-tabs > li.active > a,
.nav-tabs.af-tabs > li.active > a:hover,
.nav-tabs.af-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
	border-bottom-style: none;
}

.tab-inner {
	padding-top: 15px;
}

.tab-inner h3{
	color: #002c62;
	font-size: 22px;
	line-height: 1em;
	font-weight: 100;
	font-style: normal;
	padding: 0;
	margin: 0px 0px 15px;
}
}

/* HOVER EFFECTS */

.blur {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.blur:hover {
  -webkit-filter: blur(5px);
}

.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}
.grow {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow:hover {
  width: 400px;
  height: 400px;
}
.brighten {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.brighten:hover {
  -webkit-filter: brightness(60%);
}

/* BUTTONS */

.btn-primary,
a.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
	text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

/* FORMS */

.has-error .fa,
.field-validation-error {
	color: #a94442;
}

.has-warning .fa {
	color: #8a6d3b;
}

/* STORIES */

.stories .col-sm-3:nth-child(5) {
	clear: both;
}

/* MAP */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#timeline .embed-container { 
	padding-bottom: 0;
	height: 750px;
	max-width: 100%;
	margin-bottom: 0px;
} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* AUTOCOMPLETE */

.ui-autocomplete {
	z-index: 999;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1em;
}
.ui-autocomplete.ui-menu li.ui-menu-item {
	padding: 3px 1em 3px .4em;
	margin: 0;
}

.ui-autocomplete.ui-menu li.ui-menu-item a {
	width: 100%;
	display: block;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
}

.ui-autocomplete.ui-menu li.ui-menu-item br {
	display: none;
}


/* MAP */

#map-canvas{
	height: 680px;
	width: 100%;
}

.google-map-placeholder {
	border: none !important;
	margin-bottom: 15px;
}

.gmnoprint img {
	max-width: none;
}

#map-canvas *,
#map_canvas * {
    max-width:none !important;
}

/* Retina ----------- */

@media only screen and
(-webkit-min-device-pixel-ratio: 2) {
	
	#logo {
		background-image: url(../images/logo@2x.png);
		background-size: 220px 70px;
	}

}

@media only screen and
(-webkit-min-device-pixel-ratio: 2)
and (min-width : 320px) 
and (max-width : 1440px)  {
	
	#logo {
		background-image: url(../images/logo@2x.png);
		background-size: 220px 70px;
	}
	
	.home h1.title {
	    line-height: 22px;
	}

	.home h1.title span{
		display: block;
	}

}

/* Responsive */
@media (max-width: 768px) {
	
	#logo {
		background-image: url(../images/logo@2x.png);
		background-size:300px 95px;
		width: 310px;
		height: 100px;
	}

}

@media (min-width: 769px) and (max-width: 992px) {

}

@media (min-width: 993px) and (max-width: 1200px) {

}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
