@charset "utf-8";
/* CSS Document */

body {
	background-color: #f4f5f5;
}

input[type=text], input[type=email], input[type=password] {
	padding-left: 5px;
	padding-right: 5px;
}

.with-format {}

.with-format ul, .with-format ol {
	margin-left: 20px;
}
body .main-top-line {
    color: #FFF;
    background: #333;
}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font: normal 40px/40px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	text-transform: uppercase;
}
h1 span {
	font-weight: normal;
}
h2, .section-title h3, h3.likeh2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font: normal 30px/40px Arial, Helvetica, sans-serif;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
}
h2 span, .section-title h3 span, h3.likeh2 span {
	font-weight: normal;
}
h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
}
h1 + h2 {
	margin-top: 0;
}
h1 + h2.lead {
	position: relative;
	top: -10px;
	margin-bottom: 0;
}
.lead {
	margin-top: 0;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.lead a {
	margin-left: 20px;
}
.lead a:hover {
	color: #333;
}
.img-responsive {
	width: 100%;
}
.alert {
	display: block;
	padding: 10px;
	border-radius: 0;
	background-color: #FFE9B8;
	border: 1px solid #EFB638;
}
.alert button.close {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	min-height: 0;
	line-height: 19px;
	font-size: 30px;
	background: none;
	opacity: 1;
	color: #EFB638;
}
.alert-error {
	background-color: #FFE9B8;
	border: 1px solid #EFB638;
}
.alert-success {
	background-color: #DAFFB8;
	border-color: #5EB027;
}
.alert-success button.close {
	color: #5EB027;
}
.home-gallery .section-title,
.section-title.highlighted {
	padding: 10px;
	background-color: #ffb400;
}
.home-gallery .section-title,
.section-title.top-spaced {
	margin-top: 40px;
}
.section-title.bottom-spaced {
	margin-bottom: 20px;
}
.section-title.highlighted h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.section-title.highlighted h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 40px;
}
.home-gallery .section-title h3,
.section-title.highlighted h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 40px;
}
.section-title h2.margin-left, .section-title h3.margin-left {
	margin-left: 100px;
}
.section-title .see-all {
	margin-left: 10px;
	font: italic 18px/40px Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-transform: none;
	display: inline-block;
}
.section-title.highligthed .see-all {
	line-height: 18px;
	color: #2f353b;
}
.home-gallery .tab-content
{
    margin: 20px -10px 0;
}
.home-gallery .see-all
{
    background: transparent;
}
.home-gallery .see-all-bottom
{
    display: none;
}
.button-close {
	margin-bottom: 5px;
}
hr {
	margin: 0;
	padding-bottom: 39px;
	border-top: 1px dashed #CCC;
}

.breadcrumb{
	text-transform:uppercase;
	padding:10px;
	border:1px solid #e8e8e8;
	background:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.breadcrumb li{
	color:#878a8c;
	font-size:13px;
}
.breadcrumb > li + li:before{
	content:"\00BB";
	color:#878a8c;
}
.breadcrumb li a{
	color:#252a2f;
}

.order-list select {
	margin-bottom: 0;
	width: 250px;
	height: 40px;
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #999;
	float: left;
}
.order-list .pagination {
	margin: 0 0 20px;
	border-radius: 0;
	float: right;
}
.pagination-bottom {
	clear: both;
}
.pagination-bottom .order-list .pagination {
	margin-top: 20px;
}
.pagination > li > a,
.pagination > li > span {
	padding: 0;
	width: 40px;
	margin-left: -1px;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #E5E5E5;
	color: #999;
	text-align: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.small-gallery {
	margin-left: -20px;
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none;
	overflow: auto;
}
.small-gallery > li {
	padding: 0 0 0 20px;
	margin-top: 20px;
}
.small-gallery li img:hover {
	opacity: 0.5
}
.tt-head {
	height: 50px;
	background: #252a2f;
	color: #fff;
	position: relative;
}
.tt-head p {
	margin-bottom: 0;
	margin-right: 255px;
	font: 300 15px/50px Arial, Helvetica, sans-serif;
	text-align: right;
}
.tt-head p strong {
	color: #cecece;
	font-weight: normal;
}
.header {
	color: #fff;
	background-color: #2f353b;
	padding-top: 35px;
	margin-bottom: 20px;
}
.call-free {
	margin-right: 10px;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	background: #252a2f;
	color: #FFF;
	float: left;
}
.call-free:hover {
	background: #0C0E10;
	color: #FFF;
	text-decoration: none;
}
.call-free i {
	font-size: 28px;
	line-height: 43px;
	margin-right: 10px;
}
.call-free span {
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
}
.icon-facebook-opener {
	float: left;
	display: inline-block;
}
.icon-facebook-opener a {
	margin-right: 10px;
	padding: 0 10px;
	height: 40px;
	background: #3B5998;
	font: 700 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.icon-facebook-opener a i {
	padding-right: 5px;
}
.icon-facebook-opener a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2D3D5E;
}
.fb-comment-box {
	margin-top: -200px;
	padding: 20px;
	width: 590px;
	height: 700px;
	background: #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	display: none;
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
}
.follow-us {
	line-height: 40px;
	float: left;
}
.follow-us p {
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
}
.follow-us ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	float: left;
}
.follow-us ul li {
	margin-right: 0;
	height: 40px;
	float: left;
}
.follow-us ul li a {
	display: inline-block;
	float: left;
}
.follow-us ul li a.ico-facebook {
	margin-right: 10px;
}
.follow-us ul li a i {
	width: 40px;
	height: 40px;
	background: #252a2f;
	font-size: 28px;
	line-height: 43px;
	color: #FFF;
	text-align: center;
}
.follow-us ul li a i:hover {
	background: #0C0E10;
}
.logreg-head,
.cart-head {
	margin-left: 10px;
	font: 15px/40px Arial, Helvetica, sans-serif;
	float: right;
}
.logreg-head p,
.cart-head p {
	margin-bottom: 0;
	margin-right: 10px;
	color: #fff;
	text-align: right;
	display: inline-block;
	vertical-align: top;

}
.cart-head p a span {
	color: #7e7e7e;
}
.cart-head p a:hover, .cart-head p a:focus, .cart-head p a:active {
	text-decoration: none;
}
.logreg-head p a {
	margin-left: 10px;
	color: #fff;
	display: inline-block;
}
.logreg-head p a:hover {
	color: #ccc;
	text-decoration: none;
}
.logreg-head i,
.cart-head i {
	font-size: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.cart-head {
	background-color: #252a2f;
}
.cart-head a {
	display: inline-block;
	text-decoration: none;
}
.cart-head i {
	float: none;
	display: inline-block;
	background-color: #ffb400;
	color: #252a2f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
.cart-head p {
	float: none;
	color: #fff;
	display: inline-block;
	margin-left: 6px;
	margin-right: 10px;
}
.main-title {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	font: 300 50px/50px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.main-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.main-title span {
	font-weight: 700;
	display: inline-block
}


.navbar {
	min-height: 0;
}
#main-nav{
	margin-bottom: 0;
	padding-bottom: 5px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#main-nav .navbar-collapse{
	margin:0;
	padding:0 5px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#main-nav .navbar-nav > li{
	margin-top: 5px;
	border-right:1px solid #ffc600;
}
#main-nav .navbar-nav > li + li{
	border-right:1px solid #ffc600;
}
#main-nav .navbar-nav > li:last-child {
	border-right: 0;
}
#main-nav .navbar-nav > li a{
	color:#252a2f;
	text-transform:uppercase;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus,
#main-nav .navbar-nav > li.open a,
#main-nav .navbar-nav > li.active > a {
	background:#ff9000;
	color:#fff;
}
#main-nav .dropdown-menu {
	background:#ff9000;
	border:none;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#main-nav .dropdown-menu li {
	float: none;
	display: block;
}
#main-nav .dropdown-menu li a{
	display: block;
	color:#fff;
	padding-top:6px;
	padding-bottom:6px;
}
#main-nav .dropdown-menu li:hover a{
	background:#ff7e00;
	text-decoration:none;
}
#main-nav .dropdown-inner {
	display:table;
	padding-bottom:10px;
}
#main-nav .dropdown-inner ul {
	display:table-cell;
}
#main-nav .dropdown-inner .dropdown-header{
	font-size:15px;
	text-transform:uppercase;
	color:#252a2f;
	padding:15px 0 10px 15px;
}
#main-nav .dropdown-inner li a {
	min-width:160px;
	display:block;
	padding:3px 20px;
	clear:both;
}

.nav-pills {
	float: right;
}
.nav-pills > li > a {
	padding: 0 15px;
	background-color: #F9F9F9;
	line-height: 40px;
	color: #999;
	border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background: #E5E5E5;
	color: #999;
}
.nav-pills > li + li {
	margin-left: 0;
	position: relative;
}
.nav-pills > li i {
	display: none;
}
.nav-pills > li.active > i {
	margin-left: -4px;
	width: 10px;
	height: 10px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
}
.blockquote {
	margin-top: 20px;
	padding-bottom: 0;
	font: 300 35px/40px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
}
.blockquote h1 {
	margin: 0 0 10px 0;
	font-weight: 300;
	text-transform: none;
	display: block;
}
.blockquote h2 {
	margin: 0;
	font: italic 18px/20px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	display: block;
}
.text-large {
	margin-bottom: 40px;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.text-large strong {
	font-weight: 700;
	color: #333;
}
.text-large .inner {
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
.text-large .inner.expanded {
	height: auto;
}
.text-large .expand {
	width: 100%;
	background: #F9F9F9;
	border: 1px solid #E5E5E5;
	line-height: 38px;
	text-align: center;
	display: inline-block;
}
.text-large .expand:hover {
	background: #FFF;
	border-color: #CCC;
}
.text-large .expand .glyphicon {
	display: none;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .flex-direction-nav {
	margin-bottom: 0;
	padding-left: 0;
	width: 81px;
	height: 40px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 15px;
}
.flexslider .flex-direction-nav li:first-child a i {
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: left;
}
.flexslider .flex-direction-nav li:last-child a i {
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
}
.flexslider .flex-direction-nav li:first-child a i:hover,
.flexslider .flex-direction-nav li:last-child a i:hover {
	background: #999;
}
.home-feedback {
	margin-bottom: 40px;
	position: relative;
}
.home-feedback li .media-comments {
	margin: 20px 0 0 0;
	padding: 20px;
	background: #F9F9F9;
	border: 1px solid #e8e8e8;
}
.home-feedback ul li .media-thumb {
	margin-bottom: 10px;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	float: left;
}
.home-feedback ul li .media {
	margin-top: 0;
	margin-right: 0;
	padding-right: 19px;
	border-right: 1px solid #E5E5E5;
	float: left;
}
.home-feedback ul li .media .media-body h4 {
	margin-bottom: 0;
	font: 700 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.home-feedback ul li .media .media-body em {
	margin-bottom: 10px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.home-feedback ul li .media .media-body p {
	margin-bottom: 0;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.home-feedback ul li dl {
	margin-bottom: 0;
	float: right;
}
.home-feedback ul li dl dt {
	width: 90px;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.home-feedback ul li dl dd {
	margin-left: 100px;
}
.home-feedback ul li dl dd .fa-star,
.home-feedback ul li dl dd .fa-star-o {
	font-size: 12px;
	line-height: 20px;
	color: #FC0;
	float: left;
}
.home-feedback ul li dl dd .fa-star-o {
	color: #CCC;
}
.home-feedback.flexslider .flex-direction-nav {
	top: -50px;
	left: 10px;
}

.comments-list ul {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}
.comments-list li {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.comments-list li .media-thumb {
	margin-bottom: 10px;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	float: left;
}
.comments-list li .media {
	margin-top: 0;
	margin-bottom: 10px;
}
.comments-list li .media .media-body h4 {
	margin-bottom: 0;
	font: 700 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.comments-list li .media .media-body em {
	margin-bottom: 10px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.comments-list li .media .media-body p {
	margin-bottom: 0;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.comments-list dl {
	margin-bottom: 0;
	margin-left: 60px;
	padding: 5px;
	width: inherit;
	height: 30px;
}
.comments-list dl.vote {
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	height: 60px;
}
.comments-list dl.vote dt label {
	margin-bottom: 0;
}
.comments-list dl.vote dd {
	width: 110px;
}
.comments-list dl dt {
	padding-right: 10px;
	width: 100px;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	float: left;
	clear: left;
}
.comments-list dl dd {
	margin-left: 0;
	width: 90px;
	text-align: left;
	float: left;
}
.comments-list dl dd .fa-star,
.comments-list dl dd .fa-star-o {
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.comments-list dl dd .fa-star {
	color: #FC0;
}
.comments-list dl dd .fa-star-o {
	color: #CCC;
}
.comments-list dl.vote dd .fa-star-o:hover {
	color: #FC0;
	cursor: pointer;
}
.comments-list .comm-not-log {
	margin-bottom: 40px;
}
.comments-list .comm-not-log a:hover {
	color: #333;
	text-decoration: none;
}
.your-comment textarea {
	padding: 19px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	border: 1px solid #E5E5E5;
}
.your-comment textarea:focus {
	border-color: inherit;
	box-shadow: none;
	outline: none;
}
.your-comment button {
	padding: 0 10px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	float: right;
}
.your-comment button:hover {
	background: #333;
	color: #FFF;
}
.leave-feedback {
	padding: 15px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	margin-top: 15px;
}
.items-list > div {
	margin-top: 2%;
	padding: 0;
	background-color: #fff;
}
.items-list .prod-inner {
	padding: 15px;
	border: 1px solid #e8e8e8;
}
.items-list .prod-inner .btn {
	white-space: normal;
	margin-top: 10px;
}
.items-list .items-thumb {
	margin-bottom: 0;
	display: block;
	position: relative;
	text-decoration: none;
}
.items-list .items-thumb:hover {
	opacity: 0.5;
}
.items-list .items-thumb .left,
.items-list .items-thumb .timer-coupon {
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 5px 10px;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
}
.items-list .items-thumb .timer-coupon p {
	display: block;
	margin-bottom: 0;
}
.items-list .items-thumb .left span {
	font-weight: 700;
}
.items-list .coupon .items-thumb .left span {
	display: block;
}
.items-list .items-thumb .timer-coupon p span {
	height: 20px;
	font-weight: 700;
	display: inline-block;
}
.items-list .items-thumb .timer-coupon p span .countdown_section {
	margin-left: 5px;
}
.items-list .items-thumb .timer-coupon p span .countdown_section:first-child {
	margin-left: 0;
}
.items-list .items-thumb .right {
	margin-bottom: 0;
	padding: 5px 10px;
	background: rgba(0,0,0,0.75);
	font: italic 15px/40px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 20px;
}
.items-list h3 {
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.items-list .price {
	font: 700 22px/22px Arial, Helvetica, sans-serif;
	color: #999;
}
.items-list .price.price-hidden {
	font-size: 14px;
	line-height: 1;
}
.items-list .price p {
	display: inline-block;
}
.items-list .price p.old {
	color: #808080;
}
.items-list .coupon .price p.old,
.items-list .coupon .price p.final {
	display: inline-block;
}
.items-list .price p.old span {
	text-decoration: line-through;
}
.items-list .price p.percent {
	display: none;
}
.items-detail hr {
	margin-top: 20px;
}
.items-detail h3#price-title {
	margin-top: 0;
	float: left;
}
.items-detail h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	clear: left;
	display: block;
	margin-bottom: 0;
}
.items-detail #gallery {
	border: 1px solid #cecece;
	background-color: #fff;
	padding: 15px;
	max-height: none;
}
.items-detail #gallery.with-more-images {
	padding-bottom: 70px;
}
.items-detail #gallery ul li {
	float: none;
	opacity: 1;
	text-align: center;
}
.items-detail #gallery ul li a {
	display: inline-block;
}
.items-detail #gallery ul li a img {
	width: 100%;
	height: auto !important;
	display: block;
}
.items-detail #gallery:not(.fullWidth) ul li a img {
	padding: 0;
}
.items-detail #gallery .flex-direction-nav {
	top: auto;
	bottom: 17px;
	left: 15px;
	width: 100%;
	display: block;
}
.items-detail #gallery .flex-direction-nav .flex-prev {
	position: absolute;
	left: 0;
}
.items-detail #gallery .flex-direction-nav .flex-next {
	position: absolute;
	right: 30px;
}
.items-detail #price-block {
	clear: both;
	line-height: 40px;
}
.items-detail #price-block {
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
}
.items-detail .price {
	padding-bottom: 0;
}
.items-detail .price .old,
.items-detail .price .percent,
.items-detail .price .final {
	margin-bottom: 0;
	margin-left: 10px;
	font: 300 18px/30px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	float: right;
	line-height: 40px;
}
.items-detail .price .old {
	color: #999;
	text-decoration: line-through;
}
.items-detail .price .final {
	font-size: 30px;
	color: #F33;
}
.items-detail.coupon .price .old {
	text-decoration: none;
}
.items-detail.coupon .price .percent,
.items-detail.coupon .price .final {
	padding-left: 9px;
	border-left: 1px solid #E5E5E5;
}
.items-detail.coupon .price .old span,
.items-detail.coupon .price .percent span,
.items-detail.coupon .price .final span {
	font: 300 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.items-detail .timer {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #333;
	font: 300 18px/30px Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
	text-align: left;
	clear: both;
}
.items-detail .timer i {
	margin-right: 5px;
	font-size: 14px;
}
.items-detail .timer p {
	display: inline-block;
	margin-bottom: 0;
}
.items-detail .timer span {
	margin-left: 10px;
	font-size: 24px;
	color: #FFF;
}
.items-detail .timer span.countdown_section {
	margin-left: 0;
}
.items-detail label {
	font: 700 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.items-detail select {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #333;
}
.items-detail input[type=text],
.items-detail .form-product input[type=email] {
	padding: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	float: left;
}
.items-detail .form-product {
	margin-left: -2%;
}
.items-detail .form-product p {
	margin-left: 2%;
}
.items-detail .form-product input[type=text],
.items-detail .form-product input[type=email] {
	margin-bottom: 10px;
	width: 48%;
	margin-left: 2%;
	text-align: left;
	padding: 0 5px;
}
.items-detail .form-product textarea {
	margin-left: 2%;
	margin-bottom: 10px;
	padding: 0 5px;
	min-width: 98%;
	width: 98%;
	max-width: 98%;
	height: 100px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	display: block;
}
.items-detail .form-product .checkbox label {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.items-detail .form-product .captha-container {
	margin-left: 2%;
}
.items-detail .form-product .captha-container label {
	display: block;
}
.items-detail .form-product .captha-container img {
	margin-bottom: 10px;
}
.items-detail .form-product .captha-container input[type=text] {
	float: none;
	margin-left: 0;
}
.items-detail .form-product .checkbox-common-box {
	margin-left: 2%;
}
.items-detail .ins-num button {
	outline: none;
	float: left;
}
.items-detail .ins-num button:focus {
	color: #FFF;
}
.items-detail option.na {
	color: #999;
}
.items-detail .ins-num {
	margin-bottom: 0;
}
.items-detail .ins-num label {
	margin-bottom: 0;
	margin-left: 10px;
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #999;
}
.items-detail .ins-num label span {
	color: #333;
}
.items-detail input[type=number] {
	padding: 9px;
	width: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	outline: none;
}
.items-detail button {
	padding: 0 10px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: 300 16px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
}
.items-detail button:hover {
	background: #333;
	color: #FFF;
}
.items-detail button.speso-rimborsato {
	margin-bottom: 20px;
	width: 100%;
	background: #999;
	display: block;
	clear: both;
}
.items-detail button.speso-rimborsato:hover {
	background: #333;
}
.items-detail .items-desc {
	padding: 20px;
	background: #F9F9F9;
	color: #333;
}
.items-detail .items-desc p {
	margin-bottom: 0;
}
.items-detail .alert-warning .fa-warning {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #FC0;
	text-align: center;
	float: left;
}
.items-detail .alert-warning span {
	line-height: 15px;
	display: block;
}
.items-detail #recesso a:hover {
	color: #333;
}

.promo-list {
	position: relative;
}
.promo-list .promo-wrapper {
	padding: 0;
	position: relative;
}
.promo-list .promo-inner {
	margin-top: 20px;
	padding: 15px 15px 15px 230px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}
.promo-list .promo-thumb {
	position: absolute;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 200px;
	left: 15px;
	display: block;
}
.promo-list .promo-inner .with-format {
	padding-bottom: 60px;
}
.promo-list .promo-inner {
	min-height: 180px;
}
.promo-list .promo-thumb:hover {
	opacity: 0.5;
}
.promo-list h3 {
	margin: 0;
}
.promo-list h3 a:hover {
	color: #333;
}
.promo-list p {
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.promo-list p strong {
	font-weight: 700;
	color: #333;
}
.promo-list .info {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 0 10px;
	margin-top: 15px;
	margin-left: -100px;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
}
.promo-list .info:hover {
	background: #333;
}
.promo-list.flexslider .flex-direction-nav {
	top: -50px;
	left: 10px;
}
.promo-validation {
	font-weight: bold;
}
.promo-validation .label {
	font-size: 100%;
}
.promo-main-image {
	margin-bottom: 20px;
}
.brands-list {
	position: relative;
}
.brands-list .col-md-2, .brands-list .col-sm-4, .brands-list .col-xs-6 {
	padding: 0 0 0 20px;
}
.brands-list .brand-box-container {
	margin-left: -20px;
}
.brands-list img {
	margin-bottom: 40px;
}
.brands-list .brand-box {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 20px;
	background: #F9F9F9;
	color: #999;
	text-align: center;
}
.brands-list .slides ul li > div {
	margin-top: 20px;
}
.brands-list.flexslider .flex-direction-nav {
	top: -50px;
	left: 10px;
}

.cat-list {
	padding-top: 68px;
}
.panel {
	margin-bottom: 40px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.panel-default > .panel-heading {
	margin-bottom: 10px;
	padding: 0;
	background-color: #F9F9F9;
	border: none;
	color: #333;
}
.panel-default > .panel-heading h3 {
	padding: 0 10px;
	font-size: 18px;
	line-height: 40px;
}
.panel-default > .panel-body {
	padding: 0;
}
.panel-default > .panel-body ul {
	margin-bottom: 0;
}
.panel-default > .panel-body ul li {
	border-bottom: 1px solid #E5E5E5;
	font: 300 15px/29px Arial, Helvetica, sans-serif;
	color: #333;
}
.panel-default > .panel-body ul li .list-unstyled {
	padding: 10px;
	background: #F9F9F9;
}
.panel-default > .panel-body ul li .list-unstyled li {
	font: 300 12px/29px Arial, Helvetica, sans-serif;
}
.panel-default > .panel-body ul li .list-unstyled li:last-child {
	border-bottom: none;
	line-height: 30px;
}
.panel-default > .panel-body ul li a {
	color: #333;
}
.panel-default > .panel-body ul li a i {
	width: 30px;
	color: #CCC;
	text-align: center;
}
#pricesSub {
	padding: 15px;
}
.range-slider {
	width: 100%;
	height: 10px;
	background: #E5E5E5;
	border: none;
}
.range-slider a.ui-slider-handle {
	width: 10px;
	height: 10px;
	background: #333;
	border: none;
	border-radius: 0;
	top: 0;
}
.range-slider a.ui-slider-handle:first-child {
	left: 0;
}
.range-slider a.ui-slider-handle:last-child {
	left: inherit !important;
	right: 0;
}
.amount {
	margin: 10px 0;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
.btn {
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-filter {
	padding: 0 10px;
	height: 40px;
	border: none;
	border-radius: 0;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
}
.btn-filter:hover {
	background: #333;
	color: #FFF;
}
.gallery-cont .shopping-video i {
	color: #fff;
	text-shadow: 0 0 10px #999;
}
.services-detail {
	margin-bottom: 40px;
}
.services-detail ul {
	margin-bottom: 0;
}
.log-form label {
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.log-form.register {
	margin-bottom: 0;
}
.log-form.register .radio {
	margin-bottom: 0;
}
.log-form.register .radio + .radio {
	margin-bottom: 10px;
}
.log-form.register .checkbox-common-box {
	margin-left: 20px;
}
.log-form.register .radio label,
.log-form.register .checkbox label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	display: inline;
}
.log-form.register .checkbox label {
	padding-left: 0;
}
.log-form.register .small-explain {
	margin: 10px 0 20px;
	padding: 9px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.log-form input[type=text],
.log-form input[type=email],
.log-form input[type=password] {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 40px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.log-form textarea {
	margin-bottom: 10px;
	padding: 10px;
	height: 100px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.log-form textarea:focus {
	border: none;
	box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.log-form .remember {
	margin-right: 55px;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	float: left;
}
.log-form .checkbox {
	margin: 0;
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #999;
	float: left;
}
.log-form button {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 200px;
	text-shadow: none;
	background: #333;
	border: none;
	border-radius: 0;
	font: 700 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: left !important;
	clear: both;
}
.log-form button:hover {
	color: #FFF;
}
.reg-box {
	padding: 20px;
	background: #F9F9F9;
	text-align: center;
}
.col-md-6 .reg-box:last-child {
	margin-bottom: 40px;
}
.reg-box h2 {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}
.reg-box a {
	width: 180px;
	height: 40px;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
.reg-box a.fb {
	background: #3B5998;
}
.reg-box a:hover {
	background: #333;
	text-decoration: none;
}
.reg-box-sep {
	height: 30px;
}
.reg-box-sep p {
	margin: 0 auto;
	width: 80px;
	background: #f4f5f5;
	font: italic 18px/30px Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-align: center;
	display: block;
}
.reg-box-sep span {
	margin-top: -15px;
	height: 1px;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	position: relative;
	z-index: -1;
}
.accept-info-txt {
	padding-top: 10px;
	color: #999;
	clear: both;
	font-size: 15px;
}
.recupera-password {
	max-width: 400px;
}
.map-container {
	position: relative;
	margin-top: 20px;
}
.map-container .path-opener:hover {
	cursor: pointer;
}
.map-container .map-modal {
	padding: 10px;
	height: 480px;
	background: #FFF;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	position: absolute;
	top: 60px;
	right: 50%;
	z-index: 1000;
}
.map-container .map-modal .nav-pills {
	position: absolute;
	top: -40px;
	width: 100%;
	float: none;
	overflow: hidden;
}
.map-container .map-modal .nav-pills li {
	margin-top: 1px;
	margin-right: 1px;
}
.map-container .map-modal .nav-pills li.ico-close {
	margin: 0;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 40px;
}
.map-container .map-modal .nav-pills li.ico-close:hover {
	opacity: 0.5;
}
.map-container .map-modal .nav-pills li.ico-close i {
	line-height: 40px;
	text-align: center;
	display: block;
}
.map-container .map-modal hr {
	padding-bottom: 19px;
}
.map-container .map-modal h3 {
	margin-bottom: 10px;
	width: 100%;
	background: #F9F9F9;
	line-height: 30px;
}
.map-container .map-modal h3 a {
	padding: 0 10px;
	font-size: 12px;
	color: #FFF;
	text-transform: none;
	display: inline-block;
	float: right;
}
.map-container .map-modal h3 span {
	font-weight: 700;
}
.map-container .map-modal h3 i {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.map-container .map-modal .fa-caret-left {
	margin-top: -35px;
	width: 10px;
	height: 20px;
	font-size: 24px;
	color: #FFF;
	text-shadow: -2px 0 2px rgba(0,0,0,0.35);
	display: block;
	position: absolute;
	top: 50%;
	left: -7px;
	z-index: 9999;
}
.map-container .map-modal p {
	margin-left: 30px;
	margin-bottom: 20px;
	color: #666;
}
.map-container .map-modal dl {
	margin-left: 30px;
}
.map-container .map-modal dl dt {
	width: 100px;
	font-weight: normal;
	color: #999;
	text-align: left;
	float: left;
}
.map-container .map-modal dl dd {
	margin-left: 100px;
}
.map-container .map-modal dl dd a:hover {
	color: #333;
	text-decoration: none;
}
.map-container .map-modal .slimScroll {
	height: 324px;
}
.map-container .calc {
	margin-top: -40px;
	margin-left: -200px;
	padding: 0 10px;
	height: 30px;
	background: #333;
	font: 300 18px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}
.map-container .calc span {
	font-weight: 700;
}
#map-canvas {
	width: 100%;
	height: 600px;
}
.contact-form label {
	font: 300 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.contact-form .checkbox {
	float: left;
}
.contact-form .checkbox input {
	margin-top: 13px;
}
.contact-form .checkbox label {
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #999;
}
.contact-form textarea {
	padding: 5%;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	display: block;
}
.contact-form button {
	margin-bottom: 40px;
	padding: 0 10px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
}
.contact-form button:hover {
	background: #333;
	color: #FFF;
}
.contact-form button.gmap-calulate-btn {
	margin-bottom: 0;
}
.captha-container label {}
.captha-container .controls {}
.captha-container img {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.captha-container input[type="text"] {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.items-detail .form-product .captha-container
{
    margin-bottom: 10px;
}
.items-detail .form-product .captha-container input[type="text"]
{
    width: auto;
}

.footer-wrapper {
	margin-top: 40px;
	color: #252a2f;
	background-color: #e8e8e8;
	border-top: 1px solid #bcbcbc;
}
.footer-white {
	padding: 40px 0;
	text-align: center;
}
.footer-white a {
	color: #333;
}
.footer-white a:hover {
	color: #999;
}

#menu-footer-menu {
	list-style-type: none;
	display: block;
	text-align: center;
}
#menu-footer-menu li {
	display: inline-block;
}
#menu-footer-menu li::after {
	content: ' - ';
}
#menu-footer-menu li:last-child::after {
	content: '';
}
.footer p {
	margin-bottom: 90px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
.footer p a {
	color: #999;
}
.footer p a:hover {
	color: #CCC;
}
.newsletter-box-cont {
	margin-top: -220px;
	padding: 20px 0 20px 20px;
	background: rgba(0,0,0,0.25);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 99998;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all
{
	z-index: 99999;
}
.newsletter-box {
	padding: 20px;
	width: 260px;
	background: #FFF;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}
.newsletter-box h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.newsletter-box h3 span {
	font-weight: 700;
}
.newsletter-box p {
	margin-bottom: 10px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}
.newsletter-box p.modal-form-subtitle {
	margin-left: 20px;
	color: #999;
}
.form-group {
	margin-bottom: 10px;
}
.newsletter-box .success,
.newsletter-box .error {
	display: none;
}
.newsletter-box .form-group .error {
	color: #a94442;
}
.newsletter-box input[type=text],
.newsletter-box input[type=email] {
	padding: 0 9px;
	width: 220px;
	height: 40px;
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: italic 16px/38px Georgia, "Times New Roman", Times, serif;
	color: #333;
	display: block;
}
.newsletter-box input[type=text]:focus,
.newsletter-box input[type=email]:focus {
	border-color: #E5E5E5;
	box-shadow: none;
	outline: 0;
}
.form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
 color: #333;
}
.form-control:focus {
	border-color: inherit;
	box-shadow: none;
}
.radio {
	margin: 0 20px 10px 20px;
	height: 20px;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.radio input[type=radio] {
	left: 0;
}
.radio + .radio {
	margin-top: 0;
}
.checkbox {
	margin: 0 0 10px 20px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.checkbox label {
	padding-left: 0;
}
.newsletter-box .not-show {
	font: normal 12px/40px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
	float: left;
}
.newsletter-box button {
	padding: 0 10px;
	width: 100px;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: 300 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
}
.newsletter-box button:hover {
	background: #333;
	color: #FFF;
}
.newsletter-box-cont .fa-times {
	width: 40px;
	height: 40px;
	background: #333;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: 35px;
	left: -20px;
}
.newsletter-box-cont .fa-times:hover {
	opacity: 0.75;
}
#toTop {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	line-height: 40px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 9999;
}
#toTop:hover {
	opacity: 0.5;
}
.cc-cookies {
	padding: 0;
	width: 100%;
	background: #111;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	text-shadow: none;
	position: fixed;
	z-index: 9999;
}
.cc-cookies a {
	color: #FFF;
}
.cc-cookies a.cc-cookie-accept {
	margin: 10px 0 10px 10px;
	padding: 0 10px;
	color: #FFF;
	display: inline-block;
}
.cc-cookies a.cc-cookie-accept:hover {
	text-decoration: none;
	opacity: 0.5;
}

.container .panel.panel-default .panel-heading h3.panel-title + i{
    padding: 10px !important;
}

.container #gallery {
	margin-bottom: 0;
}

#form_password {
	margin-bottom: 10px;
}
#form_password label {
	padding: 0 5px 5px 0;
}
#form_password input {
	padding: 5px;
	border: none;
	-ms-box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
	-webkit-box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
	-moz-box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
	box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}

/* Desktop large layout */
@media (min-width: 1200px) {
.home-feedback ul li .media {
	width: 805px;
}
.floating-list {
	float: right;
}
.promo-list p {
	width: 335px;
	float: right;
}
.promo-list div.col-md-6 {
	width: 49%;
	margin-right: 2%;
}
.promo-list div.col-md-6.last-md-6 {
	margin-right: 0;
}
.brands-list img {
	height: 125px;
}
.map-container .map-modal {
	margin-right: -520px;
	width: 480px;
}
.items-list > div.col-md-3 {
	margin-top: 2%;
	width: 23.5%;
	margin-right: 2%;
}
.items-list > div.col-md-3.last-md-3 {
	width: 23.5%;
	margin-right: 0;
}
.log-form .remember {
	margin-right: 105px;
}
}

/* Desktop small layout */
@media (min-width: 992px) and (max-width: 1199px) {
.home-feedback ul li .media {
	width: 605px;
}
.comments-list dl {
	padding: 10px 20px;
	height: 80px;
}
.comments-list dl.vote {
	height: 60px;
}
.comments-list dl dt {
	width: 100px;
	clear: left;
}
.items-list .items-thumb .right {
	top: 20px;
	bottom: inherit;
}
.floating-list {
	float: right;
}
.promo-list .promo-inner {
	padding-left: 130px;
}
.promo-list .promo-thumb {
	left: 15px;
	width: 100px;
}
.promo-list .info {
	margin-left: -100px;
}
.promo-list p {
	width: 335px;
	float: right;
}
.promo-list div.col-md-6 {
	width: 49%;
	margin-right: 2%;
}
.promo-list div.col-md-6.last-md-6 {
	margin-right: 0;
}
.brands-list img {
	height: 100px;
}
.reg-box h2 {
	margin-bottom: 10px;
	text-align: center;
	display: block;
	float: none;
}
.reg-box a {
	margin: auto;
	float: none;
}
.map-container .map-modal {
	margin-right: -470px;
	width: 450px;
}
.newsletter-box-cont {
	display: none !important;
}
.items-list > div.col-md-3 {
	margin-top: 2%;
	width: 23.5%;
	margin-right: 2%;
}
.items-list > div.col-md-3.last-md-3 {
	width: 23.5%;
	margin-right: 0;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 991px) {
.section-title h2.margin-left, .section-title h3.margin-left  {
	margin-left: 0;
}
.icon-facebook-opener {
	display: none;
}
.navbar-nav > li > a {
	padding: 15px 10px;
	font-size: 15px;
}
.text-large {
	padding-bottom: 39px;
	border-bottom: 1px solid #E5E5E5;
}
.flex-direction-nav {
	display: none;
}
.item-details #gallery.with-more-images {
	padding-bottom: 15px;
}
#gallery ul li .slider-detail {
	display: none;
}
.home-feedback ul li .media {
	width: 385px;
}
.comments-list dl {
	padding: 10px 20px;
	height: 80px;
}
.comments-list dl.vote {
	height: 60px;
}
.comments-list dl dt {
	width: 100px;
	clear: left;
}
.items-list li div.col-sm-6 {
	display: none;
}
.items-list li div.col-sm-6:first-child {
	display: block;
}
.items-list li div.col-sm-6:first-child + div {
	display: block;
}
.items-detail .timer {
	height: 80px;
}
.items-detail .ins-num {
	margin-bottom: 10px;
}
.items-detail .alert-warning .fa-warning {
	display: none;
}
.promo-list .promo-inner {
	padding-left: 130px;
}
.promo-list .promo-thumb {
	left: 15px;
	width: 100px;
}
.promo-list .info {
	margin-left: -100px;
}
.brands-list img {
	height: 165px;
}
.cat-list {
	margin: 20px 15px 0;
	padding: 39px 0 0;
	border-top: 1px solid #E5E5E5;
}
.log-form {
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E5E5;
}
.log-form.register {
	margin-bottom: 39px;
}
.log-form button {
	margin-bottom: 39px;
}
.log-form.register .remember,
.log-form.register .checkbox,
.log-form.register button {
	margin-bottom: 10px;
}
.map-container .map-modal {
	margin-right: -360px;
	width: 340px;
}
.contact-form .checkbox label {
	font-size: 9px;
}
.newsletter-box-cont {
	display: none !important;
}
.items-list > div.col-sm-6 {
	margin-top: 4%;
	width: 48%;
	margin-right: 4%;
}
.items-list > div.col-sm-6.last-sm-6 {
	margin-right: 0;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.section-title h2.margin-left, .section-title h3.margin-left {
	margin-left: 0;
}
.tt-head p {
	display: none;
}
.icon-facebook-opener {
	display: none;
}
.follow-us {
	margin-bottom: 20px;
}
.logreg-head {
	clear: both;
}
.cart-head p a {
	display: none;
}
.navbar-header {
	display: block;
}
#main-nav .navbar-nav.dropdown-menu > li:first-child {
	margin-top: 0;
}
#main-nav .navbar-nav > li, #main-nav .navbar-nav > li + li {
	border-width: 0;
}
.navbar-default {
	background: #F9F9F9;
	border-bottom: none;
}
.navbar-brand {
	margin-left: 10px;
	padding: 0;
	font: 300 18px/40px Arial, Helvetica, sans-serif;
	float: left;
}
.navbar-toggle {
	margin: 5px;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	border: none;
	border-radius: 0;
	position: relative;
	float: right;
}
.navbar-collapse {
	padding: 0;
}
.navbar-collapse.in {
	overflow: inherit;
}
.navbar-nav {
	margin: 10px 0;
}
.navbar-nav > li > a {
	display: block;
}
.navbar-default .navbar-nav > .active > i {
	display: none;
}
.text-large {
	padding-bottom: 39px;
	border-bottom: 1px solid #E5E5E5;
}
.flex-direction-nav {
	display: none;
}
.item-details #gallery.with-more-images {
	padding-bottom: 15px;
}
#gallery ul li .slider-detail {
	display: none;
}
.home-feedback ul li .media {
	padding-right: 0;
	border-right: 0;
}
.home-feedback ul li dl {
	margin-top: 10px;
	padding-top: 9px;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}
.home-feedback li .media-comments dl dt {
	float: left;
}
.home-feedback li .media-comments dl dd {
	height: 20px;
}
.comments-list dl {
	padding: 10px 20px;
	height: 80px;
}
.comments-list dl.vote {
	height: 60px;
}
.comments-list dl dt {
	width: 100px;
	clear: left;
}
.items-list li div.col-xs-12 {
	display: none;
}
.items-list li div.col-xs-12:first-child {
	display: block;
}
.items-detail .ins-num {
	margin-bottom: 10px;
}
.promo-list .promo-inner {
	padding-left: 130px;
}
.promo-list .promo-thumb {
	left: 15px;
	width: 100px;
}
.promo-list .info {
	margin-left: -100px;
}
.brands-list img {
	height: 160px;
}
.cat-list {
	margin: 20px 15px 0;
	padding: 39px 0 0;
	border-top: 1px solid #E5E5E5;
}
.order-list select {
	width: 100%;
	margin-bottom: 20px;
}
.order-list .pagination {
	float: left;
}
.log-form {
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E5E5;
}
.log-form.register {
	margin-bottom: 39px;
}
.log-form button {
	margin-bottom: 39px;
}
.log-form.register .remember,
.log-form.register .checkbox,
.log-form.register button {
	margin-bottom: 10px;
}
.reg-box h2 {
	margin-bottom: 10px;
	text-align: center;
	display: block;
	float: none;
}
.reg-box a {
	margin: auto;
	float: none;
}
.map-container .map-modal {
	margin: 0;
	padding: 10px;
	width: auto;
	height: auto;
	background: #FFF;
	box-shadow: none;
	position: inherit;
	top: inherit;
	right: inherit;
	z-index: inherit;
}
.map-container .map-modal .fa-caret-left,
.map-container .map-modal .nav-pills li.ico-close {
	display: none;
}
.map-container .map-modal .nav-pills {
	margin: 0;
	width: 100%;
	position: inherit;
	top: inherit;
	float: none;
}
.map-container .calc {
	display: none;
}
.newsletter-box-cont {
	display: none !important;
}
#toTop {
	display: none;
}
}

/* Mobile portrait layout */
@media (min-width: 320px) and (max-width: 479px) {
.breadcrumb {
	display: none;
}
.section-title h2.margin-left, .section-title h3.margin-left {
	margin-left: 0;
}
.tt-head p {
	display: none;
}
.call-free {
	margin-bottom: 20px;
}
.call-free span {
	display: none;
}
.call-free i {
	margin-right: 0;
}
.icon-facebook-opener {
	display: none;
}
.follow-us {
	margin-bottom: 20px;
}
.follow-us p {
	display: none;
}
.cart-head p {
	display: none;
}
.logreg-head {
	clear: both;
}
.main-title {
	font-size: 36px;
	line-height: 40px;
}
#main-nav .navbar-nav.dropdown-menu > li:first-child {
	margin-top: 0;
}
#main-nav .navbar-nav > li, #main-nav .navbar-nav > li + li {
	border-width: 0;
}
.navbar-header {
	display: block;
}
.navbar-default {
	background: #F9F9F9;
	border-bottom: none;
}
.navbar-brand {
	margin-left: 10px;
	padding: 0;
	font: 300 18px/40px Arial, Helvetica, sans-serif;
	float: left;
}
.navbar-toggle {
	margin: 5px;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	border: none;
	border-radius: 0;
	position: relative;
	float: right;
}
.navbar-collapse {
	padding: 0;
}
.navbar-collapse.in {
	overflow: inherit;
}
.navbar-nav {
	margin: 10px 0;
}
.navbar-nav > li > a {
	display: block;
}
.navbar-default .navbar-nav > .active > i {
	display: none;
}
.section-title h2, .section-title h3 {
	float: none;
}
.section-title .see-all {
	margin-left: 0;
	width: 100%;
	line-height: 20px;
	display: block;
	float: none;
}
.section-title .nav-pills {
	display: none;
}
.text-large {
	padding-bottom: 39px;
	border-bottom: 1px solid #E5E5E5;
}
.flex-direction-nav {
	display: none;
}
.item-details #gallery.with-more-images {
	padding-bottom: 15px;
}
#gallery ul li .slider-detail {
	display: none;
}
.home-feedback ul li .media {
	padding-right: 0;
	border-right: 0;
}
.home-feedback ul li dl {
	margin-top: 10px;
	padding-top: 9px;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}
.home-feedback li .media-comments dl dt {
	float: left;
}
.home-feedback li .media-comments dl dd {
	height: 20px;
}
.comments-list dl {
	padding: 10px 20px;
	height: 80px;
}
.comments-list dl.vote {
	height: 60px;
}
.comments-list dl dt {
	width: 100px;
	clear: left;
}
.items-list li div.col-xs-12 {
	display: none;
}
.items-list li div.col-xs-12:first-child {
	display: block;
}
.items-detail.coupon .price .old span,
.items-detail.coupon .price .percent span,
.items-detail.coupon .price .final span {
	font-size: 11px;
}
.items-detail .price .final {
	font-size: 24px;
}
.items-detail .timer {
	height: 80px;
}
.items-detail .ins-num {
	margin-bottom: 10px;
}
.promo-list .promo-inner {
	padding-left: 130px;
}
.promo-list .promo-thumb {
	left: 15px;
	width: 100px;
}
.promo-list .info {
	float: right;
	margin-left: -100px;
}
.brands-list img {
	height: 100px;
}
.cat-list {
	margin: 20px 15px 0;
	padding: 39px 0 0;
	border-top: 1px solid #E5E5E5;
}
.order-list select {
	width: 100%;
	margin-bottom: 20px;
}
.order-list .pagination {
	float: left;
}
.log-form {
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E5E5;
}
.log-form.register {
	margin-bottom: 39px;
}
.log-form button {
	margin-bottom: 39px;
}
.log-form.register .remember,
.log-form.register .checkbox,
.log-form.register button {
	margin-bottom: 10px;
}
.log-form .checkbox {
	display: none;
}
.log-form.register .checkbox {
	display: inherit;
}
.reg-box h2 {
	margin-bottom: 10px;
	text-align: center;
	display: block;
	float: none;
}
.reg-box a {
	margin: auto;
	float: none;
}
.map-container .map-modal {
	margin: 0;
	padding: 10px;
	width: auto;
	height: auto;
	background: #FFF;
	box-shadow: none;
	position: inherit;
	top: inherit;
	right: inherit;
	z-index: inherit;
}
.map-container .map-modal .fa-caret-left,
.map-container .map-modal .nav-pills li.ico-close {
	display: none;
}
.map-container .map-modal .nav-pills {
	margin-bottom: 20px;
	width: 100%;
	position: inherit;
	top: inherit;
	float: none;
}
.map-container .calc {
	display: none;
}
.newsletter-box-cont {
	display: none !important;
}
#toTop {
	display: none;
}
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 99999;
}
.sel-lang-container {
	background: #333;
	padding: 10px 0;
}
body .home-news ul {
	margin: 10px 10px 40px;
}
.blog-post {
    margin: 0 0 20px 0;
}
.blog-post h2 {
    margin-top: 0;
}
.blog-post .blog-image {
    display: inline-block;
}
.blog-post .blog-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.blog-post .blog-post-meta {
    padding-top: 4px;
}

.blog-post-page .blog-image {
    float: left;
    padding: 0 10px 10px 0;
}
.blog-post-page .blog-image img {
    display: inline-block;
}

.blog-categories {
    margin-bottom: 20px;
}
.blog-categories h2 {
    margin: 0;
}
body .blog-categories-back {
	margin-bottom: 20px;
}
