/*CSS RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary {
  display: block;
}
meter,
progress,
mark,
time {
  display: inline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
html,
body {
  height: 100%;
}
img {
  border: 0;
  vertical-align: top;
  text-align: left;
}
object {
  vertical-align: top;
  outline: none;
}
ul,
ol {
  list-style: none;
}
table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  vertical-align: middle;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}

@font-face {
	font-family: 'abeat';
	src: url('font/abeatbyKaiRegular.eot');
	src: url('font/abeatbyKaiRegular.eot?#iefix') format('embedded-opentype'), 
		 url('font/abeatbyKaiRegular.woff') format('woff'), 
		 url('font/abeatbyKaiRegular.ttf') format('truetype'), 
		 url('font/abeatbyKaiRegular.svg') format('svg');
}
p::selection {
	background: #ffb7b7; /* Safari */
	}
p::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
img.padbot::selection {
	background: #ffb7b7; /* Safari */
	}
img.padbot::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
strong::selection {
	background: #ffb7b7; /* Safari */
	}
strong::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
a::selection {
	background: #ffb7b7; /* Safari */
	}
a::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
h2::selection {
	background: #ffb7b7; /* Safari */
	}
h2::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
h1::selection {
	background: #ffb7b7; /* Safari */
	}
h1::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
dt::selection {
	background: #ffb7b7; /* Safari */
	}
dt::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
dd::selection {
	background: #ffb7b7; /* Safari */
	}
dd::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
td::selection {
	background: #ffb7b7; /* Safari */
	}
td::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
span::selection {
	background: #ffb7b7; /* Safari */
	}
span::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
pre::selection {
	background: #ffb7b7; /* Safari */
	}
pre::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
.p-sorti{
	font-size:18px;
}

/*------ header ------- */
#panel .dropdown-menu li ul li {
  list-style-type: square;
}
body {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #656464;
}
header {
  width: 940px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -470px;
  z-index: 10;
}
header h1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(208,13,92,0.83);
}
#menu_mobi{
	display:none;
}
header nav {
  position: absolute;
  left: 158px;
  top: 0;
  width: 780px;
}
header nav > ul > li {
  float: left;
  margin-right: 3px;
  position: relative;
}
header nav > ul > li ul {
  background: #fff;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 69px;
  text-align: center;
}
header nav > ul > li ul ul {
  left: 100%;
  top: -10px;
  margin-left: 3px;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li ul ul:hover {
  background: #fff;
}
header nav > ul > li ul li {
  position: relative;
}
header nav > ul > li ul a {
  display: inline-block;
  font: 14px/25px 'PT Sans Narrow', sans-serif;
  color: #646464;
  text-transform: uppercase;
}
header nav > ul > li > a {
  width: 153px;
  height: 66px;
  text-align: center;
  text-transform: uppercase;
  font: 18px/66px 'PT Sans Narrow', sans-serif;
  display: block;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  color: #3a3838;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li.active > a,
header nav > ul > li > a:hover,
header nav > ul > li._hover > a,
header nav > ul > li > a.activeLink {
  text-decoration: none;
  background: #ffffff;
}
header nav > ul > li.last {
  margin-right: 0;
}
header nav > ul > li.last > a {
  width: 156px;
}
/*--- header end ------*/
/*------ content ------- */
#_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}
#_content .search_result {
  color: #000;
}
#_content h2,
#_content h3 {
  color: #313131;
  font: 27px/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  white-space: nowrap;
  letter-spacing: -1px;
}
#_content h2 a,
#_content h3 a {
  color: #313131;
}
#_content h3 {
  font-size: 18px;
}
#_content .row > div > div {
  padding: 24px 30px;
  min-height: 388px;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
}
#_content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#_content .row > div > div.short.search {
  padding-top: 55px;
}
#content {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -158px 0 0 -470px;
  width: 100%;
}
#content time a:hover {
  text-decoration: none;
  color: #f75865;
}
#content .row > div > div {
  padding: 24px 30px;
  min-height: 388px;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  height:100%;
}
#content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#content .row > div > div.short.search {
  padding-top: 55px;
}
#content h2 {
  color: #313131;
  font: 27px/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  white-space: nowrap;
  letter-spacing: -1px;
}
#content .collection {
  margin-left: -30px;
}
#content .collection li {
  float: left;
  width: 197px;
  margin-left: 30px;
}
#content .artimap li {
  float: left;
  width: 320px;
}
#content .designers {
  margin-left: -21px;
  height:100%;
}
#content .designers li {
  width: 100%;
  float: left;
  margin-left: 21px;
  height:100%;
}
#collections {
  position: absolute;
  width:100%;
  bottom: 75px;
  top:512px;
  z-index: 1;
}
#collections ul{
	position:absolute;
	left:50%;
	margin-left:-470px;
}
#collections li {
  width: 209px;
  float: left;
  padding: 4px 5px;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  margin-right: 21px;
}
#collections li span {
  font: 30px 'PT Sans Narrow', sans-serif;
  padding-left: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#collections li span span {
  font-size: 16px;
  color: #d6373e;
  margin-top: -8px;
  padding-left: 0;
}
#collections li span a {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/mrk-1.png);
  position: absolute;
  right: 17px;
  top: 14px;
}
.pseudo{
	display:none;
}
#webSiteLoader {
  width: 100%;
  height: 100%;
  min-width: 940px;
  min-height: 840px;
  z-index: 999;
  background: #ffffff url(../img/spinner.gif) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#search2 {
  height: 127px;
}
#search2 input {
  border: 1px #d8d5d0 solid;
  border-right: 0;
  float: left;
  width: 193px;
  padding: 8px 4px;
  outline: none;
  box-shadow: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#searchButton {
  background: url(../img/search-btn.png);
  width: 38px;
  height: 36px;
  float: left;
}
.google_map {
  width: 320px;
  height: 216px;
}
.spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/spinner.gif) 0% 0% no-repeat rgba(255, 255, 255, 0.3);
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  width: 940px;
  position: absolute;
  left: 50%;
  margin-left: -470px;
  bottom: 21px;
  z-index: 10;
  height: 32px;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
}
footer pre.privacy {
  font: 14px/32px 'PT Sans Narrow', sans-serif;
  color: #717171;
  position: absolute;
  right: 18px;
  top: 0;
}
footer .bgStretch-controls a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 4px;
}
footer .bgStretch-controls a.prev {
  background: url(../img/prev.png);
}
footer .bgStretch-controls a.playstop {
  background: url(../img/playstop.png);
}
footer .bgStretch-controls a.playstop.playing {
  background-position: 0 100%;
}
footer .bgStretch-controls a.next {
  background: url(../img/next.png);
}
/*--- footer end ------*/
/*--- forms --- */
#form1 {
  position: relative;
  z-index: 1;
}
#form1 label {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0;
}
#form1 label.invalid .error {
  height: 12px;
}
#form1 input,
#form1 textarea {
  outline: none;
  box-shadow: none;
  width: 344px;
  background: url(../img/blank.gif);
  border: 1px #d8d5d0 solid;
  margin-bottom: 15px;
  color: #000;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#form1 textarea {
  resize: none;
  width: 457px;
  height: 107px;
  margin-bottom: 32px;
}
#form1 .btns {
  float: right;
}
#form1 .btns a {
  float: left;
  margin-left: 17px;
  color: #fff;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  color: #f75865;
  z-index: 99;
}
#form1 .success {
  width: 364px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  text-align: center;
  border: 1px #d8d5d0 solid;
  padding: 44px 0;
  color: #000;
  background: #fff;
}
/*--- forms end --- */
/* --- additional styles --- */
.fixpad1 {
  margin-top: 10px;
}
.firlef{
	margin-right:30px;
}
.f13 {
  font-size: 13px;
}
p,
.padbot {
  margin-bottom: 18px;
}
.p3 {
  margin-bottom: 27px;
}
.p4 {
  margin-bottom: 36px;
}
.lh30 {
  line-height: 30px;
  display: block;
}
.black {
  color: #000;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.wrap {
  overflow: hidden;
}
.upc {
  text-transform: uppercase;
}
a.und,
.und a {
  text-decoration: none;
}
a.und:hover,
.und a:hover {
  text-decoration: underline;
}
a.noc,
.noc a {
  color: inherit;
}
.bold {
  font-weight: bold;
}
.nopad {
  padding: 0;
}
.nomar {
  margin: 0;
}
.nobg {
  background: none;
}
.nobd {
  border: none;
}
.nofl {
  float: none;
}
.db {
  display: block;
}
.dn {
  display: none;
}
a._btn {
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  background: url(../img/btn-bg.png);
  background: url(../img/btn-bg.png) rgba(255, 255, 255, 0);
  padding: 0 16px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
a._btn:hover {
  text-decoration: none;
  background: url(../img/btn-bg.png) #000000;
}
.shoebtn{
 float:right;
}
.btn2{
	margin-left:145px;
}
.btn3{
	margin-left:149px;
}
.btn4{
	margin-left:137px;
}
.img-box-set {
  margin-top: -22px;
}
.img-box-set dl {
  padding-top: 22px;
  *zoom: 1;
}
.img-box-set dl:before,
.img-box-set dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.img-box-set dl:after {
  clear: both;
}
.img-box-set dl dt {
  float: left;
}
.img-box-set dl dd {
  overflow: hidden;
  padding-left: 14px;
}
.img-box-set.set2 dd {
  padding-left: 22px;
}
.img-box-set.set2 a:hover {
  color: #f75865;
  text-decoration: none;
}
.address dt {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.address dd {
  width: 120px;
  text-align: right;
}
.address dd span {
  float: left;
}
.map{
	width:350px;
	margin:0;
}
.mapul{
	width:510px;
	margin-bottom:0;
}
#content .collection li.mapli{
	width:480px;
	margin-bottom: 20px;
}
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  

body {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #656464;
  min-height:120%;
}
#wrapper{
	min-height:120%;
}
header {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  margin-left: 0;
  z-index: 10;
}
header h1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(208,13,92,0.83);
  width:17%;
  min-height:55px;
}
.logo{
	width:90%;
	margin:2%;
}
header nav {
  position: absolute;
  float:left;
  left: 18%;
  top: 0;
  width:83%;
}
header nav > ul > li {
  float: left;
  margin-right: 3px;
  position: relative;
  width:19%;
}
header nav > ul > li ul {
  background: #fff;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 110%;
  text-align: center;
}
header nav > ul > li ul ul {
  left: 100%;
  top: -10px;
  margin-left: 3px;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li ul ul:hover {
  background: #fff;
}
header nav > ul > li ul li {
  position: relative;
}
header nav > ul > li ul a {
  display: inline-block;
  font: 14px/24px 'PT Sans Narrow', sans-serif;
  color: #646464;
  text-transform: uppercase;
}
header nav > ul > li > a {
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font: 18px/55px 'PT Sans Narrow', sans-serif;
  display: block;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  color: #3a3838;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li.active > a,
header nav > ul > li > a:hover,
header nav > ul > li._hover > a,
header nav > ul > li > a.activeLink {
  text-decoration: none;
  background: #ffffff;
}
header nav > ul > li.last {
  margin-right: 0;
}
header nav > ul > li.last > a {
  width: 100%;
}
/*------ content ------- */
#_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}
#_content .search_result {
  color: #000;
}
#_content h2,
#_content h3 {
  color: #313131;
  font: 27px/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  white-space: nowrap;
  letter-spacing: -1px;
}
#_content h2 a,
#_content h3 a {
  color: #313131;
}
#_content h3 {
  font-size: 18px;
}
#_content .row > div > div {
  padding: 24px 30px;
  min-height: 388px;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
}
#_content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#_content .row > div > div.short.search {
  padding-top: 55px;
}
#content {
  position: absolute;
  left: 0;
  top: 20%;
  margin: 0 0 0 0;
  width: 100%;
  height:100%;
  max-height:480px;
}
#content time a:hover {
  text-decoration: none;
  color: #f75865;
}
#content .row > div > div {
  padding: 2%;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  min-height:0;
  height:100%;
}
.row {
	position:absolute;
  margin-left:0;
  left:0;
  width:100%;
  *zoom: 1;
  height:auto;
  height:100%;
}
#content .row > div > div.o-height{
	height:100%;
	min-height:305px;
}
#content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#content .row > div > div.short.search {
  padding-top: 55px;
}
#content h2 {
  color: #313131;
  font: 18px/30px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 3%;
  white-space: nowrap;
  letter-spacing: -1px;
}
.p-sorti{
	font-size:16px;
}
#content .collection {
  margin-left: -2%;
}
#content .collection li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#content .artimap li {
  float: left;
  width: 320px;
}
.collection.more.p3.wrap li{
	max-width:17%;
	padding:0 1%;
}
#content .designers {
  margin-left: -21px;
  height:100%;
  width:100%;
}
#content .designers li {
  width: 100%;
  float: left;
  margin-left: 21px;
  height:100%;
}
.span4{
	width:32%;
	height:100%;
}
.sp4s{
	max-width:25%;
}
.sp4b{
	width:39%;
}
[class*="span"] {
	margin-left:1%;
}
.span12{
	width:98%;
	height:100%;
}
.span5{
	 width:48%;
}
.span7{	
	 width:48%;
}
#collections {
  position: absolute;
  width:100%;
  top:50%;
  z-index: 1;
}
#collections ul{
	position:absolute;
	left:0;
	margin-left:0;
}
#collections li {
  width: 22%;
  float: left;
  padding: 0.5% 0.8%;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  margin-right: 0;
  margin-left: 1%;
}
.vintage{
	display:none;
}
#collections li span {
  font: 14px 'PT Sans Narrow', sans-serif;
  padding-left: 0;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#collections li span span {
  font-size: 10px;
  color: #d6373e;
  margin-top: 0px;
  padding-left: 0;
}
#collections li span a {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/mrk-1.png);
  position: absolute;
  right: 0.5%;
  top: 0.5%;
}
.pseudo{
	display:block;
}
#webSiteLoader {
  width: 100%;
  height: 100%;
  min-width:100%;
  min-height: 100%;
  z-index: 999;
  background: #ffffff url(../img/spinner.gif) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#search2 {
  height: 127px;
}
#search2 input {
  border: 1px #d8d5d0 solid;
  border-right: 0;
  float: left;
  width: 193px;
  padding: 8px 4px;
  outline: none;
  box-shadow: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#searchButton {
  background: url(../img/search-btn.png);
  width: 38px;
  height: 36px;
  float: left;
}
.google_map {
  width: 320px;
  height: 216px;
}
.spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/spinner.gif) 0% 0% no-repeat rgba(255, 255, 255, 0.3);
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  width: 100%;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 1%;
  z-index: 10;
  height: 32px;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
}
footer pre.privacy {
  font: 14px/32px 'PT Sans Narrow', sans-serif;
  color: #717171;
  position: absolute;
  right: 1%;
  top: 0;
}
footer .bgStretch-controls a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 4px;
}
footer .bgStretch-controls a.prev {
  background: url(../img/prev.png);
}
footer .bgStretch-controls a.playstop {
  background: url(../img/playstop.png);
}
footer .bgStretch-controls a.playstop.playing {
  background-position: 0 100%;
}
footer .bgStretch-controls a.next {
  background: url(../img/next.png);
}
/*--- footer end ------*/
/* --- additional styles --- */
.nfm{
	display:none;
}
.firlef{
	margin-right:1%;
	max-width:
}
.fixpad1 {
  margin-top: 10px;
}
.f13 {
  font-size: 13px;
}
p,
.padbot {
  margin-bottom: 5px;
}
.p3 {
  margin-bottom:0;
}
.p4 {
  margin-bottom: 36px;
}
.marken{
	width:42%;
	float:left;
	margin-right:8%;
}
.lh30 {
  line-height: 30px;
  display: block;
}
.black {
  color: #000;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.wrap {
  overflow: hidden;
}
.upc {
  text-transform: uppercase;
}
a.und,
.und a {
  text-decoration: none;
}
a.und:hover,
.und a:hover {
  text-decoration: underline;
}
a.noc,
.noc a {
  color: inherit;
}
.bold {
  font-weight: bold;
}
.nopad {
  padding: 0;
}
.nomar {
  margin: 0;
}
.nobg {
  background: none;
}
.nobd {
  border: none;
}
.nofl {
  float: none;
}
.db {
  display: block;
}
.dn {
  display: none;
}
a._btn {
  font-size: 10px;
  line-height: 36px;
  color: #fff;
  background: url(../img/btn-bg.png);
  background: url(../img/btn-bg.png) rgba(255, 255, 255, 0);
  padding: 0 2%;
  display: inline-block;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  margin:1%;
}
a._btn:hover {
  text-decoration: none;
  background: url(../img/btn-bg.png) #000000;
}
.shoebtn{
 float:left;
}
a._btn.btn2{
	margin-left:12%;
}
a._btn.btn3{
	margin-left:15%;
}
a._btn.btn4{
	margin-left:13%;
}
.img-box-set {
  margin-top: 0;
}
.img-box-set dl {
  padding-top: 2%;
  *zoom: 1;
}
.img-box-set dl:before,
.img-box-set dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.img-box-set dl:after {
  clear: both;
}
.img-box-set dl dt {
  clear:both;
  padding-bottom:2%;
}
.img-box-set dl dd {
  overflow: hidden;
  padding-left: 1%;
  padding-top:1%;
}
.jfs{
	display:block;
}
.img-box-set.set2 dd {
  padding-left: 22px;
}
.img-box-set.set2 a:hover {
  color: #f75865;
  text-decoration: none;
}
.address dt {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.address dd {
  width: 120px;
  text-align: right;
}
.address dd span {
  float: left;
}
/*Core variables and mixins*/
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more li{
	max-width:130px;
	padding:0 20px 20px 0;
}
.more.p3{
	margin-bottom:0;
}
.nupix_g{
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
	color:#515050;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nupix_b{
	color:#40b0e5;
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*-----------iframe------------*/
#wpadminbar{
	display:none;
}
#wp-admin-bar-newdash{
	display:none;
}

.map{
	width:100%;
	margin:0;
}
.mapul{
	width:100%;
	margin-bottom:0;
}
#content .collection li.mapli{
	width:100%;
	margin-bottom: 1%;
}
}
@media (max-width: 480px) {


body {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #656464;
  overflow-y:scroll;
  overflow-x:hidden;
}
header {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  margin-left: 0;
  z-index: 10;
}
header h1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(208,13,92,0.83);
  width:17%;
  min-height:37px;
}
.logo{
	width:90%;
	margin:2%;
}
header nav {
  position: absolute;
  float:left;
  left: 18%;
  top: 0;
  width:83%;
}
header nav > ul > li {
  float: left;
  margin-right: 3px;
  position: relative;
  width:19%;
}
header nav > ul > li ul {
  background: #fff;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 110%;
  text-align: center;
}
header nav > ul > li ul ul {
  left: 100%;
  top: -10px;
  margin-left: 3px;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li ul ul:hover {
  background: #fff;
}
header nav > ul > li ul li {
  position: relative;
}
header nav > ul > li ul a {
  display: inline-block;
  font: 10px/18px 'PT Sans Narrow', sans-serif;
  color: #646464;
  text-transform: uppercase;
}
header nav > ul > li > a {
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font: 12px/37px 'PT Sans Narrow', sans-serif;
  display: block;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  color: #3a3838;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
header nav > ul > li.active > a,
header nav > ul > li > a:hover,
header nav > ul > li._hover > a,
header nav > ul > li > a.activeLink {
  text-decoration: none;
  background: #ffffff;
}
header nav > ul > li.last {
  margin-right: 0;
}
header nav > ul > li.last > a {
  width: 100%;
}
/*------ content ------- */
#_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}
#_content .search_result {
  color: #000;
}
#_content h2,
#_content h3 {
  color: #313131;
  font: 27px/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  white-space: nowrap;
  letter-spacing: -1px;
}
#_content h2 a,
#_content h3 a {
  color: #313131;
}
#_content h3 {
  font-size: 18px;
}
#_content .row > div > div {
  padding: 24px 30px;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  height:100%;
  margin-bottom:30%;
}
#_content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#_content .row > div > div.short.search {
  padding-top: 55px;
}
#content {
  position: absolute;
  left: 0;
  top: 12%;
  margin: 0 0 0 0;
  width: 100%;
  padding-bottom:1px;
  height:100%;
  max-height:400px;
  width:100%;
}
#content time a:hover {
  text-decoration: none;
  color: #f75865;
}
#content .row > div > div {
  padding: 2%;
  background: url(../img/white-opacity-90pr.png);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
  min-height:210px;
  height:100%;
}
.row {
	position:absolute;
  margin-left:0;
  left:0;
  width:100%;
  *zoom: 1;
  height:auto;
  height:100%;
}
#content .row > div > div.o-height{
	min-height:280px;
}
#content .row > div > div.short {
  min-height: 0;
  padding: 24px 30px 0 30px;
  overflow: hidden;
  margin-bottom: 21px;
}
#content .row > div > div.short.search {
  padding-top: 55px;
}
#content h2 {
  color: #313131;
  font: 12px/20px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.p-sorti{
	font-size:12px;
}
#content .collection {
  margin-left: -2%;
}
#content .collection li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#content .artimap li {
  float: left;
  width: 320px;
}
#content .designers {
  margin-left: -21px;
  height:100%;
  width:100%;
}
#content .designers li {
  width:100%;
  float: left;
  margin-left: 21px;
  height:100%;
}
.span4{
	width:32%;
	height:230px;
}
.sp4s{
	max-width:22%;
	height:520px;
}
.sp4b{
	width:42%;
	height:520px;
}
.long{
	height:520px;
}
[class*="span"] {
	margin-left:1%;
}
.span12{
	width:98%;
	height:100%;
}
.span5{
	 width:96%;
}
.span7{
	display:none;
}
#collections {
  position: absolute;
  width:100%;
  top:50%;
  z-index: 1;
}
#collections ul{
	position:absolute;
	left:0;
	margin-left:0;
	width:100%;
}
#collections li {
  width: 22%;
  float: left;
  padding: 0.5% 0.8%;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
  margin-right: 0;
  margin-left: 1%;
}
.vintage{
	display:none;
}
#collections li span {
  font: 14px 'PT Sans Narrow', sans-serif;
  padding-left: 0;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#collections li span span {
  font-size: 10px;
  color: #d6373e;
  margin-top: 0px;
  padding-left: 0;
}
#collections li span a {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/mrk-1.png);
  position: absolute;
  right: 0.5%;
  top: 0.5%;
}
#webSiteLoader {
  width: 100%;
  height: 100%;
  min-width:100%;
  min-height: 100%;
  z-index: 999;
  background: #ffffff url(../img/spinner.gif) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#search2 {
  height: 127px;
}
#search2 input {
  border: 1px #d8d5d0 solid;
  border-right: 0;
  float: left;
  width: 193px;
  padding: 8px 4px;
  outline: none;
  box-shadow: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#searchButton {
  background: url(../img/search-btn.png);
  width: 38px;
  height: 36px;
  float: left;
}
.google_map {
  width: 320px;
  height: 216px;
}
.spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/spinner.gif) 0% 0% no-repeat rgba(255, 255, 255, 0.3);
}
strong{
	font-size:10px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  width: 100%;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 1%;
  z-index: 10;
  height: 32px;
  background: url(../img/white-opacity-83pr.png);
  background: rgba(255, 255, 255, 0.83);
}
footer pre.privacy {
  font: 14px/32px 'PT Sans Narrow', sans-serif;
  color: #717171;
  position: absolute;
  right: 1%;
  top: 0;
}
footer .bgStretch-controls a {
	display:none;
}
/*--- footer end ------*/
/* --- additional styles --- */
.nfm{
	display:none;
}
.firlef{
	margin-right:1%;
}
.fixpad1 {
  margin-top: 10px;
}
.f13 {
  font-size: 13px;
}
p,
.padbot {
  margin-bottom: 5px;
}
.marken{
	width:44%;
	float:left;
}
.p3 {
  margin-bottom:0;
}
.p4 {
  margin-bottom: 36px;
}
.lh30 {
  line-height: 30px;
  display: block;
}
.black {
  color: #000;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.wrap {
  overflow: hidden;
}
.upc {
  text-transform: uppercase;
}
a.und,
.und a {
  text-decoration: none;
}
a.und:hover,
.und a:hover {
  text-decoration: underline;
}
a.noc,
.noc a {
  color: inherit;
}
.bold {
  font-weight: bold;
}
.nopad {
  padding: 0;
}
.nomar {
  margin: 0;
}
.nobg {
  background: none;
}
.nobd {
  border: none;
}
.nofl {
  float: none;
}
.db {
  display: block;
}
.dn {
  display: none;
}
a._btn {
  font-size: 10px;
  line-height: 36px;
  color: #fff;
  background: url(../img/btn-bg.png);
  background: url(../img/btn-bg.png) rgba(255, 255, 255, 0);
  padding:0 2%;
  display: inline-block;
  max-width:100px;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  margin:1%;
}
a._btn:hover {
  text-decoration: none;
  background: url(../img/btn-bg.png) #000000;
}
.shoebtn{
 float:left;
}
a._btn.btn2{
	margin-left:1%;
}
a._btn.btn3{
	margin-left:2%;
}
a._btn.btn4{
	margin-left:2%;
}
.img-box-set {
  margin-top: 0;
}
.img-box-set dl {
  padding-top: 2%;
  *zoom: 1;
}
.img-box-set dl:before,
.img-box-set dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.img-box-set dl:after {
  clear: both;
}
.img-box-set dl dt {
  clear:both;
  width:100%;
}
.img-box-set dl dd {
  overflow: hidden;
  padding-left: 1%;
  padding-top:1%;
}
.jfs{
	display:none;
}
.img-box-set.set2 dd {
  padding-left: 22px;
}
.img-box-set.set2 a:hover {
  color: #f75865;
  text-decoration: none;
}
.address dt {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.address dd {
  width: 120px;
  text-align: right;
}
.address dd span {
  float: left;
}
/*Core variables and mixins*/
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collection.more.p3.wrap li{
	max-width:20%;
	padding:0 1%;
}
.more.p3{
	margin-bottom:0;
}
.nupix_g{
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
	color:#515050;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nupix_b{
	color:#40b0e5;
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*-----------iframe------------*/
#wpadminbar{
	display:none;
}
#wp-admin-bar-newdash{
	display:none;
}


}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.color{
	
}
.vintage{
	position:absolute;
	-webkit-transition: 0.3s ease-in all;
	-moz-transition: 0.3s ease-in all;
	-o-transition: 0.3s ease-in all;
	transition: 0.3s ease-in all;
	top: 4px;
}
.vintage:hover{
	opacity:0;
}
.more li{
	max-width:130px;
	padding:0 20px 20px 0;
}
.more.p3{
	margin-bottom:0;
}
.logo{
	max-width:145px;
	margin:5px
}
.nupix_g{
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
	color:#515050;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nupix_b{
	color:#40b0e5;
	font-family:'abeat';
	font-size:14px;
	letter-spacing:0;
 	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*-----------iframe------------*/
#wpadminbar{
	display:none;
}
#wp-admin-bar-newdash{
	display:none;
}