@media only screen and (max-width: 1682px){
	
	.pano .content h1{
		font-size: 65px;
		line-height: 65px;
	}
	
}

@media only screen and (max-width: 1442px){
	
	section{
		padding: 3rem;
	}
	
	.pano .content h1{
		font-size: 55px;
		line-height: 55px;
	}
	
	.site-header .finance-questions,
	.site-header {
		height: 100px;
	}

	
	.site-header .col.brand img{
		max-width: 220px;
	}
	
	.call-to-action .content p{
		font-size: 18px;
		max-width: 840px;
		margin-bottom: 1rem;
	}
	
	.col.much-more-item .label{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1367px){
	
	.finance-questions .phone{
		font-size: 18px;
	}
	
	.finance-questions .business-hours{
		font-size: 11px;
	}
	
	.site-header .finance-questions{
		background-size: 368px auto;
		width: 368px;
	}
	
	.equipment-list a{
		padding: 8px;
		font-size: 13px;
	}
	.equipment-list .item .icon{
		margin-right: 3px;
		width: 20px;
		height: 20px;
	}
	.equipment-list .bordered-8{
		padding: 6px;
	}
	
	.equipment-finance .col.image > div, .pre-approvals .col.image > div{
		max-width: 540px;
	}
	
	.col.much-more-item .label{
		width: calc(100% - 90px);
	}
	
	.col.much-more-item .item-vinet{
		width: 60px;
		height: 60px;
	}
	
	.col.much-more-item .item-vinet img{
		max-width: 32px;
		max-height: 32px;
	}

}

@media only screen and (max-width: 1200px){
	
	.container{
		max-width: 970px;
	}
	
	.site-header .col.brand img{
		margin-left: 15px;
	}
	
	.site-header .finance-questions{
		padding-right: 30px;
		background-size: 355px auto;
    	width: 355px;
	}
	
	section{
		padding: 2.5rem 0;
	}
	
	section.pano{
		padding: 40px 15px;
	}
	
	.pano .content h1{
		font-size: 50px;
		line-height: 50px;
	}
	
	.call-to-action .content p{
		font-size: 16px;
		max-width: 740px;
	}
	.call-to-action .content .btn-cta{
		margin-top: 20px;
	}
	
	.btn{
		height: 40px;
		font-size: 16px;
	}
	
	.sect-title h2{
		font-size: 24px;
	}
	
	.sect-title{
		margin-bottom: 1.4em;
	}
	
	.sect-subtitle h3{
		font-size: 18px;
	}
	
	.equipment-list .item{
		white-space: nowrap;
		width: 180px;
	}
	
	.equipment-list .item:not(:last-child){
		margin-bottom: 10px;
	}
	
	.col.much-more-item .label{
		font-size: 14px;
	}
	
	.social-networks{
		margin-top: 15px !important;
	}
	
}

@media only screen and (max-width: 992px){
		
	
	.site-header{
		height: 90px;
		position: relative;
		overflow: hidden;
	}
	
	.site-header .col.brand img{
		margin-left: 0;
		max-width: 116px;
	}
	
	.logo-taycor.open .img-1{
		display: none;
	}
	.logo-taycor.open .img-2{
		display: block !important;
	}
	
	.site-header .col.contact .logo-taycor{
		margin-right: 70px;
	}
	
	.site-header .finance-questions{
		position: absolute;
		flex-direction: column;
		margin: 0;
		top: 0;
		right: -150px;
		align-items: flex-end;
		justify-content: center;
		background-size: auto 90px;
		background-position: right -40px center;
		height: 90px;
		width: 242px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	.site-header .finance-questions.open{
		right: 0;
		padding-right: 15px;
		width: 195px;
		background-position: right -90px center;
	}
	
	.finance-questions .trigger-contact{
		position: absolute;
		margin-right: 0;
		left: 40px;
		pointer-events: all;
		height: 100%;
	}
	
	.trigger-contact.open .icon-phone{
		display: none;
	}
	.trigger-contact.open .icon-collapse{
		display: block;
	}
	
	.finance-questions p{
		margin-right: 0;
		font-size: 14px;
	}
	.finance-questions .phone{
		font-size: 15px;
	}
	.finance-questions .business-hours{
		font-size: 9.3px;
	}
	
	.finance-questions p > span:first-child{
		display: none !important;
	}
	
	section{
		padding: 2rem 0;
	}
	
	section.pano{
		padding: 40px 0;
	}
	
	.container{
		max-width: 670px;
	}
	
	.pano .content h1{
		font-size: 38px;
		line-height: 38px;
	}
	
	.call-to-action .content p{
		font-size: 14px;
	}
	
	.pre-approvals .col.image, .pre-approvals .col.content, .equipment-finance .col.image, .equipment-finance .col.content{
		width: 100%;
	}
	.equipment-list .item:not(:last-child){
		margin-bottom: 0;
	}
	
	.pre-approvals .col.image, .equipment-finance .col.image{
		margin-top: 30px;
		text-align: center;
	}
	
	.pre-approvals .col.image{
		order: 1;
	}
	
	.sect-title{
		margin-bottom: 1.2em;
	}
	.sect-title h2{
		font-size: 22px;
	}
	
	ul li{
		margin-bottom: 5px;
	}
	.col.much-more-item .label{
		font-size: 13px;
	}
	.sect-subtitle h3{
		font-size: 16px;
	}
	
	.sba-loans{
		margin-top: 30px;
	}
	.site-footer .col.menu-footer{
		width: 100%;
	}
	
	.site-footer .col.menu-footer:not(:last-child){
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 767px){
	
	body, td, th{
		font-size: 13px;
	}
	
	.site-header .finance-questions,
	.site-header{
		height: 80px;
	}
	
	.site-header .col.brand{
		width: 40%;
	}
	
	.site-header .col.brand img{
		max-width: 114px;
		margin-left: -5px;
	}
	
	.site-header .col.contact{
		width: 60%;
	}
	
	.site-header .col.contact{
		padding-left: 5px;
	}
	
	.site-header .col.contact .logo-taycor{
		max-width: 110px;
		margin-right: 45px;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
		margin-top: -4px;
	}
	
	.site-header .col.contact .logo-taycor.open{
		margin-right: 60px;
	}
	
	.site-header .finance-questions{
		right: -160px;
		    background-size: auto 80px;
		    background-position: right -10px center;
	}
	
	.site-header .finance-questions.open{
		width: 175px;
		background-position: right -80px center;
		padding-right: 10px;
	}
	
	.sect-title h2{
		font-size: 18px;
	}
	
	.finance-questions p{
		margin-bottom: 4px;
		font-size: 13px;
	}
	
	.finance-questions div{
		line-height: 0.8;
	}
	
	.finance-questions .phone{
		font-size: 14px;
	}
	
	.finance-questions .business-hours{
		font-size: 8.3px;
	}
	section.pano::after,
	.pano .col.content{
		width: 100%;
	}
	.pano .content h1{
		font-size: 32px;
		line-height: 32px;

	}
	.pano .content h1::after{
		width: 100px;
		height: 6px;
	}
	
	.equipment-list{
		justify-content: center;
	}
	.equipment-list .item:not(:last-child){
		margin: 0 2px 10px 2px;
	}
	.equipment-list .item{
		margin: 0 0 10px 0;
	}
	.much-more .col.much-more-item{
		width: 100%;
	}
	
	.much-more .col.much-more-item:not(:last-child){
		margin-bottom: 15px;
	}
	
	.site-footer{
		margin-top: 15px;
		padding: 30px 0;
	}
	
	.menu-footer .lists-wrap ul{
		width: 100%;
	}
	
	.menu-footer .lists-wrap ul:not(:last-child){
		margin-bottom: 15px;
	}
	
	.social-networks{
		justify-content: flex-start;
	}
	.site-footer .col.copy-right{
		margin-top: 30px;
		
		font-size: 11px;
	}

}