* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:400;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'beardesign2_boldregular';
    src: url('fonts/beardesign2-bold-webfont.eot');
    src: url('fonts/beardesign2-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/beardesign2-bold-webfont.html') format('woff2'),
         url('fonts/beardesign2-bold-webfont.woff') format('woff'),
         url('fonts/beardesign2-bold-webfont.ttf') format('truetype'),
         url('fonts/beardesign2-bold-webfont.svg#beardesign2_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'beardesign2_lightregular';
    src: url('fonts/beardesign2-light-webfont.eot');
    src: url('fonts/beardesign2-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/beardesign2-light-webfont.html') format('woff2'),
         url('fonts/beardesign2-light-webfont.woff') format('woff'),
         url('fonts/beardesign2-light-webfont.ttf') format('truetype'),
         url('fonts/beardesign2-light-webfont.svg#beardesign2_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#testimage { display:none }

header, nav, section, article, aside, footer { position:relative; display:block; }

html { -webkit-text-size-adjust:none!important; }

/* body { -ms-overflow-style: scrollbar; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; line-height: 1.5; color: #474747; } */

body { -ms-overflow-style: scrollbar; font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif; line-height: 1.5; color: #474747; }

header {}

nav { 
	position: absolute; 
	display: block;
	top: 80px;
	z-index: 999; 
	width: 100%;
	background:url(imgs/dropmenu-background-black.png) center bottom repeat-x;
}

nav.docked { 
	position: fixed; 
	top: 5px;
}

section {}

article { 
	background-color: #F5F5F5;
	/* clear: both; */
}

.subpage:nth-child(even) article {
	background-color: #fcfcfc;
}

#contact.subpage {
	background-color: #fcfcfc;
}

#contact.subpage.verkoopadressen {
	background-color: #F5F5F5;
}

aside {
	margin: 0 0 20px 0;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

img.single {
	width: 100%;
}

aside img {
	float: right;
	width: 100%;
	max-width: 292px;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
}

h1 { font-size: 64px; font-family: 'beardesign2_lightregular'; display: block; width: 100%; overflow: hidden; margin-bottom: 10px; line-height: 0.9; }

h1 span.bear{ font-family: 'beardesign2_boldregular'; display: block; margin-bottom: 2px; }

h2 { font-size: 64px; font-family: 'beardesign2_lightregular'; display: block; width: 100%; overflow: hidden; color: #343434; line-height: 1; margin-bottom: 20px; }

h3 { font-size: 32px; }

h4 { font-size: 24px; }

h5 { font-size: 14px; font-weight: 700; margin: 12px 0 12px 0; }

h6 { font-size: 14px; font-weight: 700; margin: 3px 0 1px 0; }

aside h2 { font-size: 17px; font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif; line-height: 1.5; color: #fff; font-weight: bold; margin-bottom: 5px; }

aside p { font-size: 13px; }

p { font-size: 14px; margin-bottom: 12px;}

a { text-decoration:none; }

p a, p a:visited {
	color: #2663bd; /* #1122CC - google blue */
	text-decoration: none;
}

p a:hover {
	color: #2663bd; /* #1122CC - google blue */
	text-decoration: underline;
}

p a:active {
	color: #1122CC;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong, strong u, strong em {
	font-weight: bold;
}

blockquote {}

blockquote p {}

blockquote p strong {}

ul {}

li {}

li a, li a:visited {}

nav ul {
	height: 70px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 50px;
	overflow:hidden;
}

nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
	max-width: 100%;
}

nav ul li a {
	display:block;
	height: 50px;
	padding: 25px 25px 5px 0;
	font-family: 'beardesign2_boldregular';
	font-size:22px;
	line-height: 19px;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}

nav li:first-child a {
	margin-bottom: 10px;
	padding: 25px 25px 30px 28px;
	height: 75px;
	background:url(imgs/base-icons-bear.svg) -15px -340px no-repeat;
	background-size:50px 400px;
	
}
.ltIE9 nav li:first-child a {
	background:url(imgs/base-icons-bear.png) -15px -340px no-repeat;
}
nav li:nth-child(2) { 
	display:none;

}
nav li:nth-child(2) a { 
	padding-left: 25px;
	background:url(imgs/base-icons-bear.svg) -15px 10px no-repeat;
	background-size:50px 400px;
}
.ltIE9 #nav li:first-child + li a {
	padding-left: 25px;
	background:url(imgs/base-icons-bear.png) -15px 10px no-repeat;
	background-size:50px 400px;
}

article > footer {
	background-color: #262526;
}

.ltIE9 article > footer {
	margin-top: 80px;
}

article .subpage footer {
	font-family: 'beardesign2_boldregular';
	margin-top: 20px;
}

body > footer {
	background-color: #FFF;
}

#menu-background {
	position:absolute;
	display: block;
	width: 100%;
	height: 80px;
	top: -5px;
	padding: 0;
	background-color:#fff;

	z-index:-1;

	box-shadow: 0px 5px 10px rgba(20,20,20,0.25);
}

#saveButton {
	background: url( imgs/save-icon.svg) center center no-repeat;
	/* background: center center no-repeat transparent; */
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: auto;
	right: 5px;
	cursor:pointer;
}
#saveButton.green {
	background-color: green;
}
#saveButton.red {
	background-color: red;
}
#saveButton.busy {
	background-color: orange;
}

.keeptogether {
	font-family: inherit;
	font-weight: inherit;
	white-space: nowrap;
}

.backtothetop {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background:url(imgs/backtothetop-white.svg) center center no-repeat;
	width: 50px;
	height: 50px;
	line-height: 50px;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ltIE9 .backtothetop {
	background:url(imgs/backtothetop-white.png) center center no-repeat;
}

.popup-gallery, .gallery {
	position: relative;
	line-height: 0;
	font-size: 0;
	margin: 0 -5px 10px 0;
	overflow: hidden;
}

.popup-gallery a, .gallery div {
	position: relative;
	display: inline-block;
	float: left;
}

.popup-gallery img, .gallery img {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 5px 5px 0;
}

.popup-gallery.row.two a, .gallery.row.two div { width: 50%; padding-bottom: 50%; }
.popup-gallery.row.three a, .gallery.row.three div { width: 33.3333333333333%; padding-bottom: 33.3333333333333%; }
.popup-gallery.row.four a, .gallery.row.four div { width: 25%; padding-bottom: 25%; }
.popup-gallery.row.five a, .gallery.row.five div { width: 20%; padding-bottom: 20%; }
.popup-gallery.row.six a, .gallery.row.six div { width: 16.6666666666666%; padding-bottom: 16.6666666666666%; }
.popup-gallery.row.seven a, .gallery.row.seven div { width: 14.28571428571429%; padding-bottom: 14.28571428571429%; }
.popup-gallery.row.eight a, .gallery.row.eight div { width: 12.5%; padding-bottom: 12.5%; }

.popup-gallery.rowportrait.two a, .gallery.rowportrait.two div { width: 50%; padding-bottom: 75%; }

.popup-gallery.row.three.v a, .gallery.row.three.v div { width: 33.3333333333333%; padding-bottom: 50%; }

.popup-gallery.square a, .gallery.square div { clear: left; }
.popup-gallery.square.three a, .gallery.square.three div { width: 33.3333333333333%; padding-bottom: 33.3333333333333%; margin-left: 66.6666666666666%; }
.popup-gallery.square.four a, .gallery.square.four div { width: 25%; padding-bottom: 25%; margin-left: 75%; }
.popup-gallery.square.five a, .gallery.square.five div { width: 20%; padding-bottom: 20%; margin-left: 80%; }
.popup-gallery.square.six a, .gallery.square.six div { width: 16.6666666666666%; padding-bottom: 16.6666666666666%; margin-left: 83.33333333333333%; }
.popup-gallery.square.seven a, .gallery.square.seven div { width: 14.28571428571429%; padding-bottom: 14.28571428571429%; margin-left: 85.71428571428574%; }
.popup-gallery.square.eight a, .gallery.square.eight div { width: 12.5%; padding-bottom: 12.5%; margin-left: 87.5%; }

.popup-gallery.square a:first-child, .gallery.square div:first-child { position: absolute; margin-left: 0; left: 0; }
.popup-gallery.square.three a:first-child, .gallery.square.three div:first-child { width: 66.6666666666666%; padding-bottom: 66.6666666666666%; }
.popup-gallery.square.four a:first-child, .gallery.square.four div:first-child { width: 75%; padding-bottom: 75%; }
.popup-gallery.square.five a:first-child, .gallery.square.five div:first-child { width: 80%; padding-bottom: 80%; }
.popup-gallery.square.six a:first-child, .gallery.square.six div:first-child { width: 83.33333333333333%; padding-bottom: 83.33333333333333%;  }
.popup-gallery.square.seven a:first-child, .gallery.square.seven div:first-child { width: 85.71428571428574%; padding-bottom: 85.71428571428574%; }
.popup-gallery.square.eight a:first-child, .gallery.square.eight div:first-child { width: 87.5%; padding-bottom: 87.5%; }

.popup-gallery.box.three a, .gallery.box.three div { width: 50%; padding-bottom: 50%; }
.popup-gallery.box.four a, .gallery.box.four div { width: 33.3333333333333%; padding-bottom: 33.3333333333333%; }
.popup-gallery.box.five a, .gallery.box.five div { width: 25%; padding-bottom: 25%; }
.popup-gallery.box.six a, .gallery.box.six div { width: 20%; padding-bottom: 20%; }
.popup-gallery.box.seven a, .gallery.box.seven div { width: 16.66666666666666%; padding-bottom: 16.66666666666666%; }
.popup-gallery.box.eight a, .gallery.box.eight div { width: 14.28571428571429%; padding-bottom: 14.28571428571429%; }
.popup-gallery.box.nine a, .gallery.box.nine div { width: 12.5%; padding-bottom: 12.5%; }


.popup-gallery.portrait.three a, .gallery.portrait.three div { width: 50%; padding-bottom: 75%; }
.popup-gallery.portrait.four a, .gallery.portrait.four div { width: 33.3333333333333%; padding-bottom: 50%; }
.popup-gallery.portrait.five a, .gallery.portrait.five div { width: 25%; padding-bottom: 37.5%; }
.popup-gallery.portrait.six a, .gallery.portrait.six div { width: 20%; padding-bottom: 30%; }
.popup-gallery.portrait.seven a, .gallery.portrait.seven div { width: 16.66666666666666%; padding-bottom: 25%; }
.popup-gallery.portrait.eight a, .gallery.portrait.eight div { width: 14.28571428571429%; padding-bottom: 21.42857142857144%; }
.popup-gallery.portrait.nine a, .gallery.portrait.nine div { width: 12.5%; padding-bottom: 18.75%; }

.popup-gallery.box a:first-child, .gallery.box div:first-child { width: 100%; padding-bottom: 50%; }
.popup-gallery.portrait a:first-child, .gallery.portrait div:first-child { width: 100%; padding-bottom: 50%; }

/* ---------------------------------------------------------------------   custom styles   --------------------------------------------------------------------- */

#login-wrapper {

	/* height: 40px; */
	background-color: #000;
}

#login-wrapper:hover {
	background-color: #262626;
}

#dealer-login {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px 30px 5px 30px;
	height: 30px;
}

#dealer-login a {
	font-size: 12px;
	font-weight: 700;
	color: #dddddd;
	display: block;
	/* background-color: #f00; */
	
}

#dealer-login a:hover, #dealer-login a:active {
	color: #fff;
}



#page-top-wrapper.home {
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	height: 50px;
}

#page-top-wrapper.home a {
	display: block;
	/* float: left; */
	height: 24px;
	font-size: 11px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.65);
	color:#fff;
	padding: 3px 10px;
	/* border: 2px rgba(255, 255, 255, 0.5) solid; */
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	text-decoration: none;
}

#page-top-wrapper.home a.webshop {
	float: left;
}

#page-top-wrapper.home a.twitter { 
	float: left;
	margin-left: 10px;
}

#page-top-wrapper.home a.facebook { 
	float: left;
	/* margin-left: 5px; */
}

#page-top-wrapper.home a.pinterest {
	width: 24px;
	float: left;
}

#page-top-wrapper.home a.dutch { 
	float: right;
	margin-right: 10px;
	width: 24px;
	
	background: transparent url(imgs/flag-dutch.svg) center center no-repeat;
	/* hide text */
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#page-top-wrapper.home a.english { 
	float: right;
	margin-right: 10px;
	width: 24px;
	
	background: transparent url(imgs/flag-english.svg) center center no-repeat;
	/* hide text */
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#page-top-wrapper.home a.french { 
	float: right;
	margin-right: 10px;
	width: 24px;
	
	background: transparent url(imgs/flag-france.svg) center center no-repeat;
	/* hide text */
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#page-top-wrapper.home a.spanisch { 
	float: right;
	margin-right: 10px;
	width: 24px;
	
	background: transparent url(imgs/flag-spain.svg) center center no-repeat;
	/* hide text */
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#page-top-wrapper.home a.german {
	width: 24px;
	float: right;
	width: 24px;
	
	background: transparent url(imgs/flag-german.svg) center center no-repeat;
	/* hide text */
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
}

.ltIE9 #page-top-wrapper.home a.dutch { 
	background: transparent url(imgs/flag-dutch.png) center center no-repeat;
}

.ltIE9 #page-top-wrapper.home a.english { 
	background: transparent url(imgs/flag-english.png) center center no-repeat;
}

.ltIE9 #page-top-wrapper.home a.french { 
	background: transparent url(imgs/flag-france.png) center center no-repeat;
}

.ltIE9 #page-top-wrapper.home a.spanisch { 
	background: transparent url(imgs/flag-spain.png) center center no-repeat;
}

.ltIE9 #page-top-wrapper.home a.german {
	background: transparent url(imgs/flag-german.png) center center no-repeat;
}


/* working */


#page-top-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	height: 50px;
}

#page-top-wrapper a {
	display: block;
	/* float: left; */
	height: 24px;
	font-size: 11px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.65);
	color:#fff;
	padding: 3px 10px;
	/* border: 2px rgba(255, 255, 255, 0.5) solid; */
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	text-decoration: none;
}

#page-top-wrapper a.webshop {
	float: left;
}

#page-top-wrapper a.twitter { 
	float: right;
	margin-right: 5px;
}

#page-top-wrapper a.facebook { 
	float: right;
	margin-right: 5px;
}

#page-top-wrapper a.pinterest {
	width: 24px;
	float: right;
}

.ltIE9 #page-top-wrapper a {
	background-color: #000;
}

#social ul {
	margin: 15px 0;
	list-style-type: none;
}

#social ul li {
	background-image: url(imgs/social.svg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 0.7;
	margin-bottom: 15px;
	padding: 9px 0px 21px 45px; 
}
.ltIE9 #social ul li {
	background-image: url(imgs/social.png);
}
#social ul li a {
	font-family: 'beardesign2_boldregular';
	font-size: 22px;
	color: #202020;
}

#social ul li.facebook {
	background-position: 0px 0px;
}

#social ul li.twitter {
	background-position: 0px -90px;
}

#social ul li.pinterest {
	background-position: 0px -180px;
}


#page-image {
	position: fixed;
	background-color: #f2f2f2;
	max-width: none;
}

/* #logo img {} */


#bear-intro-logo {
	position: absolute;
	bottom: -35px;
	max-width: 40%;
	height: auto;
	z-index: 1;
}

#bear-intro-tekst {
	/* float: right; */
	/* bottom: 0; */
	/* width: 56%; */
	padding: 45px;
	margin-left: 44%;
	/* margin-top: 50px; */
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
}

.ltIE9 #bear-intro-tekst {
	background-color: #000;
}


span.fixedwidth50 {
	display: inline-block;
	width: 50px;
}

.verkooppunten #bear-intro-tekst {
	margin: 0;
	padding-bottom: 0;
	background-color: transparent;
	color:#fff;
}

.verkooppunten #bear-intro-tekst h1 {
	padding: 0;
	/* font-size: 48px; */
	
}

.verkooppunten #bear-intro-tekst ul {
	position: relative;
	display: inline-block;
	text-align: center;
	list-style: none;
	vertical-align: bottom;
	width: 200px; 
	height: 231px;

	padding-top: 50px;
	margin: 3px 15px -20px -15px;
	/* margin-bottom: -20px; */
	/* margin-left: -20px; */
	z-index: 1;
}

.verkooppunten #bear-intro-tekst ul:last-child {
	margin-right: -20px;
}

.verkooppunten #bear-intro-tekst ul.sb0 { background:url(imgs/stars-beardesign-0.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb1 { background:url(imgs/stars-beardesign-1.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb2 { background:url(imgs/stars-beardesign-2.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb3 { background:url(imgs/stars-beardesign-3.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb4 { background:url(imgs/stars-beardesign-4.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb5 { background:url(imgs/stars-beardesign-5.svg) center center no-repeat; }
.verkooppunten #bear-intro-tekst ul.sb6 { background:url(imgs/stars-beardesign-6.svg) center center no-repeat; }

.ltIE9 .verkooppunten #bear-intro-tekst ul.sb0 { background:url(imgs/stars-beardesign-0.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb1 { background:url(imgs/stars-beardesign-1.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb2 { background:url(imgs/stars-beardesign-2.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb3 { background:url(imgs/stars-beardesign-3.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb4 { background:url(imgs/stars-beardesign-4.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb5 { background:url(imgs/stars-beardesign-5.png) center center no-repeat; }
.ltIE9 .verkooppunten #bear-intro-tekst ul.sb6 { background:url(imgs/stars-beardesign-6.png) center center no-repeat; }	

.verkooppunten #bear-intro-tekst ul li {
	font-size: 14px;
	line-height: 1.25;
	padding: 0 10px;
}

.verkooppunten #bear-intro-tekst ul li:first-child {
	font-family: 'beardesign2_boldregular';
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 20px 10px 20px;
}

.verkooppunten #bear-intro-tekst ul li:first-child a {
	font-family: 'beardesign2_boldregular';
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.verkooppunten #bear-intro-tekst ul li a:hover {
	text-decoration: underline;
}

.verkooppunten #bear-intro-tekst ul li a {
	font-size: 14px;
	line-height: 1.25;
	color:#fff;
	
}

#bear-intro-tekst p {
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 1.25;
}

#search-icon-wrapper {
	position:relative;
	max-width: 1280px;
	margin: 0 auto;
	height: 0;
	background-color: #F00;
}

#search-icon {
	position:absolute;
	top: 0;
	right:0;
	width:70px;
	height:70px;
	padding: 25px 0;
	background:url(imgs/base-icons-bear.svg) left -290px no-repeat;
	background-size:50px 400px;
	z-index: 3;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ltIE9 #search-icon {
	background:url(imgs/base-icons-bear.png) left -290px no-repeat;
}
#search-form-wrapper {
	position: absolute;
	height: 0;
	width: 100%;
	background-color: #CCC;
	overflow: hidden;
	z-index: -2;
	
}
#search-form {
	max-width: 1280px;
	margin: 5px auto 0 auto;
	
}
#search-form input, #bewerk input {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin: 0;
}
#searchTerm-wrapper {
	position:relative;
	margin: 15px 25px 15px 115px;
}
#searchTerm {
	margin: 0;
	height: 40px;
	float: right;
	max-width: 400px
}
#searchTerm:focus {
	background-color: #FAFAFA;
	border:1px solid #BBB;
}
#clearButton {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	float:right;
	width:40px;
	height:40px;
	padding:10px;
	background-color:red;
	cursor:pointer;
	background:url(imgs/clear.svg) 0 0 no-repeat;
	background-size:40px 80px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	border: none;
}
.ltIE9 #clearButton {
	background:url(imgs/clear.png) 0 0 no-repeat;
}
#clearButton:hover {
	background-position: 0 -40px;
}

#prevButton {
	padding:10px 10px 10px 45px;
	width:75px;
	height:40px;
	float:left;
	display:inline-block;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(imgs/base-icons-bear.svg) 35px -155px no-repeat;
	background-size:50px 400px;
	border: none;
}
.ltIE9 #prevButton {
	background:url(imgs/base-icons-bear.png) 35px -155px no-repeat;
}
#prevButton:disabled {
	background-position: 35px -105px;
	cursor:default;
}
.ltIE9 #prevButton[disabled] {
	background-position: 35px -105px;
	cursor:default;
}
#nextButton {
	padding:10px;
	width:40px;
	height:40px;
	float:left;
	display:inline-block;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(imgs/base-icons-bear.svg) -10px -255px no-repeat;
	background-size:50px 400px;
	border: none;
}
.ltIE9 #nextButton {
	background:url(imgs/base-icons-bear.png) -10px -255px no-repeat;
}
#nextButton:disabled {
	background-position: -10px -205px;
	cursor:default;
}
.ltIE9 #nextButton[disabled] {
	background-position: -10px -205px;
	cursor:default;
}
#searchInfo {
	display: block;
	height:40px;
	padding:12px 22px 12px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.found {
	color:#000;
	background-color:#FFA;
}
#main {
	background: transparent;
	padding: 0;
}
#main-intro-wrapper {
	position: relative;
}
#main-article-intro-wrapper {
	position: relative;
	max-width: 1280px;
	min-height: 500px;
	margin: 75px auto -80px auto;
	padding: 50px 0;
}

.verkooppunten #main-article-intro-wrapper {
	min-height: 50px;
	padding: 0;
}

#main-article-footer-wrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 100px 20px 50px;
	min-height: 90px;
}
#main-article-footer-wrapper p {
	color: #fff;
	margin-bottom: 0;
}
.subpage {
	padding-top: 80px;
	margin-bottom: -80px;
}
.subpage:last-of-type {
	margin-bottom: 0px;
}
.subpage-wrapper {
	
	position: relative; /* bear */
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}
.subpage-article-wrapper {
	width: 70%;
	float: left;
	padding-right: 40px;
	/* border-right: solid 1px blue; */
}
.aside-wrapper {
	float: right;
	width: 30%;
	
}
aside {
	padding: 25px 30px 35px 30px;
	background: #aaa;
	color: #fff;
	/* border: solid 10px yellow; */
}
aside h2 {
	line-height: 1.15;
	padding-bottom: 3px;
}

.aside-footer-wrapper {
	position: absolute;
	bottom: 5px;
	right: 50px;
	width: 30%;	
}
.aside-footer-wrapper aside {
	padding: 0 30px;
	background: transparent;	
}
.aside-footer-wrapper aside img {
	margin: 0;
	float: none;
}	

#main-footer-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 50px 50px 50px;
	font-family: 'beardesign2_boldregular';
	line-height: 1;
}

#contact .aside-wrapper h2 { font-family: 'beardesign2_boldregular'; line-height: 0.9; margin-left: -3px; margin-bottom: 10px; }

#geschiedenis aside { background-color: #fff; border: solid 1px #eee; color: #666; }
#geschiedenis aside h2 { color: #666; }
#portemonnees aside { background-color: #474747; }
#video aside { background-color: #474747; }
#ontwerp aside { background-color: #474747; }
#ontwerp aside h2 {  }
#productie aside { background-color: #666; }
#productie aside h2 {  }
#nieuwe-collectie aside { background-color: #fcfcfc; border: solid 1px #eee; color: #666; }
#nieuwe-collectie aside h2 { color: #666 }
#kies aside { background-color: #fcfcfc; border: solid 1px #eee; color: #666; }
#kies aside h2 { color: #666 }
/* #social.homepage aside { background-color: #666; } */
#brochure aside { background-color: #474747; }
#brochure aside a, #brochure aside a:visited { color: #fff; }

.abc { 
	padding: 0 3px;
	background-color: #bbb;
	color: #fff;
	font-weight: 700;
}

#main-footer-wrapper a, #main-footer-wrapper a:active, #main-footer-wrapper a:visited {
	color: #474747;
}

#main-footer-wrapper a:hover {
	color: #000;
}

/* ---------------------------------------------------------------------   contact  form   --------------------------------------------------------------------- */

label { 
	display:block;
    margin-top:20px;
    letter-spacing:2px;
}

form {
    margin:0 auto;
}

input, textarea, file {
	width: 100%;
	height:50px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px 15px;
	margin-top:3px;
	
	font-family: arial;
    font-size: 14px;
	
	color:#3a3a3a;
	-webkit-appearance:none;
}

input:focus, textarea:focus {
	background-color:#fefefe;
	border:1px solid #4BD865;
}

textarea {
	min-height: 425px;
	min-width: 100%;
	max-width: 100%;
	padding: 15px;
	background-color: #efefef;
}

#submit {
	display: inline-block;
	float: right;
	width: 130px;
	height: 32px;
	border: 2px solid #4BD865;
	border-radius: 16px;
	background-color: #4BD865;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 2px 5px #959595;
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	cursor:pointer;
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
	
}

input[disabled]#submit {
	background-color: #efefef;
	color: #CCC;
	border: 2px solid #DDD;
	opacity: 1;
	font-weight: 700;
	text-shadow: none;
}

#submit:hover {}

input[disabled]#submit:hover {}

.switch {
	position: relative;
	display: block;
	float:left;
	margin:20px 20px 0 0;
	background-color: #EFEFEF;
	height: 32px;
	width: 52px;
	border: 2px solid #DDD;
	border-radius: 16px;
	
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	
}

.switch button {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 28px;
	width: 28px;
	margin      : 0;
	padding     : 0;
	border      : 0;
	font-family : inherit;
	font-size   : 1em;
	cursor      : pointer;
	background-color: #FFF;
	border-radius: 14px;
	box-shadow: 0px 2px 4px 0px #777;
	
	
	-webkit-transition: none 0.2s ease;
	-moz-transition: none 0.2s ease;
	-ms-transition: none 0.2s ease;
	-o-transition: none 0.2s ease;
	transition: none 0.2s ease;
	-webkit-transition-property: top, right, bottom, left;
	-moz-transition-property: top, right, bottom, left;
	-ms-transition-property: top, right, bottom, left;
	-o-transition-property: top, right, bottom, left;
	transition-property: top, left, bottom, right;
	
}
.switch button > span {
	position: absolute;
	display: block;
	background-color: #FFF;
}

#unlock-info {
	float: left;
	margin:25px 25px 0 0;
}


::-webkit-input-placeholder { /* WebKit browsers */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: arial;
    font-size: 14px;
    color: #999;
}

/* ---------------------------------------------------------------------   hcard  styles   --------------------------------------------------------------------- */

.vcard {
	margin-bottom: 20px;
}

.vcard h4 {
	font-size: 15px;
	font-style: oblique;
	margin: 12px 0 0 0;
}

.vcard p {
	margin: 0;
}

#contact a {
	/* display: inline-block; */

}

#contact .info {
	margin-top: 20px;
}

.contact-label {
	display: inline-block;

	width: 75px;
}

.fn.n {
	display: none;	
}

.org p {
	display: block;
	margin: 0px 0 3px 0;
	font-weight: 700;
	font-size: 17px;
}
.vcard .adr {
	margin-bottom: 10px;
}
.vcard .adr p {
	font-size: 15px;
}
.street-address {}

.postal-code {}

.locality {}

.region {
	display: none;
}

.country-name {
	display: block;
}

.geo {
	display: block;
	margin: 8px 0 12px 0;
}

/* ---------------------------------------------------------------------   media queries   --------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	#menu-background { height: 70px; }
	nav ul { height: 60px; padding: 0 40px; }
	nav ul li a { height: 45px; padding: 20px 25px 5px 0; }
	nav li:first-child a { height: 65px; padding: 20px 25px 25px 28px; background-position: -15px -345px; }
	nav li:nth-child(2) a { background-position: -15px 5px; }
	#search-icon { width: 65px; height: 60px; padding: 20px 0; background-position: left -295px; }
	#saveButton { width: 60px; height: 60px; }
	#searchTerm-wrapper { margin: 15px 20px 15px 105px; }
	#prevButton { padding-left: 35px; width:65px; background-position: 25px -155px; }
	#prevButton:disabled { padding-left: 35px; width:65px; background-position: 25px -105px; }
	/* #main { margin-top: 65px; } */
	#main-article-intro-wrapper { margin: 65px auto -70px auto; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 40px; }
	#main-footer-wrapper { padding: 20px 40px 40px 40px; }
	.subpage { padding-top: 70px; margin-bottom: -70px; }
	.subpage-wrapper { padding: 40px; }
	
	#bear-intro-logo { padding: 0 0 10px 40px; }
	#bear-intro-tekst { padding: 40px; }
	#main-article-intro-wrapper { min-height: 475px; }
	
	.aside-footer-wrapper { bottom: 0; }
}

@media only screen and (max-width: 1040px) {
	.subpage-article-wrapper { width: 65%; }
	.aside-wrapper { width: 35%; }
	.aside-footer-wrapper { width: 35%; }
	
	#main-article-intro-wrapper { min-height: 400px; padding: 40px 0; }
	#bear-intro-logo { max-width: 45%; }
	#bear-intro-tekst { margin-left: 48%; }
	
	h1, h2 { font-size: 44px; }
	#bear-intro-tekst p { font-size: 17px; }
}

@media only screen and (max-width: 800px) {
	#menu-background { height: 60px; }
	nav ul { height: 50px; padding: 0 30px; }
	nav ul li a { height: 40px; padding: 15px 25px 5px 0; }
	
	nav li:first-child a { height: 55px; padding: 15px 25px 20px 28px; background-position: -15px -350px; }
	nav li:nth-child(2) a { background-position: -15px 0; }
	#search-icon { width: 60px; height: 50px; padding: 15px 0; background-position: left -300px; }
	#saveButton { width: 50px; height: 50px; }
	#searchTerm-wrapper { margin: 15px 15px 15px 95px; }
	#prevButton { padding-left: 25px; width:55px; background-position: 15px -155px; }
	#prevButton:disabled { padding-left: 25px; width:55px; background-position: 15px -105px; }
	/* #main { margin-top: 55px; } */
	#main-article-intro-wrapper { margin: 55px auto -60px auto; min-height: initial; padding: 0; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 30px; }
	#main-footer-wrapper { padding: 20px 30px 30px 30px; }
	.subpage { padding-top: 60px; margin-bottom: -60px; }
	.subpage-wrapper { padding: 30px; }
		
	.subpage-article-wrapper { width: 100%; padding-right: 0; }
	.aside-wrapper { width: 100%; }
	.aside-footer-wrapper { top: 100px; right:20px; bottom: 100px; }
	aside { margin: 20px -15px; }
	aside img { margin-left: 10px; }
	
	#bear-intro-logo { right: 30px; }
	#bear-intro-tekst { margin-left: 0; padding: 30px; }
	#bear-intro-tekst p { width: 52%;}
}

@media only screen and (max-width: 600px) {
	#searchTerm { max-width: 320px; }
	
	h1, h2 { font-size: 36px; line-height: 1; }
	aside img { max-width: 60%; }
	.aside-footer-wrapper aside img { max-width: 100%; }
}

@media only screen and (max-width: 480px) {
	#bear-intro-tekst p { font-size: 15px; width: 100%; }
	#bear-intro-tekst p em { display: block; width: 57%;}
	#bear-intro-logo { max-width: 35%; }
	
	aside img { max-width: 100%; margin: 0 0 10px 0; }
	.aside-footer-wrapper { display: none; }
}

@media only screen and (max-width: 320px) {
	#menu-background { height: 50px; }
	nav ul { height: 40px; padding: 0 20px; }
	nav ul li a { height: 35px; padding: 10px 25px 5px 0; }
	
	nav li:first-child a { height: 45px; padding: 10px 25px 15px 25px; background-position: -15px -355px; }
	nav li:nth-child(2) a { background-position: -15px -5px; }
	#search-icon { width: 55px; height: 40px; padding: 10px 0; background-position: left -305px; }
	#saveButton { width: 40px; height: 40px; }
	#searchTerm-wrapper { margin: 15px 10px 15px 85px; }
	#prevButton { padding-left: 15px; width:45px; background-position: 5px -155px; }
	#prevButton:disabled { padding-left: 15px; width:45px; background-position: 5px -105px; }
	/* #main { margin-top: 45px;} */
	#main-article-intro-wrapper { margin: 45px auto -50px auto; min-height: 300px; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 20px; }
	#main-footer-wrapper { padding: 20px; }
	.subpage { padding-top: 50px; margin-bottom: -50px; }
	.subpage-wrapper { padding: 20px; }
	
	aside { margin: 20px -10px; }
	h1 { font-size: 28px; }
	#bear-intro-logo { max-width: 48%; }
	
	.gallery.row.eight a { width: 25%; padding-bottom: 25%; }
	
	#page-top-wrapper.home a.webshop {
		width: 24px;
		width: 24px;
		
		background: transparent url(imgs/shoppingcart.svg) center center no-repeat;
		/* hide text */
		text-indent: 50px;
		white-space: nowrap;
		overflow: hidden;
	}
	
}

/* ---------------------------------------------------------------------   magnific popup  --------------------------------------------------------------------- */

.white-popup-block-300, .white-popup-block-400, .white-popup-block-650, .white-popup-block-800 {
	background: #FFF;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}

.white-popup-block-300 {
	max-width: 300px;
}
.white-popup-block-400 {
    max-width: 400px;
}
.white-popup-block-650 {
	max-width: 650px;
}
.white-popup-block-800 {
	max-width: 800px;
}

.mfp-container h1 {
	margin: 10px 0 20px 0;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	margin-top:4px;
}

.mfp-iframe-scaler .mfp-bottom-bar a {
	color: #ebebeb;
}

.mfp-iframe-scaler .mfp-bottom-bar a:hover {
	color: #FFF;
}

 /* Styles for dialog window */
#small-dialog, #bewerk {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

#small-dialog h2 { font-size: 48px; }

#bewerk input {
	background: #dadada;
	/* color: #616161;  */
	line-height: 32px;
	font-size: 16px;
	font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	outline: none;
	width: 100%;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 0 10px;	
}

#bewerk input.clear, #bewerk input.submit {		
	padding: 5px 0px 15px 0px;
	background: transparent;
	border: none;
	width: auto;
	cursor:pointer;
}
#bewerk input.clear {
	color: #555;
}
#bewerk input.submit {
	float: right;
}

#bewerk p#message {
	padding: 5px 0px 15px 0px;
	font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	overflow-x: auto;
}
		
/**
* Fade-zoom animation for first dialog
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-preloader {
	font-size:13px;
}

.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8;
	filter:alpha(opacity=80);
}

.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden;
}

.mfp-container {
	text-align:center;
	position:absolute; 
	
	/* fortsa */
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* fortsa - end */
	
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
	display:none;
}

.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width:100%;
	cursor:auto;
}

.mfp-ajax-cur {
	cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}

.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor:auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.mfp-loading.mfp-figure {
	display:none;
}

.mfp-hide {
	display:none!important;
}

.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044;
}

.mfp-preloader a {
	color:#CCC;
}

.mfp-preloader a:hover {
	color:#FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display:none;
}

button.mfp-arrow,button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-close:active {
	top:1px;
}

.mfp-close-btn-in .mfp-close {
	color:#333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}

.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

.mfp-arrow {
	position:absolute;
	opacity:.65;
	filter:alpha(opacity=65);
	margin:-55px 0 0;
	top:50%;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}

.mfp-arrow:active {
	/* margin-top:-54px; */
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:3px;
	top:0;
	margin-top:30px;
	margin-left:35px;
	border:inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width:19px;
	border-bottom-width:19px;
	top:8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width:27px;
	border-bottom-width:27px;
	opacity:.7;
}

.mfp-arrow-left {
	left:0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right:19px solid #FFF;
	margin-left:29px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left:21px;
	border-right:27px solid #3F3F3F;
}

.mfp-arrow-right {
	right:0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left:19px solid #FFF;
	margin-left:35px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}

.mfp-iframe-holder .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#000;
}

img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	margin:0 auto;
}

.mfp-figure {
	line-height:0;
}

.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#444;
}

.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}

.mfp-figure figure {
	margin:0;
}

.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}

.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}

.mfp-image-holder .mfp-content {
	max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0,0,0,.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0,0,0,.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform:scale(.75);
		transform:scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

.mfp-ie7 .mfp-img {
	padding:0;
}

.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}

.mfp-ie7 .mfp-container {
	padding:0;
}

.mfp-ie7 .mfp-content {
	padding-top:44px;
}

.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}


/* ---------------------------------------------------------------------    media print    --------------------------------------------------------------------- */


@media print {

	body {
		background-color: #fff;
		color: #000;
	}
	
	h1, h2, h3, h4, h5, p, a, p a {
		color: #000;
	}
	
	#bear-intro-tekst { margin-left: 0; }
	#bear-intro-tekst p { font-size: 15px; width: 60%; }
	/* #bear-intro-tekst p em { display: block; width: 60%;} */
	#bear-intro-logo { right: 0; max-width: 33%; }
	
	#contact .aside-wrapper {
		float: none;
		width: 100%;		
	}
	
	.article {
		width: 86%;
		padding: 0 50px;
	}
	
	.section {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	a, a:link, a:visited { 
		text-decoration: none;
		text-shadow: none; 
		-moz-text-shadow: none; 
		-webkit-text-shadow: none; 
	}
	
	#page-top-wrapper, nav, #contact-form { 
		display: none; 
	}
	
	aside {
		width: 120%;
	}
	
}
