﻿/* START: MainSite */

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    /* Prevent Android (and others) font boosting */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body.print {
    background: none;
    background-image: none;
}

body, h1, h2, h3, h4, h5, h6, input {
    font-family: "Book Antiqua","Palatino Linotype", Palatino, serif;
}

h1, h2, h3 {
    color: #858789;
}

h2 {
    font-style: italic;
}

a, a:hover, a:visited, .printdiv, #printdiv {
    color: #026297;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #023F61;
    text-decoration: underline;
}

a img {
    border: none;
    text-decoration: none;
}

.nothumbdisplay {
    background: url('/images/noThumb.png') transparent;
    width: 134px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* prevent dynamic link colors (such as iPad turning phone numbers into links) from changing the color */
a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

h2 {
    font-size: 27px;
    font-weight: bold;
}

h3 {
    font-size: 22px;
    font-weight: bold;
}

button {
    cursor: pointer;
}

.invisibletable {
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.bold {
    font-weight: bold;
}

#headerwrapper, #contentwrapper, #footerwrapper {
    background-color: transparent;
}

#sitewrapper, #headerwrapper, #navwrapper, #footerwrapper {
    min-width: 1000px;
}

#headerwrapper, #wideimage, #wideimage .wideimagemain, #wideimage .wideimagerepeat {
    height: 300px;
    padding: 0;
}

#pagelinks {
    text-align: justify;
}

#pagelinks .link {
    text-align: center;
    padding-bottom: 15px;
}

#pagelinks a {
    text-decoration: underline;
}


.ajaxloading {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: center;
}

.statusitemmore {
    padding-left: 10px;
    padding-right: 10px;
}

.statussold {
    color: #b26565;
}

.statusnew {
    color: #b29a65;
}

.statusfeatured {
    color: #7fb2a8;
}

.shadow, .aircraftthumb img, .picvidblock img, .picvidblock img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.shadowdownright {
    box-shadow: 5px 5px 17px rgba(0, 0, 0, .5);
    -moz-box-shadow: 5px 5px 17px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 5px 5px 17px rgba(0, 0, 0, .5);
}


/* END: MainSite */
/* START: FancyBox Overrides */
.fancybox-container .fancybox-bg {
    background-color: #ddd;
}

body .fancybox-button[disabled] {
    display: none;
}

.fancybox-content .fancybox-close-small {
    width: 100px;
    height: 100px;
    background-color: #000;
    opacity: .4;
    padding: 0;
}

body .fancybox-inner .fancybox-navigation .fancybox-button, body .fancybox-show-nav .fancybox-navigation .fancybox-button {
    height: 175px;
    width: 125px;
    color: #000;
    opacity: .3;
}

.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
    background: transparent;
    opacity: .2;
}


/* END: FancyBox Overrides */
/* START: Header */
#headerwrapper {
    position: absolute;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

#header {
    height: 110px;
    color: #e1e1e1;
}

#header .logo {
}

#header .info {
    float: right;
    clear: both;
    padding-top: 7px;
    padding-right: 40px;
    font-weight: bold;
    color: #000000;
    font-size: 22px;
    text-align: right;
}

#header .dynamiclinkdetectfix {
    color: #e1e1e1;
    text-decoration: none;
}

#wideimage {
    height: 300px;
    border-top: 1px solid #888;
}

#wideimage table {
    width: 100%;
}

#wideimage .wideimagerepeat {
    background-position: right top;
    background-repeat: repeat-x;
    height: 300px;
    padding-left: 1px;
    margin: 0;
}

#wideimage .wideimagemain {
    background-position: right top;
    background-repeat: no-repeat;
    height: 300px;
    padding: 0;
    margin: 0;
}

/* END: Header */

/* START: Nav */
#navwrapper {
    position: absolute;
    width: 100%;
    margin-top: -40px;
    height: 40px;
    background: url('/images/nav_background.png') transparent repeat;
}

#nav {
    display: block;
    display: table;
    width: 100%;
    height: 40px;
}

#navwrapper, #nav, #nav .navitem, #nav .navseparator {
    line-height: 40px;
}

#nav, #shadetabs .navitem {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e1e1e1;
}

#nav a, #nav a:hover, #nav a:visited, #shadetabs .navitem a, #shadetabs .navitem a:hover, #shadetabs .navitem a:visited {
    color: #fff;
    text-decoration: none;
    border: none;
}

#nav a:hover, #shadetabs .navitem a:hover {
    color: #efefef;
    text-decoration: underline;
}

#nav .navitem {
    display: inline-block;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    white-space: nowrap;
    padding: 0 15px;
}

#shadetabs .navitem {
    text-align: center;
    padding-bottom: 15px;
}

#nav .navseparator {
    display: none;
}

#shadetabs {
    display: table;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 25px;
}

#shadetabs ul {
    padding: 3px 0;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#shadetabs li {
    display: inline;
    margin: 2px;
}

#shadetabs li a {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
    border: 1px solid #ccc;
    color: #2d2b2b;
}

#shadetabs li a:visited {
    color: #2d2b2b;
}

#shadetabs li a:hover {
    color: #555;
}

#shadetabs li.selected {
}

#shadetabs li.selected a { /*selected main tab style */
    background-image: url('/images/tabShadeActive.png');
}

#shadetabs li.selected a:hover { /*selected main tab style */
    text-decoration: none;
}

#nav, #shadetabs .navitem a, #shadetabs .navitem a:visited {
    font-size: 25px;
    font-weight: bold;
    text-transform: none;
    color: #858789;
    font-style: italic;
    white-space: nowrap;
}
/* END: Nav */

/* START: Content */
#contentwrapper {
    min-height: 400px;
    padding: 10px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

#contentwrapper h1 {
    text-align: center;
}
/* END: Content */

/* START: Footer */
#footerwrapper {
    color: #e1e1e1;
    width: 100%;
    height: 60px;
}

#footer {
    padding: 30px;
    font-weight: bold;
}

#footer a {
    color: #e1e1e1;
}

#footer .siteby {
    float: right;
    color: #e1e1e1;
    font-size: 16px;
}

#footer .siteby a {
    color: #e1e1e1;
    border: none;
}

#footer .copy {
    float: left;
}

/* END: Footer */


/* START: PageHome */
#pagehome {
    text-align: justify;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.featuredwrapper {
    display: inline-block;
    margin-left: 135px;
    margin-bottom: 50px;
    text-align: center;
}

.featuredwrapper .thumbnailwrapperouter {
}

.featuredwrapper .thumbnailwrapperinner {
}

.featuredwrapper .thumbnail {
    margin: 10px;
}

.featuredwrapper .title {
}

.featuredwrapper .price {
}

.featuredwrapper .sellingpoints {
}

#pagehome h2 {
    text-align: center;
}

#pagehome .welcome {
    margin-top: 0;
}
/* END: PageHome */

/* START: PageSpec */
.pagename-planeviewspec {
    font-size: 22px;
}

/* Show User Pics can scroll animation */
/*
.picvidblock {
    animation-name: slide;
    animation-duration: 3s;
}

@keyframes slide {
    0% {
        margin-left: 0px;
    }



    50% {
        margin-left: -400px;
    }



    100% {
        margin-left: 0px;
    }
}
    */

#specsheet .aircraftthumb {
    float: right;
}

.pagename-planeviewspec #headerwrapper, .pagename-planeviewspec #wideimage, .pagename-planeviewspec #wideimage .wideimagemain, .pagename-planeviewspec #wideimage .wideimagerepeat {
    height: 125px;
    padding: 0;
}

.pagename-planeviewspec #headercitation {
    display: none;
}


.picvidblock, .specsheetblock {
    clear: both;
}

.pic {
    float: left;
    padding: 2px;
}

.nopicvid, .nospecsheet {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

#pagespec .tableleft td, #pagespec .tableright td {
    padding: 5px;
}

.specsheet tr {
    margin-top: 10px;
}

.specsheet .speclabel, .specsheet .specvalue, #pagespec .tableleft .speclabel, #pagespec .tableleft .specvalue {
    padding-top: 15px;
}

.specsheet .speclabel, .specsheet .specvalue {
    white-space: pre;
    line-height: .75;
    font-family: 'Lucida Typewriter', 'Lucida Sans Typewriter', monospace, 'Courier New', Courier;
}

.specsheet .speclabel, .performancesheet .perflabel {
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}

.specsheet .specvalue, .performancesheet .perfvalue {
    text-align: left;
}

#viewspecrightwrapper {
    vertical-align: top;
    padding-left: 30px;
}

#viewspecleftwrapper {
    width: 50%;
    vertical-align: top;
    padding-right: 30px;
}

#specsheetwrapper {
}

.specqrcode {
    text-align: center;
}

.subjecttoverification {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}

.spectitlewrapper {
    display: table;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.spectitlewrapper .statusitem {
    padding: 0 0 0 20px;
}

.specsheetblock h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #555;
    font-style: italic;
}

.performancewarning {
    width: 600px;
    color: #E70303;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin: 25px;
    margin-left: auto;
    margin-right: auto;
}

.performancesheetwrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 90px;
}

.performancesheetwrapperleft {
    padding-right: 20px;
}

.performancesheetwrapperright {

}

.actionsboxwrapper {
    clear: both;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.actionsbox div {
}

#actionsbox {
    text-align: center;
}

.actionsbox .print {
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    line-height: initial;
    padding: 0;
    margin: 0;
}

.actionsbox .print select {
    line-height: 25px;
}

.actionsbox .print button {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
}

.actionsbox .printselection {
    margin-left: 15px;
    line-height: 50px;
}

.actionsbox .printbutton {
    margin-left: 5px;
    line-height: 50px;
}

.actionsbox .printicon {
    display: table-cell;
    width: 29px;
    height: 29px;
    background: transparent url('/images/iconprintsmall.png') no-repeat center center;
    margin: 0;
    padding: 0;
}

.actionsbox .contact {
    display: inline-block;
    float: right;
    margin-top: 20px;
    font-size: 15px;
    line-height: initial;
    padding: 0 0 0 100px;
    margin: 0;
}

.actionsbox .contacticon {
    width: 29px;
    height: 29px;
    background: transparent url('/images/iconphonesmall.png') no-repeat center center;
    display: table-cell;
    margin: 0;
    padding: 0;
}

.actionsbox .contactdetails {
    margin-left: 15px;
}

.actionsbox .contactnumber {
    font-size: 18px;
}

.actionsbox .contactemail {
    clear: both;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

#actionsbox .printselection, #actionsbox .printbutton, #actionsbox .contactdetails {
    line-height: initial;
    display: table-cell;
    padding-left: 10px;
    margin: 0;
}


.videobox {
    background: transparent url(/images/iconvideo.png) no-repeat center center;
    height: 138px;
}

#viewspecwrapper, #viewspecbottomwrapper {
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    padding-right: 0;
    background-color: #eee;
    border-radius: 10px;
    border: 3px solid #ddd;
}

#viewspecwrapper {
    margin-top: -50px;
}

#viewspecbottomwrapper {
    margin-top: 50px;
}

#viewspecwrapper .specsheet {
    margin-left: auto;
    margin-right: auto;
}

#viewspecrightwrapper {
    vertical-align: top;
    padding-left: 0;
}

#viewspecpics {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 40px;
}

#pageviewspec .picvidblock {
    display: table;
    text-align: center;
    clear: none;
    padding: 0;
    white-space: nowrap;
}

#pageviewspec .pic, #pageviewspec .vid {
    float: none;
    padding: 2px;
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
    width: 25%;
    max-width: 500px;
}

#pageviewspec .picvidblock img, #pageviewspec .picvidblock img {
    width: 100%;
}

.vid, #pageviewspec .vid {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin-right: 5px;
}

#specsinglelineitems, .performancesheetwrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 25px;
}

.specsheet .speclabel, .performanceblock .perflabel {
    font-weight: bold;
}

.specsheet .speclabel, .specsheet .specvalue, .performanceblock .perflabel, .performanceblock .perfvalue {
    white-space: initial;
    line-height: initial;
}

#specsinglelineitems .speclabel, #specsinglelineitems .specvalue, .performanceblock .perflabel, .performanceblock .perfvalue {
    display: inline-block;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.specmultilineitem {
    display: block;
    clear: both;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 25px;
}

.specmultilineitem .speclabel, .specmultilineitem .specvalue {
    text-align: left;
    display: block;
    clear: both;
    padding: 5px;
}

/* END: PageSpec */

/* START: PageContact */
#pagecontact .contactwrapper {
    text-align: center;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#pagecontact .mapwrapper {
    float: left;
}

#pagecontact .contactdetails {

}

.sellyourplaneconfirm {
    color: #BD9004;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
/* END: PageContact */

/* START: PageAbout */
#pageabout {
    text-align: justify;
}


.aboutinfo {

}
/* END: PageAbout */

/* START: Sell Your Aircraft */
#pagesell {
    text-align: justify;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#pagesell .logicfilter span {
    display: none;
}

#pagesell #submit {
    width: 250px; 
    height: 65px; 
    font-size: 18px; 
    margin-top: 20px;
    }

#sellerinfo table {
    width: 600px;
    margin: auto;
}

#sellerinfo h2 {
    text-align: center;
}

#sellerinfo textarea {
    width: 100%;
}

#sellerinfo .label {
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

#sellerinfo td.submit {
    text-align: center;
}

#sellerinfo #submit {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}

#sellerinfo input, #sellerinfo select {
    width: 100%;
    height: 30px;
}

/* END: Sell Your Aircraft */

/* START: PlanesForSale List */
#featuredaircraftlist {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#pagehome .featuredaicraftlistitem {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 40px;
}

#pagehome .featuredaicraftlistitem .imagewrapper {
    width: 325px;
    border: 20px solid #fff;
    background-color: #fff;
}

#pagehome .featuredaicraftlistitem .title {
    width: 100%;
    text-align: center;
}

#pagehome h3.homemorelink {
    margin-top: 0;
}


#aircraftlist {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.aicraftlistitem {
    display: inline-block;
    width: 325px;
    height: 425px;
    overflow: hidden;
    border: 0px solid #000;
    margin: 25px;
    clear: none;
    background: #e5e3e3;
    border-radius: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.aicraftlistitem {
    cursor: pointer;
}

.aicraftlistitem .imagewrapper {
    float: none;
    display: block;
    clear: both;
    overflow: hidden;
    height: 250px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0;
}

.aicraftlistitem .detailswrapper {
    float: none;
    clear: both;
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.aicraftlistitem .detailswrapper div {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    clear: both;
}

.aicraftlistitem .title {
    float: left;
    clear: left;
}

.aicraftlistitem .detailswrapper div.statusitems {
    position: relative;
}

.aicraftlistitem .statusitems {
    font-weight: bold;
    font-size: 22px;
}

.aicraftlistitem .sellingpoints {
    float: left;
    clear: both;
}

.aicraftlistitem .label {

}

.aicraftlistitem .value {
    padding-left: 15px;
}

.aicraftlistitem div.label, .aicraftlistitem div.value {
    display: inline-block;
    width: 110px;
    margin: 0;
    padding: 0;
    display: contents;
    float: none;
}

#aircraftlistnomatch {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
}

#soldbreaker {
    display: none;
}

/* END: PlanesForSale List */

/* START: ALL Print */

#printdiv, .printdiv {
    cursor: pointer;
}

#printtopwrapper {
    clear: both;
    vertical-align: top;
    text-align: center;
    padding-bottom: 20px;
}

#printbodywrapper {
    clear: both;
    vertical-align: top;
    text-align: center;
    padding-bottom: 20px;
}

#printbottomwrapper {
    clear: both;
    vertical-align: bottom;
    text-align: center;
}

#printbodywrapper .pair {
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
}

#printbodywrapper .label {
    float: left;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

#printbodywrapper .value {
    float: left;
    text-align: left;
}

.pageprint {
    width: 660px;
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    font-size: 10px;
    font-family: "Courier New", Courier, monospace;
}

.pageprint h1 {
    font-size: 16px;
}

.pageprint h2 {
    font-size: 15px;
}

.pageprint h3 {
    font-size: 12px;
}

.pageprint .printheader img {
    width: 100%;
}

#printqr {
    vertical-align: top;
    width: 75px;
    height: 75px;
    margin-left: auto;
}

.pageprint #printqr {
    margin-top: -50px;
}


.pageprint #printqr img {
    width: 55px;
    height: 55px;
}

.printlegal {
    text-align: center;
    font-size: 12px;
    padding: 0 75px;
}

.pageprint .printspeclegal {
    padding-right: 65px;
}

/* END: ALL Print */
/* START: PrintSpec */

#pageprintspec h2 {
    margin: 0;
}

#pageprintspec #printbodywrapper {
    text-align: left;
    min-height: 600px;
}

#pageprintspec #printtopwrapper {
    padding-bottom: 0;
}

#pageprintspec .printtablewrapper {
    width: 660px;
    height: 800px;
    background-color: #ffffff;
}

#pageprintspec .logo {
    text-align: center;
}

#pageprintspec .aircraftthumb {
    text-align: center;
    padding-bottom: 5px;
}

#pageprintspec .aircraftthumb img {
    height: 175px;
}

#pageprintspec .logo {
    width: 620px;
    height: 100px;
}

#pageprintspec .fieldLabel {
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
    line-height: 12px;
}

#pageprintspec .fieldValue {
    padding-left: 5px;
    vertical-align: top;
    line-height: 12px;
}

#pageprintspec span.fieldValue {
    padding-left: 0;
}

#printspectabletitle {
    width: 100%;
}

#pageprintspec .printtitle {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

#printspecdetailsleft {
}

#printspecdetailsremarks {
}

#pageprintspec td.leftdetailsprintspec {
    width: 47%;
    vertical-align: top;
    padding-right: 5px;
}

#pageprintspec td.rightdetailsprintspec {
    width: 50%;
    vertical-align: top;
    padding-left: 3%;
}

#printspechiddentable {
    display: none;
    visibility: hidden;
    border-width: 0;
}

#printspechiddentable td {
    cursor: pointer;
}


#pageprintspec .printspeclegal {
    text-align: center;
    font-size: 12px;
}

/* END: PrintSpec */

/* START: PrintPic */

#pageprintpic .logo {
    text-align: center;
}

#pageprintpic .printbody img {
    width: 300px;
    border: 1px solid #000;
}

#pageprintpic .pageprint #printqr {
    margin-top: -25px;
}

/* END: PrintPic */

/* START: PrintPerf */
#pageprintperf .label {
    width: 175px;
}

#pageprintperf .value {
    width: 75px;
}

#pageprintperf .printbody {
    width: 550px;
    margin: auto;
    text-align: left;
}

#pageprintperf .warning {
    font-weight: bold;
    color: red;
    padding: 8px;
}

/* END: PrintPerf */