/* more resets */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

p strong{
	font-weight: 700 !important;
}

/*--------*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
  border-top: solid 3px #000 !important;
}

p {margin-bottom: 20px;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.navbar-default {
	background-color: none !important;
	border-color: none !important;
}

ul, menu, dir {

	list-style-type: disc;
	
}


/* UTILITY STYLES */

.col-pink {background: #ff9ad5; height: 300px;}
.col-teal {background: #27c2b8; height: 300px;}
.col-purple {background: #d59bf2; height: 300px;}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.alignleft.size-full { padding: 0 18px 10px 0;}
img.alignright.size-full { padding: 0 0 10px 18px;  }

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.col-no-pad {padding-left: 0; padding-right: 0;}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


.wide{
	width: 100%;
}

.grey{
	background: #ccc;
	height: 500px;
}

.mb35{
	margin-bottom: 35px;
}

.archive-entry {
	border-bottom: 1px solid #e5e5e5
}

.nav-bottom-border{
	border-bottom: solid 2px #555;
}

.grey-border-top{
	border-top: solid 1px #ccc;
}

.subheading{
	padding-top: 20px;
	background: #333;
	min-height: 50px;
}

.subheading h1{
	margin: 0 0 5px 0;
	font-size: 36px;
	color: #fff;
}

.subheading p{
	margin: 0 0 20px 0;
	color: #aaa;
}

.padding-tb-30{
	padding-top: 30px;
	padding-bottom: 40px;
}

.padding-tb-20 {padding: 15px 0 20px;}

.padding-b-20 {padding-bottom: 20px;}

.no-pad-right{
	padding-right: 0;
}
.no-pad-left{
	padding-left: 0;
}

.site-nav{
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #222;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}

.dark{
	background-color: #181818;
}

.dark ul{
	margin-top: 10px;
}

.dark li{
	font-size: 13px;
	color: #aaa;
}

.dark i{
	padding-right: 4px;
	font-size: 16px;
}

.dark a{
	color: #aaa;
}

.dark a:hover{
	color: #eee;
	text-decoration: none;
}

.dark-border{
	border-bottom: 2px solid #c7ab39 !important;
}

.offset{
	width: 100%;
	background-color: #f5f5f5;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}

.button{
	background-color: #bf1e2e;
	border-color: #831721;
	color: #fff;
}

.button:hover,
.button:focus{
	background-color: #f9b32c;
	border-color: #cf9524;
	color: #fff;
}

.posted-on {color: white;}


/* ------ */

.container.sonex-header {padding-left: 0; padding-right: 0;}

.ecom-header-links {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

.clouds{
	margin: 0;
	padding: 0;
	background-origin: padding-box;
	background-clip: border-box;
		-moz-background-clip: border-box;
		-webkit-background-clip: border-box;
	background: url('../img/clouds.jpg') center center no-repeat #fff;
	background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	position: relative;
}

.info-block {
	background: #f5f5f5;
	padding: 15px;
}

.h500{
	height: auto;
}

/* FlexSlider Stuff 
	------------------------------------------------------------
*/

.col-lg-12.h500 {padding-left: 0; padding-right: 0; }

.container.slider-container {padding-left: 0 !important; padding-right: 0 !important; }

.flex-control-nav {bottom: 15px !important; z-index: 9999;}

.flex-direction-nav {display: none;}

.slide-meta {
	position: absolute; 
	top: 25%;
	right: 20px;
	text-align: right; 
	margin: 0; 
	color: white; 
	text-shadow: 1px 1px 2px rgba(36, 36, 36, 1);
		
}

.slide-meta h1 { padding-top: 0; margin-top: 0; font-size: 22px;}

.slide-table-container { display: none; }

.slide-contents { position: relative;}

.slide-meta h3 { margin-bottom: 5px; margin-top: 0px; font-size: 12px;}

.slide-price {40px;}

.slide-meta {width: auto;}

.slide-img { position: relative;  }

.slide-aircraft { }


.h200{
	height: 200px;
}

.slide{
	background-color: #fff; 
}

.nav-banner ul{
	padding-right: 15px;
	list-style-type: none;
	border-right: solid 1px #181818;
	-webkit-padding-start: 0px;
}



.nav-banner ul ul{
	padding-right: 0;
	border-right: none;
}

.nav-banner li{
	text-align: right;
}

.nav-banner li li{
	font-size: 12px;
	color: #bbb;
}

.nav-banner li i{
	padding-right: 12px;
	vertical-align: middle;
	font-size: 26px;
}

.aircraft-page-logo {margin-top: 15px; margin-bottom: 15px;}

/* Swiper 
	------------------------------------------------------------------
*/

.swiper-container {
        width: 100%;
        margin: 0;
    }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0 10px;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}

/* Navigation-Mobile Menu 
	------------------------------------------------------------------
*/

#mobile-nav {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobile-nav > li > a {
	font-size: 14px;
    position: relative;
    padding: 10px 12px 10px;
    display:block; 
	line-height:20px; 
	color:#666666; 
	text-decoration:none; 
	font-weight: 100;
	cursor: pointer;
}

ul#mobile-nav > li {
	display: inline-block;
}


#mobile-nav > li:hover > a, #nav > li .active { 
	color:#555555; 
	background: #e7e7e7;
}

/* template for all lists below first */
#mobile-nav > li ul { 
	display:none; 
	position:absolute;
	list-style: none;
	background:#ffffff url('../img/nav-bg.png') bottom repeat-x;
	background-size: auto 4px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-o-border-radius-bottomright: 3px;
	-o-border-radius-bottomleft: 3px;
	-ms-border-radius-bottomright: 3px;
	-ms-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
  	border-top: solid 2px #555;
	border-right: 1px solid #ccc;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid #ccc;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	text-transform: none;
	padding: 10px 0 10px 0;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 9999;
	
}

#mobile-nav > li ul a { 
	display:block; 
	color:#333; 
	padding:5px 20px 5px; 
	font-size:14px; 
	text-decoration:none;
	text-align: left; 
	}

#mobile-nav > li ul a:hover { 
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/* second level */
#mobile-nav > li:hover > ul { display:none; }

/* all levels below second */
#mobile-nav > li li > ul { margin:-36px 0 0 10em; }

#mobile-nav > li li:hover > ul { display:none; }

.li-border-top {border-top: 1px solid #e5e5e5; margin-top: 5px; padding-top: 2px;}





/* Navigation Menu 
	------------------------------------------------------------------
*/

#sonex-nav {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sonex-nav > li > a {
	font-size: 14px;
    position: relative;
    padding: 10px 12px 10px;
    display:block; 
	line-height:20px; 
	color:#666666; 
	text-decoration:none; 
	font-weight: 100;
	cursor: pointer;
}

ul#sonex-nav > li {
	display: inline-block;
}


#sonex-nav > li:hover > a, #nav > li .active { 
	color:#555555; 
	background: #e7e7e7;
}

/* template for all lists below first */
#sonex-nav > li ul { 
	display:none; 
	position:absolute;
	list-style: none;
	background:#ffffff url('../img/nav-bg.png') bottom repeat-x;
	background-size: auto 4px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-o-border-radius-bottomright: 3px;
	-o-border-radius-bottomleft: 3px;
	-ms-border-radius-bottomright: 3px;
	-ms-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
  	border-top: solid 2px #555;
	border-right: 1px solid #ccc;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid #ccc;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	text-transform: none;
	padding: 10px 0 10px 0;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 9999;
	
}

#sonex-nav > li ul a { 
	display:block; 
	color:#333; 
	padding:5px 20px 5px; 
	font-size:14px; 
	text-decoration:none;
	text-align: left; 
	}

#sonex-nav > li ul a:hover { 
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/* second level */
#sonex-nav > li:hover > ul { display:none; }

/* all levels below second */
#sonex-nav > li li > ul { margin:-36px 0 0 10em; }

#sonex-nav > li li:hover > ul { display:none; }

.li-border-top {border-top: 1px solid #e5e5e5; margin-top: 5px; padding-top: 2px;}




/*nav > li > a:after {content: ' ▾'; margin-left: 3px;  }

nav li > a:only-child:after {content: ''; }*/




.menu-large {
  position: static !important;
}
/* .megamenu{
	margin-left: 15px;
	margin-right: 15px;
  padding: 20px 0;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}*/




/* Logo Rollovers and Preload
	------------------------------------------------------------------
*/

.block-link {width: 100%; height: 100%; display: block;}

.sub-slider-logos {padding: 9px 0 10px; background: url('../img/sonex-color.png') no-repeat -9999px -9999px;}
.factory-posts {background: url('../img/waiex-color.png') no-repeat -9999px -9999px;}
.builder-news {background: url('../img/xenos-color.png') no-repeat -9999px -9999px;}
.slider-container {background: url('../img/onex-color.png') no-repeat -9999px -9999px;}	
#site-navigation {background: url('../img/subsonex-color.png') no-repeat -9999px -9999px;}	
.nav-container {background: url('../img/ac-color.png') no-repeat -9999px -9999px;}


.sonex-logo, .waiex-logo, .xenos-logo, .onex-logo, .subsonex-logo, .sonerai-logo {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	display: block;
}









header {border-bottom: 1px solid #e5e5e5}

.logo-block {height: 100px;}

.logo {width: 230px; margin: 12px auto; 0}

.ecom-top{
	position: absolute;
	top: -30px;	
}

.row.ecom-bar {margin-left: 0; margin-right: 0;}

.list-inline {margin-left: 0;}

.list-inline li {display: inline-block;}

.ecom-header-links{
	padding-right: 0 !important;
	border-right: none !important;
	background: #000;
	text-align: center;
	overflow: hidden;
}

.ecom-header-links li a{
	padding: 6px 8px 9px 8px;
	font-size: 11px;
	display: block;
	background: #000;
	color: #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ecom-header-links li a:hover{
	text-decoration: none;
	color: #fff;
}

.ecom-header-links li i{
	margin-top: -3px;
	padding-right: 0;
	font-size: 11px;
}

.header-links{
	position: relative;
	top: 30px;
	display: none;
}

.header-links a{
	text-decoration: none;
	color: #333;
}

.aircraft-name h1{
	margin-bottom: 17px;
}

.pt-tabs-content{
	padding: 15px;
	border-left: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	background: #fff;
}

.specs tr td:first-child{
	width: 250px;
}

.google-map{
	width: 100%;
	height: 300px;
}

#sb_sidebar{
	display: none;
}

#sb_body{
	width: 100%;
}

.page-content hr{
	margin: 50px 0;
	clear: both;
}

hr.category-title-hr {margin-top: 0;}

.page-content li{
	margin-bottom: 10px;
}

.builder-orgs {margin-bottom: 0;}

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

.sidebar {background: #e7e7e7;}

.thumbnail{
	font-size: 10px;
	text-align: center;
}

table thead tr{
	background: #f8d548;
}

.table-bordered > thead > tr > th{
	border: 1px solid #c7ab39;
	border-bottom: 2px solid #c7ab39;
}

table thead tr th{
	vertical-align: top;
}

table tbody td{
	font-size: 12px;
}

.p-pricing {margin-bottom: 5px;}

.guestBook-title{
	display: none;
}

.guestBook-formBlock{
	display: none;
}

.ccm-next-previous-wrapper{
	margin-top: 30px;
}

.panel-title h4{
	margin: 0;
}

a.accordion-toggle:hover{
	text-decoration: none !important;
}

.panel-header > .in {
	background: #337ab7;
	color: #fff;
}

.panel-heading:hover{
	background: #337ab7;
	color: #fff;
}

.panel-body h3{
	margin-bottom: 15px;
}

.panel-body table thead tr{
	background: #f8d548;
}

.panel-body table tbody td{
	font-size: 12px;
}

#td1 {
    width: 32%;
    vertical-align: text-top;
}
#td2 {
    padding-right: 0px; 
    padding-top: 0px; 
    /* background-color: pink; /* Optional - to visualize padding and line leading... */
}

.image-format #td2 img {
    display: block;
    border: 1px solid #cfcfcf;
    /* Alternatively vertical-align: bottom; */
}

.image-format-2 #td2 img {
    display: block;
    border: 1px solid #cfcfcf;
    /* Alternatively vertical-align: bottom; */
}


.image-format-2 {
    width: auto
}

.footer{
	padding: 15px 0 25px 0;
	background-color: #111;
	color: #727272;
}

.footer h3{
	font-size: 18px;
	color: #ccc;
	font-weight: normal !important;
}

.footer p{
	font-size: 11px;
}

.footer ul{
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none;
}

.footer li{
	margin-bottom: 15px;
	font-size: 11px;
}

.footer em{
	padding-right: 8px;
}

.footer a{
	color: #727272;
}

.footer a:hover{
	text-decoration: none;
	color: #ccc;
}

.quick-links li{
	margin-bottom: 8px;
}

.quick-links hr{
	margin-top: 12px;
	margin-bottom: 12px;
	border-color: #555;
}


.subfooter{
	padding: 20px 0 0 0;
	background-color: #303030;
	color: #999;
}

.subfooter p{
	margin: 0;
	padding-bottom: 20px;
	font-size: 11px;
}

.subfooter a{
	color: #999;
}

.subfooter a:hover{
	text-decoration: none;
	color: #ccc;
}

.build-option-container {padding: 0 20px;}

.build-option-container ul {padding: 0 0 20px 0; list-style: none;}

.build-option-container ul li { text-align: center}

th.aircraft-type {font-size: 20px; background: #f8d548; border: 1px solid #c7ab39 !important;
border-bottom: 2px solid #c7ab39 !important;} 

th.kit-type {font-weight: 400; background: #f9f9f9;}

.aircraft-cert-table .kit-type a{text-decoration: underline;}

.aircraft-cert-table .kit-type a, .aircraft-cert-table .kit-type a:visited {color: #333333;}

.aircraft-cert-table .kit-type a:hover, .aircraft-cert-table .kit-type a:active {color: #337ab7;}

.sonex-ul-table ul {padding-top: 10px;}



/* BLOG STYLES */

.about-us h3 {margin-bottom: 0;}

.factory-posts, .builder-news {padding-top: 30px;}

.factory-posts .entry {margin-bottom: 40px;}
.builder-news .entry {margin-bottom: 20px;}

.factory-posts img, .builder-news img {margin-bottom: 15px; border: 1px solid #e0e0e0;}

.panel-group img  {/* border: 1px solid #e0e0e0; */ margin-bottom: 5px;}

.border-img {border: 1px solid #e0e0e0;}

.panel-sub-group p {margin-bottom: 5px; font-size: 80%;}

.factory-posts h2 a, .factory-posts h2 a:visited,
.builder-news h3 a, .builder-news h3 a:visited  {color: #333;}

.home-categories-container {margin-bottom: 60px;}

.index-cat {margin-bottom: 30px;}

.index-cat a:hover, .home-cats a:active {text-decoration: none;}

.cat-link {cursor: pointer !important; display: block; width: 100%; height: 100%;}

.cat-link-wrapper {
	background: #303030;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cat-title-container, .cat-title-container-sidebar {
	height: 45px; 
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 0 0 10px 
}

.cat-title-container-sidebar {font-size: 16px; padding: 8px 0 0 8px; height: 36px;}

.cat-link-wrapper:hover , .cat-link-wrapper:active {background: #337ab7;}

.sidebar-cat-wrapper {margin-bottom: 15px;}

.sidebar-cat-wrapper a:hover {text-decoration: none; }


.blog-post-container {margin-bottom: 30px;}

.title-container, .post-date-container, .blog-category, .blog-tags {padding-left: 0; padding-right: 0;}

.index-post-meta {margin-bottom: 15px; color: #337ab7;}
.index-post-meta-title {color: #686868;}

.post-meta {margin-bottom: 3px; color: #727272;}
.post-meta-title {color: #ccc;}

.post-meta-categories a, .post-meta-categories a:visited {
	color: #719DC3;
}

.post-meta-category {margin-right: 15px; float: left;}
.post-meta-tags {float: left;}

.blog-roll-header {
	border-bottom: 1px dotted #cccccc;
}

.blog-roll-title {
	font-size: 32px;
	margin-bottom: 2px;
}

.blog-roll-title a {color: #222;}



.blog-post-meta {
	margin-top: 2px;
	margin-bottom: 10px;
}
/*
.post-thumbnail {
	width: 200px;
	margin-right: 15px;
}
*/
.featured-img {margin-bottom: 15px; border: 1px solid #e0e0e0;}

.img-pad-bottom {margin-bottom: 5px;}

.post-thumb {margin: 15px 0;}

.post-preview {width: 535px;}

.leftcol { padding: 0;}
.rightcol { padding: 0;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.previous-event {margin-bottom: 15px;}

/* --- TABLE SORTING styles --- */

table.tablesorter thead tr .header {
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../img/desc.gif');
}

table.tablesorter thead tr .sortable {padding-right: 20px;}



/* DEVICE & ORIENTATION SPECIFIC STYLES */

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.flex-control-paging {display: none;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	 .slide-meta { 
	top: 30%;
	right: 20px;
	}
	.slide-meta h1 { font-size: 35px;}
	.slide-meta h3 { font-size: 25px;}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	  
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.slide-meta { 
	top: 30%;
	right: 20px;
	}
	.slide-meta h1 { font-size: 35px;}
	.slide-meta h3 { font-size: 25px;}

}


/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}


/* Media Queries */

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
 
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#fff;
  }
  
  
}

@media (max-width: 767px) {

}


@media (max-width: 991px){
	
}


@media (min-width: 768px){
	.rightcol { padding-left: 15px;}
	.post-thumb {margin: 5px 0 0 0;}
	.post-date {margin-top: 30px;}
	.post-date-container {text-align: right;}
	.blog-category {height: 30px;}
	.blog-tags {height: 30px; text-align: right;}
	.ecom-top {position: relative;}
	.ecom-header-links {border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
	
	#top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	}
	#nav .close-btn {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}
	#nav .block-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}
	#nav ul {
	text-align: left;
	white-space: nowrap;
	}
	#nav li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	#nav li:last-child {
	border-right: none;
	}
	#nav li a {
	padding: 15px 5px;
	}
	.nav-container {padding-left: 5px; padding-right: 5px;}
	.slide-contents {height: 300px;}
	.flex-control-paging {display: none;}
	
	

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {font-size: 14px;}
	.header-links {display: block;}
	.logo {width: 350px; margin: 0;}
	#sonex-nav > li > a {padding: 15px 20px 15px;}
	.nav-container {padding-left: 15px; padding-right: 15px;}
	.h500{height: 373px;}
	.slide-contents { height: 373px; position: relative;}
	.slide-img {width: 970px; z-index: 9999; position: relative; height: 373px; }
	.slide-aircraft {height: 373px; height: auto !important; width: 100% !important;}
	.slide-meta {width: 800px;  height: 373px; top: 0px !important; right: 0px; position: absolute; z-index: 1; display: inline-block;}
	.slide-meta h1 {padding-top: 38px; font-size: 42px;}
	.slide-meta h3 {font-size: 28px;}
	.slide-table-container {background: transparent url('../img/slider-table-bkgr.png') top repeat-y; width: 100%; position: relative; text-align: right; padding-top: 20px; margin-bottom: 10px; padding-right: 20px; margin-right: -20px; display: inline-block;}
	.slide-table.table-striped>tbody>tr:nth-of-type(odd) {background-color: rgba(255, 255, 255, 0.1);}
	.slide-table {width: 400px; float: right;}
	.slide-table tr td {text-shadow: 1px 2px 2px rgba(0, 0, 0, 1); font-size: 12px; color: #ffffff; padding: 2px 0;}
	.slide-table tr {margin-bottom: 1px;}
	.swiper-container {display: none;}
	.index-sonex-text {font-size: 19px;}
	.sonex-logo {height: 30px; margin-top: 6px; background: url('../img/sonex-gray.png') center no-repeat; background-size: 124px 30px;}
	.sonex-logo:hover, .sonex-logo:active {background: url('../img/sonex-color.png') center no-repeat; background-size: 124px 30px;}
	.waiex-logo {height: 30px; margin-top: 6px; background: url('../img/waiex-gray.png') center no-repeat; background-size: 124px 30px;}
	.waiex-logo:hover, .waiex-logo:active {background: url('../img/waiex-color.png') center no-repeat; background-size: 124px 30px;}
	.xenos-logo {height: 30px; margin-top: 6px; background: url('../img/xenos-gray.png') center no-repeat; background-size: 124px 30px;}
	.xenos-logo:hover, .xenos-logo:active {background: url('../img/xenos-color.png') center no-repeat; background-size: 124px 30px;}
	.onex-logo {height: 30px; margin-top: 6px; background: url('../img/onex-gray.png') center no-repeat; background-size: 124px 30px;}
	.onex-logo:hover, .onex-logo:active {background: url('../img/onex-color.png') center no-repeat; background-size: 124px 30px;}
	.subsonex-logo {height: 30px; margin-top: 6px; background: url('../img/subsonex-gray.png') center no-repeat; background-size: 124px 30px;}
	.subsonex-logo:hover, .subsonex-logo:active {background: url('../img/subsonex-color.png') center no-repeat; background-size: 124px 30px;}
	.sonerai-logo {height: 30px; margin-top: 6px; background: url('../img/sonerai-gray.png') center no-repeat; background-size: 124px 30px;}
	.sonerai-logo:hover, .ac-logo:active {background: url('../img/sonerai-color.png') center no-repeat; background-size: 124px 30px;}
	.flex-control-paging {display: block;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	body {font-size: 15px;}
	.h500{height: 450px;}
	.slide-contents { height: 450px;}
	.slide-img {width: 1170px;  z-index: 9999; height: 450px;}
	.slide-aircraft {height: 450px; }
	.slide-meta {width: 800px;  height: 450px;  right: 0px; }
	.slide-meta h1 {padding-top: 75px; font-size: 50px;}
	.slide-meta h3 {font-size: 33px;}
	.slide-table-container {}
	.slide-table {width: 400px; }
	.slide-table tr td {font-size: 13px; }
	.flex-direction-nav {display: block;}
	.index-sonex-text {font-size: 24px;}
	
	.sonex-logo {height: 37px; margin-top: 5px; background: url('../img/sonex-gray.png') center no-repeat; background-size: 153px 37px;}
	.sonex-logo:hover, .sonex-logo:active {background: url('../img/sonex-color.png') center no-repeat; background-size: 153px 37px;}
	.waiex-logo {height: 37px; margin-top: 5px; background: url('../img/waiex-gray.png') center no-repeat; background-size: 153px 37px;}
	.waiex-logo:hover, .waiex-logo:active {background: url('../img/waiex-color.png') center no-repeat; background-size: 153px 37px;}
	.xenos-logo {height: 37px; margin-top: 5px; background: url('../img/xenos-gray.png') center no-repeat; background-size: 153px 37px;}
	.xenos-logo:hover, .xenos-logo:active {background: url('../img/xenos-color.png') center no-repeat; background-size: 153px 37px;}
	.onex-logo {height: 37px; margin-top: 5px; background: url('../img/onex-gray.png') center no-repeat; background-size: 153px 37px;}
	.onex-logo:hover, .onex-logo:active {background: url('../img/onex-color.png') center no-repeat; background-size: 153px 37px;}
	.subsonex-logo {height: 37px; margin-top: 5px; background: url('../img/subsonex-gray.png') center no-repeat; background-size: 153px 37px;}
	.subsonex-logo:hover, .subsonex-logo:active {background: url('../img/subsonex-color.png') center no-repeat; background-size: 153px 37px;}
	.sonerai-logo {height: 37px; margin-top: 5px; background: url('../img/sonerai-gray.png') center no-repeat; background-size: 153px 37px;}
	.sonerai-logo:hover, .ac-logo:active {background: url('../img/sonerai-color.png') center no-repeat; background-size: 153px 37px;}
	
}
.gallery-icon {
	border: 0px solid #337ab7;
}

.gallery-icon img{
	border: 2px solid #337ab7;
	display: block;
	vertical-align: text-bottom;
}

.gallery-grid.wc-gallery-gutter-12 .gallery-item { margin-right: 12px; margin-bottom: 0px; }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.wp-video { 
	margin: 0px 0px 15px 0px;
}

.fvp-center { 
	margin: 0px 0px 15px 0px;
}

/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] { 
display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* Browse Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_button_select_files { 
display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

body .gform_wrapper .gform_button_select_files:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/* File Drop Instructions Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    color: black;
    background: #fff;
}

/* Eliminate wierd effect when category page archive footer is hovered
-----------------------------*/
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    clip: inherit;
    color: inherit;
    display: inherit;
    font-size: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: inherit;
    left: inherit;
    line-height: inherit;
    padding: inherit;
    text-decoration: inherit;
    top: inherit;
    width: inherit;
    z-index: inherit;
}
.um {
opacity: 1 !important;
}

/* WooCommerce Category Header make smaller
-----------------------------*/
h1.page-title {
  font-size: 28px;
  font-weight: 500;
}

label {
	color: #337ab7
}

/* WooCommerce Product Title on Product Page make smaller
-----------------------------*/
h1.product_title.entry-title {
  font-size: 28px;
  font-weight: 700;
}

/* WooCommerce Make SKU and Category listings appear on different lines on prodcut page
-----------------------------*/
.single-product .sku_wrapper, .single-product .posted_in {
  display: block
}

button.single_add_to_cart_button.button.alt {
  border: 1px solid transparent;
  border-color: #2e6da4;
  user-select: none;
  touch-action: manipulation;
}

/* WooCommerce Checkout Page Terms and Conditions Checkbox Alignment
-----------------------------*/
.woocommerce form .form-row .input-checkbox {margin: 8px 0 0 0;}

.woocommerce-terms-and-conditions-checkbox-text {margin: 0 0 0 20px}

/* WooCommerce Cart Icon in Header
-----------------------------*/
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:14px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
.cart-contents-zero {
    color: black;
    background-color: #ddd;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.wc-terms-and-conditions {
    line-height: 4;
}

/* Adv. Woo Search search box
-----------------------------*/
.aws-container .aws-search-form {
    position: relative;
    width: 75%;
}

.shop_table > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

/* WooCommerce Align Products
-----------------------------*/
ul.products li.product a img {
  ...
  height: 150px;
  width: auto;
  ....
}

ul.products {
  ...
  /*display: block */;
  display: flex;
  flex-wrap: wrap; /* allow items to be flowed on multiple lines */
  align-items: flex-end;
}

ul.products li.product a h3 {
  ...
  min-height: 40px;
}

.directorist-content-module__title h4 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.directorist-listing-single .directorist-listing-single__info .directorist-listing-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 8px;
}

.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--list ul li {
  color: #727272;
  margin: 0;
  list-style: none;
}

.directorist-content-active .directorist-listings-header__left .directorist-header-found-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 500;
}

.directorist-listing-details .directorist-listing-details__text p {
    margin: 0 0 15px;
    color: #727272 !important; 
    line-height: 24px;
}

.directorist-details-info-wrap .directorist-single-info .directorist-single-info__value {
    flex: 1;
    color: #727272 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.directorist-details-info-wrap .directorist-single-info .directorist-single-info__value a {
    color: #727272 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.directorist-details-info-wrap .directorist-single-info .directorist-single-info__label {
    color: #727272 !important;
}

.directorist-single-info__label-icon {
	background: none !important;
}

.directorist-checkbox__label {
	color: #727272 !important;
}

.directorist-checkbox input {
	color: #727272 !important;
}

.directorist-radio__label {
	color: #727272 !important;
}

.directorist-card__header {
  background: #337AB7;
}

.directorist-card__header--title {
	color: #ffffff !important;
}

/* Directorist Add Aircraft Page - not Logged in
-----------------------------*/
.atbd-alert {
  font-size: 16px;
  word-break: break-word;
  border-radius: 3px;
  background: #f4f4f4;
  padding: 15px 20px;
}

.atbd-alert.atbd-alert-warning {
  background: #FEE9D9;
  color: #F56E00;
}

.ppom-wrapper form-control-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 1.428571429;
	color: #333333 !important;  
}
