body {
    background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
}

h1,
.h1 {
	font-family: 'Noto Serif', serif;
	font-size: 5.4rem;
	font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    text-transform: none;
	margin: 0;
	padding: 0;
}
h2,
.h2 {
	font-family: 'Lato', sans-serif;
	font-size: 4.0rem;
	font-weight: 900;
    color: #021178;
    line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
h2.h1 {
    color: #021178;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
    color: #2e2e2e;
    line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}
#blog-content h3 {
	font-size: 2.2rem;
}
h3 a {
    color: #2e2e2e;
    text-decoration: none;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
    color: #021178;
    line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}
p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
	margin: 0 0 20px 0;
}
#af-form-211199637 .af-body {
	color: #ffffff !important;
}
#af-form-211199637 .af-body label.previewLabel {
		color: #ffffff !important;
}
#af-form-211199637 .bodyText p {
    margin: 0 !important;
}
ul,
ol {
    font-size: 1.8rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
}
ul li,
ol li {
    font-size: 1.8rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
	margin: 0 0 5px 0;
	padding: 0;
}
#post ul li,
#post ol li {
	padding: 0 0 10px 0;
	
}
.af-element {
    padding-bottom: 15px !important;
    padding-top: 0 !important;
}
a,
a:visited {
	color: inherit;
	text-decoration: underline;
}
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}
a.tel {
    text-decoration: none;
}
a.btn-red,
button.btn-red,
span.btn-red {
    display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #b52025;
	line-height: 1.0;
	text-transform: uppercase;
    text-decoration: none;
	padding: 10px 30px;
	background: transparent;
	border: 1px solid #b52025;
}
button.btn-red:hover,
a.btn-red:hover,
a.btn-red:active {
	color: #ffffff;
	background: #b52025;
}
.max_width980 {
	max-width:980px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.visible {
	display:block !important;
}
form {
    margin-bottom: 30px;
}
form label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
form .checkbox {
    display: inline-block;
    margin-right: 15px;
}
form .checkbox:last-child {
    margin-right: 0;
}
form .checkbox label {
    display: inline-block;
    text-transform: none;
}
form .checkbox input {
    margin-top: 6px;
}
.center {
    text-align: center;
}
.black {
    color: #2e2e2e;
}
strong,
.bold {
    font-weight: 700;
}
.nocaps {
    text-transform: none;
}
.caps {
    text-transform: uppercase;
}

header.header {
	border-top: 40px solid #021178;
	padding-top: 20px;
	text-align: center;
}
header.header a.inquiries {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 40px;
}
header.header a.inquiries:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 31px;
	height: 29px;
	background: url(../images/icon_inquiry.png) no-repeat center center;
}
header.header a.blog {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 40px;
	margin-left:30px;
}
header.header a.blog:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 32px;
	height: 31px;
	background: url(../images/icon_blog.png) no-repeat center center;
}
header.header .logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

header.header .homeicon {
	padding-top:6px;
	border-bottom: 6px solid transparent;
}

header.header .homeicon:hover, header.header .homeicon.active {
	border-bottom: 6px solid #b52025;
}

header.header ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	padding: 0;
}
header.header ul li {
	display: inline-block;
	line-height: 1.0;
	margin: 0;
}

header.header ul li:first-child {


}
header.header ul li:last-child {
	padding-left: 20px;
	border-left: 1px solid #2e2e2e;
	margin-left: 20px;
	margin-right:0px;
}
header.header ul li a {
	display: inline-block;
	font-size: 41px;
	color: #b52025;
	line-height: 1.0;
	text-decoration: none;
}
header.header ul li a img,
header.header ul li a i {
	display: block;
}
.main-nav {
	margin-top: 30px;
	border-top: 1px solid #2e2e2e;
	padding-top: 25px;
	padding-bottom: 20px;
}
.main-nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.main-nav ul li {
	display: inline-block;
	line-height: 1.0;
	margin: 0;
}
.main-nav ul li a {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #2e2e2e;
	line-height: 1.0;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px;
	border-bottom: 6px solid transparent;
}
.main-nav ul li:after {
	display: inline-block;
	content: '|';
	font-size: 2.0rem;
	color: #2e2e2e;
	line-height: 1.0;
	margin-left: 6px;
	margin-right: 3px;
}
.main-nav ul li:last-child:after {
	content: none;
}
.main-nav ul li a:hover,
.main-nav ul li a:active,
.main-nav ul li.active a {
	border-bottom: 6px solid #b52025;
}
.main-nav ul li.contact:after {
	content:none;
}
#content {
    overflow: hidden;
}
section {
    padding: 50px 0;
}
section.highlight {
    background: #ebebeb;
}
section.welcome {
    background-color: #ebebeb;
    background-image: url(../images/bg_welcome.png);
    background-size: cover;
    background-position: top left;
}
section.homepage-slider {
    padding: 0;
}

.featured-aircraft .aircraft {
    border: 1px solid #9e9e9e;
}
.featured-aircraft .aircraft img {
    width: 100%;
    height: auto;
}
.featured-aircraft .aircraft .content-wrapper {
    text-align: center;
    padding: 30px;
}
.featured-aircraft .aircraft .content {
    margin-bottom: 20px;
}
.featured-aircraft .aircraft .content p {
    color: #2e2e2e;
}

.testimonial {
    text-align: center;
}
.testimonial .author {
    margin-bottom: 30px;
}
.testimonial .author h4 {
    margin-bottom: 0;
}
.light-gray {
	color: #8F8F8F;
}
.widget {
	margin-top:0;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 1.75em;
    padding-bottom: 1.75em;
}
.widget > ul, ol {
    font-size: 1.5rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}
.widget > ul li, ol li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
    margin: 0 0 10px 0;
    padding: 0;
}
.hero {
    background-size: cover;
    background-position: center center;
    padding: 280px 0 45px 0;
}
.hero .header {
    background: rgba(2, 17, 120, 0.70);
}
.hero h1 {
    text-align: center;
}
.hero.blog {
	    background-image: none;
    padding: 0;
	
}


.hero.about-us {
    background-image: url(../images/aboutus_scdry-header.jpg);
}
.hero.offer {
    background-image: url(../images/aboutus_scdry-header.jpg);
	padding: 140px 0 65px 0;
}

.hero.Refurbishment-services {
    background-image: url(../images/refurbishservice_scdry-header.jpg);
}
.hero.completed-projects {
    background-image: url(../images/projects_scdry-header.jpg);
}
.hero.testimonials {
    background-image: url(../images/testimonials_scdry-header.jpg);
}
.hero.aircraft-for-sale {
    background-image: url(../images/aircraftforsale_scdry-header.jpg);
}
.hero.aircraft-for-sale-1 {
    background-image: url(../images/aircraft1_scdry-header.jpg);
}
.hero.aircraft-for-sale-2 {
    background-image: url(../images/aircraft2_scdry-header.jpg);
}
.hero.aircraft-for-sale-3 {
    background-image: url(../images/aircraft3_scdry-header.jpg);
}
.hero.aircraft-for-sale-N3871 {
    background-image: url(../images/aircraft-N3871_scdry-header.jpg);
}
.hero.aircraft-for-sale-N399TC {
    background-image: url(../images/aircraft-N399TC_scdry-header.jpg);
}
.hero.contact {
    background-image: url(../images/contact_scdry-header.jpg);
}

.people:after {
  content: "";
  display: table;
  clear: both;
}
.people .photo {
    display: block;
    float: left;
    max-width: 25%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}
.people + hr {
    margin-top: 0;
}
.line-break {
	margin: 40px 0 0 0;
	border-bottom: 1px solid #9e9e9e;
}
.refurbish .line-break {
	padding:40px 0 0 0;
	margin-bottom:40px;
	margin-top:0;
}
.aircraft .line-break {
		padding-bottom:40px;
}
.no-line-break {
		margin: 30px 0;
}
.no-line-break h4 {
	margin:20px 0;
}
.int-section {
	text-align: center;
}
.interior {
	padding-bottom:20px;

}
.interior img {
		max-height:150px;
	margin-bottom:5px;
	
	
}
.content ul, .content ol {
    font-size: 1.8rem;
    font-weight: 400;
    color: #021178;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 60px;
}
.line-break h3,
.line-break h4 {
	    position: relative;

}
.line-break .content {
	    padding: 0 30px;
}
.expander {
    margin: 20px 0 0 0;
}
.testimonials .line-break {
	margin:40px 0
}
.expander h3,
.expander h4 {
    position: relative;
    padding: 0 30px;
    cursor: pointer;
}
.expander h3:before,
.expander h4:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f067";
    font-family: FontAwesome;
    font-size: 1.6rem;
    color: #b52025;
    line-height: 1.0;
}
.expander .content {
    display: none;
    padding: 0 30px;
}
.expander.active h3:before,
.expander.active h4:before {
    content: "\f068";
}
.expander + .expander {
    padding-top: 20px;
    border-top: 1px solid #9e9e9e;
}
.expander + h2,
.expander + h3,
.expander + h4 {
    margin-top: 40px;
}

.youtube {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gallery a {
    display: block;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.gallery a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#contactForm {
    margin-bottom: 30px;
}
#af-form-211199637 .af-body input.text, #af-form-211199637 .af-body textarea {
    background-color: #FFFFFF !important;
border:none !important;
    color: #000000 !important;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    font-family: inherit;
}
#af-form-11727316 .af-body {
    padding-bottom: 15px;
    padding-top: 0 !important;
}
	#af-form-11727316 .af-header {
		color:#021178 !important;
	}
#af-form-11727316 .bodyText p {
	margin-top:0!important;
}
footer.footer {
	background: #021178;
	color: #ffffff;
	padding-top: 55px;
	padding-bottom: 50px;
}
footer.footer ul {
	list-style: none;
    display: block;
	color: #ffffff;
	text-align: center;
	padding: 0;
    margin: 0;
	
}
footer.footer .footer-nav ul {
	border-right: 1px solid #ffffff;
	padding-right:50px;
	text-align:left;
	padding-top:25px;

}
footer.footer ul li {
    display: inline;
	color: #ffffff;
}
footer.footer ul li:after {
    content: " ";
    color: #ffffff;
    letter-spacing: 1em;
    background: url(../images/divider.png) center center no-repeat;
}
footer.footer ul li a {
    display: inline-block;
    white-space: nowrap;
	color: #ffffff;
}
footer.footer .footer-nav ul {
	margin-bottom: 30px;
}

footer.footer .footer-nav ul li a {
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
    margin-bottom: 30px;
	border-bottom: 4px solid transparent;
}

footer.footer .footer-nav ul li a:hover {
	border-bottom: 4px solid #b52025;
}
footer.footer .copyright ul {
	padding-top:20px;
}
footer.footer .copyright ul li {
    line-height: 3.0rem;
}
footer.footer .copyright ul li:first-child {
    margin-right: 15px;
}
footer.footer .copyright ul li:first-child a {
	font-size: 30px;
	line-height: 1.0;
    text-decoration: none;
}
footer.footer .copyright ul li:first-child a i {
	display: inline-block;
    vertical-align: middle;
}

footer.footer .copyright ul li:first-child a i:hover {
	color: #b52025;
}

footer.footer .copyright ul li:first-child:after {
    content: none;
}
.image-right {
	float:right;
	padding-left:20px;
}
@media only screen and (max-width: 1199px) {
    .main-nav ul li:after {
        margin-left: 3px;
        margin-right: 0;
    }
	.main-nav ul li a {
		padding: 3px;
        font-size: 1.6rem;
		line-height: 1.0;
	}
	.int-section {
		
	}
	.interior img {
		max-height:100px;
	}
	header.header a.inquiries {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 35px;
}
header.header a.inquiries:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 26px;
	height: 24px;
	background: url(../images/icon_inquiry.png) no-repeat center center;
	background-size:26px 24px;
}
header.header a.blog {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px;
	margin-left:20px;
}
header.header a.blog:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 25px;
	height: 24px;
	background: url(../images/icon_blog.png) no-repeat center center;
	background-size:25px 24px;
}
		header.header a.inquiries, header.header a.blog {
		font-size: 1.6rem;
}
}

@media only screen and (max-width: 991px) {
    header.header .col-xs-12 {
        margin-bottom: 30px;
    }
		.interior img {
		max-height:150px;
	}
    header.header .col-xs-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header.header .col-xs-12 div {
        width: 50%;
    }
    header.header .nav-toggle {
        text-align: right;
    }
    header.header .nav-toggle a {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    #main-navigation {
        display: none;
    }
    .main-nav {
        margin-top: 0;
    }
    .main-nav ul {
        text-align: left;
    }
    .main-nav ul li {
        display: block;
        margin-bottom: 5px;
    }
    .main-nav ul li a {
        display: block;
        padding: 6px;
        border-bottom: none;
    }
    .main-nav ul li:after {
        content: none;
    }
    .main-nav ul li a:hover,
    .main-nav ul li a:active,
    .main-nav ul li.active a {
        color: #b52025;
        border-bottom: none;
    }
    .featured-aircraft .aircraft {
        margin-bottom: 30px;
    }
}
@media (max-width: 829px) {
	.col-sm-4.contact-fix1 {
		width:50%;
	}
	.col-sm-4.contact-fix2 {
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 3.6rem;
        line-height: 1.4;
    }
    h2,
    .h2 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    h3 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
	.image-right {
		float:none;
		padding-left:0;
		padding-bottom:20px;
	}
    .gallery a {
        display: block;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
		.col-sm-4.contact-fix1 {
		width:100%;
	}
	.post-right-column {
	margin-top:1.75em;
		padding-top: 1.75em;
    border-top: 2px solid #f5f5f5;
    margin-bottom: 1.75em;
    padding-bottom: 1.75em;
}

}