﻿/* RESET */
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'roboto_condensedregular', Arial, sans-serif;
	font-style:normal;
	-webkit-text-size-adjust: none;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/* FONTS */
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('file://///sandhills.int/dev/HostDealerPages/www.intljets.com/fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('file://///sandhills.int/dev/HostDealerPages/www.intljets.com/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('file://///sandhills.int/dev/HostDealerPages/www.intljets.com/fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
url('file://///sandhills.int/dev/HostDealerPages/www.intljets.com/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
url('file://///sandhills.int/dev/HostDealerPages/www.intljets.com/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {font-family:'Oswald', Arial, sans-serif; font-size:72px; line-height:80px;}
.h2 {font-family:'Oswald', Arial, sans-serif; font-size:60px; text-align:center; line-height:70px; margin:20px 0;}
.h3 { font-size:34px; color:#e07832;font-family: 'roboto_condensedregular', Arial, sans-serif;}
h4 { font-size:36px; margin-top:5px;}
.h5 {font-family:'Oswald', Arial, sans-serif; font-size:21px; line-height:24px; margin-right:20px;}

p {line-height:18px; line-height:24px;}

.h {  
    margin-top: 30;
    margin-top: 11px;
    font-size: 17px;}


b.title {font-size:22px;padding:20px 0;color:#e0783 !important;}

h1.small-orange {    font-family: 'Oswald', Arial, sans-serif;
    font-size: 36px;
    margin-top: 5px;
	color:#e07832;}

i.fa-brands.fa-linkedin {color:#e07832;font-size:20px;margin-left:10px;}

/* BASIC STYLES */
.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

body {background:#343434;box-sizing:border-box;display:block;}

#contentwrap {width:90%; margin:0 auto;}
#site-width {box-sizing: border-box;width: 100%;max-width: 1430px;margin: 0 auto;}
#whiteblock {background:#fff; width:100%; margin:0 auto; padding:100px 0;}
#whiteblock a {color:#e07832; text-decoration:none;}
#whiteblock a:hover {color:#232635;}

/* HEADER */
header {
	background: #000; /* For browsers that do not support gradients */
/*	background: #343434; */
/*
    background: -webkit-linear-gradient(#343434, #494949);
    background: -o-linear-gradient(#343434, #494949); 
    background: -moz-linear-gradient(#343434, #494949); 
*/
	padding:20px 0;
}

.logo {float:left;}

/* NAVIGATION */
 
.navwrap {float:right;}
  
#nav ul li {display: block; position: relative; float:left; text-align:center;}

#nav {
    position:relative;
    display:block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
}
  
#nav ul, nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#nav li ul {
    display: none;
}
  
#nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:normal;
    font-size:18px;
    transition:color .2s ease-in-out; -moz-transition:color .2s ease-in-out; -webkit-transition:color .2s ease-in-out;
    padding:30px 25px 0;  
    text-transform: uppercase;
    text-align:center;
	font-family:'Oswald', Arial, sans-serif; 
}
 
#nav ul li a:hover { /* appearance of the first-level links on hover */
    color:#e07832; 
}

#nav ul li li a { /* appearance of the sub-level links */
    width:215px;
    padding:12px 0 12px 15px;
    background:#e07832;
    border-bottom:1px #FB893D solid;
    border-right: 1px solid #FB893D;
    border-left: 1px solid #FB893D; 
	text-align:left;   
	margin-top:-5px;
}
#nav ul li li a:hover {color:#fff; background:#343434 url("file://///sandhills.int/dev/HostDealerPages/www.intljets.com/siteart/nav-ro-bg.jpg") repeat-x; border-bottom:1px #343434 solid; border-right: 1px solid #343434; border-left: 1px solid #343434; }
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {display: none; position: absolute; top:100%; left:0; margin-top:5px;}
  
#nav ul ul ul {position: absolute; left: 100%; top:0; }
  
#nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
}
  
#nav ul ul li {float: none; position: relative;}
  
  
/* CONTENT STYLES */
#main {width:100%; margin:0 auto; position:relative;}
#main img {width:100%; margin:0 auto;}


/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {
	width:100%;
	line-height:0;

	z-index:10;
	position:relative;
}

.cycle-slideshow img{
	width:100%;
}


.gradient-corner {
	float:left;
	position:absolute;
	width:100%;
	height:100%;
	z-index:20 !important;
		
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.62) 8%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.62) 8%,rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.62) 8%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#00303030',GradientType=1 );
}


.tagline {position:absolute; top:200px; left:100px; color:#fff; z-index:25; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);}

.content {float:left; width:50%;}
.contentimage {float:right; width:46%;}
.contentimage img {width:100%;}

#featured {color:#000; padding:10px 0;background:#F4F4F4;}
#featured .h2{color:#000 !important;}
#featured a {color:#000; text-decoration:none;}
.sp-slides {width:98% !important;}
.sp-caption-container {color:#000 !important;}
.hosted-content .bold {font-size:14px !important;}

.service {float:left; width:31%; margin:10px; text-align:center;margin-top: 60px;}

#orangeblock {
	background: #000; /* For browsers that do not support gradients */
/*
    background: -webkit-linear-gradient(#343434, #494949); 
    background: -o-linear-gradient(#343434, #494949); 
    background: -moz-linear-gradient(#343434, #494949); 
    background: linear-gradient(#343434, #494949); 
*/
	padding:30px 0;
	color:#fff;
}

#orangeblock.team-wrapper {padding: 60px 0 100px;}


#site-width.home-abouts {
      width: 89%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 51%;
    align-items: center;
    justify-content: space-around;
	padding: 80px 0;
	box-sizing:border-box;
}

#site-width.home-abouts .content{
  width: 40%;
}

div#whiteblock.home-abouts {padding:0 !important;}

.teamimage {float:left; width:15%;}
.teamimage img{width: 100%;}
.team {float:right; width:81%;}
.line {border-bottom:1px solid #fff; margin:40px 0;}
.h5 {margin-bottom: 20px;}

/*  SCROLLING INVENTORY */
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
 
.scrolling{width:100%; height:92px;}

/*  FOOTER */
footer {color:#fff; font-size:12px; padding:30px 0;background: #000 !important;}
footer a {text-decoration:none; color:#fff;}
footer a:hover {text-decoration:underline; }

.quicklinks {width:100%;font-size: 16px;}
.quicklinks p{padding-bottom: 2px;}
.footerlogos {display: flex; float:right;}

.flex-row {display:flex;justify-content: space-between;}

.divfooter {width:40%;}

div#whiteblock.scroll {padding:0;}

.footer-nav {    
	display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 370px;}
.service img {width: 45%;}

/************************************************ Inventory Styles **/


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#e07832 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#e07832 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #e07832 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #e07832 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



#whiteblock-inv {background:#fff; width:100%; margin:0 auto; padding:40px 0;}

input[type=checkbox] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}


footer p {font-size:16px;}
/************************************************ Responsive Styles **/
@media screen and (max-width: 1480px) and (min-width:1281px) {
.show-menu-for-mobile {display:none;}

h1 {font-size:48px; line-height:56px;}
h5 {font-size:18px;}

#contentwrap {width:95%;}
.tagline {top:150px;}
}

@media screen and (max-width: 1322px){
	.footerlogo {    
	width: 90% !important;;
    max-width:none;
    margin: 0 auto;
   float:none;}
	b.title {font-size: 18px;}
	.quicklinks {    
	width: 100% !important;
    font-size: 16px;
    text-align: center;}
	.quicklinks p{    
	padding-bottom: 12px;}
}

@media screen and (max-width: 700px){
	.footerlogo {    
	width: 90% !important;;
    max-width:none;
    margin: 0 auto;
   float:none;}
	b.title {font-size: 18px;}
	.quicklinks {    
	width: 100% !important;
    font-size: 16px;
    text-align: center;}
	.quicklinks p{    
	padding-bottom: 12px;}
	
	.flex-row {flex-direction:column-reverse;gap:30px;}
	.footer-nav {max-width:none;}
}

@media screen and (max-width: 500px){
	.quick-links p {padding-bottom: 15px !important;}
	.quick-links  {padding-bottom: 15px !important;width: 100% !important;}
	.footer-nav {    
	flex-direction: column;
    gap: 50px;
    align-items: center;}
}

@media screen and (max-width: 1387px) and (min-width:1057px) {
.show-menu-for-mobile {display:none;}

h1 {font-size:36px; line-height:56px;}
.h2 {font-size:36px; line-height:36px; padding:10px 0;}
.h3 {font-size:28px; line-height:36px;}
.h5 {font-size:14px;}

#contentwrap {width:95%;}
#site-width {width:90%;}
#orangeblock {padding:10px 0 20px;}

.logo {width:45%;}
logo img {width:100%;}
#nav ul li a {font-size:16px; padding:20px 15px 0;  }
.tagline {top:100px; left:50px;}

.service img {width:100%;}

.teamimage {width:20%;}
.team {width:75%;}

	
.footer-nav {max-width: 380px;}
.quicklinks { width: 100%;max-width: 310px;font-size: 16px;}
.footerlogo img {width:100%;}
.divfooter {width:75%;}
}

@media screen and (max-width: 1056px) and (min-width:768px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:28px; line-height:36px;}
.h2 {font-size:36px; line-height:36px; padding:5px 0;}
.h3 {font-size:28px; line-height:36px;}
h4 {font-size:24px; line-height:36px;}
.h5 {font-size:14px; line-height:18px;}

p {font-size:14px;}

#contentwrap {width:95%;}
.content {float:none; width:90%; padding-bottom:10px;}
.contentimage {float:none; display:block; width:100%;}
#site-width {width:90%;}
#orangeblock {padding:10px 0 20px;}
#whiteblock {padding:20px 0;}
#whiteblock-inv {padding:20px 0;}
#featured {padding:15px 0;}

.logo {width: 45%;}
logo img {width:100%;}
.tagline {top:75px; left:30px;}

.service {width:30%;}
.service img {width:100%;}

.teamimage {width:25%;}
.team {width:72%;}


.footerlogo {width:70%;}
.footerlogo img {width:100%;}
.divfooter {width:100%;}

/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}

@media screen and (max-width: 767px) and (min-width:521px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:38px; line-height:54px;}
.h2 {font-size:36px; line-height:36px; padding:5px 0;}
.h3 {font-size:20px; line-height:36px;}
h4 {font-size:24px; line-height:36px;}
.h5 {font-size:12px; line-height:18px;}
.h5 img {width:8%;}

p {font-size:12px; line-height:18px;}

#contentwrap {width:95%;}
.content {float:none; width:90%; padding-bottom:10px;}
.contentimage {float:none; display:block; width:100%;}
#site-width {width:90%;}
#orangeblock {padding:10px 0 20px;}
#whiteblock {padding:20px 0;}
#whiteblock-inv {padding:20px 0;}
#featured {padding:15px 0;}

.logo {width:70%;}
logo img {width:100%;}
.tagline {top:25px; left:20px;}

.service {width:30%;}
.service img {width:100%;}

.teamimage {width:25%;}
.team {width:70%;}

.footerlogo {width:80%;}
.footerlogo img {width:100%;}
.divfooter {width:100%;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
 

@media screen and (max-width: 1057px){
	#site-width.home-abouts {height: unset;padding: 39px 0;gap: 40px;}
	#site-width.home-abouts .content {width:100%;}
	.contentimage {width:100%;}
}
 

@media screen and (max-width: 520px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.content {float:none; width:100%;}
.contentimage {float:none; width:100%;}

.h2 {font-size:28px; line-height:28px; padding:0 0;}
.h3 {font-size:20px; line-height:36px;}
h4 {font-size:24px; line-height:36px;}
.h5 {font-size:12px; line-height:18px;}
.h5 img {width:5%;}

p {font-size:12px; line-height:18px;}

#contentwrap {width:95%;}
.content {float:none; width:90%; padding-bottom:10px;}
.contentimage {float:none; display:block; width:100%;}
#site-width {width:90%;}
#orangeblock {padding:5px 0 10px;}
#whiteblock {padding:10px 0;}
#whiteblock-inv {padding:10px 0;}
#featured {padding:10px 0;}

.logo {width:80%;}
logo img {width:100%;}
.tagline {display:none;}


.service {float:none; width:100%; margin:10px auto;}
.service img {width:50%;}

.teamimage {float:none; width:100%; margin:0 auto 21px;}
.team {float:none; width:100%; margin:0 auto;}

	.team {    
    width: 100%;
    margin: 0 auto;
    text-align: center;}
	.teamimage img {width:60%;display: flex;margin: 0 auto;}
.quicklinks {width:34%;}
.footerlogo {display:none;}
.footerlogo img {width:100%;}
.divfooter {width:100%;}
	h1 {font-size: 36px;line-height: 45px;}

/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: -0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}

@media screen and (max-width: 320px){
	.content {float:none; width:90%; padding-bottom:10px;}
	.contentimage {float:none; display:block; width:100%;}
		
}
