/* stylesheet_default.css */
body {
	font-family: 'Open Sans', sans-serif, arial, helvetica;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.product-buttons a {
	display: inline-block;
	font-size: 12px;
}
.icon_cart_rollover .fa.fa-square-o, .product-grid .cart .fa.fa-square-o, .product-buttons  .fa.fa-square-o {
	font-size: 37px;
}
.icon_cart_rollover .fa.fa-shopping-cart, .product-grid .cart .fa.fa-shopping-cart, .product-buttons  .fa.fa-shopping-cart {
	font-size: 22px;
	bottom: 1px;
	left: -1px;
}
.product-buttons  .fa.fa-info {
	font-size: 22px;
}
.product-buttons  .fa.fa-exchange {
	font-size: 20px;
	bottom: 2px;
	left: 0px;
}
.product-buttons {
	margin-top: 10px;
}
.product-buttons .col-xs-4 {
	text-align: center;
}
/* 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: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* 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-container {
	background: #2f2f2f;
	color: #959595;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.top-container .icon-check {
	color: #0cc71e;
	font-size: 16px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	margin-top: 1px;
}
#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 #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#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;
}
.search_float_right {
	float: right;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
.tooltip.top {
	z-index: 999999;
}
#cart .dropdown-menu {
	background:#fbfbfb; 
	/* z-index: 1001; */
    color:#000;
    padding:0;
    border-radius:0;
	box-shadow: 0px 6px 10px 1px #727272;
    border-top: 3px solid #FF0000;
}
#cart a {
	color: #000;
}
#cart .dropdown-menu td, #cart_wrap td {
	vertical-align: middle;
}
#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:10px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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 {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size:10px;
}
.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;
}
.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);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.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: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}


.thumbnail {
	border: none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li.image-additional {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
.thumbnails {
	margin-left: -10px;
}
.thumbnails > img {
	width: 100%;
}

/* 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%;
    }
}
/* end stylesheet_default.css */

/* base.css */
body{min-width:100%}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

}
#header p, #footer p,
#footer_higher p,
#slider_top p,
#slogan p,
#footer_higher p,
.all_slider_wrapper p{
    margin: 0;padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img { outline: 0;outline: none;border: none }
a, a:hover{
    color: #000;
    line-height:16px;
}

.img_conteiner, .img_conteiner:hover{display: block;line-height: 8px}



/* #Basic Styles
================================================== */



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h3{
    font-size:18px;
    line-height:20px;
    padding-top: 5px
}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

em { font-style: italic; }
strong { font-weight: bold; }
.br_space{ line-height:5px}
.pos_relative{ position:relative}
.display_none{ display:none}
.display_block{ display: block}
.f_left { float:left}
.f_right { float:right}

.overflow_hidden{overflow: hidden;}

/* #Lists
================================================== */
ul { list-style: none outside; }
ol { list-style: decimal; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

img.scale-with-grid-sized {
    width: 100%;
    height: auto;
}



/* #Buttons
================================================== */
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* #Forms
================================================== */
select {
    padding: 0;
}
/* end base.css */

/* skeleton.css */
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }


.container .column,
.container .columns,
.all_pages #content{ float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom:9px}

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .two.columns {
    width: 130px;
}
.container .three.columns {
    width: 205px;
}
.container .four.columns {
    width: 280px;
}
.container .five.columns {
    width: 355px;
}
.container .six.columns {
    width: 430px;
}
.container .seven.columns {
    width: 505px;
}
.container .eight.columns {
    width: 580px;
}
.container .nine.columns {
    width: 655px;
}
.container .ten.columns {
    width: 730px;
}
.container .eleven.columns {
    width: 805px;
}
.container .twelve.columns,
.all_pages #content{
    width: 880px;
}
.container .thirteen.columns {
    width: 955px;
}
.container .fourteen.columns {
    width: 1030px;
}
.container .fifteen.columns {
    width: 1105px;
}
.container .sixteen.columns {
    width: 1180px;
}
.container .one-third.column {
    width: 380px;
}
.container .two-thirds.column {
    width: 780px;
}

/* Offsets */
.container .offset-by-one {
    padding-left: 75px;
}
.container .offset-by-two {
    padding-left: 150px;
}
.container .offset-by-three {
    padding-left: 225px;
}
.container .offset-by-four {
    padding-left: 300px;
}
.container .offset-by-five {
    padding-left: 375px;
}
.container .offset-by-six {
    padding-left: 450px;
}
.container .offset-by-seven {
    padding-left: 525px;
}
.container .offset-by-eight {
    padding-left: 600px;
}
.container .offset-by-nine {
    padding-left: 675px;
}
.container .offset-by-ten {
    padding-left: 750px;
}
.container .offset-by-eleven {
    padding-left: 825px;
}
.container .offset-by-twelve {
    padding-left: 900px;
}
.container .offset-by-thirteen {
    padding-left: 975px;
}
.container .offset-by-fourteen {
    padding-left: 1050px;
}
.container .offset-by-fifteen {
    padding-left: 1125px;
}


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* end skeleton.css */


/* stylesheet.css */

body {
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 14px;
}
h1, .welcome {
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size:22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight:bold;
}
#content h1, h1.listing_title{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    outline: 0 none;
    vertical-align: baseline;
    margin:0 0 20px;
    vertical-align: baseline;
    line-height:31px;
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    font-weight: bold;
}




h2 {
    color: #000;
    font-size:14px;
    margin:0 0 17px;
}

h2#review-title{margin:15px 0 17px}
p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a b {
    text-decoration: underline;
    cursor: pointer;
    outline:none
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
form#subscribe{display:block}

input[type='text'], input[type='password'], textarea {
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
	font-family: 'Open Sans', sans-serif, arial, helvetica;
}
select {
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 2px;
}

.display_none{display:none }

/* layout */
#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position:relative
}
#column-right {
    float: right;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
}
.common-home #content {position: relative;}


.left_column{
    float:left !important;
}
.right_column{
    float: right !important;
}

/* header */
#header {
    height: auto;
    text-align: left;
    background-color:#262626;
	margin-bottom: 1px;
}

#header .phone {
	padding-top: 55px;
}
#header .shopping_cart{
    padding-top: 25px;
}

#header .phone a {
	font-size: 21px;
	text-decoration: none;
}
#header #logo {
	padding: 24px 0px 16px;
	margin-left: -15px;
}

@media (max-width: 478px) {
	#header #logo {
		margin-left: 0px;
	}
}

#currency, #language {
    float: left;
    margin:0 10px 0 0;
	padding-top: 51px;
}

#currency{
    margin:0 50px 0 0;
	padding-top: 46px;
}



#currency a, #language a {
    display: block;
    float:left;
    text-align:center;
    margin-right:2px;
    width:28px;
    height:27px;
    background-color:#070707;
    font: 12px/27px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase
}


#currency a:hover, #currency a b, #language a:hover, #language a.selected_lang {
    background-color:#3e3e3e;
    text-decoration: none;
    color: #fff;
    display: block;
}

#currency a span, #currency a b{display: block;padding-left: 2px;padding-right: 2px}
#currency a span{padding-top: 1px}

#language a{margin-top: 1px}


#header #cart .content {
    position:absolute;
    display: none;
    background-color: #3E3E3E;
    color: #EEEEEE;
    right: 0;
    top: 23px;
    min-width: 242px;

}
#header #cart .checkout a{
    background-color:#0cc71e;
    float:left;
    display: block;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#header #cart .checkout a + a{
	float: right;
}
#header #cart .empty {
    padding:10px 10px 15px;
    text-align: center
}

#header #cart.active .heading {

}

#header #cart .content .mini-cart-info{
    background-color:#323232;
    padding: 8px;
    margin-top: 3px;
    overflow:hidden;
    position:relative;
    margin-bottom: 1px;
}


#header #cart.active .content {
    display: block;
}



.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    vertical-align: top;
    padding:10px 0 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info td.name a{color: #fff;text-transform: uppercase;text-decoration: none}
.mini-cart-info td.name a:hover{text-decoration:underline}

.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #AEAEAE;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;

    background-color: #484848;
    text-align:right;
    padding-right:15px;
    color: #fff;
    margin-bottom:6px;
    line-height: 16px


}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
}



/* menu */
.nav-container {
    background: url("../image/dresscode_images/nav-container.jpg") repeat-x scroll center bottom #2e2e2e;
    margin-top: 12px;
}

.nav-container #menu_block_head {
    display: none;
}

.nav-container .menu_block_dropdown {
    display: block;
}
#menu {
    margin: 0;
    padding: 0;
    background:none;
    border:none;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    border-left: 1px solid #191919;
    float: left;
    margin: 0;
    padding: 0;
}
#menu > ul > li:hover {
}

#menu .img_link_wrapper {
    border-left:none;
    float: left;
    border-right: none
}

#menu > ul > li > a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
	line-height: 49px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
}

#menu > ul > li > a.image-link, #menu > ul > li > a.image-link:hover {
    background: url("../image/dresscode_images/icon_home.png") no-repeat scroll 17px 16px transparent;
    display: block;
    width:53px ;
    height:49px;
    padding:0;
    margin:0;
    border-left: 1px solid #191919;

}


#menu > ul > li:hover > a {
    color:#fff;
    background-color:#ff0000!important;
}
#menu > ul > li > div {
    display: none;
    position: absolute;
    z-index:995 !important;
    min-width:15em;
    width: 100%;

    text-align:left;
    border: none;
    padding:0; margin:0;
    top:49px;
    border-top: 3px solid #FF0000;
    background: #fbfbfb;
    padding:20px 15px 20px 15px;
    -moz-box-shadow:0px 10px 15px 2px #727272;
    -webkit-box-shadow:  0px 10px 15px 2px #727272 ;
    box-shadow:  0px 10px 15px 2px #727272 ;
}


#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    text-decoration: none;
    font-size:12px;
    font-weight: normal;
    display:block;
    padding:4px 12px 7px;
    color:#2F2F2F;
    display: block;

}
#menu > ul > li ul > li > a:hover {
    text-decoration: underline
}
#menu > ul > li > div > ul > li > a {
    color: #2F2F2F;
    z-index: 9999999999999999
}
#menu > ul > li > div, #menu > ul > li > div > ul, #menu > ul > li > div > ul > li{
    z-index: 999999999;
}

#menu > ul > li > div{
    overflow: hidden;
}
#menu > ul > li > div.with_descr{
    width:30em;
}


#menu > ul > li > div.none_descr{
    min-width:15em;
}


#menu > ul > li > div > ul{
    float: left;
}
#menu > ul > li > div.with_descr > ul{
    width: 13em
}


#menu > ul > li > div.none_descr>ul{
    min-width:15em;
}

#menu > ul > li > div > ul > li{

}




#menu .category_description_block {
    width: 14em;
    float: left;
}
#menu #menu_custom_title {

}

#menu > ul > li > div#menu_custom_block{
    min-width:70em;
    padding-right: 0!important;
    width:70em;
}



.custom_menu_img{float: left;margin-right:15px!important;}
.custom_menu_text_1, .custom_menu_text_2{
    float: left;
    width: 190px;
    margin-right: 20px!important
}
.custom_menu_text_2 {
    margin-right:0!important;
}


.breadcrumb {
    margin-top:19px;
	display: none;
}
.display_block .breadcrumb {display: block}
.all_pages #content .breadcrumb{
    margin-top:8px;
    display: none;
}
.breadcrumb div{
    display: inline-block;

}

.breadcrumb a {
    font-size:12px;
    padding-left:15px;
    color: #767676;
    display: inline;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background: url(../image/dresscode_images/marker_breadcrumbs.gif) left 5px no-repeat;
    margin-left:10px
}
.breadcrumb a:hover {text-decoration: underline}
.breadcrumb a:first-child {
    background:none;
    padding-left:0;
    cursor: pointer

}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom:0px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    margin-top: 10px;
    margin-bottom: 10px
}

.success {
    background: #EAF7D9 url('../../default/image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: #FFD1D1 url('../../default/image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}
.attention {
    background: #FFF5CC url('../../default/image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width:30%;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width:100%;
}

#payment-address input.large-field, #payment-address select.large-field{
    width: 95%
}


table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
    vertical-align: top;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #000;
    cursor: pointer;
    color:#fff
}
.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom:34px;
}
.pagination .links {
    float: left;
    margin-right:10px
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #000;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #FFFFFF;
}
.pagination .results {
    padding-top: 3px;
    color:#000
}
.htabs {
    height:32px;
}
.htabs a {
    border: 1px solid #D7D7D7;
    background: #fff;
    padding:9px 15px 6px;
    float: left;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right:5px;
    display: none;
    text-transform: uppercase;
    margin-bottom: -1px
}
.htabs a.selected {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}
.tab-content {
    z-index: 2;
    overflow:hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
}

.tab-content-inner {
    padding: 10px
}
.tab-content-inner-related{
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}





.tags{padding-bottom:35px}

/* box */
.box {
    margin:0 0 26px
}
.box .box-heading,.panel-default>.panel-heading,.article-info .title {
    display:block;
    text-transform:uppercase;
    padding:4px 9px;
    background-color:#333333;
 /*   margin-bottom:17px ; */
    color:#fff;
    font-size:16px;
    line-height:24px;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#column-left .box .box-heading,.panel-default>.panel-heading,.article-info .title {
	margin-bottom:17px ;
}
#latest-slider .box .box-heading, #featured-slider .box .box-heading {
	position: absolute;
}
#column-left .box .box-heading,.panel-default>.panel-heading{
    float: none;
}

.box .box-content {
    text-align:left;
    font-size: 12px;
    clear: both;
}
.box .box-content a{
    text-transform: uppercase
}
.box-flash .box-content{text-align: center}
.box-tags .box-content{text-align: center;padding:0}
.box-tags .box-content a{
    text-transform:none!important;
    padding: 0px;
    font-size:12px ;
    font-weight: bold;
}


/* box account */
.box-account .box-content > ul > li{
    background: url("../image/dresscode_images/bkg_block-layered-dt.gif") no-repeat scroll 0 14px transparent;
    padding: 8px 8px 7px 16px
}
.box-account .box-content > ul > li a{text-decoration: none;font-weight: bold;}
.box-account .box-content > ul > li a:hover{text-decoration:underline}


/* box products */

#column-left .box-product>div{
    clear: both;
    float: none;
    margin-bottom: 20px;
    text-align: center
}


.box-product .image {
    display: block;
    margin-bottom: 0px;
}

.box-product .name a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin:4px 0 2px 0px;
}
.box-product .name a:hover {text-decoration: underline}
.box-product .price {
    font:24px/29px Tahoma,Geneva,sans-serif;
    font-weight: normal;
}
.box-product .price-old {
    font-size: 18px;
    line-height: 18px;
    text-decoration:line-through
}
.box-product .price-new {
    color: #FF0000 !important;
    font: 24px/29px Tahoma,Geneva,sans-serif;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}

/* related products */
#tab-related a.button{}
#tab-related .box-product .name a{}
#tab-related .box-product > div{}
#tab-related{}
#tab-related .box-product .image{}





/* box category */
.box-category {

}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {
    padding: 8px 8px 7px 16px;
    background:url("../image/dresscode_images/bkg_block-layered-dt.gif") no-repeat scroll 0 14px transparent
}
.box-category > ul > li + li {

}
.box-category > ul > li > a {
    text-decoration: none;
    color: #000;
    font-weight:bold;
    font-size:12px;
    text-transform: uppercase
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active, .box-category > ul > li > a:hover {
    text-decoration: underline
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    text-transform: uppercase
}
.box-category > ul > li ul > li > a:hover{text-decoration: underline}
.box-category > ul > li ul > li > a.active{font-weight:bold;text-decoration: underline}

/* content */
#content .content {
    padding: 10px;
    overflow:hidden;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    _overflow: auto;
    line-height:17px
}
.category-info .image {
    margin-bottom:20px

}
.category-list {
    overflow:hidden;
    margin-bottom: 20px;
}
.category-list ul {
    text-decoration: none;
    text-transform: uppercase
}

.category-list ul li{
    background: url("../image/dresscode_images/bkg_block-layered-dt.gif") no-repeat scroll 0 14px transparent;
    padding: 8px 0px 0px 16px
}
.category-list ul li a{
    text-decoration: none;
    font-weight: bold;
}
.category-list ul li a:hover{
    text-decoration: underline
}


/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */

/* pager */

.product-filter {
    color: #5a5a5a;
    margin-bottom:37px;
    line-height:22px;
    clear: both;
    text-transform: uppercase
}
.product-filter a{color: #5a5a5a;text-decoration:none}
.product-filter a:hover{text-decoration: underline}
.product-filter select{color: #5a5a5a;font-size:12px;}

.product-filter .display {
    float: right;
    margin-top: 10px;
	display: none;
}
.product-filter .display .display-grid, .product-filter .display .display-list {
    display: block;
    float: right;
    height:15px;
    margin:4px 0 0 5px;
    width:19px;
}
.product-filter .display .display-list:hover, .product-filter .display .display-grid:hover{text-decoration:none}
.product-filter .display .display-list {
    background:url("../image/dresscode_images/view_list.gif") no-repeat scroll 0 1px transparent
}
.product-filter .display .display-grid {
    background:url("../image/dresscode_images/view_grid.gif") no-repeat scroll 0 1px transparent
}



.product-filter .sort {
    float: left;
    margin-right:13px;
    margin-top: 10px
}
.product-filter .sort select{
    width:142px
}

.product-filter .limit {
    float: left;
    margin-right:17px;
    margin-top: 10px
}
.product-filter .limit select{
    width:52px
}

.product-compare {
    float:left;
    margin-top: 10px
}
/* .product-compare a {
    text-decoration: none;
} */
body.product-compare {
    float:none;
    margin-top:0
}
/* end pager */

/* search parameters */
.search_criteria .title_search,
.search_criteria .input_search,
.search_criteria .dropdown_search,
.search_criteria .checkbox_search{
    float: left;
    margin-right:5px;
    margin-top:4px
}
.search_criteria .checkbox_search{margin-top: 6px}
.search_criteria .title_search{margin-top:7px}
.search_criteria .dropdown_search select, .search_criteria .dropdown_search option{
    width:100%;
}

.product-list > div {
    margin-bottom:25px !important;
    clear: both;
}
.product-list .left{margin-bottom: 16px}
.product-list .right {margin-left: 150px;}

.product-list .wishlist, .product-list .compare{
    float: left;
}
.product-list .listing_cart{float: right;padding-bottom:3px}

.product-list .product_wrapper{
    float: none!important;
    display: block!important;
    border-bottom: 1px solid #EEEEEE;
    width: auto !important;
    margin-left: 0;
    margin-right: 0 ;
    overflow: hidden;
}
.product-list .image {
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    width: 135px;
}

.product-list .product .wrapper-hover,.product-list .product:hover .wrapper-hover{background-color: #fff !important;opacity:1 !important}

.product-list .cart{display: none;}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    color: #000 !important;
    font-weight:normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}
.product-list .rating {
    color: #7B7B7B;
    float: left;;
    margin-top: 12px;
}
.product-list .product .product-price{
    float: left;
}
.product-list .price {
    color: #000 !important;
    font-size: 14px;
    font-weight:bold
}
.product-list .product .product-price .price{margin-left: 0;margin-right: 15px}
.product-list .price-old {
    color: #000;
    text-decoration: line-through;
    font-weight: normal;
    font-size:12px
}
.product-list .price-new {
    font-weight: bold;
    color:#FF0000
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
    margin-top: 10px
}
.product-list .wishlist{margin-right: 10px}
.product-list .wishlist a {
    color: #333333;
    padding-left: 18px;
    display: block;
    background: url('../../default/image/add.png') left center no-repeat;
}
.product-list .compare a {
    color: #333333;
    padding-left: 18px;
    display: block;
    background: url('../../default/image/add.png') left 60% no-repeat;
}
/* .product-grid {
    margin-left: -10px;
    margin-right: -10px
} */
.product-grid .count_3cols_col_1{clear: both;}
.product-grid .listing_cart{display: none;}


.product-grid .product_wrapper{margin-bottom: 20px !important;}


#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
}
.product-grid .image img {

}
.product-grid .name{
    float: left;
    width: 75%;
}
.product-grid .name a {
    color: #000;
    text-decoration: none;
    display: block;
}
.product-grid .name a:hover {text-decoration: underline}

.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.product-grid .price-old {
    text-decoration: line-through;
    font-weight: normal;
    font-size:12px
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    float: right;
    width: 20%
}


.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
    display:none
}
.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../../default/image/add.png') left center no-repeat;
}
.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../../default/image/add.png') left center no-repeat;
}
/* Product */
.product-info {
    clear: both;
    margin-bottom: 20px;
}

#content .product-info h1{
    background:none;
    font-size:26px;
    line-height:28px;
    margin-top: 0
}

.product-info h1{margin-bottom: 13px}
.product-info .image img{
    /* border:1px solid #D7D7D7; */
}
.product-info .image{text-align:left}
.product-info .gallery_note {
    padding: 15px 0 18px;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

.product-info .image-additional {
    overflow: hidden;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin:0;
    overflow: hidden;
    line-height: 8px;
	border: none;
	padding:0px
}
.product-info .image-additional img{
    border:1px solid #D7D7D7;
    height: auto;
    width:87px
}
.product-info .description {
    padding:16px 5px 18px 0;
    margin-bottom:20px;
    line-height: 20px;
    border-bottom:1px solid #d7d7d7;
}
.product-info .description span {
    color: #000;
    font-weight:bold
}
.product-info .description a {
    color: #333;
}
.product-info .add-to-links{overflow: hidden;margin-bottom: 20px;margin-left: -2px}
.product-info .add-to-links a{
    text-transform: uppercase;
    color: #333;
    font-size: 11px;
    text-decoration: none;
    display: block;
    line-height:18px
}
.product-info .add-to-links a.link-wishlist{
    float: left;
}
.product-info .add-to-links a.link-compare{
    float:right;
}
.product-info .add-to-links a i[class*="icon-"] {
    font-size: 18px;
    color: #a9a9a9;
    padding: 0 8px 0 0;
    vertical-align: -7%;
}

.product-info .price-bottom-box{
    background: url("../image/dresscode_images/product_page_price.gif") repeat-x scroll center bottom #FEFEFE;
    border: 1px solid #EFEFEF;
    padding: 12px 2% 9px;
    text-align: center;
}
.product-info .price-bottom-box .regular-price{
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-family:'Open Sans',sans-serif;
    font-weight: bold;
    margin-bottom: 5px
}

.product-info .price-bottom-box .special-price-box{
    font-family:'Open Sans',sans-serif;
}

.product-info .price-bottom-box .special-price-box .price-old{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-decoration: line-through
}
.product-info .price-bottom-box .special-price-box .price-new{
    font-size: 26px;
    line-height: 26px;
    color:#FF0000;
    font-weight: bold;
}
.product-info .price-bottom-box .special-price-box .price-new{
    font-size: 26px;
    line-height: 26px;
    color:#FF0000;
    font-weight: bold;
}
.product-info .cart-bottom-box{
    background: url("../image/dresscode_images/product_page_price.gif") repeat-x scroll center bottom #FEFEFE;
    border: 1px solid #EFEFEF;
    padding:12px 2% 15px;
    text-align: center;
    border-top: none;
}
.panel-group > .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
	padding: 10px 15px;
	margin-bottom: 0px;
	text-transform: none;
}
.panel-group h3 {
	margin-top: 20px;
    margin-bottom: 10px;
}
h4.panel-title, h4.panel-title a {
	text-decoration: none;
	background: none;
	color: #333;
}
.panel-body p {
	margin-bottom: 10px;
}
.price-bar {
    background: url("../image/dresscode_images/product_page_price.gif") repeat-x scroll center bottom #FEFEFE;
    border: 1px solid #EFEFEF;
    padding: 12px 2% 9px;
    text-align: center;
	margin-top: 10px;
}
#tab-specification table td .fa-check, .compare-info i.fa-check {
	color: #0cc71e;
}
#tab-specification table td .fa-times, .compare-info i.fa-times {
	color: #ff0000;
}
div.energylabel {
  position: relative;
  width: 32px;
  overflow: hidden;
  padding: 3px 8px 3px 5px;
  margin: -4px 0 -7px 0;
  text-align: center;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
div.energylabel.aa:before, div.energylabel.aa:after {
	background: #007936;
}
div.energylabel.a:before, div.energylabel.a:after {
	background: #009543;
}
div.energylabel.b:before, div.energylabel.b:after {
	background: #5bad3e;
}
div.energylabel.c:before, div.energylabel.c:after {
	background: #bbd22a;
}
div.energylabel.d:before, div.energylabel.d:after {
	background: #fff00c;
}
div.energylabel.e:before, div.energylabel.e:after {
	background: #f8b028;
}
div.energylabel.f:before, div.energylabel.f:after {
	background: #ea6d2d;
}
div.energylabel.g:before, div.energylabel.g:after {
	background: #e4312a;
}
div.energylabel:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 50%;
	right: 0px;
	top: 0px;
	transform: skewX(40deg);
	transform-origin: right bottom;
	z-index: -1;
}
div.energylabel:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 50%;
	right: 0px;
	bottom: 0px;
	transform: skewX(-40deg);
	transform-origin: right top;
	z-index: -1;
}
.qty-ticker-block{
    overflow: hidden;
    margin:0 auto;
    max-width: 138px;
}
.cart-bottom-box .qty-text{
    float: left;
    margin-right: 12px;
    margin-top:6px;
    text-transform: uppercase;
}
.cart-bottom-box .marker_qty_left, .cart-bottom-box .marker_qty_right{
    display:block;
    width:5px;
    height:9px;
    float:left;
    background:url(../image/dresscode_images/marker_qty_left.gif) 0px 0px no-repeat;
    margin-top:9px;
    cursor:pointer
}
.cart-bottom-box .marker_qty_left{margin-right:8px}
.cart-bottom-box .marker_qty_right{background:url(../image/dresscode_images/marker_qty_right.gif) 0px 0px no-repeat;margin-left:8px}
.minimum{padding-top:10px}
.cart-bottom-box #input-quantity{
    padding: 0;
    border: 1px solid #DBDBDB;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;

}
/* social plugins */
.socials_plugins{
    overflow: hidden;
    margin-top:20px
}

.socials_plugins .google{
    float: left;
    width:80px;
    clear:both
}
.socials_plugins .facebook{
    float: left;
    width:90px
}
.socials_plugins .twitter{
    float: left;

}
/* social plugins */





.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    padding:0 0 10px;
    margin-bottom:5px;
    color: #000000;
    overflow:hidden;
}
.product-info .options input[type="radio"]{
    margin-left: 0
}
.product-info .options select{
    font-size:12px;
    color:#000;
    border:1px solid #c4c4c4;
    padding-right:1px
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    cursor: pointer;
}
.product-info .cart {
    color: #000;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom:20px
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}


.product-info .cart .price{
    color: #000;
    font-size:14px;
    font-weight:bold
}
.product-info .cart .price .price-old{display:none}


.product-info .cart div > span {
    display: block;
    color: #000;
}

.product-info .cart .price_block{
    min-width:78px;
    padding-top:10px
}
.product-info .cart .qty_block{
    float:left;
    padding-top:5px;
    padding-right: 5px
}
.product-info .cart .or{
    float:left;
    padding-top:5px;
    padding-right: 5px
}
.product-info .cart .cart_links{
    float:left;
    margin-top: -5px;
}


.product-info .cart .button_cart{
    float:left;
    margin-top: -5px;
    padding: 0px 5px 0px 5px
}



.product-info .cart .minimum {
    padding-top:10px;
    font-size: 11px;
    color: #000;
    clear: both;
}
.product-info .review {
    overflow: hidden;
    margin-bottom:13px
}
.product-info .review img{margin-right:2px;float: left;margin-top:4px}

.product-info .review > div {
    line-height: 20px;
}
.product-info .review .review-stars{
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.product-info .review .review-stars p.no-rating{
    margin-bottom:0
}
.product-info .review .review-stars p.no-rating a{
    color: #333333;
    text-transform: uppercase;
    line-height: 18px
}
.product-info .review .review-stars p.no-rating a:hover{
    text-decoration: none;
}


.product-info .share {
    line-height: normal;
    margin-top: 2px;
    display:inline-block;
}

.product-info-short-description {
    border-top:1px solid #d7d7d7;
    padding-top:11px;
    border-bottom:1px solid #d7d7d7;
    padding-bottom:11px;
    line-height: 18px;
    padding-top:16px;
    padding-bottom:18px;
    margin-bottom:20px
}

.product-info .price_block {
    float:left;
    min-width: 158px;
    padding-right: 10px;
}
.product-info p.availability {
    padding:0px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-info p.availability a {
	text-decoration: none;
}
.product-info p.availability a:hover {
	text-decoration: underline;
}
.product-info .availability span.fa-stack {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.product-info .availability i.fa-square-o {
	font-size: 23px;
    height: 25px;
    top: -6px;
    color: #1d793c;
}
.product-info .availability i.fa-exchange {
	font-size: 12px;
    top: -7px;
    left: 0px;
    height: 25px;
    color: #1d793c;
}
.product-info .availability i[class*="icon-"] {
    font-size: 22px;
    color: #1d793c;
    padding: 0 5px 0 0;
    vertical-align: middle;
}

.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    padding: 10px;
    _overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare_table_wrapper{overflow: auto;}
.compare-info {
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #000;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
    text-decoration:none
}
.compare-info .name a:hover {text-decoration: underline}

.compare-info .price-old {
    font-weight: normal;
    color: #000;
    font-size: 10px;
    text-decoration: line-through;
}
.compare-info .price-new {
    color:#FF0000;
    font-weight: bold;
}
.compare-info input.button{display: inline}

/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .name a{font-weight:bold;text-decoration:none}
.wishlist-info tbody .name a:hover{text-decoration: underline}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price{font-weight:bold}
.wishlist-info tbody .price s {
    color: #000;
    font-weight: normal
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.wishlist-info tbody .price,
.compare-info td, .compare-info .price_normal{
    font-family: tahoma;
    font-size: 14px;
    color: #000
}
.compare-info .price_normal{
    font-weight:bold;
}
.wishlist-info tbody .price s{
    font-size: 10px
}

.wishlist-info tbody .price b{
    color: #FF0000;
    font-size: 12px
}

.login-content {
    margin-bottom: 20px;
}
.login-content .left {
    float: left;
    width: 45%;
}
.login-content .right {
    float: right;
    width:50%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    _overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    _overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
.cart-info{overflow: auto;}
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module > div {
    display: none;
    margin-bottom: 20px
}

.cart-module input.button {margin-top: 10px}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow:hidden;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.cart_page .breadcrumb{
    margin-bottom:17px
}

.cart-info tbody .name{
    width: 45%
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    clear: both;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow:auto;
}
#shipping-address .checkout-content,
#shipping-method .checkout-content,
#payment-method .checkout-content{
    overflow:visible;
}
#shipping-new table.form tr td:first-child, #payment-new table.form tr td:first-child{width: 20%}

.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
}



.checkout-content #login, #payment-address .checkout-content .right{
    width: 48%;
}
#payment-address .checkout-content .buttons .right{
    width:100%;
}

.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    _overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    _overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}

.sitemap-info ul li{
    padding:8px 8px 7px 16px;
    background: url("../image/dresscode_images/bkg_block-layered-dt.gif") no-repeat scroll 0 12px transparent
}
.sitemap-info ul li, .sitemap-info ul li a{line-height: 14px}

.sitemap-info ul ul{
    padding-left: 15px
}
.sitemap-info ul ul li{
    list-style: circle;
    background: none;
    padding-left: 0

}


/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}
/*top menu update*/
#menu > ul > li > div.none_descr > ul.list{
    float: none;
}

#menu > ul > li > div.none_descr > ul.list > li > a{
    min-width: 120px;
}

#menu > ul > li > div.none_descr.width-3,
#menu > ul > li > div.none_descr.width-4{
    min-width:70em
}
#menu > ul > li > div.none_descr.width-5{
    min-width:80em
}

/* end stylesheet.css */

/* dresscode.css */
/* az tools */
.clear{clear:both;height:0;line-height:0;font-size:0;}
.f_left { float:left}
.f_right { float:right}

.overflow_auto{overflow:auto}
.display_block{display: block}

body{overflow-x:hidden}
/* az tools */

/*  Header     */
.phone {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    line-height:1em;
    color:#fff;
    float: left;
    padding-top: 26px;
    margin-right: 20px;
}
.phone a .fa {
	font-size: 20px;
}

/*shopping cart box*/
.shopping_cart {
    position: relative;
    float: right;
    z-index: 3 !important;
}
.shopping_cart > .shopping_cart_b > .heading > a,
.shopping_cart > .shopping_cart_b > .heading{
    font: 12px/27px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    display:block
}
.shopping_cart span.cart_link{
    display: inline-block;
    padding-right: 3px;
    color:#fff;
}
.shopping_cart span#cart-total {
    color:#8d8d8d;
	display: inline-block;
    cursor: pointer;
    background:url(../image/dresscode_images/arrow.png) no-repeat right 9px;
    padding-right:32px;

}
@media only screen and (max-width: 767px) {
	.shopping_cart span.cart_link, .shopping_cart span#cart-total {
		display: block;
	}
}
.shopping_cart span em{
    color:#fff;
    font-style: normal;
}

.shopping_cart span.price {
    color:#000;
    font-size:12px;
}
.shopping_cart .total span.price {
    color: #AEAEAE
}

/*end shopping cart box*/



/* begin header boxes*/
#nav_first .visible_on{display: block}

#nav_first #nav_block_head {
    display: none;
    font-size: 12px;
    left: 0;
    position: relative;
    top: 0;
}
#nav_first .nav_block_head_field {
    width: 145px;
    padding-left:10px;
    background-color: #2F2F2F;
    float:left;
    height:36px;
    color: #868686;
    outline: none;
    text-decoration: none;
    line-height:36px;
    cursor:pointer
}
#nav_first .nav_block_head_button {
    background: url(../image/dresscode_images/select-icons1.png) 10px 15px no-repeat #2F2F2F;
    display: block;
    float:left;
    height: 36px;
    outline: none;
    width: 30px;
    cursor:pointer

}
#nav_first .nav_block_dropdown {
    display:block;
}
#nav_first .nav_block_dropdown li {
    float: left;
    margin:0;
    padding:0;

}

#nav_first .nav_block_dropdown a {
    padding-right:20px;
    font:12px/36px;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}

#nav_first .nav_block_dropdown a:hover{text-decoration: underline}
#nav_first .nav_block_dropdown li.last a {	border-bottom: none;padding-right: 0}

/*box search in header*/

#header input[type="text"],
#header input[type="password"],
#header input[type="email"],
#header textarea,
#header select {
    border: none;
    padding: 8px 10px;
    outline: none !important;
 /*   font: 12px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #868686;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #2F2F2F;
}



#header select {
    padding: 0;
}

#menu > ul > li.account {
	float: right;
	border-right:  1px solid #191919;
	border-left: none;
}
@media only screen and (max-width: 767px) {
	#menu > ul > li.account {
		float: none;
	}
}
#search, #search_dresscode {
    position:relative;
	float: right;
   /* z-index:3 !important; */
}
#search {
	padding-right: 20px;
}
#search input[type=text], #search_dresscode input[type=text] {
    width:235px;
    padding:0 10px 0 10px;
    height:36px;
}

#header .button-search {
    padding: 0;margin: 0;
    border: none;
    position:absolute;
  /*  z-index: 99999; */
    cursor: pointer;
    width:21px;
    height:36px;
    background-image:url(../image/dresscode_images/arrow1.png);
    background-position:1px 1px;
    background-repeat:no-repeat;
    background-color:#ff0000;
    position:absolute;
    text-indent:-2000px
}
#cart_float {
	float: right;
	text-align: left;
}
#select_top {
    float:right;
    position:relative;
}

#select_top_nav {
    width: auto;
    float: left;
}

#select_main_nav {
    width:200px;
    text-align:left
}


#header select, #search_shopomania, #select_top .sbHolder{
    width: 235px
}


/*end box search in header*/

/* select box */
#select_top .sbHolder {
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    position: relative;
    width: 240px;
    z-index:50000;
}

#select_top .sbHolder:focus .sbSelector {

}

#select_top .sbSelector {
    display: block;
    height: 36px;
    left: 48px;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width:0;
    background:url(../image/dresscode_images/arrow1.png) no-repeat right 0 #2f2f2f;

}

#select_top .sbSelector:link, #select_top .sbSelector:visited, #select_top .sbSelector:hover {
    color: #868686;
    outline: none;
    text-decoration: none;

}

#select_top .sbToggle {
    background: url(../image/dresscode_images/select-icons.png) 10px 4px no-repeat #2f2f2f;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;

}

#select_top .sbHolderDisabled {
    background-color: #3C3C3C;
}


#select_top .sbOptions {
    background-color: #2f2f2f;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

#select_top .sbOptions li {
    padding: 0 10px;
    margin-bottom: 8px
}

#select_top .sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 0 0 6px 38px;
    line-height:18px;
    height:auto;
}

#select_top .sbOptions a:link, #select_top .sbOptions a:visited {
    color: #868686;
    text-decoration: none;
}

#select_top .sbOptions a:hover, #select_top .sbOptions a:focus, #select_top .sbOptions a.sbFocus {
    color: #fff;
}

#select_top .sbOptions li.last a {
    border-bottom: none;
}

#select_top .sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;

}

#select_top .sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    display: block;
    font-weight: bold;
}

#select_top .sbOptions .sbSub {
    padding-left: 17px;
}

#select_top_nav .sbHolder {
    font-size: 12px;
    font-weight: normal;
    height:36px;
    position: relative;
    width: 185px;
    z-index:52000;
}
#select_top_nav .sbSelector {
    display: block;
    height: 36px;
    right: 30px;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 145px;
    padding-left:10px;
    background-color: #2f2f2f;
}

#select_top_nav .sbSelector:link, #select_top_nav .sbSelector:visited, #select_top_nav .sbSelector:hover {
    color: #868686;
    outline: none;
    text-decoration: none;
}

#select_top_nav .sbToggle {
    background: url(../image/dresscode_images/select-icons1.png) 10px 15px no-repeat #2f2f2f;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
#select_top_nav .sbHolderDisabled {
    background-color: #3C3C3C;
}
#select_top_nav .sbOptions {
    background-color: #2f2f2f;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    width: 185px;
    z-index: 1;
    overflow-y: auto;
}

#select_top_nav .sbOptions li {
    padding: 0 10px;
}

#select_top_nav .sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 0 0 6px 0;
    line-height:18px;
    height:auto;

}

#select_top_nav .sbOptions a:link, #select_top_nav .sbOptions a:visited {
    color: #868686;
    text-decoration: none;

}

#select_top_nav .sbOptions a:hover, #select_top_nav .sbOptions a:focus, #select_top_nav .sbOptions a.sbFocus {
    color: #fff;
}

#select_top_nav .sbOptions li.last a {
    border-bottom: none;
}

#select_top_nav .sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;

}

#select_top_nav .sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    display: block;
    font-weight: bold;
}

#select_top_nav .sbOptions .sbSub {
    padding-left: 17px;
}

#select_main_nav .sbHolder {
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    position: relative;
    width: 290px;
    z-index:49000;
}
#select_main_nav .sbSelector {
    display: block;
    height: 36px;
    right: 30px;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 250px;
    padding-left:10px;
    background-color: #000;

}

#select_main_nav .sbSelector:link, #select_main_nav .sbSelector:visited, #select_main_nav .sbSelector:hover {
    color: #868686;
    outline: none;
    text-decoration: none;
}

#select_main_nav .sbToggle {
    background: url(../image/dresscode_images/select-icons1.png) 10px 16px no-repeat #000;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
#select_main_nav .sbHolderDisabled {
    background-color: #3C3C3C;
}
#select_main_nav .sbOptions {
    background-color: #000;
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    position: absolute;
    width: 290px;
    z-index: 1;
    overflow-y: auto;
}

#select_main_nav .sbOptions li {
    padding: 0 10px;
}

#select_main_nav .sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 0 0 6px 0;
    line-height:18px;
    height:auto;
    color: #fff;
    font-weight:bold;
}

#select_main_nav .sbOptions a.sbSub {
    color:#999;
    font-weight:normal;
}

#select_main_nav .sbOptions a:link, #select_main_nav .sbOptions a:visited {
    text-decoration: none;
}
#select_main_nav .sbOptions a:hover, #select_main_nav .sbOptions a:focus, #select_main_nav .sbOptions a.sbFocus {
    color: #fff;
}
#select_main_nav .sbOptions li.last a {
    border-bottom: none;
}
#select_main_nav .sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
}

#select_main_nav .sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    display: block;
    font-weight: bold;
    color:#fff;
    padding-bottom:5px;
}

#select_main_nav .sbOptions .sbSub {
    padding-left: 17px;
}

/* end header boxes*/


/* footer */
#back-top {
    bottom: 290px;
    position: fixed;
    right: 25px;
    text-align: right;
    z-index: 999;
}
#back-top a {
    background: url("../image/dresscode_images/arrow3.png") no-repeat scroll center center #676767;
    display: block;
    height: 49px;
    opacity: 0.4;
    width: 49px;
}

.footer_bg_color {
    background-color:#262626;
    font-size: 12px
}

#footer_container_w {
    border-top:5px solid #000000;
    height:34px;

}
#footer_button {
    background-image:url(../image/dresscode_images/arrow2.png);
    background-repeat: no-repeat;
    background-color: #FF0000;
    width: 37px;
    height:23px;
    margin:-5px auto 0;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    position:relative;
    z-index:1000;
}
.footer_button_down{
    background-position:0px 0px
}
.footer_button_down:hover{background-position:0 -23px}
.footer_button_up:hover{background-position:0px 0px}
.footer_button_up{
    background-position:0 -23px
}
#footer_higher {
    text-align:left;
    margin-top:11px;
    font-size: 12px

}
#footer_higher_content {
    width: 100%;
    margin: 0 auto;
    display:none;
    overflow:hidden;
    padding-bottom: 20px;
}

.main_page #footer_higher_content {
    display:none;
}

#footer h3, #footer_higher h3{
    color: #FFFFFF;
    font-size: 16px;
    line-height:16px;
    padding:8px 0 7px 16px;
}
#footer h3{
    margin-bottom:8px;
    background-color: #151515;
    text-transform:uppercase
}

#footer h3 a{
	color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
}

#footer_higher h3{
    margin-bottom:26px;
    background-color:#333333
}

/* contacts in the footer */

#footer_higher_content #contact a{text-transform:uppercase;text-decoration:none}
#footer_higher_content #contact a:hover{text-decoration: underline}
#footer_higher_content #contact p{margin-bottom: 11px}

#footer_higher_content strong {	text-transform:uppercase;}







.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe,
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]{
    width: 100% !important;
}
#footer_higher_content #deal, #footer_higher_content #contact, #footer_higher_content #twitter, #footer_higher_content #facebook{
    margin-bottom:20px;
}

#footer {
    color:#959595;
    padding-bottom:30px;
    text-align:left
}

#footer a {
    color:#959595;
    text-decoration:none
}
#footer a:hover {text-decoration: underline}

#footer ul{ min-height:108px}

#footer li {
    line-height:14px;
    padding: 4px 0 4px 15px; /* 2px */
    margin: 0;
}

#footer li a {
    font: 12px/14px;
    color:#959595;
    text-decoration: none;
    text-transform: capitalize;
}

#footer li a:hover {
    text-decoration:underline;
}
.ideal {
	width: 54px;
	height: 47px;
	float: right;
	display: block;
	background: url('../image/ideal.png') no-repeat;
	margin-top: 15px;
}
.webshop_keurmerk {
	width: 137px;
	height: 51px;
	float: right;
	display: block;
	background: url('../image/webshop_keurmerk.png') no-repeat;
	margin-top: 15px;
}
.qualityworks {
	height: 25px;
	width: 30px;
	background: url('../image/qw-white.png');
	cursor: pointer;
	float: right;
	display: block;
}
#powered {
    line-height:12px;
    text-transform:uppercase;
    text-align:right !important;
    clear: both;
    margin-bottom: 10px;
    font-size: 10px;
	padding-top: 15px;
}
#powered a{text-decoration: underline;font-size: 10px;color: #fff;line-height: 12px}
#powered a:hover{text-decoration:none}

#payment_services{
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 20px
}



#payment_services span{
    display: block;
    width:30px;
    height:19px;
}

#payment_services span.icon_1{
    background: url("../image/dresscode_images/icon_footer_paypall.png") no-repeat;
}

#payment_services span.icon_2{
    background: url("../image/dresscode_images/icon_footer_visa.png") no-repeat;
}

#payment_services span.icon_3{
    background: url("../image/dresscode_images/icon_footer_mastercard.png") no-repeat;
}

#payment_services span.icon_4{
    background: url("../image/dresscode_images/icon_footer_blue.png") no-repeat;
}

#payment_services span.icon_5{
    background: url("../image/dresscode_images/icon_footer_discover.png") no-repeat;
    margin-right: 0!important;
}


#social_icons{
    overflow: hidden;
}
#social_icons a, #payment_services span{
    float:right;
    margin-right:4px;
    display: block;
}

#social_icons a{
    display: block;
    width:26px;
    height:27px;
    text-decoration: none !important;
}

#social_icons a.icon_1{
    background: url("../image/dresscode_images/icon_social1.png") no-repeat;
}

#social_icons a.icon_2{
    background: url("../image/dresscode_images/icon_social2.png") no-repeat;
}

#social_icons a.icon_3{
    background: url("../image/dresscode_images/icon_social3.png") no-repeat;
}

#social_icons a.icon_4{
    background: url("../image/dresscode_images/icon_social4.png") no-repeat;
}

#social_icons a.icon_5{
    background: url("../image/dresscode_images/icon_in.png") no-repeat;
}

#social_icons a.icon_6{
    background: url("../image/dresscode_images/icon_p.png") no-repeat;
    margin-right: 0 !important;
}

/* footer dropdown */


/* twitter */
#footer_higher #twitter h3{}
#twitter .box-twitter{margin-top:-20px}
.jcarousel-skin-tango .jcarousel-container-vertical { height:310px;}
.jcarousel-skin-tango .jcarousel-clip-vertical {   height:310px;}
#mycarousel .jcarousel-item { height:90px}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.box-twitter .twitter-marker a{text-decoration: underline;font-style: italic;}
.box-twitter .twitter-marker a:hover{text-decoration:none}
.box-twitter .twitter-marker span{font-size: 12px;}

#footer_higher .twitter-marker p{margin: 0 0 5px}


/* twitter */


/* end footer dropdown */


/* newsletter box*/
.newsletter_footer{
    clear: both;
    float: right;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom:10px
}

.newsletter_footer .input_bg{
    float: right;
    width: 158px;
}
.newsletter_footer input{
    border: none;
    margin: 0;
    display: block;
    padding: 6px 8px 5px 12px;
    outline: none !important;
    font-size: 12px;
    line-height: 14px;
    color: #959595;
    margin: 0;
    width:138px;
    display: block;
    background: #2f2f2f;
    height: 25px;
    text-transform: uppercase

}

.newsletter_footer_submit{
    width:21px;
    height:36px;
    float: right;
    cursor: pointer
}


.newsletter_footer a.button, .newsletter_footer a.button:hover{
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    background-image:url(../image/dresscode_images/arrow1.png);
    border: none;
    display: block;
    width:21px;
    height:36px;
    cursor: pointer;
    background-position:1px 1px;
    background-repeat:no-repeat;
    background-color:#ff0000;

}

.newsletter_footer #frm_subscribe{position:relative}
.newsletter_footer #subscribe_result{
    clear: both;
    padding-top: 5px;
    padding-bottom:3px;
    color:red;
}

.newsletter_footer #subscribe_result .error{
    display: block
}

/* newsletter box*/


/* specials box*/
.specials .cart, .specials .rating{display:none}


.specials .image, .specials .name{float:left}
.specials .image{width:89px;padding-top:2px}
.specials .name{width:104px}


.specials .box-product .name a{ height:35px}


/* CUSTOM BLOCK */
.product-page-content .left_info {
    float: left;
    width:57%;
    color: #333
}
.product-page-content .dresscode_product_custom_block_title{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 9px;
    padding-bottom: 20px
}
.product-page-content .dresscode_product_custom_block_subtitle{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    line-height: 15px ;
    padding-bottom: 20px
}
.product-page-content .dresscode_product_custom_block_img{
    width:198px ;
    height:325px ;
    display: block;
}
.custom_block_items{
    margin: 0;
    padding: 0;
}
.custom_block_items caption, .custom_block_items th, .custom_block_items td{
    vertical-align: middle !important;
}
.custom_block_items table{border: none;padding: 0;margin: 0}

.custom_block_items td{   height: 47px }

.custom_block_items .custom_block_item{
    color: #3e3e3e;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0px 0px 0px 56px;
    text-align: left;
    min-height: 47px;
    margin-bottom: 18px
}
.custom_block_items .custom_block_item_1{
    background:url(../image/dresscode_images/custom_block_item_1.png) 0px 0px no-repeat;
}
.custom_block_items .custom_block_item_2{
    background:url(../image/dresscode_images/custom_block_item_2.png) 0px 0px no-repeat;
}
.custom_block_items .custom_block_item_3{
    background:url(../image/dresscode_images/custom_block_item_3.png) 0px 0px no-repeat;
}
.custom_block_items .custom_block_item_4{
    background:url(../image/dresscode_images/custom_block_item_4.png) 0px 0px no-repeat;
}


/* CUSTOM BLOCK */




/* all buttons */

input.button, button.button, a.button, .product-list .listing_cart input, .btn-primary, .btn-default{
    background: #0cc71e;
    color:#fff;
    border: 2px solid #eee;
    min-height:14px;
    overflow: hidden;
    text-align: center;
    line-height:16px;
    text-transform: capitalize;
    padding: 7px 7px 6px 7px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;

    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;

    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));

    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius:0
}

input.button:hover, button.button:hover, a.button:hover, .product-list .listing_cart input:hover,.btn-default:hover{
    background: #0cc71e;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover{
    background-image:none;
    border: 2px solid #eee;
    background: #0cc71e;
}

a.button.red {
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
a.button.red:hover{
	background: #ff0000;
}
input.button, a.button{
    display: inline-block;
    text-decoration: none;
}

.buttons {
    overflow: hidden;
    padding-bottom: 20px
}
.buttons .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.buttons .right {
    float: right;
    text-align: right;
}

.buttons .left {
    float: left;
    text-align: left;
}
.product-info .cart-bottom-box .button_cart input,.product-info .cart-bottom-box .button_cart button, input.compare-button{
    font-size: 18px;
    font-weight: bold;
    line-height:16px;
    margin: auto;
    min-height: 48px;
    min-width: 140px;
/*    padding-top: 14px; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .product-info .cart-bottom-box .button_cart input, input.compare-button{padding-top:7px}
}
.ie10 .product-info .cart-bottom-box .button_cart input{padding-top:9px}

/* end all buttons */

.product-info .right .options label {line-height:21px}

.product-info .right .options .checkbox_input{margin-left:-2px}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 24px
}

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

.wishlist-info{overflow: auto;}

/******* jCloud *******/
div#jcloud {
    margin:0px auto;
}
.jtag a:link, .jtag a:visited {
    text-decoration: none;
    padding: 2px 4px;
    display: block;
}
.jtag a:hover {
    border: 1px solid #999999;
    background-color: #eee;
}

#normal-tags li{
    display:inline-block;
    padding: 10px
}

.slider_table_style{
    width: 100%;
    padding: 0;
    margin: 0
}
.slider_tr_style{
    height:26px;
    vertical-align: middle;
}

.slider_td_style{
    font-size: inherit;
    padding: 0;
    margin: 0
}

.null{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/*******************************new changes*******************************/

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}
.icons-ul > li {
    position: relative;
}
.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}
.icon-muted {
    color: #eeeeee;
}
.icon-light {
    color: #ffffff;
}
.icon-dark {
    color: #333333;
}
.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.icon-bg-grey {
    padding: 0 0.2em 0 0.4em ;
    background: #ececec;
    color:#000 !important;
    width:0.8em;
    text-align: center;
    line-height: inherit;
}
.icon-bg-grey:hover {  background: #767676;
    color:#fff !important;
}
.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.icon-5x {
    font-size: 5em;
}
.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width:65px;
    height:65px;
    line-height:65px;
    vertical-align: -35%;
    padding-left:4px;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
    width: 60px;
    height: 60px;
}
/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope-alt:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file-alt:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up-alt:before {
    content: "\f087";
}
.icon-thumbs-down-alt:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
    content: "\f08a";
}
.icon-signout:before {
    content: "\f08b";
}
.icon-linkedin-sign:before {
    content: "\f08c";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}
.icon-bookmark-empty:before {
    content: "\f097";
}
.icon-phone-sign:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-right:before {
    content: "\f0a4";
}
.icon-hand-left:before {
    content: "\f0a5";
}
.icon-hand-up:before {
    content: "\f0a6";
}
.icon-hand-down:before {
    content: "\f0a7";
}
.icon-circle-arrow-left:before {
    content: "\f0a8";
}
.icon-circle-arrow-right:before {
    content: "\f0a9";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-circle-arrow-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-fullscreen:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-beaker:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-sign-blank:before {
    content: "\f0c8";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-google-plus-sign:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-alt:before {
    content: "\f0e5";
}
.icon-comments-alt:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell-alt:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-food:before {
    content: "\f0f5";
}
.icon-file-text-alt:before {
    content: "\f0f6";
}
.icon-building:before {
    content: "\f0f7";
}
.icon-hospital:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-sign:before {
    content: "\f0fd";
}
.icon-plus-sign-alt:before {
    content: "\f0fe";
}
.icon-double-angle-left:before {
    content: "\f100";
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-double-angle-up:before {
    content: "\f102";
}
.icon-double-angle-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-blank:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-close-alt:before {
    content: "\f114";
}
.icon-folder-open-alt:before {
    content: "\f115";
}
.icon-expand-alt:before {
    content: "\f116";
}
.icon-collapse-alt:before {
    content: "\f117";
}
.icon-smile:before {
    content: "\f118";
}
.icon-frown:before {
    content: "\f119";
}
.icon-meh:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard:before {
    content: "\f11c";
}
.icon-flag-alt:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-reply-all:before {
    content: "\f122";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-unlink:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-off:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-empty:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-sign-left:before {
    content: "\f137";
}
.icon-chevron-sign-right:before {
    content: "\f138";
}
.icon-chevron-sign-up:before {
    content: "\f139";
}
.icon-chevron-sign-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-horizontal:before {
    content: "\f141";
}
.icon-ellipsis-vertical:before {
    content: "\f142";
}
.icon-rss-sign:before {
    content: "\f143";
}
.icon-play-sign:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-sign-alt:before {
    content: "\f146";
}
.icon-check-minus:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-sign:before {
    content: "\f14a";
}
.icon-edit-sign:before {
    content: "\f14b";
}
.icon-external-link-sign:before {
    content: "\f14c";
}
.icon-share-sign:before {
    content: "\f14d";
}
.icon-compass:before {
    content: "\f14e";
}
.icon-collapse:before {
    content: "\f150";
}
.icon-collapse-top:before {
    content: "\f151";
}
.icon-expand:before {
    content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}
.icon-won:before,
.icon-krw:before {
    content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}
.icon-file:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-by-alphabet:before {
    content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}
.icon-sort-by-attributes:before {
    content: "\f160";
}
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}
.icon-sort-by-order:before {
    content: "\f162";
}
.icon-sort-by-order-alt:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-sign:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-sign:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stackexchange:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-sign:before {
    content: "\f172";
}
.icon-tumblr:before {
    content: "\f173";
}
.icon-tumblr-sign:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female:before {
    content: "\f182";
}
.icon-male:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-sun:before {
    content: "\f185";
}
.icon-moon:before {
    content: "\f186";
}
.icon-archive:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
    content: "\f18b";
}



.wrapper_block {
    width: 100%;
    overflow: hidden;
}
.divider {
    height: 25px;
    overflow: hidden;
}
/* brands slider */
.brands.carouFredSel {
    position:relative;
    margin-bottom: 40px;
}
.brands.carouFredSel .slides {
    margin:18px 0 0 0;
    padding:0;
    list-style-type:none;
    overflow:hidden
}
.brands.carouFredSel .slides li {
    margin:0 15px;
    padding:0;
    min-height:60px;
    float:left;
}
.brands.carouFredSel .slides img {
    max-width: 100%;
}
.brands.carouFredSel .carouFredSel-controls {
    position:absolute;
    margin:0;
    right:5px;
    top:-25px;
    padding-bottom:20px;
}
.brands.carouFredSel:hover .carouFredSel-controls {
    opacity: 1;
}
.brands.carouFredSel-buttons{overflow:hidden;}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
    background:url(../image/dresscode_images/nav.png) no-repeat top left #4c4c4c;
    width:32px;
    height:31px;
    text-indent:-9000px;
    cursor:pointer;
    position: absolute;
    top: -30px;
    right:51px;
    margin-top: -13px;
}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
    right:15px;
    left:auto;
    background-position:top right;
}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover {
    background-color:#ff0000
}
/* end brands slider */


/* blog slide */
.blog-widget .box-heading{
    font-size: 40px;
    margin-bottom: 50px;
    padding: 6px 16px 8px;
    min-width: 5%;
    line-height:42px
}
.from-blog.carouFredSel {
    position:relative;
    background:rgba(0, 0, 0, 0.6);
    padding: 45px 25px 45px;
    margin-bottom:50px;
    clear:both;
}
.from-blog.carouFredSel .slides {
    margin:0;
    padding:0;
    list-style-type:none;
    overflow:hidden
}
.from-blog.carouFredSel .slides li {
    margin:0;
    padding:0;
    min-height:180px;
    float:left;
}
.from-blog.carouFredSel .slides li .image {
    text-align: center;
    width:40%;
    margin-right:5%;
    float:left;
}
.from-blog.carouFredSel .slides li .text {
    color:#fff;
    font-size:13px;
    line-height: 18px;
    width:55%;
    float:right;
    font:12px/20px;
}
.from-blog.carouFredSel .slides li .text h5 a{
    color:#fff;
    font-size:15px;
    padding-top:0;
    text-transform: uppercase;
    margin:0 0 15px;
    display:block;
    text-decoration:none
}
.from-blog.carouFredSel .slides li .text .date {
    font-size:12px;
    margin-bottom: 10px;
}
.from-blog.carouFredSel .slides li .text .date a {
    color:#fff;
    text-decoration: none;
}
.from-blog.carouFredSel .slides li .text .date a:hover {
    text-decoration: underline;
}
.from-blog.carouFredSel .slides img {
    max-width: 100%;
}
.from-blog.carouFredSel .carouFredSel-controls {
    position:absolute;
    margin:0;
    left:0;
    top:50%;
    width:100%;
    padding-bottom:20px;
    z-index: 1000;
}
.from-blog.carouFredSel:hover .carouFredSel-controls {
    opacity: 1;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
    position:absolute;
    top:0;
    left:-80px;
    background:url(../image/dresscode_images/nav-big.png) no-repeat top left rgba(0, 0, 0, 0.6);
    width:62px;
    height:60px;
    margin-top:-31px;
    text-indent:-9000px;
    cursor:pointer;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
    right:-80px;
    left:auto;
    background-position:top right;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover,
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color:#ff0000
}
.fullwidth-block {
    width:100%;
}
.blog-widget {
    color:#d9d9d9;
    background:url(../image/dresscode_images/blog-back.jpg) no-repeat 50% 0 #262626;
    -webkit-backface-visibility:visible;
    overflow:hidden;
    margin-top:40px;
    min-height:430px;
}
.blog-post .title{
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 15px;
    padding: 6px 16px 8px;
    min-width: 5%;
}
.post {
    padding:0 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    clear:both
}
.post_outer .post {
    margin-bottom:0;
    border-top: 1px solid #ececec;
    border-bottom: none;
    padding-top:20px
}
.post_outer .post:first-child {
    border: none;
    padding: 5px 0 10px;
}
.post .teaser, .post .teaser a {
    text-transform: none;
    margin-bottom:8px;
    font-size:20px;
    text-decoration:none
}
.post .image {
    margin: 15px 0 25px;
}
.post .image img {
    max-width: 100%;
}
.post p{
    margin: 0 0 15px 0;
    font:12px/20px;
}
.blockquote {
    padding: 15px 15px 15px 85px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 15px;
}
.icon-4x {
    font-size: 4em;
}
.blockquote i[class*="icon-"] {
    position: absolute;
    top: 30px;
    left: 15px;
    color: #e3e3e3;
}

.blog-widget h3.title {
    font-size: 40px;
    margin-bottom: 50px;
    background-color: #333333;
    overflow: hidden;
    position: relative;
    color: #FFF;
    padding: 6px 16px 8px;
    min-width: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height:40px
}

.blog-module input[type="text"],
.blog-module input[type="password"],
.blog-module input[type="email"], textarea {
    border: 1px solid #ececec;
    padding:0 10px;
    height:32px;
    outline: none !important;
    font: 12px/14px;
    color: #000;
    margin: 0 0 10px;
    width: auto;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog-module input.full-width,
.blog-module textarea.full-width {
    width: 100%;
}

.button_outer{margin-bottom:20px}
#comments .content{
    background:url('../image/dresscode_images/user_pic.jpg') 10px top no-repeat;
    padding-left:95px;
    min-height:88px;
}
.blog-module{margin-top:12px}
/* end blog slide */

.social_icons {
    overflow: hidden;
}
.social_icons a {
    text-decoration:none;
}
.social_icons a i[class*="icon-"] {
    font-size:31px;
    line-height:31px;
    margin-right:3px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.social_icons a:hover i{text-decoration:none}

.social_icons a:hover i[class*="icon-"] {
    color: #959595;
}
.social_icons a:hover i.icon-facebook-sign {
    color: #3b5998;
}
.social_icons a:hover i.icon-twitter-sign {
    color: #49c8f5;
}
.social_icons a:hover i.icon-youtube-sign {
    color: #CD332D;
}
.social_icons a:hover i.icon-google-plus-sign {
    color: #d34836;
}
.social_icons a:hover i.icon-linkedin-sign {
    color: #006699;
}
.social_icons a:hover i.icon-pinterest-sign {
    color: #cb2027;
}
#footer .social_icons {
    text-align:right;
}
#footer .social_icons a {
    color:#959595;
}


#footer .social_icons {
    text-align:right;
}
.blockquote .color-light {
    color: #6e6e6e;
}
.pull-left {
    float: left !important;
}
/* new product custom block */
.custom_block {
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform:uppercase
}
.custom_block .inside {
    text-transform:uppercase;
}
.custom_block .promo_box {
    display:table;
    width:100%;
    padding: 0 0 5px;
}
.custom_block .promo_box a {
    text-decoration:none;
}
.custom_block .promo_box .icon-stack {
    font-size:30px;
    color:#dcdcdc;
    transition: color 0.25s 0s ease;
    -webkit-transition: color 0.25s 0s ease;
    -moz-transition: color 0.25s 0s ease;
    -o-transition: color 0.25s 0s ease;
    margin-right:5px;
}
.custom_block .promo_box:hover .icon-stack {
    color:#333;
}
.custom_block .promo_box span {
    display:block;
    vertical-align: middle;
    display:  table-cell;
    width: 100%;
}
.aligncenter {
    text-align: center;
}

.custom_block h2{
    font-size: 26px;
}

.custom_block p{margin:0 0 15px 0;line-height:20px}
.dresscode_product_custom_block_title{
    font-size:26px;
    line-height: 28px;
    margin:0 0 15px;
    padding:5px 0 0;
}

/* CONTACT US PAGE */
.page_contact_us input[type="text"],
.page_contact_us input[type="password"],
.page_contact_us input[type="email"],
.page_contact_us textarea {
    border: 1px solid #ececec;
    padding: 11px 10px;
    height:32px;
    outline: none !important;
    font: 12px/14px;
    color: #000;
    margin: 0 0 10px;
    width: auto;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page_contact_us input[type="text"],
.page_contact_us input[type="email"],
.page_contact_us textarea{
    width: 100%;
}
.page_contact_us textarea{height:190px}

.page_contact_us label{
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
/* end dresscode.css */

/* sliders_styles.css */
#slider_top {
    height: 430px;
    font-size: 32px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index:0
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index:0
}
.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index:0
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
    z-index:0
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    min-width:420px;
}
.rslides {
    margin: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    color: #fff;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    z-index: 40000;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 104px;
    width: 60px;
    background: transparent url(../image/dresscode_images/nav1.png) no-repeat left top;
    top:0;
    opacity: 0.6;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .callbacks_nav {
        width:40px;
        height:75px;
        background: transparent url(../image/dresscode_images/nav1_1.png) no-repeat left top;
    }
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    background-position: right top;
}

.overlap_widget_wrapper {
    position: relative;
    margin:0 auto;
}
.overlap_widget_wrapper .left_image {
    position: absolute;
    left: 0px;
}
.overlap_widget_wrapper .left_image .placeholder {
    position: absolute;
    left: 0px;
    overflow: hidden;
    height:430px;
}
.overlap_widget_wrapper .left_image img {
    position: absolute;
    left: 0px;
}
.overlap_widget_wrapper .right_image {
    position: absolute;
    right: 0px;
}
.overlap_widget_wrapper .right_image .placeholder {
    position: absolute;
    right: 0px;
    overflow: hidden;
}
.overlap_widget_wrapper .right_image img {
    position: absolute;
    right:0px;
}
.overlap_widget_wrapper .right_image .placeholder, .overlap_widget_wrapper .left_image .placeholder, .overlap_widget_wrapper {
    height: 433px;
    text-align:center;
}

/* end responsiveslides */

#slogan {display:block;clear: both;}
#slogan{
    overflow:hidden;
    margin:28px auto 12px 0;
    text-align:center;
}

#slogan ul {
    font-size:16px;
    line-height:1em;
    background: url("../image/dresscode_images/line.gif") repeat scroll 0 2px transparent
}
#slogan li {
    display:inline-block;
    margin: 0 30px
}
#slogan li a {
    display:block;
    padding:0 10px;
    font-size:16px;
    line-height:16px;
    background-color:#FFFFFF;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

/* Elastislide titles */
.all_slider_wrapper{padding-top: 20px}

.tabs div{
    display:block;
    float:left;
    margin-top:2px
}
.tabs div a,
.box-heading.featured-multi-heading{
    font-size:16px;
    line-height:16px;
    padding:4px 7px;
    text-decoration:none;
    margin-right:5px;
    display: block;
    float:left;
    cursor:pointer;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}
.box-heading.featured-multi-heading{float:none;display:inline-block;margin-bottom: 20px;margin-top: 20px}
.featured_block_multi{}

.tabs div a:hover, .tabs div a.active_slider,
#bestsellers_activate:hover, #newproducts_activate:hover, #specials_activate:hover,
.box-heading.featured-multi-heading{
    background-color:#333333;
    color:#fff;
}

.tabs div a#bestsellers_activate{}
.tabs div span{float:left;padding-top:5px;padding-left:3px;margin-right: 7px}

#newproducts_activate{margin-left: -10px}


#column-left .es-carousel-wrapper {
    position: static;
    margin: 0;
    padding: 0
}
#column-left .container{
    width: auto;
    overflow:hidden;
}

/* Elastislide Style */

.es-carousel-wrapper{
    position:relative;
	padding-top:42px;
}
@media only screen and (max-width: 767px) {
    .es-carousel-wrapper{
        margin-left:0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .es-carousel-wrapper{
        margin-left:0;
    }
}
.es-carousel{
    overflow:hidden;
}
.es-carousel ul li{
    height:100%;
    float:left;
    display:block;
}



.es-carousel ul li .product_img{
    display:block;
}

/* sliders, listings */
#tab-related .product{margin-bottom: 20px}
.product .product-image-wrapper {
    text-align: center;
    position:relative;
    cursor: pointer;
    background-color: #fff;
	z-index: 1;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.product .product-image-wrapper  {
		z-index: -1!important;
	}
	.base_page .container .col-left.left_column.alpha {
		margin-left: -5px;
	}
}

/* .product:hover .product-image-wrapper{
    border:1px solid #f2f2f2;
    display: block;
    line-height: 8px
} */
.product .product-image-wrapper img {
    margin: 0 auto;
    float:none;
}
.product .product-price {
    font-size:26px;
    line-height:26px
}
.product .product-attributes {
	display: none;
	position: absolute;
	font-size: 12px;
  /*  border:1px solid #f2f2f2; */
	background: #fff;
	padding: 12px 14px;
	z-index: 15;
	width: 100%; 
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.product .product-attributes {
		z-index: -1;
	}
}
.product.border .product-attributes {
	box-shadow: 0px 6px 10px 1px #727272;
}
.product .product-price{cursor: text}
.product .product-name {
    text-transform:uppercase;
    margin: 4px 0 0;
    margin-left: 8px;
    overflow: hidden;
	height: 48px;
}
.product .product-name a {
	text-decoration: none;
	font-size: 12px;
}
.product .product-image-wrapper-hover {
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10!important;
    background:url(../image/dresscode_images/bg_black_10.png) repeat;
}
.product {
	position: relative;
	border-top: 3px solid #FFF;
}
.product.border {
	box-shadow: 0px 6px 10px 1px #727272;
	border-top: 3px solid #FF0000;
}
.product .wrapper-hover {
    padding:12px 14px 8px 0;
    background-color:#fff;
    min-height:66px;
    text-align: left;
}
.product .wrapper-hover .icon_cart_rollover .fa, .product .wrapper-hover .product-grid .cart .fa {
	color: #959595;
}
.product:hover .wrapper-hover,
.product:hover .wrapper-hover .product-name a{
    color:#fff;
    text-decoration:none
}
.product:hover .wrapper-hover {
	background: #444;
}
.product-buttons a .fa {
	color: #444;
}
.product .wrapper-hover .icon_cart_rollover a:hover .fa, .product .wrapper-hover .product-grid .cart a:hover .fa, .product-buttons  a:hover .fa {
	color: #0cc71e;
}
.product .wrapper-hover-hidden {
    padding: 0;margin: 0;
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    height:auto;
    z-index: 99;
    color:#fff;
    background:url(../image/dresscode_images/bg_black_70.png) repeat;
    text-align: left;
}
.wrapper-hover-hidden td{padding:8px 14px;}
.icon_cart_title{
    float:left;
    width:75%
}

.icon_cart_rollover{
    float:right;
    width: 20%;
    margin-bottom: 5px
}


.icon_cart_rollover a, .product-grid .cart a{
    padding: 0;
    margin: 0;
    border: none;
    display:block;
    width:30px ;
    height:24px ;
    float: right;
    cursor: pointer;
	font-size: 12px;
 /*   background:url(../image/dresscode_images/icon_cart_rollover.png) -30px 0px no-repeat;
    -webkit-transition: background-position .5s linear;
    -moz-transition: background-position .5s linear;
    -o-transition: background-position .5s linear;
    transition: background-position .5s linear; 

}

.icon_cart_rollover a:hover, .product-grid .cart a:hover{
    background-position:0px 0px; */
}
#deal .icon_cart_rollover a{background:url(../image/dresscode_images/icon_cart_rollover.png) 0px 0px no-repeat;}

.col-sm-2.product_wrapper {
	margin-bottom: 15px;
}

.product .product-price .price{
    font:24px/29px Tahoma,Geneva,sans-serif;
    font-weight: normal;
    margin-left: 8px;
/*	min-height: 58px; */
}
#deal .product .product-price .price{
    margin-left:0
}

.product .product-price .price .price-old{
    font-size: 18px;
    line-height: 18px;
    text-decoration:line-through;
}
.price .price-old{
    text-decoration:line-through ;
    font-weight: normal;
}
@media only screen and (max-width: 979px) {
	.product .product-price .price .price-old{
		display: none;
	}
}
.price > span {
	white-space: nowrap;
}

.product .product-price .price .price-new{
    color: #FF0000 !important;
    font: 24px/29px Tahoma,Geneva,sans-serif;
}

#deal .product .product-name a,
#deal .product .product-price .price{
    color: #fff;
    text-decoration: none
}
#deal .product .product-image-wrapper {border: none;}
#deal .product .product-name{margin-left: 0}

.product .product-name a:hover,
#deal .product .product-name a:hover{text-decoration: underline}

.wrapper-hover{color: #000}
/*	end listings  */

.es-nav span{
    position:absolute;
    top:-1px;
    right:36px;
    background-image:url(../image/dresscode_images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width:32px;
    height:31px;
    text-indent:-9000px;
    cursor:pointer;
    background-color: #D80000
}
.es-nav span.es-nav-next{
    right:0px;
    left:auto;
    background-position:top right;
}
.es-nav span:hover{
    opacity:1.0;
}

/* end Elastislide Style */
.sixteen.columns.alpha > div#newproducts_slider,
.sixteen.columns.alpha > div#specials_slider,
.sixteen.columns.alpha > div#bestsellers_slider{
    display: none;
}

.product-page-content .sixteen.columns.alpha > div{display: block;}

.font_color{color: #fff}


.product_sticker {
    background: url(../image/dresscode_images/sticker_product.png) 0 0 no-repeat;
    display: block;
    height: 64px;
    position: absolute;
    width: 64px;
    z-index: 7;
    display: none;
}



.sticker_onsale_top_left{top:0; left:0; background-position:0 0;}
.sticker_onsale_top_right{top:0; right:0; background-position:-156px 0px;}
.sticker_onsale_bottom_left{bottom:0; left:0; background-position:0px -217px;}
.sticker_onsale_bottom_right{bottom:0; right:0; background-position:-156px -217px;}


.sticker_video_top_right{top:0; right:0; background-position:-376px 0;}
.sticker_video_top_left{top:0; left:0; background-position:-220px 0px;}
.sticker_video_bottom_left{bottom:0; left:0; background-position:-220px -217px;}
.sticker_video_bottom_right{bottom:0; right:0; background-position:-376px -217px;}




.sticker_display_none{ display:none}
.sticker_display{ display: block}

.product-list .sticker_display{ display:none;}

.hide {display: none}


.product-image-wrapper .roll_over_img, .products-list .product-image .roll_over_img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 6;
}

.product .product-image-wrapper .roll_over_img{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 6;
    text-align: center;
    width:100%;
    margin: 0 auto
}
/* end sliders_styles.css */

/* layout.css */

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */



/* from base skeleton: when responsibility on */

/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 1200px) {
	.hidden-md {
		display: block;
	}
    .container {
        width: 1200px;
    }
    .container .column, .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
	.es-carousel .columns {
		margin-bottom: 14px;
	}
    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .column.alpha.omega, .columns.alpha.omega {
        margin-left: 0;
        margin-right: 0
    }
    .container .one.column {
        width: 55px;
    }
    .container .two.columns {
        width: 130px;
    }
    .container .three.columns {
        width: 205px;
    }
    .container .four.columns {
        width: 280px;
    }
	#column-left .four.columns {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
    .container .five.columns {
        width: 355px;
    }
    .container .six.columns {
        width: 430px;
    }
    .container .seven.columns {
        width: 505px;
    }
    .container .eight.columns {
        width: 580px;
    }
    .container .nine.columns {
        width: 655px;
    }
    .container .ten.columns {
        width: 730px;
    }
    .container .eleven.columns {
        width: 805px;
    }
    .container .twelve.columns,
    .all_pages #content{
        width: 880px;
    }
    .container .thirteen.columns {
        width: 955px;
    }
    .container .fourteen.columns {
        width: 1030px;
    }
    .container .fifteen.columns {
        width: 1105px;
    }
    .container .sixteen.columns {
        width: 1180px;
    }
    .container .one-third.column {
        width: 380px;
    }
    .container .two-thirds.column {
        width: 780px;
    }

    /* Offsets */
    .container .offset-by-one {
        padding-left: 75px;
    }
    .container .offset-by-two {
        padding-left: 150px;
    }
    .container .offset-by-three {
        padding-left: 225px;
    }
    .container .offset-by-four {
        padding-left: 300px;
    }
    .container .offset-by-five {
        padding-left: 375px;
    }
    .container .offset-by-six {
        padding-left: 450px;
    }
    .container .offset-by-seven {
        padding-left: 525px;
    }
    .container .offset-by-eight {
        padding-left: 600px;
    }
    .container .offset-by-nine {
        padding-left: 675px;
    }
    .container .offset-by-ten {
        padding-left: 750px;
    }
    .container .offset-by-eleven {
        padding-left: 825px;
    }
    .container .offset-by-twelve {
        padding-left: 900px;
    }
    .container .offset-by-thirteen {
        padding-left: 975px;
    }
    .container .offset-by-fourteen {
        padding-left: 1050px;
    }
    .container .offset-by-fifteen {
        padding-left: 1125px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.top-container { display: none; }

    .container { width: 960px; }
	

	#select-top { float: none; position: relative; margin-left: -15px;}
	#search, #search_dresscode { position: relative;}
	.search_float_right, #select_top {float: none;}

    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns,
    .all_pages #content                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



}

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.top-container { display: none; }
	#select-top { float: none; position: relative; margin-left: -15px;}
	#search, #search_dresscode { position: relative;}
	.search_float_right, #select_top {float: none;}
	#header {padding: 0 15px;}
	
    .container                                  { width: auto;}
	.base_page  .container                                  { margin-left: 15px;} 
	.base_page  .container .col-left.left-column.alpha {    margin-left: -5px; }
	.product-page-content {margin-right: 15px;}
    .container .column,
    .container .columns                         { margin-left: 10px; margin-right: 10px;  }
/*    .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; } */
/*    .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; } */
    .alpha.omega                                { margin-left: 0; margin-right: 0; }

    .container .one.column,
    .container .one.columns                     { width: 28px; }
    .container .two.columns                     { width: 76px; }
    .container .three.columns                   { width: 124px; }
    .container .four.columns                    { width: 172px; }
    .container .five.columns                    { width: 220px; }
    .container .six.columns                     { width: 268px; }
    .container .seven.columns                   { width: 316px; }
    .container .eight.columns                   { width: 364px; }
    .container .nine.columns                    { width: 412px; }
    .container .ten.columns                     { width: 460px; }
    .container .eleven.columns                  { width: 508px; }
    .container .twelve.columns,
    .all_pages #content                         { width: calc(100% - 212px); }
    .container .thirteen.columns                { width: 604px; }
    .container .fourteen.columns                { width: 652px; }
    .container .fifteen.columns                 { width: 700px; }
    .container .sixteen.columns                 { width: 748px; }

    .container .one-third.column                { width: 236px; }
    .container .two-thirds.column               { width: 492px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 48px; }
    .container .offset-by-two                   { padding-left: 96px; }
    .container .offset-by-three                 { padding-left: 144px; }
    .container .offset-by-four                  { padding-left: 192px; }
    .container .offset-by-five                  { padding-left: 240px; }
    .container .offset-by-six                   { padding-left: 288px; }
    .container .offset-by-seven                 { padding-left: 336px; }
    .container .offset-by-eight                 { padding-left: 384px; }
    .container .offset-by-nine                  { padding-left: 432px; }
    .container .offset-by-ten                   { padding-left: 480px; }
    .container .offset-by-eleven                { padding-left: 528px; }
    .container .offset-by-twelve                { padding-left: 576px; }
    .container .offset-by-thirteen              { padding-left: 624px; }
    .container .offset-by-fourteen              { padding-left: 672px; }
    .container .offset-by-fifteen               { padding-left: 720px; }





}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.top-container { display: none; }
	#select-top { float: none; position: relative; margin-left: -15px;}
	#search, #search_dresscode { position: relative;}
	.search_float_right, #select_top {float: none;}
    .container { width: 100%; padding: 0 15px; }
    .container .columns,
    .container .column { margin: 0; }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .all_pages #content,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column  { width: 100%; }
	
	.es-carousel.container .four.columns {
		width: 280px;
		max-width: 100%;
	}

    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen { padding-left: 0; }

}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top-container { display: none; }
	#select-top { float: none; position: relative; margin-left: -15px;}
	#search, #search_dresscode { position: relative;}
	.search_float_right, #select_top, .shopping_cart {float: none;}
    .container {
        width: 100%;
		padding: 0 15px;
    }
    .container .column,  .container .columns {
        margin-left: 5px;
        margin-right: 5px;
    }
    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right: 5px;
    }
    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left: 5px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,  .container .one.columns,  .container .two.columns,  .container .three.columns,  .container .four.columns {
        width: calc(33.33% - 10px);;
    }
	.es-carousel.container .four.columns {
		width: 280px;
		max-width: 100%;
	}
    .container .five.columns, .container .six.columns,  .container .seven.columns,  .container .eight.columns,  .container .nine.columns,  .container .ten.columns,  .container .eleven.columns,  .container .twelve.columns, .all_pages #content,  .container .thirteen.columns,  .container .fourteen.columns,  .container .fifteen.columns,  .container .sixteen.columns,  .container .one-third.column,  .container .two-thirds.column {
        width: 100%;
        margin:0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .all_pages #content{margin-left: 0;margin-right: 0}
}



@media only screen and (max-width: 479px) {
    .all_pages #content{margin-left: 0;margin-right: 0}
}
/* end base skeleton */


.box-product .four.columns {
	margin-left: 0px;
	margin-right: 0px;
}

/* DRESSCODE STYLES FOR DIFFERENT SCREEN RESOLUTIONS
================================================== */

@media only screen and (min-width: 1200px) {
    #select_top {
        width: 240px
    }
	.hidden-md {
		display: block!important;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {

    #select_top{
        float: right;
        clear: both;
    }

    #slogan li {
        margin: 0 60px;
    }



}

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

    .from-blog.carouFredSel .carouFredSel-controls {
        left:0;
        top:-3px;
    }

    .from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
        left:auto;
        right:35px;
        background:url(../image/dresscode_images/nav.png) no-repeat top left rgba(0, 0, 0, 0.6);
        width:32px;
        height:31px;
    }
    .from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
        right:0;
    }
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
    .phone {display:none;}
    #select_top_nav {display: block;}


    #nav_first {
        position:relative;
        left:0px;
        top:0px;
        width:185px;
        float:left
    }

    #nav_first #nav_block_head{display: block}
    #nav_first .nav_block_dropdown{
        background-color: #2f2f2f;
        list-style: none;
        margin: 0;
        padding: 10px 0 0 0;
        width: 185px;
        display:none;
        position:absolute;
        top:36px;
        left:0px;
        z-index:99999;
        display: none
    }
    #nav_first .nav_block_dropdown li {
        padding: 0 10px;
        float:none;
    }
    #nav_first .nav_block_dropdown a {
        border-bottom: dotted 1px #515151;
        display: block;
        outline: none;
        padding:4px 0 6px;
        line-height:18px;
        height:auto;
        color: #868686;
        text-decoration: none;
        text-transform:none;
        font-size:12px
    }
    #nav_first .nav_block_dropdown a:hover{	color: #fff;text-decoration:none !important}
    #nav_first .nav_block_dropdown li.last a {	border-bottom: none;}

    #nav_first .visible_on{display: block}

    #slogan li {
        margin: 0 15px;
    }



}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/* top categories*/
    .nav-container{
        text-align:left;
        background: none;
        margin-top: 0
    }
    .nav-container #menu_block_head{display: block;margin-bottom:10px}
    .nav-container  .nav_block_head_field{
        width: calc(100% - 30px);
        padding-left:10px;
        background-color: #000;
        float:left;
        height:36px;
        color: #fff;
        outline: none;
		font-size: 18px;
        text-decoration: none;
        line-height:36px;
        cursor:pointer
    }
    .nav-container .menu_block_head_button{
        background: #000;
        display: block;
        float:left;
        height: 36px;
        outline: none;
        width: 30px;
        cursor:pointer
    }
	.nav-container .menu_block_head_button .fa{
	    color: #fff;
		font-size: 20px;
		padding: 8px 7px 8px 6px;
	}

    .nav-container .menu_block_dropdown{
        background-color: #000;
        list-style: none;
        margin: 0;
        padding: 10px;
        width: 270px;
        display:none;
        position:absolute;
        top:36px;
        left:0;
        z-index:99999;
        -moz-box-shadow:0px 10px 20px 2px #727272;
        -webkit-box-shadow:  0px 10px 20px 2px #727272;
        box-shadow:  0px 10px 20px 2px #727272;
    }
    #menu .img_link_wrapper{display: none;}
    #menu{border: none}

    #menu > ul > li{
        float:none;
        display:block;
        border:none
    }
    #menu > ul > li > a {
        display: block;
        outline: none;
        height:auto;
        color: #fff;
        text-decoration: none;
        text-transform:none;
        font-size:16px;
        float:none;
        padding:10px 0 10px 10px;
        line-height: 24px;
        font-weight:bold
    }
    #menu > ul > li > div{
        position: static;
        display: block !important;
        margin-left: 0 !important;
        border: none !important;
        background: none!important;
        box-shadow:none;
        padding-top:0;
        padding-bottom: 0;
        width: auto;
    }
    #menu > ul > li > div > ul > li > a{color: #fff}
    #menu .category_description_block, #menu #menu_custom_title, #menu #menu_custom_block{display: none!important;}
    #menu > ul > li > div, #menu > ul > li > div.none_descr{min-width:15em;}
    #menu > ul > li > div.none_descr>ul, #menu > ul > li > div > ul { min-width: 15em}
    /* top categories*/

    .nav-container .visible_on{display: block}


    #menu > ul > li > div, #menu > ul > li > div > ul, #menu > ul > li > div > ul > li{
        display: block;
    }
    #menu > ul > li ul + ul{padding-left: 0}
	
    .product-page-content #column-right{
        width:auto;
        margin-top: 20px;
    }
    #slogan li{margin: 0}

    .newsletter_footer .input_bg{
        width: 150px;
    }
    .newsletter_footer input{
        padding: 6px 0px 5px 12px;
        width:138px;
    }

    #social_icons a, #payment_services span{margin-right: 3px}

    .product-grid .count_3cols_col_1{clear:both;}
    .product-grid .count_2cols_col_1{}
    .product-filter .display{clear: both;float: left;}

    .category-list ul{float: none;width: 100%}
    /*product page*/
    .product-page-content .left_info{margin: 0 auto;width:95%}

  /*  .htabs, .tab-content{margin-right:15px} */
    #tab-related .product{margin-left: 8px}
    #footer .social_icons a i[class*="icon-"]{font-size:29px;line-height:29px;margin-right:1px}
    .product-filter .limit,.product-filter .display,.product-filter .sort{margin-right:10px}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .product-page-content #column-right{
        width:auto;
        margin-top: 20px;
    }
    .shopping_cart, #select_top{right: 0px}

    .category-list ul{float: none;width: 100%}

    /*product page*/
    .product-page-content .left_info{float: none;margin: 0 auto;width:100%}

    #footer .social_icons a i[class*="icon-"]{font-size:29px;line-height:29px;margin-right:1px}
    .product-filter .limit,.product-filter .display,.product-filter .sort{margin-right:10px}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#header .shopping_cart{
		margin-top: 22px;
	}
	
    .shopping_cart, #select_top{right: 0px}
    .img_link_wrapper{
        display: none;
    }
    .product-page-content #column-right{
        width:auto;
        margin-top: 20px;
    }



    #currency {
        margin: 0 10px 0 0;
    }

    .padding-2 {
        padding-top:10px;
    }
	#header .shopping_cart  {
		margin-top: 0px;
		padding-top: 0px;
	}
	#search_dresscode, #cart_float {
		float: left;
	}
	
    .shopping_cart > .shopping_cart_b > a {
        padding-right:10px;
    }

    .es-nav span{
        right:41px;
    }
    .es-nav span.es-nav-next{
        right:5px;
    }

    .tabs {
        padding-bottom:41px;
    }

    #select_top{display: block;}
    #select_top .sbHolder{width: 220px}



    .product-tabs li{display: block;}
    .product-tabs li {margin-right: 0}

    /* top categories*/
    .nav-container{
        text-align:left;
        background: none;
        margin-top: 0
    }
    .nav-container #menu_block_head{display: block;margin-bottom:10px}
    .nav-container  .nav_block_head_field{
        width: calc(100% - 30px);
        padding-left:10px;
        background-color: #000;
        float:left;
        height:36px;
        color: #fff;
        outline: none;
		font-size: 18px;
        text-decoration: none;
        line-height:36px;
        cursor:pointer
    }
    .nav-container .menu_block_head_button{
        background: #000;
        display: block;
        float:left;
        height: 36px;
        outline: none;
        width: 30px;
        cursor:pointer
    }
	.nav-container .menu_block_head_button .fa{
	    color: #fff;
		font-size: 20px;
		padding: 8px 7px 8px 6px;
	}

    .nav-container .menu_block_dropdown{
        background-color: #000;
        list-style: none;
        margin: 0;
        padding: 10px;
        width: 270px;
        display:none;
        position:absolute;
        top:36px;
        left:15px;
        z-index:99999;
        -moz-box-shadow:0px 10px 20px 2px #727272;
        -webkit-box-shadow:  0px 10px 20px 2px #727272;
        box-shadow:  0px 10px 20px 2px #727272;
    }
    #menu .img_link_wrapper{display: none;}
    #menu{border: none}

    #menu > ul > li{
        float:none;
        display:block;
        border:none
    }
    #menu > ul > li > a {
        display: block;
        outline: none;
        height:auto;
        color: #fff;
        text-decoration: none;
        text-transform:none;
        font-size:16px;
        float:none;
        padding:10px 0 10px 10px;
        line-height: 24px;
        font-weight:bold
    }
    #menu > ul > li > div{
        position: static;
        display: block !important;
        margin-left: 0 !important;
        border: none !important;
        background: none!important;
        box-shadow:none;
        padding-top:0;
        padding-bottom: 0;
        width: auto;
    }
    #menu > ul > li > div > ul > li > a{color: #fff}
    #menu .category_description_block, #menu #menu_custom_title, #menu #menu_custom_block{display: none!important;}
    #menu > ul > li > div, #menu > ul > li > div.none_descr{min-width:15em;}
    #menu > ul > li > div.none_descr>ul, #menu > ul > li > div > ul { min-width: 15em}
    /* top categories*/

    .nav-container .visible_on{display: block}

    .product-grid .count_3cols_col_1{clear:none;}
    .product-grid .count_2cols_col_1{clear: both;}
    .product-info .right{margin-left: 0;clear: both;}

    #menu > ul > li > div, #menu > ul > li > div > ul, #menu > ul > li > div > ul > li{
        display: block;
    }
    #menu > ul > li ul + ul{padding-left: 0}

    .product-filter .display{
        clear: both;
        float: left;
    }

    .left_column{display: none !important;}
    .all_slider_wrapper .product .product-image-wrapper{top:15px}
    .all_slider_wrapper .product .wrapper-hover{margin-top: 15px}

    .htabs{height: auto;}
    .htabs a, .tab-content{
        margin-bottom: 0;
        width: 100%;
    /*    padding-left: 10px;
        padding-right: 10px */
    }

    #tab-related .box-product > div{margin-left: 7px}
    #tab-related .product{margin-left: 0 !important;}


    .search_criteria .title_search,
    .search_criteria .input_search,
    .search_criteria .dropdown_search,
    .search_criteria .checkbox_search,
    .product-filter .limit{
        clear: both;
    }
    .category-list ul{float: none;width: 100%}
    .product-page-content .left_info{float: none;width: 100%}

    .product-list .product .product-price .price .price-tax{clear: both;display: block;}


    /*product page*/
    .product-info .left{float: none;margin: 0 auto}
    .product-info .price-bottom-box, .product-info .cart-bottom-box{float: none;margin: 0 auto;width:96%}
    .product-list .rating,.footer_my_account{clear: both;}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	#header .shopping_cart{
		padding-top: 0px;
	}
    .img_link_wrapper, #slider_top{
        display: none !important
    }
    .shopping_cart{clear: both;}

    /* top categories*/
    .nav-container{
        text-align:left;
        background: none;
        margin-top: 0
    }
    .nav-container #menu_block_head{display: block;margin-bottom: 20px}
    .nav-container  .nav_block_head_field{
        width:250px;
        padding-left:10px;
        background-color: #000;
        float:left;
        height:36px;
        color: #fff;
        outline: none;
		font-size: 18px;
        text-decoration: none;
        line-height:36px;
        cursor:pointer
    }
    .nav-container .menu_block_head_button{
        background: #000;
        display: block;
        float:left;
        height: 36px;
        outline: none;
        width: 30px;
        cursor:pointer
    }
	.nav-container .menu_block_head_button .fa{
	    color: #fff;
		font-size: 20px;
		padding: 8px 7px 8px 6px;
	}

    .nav-container .menu_block_dropdown{
        background-color: #000;
        list-style: none;
        margin: 0;
        padding: 10px;
        width: 270px;
        display:none;
        position:absolute;
        top:36px;
        left:15px;
        z-index:99999;
        -moz-box-shadow:0px 10px 20px 2px #727272;
        -webkit-box-shadow:  0px 10px 20px 2px #727272;
        box-shadow:  0px 10px 20px 2px #727272;
    }
    #menu .img_link_wrapper{display: none;}
    #menu{border: none}

    #menu > ul > li{
        float:none;
        display:block;
        border:none
    }
	#menu > ul > li + li {
		border-top: 1px solid #333;
	}
    #menu > ul > li > a {
        display: block;
        outline: none;
        height:auto;
        color: #fff;
        text-decoration: none;
        text-transform:none;
        font-size:16px;
        float:none;
        padding:10px 0 10px 10px;
        line-height: 24px;
        font-weight:bold
    }
    #menu > ul > li > div{
        position: static;
        display: block !important;
        margin-left: 0 !important;
        border: none !important;
        background: none!important;
        box-shadow:none;
        padding-top:0;
        padding-bottom: 0;
        width: auto;
    }
    #menu > ul > li > div > ul > li > a{color: #fff}
    #menu .category_description_block, #menu #menu_custom_title, #menu #menu_custom_block{display: none!important;}
    #menu > ul > li > div, #menu > ul > li > div.none_descr{min-width:15em;}
    #menu > ul > li > div.none_descr>ul, #menu > ul > li > div > ul { min-width: 15em}
    /* top categories*/


    .nav-container .visible_on{display: block}

    #select_top{display: block;float: left;margin-top: 10px}

    .padding-2 {
        padding:10px 0;
        margin:0;
    }
    .shopping_cart {
        float:left;
        margin-top:8px;
    }
    .shopping_cart > .shopping_cart_b > a {
        padding-right:20px;
    }
    #header #cart .content{
        left: 0
    }

    .es-nav span{
        right:61px;
    }
    .es-nav span.es-nav-next{
        right:25px;
    }

    .wishlist-info td{padding: 4px}
    #menu > ul > li > div, #menu > ul > li > div > ul, #menu > ul > li > div > ul > li{
        display: block;
    }
    .product-filter .display{
        clear: both;
        float: left;
    }
    #payment-address input.large-field, #payment-address select.large-field,
    #shipping-new input.large-field, #shipping-new select.large-field{width: 80%}
    .product-info .right{margin-left: 0;clear: both;}

    .left_column{display: none !important;}

    .es-nav span{top:10px}

    .all_slider_wrapper .product .product-image-wrapper{top:50px}
    .all_slider_wrapper .product .wrapper-hover{margin-top:50px}

    .htabs{height: auto;}
    .htabs a, .tab-content{
        margin-bottom: 0;
        width:100%;
    /*    padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px; */
    }
    #newproducts_activate{margin-left: 0}
    #menu > ul > li ul + ul{padding-left: 0}

    .search_criteria .title_search, .search_criteria .input_search, .search_criteria .dropdown_search, .search_criteria .checkbox_search{
        clear: both;
    }

    #menu > ul > li > div{width: 12em}
    .product-grid{margin-left:0px ; margin-right:0px }
    .category-list ul{float: none;width: 100%}
    .breadcrumb{padding-top: 20px}
    .cart-module #shipping select{width: 100%}


    /*product page*/
    .product-page-content .left_info{width: 95%}
    .product-info .left{margin-bottom: 10px;}
    
    /*main page slider*/
    .all_slider_wrapper .product{
        margin: 0 25px 20px !important;
        width: 250px !important;
    }
    /*listings*/
    .product-grid .product{
        float: none !important;
        margin: 0 auto !important;
        width: 80% !important;
    }
    .product-list .product .product-price .price .price-tax{clear: both;display: block;}
    #tab-related .product{width: 250px !important;margin: 0 auto;float: none;}


    .login-content .right .content input{
        width: 90%
    }

    .tabs{
        margin: 0 auto;
        text-align: center
    }
    .tabs div{
        clear: both;
        float: none;
        overflow: hidden;
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom:5px
    }
    .tabs div span{display: none;}
    .product-list .listing_cart{
        float: left;
    }

    .product-page-content #column-right{
        width:auto;
        margin-top: 20px;
    }

    

}



/* end layout.css */

/* effects.css */
#currency a, #language a,
#header input[type="submit"],
#slogan li a span,
#footer_button,
.newsletter_footer a.button,
#header #cart .checkout a,
#menu > ul > li > a,
#menu > ul > li > div,
#header .button-search,
#footer .newsletter_button{
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}



#header input[type="submit"]:hover,
#slogan li a:hover span,
#footer_button:hover,
.newsletter_footer a.button:hover,
#header #cart .checkout a:hover,
#header .button-search:hover,
#footer .newsletter_button:hover{
    background-color:#000
}


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;	/* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    position:absolute !important;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:4px solid #ccc;
    overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

/* end effects.css */

/********************************************************** new version 2.0.1.1 */
#column-left .panel .list-group a,
#notification .success_ev a:hover,a.btn:hover,a.btn,
.nav-tabs>li>a,.nav-tabs>li>a:hover,
#accordion .panel-title a,#accordion .panel-title a:hover,
.related-article-footer a{
    text-decoration:none
}
#notification .success_ev a,#notification .success_ev a:hover{
    text-decoration:underline
}
.product-list .product .product-image-wrapper .roll_over_img{
    display:none !important;
}
#cart .table-striped>tbody>tr:nth-child(odd)>td,
#cart .table-striped>tbody>tr:nth-child(odd)>th,
#cart > .btn,
#column-left .list-group a:hover,
#column-left .panel-footer{
    background:none;
}
#cart .btn-danger,
#cart > .btn,
#footer input[type="text"],
#column-left .panel-default,
#cart .btn-danger,
#footer .newsletter_button,
.product-filter .display .display-grid, .product-filter .display .display-list,
#column-left .panel-footer,
.tab-content,.nav-tabs{
    border:none;
}
#column-left .panel-default>.panel-heading,
.product-filter .display .display-grid, .product-filter .display .display-list,
#search_dresscode .input-lg{
    border-radius:0
}
#cart .btn-danger,
#cart > .btn,
.checkout-cart .table.table-bordered .btn-primary{
    box-shadow: none;
}
#cart > .btn,
#column-left .panel-footer {
    padding:0
}
#footer .newsletter_button,
#footer input[type="text"]{
    margin:0;
}
.input-group .form-control.width_auto,
textarea.form-control.width_auto,
select.form-control.width_auto,
input[type="text"].form-control.width_auto{
    width:auto
}

#column-left .panel .list-group a,.pagination>li>a, .pagination>li>span,
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
    color:#000;
}
.product-layout.product-list .product .product-price .price .price-old,
.product-list .product .product-price .price span.regular_price{
    color:#000 !important;
}
.product-layout.product-list span.price-tax {
    color:#BBBBBB !important;
}
.phone a,.success_ev,#notification .success_ev a,#notification .success_ev a:hover,
#accordion .panel-default>.panel-heading > h4,#accordion .panel-default>.panel-heading h4 a{
    color:#fff
}
#cart .btn-danger{
    background-color:transparent;
    background-image:none;
    padding:3px 5px;
	color: #959595;
}
#cart .btn-danger:hover {
	color: #ff0000;
}
.success_ev{background-color:rgba(0,0,0,0.8);border:medium none;border-radius:6px;left:32%;padding:0 1%;position:absolute;text-align:center;width:34%;padding:20px}
.success,.warning,.attention,.information{padding:21px 40px 21px 80px;margin-left:10px;margin-right:10px;box-shadow:0 5px 20px rgba(0,0,0,0.3);position:fixed;top:37px;right:20px;max-width:350px;border-radius:0;z-index:999999}
.preloader{position:fixed;width:100%;z-index:999999;top:40%}
.success_ev.warning_message{background-color:rgba(200,100,100,0.8)}
.success_ev.success_message{background-color:rgba(100,200,100,0.8)}

#menu .category_description_block img{
    display: block;
    height: auto;
    max-width: 100%;
}

#footer form .wrapper {
    width: 100%;
    overflow: hidden;
}

#footer .newsletter_button{
    float:left;
    width:21px;
    height:36px;
    background-image:url(../image/dresscode_images/arrow1.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#ff0000;
}

#footer input[type="text"]{
    padding:8px 10px;
    outline:none !important;
    font:12px/20px;
    color:#868686;
    width:auto;
    max-width:100%;
    display:block;
    margin-bottom:20px;
    background:#2f2f2f;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float:left;
    width:140px;
    margin:0;
    padding:2px 15px;
    height:32px
}


#column-left .panel .list-group a{
    cursor:text;
	font-weight: 700;
}
.list-group-item {
    padding: 0px 15px 10px;
}
.panel>.list-group {
	margin-top: -15px;
}
/* styles for mailchimp*/
.mailchimp_error{color:red !important;padding-bottom:0;font-size:20px;text-transform:none}

#response{padding-top:15px;display:block;color:red}

/* end styles for mailchimp*/
.row_listing{margin-left:-10px;margin-right:-10px}

.product-layout.product-list .product .product-name{
    position:absolute;
    left:140px;
    top:0
}
.product-layout.product-list .product{position:relative}
.product-list .description{margin-top:20px}
.base_page { margin-top: 25px }
.base_page .container > .row{margin-left:0;margin-right:0}
.base_page .container .row #content.col-sm-12{margin-left:-15px;margin-right:-15px}

.search_title{padding-top:25px}

.nav-tabs>li>a{
    border: 1px solid #ddd;
	border-bottom: 0px;
    border-radius:0;
	font-size: 14px;
	font-weight: 700;
}

.tab-content>.tab-pane {
    border: 1px solid #ddd;
	border-top: 3px solid #ff0000;
    border-radius:0
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    background: none repeat scroll 0 0 #ff0000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
}
.nav-tabs>li>a{margin-right:5px}
.tab-pane{
    padding: 20px 10px 10px 10px;
}

.button_cart .alert{margin-top:15px}
.addthis_toolbox.addthis_default_style{margin-bottom:20px}

.checkout-cart .table.table-bordered .btn-primary{
    color: #ffffff;
    background-color:#000;
    border-color:#000;
    margin-top:-1px;
    padding:7px;
    margin-left:0
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    padding-top: 10px;
    border-bottom: 2px solid #ff0000;
    font-size: 14px;
}
/* simple blog */
.article-sub-title {
    margin-bottom: 20px;
}

.article-image {
    margin-bottom: 20px;
}

.article-title h1{
    text-decoration:none
}

.article-author {
    text-decoration: none;
    color: #d24d23;
    font-size: 17px;
    font-weight: bold;
}

.comment-left{
    margin-top: 15px;
}

.article-image img {
    border: 1px solid #DDDDDD;
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
}

.article-thumbnail-image img {
    border: 1px solid #CCCCCC;
    padding: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.article-thumbnail-found {
    margin-bottom: 60px;
}

.article-reply .author {
    font-weight: bold;
    margin-bottom: 5px;
}

.article-reply .comment-date {
    margin-bottom:5px;
}

.author-info {
    overflow: auto;
}
.author-info > .left {
    float: left;
    margin-right: 15px;
}
.author-info > .left + .right {
    margin-left: 130px;
    color: #d24d23;
    font-weight: bold;
}

#header #blog-search {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 298px;
    z-index: 15;
}

#header .button-blog-search {
    position: absolute;
    left: 0px;
    width: 28px;
    height: 24px;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}
#header #blog-search input {
    background: #FFF;
    padding: 1px 1px 1px 33px;
    width: 262px;
    height: 21px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 2px 0px #F0F0F0;
    -moz-box-shadow: 0px 2px 0px #F0F0F0;
    box-shadow: 0px 2px 0px #F0F0F0;
}

.margin-top-21 {
    margin-top: 21px;
}

.module-info {
    overflow: auto;
    border-bottom: 1px dotted #CCCCCC;
}
.module-info > .left {
    float: left;
    margin-right: 15px;
}
.module-info > .left + .right {
    margin-left: 130px;
    color: #d24d23;
    font-weight: bold;
}

.related-article-blok-1 {
    display:inline-block;
    width: 48%;
    word-wrap: break-word;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.related-article-blok-2 {
    display:inline-block;
    width: 48%;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.related-article-blok-11 {
    display:inline-block;
    width: 46%;
    word-wrap: break-word;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.related-article-blok-22 {
    display:inline-block;
    width: 46%;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.related-article-blok-1 .name {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 7px;

}

.related-article-blok-1 .name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.related-article-blok-2 .name {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 7px;

}

.related-article-blok-2 .name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}


.related-article-blok-11 .name {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 7px;

}

.related-article-blok-11 .name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.related-article-blok-22 .name {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 7px;

}

.related-article-blok-22 .name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}


.related-article-description {
    overflow: auto;
}
.related-article-description > .left {
    float: left;
    margin-right: 15px;
}
.related-article-description > .left + .right {
    margin-left: 130px;
}

.related-article-meta {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}

.related-article-button {
    text-align: right;
}

.related-article-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}

/* for bootstrap class */
.navbar-inverse {
    min-height: 100px!important;
    background-color: #384047;
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (max-width : 767px) {
    .navbar-inverse {
        min-height: 50px!important;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.simple-blog-product .caption{min-height:25px}

.related-article .name a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #d24d23;
}

#content.blog-article h1{
    color:#fff;
    display:inline-block;
    padding:0 16px 0;
    background: #333333;
    text-transform:uppercase
}

.article-info .wrapper {width:100%;overflow:hidden}
.comment.sub{border-top: 1px solid #ececec;padding:25px 0 30px;margin-left:10%}
.comment .user_pic{float:left;margin:0 15px 0 0}
.date .color{color:#ff0000}
.wrapper_brands{padding-top:30px}

.product-page-content .wrapper {
    width: 100%;
    overflow: hidden;
}
h3.title {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 15px;
    background-color: #151515;
    color: #FFF;
    padding: 6px 16px 8px;
    min-width: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase
}

.product-layout.product-grid,.box .product .name{margin-bottom:15px}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    border-color:#ff0000
}


/* options */
.image_option_type .radio input[type=radio].image_radio{display:none}
.image_option_type .radio{padding-left:0;display:inline;}
.product-description .product-options img.icon-color{
    width:20px;
    padding:0
}

.color-swatch-wrapper{
    position:relative;
    padding-bottom:20px
}
.color-swatch-wrapper .swatch-title{
    display:none
}
.swatch_item{
    display:inline-block;
    position:relative;
}
.color-swatch-wrapper .image-base{
    width:20px;
    height:20px;
    border:1px solid #d1d1d1;
    cursor:pointer;
}
.color-swatch-wrapper label{display:block}

.color-swatch-wrapper .image-base.image_border{
    border-color: #EE3B27;
}
.color-swatch-wrapper .prefix{
    position:absolute;
    left:0;
    top:35px;
    display:none;
}
.product-description .product-options .icon.selected {
    border-color: #EE3B27;
}

#product h3{padding-bottom:15px}

#cart .table-striped>tbody>tr:nth-of-type(odd){
    background:none
}
#cart .table>tbody>tr>td{
    border-top:none;
    border-bottom:1px solid #ddd
}