@charset "UTF-8";
/**
 *
 *	Master.css for Flamant
 *	
 *	@author 	Jelle Versele
 *	@email		jelle.versele@nivario.com
 *	
 *	
 *	--------- TOC ---------
 *
 *	1.	main settings
 *	2.	sections
 *	3.	header
 *	4.	footer
 *	5. 	components
 *	6.	modules
 *	7.	buttons
 *	8.	forms
 *	9.	page specific
 *	10. voucher shop
 *	11.	drupal stuff
 *
**/

@import url('reset.css');
@import url('main.css');

/* 1.	main settings
--------------------------------------------------------------------------------------------------- */

	/* body */
	body { font: 12px/1 Arial,Helvetica,sans-serif; color: #5b4d49; /* background: url(../images/assets/background.jpg) repeat-x center top; */ }
	#no-scroll { overflow: hidden; } 
	
	/* paragraphs */
	p { line-height: 20px; margin-bottom: 25px; }
	
	/* default heading styles */
	h1, h1 a { font: 100 46px/40px museo-sans, Helvetica,Arial,sans-serif; margin-bottom: 33px; letter-spacing: -0.01em; text-transform: uppercase; color: #333; text-decoration: none; }
	h2, h2 a { font: 500 14px/1.2 museo-sans, Helvetica,Arial,sans-serif; margin-bottom: 7px; text-transform: uppercase; color: #333; text-decoration: none; }

	/* input fields */
	input[type="text"], textarea { font-size: 10px; font-family: "Helvetica","Arial","Verdana",sans-serif; color: #666; background: #fff; }
	input[type="submit"], button { font-size: 10px; }

	/* default link style */
	a { color: #276d87; text-decoration: underline; }
	p a:active { position: relative; top: 1px; }

	sup { position: relative; font-size: 60%; top: -3px; }
	sub { position: relative; font-size: 60%; bottom: -3px; }

/* 2.	sections
--------------------------------------------------------------------------------------------------- */
	#wrapper { position: relative; min-height: 100%; margin: 0 auto; }
		#top { background: #000; height: 23px; text-align: center; margin-bottom: 35px; }
		#header { width: 950px; margin: 0 auto 40px auto; }
		#content { width: 916px; margin: 0 auto; padding: 0 0 300px 0;  }
		#footer { height: 165px; padding-top: 35px; position: absolute; bottom: 0; width: 100%; background: #f8f6f6;}

	#background { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; }
		.csstransitions #background li img { opacity: 0; -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; }

		.no-csstransitions #background li img { display: none; }


		.csstransitions #background li img.active { opacity: 1; }

	#grid-overlay { display: none; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background: url(../images/assets/grid-overlay.png); z-index: -1 }

/* 3.	header
--------------------------------------------------------------------------------------------------- */
	/* logo */
	#logo { text-align: center; margin-bottom: 35px; height: 49px; }
	a#logo { display: block; }
	#logo img { position: absolute; width: 181px; left: 50%; margin-left: -90px; }

	/* nav top */
	#top ul { position: relative; top: 4px; }
	#top ul li { display: inline; background: url(../images/assets/nav-top-spacer.gif) no-repeat right 7px; margin-left: 4px; padding: 5px 7px 0 0;  }
	#top ul li:last-child { background: none; padding-right: 0; }
	#top ul li a { color: #fff; font: 9px/16px Arial,sans-serif; text-decoration: none; text-transform: uppercase; }
	#top ul li.active-trail a { color: #fff; font-weight: 900; }

	/* primary links */
	.primary-links { text-align: center; }
	.primary-links ul { border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 4px 10px; -moz-transition: border-color ease-in 0.3s; -webkit-transition: border-color ease-in 0.3s; transition: border-color ease-in 0.3s; }
	.primary-links li { display: inline; background: url(../images/assets/primary-links-spacer.gif) no-repeat right 7px; padding-right: 11px; margin-left: 3px; }
	.primary-links li:first-child { margin-left: 0; }
	.primary-links li:last-child { padding-right: 0; background: none; }
	.primary-links li.active a, .primary-links li.active-trail a { color: #000; font-weight: 700; }
	.primary-links li a { -moz-transition: color ease-in 0.3s; -webkit-transition: color ease-in 0.3s; transition: color ease-in 0.3s;  color: #666; text-transform: uppercase; font-size: 14px; font-family:"museo-sans","museo-sans",sans-serif; font-weight: 300; text-decoration: none; }

	.primary-links.light ul { border-color: #fff; }
	.primary-links.light li a { color: #fff !important; }


/* 4.	footer
--------------------------------------------------------------------------------------------------- */
	/* footer hover effect */
	#footer:hover .footer-nav li a, #footer:hover #newsletter label { color: #111; }
	#footer:hover #newsletter input[type="submit"]{ background: #333; }
	#footer:hover #footer-bottom, #footer:hover #footer-bottom a { color: #666;}
	.footer-nav li a, #footer-bottom, #footer-bottom a, #newsletter label {  -moz-transition: color ease-in 0.3s; -webkit-transition: color ease-in 0.3s; transition: color ease-in 0.3s; }

	/* footer heading */
	#footer h3 { font-size: 10px; text-transform: uppercase; color: #666; font-family: Arial,sans-serif; font-weight: normal; margin-bottom: 10px;  }

	/* newsletter */
	#newsletter label { display: block; margin-bottom: 8px; }
	#newsletter input[type="text"] { background: #fff; float: left; border: none; padding: 7px 6px 6px; width: 142px;  }
	#newsletter .form-radios { display: none; }
	#newsletter #edit-mail-wrapper label, #newsletter #edit-mail-1-wrapper label { display: none; }
	#newsletter input[type="submit"] { height: 24px; padding: 3px 7px; line-height: 16px;  border: none; background: #c3bcb7; font-family: Arial,sans-serif; color: #fff; text-transform: uppercase; -moz-transition: background-color ease-in 0.3s; -webkit-transition: background-color ease-in 0.3s; transition: background-color ease-in 0.3s;  }
	#newsletter label, .footer-nav li a { font-size: 9px; color: #999; font-weight: normal; text-transform: uppercase; text-decoration: none; }
	.footer-nav li { margin-bottom: 6px; }
	.footer-nav li a:hover { text-decoration: underline; }

	/* social */
	#footer .social img { margin-bottom: 10px; }

	/* footer bottom */
	#footer-bottom { margin-left: -5px; }
	#footer-bottom, #footer-bottom a { color: #666; text-decoration: none; font-size: 10px; font-family: Arial,sans-serif; color: #ccc; }
	#footer-bottom .light { color: #ccc; }
	#footer-bottom a:hover { text-decoration: underline; }
	#footer-bottom span { margin-left: 5px; margin-right: 5px; }




/* 5.	components
--------------------------------------------------------------------------------------------------- */
	/* wrap (including newsletter: make width = 916px) */
	.wrap { margin: 0 auto; width: 960px; padding: 0 20px; position: relative;}

	/* headings */
	.heading { text-indent: -9999px; }
	.heading.spring-summer-collection-1 { width: 181px; height: 69px; background: url(../images/headings/springsummer-collection_white.png) no-repeat center center;  }
	.heading.spring-summer-collection-2 { width: 181px; height: 69px; background: url(../images/headings/springsummer-collection_grey.png) no-repeat center center;}
	.heading.autumn-winter-collection-1 { width: 181px; height: 69px; background: url(../images/headings/autumn-winter-collection_white.png) no-repeat center center;}
	.heading.autumn-winter-collection-2 { width: 181px; height: 69px; background: url(../images/headings/autumn-winter-collection_grey.png) no-repeat center center;}
	/*.heading.collections-simply-white { width: 181px; height: 100px; background: url(../images/headings/collections/simply-white.png) no-repeat center center; }*/

	/* cols */
	.col { float: left; position: relative; margin-right: 20px; }
	.col-1 { width: 58px; }
	.col-2 { width: 136px;}
	.col-3 { width: 214px; }
	.col-4 { width: 292px; }
	.col-5 { width: 370px; }
	.col-6 { width: 448px; }
	.col-7 { width: 526px; }
	.col-8 { width: 604px; }
	.col-9 { width: 682px; }
	.col-10 { width: 760px;}
	.col-11 { width: 838px;}
	.col-12 { width: 916px; }
	.col.last { margin-right: 0; }

	/* custom content areas */
	.sidebar-1 { width: 214px; }
	.content-1 { width: 702px;}

	.custom-col-6 { width: 485px; }
	.custom-col-2 { width: 155px;}

	/* paragraph styles  */
	.intro-1 p, .intro-1 { font-size: 14px; color: #666; width: 444px;  }
	.intro-2 p, .intro-2 { font-size: 14px; color: #666; line-height: 24px; margin-bottom: 50px; width: 444px; }
	.intro-3 p, .intro-3 { font-size: 14px; color: #666; width: 535px; margin-bottom: 100px; }

	/* text styles */
	.bold { font-weight: bold;}

	/* img styles */
	.img-right { float: right; margin: 0 0 25px 25px; }

	/* spacers */
	.spacer-1 { padding-bottom: 45px; margin-bottom: 15px; background: url(../images/assets/gradient-1.png) repeat-x left bottom;  }

	/* list styles */
	.bullets, ul.list { margin-bottom: 25px;}
	.bullets li, ul.list li { background: url(../images/icons/bullet-1.png) no-repeat left 4px; font-size: 11px; padding: 3px 0 3px 20px; color: #666; margin-bottom: 5px; }
	.bullets li { text-transform: uppercase; }
	ul.list li { background: url(../images/icons/bullet-1.png) no-repeat left 4px; padding: 3px 0 3px 20px; margin-bottom: 5px; }
	ol.list { list-style: decimal; padding-left: 20px; margin-bottom: 25px; }
	ol.list li { margin-bottom: 5px; }


/* 6.	modules
--------------------------------------------------------------------------------------------------- */
	/* banner carousel */
	.banner-carousel { width: 462px; position: relative; }
	.banner-carousel ul { width: 480px; overflow: hidden; height: 80px; }
	.banner-carousel ul li { float: left; margin-right: 6px;  }
	.banner-carousel-next, .banner-carousel-prev { text-indent: -9999px; display: block; height: 80px; width: 30px; position: absolute;  top: 0;  }
	.banner-carousel-next { background: url(../images/icons/arrow-white-1-right.png) no-repeat center center #000; right: -36px; }
	.banner-carousel-prev { background: url(../images/icons/arrow-white-1-left.png) no-repeat center center #000;  left: -36px; }
	.rgba .banner-carousel-next, .rgba .banner-carousel-prev { background-color: rgba(0,0,0,0.9); }
	.banner-carousel-close { cursor: pointer; background: url(../images/icons/close-1.png) no-repeat 5px 11px; display: block; width: 30px; height: 30px; text-indent: -9999px; position: absolute; top: -38px; left: 475px; }


	/* collections themes nav */
	.collections-themes-nav { padding-top: 35px; }
	.collections-themes-nav .inner { background: rgba(0,0,0,0); -moz-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; padding: 20px; }
	.collections-themes-nav .inner:hover { background: rgba(0,0,0,0.8); }
	.no-rgba .collections-themes-nav .inner:hover { background: url(../images/assets/trans-black-2.png); }
	.collections-themes-nav h1 { margin: 0 auto 15px; }
	.collections-themes-nav img { display: block; margin: 0 auto 34px; }
	.collections-themes-nav .info { font-weight: normal; padding-top: 24px; background: url(../images/assets/border-1-grey.png) no-repeat center top; font-size: 9px; font-family: Arial,sans-serif; text-transform: uppercase; color: #999; text-align: center; line-height: 14px; margin-bottom: 28px;}
	.collections-themes-nav .nav { font-size: 12px; text-transform: uppercase; }
	.collections-themes-nav .nav li { margin-bottom: 13px; text-align: center; height: 14px;}
	.collections-themes-nav .nav li a { font-family: Arial,sans-serif; font-size: 12px; color: #666; text-transform: uppercase; text-decoration: none; }
	.collections-themes-nav .nav li a:hover,
	.collections-themes-nav .nav li a.active { font-weight: bold; }

	.gradient-overlay-1, .gradient-overlay-2 { display: none; top: 23px; left: 0; z-index: -1; width: 100%; height: 500px; position: absolute; }
	.gradient-overlay-1 { background: url(../images/assets/top-gradient-1.png) repeat-x top; }
	.gradient-overlay-2 { background: url(../images/assets/top-gradient-2.png) repeat-x top; }

	/* collection detail */
	.collection-container { position: relative; }
	.collection-container .collection-bullets { position: absolute; margin: -8px 0 0 -8px; top: 0; left: 0; }
	.collection-container .collection-bullets li a { text-decoration: none; position: absolute; display: block; height: 30px; width: 30px; background: url(../images/icons/bullet-3.png) no-repeat center center; }
	.collection-slider { height: 460px; }

	/* collection image browser */
	.collection-popup { background: #fff; width: 160px; padding: 0 20px; position: absolute; left: 15px; top: 16px; box-shadow: 0 0 5px rgba(0,0,0,0.5); z-index: 10; }
	.collection-popup-image { text-align: center; }
	.collection-popup-info { text-align: center; padding: 10px 0 20px; border-top: 1px solid #e0e0e0; }
	.collection-popup-info .title, .collection-popup-info .price  { display: block; font-size: 10px; color: #666; text-transform: uppercase; }
	.collection-popup-info .title { margin-bottom: 5px; }
	.collection-popup-info .price { color: #999; }

	/* filters */
	.filters { font-size: 10px; color: #666; text-transform: uppercase; }
	.filters .filter { margin-bottom: 8px; }
	.filters .filter .type { display: block; font-weight: bold; margin-bottom: 3px; }
	.filters .filter a { text-decoration: none; }
	.filters .filter a:hover { text-decoration: underline; background: none; }
	.filters .btn-remove { position: relative; top: 10px; }
	.filters .btn-remove:hover { background: none; }


	/* sidebar 1 */
	.sidebar-nav-1, .sidebar-nav-2 { width: 160px; }

	.sidebar-1 *:first-child > h2, .sidebar-1 > h2:first-child { font: 300 20px/18px museo-sans, Helvetica, Arial, sans-serif; color: #666; text-transform: uppercase; margin-bottom: 44px;}
	.sidebar-1 h2 { font: 500 16px/20px museo-sans, Helvetica, Arial, sans-serif; color: #666; text-transform: uppercase; margin-bottom: 20px;}

	.sidebar-nav-1 ul li { padding: 3px 5px 3px 0; margin-bottom: 5px; display: block; }
	.sidebar-nav-1 ul li a {  font: 300 12px/15px museo-sans, Helvetica, Arial, sans-serif; color: #333; text-transform: uppercase; text-decoration: none; padding-right: 20px;  }

	.sidebar-nav-1 ul li a:active { position: relative; top: 1px; }
	.sidebar-nav-1 ul li a:hover { background: url(../images/icons/arrow-black-right-1.png) no-repeat right center;}
	.sidebar-nav-1 ul li.active-trail a:hover, .sidebar-nav-1 ul li.active a:hover  { background: none;}
	.sidebar-nav-1 ul li.active-trail a:active, .sidebar-nav-1 ul li.active a:active { top: 0; }

	.sidebar-nav-1 ul li.has-children.active-trail a, .sidebar-nav-1 ul li.active a,
	.sidebar-nav-1 ul li.active-trail a.active-trail { font-weight: 700; }


			/* sidebar nav sub level */
			.sidebar-nav-1 ul li ul li a, .sidebar-nav-1 ul li ul li { margin: 0; padding: 0; border: none; background: none; }
			.sidebar-nav-1 ul li ul { padding: 15px 0 20px; display: none;}
			.sidebar-nav-1 ul li.active-trail ul { display: block;}
			.sidebar-nav-1 ul li ul li { margin-bottom: 5px; }
			.sidebar-nav-1 ul li ul li a { padding-left: 15px; font: 10px Arial, sans-serif; color: #666; display: inline-block; }
			.sidebar-nav-1 ul li ul li.active a { background: url(../images/icons/arrow-black-right-1.png) no-repeat left center; color: #333; }
			.sidebar-nav-1 ul li ul li.active a:hover { text-decoration: none; }
			.sidebar-nav-1 ul li ul li a:hover { text-decoration: underline; padding-left: 15px;}
			.sidebar-nav-1 ul li ul li a:active { position: relative; top: 1px; }

	/* sidebar 2 (products) */
	.sidebar-nav-2 h2 {
		font: 500 12px/1 museo-sans, Helvetica, Arial, sans-serif;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #333;
		text-decoration: none;
	 	border-bottom: 1px solid #ccc;
	 	padding-bottom: 6px;
	 }


	.sidebar-nav-2 ul.rooms li.active-trail a { font-weight: bold; background: none; color: #666; }
	.sidebar-nav-2 ul li {  margin-bottom: 6px;}
	.sidebar-nav-2 ul li a { font-size: 10px; color: #666; text-transform: uppercase; text-decoration: none; padding-right: 15px; }
	.sidebar-nav-2 ul li.active-trail > a{ background: url(../images/icons/arrow-black-down-1.png) no-repeat right center; color: #333; }
	.sidebar-nav-2 ul li.active-trail li.active-trail > a { background: url(../images/icons/arrow-black-right-1.png) no-repeat right center !important; }
	.sidebar-nav-2 ul li.has-children > a:hover { background: url(../images/icons/arrow-beige-right-1.png) no-repeat right center; }
	.sidebar-nav-2 ul li.has-children > a:hover, .sidebar-nav-2 ul li.has-children.active-trail > a:hover { background: url(../images/icons/arrow-black-down-1.png) no-repeat right center;}
	.sidebar-nav-2 a:hover { background: url(../images/icons/arrow-black-right-1.png) no-repeat right center; }
	.sidebar-nav-2 ul li.active a { background: url(../images/icons/arrow-black-right-1.png) no-repeat right center; color: #333;}

		.sidebar-nav-2 ul li ul { margin: 5px 0 20px; }
		.sidebar-nav-2 ul li ul li a { color: #999; padding: 0 10px 0 20px; display: inline-block; }
		.sidebar-nav-2 ul li ul li.active a { color: #666; }

	/* search block */
	.block-search-1 { width: 156px; margin-bottom: 26px; }
	.block-search-1 h2 { border-bottom: none; padding-bottom: 0 !important; margin-bottom: 30px !important; }
	.block-search-1 fieldset { border: 1px solid #c3bcb7; height: 24px; }
	.block-search-1 input[type="text"] {  border: none; background: #fff; font-size: 11px; padding: 7px 0 3px 5px; width: 85px; float: left; }
	.block-search-1 input[type="submit"] { border: none; background: #c3bcb7; font-size: 10px; text-transform: uppercase; color: #fff; float: right; height: 25px; padding: 0 7px 0 6px; }

	/* product list */
	.product-list-1.product-list-col-4 li:nth-child(4n) { margin-right: 0 !important; }
	.product-list-1.product-list-col-3 li { margin-right: 17px; }
	.product-list-1.product-list-col-3 li:nth-child(3n) { margin-right: 0 !important; }

	.product-list-1 li { float: left; margin-right: 27px; margin-bottom: 25px; }
	.product-list-1.product-list-col-4 li { margin-right: 32px; }
	.node-type-collection .product-list-1.product-list-col-4 li { margin-right: 27px; }

	/* product */
	.product-1 { display: block; text-decoration: none; height: 160px; width: 150px; }
	.product-1 .product-image { margin: 0; padding: 0; clear: none; float: none; }
	.product-1:hover .product-title { color: #333; }
	.product-1 .product-info { text-align: center; }
	.product-1 .product-title { font-size: 10px; color: #666; text-transform: uppercase; text-decoration: none; }

	/* product detail */
	.zoomPup {  background: none; }

	.product-detail .shadow { background: url(../images/assets/shadow-4.png) no-repeat right top; display: block; width: 260px; height: 388px; position: absolute; right: -240px; top: 215px; z-index: 800; }
	.product-detail .left { position: relative; }
	.product-detail .right { width: 213px; background: #fff; min-height: 600px; }

	.product-detail-slider { border-bottom: 1px solid #dfdbd8; padding-bottom: 30px; }
	.product-detail .slider { height: 266px; }
	.product-detail .slider ul li { text-align: center; position: absolute; width: 484px; }

	.product-detail-slider .product-pager { text-align: center;}
	.product-detail-slider .product-pager li { display: inline; margin-right: 2px; }
	.product-detail-slider .product-pager li:last-child { margin-right: 0; }

	.product-detail .product-info { padding-top: 30px; position: relative; background: #fff; z-index: 800; min-height: 400px; }
	.product-detail .product-closeup { width: 213px; height: 213px; }
	.product-detail .product-closeup img { max-width: 100%; }

	.product-detail .description { margin-bottom: 50px; }
	.product-detail .description .nr { margin-bottom: 22px; font-size: 10px; color: #333; }
	.product-detail .left > .header { margin-bottom: 20px; }
	.product-detail .left > .header .title { font-size: 36px; margin-bottom: 0; float: left; width: 355px; }
	.product-detail .left > .header .price { font: 100 30px/1 museo-sans, Helvetica, Arial, sans-serif; float: right; color: #333; margin: 0 24px 0 0; }
	.product-detail .description .content { color: #666; }

	.product-detail .product-actions { margin-bottom: 10px; }
	.product-detail .product-actions li { border-bottom: 1px solid #dfdbd8; width: 175px; margin: 0 0 18px 20px; padding-bottom: 10px; }
	.product-detail .product-actions li:last-child { border-bottom: none; margin-bottom: 0; }
	.product-actions .add-to-giftlist, .product-actions .find-product {
		background: url(../images/icons/gift-1.png) no-repeat 0 0;
		display: block;
		height: 35px;
		padding: 4px 0 4px 45px;
		font: 300 16px/1 museo-sans, Helvetica, Arial, sans-serif; ;
		text-decoration: none;
		color: #000; }

	.product-actions .add-to-giftlist:hover { background-position: 0 -84px; color: #666; }
	.product-actions .find-product { background: url(../images/icons/bag-1.png) no-repeat 0 3px;  }
	.product-actions .find-product:hover { background-position: 0 -87px; color: #666; }

	.product-properties h2 { font: 500 12px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: uppercase; border-bottom: 1px solid #dfdbd8; margin-bottom: 20px; padding-bottom: 10px; }
	.product-properties { color: #999; width: 175px; margin-left: 20px; }
	.product-properties dt { position: absolute; }
	.product-properties dd { padding-left: 90px; margin-bottom: 10px; }

	/* related products */
	.related-products-1 h2 { font: 300 12px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: none; margin-bottom: 10px; text-transform: uppercase; color: #000; }
	.related-products-1 li { float: left; margin-right: 5px; }
	.related-products-1 li:last-child { margin-right: 0; }
	.related-products-1 ul { margin-bottom: 20px; }

	/* .collection slider */
	.slider-1 { position: relative; }
	.slider-1 li img { display: block; width: 100%; }
	.slider-1-pager { position: absolute; bottom: 20px; left: 20px; z-index: 20;  }
	.slider-1-pager a { display: block; background: url(../images/btn/slider-pager-1.png) 0 -30px no-repeat; height: 15px; width: 15px; text-indent: -9999px; float: left; margin-right: 5px; }
	.slider-1-pager a.activeSlide { background-position: 0 0; }
	.slider-1 ul.projects-home { height: 360px; position: relative; }
	.slider-1 ul.projects-home li { width: 700px; height: 360px; position: absolute; top: 0; left: 0; }
	.slider-1 ul.products-slider { height: 360px; }
	.slider-1 ul.products-slider li { width: 696px; position: absolute; top: 0; left: 0; height: 360px; }

	/* block address 1 */
	.block-address-1 { font: 10px/16px Arial, sans-serif; color: #666; }
	.block-address-1 .email { text-transform: uppercase; }
	.block-address-1 span { display: block;}
	.block-address-1 .org { color: #333; font-weight: bold; text-transform: uppercase; }
	.block-address-1 .addr { text-transform: uppercase; margin-bottom: 16px; }
	.block-address-1 a { text-decoration: none; color: #666; }
	.block-address-1 a:hover { text-decoration: underline; }
	.block-address-1 .org.press-room { margin-top: 40px; }

	/* project teaser overview */
	.project-teaser-overview td { vertical-align: top; }

	.project-teaser-1 { width: 330px; color: #999; margin-bottom: 70px; }
	.project-teaser-1 .image { cursor: pointer; margin-bottom: 26px; position: relative; display: block; text-decoration: none; }
	.project-teaser-1 .image img { display: block; }
	.project-teaser-1 .image .overlay { text-decoration: none; display: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: url(../images/assets/trans-black-1.png); text-align: center;}
	.project-teaser-1 .image .overlay span { position: relative; top: 100px; color: #fff; font: 17px "adobe-caslon-pro-1","adobe-caslon-pro-2"; }
	.project-teaser-1 .title, .project-teaser-1 .title a { text-decoration: none; font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif; margin-bottom: 2px; text-transform: uppercase; color: #333; }

	.project-teaser-1 .colorbox-images { display: none; }
	.project-teaser-1 .images, .project-teaser-1 .pager { display: none }

	/* project lightbox */
	.project-overlay, .project-popup { display: none; }
	.project-overlay { background-color: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }

	.project-popup { position: fixed; width: 795px; left: 50%; margin-left: -350px; height: 525px; top: 50%; margin-top: -300px; z-index: 101; }
	.project-popup .image { position: relative; }
	.project-popup .slider .slides li { position: absolute; top: 0; width: 795px; height: 525px; }
	.project-popup .pager .slides li { margin-right: 5px; }
	.project-popup.load { left: -9999px; top: -9999px; display: block; }
	.project-popup .btn-close { position:absolute; top: -30px; right: -45px; background:url(../images/icons/close-2.png) no-repeat 0 0; width:11px; height:11px; text-indent:-9999px; }
	.project-overlay .spinner { display: none; position: absolute; left: 50%; top: 50%; margin-top: -16px; margin-left: -30px; width: 60px; height: 32px; background: url(../images/icons/loader.gif) no-repeat 50% 0; padding-top: 50px; color: #666; font-size: 11px; text-align: center; }

		/* slider  */
		.slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next { display: block; width:25px; height:32px; text-indent:-9999px; position: absolute; top: 50%; }
		.flex-direction-nav .flex-disabled { display: none !important; }
		.slider .flex-direction-nav .flex-prev {  background:url(../images/icons/arrow-black-left-2.png) no-repeat 0 0; left: -67px; }
		.slider .flex-direction-nav .flex-next {  background:url(../images/icons/arrow-black-right-2.png) no-repeat 0 0; right: -67px; }
		.slider .flex-caption { border-top: 1px solid #ccc; font-size: 11px; color: #666; margin-top: 18px; padding-top: 5px;   }
		.slider.flexslider { margin-bottom: 55px; }



		.pager .flex-direction-nav .flex-prev, .pager .flex-direction-nav .flex-next { display: block; width: 10px; height: 19px; text-indent: -9999px; position: absolute; top: 50%; margin-top: -7px; }

		.pager .flex-direction-nav .flex-prev { background: url(../images/icons/arrow-black-left-3.png) no-repeat 0 0; left: -23px; }
		.pager .flex-direction-nav .flex-next { background: url(../images/icons/arrow-black-right-3.png) no-repeat 0 0; right: -23px; }
		.pager li img { cursor: pointer; }


	/* project request */
	.projects-request { margin-top: 50px; }
	.projects-request .btn-arrow-right-1 { width: 290px; }

	/* store overview */
	.store-overview-1 { display:block; }
	.store-overview-1 h2 { margin-bottom: 23px; }
	.store-overview-1 h3 { font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif; margin-bottom: 20px; text-transform: uppercase; color: #000; }
	.store-overview-1 .store-teaser-1 { float: left; margin-right: 21px;}
	.store-overview-1 .store-teaser-1:last-child { margin: 0;}
	.store-overview-1 > .row:last-child { margin-bottom: 0; }
	.store-overview-1 > .row > .row:last-child { margin-bottom: 0; }
	.store-teaser-1 { width: 220px; line-height: 18px; }
	.store-teaser-1 .title, .store-teaser-1 .title a { display: inline; font: bold 11px Arial, sans-serif; text-transform: uppercase; color: #000; text-decoration: none; }
	.store-teaser-1 .title a:hover { color: #5b4d49; }
	.store-teaser-1 .info { text-transform: uppercase; font-size: 10px; line-height: 16px; }
	.store-teaser-1 .info p { margin-bottom: 0; font-size: 10px; line-height: 16px; }
	.store-teaser-1 .btn-read-more { font-size: 11px; }

	#flamant-storelocator-filter-block-form { margin-bottom: 42px; }
	.sidebar-1 .results h2 { font-size: 14px; margin-bottom: 18px; }
	.sidebar-1 .store-teaser-1 { width: auto; }

		/* choose country/city */
		.block-flamant_storelocator { width: 156px;}
		.block-flamant_storelocator .form-item { margin-bottom: 30px; }
		.block-flamant_storelocator .form-item:last-child { margin-bottom: 0; }
		.block-flamant_storelocator .form-item label { display: block; margin: 0 0 2px 2px; color: #333; text-transform: uppercase; font: 500 12px/20px museo-sans, Helvetica, Arial, sans-serif; }
		.block-flamant_storelocator .form-item select { width: 156px; }
		.block-flamant_storelocator .form-item .customStyleSelectBox { display: block !important; }

	/* store search results */
	.store-search-results .results { width: 155px; padding-top: 87px; }
	.store-search-results .store-details-1 { width: 465px; float: left; margin-left: 60px; }
	.store-search-results .store-details-1 h1 { width: 360px; }
	.store-search-results .results .store-teaser-1 { margin-bottom: 15px; font-size: 10px; width: 100%; }
	.store-search-results .results .store-teaser-1 .btn-read-more { font-size: 11px; }
	.store-search-results .results .store-teaser-1:last-child { margin-bottom: 0; }

	/* store details */
	.store-details-1 { color: #333; font-size: 10px; }

		/* address */
		.store-details-1 .store-address { float: left; }
		.store-details-1 .store-address { line-height: 18px;}
		.store-details-1 .store-address h2 { margin-bottom: 0; }
		.store-details-1 .store-address .adr,
		.store-details-1 .store-address .tel-fax { margin-bottom: 15px; text-transform: uppercase; }
		.store-details-1 .store-address .email { text-transform: uppercase; color: #333; text-decoration: none; }

		/* link */
		.store-details-1 .project-corner-link {
			color: #25637b;
			font: 14px/1 museo-sans, Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			padding-right: 15px;
			background: url(../images/icons/arrow-blue-right-1.png) no-repeat 100% center;
		}

		/* opening hours */
		.store-details-1 .opening-hours { float: right; width: 225px; }
		.store-details-1 .opening-hours .field-label { display: none; }
		.store-details-1 .opening-hours .oh-display {
			font-size: 10px;
			text-transform: uppercase;
			background: url(../images/assets/table-gradient-1.png) repeat-x 0 0;
			padding: 5px 0 3px;
			border-bottom: 1px solid #eaeaea;
			line-height: 20px;
			padding-left: 100px;
			width: 125px;
		}
		.store-details-1 .opening-hours .oh-display .day { margin-left: -100px; float: left; color: #888; }
		.store-details-1 .opening-hours .oh-display .hours  { width: 80px; text-align: right; color: #333; }

		.store-details-1 .opening-hours .oh-display:first-child { background: none;}
		.store-details-1 .opening-hours .oh-display:last-child { border: none; }

		.store-details-1 .opening-hours .extra { padding-top: 10px; color: #888; text-transform: uppercase; line-height: 1.5em; font-size: 0.9em; }
		/*
		.store-details-1 .opening-hours table tr:last-child td { border: none;}
		.store-details-1 .opening-hours .day { width: 80px; }
		.store-details-1 .opening-hours .oh-display-hours { display: inline; margin-left: 80px; text-align: left; }*/


	/* news */
	.news-teaser-1.has-image .content { width: 440px; float: left; }
	.news-teaser-1 .body { margin-bottom: 20px; }
	.news-teaser-1 .body p:last-child { margin-bottom: 0; }
	.news-teaser-1 .title { margin-bottom: 5px; }
	.news-teaser-1 .date { display: block; font: 100 12px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: uppercase; color: #999; margin-bottom: 5px; }
	.news-teaser-1 .image { float: right; width: 230px; margin-top: 20px; }
	.news-teaser-1 .image img { display: block; }
	.news-teaser-1 .btn-read-more { font-size: 11px; position: relative; top: 22px; }

	.news-detail h1 { margin-bottom: 7px; }
	.news-detail .intro-2, .news-detail .intro-2 p { width: auto !important }
	.news-detail .date { font: 100 12px/1 museo-sans, Helvetica, Arial, sans-serif; color: #999; text-transform: uppercase; display: block; margin-bottom: 20px; }
	.news-detail .img-right { margin-top: 6px; }
	.news-detail p { margin-bottom: 10px; }
	.news-detail h2 { margin-bottom: 3px; }
	.news-detail .footer { padding-top: 30px; clear: both; }

	/* events */
	.event-teaser-1 { padding-top: 10px; }
	ul li:first-child .event-teaser-1 { padding-top: 0; }
	.event-teaser-1 .content { width: 410px; float: left; }
	.event-teaser-1 .content p:last-child { margin-bottom: 0 }
	.event-teaser-1 .details-container { width: 250px; float: right; }
	.event-teaser-1 .details-container .btn-read-more { font-size: 11px; }
	.event-teaser-1 .details, .event-detail .details { margin-bottom: 30px; font-size: 11px; }
	.event-teaser-1 .title { margin-bottom: 2px; }


	.event-teaser-1 .details dt,
	.event-teaser-1 .details dd,
	.event-detail .details dt,
	.event-detail .details dd,
	.press-teaser-1 .details dd,
	.press-teaser-1 .details dt {
		line-height: 18px;  }

	.event-teaser-1 .details dt,
	.event-detail .details dt,
	.press-teaser-1 .details dt  {
		width: 60px;
		text-transform: uppercase;
		color: #9e8e89;
		position: absolute; }

	.event-teaser-1 .details dd,
	.event-detail .details dd,
	.press-teaser-1 .details dd {
		width: 170px;
		margin-bottom: 10px;
		border-bottom: 1px solid #dfdbd8;
		padding: 0 0 10px 80px;
		text-transform: uppercase;
		color: #5b4d48;
		font-weight: bold; }

	.event-detail .details dd:last-of-type { border: none; }

	.event-detail .content { width: 380px; padding-right: 30px; float: left; }
	.event-detail .content p { margin-bottom: 10px; }
	.event-detail .content .footer { margin-top: 30px; }
	.event-detail .details-container { width: 292px; float: right; background: #fff; }
	.event-detail .details-container .image { margin-bottom: 50px;}
	.event-detail .details { padding-left: 20px; }
	.event-detail .details .title { margin-bottom: 20px; }
	.event-detail .content h2 { margin-bottom: 2px; }
	.event-detail .intro-2, .event-detail .intro-2 p { width: auto !important; }
	.node-type-event #content { background: url(../images/assets/shadow-5.png) no-repeat 675px 130px; padding: 0 100px 300px; }

	/* in the press */
	ul li:first-child .press-teaser-1 { padding-top: 0; }
	.press-teaser-1 { padding-top: 10px; }
	.press-teaser-1 .content { width: 300px; float: left; margin-right: 22px; }
	.press-teaser-1 .content p:last-child { margin-bottom: 0; }
	.press-teaser-1 .details { width: 190px; float: left; margin-right: 35px; font-size: 11px; margin-top: 20px; }
	.press-teaser-1 .details dd { width: 110px; }
	.press-teaser-1 .image { width: 155px; float: left; }
	.press-teaser-1 .btn-download {
		position: relative;
		-moz-transition: background-position ease-in 0.2s;
		-webkit-transition: background-position ease-in 0.2s;
		transition: background-position ease-in 0.2s;
		display: block;
		padding-right: 40px;
		background: url(../images/icons/file.png) no-repeat right 0;
		text-transform: uppercase;
		color: #5b4d48;
		font-weight: bold;
		text-decoration: none;
		line-height: 15px; }

	.press-teaser-1 .btn-download:hover { background-position: right -90px; }
	.press-teaser-1 .btn-download:active { top: 2px; }

	/* jobs */
	.jobs-overview { margin-top: 50px; }
	.jobs-overview td { padding: 12px 0; background: url(../images/assets/table-gradient-1.png) repeat-x 0 0; border-bottom: 1px solid #eaeaea; }
	.jobs-overview table tr:first-child td { background: none;}
	.jobs-overview table tr:last-child td { border: none;}
	.jobs-overview table tr:hover td { background: #f8f6f6; }
	.jobs-overview .views-field-title { width: 390px; padding-left: 10px; }
	.jobs-overview .views-field-job-location-value { width: 200px; }
	.jobs-overview .views-field-view-node { width: 102px; }
	.jobs-overview .views-field-view-node a { color: #9e8e89; text-decoration: none; text-transform: uppercase; background: url(../images/icons/arrow-beige-right-1.png) no-repeat right 2px; padding-right: 10px; }
	.jobs-overview .views-field-view-node a:hover { text-decoration: underline; color: #c3bcb7; }

	.job-detail p { margin-bottom: 10px; }

	/* pager */
	.item-list .pager { text-align: left; }
	.item-list .pager li { display: inline; margin: 0 2px 0 0; }
	.item-list .pager li a { display: inline-block; height: 27px; width: 27px; font-size: 14px; text-align: center; line-height: 25px; font-weight: bold; color: #333; text-decoration: none;}
	.item-list .pager li.pager-current a, .item-list .pager li.pager-current a:hover { background: url(../images/btn/pager.png) no-repeat 0 0; color: #fff; }
	.item-list .pager li a:hover { background: url(../images/btn/pager.png) no-repeat 0 -70px; }
	.item-list .pager li a:active { position: relative; top: 1px; }
	.item-list .pager .pager-previous a,.item-list .pager .pager-previous a:hover { background: url(../images/icons/arrow-black-left-1.png) no-repeat center center; text-indent: -9999px; margin-right: 15px; }
	.item-list .pager .pager-next a,.item-list .pager .pager-next a:hover  { background: url(../images/icons/arrow-black-right-1.png) no-repeat center center; text-indent: -9999px; margin-left: 13px; }
	.item-list .pager .pager-first ,.item-list .pager .pager-last { display: none; }

	/* block newsletter */
	.block-newsletter h2 { margin-bottom: 8px !important; }
	.block-newsletter p { display: none; }
	.block-newsletter .form-radios { display: none; }
	.block-newsletter label { display: none; }
	.block-newsletter input[type="text"] { background: #eaeaea; border: none; padding: 7px 6px 6px; width: 142px;  }
	.block-newsletter input[type="submit"] { margin-top: 1px; height: 24px; padding: 6px 6px; line-height: 16px;  border: none; background: #c3bcb7; font-family: Arial,sans-serif; color: #fff; text-transform: uppercase; -moz-transition: background-color ease-in 0.3s; -webkit-transition: background-color ease-in 0.3s; transition: background-color ease-in 0.3s;}
	.block-newsletter input[type="submit"]:hover { background: #333; }

	/* breadcrumbs */
	.breadcrumbs li { float: left; margin-right: 10px; font-size: 9px; text-transform: uppercase; color: #999; }
	.breadcrumbs li a { padding-right: 15px; background: url(../images/icons/arrow-beige-right-1.png) no-repeat right center; text-transform: uppercase; color: #999; text-decoration: none; }
	.breadcrumbs li:last-child a { background: none; }
	.breadcrumbs li a:hover { text-decoration: underline;}

	/* contact page */
	.map-container { margin-bottom: 60px; }
		.map-container .map { float: left; }
		.map-container .map-links { float: left; }
		.map-container ul { margin-top: 1px; }
		.map-container li { margin-top: -1px; }
		.map-container a {padding-left: 20px; }
		.map-container .btn-arrow-right-1 { width: 166px; }

	/* jquery zoom */
	.zoomWrapper { border: none !important; }

	/* Press room */
	.press-request .btn-arrow-right-1 { width: 200px; }
	.view-press-images.product-list-col-4 .product-image img { border: 1px solid #c2bbb6; }
	.view-press-images.product-list-col-4 .product-info { padding-top: 5px; }
	.view-press-images.product-list-col-4 p.intro { font-size: 10px; line-height: 18px; color: #999; }


/* 7.	Buttons
--------------------------------------------------------------------------------------------------- */
	/* btn forward 1 & backward 1 */
	.btn-forward-1, .btn-backward-1 { color: #c3bcb7; text-decoration: none; text-transform: uppercase; font-weight: bold; }
	.btn-forward-1:hover,.btn-backward-1:hover { text-decoration: underline; color: #c3bcb7; }
	.btn-forward-1 { background: url(../images/icons/arrow-beige-right-1.png) no-repeat right 2px; padding-right: 10px;  }
	.btn-backward-1 { background: url(../images/icons/arrow-beige-left-1.png) no-repeat left 2px; padding-left: 10px; }

	/* btn black 1 */
	.btn-black-1 {
		display: inline-block;
		padding: 7px 10px 6px;
		background: #333;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		border: 0; }

	.btn-black-1:hover {
		color: #fff;
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 15px 0 rgba(255,255,255,0.1);
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 15px 0 rgba(255,255,255,0.1);
		box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 15px 0 rgba(255,255,255,0.1);
		text-decoration: none; }

	.btn-black-1:active { background: #111; box-shadow: none; color: #eee; }

	/* btn arrow left & right 1 */
	.btn-arrow-right-1, .btn-arrow-left-1 {
		display: table-cell;
		font: 100 17px/19px museo-sans, Helvetica, Arial, sans-serif;
		color: #000;
		text-decoration: none;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #dfdbd8;
		width: 115px;
		/*-moz-transition: background-position ease-in-out 0.2s;
		-webkit-transition: background-position ease-in-out 0.2s;
		transition: background-position ease-in-out 0.2s;*/
		vertical-align: middle;
	}

	.btn-arrow-right-1 { background: url(../images/icons/cta-arrow-right-1.png) no-repeat right 30px; padding: 26px 30px 20px 10px; }
	.btn-arrow-left-1 { background: url(../images/icons/cta-arrow-left-1.png) no-repeat left 30px; padding: 26px 10px 20px 30px; text-align: right; }
	.btn-arrow-left-1:hover { background-position: left -40px; border-color: #ccc; }
	.btn-arrow-right-1:hover { background-position: right -40px; border-color: #ccc; }
	.btn-arrow-right-1:active,.btn-arrow-left-1:active { color: #666;}



/* 8.	Forms
--------------------------------------------------------------------------------------------------- */

	.webform-client-form { margin-top: 30px; }
	.webform-client-form h2.big { text-transform: none; font-size: 38px; }
	.webform-client-form h2.big .above { font-size: 14px; color: #c3bcb7; text-transform: uppercase; display: block; margin-bottom: 7px; }


	.form-required { color: #666; }

	.form-component,
	.webform-component,
	#edit-submitted-job-opening-wrapper {
		background: url(../images/assets/line-grey-1.gif) repeat-x left bottom;
		margin-bottom: 15px;
		position: relative;
		overflow: hidden;
	}

		/* components */
		.form-component-textfield,
		.webform-component-textfield,
		.webform-component-email,
		.form-component-select,
		.webform-component-select,
		.webform-component-textfield,
		.webform-component-date,
		#edit-submitted-job-opening-wrapper,
		.form-component-checkbox,
		.form-component-radios { width: 390px; }

		.form-component-checkbox { background: none; }

		.form-component-textarea, .webform-component-textarea { width: 650px; }
		.form-component-filefield, .webform-component-file { background: none; }
		.form-actions { position: relative; top: -15px; text-align: right;  width: 650px; }
		.form-actions-login { width:390px; position: relative; top: 0; text-align: right;}

			/* checkbox */
			.form-component-checkbox .form-checkbox { margin-right: 10px; }
			.form-component-checkbox .checker { top: -1px; }

			/* textfield */
			.form-component-textfield .form-text,
			.webform-component-textfield .form-text,
			.webform-component-email .form-text {
				float: right;
				width: 210px; }

			/* date */
			.webform-component-date .webform-container-inline {
				float: right;
				width: 223px; }

			/* textarea */
			.form-component-textarea .form-textarea,
			.webform-component-textarea .form-textarea {
				float: right;
				width: 470px;
				max-width: 470px;
				min-width: 470px;
				height: 150px;
				min-height: 150px; }
			.form-component-textarea .resizable-textarea {
				width: 650px;
			}

			/* filefield */
			.form-component-filefield .custom-filefield,
			.webform-component-file .custom-filefield {
				width: 210px;
				height: 11px; }

			/* select */
			.form-component-select .form-select,
			.webform-component-select .form-select,
			#edit-submitted-job-opening-wrapper .form-select {
				width: 224px;
				right: 0;
				cursor: pointer; }

			.form-component-select .customStyleSelectBox,
			.webform-component-select .customStyleSelectBox,
			#edit-submitted-job-opening-wrapper .customStyleSelectBox {
				display: block;
				width: 202px;
				float: right; }

			/* labels */
			.form-component-textfield label, .webform-component-textfield label, .webform-component-email label,
			.form-component-textarea label, .webform-component-textarea label,
			.form-component-select label, .webform-component-select label,
			.form-component-filefield label, .webform-component-file label,
			.webform-component-date label,
			#edit-submitted-job-opening-wrapper label,
			.voucher-shop .row-4 .form-item-labeled label  {
				font: 11px Arial, sans-serif;
				text-transform: uppercase;
				color: #666;
				position: relative;
				top: 7px;
				float: left;
				display: block;
				width: 140px; }

			.form-component-radios label {
				font: 11px Arial, sans-serif;
				text-transform: uppercase;
				color: #666;
				position: relative;
				top: 0;
				display: block;
				width: 140px; }

			.form-component-filefield label, .webform-component-file label {
				float: none;
				margin-bottom: 12px; }

			.form-component-checkbox label { text-transform: uppercase; font-size: 11px; position: relative; }

			/* fieldset */
			.form-component-fieldset, .webform-component-fieldset { border-bottom: 1px solid #eaeaea; padding-bottom: 30px; margin-bottom: 40px; width: 650px; }
				.form-component-fieldset:last-of-type,
				.webform-component-fieldset:last-of-type { margin-bottom: 15px; }

			/* descriptions */
			.form-component .description,
			.form-item .description { clear: both; font-size: 10px; color: #ccc; padding-top: 10px; }
			.form-component-checkbox .description { font-size: 11px; color: #ccc; padding: 0 0 0 27px; line-height: 16px; }

	/* textfield & texarea */
	.form-text, .form-textarea { color: #666; border: 1px solid #ccc; padding: 7px  6px 6px; }
	.form-textarea { overflow: auto; }
	.form-text:focus, .form-textarea:focus { border-color: #aaa;}

	/* custom selectbox */
	.customStyleSelectBox {
		padding: 7px 10px 7px 7px;
		border-right: 5px solid #eaeaea;
		background: url(../images/icons/circle-arrow-down-1.png) no-repeat right 5px #eaeaea;
		color: #666;
		font: bold 11px Arial, sans-serif;
		height: 12px;
	}
	.customStyleSelectBox.hover { background-position: right -55px; }
	.customStyleSelectBox .customStyleSelectBoxInner { height: 12px; line-height: 13px; line-height: 23px; margin-top: -5px; }

	/* custom filefield */
	.custom-filefield-wrapper { position: relative; overflow: hidden; }

	.custom-filefield {
		color: #666;
		font: bold 11px Arial, sans-serif;
		padding: 7px 2px 7px 7px;
		position: relative;
		overflow: hidden;
		width: 210px;
		background: url(../images/icons/circle-arrow-right-1.png) no-repeat right 5px #eaeaea;
		border-right: 5px solid #eaeaea;
		float: left; }

	.custom-filefield.hover { background-position: right -55px; }
	.custom-filefield input[type="file"] { position: absolute; right: 0; top: 0; font: 500px monospace !important; z-index: 1; opacity: 0; cursor: pointer; }
	.custom-filefield-filename { float: left; margin: 7px 0 0 10px; color: #999; }

	/* submit */
	input.form-submit { border: 1px solid #333; background: #333; padding: 5px 25px; font: 11px Arial, sans-serif; text-transform: uppercase; color: #fff; font-weight: normal; }
	input.form-submit:hover { box-shadow: inset 0 13px 0 rgba(255,255,255,0.05);  }

	/* specific styles */
	#webform-component-form-projects-type { margin-bottom: 60px; }
	#webform-component-form-projects-street { float: left; }
	#webform-component-form-projects-streetnr { float: left; width: 240px; margin-left: 20px; }
		#webform-component-form-projects-streetnr label { width: 35px; }
		#webform-component-form-projects-streetnr .form-text { width: 100px; }
	#webform-component-form-projects-city { clear: both; float: left; }
	#webform-component-form-projects-postalCode { float: left; width: 240px; margin-left: 20px; }
		#webform-component-form-projects-postalCode label { width: 100px; }
		#webform-component-form-projects-postalCode .form-text { width: 100px; }
	#webform-component-form-projects-country  { clear: both; }

	#edit-submitted-job-opening-wrapper { margin-bottom: 60px; }
	#webform-component-form-job-informationFieldset--form-job-street { float: left; }
	#webform-component-form-job-informationFieldset--form-job-number { float: left; width: 240px; margin-left: 20px; }
		#webform-component-form-job-informationFieldset--form-job-number label { width: 35px; }
		#webform-component-form-job-informationFieldset--form-job-number .form-text { width: 100px; }
	#webform-component-form-job-informationFieldset--form-job-city { clear: both; float: left; }
	#webform-component-form-job-informationFieldset--form-job-postalCode { float: left; width: 240px; margin-left: 20px; }
		#webform-component-form-job-informationFieldset--form-job-postalCode label { width: 100px; }
		#webform-component-form-job-informationFieldset--form-job-postalCode .form-text { width: 100px; }
	#webform-component-form-job-informationFieldset--form-job-country  { clear: both; }

	#edit-pass-wrapper .description {
		margin-top: -10px;
		margin-bottom: 50px;
	}

	.form-radios,
	.form-checkboxes {
		margin-top: 10px;
	}

	.form-radios .form-option,
	.form-checkboxes .form-option {
		margin-left: 10px;
		margin-bottom: 5px;
	}

	/* fieldset styles */
	.form-component-fieldset legend a { text-decoration: none; color: #333; }
	.form-component-fieldset legend {
		font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #000;
		display: block;
		padding-bottom: 18px;
		width: 540px; }

	/* Press : request account form */

	.press-account-form {}

		.press-account-form h2 {
			/*font: 500 38px/1 museo-sans-1, Helvetica, Arial, sans-serif;*/
			text-transform: none;
			margin-bottom: 20px;
			text-transform: uppercase;
		}

		.press-account-form .form-component-fieldset {
			margin-bottom: 15px;
		}

/* 9.	Page specific
--------------------------------------------------------------------------------------------------- */
	/* primary links */
	.fullscreen .primary-links ul { display: inline; }

	/* collections themes nav  */
	.collections-home .collections-themes-nav { margin: 100px auto 0 auto; padding-left: 570px; width: 300px; }
	.collections-home .collections-themes-nav .info, .collections-home .collections-themes-nav .nav li a { color: #fff; }
	.collections-home .collections-themes-nav .info { background: url(../images/assets/border-1-white.png) no-repeat center top; }

	/* homepage carousel */
	.front .banner-carousel { position: fixed; left: 50%; margin-left: -235px; bottom: 18px; }

	/* voucher-shop */
	.page-voucher-shop { background: #fff; }

	/* projects */
	.page-projects .content-1 > .view > .row-3 p { width: 560px; margin-top: -4px; }
	.page-projects h1 { margin-bottom: 37px; }

	/* stores */
 	.flamant-stores h1 { margin-bottom: 30px; }

 	/* news */
 	.page-news h1 { margin-bottom: 36px; }
 	.page-events h1 { margin-bottom: 36px; }

 	/* newsletter */
	#simplenews-block-form-10 .already-subscribed,
	#simplenews-block-form-10-1 .already-subscribed { color: #666; font-size: 10px; margin-bottom: 5px; }

	/* primary nav */
 	#home .primary-links, #collections-home .primary-links { width: 625px; margin: 0 auto; }
	#home .primary-links li a, #collections-home .primary-links li a  { color: #333; }

/* 10.	Voucher shop
--------------------------------------------------------------------------------------------------- */

	/* voucher shop */
	.voucher-shop { margin-left: -15px; }
	.voucher-shop h2 { margin-bottom: 0px; }
	.voucher-shop .step-1 h1, .voucher-shop .step-2 h1, .voucher-shop .step-3 h1 { margin-bottom: 5px; }
	.voucher-shop .shopping-cart { padding: 0 20px 20px; background: url(../images/assets/shopping-cart-back.png) repeat-y center top #fff; min-height: 660px; }
	.voucher-shop .shopping-cart .title {
		background: url(../images/icons/bag-1.png) left top no-repeat;
		font: 500 12px/18px museo-sans, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		padding-left: 35px;
		margin-bottom: 30px; }

	.voucher-shop .shopping-cart h2 { font-size: 12px; line-height: 18px; margin-bottom: 15px; }
	.voucher-shop .content-1 { width: 678px; position: relative; }
	.voucher-shop > .right { position: relative }

	.voucher-shop .shadow { background: url(../images/assets/shadow-2.png) no-repeat center center; width: 266px; height: 674px; display: block; position: absolute; top: 0; right: -254px; }

	/* shoppingcart items */
	.voucher-shop .shopping-cart-items { margin-bottom: 15px; }
	.voucher-shop .shopping-cart-items .item { text-align: center; margin-bottom: 15px; }
	.voucher-shop .shopping-cart-items .item .item-title { color: #333; font-size: 12px; font-weight: normal; text-transform: uppercase; margin-bottom: 10px; }
	.voucher-shop .shopping-cart-items .item .info { font-weight: bold; font-size: 16px; color: #999; letter-spacing: 5px; }
	.voucher-shop .shopping-cart-items .item .info .price { color: #333; letter-spacing: normal; }
	.voucher-shop .shopping-cart-items .item .info .vat { font-size: 10px; text-transform: uppercase; font-weight: normal; letter-spacing: normal; margin-left: 5px; }

	/* shoppingcart actions */
	.voucher-shop .shopping-cart-actions { border-bottom: 1px solid #dfdbd8; padding-bottom: 7px; margin-bottom: 25px; }
	.voucher-shop .shopping-cart-actions li { margin-bottom: 10px; }
	.voucher-shop .shopping-cart-actions li:last-child { margin-bottom: 0; }

	.voucher-shop .shopping-cart-actions .btn-checkout,
	.voucher-shop .shopping-cart-actions .btn-change {
		display: block;
		height: 24px;
		text-decoration: none;
		line-height: 25px;
		font-size: 10px;
		text-transform: uppercase;
		text-align: center; }

	.voucher-shop .shopping-cart-actions .btn-checkout:active,
	.voucher-shop .shopping-cart-actions .btn-change:active { position: relative; top: 1px; }
	.voucher-shop .shopping-cart-actions .btn-checkout {  background: #000; color: #fff; }
	.voucher-shop .shopping-cart-actions .btn-change { color: #000; }

	/* sidebar info */
	.voucher-shop .voucher-info { color: #999; }
	.voucher-shop .voucher-info ol { list-style: decimal; padding-left: 20px; padding-bottom: 10px; border-bottom: 1px solid #dfdbd8; margin-bottom: 20px; }
	.voucher-shop .voucher-info ol li { padding-left: 2px; margin-bottom: 15px; font-size: 18px; color: #999; }
	.voucher-shop .voucher-info ol li.active { color: #000; }
	.voucher-shop .voucher-info ol li span { font-size: 12px; }
	.voucher-shop .voucher-info p { margin-bottom: 10px; }

	/* steps (pagination) */
	.voucher-shop .voucher-steps { margin-bottom: 30px; }
	.voucher-shop .voucher-steps .label { color: #c3bcb7; font: 500 50px/1 museo-sans, Helvetica, Arial, sans-serif; float: left; }
	.voucher-shop .voucher-steps .item-list { float: left; margin: 5px 0 0 20px; }
	.voucher-shop .voucher-steps .item-list li { margin-right: 0; }
	.voucher-shop .voucher-steps .item-list .pager { text-align: left; }
	.voucher-shop .voucher-steps .item-list .pager li { display: block; float: left; margin: 0 2px 0 0; height: 27px; width: 27px; font-size: 14px; text-align: center; line-height: 25px; font-weight: bold; color: #333; text-decoration: none;}
	.voucher-shop .voucher-steps .item-list .pager li.pager-current { background: url(../images/btn/pager.png) no-repeat 0 0; color: #fff; }

	/* custom form style for step 1 */
	.voucher-shop .step-1 .row-4 .form-item {
		background: none;
		margin-bottom: 30px;
		clear: both;
		position: relative;
		overflow: hidden;
	}

	.voucher-shop .step-1 .row-4 .form-item .customStyleSelectBox { float: left; }
	.voucher-shop .step-1 .row-4 .form-item .form-select { left: 138px; width: 175px; right: 0; cursor: pointer; }

	#edit-attributes-3-wrapper { overflow: hidden; }
	#edit-attributes-3-wrapper .description { position: absolute; top: -3px; left: 330px; width: 320px; }
	#edit-attributes-3-wrapper .form-select,
	#edit-attributes-4-wrapper.form-select {
		width: 175px; }

	#edit-attributes-3-wrapper .customStyleSelectBox,
	#edit-attributes-4-wrapper .customStyleSelectBox {
		width: 150px; }

	#edit-attributes-2-wrapper .form-select,
	#edit-qty-wrapper .form-select {
		width: 125px; clear:both; }

	#edit-attributes-2-wrapper .customStyleSelectBox,
	#edit-qty-wrapper .customStyleSelectBox {
		width: 100px; }

	#edit-attributes-cck-field-store-voucher-message-0-value-wrapper .char-counter { font-size: 10px; display: block; position: relative; top: -40px; }

	/* voucher */
	.voucher-shop .voucher { background: url(../images/assets/voucher-back-1.png) no-repeat; height: 478px; width: 676px; padding: 21px 30px 25px 20px; margin-left: -20px; }
	.voucher-shop .voucher .voucher-inner { padding: 30px 40px; }
	.voucher-shop .voucher .title { font: bold 25px "museo-sans","museo-sans",sans-serif; margin-bottom: 35px; text-align: center; color: #000; }

	.voucher-shop .voucher .form .row { margin-bottom: 5px; }
	.voucher-shop .voucher .form .row label {
		font: bold 15px "museo-sans","museo-sans",sans-serif;
		color: #000;
		text-transform: uppercase;
		display: block;
		width: 150px;
		float: left;
		padding-top: 10px; }

	.voucher-shop .voucher .form .row input[type="text"] { font-family: "chemist-1","chemist-2",sans-serif; border: 0; border-bottom: 1px solid #eee; width: 400px; font-size: 28px; color: #000; }
	.voucher-shop .voucher .form .row input[type="text"].error, .voucher-shop .voucher .form .row textarea.error { border-color: #ff0000; }
	.voucher-shop .voucher .form .default-content { color: #ccc !important; }
	.voucher-shop .step-1 .form-actions { top: 0; padding: 10px 27px 0 0; border-top: none; }
	.voucher-shop .voucher .form .row textarea {
		font-family: "chemist-1","chemist-2",sans-serif;
		border: 0;
		border-bottom: 1px solid #eee;
		width: 400px;
		font-size: 28px;
		color: #000;
		resize: none;
		height: 65px;
	}

	.voucher-shop span.form-required { display: none; }
	.voucher-shop label>span.form-required { display: inline; color: #EE5555; }

	/* Cart */
	.cart-form-products { }
	.cart-form-products th { padding-bottom: 20px; border-bottom: 1px solid #DFDBD8; }
	.cart-form-products th { font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: uppercase; text-align: left; }
	.cart-form-products td { padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #DFDBD8; }
	.cart-form-products td.remove { padding-left: 30px; }
	.cart-form-products td.subtotal { border: none; padding: 50px 35px 30px 30px; font-size: 14px; }
	.cart-form-products td.subtotal strong { font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: uppercase; padding-right: 10px; }
	.cart-form-products td.desc a { font-weight: bold; text-decoration: none; display: block; margin-bottom: 12px; }
	.cart-form-products td.desc .item-list { margin-bottom: 12px; margin-left: 10px; }
	.cart-form-products td.subtotal { text-align: right; }

	/* fieldset styles */
	.voucher-shop fieldset { margin-bottom: 50px; }
	.voucher-shop fieldset legend a { text-decoration: none; color: #333; }
	/*.voucher-shop fieldset > *:nth-child(2) { padding-top: 20px; } */
	.voucher-shop legend {
		font: 500 14px/1 museo-sans, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #000;
		border-bottom: 1px solid #eaeaea;
		display: block;
		padding-bottom: 4px;
		width: 540px; }
	#edit-panes-billing-copy-address-wrapper {
		font: 11px Arial, sans-serif;
		text-transform: uppercase;
		margin-top: 20px;
	}

	#edit-panes-billing-copy-address-wrapper input { margin-right: 10px; vertical-align: text-bottom; }
	#shop-payment-methods { display: none; }

	/* payment methods */
	#payment-pane .fieldset-content { margin-top: 20px; }
	#payment-pane label { margin-left: 5px; }
	#payment-pane .form-component { width: 100%; }
	#payment-pane .form-component-checkbox .description { width: 260px; }
	#payment-pane .form-component-checkbox .icon-payment-method { position: absolute; top: 12px; left: 290px; right: 0; }
	/*#payment-pane > *:nth-child(2) .icon-payment-method { top: 36px; }*/
	.voucher-shop .step-2 .form-actions,
	.voucher-shop .step-3 .form-actions { width: 540px; border-top: 1px solid #eaeaea; }

	#uc-cart-checkout-form .description { margin-top: 5px; margin-bottom: 20px; }
	#line-items-div { display: none; }

	/* review page */
	.webshop-review-row {
		width: 540px;
		font: 11px Arial, sans-serif;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.webshop-review-row .left {
		width: 140px;
	}

	.webshop-review-row .right {
		width: 370px;
	}

	/* home banner */
	.voucher-home-banner { width: 677px; height: 480px; background: url(../images/assets/voucher-banner.jpg) center center; position: relative; }
	.voucher-home-banner .btn-arrow-right-1, .voucher-home-banner .btn-arrow-right-1:hover  { border-color: #fff; color: #fff; }
	.voucher-col-1 .btn-arrow-right-1 {
		display: block;
		width: 270px;
		padding-top: 16px;
		padding-bottom: 10px;
		height: 41px;
		background: url(../images/icons/arrow-black-right-2.png) no-repeat 100% 20px;
		border-color: #000;
		margin-bottom: 25px;

	}

	/* cols */
	.voucher-col-1 { width: 313px; }
	.voucher-col-2 { width: 156px; }
	.voucher-col-3 { width: 135px; }


/* 11. Press room
--------------------------------------------------------------------------------------------------- */

	/* My account block */
	.pregister-account-block {
		margin-bottom: 86px;
	}

	.pregister-account-block h2 {
		margin-bottom: 10px !important;
	}

	.pregister-account-block h2 .name {
		font: 11px Arial, sans-serif;
		color: #666;
		text-transform: uppercase;
	}

	.pregister-account-block .item-list a {
		font: 10px Arial, sans-serif;
		color: #999;
		text-transform: uppercase;
		line-height: 18px;
	}

	.pregister-account-block .item-list a:hover {
		color: #666;
	}

	/* My account pages */

	.pregister-account-actions,
	.pregister-account-actions a {
		font-family: museo-sans, Helvetica, Arial, sans-serif;
		letter-spacing: -0.01em;
		text-decoration: none;
		font-size: 12px;
		font-weight: 500;
		color: #999;
	}

	.pregister-account-actions a.active {
		color: #333;
		text-decoration: underline;
	}

	h1 .pregister-account-actions {
		margin-left: 115px;
	}

	div.pregister-account-actions {
		margin-bottom: 36px;
	}


	/* Press release */

	.press-release-teaser-1.has-image .content { width: 440px; float: left; padding-bottom: 30px; }
	.press-release-teaser-1 .body { margin-bottom: 0; }
	.press-release-teaser-1 .body p:last-child { margin-bottom: 0; }
	.press-release-teaser-1 .date { font: 500 12px/1 museo-sans, Helvetica, Arial, sans-serif; text-transform: uppercase; color: #c3bcb7; display: block; margin-bottom: 5px; }
	.press-release-teaser-1 .title { margin-bottom: 5px; }
	.press-release-teaser-1 .image { float: right; width: 230px; margin-top: 20px; }
	.press-release-teaser-1 .image img { display: block; }
	.press-release-teaser-1 .btn-read-more { font-size: 11px; position: relative; top: 22px; }

	.press-release-detail h1 { margin-bottom: 5px; }
	.press-release-detail .intro-2, .press-release-detail .intro-2 p { width: 440px; float: left; }
	.press-release-detail .date { font: 500 12px/1 museo-sans, Helvetica, Arial, sans-serif;  color: #c3bcb7; display: block; margin-bottom: 25px; }
	.press-release-detail .image { float: right; width: 230px; margin-top: 6px; }
	.press-release-detail p { margin-bottom: 20px; }
	.press-release-detail h2 { margin-bottom: 3px; }

	.press-release-detail .documents {
		margin-bottom: 40px;
	}
	.press-release-detail .documents .row {
		text-transform: uppercase;
		background: url(../images/assets/table-gradient-1.png) repeat-x 0 0;
		padding: 10px 0;
		border-bottom: 1px solid #eaeaea;
		line-height: 20px;
		/*width: 250px;*/
	}
	.press-release-detail .documents .row img {
		margin-right: 5px;
	}

	.press-release-detail .documents .row:first-of-type { background: none; margin-top: 5px; }
	.press-release-detail .documents .row:last-child { border: none; }

	.press-release-detail .documents a {
		text-transform: none;
		text-decoration: none;
	}

	.press-release-overview .views-exposed-form, .view-press-images .views-exposed-form {
		background: url(../images/assets/line-grey-1.gif) repeat-x left bottom;
		margin-bottom: 52px;
		position: relative;
		overflow: hidden;
	}

	.press-release-overview .views-exposed-widgets, .view-press-images .views-exposed-widgets { margin-bottom: 0; position: relative; }
	.press-release-overview .views-exposed-widget, .view-press-images .views-exposed-widget { padding-right: 5px; }
	.press-release-overview .views-exposed-widgets label, .view-press-images .views-exposed-widgets label { color: #666; text-transform: uppercase; font-size: 11px; font-weight: normal; margin-bottom: 8px; display: block; }
	.press-release-overview .views-exposed-widgets select { width: 180px; }
	.press-release-overview #edit-submit-pressrelease-overview, .view-press-images #edit-submit-pressdocuments-overview { position: absolute; right: 0; bottom: 0; padding-top: 6px; padding-bottom: 4px; }

	.press-documents-overview .views-exposed-widget .description { padding-top: 0; }
	.press-documents-overview .date-views-filter-wrapper { min-width: 50px; }
	.press-documents-overview select { width: 115px; }

	.press-documents-overview .views-table { font-size: 11px; color: #5b4d48; }
	.press-documents-overview .views-table th { padding: 0 10px 25px; text-align: left; font-weight: 500; font-size: 14px; font-family: museo-sans, Helvetica, Arial, sans-serif; color: #000; text-transform: uppercase; }

	.press-documents-overview .views-table td:first-child, .press-documents-overview .views-table th:first-child { padding-left: 0; }
	.press-documents-overview .views-table td:last-child, .press-documents-overview .views-table th:last-child  { padding-right: 0; }
	.press-documents-overview .views-table tr:first-child td { background: none; }
	.press-documents-overview .views-table td { background: url(../images/assets/gradient-1.png) repeat-x top left; padding: 16px 10px 13px; }
	.press-documents-overview .views-table .filefield-file { position: relative;  padding-left: 23px; }
	.press-documents-overview .views-table .filefield-file img { position: absolute; top: -2px; left: 0; }
	.press-documents-overview .views-table .filefield-file a { color: #5b4d48; text-decoration: none; }

	.view-press-images #edit-category { width: 200px; }
	.view-press-images #edit-title { width: 320px; }


	#user-profile-form .form-component-fieldset {
		margin-bottom: 15px;
	}

	#views-exposed-form-pressdocuments-overview-page-1 .form-text {
		padding-top: 5px;
	}

	#user-login-form .form-item {
		margin-bottom: 10px;
	}

	#user-login-form .form-actions {
		margin: 10px 0;
		padding: 0 0 10px;
		text-align: left;
		top: 0;
		background: url(../images/assets/line-grey-1.gif) repeat-x left bottom;
		width: 156px;
	}

	#user-login-form label {
		font: 11px Arial, sans-serif;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	#user-login-form .form-text {
		width: 142px;
	}

	#user-login-form .form-submit {
		width: 156px;
		padding: 8px 5px 5px 5px;
	}

	#user-login-form .item-list a {
		font: 10px Arial, sans-serif;
		color: #999;
		text-transform: uppercase;
		line-height: 18px;
	}

	#user-login-form .item-list a:hover {
		color: #666;
	}

	/* Profile overview */
	.profile-overview .row {
		width: 540px;
		font: 11px Arial, sans-serif;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 20px;
		background: url(../images/assets/line-grey-1.gif) repeat-x left bottom;
		padding-bottom: 5px;
	}

	.profile-overview .row .left {
		width: 220px;
	}

	.profile-overview .row .right {
		width: 290px;
		color: #333;
	}

	#user-profile-form #edit-pass-wrapper {
		display: none;
	}

/* 12.	Drupal stuff
--------------------------------------------------------------------------------------------------- */

	/* Hide loader icon for AJAX calls */
	.ahah-progress { display: none; }
	.hidden-ajax-button { display: none; }

	/* Status messages */
	.messages { margin-top: 20px; padding: 5px 10px 5px 25px; }
	.messages.status { background: #e8e8ff url('../images/icons/status-info.png') no-repeat 5px; }
	.messages.warning { background: #fcfca7 url('../images/icons/status-warning.png') no-repeat 5px; }
	.messages.error { background: #ffcccc url('../images/icons/status-error.png') no-repeat 5px; }

	/* Tabs */
	#quick-tabs {
		position: absolute;
		bottom: 200px;
		margin-left: 20px;
		width: 700px;
	}

	#quick-tabs a {
		display: inline-block;
		margin: 0 2px;
		padding: 15px 20px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: #F8F6F6;
		color: #999;
		font: 10px Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
	}
	#quick-tabs a:hover {
		text-decoration: underline;
	}

	#quick-tabs li.active a, #quick-tabs a:hover {
		color: #111;
	}

	.grippie { display: none; }

/* 12.	Splash
--------------------------------------------------------------------------------------------------- */

	#splash {
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;

		background: url('../images/assets/trans-black-2.png');

		z-index:9999;
	}

	#splash .splash-content {
		position: absolute;
		background: url('../images/assets/splash-div.png') center center no-repeat;
		width: 850px;
		height: 258px;
		top: 50%;
		left: 50%;
		margin-top:-129px;
		margin-left:-425px;
	}

	#splash a {
		display: block;
		width: 235px;
		margin: 75px 95px 0;
		float: left;
		font: 100 33px museo-sans, Helvetica,Arial,sans-serif;
		color: #fff;
		color: rgba(255,255,255,.8);
		text-decoration: none;
		text-align: center;
	}



	#splash a:hover {
		color: white;
	}

	#splash a span {
		display: block;
		width:62px;
		height:1px;
		margin:23px auto;
		background-color:#94958e;
	}

	.view-id-Downloads {
        text-align: center;
    }

    .limitTop {
        float: right;
        margin-top: -49px;
    }

    .limitBottom {
        float: right;
    }

    .limitTop, .limitBottom {
        font-size: 11px !important;
    }

    .item-list {
        float: left;
    }

    #download {
        text-align: center;
    }

    #download a {
        color: #FFFFFF;
        text-decoration: none;
    }
    #download a:hover {
        font-weight: bold;
    }

    .page-downloads #block-multiblock-1 p,
    .page-downloads #block-multiblock-1 #edit-mail-wrapper label {
        display: none;
    }
    .page-downloads #block-multiblock-1 h2{
        font: 300 20px/18px museo-sans,Helvetica,Arial,sans-serif;
        width: 100px;
        margin-bottom: 8px !important;
    }
    .page-downloads #block-multiblock-1 #edit-mail {
        background: none repeat scroll 0 0 #EAEAEA;
        border: medium none;
        padding: 7px 6px 6px;
        width: 142px;
    }
    .page-downloads #block-multiblock-1 #edit-submit {
        background: none repeat scroll 0 0 #C3BCB7;
        border: medium none;
        height: 24px;
        margin-top: 1px;
        padding: 6px;
        transition: background-color 0.3s ease-in 0s;
    }
    .view-Downloads .link {
        bottom: 0;
        color: #000000;
        font-family: "museo-sans","museo-sans",sans-serif;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        position: absolute;
        margin-left: 100px;
        top: 260px;
        display: block;
    }
    .view-Downloads .grid-item {
        min-height: 275px;
        position: relative;
    }
    .view-Downloads .issuuembed {
        position: absolute;
        bottom: 30px;
    }
    .view-Downloads .read-link span {
        border: none !important;
        border-radius: 5px !important;
        height: 40px !important;
        line-height: 38px !important;
        margin-left: -65px !important;
        width: 130px !important;
        font-size: 12px !important;
    }
    .collections-themes-nav .info {
        margin-top: 26px;
        margin-bottom: 13px;
    }

    .royal-warrant{
      display:inline-block;
      background:url("../images/assets/kroon-wit.png") no-repeat;
      padding-left:10px;
      height:11px;
      width:100px;
      text-indent:-220px;
      overflow:hidden;
    }

    .royal-warrant.active{
      font-weight:normal !important;
    }