
/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
			min-width: 1200px;
			background-repeat: repeat;
			

	}
	



	section, article {
		margin: auto;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border: solid 5px #fff;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	}
	
	ul.otherlinks img {
	width: 40%;
	background: url("images/bg04.png") repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	height:auto;
	margin:5px;
	}
	
		ul.otherlinks p  {

		line-height:35px;
		font-size:1.0em;
		text-align:left;
	}


	ul.big-image-list img {
		width: 250px;
	}

/* Reusable */



.gap2 {
	height:110px;
}

.gap {
	line-height:50px;
}

.mobgap {

}

.headergap {
	line-height:10px;
}

.hdiv {
    background: url("images/section-shadow.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    padding-top: 20px;
	width:100%;
	background-position:center;
	line-height:50px;
	clear:both;
}

.hdivsmall {
    background: url("images/mobile-section-shadow.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    padding-top: 10px;
	width:100%;
	background-position:center;
	line-height:20px;
}

.productdivsmall {
    background: url("images/product-section-shadow.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    padding: 10px;
	width:100%;
	background-position:center;
	line-height:20px;
}



	.blog-post h2 {
		color:#ac2d94;
	}
		.blog-post h3 {
		color:#d270eb;


	}
	
	.wholesale-image {
		width:95%;
		display: block;
		background: #fff url('images/bg04.png');
		padding:10px;
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);

	}


	.blog-post-image {
	background: #fff url('images/bg04.png');
	border: 5px solid #fff;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    width: 95%;
	}
	

/* Header */

	#header-wrapper {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	background-color: #FFF;
	}

	#header {
		position: relative;
		margin: 1% 0 1.5% 0;
		padding: 0 40px 0 40px;
		height: 150px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center top;


	}

	#header h1 {
	position: absolute;
	left: 20px;
	top: -40px;
	color: #fff;
	font-size: 0em;
	letter-spacing: -2px;
	line-height: 100px;
	background-repeat:no-repeat;
	display:block;
	background-image: url(../images/logo.svg);
	background-position: center center;	
	z-index:999;
	width:300px;
	height:150px;
		}

		#header h1 a {
	color: #fff;
	text-decoration: none;
		
		}
		
		#header nav {
			position: absolute;
			right: 0px;
			top: 55px;
			line-height: 120px;
			text-transform: uppercase;	
			font-size: 1.2em;
			letter-spacing: -1px;
			text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
			float:right;
			z-index:998;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #000;
				padding: 0 25px 0 25px;
				outline: 0;
				text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
			}
			
			#header nav a.current-page-item {
			color: #000;

			}

			#header nav a:hover {
				color: #1986e5;
				text-decoration:none;

			}
			
			
			
			
			#header nav ul {
  text-align: left;
  display: inline;
  float:right;
  list-style: none;
  

}
#header nav ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height:40px;
  background-color:rgba(256,256,256,0.5);
  
 


}
#header nav ul li:hover {
  color: #fff;
  
}
#header nav ul li ul {
  padding: 0;
  position: absolute;
  left: 0;
  width:250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
    font-size:18px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15) ;
}
#header nav ul li ul li { 
  display: block; 
  color: #fff;
}
#header nav ul li ul li:hover { text-shadow: 1px 1px 1px rgba(0,0,0,0.5);}
#header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
			
			

/* Banner */

	#banner-wrapper {
	margin-top:20px;
	height: 400px;
	background-color:#1986E5;
	color:#FFF;
	background-repeat: repeat;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15) inset;
	vertical-align:middle;
	}

	#banner {



	}

		#banner h2 {
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 100px;
			left: 0;
			font-size: 3.3em;
			color: #000;
			text-align: center;
			letter-spacing: -2px;
		}
		
		#banner span {
		}



	#main {

		padding: 2% 0 2% 0;
		box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.10) inset;

	}

		#main .controls {
			
		}
		
/* products */
	#product-wrapper
	{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
	padding: 40px 0 100px 0;
	}
	
	
	


	.quicklink-bg
	{
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
	box-shadow: 0px 2px 2px 1px rgba(128, 128, 128, 0.5);
	padding: 10px;
	background-color:#fff;

	}
	
		.quicklink-bg h2 {


	}
	

	
	#addtocart-wrapper{
			text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
			background-color:#f5cdff;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-o-border-radius: 10px;
			box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.5);
			padding: 20px;
			height:100%;
			text-align:center;
			line-height:10px;
		}
		
					#addtocart-wrapper ul{
						text-align:center;
						float:left
		}
		
	#addtocart-wrapper li{
	color: #ac2d94;
	text-shadow:none;
	float:right;
	font-size:1.2em;
	text-align:center;
	line-height:20px;
		}
		
	#addtocart-wrapper select{
			color: #ac2d94;
			text-shadow:none;
			background-color:#fff;
			padding:3px;
			font-size:.8em;
			text-align:center;
			margin-left:20px;
			border:none;

		}
	
	

/* Footer */

	#footer-wrapper {
		padding: 2% ;
		box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15) inset;
		background: #d270eb;
		color:#ffc9f3;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

		  
	}
	
	#footer-wrapper li a {
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
		#footer-wrapper li a:hover {
			text-decoration:underline

	}
	
		#footer-wrapper h2 {
		color:#ffc9f3;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin-bottom:30px;
		  
	}

		#footer-wrapper h3 {
		color:#ffc9f3;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		font-size:22px;
		text-decoration:underline;
		  
	}
	
			#footer-wrapper h3 a {
		color:#ffc9f3;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

		  
	}
	
				#footer-wrapper h3 a:hover {
		text-decoration:underline;
		  
	}
/* Copyright */

	#copyright {
		text-align: center !important;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		border-top: solid 1px #ced0b7;
		padding: 10px;
		margin: 1% 0 0 0;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		background-image: url(images/bg-1.jpg);
		box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15) inset;
	}

		#copyright a {
			color: #ffc9f3;
			text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
			text-align: center !important;
		}
		

