/* Bendix Kruse | bendixkruse.com */

@font-face {
	font-family: "RIPKY";
	src: url("./Fierce-Vector.otf");
}

body.page-id-13 h2:first-child {
	font-family: "RIPKY";
	font-size: 35px;
}

body.page-id-13 .content.padding {
	padding-top: 20px;
}

/*

font-family: 'Open Sans', sans-serif;
300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i

font-family: 'Open Sans Condensed', sans-serif;
300, 300i, 700

 */

/* @group Clear Stylesheet */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: none;
}

body {
	line-height: 1;
	color: black;
	background: white;
	text-align: left;
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote,
q {
	quotes: """";
}

/* @end */

html,
body {
	height: 100%;
	min-height: 100%;
	background: #000;
	color: #fff;
	min-width: 400px;
}

html {
	height: auto;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

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

h1,
h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

h4,
h5 {
	font-size: 130%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.width {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.content {
	line-height: 1.3;
	padding: 0 40px;
}

.content p {
	margin-top: 1em;
}

.menu {}

.menu li {
	display: inline-block;
}

.menu a {
	display: block;
	float: left;
	padding: 10px;
	color: #fff;
}

.menu a:hover,
.menu .current-menu-item a {
	color: #aaa;
}

#background-wrapper {
	position: fixed;
	z-index: 0;
	padding: 100px 0 40px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#background {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .4;
}

#header,
#footer {
	position: fixed;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .9);
	z-index: 100;
}

#header {
	top: 0;
	height: 100px;
}

#logo {
	display: block;
	width: 100px;
	height: 0;
	padding-top: 78px;
	overflow: hidden;
	background: url(../img/sprite.png) no-repeat 0 0;
	background-size: auto 100%;
	position: absolute;
	left: 10px;
	top: 11px;
}

#menu-main {
	position: absolute;
	bottom: 0;
	right: 10px;
	text-transform: lowercase;
}

#menu-main .sub-menu {
	position: absolute;
	margin-top: 2.5em;
	height: 0;
	overflow: hidden;
	background: #000;
}

#menu-main li:hover .sub-menu {
	height: auto;
}

#menu-main .sub-menu li {
	display: block;
}

#menu-main .sub-menu a {
	display: block;
	float: none;
	color: #fff;
}

#menu-main .sub-menu a:hover {
	color: #aaa;
}

#footer {
	bottom: 0;
	height: 40px;
}

#menu-footer {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#menu-footer a {
	display: block;
	opacity: 1;
	padding: 0;
	height: 0;
	overflow: hidden;
	width: 25px;
	padding-top: 25px;
	margin-left: 10px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#menu-footer a:hover {
	opacity: .5;
}

#menu-footer .facebook a {
	background: url('../img/sprite.png') no-repeat -257px -5px;
}

#menu-footer .instagram a {
	background: url('../img/sprite.png') no-repeat -286px -5px;
}

#main {
	padding: 100px 0 40px;
	position: relative;
	z-index: 5;
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content {
	line-height: 1.4;
}

.content a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.content a:hover {
	border-bottom: 1px solid #fff;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	margin-top: 1em;
}

.content.padding {
	padding-top: 80px;
	padding-bottom: 50px;
}

.thumbnail {
	display: block;
	float: left;
	overflow: hidden;
	color: #fff;
}

.thumbnail .padding {
	padding: 10px;
}

.thumbnail-image {
	position: relative;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnail-image .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}

.thumbnail .title-wrapper {
	position: absolute;
	line-height: 1.3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	text-transform: uppercase;
	box-sizing: border-box;
	opacity: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.thumbnail .title-wrapper .title:after {
	content: "";
	display: block;
	margin: 2px auto;
	width: 20px;
	height: 1px;
	background: #fff;
}

.thumbnail .title-wrapper .full-story {
	font-size: 0.8em;
}

.thumbnail:hover .title-wrapper {
	opacity: 1;
}

.video .title {
	position: absolute;
	line-height: 1.3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
	z-index: 10;
	font-size: 0.9em;
	opacity: 1;
	height: 100%;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, .5);

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.video:hover .title {
	background: rgba(255, 255, 255, 0);
}

.video .title .text-1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	position: relative;
}

.video .title .text-1:after {
	display: block;
	content: "";
	position: absolute;
	width: 120px;
	margin-left: -60px;
	bottom: -3px;
	left: 50%;
	height: 2px;
	background: #000;
}

.video .title .text-2 {
	display: block;
	font-size: 0.9em;
}

.video .title .text-3,
.video .title .text {
	display: inline-block;
	padding: 1px 3px 3px;
	background: #000;
	color: #fff;
	position: absolute;
	font-size: 0.8em;
	bottom: 10px;
	width: 160px;
	margin-left: -80px;
	left: 50%;
}

.thumbnail h2 {
	font-size: 1.4em;
}

.thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.thumbnail .price {
	display: block;
	padding: .5em 0 1em;
}

.thumbnail .checkout {
	position: relative;
	z-index: 700;
}

.thumbnail .lightbox {
	z-index: 700;
}

.thumbnail .description {
	display: block;
	text-align: center;
	padding: .5em 0;
}

.thumbnail form {
	display: block;
	margin-top: 1.5em;
	text-align: center;
}

.thumbnail form select,
.thumbnail form input[type=text] {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 25px;
	border-radius: 4px;
	color: #555555;
	font-size: 15px;
	margin-bottom: .5em;
}

.thumbnail form select {
	width: 220px;
}

.thumbnail form input[type=text] {
	width: 100%;
}

#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1337;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: pointer;
}

#lightbox-preview {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	height: 50px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

#lightbox-preview img {
	display: inline-block;
	margin-left: 0;
	width: auto;
	height: 100%;
	opacity: 0.6;
	border: 1px solid black;
	-webkit-transition: margin-left 500ms linear;
	-moz-transition: margin-left 500ms linear;
	-o-transition: margin-left 500ms linear;
	-ms-transition: margin-left 500ms linear;
	transition: margin-left 500ms linear;
}

#lightbox-preview img:first-of-type {
	margin-left: 40px
}

#lightbox-preview img.active {
	opacity: 1;
}

#lightbox-preview-navigation div {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.6);
}

#lightbox-preview-navigation div span {
	position: relative;
	display: block;
	top: 20px;
	left: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-size: initial;
	background-image: url(../img/sprite.png);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

#lightbox-preview-navigation .slide-left {
	left: 0;
}

#lightbox-preview-navigation .slide-left span {
	background-position: -220px -110px;
}

#lightbox-preview-navigation .slide-right {
	right: 0;
}

#lightbox-preview-navigation .slide-right span {
	background-position: -220px -60px;
}

#lightbox-content {
	text-align: center;
	vertical-align: middle;
}

#lightbox-content .image,
#lightbox-content iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
}

#lightbox-content .new {
	z-index: 60;
}

#lightbox-content .image {
	image-rendering: optimizequality;
	transform: rotate(0deg);
}

#lightbox-navigation {}

#lightbox-navigation div {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	opacity: 1;
	z-index: 50;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#lightbox-navigation div:hover {
	cursor: pointer;
	opacity: 0.5;
}

#lightbox-navigation>div {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#lightbox-navigation>div:before {
	content: '';
	display: block;
	margin: 15px auto;
	width: 30px;
	height: 24px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

#lightbox-navigation .next {
	right: 0px;
}

#lightbox-navigation .prev:before {
	background-position: -220px -116px
}

#lightbox-navigation .next:before {
	background-position: -210px -66px;
}

#lightbox:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/loading.gif) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 1339;
	pointer-events: none;

	-ms-transform: scale(0.5, 0.5);
	/* IE 9
		-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
	transform: scale(0.5, 0.5);
}

#lightbox.loaded:after {
	display: none;
}

#lightbox:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('../img/sprite.png') no-repeat -219px -16px;
	width: 22px;
	height: 24px;
	z-index: 120;

	-ms-transform: scale(0.5, 0.5);
	/* IE 9 */
	-webkit-transform: scale(0.5, 0.5);
	/* Chrome, Safari, Opera */
	transform: scale(0.5, 0.5);
}

@media (max-width: 640px) {

	.content {
		padding: 0 20px;
	}

	#header,
	#footer {
		position: relative;
	}

	#main {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#background-wrapper {
		padding: 0;
		top: 0;
	}

	#lightbox-navigation {
		top: 5px;
	}

	#lightbox:before {
		top: 5px;
		right: 5px;
	}

	#logo {
		width: 76px;
		padding-top: 60px;
	}

	table {
		max-width: 100%;
		overflow: scroll;
	}

	table td {
		padding-right: 20px;
	}

	table td:last-child {
		padding-right: 0;
	}

}

.endlessscroll {
	width: 32px;
	height: 32px;
	margin: 40px auto;
}

.endlessscroll .indicator {
	width: 32px;
	height: 32px;
	background: url(../img/loading.gif) no-repeat center center;
	background-size: cover;
	position: absolute;

	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.shop {}

.shop .thumbnail .text {
	display: block;
	text-align: center;
	line-height: 1.3;
	padding-top: 10px;
}

.shop .thumbnail .checkout {
	text-align: center;
}

.shop .thumbnail .checkout table {
	margin: 0 auto;
	line-height: 1.3;
}

.shop .thumbnail .checkout table td {
	text-align: center;
	line-height: 1.3;
}

.shop .thumbnail .checkout input {
	margin-top: 10px;
}

.shop .thumbnail .checkout input[type="submit"] {
	border: none;
	border-radius: 5px;
	padding: 5px 15px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
}

.shop .thumbnail .checkout input[type="submit"]:hover {
	background: #ccc;
}

.blog {}

.blogpost {
	background: #fff;
	margin-bottom: 80px;
	color: #000;
	padding-bottom: 20px;
	font-size: 16px;
}

.blogpost .title {
	color: #000;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 2.3em;
	font-weight: bold;
	overflow: hidden;
}

.blogpost .date {
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 30px;
}

.blogpost img {
	max-width: 100%;
	height: auto;
	margin: 30px auto;
	display: block;
}

.blogpost .articleimage {
	width: 100%;
}

.blogpost .content {
	margin: 30px 0;
	overflow: hidden;
}

.blogpost .more {
	text-align: center;
	padding: 20px 0 0;
}

.blogpost .content .more a {
	color: #000;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.blogpost .content a {
	color: #000;
	text-decoration: underline;
}

.blogpost .content a:hover {
	text-decoration: none;
}

.blogpost .content iframe {
	max-width: 100%;
}

.blog-comments {
	margin-top: -80px;
	background: #FFF;
	color: #000;
	background: #f9f9f9;
	padding-top: 40px;
}

.blog-comments h3#comments {
	text-align: center;
	background: #EBEBEB;
	padding: 40px 0;
	text-transform: uppercase;
	margin-top: -40px;
}

.blog-comments ol.commentlist {
	padding: 40px 40px 0;
	counter-reset: li;
}

.commentlist li,
.respond {
	max-width: 500px;
	margin: 0 auto 40px;
	position: relative;
}

#respond-anchor {
	position: absolute;
	margin-top: -130px;
	display: block;
}

.commentlist>li:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	left: -60px;
	top: -4px;
	color: #CCC;
	font-size: 24px;
	font-weight: 500;
}

.commentlist>.comment {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.commentlist .comment .comment {
	border-left: 1px solid #e7e7e7;
	padding-left: 40px;
	margin-top: 40px;
	margin-bottom: 0;
}

.comment .avatar {
	float: left;
	margin-right: 20px;
}

.comment .comment-meta {
	float: left;
	font-size: 18px;
	font-weight: 500;
}

.comment-meta a {
	color: #000;
}

.comment-edit-link {
	font-size: 10px;
	color: #000;
}

.comment .anchor {
	position: absolute;
	display: block;
	margin-top: -130px;
}

.comment .datetime {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	color: #BBB;
	display: inline-block;
	margin-top: 6px;
}

.comment-text {
	font: 16px/26px "Droid Serif", Georgia, serif;
}

.comment-text p {
	margin-top: 1em;
}

.comment .reply {
	margin-top: 30px;
}

.comment .reply a {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	background: none repeat scroll 0% 0% #EEE;
	color: #999;
	padding: 5px 10px;
	border-radius: 2px;
}

.comment .reply a:hover {
	color: #FFF;
	background: none repeat scroll 0% 0% #555;
	transition: all 0.1s ease-in 0s;
}

.respond {
	padding-bottom: 40px;
}

.respond a {
	color: #000;
}

.respond #cancel-comment-reply {
	font-size: 15px;
	padding: 10px 0;
}

.respond h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.respond .info {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	color: #999;
}

.respond .hidden {
	display: none;
}

.respond input,
.respond textarea {
	color: #777;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE #EEE #DDD;
	background: #FFF;
	font: 16px/26px "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin: 10px 0;
	max-width: 100%;
	box-sizing: border-box;
}

.respond #submit {
	cursor: pointer;
	background: #DD574C;
	width: auto;
	color: #fff;
	text-transform: uppercase;
}

.respond #submit:hover {
	background: #555;
}

.blog-pagination {
	background: #222;
	height: 60px;
	position: relative;
}

.blog-pagination a {
	position: absolute;
	top: 20px;
	font-size: 20px;
	color: #CCC;
}

.blog-pagination .prev {
	left: 20px;
}

.blog-pagination .next {
	right: 20px;
}

.blog-navigation {}

.blog-navigation a {
	display: block;
	position: fixed;
	top: 50%;
	font-size: 20px;
	color: #fff;
	width: 200px;
	padding: 20px;
	margin-top: -30px;
	z-index: 100;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.blog-navigation a.prev {
	left: -205px;
	text-align: right;
}

.blog-navigation a.prev:hover {
	left: -30px;
}

.blog-navigation a.next {
	right: -205px;
	text-align: left;
}

.blog-navigation a.next:hover {
	right: -30px;
}