/* CSS BASE */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:active,
a:focus,
button:active,
button:focus{
	outline: 0 none !important;
}

dl, ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: inherit;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    padding-top: 1.5rem;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h4, h3 + h5, h3 + h6, h4 + h5, h4 + h6, h5 + h6 {
    padding-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child, pre:last-child, table:last-child, address:last-child, fieldset:last-child, blockquote:last-child {
    margin-bottom: 0;
}

p, ul, ol, dl, address, pre, table, blockquote, fieldset {
    margin: 0 0 1.5rem;
}

ul {
    list-style-type: disc;
    margin-left: 2.5rem;
}

artile, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

body, td, th{
	font-size: 14px;
}

a{
	color: inherit;
	text-decoration: none;
	transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
}

a:hover{
	color: inherit;
}

.d-flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-inline{
	display: inline-block !important;
}

.d-block{
	display: block !important;
}

.container{
	width: 100%;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid{
	width: 100%;	
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.col{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.align-items-center{
	align-items: center !important;
}

section{
	padding: 4rem 0;
}

p:last-child{
	margin-bottom: 0;
}

.btn{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	border-radius: 4px;
	padding: 0 40px;
	font-size: 14px;
	font-weight: bold;
}

.btn-primary{
	background-color: #FE8503;
	color: #fff;
}

.btn-primary:hover{
	background-color: #FE8503;
	color: #fff;
	opacity: 0.6;
}

.text-center{
	text-align: center;
}


/* -------------- Header ----------------*/

.site-header{
	height: 130px;
	align-items: center;
	width: 100%;
}

.site-header .row{
	align-items: center;
}

.site-header .col.brand,
.site-header .col.contact{
	width: 50%;
}

.site-header .col.brand img{
	display: block;
	max-width: 264px;
	height: auto;
	margin-left: 25px;
}

.site-header .col.contact{
	align-items: center;
	justify-content: flex-end;
}

.site-header .finance-questions{
	position: relative;
	align-items: center;
	justify-content: flex-end;
	color: #333;
	height: 130px;
	margin-right: -15px;
	padding-right: 40px;
	background-image: url(images/bg-contact-header.svg);
	background-size: 395px auto;
	background-position: right center;
	background-repeat: no-repeat;
	width: 395px;
}

.site-header .col.contact .logo-taycor{
	margin-right: -20px;
	margin-top: -7px;
}

.site-header .col.contact .logo-taycor .img-2{
	display: none;
}

.finance-questions .trigger-contact{
	border: 0;
	padding: 0;
	background-color: transparent;
	pointer-events: none;
	margin-right: 18px;
	align-items: center;
	justify-content: center;
}

.finance-questions .icon-phone{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 0 #012E4E;
	box-shadow: 0 3px 6px 0 #012E4E;
	background-image: url(images/icon-phone.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.trigger-contact .icon-collapse{
	display: none;
}

.icon-collapse{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 0 #012E4E;
	box-shadow: 0 3px 6px 0 #012E4E;
	background-image: url(images/icon-collapse.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.finance-questions p{
	text-align: right;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0;
	margin-right: 12px;
}

.finance-questions p span{
	display: block;
}

.finance-questions a.d-block{
	line-height: 1;
}

.finance-questions .phone{
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 1px;
}
.finance-questions .business-hours{
	font-size: 13px;
	font-weight: 500;
}

/* -------------- section PANO -----------------*/


section.pano::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
	opacity: 0.74;
}

section.pano{
	position: relative;
	padding: 60px;
	background-image: url(images/buy-loaders-2-340.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pano .col.content{
	position: relative;
	width: 50%;
	z-index: 2;
}

.pano .content h2{
	font-size: 70px;
	line-height: 70px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.pano .content h2::after{
	content: '';
	display: block;
	width: 140px;
	height: 8px;
	background-color: #FE8503;
	margin-top: 15px;
}

/* -------------- CALL TO ACTION -----------------*/

section.pre-approvals,
section.call-to-action{
	background-color: rgba(0,0,0,0.04)
}

.call-to-action .content p{
	font-size: 20px;
	line-height: 1.75em;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.call-to-action .content .btn-cta{
	text-align: center;
	margin-top: 30px;
}

/* --------------  EQUIPMENT FINANCE -----------------*/

.sect-title{
	margin-bottom: 1.75em;
}

.sect-subtitle{
	margin-bottom: 1.5em;
}

.sect-subtitle h3{
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.sect-title h2{
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.pre-approvals .col.image,
.pre-approvals .col.content,
.equipment-finance .col.image,
.equipment-finance .col.content{
	width: 50%;
}

.equipment-finance .col.image > div,
.pre-approvals .col.image > div{
	max-width: 600px;
}

.col.image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pre-approvals .row,
.equipment-finance .row{
	flex-wrap: wrap;
	align-items: center;
}

.content ul{
	margin-left: 1rem;
}

.equipment-list{
	align-items: center;
}

.equipment-list .item:not(:last-child){
	margin-right: 10px;
}

.icon{
    display: inline-block;
    vertical-align: middle;
	background-size: cover;
	width: 24px;
	height: 24px;
}

.equipment-list .item .icon{
	margin-right: 6px;
}

.icon-dozer {
    background-image: url(images/icon-truck_03.png);
}

.icon-earth-globe{
	background-image: url(images/icon-globe_02.png);
}

.icon-auction{
	background-image: url(images/icon-auction_05.png);
}
.icon-dollar{
	background-image: url(images/icon-dollar-01.svg);
}

.equipment-list a {
    display: block;
    padding: 14px 20px;
    text-align: center;
	transition: all .3s ease-out;
    text-decoration: none;
    color: #fff;
	font-weight: 700;
	background-color: #333;
	border-radius: 4px;
}

.equipment-list a:not(:last-child){
	margin-right: 6px;
}

.equipment-list{
	flex-wrap: wrap;
}
.equipment-list .item{
	width: calc(33.333% - 10px);
}

.equipment-list a:hover{
	opacity: 0.6;
	color: #fff;
}

.equipment-finance .col.image{
	text-align: right;
}

/* --------------  EQUIPMENT FINANCE -----------------*/

.btn-read-more{
	display: inline-block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #083A81;
    border-radius: 4px;
}

.btn-read-more:hover{
	color: #fff;
	opacity: 0.6;
}

/* --------------  MUCH MORE -----------------*/


.much-more .col.much-more-item{
	width: 33.333%;
	flex-wrap: wrap;
	align-items: center;
	
}

.col.much-more-item .image{
	margin-right: 15px;
}

.col.much-more-item .item-vinet{
	width: 80px;
	height: 80px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FE8503;
	border-radius: 4px;
}

.col.much-more-item .item-vinet img{
	max-width: 40px;
	height: auto;
	max-height: 40px;
	width: auto;
}

.col.much-more-item .label{
	font-size: 18px;
	width: calc(100% - 95px);
}

.sba-loans{
	margin-top: 60px;
}

/* --------------  SITE FOOTER -----------------*/

.site-footer{
    color: #fff;
    background-color: #083A81;
    font-size: 13px;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 40px;
}

.site-footer > .container-fluid{
	max-width: 1760px;
}

.site-footer h5{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.top-of-footer {
    padding-bottom: 3em;
}

.site-footer a{
	font-size: 11px;	
}

.footer-links{
	line-height: 1.2;
}

.site-footer a:hover{
	text-decoration: underline;
}

.logo-footer{
	margin-bottom: 3px;
}

.crane-info{
	font-size: 11px;
}

.crane-info img{
	height: 4em !important;
}

.contact-icon{
	font-size: 22px;
	line-height: 1;
	text-align: right;
}

.social-media-icon-row{
	margin-top: 1em;
}
.social-media-icon-row a{
	margin-left: 10px;
    margin-right: 10px;
	display: inline-block;
}

.copyright {
    padding-top: 1em;
}