body {
	color: #000;
	font: 14px/22px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #E8E8E8;
}

html,body {
    height:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
p {
	line-height: 1.4;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
.bold {
	font-weight: normal;
}
.sep {
	height: 5px;
	background: url(../../graphics/00000001/images/sep.png) repeat;
}
hr {
	border-top: 0;
	border-bottom: 1px solid #f4f4f4;
	height: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}
.bor {
	background: url(../../graphics/00000001/images/sep.png) repeat-x;
	height: 5px;
	margin: 10px 0 10px 0;
}
.center {
	text-align: center;
}
.red,
.error,
.invalid {
	color: #f00 !important;
}
.italic {
	font-style: italic !important;
	font-weight: normal !important;
}
.required {
	font-weight: bold;
}
.horizontal-links a {
	margin-right: 20px;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
:focus {
	outline: none;
}

::-moz-focus-inner {
 border:0;
}
.well {
	background: #fafafa;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 2px #eee;
	margin: 20px 0px;
	padding: 10px 15px;
}
.no-padding{
	padding:0;
}
ali
/* Form */
form {
	margin: 5px 0px;
}
	form h2 {
		font-size: 1.5em !important;
	}
/* Modal */


/* Button */
a.btn,
a.btn:visited,
a.btn:hover {
	color: #333333;
}
	a.btn-primary,
	a.btn-primary:visited,
	a.btn-primary:hover,
	a.btn-warning,
	a.btn-warning:visited,
	a.btn-warning:hover,
	a.btn-danger,
	a.btn-danger:visited,
	a.btn-danger:hover,
	a.btn-success,
	a.btn-success:visited,
	a.btn-success:hover,
	a.btn-info,
	a.btn-info:visited,
	a.btn-info:hover,
	a.btn-inverse,
	a.btn-inverse:visited,
	a.btn-inverse:hover {
		color: #fff;
	}
.button {
	margin: 10px 0 5px 0;
}
	.button a,
	.button a:visited {
		border: 0 !important;
		color: #fff;
		font: 13px 'Open Sans', Arial, Helvetica, sans-serif !important;
		padding: 5px 10px;
		text-decoration: none !important;
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	.button a:hover {
		color: #fff;
		text-decoration: none;
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	button.close {
		height:30px;
		width: 30px;
	}

/* Social */
.social {
	font-size: 13px;
	margin: 5px 0;
}
	.social i {
		border-radius: 3px;
		box-shadow: inset 0 0 1px #333;
		color: #fff;
		display: inline-block;
		line-height: 25px;
		margin: 0 5px 0 0;
		text-align: center;
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
		width: 25px;
		height: 25px;
	}
	.social i.facebook {
		background: #3c5b9b;
	}
	.social i.twitter {
		background: #2daae1;
	}
	.social i.google-plus {
		background: #f63e28;
	}
	.social i.pinterest {
		background: #cb2027;
	}
	.social i.vimeo{
		background: #aad450;
	}
	.social i.youtube{
		background: #bb0000;
	}
	.social i.flickr{
		background: #ff0084;
	}

	.social i.instagram{

		background: #517fa4;
	}

	.social i.linkedin {
		background: #0173b2;
	}
		.social i:hover {
			background: #000;
			-webkit-transition: background 1s ease;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			transition: background 1s ease;
		}
	.social a,
	.social a:visited,
	.social a:hover {
		color: #fff;
		text-decoration: none;
		margin-bottom:5px;
		display: inline-block;
	}	

/* Back to top */
.totop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 104400;
}
	.totop a,
	.totop a:visited {
		color: #fff;
		display: block;
		line-height: 30px;
		text-align: center;
		width: 30px;
		height: 30px;
	}
	.totop a:hover {
		color: #fff;
		text-decoration: none;
	}

/* Image alignment*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* 1-3 Column */
.onethree-left {
	float: left;
	width: 23%;
}
.onethree-right {
	float: right;
	width: 76%;
}

/* Half column */
.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 48%;
	float: right;
}
.container {
	max-width: 940px;
	width: 100%;
}

/* Title */
.title {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
	.title i {
		margin-right: 3px;
	}

/* topheader */
header{
	max-width: 940px;
	margin: 0 auto;
}

header.topheader{
	background: #CCCCCC;
	padding:0;
}
	header.topheader .hlinks{
		text-align:right;
	}
	header .phone{
		line-height:30px;
		text-align:left;
		font-weight: bold;
		margin-bottom: 0px !important;
	}

	.iconbar {
		padding:0 !important;
	}

		.iconbar a {
			text-decoration: none;
		}
		.iconbar .xs-cart {
			display: inline !important;
		}

		.iconbar i {
			width: 24%;
			width: calc(25% - 5px);
			display: inline-block;
			vertical-align: middle;
			color:#000;
			font-size:20px;
			padding: 3px 0;
			border-right:1px solid #fff !important;
		}
		.iconbar a:last-child i {
			border-right:none !important;
		}
			.iconbar i span {
				font-family: Arial, Helvetica, sans-serif;
				font-size:18px;
				margin-left:5px;
			}

/* btmheader */
		header {
			background:#f7f7f7;
			color: #000;
		}
		header .logo h1 a,
		header .logo h1 a:visited,
		header .logo h1 a:hover {
			color: #777;
			font-size: 35px;
			font-weight: 400;
			text-decoration: none;
		}
		header .logo .meta {
			color: #888;
			line-height: 15px;
			margin: 0;
			padding: 0;
		}
		header .logo img {
			max-width: 100%;
		}
	header .hlinks > span {
		border-radius: 3px;
		color: #fff;
		padding: 5px 7px;
	}
	header .hlinks > span a, header .hlinks > span a:visited{
		color: #fff;
	}
	header .hlinks a.btn-primary, header .hlinks a:visited.btn-primary{
		line-height:18px;
	}
	header .hlinks > span {
		background: #4E5555;
		border: 1px solid #2B2E2E;
	}
		header .hlinks a{
			color: #383d3d;
			text-decoration: none;
			line-height:30px;
			-webkit-transition: background 1s ease;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			transition: background 1s ease;
		}
		header .hlinks a:visited {
			color: #171919;
		}
		header .hlinks a:hover {
			color: #171919;
		}
	header form .form-group, .footer-searchbar form .form-group{
		padding-right:0;
		padding-left:0;
	}
	header form input.form-control, .footer-searchbar form input.form-control, .thankyou form div input.form-control{
		width:100% !important;
		border-right:none;
		border-radius: 5px 0 0 5px;
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		border-color: #9c9d9d;
	}
	header form{
		margin-top:0;
	}
	.blackbar{
		width: 100%;
		background-color: #000;
		height: 20px;
	}
	.pre-footer-1{
		text-align: center;
	}
	.pre-footer-1, .pre-footer-2{
		display: inline-block;
		vertical-align: middle;
	}
	.footer-searchbar{
		border-top: 1px solid #000;
		background-color: #CCC;
	}
	.btn-checkout{
		background-color: #fd4b01;
		border-color: #902a01;
		color: #fff !important;
		font-weight: bold;
	}
	.btn-checkout:hover{
		background-color: #c93a00;
		border-color: #b03301;
		color: #fff !important;

		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	header form .btn, .footer-searchbar form .btn, .thankyou form .btn{
		height:34px;
		float:left;
		border-radius: 0 5px 5px 0;
		background-color: #fd4b01;
		border-color: #ac3302;
		color: #fff;
		font-weight: bold;
	}
	header form .btn:hover, .footer-searchbar form .btn:hover{
		background-color: #c93a00;
		border-color: #b03301;
		color: #fff;

		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	header .basket-count{
		vertical-align:middle;
		margin-right:10px;
		font-size:18px;
		line-height: 30px;
	}
	header .basket-count:hover{
		color: #171919;
	}
	header .checkout-btn{
		font-size:18px;
	}
	header .search-row div.v-center{
		display: table;
    	vertical-align: middle;
    	height: 50px;
	}
	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks{
		vertical-align:middle;
		display:table-cell;
	}
	header .search-row div.v-center .hlinks a.float-right {
	float: right;
	}
/* Account Modal */
.hlinks .icon-user{
	font-size: 25px;
	line-height: 30px;
}
.hlinks .head-phone {
	font-size: 15px;
	line-height: 30px;
	display: inline;
	margin-left:10px;
	vertical-align:top;
}
#login .modal-header {
	border-bottom: none;
	border-top: 1px solid #E5E5E5;
	padding: 5px 15px 0;
}
	#login .modal-header.top{
		border-top: none;		
	}
#login .modal-body {
	margin-top: 0;
	padding-top: 0;
}	
#login .modal-footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.footer-link a{
	color: #fff;
	text-decoration: underline;
	text-align: center;
}
/* Navigation */
.navbar {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0;
	border-right: 0 !important;
	border-left: 0 !important;
	filter: none !important;
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 0px;
	padding: 0 !important;
	padding-left: 10px;
}
	.navbar ul {
		margin: 0;
		padding: 0;
	}
		.navbar ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			border-right: 1px solid #2b2e2e;
		}
	.navbar button {
		font-size: 13px;
	}

	.navbar div.barGroup {
		display: inline-block;
	}

	.navbar span.menuText {
		display: inline-block;
		vertical-align: middle;
		line-height: 35px;
		height: 44px;
		font-size: 20px;
		color: #fff;
		margin-left: 10px;
	}

		.navbar-toggle .icon-bar {
			background: #fff;;
		}
	.navbar .caret {
		border-top-color: #fff !important;
		border-bottom-color: #fff !important;
	}
	.navbar .nav {
		margin-left: 0px;
		line-height: 20px;
	}
	.container > .navbar-header, .container > .navbar-collapse {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}
	.navbar .nav > li > a {
		color: #fff !important;
		text-shadow: none !important;

		background-color: #383d3d;
		border-color: #2b2e2e;

		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	.navbar .nav > li > a:hover {
		color: #fff !important;
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		transition: background 1s ease;
	}
	.navbar .nav .active > a,
	.navbar .nav .active > a:hover,
	.navbar .nav .active > a:focus {
		box-shadow: none;
		color: #ffffff;

	}
	.dropdown-toggle {
		z-index: 2000;
	}
	.nav-collapse a {
		font-weight: normal !important;
		text-shadow: none !important;
	}
	.dropdown-menu {
		background: #fafafa !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		border-top: none !important;
		border-bottom: none !important;
		margin: 0;
		margin-top: 1px !important;
		padding: 0;
		z-index: 2000;
	}
		.dropdown-menu a {
			background: #fafafa !important;
			border-bottom: 1px solid #ddd;
			padding: 10px 10px !important;
			color: #666 !important;
			text-shadow: none !important;
			-webkit-transition: background 1s ease;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			transition: background 1s ease;
		}
		.dropdown-menu a:hover,
		.dropdown-menu a:focus {
			background: #f3f3f3 !important;
			filter: none !important;
			-webkit-transition: background 1s ease;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			transition: background 1s ease;
		}
			.dropdown-menu::after,
			.dropdown-menu::before {
				border: none !important;
			}
		.nav-collapse .nav > li > a,
		.nav-collapse .dropdown-menu a {
			border-radius: 0 !important;
		}
		.nav-collapse .dropdown-menu li + li a {
			margin-bottom: 0 !important;
		}
/* Page heading */
.page-head {
	box-shadow: inset 0px 0px 4px #bbb;
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	padding:10px 0; 
	margin-bottom: 15px;
}
/* Content */
.content h1 {
	color: #777;
	font-size: 23px;
	line-height: 33px;
}
.content h4 {
	color: #999;
	font-size: 15px;
}

.content {
	margin: 20px 0px;
}
.content ul li {
	list-style-type: circle;
	padding: 1px 0px;
	margin: 0px;
}
.lists ul {
	margin: 0px;
	margin-left: -15px;
}
.tab-pane ul {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}
/* ------------------------ promotion boxes ------------------------ */
	.promo {
		margin: 10px 0;
	}
		.promo .pcol-left {
			float: left;
			text-align: center;
			width: 38%;
		}
		.promo .pcol-right {
			float: right;
			width: 58%;
		}
		.promo .pbox img{
			border: 1px solid #fff;
			box-shadow: 0 0 4px #888;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
			padding: 0;
			margin: 10px auto;
		}
		.promo a,
		.promo a:visited,
		.promo a:hover {
			color: #fff;
			text-decoration: none;
		}
		.promo .pmed {
			font-size: 17px;
			font-weight: 600;
			line-height: 27px;
			text-transform: uppercase;
		}
		.promo .psmall {
			font-size: 13px;
			line-height: 20px;
		}
/* ------------------------ promotion boxes ------------------------ */
.about .row{
	padding:10px 20px 20px;
	margin:0;
	border:1px solid #cccccc;
}		
/* Cart */

.cart {
	margin: 20px 0px;
}
.cart .remove-form .btn{
	background:none;
	padding: 6px 0;
}
.cart .update-cart .btn{
	background:none;
	padding: 6px 0;
	border: none;
}
.cart .update-cart .btn:hover{
	background:none;
	border: none;
}
.cart .update-cart .btn:active, .cart .update-cart .btn.active{
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); 
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); 
}
.cart .remove-row{
	width:30px;
}
.cart .icon-remove{
	color:#D2322D;
}
#cart a {
	color: inherit;
}
table.tcart{
	margin-bottom:0;
	border: 1px solid #DDD;
}
.cart .tcart img {
	max-height: 50px;
}
.cart td.item-input {
	width: 20%;
}
.basket-charges, #basket-totals{
	padding:0 8px 3px;
}
#basket-footer div#basket-totals{
	border-bottom: 1px solid #DDD;
	margin-bottom:10px;
	font-size:1.1em;
	font-weight:bold;
}
#basket-footer div{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 3px 8px;
	margin-bottom:0;
	background:none;
}
/* Checkout */

.checkout {
	margin: 20px 0px;
}
/* Shipping */
#shipestimate_table{
	width:100%;
}
.shipestimate_dialog {
	
	padding: 8px;
	height:100%;
}
#shipestimate_recalculate{
	display:none;	
}

/* Item */
.items .container{
}
.category-items {
	margin: 20px 0px;
}
.page-head .breadcrumb {
	background: transparent;
	border: 0px solid #eee;
	padding: 10px 0;
	margin: 0px;
	border-radius: 0px;
}
.subcategory-title {
	display: inline-block;
	float: left;
}
.subcategory-hide {
	float: right;
	width: initial;
}
.subcategory-item{
	margin: 0 auto;
	padding: 10px 0;
	min-height: 190px;
}
.category-item {
	min-height: 250px;
	max-height: 250px;
	max-width: 250px;
	margin: 0 auto;
	padding: 10px 0;
}
.category-item .ico {
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-left: 5px;
}
.category-item hr {
	margin: 5px 0px;
}
.subcategory-item .item-image{
	max-height: 100px;
}
.category-item .item-image {
	max-height: 150px;
	border: 1px solid #f3f3f3;
	box-shadow: inset 0px 0px 1px #ddd;
	-webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}
.category-item .item-image:hover {
	box-shadow: inset 0px 0px 5px #ccc;
	-webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}
.subcategory-item .item-image img{
	padding: 5px 0px;
	max-height: 100px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.category-item .item-image img {
	padding: 5px 0px;
	max-height: 144px;
	max-width: 144px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.subcategory-item .item-details h5, .category-item .item-details h5 {
	text-align: center;
}
.category-item .item-details h5 a {
	color: #666;
}
.subcategory-item .item-details h5 a:hover, .category-item .item-details h5 a:hover {
	text-decoration: none;
}
.category-item .item-details p {
	text-align: center;
}
.category-item .item-price {
	text-align:center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	border-radius: 5px;
	font-size: 14px;
}
.category-item .button{
	text-align:center;
}
/* Product main details */

.product-main .form-horizontal label.control-label{
	padding-right:0;
	text-align:left;
}
.product-images {
	text-align: center;
}

.thumbnails {
	display: inline-block;
	margin: 0;
	padding: 0;
}
	.thumbnails li {
		border: 1px solid #eee;
		cursor: pointer;
		display: inline-block;
		margin: 5px;
		padding: 0;
		text-align: center;
		width: 72px;
		height: 72px;
	}
		.thumbnails li span {
			display: inline-block;
			height: 100%;
			text-align: center;
			vertical-align: middle;
		}
		.thumbnails li img {
			vertical-align: middle;
		}



.swatches ul {
	padding: 0;
}
	.swatches li {
		cursor: pointer;
		display: inline-block;
		margin: 0 5px !important;
		padding: 0;
		text-align: center;
		width: 50px;
		height: 50px;
	}

.closeup {
	background: #fff;
	border: 1px solid #333;
	display: none;
	min-width: 274px;
	min-height: 274px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	top: 75px;
	text-align: center;
	z-index: 9999;
}
	.closeup a {
		cursor: pointer;
		margin: 5px 0 0 0;
		z-index: 10000;
	}
.closeup_backing {
	background: #333;
	display: none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9990;
}

/* OSEL Page */
#osel-form #ship-to .form-group,
#osel-form #bill-to .form-group{
	margin-bottom:0;
}
#osel-form #ship-to .form-group label,
#osel-form #bill-to .form-group label,
#osel-form #ship-to .form-group .form-control-static,
#osel-form #bill-to .form-group .form-control-static{
	padding:0 5px 0 0;
}
/* OPAY Page */
#opay-form #ship-to .form-group,
#opay-form #bill-to .form-group{
	margin-bottom:0;
}
#opay-form #ship-to .form-group label,
#opay-form #bill-to .form-group label,
#opay-form #ship-to .form-group .form-control-static,
#opay-form #bill-to .form-group .form-control-static{
	padding:0 5px 0 0;
}
/* OPAY Page */
#customer-fields.non-editable .form-group{
	margin-bottom:0;
	overflow: hidden;
}
#customer-fields.non-editable label,
#customer-fields.non-editable .form-group .form-control-static{
	padding:0 5px 0 0;
}
/* Related posts */
.PROD .category-item {
	min-height: 240px;
	max-height: 266px;
}

/* Pagination */

.paging {
	width: 270px;
	clear: both;
	padding: 6px 0;
	line-height: 17px;
	font-size: 13px;
}
.paging span,
.paging a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 5px 8px;
	text-decoration: none;
	width: auto;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: normal;
}
.paging a:hover {
	color: #fff;
	background:#cccccc;
}
.paging .current {
	padding: 5px 8px;
	color: #fff;
	background:#4d5655;
}
/* 404 Page */

.error-page .big-text {
	font-size: 170px;
	line-height: 180px;
	color: #999;
}
/* Item review */

.nav-tabs {
	margin-bottom: 10px;
}
.item-review {
	background: #fafafa;
	margin: 10px 0px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 10px;
}
.item-review .rmeta {
	font-style: italic;
}
/* Careers */

.career .nav > li {
	background: none;
	padding: 0px;
	list-style-type: none;
}
.nav-tabs > li > a:hover {
	color: #fff;
}
/* Sidebar page navigation */

#navi {
	margin: 0px;
	padding: 0px;
}
#navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi > li > a {
	display: block;
	padding: 10px 10px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
}
#navi > li > a:hover {
	color: #666;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
}
/* Sidebar items */

.sitem {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.sitem img {
	margin-top: 5px;
	max-width: 45px;
}
/* Support */

#slist p {
	display: none;
	margin: 5px 0px;
	padding: 5px 10px;
	background: #fff;
	line-height: 25px;
	border: 1px solid #eee;
}
#slist {
	margin-left: 15px;
}
ul#slist {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#slist li {
}
#slist li a {
	display: block;
	margin-bottom: 10px;
}
/* Contact #1 */

.gmap iframe {
	width: 100%;
}
/* Support contact */

.scontact p {
	margin: 4px 0px;
}
/* Footer */

footer {
	background: #f7f7f7;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 10px;
	color: #555555;
	font-size: 12px;
}
footer #newsletter{
	margin-bottom:10px;
}
footer #newsletter h3{
	margin-right:20px;
}
#global-newsletter-email{
	border-radius:5px 0 0 5px;
}
footer #newsletter form div{
	padding:0;
	margin:0;
}
footer #newsletter .btn{
	border-radius:0 5px 5px 0;
	line-height: 20px;
}
footer form{
	margin:0;
}
footer a,
footer a:visited {
	color: #555;
}
footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
footer hr {
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
footer ul,
footer .widget ul {
	margin: 0;
	padding: 0;
}
footer div.widget li {
	list-style-type: none;
	margin-bottom: 5px;
}
footer .widget {
	margin-bottom: 20px;
}
footer .copy {
	margin-bottom: 5px;
	font-size: 11px;
}
footer .payment-icons img {
	max-width: 35px;
	margin-right: 5px;
}


footer i {
	margin-right:5px;
}

    /* Address ! */
    footer #address .icon-home {
        float:left;
        margin-top:4px;
    }
    footer #address-inner {
        float:left;
    }

footer .foot-address {
	display: block;
}
.searchfield{
	float: left;
}

/* Responsive */

@media (max-width: 480px) {
	.col-left,
	.promo .pcol-left {
		width: 100%;
		float: none;
		margin-right: none;
	}
	.col-right,
	.promo .pcol-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.promo .pcol-right {
		text-align: center;
	}
	.promo .pbox {
		height: auto !important;
	}
	.recent-posts ul li {
		height: 280px;
	}
	header .search-row{
		padding:0;
	}
	header .search-row div.v-center{
		display: block;
	   	vertical-align: middle;
	   	height: auto;
	}
	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks{
		vertical-align:middle;
		display:block;
	}
	.carousel-control{
		display:none;
	}
	header {
		padding-top:  0 !important;
		padding-bottom: 0 !important;
		text-align: center;
	}
	.navbar ul li {
		border:none;
	} 
}
@media (max-width: 599px) {
	.special-hide{
		display: none;
	}
}
@media (max-width: 767px) {
	.padding-ul{
		padding-left: 5px;
	}
	.content-left, .content-right{
		text-align: center;
	}
	.searchfield{
		width: 220px;
	}
	form *, .btn-checkout {
		font-size: 11px !important;
	}
	.border-bottom-2{
		border-bottom: none;
	}
	.border-left-block{
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		padding-top: 15px;
	}
	.border-right-block{
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding-bottom: 15px;
	}
	.hide-mobile{
		display: none;
	}
	legend.scheduler-border {
	    font-size: 12px;
	}
	.clear-mobile{
		clear: both;
	}
	.container > .navbar-header, .container > .navbar-collapse {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	header .search-row div.v-center{
		display: block;
	   	vertical-align: middle;
	   	height: auto;
	}
	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks{
		vertical-align:middle;
		display:block;
	}
	.table-responsive{
		margin-bottom:0 !important;
	}
	.onethree-left {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		/*overflow-x: hidden;*/
		overflow-y: hidden;
		border: none;
	}
	.onethree-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.flex-caption {
		display: none !important;
	}
	.flex-direction-nav .flex-prev {
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		right: 10px;
	}
	.slider-features,
	footer,
	.page-head,
	.navbar-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	header {
		text-align: center;
	}
	header form {
		width: 100%;
		margin: 0 auto;
	}
	.navbar .nav {
		margin-left: 0px !important;
		border: 0px !important;
	}
	.navbar .nav > li {
		border: 0px !important;
	}
	.dropdown-menu {
		border: 0px !important;
	}
	.navbar .nav {
		border-left: 0px !important;
	}
	.flex-caption {
		display: none;
	}
	.page-head {
		text-align: center;
	}
	.form-inline button {
		margin-left: 0px;
	}
	.recent-posts .rp-details {
		height: 60px;
	}
	.recent-posts .rp-details h5 {
		font-size: 12px;
		line-height: 16px;
	}
	.recent-posts .rp-details p {
		display: none;
	}
	.recent-posts .price {
		display: block;
		float: none;
		max-width: 50px;
		margin-top: 5px;
	}
	.carousel-control{
		display:none;
	}
	.social {
		font-size:20px;
	}
	.social i {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.footer ul li {
		text-align: center;
		list-style: outside none none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.footer ul li a{
		color: #E8E8E8;
		font-size: 12px;
	}
	.footer-logos-position{
		width: 246px;
		margin: 0 auto;
	}
	.footer ul{
		margin-bottom: 0px !important;
	}
	.footer{
		padding-top: 7px;
		font-size: 12px;
	}
	.footer-1, .footer-2, .footer-3{
		text-align: center;
		margin: 0 auto;
	}
	.footer-1{
		font-weight: bold;
	}
	.footer-3{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header form .btn{
		width: 76px;
	}
	.pre-footer{
		margin: 0 auto;
		padding: 15px 0px;
		width: 250px;
	}
	.searchbar-pad{
		padding: 0px 15px; 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.search-center{
		margin: 0 auto;
		overflow: hidden;
		width: 286px;
		padding-top: 15px;
	}
	.index-border-top{
		border-top: 1px dotted #000;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.height-pc-1{
		height: 190px;
	}
	.margin-1{
		margin-top: 5px;
	}
	.chips-1{
		margin: 0 auto;
		max-width: 350px;
	}
	.content-left{
		text-align: left !important;
	}
	.content-right{
		text-align: right !important;
	}
	.glasses-margin-item{
		padding-top: 70px !important;
	}
	.table-responsive-small-pc {
	    width: 100%;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    border: medium none;
	}
	.footer-searchbar{
		padding: 10px 0px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.footer-border{
		border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	.searchfield{
		width: 60%;
	}
	form *, .btn-checkout {
		font-size: 11px !important;
	}
	.footer-3{
		float: right;
	}
	.footer-1, .footer-2{
		display: inline-block;
		vertical-align: middle;
	}
	.footer-1{
		padding-right: 5px;
	}
	.border-bottom-2{
		border-bottom: 1px solid #000;
	}
	.border-left-block{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.border-right-block{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	legend.scheduler-border {
	    font-size: 14px;
	}
	.table-instruction{
		display: none;
	}
	.padding-search{
		padding-top: 8px;
	}
	.phone-position {
	    float: right;
	}
	header .logo {
	    padding: 0px;
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	.footer ul li {
	    padding-right: 5px;
	    padding-left: 5px;
	}
	.footer ul li:nth-child(1){
		padding-left: 0px;
	}
	.footer ul li:nth-child(2), .footer ul li:nth-child(3), .footer ul li:nth-child(4), .footer ul li:nth-child(5), 
	.footer ul li:nth-child(6), .footer ul li:nth-child(7) {
	    border-left: 1px solid #E8E8E8;
	}
	.footer ul li {
	    list-style: outside none none;
	    float: left;
	}
	.footer ul li a{
		color: #E8E8E8;
		text-decoration: underline;
	}
	.footer{
		padding-top: 10px;
		padding-bottom: 13px;
		font-size: 11px;
	}
	.borders-body {
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	header form .btn{
		width: 72px;
	}
	.pre-footer{
		float: right;
	}
	.searchbar-pad{
		padding-top: 8px;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100% !important;
	}
	header {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	header .search-row div.v-center{
		display: block;
	   	vertical-align: middle;
	   	height: auto;
	}
	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks{
		vertical-align:middle;
		display:block;
	}
	header .logo {
		text-align: center;
	}
	header form {
		width: 100%;
		margin: 0 auto 7px;
	}
	.sitem img {
		max-width: 35px;
	}
}
@media screen and (min-width: 992px){
	.height-pc-1{
		height: 190px;
	}
	.margin-1{
		margin-top: 5px;
	}
	.chips-1{
		margin: 0 auto;
		max-width: 350px;
	}
	.content-left{
		text-align: left !important;
	}
	.content-right{
		text-align: right !important;
	}
	.glasses-margin-item{
		padding-top: 70px !important;
	}
	.footer-searchbar{
		padding: 10px 0px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.footer-border{
		border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	.searchfield{
		width: 60%;
	}
	.pre-footer{
		float: right;
	}
	.footer-3{
		float: right;
	}
	.footer-1, .footer-2{
		display: inline-block;
		vertical-align: middle;
	}
	.footer-1{
		padding-right: 5px;
	}
	.border-bottom-2{
		border-bottom: 1px solid #000;
	}
	.border-left-block{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.border-right-block{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	legend.scheduler-border {
	    font-size: 14px;
	}
	.table-instruction{
		display: none;
	}
	.footer{
		font-size: 12px;
		padding-top: 10px;
	}
	.padding-search{
		padding-left: 30px;
		padding-right: 30px;
	}
	.navbar {
		border-top: 1px solid #2b2e2e;
	}
	.navbar-collapse {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	header .logo {
	    padding: 0px;
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	.footer ul li {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.footer ul li:nth-child(1){
		padding-left: 0px;
	}
	.footer ul li:nth-child(2), .footer ul li:nth-child(3), .footer ul li:nth-child(4), .footer ul li:nth-child(5), 
	.footer ul li:nth-child(6), .footer ul li:nth-child(7) {
	    border-left: 1px solid #E8E8E8;
	}
	.footer ul li {
	    list-style: outside none none;
	    float: left;
	}
	.footer ul li a{
		color: #E8E8E8;
		text-decoration: underline;
	}
	.footer-1, .footer-2{
		padding-top: 5px;
	}
	.borders-body {
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	}
	form *, .btn-checkout {
		font-size: 12px !important;
	}
	header form .btn{
		width: 74px;
	}
	.searchbar-pad{
		padding-top: 8px;
	}
}
@media (max-width: 2000px) {
	header .hlinks span.hidden-xs {
		display: inline !important;
	}
}

/* SIDEBAR */

.sidebar{
	border-right: 1px solid #808080;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #edede4;
}
.sidebar-head{
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar-text{
	line-height: 14px;
	padding: 10px;
}
.sidebar-catalog{
	padding: 10px;
	text-align: center;	
}
.gameparts{
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

/* LEVEL 1 */

.sidebar-l1{
	padding-bottom: 10px;
	line-height: 14px;
}
.sidebar-l1 a{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* Level 2 */
.sidebar-l1 .sidebar-l2{
	line-height: 14px;
}
.sidebar-l1 .sidebar-l2 a{
	color: #039;
	text-decoration: underline;
	font-weight: normal;
}
.sidebar-l1 .sidebar-l2 a:hover, .sidebar-l1 .sidebar-l2 a:visited{
	color: #f00;
}

/* SFNT */

.carousel .category-item {
	max-width: none ;
	max-height: none;
}

.img-responsive {
	max-width: 100% !important;
}

#opay_form #js-cc_exp {
	color: transparent;
}
	#opay_form #js-cc_exp label {
		color: #666;
	}


/* ReadyTheme Banner */

.readytheme-banner{
	margin-bottom: 15px;
}

.featured-products h3{

	padding: 10px 30px;
}

/*	FPWD   */
.FPWD label.control-label {
	text-align: left;
}


/*	CTUS   */
.CTUS .col-md-6 {
	z-index: 100;
}

/*	OUS1   */
.OUS1 .product-image img {
	width: 350px;
}


/* ---------------- Discounts --------------- */

.item-discount{

	font-size: 11px;
	font-style: italic;

}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
}
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}


/* CUSTOM STYLES */
.element-center{
	margin: 0 auto;
}

/* HEADER */
.container-header-2{
	background-color: #CCCCCC;
}
.navbar-toggle {
    padding: 4px 10px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

/* FOOTER */
.footer{
	background-color: #003399;
	min-height: 50px;
	color: #fff;
}
.footer-link{
	background-color: #003399;
	min-height: 50px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}
.footer ul{
	padding-left: 0px;
}
.footer ul li a:hover, .footer-link a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.footerblue{
	color: #003399;
	font-size: 11px;
}
.footer-border{
    border-bottom: 1px solid #000;
}
.yapaweb {
    font-size: 11px !important;
    color: #000068 !important;
    text-decoration: underline;
}
.footer-paragraph{
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h1.frontpageh1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    margin-top: 0px !important;
    line-height: 1.3;
}
.general{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.links, .alink a, .subtitle-3, .cell-content-3 a{
	color: #039;
	text-decoration: underline;
	cursor: pointer;
}
.orange-link, .orange-link:hover{
	font-weight: bold;
	font-size: 17px;
	color: #FD4B01;
	text-decoration: none;
}
.links:hover, .cell-content-3 a:hover, .cell-content-3 a:visited{
	color: #ff0000;
}
.links-red:hover, .links-red{
	color: #f00;
	text-decoration: underline;
} 
.no-link, .no-link:hover{
	text-decoration: none;
	color: #000;
}
.b{
	font-weight: bold;
}
.u{
	text-decoration: underline;
}
.index-titles{
	background-color: #c2e0ff;
	color: #3366cc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.index-catalog{
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-top: 13px;
}
.border-top-dot{
	border-top: 1px dotted #000;
}
.border-bottom-dot{
	border-bottom: 1px dotted #000;
}
.border-bottom{
	border-bottom: 1px solid #000;
}
.padding-top{
	padding-top: 10px;
}
.padding-bottom{
	padding-bottom: 10px;
}
.padding-up-down{
	padding-top: 10px;
	padding-bottom: 10px;
}
.center{
	text-align: center;
}
.index-element-1{
	padding-top: 10px;
	padding-bottom: 10px;
}
.image-resize, #tableslice{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.row-width-mobile{
	max-width: 460px;
	margin: 0 auto;
}
.links-black{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.links-black:hover, .links-black:visited{
	color: #ff0000;
}
.bluetitles{
	color: #039;
	font-size: 18px;
	font-weight: bold;
}
.redtitles{
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}
.subtitle, .subtitle-products{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
.subtitle-blue{
	font-size: 12px;
	font-weight: bold;
	color: #039;
	font-family: Arial,Helvetica,sans-serif;
}
.normal-text{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	font-family: Arial,Helvetica,sans-serif;
}
.p-links p{
	margin: 0px 0px 3px;
}
.table-instruction {
    padding-bottom: 5px;
    font-weight: bold;
    color: #F00;
}
.no-borders tr td{
    padding: 5px !important;
    line-height: 1.5 !important;
    vertical-align: middle !important;
    border-top: none !important;
}
.contact-form {
    background-color: #EEE;
    margin: 15px 0px;
    padding: 15px 0px;
}
legend.scheduler-border {
    width: auto; 
    border-bottom: none;
}
fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 0px 1.4em !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    margin-bottom: 15px;
}
.checkbox-inline {
	padding-left: 0px !important;
}
legend {
	margin-bottom: 0px !important;
}
.form-control {
    padding: 0px 6px;
    width: 100%;
}
.input-size{
	height: 24px;
}
.form-group label {
    width: 100%;
    font-size: 12px;
    text-align: justify;
    line-height: 2.4;
}
.form-group{
	margin-bottom: 0px !important;
}
.contact-text{
	text-align: right;
	font-weight: bold;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: none !important;
}
.padding-right-button{
	padding-right: 15px;
}
.product-pages{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;	
}
.item{
	display: inline-block;
	vertical-align: top;
}
.border-image-nohover{
	border: 1px solid #039; 
}
.border-image{
	width: 150px; 
	height: 170px;
	border: 1px solid #039; 
}
.border-image:hover, .border-image:visited{
	border: 1px solid #f00;
}
.border-image-black{
	border: 1px solid #000;
}
.table-text{
	font-size: 12px;
	text-align: center;
}
.table-squares{
	max-width: 320px;
}
.table-squares-2{
	max-width: 166px;
}
.table-text thead > tr > th, .table-text tbody > tr > th, .table-text tfoot > tr > th, 
.table-text thead > tr > td, .table-text tbody > tr > td, .table-text tfoot > tr > td {
	padding: 3px !important;
}
.table-7{
	border: 1px solid #000000;
	width: 100%;
}
.table-7 tr td{
	padding: 5px;
	border: 1px solid #000000;
}
.cell-header{
	background-color: #003399;
	color: #fff;
	font-size: 12px;
}
.cell-header-2{
	background-color: #EEF9FF;
	color: #000;
	font-size: 12px;
}
.cell-header-3{
	background-color: #ffffff;
	color: #003366;
	font-size: 12px;
}
.cell-title{
	background-color: #fff;
	color: 000;
	font-size: 12px;
	padding: 0px !important;
	font-weight: bold;
	text-align: left !important;
}
.cell-footer{
	background-color: #fff;
	color: 000;
	font-size: 12px;
	padding: 0px !important;
	font-weight: bold;
}
.cell-footer-2, .cell-footer-3{
	background-color: #fff;
	color: #000068;
	font-size: 12px;
	padding: 0px !important;
	font-weight: bold;
}
.cell-footer-2{
	text-align: left !important;
}
.cell-footer-3, .cell-footer-4{
	text-align: center !important;
}
.cell-footer-4{
	background-color: #fff;
	color: #F00;
	font-size: 12px;
	padding: 0px !important;
	font-weight: bold;
}
.cell-content{
	background-color: #cccccc;
	color: #000068;
	font-size: 12px;
}
.cell-content-2{
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}
.cell-content-3{
	color: #000000;
	font-size: 12px;
	border-right: none !important;
}
.cell-content-red{
	background-color: #cccccc;
	color: #f00;
	font-size: 12px;
}
.cell-subtitle{
	background-color: #cccccc;
	color: #000;
	font-size: 12px;
	text-align: left !important;
	font-weight: bold;
}
.cell-subtitle-2{
	background-color: #cccccc;
	color: #000;
	font-size: 12px;
	text-align: center !important;
	font-weight: bold;
}
.table tbody tr td{
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
        border:1px solid rgb(221, 221, 221) !important;
	text-align: center;
	vertical-align: middle;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.p-no-margin{
	margin-bottom: 0px;
}
.special-label{
	height: 19px !important;
	padding: 0px 10px !important;
	margin-bottom: 0px !important;
}
.red{
	color: #f00;
}
.blue{
	color: #000068;
	font-weight: bold;
	font-size: 12px;
}
.bluelink, .bluelink:hover{
	color: #000068;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.yellow{
	color: #FF0;
}
.green{
	color: #00B050;
}
ol li{
	line-height: 1.5;
}
.line{
	text-decoration: line-through;
}
.no-left-padding{
	padding-left: 0px !important;
}
.no-right-padding{
	padding-right: 0px !important;
}
.no-side-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.no-height-padding{
	padding-top: 0; 
	padding-bottom: 0;
}
.padding-sides{
	padding-left: 15px;
	padding-right: 15px;
}
.index-image-1{
	max-width: 310px;
}
.index-leftpanel-images{
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.left-panel-images div{
	margin-bottom: 10px;
}
.privacy > li{
	list-style-type: upper-roman;
	font-weight: bold;
}
.usa-flag, .usa-flag-3{
	float: right;
	width: 180px;
	height: 42px;
}
.usa-flag div, .usa-flag-2 div, .usa-flag-3 div{
	display: inline-block;
	vertical-align: middle;
}
.usa-flag-2{
	width: 220px;
	height: 42px;
}
.usa-flag-3{
	width: 260px;
	height: 42px;
}
.flag{
	width: 50px;
}
.usa-text, .usa-text-2, .usa-text-3{
	line-height: 14px;
	padding-left: 10px;
}
.usa-text{
	width: 120px;
}
.usa-text-2{
	width: 130px;
}
.usa-text-3{
	width: 170px;
}
.bullet-width{
	max-width: 550px;
	margin: 0 auto;
}
.bullet-width-2{
	max-width: 380px;
	margin: 0 auto;
}
.table-colors tr td{
	width: 25%;
	font-size: 12px;
}
.bright1, .bright4{
	width: 254px !important;
}
.popup-3{
	max-width: 708px;
	width: 100% !important;
}
#myModalLabel4, #myModalLabel1{
	line-height: 2.2;
}
.left-panel{
	width: 110px;
}
.left-button{
	width: 90px;
}
.right-button{
	width: 180px;
}
.right-button h3{
	margin-top: 0px !important;
}
.buynow-margin-top{
	margin-top: 20px;
}
.color-1, .color-2{
	display: inline-block;
	padding: 5px;
}
.left-button, .right-button{
	display: inline-block;
	vertical-align: top;
}
.dices{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding: 10px;
	text-align: center;
}
.dices-row{
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	text-align: center;
}
.padding-1{
	padding-top: 54px;
}
.padding-2{
	padding-top: 60px;
}
.padding-3{
	padding-top: 86px;
}
.padding-4{
	padding-top: 29px;
}
.paragraph-1{
	margin-top: 20px;
}
.padding-chips{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.table-1, .table-4{
	max-width: 300px;
	margin: 0 auto;
}
.table-2{
	max-width: 360px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
.table-2 tr td{
	padding: 7px;
}
.table-3{
	width: 250px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
.table-5{
	max-width: 500px;
	margin: 0 auto;
}
.table-5 table tr td{
	font-size: 12px;
}
.table-6{
	width: 600px;
	font-size: 12px;
	margin: 0 auto;
}
.bg-pianik{
	background-color: #DBE7E7;
	padding: 10px;
}
.bg-cards, .bg-cards-2{
	background-color: #cceaff;
	padding: 10px;
}
.bg-cards-2{
	border: 1px solid #8FB1E3;
}
.bg-cards-3{
	background-color: #dbe7e7;
}
.bg-cards-4{
	background-color: #CECECE;
	border: 1px solid #8FB1E3;
	padding: 10px;
}
.bg-coin{
	background-color: #003399;
	color: #ffffff;
}
.cards-table{
	border: 1px solid #ffffff;
	width: 100%;
	font-size: 12px;
}
.cards-table-td-1{
	background-color: #cceaff;
	text-align: left !important;
} 
.cards-table-td-2{
	background-color: #bad5e8;
	text-align: left !important;
}
.cards-table-td-1 a, .cards-table-td-2 a{
	color: #039;
	text-decoration: underline;
	cursor: pointer;
}
.cards-table-td-1 a:hover, .cards-table-td-2 a:hover, .cards-table-td-1 a:visited, .cards-table-td-2 a:visited{
	color: #ff0000;
}
.vipcards{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.products{
	padding-left: 15px;
}
/* SIDEBAR MENU */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.nivel-2{
	padding-left: 5px;
}
.nivel-3{
	padding-left: 10px;
}
.nivel-4{
	padding-left: 15px;
}
#cssmenu{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	max-width: 234px;
	width: 100%;
	border-bottom: 1px solid #767981;
}
#cssmenu li > ul{
	display: none;
}
#cssmenu li{
	background-color: #edede4;
	list-style: none;
	margin-left: 0px;
	border-bottom: 1px solid #767981;
}
#cssmenu li:hover{
	background-color: #cfcfc7;
}
#cssmenu li a{
	color: #767981;
}
#cssmenu li a:hover{
	color: #C00;
}
.nav-active{
	display: block !important;
	background-color: #cfcfc7 !important;
	margin-left: 0px;
	padding-left: 0px;
}
.nav-active > li{
	background-color: #cfcfc7 !important;
}
.last{
	border-bottom: none !important;
}
.nav-inactive{
	display: none !important;
}

.image-1{
	max-width: 550px;
}
.image-2{
	max-width: 480px;
}
.image-3, #tableslice{
	max-width: 450px;
}
.image-4{
	max-width: 363px;
}
.image-5{
	max-width: 425px;
}
.image-6{
	max-width: 500px;
	/*max-width: 100%;*/
}
.image-7{
	max-width: 290px;
}
.image-8{
	max-width: 437px;
}
.image-9{
	max-width: 412px;
}
.image-10{
	max-width: 351px;
	border: 1px solid #000;
}
.image-11{
	max-width: 471px;
	border: 1px solid #000;
}
.image-12{
	max-width: 400px;
	border: 1px solid #000;
}
.image-13{
	max-width: 230px;
	border: 1px solid #000;
}
.image-14{
	max-width: 379px;
	border: 1px solid #000;
}
.image-15{
	max-width: 329px;
}
.image-16{
	max-width: 384px;
	border: 1px solid #000;
}
.image-17{
	max-width: 452px;
	border: 1px solid #000;
}
.image-18{
	max-width: 433px;
}
.image-19{
	max-width: 400px;
}
.image-20{
	max-width: 458px;
}
.image-21{
	max-width: 336px;
}
.image-22{
	max-width: 419px;
}
.image-23{
	max-width: 381px;
}
.image-24{
	max-width: 475px;
}
.image-25{
	max-width: 462px;
}
.image-26{
	max-width: 300px;
}
.image-27{
	max-width: 370px;
}
.image-28{
	max-width: 350px;
}
.image-29{
	max-width: 326px;
}
.image-30{
	max-width: 282px;
}
.image-31{
	max-width: 275px;
}
.image-32{
	max-width: 708px;
}
.image-33{
	max-width: 380px;
}
.image-34{
	max-width: 520px;
	/*max-width: 100%;*/
}
.image-35{
	max-width: 510px;
}
.image-36{
	max-width: 441px;
}
.image-37{
	max-width: 460px;
}
.image-38{
	max-width: 505px;
}
.image-39{
	max-width: 332px;
}
.image-40{
	max-width: 454px;
}
.image-41{
	max-width: 360px;
}
.image-42{
	max-width: 407px;
}
.image-43{
	max-width: 416px;
}
.image-44{
	max-width: 296px;
}
.image-45{
	max-width: 515px;
}
.image-46{
	max-width: 378px;
}
.image-47{
	max-width: 355px;
}
.image-48{
	max-width: 257px;
}
.image-49{
	max-width: 271px;
}
.image-50{
	max-width: 435px;
}
.image-51{
	max-width: 430px;
}
.image-52{
	max-width: 325px;
}
.image-53{
	max-width: 483px;
}
.image-54{
	max-width: 495px;
}
.image-55{
	max-width: 411px;
}
.image-56{
	max-width: 358px;
}
.image-57{
	max-width: 260px;
}
.image-58{
	max-width: 414px;
}
.image-59{
	max-width: 431px;
}
.image-60{
	max-width: 401px;
}
.image-61{
	max-width: 489px;
}
.image-62{
	max-width: 430px;
}
.image-63{
	max-width: 434px;
}
.image-64{
	max-width: 421px;
}
.image-65{
	max-width: 375px;
}
.image-66{
	max-width: 468px;
}
.image-67{
	max-width: 348px;
}
.image-68{
	max-width: 397px;
}
.image-69{
	max-width: 477px;
}
.image-70{
	max-width: 388px;
}
.image-71{
	max-width: 333px;
}
.image-72{
	max-width: 496px;
}
.image-73{
	max-width: 276px;
}
.image-74{
	max-width: 281px;
}
.image-75{
	max-width: 339px;
}
.image-76{
	max-width: 467px;
}
.image-77{
	max-width: 436px;
}
.image-78{
	max-width: 439px;
}
.image-79{
	max-width: 469px;
}
.image-80{
	max-width: 284px;
}
.image-81{
	max-width: 294px;
}
.image-82{
	max-width: 364px;
}
.image-83{
	max-width: 337px;
}
.image-84{
	max-width: 280px;
}
.image-85{
	max-width: 442px;
}
.image-86{
	max-width: 399px;
}
.image-87{
	max-width: 440px;
}
.image-88{
	max-width: 393px;
}
.image-89{
	max-width: 438px;
}
.image-90{
	max-width: 455px;
}
.image-91{
	max-width: 387px;
}
.image-92{
	max-width: 317px;
}
.image-93{
	max-width: 343px;
}
.image-94{
	max-width: 338px;
}
.image-95{
	max-width: 443px;
}
.image-96{
	max-width: 420px;
}
.image-97{
	max-width: 307px;
}
/* */
table.tableware {
    background-color: #FFF;
}
td.tableware {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000;
    font-weight: normal;
    border-bottom: thin solid #000;
    border-right: none !important;
    background: #FFF none repeat scroll 0% 0%;
}
td.tablewarealt {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000;
    font-weight: normal;
    border-bottom: thin solid #000;
    border-right: none !important;
    background: #CCC none repeat scroll 0% 0%;
}
td.tablewareheader {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    border-top: thick solid #000 !important;
    border-bottom: thick solid #000;
    border-right: none !important;
    text-align: center;
}

#js-cc_exp .col-lg-4 .col-md-6:last-child {margin-top:-22px;}