/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(/Css/animate.css);
@-moz-keyframes rotate {
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(360deg);}
}
@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@keyframes rotate {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
@-moz-keyframes rotatecounter {
	from {-moz-transform:rotate(360deg);}
	to {-moz-transform:rotate(0deg);}
}
@-webkit-keyframes rotatecounter {
	from {-webkit-transform:rotate(360deg);}
	to {-webkit-transform:rotate(0deg);}
}
@keyframes rotatecounter {
	from {transform:rotate(360deg);}
	to {transform:rotate(0deg);}
}

.no-btn {
	border:none;
	background:none;
	color:#005bab;
}

.fa-warning {
	color:#ec1c24;
}

html,body{
	overflow-x:hidden;
}
body {
	margin:0;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size:16px;
	line-height:1.4;
	color:#333;
}
h1, h2, h3, h4 {
	font-weight:400;
	color:#005bab;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
	margin:0 0 32px 0;
	padding-bottom:0;
}
h1 {font-size:32px;}
h2 {font-size:30px;}
h3 {font-size:26px;}
h4 {font-size:24px;}
h5 {font-size:20px;}
h6 {font-size:18px;}
p {margin-bottom:16px;}
a:link,
a:visited {
	color:#005bab;
}
a.btn:link,
a.btn:visited {
	color:#FFF;
}
a img {
	outline:none;
	border:none;
}
.btn {
	font-weight:700;
	outline:none !important;
	border:none;
	color:#FFF;
	padding:12px 18px;
	text-shadow:none;
	/*font-size:16px;*/
	position:relative;
}
.btn:hover,
.btn:active {
	color:#FFF !important;
}

.btn.btn-default {
	background:#ec1c24;
}
.btn.btn-default:active,
.btn.btn-default:active {
	background:#FC4F49;
}
.btn.btn-primary {
	background:#005bab;
	color:#FFF;;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
	background:#0073D9;
}

.btn.primary {
	background:#005bab;
	color:#FFF;;
}
.btn.primary:hover {
	background:#0073D9;
}

.radio-button-group {
	margin-bottom: 32px;
}
.radio-button-group h3,
.radio-button-group h4,
.radio-button-group h5 {
	margin-bottom: 16px;
}
.radio-button-group .alert {
	display:block;
}
.radio-button-group label {
	padding: 4px 8px;
}
.radio-button-group label div {
	color: #ec1c24;
	font-size: 12px;
}
.radio-button-group input:checked + label {
	background-color: yellow;
	font-weight: bold;
	outline: 1px solid #000;
}

.container > .row {
	padding:48px 0;
	position:relative;
}
.auxInfo {
	overflow:hidden;
	clear:both;
	padding:0;
	position:absolute !important;
	bottom:0;
	left:40%;
	margin-bottom:12px;
}
.auxInfo li {
	list-style: none;
	float:left;
	border:none;
	padding: 0 6px;
}
.auxInfo li:nth-of-type(-n+2) {
	border-right:1px solid #999;
}
.auxInfo li .fa {
	font-size:24px;
}

.header {
	position:relative;
}
.header .container {
	position:relative;
}
.header .container .loginStatus {
	position:absolute;
	top:0;
	right:0;
	z-index:999;
}
.header .container .loginStatus .btn {
	padding:6px 10px;
	text-transform:capitalize;
	font-size:14px;
	letter-spacing:normal;
	font-weight:normal
}
header .container .loginStatus .no-btn {
	padding-left:20px;
}

.header .lower {
	background:#EC1C24;
}
.header .lower .container {
	position:relative;
}
.header .lower nav.row {
	padding:0;
}


.header.site-header-two {

}
.header.site-header-two .row {
	padding-top: 20px;
	padding-bottom: 0;
}
.header.site-header-two .btn {
	min-width: 1px;
}
.header.site-header-two .login-strip {
	background-color: #005bab;
	color: #FFF;
}
.header.site-header-two .login-strip .row {
	padding-top: 0;
	padding-bottom: 0;
}
.header.site-header-two .login-strip .btn {
	text-transform: initial;
	font-size: 20px;
	letter-spacing:0;
	/*font-weight: 300;*/
}
.header.site-header-two .login-strip a {
	color: #FFF;
}
.header.site-header-two .login-strip .dropdown-menu > li > a {
	color: #333;
}
.header.site-header-two .login-strip .aux-info-new {
	list-style: none;
	margin: 0;
	position: static;
	padding-top: 4px;
}
.header.site-header-two .login-strip .cart-link .badge {
	vertical-align: baseline;
}
.aux-info-new li {
	/*border-right:1px solid #FFF;*/
	font-size: 20px;
	padding-right: 8px;
	margin-right: 4px;
}
.header.site-header-two .login-strip .aux-info-new li {
	display: inline-block;
}
.header.site-header-two .loginStatus {
	position: static;
	z-index: 999;
}
@media (max-width: 480px) {
	.header.site-header-two .login-strip {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}


nav ul.mainMenu {
	display:block;
	/*text-align:center;*/
	margin:0;
}
nav ul.mainMenu > li {
	list-style:none;
	/*text-align:center;*/
	float:left;
}
nav ul.mainMenu > li > a {
	display:block;
	/*padding:16px 10px;*/
	padding: 10px;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
}
nav ul.mainMenu > li > a:hover {
	background-color:#A00;
}
.megaMenu {
	display:none;
	position:absolute !important;
	left:0;
	top:42px;
	width:100%;
	z-index: 99;
}
.megaMenuInner {
	background-color:#FFF;
	overflow:hidden;
	border: 1px solid #999;
	border-top: 0;
	box-shadow: 0 0 2px #BBB;
}
.megaMenu .container {
	width:100%;
}
.megaMenu .megaMenuInner .row {
	padding:12px 0;
}
.megaMenu li {
	list-style:none;
	text-align:left;
	display:inline-block;
	padding:0 16px;
}
.megaMenu li a {
	padding:4px 0;
	display:block;
}
.innerTextPageMenu {
	margin-top:24px;
}

.hasDrop .dropDown {
	display:none;
	position:absolute;
	left:0;
	top:42px;
	z-index: 99;
}

.header-mid .logo {
	width: 290px;
	height: auto;
}


.header-mid .searchWrap {
	display:block;
	position: relative;
	overflow: hidden;
	height: 50px;
	margin-bottom: 16px;
	z-index: 0;
}
.header-mid .searchWrap .inputWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
}
.header-mid .searchWrap .inputWrap #searchInput {
	width: 100%;
	height: 100%;
	padding: 4px 60px 4px 8px;
	font-size: 22px;
	border: none;
	background-color: #DDD;
}
.header-mid .searchWrap button.searchGo {
	position: absolute;
	right: 0;
	background-color: #EC1C24;
	border:none;
	height: 100%;
	width:50px;
	color: #FFF;
	z-index: 9;
}

.mobileIconWrap {
	clear:both;
	overflow:hidden;
}
.mobileIcon {
	display:none;
	padding:16px 10px;
	cursor:pointer;
	color:#FFF !important;
}
.header .gearman {
	position:absolute;
	right:0;
	bottom:-33px;
	width:240px;
	z-index:99;
}
.topInt {
	background-color:#DDD;
}

.splash {
	background:url(../images/gears-flip.jpg) no-repeat center;
	background-size:cover;
	border-top: 1px solid #a00;
	box-shadow: 0 -5px 24px black inset;
}
.splash .container {
	overflow:hidden;
}
.splash .row {
	padding:32px 0 0 0;
	color:#FFF;
	min-height:500px;
}
.splash .callout {
	height:80%;
	padding:96px 128px 0;
	
	width:600px;
	margin:0 auto;
}
.splash .callout h2,
.splash .callout .heading {
	color:inherit;
	font-size: 34px;
}
.splash .callout.bg {
	background:url(../images/gear-effect.png) no-repeat top center;
	background-size:contain;
	height:600px;
	width:600px;
	padding:96px 128px 0;
	opacity: 1 !important;
	
	-moz-animation: rotate 36000ms linear 0s infinite backwards;
	-webkit-animation: rotate 36000ms linear 0s infinite backwards;
	animation: rotate 36000ms linear 0s infinite backwards;
}
.splash .callout.content {
	margin-top:-550px;
	position:relative;
	z-index:9;
}
.splash .callout.content a {
	text-decoration: underline;
	color: inherit;
}

.prodCatStrip {
	color:#d0d2d2;
}
.prodCatWrap {
	margin-bottom:32px;
}
.prodCat {
	padding:8px;
	cursor:pointer;
}
.prodCat .icon {
	display:block;
	background:url(../images/gear-cat-sprite-horizontal.png) no-repeat;
	height:64px;
	width:64px;
	margin:16px auto;
	/*transition:background-position linear 220ms;*/
}
.prodCat.spurGears .icon {
	background-position: 0px -66px;
}
.prodCat.spurGears:hover .icon {
	background-position: 0px 0px;
}
.prodCat.spurGears.inchGears .icon {
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prodCat.helicalGears .icon {
	background-position: -66px -66px;
}
.prodCat.helicalGears:hover .icon {
	background-position:-67px 0px;
}
.prodCat.internalGears .icon {
	background-position: -133px -66px;
}
.prodCat.internalGears:hover .icon {
	background-position:-133px 0px;
}
.prodCat.racks .icon {
	background-position: -199px -66px;
}
.prodCat.racks:hover .icon {
	background-position:-199px 2px;
}
.prodCat.cpRacks .icon {
	background-position: -265px -66px;
}
.prodCat.cpRacks:hover .icon {
	background-position:-265px 0px;
}
.prodCat.miterGears .icon {
	background-position: -332px -66px;
}
.prodCat.miterGears:hover .icon {
	background-position:-332px 0px;
}
.prodCat.bevelGears .icon {
	background-position: -398px -66px;
}
.prodCat.bevelGears:hover .icon {
	background-position:-398px 0px;
}
.prodCat.screwGears .icon {
	background-position: -462px -66px;
}
.prodCat.screwGears:hover .icon {
	background-position:-462px 0px;
}
.prodCat.wormGear .icon {
	background-position: -528px -66px;
}
.prodCat.wormGear:hover .icon {
	background-position:-528px 0px;
}
.prodCat.gearBox .icon {
	background-position: -594px -66px;
}
.prodCat.gearBox:hover .icon {
	background-position:-594px 0px;
}
.prodCat.otherProd .icon {
	background-position: -660px -66px;
}
.prodCat.otherProd:hover .icon {
	background-position:-660px 0px;
}

.prodCat span,
.prodCat a {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	width:100%;
}
.viewCatBtn {
	margin:0 auto 32px;
	float:none;
}

.homeAttn {
	background:url(../images/gear-plans.jpg) no-repeat center;
	background-size:cover;
	padding-bottom:64px;
}
.homeAttn h2 {
	color:#005BAB;
}
.homeAttn .virtualTour {
	padding:48px 16px;
	color:#ec1c24 ;
	font-weight:bold;
	font-size:44px;
	line-height:1.2;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.boxedCallout {
	background-color:rgba(170,170,170,0.7);
	color:#FFF;
	font-size:14px;
	overflow:hidden;
	padding:16px;
}
.boxedCallout p {
	margin:0;
}
.boxedCallout img {
	margin-left: auto;
	margin-right:auto;
}

.extraInfoCalls {
	background:#EEE;
}
.extraInfoCalls .recentNews {
	background-color:#EEE;
	padding-top:32px;
	margin-top:-108px;
	position:relative;
	z-index:9;
}
.extraInfoCalls .recentNews::before {
	content:"";
	display:block;
	height:100%;
	width:32px;
	position:absolute;
	top:8px;
	right:-32px;
	background:url(../images/box-shadow.png) no-repeat;
	background-size:contain;
	z-index:99;
}
.extraInfoCalls .newsDate {
	background:url(../images/gear.png) no-repeat center;
	background-size:contain;
	padding:24px;
	color:#FFF;
	line-height:1.2;
	position:relative;
	left:16px;
}
.extraInfoCalls .articleBlurb {
	margin-top:16px;
}
.extraInfoCalls .articleBlurb h4 {
	color:#ec1c24;
	text-transform:uppercase;
}
.extraInfoCalls .articleBlurb h4 a {
	color: inherit;
}
.extraInfoCalls .articleBlurb img {
	margin-bottom:16px;
}

.gearWorld h3 {
	font-size:56px;
}
.gearWorld .megaList {
	font-size:36px;
	list-style:url(../images/black-gear.png);
	list-style-position:inside;
	font-weight:700;
	padding-left:16px;
}
.gearWorld .gearmanGrad {
	position:relative;
	right:80px;
}

/* INTERIOR */
.topInt .row {
	/*padding:12px 0;*/
	padding: 8px 0;
}
.breadcrumbs {
	overflow:hidden;
	clear:both;
	margin:0;
	font-size: 14px;
}
.breadcrumbs li {
	padding:0;
	list-style:none;
	float:left;
}
.breadcrumbs li::after {
	content:">";
	padding:8px;
}
.breadcrumbs li:last-of-type::after {
	content:"";
	display:none;
}

.interior .title {
	margin-bottom:8px;
}
.interior .subtitle {
	font-weight:300;
	color:inherit;
	font-size:24px;
}

.interior .banner .inner {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:180px;
	margin-bottom:16px;
}
.interior .divider {
	border-bottom:2px solid #000;
}

.interior .bodyContent h3 {
	color:inherit;
	font-size:24px;
}

/* PRODUCT OVERVIEW */
.productCatBlock {
	margin-bottom:32px;
}
.productCatBlock img {
	margin:0 auto 32px;
}
.productCatBlock p {
	font-size:14px;
}

/* PRODUCT CATEGORY SINGLE*/	
.bodyContent .img-responsive,
.newsItem .img-responsive{
	margin:16px auto;
}

/* NEWS AREA */
.newsItem {
	margin-bottom:32px;
}
.newsItem h3 {
	color:#005bab;
	margin-bottom:16px;
}
.newsItem .news-util {
	display:inline-block;
	font-size:14px;
	font-style:italic;
	color:#999;
	margin-bottom:16px;
}
.newsItem a {
	text-decoration:none;
}
.newsItem a:hover,
.newsItem a.news-link {
	text-decoration: underline;
}
.newsItem hr {
	color: #AAA;
	background-color: #AAA;
}
.newsDate {
	display:inline-block;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#999;
	margin-bottom:16px;
}


/* GEAR WORLD */
.gearWorldMenu {
	margin:0;
	padding:0;
}
.gearWorldMenu li {
	list-style:none;
}
.gearWorldMenu li a {
	display:block;
	background:#ec1c24;
	color:#FFF;
	padding:6px 8px;
	border-bottom:1px solid #FFF;
	text-decoration:none;
}
.gearWorldMenu li:hover a {
	background:#A00;
}

/* FOOTER */
.preFooter .navGears {
	text-align:center;
	padding:0;
}
.preFooter .navGears li {
	height:24px;
	width:24px;
	display:inline-block;
	background:url(../images/gear-sprite.png) no-repeat 0px -57px;
	cursor:pointer;
	margin:0 -2px;
	transition:animation linear 440ms;
}
.preFooter .navGears:hover li {
	-ms-animation:rotate ease-in-out infinite 880ms;
	-moz-animation:rotate ease-in-out infinite 880ms;
	-webkit-animation:rotate ease-in-out infinite 880ms;
	animation:rotate ease-in-out infinite 880ms;
}
.preFooter .navGears:hover li:nth-of-type(2) {
	-ms-animation:rotatecounter ease-in-out infinite 880ms;
	-moz-animation:rotatecounter ease-in-out infinite 880ms;
	-webkit-animation:rotatecounter ease-in-out infinite 880ms;
	animation:rotatecounter ease-in-out infinite 880ms;
}
.preFooter .navGears li:hover {
	background:url(../images/gear-sprite.png) no-repeat 0px 0px;
}
.preFooter .carousel-item .inner {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:240px;
	position:relative;
}
.preFooter .carousel-item .title {
	padding:16px;
	color:#FFF;
	font-weight:700;
}
.preFooter .carousel-item a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.footer {
	background-color:#005bab;
}
.footer .footerNav {
	display: flex;
	flex-wrap: wrap;
	padding:0;
}

.footer .footerNav li {
	display:inline-block;
	/*margin:0 32px 0 0;*/
	margin-bottom: 1rem;
	margin-right: 2rem;
}
.footer .footerNav li a {
	color:#FFF;
}
.footer .copyright {
	font-size:12px;
	color:#FFF;
	opacity:0.8;
}
.footer #siteSealFauxBadge {
	display: inline-block;
}

.unitChange,
.productUnitChange {
	padding:6px 8px;
}
.productUnitChange {
	width:50% !important;
}

@media screen and (max-width:1024px){
	.auxInfo {
		left: 36%
	}
}

@media screen and (max-width:768px){
	.block {
		margin-bottom:32px;
	}
	.header .gearman{
		bottom:83px;
		width: 140px;
	}
	.auxInfo {
		padding-top:8px;
		border-top:2px solid #ec1c24;
		width:50%;
		left:54%;
	}
	nav ul.mainMenu {
		text-align:center;
	}
}

@media screen and (max-width:480px) {
	.block {
		margin-bottom:32px;
	}
	.container > .row {
		padding:16px 0;
	}
	.btn {
		width:100%;
	}

	.loginStatus,
	.aux-info-new {
		text-align: center !important;
	}
	.header.site-header-two .login-strip .aux-info-new {
		margin-bottom: 16px;
	}
	.loginStatus .btn {
		width: 48%;
	}
	.btn-divide {
		display:none;
	}

	.auxInfo {
		position:static;
		text-align:center;
	}
	.gearman {
		display:none;
	}
	.breadcrumbs {
		margin-bottom:0;
	}
	.mobileIcon {
		display:inline-block;
	}
	.header .lower nav ul {
		display:none;
	}
	.auxInfo {
		display:none;
	}
	.mainMenu > li {
		width:100%;
	}
	.searchWrap,
	.searchWrap .inputWrap,
	.searchWrap .catalogLink {
		width:100%;
		position:relative;
	}
	.splash .callout.bg {
		padding:32px;
		width:400px;
		height:400px;
		position:relative;
		/*left:-48px;*/
	}
	.splash .callout.content {
		padding:32px;
		margin-top:-370px;
		width:100%;
	}
	.prodCat {
		height:150px;
		margin-bottom:0;
	}
	.extraInfoCalls .recentNews::before {
		content:"";
		display:none;
	}
}

/* CDS Product Listing Page */
#products-list-display .details table {
	font-size: 12px;
	width: 100%;
}

	#products-list-display .details table tr td {
		vertical-align: top;
	}

/* RTE images */

.bodyContent img {
	max-width: 100% !important;
	height: auto !important;
}

/* Responsive Embed Video */

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

	.video-responsive iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
	}

/*Product Detail Page */
#CadDL {
	margin-bottom: 2rem;
}

/*Product Listing Page */

@media(max-width: 1199px) {

	.util-item.grid {
		display: none;
	}
}

@media(max-width: 480px) {

	.compareWrap {
		display: flex;
		padding: 0rem;
		justify-content: space-evenly;
		align-items: center;
	}

		.compareWrap label {
			margin-bottom: 0rem;
			font-size: 1.4rem;
		}

	/* Product Listing Search page */
	.utilityBar::after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #ccc;
		position: relative;
		display: block;
		padding-top: 0rem;
		top: 10px;
	}

	.utilityBar .btn.btn-info.btn-sm {
		margin-bottom: 1rem;
	}


	/* Cart */

	.item-price, .cart-product, .subtotal {
		padding: 0rem;
	}

	.subtotal {
		padding-right: 0rem;
	}

	.cart-btn {
		width: 3rem !important;
	}

	.bottom-cart-btn {
		margin-bottom: .5rem;
	}

	/* Handlebars template */

	.productSkip {
		margin-bottom: 1rem;
		display: block;
	}
}

@media (min-width: 481px) {

	.productSkip {
		display: none;
	}
}

/*Cart*/
@media (min-width: 768px) and (max-width: 992px) {
	#cart .qtyInput {
		width: 100% !important;
	}

	.unitPrice {
		padding: 0rem;
	}
}

/* Compare products page */
#comparePage.compareWrap {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#comparePage #compare-reference-column.reference-col {
	padding-right: 0rem !important;
}


.compare-swipe {
	display: none;
}

	.compare-swipe.showText {
		display: block;
	}

@media(min-width: 992px) {
	.compare-swipe,
	.compare-swipe.showText {
		display: none;
	}
}



	/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
