/*  
Theme Name: streamline
Version: 1.4.0
Description: Responsive and clean template for OpenCart (Base CSS)
Theme URI: http://www.everthemes.com/demo/streamline
Author: Luis V
Author URI: http://themeforest.net/user/luisvelaz
Tags: streamline, opencart, everthemes
*/

* ET Slideshow */

.et-slideshow, .et-banner {
	margin: 0;
	padding: 0;
	clear: both;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}
.et-slideshow .owl-carousel {
	margin: 0;
}
.et-slideshow div.owl-carousel .owl-buttons {
	position: inherit;
	top: auto;
	right: auto;
	width: auto;
	background: transparent;
}
.et-slideshow div.owl-carousel .owl-buttons .owl-next, 
.et-slideshow div.owl-carousel .owl-buttons .owl-prev {
	position: absolute;
	border: 0;
	padding: 4px;
}
.et-slideshow div.owl-carousel .owl-buttons .owl-prev { left: 10px; }
.et-slideshow div.owl-carousel .owl-buttons .owl-next { right: 10px; }

.et-slideshow div.owl-carousel .owl-controls .owl-pagination {
	bottom: 38px;
}

.et-slideshow div.owl-carousel .owl-buttons div i.fa {
	font-size: 32px;
}

.et-banner-item { padding: 0; }
.et-banner-item-wrapper {
	position: relative;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	z-index: 1;
}
.et-slideshow .et-banner-item {
	display: none;
}
.et-slideshow .et-banner-item:first-child,
.et-slideshow .owl-item .et-banner-item {
	display: block;
}
.et-banner-item-wrapper:hover {
	z-index: 2;
}
.et-banner-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 70px;
	width: 100%;
	height: 100%;
}
.et-banner-content-inner {
	display: table;
  height: 100%;
  width: 100%;
}
.et-banner-caption {
	display: table-cell;
}
.et-banner-item.content-top-center .et-banner-content-wrapper,
.et-banner-item.content-center .et-banner-content-wrapper,
.et-banner-item.content-bottom-center .et-banner-content-wrapper {
	text-align: center;
}
.et-banner-item.content-top-right .et-banner-content-wrapper,
.et-banner-item.content-right .et-banner-content-wrapper,
.et-banner-item.content-bottom-right .et-banner-content-wrapper {
	text-align: right;
}
.et-banner-item.content-left .et-banner-caption,
.et-banner-item.content-center .et-banner-caption,
.et-banner-item.content-right .et-banner-caption {
	vertical-align: middle;
}
.et-banner-item.content-bottom-left .et-banner-caption,
.et-banner-item.content-bottom-center .et-banner-caption,
.et-banner-item.content-bottom-right .et-banner-caption {
	vertical-align: bottom;
}
.btn-default.et-banner-label, .btn-default.et-banner-label:hover {
	color: #FFFFFF;
	border: none;
	margin-bottom: 20px;
	padding: 2.5px 10px;
}
.et-banner-title {
	margin: 0;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.25);
}
.et-banner-subtitle {
	text-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	line-height: 33px;
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.et-slideshow .et-banner-title { font-size: 60px; }
.et-slideshow .et-banner-subtitle { font-size: 24px; }

.et-banner-button.btn {
	margin-top: 35px;
	transition: all 0.15s ease-in 0s;
}


@media (max-width: 991px) {
	.et-banner-content-wrapper {
		padding: 45px;
		width: 100%;
	}
	.btn-default.et-banner-label { margin-bottom: 10px;}
	.et-slideshow .et-banner-title { font-size: 37px;}
	.et-slideshow .et-banner-subtitle { font-size: 16px; }
	.et-banner-button.btn { margin-top: 20px;}
}
@media (max-width: 767px) {
	.et-banner-content-wrapper {
		padding: 35px;
		width: 100%;
	}
	.et-banner-label,
	.et-banner-button.btn {
		display: none;
	}
}
@media (max-width: 479px) {
	.et-banner-content-wrapper {
		padding: 25px;
		width: 100%;
	}
	.et-slideshow .et-banner-title,
	.et-banner .et-banner-title { font-size: 24px; }
	.et-slideshow .et-banner-subtitle,
	.et-banner .et-banner-subtitle { font-size: 14px; }
}

.et-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in 0s;
	opacity: 0;
}
.et-banner-item img  {
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	width: 100%;
	height: auto;
}

/*** Hover Effects ***/

	/*Zoom In*/
	.et-banner-item.effect-2:hover img.et-banner-item-bg  {
		transform: scale(1.05);
	  -moz-transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	  -o-transform: scale(1.05);
	  -ms-transform: scale(1.05);
	}
	/*Zoom Out*/
	.et-banner-item.effect-3 img.et-banner-item-bg  {
		transform: scale(1.05);
	  -moz-transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	  -o-transform: scale(1.05);
	  -ms-transform: scale(1.05);
	}
	.et-banner-item.effect-3:hover img.et-banner-item-bg  {
		transform: scale(1.0);
	  -moz-transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	  -o-transform: scale(1.0);
	  -ms-transform: scale(1.0);
	}
	/*Curtain Down*/
	.et-banner-item.effect-4 .et-banner-bg  {
		top: -100%;
	}
	.et-banner-item.effect-4:hover .et-banner-bg  {
		top: 0;
	}
	/*Curtain Up*/
	.et-banner-item.effect-5 .et-banner-bg  {
		top: inherit;
		bottom: -100%;
	}
	.et-banner-item.effect-5:hover .et-banner-bg  {
		bottom: 0;
	}
	/*Curtain Right*/
	.et-banner-item.effect-6 .et-banner-bg  {
		left: -100%;
	}
	.et-banner-item.effect-6:hover .et-banner-bg  {
		left: 0;
	}
	/*Move Left*/
	.et-banner-item.effect-7 img.et-banner-item-bg {
		transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	}
	.et-banner-item.effect-7:hover img.et-banner-item-bg {
		margin-left: -5%;
		margin-right: 5%;
	}
	/*Move Right*/
	.et-banner-item.effect-8 img.et-banner-item-bg  {
		transform: scale(1.15);
	  -moz-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	}
	.et-banner-item.effect-8:hover img.et-banner-item-bg  {
		margin-top: -2.5%;
		margin-bottom: 2.5%;
	}
	/*Zoom In/Reveal Button*/
	.et-banner-item.effect-9 span.et-banner-button {
		opacity: 0;
		transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	}
	.et-banner-item.effect-9:hover span.et-banner-button  {
		opacity: 1;
	}
	.et-banner-item.effect-9:hover img  {
		transform: scale(1.05);
	  -moz-transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	  -o-transform: scale(1.05);
	  -ms-transform: scale(1.05);
	}


/* Feature Blocks */

.et-feature-blocks { padding: 20px 0; }
.home-top .et-feature-blocks { padding: 20px 15px; }
.et-feature-blocks:before,
.et-feature-blocks:after {
	display: table;
  content: " ";
  clear: both;
}
.et-feature-item > a {
	text-decoration: none;
}
.et-feature-content-wrapper {
	position: relative;
	padding: 10px 20px 1px;
	border-radius: 4px;
}
.et-feature-title {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3px;
}
.et-feature-description p {
	font-size: 15px;
}
.et-feature-icon {
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #282828;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 21px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  padding-top: 19px;
  border: 2px solid transparent;
}
.et-feature-item:hover .et-feature-icon {
  animation: 0.7s pulse;
}
.et-feature-blocks.style-1 {
	text-align: center;
}
.et-feature-blocks.style-1 .et-feature-icon {
	margin-left: auto;
	margin-right: auto;+
}
.et-feature-blocks.style-2 .et-feature-content-inner {
	padding-left: 93px;
	position: relative;
}
.et-feature-blocks.style-3 .et-feature-content-inner {
	padding-right: 93px;
	position: relative;
}
.et-feature-blocks.style-2 .et-feature-icon,
.et-feature-blocks.style-3 .et-feature-icon {
	position: absolute;
	top: 0;
	font-size: 34px;
  line-height: 34px;
  width: 68px;
  height: 68px;
  padding-top: 15px;
}
.et-feature-blocks.style-2 .et-feature-icon {
	left: 0;
}
.et-feature-blocks.style-3 .et-feature-icon {
	right: 0;
}

@media (max-width: 767px) {
	.et-feature-content-wrapper {
		padding: 20px 20px 10px; 
	}
	.et-feature-description p {
		font-size: 14px;
	}
}



/*	General Styles
-------------------------------------------------- */

	body {
		background: #FFF;
		color: #7a7a7a;
	}

		/* Links styles */

		a, a:visited,
		.pagination>li>a, .pagination>li>span { color: #111; }
		a:hover, a:focus {color: #333;}

		li a:hover, li a:focus {color: #00AE7C;}

		.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
			border-color: #333;
			background: #333;
		}

		a.button-cart { color:#fff; }

		td img {display: inline;}

		 ul.list li {list-style-type: square;}
			ul.list li a { text-decoration:none; }
			ul.list li a:hover { text-decoration:underline; }

		/*	Animations :)
		-------------------------------------------------- */

			#content {
				-webkit-transition: width 0.2s ease;
				-moz-transition: width 0.2s ease;
				-ms-transition: width 0.2s ease;
				-o-transition: width 0.2s ease;
				transition: width 0.2s ease;
			}

/*	Generic Classes
-------------------------------------------------- */


	.align-center { margin-left: auto; margin-right: auto; text-align: center; }

	.float-left { float: left; }

	.align-left { text-align: left; }

		img.align-left { margin-bottom: 15px; margin-right: 15px; }

	.align-right { text-align: right; }

	.float-right { float: right; }

		img.align-right { margin-bottom: 15px; margin-left: 15px; }

	.fluid-width-video-wrapper {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
	}
	.fluid-width-video-wrapper iframe,
	.fluid-width-video-wrapper object,
	.fluid-width-video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/*	Forms
-------------------------------------------------- */

	form { padding: 0; margin: 0; display: inline; }
		
			/* Borders and inner shadows */
			input[type='text'], 
			input[type='password'], 
			input[type='email'],
			input[type='tel'], 
			textarea, 
			select,
			.form-control {
				border-color: #999;
				box-shadow: none;
				border-radius: 0;
			}
			.form-control:focus { box-shadow: none; border-color: #333; }
			
			select { padding: 2px; }

				select:not([multiple]){
		    -webkit-appearance:none;
		    -moz-appearance:none;
		    background-position:right 50%;
		    background-repeat:no-repeat;
		    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
		    padding: .5em;
		    padding-right:2em;
			}

		fieldset { 
			border:1px solid #CCC; 
			border-width: 1px 0 0; 
		}
			legend { 
				font-size: 1.1em; 
				font-weight: bold;
				line-height: 40px;
			}
		.form-group > label, .control-label {
			font-size: 0.9em;
		}
		span.hidden-xs, span.hidden-sm,
		span.hidden-md, span.hidden-lg {
			display: inline;
		}
		div.required .control-label:before {
			content: '* ';
			color: #F00;
			font-weight: bold;
		}
		input[type="radio"], input[type="checkbox"] {
			margin-top: 2px;
		}

		/* Red mark for required fields */

		span.required, 
		.option .required { 
			color: #DD0000; 
			font-weight: bold; 
		}	
		.stock {
			margin: 10px 0;
		}
		.product-thumb .outstock {
			display: inline-block;
			margin-bottom: 10px;
		}
		.outstock { color: #FF595D; /*border-color: #FF595D;*/ }
		.instock { color: #00ae7c; /*border-color: #00ae7c;*/ }

		.grid-box .outstock { font-size: 11px; }

		/* Error messages */
		
		input.error, 
		select.error, 
		textarea.error { border: 1px solid #F26B55; }
		
		span.error { 
			display: block; 
			color: #DD4B39; 
			font-family: sans-serif; 
			font-size: 85%;
		}

		/* Help */

		.help { 
			color: #999; 
			font-size: 11px; 
			font-weight: normal; 
			font-family: sans-serif; 
			display: block; 
		}
		.form-actions .checkbox { text-align: left; }



/*	Buttons
-------------------------------------------------- */

	.buttons { /* Buttons container */
		text-align: center;
		clear: both;
		padding: 17px 0;
	}
	.btn:focus { outline: 0 none !important; }

	.cart .btn,
	.btn,
	.button,
	a.btn {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
		.btn-primary,
		a.btn-primary,
		.mainborder a.btn-primary,
		.btn-primary.disabled,
		.btn-primary[disabled] {
			/*font-weight: bold;*/
			border-color: #363636;
			color: #363636;
			background: transparent;
		}
		.btn-primary:hover,
		a.btn-primary:hover,
		.btn-primary:focus,
		.btn-primary:active,
		.btn-primary.active,
		.btn-primary.active:hover{
			color:#ffffff;
			border-color:#363636;
			background-color:#363636;
		}
	a.btn.btn-success {color: #fff;}

	.btn-default:hover,
	a.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active{
		background: transparent;
	}

	.payment .btn,
	.cart .btn,
	.btn-cart,
	a.btn-cart,
	.mainborder a.btn-cart,
	#button-confirm {
		color: #ffffff;	
		border-color: #00ae7c;
		border-width: 2px;
		background: #00ae7c;
		font-weight: bold;
		outline: none;
	}
	.payment .btn:hover,
	.payment .btn:active,
	.cart .btn:hover,
	.cart .btn:active,
	.btn-cart:hover,
	.btn-cart:active,
	a.btn-cart:hover,
	a.btn-cart:active,
	#button-confirm:hover,
	#button-confirm:active {
		border-color: #00ae7c;
		color: #00ae7c;
		background: transparent !important;
	}

	#button-cart,
	#button-checkout,
	.payment .btn {
		padding: 10px 16px;
	}

	.btn-remove, a.btn-remove {
		font-family: Helvetica, arial, sans-serif !important;
		font-weight: 200;
		font-size: 20px;
		background: transparent;
		color: #999 !important;
	}
	.btn-remove:hover, a.btn-remove:hover {
		color: #282828 !important;
	}

/*	Layout
-------------------------------------------------- */

	/*	Main container with shadows */

	#header,
	#content-wrapper,
	#footer,
	#footend {
		background: #fff;
	}
		
	#content.maintenance { padding:40px 0 0; }

	#content { padding-bottom: 30px; }
		
	/*	Sidebars */

	.content-top { margin-top: 10px; }

	.content-bottom { clear: both; }

	.sidebar .list-group {
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 1em;
	}
	.sidebar .panel .list-group {
		border: 0;
		border-radius: 0;
	}


/*	Header
-------------------------------------------------- */

	#header { z-index: 1000; border-bottom: 1px solid transparent; }

	#header.slide-behind.free {position: relative !important;}

	#header.slide-behind.background-dark .search-trigger a,
	#header.slide-behind.background-dark .navbar .nav > li > a, 
	#header.slide-behind.background-dark .rightbox .btn-link,
	#header.slide-behind.background-dark .leftbox .btn {
		color: #fff;
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	}
	#header .rightbox .btn-link,
	#header.slide-behind.background-light .search-trigger a,
	#header.slide-behind.background-light .navbar .nav > li > a, 
	#header.slide-behind.background-light .rightbox .btn-link,
	#header.slide-behind.background-light .leftbox .btn,
	#header.slide-behind.background-dark:hover .search-trigger a,
	#header.slide-behind.background-dark:hover .navbar .nav > li > a, 
	#header.slide-behind.background-dark:hover .rightbox .btn-link,
	#header.slide-behind.background-dark:hover .leftbox .btn,
	#header.slide-behind.navbar-fixed-top.background-dark .search-trigger a,
	#header.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a, 
	#header.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-link {
		color: #111;
		text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.5);
		outline: none !important;
	}

	.page-home #header.slide-behind:hover,
	#header.navbar-fixed-top,
	#header.navbar-fixed-top.slide-behind {
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.header_inner {
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.toplogo .header_inner { padding-bottom: 0; }
	
	#header.navbar-fixed-top .header_inner,
	.page-home #header .header_inner {border:0;}

		#logo { text-align:center; padding-top:5px; }
			#logo img {
				display:inline;
				max-width: 100%;
				max-height: 50px;
			}
			#header .leftbox .btn-header {
				line-height: 50px;
				outline: none;
			}
			#header .rightbox  {
				text-align: right;
			}
			#header .rightbox .hdr-buttons {
				float: right;
				white-space: nowrap;
				line-height: 50px;
			}

			#header .rightbox .btn-link { padding: 6px; text-decoration: none; }
			#header .rightbox .btn-link
			#header .rightbox .hdr-buttons .dropdown-menu {line-height: 1.42857143;}
			#header .rightbox .hdr-buttons .dropdown-menu .btn {
				text-align: left;
				background: transparent;
			}
		.leftlogo #logo { padding-top:5px; }
		.leftlogo .navbar {
			display: inline-block;
			float: right;
		}

		/*icons size*/

		#cart > .btn-link i,
		#top-links > .btn-link i,
		.search-trigger.btn-link i {font-size: 1.5em;}

		.account-status {
			background: #bbb;
			border-radius: 50%;
			display: inline-block;
			height: 6px;
			width: 6px;
			vertical-align: top;
		}
		.account-status.logged {
			background: rgb(66, 183, 42);
		}


	/*	Language & Currency dropdowns
	-------------------------------------------------- */

		#wrapselector { 
			position: relative;
			display: inline-block;
		}

		#form-currency .dropdown-toggle,
		#form-language .dropdown-toggle {
			color: #999; 
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#form-currency .dropdown-menu li>button,
		#form-language .dropdown-menu li>button {
			font-size: 13px;
		}

		#form-language .dropdown-menu span.current,
		#form-currency .dropdown-menu span.current {
			color: #999;
			cursor: text;
		}
		#form-language .dropdown-menu span.current:after,
		#form-currency .dropdown-menu span.current:after {
			content: "\f00c";
			font-family: 'FontAwesome';
			margin-left: 5px;
			font-size: 10px;
		}

	/*	Welcome & Important Links
	-------------------------------------------------- */

		.leftlogo #logo { text-align:left; }
		.header_info { margin-top: 10px; }

	/*	Mini Cart (module on the header)
	-------------------------------------------------- */

		#cart {display: inline;}
		#cart .count {
	    top: -10px;
	    position: relative;
		}
		
		#sidecart {
			list-style: none;
			padding: 20px;
			width: 400px;
		}
		#sidecart.panel-default {
			background-color: #f8f8f8;
			border-color: #e7e7e7;
			text-align: left;
			white-space: normal;
		}
		#sidecart h4 {
			margin: 0 0 10px;
			font-weight: bold;
			color: #333;
			line-height: 3em;
		}
		#sidecart .name {font-weight: bold;}

		.closesidebar {
	    position: relative;
	    text-align: left;
	    background: rgba(255,255,255,0.1) !important;
	    z-index: 99;
	    font-family: Helvetica, arial, sans-serif !important;
	    font-weight: 200;
	    font-size: 24px;
	    line-height: 32px !important;
	    cursor: pointer;
		}
		#sidecart .closesidebar { float: right; }
		.offcanvas .navbar-nav {margin-top: 20px;}
		.offcanvas.navmenu {margin-bottom: 0;}

	/*	Search box
	-------------------------------------------------- */

		.search-area {
			background: #f2f2f2;
			margin-top: -2px;
			display: none;
			padding: 10px 0;
		}
		.search-area .btn {
			border: 0;
			background: transparent;
			font-size: 18px;
		}
		.search-area input {
			display: block;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 8px 0;
			font-size: 24px;
			background: transparent;
			border: 0;
			outline: none;
		}
		.search-trigger .search-close,
		.search-trigger.active .fa { display: none; width: 19px; }
		.search-trigger.active .search-close { 
			display: inline-block;
	    font-family: Helvetica, arial, sans-serif !important;
	    font-weight: normal;
	    background: #333;
	    color: #fff;
	    text-shadow: none;
	    font-size: 21px;
	    line-height: 19px;
	    height: 20px;
		}

		/* Live Search*/

			div.live-search {
				border-radius: 0;
				margin-top: 10px;
				top: 100%;
				border: 1px solid #ccc;
				border: 1px solid rgba(0,0,0,.25);
				min-width: 280px;
				padding: 10px;
		    right: 0;
		    left: auto;
		    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		    box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
			div.live-search ul li,
			div.live-search ul li:nth-child(even) {
		    padding: 0;
		    margin: 0;
		    clear: both;
		    background: transparent;
		    display: block;
		    height: auto !important;
			}
			div.live-search ul li a {
				overflow:hidden;
				margin: 0 10px;
				padding: 10px 0;
				border-bottom: 1px solid #ddd;
			}
			div.live-search ul li:last-child a { border: 0; }
			div.live-search ul li:hover { background-color: transparent; }

			div.live-search ul li .product-name {
				font-weight: normal;
			}
			div.live-search ul li .product-name p {
				font-style: normal;
				font-size: 11px;
				color: #999;
			}
			.live-search ul li .product-price { margin: 0; }
			div.live-search .result-text {
				position: relative;
		    background: #f4f4f4;
		    border-radius: 0;
		    font-size: 1em;
		    line-height: 24px;
		    font-weight: normal;
	    }
			div.live-search .view-all-results,
			div.live-search .view-all-results:hover { 
				color: #282828; 
				border: 1px solid #bbb;
				display: block;
				padding: 5px;
				text-decoration: none;
			}
		

	#topbar .nav .open>a,
	#topbar .nav .open>a:hover,
	#topbar .nav .open>a:focus {
		background: transparent;
	}

	/* Mobile menu */

	.topcanvas { position: relative; }

	#mobmenu .social {
		padding: 15px;
		text-align: center;
	}
	#mobmenu .social a { 
		font-size: 1.5em;
		margin-right: 15px;
	}
	#mobmenu .social a:hover {
		text-decoration: none;
		color: #333;
	}
	.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
		position: fixed;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0px);
	}


	/*	Page heading
	-------------------------------------------------- */

		.page-header {
			margin-top: 0;
			border-bottom: 0;
		}
			.page-header h1,
			.page-header h3 { 
				font-weight: bold;
				color: #111;
			}
		.product-page .page-header { 
			margin: 20px 0 0;
			padding-bottom: 0;
		}
		.page-login .page-header { text-align: center; }

	/*	Breadcrumbs
	-------------------------------------------------- */

		.breadcrumb { 
			background: transparent;
			font-size:0.9em;
			margin-bottom: 10px;
			padding: 8px;
		}
			.breadcrumb a { color:#ccc; }

	/*	Information Boxes
	-------------------------------------------------- */

		#notification { overflow: auto; }

		.alert-success, .alert-danger, .alert-warning, .alert-info {
			width: 75%;
			margin: 20px auto 25px;
			text-align: center;
			color: #555555;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
		}
		.alert-success a, .alert-danger a, .alert-warning a, .alert-info a {
			font-weight:bold;
		}
		.alert-success {
			background: #D4FFE3;
			border: 2px solid #80CFAB;
		}
		.alert-danger {
			background: #FFD9D9;
			border: 2px solid #E68382;
		}
		.alert-warning {
			background: #FFE6E1;
			border: 2px solid #FFA09F;
		}
		.alert-info {
			background: #FFF5CC;
			border: 1px solid #F2DD8C;
		}

	/*	Table styles
	-------------------------------------------------- */

	.table>thead>tr>th {
		color: #333;
		border-bottom-color: #ccc;
	}

	/*	Pagination
	-------------------------------------------------- */

		.pagination { 
			overflow: hidden;
			display: block;
		}
			.pagination .links { float: left; overflow: hidden; }
				.pagination .links a,
				.pagination .links b {
					padding: 6px 12px;
					line-height: 22px;
					text-decoration: none;
					font-weight: bold;
					border: 1px solid #DDD;
					border-left-width: 0;
					display: block;
					float: left;
				}
				.pagination .links b { 
					font-weight: normal;
					color:#999;
					background: #eee;
				}

				.pagination .links a:hover { background: #f2f2f2; }

			.pagination .links a:first-child,
			.pagination .links b:first-child {
				border-left-width: 1px;
				-webkit-border-radius: 3px 0 0 3px;
				-moz-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
			}
			.pagination .links a:last-child,
			.pagination .links b:last-child {
				-webkit-border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
				border-radius: 0 3px 3px 0;
			}

			.pagination .results { 
				float: right; 
				color: #999; 
				font-family:arial,helvetica,sans-serif; 
				font-size:11px; 
			}
		
		.pagination.brands { height:auto; border: 0; }
		.pagination.brands a {padding: 2px 9px; }

	/*	Fake fieldset (legend style outside forms)
	-------------------------------------------------- */

		.contentset {
			margin: 3em 0 2em;
			text-align:left;
			color:#333;
			border-top:1px solid #DDD;
		}
			.contentset .inner { 
				margin: -0.6em auto 0;
				font-weight: normal;
				font-size: 1.4em;
			}
				.contentset span { background:#FFF; padding-right: 12px;  }

			.sidebar .contentset,
			.sidebar .contentset span {padding-left: 0; text-align: left;}


	/*	Box
	-------------------------------------------------- */

	.box { margin-bottom: 20px; overflow: hidden; }

		.box .box-heading {
			padding: 8px 10px 7px 4px;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 12px;
			line-height: 14px;
			color: #333;
		}

	/* List Groups */

	.sidebar .list-group-item {
		border-width: 0 0 1px 0;
		margin-bottom: 0;
	}
	.list-group-item:first-child {
		border-radius: 0;
	}

	.list-group-item.active,
	.list-group-item.active:focus,
	.list-group-item.active:hover {
		background: #282828;
		border-color: #282828;
	}
	
	/*	Category boxes
	-------------------------------------------------- */

		.category-accordion {
			border: 1px solid #ddd;
			border-radius: 5px;
		}

		.box-category { margin-top: -5px;  }

			.box-category ul { 
				list-style: none; 
				margin: 0; 
				padding: 0; 
			}
			.category-accordion .box-category > ul {
				padding: 1em; 
			}
			.box-category > ul > li {
				border-top: 1px solid #eee;
				display: block;
				position: relative;
			}
			.box-category > ul > li:first-child { border-top:0; }

			.box-category .expand {
				top: 6px;
				right: 0;
				position: absolute;
				cursor: pointer;
				width:16px;
				height:16px;
				padding: 2px;
				font-family: "FontAwesome";
				font-size: 10px;
			}
			.box-category .expand:before{ content: "\f067"; }

			.box-category ul li a { padding: 8px; display: block; }

			.box-category ul li.double a {
				display: inline-block;
				margin: 0;
			}
			.box-category ul li { position: relative; }

			.box-category > ul > li a.active + .expand:before {
				content: "\f068";
				color: #00ae7c;
			}
			.box-category > ul > li > a { display: block;}
			
			.box-category > ul > li ul { display: none; padding-left: 10px; }
				.box-category > ul > li a.active { font-weight: bold; }
					.box-category > ul > li a.active + ul { display: block; }
			
			.box-category a:hover { text-decoration:none; }

				.box-category > ul > li ul > li > a { text-decoration: none; }

		/*  Category Slider
		-------------------------------------------------- */
		.category-slider {
			border: 1px solid #777;
			border-radius: 5px;
			padding: 1em 3%;
			margin: 1em 0.5em 3em;
		}
		.category-slider .owl-carousel { padding: 1em; }
		.category-slider .contentset {
			border-color: #ccc;
			border:0;
		}
		.category-slider .owl-item .item { padding: 10px; }
		.category-slider .owl-item .caption { height: auto !important; }
		.category-slider .owl-item .item .catname {
			border-bottom: 1px solid #ccc;
			padding-bottom: 10px;
		}
		.category-slider .owl-item:hover .item .catname {
			border-bottom-color: #00ae7c;
			border-bottom-width: 3px;
		}
		.category-slider .owl-item .catdesc {
			color: #777;
			font-size: 0.9em;
		}


		/*	Filter boxes
		-------------------------------------------------- */

		ul.box-filter, ul.box-filter ul {
			list-style: none;
			margin: 0 0 0 10px;
			padding: 0;
		}
		ul.box-filter span.filter-group {
			font-weight: bold;
			border-bottom: 1px solid #EEEEEE;	
			display: block;
			padding-bottom: 5px;
			margin-bottom: 8px;
		}
		ul.box-filter > li ul {
			padding-bottom: 10px;
		}
		ul.box-filter input[type="checkbox"]:checked + label {
			font-weight: bold;
		}
		.button-filter { text-align: center; }

		ul.box-filter label {
			display: inline-block;
			padding: 1px 3px;
		}
		ul.box-filter input[type="checkbox"] { margin-top: 0; }

	/*	Category info
	-------------------------------------------------- */

		.category-details .page-header {
			border:0;
			margin: 0;
			text-align: left;
		}
		.category-details .page-header h1 {
			margin: 0;
		}
		.category-fullwidth .page-header { display: block !important; }
		.category-fullwidth .category-details .page-header { display: none !important; }
		.category-fullwidth .category-details > .image,
		.category-fullwidth .category-details > .catinfo {
			width: 100%;
			padding: 0;
		}
		.category-details .image { text-align: center; }
		.category-details .image .img-responsive { display: inline-block; }
		.category-details .catdesc {
			padding-top: 10px;
		}
			.category-list { 
				overflow: hidden; 
				list-style: none;
				padding: 0 0 20px;
			}
				.category-list li {
					float: left;
					margin-right:2px;
					text-align:center;
				}
			.subcat_thumb a span { display: block; }
			.subcat {
				float: left;
			}
			.subcat a,
			.subcat_thumb a {
				padding: 6px 8px;
				border-left: 1px solid #eee;
				font-weight: bold;
				display: inline-block;
				white-space: -o-pre-wrap;
				white-space: -moz-pre-wrap;
				word-wrap: break-word;
			}
			.subcat:first-child a,
			.subcat_thumb:first-child a {
				border-left-color: transparent;
			}
			.subcat a:hover,
			.subcat_thumb a:hover {
				color: #00ae7c;
			}


	/*	Search
	-------------------------------------------------- */

	.search-criteria { 
		background:#f9f9f9; 
		padding: 2em 2em 1em; 
		text-align:center; 
	}
		.search-criteria .contentset .inner span{ background:#f9f9f9; }
			
			.search-criteria .search-box, 
			.search-criteria select { 
				margin-bottom:10px; 
				background: #FFF;
				display: inline-block !important;
				max-width: 450px;
			}

			.search-criteria .search-box { margin-bottom: 10px; }

		.filter-category { margin-bottom:10px; }

	/*	Sitemap
	-------------------------------------------------- */

	.sitemap-info ul {
		list-style: none;
		border-bottom: 1px solid #eee;
		margin-bottom: 8px;
		padding: 8px;
	}
		.sitemap-info > .col-sm-6 > ul > li > a { 
			font-weight:bold; 
		}

	/*	Manufacturers
	-------------------------------------------------- */	

		.pagination.manufacturer { height:auto !important; }

		.pagination.manufacturer a {
			padding: 0 8px;
			margin-bottom: 2px;
		}
		#manufacturer-list ul { list-style: none; }

	/*	Empty page
	-------------------------------------------------- */

		.empty { 
			padding: 45px 0; 
			text-align: center; 
		} 
		.empty i.fa {
			color: #ccc;
			margin-bottom: 10px;
		}
			.empty .alert { display: inline-block;}
			.note-light	{ color: #ccc; }


/*	Products Category Views
-------------------------------------------------- */

	/* Quick View */

		#quickViewContent {
			background: #FFF;
			max-width: 840px;
			max-height: 660px;
			margin: 0 auto;
			position: relative;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#quickViewContent .product-page {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 590px;
			padding: 0 20px 20px;
			margin-top: 30px;
		}
		.mfp-close-btn-in .mfp-close {
			font-family: Helvetica, arial, sans-serif;
			font-weight: 200;
			font-size: 22px;
		}
		a.more-details {
			position: absolute;
	    top: 15px;
	    right: 40px;
	    border-right: 1px solid #ddd;
	    padding-right: 10px;
	    color: #777;
	    text-decoration: none;
		}
		
		#quickViewContent .page-header,
		#quickViewContent .page-header h1 {
			font-size: 1.3em;
		}

		.quickview {
			visibility: hidden;
			text-align: center;
			z-index: 999;
			width: 100%;
		}
		.cart a.btn-quickview {
			color: #00ae7c;
			border-color: #00ae7c;
			background: transparent;
		}
		.cart a.btn-quickview:hover{
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
			opacity: .75;
		}
		.slideup .quickview,
		.fadein .quickview,
		.static .quickview {
			position: absolute;
			top: 30%;
		}
		.overlay .quickview {
			position: absolute;
			bottom: 0;
			right: 0;
			text-align: right;
		}
		.overlay .quickview .btn {
			border-width: 1px 0 0 1px;
			font-size: 1em;
		}
		.overlay .quickview .btn span {display: none;}
		.product-list .quickview {
			position: relative;
			top: auto;
			bottom: auto;
			overflow: hidden;
			text-align: right;
			width: auto;
			visibility: visible !important;
			font-size: 1em;
			z-index: 9;
		}
		.product-list .quickview a.btn { font-size: 1em; }
		.product-list .quickview .btn span { display: none; }
		.product-list .overlay .quickview .btn { border-width: 1px; }
		.sidebar .quickview { display: none !important; }

		.quickview a.btn {
			text-transform: uppercase;
			font-size: 0.9em;
		}
		.quickview .btn span { margin-left: 6px; }

		#quickViewContent .page-header { margin-bottom: 0; }
		#quickViewContent .page-header h1 a { text-decoration: none; }
		#quickViewContent .product-page .rightcol .price { margin-top: 10px; }
		.quickview-box .page-header { margin: 0; }
		.quickview-box .page-header h1 { font-size: 2em; }

	/* Colorbox */

		#cboxContent {
			border: 6px solid #f2f2f2;
			webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			box-shadow: 0 1px 5px rgba(0,0,0,.5);
		}
		.quickview-box #cboxLoadedContent {
			margin: 0 !important;
			padding: 10px 20px;
			width: auto !important;
		}
		#cboxTopCenter,
		#cboxTopLeft,
		#cboxTopRight,
		#cboxMiddleLeft,
		#cboxMiddleRight,
		#cboxBottomLeft,
		#cboxBottomCenter,
		#cboxBottomRight {
			display: none !important;
		}
		#cboxPrevious, #cboxNext, 
		#cboxClose, #cboxSlideshow { bottom: 10px !important; }
		#cboxClose {
			top: 10px;
			right: 10px !important;
			bottom: auto;
		}


	/*	Products filter
	-------------------------------------------------- */

		.product-filter {
			border-bottom: 1px solid #ddd;
			padding:12px 8px;
			margin:10px 0 20px;
			font-size:11px;
			line-height: 24px;
		}

		/*	Buttons for Grid/List view */

			.product-filter .display .btn {
				padding: 6px 12px;
				margin: 0;
				background: transparent;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				border: 0;
				text-shadow: none;
			}
			.product-filter .display .btn.active,
			.product-filter .display .btn:hover,
			.product-filter .display .btn:focus {
				background: transparent; 
				box-shadow: none; 
				outline: none;
			}

			.product-filter .display .btn:first-child { border-right: 1px solid #ddd; }

			.product-filter .display .btn i {
				opacity: 0.45;
				-moz-opacity:0.45;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
				filter: alpha(opacity=45);
				font-size: 14px;
			}
			.product-filter .display .btn:hover i,
			.product-filter .display .btn.active i{
				opacity: 1;
				-moz-opacity:1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
			}
			.product-filter .display .btn:hover i {
				color:  #00AE7C;
			}

		/*	Filter options
		-------------------------------------------------- */

		.product-filter .list-options { float:right; }

			.product-filter .display .btn:hover i { color:  #333; }

			.product-filter .dropdown { display: inline-block; }

			.product-filter .open .dropdown-toggle {
				border-bottom-color: #fff !important;
				z-index: 1001;
				background: #fff !important;
				box-shadow: none;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				position: relative;
			}
				.product-filter .btn .caret {margin-left: 6px;}
				.product-filter .dropdown-menu {
					border-color: #8c8c8c;
					border-radius: 0;
					margin-top: -1px;
					padding: 0;
				}
				.product-filter .limit .dropdown-menu { max-width: 60px; }

			.product-filter .dropdown-menu a {
				font-size: 12px;
				padding: 6px 15px;
			}
				.product-filter .sort,
				.product-filter .limit {
					display: inline-block; 
					margin-left:6px;
				}
				.product-filter .sort i { margin-right: 5px; color: #333; }

		/*	Compare products
		-------------------------------------------------- */

			.product-compare a { border-left: 1px solid #ddd; }


	/*	Price styles
	-------------------------------------------------- */

		.product-page .product-top .price { 
			font-weight: bold;
			margin-bottom: 4px;
			font-size: 1.6em;
		}
		.price, .price-new { 
			font-weight: bold;
			color: #333; 
		}
		.price-new { 
			color: #ff383d; 
		}
			.price-old { 
				color: #999;
				text-decoration: line-through; 
				font-weight: normal; 
			}
			.product-page .discount ul {
				font-size: 13px;
				font-weight: normal;
				font-style: italic;
				list-style-type: square;
				padding: 10px 0 0 20px;
			}


	/*	List view
	-------------------------------------------------- */

		.product-listing { overflow: hidden; }

		.product-list > div {
			margin-bottom: 8px;
			position: relative;
			float: none;
			width: 100% !important;
			text-align: left;
		}
			.product-list > div {
				border-top: 1px solid #EEEEEE;
				padding-top: 8px;
			}
			.product-list:first-child > div {border: 0;}
		
		.product-list .image a { text-align: center; display: block;}
			
			.product-list .image img { max-width:100% !important; }

			.product-list .product-thumb .image {
				float: left;
				margin-right: 15px;
				max-width: 220px;
				position: relative;
			}
		
		.product-list .product-thumb.slideup .image { padding-bottom: 100%; }

		.product-layout.product-list .caption {
			text-align: left;
			overflow-y: hidden;
			height: auto !important;
		}
		.product-list .name { margin-bottom:5px; }
			.product-list .name a {	
				font-weight: bold; 
				text-decoration: none; 
			}
		.product-list .rating { 
			text-align: right;
			font-size: 6px;
			color: #DD4B39;
		}		
		.product-list .price { 
			font-weight: bold; 
			color: #333; 
		}
			.product-list .price-tax { 
				font-size: 11px; 
				font-family:sans-serif; 
				font-weight: normal; 
				color: #999; 
			}
			.product-list .cart { margin-bottom: 3px; }
		.compare a:hover, .wishlist a:hover, .remove a:hover {
			cursor: pointer;
			text-decoration:none;
		}
		.product-list .wishlist, .product-list .compare { text-align: right; }
		.product-list .grid-box .links { 
			border: 0;
			text-align: right;
			padding-right: 20px;
		}
		.product-layout .cart,
		.owl-carousel .owl-item .cart {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		.product-layout > div:hover .cart,
		.owl-carousel .owl-item:hover .cart {
			opacity: 1;
		}
	
	
	/*	Grid view
	-------------------------------------------------- */

		#content.col-sm-6 .cols-3 .grid-box,
		#content.col-sm-9 .cols-3 .grid-box {
			width: 33.3%;
		}
		#content.col-sm-12 .grid-box,
		#content.col-sm-9 .cols-4 .grid-box,
		.content-bottom .grid-box,
		.content-top .grid-box {
			width:24.9%;
		}
		#content.col-sm-12 .cols-4 .grid-box,
		.content-bottom .cols-4 .grid-box,
		.content-top .cols-4 .grid-box,
		.tabbed-products .grid-box {
			width:19.9%;
		}
		.grid-box {	
			text-align: center;
			float: left;
		}
			.onsale {
				min-height: 18px;
				min-width: 30px;
				padding: 0 12px 0 7px ;
				position: absolute;
				text-align: center;
				line-height: 18px;
				text-shadow: none;
				text-transform: uppercase;
				font-size: 12px;
				z-index: 99;
				top: 0;
				left: 0;
				background: #ff676b;
				color: #fff;
				border-bottom-right-radius: 20px;
			}
			.product-top .onsale {
				font-size: 1em;
				padding: 2px 16px 2px 8px;
			}
			.sidebar .onsale {
				font-size: 10px;
				top: 2px;
				left: 0;
				margin: 0;
			}
			.grid-box .inner {
				padding: 10px 16px;
				text-align:center;
				position: relative;
			}
			.product-grid .caption,
			.product-layout .caption {
				min-height: 180px;
			}
			.product-grid .caption .description { display: none; }
			.product-grid .cart,
			.owl-carousel  .cart {
				margin: 6px 0;
			}
			.product-thumb {position: relative;} 
			.product-thumb .image {text-align: center; position: relative;}

			.grid-box .image img,
			.product-thumb .image img { 
				max-width:100%;
			}
			.grid-box .image,
			.owl-carousel  .image,
			.product-thumb .image {
				position: relative;
				display: block;
				overflow: hidden;
			}

			/* FADE */
			.fadein .image img {
				max-width: 101% !important;
				width: auto !important;
				height: auto !important;
				display: block;
			}
			.fadein .image .front-image,
			.fadein .image .back-image {
				display: block;
				width: auto;
				height: auto; }

			.fadein .image .front-image img {
				min-width: 100%;
				max-width: 101% !important;
				width: auto !important;
				height: auto !important;
				display: block; }

			.fadein .image .back-image img {
				min-width: 100%;
				max-width: 101% !important;
				opacity: 0;
				-webkit-transition: all 200ms ease-out;
				-moz-transition: all 200ms ease-out;
				transition: all 200ms ease-out;
				position: absolute;
				top: 0;
				width: auto !important;
				height: auto !important;
				display: block;
				backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility: hidden;
				-ms-backface-visibility: hidden; }

			.product-thumb:hover .back-image img,
			.owl-carousel .item:hover .image .back-image img{
				opacity: 1; 
			}

			/* Category Products Animation */

			#header,.ovrlay, .product-list .image img, .product-layout .cart {
				-moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			}

			/* OVERLAY */
			.product-grid .overlay,
			.product-list:first-child > div.overlay,
			.product-list .overlay,
			.box .product-layout .overlay,
			.owl-carousel .item .overlay {
				border: 1px solid transparent;
				position: relative;
				padding: 20px;
			}
			.product-grid .overlay { margin-bottom: 20px; }
			.product-list:hover .overlay,
			.product-list:first-child:hover > div.overlay,
			.product-grid:hover .overlay,
			.box .product-layout > div:hover .overlay,
			.owl-carousel .owl-item:hover .item .overlay {
				border-color: #777;
			}
			.product-grid .overlay img,
			.box .product-layout .overlay img,
			.owl-carousel .item .overlay img {
				width: 100%;
				height: auto;
			}
			.product-grid .overlay .ovrlay,
			.box .product-layout .overlay .ovrlay,
			.owl-carousel .owl-item .overlay .ovrlay {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 20;
				background: rgba(255, 255, 255, 0.9);
				overflow: hidden;
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
				opacity: 0;
			}
			.product-grid:hover .overlay .ovrlay,
			.box .product-layout:hover .overlay .ovrlay,
			.owl-carousel .item:hover .overlay .ovrlay {
				opacity: 1;
			}
			.product-grid .overlay .caption,
			.box .product-layout .overlay .caption,
			.owl-carousel .owl-item .overlay .caption {
				position: absolute;
				text-align: center;
				top: 50%;
				left: 0;
				width: 100%;
				padding: 0 20px;
				z-index: 30;
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
				opacity: 0;
				-moz-perspective: 1000;
				-webkit-perspective: 1000;
				perspective: 1000;	
			}
			.product-grid:hover .overlay .caption,
			.box .product-layout .overlay:hover .caption,
			.owl-carousel .owl-item:hover .overlay .caption {
				opacity: 1;
			}

			/* SLIDE UP */

			.product-grid .slideup .image,
			.box .product-layout .slideup .image,
			.product-slider .slideup .image {
				position:relative;
				width:100%;
				overflow:hidden;
				padding-bottom: 100%;
			}
			.product-grid .slideup .image .thumb,
			.product-list .slideup .image .thumb,
			.box .product-layout .slideup .image .thumb,
			.product-slider .slideup .image .thumb {
				display: block;
				float: left;
				position: absolute;
				-webkit-transform: translate3d(0,0,0);
				-moz-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				-o-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
				-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: .0s;
				-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;

				width: 100%;
				height: 200%;
				display: block;
				margin-bottom: 0;
			}
			.product-grid:hover .slideup .image .thumb,
			.product-list:hover .slideup .image .thumb,
			.box .product-layout > div:hover .slideup .image .thumb,
			.product-slider .owl-item:hover .slideup .image .thumb {
				-webkit-transform: translate3d(0,-50%,0);
				-moz-transform: translate3d(0,-50%,0);
				-ms-transform: translate3d(0,-50%,0);
				-o-transform: translate3d(0,-50%,0);
				transform: translate3d(0,-50%,0);
				-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: 0s;
				-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
			}
			.product-grid .slideup .image .front-image img,
			.product-grid .slideup .image .back-image img,
			.product-list .slideup .image .front-image img,
			.product-list .slideup .image .back-image img,
			.box .product-layout .slideup .image .front-image img,
			.box .product-layout .slideup .image .back-image img,
			.product-slider .slideup .image .front-image img,
			.product-slider .slideup .image .back-image img {
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
				opacity: 1;
				padding-bottom:0;
				margin: 0 auto;
				-webkit-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: 0ms;
				-moz-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
				-o-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
				transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
			}

			.links { margin-top: 10px; }

			.links .wishlist,
			.links .compare {
				border:0;
				background: transparent;
				outline: none;
			}
			.product-layout .rating,
			.product-grid .rating,
			.owl-carousel .item .rating { 
				font-size: 6px;
				color: #111;
				margin: 10px 0;
			}
			.product-grid .name,
			.box .product-layout .name,
			.owl-carousel .item .name {
				font-size: 1.1em;
				line-height: 1.4em;
				font-weight: bold;
				margin-top: 5px;
			}
			.product-grid .name a,
			.box .product-layout .name a,
			.owl-carousel .item .name a {
				text-decoration: none;
			}
			.product-grid .price,
			.box .product-layout .price,
			.owl-carousel .item .price {
				font-weight: normal;
			}
				.product-grid .price-tax,
				.content-bottom .product-thumb .price-tax { 
					display: none; 
				}
			.grid-box .name a { color: #000; }

	/* Transform in single column in sidebars */

		.sidebar .owl-carousel .owl-wrapper,
		.sidebar .owl-carousel .owl-item,
		.sidebar .product-layout {
			width: 100% !important;
		}
		.sidebar .product-layout .overlay {
			border: 0;
			padding: 0 0 20px;
		}
		.sidebar .owl-carousel .owl-item .image,
		.sidebar .product-layout .product-thumb .image {
			width: 35%;
			float: left;
			padding-right: 20px;
			z-index: 99;
		}
		.sidebar .product-layout .slideup .image,
		.sidebar .owl-carousel .owl-item .slideup .image {
			padding-bottom: 0%;
		}
		.sidebar .product-layout .slideup .image .thumb,
		.sidebar .owl-carousel .owl-item .slideup .image .thumb {
			position: relative;
		}
		.sidebar .product-layout:hover .slideup .image .thumb,
		.sidebar .owl-carousel .owl-item:hover .slideup .image .thumb {
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			-o-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		.sidebar .product-layout .back-image,
		.sidebar .product-layout .links,
		.sidebar .product-layout .cart,
		.sidebar .product-layout .ovrlay,
		.sidebar .owl-carousel .item .back-image,
		.sidebar .owl-carousel .item .cart,
		.sidebar .owl-carousel .item .links,
		.sidebar .owl-controls {
			display: none !important;
		}
		.sidebar .owl-carousel .owl-item .caption,
		.sidebar .product-layout .caption {
			min-height: auto;
			text-align: left;
		}
		.sidebar .product-layout .overlay .caption {
			opacity: 1;
			position: relative;
			text-align: left;
			top: auto;
			left: auto;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		.sidebar .contentset h4 { font-size: 1.2em; }


/*	Single Product page
-------------------------------------------------- */

	.prevnext {float: right;}
	.prevnext .pager { text-align: right; margin: 0; }

	.prevnext  .pager li>a {
		padding: 0;
		width: 30px;
		height: 30px;
		line-height: 24px;
		font-size: 20px;
		text-align: center;
		color: #ccc;
		border-color: #ccc;
	}
	.prevnext  .pager li>a:hover {
		border-color: #666;
		color: #666;
		background: #fff;
	}

	/* Icons
	----------------------------------------*/

		a .fa-times-circle { color: #999; }
		a:hover .fa-times-circle {
			color: #ff4a4a;
			text-decoration: none;
		}
		.btn .fa.fa-heart,
		.btn .fa.fa-heart-o {
			color: #00ae7c;
		}

	/*	Images
	-------------------------------------------------- */

		.product-page .product-top .image { 
			margin-bottom: 10px;
			text-align: center; 
			position: relative;
		}
		.product-page .image .owl-carousel .owl-buttons > div:hover i {
			color: #00ae7c;
		}
		.product-page .image #wrap { z-index: 9 !important; } /* fix to keep dropdown menu on the front */

		.product-page .image a:focus { outline: none !important; }
			
			.product-page .image img { max-width:100%; height: auto; }

		.image .expand {
			float: right;
			position: absolute;
			top: 20px;
			right: 20px;
			font-size: 28px;
			font-weight: 200;
			z-index: 99;
			border: 1px solid #ddd;
			background: rgba(255,255,255,0.5);
			height: 38px;
			width: 38px;
			line-height: 35px;
			text-align: center;
			display: block;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
		.image .expand:hover {
			border-color: #00AE7C;
			color: #00AE7C;
		}
		.image-additional .owl-item {cursor: pointer; text-align: center;}

		.image-additional .owl-controls .owl-buttons .owl-prev,
		.image-additional .owl-controls .owl-buttons .owl-next {
			top: 35%;
		}

		.product-page .image-additional .item {
	    padding: 10px;
	    position: relative;
	    display: inline-block;
	    cursor: pointer;
		}

		.product-page .image-additional .synced .item.no-zoom:after,
		.product-page .image-additional .synced .item a:after {
			content: '';
			background: rgba(0,0,0,0.05);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			position: absolute;
			-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail { width: 1px; background-color: transparent !important; }
		.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px !important; }
		.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
		.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
			background: rgba(0,0,0,.15) !important;
		}


		/*Additional images to the left on desktop*/

		@media (min-width: 992px) {
			.product-page.additional-left .left_col .image {
				float: right;
				width: 80%;
			}
			.product-page.additional-left .left_col .image-additional {
				float: left;
				width: 20%;
				position: absolute;
				max-height:500px;
			}
			.product-page.additional-left .left_col .image-additional .owl-wrapper {
				width:auto !important;
				left: 0 !important;
				transform: translate3d(0px,0px,0px) !important;
			}
			 .product-page.additional-left .left_col .image-additional.owl-carousel .owl-item {
				float: none;
				margin-bottom: 10px;
				width: 100% !important;
			}
			.product-page.additional-left .left_col .image-additional.owl-carousel .owl-controls {
				display: none !important;
			} 
			.product-page.additional-left .left_col .image-additional a {
				float: none;
				display: inline-block;
			}
		}


	/*	Description
	-------------------------------------------------- */

		.product-page .description {
			margin-bottom: 10px;
			line-height: 20px;
		}

	/*	Price
	-------------------------------------------------- */

		.product-page .rightcol .price {
			font-size: 16px;
			font-weight: bold;
			color: #333;
		}
			.product-page .product-top .rightcol .price-normal, 
			.product-page .product-top .rightcol .price-new { font-size:22px; }

			.price-tax { 
				display: block;
				font-size: 12px; 
				color: #999;
				font-weight: normal;
			}

			.product-page .price-extras { 
				text-align: left; color: #555; 
				font-weight: normal; 
				margin-bottom: 10px;
			}

				.product-page .discount { 
					padding: 0;
					margin: 0;
					font-size: 13px;
				}
				.product-page .rightcol .discount li {
			    list-style-type: none;
			    display: inline-block;
				}
				.product-page .rightcol .discount li + li:before {
					content: '/';
					margin: 0 8px;
				}

					.product-page .points,
					.product-page .reward,
					.product-page .discount { 
						font-size: 13px; 
					}
					.product-page .points span,
					.product-page .reward span,
					.product-page .discount span {
						font-weight: bold;
					}
					.product-page .price i { margin-right: 5px; }

	/*	Options
	-------------------------------------------------- */

		.product-page .options {
			border-top: 1px solid #E7E7E7;
			padding: 10px 5px 0px 5px;
			margin-bottom: 10px;
			color: #000000;
		}
			.product-page .option-image input { 
				float: none; 
				display: inline; 
				margin-right: 6px; 
			}

	/*	Cart
	-------------------------------------------------- */

		.product-page .cart { padding: 10px 0; }

			.product-page .more-actions { margin:8px 0; }
			.product-page .more-actions span { display: inline-block; margin-right: 6px; 	}
			.product-page .minimum { 
				color: #BBB; 
				font-family: sans-serif; 
				padding-top:8px; 
				display: block;
			}
			.qty-minus, .qty-plus {
				text-align: center;
				cursor: pointer;
				font-size: 1.5em;
				font-weight: 200;
				display: inline;
				padding: 8px 4px;
				color: #999;
			}
			.qty-minus:hover, .qty-plus:hover {
				color: #282828;
			}
			.qty-input-div {
				display: inline-block;
			}
			.input-qty {
				margin-bottom: 10px;
				text-align: center;
				white-space: nowrap;
			}
			.qty-input-div input[type="text"] { 
				margin: 0;
				width: 45px;
				height: 45px;
				padding: 5px 8px;
				display: inline-block;
				text-align: center;
			}
			.product-page .qty-input-div input[type="text"] { 
				font-size:16px; 
				margin: 0;
				width: 45px;
				height: 45px;
				display: inline-block;
				text-align: center;
				border-radius: 0;
			}

	/*	Review buttons
	-------------------------------------------------- */

		.product-page .review span {
			font-size: 8px;
			color: #111;
		}
		.product-page .stock-review .review {
			float: right;
		}
		.product-page .stock-review .review span {
			color: #111;
			font-size: 6px;
		}
		.product-page .review a{ color: #999; }
		.product-page .review .btn { margin-left: 6px; }

	/* Wishlist/Comparison */

		.product-page .links {
			clear: both;
			overflow: hidden;
			margin-top: 0;
			padding-bottom: 10px;
		}
		.product-page .links .btn { color: #666; }
		.product-page .links.both .btn {
			width: 48%;
			float: left;
		}
		.product-page .links.both .btn span { display: none; }
		.product-page .links.both .btn + .btn { margin: 0 0 0 4%; }
		.product-page .links .btn-wishlist i.fa { color: #00ae7c; }


	/*	Review details
	-------------------------------------------------- */
		#review { margin: 30px 0; text-align: justify; }
		#review .row {
			margin-bottom:20px;
			padding-top: 20px;
		}
		#review .row + .row { border-top: 1px solid #eee; }
		#review .author { font-size: 1.1em; color: #333; }
		#comment_form { margin-bottom: 20px; }
			#add-review {
				border-bottom:1px solid #ddd;
				overflow: hidden;
				margin: 10px 0;
			}
			.layout-accordion #form-review {padding: 1em;}
				.review-date { 
					font-size:0.9em;
					color: #999; 
				}
				#form-review fieldset {
					clear: both;
					border: 1px solid #ccc;
				}
				.layout-accordion #form-review fieldset { margin: 0 15px; }
				#form-review legend {
					margin: 0 0 0 10px;
					padding: 0 10px;
					width: auto;
					border: 0;
				}

				.form-rating .form-rating-container{ float:left }
				.form-rating .form-rating-container label,
				.form-rating .form-rating-container:hover label{ float:right; margin-bottom:0; padding:3px 5px 0 0; cursor:pointer; }
				.form-rating .form-rating-container label i,
				.form-rating .form-rating-container:hover label i{ -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; font-size:18px; }
				.form-rating .form-rating-container label i.fa-star-o,
				.form-rating .form-rating-container:hover label i.fa-star-o{ color:#282828; }
				.form-rating .form-rating-container label i.fa-star,
				.form-rating .form-rating-container:hover label i.fa-star{ color:transparent; }
				.form-rating .form-rating-container input{ display:none }
				.form-rating .form-rating-container:hover label:hover i.fa-star-o,
				.form-rating .form-rating-container:hover label:hover~label i.fa-star-o{ color:#282828 }
				.form-rating .form-rating-container:hover label:hover i.fa-star,
				.form-rating .form-rating-container:hover label:hover~label i.fa-star{ color:#282828 }
				.form-rating input:checked~label i.fa-star-o{ color:#282828 }
				.form-rating input:checked~label i.fa-star{ color:#282828 }

				.layout-accordion #review .col-sm-3,
				.layout-accordion #review .col-sm-9 {
					width: 100%;
					float: none;
					clear: both;
				}
				.layout-accordion #review .col-sm-3 { margin-bottom: 10px; }

				#review .fa-stack-2x { font-size: 1.8em; }


	/*	Share buttons
	-------------------------------------------------- */

		.product-page .share {
			line-height: normal;
			margin: 14px 0;
		}
		.product-page .share ul { padding: 0;  }
			.product-page .share ul li {
				display: inline-block;
				margin: 0 3px 3px 0;
			}
			.product-page .share a {
				line-height: 16px;
				font-size: 16px;
				display: inline-block;
				padding: 5px;
				text-decoration: none;
				color: #777;
			}
			.product-page .share a:hover { color: #000; }


	/*	Tags
	-------------------------------------------------- */

			.tags a { padding-left: 2px; }

	/*	Tabs
	-------------------------------------------------- */

		.nav-tabs {margin: 20px 0;}
		.nav-tabs > li {display: inline; float: none;}
		
		.nav-tabs > li > a,
		.nav-tabs > .active > a {
			border-width: 0 0 3px !important;
			border-bottom: 3px solid #ddd;
			margin: 0;
			display: inline-block;
		}
		.nav-tabs > li > a i,
		.nav-tabs > .active > a i {
			margin-right: 4px;
			opacity: 0.5;
			display: none;
		}
		.nav-tabs > li > a:hover i,
		.nav-tabs > .active > a:hover i {
			opacity: 1;
		}
		.nav-tabs > li > a:hover {
			background-color: transparent;
		}
		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:hover,
		.nav-tabs > li.active > a:focus {
			border-bottom-color: #00ae7c;
			background: transparent;
		}

	/*	Full description
	-------------------------------------------------- */

		.rightcol #full-info {padding-top: 10px;}

		.tab-pane > .contentset { display: none; }

		/* Tabs */

		.nav-tabs {
			text-align: center;
			list-style: none;
			border:0;
		}

		.nav-tabs>li {
		  font-size: 1.2em;
		}

		/* Inline */


		@media (min-width: 768px) {
			.layout-inline .nav-tabs { display: none; }
			.layout-inline .contentset { padding-left: 0; display: block; }
			.layout-inline .contentset .inner { font-weight: normal; }

			.layout-inline .tab-content>.tab-pane {
				display: block;
				visibility: visible;
				opacity: 1;
			}
		}

		/* Accordion */

		.panel-group .panel {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border-width: 1px 0 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.panel-default > .panel-heading {
			background-color: transparent;
			border-width: 1px 0 0;
		}
		.panel-title { font-size: 1.1em; }
		.panel-heading .accordion-toggle { display: block; }
		.panel-group .panel-heading+.panel-collapse .panel-body { border: 0; }
		.accordion-toggle:hover,
		.accordion-toggle.active {
			color: #333;
			text-decoration: none;
		}
		.accordion-toggle.active:hover { background: transparent; }

		.accordion-toggle .expand, .accordion-toggle .fa {
			display: block;
			float: right;
			cursor: pointer;
			width: 16px;
			height: 16px;
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
			font-family: 'FontAwesome';
			text-align: right;
		}
		.accordion-toggle .expand:before {
			content: "\f105";
		}
		.accordion-toggle:hover .expand {
			opacity: 1.0;
			-moz-opacity: 1.0;
			filter: alpha(opacity=100);
			color: #00ae7c;
		}
		.accordion-toggle.active .expand:before { content: "\f106";}
		.accordion .table td, .accordion .table th { border-top-style: dotted; }
		
		.attribute th { color: #111; }	
		.attribute thead td {
			text-align: center; 
			color: #999;
			padding-top: 15px;
		}
		.tab-pane {
			width: 100%;
			position: relative;
			padding-top: 10px;
		}
		.nav-tabs > li.active > a,
		.nav-tabs > .active > a:hover {
			color: #333;
		}


		/*Attributes*/
			
		.attribute thead td { background: none; }
		.attribute thead td { text-align: center; color: #999; padding-top: 15px; }
		.attribute thead td { background: none; }

		.tabbed-products .tab-content {
			padding: 0;
			margin: 0;
		}


/*	Product comparison
-------------------------------------------------- */
	
	.compare-info td { 
		border-top: 1px dotted #ddd;
		border-left: 1px solid #eee; 
		text-align: center; 
		position: relative;
	}
	.compare-info td.name a {
		font-weight: bold;
		font-size: 1.1em;
	}
	.compare-info td div { position: relative; }

	.compare-info td:first-child { border-left: 0; }

	.compare-info td.title {
		text-align:right;
		font-weight: bold;
	}
	.compare-info .description { font-size:11px; }
	.nav-container {
		padding: 8px;
		text-align: center;
	}
	.compare-info .rating { font-size: 9px; }


/*	Orders, Downloads, Returns, Wishlist, Address
-------------------------------------------------- */
	#wishlist {padding-top: 2em;}
	#wishlist .row + .row,
	#address-list .row + .row {
		border-top: 1px solid #eee;
		margin-top: 8px;
		padding-top: 8px;
	}
	.list-actions {
		text-align: right;
	}
	#wishlist .image,
	#wishlist .stock,
	#wishlist .price {
		text-align: center;
	}
	#wishlist .name h4 {
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 0 0.3em;
	}


/*	Shopping Cart
-------------------------------------------------- */

	.heading h1 span.weight {
		color: #666;
		font-size:16px;
		display:block;
		margin-top:8px;
	} 

	#cart-info { padding: 30px 0; }
	#cart-contents table {
		border-bottom: 2px solid #ccc;
		margin-top: 20px;
	}
		#cart-info th {
			color: #333;
			padding: 1.2em 0.5em;
		}
		#cart-info td { padding: 1.3em 0.5em; vertical-align: middle; }
		#cart-info .image {	text-align: center; }

		#cart-info .price,
		#cart-info .total {	text-align: right; }
		#cart .total td { padding: 2px 4px; }

		#cart-info .quantity { white-space: nowrap; text-align: center; }

		#cart-info .name a { color: #333; font-weight: bold; }

		small { color: #999; }

		#cart-info .refresh .btn { margin-bottom: 15px; }

		#cart-info .fa-refresh { color: #00AE7C; }


	/* Cart modules */

	
		.quote-shipping { padding: 20px;}
			.quote-shipping h4 { font-weight: normal; }

		#cart-module .panel-group .panel { background: transparent; }
		#cart-module .panel-group .panel:first-child {
			border: 0;
		}
		#cart-module h4 a {
			text-decoration: none;
			display: block;
		}
		#cart-module .control-label {
			display: block;
			width: auto;
			text-align: left;
			float: none;
			padding-bottom: 5px;
		}
		#cart-module .form-group { margin-bottom: 0; }
				#cart-module .input-group-btn {
			    display: block;
			    width: auto;
			    padding-top: 10px;
			    clear: both;
				}

				#cart-module .control-label,
				#cart-module .control-label + div {
					text-align: left;
					width: 100%;
					float: none;
					padding-bottom: 5px;
				}
				#cart-module .panel-body > .control-label { display: none; }
				#cart-module #button-quote {margin-top: 5px;}

		#cart-module h4 a .fa { float: right; }

		#cart-module .fa-caret-down:before {
	    content: "\f105";
		}


	/*	Cart Total
	-------------------------------------------------- */

		#total-cart { margin-bottom: 10px; } 
			#total-cart > .inner { 
				padding: 30px 20px; 
				border: 3px solid #ddd;
			}
			#total-cart .inner > h4 {
				border-bottom: 2px solid #ccc;
				padding-bottom: 12px;
				margin-bottom: 18px;
				font-weight: bold;
				color: #333;
			}
				#total-cart td { 
					padding: 6px; 
					text-align: right; 
					border-bottom: 1px solid #eee; 
				}
				#total-cart tr:first-child td {border:0;}
				#total-cart td.total.last { 
					font-size: 16px; 
					font-weight: bold; 
				}		
			#total-cart #continue-shopping { margin-top: 6px; font-weight: bold;}

/* Account
-------------------------------------------------- */

	.forgotten { float: right; }
	.contentset .fa { margin-right: 6px; }
	

/*	Checkout
-------------------------------------------------- */

	#checkout.mainborder {
		padding: 40px 30px;
		border: 4px solid #eee;
	}
	#checkout .panel-default {
		border-width: 1px 0 0 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#checkout .panel-default:first-child {border: 0;}
	#checkout .panel-title {
		font-size: 1.2em;
		color: #777;
	}
	#checkout .panel-title .accordion-toggle {
		text-transform: none;
	}
	#checkout .panel-title a.active {
		text-transform: none;
		text-align: center;
		padding: 1em 0.8em;
		font-size: 1.5em;
		font-weight: bold;
		color: #333;
	}
	#checkout .panel-title a.active .fa { display: none;}
	#checkout .panel-default .panel-body {
		padding-left: 5%;
		padding-right: 5%;
	}
	#checkout .step {
		color: #ccc;
		margin-right: 0.3em;
		font-weight: normal;
	}
	.checkout-confirm .quantity { text-align: center; }
	.checkout-confirm .price,
	.checkout-confirm .total { text-align: right; }
	.checkout-confirm tfoot tr:first-child td { border-top: 2px solid #ccc; }
	#checkout .buttons .pull-right { float: none !important; }
	.login-register { text-align: center; }
	.login-register .nav-tabs {
		border:0;
		display: inline-block;
		margin-bottom: 10px;
	}
	.login-register .tab-content h4 {
		margin-bottom:24px;
		color: #999;
	}
	.login-register .tab-content p { color: #999; }
	.login-register #login label {
		text-align: left;
		display: block;
	}



/*	Footer
-------------------------------------------------- */

	#footer {
		padding: 18px 0;
		border-top: 1px solid #ccc;
	}
	.icons-footer {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.icons-footer i.fa {
		float: left;
		margin-right: 20px;
		font-size: 2em;
		text-align: center;
	}
	.social-footer {
		border: 1px solid #ddd;
		border-width: 1px 0;
		padding: 10px 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.social-footer .footer_info { padding: 10px 0;  }
	.social-footer .social { padding: 10px 0; }
	#footer .social a { 
		font-size: 20px;
		display: inline-block;
		text-decoration: none;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		-webkit-border-radius: 99px;
		-moz-border-radius: 99px;
		border-radius: 99px;
	}
	.product-page .share a:hover,
	#footer .social a:hover {
		text-decoration: none;
		color: #000;
	}

		#footer .contentset {margin: 0 0 10px;border: 0; text-align: left;} 
		#footer .contentset .inner {margin: 0;}
		#footer .contentset span {padding:0; background: transparent;}

		#footer .contentset .inner,
		#footer h3,#footer h4,
		#footer h3 a,#footer h4 a,
		#footer .box-heading { 
			font-weight: bold;
			font-size:16px; 
			line-height: 1.5em;
			color: #333;
		}
		#footer h3, #footer h4 {margin-top: 0;}
		#footer ul {
			list-style:none;
			margin:0;
			padding: 0;
			line-height: 1.8em;
		}
		#footer li a { color: #777; }
		#footer li a:hover { color: #00AE7C;}
		#footer li a.btn-link { color: #333; }

		#footer .contact {
			font-size:0.86em; 
			line-height:14px;
		}
			#footer .contact img { 
				margin: 0 0 0 1px; 
				display: inline; 
				vertical-align:bottom; 
			}
			#footer .contact a, 
			#footer .contact a:hover { text-decoration:none; }

		#footend { 
			padding:18px 0; 
			text-align:center;
			font-size: 0.9em;
		}
		#copy, #copy p {
			font-size: 11px;
			line-height: 1.3em;
			color: #777;
		}

	/* Banner */

	.banner .item img.img-responsive {width: 100%;}

	.banner .item .shade,
	.banner .item .title {
		display: none;
	}
	.banner.shade .item .shade {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
		z-index: 20;
		background: rgba(0, 0, 0, 0.3);
		overflow: hidden;
	}
	.banner.shade .item .title {
		display: block;
		border: 1px solid #fff;
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.banner.shade .item .title h3 {
		text-align: center;
		color: #fff;
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		top: 45%;
		width: 100%;
		margin: 0;
		position: absolute;
	}


	/*	Revolution Slider
-------------------------------------------------- */

	.tp-bullets.simplebullets.round div.bullet {
		background: transparent; 
		width: 15px;
		height: 15px;
		background: rgba(0, 0, 0, 0.5);
		border: 2px solid rgba(255, 255, 255, 0.3);
		border-radius: 20px;
		box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
		margin: 0px 6px;
	}
	.tp-bullets.tp-thumbs {
		z-index: 50;
	}
	.tp-bullets.simplebullets.round div.bullet.selected {background: #00ae7c;}
	.tp-bannershadow.tp-shadow1,
	.tp-bannershadow.tp-shadow2,
	.tp-bannershadow.tp-shadow3 {display: none;}

	.tp-button, .tp-button:hover, .tp-button:focus {
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
		text-decoration: none;
		background: transparent;
		letter-spacing: 0 !important;
		
		border-radius: 0;
	}
	div.tp-caption.contrast_font,
	div.tp-caption.contrast_font_heading,
	div.tp-caption.contrast_font_heading2,
	div.tp-caption.contrast_font_sub_heading,
	div.tp-caption.main_font,
	div.tp-caption.main_font_heading,
	div.tp-caption.main_font_heading2,
	div.tp-caption.main_font_sub_heading {
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
		font-family: arial, sans-serif;
	}
	div.tparrows {
		background: transparent !important;
		border: 2px solid #00ae7c;
		border-radius: 30px;
		width: 51px;
		height: 51px;
	}
	div.tparrows:before {
		margin-top: 4px;
		width: 36px;
		color: #00ae7c;
	}
	div.tparrows:hover:before {
		color: #fff !important;
	}
	div.tparrows.default:hover {
		background: #00ae7c !important;
	}

	
/*	Owl Slider custom styles
	-------------------------------------------------- */

	/* Products carousel */

		div.owl-carousel {
			background: transparent;
			border: 0;
			margin-bottom: 0;
			overflow: visible;
		}
		div.owl-wrapper-outer {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			border:0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
			box-shadow: none;
		}
		div.owl-controls .owl-page span { background: rgba(0, 0, 0, 0.2); }
		div.owl-controls .owl-page.active span { background: #00ae7c; }

		div.owl-pagination {top: 0;}
		
		.owl-carousel .item .inner {
			padding: 10px 10px;
			text-align: center;
			position: relative;
			overflow: visible;
		}
		.owl-carousel .item .inner .onsale { z-index:9999; }
		.owl-carousel .item .cart {
			display: block;
			margin-top:4px;
		}
		.owl-carousel .item a:hover { text-decoration: none; }
		.owl-carousel .slides img {
			display: inline;
			width: auto;
			max-width: 100%;
		}
		.sidebar .owl-carousel .item .inner { border: 0; }

			div.owl-carousel .owl-buttons .owl-next,
			div.owl-carousel .owl-buttons .owl-prev {
				cursor: pointer;
				background: rgba(255,255,255,0.6);
				background: #fff;
		    -webkit-border-radius: 40px;
		    -moz-border-radius: 40px;
		    -o-border-radius: 40px;
		    border-radius: 40px;
		    border: 1px solid #ccc;
		    width: 30px;
		    height: 30px;
		    line-height: 24px;
		    font-size: 20px;
		    text-align: center;
			}
			div.owl-carousel .owl-buttons div i.fa {
				display: inline;
				vertical-align: middle;
			}
			div.owl-carousel .owl-buttons .owl-next:hover,
			div.owl-carousel .owl-buttons .owl-prev:hover {
				border-color: #00ae7c;
				color: #00ae7c;
				background: rgba(255,255,255,0.8);
			}

			.image div.owl-carousel .owl-buttons {
				position: inherit;
				top: auto;
				right: auto;
				width: auto;
				background: transparent;
			}
			.image div.owl-carousel .owl-buttons .owl-next, 
			.image div.owl-carousel .owl-buttons .owl-prev {
				position: absolute;
			}
			.image div.owl-carousel .owl-buttons .owl-prev { left: 10px; }
			.image div.owl-carousel .owl-buttons .owl-next { right: 10px; }

		/* Products Slider styles */
		.product-slider .contentset { margin-bottom: 15px; }
		.product-slider .owl-carousel .owl-buttons div {
			opacity: 1 !important;
			top: -40px;
			right: 0;
		}
		.tabbed-products .product-slider .owl-carousel .owl-buttons div {
			top: -54px !important;
		}
		.product-slider .owl-carousel .owl-buttons .owl-prev {
			left: auto !important;
			right: 30px;
		}
		.product-slider .owl-carousel .owl-buttons .owl-next {
			border-left: 1px solid #ddd;
		}
		.owl-carousel .owl-buttons div i {
			font-size: 18px !important;
		}
		.owl-carousel .owl-buttons div:hover{
			color: #DD4B39;
		}

	/* Banners Carousel */

		.banner-carousel {
			border-top: 1px solid #ddd;
			padding-top: 10px;
		}

	
	/*	Blog
	-------------------------------------------------- */
	.blog_grid_holder {
		margin-left:-15px;
		margin-right:-15px;
		padding-top:13px;
	}
	.blog_item {
		font-size:12px;
		padding:0px 15px;
		display:inline-block;
		vertical-align:top;
		margin-bottom:30px;
		width:100%; /* 1 column grid is default */
	}
	.blog_item .image {
		margin: 10px 0;
	}
	.column-2 .blog_item {
		width:48%; /* 2 columns */
	}
	.column-3 .blog_item {
		width:33%; /* 3 columns */
	}
	.column-4 .blog_item {
		width:24%; /* 3 columns */
	}
	.carousel-1 .blog_item {
		width:100% !important; /* carousel */
		margin-bottom:0px;
	}
	#column-left .blog_item, #column-right .blog_item {
		width:100%; /* carousel */
		margin-bottom:17px;
	}
	.blog_summary { display: table; }
	.blog_summary.single { display: block; }
	.blog_summary .left {
	    display: table-cell;
	    text-align: center;
	    padding-right: 17px;
	    vertical-align: top;
	    font-size: 12px;
	}
	h2.blog_title { 
		font-size: 1.4em;
		line-height: 1.4em;
		margin-top: 0; 
		font-weight: bold;
	}
	#content h2.blog_title { font-size: 2em; }
	#content .content-bottom h2.blog_title,
	#content .related h2.blog_title { font-size: 1.4em; }

	h2.blog_title a { text-decoration: none; }
	
	.blog_stats {
		font-size: 0.9em;
		font-weight: normal;
	}
	.blog-single .blog_stats { margin: 10px 0; }
	.blog_stats span {
		display:inline-block;
		margin-right:5px;
		margin-bottom:8px;
		line-height:12px;
	}
	.blog_stats span b { font-weight: normal; }
	.blog_stats span + span {
		padding-left:7px;
		border-left:1px solid #eeeeee;
	}
	
	.blog_post .share ul { padding: 0;  }
	.blog_post .share li {
    list-style: none;
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
    line-height: 30px;
	}

	.blog_post .tags { padding-top: 2em; border-top: 1px solid #ddd; }
	
	.date_added {
		text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px;
	}
	.blog_post .date_added {
		margin: 20px 10px 20px 0;
		float: left;
	}
	.date_added .day {
    font-size: 24px;
    color: #333;
	}
	.blog_summary .date_added .day {
	    display: block;
	    font-size: 20px;
	    line-height: 18px;
	}


		/*	Deals
		-------------------------------------------------- */

		.countdown_deals {
			border: 1px solid #00AE7C;
			padding: 1em 1.5em;
			margin: 1em 0;
			border-radius: 5px;
		}
		.countdown_deals .owl-controls { margin-top: 10px; }
		.countdown_deals .owl-carousel { margin: 0; }
		.countdown_deals .contentset {
			border-color: transparent;
			margin: 2em 0 1em;
		}

		.countdown_deals .caption { min-height: auto; }

		.countdown_deals .caption h4.name { height: auto !important; }

		.countdown_deals .description { margin-bottom: 10px; font-size: 0.9em; display: none; }

		.countdown_deals .owl-item .product-thumb {
			border-right: 1px solid #ddd;
		}
		.countdown_deals .owl-item:last-child .product-thumb { border: 0; }

		.countdown_deals .hide_cart .cart { display: none; }
		
		.countdown_sec_titles { display: table; width: 100%; }
		.countdown_sec_titles span { display: table-cell; text-align: center; font-size: 0.9em; }

		span.countdown-row {
		  display: block;
		  text-align: right;
		}
		span.countdown-section {
	    display: inline-block;
	    position: relative;
	    text-align: center;
	    -webkit-transition: all 0.4s ease-out;
	    -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
		}
		span.countdown-section:before{
	    content: ":";
	    float: left;
	    margin-left: -5px;
		}
		span.countdown-section:first-child:before{
		  display: none;
		}
		span.countdown-period {
		  font-size: 11px;
		  display: block;
		}

		/*Product page countdown*/

	.box-timer.is-countdown {
	    white-space: nowrap;
	    display: inline-block;
			font-size: 12px;
			font-weight: normal;
	    text-align: center;
	    color: #fde9e9;
	    background: #ff676b;
			border-bottom-right-radius: 20px;
	    padding: 0 14px 0 4px;
	    margin-top: 5px;
	}

	.product-page .box-timer.is-countdown:before {
	    content: "\f017";
	    font-family: "FontAwesome";
	    margin: 0 6px;
	    display: inline-block;
	    color: #fff;
	}
	span.countdown-row { display: inline-block; border: 0; }

	span.countdown-period { display: none; }
	span.countdown-row > span:first-child .countdown-period {
	    display: inline;
	    padding-left: 5px;
	    font-size: inherit;
	    text-transform: uppercase;
	}

	span.countdown-section {
	    display: inline-block;
	    width: auto;
	    background: transparent;
	    padding: 0 5px;
	    line-height: 19px;
	    position: relative;
	    text-align: center;
	    -webkit-transition: all 0.4s ease-out;
	    -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
	}
	span.countdown-section:before { display: none; margin-right: 5px; }
	span.countdown-section:nth-last-child(2):before,
	span.countdown-section:last-child:before {
	    display: inline-block;
	 }
	span.countdown-section:last-child {
	  color: #fff;
	  font-weight: bold;
	}

	 span.countdown-amount {
     display: inline;
     background: transparent;
     font-size: inherit;
	 }

	
	/* Rich Banners
	-------------------------------------------------- */

	.rich_banner {
		overflow:auto;
		text-align: center;
		margin: 1em -10px 1em 0;
	}
	.rich_banner .banner { padding: 0 10px 0 0; margin-bottom: 0.6em; }
	.rich_banner .img-responsive {width: 100%;}
	.rich_banner .banner_inner {
		border-left: 1px solid #eee;
		display: block;
		text-decoration: none;
	}
	.rich_banner .image.banner_inner { border-radius: 0; }
	.rich_banner .banner:first-child .banner_inner { border: 0 !important; }
	.rich_banner .info_wrapper {			
		display: block;
		text-align: center;
		bottom: 8px;
		right: 8px;
		left: 8px;
		top: 8px;
		padding: 10px 20px;
		transition: bottom 400ms;
	}
	.rich_banner .image .info_wrapper {
		position: absolute;
		text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	}
	.rich_banner .info_wrapper h4 {
		font-size:18px;
		line-height:26px;
		margin-bottom: 0;
	}
	.rich_banner .info_wrapper a { text-decoration: underline; }
	.banner_inner {
		-webkit-backface-visibility:hidden;
		overflow:hidden;
		position: relative;
	}
	.zoom_image { transition:all 400ms; }
	
	
	/*	Testimonials
	-------------------------------------------------- */
	
	.box.testimonials {
		padding: 15px;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 10px;
	}
	.box.testimonials .contentset {display: none;}
	.testimonials.carousel {margin-bottom: 0;}
	.item.testimonial {
		text-align:left;
		padding:5px 15px;
		margin-bottom:30px;
	}
	.testimonial_list {
		text-align: center;
		padding:20px 10%;
		margin-top: 20px;
		background: #f6f6f6;
	}
	.carousel .item.testimonial {
		margin-bottom:0px;
		padding:0 5% !important;
		text-align: center;
		width: 100% !important;
	}
	.item.testimonial:before {
		display:none;
	}
	.item.testimonial .heading, .testimonial_list .heading {
		font-size:1.4em;
		line-height:28px;
		margin-bottom:5px;
		color: #111;
	}
	.item.testimonial .review, .testimonial_list .review {
		margin-bottom:10px;
		line-height:21px;
		font-size: 1em;
		display:block;
	}
	.carousel .testimonial .review:before {
		font-family: 'FontAwesome';
		font-size: 2em;
		margin: 0 5% 0 5%;
		color: rgba(0,0,0,0.25);
		content:"\f10d";
		float: left;
	}
	.item.testimonial .city, .testimonial_list .city {
		color:#999;
	}
	.item.testimonial .rating, .testimonial_list .rating {
		display:inline-block;
		margin: 0 0 10px;
		position: relative;
		top: auto;
		right: auto;
		display: block;
		font-size: 1em;
		color: #111;
	}
	.testimonial_author {
		display: inline-block;
		border-top: 1px solid #ddd;
		padding: 6px 20px 0;
		margin-top: 10px;
	}
	.testimonials_links {
		padding:0 15px;
		margin-bottom: 10px;
		text-align:right;
		width:100%;
	}
	.testimonials_links a {
		margin-left:5px;
		font-size:13px;
	}
	.testimonials_links .writetest {
		border-left: 1px solid #ddd;
		padding-left: 10px;
		font-weight: bold;
	}
	.testimonials_links a:hover {
		color:  #00AE7C;
	}
	.footer_modules .testimonials .contentset,
	.footer_modules .testimonials .testimonials_links {
		display: none;
	}

	/*	Newsletter Signup
	-------------------------------------------------- */

	.box.newsletter {
		background: #f6f6f6;
		padding: 2em;
	}


	/*	Cloud zoom
	-------------------------------------------------- */

		/* This is the moving lens square underneath the mouse pointer. */
		.cloud-zoom-lens {counter-reset: 
			border: 4px solid #888;
			margin:-4px;	/* Set this to minus the border thickness. */
			background-color:#fff;	
			cursor:move;		
		}
		/* This is for the title text. */
		.cloud-zoom-title {
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			position:absolute !important;
			background-color:#000;
			color:#fff;
			padding:3px;
			width:100%;
			text-align:center;	
			font-weight:bold;
			font-size:10px;
			top:0px;
		}
		/* This is the zoom window. */
		.cloud-zoom-big {
			border:4px solid #ccc;
			overflow:hidden;
		}
		/* This is the loading message. */
		.cloud-zoom-loading {
			color:white;	
			background:#222;
			padding:3px;
			border:1px solid #000;
		}
		.mousetrap {max-height: 100%; max-width: 100%;}


		#toTop {
			display:none;
			text-decoration:none;
			position:fixed;
			bottom:10px;
			right:10px;
			overflow:hidden;
			width:51px;
			height:51px;
			border:2px solid #00ae7c;
			background:#fff; 
			color: #00ae7c;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			z-index: 10000;
		}
		#toTop:before {
			font-family: 'FontAwesome';
			content: '\f106';
			color: #00ae7c;
			font-size: 36px;
			line-height: 44px;
			padding: 12px;
		}
		#toTop:hover { background:#00ae7c; }
		#toTop:hover:before {color: #fff; }
			#toTopHover { display: none !important;}

			#toTop:active, #toTop:focus { outline:none; }



/* Layouts
-------------------------------------------------- */



	/* Dark Header */

		#header.hdr-dark,
		#header.hdr-dark.navbar-fixed-top,
		.page-home #header.hdr-dark.slide-behind:hover,
		.home #header.hdr-dark.slide-behind:hover,
		#header.hdr-dark.navbar-fixed-top,
		#header.hdr-dark.navbar-fixed-top.slide-behind { 
			background-color: #191919;
			border-color: #191919;
		}
		#header.hdr-dark .header_inner {
			border:0;
		}
		#header.hdr-dark .rightbox .btn-link,
		#header.hdr-dark .leftbox .btn-header,
		#header.hdr-dark.slide-behind.background-light:hover .search-trigger a,
		#header.hdr-dark.slide-behind.background-light:hover .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.background-light:hover .rightbox .btn-link,
		#header.hdr-dark.slide-behind.background-light:hover .leftbox .btn,
		#header.hdr-dark.slide-behind.background-dark:hover .search-trigger a,
		#header.hdr-dark.slide-behind.background-dark:hover .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.background-dark:hover .rightbox .btn-link,
		#header.hdr-dark.slide-behind.background-dark:hover .leftbox .btn,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .search-trigger a,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .rightbox .btn-link,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .search-trigger a,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-link {
			color: #fff;
			text-shadow: none;
		}
		#header.hdr-dark .navbar .nav > li > a,
		#header.hdr-dark .navbar .nav > li:hover > a,
		#header.hdr-dark .navbar .nav > li > a:hover
		#header.hdr-dark .dropdown-menu a:hover {
			color: #fff;
		}
		@media (min-width: 1200px) {
			#header.leftlogo.hdr-dark .rightbox .hdr-buttons {
				border-color: rgba(255,255,255,0.2);
			}
		}

	/* Dark Footer */

		#footer.ftr-dark, #footend.ftr-dark,
		#footer.ftr-dark .contentset span,
		#footer.ftr-dark .box.newsletter {
			color: #b6b6b6;
			background: #333;
		}
		#footer.ftr-dark h3,
		#footer.ftr-dark .box .box-heading,
		#footer.ftr-dark .social a:hover,
		#footer.ftr-dark.contentset span,
		#footer.ftr-dark a.btn-link,
		#footer.ftr-dark .item.testimonial .rating,
		#footer.ftr-dark a,
		#footend.ftr-dark a {
			color: #fff;
		}
		#footer.ftr-dark .social a {
			color: rgba(255,255,255,0.4);
		}
		.ftr-dark .social-footer,
		.ftr-dark .box.testimonials,
		.ftr-dark .testimonial_author,
		.ftr-dark .contentset,
		.ftr-dark .box-category > ul > li,
		.ftr-dark .box-category > ul > li ul li a,
		.ftr-dark .blog_summary .date_added,
		.ftr-dark .blog_stats span + span {
			border-color: rgba(255,255,255,0.1);
		}
		@media only screen and (max-width: 979px) {

			.responsive #footer.ftr-dark  h3.header { color: #fff; }
			
		}

		@media only screen and (max-width: 767px) {

			.responsive #footer.ftr-dark h3.header { border-color: #555 #555 #555; }
			.responsive #footer.ftr-dark h3.header:hover {
				background-color: #222;
				background: rgba(0,0,0,0.1);
			}
			.responsive #footer.ftr-dark h3.header.active{ background: rgba(0,0,0,0.1); }

			.responsive #footer.ftr-dark ul li a:hover, 
			.responsive #footer.ftr-dark ul li a:active {
				background: rgba(0,0,0,0.2);
			}
		}

@media print {
	body {width:1200px;}
	div[class|=col-]{float:left;}
	.col-sm-6{width:50%}
}