
/* ==== TEMPLATE STYLES =====================================================
 * Author: Ryan Rosati 
 * Website: www.knotandrope.com
 * Date: 10/20/2015 
 * Copyright 2015 Ryan Rosati 
 * 
 */
 
 /* =============================================================================
   $BASE
   ========================================================================== */
 
	html {  
		font-family: sans-serif; 
		-webkit-text-size-adjust: 100%; 
		-ms-text-size-adjust: 100%; 
		min-height: 100%;
	} 
	
	body {				 	 
		background: #fff;
		color: #000; 
		-webkit-font-smoothing: antialiased;
		margin: 0;
		min-height: 100%;
		position: relative;  
	}
	
	::-moz-selection { 
		background: #fe57a1; 
		color: #fff; 
		text-shadow: none; 
	}
	
	::selection { 
		background: #fe57a1; 
		color: #fff;
		text-shadow: none; 
	} 
	 
 /* =============================================================================
   $TYPOGRAPHY
   ========================================================================== */
  
	h1, h2, h3, h4, h5, h6	{
		line-height:1;
		margin:20px 0;
	} 

	@font-face {
	  font-family: 'Gotham-Book';
	  src: url('../fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
	  	   url('../fonts/Gotham-Book/Gotham-Book.otf')  format('opentype'),
		   url('../fonts/Gotham-Book/Gotham-Book.woff') format('woff'), 
		   url('../fonts/Gotham-Book/Gotham-Book.ttf')  format('truetype'), 
		   url('../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Gotham-Bold';
	  src: url('../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  
	  	   url('../fonts/Gotham-Bold/Gotham-Bold.otf')  format('opentype'),
		   url('../fonts/Gotham-Bold/Gotham-Bold.woff') format('woff'), 
		   url('../fonts/Gotham-Bold/Gotham-Bold.ttf')  format('truetype'), 
		   url('../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Gotham-Black';
	  src: url('../fonts/Gotham-Black/Gotham-Black.eot?#iefix') format('embedded-opentype'),
	  	   url('../fonts/Gotham-Black/Gotham-Black.otf')  format('opentype'),
		   url('../fonts/Gotham-Black/Gotham-Black.woff') format('woff'), 
		   url('../fonts/Gotham-Black/Gotham-Black.ttf')  format('truetype'), 
		   url('../fonts/Gotham-Black/Gotham-Black.svg#Gotham-Black') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "SSStandard";
	  src: url('../fonts/ss-standard/ss-standard.eot');
	  src: url('../fonts/ss-standard/ss-standard.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/ss-standard/ss-standard.woff') format('woff'),
	       url('../fonts/ss-standard/ss-standard.ttf')  format('truetype'),
	       url('../fonts/ss-standard/ss-standard.svg#SSStandard') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "SSSocialCircle";
	  src: url('../fonts/ss-social-circle/ss-social-circle.eot');
	  src: url('../fonts/ss-social-circle/ss-social-circle.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/ss-social-circle/ss-social-circle.woff') format('woff'),
	       url('../fonts/ss-social-circle/ss-social-circle.ttf')  format('truetype'),
	       url('../fonts/ss-social-circle/ss-social-circle.svg#SSSocialCircle') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "SSSymbolicons";
	  src: url('../fonts/ss-symbolicons-line/ss-symbolicons-line.eot');
	  src: url('../fonts/ss-symbolicons-line/ss-symbolicons-line.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/ss-symbolicons-line/ss-symbolicons-line.woff') format('woff'),
	       url('../fonts/ss-symbolicons-line/ss-symbolicons-line.ttf')  format('truetype'),
	       url('../fonts/ss-symbolicons-line/ss-symbolicons-line.svg#SSSymboliconsLine') format('svg');
	  font-weight: 300;
	  font-style: normal;
	}

	strong {
		font-family: 'Gotham-Bold';
	}

	.text-center {
		text-align: center;
	}
 
/* =============================================================================
   $COLORS
   ========================================================================== */

   .krs-txt-grey { color:#555555;}
   .krs-orange	 { color:#ff7300;}
   .krs-green 	 { color:#99ca3c;}
   .krs-red 	 { color:#f04e23;}
   .krs-blue 	 { color:#8ed8f8;} 

   .krs-bg-orange { background-color: #ff7300; }
   .krs-bg-green  { background-color: #99ca3c; }
   .krs-bg-red    { background-color: #f04e23; }
   .krs-bg-teal   { background-color: #386e71; }
   .krs-bg-lgBlue { background-color: #00aeef; }
   .krs-bg-purple { background-color: #ed1a3b; }
   .krs-bg-gray   { background-color: #555555; } 
   .krs-bg-orange-back 	{ background-color: #ff7300; width: 50% !important; } 
   .krs-bg-gray-back 	{ background-color: #555555; width: 50% !important; } 
   .krs-bg-teal-back 	{ background-color: #386e71; width: 50% !important; } 
   .krs-bg-green-back 	{ background-color: #99ca3c; width: 50% !important; }
      
 
  /* =============================================================================
   $links
   ========================================================================== */

   a {
   		color:#ff7300;
   }

   a:hover {
   		color:#8ed8f8;
   }


/* =============================================================================
   $BUTTONS
   ========================================================================== */

   .krs-btn { 
   		display: inline-block;
   		min-width: 145px;
   		text-align: center;
   		color: #fff;
   		font-family: 'Gotham-Bold';
   		padding: 0 10px;
   		line-height: 38px;
   		border-radius: 4px;

		-webkit-transition: background-color .25s, box-shadow .15s;
		transition: background-color .25s, box-shadow .15s;	
   }
   
   .krs-btn-info { 
   		display: inline-block;
   		min-width: 185px;
   		text-align: center;
   		color: #fff;
   		font-family: 'Gotham-Bold';
   		padding: 0 10px;
   		line-height: 38px;
   		border-radius: 4px;

		-webkit-transition: background-color .25s, box-shadow .15s;
		transition: background-color .25s, box-shadow .15s;	
   }
	   	.krs-btn:hover {
	   		text-decoration: none;
	   		color: #fff;
	   	}

	   	.krs-btn:active {
			-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	   	}

   .krs-btn-green {
   		background-color: #99ca3c;
   }

	   	.krs-btn-green:hover {
	   		background-color: #ff7300;
	   	}

   .krs-btn-blue {
   		background-color: #8ed8f8;
   } 
	   	.krs-btn-blue:hover {
	   		background-color: #ff7300;
	   	}

   .krs-btn-gray {
   		background-color: #3b3b3b;
   }    
   
	   	.krs-btn-gray:hover {
	   		text-decoration: none;
	   		color: #8ed8f8;
	   	}

   .krs-btn-orange {
   		background-color: #ff7300;
		color: #ffffff !important;
   }    
   
	   	.krs-btn-orange:hover {
	   		text-decoration: none; 
	   		background-color: #8ed8f8;
	   	}

	.krs-btn-remove {
		background-color: #750b0b;
		text-transform: uppercase;
	    margin-top: 10px;
	}

		.krs-btn-remove-icon,
		.krs-gl-galleryIcon { 
			font-family: "SSStandard";
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
			text-rendering: optimizeLegibility;
			white-space: nowrap;
			line-height: 1;
			margin-top: 1px;
			margin-right: 5px;
			display: inline-block;
		}

		.krs-btn-remove:hover {
			background-color: #000;
		}

   .krs-btn-newsletter { 
   		display: inline-block;
		font-family: "SSSocialCircle";
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		text-rendering: optimizeLegibility;
		white-space: nowrap;
		vertical-align: middle;
   } 
   
 @media (max-width: 768px) { 
   
   .krs-btn-info { 
   		display: inline-block;
   		min-width: 140px;
   		text-align: center;
   		color: #fff;
   		font-family: 'Gotham-Bold';
   		padding: 0 10px;
   		line-height: 30px;
   		border-radius: 4px;

		-webkit-transition: background-color .25s, box-shadow .15s;
		transition: background-color .25s, box-shadow .15s;	
   }
    #catalog-list h3 {
        padding-left: 0 !important;
        padding-top:20px!important;
    }
    #sidebar-products {
        padding-bottom:20px!important;
    }
 }
 

/* =============================================================================
   $HEADER
   ========================================================================== */

   #krs-header {
   		background: url('../images/krs-city-trees-bg.jpg') center center no-repeat #7abad5;   
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;  
   		font-size: 14px;
   		font-family: 'Gotham-Book';
   }
 
	   #krs-header-top {
	   		background: rgba(37, 37, 37, .85);
	   		color: #ffffff;
	   		height: 40px;

			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row; /* works with row or column */
			flex-direction: row;
			-webkit-align-items: center;
			align-items: center; 
	   }

		   #krs-header-top a {
				color: #ff7300;
				text-decoration: none;
				font-family: 'Gotham-Bold';
		   } 

			   #krs-header-top a:hover {
			   		color:#8ed8f8;
			   }

		   .krs-header-CC {
		   		background: url('../images/creditCards-sprite.png') no-repeat;
		   		display: inline-block;
		   		width: 39px;
		   		height: 26px;
	   		    vertical-align: middle;
		   }

		   		.amex-cc	 { background-position: 0 0; }
		   		.discover-cc { background-position: -40px 0; }
		   		.visa-cc 	 { background-position: -80px 0; }
		   		.master-cc 	 { background-position: -120px 0; }
		   		.flat-cc 	 { background-position: -160px 0; }

		#krs-header-brand {
			height: 89px; 

			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row; /* works with row or column */
			flex-direction: row;
			-webkit-align-items: center;
			align-items: center; 
		}

			#krs-header-brand-logo {
				display: block;
			}

@media (max-width: 768px) {

	#krs-header-brand-logo img {
		width: 100%;
		height: auto;
	}
	
}  


/* =============================================================================
   $NAV
   ========================================================================== */

   #krs-header-nav {
		font-family: 'Gotham-Bold';
		background: #252525;
		color: #f2f2f2;
		font-size: 13px;
		position: relative;
		border: none;
		border-radius: 0;
		min-height: 100%;
		margin-bottom: 0;
   }

	.navbar-default .navbar-toggle {
		background-color: #ff7300;
		margin: 0;
		float: none;
		border: none;
		border-radius: 0;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		width: 55px;
	}
		.navbar-default .navbar-toggle:focus,
		.navbar-default .navbar-toggle:hover {
			background-color: #ff7300;
		}

		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #fff;
			width: 35px;
			padding: 1px;
		}

	.navbar-collapse {
		border: none;
		padding: 0;
	}

	.krs-header-nav-col {
		padding: 0;
		position: inherit;
		float:left;
	}
 
 
		#krs-header-nav-links {
			padding: 0;
			margin: 0;
			list-style: none; 
			position: inherit;
		}

			#krs-header-nav-links > li {
				display: block;
				float:left; 
				position: inherit;
			}

				#krs-header-nav-links > li > a {
					text-transform: uppercase;
					color: #f2f2f2; 
					display: block;
					padding: 15px;
					line-height: 1;
					text-decoration: none;
				}

					#krs-header-nav-links > li > a:hover,
					#krs-header-nav-links .krs-dropdown:hover > a {
						background: #8ed8f8;
						color:#252525;
					}

			/* dropdown */ 

				#krs-header-nav-links .krs-dropdown-container {
					display: none;
					top:100%; 
					width: 100%;
					background: #252525;
					padding: 20px 0 40px;
					position: absolute;
					left: 0;
					z-index: 999999; 
					border-top: 1px solid #8ed8f8;

				}

					#krs-header-nav-links .krs-dropdown-heading {
						font-family: 'Gotham-Black';
						color:#fff;
						padding:20px 0;
						margin: 0 0 20px 0;
						font-size: 48px;
						position: relative;
						display: block;
					}  

					#krs-header-nav-links .krs-dropdown-list {
						margin:0;
						padding:0;
						list-style: none;
					}

						#krs-header-nav-links .krs-dropdown-list a {
							line-height: 1.7;
							color:#fff;
							font-family: 'Gotham-Book';
							font-size: 12px;
						}

							#krs-header-nav-links .krs-dropdown-list a:hover {
								color:#8ed8f8 !important;
								text-decoration: none;
								background: none !important;
								 
							}
					#krs-header-nav-links .krs-dropdown-image {
						width:100%;
						height: auto;
					}  

		#krs-header-nav-iconContainer {
			float:right;
			list-style: none;
			padding: 0;
			margin: 0;
			position:relative;
			z-index:1;
		}

			#krs-header-nav-iconContainer > li {
				display: block;
				float:left; 
				position: relative;
			}

				.krs-header-nav-icon {
					font-family: "SSStandard";
					padding: 12px 10px;
					color:#f2f2f2; 
					display: block;		
					text-decoration: none;	
					position: relative;	
				    z-index: 999;
				}

					.krs-header-nav-icon:hover {
						color:#8ed8f8;
						text-decoration: none;
					}

					.krs-header-nav-icon:focus,
					.krs-header-nav-icon:active	 { 
						text-decoration: none;
					}

					.krs-header-nav-icon-bubble {
						display: block;
						position: absolute;
						top: 3px;
						left: 24px;
						z-index: 200;
						background: #8ed8f8;
						color: #252525;
						padding: 1px 5px;
						min-width: 50px;
						font-size: 11px;
						text-align: center;
						border-radius: 5px;
						font-family: 'Gotham-Bold';
						white-space: nowrap;
					}
					
					a.viewAll	{
						font-size: 14px !important;
						padding: .1em 0 .1em 5px !important;
						text-shadow: none !important;
						font-weight: normal !important;
						background:none !important;
						display:inline !important;
	}

				/*dropdown back-drop */
				#krs-header-nav-iconContainer .dropdown-backdrop {
					background: rgba(0,0,0,.5);
				}

				/*dropdown cart contents */
				#krs-header-nav-iconContainer li.open .krs-header-nav-icon  {
					background: #8ed8f8;
					color: #252525;
				}

				#krs-header-nav-iconContainer li .dropdown-menu {
					margin: 0;
				    padding: 0;
					border-radius: 0; 
					right: 0;
					left: auto;
					min-width: 350px;
					background: #252525;
					color: #fff;
					border-top: 1px solid #8ed8f8;
				}

					/* Shopping Cart dropdown list of items container */
					.shoppingCartContainer {
						margin:0;
						padding:0;
						list-style: none;
					}

						.shoppingCartContainer li {
							padding: 20px;
							border-bottom: 1px solid #8ed8f8; 

							display: -webkit-flex;
							display: flex;
							-webkit-flex-direction: row; /* works with row or column */
							flex-direction: row;
							-webkit-align-items: center;
							align-items: center; 

						}

							/* Image */
							.shoppingCartContainer li .pcQuickCartImage {
								width: 50px;
								height: 50px; 
								overflow: hidden;
								background: #fff;
							    margin-right: 10px;
							}

								.shoppingCartContainer li .pcQuickCartImage a {
									display: -webkit-flex;
									display: flex;
									-webkit-flex-direction: row; /* works with row or column */
									flex-direction: row;
									-webkit-align-items: center;
									align-items: center;
									-webkit-justify-content: center;
									justify-content: center;
								}

									.shoppingCartContainer li .pcQuickCartImage img {
										width: 45px;
										height: auto;
										display: block;
									}

							/* Description */			
							.shoppingCartContainer li .pcQuickCartDescription { 
								font-size: 12px; 
							}

				#krs-header-nav-iconContainer .krs-dropdownmenu-button {
					margin: 10px 0;
					text-align: center;
				}

					#krs-header-nav-iconContainer .krs-dropdownmenu-button .krs-btn {
						cursor: pointer;
					}

	#krs-header-nav-links address {
		padding: 15px;
		font-size: 16px;
		border-top: 1px solid #fff;
		font-family: 'Gotham-Book';
	}
 
/* Tablets and Phones */
@media (max-width: 768px) { 

	.navbar-collapse {
	    z-index: 999999;
	    position: absolute;
	    width: 100%;
	    overflow: hidden;
	    top: 100%;
	    left:0;
	    height: auto;
	    background-color: rgb(255, 115, 0);
        max-height: inherit;
        box-shadow: 0 2px 2px rgba(0,0,0,.5);
	}

	#krs-header-nav-links {
		position: relative;
	}

	#krs-header-nav-links > li {
		float:none;
	}

	#krs-header-nav-links > li > a {
		font-size: 18px;
	}
  
	#krs-header-nav-links .krs-nav-active > a {
		background: #8ed8f8;
		color: #252525;
	}

	#krs-header-nav-links .krs-nav-active .krs-dropdown-container {
	    display: block;
	    position: relative;
	    height: auto;
	    padding: 5px 0;
	    overflow: auto;
	    border-bottom: 2px solid #8ed8f8;
	    margin-bottom: 25px;
	}
	

	#krs-header-nav-iconContainer li .dropdown-menu {
	    min-width: 250px;
	}

	.krs-header-nav-icon {
	    padding: 12px 10px;
		font-size: 18px;
	}  

	#krs-header-nav-links .krs-dropdown-list a {
		font-size: 16px;
		text-transform: none;
		display: block;
		padding: 4px 15px;
		font-weight: bold;
	}

			#krs-header-nav-iconContainer > li {
				display: block;
				float:left; 
				position: relative;
			}

} 

 

/* Small Desktops, tablets, and phones */
@media (max-width: 992px) { 
 
	.krs-header-nav-icon-bubble {
		display: inline-block;
		top: -5px;
		left: 0;
		position: relative;
		font-size: 12px;
	}

}  

/* Desktops */
@media (min-width: 768px) {

	/* dropdown */
	#krs-header-nav-links .krs-dropdown:hover .krs-dropdown-container { 
		display: block !important;
	}

}



/* =============================================================================
   $SEARCH
   ========================================================================== */

   /* main search */

   .ks-main-search {
   		display: block;
   		width: 100%; 
   		margin: 60px 0 !important;
   }


		.ks-main-search-text {
			font-size: 48px;
			font-family: 'Gotham-Bold';
			color: #cccccc;
			border: none;
			width:92%;
			display: block;
			float:left;
			height: 74px;
		    box-shadow: none;
		    border-radius: 0;
		    border-bottom: 1px solid #cccccc;
		}

		.ks-main-search-button {
			display: block;
			float:left; 
			font-size: 36px;
			font-family: "SSStandard";
			color: #fff;
			border:none;
			background-color: #ff7300;
			width: 8%;
			height: 74px;
			line-height: 80px;
			text-align: center;
		}

			.ks-main-search-button:hover {
				background-color: #8ed8f8;
			} 

/* =============================================================================
   $HOMEPAGE
   ========================================================================== */

   /* top grid */

	#krs-mainGrid { 
		margin: 0 0 60px 0; 
		padding:0;
		border: 1.5px solid #cccccc;
		list-style: none;
		width: 100%;
		position: relative;
	}

		.krs-mainGrid-column {
			width: 20%;
			height: 175px;
		    max-height: 475px;
			display:inline-block;
			vertical-align: top;
		}

			/* pointer */
			.krs-mainGrid-column.og-expanded > a::after {
				top: auto;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
				border-bottom-color: #cccccc;
				border-width: 25px;
				left: 50%;
				margin: -50px 0 0 -25px;
				z-index: 9999;
			}
				
				/* Safari 5+ ONLY */
    			_::-webkit-full-page-media, _:future, :root 
					.krs-mainGrid-column.og-expanded > a::after {
     					margin: 123px 0 0 -25px;
					}
			
			
@-moz-document url-prefix() { 
  			.krs-mainGrid-column.og-expanded > a::after {
     			margin: 123px 0 0 -25px;
  			}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.krs-mainGrid-column.og-expanded > a::after {
     			margin: 123px 0 0 -25px;
  			}
}

			.krs-mainGrid-container { 
				border: 1.5px solid #cccccc;
				position: relative;
				outline: none;
				display: block;  
				height: 175px;
				overflow: hidden;
			}

			.krs-mainGrid-container-back { 
				border: none;
				position: relative;
				outline: none;
				display: block;  
				height: 157px;
				overflow: hidden;
			}

				.krs-mainGrid-container img {
					position: relative;
					outline: none;
					border:none;
					z-index: 1;
					width: 100%;
				}

				.krs-mainGrid-container span {
					display: block;
					position: absolute;
					z-index: 200;
					bottom: 10px;
					width: 80%;
					margin-left: 10px;
					margin-right: 50px;
					padding: 10px;
					font-family: 'Gotham-Black';
					color: #fff;
					text-transform: uppercase;
					font-size: 14px;
					line-height: 1.2;
				}

				.krs-mainGrid-container-back span {
					display: block;
					position: absolute;
					z-index: 200;
					bottom: 10px;
					width: 80%;
					margin-left: 10px;
					margin-right: 50px;
					padding: 10px;
					font-family: 'Gotham-Black';
					color: #fff;
					text-transform: uppercase;
					font-size: 14px;
					line-height: 1.2;
				}


				/* expander */
 
				.og-expander {
					position: absolute; 
					top: auto;
					left: 0;
					width: 100%; 
					text-align: left;
					height: 0;
				    max-height: 310px;
					overflow: hidden;
					background: #f2f2f2; 
					color: #555555;
					font-size: 16px;
					font-family: 'Gotham-Book';  
				}

				.og-expander-inner {
					padding: 20px 60px 20px 20px;
					height: 100%;
				}

				.og-close {
					position: absolute;
					width: 40px;
					height: 40px;
					top: 20px;
					right: 20px;
					cursor: pointer;
				}

				.og-close::before,
				.og-close::after {
					content: '';
					position: absolute;
					width: 100%;
					top: 50%;
					height: 1px;
					background: #888;
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
				}

				.og-close::after {
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}

				.og-close:hover::before,
				.og-close:hover::after {
					background: #333;
				}

				.og-fullimg,
				.og-details {  
					height: 100%;
					overflow: hidden;
					position: relative;
				} 

				.og-fullimg {
					text-align: center;
					display: none;
				}

				.og-fullimg img {
					display: none;
				}

				.og-details h3 { 
					font-size: 40px;
					font-family: 'Gotham-Black';
					text-transform: uppercase;
					margin:0 0 20px 0;
				} 

					.og-details h3 small {
						font-size: 16px;
						font-family: 'Gotham-Book';
						text-transform: none;
					}


					.og-details ul { 
					    padding: 0 15px;
					    list-style: initial;
					}

					.krs-mainGrid-ino-secondHeading {
						display: block;
						font-size: 24px;
						color: #ff7300;
						margin: 0 0 10px 0;
						font-family: 'Gotham-Black';
					}

					.og-expander-inner .krs-btn {
						position: absolute;
						bottom: 30px;
						right: 20px;
					}

				.og-loading {
					width: 20px;
					height: 20px;
					border-radius: 50%;
					background: #ddd;
					box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -25px 0 0 -25px;
					-webkit-animation: loader 0.5s infinite ease-in-out both;
					-moz-animation: loader 0.5s infinite ease-in-out both;
					animation: loader 0.5s infinite ease-in-out both;
				}

				@-webkit-keyframes loader {
					0% { background: #ddd; }
					33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
					66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
				}

				@-moz-keyframes loader {
					0% { background: #ddd; }
					33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
					66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
				}

				@keyframes loader {
					0% { background: #ddd; }
					33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
					66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
				}

				@media screen and (max-width: 830px) {

					.og-expander h3 { font-size: 32px; }
					.og-expander p { font-size: 13px; }
					.og-expander a { font-size: 12px; }

				}

				@media screen and (max-width: 650px) {

					.og-fullimg { display: none; }
					.og-details { float: none; width: 100%; }
					
				}  

@media (max-width: 768px) { 

	#krs-mainGrid {
		margin: 0 0 30px 0;
	}

	.krs-mainGrid-column {
		width: 33.333333%;
		height: 77px;
		max-height: 235px;
		background-color: #cccccc;
	}

		.krs-mainGrid-container {
			height: 77px;
		}

			.krs-mainGrid-container span {
				font-size: 9px;
			    padding: 5px;
			}

			.og-expander h3 {
			    font-size: 14px;
			}
				.og-details h3 small {
				    display: block;
				    font-size: 13px;
			        margin: 0 0 5px 0;
				}

			.og-expander {
				max-height: 160px;
			}
} 

/* ============== $WELCOME ============== */
	#krs-welcome {
		font-family: 'Gotham-Book'; 
		color: #555555;
	    font-size: 13px;
	    line-height: 2;
	}

		#krs-welcome > .col-md-7 {
			padding-right: 20px;
		}

		#krs-welcome .krs-mainHeading {
			font-family: 'Gotham-Black';
			font-size: 48px;
			line-height: 1;
			margin:0 0 20px 0;
			text-transform: uppercase; 
		}

			#krs-welcome .krs-mainHeading small {
				display: block;
				font-size: 24px;
			}

		.krs-mainHeading-2 {
			font-size: 24px;
			line-height: 1;
		}

		#krs-welcome a {
			color:#ff7300;
		}

			#krs-welcome a:hover {
				color:#8ed8f8;
			}
	  
	/* homepage welcome slider */

	#krs-welcome .slider-wrapper {
		border: 3px solid #ff7300;
		position: relative;
	}

		#krs-welcome .slider-wrapper:after {
			display: block;
			position: absolute;
			content: '';
			width: 73px;
			height: 50px;
			background: #fff;
			top:0;
			left:0;
			z-index: 1000;
			border-bottom: 3px solid #ff7300;

		    -ms-transform: 	   rotate(-45deg);					      
		    -webkit-transform: rotate(-45deg); 					     
		    transform:         rotate(-45deg);

		    /* depends on where you want the text.. just change orgin of rotation */
		    -ms-transform-origin:     0 100%; /* IE 9 */
		    -webkit-transform-origin: 0 100%; /* Chrome, Safari, Opera */
		    transform-origin:         0 100%;
		}
 

		#krs-welcome .nivoSlider {
			margin: 0;
		}

		#krs-welcome .nivo-caption {
			display: none !important;
		}

		/* bullet nav */  
		#krs-welcome .nivo-controlNav {
			display: block;
			position: absolute;
			bottom: 0;
			z-index: 999999;
		    width: 100%;
		    padding: 0;
		    height: 10px;
		    margin: 7px 0; 
		}

		 	#krs-welcome .nivo-controlNav a {
		 		border-radius: 50%;
		 		background-image: none;
		 		background-color: #555555; 
		 		width: 10px;
		 		height: 10px;
			}

				#krs-welcome .nivo-controlNav a.active {
				    background-position: 0;
				    background-color: #ff7300;
				}

/* hide homepage welcome text ... for now */

	
	#pcFeaturedProductsList	 { 
		display: none !important;
	}


	.krs-line {
		border: 0 !important;
		border-top: 0 !important;
		display: block;
		width: 100%;
		height: 5px;
		background: #f2f2f2;
		margin: 40px 0 !important;
	}

@media (max-width: 768px) { 

	#krs-welcome .krs-mainHeading small {
		font-size: 12px;
	}

	#krs-welcome .krs-mainHeading {
		font-size: 22px;
	}

	#krs-welcome .krs-mainHeading-2 {
	    font-size: 18px;
	}

	#krs-welcome p {
		font-size: 14px;
	    line-height: 1.5;

	}

	#krs-welcome .slider-wrapper:after {
		display: none;
	}

} 


/* ============== $RESOURCES ============== */  

	.krs-secondaryHeading {
		text-transform: uppercase;
		color: #555555;
		font-size: 36px;
		font-family: 'Gotham-Black';
		margin: 0 0 30px 0;
	}

	/* KRS homepage accordion style */	 
 	.krs-accordion > ul {
 		margin: 0 0 60px 0;
 		padding: 0;
 		list-style: none;
 	}
	
		.krs-accordion > ul > li {
			float: left;
			height: 275px;
			overflow: hidden;
		}
   			
   			.krs-accordion-spine {
			    display: block;
			    height: 100%;  
			    float: left;
			    background: #ff7300; 
   			}
   				.krs-accordion > ul > li:nth-child(2) .krs-accordion-spine { background: #99ca3c;}
   				.krs-accordion > ul > li:nth-child(3) .krs-accordion-spine { background: #f04e23;}

   				.krs-accordion-spine-link {
					font-family: 'Gotham-Black';
					font-size: 18px;
					color: #e3e3e3;
					line-height: 1;
					display: block;
					position: relative;
					width: 100%;
					height: 100%;
					/* has to have a width */
					width: 64px;
   				}

   					.krs-accordion-spine-link:hover,
   					.krs-accordion-spine-link:focus {
   						color: #fff;
   					}

   					/* spine numbering  */
   					.krs-accordion-spine-link-number {
   						position: absolute;
   						top: 20px;
					    left: 0;
					    text-align: center;
					    width: 100%;
				        display: block;
				        font-family: "SSStandard";
						color: #ffffff;
   					}

   					.krs-accordion-spine-link-text {					  
					    position: absolute;					    
					    left: 100%; 
					    bottom: 0;
				        min-width: 167px; 
				        /* height has to be the same as the width in .krs-accordion-spine-link */
				        height: 64px;
			    	    padding: 0 20px;
						color: #ffffff;

						display: flex;
						-webkit-flex-direction: row; /* works with row or column */ 
						flex-direction: row;
						-webkit-align-items: center;
						align-items: center;  

					    -ms-transform: 	   rotate(-90deg);					      
					    -webkit-transform: rotate(-90deg); 					     
					    transform:         rotate(-90deg);

					    /* depends on where you want the text.. just change orgin of rotation */
					    -ms-transform-origin:     0 100%; /* IE 9 */
					    -webkit-transform-origin: 0 100%; /* Chrome, Safari, Opera */
					    transform-origin:         0 100%;
					}

   			.krs-accordion-info {
				display: block;
				width: 0;
				overflow: hidden;
				height: 100%;
				position: relative;
				float: left; 

				-webkit-transition: width 1s ease-in-out;
				-moz-transition: width 1s ease-in-out;
				-o-transition: width 1s ease-in-out;
				transition: width 1s ease-in-out;
   			}

   				.krs-accordion-info > div {
   					border:3px solid #ff7300;
   					background: #f2f2f2;
					position: absolute;
					top: 0;
					left: 0;
					padding: 20px;
					width: 100%;
					height: 100%;
					color: #555555;
					font-size: 14px;
   				}

   				.krs-accordion > ul > li:nth-child(2) .krs-accordion-info > div { border-color: #99ca3c; }
     			.krs-accordion > ul > li:nth-child(3) .krs-accordion-info > div { border-color: #f04e23; } 

     	/* accordion content styles */	
 
		.krs-accordion h3 {
			color: #555555;
			margin: 0 0 20px 0;
			text-transform: uppercase;
			font-size: 30px;
			font-family: 'Gotham-Black';
		}

		/* Popular Products */

		.krs-accordion-grid {
		    margin: 0;
		    padding: 0;
		    list-style: none;
		    height: 272.5px;
		    position: absolute;
		    top: -20px;
		    right: -20px;
		}

			.krs-accordion-grid li {
				float: left;
				width: 33.33%;
				height: 50%;
				display: block;
				overflow: hidden; 
			}

			#krs-accordion-popPrd li,
			#krs-accordion-gallery li {
				border-bottom: 3px solid #ff7300;
				border-left: 3px solid #ff7300;			
			}

			#krs-accordion-videos li {
				border-bottom: 3px solid #99ca3c;
				border-left: 3px solid #99ca3c;				
			} 


				.krs-accordion-grid li a {
					display: block;
					width: 100%;
					height: 100%;
					position: relative;
				}

					.krs-accordion-grid-title {
						display: block;
						padding: 10px;
						width: 130px;
						color: #fff;
						position: absolute;
						bottom: 10px;
						left: 10px;
						line-height: 1.2;
						font-family: 'Gotham-Black';
					}

					.krs-accordion-grid li a img {
						min-height: 100%;
					} 

			#krs-accordion-pinterest a {
				border-bottom: 3px solid #99ca3c;
				border-left: 3px solid #99ca3c;	
			}

			#krs-accordion-retail a { 
				border-bottom: 3px solid #f04e23;
				border-left: 3px solid #f04e23;	
			}

				.krs-accordion-imageLink { 
				    height: 272.5px;
				    position: absolute;
				    top: -20px;
				    right: -20px;
				    width: 100%;
			        overflow: hidden;
				    display: block;
				}	

					.krs-accordion-imageLink img {
					    min-height: 100%; 
					    margin-left: 30.89%;
					    position: absolute;
					    left: -50%;
					}


		/* FAQs */
		.krs-accordion-faq,
		.krs-accordion-split { 
			width: 50%;
			float:left;
			position: relative;
			padding-right: 20px;
			text-align: justify;
		}

			.krs-accordion-faq-text {
				border: 3px solid #f04e23;
				height: 226px;
				overflow: auto; 
				padding: 10px 20px;
				background: #fff;
			}

				.krs-accordion-faq-text p {
					margin: 10px 0;
				}

		.krs-accordion-faq-list {
			margin: 0 0 20px 0;
			padding: 0;
			list-style: none;
			font-family: 'Gotham-Bold'; 
			font-size: 15px;
		}

			.krs-accordion-faq-list li {
				position: relative;
				line-height: 1.5;
			}
				.krs-accordion-faq-list li a {
					color: #555555;
				}
					.krs-accordion-faq-list li a:hover {
						color:#ff7300;
					}

					.krs-accordion-faq-list .faq-active:after {
						content:'';
						display: block;  
						position: absolute;
						right: 0;
					    top: 50%;
					    margin-top: -5px;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 5px 0 5px 10px;
						border-color: transparent transparent transparent #ff7300;
					}

					.krs-accordion-faq-list-question {
						color:#ff7300;
						font-family: "SSStandard";
						font-style: normal;
						font-weight: normal;
						text-decoration: none;
						text-rendering: optimizeLegibility;
						white-space: nowrap;
					    -moz-font-feature-settings: "liga=1";
					    -moz-font-feature-settings: "liga";
					    -ms-font-feature-settings: "liga" 1;
					    -o-font-feature-settings: "liga";
					    font-feature-settings: "liga";
					    -webkit-font-smoothing: antialiased;
					}
					
		.krs-faq-hide {
			display: none;
		}

/* =============================================================================
   $CHAT
   ========================================================================== */

	/*!
	 * Lightbox for Bootstrap 3 by @ashleydw
	 * https://github.com/ashleydw/lightbox
	 *
	 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
	 */

	.ekko-lightbox-container {
	  position: relative;
	}

	.ekko-lightbox-nav-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 100;
	  width: 100%;
	  height: 100%;
	}

	.ekko-lightbox-nav-overlay a {
	  z-index: 100;
	  display: block;
	  width: 49%;
	  height: 100%;
	  font-size: 30px;
	  color: #fff;
	  text-shadow: 2px 2px 4px #000;
	  opacity: 0;
	  filter: dropshadow(color=#000000, offx=2, offy=2);
	  -webkit-transition: opacity 0.5s;
	     -moz-transition: opacity 0.5s;
	       -o-transition: opacity 0.5s;
	          transition: opacity 0.5s;
	}

	.ekko-lightbox-nav-overlay a:empty {
	  width: 49%;
	}

	.ekko-lightbox a:hover {
	  text-decoration: none;
	  opacity: 1;
	}

	.ekko-lightbox .glyphicon-chevron-left {
	  left: 0;
	  float: left;
	  padding-left: 15px;
	  text-align: left;
	}

	.ekko-lightbox .glyphicon-chevron-right {
	  right: 0;
	  float: right;
	  padding-right: 15px;
	  text-align: right;
	}

	.ekko-lightbox .modal-footer {
	  text-align: left;
	}

/* =============================================================================
   $CHAT
   ========================================================================== */
	
	#krs-chat {
		background-color: #f2f2f2;
		margin-bottom: 60px;
	} 

		#krs-chat-img {
			height: 100%;
			float:left;
			margin-right: 30px;
		}  

		#krs-chat-text {
			background-color: #f2f2f2;
			padding: 30px 30px 0 0;
			color: #555555;
			font-size: 14px;
			font-family: 'Gotham-Book';
			text-align: justify;
		}

			#krs-chat-text h3 {
				text-transform: uppercase; 
				font-size: 36px;
				font-family: 'Gotham-Black';
				margin: 0;
			}

			#krs-chat-text p {
				margin: 1em 0;
			}

				.krs-chat-icon {
					font-family: "SSStandard";
					margin-left: 20px;
				}

@media (max-width: 768px) { 
	#krs-chat {
	    margin-bottom: 0;
	    margin-left: -15px;
	    margin-right: -15px;
	    padding: 0 0 15px 0;
	}

		#krs-chat img {
			width: 100%;
			height: auto;
			float: none;
			margin-right: 0;
			border-top: 5px solid #ff7300;
			border-bottom: 5px solid #ff7300;
			border-left: none !important;
			border-right: none !important;
		}

		#krs-chat-text h3 {
			font-size: 14px;
		}

			#krs-chat-text h3 small {
				float: right;
				line-height: 1.5;
				font-size: 11px;
				margin-left: 15px;
			}

		#krs-chat-text {
			font-size: 11px;
			text-align: justify;
			padding: 15px;
		}

			.krs-chat-text-buttons {
				float:right;
			}

			.krs-chat-text-buttons .krs-btn {
				min-width: 120px;
			}

} 				

/* =============================================================================
   $SEARCHPRD
   ========================================================================== */
	
	#krs-searchPrd {
		background:#8ed8f8;
		padding-bottom: 140px;
		font-family: 'Gotham-Book';
	}
		#krs-searchPrd-nav {
			font-size: 12px;
			line-height: 1.8;
		}

			#krs-searchPrd-nav h5 {
				color: #000;
				font-family: 'Gotham-Bold';
				margin: 0; 
				font-size: 12px;
				line-height: 1.8;
				text-transform: uppercase;
			}

			.krs-searchPrd-nav-list {
				margin: 0;
				padding: 0;
				list-style: none;
			}

				.krs-searchPrd-nav-list a {
					color: #343434;
					font-size: 12px;
				}

					.krs-searchPrd-nav-list a:hover {
						color: #000;
						text-decoration: none;
					}

	/* searchprd search */

	#krs-searchPrd .ks-main-search-text {
		border-radius: 0;
		background: none;
		border-bottom: 1px solid #fff;
	    color: #fff;
	}


		#krs-searchPrd .ks-main-search-text::-webkit-input-placeholder {
		   color: #fff;
		}

		#krs-searchPrd .ks-main-search-text:-moz-placeholder { /* Firefox 18- */
		   color: #fff;  
		}

		#krs-searchPrd .ks-main-search-text::-moz-placeholder {  /* Firefox 19+ */
		   color: #fff; 
		}

		#krs-searchPrd .ks-main-search-text:-ms-input-placeholder {  
		   color: #fff; 
		}

	#krs-searchPrd .ks-main-search-button:hover {
		background-color: #000;
	} 

@media (max-width: 768px) { 

	#krs-searchPrd {
		padding-bottom: 25px;
	}

	#krs-searchPrd-nav h5 {
	    margin: 20px 0 0 0;
	}

	.ks-main-search {
	    margin: 25px 0 !important;
	}

		.ks-main-search-text {
		    font-size: 14px;
	        width: 85%;
	        height: 35px;
		}

		.ks-main-search-button {
			height: 35px;
			width: 15%;
		    line-height: 38px;
	        font-size: 16px;
		}
} 


/* =============================================================================
   $CATEGORIES
   ========================================================================== */

	.pcPageNav {
		margin: 30px 0 0 0;
		font-family: 'Gotham-Black'; 
		font-size: 14px;
		color: #909090;

	}

		.pcPageNav a {
			font-family: 'Gotham-Book';
			color: #909090;
			text-decoration: none;
		}


			.pcPageNav a:hover { 
				color: #000;
				text-decoration: underline;
			}


	.pcMainContent-heading,
	.pcMainContent-heading2,
	.pcMainContent-heading3,
	.pcMainContent-heading4 {
		font-size: 48px;
	    margin-top: 20px;
        line-height: 1; 
		position: relative;
		color: #555555;
		text-transform: uppercase;
		font-family: 'Gotham-Black';
	} 

	.pcMainContent-heading2,
	.pcMainContent-heading4 {
		margin: 70px 0;
	}

	.pcMainContent-heading3 {
		margin: 40px 0;
		font-size: 32px;
	}


	.pcShowCategoryLargeImage img { 
	    margin: 0;
	    width: 100%;
	}

	/* Category page description */

	.krs-catDesc  {  
		font-family: 'Gotham-Book';
		color:#555555;
	}

		.krs-catDesc h2 {
			font-family: 'Gotham-Black';
			margin: 0 0 20px 0;
			font-size: 30px;
			text-transform: uppercase;
		}
 

		/* Carousel styles */
		.krs-catDesc .carousel {
			width: 100%; 
		}

		.krs-catDesc .carousel-control {
		    background-image: none;
		    width: 41px;
		    height: 41px;
		    padding: 3px 0;
		    overflow: hidden;
		    top: 50%;
		    margin-top: -20px;
		    background: rgba(0,0,0,.5);
		    background-repeat: no-repeat;
		    font-family: "SSSymbolicons";
		    font-style: normal;
		    font-weight: 300;
		    text-decoration: none;
		    text-rendering: optimizeLegibility;
		    white-space: nowrap;
		    font-size: 28px;
		    line-height: 41px;
		}

		.krs-catDesc .carousel img {
			width: 100%;
		}

		.krs-catDesc .carousel:after {
			position: absolute;
			z-index: 1000;
			content:'';
			width: 100%;
			bottom:0;
			height: 74px;
			background: url('../images/krs-scrollDown.png') 0 bottom no-repeat;
			background-size: 100% auto;

		}

		/* video content styles */

		.krs-catVid {
			background: #f2f2f2;
			font-family: 'Gotham-Book';
			color: #555555;
			font-size: 16px;
			margin-top: 30px;
		}

			.krs-catVid h3 {
				font-size: 16px;
				font-family: 'Gotham-Bold';
				margin:0;

			}

			.krs-catVid td:last-child {
				padding: 0 20px;
			}

			.krs-catVid img {
				height: 100%;
			}

			.krs-catVid  a {
				color:#ff7300;
				font-family: 'Gotham-Bold';
			}
 
	/* category products */

	.pcCategoriesWrapper {
	    margin-bottom: 100px;
	}

	.krs-catPrd {
		margin-top: 30px;
		margin-bottom: 60px;
	}

		.krs-catPrd h3,
		.krs-specials-title {
			color: #555555;
			font-size: 30px;
			font-family: 'Gotham-Black';
			margin: 0 0 20px 0
		}

		#pcPaginationTop {
			float:left; 
			padding: 6px 0; 
		}

		.pcSortProducts { 
			width: auto; 
			float: right;
		}
		
		
@media (max-width: 768px) {

		#pcPaginationTop {
			font-size: 18px !important;
			font-weight: bold !important;
		}
	
	
}

		/* products list */
		.pcShowProducts { 
			font-size: 12px;
			color:#555555;
		    margin-top: 20px;
		}

		.pcShowProductsListDesc {
			display: none;
		}

		/*prodcut list heading */
		.pcShowProductsMHeader > div {
			background: #f2f2f2;
			border: none;
			padding: 15px;
			border-right: 3px solid #fff;
			font-family: 'Gotham-Bold';
			text-transform: uppercase;
			color: #000;
		}

			.pcShowProductsMHeader > div:last-child {
				border-right: none;
			}

		/* product list items */

		.pcShowProductsM {
			padding: 3px 0;
			border-bottom: 3px solid #f2f2f2;
			font-family: 'Gotham-Book';
		}

			.pcShowProductImageM {
				border: none;
			    padding: 0;
			}

				.pcShowProductImageM a {
					display: block;
				}

					.pcShowProductImageM a img {
					    width: 100px;
					}

            .pcShowProductPriceM {
                width: 100px !important;
            }
			.pcShowProductNameM,
			.pcShowProductPriceM { 
				padding: 10px 20px !important;
			}

				.pcShowProductName a,
				.pcShowProductPriceM,
				.pcShowProductUnitM  {
					color:#555555;
					font-size: 14px;
					font-family: 'Gotham-Bold';
				}
					.pcShowProductName a:hover {
						color:#ff7300;
					}

				.pcShowProductSDesc {
					margin: 0;
				}

			.pcShowProductQtyM input {
				padding: 10px 20px;
				background: #f2f2f2;
				border: none;
			}

	/* sidebar specials */ 

	.krs-specials {
		font-size: 12px;
		color:#555555;
		font-family: 'Gotham-Book';
		margin-bottom: 150px;
	}

		.krs-specials tr {
			border-bottom: 4px solid #f2f2f2;
			margin-bottom: 4px;
			display: block;
		}

		.krs-specials tr:first-child {
			border-top: 4px solid #f2f2f2;
		}

			.krs-specials-img {
				display: block; 
				height: 100px;
				overflow: hidden;  
			}

				.krs-specials-img img {
					height: 100%;
				} 
	 
		.krs-specials-text { 
			padding: 20px; 
		}

			.krs-specials-text-title {
				color:#555555;
				font-family: 'Gotham-Bold';
				font-size: 14px;
				margin: 0;
			}

			.krs-specials-text p {
				margin: 10px 0;
			}

			.krs-specials-text a {
				color: #99ca3c;
				text-decoration: none;
				font-family: 'Gotham-Bold';
			}

				.krs-specials-text a:hover {
					color:#ff7300;
				}

	.pcPagination.bottom {
	    margin: 60px 0;
	}

@media (max-width: 991px) { 
	.pcShowCategoryLargeImage {
		display: none;
	}

}	

@media (max-width: 768px) {  
 
	.pcMainContent-heading, 
	.pcMainContent-heading2, 
	.pcMainContent-heading3,
	.pcMainContent-heading4 {
		font-size: 28px;
	}

	.pcMainContent-heading2,
	.pcMainContent-heading4 {
	    margin: 70px 0 35px;
	}

	.pcPageDesc {
		margin-top: 20px;
	}

		.krs-catDesc h2 {
			font-size: 18px;
		}

		.krs-catVid {
			display: none;
		}

		/* show products */

		.pcShowProductsM {
			display: block;
			text-align: center;
		    float: left;
    		width: 50%;
    		padding: 5px;
		}

		.pcShowProductsMHeader { 
			display: none;
		}

		.pcShowProductsM > div {
			display: block;
		}

		.pcShowProductImageM,
		.pcShowProductPriceM,
		.pcShowProductQtyM {
			width: 100%;
		}

			.pcShowProductNameM {
				padding: 10px 5px;
			}

			.pcShowProductPrice {
				color:#ff7300;
				font-size: 16px;
			}

			.pcShowProductQtyM input {
				width: 100%;
			}

		.pcShowProductsM .pcShowProductSDesc,
		.pcShowProductAddToCart {
			text-align: center;
		}

			.pcShowProductAddToCart img {
				width: 100%;
			}

		.pcShowProductUnitM,
		.pcShowProductSDesc {
			display: none !important;
		}

		.krs-specials {
		    margin-bottom: 50px;
		}

	.pcCategoriesWrapper {
	    margin-bottom: 0;
	}	
	
	.krs-catPrd {
		margin-top: 30px;
		margin-bottom: 0;
	}
	


} 
 

/* =============================================================================
   $viewPrd
   ========================================================================== */

	#krs-product-info h1 {
		font-size: 30px;
		font-family: 'Gotham-Black';
		margin: 0;
	}

	.krs-pcShowProductSDesc {
		margin: 30px 0;
	}

		.krs-pcShowProductSDesc strong {
			text-transform: uppercase;
			display: block;
			margin-bottom: 10px;
			color: #252525;
		}

	.krs-featuredQuantity {
	    display: block;
	    font-size: 12px;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	    color: #000;
	}

		.krs-featuredQuantity-infoIcon {
			font-family: "SSStandard";
			color:#ff7300;
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
			text-rendering: optimizeLegibility;
			white-space: nowrap;
			-moz-font-feature-settings: "liga=1";
			-moz-font-feature-settings: "liga";
			-ms-font-feature-settings: "liga" 1;
			-o-font-feature-settings: "liga";
			font-feature-settings: "liga";
			-webkit-font-smoothing: antialiased;
		}

	.pcShowAddToCart {
		margin-bottom: 20px;
	}

		.pcShowAddToCart .form-control {
		    background: #f2f2f2;
		    border-radius: 0;
		    box-shadow: none;
		} 

	.krs-unit-display {
		margin-right: 10px;
	}
		
@media (max-width: 768px) {
	

	#krs-product-info h1 {
		font-size: 18px;
		font-family: 'Gotham-Black';
		margin: 0;
	}

	.krs-pcShowProductSDesc {
		margin: 15px 0;
		text-align: justify;
		text-justify: inter-word;
		font-size: 11px;
	}

		.krs-pcShowProductSDesc strong {
			text-transform: uppercase;
			display: block;
			margin-bottom: 10px;
			color: #252525;
		}

	.krs-featuredQuantity {
	    display: block;
	    font-size: 12px;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	    color: #000;
	}

		.krs-featuredQuantity-infoIcon {
			font-family: "SSStandard";
			color:#ff7300;
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
			text-rendering: optimizeLegibility;
			white-space: nowrap;
			-moz-font-feature-settings: "liga=1";
			-moz-font-feature-settings: "liga";
			-ms-font-feature-settings: "liga" 1;
			-o-font-feature-settings: "liga";
			font-feature-settings: "liga";
			-webkit-font-smoothing: antialiased;
		}

	.pcShowAddToCart {
		margin-bottom: 20px;
		float: none;
	    width: 100%;
	}

		.pcShowAddToCart .form-control {
		    background: #f2f2f2;
		    border-radius: 0;
		    box-shadow: none;
		} 

		.pcShowAddToCart .pcButtonAddToCart img {
			display: none !important;
		}

		.pcShowAddToCart .pcButtonAddToCart {
			width: 100%;
		}

			.pcShowAddToCart .pcButtonAddToCart .pcButtonText {
				display: block !important; 
				width: 100%;
				text-align: center;
				color: #555555;
				text-transform: uppercase;
				font-family: 'Gotham-Bold'; 
				line-height: 38px;
				border-radius: 4px;
				background-color: #99ca3c;
				font-size: 12px; 
			}
		
		.pcShowProductMainPrice {
			font-size: 24px;
   			line-height: 1;
    		font-family: 'Gotham-Bold';
    		color: #ff7300;
		}
		
		.pcShowPrices {
    		margin: 10px 0;
		}


	.krs-unit-display {
		margin-right: 0;
	}
	
}

	/* sidebar reviews */

	#krs-sidebar-reviews .pcShowProductReviews {
		padding:0;
		font-size: 12px;  
		margin-bottom: 20px;
	}

		#krs-sidebar-reviews .pcSectionTitle {
			margin: 0;
			padding: 10px;
			background: #ff7300;
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			font-family: 'Gotham-Bold';
		}

		#krs-sidebar-reviews .pcSectionContents {
 			display: none;
		}

		#krs-sidebar-reviews .pcSectionContents-Reviews {
		    padding: 5px 10px;
		    max-height: 455px;
			overflow: auto;
			
			border: thin solid;
			border-color: #cccccc;    
		}

			.pcReview {
				padding: 0 0 20px 0;
				border-bottom: 1px solid #cccccc;
				margin-bottom: 20px;
			}

			.pcReview-title {
			    display: block;
			}

			.pcReview-date {
			    display: block;
			    margin-bottom: 20px;
			    font-style: italic;
			}

			.pcReviewSubRating {
				padding: 20px 0;
			}

		#krs-sidebar-reviews .pcSectionContents-rateButtons {
		    margin-top: 20px;
		}
	
@media (max-width: 991px) {
		#krs-sidebar-reviews .pcShowProductReviews {
			margin-bottom: 0;
			max-height: 0;
			visibility: hidden;
		}

		#krs-sidebar-reviews .pcSectionContents-Reviews {
		    max-height: 0;   
		}
	
}

	/* tabbed layout */

	#krs-tabLayout {
		margin-top: 60px;
		padding-top: 80px;
		border-top: 5px solid #f2f2f2;
	}

	#prdtabs {
		margin-bottom: 150px;
	}

		#prdtabs .nav-tabs  {
			display: table;
			width: 100%;
			padding: 0;
	   		margin: 0; 
		    font-size: 12px;
		    font-family: 'Gotham-Book';
	        margin: 0;
            border: 0;
		}


			.nav-tabs > li {
				float: none;
				display: table-cell;
			    margin: 0;
			}

			.nav-tabs > li > a { 
				border-bottom: none;
				font-family: 'Gotham-Bold';
				color: #555555;
				text-transform: uppercase; 
				padding: 10px 25px;
				display: block;
			    margin: 0;
				text-align: center;
			    border: 1px solid #cccccc; 
			    background: #f2f2f2;

			}

			.nav-tabs > li.active > a, 
			.nav-tabs > li.active > a:hover, 
			.nav-tabs > li.active > a:focus {
		    	border-color: #cccccc;
		    	border-bottom: 1px solid transparent;
			}

			.tab-content { 
				max-height: 600px;
				overflow: auto;
			}

				.tab-content > .tab-pane {
					border-bottom: 1px solid #cccccc;
					border-left: 1px solid #cccccc;
					border-right: 1px solid #cccccc;
	 
				}

					.tab-content .pcSectionTitle {
						display: none;
					}



@media (max-width: 768px) { 
	.pcShowAdditional
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 30px; 
		display: block; 
}
	.pcShowAdditionalDesc
	{ 
		text-align: center;
		margin-top: 10px;
  		margin-bottom: 10px;
  		font-size: 10px;
  		color: #a3a3a3;
	}
	
	.pcShowAdditional a {
		width: 40%;
	}

		.pcShowAdditional img {
			width: 100%;
		} 

	.pcShowAddToCart .form-control {
		margin-bottom: 20px;
	}

	#krs-tabLayout {
	    margin-top: 20px;
	    padding-top: 40px;
	}

	#pcViewProductL {
	    margin-top: 40px;
	}

	.pcShowCrossSellProducts .pcShowProductsHCS {
	    width: 25%;
	}

		.pcShowCrossSellProducts .pcShowProductsHCS .pcShowProductName a,
		.pcShowProductInfoH .pcShowProductPrice {
			font-size: 12px;
		    display: block;
		}

		.pcShowCrossSellProducts .pcShowProductsHCS .pcShowProductImageH img {
			width: 100%;
			max-width: 100%;
			min-width: 100%;
		}

		.pcShowCrossSellProducts .pcShowProductsHCS .pcShowProductInfoH {
			    min-height: 50px;
		}

} 
/* =============================================================================
   $CATEGORIES - SIDEBAR/PRODUCT LIST
   ========================================================================== */
.krs-catPrd h3{
	margin-bottom: 5px;
}
#sidebar-products{
	border-bottom: 2px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
	padding: 15px 0 5px;
}
#sidebar-products ul{
	list-style-type: none;
	padding: 0;
}
#sidebar-products .navbar-nav{
	display: none;
	float: none !important;
	padding: 0 15px;
}
	@media (min-width: 768px) { 
		#sidebar-products .navbar-nav{
			padding: 0;
		}
	}
	@media (min-width: 991px) { 
		#sidebar-products .navbar-nav{
			display: block !important;
		}
	}
#sidebar-products ul .navbar-nav{
	padding-left: 30px;
}
	@media (min-width: 768px) { 
		#sidebar-products ul .navbar-nav{
			padding-left: 15px;
		}
	}
#sidebar-products ul li{
	width: 100%;
}
#sidebar-products ul li a{
	color: #555;
	padding: 5px;
}
#sidebar-products ul li a:hover{
	background-color: #efefef;
}
#sidebar-products ul li button{
    height: 30px;
	position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    z-index: 9;
}
#sidebar-products .btn.btn-primary{
	background-color: #ff7300;
	border-color: #ff7300;
	border-radius: 0;
}
#sidebar-products .btn.btn-primary:hover,
#sidebar-products .btn.btn-primary:active,
#sidebar-products .btn.btn-primary:focus{
	background-color: #8ed8f8;
	border-color: #8ed8f8;
}
#sidebar-products ul li button.btn.btn-primary{
    background-color: transparent;
    border: 0;
    color: #555;
    font-size: 24px;
    font-weight: bold;
    line-height: 0;
    transition: background-color .3s, color .3s;
}
#sidebar-products ul li button.btn.btn-primary:hover{
    background-color: #555;
    color: #fff;
    transition: background-color .3s, color .3s;
}
#sidebar-products ul ul{
	padding-left: 30px;
}
#sidebar-products ul li button.btn.btn-primary div{
    transition: transform .3s;
}
.button-rotate div{
	-moz-transform: rotate(-45deg);/*FF*/
    -o-transform: rotate(-45deg); /*Opera*/
    -webkit-transform: rotate(-45deg);/*Safari, Chrome*/
    -ms-transform: rotate(-45deg) !important;/*IE9*/
    transform: rotate(-45deg); /*CSS3 default*/
    transition: transform .3s;
}
#sidebar-search form{
	padding-bottom: 15px;
}
#sidebar-search form div{
	display: none;
}
#sidebar-search form #smallsearchbox{
	padding: 5px 10px;
	width: 75%;
}
.krs-specials-title{
	margin-top: 15px !important;
}
#product-filter{
	display: block;
}
	@media (min-width: 991px) { 
		#product-filter{
			display: none;
		}
	}
/* --- RIGHT SIDE - CATALOG LIST --- */
#catalog-list h3{
	padding-left: 15px;
}
#solr-products2 .col-xs-12{
	padding-left: 0;
}
#catalog-list #pc-sidebar{
	background-color: transparent;
	font-size: 16px;
	position: relative;
	transform: translateX(0%);
	width: 100%;
}
#pc-sidebar a{
	cursor: pointer;
}
/* =============================================================================
   $Modal - overrides
   ========================================================================== */

.modal-dialog {
	min-width: 400px;
	max-width: 1000px;
	width: auto;
}

.modal-title {
	font-size: 26px;
	font-family: 'Gotham-Bold';
}

.modal-body {
	background: url('../images/see-you-checkoutGirl.jpg') 98% bottom no-repeat;
	min-height: 130px;
	font-size: 14px;
	font-size: 14px;
    padding: 20px 30px;
}

	.modal-body2{ 
		min-height: 130px;
		font-size: 14px;
		font-size: 14px;
	    padding: 20px 30px;
	}

	.modal-body h5,
	.modal-body2h5 {
		font-size: 16px;
		font-family: 'Gotham-Bold';
	    margin-top: 0;
	}

	.modal-body p,
	.modal-body2p {
		width: 70%; */
	}

	#pcDialogMessage {
		width: 74%;
	}

.modal-footer {
	margin-top: 0;
}

@media (max-width: 768px) {
	.modal-dialog {
		min-width: 200px;
		max-width: 100%;
		width: auto;
	}

	.modal-title {
		font-size: 16px;
		font-family: 'Gotham-Bold';
		padding: 5px;
	}

	.modal-body {
		background: none;
		min-height: 100%;
		font-size: 14px;
		font-size: 14px;
    	padding: 20px 30px;
	}

	.modal-body h5 {
		font-size: 16px;
		font-family: 'Gotham-Bold';
	    margin-top: 0;
	}
}

/* =============================================================================
   $viewCart
   ========================================================================== */

   #pcCart {
   		font-family: 'Gotham-Book';
   }



		#pcCart .pcTableHeader div {
			color: #000;
			text-transform: uppercase;
			font-size: 12px;
			font-family: 'Gotham-Bold';
			background: #f2f2f2;
			line-height: 60px;
		    height: 60px;
			border-right: 3px solid #fff;
		}

			#pcCart .pcTableHeader div:last-child {
				border-right: 0;
			}

		.pcViewCartQty input {
			width: 50%;
			padding: 5px 10px;
			border: 1px solid #dcdcdc;
			background: #f2f2f2;
			color: #555555;
		}

		.krs-viewCart-image {
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
		}

			.krs-viewCart-image a {
				display: block;
			}


		.krs-viewCart-desc {
		    padding: 20px;
		}

			.krs-viewCart-desc a {
				color: #555555;
				font-family: 'Gotham-Bold';
				display: block;
			} 

	.krs-viewCart-helpBlock {
		display: block; 
		color: #000;
		margin: 20px 0;
		font-size: 12px;
		text-transform: uppercase;
		font-family: 'Gotham-Bold';			
	}

	#krs-viewCart-info2 {
	    text-align: right;
	    font-size: 16px;
	}

		.pcViewCartOrderSubTotal {
			color: #000;
			font-family: 'Gotham-Bold';
			margin-bottom: 20px;
		}

		.pcEstimateShipping {
			margin-bottom: 20px; 
		}

		.pcTotalCartWeight {
			padding-top: 20px;
			border-top: 3px solid #f2f2f2;
		    color: #000;
		    margin-bottom: 20px;
		}

		.pcViewCartCategoryDiscounts {
			 color: #000;
		}

		.pcViewCartOrderTotal {
			color: #750b0b;
			font-family: 'Gotham-Bold';
			font-size: 24px;
		}

			.pcViewCartOrderTotal small {
				display: block;
				font-size: 12px;
				color: #8a8a8a;
				font-family: 'Gotham-Book';
			}

		#krs-viewCart-info2 a {
			color: #750b0b; 
			border-bottom: 1px solid #750b0b;
		}

			#krs-viewCart-info2 a:hover,
			#krs-viewCart-info2 a:focus {
				text-decoration: none;
				color:#ff7300;
				border-bottom: 1px solid #ff7300;
				text-decoration: none;
			}

@media (max-width: 768px) { 
	#pcCart .pcTableHeader div {
		font-size: 9px;
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
		line-height: 51px;
		height: 50px;
		text-align: center;
	}

	.pcViewCartQty,
	.pcViewCartDesc,
	.pcViewCartUnitPrice,
	.pcViewCartPrice,
	.krs-viewCart-remove  {
		padding-left: 5px;
		padding-right: 5px;
	    font-size: 10px;
	}

	.pcViewCartQty input {
	    width: 100%;
	    padding: 5px;
	}

	.krs-viewCart-image {
		float: none;
		margin-right: 0;
	}
		.krs-viewCart-image img {
			width: 100%;
		}

	.krs-viewCart-desc {
		padding: 5px;
		text-align: center;
	}

	.pcCartLayout .title {
		font-size: 11px;
	}

	.krs-viewCart-remove .krs-btn-remove {
		min-width: 100%;
	} 

	#pcViewCartRecalculate,
	.krs-viewCart-helpBlock {
		text-align: center;
	}

	.krs-pcCartButtonsBottom img {
		display: none;
	}

	.krs-pcCartButtonsBottom .pcButton .pcButtonText {
		display: block;
	}

	#pcPayPalECButton,
	#pcPayPalBMLButton { 
	    float: none;
	    margin: 0 auto;
	}

	#krs-viewCart-info2 {
	    padding-top: 5px;
        text-align: center;
		margin-bottom: 15px;
	}

		.pcViewCartOrderTotal {
			color: #750b0b;
			font-family: 'Gotham-Bold';
			font-size: 32px;
		}

			.pcViewCartOrderTotal small {
				display: block;
				font-size: 12px;
				color: #8a8a8a;
				font-family: 'Gotham-Book';
			}

	.pcViewCartOrderSubTotal {
	    margin-bottom: 10px;
		font-size: 18px;
	}

	.pcEstimateShipping {
		font-size: 12px;
	}

} 

/* =============================================================================
   $CHECKOUT
   ========================================================================== */

   .krs-form-inline .form-group {
   		float: left;
   }

   	.krs-form-inline .form-group:first-child {
   		margin-right: 4%;
   	}

   .krs-form-inline:after {
   		content: '';
   		clear: both;
   		display: table;
   }

   #pcBillingPanelContent .form-group,
   #shippingAddressArea .form-group {
   		width: 48%;

   }

   #opcOrderComments textarea {
	    border: 1px #ff7300 solid;
   }

   .opcOrderComments-note {
   		font-style: italic;
   		display: block;
   		font-size: 12px;
   		margin-bottom: 5px;
   }

   #opcLoginTable h2 {
   		font-family: 'Gotham-Black';
   }


   #opcLoginTable h3 {
   		font-family: 'Gotham-Bold';
   }

@media (max-width: 768px) {
   #pcOPCtotal { 
   		display: none;
   }

   .krs-form-inline .form-group {
   		float: none;
   }

   	.krs-form-inline .form-group:first-child {
   		margin-right: 0;
   	}

   #pcBillingPanelContent .form-group,
   #shippingAddressArea .form-group {
   		width: 100%;

   }

}  

/* =============================================================================
   $viewContent
   ========================================================================== */

	.pcPageContent {
		margin-bottom: 80px;
		min-height: 400px;
		color:#555555;
	}

	.krs-aboutUs-staff {
		margin-top: 40px;
		line-height: 1.7;
		border-bottom:solid #CCCCCC thin;
	}

		.krs-aboutUs-staff h3 {
			font-family: 'Gotham-Black';
			font-size: 30px;
			text-transform: uppercase;
		}

			.krs-aboutUs-staff h3 small {
				font-family: 'Gotham-Book';
				font-size: 24px;
				text-transform: none;
				display: block;
			}

		.krs-aboutUs-staff strong {
			display: block;
			line-height: 1;
		}

		.krs-aboutUs-staff p {
			margin: 20px 0;
		}

		.krs-aboutUs-staff-image {
			float:left;
			margin-bottom: 20px;
			margin-right: 20px;
		}
		
@media (max-width: 768px) {

		.krs-aboutUs-staff-image {
			float:left;
			margin-bottom: 40px;
			margin-right: 50px;
		}
}

/*-----------------------------------------------------------------------------------------
 * 	CSS3 Vertical FAQ Accordion
----------------------------------------------------------------------------------------*/	

.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 0;
	display: block;
	height: 70px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: auto;
	height: 0px;
	position: relative;
	z-index: 0;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.ac-container input:checked ~ article.ac-xlarge{
	height: auto;
}

.ac-container input:checked ~ article.ac-xxlarge{
	height: auto;
}

/*------------------------------------*\
    ACCORDION
\*------------------------------------*/
.accordion{
    width:600px;
    overflow:hidden;
    list-style:none;
    margin-bottom:10px;
	padding:0px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
	border-style:double;
	border-width:5px;
	border-color:#464646;
}
.accordion li {
    float:left;
    width:20%;
    overflow:hidden;
    height:650px;
    -moz-transition:width 0.2s ease-out;
    -webkit-transition:width 0.2s ease-out;
    -o-transition:width 0.2s ease-out;
    transition:width 0.2s ease-out;
    -moz-transition-delay:0.15s;
    -webkit-transition-delay:0.15s;
    -o-transition-delay:0.15s;
    transition-delay:0.15s;
}
.accordion li:first-of-type{
    -moz-border-radius:10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;
    -o-border-radius:10px 0 0 10px;
    border-radius:10px 0 0 10px;
}
.accordion li:last-of-type{
    -moz-border-radius:0 10px 10px 0;
    -webkit-border-radius:0 10px 10px 0;
    -o-border-radius:0 10px 10px 0;
    border-radius:0 10px 10px 0;
}
.accordion div{
    padding:10px;
}
.accordion:hover li{
    width:10%;
}
.accordion li:hover{
    width:60%;
}
.shadow {
	-moz-box-shadow: 4px 4px 4px #888;
	-webkit-box-shadow: 4px 4px 5px #888;
	box-shadow: 4px 4px 4px #888;
	margin: 0 10px 10px 0;
}
.hshadow {
	text-shadow: 2px 2px 2px #888;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}
.slide-01  { border-width:2px; border-bottom-style:solid; border-color:#464646; }
.slide-02  { background-color:#e6e7e8; border-width:2px; border-bottom-style:solid; border-color:#464646; }


@media (max-width: 768px) {	
	.ac-container label {
		padding:  2px 10px 2px 10px;
		position: relative;
		z-index: 0;
		display: block;
		height: 90px;
		cursor: pointer;
		color: #777;
		text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
		line-height: 33px;
		font-size: 16px;
		font-weight: bold;
		
	}
}

/* =============================================================================
   $Google Landing Template Page
   ========================================================================== */

	.krs-gl {
		font-size: 16px;
		color:#555555;
		font-family: 'Gotham-Book';
	} 

		.krs-gl h1,
		.krs-gl h2,
		.krs-gl h3,
		.krs-gl h4 {
			font-family: 'Gotham-Black';
			text-transform: uppercase;
		}

		.krs-gl h1 {
			font-size: 48px;
			margin: 0;
		}

		.krs-gl h2 {
			font-size: 30px;
			margin-top:0;
			margin-bottom: 40px;
		}

		.krs-gl h3 {
			font-size: 24px;
		}

		#krs-gl-header {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row; /* works with row or column */
			flex-direction: row;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;

			margin-top: 60px;
			margin-bottom: 60px;
		}

			#krs-gl-header .krs-btn-orange {
				display: block;
				font-size: 18px;
				line-height: 62px;
			}

		#krs-gl-imageSlider .carousel-control {
			left: -10%;
			width: 10%;
			text-shadow: none;
			background: none;
		    color: #999999;
		}

		#krs-gl-imageSlider .carousel-control.right {
			left: auto;
			right: -10%;
		}

		#krs-gl-mainContent {
			margin-top: 60px;
			margin-bottom: 60px;
			line-height: 1.8;
		}

			#krs-gl-imageCats a {
				display: block;
				margin-bottom: 5px;
			}

				#krs-gl-imageCats img {
					display: block;
					width: 100%
				}

			.krs-gl-mainContent-ListContainer {
				margin-top: 60px;
			}

				.krs-gl-mainContent-ListContainer ul {
					width: 33.333%;
					float:left;
					margin:0;
					padding: 0;
					list-style: none;
					font-size: 12px;
				}


@media (max-width: 768px) { 

	#krs-gl-header {
		display: block;
		margin-bottom: 0; 
	}

	.krs-gl {
		font-size: 12px;
	}

	.krs-gl h1 {
		font-size: 28px;
		padding-bottom: 30px;
		position: relative;
		margin-bottom: 30px;
	}

	.krs-gl h1:after {
	    position: absolute;
	    content: '';
	    display: block;
	    width: 60px;
	    height: 5px;
	    bottom: 0;
	    left: 0;
	    background: #f2f2f2;
	}

	#krs-gl-imageSlider {
		display: none !important;
	}
    
    #carousel-example-generic {
		display: none !important;
	}

	#krs-gl-mainContent {
	    margin-top: 30px;
	    margin-bottom: 30px;	
	}

	.krs-gl h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.krs-gl-mainContent-ListContainer {
		margin-top: 30px;
	}

	.krs-gl-mainContent-ListContainer ul {
		width: 100%;
		float: none;
		margin-bottom: 30px;	
	}

}



/* =============================================================================
   $Checkout Login
   ========================================================================== */

   .pcCheckoutLogin {
		margin-top: 60px;
		margin-bottom: 60px;
		color:#555555;
		font-family: 'Gotham-Book';
   }

   	.pcCheckoutLogin h1 {
   		margin-top: 0;
   		font-family: 'Gotham-Black';
   		text-transform: uppercase; 
   	}

/* =============================================================================
   $FOOTER
   ========================================================================== */
 
	#krs-footer {
		background: #252525;
		color: #888888;
		font-size: 12px;
		font-family: 'Gotham-Book';
	    line-height: 1.7;
	}

		#krs-footer-info {
			padding: 80px 0;
		}

			#krs-footer-info address {
				font-style: normal;
			}

			#krs-footer-info .krs-btn-gray {
				margin-top: 20px;
				text-transform: uppercase;
				position: relative;
				width: 80%;
			}

			#krs-footer-info .krs-btn-newsletter {
				position: absolute;
				left:10px;
				font-size: 18px; 
			    top: 11px;
			    line-height: 1;
			}

			.krs-footer-info-heading {
				text-transform: uppercase;
				color: #f2f2f2;
				font-size: 12px;
				font-family: 'Gotham-Bold';
				margin: 0;
			    line-height: 1.7;
			}

			.krs-footer-info-nav {
				margin: 0;
				padding: 0;
				list-style: none;
			}

				.krs-footer-info-nav a {
					color: #888888;
				}

					.krs-footer-info-nav a:hover,
					.krs-footer-info-navSocial li a:hover,
					.krs-footer-info-search-btn:hover {
						color: #8ed8f8;
						text-decoration: none;
					}

			/*footer search */

			#krs-footer-info-search {
				border-bottom: 1px solid #888888;
				margin: 0 0 40px 0;
			}

				#krs-footer-info-search #smallsearchbox {
				    background: none; 
				    border: none;
				    width: 90%;	
				    font-family: 'Gotham-Bold';
				    display: block;
				    float:left;
				    font-size: 12px;
				    color: #fff;
				}

				.krs-footer-info-search-btn {
					font-size: 14px;
					text-align: right;
					display: block;
					width: 10%;
					float:left;
					color: #fff;

					font-family: "SSStandard";
					font-style: normal;
					font-weight: normal;
					text-decoration: none;
					text-rendering: optimizeLegibility;
					white-space: nowrap;
					-moz-font-feature-settings: "liga=1";
					-moz-font-feature-settings: "liga";
					-ms-font-feature-settings: "liga" 1;
					-o-font-feature-settings: "liga";
					font-feature-settings: "liga";
					-webkit-font-smoothing: antialiased;					
				}

			.krs-footer-info-navSocial {
				font-family: "SSSocialCircle";
				list-style: none;
				margin:0;
				padding:0;
			}

				.krs-footer-info-navSocial li {
					display: inline-block; 
				}

					.krs-footer-info-navSocial li a {
						font-size: 18px;
						color: #888888;
						margin-right: 5px;
					} 


	 	#krs-footer-copyright {
	 		background: #000;
	 		color: #888888;
	 		padding: 20px 0;
	 	}

		 	.krs-footer-copyright-text {
		 		float:left;
		 	}

		 	.krs-footer-copyright-badges {
		 		float: right;
		 	}
 

@media (max-width: 768px) { 

	#krs-footer-info { 
		padding: 20px 15px;
	}

	#krs-footer-info-search {
		display: none;
	}

	.krs-footer-info-headingSocial {
		text-align: right;
	}

	.krs-footer-info-navSocial {
		float: right;
	}

	.krs-footer-info-navSocial li a {
		margin-right: 0;
		margin-left: 5px;
		font-size: 34px;
	}

	#krs-footer-info .krs-btn-gray {
		margin-top: 20px;
		text-transform: uppercase;
		position: relative;
		width: 100%;
		padding: 10px 0 10px 0;
		text-align: center;
		font-size: 16px;
	}

	#krs-footer-info .krs-btn-newsletter {
		position: absolute;
		left: 25px;
		font-size: 32px; 
		top: 15px;
	}

 	.krs-footer-copyright-text {
 		float:none;
 		font-size: 10px;
 	}

 	.krs-footer-copyright-badges {
 		float: none;
 		margin-top: 10px;
 	}


} 




















.gallery_title {
	margin-top:0
}
.gallery_border {
	border:1px solid #cacaca;
	padding:20px;
	margin-bottom:20px
}
.gallery_border:hover {
	background:#f5f5f5
}
.gallery_name {
	font-size:18px
}
.gallery_name small {
	display:block;
	margin-top:5px
}
.gallery_imageWrapper {
	overflow:hidden
}
.gallery-link {
	margin-top:10px
}
#gallery_wrapper {
	margin-top:40px
}
#gallery_wrapper .col-md-3 {
	margin-bottom:20px
}





#gallery_wrapper {
	margin-bottom:100px
}
.gallery_title, .contact_title {
	font-size:48px;
	margin:70px 0 40px;
	line-height:1;
	padding-bottom:30px;
	position:relative;
	color:#555;
	text-transform:uppercase;
	font-family:'Gotham-Black'
}
.gallery_imageWrapper {
	height:145px
}
.gallery_border .gallery_description {
	height:80px
}
#gallery_categories {
	margin-bottom:100px
}

@media(max-width:768px) {

	.gallery_title,.contact_title {
		font-size:28px
	}
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
font-weight: 400;
line-height: 1;
color: #777;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}















@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .no-print {display:none;}
}










.pcMainContent
{
	font-family: 'Gotham-Book';
	color:#555555;
	min-height: 500px;
}

.pcShowCategoryName {
	background-color: #f2f2f2; 
	padding: 20px 5px 20px 5px;
	font-weight: bold;
	margin: auto;
	text-transform: uppercase;
}
.pcShowCategoryName a {
	color: #555555;
}


@media (max-width: 992px) {
	
.pcShowCategoryName {
    width: 100%;
}
	
}

@media (max-width: 768px) {
	
.pcShowCategoryName {
    width: 100%;
	padding: 20px 5px 20px 5px;
	font-size: 10px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
}
@media (max-width: 768px) {
	.pcSaveChoiceLink {
    	display: none;   
	}

}
#opcOrderPreview {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
	
	.pcShowProductSku
{
		margin: 0;
		font-size: 11px;
}

}

.pcShowProductRating a
{
    color: #ff7300;
    font-family: 'Gotham-Bold';
    font-size: 12px;
	color:#ff7300;
}
.pcShowProductMainPrice
{
	font-size: 24px;
    line-height: 1;
    font-family: 'Gotham-Bold';
    color: #ff7300;
}
@media (max-width: 992px) {
	.pcShowProductSavings
	{
		display: none;
	}
}
ul.pcShowProductOptionsList label
{
	font-weight: bold;
	color: #555555;
}
#pcPaginationBottom {
	margin-bottom: 70px;
}
.pcShowProductImageH img
{
	max-height: 100%;
}
.pcShowCategoryLargeImage img
{
	margin: 0;
}
.pcShowCategoryImage
{
	background-color: #f2f2f2;
}
.pcShowPrices
{
    margin: 30px 0;
}
.pcErrorMessage
{
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #434343;
}

.pcShowAdditional
{
	margin-top: 30px;
}

	.pcShowAdditional a {
		display: inline-block;
		border: 1px solid #cccccc;
		margin-bottom: 20px;
		width: 23%;
	}
    .pcShowAdditional img {
        height: auto;
        width: 100%;
    }
.pcShowAdditionalDesc
{ 
  	margin-bottom: 20px;
  	font-size: 12px;
  	color: #a3a3a3;
}
.pcShowMainImage a {
    border: 1px solid #cccccc;
    display: block !important;
}
.pcShowMainImage img {
    width: 100%;
}
.pcShowCategoryLargeImage {
    margin: 0px;
}
#pcViewCartSummary {
    border: 0px solid #FFF;
    background: #FFF;
    border-top: 4px solid #f2f2f2;
    margin: 40px 0;
    padding-top: 40px;
}
.pcCartLayout .pcViewCartDesc img {
    width: 100px;
}
#pcPayPalECButton a {
    display: inline-block;
}
#pcPayPalBMLButton a {
    display: inline-block;
}
.pcAltCheckoutButton {
    float: left;
    margin: 4px;
    margin-bottom: 6px;
}
#pcPayPalECButton {
    width: 145px;
}
.pcAltCheckoutSeparator {
    float: left;
}
.pcCartLayout .subTitle {
    font-size: inherit;
}



.contact_wrapper {
    padding: 0;
    border: none;
    background: none;
    font-family: 'Gotham-Book';
    color: #555;
    margin-bottom: 150px;
}

.contact-mailing input  {
    margin-left: 0 !important;
}

.location_wrapper {
    font-family: 'Gotham-Book';
    color: #555;
    border-bottom: 5px solid #f2f2f2;
    margin-bottom: 60px;
    padding-bottom: 40px;
    padding: 20px;
}
.locations_wrapper_info {
    margin-right: 80px;
    width: 300px;
    float: left;
}
.location_wrapper h3, .location_wrapper h4, .contact_wrapper h3, .contact_wrapper h4 {
    font-family: 'Gotham-Book';
    font-size: 24px;
    color: #555;
    margin: 0;
    line-height: 1;
}

@media (max-width: 768px) {
.location_wrapper h3, .location_wrapper h4, .contact_wrapper h3, .contact_wrapper h4 {
    margin: 35px 0 10px;
    font-size: 20px;
}
}


.location_wrapper address {
    color: #ff7300;
    margin-bottom: 40px;
font-style: normal;
line-height: 1.42857143;
}
.locations_wrapper_info, .locations_wrapper_map {
    float: left;
}
.location_wrapper .locations_details {
    margin-bottom: 40px;
}
.krs-hours-table {
    color: #ff7300;
    font-family: 'Gotham-Bold';
}
.locations_wrapper_map .embed-responsive-4by3 {
    width: 312px;
    height: 175px;
    padding-bottom: 0;
    border: 1px solid #ccc;
}
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}
/*
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
*/
.pcCartLayout .currency {
    font-family: inherit;
}
.pcShowCategoryName {
    display: block;
    background-color: #f2f2f2;
    padding: 20px 5px 20px 5px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
}
#pc-sidebar {
    color: #ff7300;
}
#pc-sidebar a: hover {
    color: #ff7300;
}
#pc-sidebar a {
    color: #ff7300;
}
.pagination {
    margin: 0px;
    font-size: 12px;
}


#sort {
  display: inline-block;
  padding-left: 0;
  margin: 4px 0;
}




.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 4px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff7300;
  border-color: #ff7300;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #ff7300;
  border-color: #ff7300;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

#solr #filter {
    height: 30px;
    padding: 0px;
}
#cf3s {
    display: none !important;
}