/* CSS Document */


@import url('//fonts.googleapis.com/css?family=Amiko');
html, body {
	overflow-x: hidden;
	font-family: 'Amiko', Arial, Helvetica, Sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-color: whitesmoke !important;
}
.navbar{
	border-bottom: 1px solid white !important;
}
.main{
	background-color: white;
}





h1, h2, .title {
	font-weight: light !important;
	letter-spacing:0px !important;
}
p, .normal-text {
	font-size: 100%;
}

.clear {
	clear: both;
}

.pointer{
	cursor:pointer;
}
.btn-close{
	margin-top:-30px;

 }
.headline{
	font-size:200%;
	margin-top:2.5em;
}

.filterCat{
	margin-right:2em;
	display:inline-block;
}
a.remove{
	text-transform:capitalize;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	
	border:1px solid #ccc;
	font-size:70%;
	position: relative;
	top:-2px;
	color:white;
	background-color:#ccc;
}
.cats br{
	margin-top:6px;
	margin-bottom:6px;
}
.capitalize{
	text-transform: capitalize;
}
.main img{
	max-width:100%;
}
#profile p{
	margin-bottom:2em;
}
#result{
	display:none;
}

#showphoto {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	display: none;
	padding: none;
	z-index: 9999999;
	text-align: center !important;
	box-shadow: 1px 1px rgba(0,0,0, .1);
	cursor: pointer;
}
#showphoto img {
	max-width: 100%;
	min-width: 460px !important;
}
.showphoto {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: auto !important;
	height: auto !important;
	display: none !important;
	padding: none !important;
	z-index: 9999999 !important;
	text-align: center !important;
	box-shadow: 1px 1px rgba(0,0,0, .1) !important;
	cursor: pointer !important;
}
.showphoto img {
	max-width: 100% !important;
	min-width: 460px !important;
}
#showfreight {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	display: none;
	z-index: 9999999;
	background-color: white;
	padding: 3em;
	font-size: 90%;
	box-shadow: 1px 2px rgba(0,0,0, .1);
	cursor: pointer;
}
.showemailform {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	display: none;
	z-index: 9999999;
	background-color: white;
	padding: 0px;
	font-size: 90%;
	box-shadow: 1px 2px rgba(0,0,0, .1);
}
.deliver{
	padding-left:3em;
	padding-right:3em;
}

.checkoutprompt {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	display: none;
	padding: 2em;
	background-color: rgba(255,255,255,.95);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	z-index: 9999999;
	text-align: center !important;
}
.cart-icon {
	width: 20px;
	border-radius: 50%;
	opacity: .8;
	margin-right: 4px;
}
.cart-icon:hover {
	opacity: 1;
}
/*.sub-head {
	font-size: 60% !important;
	font-weight: normal !important;
}*/
.ul-two-col{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

h3.title {
	font-size: 180% !important;
	color: #ec1c24 !important;
}
h4.title {
	font-size: 250% !important;
	color: #ec1c24 !important;
}
.width-auto{
	width:auto;
}
.float-right{
	float:right;
}


img.buy-icon {
	width: 60px !important;
	margin-right: 10px;
	border-radius: 50%;
	opacity: .8;
}
img.buy-icon:hover {
	opacity: 1;
}
.buy-icons {
	text-align: left;
	margin-top: 0em;
	margin-bottom:2em;
}
.btn-pad-less{
	padding:8px;
	margin-top:-8px;
}
.btn-search{
	width:28px;	
}
.drawing {
	max-width: 290px;
}
.news h1 {
	line-height: 100% !important;
	font-size: 250%;
}
div.add-bg {
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: center !important;
	color: white !important;
	text-shadow: 3px 3px 6px #000;
	
}


.text-primary{
	color:#0068a5 !important;
}

.bg-primary{
	background-color:#0068a5 !important;
}



.bg-secondary{
	background-color:#c63831 !important;	
}

.navbar-default {
	background-color: #0068a5 !important;
}
.navbar a {
	color: white !important;
}

.dropdown-menu, .navbar-nav, .navbar-default {
	background-color: #0068a5 !important;
	border:none !important;
}
.dropdown-menu a {
	color: whitesmoke !important;
}
.dropdown-menu a:hover {
	color: white !important;
	background-color: rgba(0,0,0,.1) !important;
}
.dropdown-menu li:hover {
	background-color: rgba(0,0,0,.1) !important;
}

footer {
	background-color: whitesmoke !important;
	border-top: 1px solid #0068a5;
	font-size: 80%;
}
.form-control {
	border-color: lightgray;
	background-color:#fcfcfc;
}
.form-control:focus {
	border-color: #0068a5;
	background-color:white;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0068a5 !important;
  opacity: 1 !important; /* Firefox */
  font-weight:normal !important;
}
button.btn{
	cursor:crosshair !important;
}
.btn {
	border: solid 1px gray !important;
	color: gray !important;
	padding-top: 10px;
}
.btn:hover {
	border: solid 1px #0068a5 !important;
	color: #0068a5 !important;
}
.btn-warning {
	background-color: #e71d21 !important;
	text-shadow: none !important;
	color: whitesmoke !important;
	border: none !important;
}
.btn-primary {
	background-color: #0068a5 !important;
	text-shadow: none !important;
	color: whitesmoke !important;
	border: none !important;
}
.btn-warning:hover {
	background-color: #cd1a1d !important;
	color: white !important;
	border: none !important;
}
.btn-primary:hover {
	background-color: #006098 !important;
	color: white !important;
	border: none !important;
}
p, ul, li, h3, h4, p.copyright, .text, a.text:link {
	color: #382526 !important;
}
h1.title, h2.title {
	color: #0068a5 !important;
}


.footer-icons a {
	width: auto !important;
}
.btn-danger {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: whitesmoke !important;
	font-size: 15px;
	font-weight: bold;
	padding-top:7px;
	padding-bottom: 7px;
	padding-left:32px;
	padding-right:16px;
	margin-left:4px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
	opacity: .8;
	border: solid 1px whitesmoke;
	background-color: rgba(0,0,0,.05);
	background-image: url(/assets/img/search.png) !important;
	background-repeat: no-repeat;
	background-position:6px 7px;
	background-size: 20px;
}
.btn-danger:hover {
	color: white !important;
	border: solid 1px white;
	opacity: 1;
	background: rgba(0,0,0,.08);
	background-repeat: no-repeat !important;
	background-position:6px 7px !important;
	background-size: 20px !important;
}
.btn-danger:active {
	position: relative;
	top: 1px;
	opacity: 1;
}
.social-media-icons {
	position: relative;
	top: 76px;
}
.social-media-icons a {
	margin-right: 16px;
}
.hand {
	font-size: 400%;
}

h2 .small{
	color:black !important;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index:99998;
}
.ml-1{
	margin-left:1em;
}

.accSearchFilter{
	margin-left:1em;
}
.accSearchFilter:last-child{
	margin-right:0px !important;
}
.accSearchFilter input{
	margin-right:4px;
}


#queryNCurb:disable{
	background-color:rgb(254, 254, 254) !important;
}
.checkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  margin-left: -30px;
  margin-top:-8px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  font-size: 22px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #0068a5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform:


}




.video{
	width:640px;
	height:361px;
}

.line-height-plus{
	line-height:150%;
}



input.border-radius{
	border:0px;
	border-radius:10px !important;	
}






p.copyright {
	margin-top: 0px !important;
	font-size: 95%;
	line-height: 100% !important;
}
.display-none {
	display: none;
}
.text-blue{
	color:#0068a5 !important;
}
.bg-blue{
	background-color:#0068a5 !important;
}
.cport {
	padding: 6rem;
	padding-top: 5.5rem;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*footer a {color:rgba(0,0,0,.7) !important;}*/
div.footer-icons {
	text-align: right !important;
	width: 100% !important;
	margin-bottom: 10px;
	padding-right: 0px;
}
div.footer-icons img {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.info h3 {
	color: rgba(0,88,139,.9);
}
.info p {
	padding: 2rem;
}
.hp-ul li {
	list-style: none;
}
.m-half {
	margin: .5em;
}

.btn-blue {
	color: rgba(255, 255, 255, .6) !important;
	background-color: #0068a5 !important;
	opacity: .8;
	float: right;
	border: 0px !important;
}

.btn-blue:hover {
	color: rgba(255, 255, 255, 1) !important;
}


.btn-blue-submit {
	color: rgba(255, 255, 255, .6) !important;
	background-color: #0068a5 !important;
	opacity: .8;
	border: 0px !important;
	border-radius:10px;
}

.btn-blue-submit:hover {
	color: rgba(255, 255, 255, 1) !important;
	opacity: 1;
}



.popover.top {
	margin-top: -15px;
	margin-left: -5px;
	background-color: transparent !important;
}
.popover.top > .arrow {
	display: none;
}
.parallax {
	width: 100%;
	height: auto !important;
	display: block;
	background-repeat: no-repeat;
}
div.featuresDiv ul {
	margin-left: 6px;
}
div.featuresDiv li {
	white-space: nowrap;
	font-size: 90%;
}
.autocomplete-w1 {
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	width: 24%;
	z-index:99999 !important;
}
.autocomplete {
	border: 0px solid #999;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px;
	/*overflow-x: hidden;*/
	background-color: white;
	
}
.autocomplete .selected {
	background: #fff;
}
.autocomplete div {
	padding: 10px;
	background: whitesmoke;
	color: #0068a5;
	/*white-space: nowrap;*/
	margin-bottom: 2px;
	font-size: 110%;
	cursor: pointer;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	
}
.autocomplete div:hover, .autocomplete .selected:hover {
	background: ghostwhite !important;
}
.autocomplete strong {
	color: #000;
}
.footer-icons ul {
	list-style: none;
	margin-top: -64px;
}


.datepicker {
	background-color: #fff !important;
	color: #333 !important;
}








	

@media (min-width: 768px) {
	
	body.home div.logo{
		padding-top:200px !important;
		padding-bottom:350px !important;	
	}
		
	div.logo{		
		padding-top:100px !important;
		padding-bottom:72px !important;
		width: 600px !important;
		margin-left:116px !important;
	}
	div.logo img {
		width: 600px !important;
	}
	.bg-header{ 
		margin-top:50px !important;
		background-size:cover !important;
		background-repeat:no-repeat !important;
		height:100% !important;
	}
	
	body.home .bg-header {
		background-image: url('../../assets/img/bg4.jpg') !important;		
	}	
	body.about .bg-header {
		background-image: url('../../assets/img/about2.jpg') !important;	
	}
	body.contact .bg-header {
		background-image: url('../../assets/img/contact.jpg') !important;	
	}
	body.videos, body.manuals .bg-header, body.adapter-spec-sheets .bg-header, body.accessory-spec-sheets .bg-header {
		background-image: url('../../assets/img/welder.jpg') !important;		
	}
	body.login .bg-header, body.login-retrieve .bg-header, body.registration .bg-header{
		background-image: url('../../assets/img/rooftop3.jpg') !important;		
	}
	body.myorders .bg-header, body.orderdetails .bg-header{
		background-image: url('../../assets/img/shop.jpg') !important;
	}
	body.cart .bg-header {
		background-image: url('../../assets/img/shop3.jpg') !important;
	}
	body.shipBill .bg-header, body.cartsubmit .bg-header, body.economizers-york-jci .bg-header {
		background-image: url('../../assets/img/unloading.jpg') !important;
	}
	body.briefcase .bg-header {
		background-image: url('../../assets/img/shop2.jpg') !important;
	}
	body.user-profile .bg-header, body.user-profile-modify .bg-header {
		background-image: url('../../assets/img/welding.jpg') !important;
	}
	body.equipment-supports .bg-header {
		background-image: url('../../assets/img/rooftop.jpg') !important;
	}
	body.roof-curbs .bg-header {
		background-image: url('../../assets/img/products.jpg') !important;
	}
	body.iso-curbs-rails .bg-header {
		background-image: url('../../assets/img/rooftop5.jpg') !important;
	}
	body.service-platforms .bg-header {
		background-image: url('../../assets/img/platforms.jpg') !important;
	}
	body.burglar-bars .bg-header {
		background-image: url('../../assets/img/rooftop4.jpg') !important;
	}
	body.coil-hail-guards .bg-header {
		background-image: url('../../assets/img/rooftop6.jpg') !important;
	}
	body.acc-search .bg-header {
		background-image: url('../../assets/img/rooftop7.jpg') !important;
	}
	body.custom-services .bg-header {
		background-image: url('../../assets/img/custom-services.jpg') !important;	
	}
	body.economizers-carrier-bryant .bg-header {
		background-image: url('../../assets/img/truck.jpg') !important;	
	}
	body.catalog-adapter .bg-header {
		background-image: url('../../assets/img/rooftop2.jpg') !important;	
	}
	body.curb-adapters .bg-header {
		background-image: url('../../assets/img/curb-adapters.jpg') !important;	
	}

}

@media (max-width: 767px) {

	body.home div.logo{
		padding-top:120px !important;
		padding-bottom:100px !important;	
	}
		
	div.logo{		
		padding-top:50px !important;
		padding-bottom:36px !important;
		
	}
	div.logo img {
		width: 100% !important;
	}

	.add-bg{		
		letter-spacing:-1px !important;
		font-size:90% !important;
	}

	.bg-header{ 
		margin-top:50px !important;
		background-size:cover !important;
		background-repeat:no-repeat !important;
		height:100% !important;
	}
	
	body.home .bg-header {
		background-image: url('../../assets/img/bg4-sm.jpg') !important;		
	}	
	body.about .bg-header {
		background-image: url('../../assets/img/bg-about-sm.jpg') !important;
	}	
	body.contact .bg-header {
		background-image: url('../../assets/img/bg-contact-sm.jpg') !important;	
	}
	body.videos .bg-header, body.manuals .bg-header, body.adapter-spec-sheets .bg-header, body.accessory-spec-sheets .bg-header {
		background-image: url('../../assets/img/bg-welder-sm.jpg') !important;		
	}
	body.login .bg-header, body.login-retrieve .bg-header, body.registration .bg-header {
		background-image: url('../../assets/img/bg-rooftop3-sm.jpg') !important;		
	}
	body.myorders .bg-header, body.orderdetails .bg-header{
		background-image: url('../../assets/img/bg-shop-sm.jpg') !important;
	}
	body.cart .bg-header {
		background-image: url('../../assets/img/bg-shop3-sm.jpg') !important;
	}
	body.shipBill .bg-header, body.cartsubmit .bg-header, body.economizers-york-jci .bg-header {
		background-image: url('../../assets/img/bg-unloading-sm.jpg') !important;
	}
	body.briefcase .bg-header {
		background-image: url('../../assets/img/bg-shop2-sm.jpg') !important;
	}
	body.user-profile .bg-header, body.user-profile-modify .bg-header{
		background-image: url('../../assets/img/bg-welding-sm.jpg') !important;
	}
	body.equipment-supports .bg-header {
		background-image: url('../../assets/img/bg-rooftop-sm.jpg') !important;
	}
	body.roof-curbs .bg-header {
		background-image: url('../../assets/img/bg-products-sm.jpg') !important;
	}
	body.iso-curbs-rails .bg-header {
		background-image: url('../../assets/img/bg-rooftop5-sm.jpg') !important;
	}
	body.service-platforms .bg-header {
		background-image: url('../../assets/img/bg-platforms-sm.jpg') !important;
	}
	body.burglar-bars .bg-header {
		background-image: url('../../assets/img/bg-rooftop4-sm.jpg') !important;
	}
	body.coil-hail-guards .bg-header {
		background-image: url('../../assets/img/bg-rooftop6-sm.jpg') !important;
	}
	body.acc-search .bg-header {
		background-image: url('../../assets/img/bg-rooftop7-sm.jpg') !important;
	}
	body.custom-services .bg-header {
		background-image: url('../../assets/img/bg-custom-services-sm.jpg') !important;	
	}
	body.economizers-carrier-bryant .bg-header {
		background-image: url('../../assets/img/bg-truck-sm.jpg') !important;	
	}
	body.catalog-adapter .bg-header {
		background-image: url('../../assets/img/bg-rooftop2-sm.jpg') !important;	
	}
	body.curb-adapters .bg-header {
		background-image: url('../../assets/img/bg-curb-adapters-sm.jpg') !important;	
	}

	.navbar-toggler{
		padding:4px !important;	
		padding-top:3px !important;
		height:1.5em !important;
		width:1.5em !important;
		box-shadow: none !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		border: 0 !important;
	}
	.dropdown-menu a {
		padding-left:36px !important;
	}
	.dropdown-menu {
		background-color: #0073b6 !important;
		margin-top:-1px !important;
	}
	
	.dropdown-toggle {
	  background: #0068a5 !important;
	  background-color: #0068a5 !important;
	}
	
	.dropdown-toggle:active, .dropdown-toggle:focus {
	  color: yellow !important;
	  background-color: #0073b6 !important;
	}
	
	.btn-danger {
		font-size: 14px;
		font-weight: normal;
		padding-top:4px;
		padding-bottom: 2px;
		padding-left:4px;
		padding-right:4px;
		margin-left:2px;
		background-image: none !important;		

	}
	.pl-24{
		padding-left: 24px !important;
	}

	img.buy-icon {
		width: 40px !important;
	}

}




@media (max-width: 640px) {



	.video{
		width:320px;
		height:180px;
	}

	
	
/*	body.home div.logo{
		padding-bottom:100px !important;	
	}*/
	
	


}





@media (max-width: 480px) {
	
	
	h2 {
		font-size: 180% !important;
	}
	h3 {
		font-size: 150% !important;
	}




	.copyright{
		padding-bottom:80px !important;
	}
	div.footer-icons img {
		width: 55px;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.news h1 {
		line-height: 90% !important;
		font-size: 200%;
	}
	.autocomplete-w1 {
		width: 92%;
	}
	#showfreight {
		position: absolute;
		font-size: 80%;
		padding: 1em;

		width:105%;
	}


	
}



@media (max-width: 360px) {



	div.footer-icons img {
		width: 30px;
	}
	.footer-icons ul {
		margin-top: 0px;
	}

	
	
}


@media (max-width: 280px) {
	
	.btn-danger {
		font-size: 12px;
	}
	
}