/* Social Media Widget */

.socialmedia-widget-wrap a {
	background-image: url('https://air-vid.com/images/social-icons.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 38px;
	margin: 0 10px 10px 0;
	background-color: #707070;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.facebook {
	border-bottom-color: #3b5998;
	background-position: -120px 0;
}
.facebook:hover {
	background-color: #3b5998!important;
}

.twitter {
	border-bottom-color: #00aced;
	background-position: 0 -120px;
}
.twitter:hover {
	background-color: #00aced!important;
}

.googleplus {
	border-bottom-color: #dd4b39;
	background-position: -40px -40px;
}
.googleplus:hover {
	background-color: #dd4b39!important;
}

.linkedin {
	border-bottom-color: #007bb6;
	background-position: -120px -40px;
}
.linkedin:hover {
	background-color: #007bb6!important;
}

.instagram {
	border-bottom-color: #517fa4;
	background-position: -80px -40px;
}
.instagram:hover {
	background-color: #517fa4!important;
}

.pinterest {
	border-bottom-color: #cb2027;
	background-position: 0 -80px;
}
.pinterest:hover {
	background-color: #cb2027!important;
}

.tumblr {
	border-bottom-color: #32506d;
	background-position: -120px -80px;
}
.tumblr:hover {
	background-color: #32506d!important;
}

.stumbleupon {
	border-bottom-color: #dc3710;
	background-position: -80px -80px;
}
.stumbleupon:hover {
	background-color: #dc3710!important;
}

.dribbble {
	border-bottom-color: #ea4c89;
	background-position: -80px 0;
}
.dribbble:hover {
	background-color: #ea4c89!important;
}

.behance {
	border-bottom-color: #053eff;
	background-position: 0 0;
}
.behance:hover {
	background-color: #053eff!important;
}

.deviantart {
	border-bottom-color: #4e6252;
	background-position: -40px 0;
}
.deviantart:hover {
	background-color: #4e6252!important;
}

.flickr {
	border-bottom-color: #ff0084;
	background-position: 0 -40px;
}
.flickr:hover {
	background-color: #ff0084!important;
}

.youtube {
	border-bottom-color: #bb0000;
	background-position: -120px -120px;
}
.youtube:hover {
	background-color: #bb0000!important;
}

.vimeo {
	border-bottom-color: #aad450;
	background-position: -40px -120px;
}
.vimeo:hover {
	background-color: #aad450!important;
}

.yelp {
	border-bottom-color: #c41200;
	background-position: -80px -120px;
}
.yelp:hover {
	background-color: #c41200!important;
}

.rss {
	border-bottom-color: #ff7400;
	background-position: -40px -80px;
}
.rss:hover {
	background-color: #ff7400!important;
}


html,
body {
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 3em;
  /*height: 100%;
		font-size:1em;
		font-weight: 400;
		color: @body-txt;*/

  background-color: #e0f0ff;
}
.lead {
  margin-bottom: .4em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Open Sans Condensed', sans-serif;
}
p {
  font-family: 'Open Sans', Arial, sans-serif;
  /*300,700,300italic font-size:xx-small; 
		color: @body-txt;
		font-weight: 300;
			*/

}
h1 {
  margin: 0;
  padding: 0;
  line-height: 100px;
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-weight: 600; 
		font-weight:400;
		font-size:80px;
		color:@av-logo;logo
		text-transform:none;*/

  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
h2 {
  margin: 0 0 58px;
  padding: 0;
  line-height: 40px;
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-weight: 600; 
		font-size:44px;
		font-weight:900;
		color:@h-color;
		text-align:center;
		text-transform:uppercase;
		text-shadow: @txt-shadow;*/

}
h3 {
  margin: 0 0 21px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-weight:600;
		line-height:22px;
		font-size:21px;
		color:@h-color;
		text-shadow: @txt-shadow;*/

}
h4 {
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  /*
			text-align:center;
			text-transform:uppercase;
			
		font-weight:400;
		line-height:22px;
		font-size:17px;
		color:@h-color4;*/

}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* BEGIN Header */
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */

  min-height: 100%;
  background-image: url('https://air-vid.com/images/horizon_no_uav.jpg');
  background-size: cover;
}
.site-wrapper1 {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */

  min-height: 100%;
  background-image: url('https://air-vid.com/images/bexHorizon.jpg');
  background-size: cover;
}
.site-wrapper2 {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */

  min-height: 100%;
  background-image: url('https://air-vid.com/images/horizon_no_uav.jpg');
  background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* Padding for spacing */
.inner {
  padding: 20px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-lg {
  margin: 0 0 9px 0;
  padding: .5em;
  font-size: 1em;
  line-height: 1;
  border: 2px solid #003366;
  border-radius: 6px;
}
#av-logo {
  margin-left: 3.4em;
  /*height: 50%;
		width: 50%:
		display: block;*/

}
textarea,
input[type="text"] {
  width: 100;
  margin: 0 0 9px 0;
  padding: 6px;
  /**/

  text-transform: none;
  /*font-family: 'Roboto', sans-serif;*/
  /*float:right;*/
  /*background: #4e4e4e;*/

  font-weight: 400;
  font-size: 1em;
  font-style: normal;
  color: #999;
  border: 2px solid #003366;
  border-radius: 6px;
  box-shadow: none;
}
.transparent {
  background: rgba(255, 255, 255, 0.5);
}
.panel {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.panel-body {
  padding: 6px;
}
.v-center {
  vertical-align: text-middle;
  color: red;
}
.box {
  width: 110px;
  padding: 0px;
}
.cover-tranny {
  width: 450px;
  padding: 0px;
}
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  /* IE8 proofing */

  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
/* */
.navbar-inverse {
  background-color: #34495e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #485b6e;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
/*table data
conn-icons additional_sites enlarge for bigger screens*/
.f32 .flag {
  /*height:80%;width:80%;
		line-height:16px;
		display:inline-block;
		vertical-align:text-top;
		background:url(https://air-vid.com/css/flags32.png) no-repeat;*/

}
.av-tab {
  font-size: .8em;
}
.conn-icons {
  margin-top: .2em;
  font-size: .5em;
}
@media (min-width: 768px) {
  .conn-icons {
    margin-top: .3em;
    font-size: 1em;
  }
  .av-tab {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .panel {
    width: 300px;
  }
  /*.inner {width: 300px;}*/
  /* #imgbox {width: 300px;}*/
  iframe {
    width: 300px;
    height: 100%;
  }
  .responsive-image {
    width: 300px;
    height: 100%;
  }
}
.sml {
  font-size: xx-small;
}
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  
  }
}

/*
     FILE ARCHIVED ON 01:02:28 Jan 15, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:03:22 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.702
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.042
  esindex: 0.011
  cdx.remote: 22.17
  LoadShardBlock: 149.958 (3)
  PetaboxLoader3.datanode: 171.921 (4)
  load_resource: 447.66
  PetaboxLoader3.resolve: 397.098
*/