body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
legend {
	font-size: 15px;
	padding: 10px 0px;
    text-transform: uppercase;
}
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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin: 25px 0;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-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;
}
#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: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 32px;
	line-height: 18px;
	padding: 0 10px;
	background: #141414;
	border: none;
	width: 240px;
	border-radius: 4px;
	color: #fff;
}
/* cart */
#cart {
	float: left;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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;
}
/* menu */
#menu {
	background-color: #151515;
	min-height: 37px;
    border-top: 1px solid #2e2e2e;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
#menu .nav > li > a {
	color: #fff;
	padding: 8px 28px;
	min-height: 15px;
}
#menu .nav > .sale > a{
	background: #e70835;
}
#menu .nav > .sale > a:hover{
	background: #fe3a61;
}

#menu .nav .home a{
	display: block;
    width: 36px;
    height: 36px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../image/sprite.png) no-repeat -936px 0;
    padding: 0;
}
#menu .nav li:hover{
	background: #313131;
}
#menu .nav .replica:hover{
	background:#313131  url(../image/menu-hover.png) no-repeat bottom center

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#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: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #151515;
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #a8a8a8;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.footer-text{
	max-width: 60%;
	float: left;
}
.footer-text a{
	padding: 2px 12px 2px 0;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: underline;
}
footer .cards{
	padding: 0;
	float: right;
	max-width: 40%;
}
footer .cards li{
	float: left;
	margin-left: 10px;
	list-style: none;
	text-indent: -999em;
	width: 32px;
    height: 20px;
    background-image: url(../image/sprite.png);
    background-repeat: no-repeat;
}
footer .cards .visa {
    background-position: -275px 0;
}
footer .cards .mastercard {
    background-position: -179px 0;
}
footer .cards .americanexpress {
    background-position: -243px 0;
}
footer .cards .paypal {
    width: 74px;
    height: 20px;
    background-position: -115px -20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding-right: 8px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li > a{
	color: #fff;
}
.breadcrumb > li > a:hover{
	text-decoration: underline;
}
.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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: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: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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: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: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .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:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.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: 400;
	text-align: left;
	font-family: Bitter,Arial,Helvetica,sans-serif; 
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.product-thumb .caption {
	min-height: 80px;
}
.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: 100px;
}
}
.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 {
	text-align: left;
	font-size: 17px;
    color: #4BB8E2;
 	font-family: Bitter,Arial,Helvetica,sans-serif;   
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 15px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 12px
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

body{
	background-color: #191919;
}
.common-home{
	background-color: #000;
	background-image: url('/catalog/view/theme/jersey/image/background-2.jpg');
	background-position: center 165px;
	background-repeat: no-repeat;

}
.topbar{
    background: #0b7b9a;
    padding: 0 10px;
    height: 30px;
    font-weight: 600;
    color: #fff;	
}
.header{
	background-color: #000;
    padding: 20px 10px;
}
#search{
	padding-top: 15px;
}
#search .btn-lg{
	position: absolute;
	top: 8px;
    right: 8px;
	width: 15px;
    height: 15px;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    display: block;
    background: transparent url(../image/sprite.png) no-repeat -906px 0;    
    padding:0;
}
.messagebar{
	margin-bottom: 20px;
	overflow: hidden;
}
.messagebar a{
	text-align: center;
	color: #000;
    display: block;
    padding: 8px 10px;
    background: #d4d4d4;
    border-right: 4px solid #000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.messagebar a:hover{
	color: #fff;
    background: #292929;
    text-decoration: none;
}
.messagebar .messagelast{
	border-right: 0;
	background: #e70835;
	color: #fff;
}
.overlay{
	background: #090909;
	padding: 8px 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.overlay img{
	width: 100%;
}
.overlay h3{
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
    line-height: 1;
}
.overlay h3 a{
    color: #fff;

}
.overlay p{
	text-align: center;
	font-size: 10px;
    font-weight: 200;
    margin-bottom: 0;
}
.overlay p a{
    color: #ffee2e;

}
.product-layout{
	margin:0 -4px;
	overflow: hidden;
}
.product-layout a{
	color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Bitter,Arial,Helvetica,sans-serif;
	font-size: 14px;
    line-height: 16px;        
}
.site-double{
	padding: 0;
	border:5px solid #000;
    text-transform: uppercase;
    position: relative;
}
.site-double img{
	width: 100%;
}
.site-double h3{
	letter-spacing: 0;
}
.product-layout .col-sm-3{
}
.owl-theme{
	margin-bottom: 10px;
}
.account{
	float: left;
}
.account a{
	color: #fff;
	text-transform: uppercase;
}
.account a:hover{
	color: #e3e3e3;
}
.list-group-item{
	border: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	border: none;
}
.product-title{
	margin-top: 0;
	font-weight: 500;
    font-size: 28px;
    color: #fff;
    line-height: 26px;
    border-bottom: 1px solid #2d2d2d;
    text-transform: uppercase;
    font-family: Bitter,Arial,Helvetica,sans-serif;
    padding-bottom: 10px;

}
.product-option{
	color: #fff;
}
.product-option .price{
	color: #fff;
}
.price{
	line-height: 1;
    margin: 0;
    font-weight: 400;
    font-size: 25px;
}
.control-label{
	font-weight: 600;
}
.form-group{
	margin-bottom: 8px;
	overflow: hidden;
}
.form-group .checkbox{
	margin: 0;
	padding: 1px 0;
}
.form-group label{
	margin-bottom: 0
}
.green-button{
	border-radius: 5px;
    padding: 8px;
    background-color: #3d891f;
    color: #fff;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: 600;
    line-height: normal;
}
.green-button:hover{
	color: #fff;
}
.list-stock{
	margin-bottom: 20px;
}
.list-stock li{
	color: #3d891f;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #3d891f;
    text-transform: uppercase;
    padding: 6px;
    text-align: center;
}
.sizes{
	width: 65%;
	float: left;
}
.quantity{
	float: right;
	width: 30%;
	text-align: right;
}
.single-aside{
	float: left;
	width: 20%;
}
.info-menu{
	margin: 0;
	padding: 0;
}
.agree-button a{color: #000;}
.table-checkout a{
	color: #000;
}
.info-menu li {
    background: #e3e3e3;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    list-style: none;
}
.info-menu li a{
	display: block;
    padding: 10px 20px;
    color: #2e2e2e;
}
.info-menu li a:hover{
	text-decoration: none;
}
.info-menu .selected span{
    position: absolute;
    right: -20px;
    top: -1px;
    width: 20px;
    height: 40px;
    display: block;
    background: url(../image/left-menu-selected-arrow.png) no-repeat;
}
.info-menu .selected {
    background: #cfcfcf;
    font-weight: 800;
}
.single-content{
	float: right;
	width: 80%;
}
.single-block{
	padding: 0 8%;
}
.single-block h1{
	background: transparent;
    padding: 0;
    border: 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;	
}
.single-block label{
	display: block;
	    padding: 6px 6px 6px 0;
    text-transform: uppercase;
}
.single-block .medium{
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #000;
    border: none;
}
.single-block .single-table{
	width: 100%;
	margin-top: 20px;
}
.single-block .single-table th{
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #2d2d2d;
	padding: 10px;
	font-weight: 600;
	background: #000;
}
.single-block .single-table td{
	text-align: center;
	border: 1px solid #2d2d2d;
	padding: 10px;
}
.single-block h2{
	    color: #a8a8a8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px 0 0;
}
.single-block .faqs{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 20px 0;
    background: url(../image/border-bottom.gif) repeat-x bottom;
}
.single-block .faqs li{
	padding: 2px 2px 2px 20px;
    background: url(../image/toggle-plus-icon.png) no-repeat left top;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 2px 0;
}
.single-block .faqs .down{
    background: url(../image/toggle-minus-icon.png) no-repeat left top;
	
}
.single-block .faqs li .toggle{

    font-size: 11px;
    color: #a8a8a8;
    margin: 10px 0;
}

.single-contact{
	color: #a8a8a8;
}
.single-contact h2{
	margin-top: 15px;
}
.single-contact ul{
	margin-top: 15px;
	color: #fff;
}
.category-filter{
	background: #000;
    overflow: hidden;
    margin: 0 -0 20px -5px;
}
.sort{
    padding: 6px;
}
.sort label{
	float: left;
	padding: 4px 10px;
	margin-bottom: 0;
}
.sort select{
	width: auto;
	padding: 4px;
	height: 28px;
}
.limit{
    padding: 6px;
    float: right;
    width: 130px;
}
.limit label{
	float: left;
	padding: 4px 10px;
	margin-bottom: 0;
}
.limit select{
	width: auto;
	padding: 4px;
	height: 28px;
}
.display{
	padding-top: 5px;
}
.forgotten-link{
	display: block;
	padding: 5px 0;
	margin-bottom: 10px;
}
.register-text{
	margin-top: 30px;
}
.register-text h4{
	font-size: 12px;
}
.register{
	background: url(../image/border.gif) repeat-y left center;
}
.currency{
	float: right;
}
.currency-grounp{
	background: none;
	border: none;
	line-height: 30px;
	padding: 0;
}
.currency-grounp:hover{
	background: #fff;
	color: #3c3c3c;
}
.currency-menu{
	margin: 0;
	border-radius:0;
	border: 0;
}
.currency-menu li button{
	background: none;
	border: none;
	color: #3c3c3c;
}
.currency .currency-grounp{
	padding: 0 5px;
}
.currency .open .currency-grounp{
	background: #fff;
	color: #3c3c3c;

}
.tel{
	float: right;
	font-weight: 600;
    border-bottom: 1px solid #cacaca;
    font-size: 11px;
    margin: 3px 16px 7px 6px;
}
.tel a{
	color: #fff;
    text-decoration: none;
}
.cart-grounp{
	color: #fff;
	background-color: #fff;
}
.cart-grounp h5{
	font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: normal;
    color: #fff;
}
.basket-price{
	border: 1px solid #fff;
    margin: 8px -0 0 -5px;
    padding: 0 10px;
    z-index: 2;
    opacity: .8;
    float: right;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
    font-size: 11px;    
}
.cart-item{
	position: absolute;
	top: 2px;
	left: -35px;
	color: #000;
	width: 40px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
.basket {
	overflow: hidden;
    background-image: url(../image/sprite.png);
    background-position: -2030px 0;
    background-repeat: no-repeat;
    width: 39px;
    height: 37px;
    text-align: center;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
}
.account-grounp{
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 8px;
}
.account-grounp:hover,.account-grounp:focus{
	background: #fff;
	color: #3c3c3c;
	text-decoration: none;
}
.account-menu{
	margin: 0;
    border-radius: 0;
    border: 0;
}
.btn-lg{
    box-shadow:inset 0 0 0 rgba(0,0,0,.2), 0 0 0 rgba(0,0,0,.05);
}

.cart-info h1{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 20px;
}
.cart-info h1 span{
	font-size: 16px;
    text-transform: lowercase;
}
.basket-table{
	width: 100%;
	font-size: 12px;
    border-bottom: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
}
.basket-table th{
	background: #2d2d2d;
	padding: 10px;
	text-transform: uppercase;
    font-weight: 600;	
}
.basket-table td{
	display: table-cell;
    padding: 10px;	
    border: 1px solid #2d2d2d;
}
.basket-table .img-holder{
	float: left;
	margin-right: 15px;
}
.basket-table .text-holder{
	float: left;
}
.basket-table .text-name{
	color: #fff;
}
.basket-table small{
	color: #999;
}
.basket-table img{
	border-radius: 0;
}
.basket-table .cart-remove{
    margin: 10px 0;
    display: block;
    font-weight: 400;
    color: #fff;
    background: none;
    padding: 0;
    line-height: 1;
    font-size: 11px;
    text-transform: lowercase;	
    border: none;
}
.basket-table .cart-remove span{
	margin-left: 5px;
}

.order-list-view{
	background:url(../image/sprite.png) no-repeat -2069px 0;
	width: 23px;
	height: 23px;
	display: inline-block;
}
.checkout-btn{
	min-width: 200px;
	color: #fff;
	background-color: #3d891f;	
    border-radius: 5px;
    padding: 8px;
	font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    transition: background-color 300ms ease-out;
    letter-spacing: 2px; 
	width: auto;
    min-width: 200px;      	
    text-align: center;
    display: inline-block;
}
.checkout-btn:hover{
	color: #fff;
	text-decoration: none;
	background: #4b9a2b
}
.continue-shopping{
	border: 1px solid #fff;
    color: #fff;
    width: auto;
    min-width: 200px;
    font-size: 12px;  
    border-radius: 5px;
    padding: 8px;  
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    transition: background-color 300ms ease-out;
    letter-spacing: 2px;        
    text-align: center;
    display: inline-block;    	
}
.continue-shopping:hover{
	color: #000;
	text-decoration: none;
    background-color: #fff;
}
#site-banners {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;margin: -50px 0;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; position: relative;zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 32px; height: 42px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../image/sprite.png) no-repeat; background-color: #eaeaea;text-indent:-999em }
.flex-direction-nav .flex-prev { left: -0; background-position: -1084px 0;}
.flex-direction-nav .flex-next { right: -0;background-position: -1116px 0;}
.flexslider:hover .flex-prev { opacity: 1; left: 10px;}
.flexslider:hover .flex-next { opacity: 1; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0; text-align: center;z-index: 10;padding: 10px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;opacity: 0.6;}
.flex-control-paging li a {width: 12px; height: 12px;cursor: pointer; display: block; background: #666;background: #1a1a1a;border: 1px solid #fff; text-indent: -9999px; border-radius: 50%;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active {    background: #fff;border: 1px solid #1a1a1a;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.promotion{
	background: #000;
    border-top: 1px solid #2e2e2e;
    position: fixed;
    bottom: 0;
    width: 100%;	
	z-index: 2000;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
}
.promotion .site-list{
	overflow: hidden;
	padding: 0;
	float: left;
}
.promotion .site-list li{
	float: left;
    border-left: 1px solid #2e2e2e;
    list-style: none;
}
.promotion .site-list li a{
	display: block;
	line-height: 34px;
	color: #fff;	
    padding: 0 12px;    
}
.promotion .social-list{
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
.promotion .social-list li{
	border: 0;
    text-indent: -999em;
    overflow: hidden;
    width: 22px;
    height: 21px;
    float: left;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-image: url(../image/sprite.png);
}
.promotion .social-list li:hover{
	opacity: 0.7;
}
.promotion .social-list li a:hover{
	background: transparent;
}
.promotion .social-list .facebook{
	background-position: -972px 0;
}
.promotion .social-list .facebook a{
	display: block;
    padding: 0;
    width: 23px;
}
.promotion .social-list .twitter{
	background-position: -994px 0;
}
.promotion .social-list .twitter a{
	display: block;
    padding: 0;
    width: 23px;
}
.promotion p{
	float: right;
}
.promotion ul li .selected{
	background: #fff;
	color: #000;
}
#tab-tips{
	padding: 0 20px;
}
.table-items  > thead > tr > th{
	border-bottom: 0;
	background-color: #f5f5f5;
	height: 45px;
	color: #747474;
	vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 115px;
}
.table-items  > tbody > tr > td{
	border-bottom: 0;
	background-color: #f5f5f5;
	height: 45px;
	color: #747474;
	vertical-align: middle;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.table-items .table-first{
	background-color:#4c4c4c;
	color:#fff;
    text-align: center;
}
.table-items .table-second{
	background-color:#fff;
}
.banner-text {
    position: absolute;
    left: 60px;
    top: 0;
    width: 30%;
    height: 100%;
    text-align: left;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-text.right {
    left: auto;
    right: 60px;
    text-align: right;
}
.banner-text .tb-holder {
    display: table;
    height: 100%;
    width: 100%;
}
.banner-text .tb-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-text h4 {
    color: #000;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.banner-text p {
    color: #333;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.banner-text.white p {
    color: #fff;
}
.button-holder {
    padding: 10px 0 0;
    margin: 10px 0 0;
}
.banner-text .banner-link {
    padding: 8px 14px 8px 49px;
    background: url(../image/new-black-button.png) no-repeat left center;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 0 2px 2px 0;
    float: left;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    word-wrap: keep-all;
}
.banner-text.right .banner-link {
    float: right;
}
.banner-text.white .banner-link {
    background: url(../image/new-white-button.png) no-repeat left center;
    color: #000;
}
.banner-text.white h4, #site-banners ul li .banner-text.white p {
    color: #fff;
}
.sub-menu{
	position: absolute;
    left: 0;
    top: 35px;
    background: rgb(255, 255, 255);
    z-index: 5;
    overflow: hidden;
    padding: 15px 0px;
    width: 100%;
    z-index: 20;
    display: none;
}
#primary-nav > li{
	position: static;
}
#primary-nav li dl dt a {
    margin: 0 0 10px;
    background: #000;
    padding: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    display: block;
}
#primary-nav li dl dd a {
    color: #3d3d3d;
    padding: 2px 10px;
    line-height: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
#primary-nav li dl dd a {
    color: #3d3d3d;
    padding: 2px 10px;
    line-height: 17px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}
#primary-nav li dl dd a:hover {
    background: #ccc;
    text-decoration: none;
}
#primary-nav li .first-menu dd a {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    color: #000;
}
#primary-nav .replica:hover .sub-menu{
	display: block;
}
.featured{
	margin: 20px 0;
}
.featured-title{
	background: #191919;
	overflow: hidden;
}
.featured h3{
	text-align: center;
    font-size: 14px;
    font-weight: 600;	
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 26px;
    float: left;
    margin: 0;
}
.featured-body{
	margin: 0 -10px;
}
.category-mode h3{
	text-transform: uppercase;
    font-weight: normal;
    font-family: Bitter,Arial,Helvetica,sans-serif;	
    padding: 12px 15px;
	background: #000;    
	font-size: 15px;	
	color: #fff;
	margin: 0;
}

.categories-content dl dt{
	color: #3d3d3d;
	text-transform: uppercase;
    font-weight: 400;
    padding: 10px 12px;
    font-size: 12px;
    margin: 0;    
    background: #e3e3e3 url(../image/plus-icon.png) no-repeat center right;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #fff;
    cursor: pointer;
}
.categories-content dl .is-open{
	background: #e3e3e3 url(../image/minus-icon.png) no-repeat center right;
}
.categories-content dl dt:hover{
	opacity: .9;
}
.categories-content dl dt a{
	color: #3d3d3d;
	display: block;

}
.categories-content dl dt a:hover{
	text-decoration: none;
}
.categories-content dl{
	margin:0;
}
.categories-content dl dd{
	background: #fff;
}
.categories-content dl dd ul{
	padding: 8px;
	margin: 0;
}
.categories-content dl dd ul li{
	font-weight: 400;
    font-size: 12px;
    margin: 0 0 8px 0;
    line-height: 1.2;
    position: relative;
}
.categories-content dl dd ul li a{
	color: #1e1e1e;
    padding: 3px 34px 3px 30px;
    display: block;
	background: url('../image/check-box.png')  no-repeat left top;
}
.categories-content dl dd ul li a:hover{

}
.categories-content ul li{
	list-style: none;
}
.dcjq-icon{
	float: right;
	color: #000;
	background-image: url('http://www.prodirectsoccer.com/siteimages/global/wembley/plus-icon.png');
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 1;
	width: 19px;
	height: 8px;
	cursor: pointer;
}
.dcjq-parent-li .active{
	font-weight: bold;
}
.dcjq-parent-li li{
	padding-left: 10px;

}
.dcjq-parent-li li:hover{
	background: #f4f4f4;
}
.bestsell-mode h3{
	text-transform: uppercase;
    font-weight: normal;
    font-family: Bitter,Arial,Helvetica,sans-serif;	
    padding: 12px 15px;
	background: #000;    
	font-size: 15px;	
	color: #fff;
	margin: 0;

}
.bestsell-mode ul{
	background: #F6F6F6;
	padding: 15px 10px;
}
.bestsell-mode ul li{
	overflow: hidden;
	margin-bottom: 10px;
}
.bestsell-mode ul li img{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 4px;
    max-width: 100%;
    float: left;	
}
.bestsell-mode ul li h4{
	margin: 0;
	margin-left: 70px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.bestsell-mode ul li h4 a{
	color: #000;
}
.bestsell-mode ul li .price{
	font-size: 15px;
	color: #ED5053;
	margin-left:70px;
}

.shipping-mode{
	margin: 20px 0 0 0;
	border: 1px solid #2d2d2d;
	padding: 10px;
}

.shipping-mode ul{
	padding: 0
}
.shipping-mode ul li{
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.shipping-mode ul li label{
	width: 100px;
	float: left;
	text-transform: uppercase;
}
.shipping-mode ul li select{
	padding: 5px;
	border-radius: 4px;
    font-size: 12px;
    color: #000;
    border: none;
    float: left;

}
.shipping-mode ul li span{
	float: right;
}

.checkout h1{
	font-size: 18px;
}

#cart .cart-menu{
	border-radius: 0;
	color: #fff;
	background: #2e2e2e;
}
#cart table{
	background-color: none;
}
#cart table.table-striped > tbody > tr{
	background-color: #2e2e2e;
}
#cart .table-striped > tbody > tr:nth-of-type(odd){
	background-color: #2e2e2e;

}
#cart table a{
	color: #fff;
}
#cart .cart-menu .img-thumbnail{
	width: 47px;
	height: 47px;
}
#cart .cart-remove{
	color: #fff;
	background-color: transparent;
	border: none;
}
#cart .mini-cart-button{
    text-transform: uppercase;
    text-align: center;
    padding: 5px 25px;
    float: left;
    background-color: #EFEFEF;
    width: 40%;
    color: #444;
}
#cart .mini-checkout-button{
    text-transform: uppercase;
    text-align: center;
    padding: 5px 25px;
    float: right;
    background-color: #4BB8E2;
    width: 40%;
    color: #fff;
}
#cart .mini-cart-total{
	text-align: right;
}
#cart .mini-cart-total table{
    border-collapse: collapse;
    display: inline-block;
}

.account-list dl{
}
.account-list dl dt{
	font-size: 22px;
	margin-bottom: 10px;
	font-family: Bitter,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.account-list dl dd{
	background-color: #2e2e2e;
	padding:10px 20px;

}
.account-list dl dd ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.account-list dl dd li{
	line-height: 26px;
}
.account-menu ul{
	padding: 0;
}
.account-menu ul li{
	list-style: none;
	background: #e3e3e3;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}
.account-menu ul li a{
	display: block;
    padding: 10px 20px;
    color: #2e2e2e;
}
.mobile-nav{
	display: none;
}
.mm-page{
	display: none;
}
@media only screen and (max-width: 767px) {
#search {
	width: 100%;
}	
#search .input-lg {
	width: 100%;
}	
.messagebar {
	display: none;
}
.footer-text{
	max-width: 100%;
	float: none;
}
#site-banners {
	display: none;
}

.mobile-menu-icon {
    float: left;
    margin: 0 10px 0 0;
    display: none;
    height: 35px;
    overflow: hidden;
    text-indent: -999em;
    width: 41px;
}
.mobile-menu-icon a {
    background: url(../image/sprite.png) no-repeat -651px 0;
    display: block;
    height: 35px;
    width: 41px;
    margin-top: 4px;
}
.logo, .mobile-menu-icon, #header ul.account {
    display: inline-block;
    margin: 0;
}
.logo {
    width: 153px;
    height: 36px;
    background: url(../image/sprite.png) no-repeat -4464px 0;
    margin: 0;
}
@media (max-width: 767px){
.single-aside{
	width: 100%;
	float: none;
}
.single-content{
	width: 100%;
	float: none;
	margin-bottom: 20px;

}
.logo, .mobile-menu-icon, #header ul.account {
    display: inline-block;
    margin: 0;
}
.logo {
    width: 153px;
    height: 36px;
    background: url(../image/sprite.png) no-repeat -4464px 0;
    margin: 0;
}
.logo a {
    height: 38px;
    width: 190px;
    margin: 4px auto;
}
.breadcrumb{
	margin-top: 10px;
}
.mobile-nav{
	position: fixed;
    background: #e3e3e3;
    width: 80%;
    top: 0;
    left: 0;
    z-index: 50;
    overflow-y: auto;
    height: 100%;
    width: 0;
    display: block;
}
.mobile-panel{
    padding-right: 15px;

}
.mobile-menu dl{
	margin-bottom:10px; 
}
.mobile-menu .selected dt{
	background: #e70835;
}
.mobile-menu dl dt a{
	display: block;
}
.mobile-nav dl dt{
    background-color: #818181;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;	
    line-height: 35px;
    padding-left: 15px;
    background-image: url(../image/menu-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}
.mobile-nav dl dt a{
	color: #fff;
}
.mobile-nav dl dd{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 11px;	
    display: none;
}
.mobile-nav dl dd a{
	display: block;
    line-height: 39px;
    padding-left: 15px;
    color: #464646;
    border-bottom: 1px solid #b4b4b4;
}
.mm-page{
	background: #000;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 45;
	opacity:0.5;
	display: none;
}