﻿/***** BEGIN RESET ***

font-family: 'Barlow', sans-serif;
font-family: 'Manrope', sans-serif;
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Manrope', sans-serif !important;
}

p {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Barlow', sans-serif;
}

 h2 {
    font-size: 42px;
	line-height: 1.25;
	font-weight: 800;
}


a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr {
    border: none;
    height: 1px;
    background: #e8e8e8;
    margin: 15px 0 20px 0;
}

/*--- HEADER STYLES ---------------------*/
header {
	
	width: 100%;
}

header.sub-header {
	background: #000;
}

header.home-header {
	    position: absolute;
    z-index: 999;
	background-color: transparent !important;
	height: 118px;
}

.flex-container.flex-head {
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
	padding: 30px 0;
	align-items: center;
}

.sub-header .flex-container.flex-head {
    padding: 20px 0;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



.logo img {
    max-width: 100%;
    width: 180px;
}

a.yellow-link {
    border: 4px solid #ffce07;
	-webkit-transition: .4s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

a.yellow-link:hover {
	background: #ffce07;
	color: #000 !important;
}

/*---BODY--------------------------------*/
.wid-90 {
	margin: 0 auto !important;
	width: 90%;
}
#pad-xl {
	padding: 75px 0;
}
.page-wid {
	width: 90%;
	margin: 0 auto;
}
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}

.black-bg {
	background: #000;
}
.flex-container.home-flex {
       justify-content: space-between;
    gap: 60px;
	align-items: center;
	padding: 6% 0 0;
}

.home-txt h3 {
font-size: 24px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
}

.home-txt {
    flex-basis: 75%;
}

.home-txt h2 {
	margin-bottom: 5px;
}
.home-button {
	text-align: right;
	    flex-basis: 27%;
}

.photo-collage.flex-container {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
	padding: 6% 0;
}

.box {
    flex-grow: 1;
    flex-basis: 40%;
	overflow: hidden
}

.box img {
        display: inherit;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.box.mini-img {
    display: flex;
    gap: 20px;
}

.flex-img.brokenbox {
    display: flex;
    flex-direction: column;
    flex: 1;
	gap: 20px;
}

.flex-img {
    flex: 1;
}

.yellow-box {
	border: 8px solid #ffce07;
    box-sizing: border-box;
}

.box.yellow-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-txt {
    width: 80%;
    margin: 0 auto;
}

.about-txt h2 {
	margin-bottom: 10px;
}
a.link-style {
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
	font-family: 'Barlow', sans-serif;
}

.about-txt p {
    margin-bottom: 6%;
}


.total-rental-bg {
	background: url("/siteart/bg-img.jpg") no-repeat;
	padding: 4% 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

a .total-rental-bg {
    transition: .3s all;
}

a .total-rental-bg:hover {
    opacity: .9;
}
.rent-txt h3 {
    font-size: 42px;
    color: #ffce07;
    margin-bottom: 10px;
}

.total-rental-bg .wid-90.flex-container {
    justify-content: center;
    gap: 50px;
	color: #fff;
	align-items: center;
}

.rent-logo img {
    max-width: 100%;
    width: 300px;
}

.c-info {
    padding: 4% 0;
	gap: 20px;
}
.map-half, .contact-half {
       flex: 1;
}

.contact-half {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact-text {
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

.contact-half .yellow-box {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text strong {
    font-size: 22px;
    font-weight: 800;
}
.contact-text p,.contact-text a {
    font-size: 18px;
	color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icons a {
    color: #fff;
    font-size: 32px;
	transition: .3s all;
}

.social-icons a:hover {
	color: #ffce07;
}

p.c-line {
    margin-bottom: 15px;
}

.map-half {
    height: 300px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.map-half iframe {position: relative;
    top: -70px;
    border: none;}

.contact-iframe { height: 250px;
    display: inline-block;
    overflow: hidden;
    width: 100%;}
.contact-iframe iframe {position: relative;
    top: -70px;
    border: none;}
/*-- HERO --*/

.hero {
	background-image: linear-gradient(0deg, rgba(0,0,0,.9) 10%, rgba(255,255,255,0) 100%),url("../siteart/hero.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    height: 730px;
    position: relative;
    top: 0;
	display: flex;
	align-items: center;
	color: #fff;
	background-color:#000;
}


.hero-txt h1 {
    font-size: 82px;
    line-height: 85px;
}

.hero .hero-txt {
    
   margin-top: 10% !important;
}

.sub-hero .hero-txt,.hero .hero-txt  {
	width: 90%;
    margin: 0 auto;
}

.hero hr,.sub-hero hr {
    border: none;
    background: #ffce07;
    height: 15px;
    width: 100px;
    margin: 30px 0 0;
}

/*----CATEGORIES----*/

.cat-bg {
	background: #000;
}

.flex-container.flex-cat {
    max-width: 90%;
    margin: 0 auto;
    gap: 20px;
	padding-bottom: 30px;
}

.cat {
    flex: 1;
    height: 300px;
}

.cat h2 {
 color: #fff;
    margin: 10px 0 0;
    font-size: 28px;
    font-weight: 600;
}

.cat-img {
	height: 250px;
	width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	transition: .5s all;
}

a.cat:hover .cat-img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.cat.yellow-border {
    border: 8px solid #ffce07;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding: 0 0 40px 0;
}

.yellow-border h2 {
    font-size: 48px;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.25;
}

.cat-img.ag {
	background: url("../siteart/cats/ag-cat.jpg") no-repeat;
	background-size: cover;
    background-position: center;
}
.cat-img.construction {
	background: url("../siteart/cats/construction-cat.jpg") no-repeat;
	background-size: cover;
    background-position: center;
}
.cat-img.attach {
	background: url("../siteart/cats/attach-cat.jpg") no-repeat;
	background-size: cover;
    background-position: center;
}


/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
	color: #ffce07
}
a.cat:hover .hvr-forward, a.cat:focus .hvr-forward,a.cat:active .hvr-forward,a.link-style:hover .hvr-forward,a.link-style:focus .hvr-forward,a.link-style:active .hvr-forward,.submit-button:hover .hvr-forward, .submit-button:focus .hvr-forward,.submit-button:active .hvr-forward,.black-button:hover .hvr-forward, .black-button:focus .hvr-forward,.black-button:active .hvr-forward {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffce07;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* BUTTON STYLES */
button.submit-button,button.black-button {
	background: #000;
    color: #fff;
    font-size: 18px;
    padding: 15px 5px;
	border: none;
	font-family: 'Barlow', sans-serif;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: .3s all;
}
button.black-button {
        max-width: 330px;
    width: 100%;
	
}

button.submit-button {
	    padding: 15px 25px;
}

button.black-button:hover,button.submit-button:hover {
	color: #ffce07
}

.black-button .fas {
	color: #ffce07;
	margin-right: 5px;
}
/*--------CONTACT STYLES--------------------*/
.sub-hero {
	background: linear-gradient(0deg, rgba(0,0,0,.9) 10%, rgba(255,255,255,0) 100%),url("../siteart/contact-hero.jpg"),no-repeat;
	background-position: 50% 30%;
    background-size: cover;
	    min-height: 190px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sub-hero .hero-txt {
	color: #fff;
	padding: 5% 0;
}

.flex-container.flex-contact {
    gap: 60px;
    align-items: flex-start;
}

.contact-collage.flex-container {
    flex-direction: column;
    gap: 20px;
}

.contact-collage {
    flex-basis: 30%;
    flex-grow: 1;
	
}

.contact-page {display: flex; gap: 10px;flex-wrap:wrap;}
.cimg img {
	max-width: 100%;
}

.c-txt {
	width: 90%; margin: 0 auto; padding: 20px 0;box-sizing: border-box;
    line-break: anywhere;
}

.c-txt p {
    display: flex;
    gap: 20px;
    font-weight: 500;    
	font-size: 16px;
    margin-bottom: 20px;
}

.c-txt p a {
    color: #000;
	transition: .3s all;
}

.c-txt p a:hover{color:#ffce07 !important; }
.hero-txt.center hr {
	margin: 30px auto 0;
}
.contact-collage .social-icons {margin: 0 !important;justify-content: center;}
.contact-collage .social-icons a {color: #000 !important;}

.contact-collage .social-icons a:hover {color:#ffce07 !important;}

.contact-page .yellow-box {flex-basis: 100%;}

.contact-page h2 {font-size: 18px;text-transform: uppercase;margin-bottom: 10px;}

/*---POP-UP -----------------------------------*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
      position: absolute;
    top: 20px;
    left: 20px;
    transition: all 0.2s;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #000 !important;
    border: 1px solid #ffce07;
    padding: 0 10px 0px 10px;
    background: #ffce07;
}
.popup .close:hover {
  background: #000;border-color: #000;color: #ffce07 !important;}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

.center {
	text-align: center !important; 
}

.popup a {
	color: #fff !important;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 999999;
}
.popup {
	background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    width: 95%;
    max-width: 750px;
    text-align: center;
    position: fixed;
    top: 3.5vw;
    left: 0;
    right: 0;
    float: none;
    padding: 80px 0;
    margin: 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.popup-wrap {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.popup-wrap a {
	display: inline-block;
    color: #000!important;
    background: #ffce07;
    width: 200px;
    padding: 15px 0;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    transition: all .4s ease-out;
    border: none;
}

.popup-wrap a:hover {
	background: #000;
	color: #ffce07!important;
}

.popup-wrap img {
	max-width: 100%;
}
.overlay:target .popup {
    top: -280%;
    left: -100%;
}

.popup .wrapper-inner{width:75%; padding: 20px 0; margin: 0 auto; text-align: center!important}
#popup .CaptchaPanel {
    text-align: center !important;
}

#popup #formpage {
    text-align: center !important;
}

#popup .CaptchaAnswerPanel {width: auto !important;}

.popup .CaptchaWhatsThisPanel a {color: #000 !important;}
/*-------- FOOTER STYLES ----------------*/
footer{
	background: #000;
	border-top: 1px solid #333333;
}

.flex-foot {
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.foot-nav .social-icons a {
    font-size: 22px !important;
}

.foot-nav p {color: #fff;}
.foot-logo img {
    max-width: 100%;
    width: 150px;
}
p.foot-title {
    font-weight: 800;
    color: #ffce07;
}

.foot-nav a {
    color: #fff;
	transition: .3s all;
	    line-height: 1.5;
}


.foot-nav ul li {
    line-height: 2;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text,.list-content .listing-portion-title {
	font-family: 'Barlow', sans-serif !important;
}

.faceted-search-content .faceted-section-head .faceted-section-title,.list-content .price-container .price,.list-content .list-listing .dealer-name,.list-content .listing-description,.list-content .spec-value,.list-content .spec-label, .list-content .dealer-data {
font-family: 'Manrope', sans-serif !important
	}

.list-top-section .list-title .list-listings-count {
	color: #ffce07 !important;
}

.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,.compare-listings-container .compare-container .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:#ffce07 !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 {background:#ffce07 !important; color: #000 !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 3px #ffce07 !important; transition: ease all 0.2s !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 3px #000 !important; transition: ease all 0.2s !important;}


.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;}
 .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 3px !important; transition: ease all 0.2s !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;}

/* 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; 
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1550px) {
	.yellow-border h2 {
    font-size: 40px;
	}
}

@media only screen and (max-width: 1400px) {
	.about-txt p {
    margin-bottom: 2%;
}
}

@media only screen and (max-width: 1300px) {
	.yellow-border h2 {
    font-size: 36px;
}
	.about-txt {
    width: 90%;
	}
	
	.rent-txt h3 {
    font-size: 36px;
	}
	
	p {
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width: 1200px) {
	.yellow-border h2 {
    font-size: 28px;
}
	
	h2 {
    font-size: 34px;
}

	.hero {
		height: 600px;
	}
	
	.about-txt h2 {
    font-size: 24px;
		margin-bottom: 0px;
}
.about-txt p {
    margin-bottom: 5%;
}
	.flex-container.flex-contact {
    flex-wrap: wrap;
	}
	
	.contact-collage.flex-container {
		flex-direction: row;
	}
	
	.form-flex,.contact-collage.flex-container {
		flex-basis: 100% !important;
	}
	
	.flex-cimg,.contact-page {
		flex: 1;
	}
	
	.contact-collage.flex-container {flex-wrap:wrap;}
	.contact-iframe {flex-basis: 100% !important;order: 1;}
	.contact-page .yellow-box {flex: 1;flex-basis: 45%;}
	.contact-collage .social-icons{flex-basis: 100%;}
}

@media only screen and (max-width: 1050px) {
	.box.yellow-box {
		flex-basis: 100%;
		padding: 7% 0;
	}
	
	.c-info {
		flex-wrap: wrap;
	}
	.contact-half {
		order: -1;
	}
	
	.contact-text {
		width: 90%;
		padding: 5% 0;
	}
	
	.map-half, .contact-half {
		flex-basis: 100%;
	}
	
		.hero-txt h1 {
    font-size: 72px;
    line-height: 75px;
}
}


@media only screen and (max-width: 990px) {
	
	.flex-container.flex-head {padding: 15px 0 !important;}
	.cat.yellow-border {
		order: -1;
		padding: 0;
		align-items: center;
	}
	
	.yellow-border h2 {
    font-size: 32px;
    width: 90%;
}
	
	    .hero {
        height: 25vh !important;
        min-height: 500px !important;
    }
	
	    .hero-txt h1 {
        font-size: 54px;
        line-height: 1 !important;
    }
	
	.cat {
    height: 150px;
    flex-basis: 45%;
    flex-grow: 1;
}
	
	.flex-container.flex-cat,.flex-container.home-flex {
		flex-wrap: wrap;
	}
	.cat-img {
    height: 100px;
	}
	
	.home-txt,.home-button {
    flex-basis: 100%;
		text-align: left;
}
	
	.flex-container.home-flex {
		gap: 30px;
	}
	
	button.black-button {
		max-width: 230px;
	}
	
	.total-rental-bg .wid-90.flex-container {
		flex-wrap: wrap;
		gap: 20px;
		text-align: center;
	}
	.rent-logo img {
		width: 200px;
	}
	
	.sub-hero hr {
		width: 80px;
	}
	
		a.yellow-link {
		background: #ffce07;
    	color: #000 !important;
		border: none;
	}
	
	
}


@media only screen and (max-width: 919px) {

}

@media only screen and (max-width: 900px) {
	.flex-foot {
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.foot-nav {
    flex-basis: 40%;
    flex-grow: 1;
}

	
	
}

@media only screen and (max-width: 720px) {
	.cat,.flex-cimg, .contact-page {
		flex-basis: 100%;
	}
	
	.contact-collage.flex-container {
		flex-wrap: wrap
	}
	
	
	
}

@media only screen and (max-width: 670px) {

	.box {
		flex-basis: 100%;
	}
	


	.total-rental-bg {
		padding: 7% 0;
	}
	
	.photo-collage.flex-container {
		padding: 10% 0;
	}
	
	.flex-container.home-flex {
		padding: 10% 0 0;
	}
	
	.contact-half{flex-wrap:wrap;}
	.contact-half .yellow-box {flex-basis: 100%;height: auto !important;}
	
	.contact-page .yellow-box {flex: 1;flex-basis: 100%;}
}

@media only screen and (max-width: 510px) {
	.hero-txt h1 {
    font-size: 48px;
	}
	.hero .hero-txt {
		margin-top: 20% !important;
	}
	
	.hero {
    min-height: 450px;
}
	.foot-nav {
    flex-basis: 100%;
    flex-grow: 1;
}
	
	
	.hero hr,.sub-hero hr {
		width: 80px;
	}
	
	.contact-text p, .contact-text a {
		font-size: 16px;
	}
	.social-icons a {
		font-size: 24px;
	}
	.contact-text strong {
    font-size: 18px;
	}
	
	.sub-hero .hero-txt {
		padding: 10% 0;
	}
}

@media only screen and (max-width: 410px) { 
	.hero-txt h1 {
    font-size:36px;
		line-height: 1.25
}
	
	.hero hr,.sub-hero hr {
    width: 60px;
		height: 10px;
		margin: 20px 0 0;
}
	
	.yellow-border h2 {
    font-size: 28px;
	}

	
	.box.yellow-box {
		padding: 12% 0;
	}
	
	.about-txt p {
    margin-bottom:20%;
}
	
	.c-txt h2 {
		font-size: 18px;
	}
	
	}




