/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/
@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.otf');
}
@font-face {
    font-family: 'Gotham Narrow Thin';
    src: url('../fonts/GothamNarrow-Thin.otf');
}
@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('../fonts/GothamNarrow Book.otf');
}
@font-face {
    font-family: 'Gotham Narrow Bold';
    src: url('../fonts/GothamNarrow-Bold.otf');
}
@font-face {
    font-family: 'Gotham Narrow Black';
    src: url('../fonts/GothamNarrow-Black.otf');
}
body {
	font-family: 'Gotham Narrow', sans-serif;
/*	font-weight: 400;*/
	color: #393939;
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	letter-spacing: 0.3px;
}
h1, h2, h3, h4, h5, h6 { color: #444; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 30px; text-transform: uppercase;font-family: 'Gotham Narrow Black', sans-serif; margin-top: 6px;}
h2 { font-size: 25px; text-transform: uppercase;font-family: 'Gotham Narrow Bold', sans-serif;}
h3 { font-size: 21px; }
h4 { font-size: 14px; text-transform: uppercase;font-family: 'Gotham Narrow Bold', sans-serif;}
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a {
	color: #393939;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f8f8f8;

}

#btn-enter-site {
    display: none;
}

#phoneModal .modal-dialog, #mailModal .modal-dialog {
	margin-top: 20%;
}

/* top */
#top {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 5px 0;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links ul{
	margin-bottom: 0;

}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	margin-top: 0px !important;
}
/* cart */
#cart {
	
}
#cart .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background:transparent;
	border:none;
	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.cart-total{
	background:#18A060;
	width:15px;
	height: 15px;
	font-size: 8px;
	border-radius: 50%;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	margin-left: -5px;
}
.cart-qty-div .btn-primary {
	margin-top: 0px;
}
/* menu */
#menu {
	background-color: transparent;
	min-height: 40px;
	margin-bottom: 0px;
}
#menu .nav > li > a {
	color: #393939;
	
	padding: 10px 0px 10px 47px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	color:#000;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	padding-top: 10px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	    min-width: 160px;
    display: block;
    padding: 7px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
}
#menu .dropdown-inner li a:hover {
	/*color: #FFFFFF;*/
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #444;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #444;
	padding: 2px 18px;
	float: right;
	background-color: #17A060;
	
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #17A060;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
		border:none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

.ctgr-lvl1 {
	font-size: 18px !important;
}

.ctgr-lvl2 {
	font-size: 16px !important;
}

.ctgr-lvl3 {
	font-size: 14px !important;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {

	margin-top: 100px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	font-size: 13px;
	height: 200px;
	padding-top: 80px;
}
footer img{
	margin:0px 5px 20px 5px;
}
footer li{
	display: inline-block;
	padding:0 10px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: transparent;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials{
	position: fixed;
	top:50%;
	left:0;
}
footer .socials li{
	display: block;
	padding:0;
}
footer .socials img{
	margin:0;
	margin-bottom: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: fixed;
	width: 98%;
	left: 1%;
	top: 20px;
	z-index: 99;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #19A161;
	border:none;
	border-radius: 0;
	width:150px;
	margin-top: 10px;
}
.btn-primary {
	color: #ffffff;
	background-color: #19A161;
	border:none;
	border-radius: 0;
	width:150px;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #18a161;
	background-position: 0 -15px;
	color:#e0e0e0;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #18A161;
	border:none;
	border-radius: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #18A161;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #18A161;
	border:none;
	border-radius: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #18A161;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	text-align: center;
}
.product-thumb .image {
	text-align: center;
	/*min-height: 237px;*/
	height: 200px;
	border:1px solid #e0e0e0;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.relatedrow .product-thumb .image {

	min-height: 258px;

}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	/*height: 198px;*/
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	min-height: 60px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.checkbox-inline, .radio-inline { position: relative; }
.table.table-unstyled>tbody>tr>td, .table.table-unstyled>tbody>tr>th, 
.table.table-unstyled>tfoot>tr>td, .table.table-unstyled>tfoot>tr>th, 
.table.table-unstyled>thead>tr>td, .table.table-unstyled>thead>tr>th {
    border-top: none;
}

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	h2 {
		font-size: 20px !important;
	}
	
	#button-cart {
		width: 150px !important;
	}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
	h1 {
		font-size: 20px !important;
	}
	
	h2 {
		font-size: 18px !important;
		text-align: center !important;
	}
	
	h4 {
		padding-top: 30px !important;
	}
	
	h6 {
		margin-top: 20px !important;
		font-size: 15px !important;
	}
	
	.banners {
		margin-bottom: 10px !important;
	}
	
	.list-group {
		padding: 0 10px !important;
	}
	
	.btn-primary {
		width: 130px !important;
	}
	
	.btn-default {
		width: 130px !important;
	}
	
	footer {
		height: 200px !important;
		margin-top: 0 !important;
		padding-top: 10px !important;
		text-align: center !important;
	}
	
	footer .socials {
		top: 70% !important;
	}
	
	footer .socials img {
		width: 40px !important;
	}
	
	.slidertext {
		margin-top: 20px !important;
		padding: 0 10px !important;
	}
	
	.slidertext p {
		font-size: 10px !important;
		line-height: 10px !important;
	}
	
	.slidertext .btn-primary {
		padding: 10px !important;
	}
	
	.homecatrow {
		margin-top: 20px !important;
	}
	
	.homecatrow h1 {
		margin-bottom: 20px !important;
	}
	
	.homeabout {
		margin-top: 10px !important;
		width: 80% !important;
		margin-bottom: 10px !important;
	}
	
	#slider-thumbs {
		margin-bottom: 220px !important;	
	}
	
	#slider-thumbs .list-inline>li {
		height: 72px !important;
	}
	
	#menu {
		padding: 0 10px !important;
	}
	
	#prodsec {
		margin: 0 !important;
	}
	
	.product-thumb .image {
		min-height: 150px !important;
	}
	
	.path-64 .product-thumb .image {
		min-height: 237px !important;
	}
	
	.partners img {
		margin: 0 auto !important;
	}
	
	.relatedrow .col-lg-2 {
		width: 100% !important;
	}
	
	.quickcheckoutleft {

		width: 100% !important;

	}

	.quickcheckoutright {

		width: 100% !important;

	}

	.quickcheckoutmid {

		width: 100% !important;

	}

	#quickcheckoutconfirm .col-sm-6 {

		width: 100% !important;

	}

	#cart1 {

		padding-top: 0px !important;

	}

	table.quickcheckout-cart {

		overflow: auto !important;

	}

	.quickcheckout-cart td.image img {

		width: 30px !important;

		height: auto !important;

	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

/* my style */
/*home page*/
.htmlcontent{
	/*text-align: center;
	margin:0 auto;
	text-align: center;
	margin-top: 100px;
	width:58%;
	margin-bottom: 100px;*/
}
.homeabout{
	text-align: center;
	margin:0 auto;
	text-align: center;
	margin-top: 100px;
	width:58%;
	margin-bottom: 100px;
}
.homecatrow{
	margin-top: 50px;
}
.catimg{
	min-height: 200px;
	position: relative;
	text-align: center;
}
.catimg img{
	
	bottom:0;
}
.homecatrow div{
	text-align: center;
}
.homecatrow a{
	font-family: 'Gotham Narrow Bold', sans-serif;
	text-transform: uppercase;

}
.homecatrow h1{
	margin-bottom: 100px;
}
.more{
	font-family: 'Gotham Narrow Bold', sans-serif;
	color:#18a161;
}
/* about us */
.banners{
	margin-bottom: 50px;

}
.banners img{
	margin:0 auto;
	width:100%;
}
.ban{
	padding:0;
}
.sidecat .list-group-item{
	border:none;
	padding:5px 0px;
}
.sidecat .list-group a{
	color: #393939;
	font-size: 13px;

}
.sidecat .list-group a:focus{
	color:#19a262;
	background: transparent;
	border:none;
	font-family: 'Gotham Narrow Bold', sans-serif;
}
.sidecat .list-group a:hover{
	color:#19a262;
	background: transparent;
	border:none;
	font-family: 'Gotham Narrow Bold', sans-serif;
}
.sidecat .list-group a.active, .list-group a.active:hover {
	color:#19a262;
	background: transparent;
	border:none;
	font-family: 'Gotham Narrow Bold', sans-serif;
}

.sidecat ul li ul, .sidecat ul li ul li ul {
	    -webkit-padding-start: 20px;
}

#slider-thumbs{
	margin-top: 20px;
	/*margin-bottom: 130px;*/
	margin-bottom: 20px;
}
#slider-thumbs .list-inline>li {
	height: 80px;
}
#slider-thumbs .list-inline>li:first-child{
	/*width:100px;
	height: 100px;*/
	padding-left: 0;
}
#slider-thumbs .list-inline>li:last-child{
	/*width:100px;
	height: 100px;*/
	padding-right: 0;
}
.carousel-control.left,.carousel-control.right{
	background:transparent !important;
}
.carousel-control{
	top:50%;
	font-size: 60px;
	opacity: 1;
	width:10%;
}
/* category pages */
.text{
	position: absolute;
	width: 189px;
	height: 52%;
	top:0;
	display: none;
}
.product-thumb button{
	background:transparent;
	border:none;
}
.product-thumb .hoverbtn{
	/*margin-top: 50%;*/
	margin-top: 40%;
}
.product-thumb:hover .text{
	display: block;
}
/* product description page */
.productrow label{
	text-transform: uppercase;
	font-family: 'Gotham Narrow Bold', sans-serif;
}
#button-cart{
	padding:10px;
	width:50%;
	border-radius: 0;
}
.relatedrow .product-thumb .image{
	border:none;
}
.relatedrow .col-lg-2{
	width:20%;
}
#product .form-control{
	border-radius: 0;
	box-shadow: none;
}
#product .col-sm-6{
	padding-left: 0;
}
/* partner */
.partners div{
	margin-bottom: 30px;
}
/* login */
.well{
	background:transparent;
	border:none;
	box-shadow: none;
	min-height: 330px;
}
.well .form-control{
	border-radius: 0;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 25px;
}
.well .btn-primary{
	border-radius: 0;
    width: 20%;
}
.well p{
	font-size: 13px;
}
.well1 a{
	color:#18a161;
}
.well2 .btn-primary{
	margin-top: 110px;
}
/* register */
.account-register .form-control{
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
	width:50%;
	margin-top: 10px;
}
.account-register .btn-primary{
	border-radius: 0;
	width:10%;
	margin-top: 10px;
}
.account-register b{
	text-decoration: underline;
}
.account .list-group a{
	color: #393939;
    font-size: 13px;
    border:none;
}
.account .list-group-item{
	border: none;
    padding: 5px 0px;
}
.account .list-group a:hover{
	color: #19a262;
    background: transparent;
    border: none;
    font-family: 'Gotham Narrow Bold', sans-serif;
}
/* overall */
.form-control{
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
	
}
/*cart */
.checkout-cart .img-thumbnail{
	border:none;
}
.checkout-cart .table>tbody>tr>td{
	border-top: none;
}
.checkout-cart .table>tbody>tr>td:first-child{
	width:130px;
}
.checkout-cart .table>thead>tr>td{
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-family: 'Gotham Narrow Bold', sans-serif;
}
.checkout-cart .btn-danger{
	background:transparent;
	border:none;
	box-shadow: none;
}
.totaltable{
	font-family: 'Gotham Narrow Bold', sans-serif;
	text-transform: uppercase;
}
.totaltable>tbody>tr:first-child{
	border-top:1px solid #ddd;
}
.totaltable>tbody>tr:last-child{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
/* checkoeut */
.quickcheckout-heading {
font-family: 'Gotham Narrow Bold', sans-serif;
font-size: 14px !important;
} 
.quickcheckout-checkout .form-control{
	    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 5px;
}
.quickcheckout-checkout textarea{
	    border: 1px solid #ccc;
}
.quickcheckout-checkout .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
#payment-address div{
	padding-left: 0;
}
#shipping-method div{
	padding-left: 0;
}
.quickcheckout-checkout .btn-danger{
	background:transparent;
	border:none;
	box-shadow: none;
}
.totaltable>tbody>tr>td{
	border-top: none;
}
.quickcheckout-cart thead{
	text-transform: uppercase;
	font-family: 'Gotham Narrow Bold', sans-serif;
}
.newlabel{
	position: absolute;
	right: 7%;
}
.salelabel{
	position: absolute;
	left: 7%;
}

/* landing */
.common-landing nav{
	display: none;
}
.common-landing header{
	display: none;
}

.landingtext{
	/*margin-top: 34%;*/
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 2s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
    
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-90%);
    }
    100% {
        -moz-transform: translateY(-50%);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-90%);
    }
    100% {
        -webkit-transform: translateY(-50%);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-90%);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* contact */
.information-contact iframe{
	width:100%;
	height: 300px;
}
.information-contact .panel{
	border:none;
	box-shadow: none;
}
.information-contact .panel div{
	padding:0;
}
.contacttbl{
	margin-top: 20px;
}
.contacttbl td{
	vertical-align: top;
	padding-left: 10px;
}
address{
	margin-bottom: 0;
}
textarea {
    resize: none;
}
.contacttbl strong{
	text-transform: uppercase;
	font-family: 'Gotham Narrow Bold', sans-serif;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: uppercase;
    color:#a9a9a9;
}

.common-home nav{
	/* display: none; */
}
.common-home header{
	/* display: none; */
}
.common-home footer{
}

.common-home h2 {
	color: #19A161;
	font-size: 42px;
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.common-home .landingpage-logo-div {
	position: absolute;
	top: 20px;
	width: 100%;
}

.common-home .landingpage-logo-div #logo img {
	margin: 0 auto;
}

/* slider */
h6{
	text-transform: uppercase;
	font-size:45px;
	font-family: 'Gotham Narrow Bold', sans-serif;
	color:#19a262;
	margin-top: 100px;
}


.landingtext .btn-primary{
	padding:20px !important;
	font-size: 13px;
}

.slidertext{
	margin-top: 100px;
	text-align: left;
}
.slidertext p{
	/*color:#606060;*/
	color: #000000;
}
.slidertext .btn-primary{
	text-transform: uppercase;
	color:#19a262;
	background:#fff;
	padding:20px;
}
.slide-2 .ms-slide-layers {
	left: 0 !important;
}

.slide-2 .ms-slide-layers .ms-layer {
	left: -8% !important;
}

#masterslider0 .ms-layer {
    height: 100%;
}
#masterslider0 .ms-layer .ms-slide-desc {
    height: 100%;
}

@media only screen and (max-width : 1536px) {
.slide-2 .ms-slide-layers .ms-layer {
	left: -22% !important;
}
}

@media only screen and (max-width : 1366px) {
.slide-2 .ms-slide-layers .ms-layer {
	left: -30% !important;
}
}

@media only screen and (max-width : 1280px) {
.slide-2 .ms-slide-layers .ms-layer {
	left: -35% !important;
}
}

#des{
	height: 50px;
	overflow: hidden;
	transition: height 2s ease-out;
}
.desclass{
	height: auto !important;
	
}
.product-product .form-control{
	border: 1px solid #ccc;
}
.active{
	/*color:green;*/
}
.common-home h6{
	text-transform: uppercase;
	font-size:45px;
	font-family: 'Gotham Narrow Bold', sans-serif;
	color:#19a262;
    padding: 30px 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
	 background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(49%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.3) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */

}
.product-category .banners{
    margin: 0px;
}
.product-category .cat-desc{
    margin: 15px 0;
}