/* RESET 
------------------------------------------------*/
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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
}

p{
	padding:20px 0;
}

 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	width:97%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
	box-sizing: border-box;
}

.inv-wrapper {
	width:95%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}

.no-pad-wrapper {
	width:95%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:100px 20px;
	position:relative;
}

.sub-wrapper ul {
	padding: 0 3em;
	line-height: 30px;
}

.sub-bg{
	padding:60px;
	line-height: 26px;
	background: rgba(255,255,255,0.9);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}

.sub-bg hr {border-top: 1px solid #ccc; margin: 3em 0;}

.sub-bg h1{
	text-transform: uppercase;
	display: inline-block;
	padding:10px 90px 20px 5px;
	border-top:8px solid #12679B;
	color:#333;
	font-weight: 600;
	letter-spacing: 1.3px;
	font-size: 20px;
}

.sub-bg h3{
	padding:15px 5px;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
}

.sub-bg p{padding:0 0 20px 5px; line-height: 24px;}



::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	margin:0 auto;
	background:rgba(255,255,255,0.70);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}

.logo{
	text-align:left;
	margin:0 auto;
	display:inline-block;
	padding:10px;
	vertical-align: middle;
}

.logo img{
	width:250px;
	margin:0 auto;
}


/* HOME PAGE STYLES
-----------------------------------------------*/
.hero{
	width:100%;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	height:780px;
	background:#000 url(../siteart/hero.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.sub-hero{
	width:100%;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	background:#000 url(../siteart/hero.png) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.welcome-txt{
	width:100%;
	text-align: left;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 45px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.65);
	padding-top:16%;
	font-weight: normal;
	color:#fff;
}

.welcome-txt span{
	font-size: 45px;
	font-weight: 600;
}

/*call to action bar*/

.cta-bar{
	width:100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding:20px 0;
	background: #fff;
}

.cta{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height:165px;
	width:24.5%;
	text-decoration: none;
	background:#12679b;
	margin:2px;
}

.cta h3{
	text-align: center;
	/*margin-top:10%;*/
	color:#fff;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1.3px;
	font-weight: 600;
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.65);
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding:7px 15px;
	transition: ease .3s;
}

.cta:hover h3{
	font-size: 22.5px;
	box-shadow:2px 2px 3px rgba(0, 0, 0, 0.45);
	transition: ease .3s;
}

#construction{
	background: #000 url(../siteart/cats/construction.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#cranes{
	background:#000 url(../siteart/cats/cranes.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#forestry{
	background:#000 url(../siteart/cats/forestry.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#grinders{
	background:#000 url(../siteart/cats/grinders.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#crushers{
	background:#000 url(../siteart/cats/crushers.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#screens{
	background:#000 url(../siteart/cats/screens.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#trucks{
	background:#000 url(../siteart/cats/trucks.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#marine{
	background:#000 url(../siteart/cats/marine.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#attachments{
	background:#000 url(../siteart/cats/attachments.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#parts-machines{
	background:#000 url(../siteart/cats/parts-machines.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#misc{
	background:#000 url(../siteart/cats/misc.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#all-equip{
	background:#000 url(../siteart/cats/all-equip.png) no-repeat;
	background-size: cover;
	background-position: center;
}


/*welcome section*/
.welc-section{
	width:100%;
	display: inline-block;
	padding:150px 0;
	background:#fff url(../siteart/welcome-bg.png) no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

.welc-section p{
	font-size: 20px;
	/*text-shadow:1px 1px 2px rgba(0, 0, 0, 0.8);*/
	font-weight: 500;
	line-height: 30px;
	text-align: center;
}

/* 	INV SEARCH  */
.home-search form{margin: 25px 0;}
.home-search form label{display: block; font-weight: 700;}
.home-search form select, .search form input[type="text"]{display: block; width: 100%; padding: 10px; font-family: 'Montserrat', sans-serif; border: 1px #ccc solid;}
.home-search form input[type="submit"]{display: block; width: 100%; background: #12679B ; padding: 10px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-align: center; color: #fff; border: none; cursor: pointer; transition: .3s ease-in-out all;}
.home-search .row{margin-bottom: 15px;}

/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #12679B !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700;}
.example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*ABOUT PAGE
------------------------------------------------*/
.about-left{
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding-right: 30px;
}

.about-right{
	width:39%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.about-right img{width: 100%; display: block; max-width: 300px; margin: 0 auto; height: auto;}



.contact-section{
	width:100%;
	padding:80px 0;
	text-align:left;
	margin-top:80px;
	border-top:1px solid #ccc;
}

.contact-info{
	width:30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: left;
}

.contact-info a{color:#000; text-decoration: none;}
.contact-info a:hover{color:#12679B; text-decoration: none;}







/* FOOTER
------------------------------*/
.footer{
	background:#12679B;
	color:#fff;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding:40px 0;
}

.foot-third.align-right {text-align: right!important; display: inline-flex; justify-content: flex-end; flex-wrap: wrap;}

.foot-third{
	width:30.33%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.foot-third h3{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 25px 0;
	letter-spacing: 1.3px;
}

.foot-third p{padding:10px 0;}

.foot-third .fa{font-size: 20px; padding:0 5px;}

.footer a{
	color:#fff!important;
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

.foot-third a i {font-size: 22px; margin: .5vw;}
.foot-third a i:first-child {margin-left: 0;}
.footer a:hover i {opacity: .8; transition: .3s ease-in-out all;}

.divfooter{
	width:100%;
	margin:20px auto;
	text-align: right;
	font-size: 11px;
	color:#73a5c4;
}

.divfooter a{color:#73a5c4;}

.foot-third img{
	width: 100%;
	max-width:275px;
	display: block;
	padding:20px 0;
	margin: 0;
}


/* RESPONSIVE STYLES
----------------------------------------------------*/


@media screen and (max-width: 1430px)  {
	.cta{width: 32.5%; height: 150px;}
	.cta h3{font-size: 20px;}
}

@media screen and (max-width: 1050px)  {
	.cta{height: 120px;}
	.cta h3{font-size: 18px;}
	.cta:hover h3{font-size: 19.5px;}
	
	.welc-section{padding:100px 0;}
	
	.contact-info{width: 40%;}
	
	.about-left{width: 100%; padding-right: 0;}

	.about-right{width:100%;}
	
	.about-right img {max-width: 400px; padding: 2em;}
	
	.footer{padding: 20px 0; font-size: 14px; line-height: 20px;}
}

@media screen and (max-width: 970px)  {
	.hero{height: 560px;}
	
	.foot-third{width: 100%; text-align: center;}
	.foot-third:last-child{width: 100%;}
	.foot-third img{margin: 0 auto;}
	.divfooter{text-align: center; width:90%; margin: 0 auto; max-width: 555px;}
	.foot-third.align-right {flex-direction: column;}
}

@media screen and (max-width: 820px)  {
	.cta{width: 48.5%;}
	
	.sub-wrapper{padding:40px 20px;}
	.sub-bg{padding: 35px;}
	
	.contact-section{padding:50px 0; margin:50px 0;}
	.contact-info{width: 100%;}
}


@media screen and (max-width: 600px)  {
	.hero{height: 500px;}
	.welcome-txt{font-size: 28px; line-height: 32px;}
	.welcome-txt span{font-size: 32px;}
	
	.welc-section{padding:80px 0; background-attachment: inherit;}
	.welc-section p{font-size: 16px; line-height: 22px;}
	
	
	.foot-third h3{font-size: 16px;}
	.footer a{font-size: 14px;}
	.foot-third a i{font-size: 22px!important; margin: 2vw;}
	.foot-third p{font-size: 14px; paddign: 5px 0;}
}

@media screen and (max-width: 550px)  {
	.cta{width: 100%; height: auto; padding:30px; margin: 0 auto; margin-top: 3px; margin-bottom: 3px;}
	
	.welc-section{padding:40px 0;}
	
	.foot-third{width:100%;}
	.foot-third h3{padding:40px 0 10px 0}
	.divfooter a {font-size: 11px;}
	.foot-third img {margin: 0 auto;}
}

@media screen and (max-width: 450px)  {
	.hero{height: 400px;}
	.welcome-txt{font-size: 24px; line-height: 26px;}
	.welcome-txt span{font-size: 28px;}
	
	.sub-bg{padding: 20px;}
	.logo {text-align: center; display: block;}
}

