@font-face {
    font-family: 'baufraregular';
    src: url('/font/baufra-regular.eot');
    src: url('/font/baufra-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/baufra-regular.woff') format('woff'),
         url('/font/baufra-regular.ttf') format('truetype'),
         url('/font/baufra-regular.svg#baufraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baufrabold';
    src: url('/font/baufra-bold.eot');
    src: url('/font/baufra-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/baufra-bold.woff') format('woff'),
         url('/font/baufra-bold.ttf') format('truetype'),
         url('/font/baufra-bold.svg#baufrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	font-family:baufraregular, Times New Roman, Arial;
	font-size:16px;
	height:100%;
	min-width:320px;
}

body {
	margin:0px;
	padding:0px;
}

img {
	padding:0px;
	margin:0px;
	border-style:none;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
	font-size:inherit;
}

.center {
	text-align:center;
}

.mp_tablet,
.mp_mobil {
	width:100%;
}

.header {
	height:90px;
	background:#ffffff;
	line-height:90px;
	position:relative;
	z-index:5;
}

.header .logo {
	display:inline-block;
	height:49px;
	vertical-align:middle;
	margin-left:30px;
}

.header .magenta_ikon {
	display:inline-block;
	height:49px;
	width:49px;
	margin-left:-24px;
	position:absolute;
	left:50%;
	background:url(/imgs/magenta_ikon.jpg) no-repeat 50% 50%;
	top:25px;
}

.header .buttonrow {
	float:right;
	z-index:5;
	margin-right:5px;
	position:absolute;
	top:0px;
	left:100%;
	margin-left:-430px;
}

.header .share,
.header .language {
	display:inline-block;
	line-height:20px;
}

.header .share a,
.header .language a {
	display:inline-block;
}

.header .share a {
	margin-left:10px;
	margin-right:10px;
}

.header .language a {
	margin-left:5px;
	margin-right:5px;
}

.header .share a {
	vertical-align:top;
}

.header .language a,
.header .language a:link,
.header .language a:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-family:baufrabold;
}

.header .language a:hover,
.header .language a.selected {
	color:#a7a9ac;
}

.clear {
	clear:both;
}

.mainmenu {
	position:absolute;
	margin-left:30px;
	margin-top:2px;
	z-index:4;
}

.menu_btn {
	background: url(/imgs/btn_menu.png) no-repeat;
	height:44px;
	display:block;
	padding-left:30px;
	padding-top:1px;
	color:#ffffff;
	text-decoration:none;
	font-family:baufrabold;
}

.mb_black {
	background: url(/imgs/btn_menu_black.png) no-repeat;
	//color:#000000;
}

.menu_list {
	font-size:16px;
	line-height:25px;
	padding-bottom:13px;
	font-family:baufrabold;
	background: url(/imgs/bg_menu.png);
	position:absolute;
	margin-left:30px;
	padding-top:45px;
	z-index:3;
}

.menu_list a,
.menu_list a:link,
.menu_list a:visited {
	color:#000000;
	text-decoration:none;
	display:block;
	padding-left:35px;
	padding-right:35px;
}

.divider,
.nl_divider {
	background:#cccccc;
	height:2px;
	margin-top:9px;
	margin-bottom:9px;
}

.ext_menu {
	display:none;
	background-color:#e6e7e8;
}

.bg_cont {
	height:100%;
	margin-bottom:-90px;
	overflow:hidden;
	position:relative;
	top:-90px;
	z-index:2;
}

.mainpage {
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center 90px;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0px;
}



.new_this_week {
	margin-left:17%;
}

.ntw_gallery {
	float:left;
	width:79%;
}

.ntw_switch {
	float:right;
	text-align:center;
	width:21%;
}

.ntw_image {
	display:inline-block;
	position:relative;
}

.ntw_image_mright {
	margin-right:1%;
}

.ntw_extra_big .ntw_image {
	width:48%;
}

.ntw_extra_small .ntw_image {
	width:23%;
}

.ntw_image a,
.ntw_image a:visited,
.ntw_image a:link {
	margin:0px;
	padding:0px;
	display:inline;
	color:#000000;
	text-decoration:none;
}

.ntw_image a:hover {
	text-decoration:underline;
}

.ntw_image img {
	width:100%;
	display:block;
}

.ntw_title {
	color: #000000;
	width:100%;
	text-align:center;
}

.ntw_extra_big .ntw_title {
	margin-top:3%;
	margin-bottom:3%;
}

.ntw_extra_small .ntw_title {
	position: absolute;
	left:0px;
	top:45%;
	display:none;
}

.ntw_extra_small .ntw_image a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	display:block;
}

.ntw_extra_small .ntw_image a:hover {
	background:#ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}



.ntw_extra_small .ntw_image a:hover .ntw_title {
	display:block;
}


.flink,
.flink:visited,
.flink:link {
	color:#000000;
}

.flink:hover {
	text-decoration:none;
}


.lookbook_details {
	margin-left:16%;
}

.lookbook_bigimg {
	width:53%;
	float:left;
	margin-right:3%;
}

.lookbook_bigimg img.lbbigimg {
	width:95%;
}

.lookbook_side {
	float:left;
	width:25%;
}

.lookbook_smallimg {
	width:50%;
	float:left;
	text-align:center;
}

.lb_full_hide {
	display:none;
}

.lookbook_side img {
	width:95%;
}


.lookbook_list {
	margin-left:25%;
	width:50%;
}

.lookbook_list_item {
	width:49%;
	display:inline-block;
	text-align:center;
}

.lookbook_list_item img {
	width:95%;
	box-shadow:
		4px 4px 0 1px hsl(0, 0%, 85%),
		5px 5px 0 1px hsl(0, 0%, 100%),
		9px 9px 0 1px hsl(0, 0%, 75%),
		10px 10px 0 1px hsl(0, 0%, 100%),
		14px 14px 0 1px hsl(0, 0%, 65%);
}

.lookbook_list_name {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.lookbook_list_item a,
.lookbook_list_item a:visited,
.lookbook_list_item a:link {
	color:#000000;
	text-decoration:none;
}

.lookbook_list_item a:hover {
	text-decoration:underline;
}

.gallery_image img,
.gallery_list_item img {
	width:100%
}

.gallery_list_item {
	width:100%;
	height:510px;
	overflow:hidden;
	margin-bottom:70px;
	font-weight:bold;
}

.gallery_list_name {
	position:absolute;
	line-height:510px;
	z-index:2;
	text-align:center;
	width:100%;
	font-size:40px;
}

.gallery_list_item img {
	position:relative;
}

.gallery_list_item a, 
.gallery_list_item a:link, 
.gallery_list_item a:visited {
	color:#ffffff;
}

.gallery_black a,
.gallery_black a:link,
.gallery_black a:visited {
	color:#000000;
}


.pictures_list {
	margin-left:20px;
}

.pictures_img {
	float:left;
	width:33%;
	margin-bottom:1%;
}

.pictures_img img {
	width:95%;
}


.share {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.share a, 
.share a:link, 
.share a:visited {
	color:#000000;
	text-decoration:none;
}

.share_middle {
	line-height:20px;
}

.share_middle a {
	display:inline-block;
	vertical-align:middle;
}

.sh_text {
	display:inline-block;
	padding:0px;
	margin:0px;
	list-style:none;
}

.sh_text li {
	list-style:none;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.sh_text li a img {
	width:15px;
}

.sh_text:hover li {
	visibility:visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}

.newsletter_outer {
	position:relative;
	top:50%;
	left:50%;
	display:block;
	margin-left:-30%;
	width:60%;
	margin-top:-78px;
	background: url(/imgs/bg_menu.png);
	height:246px;
	line-height:29px;
}

.newsletter_container {
	display:block;
	overflow:hidden;
	padding:10px;
	height:100%;
}

.newsletter_subscribe,
.newsletter_unsubscribe {
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}

.newsletter_unsubscribe {
	left:110%;
	top:-100%;
}

.newsletter_subscribe,
.newsletter_unsubscribe {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.newsletter_container input.email {
	width:22%;
	height:30px;
	line-height:30px;
	border:1px solid #c6c3c1;
	padding-left:5px;
}

.newsletter_container a, 
.newsletter_container a:link, 
.newsletter_container a:visited {
	color:#000000;
}

.newsletter_container input.ssbtn {
	width:22.6%;
	height:30px;
	line-height:30px;
	color:#ffffff;
	background:#6d6f71;
	text-align:center;
	border:0px none;
	cursor:pointer;
	padding-left:5px;
}

.contact_holder {
	margin-left:265px;
	padding:10px;
}

.contact_tract {
	border-bottom:2px solid #a1a1a1;
	width:85%;
	position:relative;
}

.contact_longtract {
	border-bottom:2px solid #a1a1a1;
	width:100%;
	position:relative;
}

.t1_left {
	float:left;
	width:75%;
	display:inline-block;
	position:absolute;
	bottom:0px;
}

.contact_title {
	font-size:20px;
}

.contact_text a {
	color:#000000;	
}

.contact_name {
	float:right;
	width:200px;
	text-align:center;
}

.name_sub {
	font-size:11px;
}

.contact_image {
	float:right;
	width:300px;
	margin-left:1%;
	margin-bottom:1%;
}

.t1_right {
	float:right;
	width:25%;
}

.t1_right img {
	width:100%;
	display:block;
	position:relative;
	left:50%;
	margin-left:-50%;
}

.t3_left {
	float:left;
	width:33%;
	text-align:center;
}


.store_contanier {
	margin-left:16%;
	width:65%;
}

.store_left {
	width:42%;
	float:left;
	line-height:25px;
}

.store_left_inner {
	padding:5%;
}

.store_left select {
	width:95%;
}

.store_icon {
	float:left;
}

.store_right {
	width:58%;
	float:left;
}

#gmap {
	height:375px;
	width:100%;
}

.store_image_holder {
	width:33%;
	float:left;
}

.store_image_holder img {
	width:95%;
	margin-left:2.5%;
}

.webshop_list_holder {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:6;
	background:rgba(0,0,0,0.6);
}

.webshop_list_holder.closed {
	display:none;
}

.webshop_list_inner {
	position:absolute;
	left:0;
	right:0;
	top:40%;
	max-width:95%;
	max-height:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.webshop_list_btns {
	background:#fff;
	display:inline-block;
	padding:10px 10px;
	position:relative;
	line-height:40px;
}

.webshop_list_btns a,
.webshop_list_btns a:link,
.webshop_list_btns a:visited {
	text-decoration:none;
	background:#6d6f71;
	color:#ffffff;
	padding:6px;
	margin:0px 3px;
	white-space:nowrap;
}

.webshop_list_btns a:hover {
	color:#000000;
}

.webshop_list_btns a.closebtn {
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	padding:0px;
	font-weight:bold;
}


@media (max-width:480px) { /* smartphones, iPhone, portrait 480x320 phones */ 
	.mp_tablet {
		display:none;
	}
	
	.mp_mobil {
		display:block;
	}
	
	.header .logo {
		display:block;
		text-align:center;
		margin-left:0px;
		padding-top:20px;
	}
	
	.header .buttonrow {
		display:none;
	}
	
	/*.menu_btn {
		background: url(/imgs/btn_menu_black.png) no-repeat;
		color:#000000;
	}*/
	
	.mainmenu {
		margin-left:20px;
	}
	
	.divider {
		display:none;
	}
	
	.menu_list {
		position:relative;
		background:#ffffff;
		width:79%;
		margin:0px auto;
		font-size:12px;
	}
	
	.menu_list a,
	.menu_list a:link,
	.menu_list a:visited{
		float:left;
		width:49%;
		display:inline-block;
		padding:10px 0px 0px 0px;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		text-align:center;
		height:35px;
		vertical-align:middle;
	}
	
	.menu_list a.mfirst,
	.menu_list a.mfirst:link,
	.menu_list a.mfirst:visited {
		border-top:2px solid #cccccc;
	}
	
	.menu_list a.mbottom,
	.menu_list a.mbottom:link,
	.menu_list a.mbottom:visited {
		border-bottom:2px solid #cccccc;
	}
	
	.menu_list a.mlast {
		clear:both;
		border-bottom:2px solid #cccccc;
		width:98.5%;
		border-top:0px none;
	}
	
	.vdivider {
		display:inline-block;
		background:#cccccc;
		height:36px;
		width:2px;
		float:left;
		margin-top:5px;
	}
	
	.ext_menu {
		display:block;
		width:98.5%;
	}
	
	.ext_menu .social {
		display:block;
		border-bottom:2px solid #cccccc;
		text-align:center;
	}
	
	.ext_menu .social a {
		display:inline-block;
		float:none;
		width:20px;
		border:none;
		margin-left:15px;
		margin-right:15px;
	}
	
	.mainpage {
		position:inherit;
		height:auto;
	}
	
	.new_this_week {
		margin-left:0px;
	}
	
	.ntw_gallery {
		width:99%;
		margin-left:1%;
	}
	
	.ntw_switch {
		width:45%;
		text-align:right;
		margin-right:2%;
	}
	
	.ntw_image_mright {
		margin-right:0.5%;
	}
	
	.ntw_extra_big .ntw_title {
		font-size:9px;
	}
	
	.ntw_extra_small .ntw_title {
		position: inherit;
		left:0px;
		top:0px;
		display:block;
		font-size:9px;
	}
	
	.ntw_extra_small .ntw_image a:hover img {
		zoom: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity:1;
	}

	
	
	.lookbook_details {
		margin-left:0px;
		margin-top:50px;
	}

	.lookbook_bigimg {
		width:100%;
		text-align:left;
	}
	
	.lookbook_bigimg img {
		width:100%;
	}
	
	.lookbook_bigimg img.lbbigimg {
		width:100%;
	}

	.lookbook_side {
		width:100%;
	}
	
	.lookbook_smallimg {
		width:100%;
		text-align:left;
	}
	
	.lookbook_smallimg img {
		width:100%;
	}
	
	.lookbook_list {
		margin-left:0px;
		width:100%;
		margin-top:50px;
	}
	
	.lookbook_list_item {
		width:100%;
	}
	
	
	.gallery_holder {
		margin-top:50px;
	}
	
	.gallery_list_item {
		height:165px;
		margin-bottom:30px;
		font-weight:bold;
	}

	.gallery_list_name {
		line-height:165px;
		font-size:14px;
	}
	
	.pictures_list {
		margin-top:50px;
		margin-left:0px;
	}
	
	.pictures_img {
		width:100%;
	}
	
	.pictures_img img {
		width:100%;
	}
	
	
	.contact_holder {
		margin-left:0px;
		margin-top:50px;
	}
	
	.contact_tract {
		width:100%;
	}
	
	.contact_image {
		width:100%;
		margin-left:0%;
		margin-bottom:0%;
	}
	
	.t1_left {
		position:inherit;
		width:100%;
	}
	
	.t1_right {
		width:100%;
		float:left;
		text-align:right;
	}
	
	.t1_right img {
		left:0;
		margin-left:0px;
		display:inline-block;
		margin-bottom:-3px;
	}
	
	.t3_left {
		width:100%;
		margin-bottom:15px;
	}

	.newsletter_outer {
		position:inherit;
		margin:50px 0px 0px 0px;
		width:100%;
		height:280px;
		font-size:12px;
		line-height:25px;
	}
	
	.newsletter_container input.email {
		width:50%;
	}
	.newsletter_container input.ssbtn {
		width:50%;
	}
	
	.store_contanier {
		margin-top:50px;
		margin-left:0px;
		width:100%;
	}
	
	.store_image_holder {
		width:100%;
		float:left;
	}
	
	.store_left {
		width:100%;
		float:left;
		line-height:14px;
	}

	.store_right {
		width:100%;
		float:left;
	}

	#gmap {
		height:300px;
	}

	.store_image_holder img {
		width:95%;
		margin-left:2.5%;
	}
}

@media (min-width:481px) and (max-width:640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	
	.mainpage {
		position:inherit;
		height:auto;
	}
	
	.mp_tablet {
		display:none;
	}
	
	.mp_mobil {
		display:block;
	}
	
	.header .buttonrow {
		margin-left:-200px;
	}
	
	.header .share a {
		margin-left:2px;
		margin-right:2px;
	}

	.header .language a,
	.header .language a:visited,
	.header .language a:link {
		margin-left:3px;
		margin-right:3px;
		font-size:10px;
	}
	
	.header .share {
		padding-bottom:0px;
		padding-top:30px;
	}
	
	.header .share,
	.header .language {
		display:block;
	}
	
	/*.menu_btn {
		background: url(/imgs/btn_menu_black.png) no-repeat;
		color:#000000;
	}*/
	
	.mainmenu {
		margin-left:20px;
	}
	
	.divider {
		display:none;
	}
	
	.menu_list {
		position:relative;
		background:#ffffff;
		width:79%;
		margin:0px auto;
		font-size:12px;
	}
	
	.menu_list a,
	.menu_list a:link,
	.menu_list a:visited {
		float:left;
		width:49%;
		display:inline-block;
		padding:10px 0px 0px 0px;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		text-align:center;
		height:35px;
		vertical-align:middle;
	}
	
	.menu_list a.mfirst,
	.menu_list a.mfirst:link,
	.menu_list a.mfirst:visited {
		border-top:2px solid #cccccc;
	}
	
	.menu_list a.mbottom,
	.menu_list a.mbottom:link,
	.menu_list a.mbottom:visited {
		border-bottom:2px solid #cccccc;
	}
	
	.menu_list a.mlast {
		clear:both;
		border-bottom:2px solid #cccccc;
		width:98.5%;
		border-top:0px none;
	}
	
	.vdivider {
		display:inline-block;
		background:#cccccc;
		height:36px;
		width:2px;
		float:left;
		margin-top:5px;
	}
	
	.new_this_week {
		margin-left:0px;
	}
	
	.ntw_gallery {
		width:98%;
		margin-left:2%;
	}
	
	.ntw_switch {
		width:30%;
		text-align:right;
		margin-right:2%;
	}
	
	.ntw_extra_small .ntw_title {
		position: inherit;
		left:0px;
		top:0px;
		display:block;
		font-size:9px;
	}
	
	.ntw_extra_small .ntw_image a:hover img {
		zoom: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity:1;
	}

	
	
	.lookbook_details {
		margin-left:0px;
		margin-top:50px;
	}

	.lookbook_bigimg {
		width:100%;
		text-align:center;
	}

	.lookbook_side {
		width:100%;
	}
	
	.lookbook_smallimg {
		width:100%;
		text-align:center;
	}
	
	.lookbook_text {
		margin-left:2.5%;
		width:95%;
	}
	
	.lookbook_list {
		margin-left:0px;
		width:100%;
		margin-top:50px;
	}

	
	.gallery_holder {
		margin-top:50px;
	}
	
	.gallery_list_item {
		height:170px;
		margin-bottom:30px;
		font-weight:bold;
	}

	.gallery_list_name {
		line-height:170px;
		font-size:14px;
	}
	
	.pictures_list {
		margin-top:50px;
		margin-left:0px;
	}
	
	.pictures_img {
		width:100%;
	}
	
	.pictures_img img {
		width:100%;
	}
	
	
	.contact_holder {
		margin-left:0px;
		margin-top:50px;
	}
	
	.contact_tract {
		width:100%;
	}
	
	.t1_left {
		position:inherit;
		width:100%;
	}
	
	.t1_right {
		width:100%;
		float:left;
		text-align:right;
	}
	
	.t1_right img {
		left:0;
		margin-left:0px;
		display:inline-block;
		margin-bottom:-3px;
	}
	
	.t3_left {
		width:100%;
		margin-bottom:15px;
	}
	
	
	.newsletter_outer {
		position:inherit;
		margin:50px 0px 0px 0px;
		width:100%;
		height:280px;
	}
	
	.newsletter_container input.email {
		width:205px;
	}
	.newsletter_container input.ssbtn {
		width:205px;
	}

	.store_contanier {
		margin-top:50px;
		margin-left:20px;
		width:95%;
	}
	
	.store_image_holder {
		width:50%;
		float:left;
	}
}

@media (max-width:944px) {
	.vdivider.notinsmall {
		display:none;
	}
}

@media (max-width:740px) {
	.header .magenta_ikon {
		display:none;
	}
}

@media (min-width:641px) and (max-width:960px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	.header .magenta_ikon {
		left:45%;
	}

	.mainpage {
		position:inherit;
		height:auto;
	}
	
	.mp_tablet {
		display:block;
	}
	
	.mp_mobil {
		display:none;
	}
	
	.header .buttonrow {
		margin-left:-355px;
	}
	
	.header .share a {
		margin-left:2px;
		margin-right:2px;
	}
	
	.header .language a {
		margin-left:3px;
		margin-right:3px;
	}
	
	/*.menu_btn {
		background: url(/imgs/btn_menu_black.png) no-repeat;
		color:#000000;
	}*/
	
	.mainmenu {
		margin-left:20px;
	}
	
	.divider {
		display:none;
	}
	
	.menu_list {
		position:relative;
		background:#ffffff;
		width:79%;
		margin:0px auto;
		font-size:12px;
	}
	
	.menu_list a,
	.menu_list a:link,
	.menu_list a:visited {
		float:left;
		width:49%;
		display:inline-block;
		padding:10px 0px 0px 0px;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		text-align:center;
		height:35px;
		vertical-align:middle;
	}
	
	.menu_list a.mfirst,
	.menu_list a.mfirst:link,
	.menu_list a.mfirst:visited {
		border-top:2px solid #cccccc;
	}
	
	.menu_list a.mbottom,
	.menu_list a.mbottom:link,
	.menu_list a.mbottom:visited {
		border-bottom:2px solid #cccccc;
	}
	
	.menu_list a.mlast {
		clear:both;
		border-bottom:2px solid #cccccc;
		width:98.5%;
		border-top:0px none;
	}
	
	.vdivider {
		display:inline-block;
		background:#cccccc;
		height:36px;
		width:2px;
		float:left;
		margin-top:5px;
	}
	
	.new_this_week {
		margin-left:0px;
	}

	.ntw_gallery {
		width:98%;
		margin-left:2%;
	}
	
	.ntw_extra_small .ntw_title {
		font-size:11px;
	}
	
	.ntw_switch {
		width:30%;
		text-align:right;
		margin-right:2%;
	}
	
	
	
	.lookbook_details {
		margin-left:7.5%;
		width:85%;
		margin-top:50px;
	}
	
	.lookbook_bigimg {
		width:100%;
		margin-right:0px;
	}
	
	.lookbook_bigimg img {
		width:100%;
	}
	
	.lookbook_side {
		width:100%;
	}
	
	
	.lookbook_list {
		margin-left:0px;
		width:100%;
		margin-top:50px;
	}
	
	.gallery_holder {
		margin-top:50px;
	}
	
	.gallery_list_item {
		height:210px;
		margin-bottom:30px;
		font-weight:bold;
	}

	.gallery_list_name {
		line-height:210px;
		font-size:16px;
	}
	
	.pictures_list {
		margin-top:50px;
		margin-left:2%;
	}
	
	.pictures_img {
		width:48%;
		margin-right:2%;
	}
	
	.pictures_img img {
		width:100%;
	}
	
	
	.contact_holder {
		margin-left:0px;
		margin-top:50px;
	}
	
	.contact_tract {
		width:100%;
	}
	
	.t1_left {
		width:65%;
	}
	
	.t1_right {
		width:35%;
	}
	
	.t3_left {
		width:50%;
		margin-bottom:15px;
	}
	
	.newsletter_outer {
		position:inherit;
		margin:50px 0px 0px 0px;
		width:100%;
		height:280px;
	}
	
	.newsletter_container input.email {
		width:265px;
	}
	.newsletter_container input.ssbtn {
		width:265px;
	}
	
	.store_contanier {
		margin-top:50px;
		margin-left:20px;
		width:95%;
	}
}

@media (min-width:961px) and (max-width:1024px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.header .magenta_ikon {
		left:45%;
	}
	
	.mainpage {
		position:inherit;
		height:auto;
	}
	
	.mp_tablet {
		display:block;
	}
	
	.mp_mobil {
		display:none;
	}
	
	.header .buttonrow {
		margin-left:-430px;
	}
	
	.mainmenu {
		margin-left:20px;
	}
	
	.menu_btn {
		background-size:35px 35px;
		height:35px;
		font-size:12px;
		padding-left:25px;
		padding-top:0px;
	}
	
	.menu_list {
		font-size:12px;
		line-height:20px;
		padding-bottom:10px;
		margin-left:20px;
		padding-top:39px;
	}
	
	.menu_list a,
	.menu_list a:link,
	.menu_list a:visited {
		padding-left:12px;
		padding-right:12px;
	}
	
	
	.ntw_gallery {
		width:100%;
	}
	
	.ntw_switch {
		width:30%;
		text-align:right;
		margin-right:2%;
	}

	
	.gallery_list_item {
		height:260px;
		margin-bottom:30px;
		font-weight:bold;
	}

	.gallery_list_name {
		line-height:260px;
		font-size:20px;
	}
	
	
	.contact_tract {
		width:100%;
	}
	
	.t1_left {
		width:65%;
	}
	
	.t1_right {
		width:35%;
	}
	
	.t3_left {
		width:50%;
		margin-bottom:15px;
	}
	
	.newsletter_outer {
		width:75%;
		margin-left:-30%;
		font-size:12px;
	}
	
	.store_contanier {
		margin-left:165px;
		width:81%;
	}
	
	
	.pictures_list {
		margin-left:2%;
	}
	
	.pictures_img {
		width:48%;
		margin-right:2%;
	}
	
	.pictures_img img {
		width:100%;
	}
	
	.lookbook_details {
		width:75%;
	}
	
	.lookbook_bigimg {
		width:100%;
	}
	
	.lookbook_bigimg img {
		width:100%;
	}
	
	.lookbook_side {
		width:100%;
	}
}

@media (min-width:1025px) and (max-width:1280px) { /* big landscape tablets, laptops, and desktops */ 
	.header .magenta_ikon {
		left:45%;
	}
	
	.mp_tablet,
	.mp_mobil {
		display:none;
	}
	
	.mainmenu {
		margin-left:20px;
	}
	
	.menu_btn {
		background-size:35px 35px;
		height:35px;
		font-size:12px;
		padding-left:25px;
		padding-top:0px;
	}
	
	.menu_list {
		font-size:12px;
		line-height:20px;
		padding-bottom:10px;
		margin-left:20px;
		padding-top:39px;
		
	}
	
	.menu_list a,
	.menu_list a:link,
	.menu_list a:visited {
		padding-left:12px;
		padding-right:12px;
	}
	
	.ntw_gallery {
		width:100%;
	}
	
	.ntw_switch {
		width:30%;
		text-align:right;
		margin-right:2%;
	}
	
	.newsletter_outer {
		width:75%;
		margin-left:-35%;
	}
	
	.gallery_list_item {
		height:310px;
		margin-bottom:30px;
		font-weight:bold;
	}

	.gallery_list_name {
		line-height:310px;
		font-size:28px;
	}
	
	.contact_tract {
		width:100%;
	}
	
	.t1_left {
		width:70%;
	}
	
	.t1_right {
		width:30%;
	}
	
	.t3_left {
		width:50%;
		margin-bottom:15px;
	}
	
	.pictures_list {
		margin-left:2%;
	}
	
	.pictures_img {
		width:48%;
		margin-right:2%;
	}
	
	.pictures_img img {
		width:100%;
	}
}

@media (min-width:1150px) and (max-width:1280px) {
	.t3_left {
		width:33%;
		margin-bottom:15px;
	}
}

@media (min-width:1225px) and (max-width:1280px) {
	.mp_tablet,
	.mp_mobil {
		display:none;
	}
	
	.newsletter_outer {
		width:66%;
		margin-left:-33%;
	}
	
}

@media (min-width:1281px) { /* hi-res laptops and desktops */ 
	.mp_tablet,
	.mp_mobil {
		display:none;
	}
	
}