body{
	font: 14px/19px 'Ubuntu', sans-serif;
	color:#092331;
}
p{
	padding-bottom:13px;
	margin-bottom:0;
}
h1{
	font: 400 44px/45px 'Ubuntu', sans-serif;
	color:#333333;
}
h1 span{
	color:#db4044;
}
h2{
	font-size:25px;
	line-height:28px;
	margin:0;
	padding-bottom:13px;
}
h3{
	color:#666666;
	font: 400 18px/22px 'Ubuntu', sans-serif;
}
h4{
	color:#666666;
	font: 400 16px/18px 'Ubuntu', sans-serif;
}
h5{
	color:#666666;
	font: 400 14px/18px 'Ubuntu', sans-serif;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
.container{
	margin:auto;
	max-width:960px;
	position:relative;
}

a:hover{
	text-decoration:none;
	color: #599dd2;
}
/*modify bootstrap css*/
	#menu .navbar{
		border-radius:0px;
		border:none;
		min-height:0;
		margin:0;
	}
	.navbar-default{
		border:none;
	}
	#navbar{
		padding:0;
		border:none;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, 
	.navbar-inverse .navbar-nav > .open > a:focus{
		background:none;
	}
	nav{
		background:none!important;
	}
	.navbar-header{
		border-bottom:none;
	}
	.navbar-default .navbar-toggle{
		border:none;
		border-radius:0;
		padding:18px 20px;
		margin:0;
		background-color:#eaeaea;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#000;
	}
	/* hover dropdown */
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	
/***menu area***/
/*** Search area***/	
	.searchForm {
		margin: 11px 0 10px 10px;
		position:relative;
		z-index:20;
		width:65%;
		
	}
	.searchForm input{
		font-size: 20px;
		line-height: 30px;
		
		width: 100%;
		color: #fff;
		font-size: 43px;
		line-height: 43px;
		position: relative;
		padding: 0px;
		background-color: transparent;
		border: 0px;
	}
	
	
/*HEADER AREA*/
#header{
	background-color:#000;
	position:relative;
	z-index: 102;
	padding:10px 0;
}
.logo{
	padding:10px 0;
}
.logo.hide{
	display:block!important;
}
/*.searchForm.show{
	display:none!important;
}*/
#menu{
	margin-top:19px;
}
.searchForm{
	display:none;		
}
	#menu ul li a{
		color:#fff;
		text-transform:uppercase;
		font-size:14px;	
	}
	#menu ul li.dropdown a > span{
		background:url(../images/down.png) no-repeat right;
		padding-right:15px;
	}
	
	#menu ul li a:hover > span, .navbar-inverse .navbar-nav>.active>a{
		background-image: none !important;
		color:#DB4044 !important;
	}
	
	.dropdown-menu{
		background-color:#000;
	}
	
	
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover{
		background-image: none !important;
		background-color:#DB4044 !important;
	}
	
	#menu ul ul li a{
		padding:10px;
	}
	#menu ul ul li a:hover{
		background-color:#000;
	}
	.nav > li > a{
		padding:10px 6px;
	}
	
	.searchBox{
		position:absolute;
		right:15px;
		top:10px;
		z-index:20;
	}
#banner{
	position:relative;
	z-index: 15;
}
#banner .cycle-slideshow{
/*	max-height:750px;*/
	overflow:hidden;
}
	.banner-image img{
		width:100%;
	}
	.banner-image video{
		width:100%;
	}
	.banner-image{
		overflow:hidden;
	}
	
	.banner-image ul{
		margin:0;
		list-style:none;
		padding:0;
		width:100%;
	}
	.banner-image ul li{
		float:left;
		width:100%;
	}
	
	.banner-image.store-banner{
		margin-bottom: 10px;
	}
	
	.banner-box{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		z-index: 105;
	}
	
	.banner-box .container{
		text-align: center;
		top: 50%;
	}
	
	.watch{
		border:1px #fff solid;
		color:#fff;
		width:250px;
		padding:10px 0px;
		
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	.watch p{
		  padding-bottom: 5px;
	}
	
	.watch:hover{
		color:#fff;
	}
	
	.banner-page{
		z-index: 101;
		position:absolute;
		bottom:15px;
		left:0;
		text-align:center;
		width:100%;
	}
	.banner-page ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	.banner-page ul li{
	   display:inline-block;
	   padding:0 2px;
	}
	.banner-page ul li a{
		display:block;
		border:1px #fff solid;
		border-radius:50% 50%;
		width:10px;
		height:10px;
	}
	.banner-page ul li.active a, .banner-page ul li.cycle-pager-active a {
		background-color:#fff;
	}
	.leftarrow{
		background:rgba(0,0,0,0.5);
		position:absolute;
		left:0;
		padding:16px 24px;
		border-radius-left:
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		top:48%;
		display:block;	
		z-index:101;
		cursor: pointer;
	}
	
	.rightarrow{
		background:rgba(0,0,0,0.5);
		position:absolute;
		right:0;
		z-index:101;
		display:block;
		padding:16px 24px;
		top:48%;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		cursor: pointer;
	}
	
	li.cycle-slide {
	  width: 100%;
	}
	
	#banner #slide{
		margin: 0px;
	}
	
	.play-button {
		background-color: rgba(0, 0, 0, 0.4);
		border: 2px solid #ffffff;
		color: #fff!important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0px;
		-webkit-box-shadow: 0px 1px 3px #666666;
		-moz-box-shadow: 0px 1px 3px #666666;
		box-shadow: 0px 1px 3px #666666;
		font-size: 17px;
		padding: 20px 25px;
		text-decoration: none;
		text-rendering: optimizeLegibility;
	}
	.play-button.center{
		position: absolute;
		bottom: 50%;
		right: 50%;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}

	.play-button:hover {
		border: 2px solid #de4247;
		color: #fff;
	}

#complete h1{
	text-align:center;
	padding-bottom:15px;
}
	.complete-box{
		text-align:center;
		margin-bottom:30px;
	}
	.complete-box img{
		display:block;
		margin:auto;
	}
	.complete-box span{
		padding:15px 0;
		font-weight:bold;
		color:#db4044;
		font-size:18px;
		display:block;
	}
	.complete-image{
		display:block;
	}
	.completebutton,.completebutton:hover {
		background: url(../images/cart.jpg) no-repeat scroll 10px 10px #d94248;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		margin: auto;
		padding: 9px 15px 7px 32px;
		text-transform: uppercase;
	}
.blog-title{
	background-color:#000;
}
	.blog-title h1{
		color:#fff;
	}
	.blog-content{
		padding:30px 0;
	}
#blog h3{
	color:#db4044;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	margin-bottom:0;
}
.blog-links a,.blog-links,.video-links a,.video-links{
	color:#999999;
	font-size:10px;
}
.blog-links,.video-links{
	padding-bottom:10px;
}
.blog-links a:hover,.video-links a:hover{
	text-decoration:underline;
}
.store-image img{
	width:100%;
}
.parallax{
	width:100%;
	margin-bottom: 0px;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	padding: 400px 0px;
	background-position: center!important;
}
.store-image{
	overflow:hidden;
	width:100%;
	height: 500px;
}

.store-image.visible-xs-block .parallax{    
	padding: 150px 0px;
	background-size: contain!important;
	-moz-background-size: contain!important;r
	-webkit-background-size: contain!important;
}

.store-image.visible-xs-block{    
	height: 250px;
}

#store .container,#promo .container{
	padding-top:15px ;
	padding-bottom:20px;
}
	#store ul,.promo-box ul{
		margin:0;
		list-style:none;
		padding:0;
	}
	#store ul li{
		float:left;
		text-align:center;
		width:25%;
	}
	#store ul li a{
		display:block;
	}
	#store ul li img{
		margin:auto;
		display:block;
	}
	#store ul li span{
		font-size:18px;
		color:#db4044;
	}
	.store-products{
		padding-top:30px;
	}
	
.feature-display .store-image{
		overflow: hidden;
		width: 100%;
		height: 500px;
	}
.feature-display .feature-box{
		background-color: #fff;
		padding: 25px 15px 15px 15px;
		position: relative;
		text-align: center;
	}
.feature-display .feature-content{
		padding: 10px 90px 100px;
		visibility: visible;
		margin-top: -375px;
	}
	
#learn{
	background:url(../images/image13.jpg) no-repeat left top;
	background-size:cover;
	display:block;
	margin: 0px;
}
	#learn .content{
		padding: 10% 0;
		color: #fff;
		float: left;
		text-align: right;	
	}
	#learn .content a{
		color: #fff;
	}
	#learn .content h1{
		color: #fff;
	}
.promo-box{
	padding-bottom:20px;
}
	.promo-box ul li{
		float:left;
		text-align:center;
		width:25%;
		list-style:none;
	}
	.promo-box ul li a{
		display:block;
	}
	.promo-box ul li img{
		margin:0 auto 20px;
		display:block;
	}
	.promo-box ul li span{
		font-size:18px;
		color:#db4044;
	}
#video{
	padding-top:100px;
}
	.video-box{
		border-left:1px #c2c2c2 solid;
		border-right:1px #c2c2c2 solid;
		border-bottom:1px #c2c2c2 solid;
		padding:20px 20px 0;
		margin-bottom:20px;
	}
	.video-box h3{
		color:#db4044;
		font-weight:400;
		font-size:22px;
	}
	.readmore,.readmore:hover{
		background-color:#000;
		color:#fff;
		font-size:12px;
		display:inline-block;
		padding:7px 10px;
		text-transform:uppercase;
	}
	.video-date{
		border-top:1px #c2c2c2 solid;
		padding-top:20px;
		margin-top:25px;
	}
	.line{
		border-top:1px #c2c2c2 solid;
		margin:15px -20px 0;
		padding-top:2px;
	}
	.pass,.pass:hover{
		background:url(../images/heart.png) no-repeat left center;
		color:#000;
		padding-left:17px;
	}
.sidebar h3{
	margin-top:0;
	text-transform:uppercase;
}
.side-box{
	margin-bottom:50px;
}
.big-social a{
	float:left;
	margin-right:3px;
}
.search input[type="text"]{
	background-color:#e1e1e1;
	border:none;
	padding:5px;
	width:136px;
	color:#999999;
	font-size:12px;
	float:left;
}

.search input[type="submit"]{
	float:left;
	color:#fff;
	text-transform:uppercase;
	background-color:#000;
	border:none;
	font-family:'Ubuntu', sans-serif;
	font-size:12px;
	padding:5px 10px;
}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul li{
	padding:15px 0;
	border-bottom:1px #c2c2c2 solid;
}
.sidebar ul li a{
	color:#db4044;
	font-size:18px;
	line-height:22px;
}
.sidebar ul li a:hover{
	text-decoration:underline;
}
.sidebar .tag li{
	float:left;
	border:none;
	padding:3px 0;
}
.sidebar .tag li a,.sidebar .tag li a:hover{
	color:#fff;
	background-color:#000;
	margin-right:3px;
	display:block;
	padding:5px 7px;
	text-decoration:none;
}
.category-list ul{
	list-style: none;
	margin-bottom: 0px;
	padding: 15px 0px;
}

	.category-list ul li{
		position: relative;
		display: inline-block;
		float: none;
		width: auto;
		padding: 10px 2%;
		color: #000;
	}
	.category-list ul li h3{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.category-list ul li a{
		color: #000;
	}
	
.list-menu-box{
	position: relative;
	  z-index: 50;
	  margin: 0 0 10px 0;
	  text-align: center;
	  background: #f9f9f9;
	  border-top: 1px solid #d0d2d2;
	  border-bottom: 1px solid #d0d2d2;
}
.category-list > div > ul {
	overflow: hidden;
}
.category-list > div > ul:hover {
	overflow: visible;
}

#category-nav > ul li:hover > ul {
	display: block;
	opacity: 1;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
	#category-nav ul.dropdown-box{
/*		display: none;*/
		opacity: 0;
		-webkit-transition: all 0s ease 0.2s;
		-moz-transition: all 0s ease 0.2s;
		-ms-transition: all 0s ease 0.2s;
		-o-transition: all 0s ease 0.2s;
		transition:  all 0s ease 0.2s;
	
		position: absolute;
		z-index: 10;
		padding: 10px 0 10px 0;
		top: 57px !important;
		width: 240px;
		background: #333;
	}
	#category-nav ul.dropdown-box li {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}

	#category-nav ul.dropdown-box:before {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		left: 0;
		margin-left: 10px;
		top: -18px;
		border-width: 10px;
		border-style: solid outset solid solid;
		border-color: transparent transparent #333 transparent;
	}

	#category-nav ul.dropdown-box li a{
		color: #eeefe3;
		font-weight: normal;
	}

.breadcrumb{
	background: none;
	padding: 8px 15px 8px 3px;
}
	
	.breadcrumb > li+li:before {
		padding: 0 5px;
		color: #666666;
		content: ">\00a0";;
		font-size: 12px;
	}
	
	.breadcrumb a{
		color: #666666;
		text-decoration: none;
		font-weight: inherit;
		font-size: 11px;
	}
	

.side-box:after,.sidebar .tag:after,.prod-row:after,.product-details-small-image:after{
	content:" ";
	display:table;
	clear:both;
}
.mobile-video{
	background:url(../images/video-img.jpg) no-repeat left top;
	background-size:cover;
	padding:80px 0 30px;
	margin-bottom:20px;
}
.mobile-video h1{
	margin-left:15px;
	color:#fff;
	font-size:47px;
}
.store-top{
	background-color:#e5e5e5;
	padding-bottom:30px;
}
.store-links {
    background-color: #db4044;
    float: right;
    padding: 10px 30px;
    width: 420px;
}
.view-basket,.view-basket:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#fff;
	background:url(../images/plus.png) no-repeat left center;
	padding-left:20px;
	text-transform:uppercase;
	float:left;
	padding:5px 20px;
	font-weight:bold;
}
.store-login,.store-login:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#fff;
	padding-left:20px;
	text-transform:uppercase;
	float:left;
	padding:5px 20px;
	font-weight:bold;
}
.checkout,.checkout:hover{
	float:right;
	font-weight:bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#fff;
	background:url(../images/checkout.png) no-repeat left center;
	padding:5px 25px;
	text-transform:uppercase;
}

.customer-area {
	margin: 10px 0;
}

.featured-product{
	padding-top:0px;
}
	.featured-product h1{
		color:#666666;
		line-height:38px;
		font-size:35px;
		text-align:center;
	}
	.featured-product-list ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.featured-product-list ul li{
		float:left;
		margin-bottom:30px;
		width: 32%;
	}
	
	.featured-product-list ul li:nth-child(n+2) {
	    margin-left:10px;
	}
	
	.featured-product-list ul li:nth-child(3n+1){
		clear:left;
		margin-left:0px;
	}
	.featured-product-list ul li a{
		display:block;
		color:#000;
		position:relative;
		font-size:16px;
	}
	.featured-product-list ul li a .image{
		text-align:center;
		display:block;
	}
	.featured-product-list ul li a:hover .product-box{
		display:block;
	
	}
	.featured-product-list ul li a:hover{
		border:3px #e0e0e0 solid;
		margin:-3px;
	}
.product-box{
	position:absolute;
	bottom:0;
	display:none;
	left:0;
	width:100%;
	background:rgba(215,215,215,0.6);
}
.product-title{
	display:block;
	padding:10px 15px;
}
	.price{
		font-weight:bold;
	}
	.rate{
		font-size:12px;
		display:block;
		padding:10px 0;
	}
	.ch-option{
		background:#000;
		color:#fff;
		padding:10px;
		float:right;
		margin-top:5px;
		margin-bottom:15px;
	}
	.category-btn,.category-btn:hover,.category-btn:focus{
		color:#666666;
		font-weight:bold;
		text-transform:uppercase;
		background:url(../images/category-btn.png) no-repeat left center;
		padding-left:25px;
		 margin: 15px 0 0;
	   display:block;
	}
	.category-down {
		display: none;
		left: 0;
		padding-left: 10px;
		position: absolute;
		top: 49px;
		width: 280px;
		z-index: 103;
		background:rgba(235,235,235,0.9);
	}
	.category-down ul{
		list-style:none;
		margin:0;
		padding:0 25px 20px 0px;
	}
	.category-btn-box{
		position:relative;
	}
	.category-down ul li{
		border-bottom:1px #c2c2c2 solid;
	}
	.category-down ul li a{
		font-size:16px;
		color:#db4044;
		display:block;
		padding:10px;
	}
	
	.category-down > ul li:hover > ul {
		display: block;
	}
	.category-down ul.dropdown-box{
		display: none;
	}
	
#newsletter{
	background-color:#db4044;
	color:#fff;
	padding:15px 0;
}
	#newsletter span{
		font-size:19px;
		display:block;
		padding-top:8px;
	}
	.newsletterform input[type=text]{
		border:none;
		padding:7px 10px;
		color:#999999;
		font-size:12px;
		font-family:'Ubuntu', sans-serif;
		float:left;
		background-color:#e1e1e1;
		border-radius: 0px;
	}
	.newsletterform input[type=text]:first-child{
		margin-right:20px;
	}
	.newsletterform input[type=submit]{
		background-color:#000;
		border:none;
		color:#fff;
		padding:7px 15px;
		border-radius: 0px;
	}
	
	.newsletterform .input{
	    padding-right: 0px;
	    padding-left: 5px;
	}
	.newsletterform .input:first-child{
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.newsletterform .large{
		  width: 38%;
	}
	
	.newsletterform .form-group {
	  margin-bottom: 0px;
	}

.product-details-image img{
	margin:auto;
}
.product-details-small-image{
	margin:0;
	padding:0;
	list-style:none;
}
.product-details-small-image li{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	width:32%;
}
.product-details-small-image li a{
	display:block;
	text-align:center;
}
.product-details-small-image li a img{
	margin:auto;
}
.product-details-small-image li:nth-child(3n+1){
	clear:left;
	margin-left:0;
}
.product-details h1{
	font-size:30px;
	color:#000;
	text-align:left;
	line-height:33px;
	padding-top:20px;
}
.hideondesktop{
	display: none;
}
.reviews{
	color:#666666;
	font-size:16px;
}
.prod-price{
	font-size:36px;
	color:#db4044;
	padding:25px 0 10px;
}
	.prod-price del {
		margin-right: 10px;
	}
.prod-row{
	color:#666666;
}
.prod-row h3{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
}
.prod-row select{
	border:1px #cccccc solid;
	padding:7px 10px;
}
.quantity input[type=text]{
	width:40px;
	border:1px #ccc solid;
	padding:5px 8px;
	float:left;
}
.quantity input[type=submit]{
	color:#fff;
	font-size:14px;
	background-color:#db4044;
	border:1px #db4044 solid;
	float:left;
	padding:6px 8px;
	border:none;
	margin-left:10px;
}
.prod-desc{
	color:#000;
	font-size:12px;
	padding-top:14px;
	line-height:18px;
	padding-bottom:20px;
}

.prod-row .btn-group label.btn.btn-custom{
	border-radius: 0px;
	margin-left: 5px;
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
    text-align: center;
	border-bottom: 5px;
}

.prod-row .btn-group label.btn.btn-custom:first-child{
	margin-left: 0px;
}
.prod-row .btn-group label.btn.btn-custom.active{
	background-color: #6a6a6a !important;
	border: 1px solid #6a6a6a !important;
	color: #fff;
}

.product-details {
	margin-top: 0px;
}
.product-details .form-group {
    padding-right: 0px;
    padding-left: 0px;
}

.prod-tables{
	padding:25px 0 50px;
}
.show-image{
	display:none;
}
#contact{
	background:url(../images/contactus.jpg) no-repeat left top;
	background-size:cover;
	padding:30px 0 50px; 
}
	#contact h1{
		color:#fff;
		font-size:44px;
		line-height:48px;
	}
	.contact-details{
		background:rgba(0,0,0,0.7);
		color:#fff;
		padding:20px;
	}
.contactform{
	width:450px;
	margin-top:35px;
}
	.contactform input[type="text"],.contactform textarea{
		border:1px #000 solid;
		border-radius:0;
		color:#092331;
		font-size:13px;
		font-family:'Roboto', sans-serif;
		width:100%;
		color:#092331;		
	}
	.contactform textarea{
		height:175px;
		width:100%;
	}
	
	.contactform select.form-control, .contactform select.form-control {
		 border-radius: 0; 
		 border: 0; 
		 outline:1px inset black; 
		 outline-offset:-1px;
		 
	 }
  	.contactform .has-error select.form-control{
		outline: 1px solid #a94442;
  	}
	
 	.contactform .has-error input[type="text"], .contactform.has-error textarea, .contactform.has-error select{
 		border: 1px solid #a94442;
 		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 	}
	
	.formbutton{
		padding-top:15px;
		text-align:right;
	}
	.clear,.send{
		background-color:#000;
		border:none;
		margin-left:15px;
		color:#fff;
		font-size:12px;
		font-family:'Ubuntu', sans-serif;
		padding:10px 15px;
		text-transform:uppercase;
	}
	.clear:hover,.send:hover{
		background-color:#db4044;
	}
	
	.contactbox .duelbox{
		padding-right: 0px ;
		padding-left: 0px ;
	}
	
	.contactbox .duelbox > div:first-child{
		padding-right: 2px ;
		padding-left: 0px ;
	}
	
	.contactbox .duelbox > div:last-child{
		padding-right: 0px ;
		padding-left: 2px ;
	}
	
	.styled-select{
		background: #fff url('/assets/images/select-icon.png') no-repeat right;
		border: 1px solid #000;
	}
	
	.styled-select select {
		border-radius: 0px;
		-webkit-appearance: none;
		border: none;
		width: 97%;
	   }
	
#phone{
	padding:40px 0;
	font-weight:bold;
	font-size:31px;
	text-transform:uppercase;
}
#phone span{
	color:#db4044;
}
#phone a {
  color: #092331;
}


.contactblank img{
	width:100%;
}
.general-content{
	padding:20px 0;
}
.general-content h1{
	color:#db4044;
}
.general-content .blog-links,.general-content .blog-links a{
	font-size:13px;
}
/*end body*/
#footer{
	background-color:#252525;
	padding:40px 0 0;
}
#footer  h3{
	font-size:18px;
	color:#666666;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:18px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	padding-bottom:30px;
}
#footer ul li a{
	color:#cccccc;
	font-size:18px;
}
.social a{
	float:left;
	padding-right:2px;
	width:14%;	
}
.socialBox{
	float:right;
}
.footer-bottom{
	background-color:#000;
	font-size:12px;
	color:#999999;
	padding:20px 0;
	margin-top:30px;
}
.created{
	text-align:right;
}
.created span{
	text-decoration:underline;
}
.created a{
	color:#999999;
}

.store-cart .heading h2 {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

.store-cart .heading h3 {
	padding-bottom: 5px;
	margin: 15px 0 15px;
	border-bottom: 1px solid #eee;
}

.cart-product-table .align-right{
	text-align: right;
}
.cart-product-table .align-center{
	text-align: center;
}
	.cart-product-table .qty-input {
		width: 40%;
	}
	
.cart-nav{
  list-style: none;
  padding: 0px;
}

	.cart-option{
		max-height: 95px;
		padding: 0px;
		background-size: 100%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.cart-option a{
		display: block;
		height: 0;
		padding-top: 30.3%;
		background-size: contain !important;
	}

	#option-cart {
		background: url("../images/cart_images/cart_option_cart.png") no-repeat;
	}
	#option-cart.active {
		background: url("../images/cart_images/cart_option_cart_active.png") no-repeat;
	}
	#option-details {
		background: url("../images/cart_images/cart_option_details.png") no-repeat;
	}
	#option-details.active {
		background: url("../images/cart_images/cart_option_details_active.png") no-repeat;
	}
	#option-confirmation {
		background: url("../images/cart_images/cart_option_confirm.png") no-repeat;
	}
	#option-confirmation.active {
		background: url("../images/cart_images/cart_option_confirm_active.png") no-repeat;
	}
/*product search styling*/
#search-results{
	padding-bottom: 40px;
}
	#search-results .search-filter{
		position: absolute;
		bottom: 0;
		margin-bottom: 20px;
		float: left;
	}
	#search-results #next-products{
		background-color: #333;
		color: #fff;
	}

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
	.newsletterform .large{
		width: 36%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {	
	#banner{
		max-height: 100%;
	}
	
	h1,#contact h1{
		font-size:36px;
		line-height:40px;
	}
	.nav > li > a{
		padding:10px 3px;
	}
	#menu ul li a{
		font-size:12px;
	}
	#footer ul li ,#footer h3{
		padding-bottom:20px;
		margin:0;
	}
	#footer ul li a{
		font-size:15px;
	}
	.featured-product-list ul li a {
		font-size:13px;
	}
	.rate{
		font-size:10px;
		display:block;
		width:100%;
	}
	.newsletterform input[type="text"]{
		width:100%;
	}
	
	#newsletter span{
		font-size:15px;
	}
	#phone{
		font-size:28px;
		line-height:30px;
	}
	.searchBox{
		right:10px;
	}
	
	.category-list ul li{
		padding: 10px 2%;
	}
	
	.leftarrow, .rightarrow{
		padding:10px 20px;
		top: 42%;
	}
}

@media (max-width: 767px) {
	.hideonmobile{
		display: none;
	}
	.hideondesktop{
		display: block;
	}
	h1,#contact h1{
		font-size:30px;
		line-height:33px;
	}
	#menu{
		position:absolute;
		top:4px;
		left:0;
		z-index:10px;
		width:100%;	
		padding-left:10px;
		padding-right:10px;
	}
	.logo{
		position:relative;
		z-index:15;
		max-width: 200px;
		height:46px;
		padding:5px 10px;
	}
	.logo img {
		height: 33px;
	}
	.navbar-nav{
		margin:0 15px;
	}
	.searchBox{
		right:68px;
		top:13px;
	}
	.navbar-toggle{
		margin-right:0;
		padding:15px 12px;
	}
	.store-products{
		padding:0 10px;
	}
	#hidebanner, #blog{
		display:none;
	}
	#store ul li{
		width:50%;
		margin-bottom:10px;
	}
	#store ul li:nth-child(2n+1){
		clear:left;		
	}
	
	.promo-box ul li{
		display:none;
	}
	.promo-box ul li:nth-child(1),.promo-box ul li:nth-child(2){
		display:block;
		width:50%;
	}
	.promo-box ul li a{
		padding:0 10px;
	}
	.foot-content > div{
		width:33%;
	}
	.socialBox{
		float:none;
		padding-bottom:20px;
		width:auto!important;
    }
	.socialBox{
		padding-top:30px;
		padding-bottom:40px;
	}
	.socialBox h3{
		float:left;
		margin:0;
		padding:5px 0;
	}
	.social{
		float:right;
		width:210px;
	}
	.navbar-inverse .navbar-toggle{
		border-color:#464646;
		background-color:#464646;
		border-radius:0;
		margin:0;
	}
	#header{
		padding:0;
	}
	#navbar{
		background-color:#464646;
	}
	#menu{
		top:0;
		margin-top:0;
	}	
	#menu ul li{
		border-top:1px #585858 solid;
	}
	#menu ul li:first-child{
		border-top:none;
	}
	#menu ul li a{
		padding-top:15px;
		padding-bottom:15px;
	}
	#menu ul li.active a{
		background:none;
	}
	.searchForm {
		margin: 11px 0 10px 10px;
		position:relative;
		z-index:20;
		width:65%;
	}
	.searchForm input{
		background-color:#464646;
		color:#fff;
		border:none;
		padding:3px;
		width:100%;
		font-size: 20px;
		
		line-height: 22px;
	}
	#video{
		padding-top:0;
		padding-bottom:0;
	}
	.video-show img{
		width:100%;
	}
	.store-top{
		padding:0;
	}
	.store-top .row > div{
		padding:0px 10px;
	}
	
	.featured-product-list ul li a:hover{
		border:3px #e0e0e0 solid;
		margin:-3px;
	}
	
	.featured-product-list ul li {
	    margin-left:10px!important;
		width: 31%;
	}

	.product-box{
		display:block!important;
		display:none;
		position:relative;
		background:none;
	}
	.product-box .col-sm-8{
		display:none;
	}
	.product-box .price{
		color:#db484c;
	}
	.product-title{
		padding-bottom:0px;
		font-size:18px;
	}
	.product-box .col-sm-4 span{
		display:inline-block!important;	
		margin-right:5px;
	}
	#learn.prod h1{
		float:right;
	}
	#promo.prod ul li{
		display:block!important;
		width:50%!important;
		margin-bottom:20px;
	}
	.promo-box ul li .product-box{
		text-align:left;
	}
	.promo-box ul li .product-box span{
		color:#000;
	}
	.promo-box ul li .product-box .price{
		color:#db484c;
	}
	.created{
		text-align:left;
	}
	.product-details-small-image{
		display:none;
	}
	.show-image,.show-image:hover,.show-image:focus{
		display:block;
		font:bold 18px/23px 'Ubuntu', sans-serif;
		text-align:center;
		color:#db4044;
		margin-top:10px;
		text-transform:uppercase;
	}
	.product-details h1{
		padding-top:0;
	}
	#contact{
		background:none;
		padding: 0px 0 30px;
	}
	.contactform{
		position: relative;
		top:100%;
		left:0px;
		padding-top: 0px;
		width:100%;
	}
	
	.mobile-background{
	    background: url(../images/contactus.jpg) no-repeat left top;
	    background-size: cover;
	    top: -19px;
	    padding: 6%;
	}

	.contactform .help-block {
		text-shadow: none;
	}
	
	.styled-select select {
		width: 95%;
  	}
	.contactbox{
		padding:0 15px;
	}
	
	.contactbox .duelbox  > div{
		margin-bottom: 15px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	#menu ul ul li a{
		padding-left:20px;
	}
	#menu ul ul li a:hover{
		background:none;
	}
	.logo.hide{
		display:none!important;
	}
	.searchForm.show{
		display:block!important;
	}
	.general-content-image img{
		width:100%;
	}
	
	.leftarrow, .rightarrow{
		padding: 15px 20px;
		top: 37%;
	}
	
}

@media (max-width: 480px) {
	h1{
		font-size:20px;
		line-height:24px;
	}
	.logo{
		padding-top:6px;
		max-width: 200px;
	}
	.searchBox{
		right:68px;
		top:13px;
	}
	.navbar-toggle{
		margin-bottom:0;
		margin-top:0;
	}
	#store .container,#promo .container{
		padding:0 10px;
	}
	#footer{
		padding:30px 0 0;
	}
	.social {
		float: right;
		width: 164px;
	}
	#footer  h3{
		padding-bottom:6px;
	}
	#store ul li span,.promo-box ul li span{
		font-size:16px;
	}
	.promo-box ul li span.rate{
		font-size:12px;
	}
	#footer ul li{
		padding-bottom:10px;
	}
	#footer ul li a,#footer h3{
		font-size:12px;
	}
	.socialBox{
		padding-top:20px;
		padding-bottom:30px;
	}
	.footer-bottom{
		font-size:10px;
		margin-top:30px;
	}
	.created{
		text-align:left;
	}
	.store-links {
		padding: 10px 15px;
		width: 276px;
	}
	.product-title{
		padding: 0;
		font-size:16px;
	}
	.product-box .col-sm-4,.rate{
		padding:0;
	}
	.featured-product h1{
		font-size:25px;
		line-height:28px;
	}
	
	.featured-product-list ul li {
	    margin-left:10px!important;
		width: 46%;
	}
	.featured-product-list .product-box{
		display:none!important;
	}
	.featured-product-list ul li:nth-child(3n+1){
		clear:none;
	}
	
	.leftarrow, .rightarrow{
		padding: 15px 20px;
		top: 37%;
	}
	
	.leftarrow img, .rightarrow img{
		width: 12px;
	}
	
	.play-button{
		padding: 10px 15px;
	}
	
}
@media (max-width:320px){
	#store ul li span,.promo-box ul li span{
		font-size:12px;
	}
	#footer h3,#footer ul li a{
		font-size:13px;
	}
	#footer h3{
		padding-bottom:5px;
	}
	.product-title{
		font-size:13px;
		line-height:18px;
	}
	.promo-box ul li .product-box{
		text-align:left;
	}
	
	.leftarrow, .rightarrow{
		padding: 7px 7px;
		top: 35%;
	}
	
	.leftarrow img, .rightarrow img{
		width: 10px;
	}
	.play-button{
		padding: 6px 10px;
		font-size: 15px;
	}
	
}
@media (max-width:470px){
	.store-links {
		padding: 10px 10px;
		width: 210px;
	}
	.store-links a,.store-links a:hover{
		font-size:11px;
		padding-right:0;
	}
	.store-top div.no-padding {
	  padding: 0px 0px;
	}
	
	
	.leftarrow, .rightarrow{
		padding: 12px 10px;
		top: 32%;
	}
	
	.leftarrow img, .rightarrow img{
		width: 10px;
	}
}


*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Custom additions */

.fancybox-title {
    padding: 0 0 10px 0;
}
