﻿/*   
Template Name: Kallyas - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

body { 
	font: 13px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535353;
	font-weight: 400;
	line-height:1.6;
	background:#f5f5f5;
}
	
	.fixed-body {
		padding: 0px 20px;
	}
	
	body.body-fixed {
		background: #f5f5f5 url(../img/pat1.png);
	}
	
b, 
strong {
	font-weight: 700;
}

a { 
	color: #000; 
	text-decoration: none; 
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out; 
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out; 
	-moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out; 
	outline: 0; 
}

a:hover { 
	color: #cd2122; 
	text-decoration: none; 
}

.standard-body .full-width .container {
	max-width: 1240px;
	margin: 0px auto;
	padding-left: 35px;
	padding-right: 35px;
}

	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1200px;
		background: #f5f5f5;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
			z-index: -1;
			-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
			-moz-box-shadow:    0 0 2px rgba(0,0,0,0.5);
			box-shadow:         0 0 2px rgba(0,0,0,0.5);
		}
	
	.standard-body .fixed .container {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0px;
		max-width: 100% !important;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow:    0 0 2px rgba(0,0,0,0.5);
	box-shadow:         0 0 2px rgba(0,0,0,0.5);
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
		
		.main-fixed .background .shadow {
			display: none !important;
		}
		
.fixed-body .container {
	padding-left: 12px;
	padding-right: 12px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}
	
/* Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select,
#comment-user,
#comment-email {
	background: #fff;
	border: 1px solid #ccc;
	height: 32px;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #535353;
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	vertical-align: middle;
	margin: 5px 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:    inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  border-color: rgba(82, 168, 236, 0.8);
	  outline: 0;
	  outline: thin dotted \9;
	  /* IE6-9 */
	
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}
	
	textarea {
		max-width: 100%;
		min-height: 150px;
	}
	
	select {
		height: 30px;
		background: #ececec;
		cursor: pointer;
		border: solid #cac9c9 1px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 10px;
		padding: 5px 0 5px 5px;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 1;
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57);
		-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57);
		box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57);
	}
	
/* Dropdown 
-------------------*/

#main .open > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
  
#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.dropdown-menu {
	color: #222;
	margin-top: 8px;
	margin-left: -10px;
	padding: 4px 0;
	background: #f5f5f5;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 3px 7px rgba(0,0,0,0.2);
	box-shadow:         0 3px 7px rgba(0,0,0,0.2);
	border-radius:         2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	min-width: 0px;
}
	
	#main .dropdown-menu:before {
		content: "";
		top: -10px;
		position: absolute;
		left: 10px;
		border: 5px solid transparent;
		border-bottom-width: 5px;
		border-bottom-color: #f5f5f5;
	}
	
	#main .dropdown-menu:after {
		content:  "";
		top: -12px;
		width: 100%;
		height: 12px;	
		right: 0;
		position: absolute;	
	}
	
	.bootstrap-datetimepicker-widget:after {
		border-bottom-color: #f5f5f5 !important;
	}
	
	.dropdown-menu a {
		color: #222;
		font-weight: 400;
	} 
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: #dedede;
		}
		
		.dropdown-menu > li > a {
			font-size: 10px;
			padding: 3px 10px;
			text-transform: uppercase;
		}
		
			.dropdown-menu > li > a img {
				vertical-align: middle;
				margin: 0px 2px 3px 0px;
			}
	
/* Buttons 
------------------*/

.button,
.btn {
	display: inline-block;
	border: 1px solid transparent;
	background: #cd2122;
	padding: 0 20px;
	font: bold 13px/30px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	color: #fff !important;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

	.button:hover,
	.btn:hover {
		color: #fff !important;
		background: #000;
	}

.button-two {
	font: 400 13px/30px "Open Sans", Helvetica, Arial, sans-serif;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

	.button-two:hover,
	.button-two:focus,
	.button-two:active,
	.button-two.active,
	.button-two.disabled,
	.button-two[disabled] {
	  color: #333333;
	  background-color: #e6e6e6;
	  *background-color: #d9d9d9;
	}
	
	.button-two:active,
	.button-two.active {
	  background-color: #cccccc \9;
	}
	
	.button-two:first-child {
	  *margin-left: 0;
	}
	
	.button-two:hover,
	.button-two:focus {
	  color: #333333 !important;
	  text-decoration: none;
	  background-position: 0 -15px;
	  -webkit-transition: background-position 0.1s linear;
	     -moz-transition: background-position 0.1s linear;
	       -o-transition: background-position 0.1s linear;
	          transition: background-position 0.1s linear;
	}
	
	..button-two:focus {
	  outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	
	.button-two.active,
	.button-two:active {
	  background-image: none;
	  outline: 0;
	  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	} 
	
	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
		background: #c2c2c2;
	}
		
		.buttons .left .button:hover,
		.buttons .center .button:hover,
		.btn-default:hover,
		.input-group-btn .btn-primary:hover {
			background: #cd2122;
		}
	
	.input-group input {
		border-right: none;
	}
	
	.input-group-btn .btn {
		height: 32px;
		margin: 5px 0px;
	}

.buttons { 
	overflow: auto;
	margin: 0px 0px 20px 0px; 
}
	
	.buttons .button,
	.buttons .btn {
		margin-top: 10px;
	}
	
	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: left;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}
	
/* Header 
------------------*/

header {
	position: relative;
	z-index: 4;
	border-bottom: 6px solid #fff;
	min-height: 200px;
	background-color: #345370;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
		background: url(../img/glare-effect.png) top center no-repeat;
	}
	
	header:after {
		content: '';
		position: absolute;
		bottom: -17px;
		left: 50%;
		border: 6px solid transparent;
		border-top-color: #fff;
		margin-left: -6px;
	}
	
	header:before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 20px;
		background: url(../img/shadow-down.png) no-repeat center top;
		opacity: .6;
		filter: alpha(opacity=60);
	}
	
	header .slider-header {
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	
		.header-type4 header .slider-header {
			position: static;
			border-bottom: 3px solid #010101;
			background: #333;
		}
		
		.header-type5 header .slider-header {
			position: static;
			border-bottom: 3px solid #cd2122;
			background: #333;
		}
	
	.header-type2 header {
		border: none;
		min-height: 0px;
		background: none;
	}
	
	.header-type3 header {
		min-height: 0px;
		background: none;
	}
	
		.header-type3 header.header-home {
			border: none;
		}
	
		.header-type2 header .background-header,
		.header-type2 header.header-home:after,
		.header-type2 header.header-home:before,
		.header-type3 header .background-header,
		.header-type3 header.header-home:after,
		.header-type3 header.header-home:before {
			display: none;
		}
		
		.header-type2 header .slider-header,
		.header-type3 header .slider-header {
			position: relative;
			border-bottom: 3px solid #cd2122;
		}

/* Top of pages
------------------*/

#top {
	position: relative;
}

	#top .container > .clearfix {
		position: relative;
		z-index: 4;
	}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	#top .background {
		background: url(../img/header_overlay.png) repeat;
		background: rgba(0,0,0,0.5);
	}
	
		.header-type2 #top .background {
			background: none;
		}
		
		.header-type3 #top .background,
		.header-type4 #top .background,
		.header-type5 #top .background {
			background: none;
		}

	/* Top -> Logo */
	
	#top .logo { 
		float: left;
		position: relative;
		background: rgba(0,0,0,0.3); 
		padding: 27px 25px; 
		border-bottom: 2px solid #000; 
		border-bottom: 2px solid rgba(0,0,0,0.7); 
		border-top: 3px solid #cd2122; 
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4d000000',endColorstr='#4d000000'); 
	}
	
		#top .logo:after { 
			content: ""; 
			position: absolute; 
			left: 50%; 
			bottom: -11px; 
			margin-left: -3px; 
			border: 5px solid transparent; 
			border-top-width: 5px; 
			border-top-color: #000; 
			border-top-color: #222; 
			border-top-color: rgba(0,0,0,0.7); 
		}
		
		#top .logo img {
			display: block;
		}
		
		.header-type4 #top .logo,
		.header-type5 #top .logo {
			background: none;
			border: none;
			padding: 12px 0px;
		}
		
			.header-type5 #top .logo {
				padding: 15px 0px;
			}
		
			.header-type4 #top .logo:after,
			.header-type5 #top .logo:after {
				display: none;
			}
		
		.header-type2 #top .logo,
		.header-type3 #top .logo {
			float: none;
			background: none;
			padding: 25px 0px 0px 0px;
			background: none;
			border: none;
			filter: none;
		}
		
			.header-type2 #top .logo:after,
			.header-type3 #top .logo:after {
				display: none;
			}
			
			.header-type2 #top .logo img,
			.header-type3 #top .logo img {
				margin: 0px auto;
			}
			
	/* Top -> Custom block */
	
	#top .custom-block {
		padding: 38px 0px 0px 0px;
	}
	
		.header-type3 #top .custom-block {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 33%;
			z-index: 2;
		}
		
		.header-type4 #top .custom-block,
		.header-type5 #top .custom-block {
			position: absolute;
			bottom: 0;
			right: 10px;
			width: 33%;
			z-index: 2;
			color: #fff;
		}
		
			.header-type5 #top .custom-block {
				bottom: -35px;
			}
		
			.header-type4 #top .custom-block .theme-color,
			.header-type5 #top .custom-block .theme-color {
				color: #fff;
			}
	
		#top .custom-block p {
			padding: 0px;
			margin: 0px;
		}
		
		#ctabutton {
			clear: right;
			float: right;
			margin-top: -15px;
			margin-bottom: -15px;
			margin-left: 15px;
		}
		
			.theme-color {
				color: #cd2122;
			}
			
			.header-type4 #ctabutton {
				margin-top: -10px;
			}
			
	/* Top -> Top links */
	
	#top .top-links {
		border-bottom: 1px solid #ddd;
		color: #494949;
	}
	
		#top .top-links .welcome-msg {
			float: left;
			font-family: Lato;
			font-size: 12px;
			line-height: 26px;
			font-weight: 700;
			text-transform: uppercase;
			color: #cd2122;
			padding: 0px;
			margin: 0px;
			margin-left: 30px;
		}
		
		#top .row .welcome-msg {
			font-family: Lato;
			font-size: 12px;
			line-height: 26px;
			font-weight: 700;
			color: #cd2122;
			padding: 34px 0px 0px 0px;
			margin: 0px;
		}
		
	/* Top -> Text */
	
	#top #cart_block .cart-heading a,
	#top form > .dropdown > a,
	#top .header-links a {
		color: #ddd;
		font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		font-size: 11px; 
		font-weight: 700; 
		text-transform: uppercase;
	}
	
		#top #cart_block .cart-heading a:hover,
		#top form > .dropdown > a:hover,
		#top .header-links a:hover {
			color: #fff;
		}
		
		.header-type2 #top #cart_block .cart-heading a,
		.header-type2 #top form > .dropdown > a,
		.header-type2 #top .header-links a,
		.header-type3 #top #cart_block .cart-heading a,
		.header-type3 #top form > .dropdown > a,
		.header-type3 #top .header-links a {
			color: #494949;
			font-size: 12px;
		}
		
			.header-type2 #top #cart_block .cart-heading a:hover,
			.header-type2 #top form > .dropdown > a:hover,
			.header-type2 #top .header-links a:hover,
			.header-type3 #top #cart_block .cart-heading a:hover,
			.header-type3 #top form > .dropdown > a:hover,
			.header-type3 #top .header-links a:hover {
				color: #000;
			}

	/* Top -> Search */
	
	#top .search_form {
		float: right;
		clear: right;
		position: relative;
		z-index: 140;
	}
		
		.header-type4 #top .search_form {
			width: 100%;
			max-width: 280px;
			margin-right: 10px;
		}
		
		.header-type5 #top .search_form {
			float: left;
			clear: none;
			width: 100%;
			max-width: 300px;
			margin-left: 125px;
			padding-top: 23px;
			padding-bottom: 23px;
		}
		
		.header-type2 #top .search_form,
		.header-type3 #top .search_form {
			float: none;
			clear: both;
		}
	
		#top .search_form .search-button {
			margin: 12px 9px 0 10px;
			padding: 8px 8px 7px 8px;
			line-height: 1;
			display: inline-block;
			background: #444;
			background: rgba(0,0,0,0.25);
			position: relative;
			z-index: 1;
			transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			color: #fff;
		}
		
			#top .search_form .search-button.active { 
				background: #f4f4f4; 
				color: #222; 
			}
			
			.header-type2 #top .search_form .search-button,
			.header-type3 #top .search_form .search-button,
			.header-type4 #top .search_form .search-button,
			.header-type5 #top .search_form .search-button {
				display: none;
			}
		
		#top .search_form .search-area {
			display: none;
			position: absolute;
			right: -10px;
			padding: 30px;
			background: #f4f4f4;
			width: 240px;
			border-bottom: 1px solid #fff;
			-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
			-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
			box-shadow: 0 3px 7px rgba(0,0,0,0.2);
			z-index: 1;
		}
		
			.header-type4 #top .search_form .search-area,
			.header-type5 #top .search_form .search-area {
				display: block;
				position: relative;
				right: auto;
				padding: 0px;
				background: none;
				border: none;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				width: 100%;
			}
			
			.header-type2 #top .search_form .search-area,
			.header-type3 #top .search_form .search-area {
				display: block;
				position: relative;
				right: auto;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				border: none;
				background: none;
				width: auto;
				max-width: 240px;
				padding: 28px 0px 0px 0px;
			}
		
			#top .search_form .search-area input {
				background: none;
				border: none;
				font-size: 12px;
				width: 100%;
				padding: 7px 0;
				margin: 0;
				display: inline-block;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				color: #999;
				font-style: italic;
				border-bottom: 1px solid #ccc;
				border-radius: 0px;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
			}
			
				.header-type2 #top .search_form .search-area input,
				.header-type3 #top .search_form .search-area input {
					width: 100%;
					background: #e9e9e9;
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					padding: 5px 10px;
					font-family: "Open Sans";
					font-style: normal;
					font-size: 11px;
					border: none;
				}
				
				.header-type4 #top .search_form .search-area input,
				.header-type5 #top .search_form .search-area input {
					background: #464646;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border: none;
					padding: 5px 10px;
					margin: 2px 0px;
					border: none;
					height: 35px;
				}
				
					.header-type4 #top .search_form .search-area input {
						height: 32px;
					}
			
			#top .search_form .search-area .button-search {
				position: absolute;
				right: 30px;
				width: 24px;
				height: 34px;
				padding: 6px 0px 0px 0px;
				text-align: center;
				cursor: pointer;
				color: #000;
				font-size: 12px;
			}
			
				.header-type2 #top .search_form .search-area .button-search,
				.header-type3 #top .search_form .search-area .button-search {
					right: 0;
					top: 34px;
					width: 40px;
					height: 20px;
					border-left: 1px solid #aaa;
					color: #aaa;
					padding: 0px;
				}
				
				.header-type4 #top .search_form .search-area .button-search,
				.header-type5 #top .search_form .search-area .button-search {
					right: 0;
					top: 9px;
					width: 36px;
					height: 20px;
					color: #fff;
					padding: 0px;
				}

	/* Top -> Links */
	
	#top .header-links { 
		float: left;
		margin: 10px 0; 
		padding: 6px 0; 
		margin-left: 25px; 
		list-style: none;
	}	
	
		.header-type5 #top .header-links {
			float: right;
			clear: right;
			margin-top: 4px;
			position: relative;
			z-index: 10;
		}
		
			.header-type5 #top .header-links a {
				font-size: 12px;
			}
	
		.header-type4 #top .header-links {
			margin-left: 55px;
		}
	
		.header-type2 #top .header-links,
		.header-type3 #top .header-links {
			margin: 0px;
			padding: 8px 0px;
		}
	
		#top .header-links li { 
			float: left; 
			padding: 0 12px; 
			position: relative; 
			border-right: 1px solid #4f4f4f; 
		}
			
			#top .header-links li.first {
				padding-left: 0px;
			}
		
			#top .header-links li.last { 
				border: 0; 
			}
			
			#top .header-links a {
				line-height: 10px; 
				display: block; 
				padding: 0; 
			}
			
	/* Top -> Currency, Language switcher */
	
	#top form {
		float: right;
		margin: 10px;
		padding: 1px 0px;
	}
	
		.header-type2 #top form,
		.header-type3 #top form {
			margin: 2px 0px 2px 20px;
		}
		
		#top form .dropdown > a > .caret {
			border-top-color: #fff;
			margin-left: 5px;
			margin-top: 9px;
			vertical-align: top;
		}
		
			.header-type2 #top form .dropdown > a > .caret,
			.header-type3 #top form .dropdown > a > .caret {
				border-top-color: #999;
			}
		
		#top form .dropdown > a img {
			vertical-align: middle;
			margin-right: 3px;
			margin-bottom: 1px;
		}
				
	/* Top -> Cart block */
	
	#top #cart_block {
		float: right;
		width: auto;
		margin: 10px;
	}
	
		.header-type2 #top #cart_block,
		.header-type3 #top #cart_block {
			margin: 2px 0px 2px 20px;
		}
	
		#top #cart_block .cart-heading {
			padding: 1px 0px;
		}
		
			#top #cart_block .cart-heading span {
				margin-right: 3px;
				color: #fff;
			}
			
				.header-type2 #top #cart_block .cart-heading span,
				.header-type3 #top #cart_block .cart-heading span {
					color: #999;
				}
			
			#top #cart_block .cart-heading b {
				font-weight: 400;
			}
			
				#top #cart_block .cart-heading b p {
					display: inline-block !important;
					visibility: visible !important;
					margin: 0px;
					padding: 0px;
				}

			#top #cart_block .dropdown-menu {
				width: 370px;
				right: 0;
				left: auto !important;
				padding: 15px;
				font-size: 13px;
				color: #555;
			}
				
				#top #cart_block .dropdown-menu:before {
					right: 10px;
					left: auto;
				}
					
					/* Content Top Cart */
					
					.mini-cart-info table {
						border-collapse: collapse;
						width: 100%;
						margin-bottom: 20px;
					}
					
						.mini-cart-info table tr:first-child td {
							padding-top: 0px !important;
						}
					
						.mini-cart-info td {
							padding: 20px 20px 15px 0px;
							border-bottom: 1px solid #ddd;
						}
						
							.mini-cart-info .image {
							}
							
							.mini-cart-info .image img {
								border: 1px solid #ddd;
								border-radius: 2px;
								-moz-border-radius: 2px;
								-webkit-border-radius: 2px;
							}
							
							.mini-cart-info .name {
							}
							
								.mini-cart-info .name a {
									font-weight: bold;
									text-transform: uppercase;
								}
							
							.mini-cart-info .quantity {
								text-align: right;
							}
							
							.mini-cart-info td.total {
								text-align: right;
							}
							
							.mini-cart-info .remove {
								text-align: right;
								padding: 20px 7px 15px 0px;
								font-size: 10px;
							}
							
								.mini-cart-info .remove img {
									cursor: pointer;
								}
								
								.mini-cart-info .remove a:hover {
									color: #cd2122; 
								}
					
					.mini-cart-total {
						text-align: right;
					}
					
						.mini-cart-total table {
							border-collapse: collapse;
							display: inline-block;
							padding: 0px 0px 13px 0px;
						}
						
							.mini-cart-total td {
								padding: 0px 0px 0px 10px;
							}
							
								.mini-cart-total td:first-child {
									font-size: 13px;
									color: #7d7d7e;
									font-weight: bold;
								}
								
								.mini-cart-total td:last-child {
									font-size: 15px;
									font-weight: bold;
								}

					#cart_block .checkout {
						text-align: right;
						clear: both;
						padding: 0px 0px 0px 0px;
					}
					
					#cart_block .empty {
						padding: 20px;
						text-align: center;
					}

	/* Fixed Top */
	
	@media (min-width: 960px){
	    .slider-header.sticky-header { position: fixed; border: 0 !important;width: 100%;left: 0;z-index: 10; }
	    .header-type4 .slider-header.sticky-header,
	    .header-type5 .slider-header.sticky-header {
	    	position: fixed !important;
	    	background: none !important;
	    }
	    .slider-header.sticky-header #top .background { background: rgba(0,0,0,0.7); }
	    .header-type5 .slider-header.sticky-header #top .background { background: #333; }
	    .slider-header.sticky-header #top .logo { background: transparent;border: 0;padding: 0; }
	    .slider-header.sticky-header #top .logo:after { display: none; }
	    .slider-header.sticky-header #top .logo img { height: 33px; margin: 10px; }
	    .slider-header.sticky-header #top .logo a:after { display: none; }
	    .slider-header.sticky-header #top .header-links { display: none; }
	    .slider-header.sticky-header #top .custom-block { display: none !important; }
	    .slider-header.sticky-header #top form { display: none; }
	    .slider-header.sticky-header #top .search_form { display: none !important; }
	    .slider-header.sticky-header #top .container-megamenu {
		    float: left;
		    margin-left: 20px;
		    border: 0;
		    clear: none;
		    width: auto;
	    }
	    
	    	.header-type5 .slider-header.sticky-header #top .container-megamenu {
	    		float: none;
	    		margin: 0px;
	    		width: 100%;
	    	}
	    
		    .slider-header.sticky-header #top ul.megamenu > li {
		    	margin-top: 16px;
		    	padding-bottom: 12px;
		    }
		    
		    	.header-type5 .slider-header.sticky-header #top ul.megamenu > li {
		    		margin: -5px 0;
		    		padding: 0px;
		    	}
		    
		    	.slider-header.sticky-header #top ul.megamenu > li.with-sub-menu > a:after {
		    		display: none;
		    	}
		    	
		    	.slider-header.sticky-header #top ul.megamenu > li.with-sub-menu > a > span > strong:before {
		    		content: "";
		    		float: right;
		    		display: block;
		    		background: none;
		    		border: 4px solid transparent;
		    		border-top-color: #ccc;
		    		border-top-color: rgba(255,255,255,.8);
		    		width: 4px;
		    		height: 4px;
		    		margin-left: 6px;
		    		margin-top: 5px;
		    	}
	    
	    .slider-header.sticky-header #top #cart_block {
	    	margin-top: 10px;
	    	margin-right: 0px;
	    }
	    
	    	.slider-header.sticky-header #top #cart_block .cart-heading {
	    		font-size: 12px;
	    		font-weight: 900;
	    		border: 1px solid #999;
	    		background-color: #444;
	    		background-color: rgba(0,0,0,0.25);
	    		margin: 0 0 0 25px;
	    		padding: 6px 20px;
	    		cursor: pointer;
	    	}
	    	
	    		.slider-header.sticky-header #top #cart_block .cart-heading a {
	    			color: #fff;
	    			font-size: 12px;
	    		}
	    		
	    		.slider-header.sticky-header #top #cart_block.open .cart-heading {
	    			background: #f5f5f5;
	    			border: 1px solid #f5f5f5;
	    		}
	    		
	    			.slider-header.sticky-header #top #cart_block.open .cart-heading a,
	    			.slider-header.sticky-header #top #cart_block.open .cart-heading a span {
	    				color: #555;
	    			}
	    			
	    	.slider-header.sticky-header #top #cart_block .dropdown-menu {
	    		margin-top: 0px;
	    		background-color: #f5f5f5;
	    		border: none;
	    		border-bottom: 1px solid #fff;
	    		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	    		-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	    		box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	    	}
	    	
	    		.slider-header.sticky-header #top #cart_block .dropdown-menu:before {
	    			display: none;
	    		}
	}
		
/* Breadcrumb
------------------*/

.breadcrumb {
	background-image: url(../img/xbg3.jpg);
	background-position: center center;
	position: relative;
}

	.breadcrumb-type-two {
		background-image: url(../img/xbg2.jpg);
	}

	.breadcrumb:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 20px;
		bottom: 0;
		left: 0;
		background: url(../img/shadow-up.png) no-repeat center bottom;
	}
	
	.breadcrumb .wrapper-breadcrumb {
		position: relative;
		min-height: 295px;
	}
	
		.breadcrumb-type-two .wrapper-breadcrumb {
			min-height: 214px;
		}
		
		.breadcrumb .left-area {
			width: 50%;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: 29px;
		}
		
			.header-type2 .breadcrumb .left-area,
			.header-type3 .breadcrumb .left-area,
			.header-type4 .breadcrumb .left-area,
			.header-type5 .breadcrumb .left-area {
				margin-top: -14px;
			}
		
			.breadcrumb .left-area .breadcrumbs {}
			
				.breadcrumb .left-area .breadcrumbs ul {
					list-style: none;
					margin: 0px;
					padding: 0px;
				}
			
					.breadcrumb .left-area .breadcrumbs li { 
						display: block; 
						background-color: #000; 
						color: #eee; 
						float: left; 
						padding: 0 10px; 
						font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
						font-size: 12px; 
						line-height: 1.9; 
						font-weight: 700; 
						text-transform: uppercase; 
						margin-bottom: 4px; 
						position: relative; 
					}
					
						.breadcrumb .left-area .breadcrumbs li:after { 
							content: ''; 
							position: absolute; 
							left: 0; 
							top: 50%; 
							margin-top: -4px; 
							border: 4px solid transparent; 
							border-left-color: #cd2122; 
						}
						
							.breadcrumb .left-area .breadcrumbs li:first-child:after { 
								display: none; 
							}
							
						.breadcrumb .left-area .breadcrumbs li a { 
							color: #fff; 
						}
						
						.breadcrumb .left-area .breadcrumbs li strong { 
							font-weight: bold; 
						}
			
				.breadcrumb .left-area .date-area { 
					display: inline-block; 
					color: #383838; 
					font: 10px Arial,Helvetica,sans-serif; 
					padding: 3px 10px; 
					line-height: 1; 
					background-color: #d5d5d5; 
					background-color: rgba(255,255,255,0.5); 
				}
			
		
		.breadcrumb .page-top-title {
			width: 50%;
			position: absolute;
			right: 0;
			top: 50%;
			margin-top: 14px;
			text-align: right;
		}
		
			.breadcrumb-type-two .page-top-title {
				margin-top: 30px;
			}
			
			.header-type2 .breadcrumb .page-top-title,
			.header-type3 .breadcrumb .page-top-title,
			.header-type4 .breadcrumb .page-top-title,
			.header-type5 .breadcrumb .page-top-title {
				margin-top: -30px;
			}
		
			.breadcrumb .page-top-title h1 {
				font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 33px;
				margin: 0px;
				line-height: 1.35;
				color: #fff;
				font-weight: 700;
				text-shadow: 1px 1px 1px #111;
				-moz-text-shadow: 1px 1px 1px #444;
				-webkit-text-shadow: 1px 1px 1px #444;
				text-transform: uppercase;
			}
			
			.breadcrumb .page-top-title .page-description {
				display: inline-block;
				background-color: #eee;
				background-color: rgba(0,0,0,0.3);
				color: #fff;
				padding: 5px 15px;
				font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 18px;
				font-weight: normal;
				line-height: 20px;
				margin: 4px 0px 0px 0px;
			}
					
/* Main Content
------------------*/

.main-content.fixed .background {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

	.main-content.fixed .pattern > .container > div:first-child {
		position: relative;
		margin-top: -20px;
	}

.main-content .pattern > .container:last-child,
.standard-body .main-content .pattern > .container:last-child {
	padding-bottom: 50px;
}

	.main-content.inner-page .pattern > .container:last-child,
	.standard-body .main-content.inner-page .pattern > .container:last-child {
		padding-bottom: 40px;
	}

	/* Banner */
	
	.banners {
		text-align: center;
	}
	
	.banners > div img {
		display: block;
		transition: 200ms all ease-in-out; 
		-webkit-transition: 200ms all ease-in-out; 
		-moz-transition: 200ms all ease-in-out; 
		-o-transition: 200ms all ease-in-out;
	}
	
		.banners > div a:hover img { 
			border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-moz-border-radius: 2px; 
			opacity: 0.8; 
			filter: alpha(opacity=80); 
		}

		.banners > div > a {
			display: block;
			position: relative;
			margin-top: 20px;
			max-width: 100%;
		}
		
			.box-content .banners > div a:first-child {
				margin-top: 0px;
			}
			
			.banners > div > a:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				border: 3px solid #fff;
				border: 3px solid rgba(255,255,255,0.15);
				transition: 200ms all ease-in-out;
				-webkit-transition: 200ms all ease-in-out;
				-moz-transition: 200ms all ease-in-out;
				-o-transition: 200ms all ease-in-out;
				z-index: 1;
			}
			
				.banners > div > a:hover:before { 
					content: ''; 
					position: absolute; 
					left: 0; 
					top: 0; 
					width: 100%; 
					height: 100%; 
					border: 5px solid #cd2122; 
					border-radius: 2px; 
					-webkit-border-radius: 2px; 
					-moz-border-radius: 2px; 
				}
	
	/* Center column */
	
	.center-column {
		padding-top: 30px;
		position: relative;
		margin-bottom: -20px;
	}
	
		.header-type2 .center-column {
			padding-top: 40px;
		}
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6 {
			margin: 0px 0px 10px 0px;
			color: #050505;
			padding: 14px 0px 0px 0px;
			font-weight: 600;
		}
		
		.center-column legend {
			font-weight: 600;
			color: #050505;
		}
	
	/* Block */
	
	.box {
		padding-top: 50px;
	}
	
		.center-column .box {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.box .box-heading {
			font-size: 20px;
			font-weight: 700;
			color: #cd2122;
			line-height: 1;
			text-transform: uppercase;
			margin: 0;
		}
		
		.box .strip-line {
			display: none;
		}
		
		.box .box-content {
			clear: both;
			padding-top: 20px;
		}
		
		.box > .prev, 
		.box > .next {
			position: relative;
			z-index: 1;
			float: right;
			margin: 4px 0px 0px 5px;
			width: 18px;
			height: 20px;
			color: #929292;
			position: relative;
			top: 1px;
			display: inline-block;
			font-family: 'Glyphicons Halflings';
			-webkit-font-smoothing: antialiased;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-moz-osx-font-smoothing: grayscale;
			font-size: 12px;
			filter: Alpha(Opacity=50);
			opacity: 0.5;
			transition: opacity 200ms ease-in-out; 
			-webkit-transition: opacity 200ms ease-in-out; 
			-moz-transition: opacity 200ms ease-in-out; 
		}
		
			.box > .prev:hover, 
			.box > .next:hover {
				opacity: 1;
				filter: Alpha(Opacity=100);
			}
		
			.box > .prev:before {
				content: "\e079";
			}
			
			.box > .next:before {
				content: "\e080";
			}
			
			.box > .prev {
				margin-left: 15px;
			}
			
			/* Block in column left */
			
			.col-sm-3 .box,
			.col-sm-4 .box {
				margin-top: 30px;
				padding: 0px !important;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
			
				.col-sm-3 .box-with-categories,
				.col-sm-4 .box-with-categories {
					background: #fff;
					padding: 10px 15px 20px 15px !important;
				}
				
				.col-sm-3 .box-with-categories + .box-with-categories,
				.col-sm-4 .box-with-categories + .box-with-categories {
					border-radius: 0px 0px 5px 5px;
					-moz-border-radius: 0px 0px 5px 5px;
					-webkit-border-radius: 0px 0px 5px 5px;
					position: relative;
					margin-top: -20px;
				}
				
				.col-sm-3 .box .box-heading,
				.col-sm-4 .box .box-heading {
					border: none;
					color: #050505;
					line-height: 1.4;
					margin: 0px;
					padding-bottom: 20px;
					position: relative;
					font-size: 18px;
					font-weight: 700;
					padding-right: 21px;
					text-transform: none;
				}
				
					.col-sm-3 .box-with-categories .box-heading,
					.col-sm-4 .box-with-categories .box-heading {
						text-transform: uppercase;
						margin: 10px 0px 0px 0px;
					}
				
					.col-sm-3 .box .box-heading:before,
					.col-sm-4 .box .box-heading:before { content: ''; position: absolute; left: 0; bottom: 2px; width: 100%; height: 0; border-bottom: 1px solid #f9f9f9; }
					
					.col-sm-3 .box .box-heading:after,
					.col-sm-4 .box .box-heading:after { content: ''; position: absolute; left: 0; bottom: 2px; width: 25px; height: 0; border-bottom: 1px solid #cbcbcb; }
					
				.col-sm-3 .box .box-content,
				.col-sm-4 .box .box-content {
					padding-top: 15px;
				}
					
	/* Block Category */
	
	.box-category {
		position: relative;
		margin: -5px 0px 0px 0px;
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul > li {
				padding: 0px;
				margin: 0px;
				position: relative;
			}
			
				.box-category > ul > li > a {
					color: #535353;
					text-transform: uppercase;
					padding: 4px 0 4px 20px;
					display: block;
				}
				
					.box-category > ul > li > a:after {
						color: #ddd;
						content: "\203A";
						position: absolute;
						left: 7px;
						top: 6px;
						font-size: 16px;
						line-height: 1;
						width: 4px;
						height: 4px;
						font-family: Arial;
						transition: color 200ms ease-in-out;
						-webkit-transition: color 200ms ease-in-out;
						-moz-transition: color 200ms ease-in-out;
					}
					
					.box-category > ul > li > a:hover,
					.box-category > ul > li > a:hover:after,
					.box-category > ul > li > a.active,
					.box-category > ul > li > a.active:after {
						color: #cd2122;
					}

					.box-category ul li .head a {
						position: absolute;
						right: 0;
						top: 0;
						font-size: 22px;
						color: #ccc;
						font-family: Vrinda;
						font-weight: bold;
						line-height: 27px;
						transition: color 200ms ease-in-out;
						-webkit-transition: color 200ms ease-in-out;
						-moz-transition: color 200ms ease-in-out;
					}
					
						.box-category ul li .head .minus {
							padding-right: 3px;
						}
					
						.box-category ul li .head a:hover {
							color: #cd2122;
						}
					
						.box-category ul li .head .plus {
							display: none;
						}
						
							.box-category ul li .head .collapsed .plus {
								display: block;
							}
							
							.box-category ul li .head .collapsed .minus {
								display: none;
							}
			
				.box-category ul li ul {
					padding-left: 10px;
					margin: 0px 0px 5px 0px;
				}
				
					.box-category ul li ul a {
						display: block;
						padding: 2px 0px 1px 10px;
						color: #797979;
						text-transform: uppercase;
					}
					
						.box-category ul li ul a:before {
							content: '- ';
						}
						
						.box-category ul li ul a:hover,
						.box-category ul li ul a.active { 
							color: #fff; 
							background-color: #cd2122; 
							border-radius: 2px; 
							-moz-border-radius: 2px; 
							-webkit-border-radius: 2px; 
						}
		
	/* Product */

	.product-grid {
		position: relative;
		margin-top: -30px;
		clear: both;
		overflow: hidden;
	}
	
		.product-grid .row {
			margin: 0px !important;
		}
		
			.product-grid .row > div {
				padding: 0px !important;
			}
			
			.center-column .product-grid .row {
				margin: 0px -10px !important;
			}
			
				.center-column .product-grid .row > div {
					padding: 0px 10px !important;
				}

		.col-sm-3 .product-grid,
		.col-sm-4 .product-grid {
			display: block !important;
		}
				
		.center-column .product-grid {
			margin-bottom: 35px;
		}
		
		.center-column .related-products .product-grid {
			margin-bottom: 20px;
		}
		
		.box-product .owl-controls { 
			display: none !important;
		}
	
		.product-grid .product {
			border: 2px solid #e8e8e8;
			transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			position: relative;
			background-color: #f3f3f3;
			margin: 30px 5px 0px 5px;
		}
		
			.center-column .product-grid .product {
				margin: 40px 0px 0px 0px;
			}
			
			.related-products .product-grid .product {
				margin-top: 30px;
			}
		
			.product-grid .product:hover {
				border: 2px solid #acacac;
				background-color: #edecec;
			}

			.sale {
				padding: 4px 6px;
				background-color: #cd2122;
				color: #fff;
				font-weight: bold;
				font-size: 11px;
				line-height: 1;
				text-transform: uppercase;
				position: absolute;
				z-index: 1;
				top: 15px;
				left: 15px;
			}
			
				.sale:after { 
					content: ''; 
					position: absolute; 
					border: 4px solid transparent; 
					border-top-color: #cd2122; 
					left: 8px; 
					bottom: -7px; 
				}
			
				.product-info .sale {
					left: 25px;
					top: 10px;
					z-index: 3;
					
				}
				
			.product-grid .product .image {
				overflow: hidden;
				position: relative;
				border-bottom: 1px solid #e3e3e3;
				background: #fff;
				background: -moz-radial-gradient(center, ellipse cover,#ffffff 0%, #ffffff 50%, #ededed 100%);
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(61%,#ffffff), color-stop(100%,#ededed));
				background: -webkit-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: -o-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: -ms-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: radial-gradient(ellipse at center,#ffffff 0%, #ffffff 50%,#ededed 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
				padding: 17%;
				text-align: center;
			}
			
				.product-grid .product .image.image-swap-effect {
					overflow: visible;
				}
			
				.no-gradient-for-products-image .product-grid .product .image {
					background: #fff;
					padding: 0px;
				}
			
				.product-grid .product .image a {
					position: relative;
					display: block;
				}
				
					.product-grid .product .image img {
						display: block;
						margin: 0px auto;
					}
			
				.product-grid .product .image .quickview {
					position: absolute;
					top: 50%;
					margin-top: -7px;
					width: 100%;
					z-index: 1;
					left: 0;
				}
				
					.product-grid .product .image .quickview a {
						margin: 0px auto;
						display: inline-block;
						background-color: #666;
						background-color: rgba(0,0,0,0.6);
						min-width: 80px;
						min-height: 23px;
						text-align: center;
						color: #fff;
						font-weight: bold;
						font-size: 10px;
						line-height: 23px;
						opacity: 0;
						filter: alpha(opacity=0);
						visibility: hidden;
						-webkit-transition: all 0.4s;
						-moz-transition:    all 0.4s;
						-o-transition:      all 0.4s;
						transition:         all 0.4s;
						cursor: pointer;
					}
					
						.product-grid .product .image:hover .quickview a {
							opacity: 1;
							visibility: visible;
						}
						
						.product-grid .product .image .quickview a:hover {
							background-color: #cd2122;
						}
	
				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
				}
				
					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
					}
					
					.product-grid .product .image-swap-effect {
						position: relative;
					}
					
						.product-grid .product .image-swap-effect img {
							visibility: visible; 
							opacity: 1;
							transition: all ease-in 400ms; 
							-webkit-transition: all linear 400ms; 
							-moz-transition: all linear 400ms; 
							-o-transition: all linear 400ms; 
							-ms-transition: all linear 400ms; 
							transform-origin: 50% 0%; 
							-webkit-transform-origin: 50% 0%; 
							-moz-transform-origin: 50% 0%; 
							-o-transform-origin: 50% 0%; 
							-ms-transform-origin: 50% 0%;
						}
						
							.product-grid .product .image-swap-effect:hover img {
								visibility: hidden; 
								opacity: 0; 
								transform: translate3d(-100px,0,0);
								-webkit-transform: translate3d(-100px,0,0); 
								-moz-transform: translate3d(-100px,0,0);
								-o-transform: translate3d(-100px,0,0); 
								-ms-transform: translate3d(-100px,0,0);
							}
					
						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							top: 0; 
							left: 0; 
							opacity: 0; 
							transform: translate3d(100px,0,0); 
							-webkit-transform: translate3d(100px,0,0); 
							-moz-transform: translate3d(100px,0,0);
							-o-transform: translate3d(100px,0,0); 
							-ms-transform: translate3d(100px,0,0);
						}
	
							.product-grid .product .image-swap-effect:hover .swap-image {
								visibility: visible; 
								opacity: 1; 
								transform: translate3d(0,0,0); 
								-webkit-transform: translate3d(0,0,0);
								-moz-transform: translate3d(0,0,0); 
								-o-transform: translate3d(0,0,0); 
								-ms-transform: translate3d(0,0,0);
							}
							
			.product-grid .product .right {
				padding: 10px 10px 5px 10px;
				overflow: hidden;
				position: relative;
			}
			
			.product-grid .product .name {
			}
				
				.product-grid .product .name a {
					font-size: 14px;
					font-weight: bold;
					line-height: 1.35;
					text-transform: uppercase;
				}
				
			.product-grid .product .description {
				font-size: 12px;
				font-weight: normal;
				font-style: italic;
				color: #939393;
				margin: 6px 0 5px 0;
				max-height: 40px;
				overflow: hidden;
			}
				
			.product-grid .product .price {
				font-weight: bold;
				font-size: 20px;
				color: #565656;
			}
			
				.product-grid .product .price .price-old {
					font-weight: bold;
					color: #777;
					text-decoration: none;
					font-size: 15px;
					white-space: nowrap;
					display: inline-block;
					vertical-align: top;
					margin-left: 5px;
					position: relative;
				}
				
					.product-grid .product .price .price-old:after {
						content: '';
						width: 40px;
						height: 0;
						border-top: 1px solid #999;
						position: absolute;
						left: -2px;
						top: 10px;
						opacity: 0.9;
						filter: alpha(opacity=90);
						-webkit-transform: rotate(-25deg);
						-moz-transform: rotate(-25deg);
						-o-transform: rotate(-25deg);
						-ms-transform: rotate(-25deg);
						transform: rotate(-25deg);
					}

			.product-grid .product .rating {
				padding-top: 7px;
				position: relative;
				margin-left: -1px;
			}
			
			.product-grid .product .only-hover ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
				position: absolute;
				right: -115px;
				bottom: 5px;
				border: 0;
				-webkit-transition: all ease-in 200ms;
				-moz-transition: all ease-in 200ms;
				-o-transition: all ease-in 200ms;
			}
			
				.product-grid .product:hover .only-hover ul {
					right: 11px;
				}
			
				.product-grid .product .only-hover ul li { 
					display: inline-block; 
					margin: 0 1px; 
					vertical-align: top; 
				}
				
				.product-grid .product .only-hover ul li a { 
					background: url(../img/cart_button_set.png) no-repeat; 
					display: block; 
					width: 32px; 
					height: 32px; 
					background-color: #c2c2c2; 
					transition: background-color 200ms ease-in-out; 
					-webkit-transition: background-color 200ms ease-in-out; 
					-moz-transition: background-color 200ms ease-in-out;
					-o-transition: background-color 200ms ease-in-out; 
					text-indent: -9999px; 
					border-radius: 3px; 
					-webkit-border-radius: 3px; 
					-moz-border-radius: 3px; 
					cursor: pointer;
				}
				
					.product-grid .product .only-hover ul li a:hover { 
						background-color: #cd2122; 
					}
				
					.product-grid .product .only-hover ul li a.addtocart { 
						background-position: 0 0; 
						background-color: #cd2122; 
					}
					
					.product-grid .product .only-hover ul li a.addtocart:hover { 
						background-color: #000; 
					}
					
					.product-grid .product .only-hover ul li a.addtowishlist { 
						background-position: 0 -43px; 
					}
					
					.product-grid .product .only-hover ul li a.addtocompare { 
						background-position: 0 -83px; 
					}

	/* Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .products {
		position: relative;
		margin: 0px -15px;
	}
	
	.col-sm-3 .item,
	.col-sm-4 .item {
		overflow: hidden;
	}
	
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid {
			margin: 0px;
		}

		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div {
			width: 50%;
			margin: 0px;
			padding: 0px 15px !important;
		}
		
			.col-sm-3 .products .row > div:nth-child(2n+1),
			.col-sm-4 .products .row > div:nth-child(2n+1) {
				clear: both;
			}
		
			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product {
				margin: 0px;
				text-align: center;
				border: none;
				background: none;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			
				.col-sm-3 .products .row > div .product:hover,
				.col-sm-4 .products .row > div .product:hover {
					background: none;
				}
			
				.col-sm-3 .products .row > div .product .image,
				.col-sm-4 .products .row > div .product .image {
					border: 1px solid #e3e3e3;
				}
				
				.col-sm-3 .products .row > div .product .quickview,
				.col-sm-4 .products .row > div .product .quickview,
				.col-sm-3 .products .row > div .product .rating,
				.col-sm-4 .products .row > div .product .rating,
				.col-sm-3 .products .row > div .product .description,
				.col-sm-4 .products .row > div .product .description,
				.col-sm-3 .products .row > div .product .only-hover,
				.col-sm-4 .products .row > div .product .only-hover {
					display: none;
				}
				
				.col-sm-3 .products .row > div .product .price,
				.col-sm-4 .products .row > div .product .price {
					font-size: 14px;
					padding-top: 2px;
				}
				
				.col-sm-3 .products .row > div .product .price-old,
				.col-sm-4 .products .row > div .product .price-old {
					display: none;
				}
				
				.col-sm-3 .product-grid .product .image-swap-effect img,
				.col-sm-4 .product-grid .product .image-swap-effect img {
					transition: none;
					-webkit-transition: none;
					-moz-transition: none;
					-o-transition: none;
					-ms-transition: none;
					transform: none !important;
					-webkit-transform: none !important;
					-moz-transform: none !important;
					-o-transform: none !important;
					-ms-transform: none !important;
					visibility: visible;
					opacity: 1;
				}
				
				.col-sm-3 .product-grid .product .image img.zoom-image-effect,
				.col-sm-4 .product-grid .product .image img.zoom-image-effect {
					-webkit-transform: none !important;
					-moz-transform: none !important;
					transform: none !important;
				}
				
				.col-sm-3 .product-grid .product .image-swap-effect .swap-image,
				.col-sm-4 .product-grid .product .image-swap-effect .swap-image {
					display: none;
				}

	/* Product list */
	
	.product-list {
		padding: 10px 0px 0px 0px;
		position: relative;
		margin: 0px 0px -10px 0px;
	}
	
		.product-list > div {
			position: relative;
			margin: 0px 0px 40px 0px;
			border: 2px solid #e8e8e8;
			transition: border-color 200ms ease-in-out;
			-webkit-transition: border-color 200ms ease-in-out;
			-moz-transition: border-color 200ms ease-in-out;
			-o-transition: border-color 200ms ease-in-out;
		}

			.product-list > div:hover {
				border: 4px solid #acacac;
				margin: -2px -2px 38px -2px;
			}
			
			.product-list > div .row {
				margin: 0px;
			}
			
				.product-list > div .row > div {
					padding: 0px;
				}
		
			.product-list .image {
				overflow: hidden;
				text-align: center;
				border-right: 1px solid #e3e3e3;
				background: #fff;
				background: -moz-radial-gradient(center, ellipse cover,#ffffff 0%, #ffffff 50%, #ededed 100%);
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(61%,#ffffff), color-stop(100%,#ededed));
				background: -webkit-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: -o-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: -ms-radial-gradient(center, ellipse cover, #ffffff 61%,#ededed 100%);
				background: radial-gradient(ellipse at center,#ffffff 0%, #ffffff 50%,#ededed 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
			}
			
				.product-list .image.image-swap-effect {
					overflow: visible;
				}
			
				.product-list .image .image-thumb {
					padding: 17%;
				}
				
					.product-list .image .image-thumb a {
						display: block;
						position: relative;
					}
					
						.product-list .image .image-thumb a img {
							display: block;
							margin: 0px auto;
						}
					
				.no-gradient-for-products-image .product-list .image {
					background: #fff;
				}
				
					.no-gradient-for-products-image .product-list .image .image-thumb {
						padding: 0px;
					}
				
				.product-list .image .quickview {
					position: absolute;
					top: 50%;
					margin-top: -7px;
					width: 100%;
					z-index: 1;
					left: 0;
				}
				
					.product-list .image .quickview a {
						margin: 0px auto;
						display: inline-block;
						background-color: #666;
						background-color: rgba(0,0,0,0.6);
						min-width: 80px;
						min-height: 23px;
						text-align: center;
						color: #fff;
						font-weight: bold;
						font-size: 10px;
						line-height: 23px;
						opacity: 0;
						filter: alpha(opacity=0);
						visibility: hidden;
						-webkit-transition: all 0.4s;
						-moz-transition:    all 0.4s;
						-o-transition:      all 0.4s;
						transition:         all 0.4s;
						cursor: pointer;
						padding: 0px;
					}
					
						.product-list .image:hover .quickview a {
							opacity: 1;
							visibility: visible;
						}
						
						.product-list .image .quickview a:hover {
							background-color: #cd2122;
						}
			
				.product-list .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
				}
				
					.product-list div:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
					}
					
					.product-list .image-swap-effect {
						position: relative;
					}
					
						.product-list .image-swap-effect img {
							visibility: visible; 
							opacity: 1;
							transition: all ease-in 400ms; 
							-webkit-transition: all linear 400ms; 
							-moz-transition: all linear 400ms; 
							-o-transition: all linear 400ms; 
							-ms-transition: all linear 400ms; 
							transform-origin: 50% 0%; 
							-webkit-transform-origin: 50% 0%; 
							-moz-transform-origin: 50% 0%; 
							-o-transform-origin: 50% 0%; 
							-ms-transform-origin: 50% 0%;
						}
						
							.product-list .image-swap-effect:hover img {
								visibility: hidden; 
								opacity: 0; 
								transform: translate3d(-100px,0,0);
								-webkit-transform: translate3d(-100px,0,0); 
								-moz-transform: translate3d(-100px,0,0);
								-o-transform: translate3d(-100px,0,0); 
								-ms-transform: translate3d(-100px,0,0);
							}
					
						.product-list .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							top: 0; 
							left: 0; 
							opacity: 0; 
							transform: translate3d(100px,0,0); 
							-webkit-transform: translate3d(100px,0,0); 
							-moz-transform: translate3d(100px,0,0);
							-o-transform: translate3d(100px,0,0); 
							-ms-transform: translate3d(100px,0,0);
						}
	
							.product-list .image-swap-effect:hover .swap-image {
								visibility: visible; 
								opacity: 1; 
								transform: translate3d(0,0,0); 
								-webkit-transform: translate3d(0,0,0);
								-moz-transform: translate3d(0,0,0); 
								-o-transform: translate3d(0,0,0); 
								-ms-transform: translate3d(0,0,0);
							}
			
			.product-list .name-desc {
				padding: 18px 15px !important;
			}
				
				.product-list .name-desc .name a {
					font-weight: bold;
					text-transform: uppercase;
					font-size: 14px;
				}
				
				.product-list .name-desc .price {
					font-weight: bold;
					font-size: 20px;
					line-height: 1.35;
					color: #565656;
				}
				
					.product-list .name-desc .price .price-new {
						margin-top: 11px;
						display: inline-block;
					}
				
					.product-list .name-desc .price .price-old {
						font-weight: bold;
						color: #777;
						text-decoration: none;
						font-size: 15px;
						white-space: nowrap;
						display: inline-block;
						vertical-align: top;
						margin-left: 5px;
						position: relative;
						margin-top: 7px;
					}
					
						.product-list .name-desc .price .price-old:after {
							content: '';
							width: 40px;
							height: 0;
							border-top: 1px solid #999;
							position: absolute;
							left: -2px;
							top: 10px;
							opacity: 0.9;
							filter: alpha(opacity=90);
							-webkit-transform: rotate(-25deg);
							-moz-transform: rotate(-25deg);
							-o-transform: rotate(-25deg);
							-ms-transform: rotate(-25deg);
							transform: rotate(-25deg);
						}
				
				.product-list .name-desc .description {
					font-size: 12px;
					font-weight: normal;
					font-style: italic;
					color: #939393;
					margin: 5px 0;
				}
				
				.product-list .name-desc .rating-reviews {
					padding: 8px 0px 0px 0px;
				}
				
				.product-list .name-desc .add-to-cart {
					display: inline-block;
					vertical-align: top;
				}
				
				.product-list .name-desc ul {
					display: inline-block;
					list-style: none;
					padding: 0px;
					margin: 0px;
					vertical-align: top;
				}
				
					.product-list .name-desc ul li { 
						display: inline-block; 
						margin: 0 1px; 
						vertical-align: top; 
					}
				
						.product-list .name-desc ul li a { 
							background: url(../img/cart_button_set.png) no-repeat; 
							display: block; 
							width: 32px; 
							height: 32px; 
							background-color: #c2c2c2; 
							transition: background-color 200ms ease-in-out; 
							-webkit-transition: background-color 200ms ease-in-out; 
							-moz-transition: background-color 200ms ease-in-out;
							-o-transition: background-color 200ms ease-in-out; 
							text-indent: -9999px; 
							border-radius: 3px; 
							-webkit-border-radius: 3px; 
							-moz-border-radius: 3px; 
							cursor: pointer;
						}
						
							.product-list .name-desc ul li a:hover { 
								background-color: #cd2122; 
							}

							.product-list .name-desc ul li a.addtowishlist { 
								background-position: 0 -43px; 
							}
							
							.product-list .name-desc ul li a.addtocompare { 
								background-position: 0 -83px; 
							}

	/* Category page */
	
	.category-info {
		padding: 0px;
		position: relative;
		margin: 0px -20px 0px 0px;
	}
	
		.category-info .image {
			padding: 0px 20px 20px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}
		
		.category-info > p {
			padding: 0px 20px 20px 0px;
		}
		
	.refine_search {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		padding: 0px !important;
	}
	
	.category-list {
		
	}
	
	.category-list-text-only {
		margin-bottom: 20px;
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}
	
	.product-filter {
		margin: 0px 0px 17px 0px;
		font-size: 14px;
	}
		
		.product-filter .list-options {
			float: left;
			width: auto;
			padding: 0px 20px 0px 0px;
			font-size: 12px;
		}
		
			.product-filter .list-options .sort {
				padding: 0px;
				float: left;
				width: auto;
			}
			
			.product-filter .list-options .limit {
				padding: 0px 0px 0px 20px;
				float: left;
				width: auto;
			}
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
				}
		
		.product-filter .options {
			float: right;
			width: auto;
			padding: 0px;
		}
		
			.product-filter .options .product-compare {
				float: left;
				width: auto;
				padding: 7px 20px 0px 0px;
				font-size: 12px;
			}
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
				padding: 0px;
			}
			
				.product-filter .options .button-group button {
					margin: 0px;
					padding: 0px 5px;
					display: inline-block; 
					border: 1px solid transparent; 
					width: 34px; 
					height: 32px; 
					background: url(../img/view_mode.png) no-repeat; 
					text-indent: -9999px; 
					transition: border-color 200ms ease-in-out; 
					-webkit-transition: border-color 200ms ease-in-out; 
					-moz-transition: border-color 200ms ease-in-out; 
					-o-transition: border-color 200ms ease-in-out; 
					border-radius: 3px; 
					-webkit-border-radius: 3px; 
					-moz-border-radius: 3px;
					outline: none;
				}
				
					.product-filter .options .button-group button:hover { 
						border-color: rgba(0,0,0,0.2); 
					}
					
					.product-filter .options .button-group button#list {
						background-position: 0 -128px;
					}
					
					.product-filter .options .button-group button#grid.active {
						background-position: 0 -64px;
					}
					
					.product-filter .options .button-group button#list.active {
						background-position: 0 -192px;
					}
					
	/* ------- PRODUCT INFO ---------- */
	
	.product-info {
	}
				
		/* Product info - Image */
				
		.product-info .product-image {
			margin: 0px 0px 10px 0px;
			border: 1px solid #ddd;
			background: #fff;
			text-align: center;
			-webkit-box-shadow: 0 0 10px #ddd;
			-moz-box-shadow: 0 0 10px #ddd;
			box-shadow: 0 0 10px #ddd;
		}
				
			.product-info .product-image a {
				display: block;
			}
					
			.product-info .product-image img {
				display: block;
				cursor: pointer;
			}
						
						
		/* Product info - thumbnails */
					
		.product-info .thumbnails {
		}
				
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -10px;
				position: relative;
				padding: 0px;
			}
		
				.product-info .thumbnails ul li {
					width: 25%;
					float: left;
				}
						
					.product-info .thumbnails-left li {
						float: none;
						width: 100%;
					}
						
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 10px 10px;
					}
				
					.product-info .thumbnails li img {
						border: 1px solid #ddd;
						display: block;
						-webkit-box-shadow: 0 0 5px #ddd;
						-moz-box-shadow: 0 0 5px #ddd;
						box-shadow: 0 0 5px #ddd;
						opacity: 0.4;
						-webkit-transition: all 0.25s ease-out;
						-moz-transition: all 0.25s ease-out;
						-o-transition: all 0.25s ease-out;
						-ms-transition: all 0.25s ease-out;
						transition: all 0.25s ease-out;
					}
					
						.product-info .thumbnails li .active img {
							opacity: 1;
						}
		
		/* Product info - product center */
				
		.product-info .product-center {
			position: relative;
			margin-bottom: 20px;
		}
		
			.product-info .product-center h1 {
				text-transform: none;
				margin: 0;
				font-size: 32px;
				font-weight: normal;
				color: #535353;
				line-height: 1;
				padding: 0px;
			}
									
			.product-info .description,
			.product-info .price,
			.product-info .options,
			.product-info .cart {
				padding: 25px 0px 25px 0px;
				border-top: 1px solid #ddd;
			}

				.product-info .cart {
					border: none;
					padding-top: 5px;
					padding-bottom: 20px;
				}
				
				.product-info .price {
					padding-top: 20px;
				}
			
				.product-info .description .stock {
					font-weight: 700;
					color: #cd2122;
				}
					
				.product-info .price .price-new {
					font-weight: bold;
					color: #565656;
					font-size: 36px;
					line-height: 1;
				}
					
				.product-info .price .price-old {
					padding: 1px 7px 2px 10px;
					background: #bdbdbd;
					vertical-align: top;
					border-radius: 2px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					color: #fff;
					font-size: 15px;
					font-weight: bold;
					position: relative;
					margin: 4px 0px 0px 10px;
					display: inline-block;
				}
				
					.product-info .price .price-old:after {
						content: '';
						height: 0;
						border-top: 1px solid #999;
						width: 0;
						border: 5px solid transparent;
						border-right-color: #bdbdbd;
						-webkit-transform: none;
						-moz-transform: none;
						-o-transform: none;
						-ms-transform: none;
						transform: none;
						filter: alpha(opacity=100);
						opacity: 1;
						left: -10px;
						top: 10px;
						position: absolute;
					}
			
			/* Product info -> Options */
					
			.product-info .options {
				padding-bottom: 20px;
			}
					
				.product-info .options h2 {
					padding: 0px;
				}
				
				.product-info .options .option {
					padding: 15px 0px 5px 0px;
				}
				
					.product-info .options label {
						padding: 0px;
						margin: 3px 0px 0px 0px;
						display: inline-block;
						font-weight: 300;
					}
						
				.product-info .options .form-group {
					margin: 15px 0px 15px 0px;
				}
						
					.product-info .options .error {
						margin: 0px;
					}
			
			/* Product info -> Buttons */
							
			.product-info .cart {
			}
						
				.product-info .cart .add-to-cart {
					display: inline-block;
					vertical-align: top;
				}
						
					.product-info .cart .add-to-cart p,
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}
							
					.product-info .cart .add-to-cart p {
						padding: 6px 10px 5px 0px;
						color: #939393;
					}
								
					.product-info .cart .add-to-cart input {
						margin: 0px 24px 0px 0px;
						height: 32px;
					}
					
						.product-info .cart .add-to-cart input.button {
							margin-right: 20px;
						}
								
					.product-info .cart .add-to-cart .quantity {
						position: relative;
					}
					
						.product-info .cart .add-to-cart #button-more-details {
							display: none;
						}
									
						.product-info .cart .add-to-cart .quantity input {
							padding-right: 24px;
						}
									
							.product-info .cart .add-to-cart .quantity #q_up {
								right: 24px;
								top: 0px;
								width: 20px;
								height: 17px;
								display: block;
								padding: 0;
								margin: 0;
								position: absolute;
								text-align: center;
								vertical-align: text-top;
								text-decoration: none;
								overflow: visible;
								cursor: pointer;
								line-height: 15px;
								font-size: 9px;
								-webkit-border-radius: 0px 2px 2px 0px;
								-moz-border-radius: 0px 2px 2px 0px;
								border-radius: 0px 2px 2px 0px;
								color: #5e5e5e;
								text-shadow: 0 1px 0 rgba(255,255,255,0.8);
								border: 1px solid #c7c0c7;
								background: #f7f6f7;
								background: -webkit-gradient(linear,left top, left bottom, from(#f7f6f7), to(#dfdbdf));
								background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
								background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
								background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
								-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
								-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
								box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
							}
									
							.product-info .cart .add-to-cart .quantity #q_down {
								right: 24px;
								top: 15px;
								width: 20px;
								height: 17px;
								display: block;
								padding: 0;
								margin: 0;
								position: absolute;
								text-align: center;
								vertical-align: text-top;
								text-decoration: none;
								overflow: visible;
								cursor: pointer;
								line-height: 15px;
								font-size: 9px;
								-webkit-border-radius: 0px 2px 2px 0px;
								-moz-border-radius: 0px 2px 2px 0px;
								border-radius: 0px 2px 2px 0px;
								color: #5e5e5e;
								text-shadow: 0 1px 0 rgba(255,255,255,0.8);
								border: 1px solid #c7c0c7;
								background: #f7f6f7;
								background: -webkit-gradient(linear,left top, left bottom, from(#f7f6f7), to(#dfdbdf));
								background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
								background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
								background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
								-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
								-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
								box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
							}
				
				/* Product info -> Add to compare, wishlist */
				
				.product-info ul.links {
					display: inline-block;
					vertical-align: top;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					.product-info ul.links li { 
						display: inline-block; 
						margin: 0 1px; 
						vertical-align: top; 
					}
					
					.product-info ul.links li a { 
						background: url(../img/cart_button_set.png) no-repeat; 
						display: block; 
						width: 32px; 
						height: 32px; 
						background-color: #c2c2c2; 
						transition: background-color 200ms ease-in-out; 
						-webkit-transition: background-color 200ms ease-in-out; 
						-moz-transition: background-color 200ms ease-in-out;
						-o-transition: background-color 200ms ease-in-out; 
						text-indent: -9999px; 
						border-radius: 3px; 
						-webkit-border-radius: 3px; 
						-moz-border-radius: 3px; 
						cursor: pointer;
					}
					
						.product-info ul.links li a:hover { 
							background-color: #cd2122; 
						}

						.product-info ul.links li a.addtowishlist { 
							background-position: 0px -42px; 
						}
						
						.product-info ul.links li a.addtocompare { 
							background-position: 0px -83px; 
						}

				/* Information about minimum products */
								
				.product-info .cart .minimum {
					padding: 10px 0px 0px 0px;
				}
				
				/* Reviews */
							
				.product-info .review {
					padding: 30px 0px 24px 0px;
				}

					.product-info .review a {
						cursor: pointer;
						color: #999;
						font-size: 12px;
					}
						
						.product-info .review a:hover { 
							color: #cd2122; 
						}
	
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}

		/* ----------- QUICKVIEW ------------- */
		
		#quickview {
		}
		
			#quickview .product-image {
				margin: 0px 0px 10px 0px;
				border: 1px solid #ddd;
				background: #fff;
				text-align: center;
				-webkit-box-shadow: 0 0 10px #ddd;
				-moz-box-shadow: 0 0 10px #ddd;
				box-shadow: 0 0 10px #ddd;
			}
			
				#quickview .product-image a {
					display: block;
				}
				
					#quickview .product-image img {
						display: block;
						cursor: pointer;
					}
					
			/* Thumbnails */
				
			#quickview .thumbnails {
				position: relative;
				margin: 0px 0px -10px 0px;
			}
			
				#quickview .thumbnails ul {
					list-style: none;
					margin: 0px 0px 0px -10px;
					position: relative;
					padding: 0px;
				}
	
					#quickview .thumbnails li {
						width: 25%;
						float: left;
					}
					
						#quickview .thumbnails-left li {
							float: none;
							width: 100%;
						}
					
						#quickview .thumbnails li p {
							margin: 0px;
							padding: 0px 0px 10px 10px;
						}
			
							#quickview .thumbnails li img {
								border: 1px solid #ddd;
								display: block;
								-webkit-box-shadow: 0 0 5px #ddd;
								-moz-box-shadow: 0 0 5px #ddd;
								box-shadow: 0 0 5px #ddd;
								opacity: 0.4;
								-webkit-transition: all 0.25s ease-out;
								-moz-transition: all 0.25s ease-out;
								-o-transition: all 0.25s ease-out;
								-ms-transition: all 0.25s ease-out;
								transition: all 0.25s ease-out;
							}
							
								#quickview .thumbnails li img:hover,
								#quickview .thumbnails li:first-child img {
									opacity: 1;
								}
			
			#quickview .product-center {
				position: relative;
				margin-bottom: -20px;
			}
				
				#quickview h1 {
					margin: 0;
					padding: 0px;
					font-size: 32px;
					font-weight: normal;
					color: #535353;
					line-height: 1;
				}
								
				#quickview .description,
				#quickview .price,
				#quickview .options,
				#quickview .cart {
					padding: 25px 0px 25px 0px;
					border-top: 1px solid #ddd;
				}
					
					#quickview .options {
						display: none;
					}
				
				#quickview .price .price-new {
					font-weight: bold;
					color: #565656;
					font-size: 36px;
					line-height: 1;
				}

				#quickview .price .price-old {
					padding: 1px 7px 2px 10px;
					background: #bdbdbd;
					vertical-align: top;
					border-radius: 2px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					color: #fff;
					font-size: 15px;
					font-weight: bold;
					position: relative;
					margin: 4px 0px 0px 10px;
					display: inline-block;
				}
				
					#quickview .price .price-old:after {
						content: '';
						height: 0;
						border-top: 1px solid #999;
						width: 0;
						border: 5px solid transparent;
						border-right-color: #bdbdbd;
						-webkit-transform: none;
						-moz-transform: none;
						-o-transform: none;
						-ms-transform: none;
						transform: none;
						filter: alpha(opacity=100);
						opacity: 1;
						left: -10px;
						top: 10px;
						position: absolute;
					}
				
				#quickview .review {
					padding: 30px 0px 24px 0px;
				}	
					
					#quickview .review a {
						cursor: pointer;
						color: #999;
						font-size: 12px;
					}

				#quickview .cart {
					border-top: none;
					padding-top: 0px;
				}
				
					#quickview .cart .button {
						display: none;
					}
					
					#quickview .cart #button-more-details,
					#quickview .cart .add-to-cart {
						display: inline-block;
					}
					
					#quickview .cart .add-to-cart p,
					#quickview .cart .add-to-cart .quantity,
					#quickview .cart .minimum {
						display: none;
					}
					
						#quickview ul.links {
							display: inline-block;
							vertical-align: top;
							list-style: none;
							padding: 0px;
							margin: 0px 0px 0px 20px;
						}
						
							#quickview ul.links li { 
								display: inline-block; 
								margin: 0 1px; 
								vertical-align: top; 
							}
							
							#quickview ul.links li a { 
								background: url(../img/cart_button_set.png) no-repeat; 
								display: block; 
								width: 32px; 
								height: 32px; 
								background-color: #c2c2c2; 
								transition: background-color 200ms ease-in-out; 
								-webkit-transition: background-color 200ms ease-in-out; 
								-moz-transition: background-color 200ms ease-in-out;
								-o-transition: background-color 200ms ease-in-out; 
								text-indent: -9999px; 
								border-radius: 3px; 
								-webkit-border-radius: 3px; 
								-moz-border-radius: 3px; 
								cursor: pointer;
							}
							
								#quickview ul.links li a:hover { 
									background-color: #cd2122; 
								}
		
								#quickview ul.links li a.addtowishlist { 
									background-position: 0px -42px; 
								}
								
								#quickview ul.links li a.addtocompare { 
									background-position: 0px -83px; 
								}
		
	/* Product Block */
							
	.product-block {
		border: 2px solid #bbb;
		padding: 10px 20px;
		font-size: 13px;
		color: #535353;
		margin: 50px 0px 30px 0px;
	}
				
	/* Ratings */
		
	.rating i {
		margin: 0px 1px 0px 2px;
		font-size: 14px;
		color: #dfdfdf;
	}
		
		.rating i.active {
			 color: #535359;
		}
			
/* CustomFooter
------------------*/	

.custom-footer {
	position: relative;
}

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.custom-footer .background,
	.standard-body .custom-footer .background {
		background: #ebebeb;
	}
	
	.custom-footer .pattern {
		padding: 0px 0px 20px 0px;
	}

		.custom-footer .pattern .custom-footer-row p {
			padding: 0px;
			margin: 0px;
		}
	
		.custom-footer .custom-footer-row h4 {
			margin: 0;
			line-height: 1.3;
			font-size: 18px;
			text-transform: uppercase;
			padding: 30px 0px 15px 0px;
		}
		
/* Footer
------------------*/	

.footer {
	position: relative;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
		background: #2f2f2f;
		border-top: 4px solid #ddd;
	}
	
	.footer .pattern {
		padding: 0px 0px 35px 0px;
		color: #d5d5d5;
	}
		
		.footer .pattern a {
			color: #fff;
			transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
		}
		
			.footer .pattern a:hover {
				color: #d5d5d5;
			}
		
		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.footer h4 {
			font-size: 14px;
			color: #fff;
			text-shadow: none;
			line-height: 1.4;
			margin: 0;
			font-weight: 700;
			margin-bottom: 10px;
			text-transform: uppercase;
			padding-top: 40px;
		}
		
			.footer .strip-line {
				display: none;
			}
		
		/* Facebook */
		
		#facebook {
			background: #fff;
		}
		
			.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
				width: 100% !important; 
			}
			
			.fb-like-box {
				border: 1px solid #ddd;
			}
			
		/* List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 10px 0px 0px 0px;
			padding: 0px;
			clear: both;
		}
		
			.footer ul li a {
				line-height: 20px;
			}
							
		/* Contact us */
		
		ul.contact-us {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			ul.contact-us li {
				clear: both;
				font-size: 14px;
				color: #676767;
				font-weight: 400;
				margin: 20px 0px 0px 0px;
			}
			
				ul.contact-us li:first-child {
					margin: 0px;
				}
			
				ul.contact-us li i {
					float: left;
					width: 37px;
					height: 40px;
					padding: 0px;
					margin: 3px 10px 0px 0px;
					text-align: center;
					font-size: 30px;
					color: #000;
				}
				
					ul.contact-us li i.fa-mobile-phone {
						font-size: 34px;
						padding-top: 3px;
					}
					
					ul.contact-us li i.fa-envelope {
						font-size: 22px;
						padding-top: 7px;
					}
					
					ul.contact-us li i.fa-skype {
						padding-top: 3px;
					}
		
/* Copyright
------------------*/	

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.copyright .background,
	.standard-body .copyright .background {
		background: #2f2f2f;
	}
	
	.copyright .pattern {
		padding: 0px 0px 70px 0px;
		color: #8B8C8E;
	}
	
		.copyright .pattern a {
			color: #fff;
			transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
		}

			.copyright .pattern a:hover {
				color: #d5d5d5;
			}
	
		.copyright .pattern .line {
			width: 100%;
			height: 5px;
			background: #484848;
			margin-bottom: 30px;
		}
		
		.copyright p {
			margin: 0px;
			padding: 0px;
			line-height: 1.35;
		}
		
		.copyright ul {
			float: right;
			width: auto;
			list-style: none;
			padding: 5px 0px 0px 0px;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 8px;
			}
			
/* OPENCART STYLE
--------------------------- */

/* content */

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* List content */

.center-column .list-unstyled li {
	line-height: 2;
}

	.center-column .list-unstyled li:before {
		content: "\203A";
		font-size: 16px;
		line-height: 1;
		width: 4px;
		height: 4px;
		font-family: Arial;
		transition: color 200ms ease-in-out;
		-webkit-transition: color 200ms ease-in-out;
		-moz-transition: color 200ms ease-in-out;
		padding-right: 7px;
	}

/* Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
	
/* Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
	z-index: 100;
}
	
	.ui-autocomplete {
		margin-top: 14px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 150px !important;
		padding: 4px 0 !important;
		background: #f5f5f5 !important;
		box-shadow:         0 0 3px rgba(0,0,0,0.4) !important;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4) !important;
		-moz-box-shadow:    0 0 3px rgba(0,0,0,0.4) !important;
		border-radius:         2px !important;
		-webkit-border-radius: 2px !important;
		-moz-border-radius:    2px !important;
	}
	
		.ui-autocomplete:before {
			content: "";
			top: -10px;
			position: absolute;
			left: 10px;
			border: 5px solid transparent;
			border-bottom-width: 5px;
			border-bottom-color: #d0d0d0;
		}
		
		.ui-autocomplete:after {
			content: "";
			top: -9px;
			position: absolute;
			left: 10px;
			border: 5px solid transparent;
			border-bottom-width: 5px;
			border-bottom-color: #f5f5f5;
		}
		
		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			background: none !important;
			list-style: none !important;
		}
		
			.ui-autocomplete li:first-child {
				border-top: none !important;
			}
			
			.ui-autocomplete li a {
				display: block;
				padding: 4px 10px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#222 !important; 
				font-size:10px !important;
				font-weight: 400 !important;
				line-height:1.6 !important;
				font-family:'Open Sans' !important;
				text-transform: uppercase;
			}
			
				.ui-autocomplete li a.ui-state-focus {
					background: #dedede !important;
				}
				
				.ui-autocomplete-loading  {  
					background-image: url('../img/loader.gif') !important; 
					background-repeat: no-repeat !important;
					background-position: center !important; 
				}
				

/* Pagination */

div.pagination-results { 
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	position: relative;
	overflow:auto; 
	z-index: 1;
}
	
	div.pagination-results .text-right { 
		padding: 0px 10px 10px 0px; 
		text-align: left;
		font-size: 12px;
		color: #ccc;
	}
	
	div.pagination-results .text-left { 
		padding: 0px 0px 10px 10px; 
		float: right;
		text-align: right;
		position: relative;
		z-index: 1;
	}
	
	div.pagination-results ul { 
		padding:0px;
		margin: 0px;
		list-style: none;
	}
		
		div.pagination-results ul li { 
			display: inline-block;
			padding: 0px 0px 0px 10px;
			font-size: 12px;
		}
		
			div.pagination-results ul li a {
				color: #888;
			}
		
			div.pagination-results ul li.active,
			div.pagination-results ul li.active a { 
				color: #ccc;
			}

/* List Box */

.list-box {
	list-style: none;
	margin: -5px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

	.list-box li {
		color: #535353;
		text-transform: uppercase;
		padding: 4px 0 4px 20px;
		position: relative;
	}
	
		.list-box li a {
			color: #535353;
		}

		.list-box li:before {
			color: #ddd;
			content: "\203A";
			position: absolute;
			left: 7px;
			top: 6px;
			font-size: 16px;
			line-height: 1;
			width: 4px;
			height: 4px;
			font-family: Arial;
			transition: color 200ms ease-in-out;
			-webkit-transition: color 200ms ease-in-out;
			-moz-transition: color 200ms ease-in-out;
		}
			
			.list-box li a:hover,
			.list-box li:hover:before {
				color: #cd2122;
			}
	
/* Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}

/* Help */

.help {
	font-size: 10px;
	display: block;
}

/* Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* Htabs */

.htabs {
	margin: 50px 0px -1px 0px;
	position: relative;
	z-index: 1;
}

	.ie8 .htabs {
		margin-bottom: 0px !important;
	}

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}
	
	.htabs:after {
	  clear: both;
	}

	.htabs a {
		padding: 0 20px;
		border: 1px solid transparent;
		color: #222;
		font-size: 13px;
		line-height: 30px;
		border-bottom: 0;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		display: block;
		float: left;
	}
	
		.htabs a.selected {
			border-color: #ececec; 
			background: #fff;
		}
	
.center-column .tab-content {
	border: 1px solid #ececec;
	background: #fff;
	margin: 0px 0px 30px 0px;
	padding: 30px 20px;
}

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}
	
/* Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 20px 0px;
	clear: both;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px; 
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}
	
	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}
	
.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #e6e6e6;
		content: '';
	}
	
	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}
	
/* Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    border: solid #ddd 1px;
    border-bottom: none;
    width: 100%;
    margin: 0px 0px 25px 0px;
}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
		font-weight: bold;
		padding: 10px;
	}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
	    padding: 15px 10px;
	    text-align: left;
	    vertical-align: top;
	    border-bottom: 1px solid #ddd;
	}
	
		.table td.text-center {
		}
		
			.table td.text-center .input-group {
				margin: 0px auto;
			}
		
		.table td.text-right {
			text-align: right;
		}

/* Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}
	
/* Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}
	
/* Price Compare */
	
.table .price-new {
	color: #565656;
	padding-left: 4px;
	font-weight: bold;
}

	.table .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 2px;
		font-size: 10px;
	}

/* Table img */

table img {
	max-width: none;
}

	table img.img-thumbnail {
		border: 2px solid #e7e7e7;
	}
	
/* Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 15px; 
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 20px;
			text-align: right;
			font-weight: normal;
		}
		
		.cart-total td strong {
			font-weight: normal;
		}
	
/* Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* manufacturer */

.manufacturer-list { 
	padding: 5px 0px 20px 0px;
}

	.manufacturer-heading { 
		border: 1px solid #ddd;
		padding: 10px; 
		font-weight: bold;
		color: #000;
	}
	
	.manufacturer-content { 
		padding: 10px;
		overflow:auto; 
		border: 1px solid #ddd;
		border-top: none;
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
/* checkout */

.center-column .panel { 
	position:relative;
	margin: 0px 0px 20px 0px;
}

	.center-column .panel-heading { 
		border: 1px solid #ddd;
		padding: 10px;
	}
		
		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 14px !important;
		}

	.center-column .panel-body { 
		position:relative;
		border: 1px solid #ddd;
		padding: 20px; 
		position: relative;
		margin-top: -1px;
	}
	
		.center-column .panel-body .buttons {
			margin: 0px;
		}

		.center-column .panel-body h2,
		.center-column .panel-body h3,
		.center-column .panel-body h4,
		.center-column .panel-body legend {
			font-weight: 600;
			text-transform: none;
			font-size: 16px;
		}
		
		.center-column .panel-body legend {
			margin-bottom: 0px;
			padding-bottom: 5px;
		}
	
 /* returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* Scroll up */

.scrollup {
	height: 49px;
	position: fixed;
	display: none;
	right: 10px;
	width: 49px;
	z-index: 9999;
	display: block;
	top: 85%;
	background: url(../img/arrow_totop.png) center 15px no-repeat;
	background-color: #404040;
	font-size: 9px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 28px 0 12px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: none;
}

	.scrollup:hover {
		color: #fff;
		opacity: 1; 
		filter: alpha(opacity=100);
	}

	@media (max-width: 960px) {
		.scrollup {
			display: none !important;
		}
	}
	
/* Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}

/* Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
	ul.box-filter > li {
		padding: 0px 0px 20px 0px;
	}
	
		ul.box-filter > li > span {
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bold;
		}
		
	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}

/*  Facebook Widget  */

.facebook_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 999;
}

.facebook_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 999;
}	

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 999;	
	}
	
	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;		
	}

/*  Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}
	
	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 998;	
	}
	
	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}
	
	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;		
	}
	
/*  Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}
	
	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}
	
	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 996;	
	}
	
		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}
	
	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}
	
	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;	
	    padding: 10px;	
	}
	
/* Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

div.required .control-label:after {
	content: '* ';
	color: #cd2122;
	font-weight: bold;
	padding-left: 2px;
}

/* Action box */

#action_box {
	color: #fff;
	padding: 9px 0px 20px 0px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.2)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#33000000',GradientType=0 );
	background-color: #CD2122;
	position: relative;
}

	#action_box .row > div {
		padding-top: 10px;
	}
	
	#action_box h4.text {
		margin: 5px 0;
		font-weight: 500;
		font-size: 22px;
		line-height: 20px;
		padding-left: 30px;
		text-transform: none;
	}
	
/* Shop Features */

.shop-features {	
	padding: 15px 0px 0px 0px;
}

	.shop-features > div {
		padding-top: 15px;
	}
	
	.shop-features .title {
		margin: 0;
		line-height: 1.3;
		font-size: 24px;
		text-transform: uppercase;
	}
	
	.shop-features .shop-feature { 
		-webkit-transition: all 200ms ease-out; 
		-moz-transition: all 200ms ease-out; 
		-o-transition: all 200ms ease-out; 
		-ms-transition: all 200ms ease-out; 
		transition: all 200ms ease-out; 
		background: #969696; 
		color: #fff; 
		padding: 10px; 
		border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		text-align: left; 
	}
		
		.shop-features .shop-feature > img { 
			float: left;
			margin: 0 20px 0 0; 
		}
		
		.shop-features .shop-feature > h4 { 
			line-height: 1; 
			margin: 0 0 7px; 
			padding: 0px !important;
			font-size: 18px; 
			font-weight: 900; 
			font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		}
		
		.shop-features .shop-feature > h5 { 
			line-height: 1; 
			margin: 0; 
			font-weight: 700; 
			font-size: 12px;
		}
		
		.shop-features .shop-feature:hover { 
			background: #cd2122; 
		}
		
/* Tweets */

#twitterFeed {
	margin: 35px 0px 0px 0px;
	background: url(../img/twitter-bird.png) no-repeat 15px center #444;
	font-size: 12px;
	color: #fff;
	padding: 15px 15px 15px 60px;
	position: relative;
	margin-bottom: 15px;
	font-style: italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	#twitterFeed ul {
		margin: 0px;
	}
	
	#twitterFeed p.timePosted {
		float: right;
		width: 20%;
		padding-left: 10px;
		color: #9d9d9d;
	}
	
	#twitterFeed p.tweet {
		float: left;
		width: 80%;
		padding-right: 15px;
		border-right: 1px solid #707070;
	}
	
	.twitter-wrapper {
		position: relative;
	}
	
		.twitter-wrapper:after {
			content: '';
			position: absolute;
			bottom: -10px;
			left: 15px;
			border: 5px solid transparent;
			border-top-color: #444;
		}
		
/* Social share */

.social-share {
	text-align: center;
	padding-top: 59px;
}

/* Contact info */

.contacts-info {
	background: url(../img/say_hi.png) no-repeat right top;
}

	.contacts-info p {
		margin: 0 0 10px !important;
		word-wrap: break-word;
	}
	
/* Social icons */

.social-icons {
	float: right;
	padding-bottom: 10px;
}

	.social-icons a { 
		background: url(../img/social-icons-sprite.png) 0 0 no-repeat;
		width: 30px; 
		height: 30px; 
		background-color: #000;
		display: inline-block; 
		text-indent: -9999px; 
		border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		margin-left: 7px; 
		line-height: 30px; 
		margin-bottom: 10px; 
	}
		
		.social-icons a:hover { 
			background-color: #cd2122; 
			box-shadow: 0 0 6px rgba(0,0,0,0.4); 
			-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4); 
			-moz-box-shadow: 0 0 6px rgba(0,0,0,0.4); 
		}
		
	.social-icons span.label { 
		line-height: 30px; 
		font-size: 13px; 
		color: #8b8c8d; 
		display: inline-block; 
		padding: 0px 3px 0px 0px; 
		font-weight: bold;
	}
	
/* AdBox Video */

.adbox.video { 
	position: relative; 
	margin-top: 91px; 
}

	.adbox.video img {
		display: block;
		margin: 0px auto;
	}

	.adbox.video:after { 
		position: absolute; 
		content: ''; 
		left: 0; 
		top: 0; 
		right: 0; 
		bottom: 0; 
		box-shadow: inset 0 0 0 4px rgba(255,255,255,0.4); 
	}
	
	.video_trigger_container { 
		color: #fff; 
		font-size: 11px; 
		font-weight: 900; 
		width: 150px; 
		margin: 50px auto 0; 
		display: block; 
		text-align: center; 
	}
	
	.playVideo { 
		display: block; 
		width: 57px; 
		height: 57px; 
		background: url(../img/ico-playvideo.png) center no-repeat; 
		background-color: #000; 
		background-color: rgba(0,0,0,0.4); 
		border: 4px solid #fff; 
		-webkit-border-radius: 50%; 
		-moz-border-radius: 50%; 
		border-radius: 50%; 
		margin: 0 auto 20px; 
		cursor: pointer; 
		-webkit-box-shadow: 0 0 5px #000; 
		-moz-box-shadow: 0 0 5px #000; 
		box-shadow: 0 0 5px #000; 
	}
	
		.playVideo:hover { 
			background-color: #000; 
		}
		
	.adbox.video .video_trigger_container { 
		position: absolute; 
		z-index: 1; 
		top: 50%; 
		left: 50%; 
		margin-left: -75px; 
		margin-top: -40px;
	}
	
/* Box Feature */

.smallm_title { 
	color: #cd2122; 
	text-shadow: 0 1px 0 #fff; 
	text-shadow: 0 1px 0 rgba(255,255,255,0.7); 
	font-size: 14px; 
	font-weight: 700; 
	border-bottom: 1px solid #bcbcbc; 
	margin: 50px 0 30px !important; 
}

	.smallm_title.bigger { 
		font-size: 18px; 
	}
	
	.smallm_title.centered { 
		text-align: center; 
	}
	
		.smallm_title span { 
			padding-bottom: 9px;
			display: inline-block; 
			border-bottom: 1px solid #bcbcbc; 
			position: relative; 
		}
		
			.smallm_title span:before { 
				content: ''; 
				position: absolute; 
				left: 50%; 
				bottom: 0; 
				margin-left: -2px; 
				border: 3px solid transparent; 
				border-bottom-color: #bcbcbc; 
			}
			
.feature_box .box {
	padding-top: 0px;
	margin-top: 0px;
	display: block !important;
}

.feature_box h1,
.feature_box h2,
.feature_box h3,
.feature_box h4,
.feature_box h5,
.feature_box h6 {
	margin: 0 0 5px;
}

.feature_box.style2 .box { 
	min-height: 90px;
	margin-bottom: 15px; 
}

	.feature_box.style2 span.icon { 
		margin-right: 14px; 
		display: inline-block; 
		padding: 8px; 
		background: #646464; 
		float: left; 
		-webkit-border-radius: 50%; 
		-moz-border-radius: 50%; 
		border-radius: 50%; 
	}
	
		.feature_box.style2 span.icon img { 
			vertical-align: middle; 
		}
		
	.feature_box .title { 
		font-size: 14px; 
		font-weight: 700; 
		color: #CD2122; 
		text-shadow: 1px 1px 0 white; 
		vertical-align: middle;
	}
	
	.feature_box.style2 p { 
		margin-left: 50px; 
	}
	
	.feature_box .box .title + p { 
		min-height: 60px; 
	}

.feature_box.style3 .box { 
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
	-moz-backface-visibility: hidden; 
	min-height: 90px; 
	padding: 10px !important; 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: center; 
	position: relative; 
	
}

	.feature_box.style3 .box:hover:before { 
		content: ''; 
		position: absolute; 
		top: 2px; 
		left: 50%; 
		margin-left: -2px; 
		border: 4px solid transparent; 
		border-top-color: #fff; 
	}
	
	.feature_box.style3 .box:hover:after { 
		content: ''; 
		position: absolute; 
		top: 0; 
		left: 0; 
		height: 2px; 
		width: 100%; 
		background: #fff;
	}
	
	.feature_box.style3 .box .title { 
		margin-bottom: 25px;
		margin-top: 10px; 
	}
	
		.feature_box.style3 .box:hover .title { 
			margin-bottom: 25px; 
			color: #fff; 
			text-shadow: none; 
		}
		
		.feature_box.style3 span.icon { 
			display: inline-block; 
			margin-bottom: 20px; 
			width: 32px; 
			height: 32px; 
		}
		
		.feature_box.style3 .box:hover span.icon { 
			background-position: center bottom; 
		}
		
		.feature_box.style3 span.icon.ico1 { background: url(../img/ico-01.png) no-repeat center top; }
		.feature_box.style3 span.icon.ico2 { background: url(../img/ico-02.png) no-repeat center top; }
		.feature_box.style3 span.icon.ico3 { background: url(../img/ico-03.png) no-repeat center top; }
		.feature_box.style3 span.icon.ico4 { background: url(../img/ico-03.png) no-repeat center top; }

	.feature_box.style3 .box:hover { 
		background: #cd2122; 
		color: #fff;
	}

/* Home Feature */

.home-feature { 
	text-align: center;
	margin: 50px 0px 0px 0px; 
}

	.home-feature .feature-image { 
		width: 100px; 
		height: 100px; 
		background: #343434; 
		margin: 0 auto 25px; 
		border-radius: 50px; 
		-webkit-border-radius: 50px; 
		-moz-border-radius: 50px; 
		padding: 33px 0; 
		transition: background-color 200ms ease-in-out; 
		-webkit-transition: background-color 200ms ease-in-out; 
		-moz-transition: background-color 200ms ease-in-out; 
		-o-transition: background-color 200ms ease-in-out; 
	}
	
		.home-feature:hover .feature-image { 
			background: #cd2122; 
		}

		.home-feature .feature-image img { 
			display: block; 
			height: 33px; 
			margin: 0 auto; 
		}
		
	.home-feature h4 { 
		font-size: 16px; 
		color: #cd2122; 
		font-weight: bold; 
		line-height: 16px; 
		margin: 0; 
		margin-bottom: 20px; 
		text-transform: uppercase; 
	}
	
	.home-feature p { 
		font-size: 13px; 
	}
	
/* About us PAGE */
	
#skills_diagram { 
	float: right; 
	width: 600px; 
	position: relative; 
}

	#skills_diagram .legend { 
		position: absolute; 
		right: 0; 
		top: 40px; 
		text-align: right; 
	}

	#skills_diagram .legend h4 { 
		font-size: 18px; 
		line-height: 20px; 
	}
	
	#skills_diagram .skills { 
		margin: 0; 
		padding: 0; 
		list-style: none; 
	}
	
		#skills_diagram .skills li { 
			float: right; 
			clear: both; 
			padding: 0 15px; 
			height: 25px; 
			line-height: 25px; 
			color: #fff; 
			margin-bottom: 1px; 
			font-size: 14px; 
		}
		
	#skills_diagram #thediagram { 
		width: 600px; 
		height: 500px;
		margin-top: -50px; 
		float: right; 
	}
	
.m_title { 
	margin-top: 0;
	margin-bottom: 15px; 
	color: #cd2122; 
	text-shadow: 0 1px 0 #fff; 
	text-shadow: 0 1px 0 rgba(255,255,255,0.7); 
	font-size: 18px; 
	line-height: 20px; 
}

ul.list-style1, 
ul.list-style2 { 
	padding: 0px;
	margin: 0 0 10px 0; 
}

	ul.list-style1 li, 
	ul.list-style2 li { 
		list-style: none; 
		background: url(../img/list-style1.png) no-repeat 2px 8px; 
		padding-left: 15px; 
		margin-bottom: 4px; 
		line-height: 20px; 
	}
	
.vertical_tabs { 
	background: #fff; 
	border: 1px solid #c2c2c2; 
	overflow: hidden; 
	border-radius: 3px; 
}

	.tabbable {}
	
	.tabbable:before, 
	.tabbable:after { 
		display: table; 
		line-height: 0; 
		content: ""; 
	}
	
		.tabbable: after { 
			clear: both; 
		}
	
	.vertical_tabs .tabbable .nav { 
		float: left; 
		width: 25%; 
		border-right: 1px solid #c2c2c2; 
		border-bottom: 1px solid #c2c2c2; 
		margin: 0 0 -1px 0; 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.fixclear { 
		zoom: 1; 
	}
	
		.vertical_tabs .tabbable .nav>li {
	 		border-top: 1px solid #c2c2c2;
	 	}
	 	
			.vertical_tabs .tabbable .nav>li:first-child { 
				border-top: 0; 
			}
			
			.vertical_tabs .tabbable .nav>li>a  { 
				line-height: 60px; 
				padding: 0; 
				padding-left: 20px; 
				font-weight: 700; 
				text-transform: uppercase; 
				color: #595959; 
				background: #fff; 
				background: -moz-linear-gradient(left, #ffffff 73%, #ededed 100%); 
				background: -webkit-gradient(linear, left top, right top, color-stop(73%,#ffffff), color-stop(100%,#ededed));
				background: -webkit-linear-gradient(left, #ffffff 73%, #ededed 100%); 
				background: -o-linear-gradient(left, #ffffff 73%, #ededed 100%); 
				background: -ms-linear-gradient(left, #ffffff 73%, #ededed 100%); 
				background: linear-gradient(left, #ffffff 73%, #ededed 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=1); 
				display: block; 
				transition: all 200ms ease-in-out; 
				-webkit-transition: all 200ms ease-in-out; 
				-moz-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out; 
			}
			
				.vertical_tabs .tabbable .nav>li.active>a { 
					color: #cd2122; 
					background: #fff; 
					margin-right: -1px; 
				}
				
				.vertical_tabs .tabbable .nav>li>a:hover { 
					color: #cd2122; 
				}
				
					.vertical_tabs .tabbable .nav>li.active>a>span:first-child, 
					.vertical_tabs .tabbable .nav>li>a:hover>span:first-child { 
						background: #cd2122; 
					}
					
					.vertical_tabs .tabbable .nav>li>a>span:first-child { 
						padding: 6px 7px 7px 7px; 
						background: #646464; 
						margin-right: 5px; 
						line-height: 1; 
						display: inline-block; 
						vertical-align: middle; 
						margin-top: -1px; 
						-webkit-border-radius: 50%; 
						-moz-border-radius: 50%; 
						border-radius: 50%; 
						transition: all 200ms ease-in-out; 
						-webkit-transition: all 200ms ease-in-out; 
						-moz-transition: all 200ms ease-in-out; 
						-o-transition: all 200ms ease-in-out; 
					}
					
					.vertical_tabs .tabbable .nav>li>a>span>span.glyphicon { 
						display: inline-block; 
						width: 14px; 
						height: 14px; 
						line-height: 14px; 
						vertical-align: middle;
						color: #fff; 
					}

			.vertical_tabs .tab-content { 
				overflow: auto; 
			}

				.vertical_tabs .tabbable .tab-content { 
					float: left; 
					width: 75%; 
					padding: 15px 20px; 
					box-sizing: border-box; 
					-webkit-box-sizing: border-box; 
					-moz-box-sizing: border-box;
					border: none;
					background: none;
					margin: 0px; 
				}
				
					.vertical_tabs .tabbable .tab-content h4 { 
						padding: 0px;
						font-size: 18px; 
						line-height: 20px; 
						font-weight: 700; 
						margin: 10px 0; 
					}
					
.zn_content_no_margin { 
	margin-bottom: 0; 
}
				
.mb_title { 
	font-size: 20px; 
	background: #fff; 
	display: inline-block; 
	padding: 0 10px !important; 
	color: #595959; 
	line-height: 1.5; 
	margin: 10px 0 !important; 
}

	.mb_title img { 
		margin-top: 6px; 
		margin-right: 3px; 
	}
	
.statbox { 
	background: #fff; 
	border: 1px solid #c2c2c2; 
	padding: 15px; 
}

	.statbox img { 
		float: left; 
		margin-right: 20px;
		vertical-align: top; 
	}
	
	.statbox h4 { 
		padding: 0px !important;
		margin: 0 0 5px !important;
		color: #cd2122; 
		font-size: 30px; 
		line-height: 35px; 
		margin-top: 0 !important; 
	}
	
	.statbox h6 { 
		padding: 0px !important;
		margin: 0 0 5px !important;
		color: #969696; 
		margin-bottom: 0 !important; 
		font-size: 12px; 
		line-height: 20px; 
	}
	
.process_steps { 
	overflow: hidden; 
	border-radius: 2px; 
	margin-bottom: 15px; 
}

	.process_steps .step { 
		min-height: 230px; 
		float: left; 
		width: 25%; 
		padding: 15px; 
		color: #fff; 
		position: relative; 
		text-align: center; 
		height: 100%; 
	}

		.process_steps .step.intro { 
			background-color: #cd2122; 
			text-align: left;
		}
		
		.process_steps .step:after { 
			content: ''; 
			position: absolute; 
			top: 15px; 
			right: -14px; 
			border: 7px solid transparent; 
			z-index: 1; 
		}
		
			.process_steps .step.intro:after { 
				border-left-color: #cd2122; 
			}
			
		.process_steps .step.step1 { 
			background: #5a5a5a; 
		}
		
			.process_steps .step.step1:after { 
				border-left-color: #5a5a5a; 
			}
			
		.process_steps .step.step2 { 
			background: #4a4a4a; 
		}
		
			.process_steps .step.step2:after { 
				border-left-color: #4a4a4a; 
			}
			
		.process_steps .step.step3 { 
			background: #3e3e3e; 
		}
		
			.process_steps .step.step3:after { 
				display: none; 
			}
			
			.process_steps .step > h3 { 
				font-size: 24px; 
				margin: 10px 0; 
				line-height: 35px;
				padding: 0px; 
				color: #fff;
				text-transform: none;
			}
			
				.process_steps .step.intro > h3 { 
					margin-top: 0; 
					line-height: 1.2; 
					font-weight: 500; 
				}
				
				.process_steps .step.intro > h3 strong { 
					font-size: 120%; 
					display: block; 
					font-weight: 700; 
				}
				
			.process_steps .step .icon { 
				margin: 20px 0 15px; 
				min-height: 50px; 
				line-height: 50px; 
			}
			
				.process_steps .step .icon img {
					vertical-align: top;
				}

@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); } 
	33% { -webkit-transform: scale(0.9); }
	66% { -webkit-transform: scale(1.1); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes pulse {
	0% { -moz-transform: scale(1); }    
	33% { -moz-transform: scale(0.9); }
	66% { -moz-transform: scale(1.1); }
	100% { -moz-transform: scale(1); }
}

@-ms-keyframes pulse {
	0% { -ms-transform: scale(1); } 
	33% { -ms-transform: scale(0.9); }
	66% { -ms-transform: scale(1.1); }
	100% { -ms-transform: scale(1); }
}

@-o-keyframes pulse {
	0% { -o-transform: scale(1); }  
	33% { -o-transform: scale(0.9); }
	66% { -o-transform: scale(1.1); }
	100% { -o-transform: scale(1); }
}

@keyframes pulse {
	0% { transform: scale(1); } 
	33% { transform: scale(0.9); }
	66% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}   
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}  
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-ms-keyframes tada {
	0% {-ms-transform: scale(1);}   
	10%, 20% {-ms-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-ms-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-ms-transform: scale(1.1) rotate(-3deg);}
	100% {-ms-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}    
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}   
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes fadeOutRightBig {
	0% { -webkit-transform: translate(2px, 1px); }
	3% { -webkit-transform: translate(-1px, -2px); }
	6% { -webkit-transform: translate(-3px, 0px); }
	8% { -webkit-transform: translate(0px, 2px); }
	10% { -webkit-transform: translate(1px, -1px); }
	20% { -webkit-transform: translate(20px, -20px); }
	100% { -webkit-transform: translate( 120px, -120px);}
}

@-moz-keyframes fadeOutRightBig {
	0% { -moz-transform: translate(2px, 1px); }
	3% { -moz-transform: translate(-1px, -2px); }
	6% { -moz-transform: translate(-3px, 0px); }
	8% { -moz-transform: translate(0px, 2px); }
	10% { -moz-transform: translate(1px, -1px); }
	20% { -moz-transform: translate(20px, -20px); }
	100% { -moz-transform: translate( 120px, -120px);}
}

@-ms-keyframes fadeOutRightBig {
	0% { -ms-transform: translate(2px, 1px); }
	3% { -ms-transform: translate(-1px, -2px); }
	6% { -ms-transform: translate(-3px, 0px); }
	8% { -ms-transform: translate(0px, 2px); }
	10% { -ms-transform: translate(1px, -1px); }
	20% { -ms-transform: translate(20px, -20px); }
	100% { -ms-transform: translate( 120px, -120px);}
}

@-o-keyframes fadeOutRightBig {
	0% { -o-transform: translate(2px, 1px); }
	3% { -o-transform: translate(-1px, -2px); }
	6% { -o-transform: translate(-3px, 0px); }
	8% { -o-transform: translate(0px, 2px); }
	10% { -o-transform: translate(1px, -1px); }
	20% { -o-transform: translate(20px, -20px); }
	100% { -o-transform: translate( 120px, -120px);}
}

@keyframes fadeOutRightBig {
	0% {transform: translate(2px, 1px); }
	3% {transform: translate(-1px, -2px); }
	6% {transform: translate(-3px, 0px); }
	8% {transform: translate(0px, 2px); }
	10% {transform: translate(1px, -1px); }
	20% {transform: translate(20px, -20px); }
	100% {transform: translate( 120px, -120px);}
} 

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-ms-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.process_steps .step:hover .icon[data-animation=tada] img {
	-webkit-animation: tada ease-in-out 1 normal 800ms;
	-moz-animation: tada ease-in-out 1 normal 800ms;
	-ms-animation: tada ease-in-out 1 normal 800ms;
	-o-animation: tada ease-in-out 1 normal 800ms;
	animation: tada ease-in-out 1 normal 500ms; 
}

.process_steps .step:hover .icon[data-animation=pulse] img {
	-webkit-animation: pulse ease-in-out 1 normal 500ms;
	-moz-animation: pulse ease-in-out 1 normal 500ms;
	-ms-animation: pulse ease-in-out 1 normal 500ms;
	-o-animation: pulse ease-in-out 1 normal 500ms;
	animation: pulse ease-in-out 1 normal 500ms;
}

.process_steps .step:hover .icon[data-animation=fadeOutRightBig] img {
	-webkit-animation: fadeOutRightBig ease-out 1 normal 1s;
	-moz-animation: fadeOutRightBig ease-out 1 normal 1s;
	-ms-animation: fadeOutRightBig ease-out 1 normal 1s;
	-o-animation: fadeOutRightBig ease-out 1 normal 1s;
	animation: fadeOutRightBig ease-out 1 normal 1s;
}

.page-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c2c2c2;
	margin: 0 0 25px !important;
	padding: 0px 0px 25px 0px !important;
	font-size: 36px;
	line-height: 40px;
	color: #050505;
	font-weight: 700;
}

	.page-title h1, 
	.page-title h2 {
		padding: 0px;
		margin: 0;
		font-size: 32px;
		color: #000;
		font-weight: 700;
	}

.subtitle {
	padding: 0 !important;
	padding-bottom: 25px !important;
	margin-bottom: 25px !important;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	font-size: 36px;
	color: #595959 !important;
	font-weight: 300 !important;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Contact Page */

#map_controls { margin: 0; padding: 0; list-style: none; position: absolute; width: auto; top: 50%; margin-top: -45px; right: 20px; width: 30px; background: #cd2122; border-radius: 2px; box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4); }
#map_controls li a { display: block; width: 30px; height: 30px; text-align: center; border-top: 1px solid #ccc; border-top: 1px solid rgba(0,0,0,0.1); cursor: pointer; position: relative;color: #fff; }
#map_controls li a span { position: absolute; }
#map_controls li a#zoom_in span.glyphicon { top: 8px; left: 10px; }
#map_controls li a#zoom_out span.glyphicon { top: 8px; left: 9px; }
#map_controls li a#reset span.glyphicon { top: 7px; left: 9px; }
#map_controls li:first-child a { border-top: 0; }

.google_map:after {
	content: "";
	position: absolute;
	height: 50px;
	background: url(../img/bottom_mask2.png) no-repeat center top;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.contact-info {
	margin-bottom: 10px;
}

.contact-info .col-sm-6 fieldset input {
	max-width: 60%;
}

.contact-info .col-sm-6 fieldset textarea {
	max-width: 85%;
}

.contact-info h2 {
	margin: 0 0 5px;
	padding: 0px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
}

/* Welcome text - Fullscreen slider */

.welcome-text {
	min-height: 650px;
}

	.welcome-text .texts {
		color: #fff;
		position: absolute;
		top: 265px;
		width: 100%;
	}
		
		.welcome-text .texts .line1 { 
			font-size: 30px; 
			letter-spacing: 10px;
			word-spacing: 5px; 
		}
		
		.welcome-text .texts .line2 { 
			font-size: 60px; 
			font-weight: 700; 
			letter-spacing: 5px; 
			word-spacing: 5px; 
		}
		
		.welcome-text .texts > span { 
			display: block; 
			color: #eee; 
			text-shadow: 0 0 4px rgba(0,0,0,0.6); 
			line-height: 1; 
			text-align: center; 
			text-transform: uppercase; 
			padding: 7px 0; 
			cursor: default; 
			position: relative; 
			-webkit-transform-origin: center bottom; 
			-moz-transform-origin: center bottom; 
			-o-transform-origin: center bottom; 
			transform-origin: center bottom; 
			-webkit-transition: all 0.2s ease-out; 
			-webkit-transition: all 0.2s ease-out; 
			-moz-transition: all 0.2s ease-out; 
			-o-transition: all 0.2s ease-out; 
			transition: all 0.2s ease-out; 
			font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		}
		
			.welcome-text .texts > span:hover { 
				color: #fff; 
				text-shadow: 0 4px 1px rgba(0,0,0,0.6); 
				-webkit-transform: scale(1.15); 
				-moz-transform: scale(1.15); 
				-o-transform: scale(1.15); 
				transform: scale(1.15); 
			}
			
/* Selectbox */
			
.selectbox { 
	vertical-align: middle; 
	cursor: pointer; 
	margin-top: 0px; 
	z-index: 1; 
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-transform: uppercase; 
}

	.selectbox .select { 
		height: 24px; 
		padding: 0 20px 0 10px; 
		color: #ddd; 
		transition: color 200ms ease-in-out; 
		-webkit-transition: color 200ms ease-in-out; 
		-moz-transition: color 200ms ease-in-out; 
		-o-transition: color 200ms ease-in-out; 
	}
	
		.selectbox:hover .select { 
			color: #fff; 
		}
		
		.selectbox .select .text { 
			display: block; 
			width: 100%; 
			white-space: nowrap; 
			text-overflow: ellipsis; 
			overflow: hidden; 
			font-size: 11px; 
			font-weight: 700; 
			line-height: 24px;
		}
		
			.selectbox .select .text img { 
				margin: 7px 6px 0 0; 
				display: inline-block; 
				width: 16px;
				height: 11px; 
			}
			
	.selectbox .trigger { 
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 24px; 
		height: 100%; 
	}
	
		.selectbox .trigger .arrow { 
			display: inline-block; 
			width: 0; 
			height: 0; 
			vertical-align: middle; 
			border-top: 4px solid #fff; 
			border-right: 4px solid transparent; 
			border-bottom: 0 dotted; 
			border-left: 4px solid transparent; 
			margin-top: 2px; 
		}
		
		.selectbox:hover .arrow { 
			background-position: center -6px; 
		}
		
	.selectbox .dropdown { 
		top: auto; 
	}
	
		.selectbox .dropdown ul { 
			top: auto; 
			margin: 0;
			margin-top: 5px; 
			padding: 4px 0; 
			background: #f5f5f5; 
			box-shadow: 0 0 3px rgba(0,0,0,0.4); 
			-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4); 
			-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4); 
			text-align: left; 
			border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-moz-border-radius: 2px; 
			margin-left: 1px; 
			margin-right: 1px; 
			margin-bottom: 8px; 
		}
		
			body.kallyas-dark .selectbox .dropdown ul { 
				background: #111; 
			}
			
			.selectbox .dropdown ul:before { 
				content: ""; 
				top: -4px; 
				position: absolute; 
				left: 9px; 
				border: 5px solid transparent; 
				border-bottom-width: 4px; 
				border-bottom-color: #f5f5f5; 
			}
			
				body.kallyas-dark .selectbox .dropdown ul:before { 
					border-bottom-color: #111; 
				}
				
				.selectbox .dropdown.top-dropdown ul:before { 
					content: ""; 
					top: auto; 
					bottom: 0; 
					position: absolute; 
					left: 9px; 
					border: 5px solid transparent; 
					border-bottom-width: 4px; 
					border-bottom-color: transparent; 
					border-top-width: 4px; 
					border-top-color: #f5f5f5; 
				}
				
					body.kallyas-dark .selectbox .dropdown.top-dropdown ul:before { 
						border-bottom-color: transparent; 
						border-top-color: #111; 
					}
					
	.selectbox ul { 
		margin-bottom: 0; 
	}
	
		.selectbox li { 
			padding: 0 10px; 
			color: #555; 
			display: block; 
			transition: background-color 200ms ease-in-out; 
			-webkit-transition: background-color 200ms ease-in-out; 
			-moz-transition: background-color 200ms ease-in-out; 
			-o-transition: background-color 200ms ease-in-out; 
		}
		
			.selectbox li:hover { 
				background: #dedede; 
			}
				
				body.kallyas-dark .selectbox li:hover { 
					background: #555; 
				}

			.selectbox li a { 
				color: #222; 
				text-decoration: none; 
				display: block; 
				padding: 0; 
				background-color: transparent; 
				border: 0; 
				border-radius: 0; 
				font-size: 10px; 
				font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
			}
				
				body.kallyas-dark .selectbox li a { 
					color: #ccc; 
				}
				
				.selectbox li a:hover {
					background-color: transparent;
				}
				
				.selectbox li a img { 
					margin: 4px 6px 0 0; 
					display: inline-block; 
					width: 16px; 
					height: 11px; 
				}
				
	.selectbox.default .select { 
		background: #ececec; 
		cursor: pointer; 
		border: solid #CAC9C9 1px; 
		border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		font-size: 10px; 
		padding: 0px 30px 0px 0px; 
		text-transform: uppercase; 
		font-weight: bold; 
		line-height: 1; 
		height: 30px; 
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); 
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); 
		-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); 
		box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); 
	}
	
		.selectbox.default .trigger .arrow { 
			border-top-color: #999;
			margin-left: -4px; 
			margin-top: 2px; 
		}
	
		.selectbox.default .trigger:before { 
			display: inline-block; 
			width: 0; 
			height: 0; 
			vertical-align: middle; 
			border-top: 4px solid transparent; 
			border-right: 4px solid transparent; 
			border-bottom: 4px solid #ccc; 
			border-left: 4px solid transparent; 
		}
		
		.selectbox.default:hover .select { 
			-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); 
			-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75);
			-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); 
			box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); 
		}
		
		.selectbox.default .select .text { 
			padding: 0 10px; 
			font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
			font-size: 10px;
			color: #666; 
			text-shadow: 0 1px 0 rgba(255,255,255,0.59); 
			line-height: 28px;
		}
		
			.selectbox.default:hover .select .text { 
				color: #888; 
				text-shadow: 0 1px 0 rgba(255,255,255,0.69); 
			}
			
	.selectbox.default .trigger { 
		width: 0; 
		height: 0; 
		border: 4px solid transparent; 
		border-bottom-color: #999;
		margin-right: 9px; 
		margin-top: 5px; 
	}
	
	.selectbox.default .dropdown ul { 
		margin-top: 1px; 
		margin-bottom: 1px; 
		background: #fafafa; 
	}
	
		.selectbox.default .dropdown ul:before { 
			display: none; 
		}
		
/* Action Box */

.actionbox {
	background: none;
	margin-top: 25px;
	border-top: 2px solid #c6c6c6;
	border-bottom: 2px solid #c6c6c6;
	font-family: Lato;
	color: #616161;
	font-size: 18px;
	padding: 13px 0;
	line-height: 30px;
	position: relative;
}

	.actionbox:after {
		background: none;
		content: '';
		position: absolute;
		bottom: -14px;
		left: 50%;
		border: 7px solid transparent;
		border-top-color: #fff;
		margin-left: -3px;
		width: 10px;
		z-index: 1;
	}
	
	.actionbox:before {
		content: '';
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -6px;
		background: none;
		border: 10px solid transparent;
		border-top-color: #c6c6c6;
		bottom: -20px;
	}
	
/* Kallyas Dark */

body.kallyas-dark { background: #1a1a1a;color: #c6c6c6; }
body.kallyas-dark a,
body.kallyas-dark ul.megamenu li .sub-menu .content .hover-menu .menu ul a,
body.kallyas-dark ul.megamenu li .sub-menu .content .static-menu a.main-menu,
body.kallyas-dark ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a { color: #c6c6c6; }
body.kallyas-dark #top .search_form .search-button.active { background: #111; color: #eee; }
body.kallyas-dark #top .search_form .search-button.active:hover { color: #fff; }
body.kallyas-dark #top .search_form .search-area { background: #111; border-bottom-color: #000; }
body.kallyas-dark.header-type2 #top .search_form .search-area, 
body.kallyas-dark.header-type3 #top .search_form .search-area {
	background: none;
	border-bottom: none;
}
body.kallyas-dark #top .search_form .search-area input { color: #fff; }
body.kallyas-dark #top .search_form .search-area .button-search { color: #999; }
body.kallyas-dark .footer .background, 
body.kallyas-dark .standard-body .footer .background,
body.kallyas-dark .copyright .background, 
body.kallyas-dark .standard-body .copyright .background { background: #1f1f1f; }
body.kallyas-dark .custom-footer .background, 
body.kallyas-dark .standard-body .custom-footer .background { background-color: #474747; }
body.kallyas-dark .shop-features .title { color: #fff; }
body.kallyas-dark .jcarousel li a { background-color: #5e5e5e; border-color: #0e0e0e; }
body.kallyas-dark .jcarousel li a:hover { background-color: #fff; border-color: #f9f9f9; }
body.kallyas-dark .col-sm-3 .box-with-categories, 
body.kallyas-dark .col-sm-4 .box-with-categories { background-color: #0c0c0c; }
body.kallyas-dark .col-sm-3 .box .box-heading:before, 
body.kallyas-dark .col-sm-4 .box .box-heading:before { border-bottom-color: #555555; }
body.kallyas-dark .col-sm-3 .box .box-heading, 
body.kallyas-dark .col-sm-4 .box .box-heading,
body.kallyas-dark .center-column h1, 
body.kallyas-dark .center-column h2, 
body.kallyas-dark .center-column h3, 
body.kallyas-dark .center-column h4, 
body.kallyas-dark .center-column h5, 
body.kallyas-dark .center-column h6,
body.kallyas-dark .center-column legend { color: #d5d5d5; }
body.kallyas-dark header { border-bottom-color: #353535; }
body.kallyas-dark header:after { border-top-color: #353535; }
body.kallyas-dark .product-list > div {
	border-color: #999;
}
body.kallyas-dark .product-grid .product { background-color: #aaa;border-color: #999999; }
body.kallyas-dark .product-grid .product:hover {
	border-color: #777;
	background: #edecec;
}
body.kallyas-dark .product-grid .product .description { color: #353535; }
body.kallyas-dark .product-grid .product .name a { color: #2f2f2f; }
body.kallyas-dark .col-sm-3 .product-grid .product .name a,
body.kallyas-dark .col-sm-3 .product-grid .product .name a { color: #c6c6c6; }
body.kallyas-dark .htabs a.selected { border-color: #252525; background-color: #0c0c0c; color: #888; }
body.kallyas-dark .center-column .tab-content { background-color: #050505; border-color: #252525; }
body.kallyas-dark textarea, 
body.kallyas-dark input[type="text"], 
body.kallyas-dark input[type="password"], 
body.kallyas-dark input[type="datetime"], 
body.kallyas-dark input[type="datetime-local"], 
body.kallyas-dark input[type="date"], 
body.kallyas-dark input[type="month"], 
body.kallyas-dark input[type="time"], 
body.kallyas-dark input[type="week"], 
body.kallyas-dark input[type="number"], 
body.kallyas-dark input[type="email"], 
body.kallyas-dark input[type="url"], 
body.kallyas-dark input[type="search"], 
body.kallyas-dark input[type="tel"], 
body.kallyas-dark input[type="color"], 
body.kallyas-dark .uneditable-input, 
body.kallyas-dark select,
body.kallyas-dark #comment-user,
body.kallyas-dark #comment-email { border: none;background: #000; }
body.kallyas-dark select { border: none;background-color: #252525; -webkit-box-shadow: 0px 2px 2px rgba(255,255,255,0.027),inset 0px 1px 0px rgba(0,0,0,0.69),inset 0px -1px 0px rgba(255,255,255,0.0187),inset 0px 16px 15px rgba(0,0,0,0.57); -moz-box-shadow: 0px 2px 2px rgba(255,255,255,0.027),inset 0px 1px 0px rgba(0,0,0,0.69),inset 0px -1px 0px rgba(255,255,255,0.0187),inset 0px 16px 15px rgba(0,0,0,0.57); -o-box-shadow: 0px 2px 2px rgba(255,255,255,0.027),inset 0px 1px 0px rgba(0,0,0,0.69),inset 0px -1px 0px rgba(255,255,255,0.0187),inset 0px 16px 15px rgba(0,0,0,0.57); box-shadow: 0px 2px 2px rgba(255,255,255,0.027),inset 0px 1px 0px rgba(0,0,0,0.69),inset 0px -1px 0px rgba(255,255,255,0.0187),inset 0px 16px 15px rgba(0,0,0,0.57); }
body.kallyas-dark .vertical_tabs { background-color: #252525; }
body.kallyas-dark .vertical_tabs .tabbable .nav>li>a  { background: #252525; background: -moz-linear-gradient(left, #252525 73%, #3f3f3f 100%); background: -webkit-gradient(linear, left top, right top, color-stop(73%,#252525), color-stop(100%,#3f3f3f)); background: -webkit-linear-gradient(left, #252525 73%, #3f3f3f 100%); background: -o-linear-gradient(left, #252525 73%, #3f3f3f 100%); background: -ms-linear-gradient(left, #252525 73%, #3f3f3f 100%); background: linear-gradient(left, #252525 73%, #3f3f3f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#3f3f3f',GradientType=1); }
body.kallyas-dark .vertical_tabs .tabbable .nav>li.active>a { background: #252525; }
body.kallyas-dark .m_title { text-shadow: 0 1px 0 #000; text-shadow: 0 1px 0 rgba(0,0,0,0.7); }
body.kallyas-dark ul.megamenu li .sub-menu .content {
	background: #111;
	background-color: rgba(0,0,0,0.8);
	border-bottom-color: #000;
}
body.kallyas-dark ul.megamenu .sub-menu .content > .border {
	border-bottom: 1px solid #252525;
}
body.kallyas-dark .modal-content,
body.kallyas-dark .dropdown-menu {
	background: #111 !important;
	background-color: rgba(0,0,0,0.8) !important;
	color: #c6c6c6 !important;
}
body.kallyas-dark #main .dropdown-menu:before {
	border-bottom-color: #111 !important;
}
body.kallyas-dark .modal-header,
body.kallyas-dark .modal-footer,
body.kallyas-dark .mini-cart-info td,
body.kallyas-dark .product-info .description,
body.kallyas-dark .product-info .price,
body.kallyas-dark .product-info .options,
body.kallyas-dark .product-info .cart,
body.kallyas-dark #quickview .description,
body.kallyas-dark #quickview .price,
body.kallyas-dark #quickview .options,
body.kallyas-dark #quickview .cart,
body.kallyas-dark table.attribute,
body.kallyas-dark table.list,
body.kallyas-dark .wishlist-product table,
body.kallyas-dark .wishlist-info table,
body.kallyas-dark .compare-info,
body.kallyas-dark .cart-info table,
body.kallyas-dark .checkout-product table,
body.kallyas-dark .table,
body.kallyas-dark .cart-module > div,
body.kallyas-dark .download-list .download-content,
body.kallyas-dark .order-list .order-content,
body.kallyas-dark .manufacturer-heading,
body.kallyas-dark .manufacturer-content,
body.kallyas-dark .center-column .panel-heading,
body.kallyas-dark .center-column .panel-body,
body.kallyas-dark .return-list .return-content,
body.kallyas-dark #top .top-links,
body.kallyas-dark.header-type2 #main .container-megamenu, 
body.kallyas-dark.header-type3 #main .container-megamenu {
	border-color: #252525;
}

body.kallyas-dark table.attribute td,
body.kallyas-dark table.list td,
body.kallyas-dark .wishlist-product table td,
body.kallyas-dark .wishlist-info table td,
body.kallyas-dark .compare-info td,
body.kallyas-dark .cart-info table td,
body.kallyas-dark .checkout-product table td,
body.kallyas-dark .table td {
	border-bottom-color: #252525;
}

body.kallyas-dark #quickview h1 {
	color: #fff;
}

body.kallyas-dark .filter-product .filter-tabs,
body.kallyas-dark .filter-product .filter-tabs ul > li.active a:after {
	border-bottom-color: #393939;
}

body.kallyas-dark .filter-product .filter-tabs ul > li {
	border-left-color: #444;
}

body.kallyas-dark .actionbox {
	border-color: #393939;
}

body.kallyas-dark .actionbox:before {
	border-top-color: #393939;
}

body.kallyas-dark .actionbox:after {
	border-top-color: #1a1a1a;
}

body.kallyas-dark .feature_box .title,
body.kallyas-dark .smallm_title {
	text-shadow: none;
	border-color: #393939;
}

body.kallyas-dark .subtitle {
	color: #818181 !important;
}

body.kallyas-dark .subtitle,
body.kallyas-dark .page-title {
	border-color: #3f3f3f;
}

body.kallyas-dark .statbox {
	background: #2E2E2E;
	border: 1px solid #575757;
}

body.kallyas-dark .mb_title {
	background: #3D3D3D;
	color: #A2A2A2;
}

body.kallyas-dark .product-info .thumbnails li img,
body.kallyas-dark #quickview .thumbnails li img,
body.kallyas-dark .product-info .product-image,
body.kallyas-dark #quickview .product-image {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body.kallyas-dark .product-block {
	color: #c6c6c6;
	border-color: #252525;
}

body.kallyas-dark ul.megamenu > li.active > a > span:before {
	border-bottom-color: #111;
}

body.kallyas-dark .main-fixed {
	background: #252525;
}

body.kallyas-dark .standard-body .fixed .background {
	background: #252525;
}

/* Opencart 1.5.6 */

 /* returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; 
	}
	
	body.kallyas-dark .return-list .return-content {
		border-color: #252525;
	} 
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* checkout */

.checkout { 
	position:relative;
}

	.checkout > div {
		margin: 0px 0px 20px 0px;
	}

	.checkout-heading { 
		border: 1px solid #ddd;
		padding: 8px 10px;
		font-size: 14px;
		color: #050505;
		font-weight: 600;
	}
	
		body.kallyas-dark .checkout-heading {
			border-color: #252525;
			color: #c6c6c6;
		}
	
		.checkout-heading a { 
			float: right;
			margin-top: 1px;
			cursor:pointer; 
		}

	.checkout-content { 
		display: none;
		border: 1px solid #ddd;
		padding: 20px;
		position: relative;
		margin-top: -1px;
	}
	
		body.kallyas-dark .checkout-content {
			border-color: #252525;
			color: #c6c6c6;
		}
	
		.checkout-content:before,
		.checkout-content:after {
		  display: table;
		  content: " ";
		}
		
		.checkout-content:after {
		  clear: both;
		}
		
		.checkout-content:before,
		.checkout-content:after {
		  display: table;
		  content: " ";
		}
		
		.checkout-content:after {
		  clear: both;
		}

		.checkout-content .left { 
			float: left;
			width: 48%;
		}
		
			.checkout-content .left > *:first-child {
				margin-top: 0px;
				padding-top: 0px;
				padding-bottom: 5px;
			}
		
		.checkout-content .right { 
			float: right;
			width: 48%; 
		}
		
			.checkout-content .button {
				margin-top: 10px;
			}
		
			.checkout-content .right > *:first-child {
				margin-top: 0px;
			}
		
		.checkout-content .buttons { 
			clear: both; 
			margin: 0px;
		}
		
		.checkout-content label {
		}
		
			.checkout-content table label {
				padding-left: 0px;
			}
			
/* Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; 
	}
	
	body.kallyas-dark .download-list .download-content,
	body.kallyas-dark .order-list .order-content {
		border-color: #252525;
	} 
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* Sitemap */

.sitemap-info { 
	overflow: auto; 
	margin: 0px 0px 30px 0px;
	line-height: 24px;
}

	.sitemap-info ul { 
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
	
		.sitemap-info ul li { 
			padding: 0px; 
		}
			
			.sitemap-info ul li { 
				font-weight: bold; 
			}
			
			.sitemap-info ul li ul li a { 
				font-weight: 400; 
			}
		
	.sitemap-info .left { 
		float: left;
		width: 50%; 
	}
	
	.sitemap-info .right { 
		float: left;
		width: 50%; 
	}
	
/* Cart Module */

.cart-module { 
	position: relative;
}
	
	.cart-module > div { 
		padding:20px !important;
		margin:0px 0px 30px 0px;
		border: 1px solid #ddd;
		background: #fff;
	}
	
		body.kallyas-dark .cart-module > div {
			background: #1a1a1a;
		}
	
		.cart-module > div:before {
		  position: absolute;
		  top: -9px;
		  left: 9px;
		  display: inline-block;
		  border-right: 9px solid transparent;
		  border-bottom: 9px solid #ccc;
		  border-left: 9px solid transparent;
		  border-bottom-color: #ddd;
		  content: '';
		}
		
		.cart-module > div:after {
		  position: absolute;
		  top: -8px;
		  left: 10px;
		  display: inline-block;
		  border-right: 8px solid transparent;
		  border-bottom: 8px solid #ffffff;
		  border-left: 8px solid transparent;
		  content: '';
		}
		
			body.kallyas-dark .cart-module > div:after {
				border-bottom-color: #1a1a1a;
			}
			
			body.kallyas-dark .cart-module > div:before {
				border-bottom-color: #252525;
			}
		
		.cart-module table {
			margin: 0px 0px 10px 0px;
		}
		
			.cart-module table td {
				padding: 0px 20px 3px 0px;
			}
			
			.cart-module input[type=text],
			.cart-module select {
				margin-left: 10px;
				margin-right: 5px;
				vertical-align: top;
			}
			
			#coupon input[type=text],
			#voucher  input[type=text] {
				margin-top: 0px;
				margin-bottom: 0px;
			}
			
/* Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}
	
/* Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 3px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 15px;
		}
		
/* Pagination */

div.pagination { 
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	position: relative;
	overflow:auto; 
	z-index: 1;
}
	
	div.pagination .results { 
		padding: 0px 10px 10px 0px; 
		text-align: left;
		font-size: 12px;
		color: #ccc;
	}
	
	div.pagination .links { 
		padding: 0px 0px 10px 10px; 
		float: right;
		text-align: right;
		position: relative;
		z-index: 1;
	}
		
		div.pagination .links a, 
		div.pagination .links b { 
			disdisplay: inline-block;
			padding: 0px 0px 0px 10px;
			font-size: 12px;
			color: #888;
		}
		
		div.pagination .links b { 
			color: #ccc; 
		}
		
/* Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
/* content */

.main-content .content { 
	padding: 4px 0px 22px 0px;
	position: relative;
	margin-top: 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* List content */

.main-content .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	.main-content .content > ul li:before {
		color: #ddd;
		content: "\203A";
		font-size: 16px;
		line-height: 20px;
		padding-right: 6px;
	}
	
/* Custom */
	
	#siteseal{
	position: absolute;
	left: 400px;
	top: 40px;
}