/* Theme Name: non
Theme Description: nonplace.de 
Author: Fullscreen 
URI: http://www.nonplace.de/ 
*/ 

/*-----------------------------------------------------------------------------------

CSS-Contents

1.0 Normalize
2.0 Structure
3.0 Navigation
4.0 Plugins
5.0 Typography
6.0 Media Queries

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1.0 Normalize
/*-----------------------------------------------------------------------------------*/


html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
	template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}


*:first-child+html .clearfix { /* IE-Patch für IE 7*/
	min-height: 0; 
} 

* html .clearfix { /* IE-Patch für IE 6*/ 
	height: 1%;
}

img { 
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none
}

/*-----------------------------------------------------------------------------------*/
/*	2.0 Structure
/*-----------------------------------------------------------------------------------*/

body {
	background: #9EA797;
	color: #000;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
}

.wrapper {
	margin: 0;
	padding: 0
}

.inner-wrapper {
	max-width: 848px;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.header { 
	line-height: 0;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	max-width: 840px;
	position: relative
}

.headerimage {
	margin-bottom: 8px;
}

.container {
	margin-top: -0.47169811%;
}

footer {
	margin: 20px auto
}

.box, .col-full, .col-narrow, .col-aside {
	box-sizing: border-box;
	margin: 0 0 8px 0;
	padding: 10px;
}

.record-teaser img {
	width: 100%
}

/* Section Header */

.sectionheader {
	margin: 0.47169811%;
}


/* Container Grid */

.bg {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.1);
}


/* Image Alignment */

.alignleft {
	float: left;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

.alignright {
	float: right
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

/*-----------------------------------------------------------------------------------*/
/*	3.0 Navigation
/*-----------------------------------------------------------------------------------*/

.navbar { 
	display: block;
	position: relative;
	padding: 8px 0;
}

.brand {
	float: none;
	margin-left: 10px
}

#mobile-menu-btn {
	color: #000;
	display: block;
	font-size: 40px;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	right: 8px;
}

#mobile-menu-btn:hover {
	text-decoration: none
}


#mobile-menu-btn span {
	display: block;
	text-indent: -9999px
}

#site-nav {
	display: block;
	margin-top: 5px
}

#site-nav .menu, 
#site-nav .sub-menu {
	line-height: 120%;
	margin: 0;
	padding: 0
}

#site-nav .menu li {
	background: #000;
	background: rgba(0,0,0,0.2);
	list-style-type: none;
}

#site-nav a {
	border-bottom: 1px solid #999;
	color: #000;
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 6px 10px;
	text-transform: uppercase
}

#site-nav a:hover {
	text-decoration: none
}

#site-nav .menu li li {
	background: none;
	list-style-type: none;
}

#site-nav .menu li li a {
	padding: 6px 30px
}

#site-nav .menu li li a:before {
	content: '-';
	margin-right: 10px
}

#site-nav .menu li.current-menu-item > a,
#site-nav .menu li.current-menu-parent > a,
#site-nav .menu li.current-post-parent > a {
	color: #fff;
}

/* Footer Nav */

.navbar-footer > ul {
	margin: 0;
	padding: 0 10px
}

.navbar-footer > ul > li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	margin-right: 2em
}

.navbar-footer a {
	font-style: normal
}

.social { 
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.social li {
	display: inline
}

/* Buttons // Nav-Elements */

.btn  {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.2);
	color: #000;
	display: inline-block;
	font-weight: normal;
	font-size: 0.75em;
	font-style: normal;
	padding: 0.2em 0.5em;
	margin-top: -0.3em
}

.btn:hover {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.1);
	text-decoration: none
}

.buy {
	float: none;
	margin-top: 1em;
}

.post-nav {
	box-sizing: border-box;
	padding: 10px
}

.post-nav ul {
	margin: 0;
	padding: 0
}

.post-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.more-link {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNpiZGBg+A8EjAxIAMT5zwCRYcQQRJZAEYRJYAiCAAsaH2QpE7JKsABcFiqA6iR0dwIEGACKjyLysT3HHQAAAABJRU5ErkJggg==) right center no-repeat;
	color: #000;
	font-weight: bold;
	font-style: normal;
	padding-right: 0.8em
}

#TB_ImageOff span:first-child {
	display: none
}



/*-----------------------------------------------------------------------------------*/
/*	4.0 Typography
/*-----------------------------------------------------------------------------------*/

/* Headlines */

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

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase
}

h1.record-header {
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	margin: 0 10px 0 0;
	padding: 0;
	bottom: 18px;
	left: 10px
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: none;
	text-transform: uppercase
}

h3, h3 a, .h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 125%;
	margin-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase
}


/* Paragraphs, Lists, Links etc. */

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

article ul, aside ul {
	font-size: 12px;
	margin: 0;
	padding: 0
}

article li, aside li {
	margin-left: 1em
}

a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none
}

article ul {
	font-size: 12px;
	margin: 0 1em;
	padding: 0
}


article ul li {
	margin: 0 0 0.5em 0;
}

/* Startseite */

ul.start {
	margin: 0;
	padding: 0
}

.start li {
	border-bottom: 1px dotted #000;
	list-style-type: none;
	padding: 10px 0 0 0
}

.start li:first-child {
	padding-top: 0
}

.start li:last-child {
	border-bottom: none;
}

.start img {
	margin: 0 0 4px 0
}

.start h2 {
	margin-top: 0;
	margin-bottom: 1em
}

.start h3 {
	margin-top: 0
}

.start p {
	margin-top: 0
}

/* Record Single Page */

.artwork {
	text-align: center;
	margin-bottom: 10px
}

.vcover {
	width: 48%;
	float: left
}	

.cdcover {
	width: 48%;
	float: right
}	
		

/*-----------------------------------------------------------------------------------*/
/*	5.0 Plugins
/*-----------------------------------------------------------------------------------*/

/* Forms */

.wpcf7 input {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.1);
	border: none;
	padding: 0.25em 0;
}

.wpcf7-text, .wpcf7-email, .wpcf7-captchar {
	width: 100%
}

.wpcf7-list-item {
	margin-right: 1em
}

.wpcf7-submit  {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.2);
	color: #000;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	padding: 0.5em !important;
	text-transform: uppercase
}

.wpcf7-submit:hover {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.1);
	text-decoration: none
}

/* Gigpress Short Listing */

.gigpress-date {
	display: block	
} 

.gigpress-artist {
	display: block;
	font-weight: bold	
}

.gigpress-shortdate {
	background: #000;
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 12px;
	height: 22px;
	margin: 4px 10px 0 0;
	padding: 5px;
	width: 22px;
	text-align: center
}

.gigpress-date {
	font-weight: bold
}

/* Gigpress Full Listing */

.gigpress-ov-date {
	display: block;
	font-weight: bold	
}

/* jQuery FlexSlider v2.0 */

.metaslider {
	margin-bottom: 8px
}

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 

.flexslider { 
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 8px 0;
	background: transparent;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30); 
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1; 
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover { 
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active { 
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	
	.flex-direction-nav .flex-prev {
		opacity: 1; left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1; right: 0;
	}
	
}

/* Video */
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

/* Captions */
.caption {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: transparent !important;
	background: #000;
	color: black;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

p.caption {
	margin: 0;
	margin-bottom: 0;
	display: none;
	text-transform: uppercase
}

.flexslider img {
	max-width: 100%;
}

.flex-active-slide p.flex-caption {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	6.0 Media Queries
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 619px) {
	
/* Structure */

	body {
		background: #9EA797 url(img/bg_landscape.jpg) bottom fixed  no-repeat;
	}
	
	.wrapper {
		background: url(img/bg_header.jpg) top repeat-x;
	}

	.box {
		float: left;
		margin: 0.47169811%;
		width: 49.0566038%
	}
	
	.col-narrow {
		box-sizing: border-box;
		float: left;
		margin: 0.47169811%;
		padding: 0.5em;
		width: 65.7232704%
	}
	
	.col-full {
		box-sizing: border-box;
		margin: 0.47169811%;
		padding: 0.5em;
		width: 99.0566038%
	}
	
	.col-aside {
		box-sizing: border-box;
		float: right;
		margin: 0.47169811%;
		padding: 0.5em;
		width: 32.3899371%
	}
	
	
/* Navigation */

	.navbar { 
		display: block;
		position: relative;
		height: 47px;
		padding: 8px 0
	}

	.brand {
		display: block;
		margin: 0 10px;
		width: 36px
	}

	#mobile-menu-btn {
		display: none
	}
	
	#site-nav {
		display: block !important;
		position: absolute;
		bottom: 8px;
		left: 56px
	}	
	
	#site-nav .menu {
		line-height: 120%;
		margin: 0;
		padding: 0
	}	

	#site-nav .menu li {
		background: none;
		position: relative;
		display: inline-block;
		list-style-type: none;
		margin: 0 0 0 2px;
		padding: 0
	}
	
	#site-nav .menu > li > a {
		border-bottom: none;
		position: relative;
		display: block;
		z-index: 3;
		padding: 0.25em 0.4em;
		margin: 0;
		font-style: normal;
		font-size: 12px;
		color: #000;
		background: #000;
		background: rgba(0,0,0,0.2);
		text-decoration: none;
		text-transform: uppercase
	}
	
	#site-nav .menu > li > a:hover,
	#site-nav .menu > li > a:focus {
		color: #C06;
	}

	#site-nav .menu .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1;
		overflow: hidden;
		min-width: 100%;
		max-height: 0;
		padding: 0;
		text-align: left;
		white-space: nowrap;
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: max-height 0s, padding 0s, opacity 0.3s;
		-webkit-transition-delay: 0.3s, 0.3s, 0s;
		-moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
		-o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
		transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
		padding-top: 8px
	}

	#site-nav .menu .sub-menu li {
		display: inline;
		margin: 0;
		padding: 0
	}

	#site-nav .menu .sub-menu a:before {
		content: none;
		margin: 0
	}
	
	#site-nav .menu .sub-menu a {
		border-bottom: none;
		position: relative;
		display: block;
		color: #fff;
		background: #000;
		background: rgba(0,0,0,0.5);
		padding: 0.25em 0.4em;
		margin-bottom: 5px;
		font-style: normal;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase
	}
	
	#site-nav .menu .sub-menu a:hover,
	#site-nav .menu .sub-menu a:focus {
		color: #C06;
	}
	
	#site-nav .menu > li:hover {
		z-index: 5;
	}
	
	#site-nav .menu > li:hover .sub-menu {
		max-height: 9999px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	
	#site-nav .menu > li:hover .sub-menu li.current-menu-item > a,
	#site-nav .menu > li:hover .sub-menu li.current-menu-parent > a,
	#site-nav .menu > li:hover .sub-menu li.current-post-parent > a {
		color: #fff;
	}


	.buy {
		float: right;
		margin-top: 1em
	}
	
	.post-nav {
		box-sizing: border-box;
		margin: 0.47169811%;
		max-width: 840px;
		padding: 10px
	}
	


} /* end min-width: 619px */


@media only screen and (min-width: 1023px) {
	
/* Structure */

	.box {
		width: 32.3899371%;
	}
	
	.col-narrow {
		width: 65.7232704%
	}
	
	.col-full {
		width: 99.0566038%
	}
	
	.col-aside {
		width: 32.3899371%
	}

/* Navigation */

	.navbar { 
		display: block;
		position: relative;
		height: 47px;
		padding: 8px 0
	}

	.brand {
		margin: 0 0 0 4px
	}

	#site-nav {
		display: block !important;
		position: absolute;
		bottom: 8px;
		left: 56px
	}
	
	.social { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 40%;
		left: 10px
	}
	
	.social li {
		display: block
	}
	
 } /* end min-width: 1023px */
 
 
 /* Simple IE<9 Fallback Classes */
 
.ie7 .inner-wrapper,
.ie8 .inner-wrapper {
	width: 840px;
}

.ie7 .header,
.ie8 .header {
	width: 840px
}

.ie7 .container,
.ie8 .container {
	background: url(img/bg_trans.png);	
	width: 840px 
}

.ie7 .container {
	padding-top: 10px 
}

.ie7 .box, .ie7 .col-full, .ie7 .col-narrow, .ie7 .col-aside,
.ie8 .box, .ie8 .col-full, .ie8 .col-narrow, .ie8 .col-aside {
	background: none;
}

.ie7 .box {
	width: 31%;
	float: left;
}

.ie8 .box {
	width: 33.3333%;
	float: left;
}

.ie7 .col-narrow {
	float: left;
	width: 64%
}

.ie7 .col-aside {
	float: right;
	width: 31%
}

.ie8 .col-narrow {
	float: left;
	width: 66%
}

.ie8 .col-aside {
	float: right;
	width: 33%
}

.ie7 .brand ,
.ie8 .brand {
	float: left;
	margin: 10px 10px 10px 0 
}

.ie7 #mobile-menu-btn,
.ie8 #mobile-menu-btn {
	display: none
}

.ie7 #site-nav,
.ie8 #site-nav {
	display: block !important;
	margin: 0 10px 0 46px
}	

.ie7 #site-nav .menu,
.ie8 #site-nav .menu {
	line-height: 120%;
	margin: 0;
	padding: 12px 0 0 0
}	

.ie7 #site-nav .menu li,
.ie8 #site-nav .menu li {
	background: none;
	position: relative;
	float: left;
	list-style-type: none;
	height: 47px;
	margin: 0 8px 0 0;
	padding: 0
}
	
.ie7 #site-nav .menu > li > a,
.ie8 #site-nav .menu > li > a {
	border-bottom: none;
	position: relative;
	display: block;
	z-index: 3;
	padding: 0.25em 0.4em;
	margin: 10px 0;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	background: #000;
	text-decoration: none;
	text-transform: uppercase
}
	

.ie7 #site-nav .menu .sub-menu,
.ie8 #site-nav .menu .sub-menu {
	display: none	
}

	
.ie7 #site-nav li.current-menu-item > a,
.ie7 #site-nav li.current-menu-parent > a,
.ie7 #site-nav li.current-post-parent > a,
.ie8 #site-nav li.current-menu-item > a,
.ie8 #site-nav li.current-menu-parent > a,
.ie8 #site-nav li.current-post-parent > a {
		color: #C06;
}

.ie7 .flexslider,
.ie7 .headerimage, 
.ie8 .flexslider,
.ie8 .headerimage {
	clear: both;
	width: 840px
}




/* ---------------------
	Mediaelement
------------------------ */

.mejs-offscreen {
	position: absolute!important;
	top: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px
}

.mejs-container {
	position:relative;
	background:#000;
	font-family:Helvetica,Arial;
	text-align:left;
	vertical-align:top;
	text-indent:0
}

.me-plugin {
	position:absolute;
	height:auto;
	width:auto
}

.mejs-embed,.mejs-embed body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#000;
	overflow:hidden
}

.mejs-fullscreen {
	overflow:hidden!important
}

.mejs-container-fullscreen {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:1000
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
	width:100%;
	height:100%
}

.mejs-clear {
	clear:both
}

.mejs-background {
	position:absolute;
	top:0;
	left:0
}

.mejs-mediaelement {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

.mejs-poster {
	position:absolute;
	top:0;
	left:0;
	background-size:contain;
	background-position:50% 50%;
	background-repeat:no-repeat
}

:root .mejs-poster img {
	display:none
}

.mejs-poster img {
	border:0;
	padding:0;
	border:0
}

.mejs-overlay {
	position:absolute;
	top:0;
	left:0
}

.mejs-overlay-play {
	cursor:pointer
}

.mejs-overlay-button {
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	background:url(img/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
	background-image:url(img/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position:0 -100px
}

.mejs-overlay-loading {
	position:absolute;
	top:50%;
	left:50%;
	width:80px;
	height:80px;
	margin:-40px 0 0 -40px;
	background:#333;
	background:url(img/background.png);
	background:rgba(0,0,0,.9);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
	background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
	background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
	background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
	background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
	background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))
}

.mejs-overlay-loading span {
	display:block;
	width:80px;
	height:80px;
	background:transparent url(loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
	position:absolute;
	list-style-type:none;
	margin:0;
	padding:0;
	bottom:0;
	left:0;
	background:url(img/background.png);
	background:rgba(0,0,0,.7);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
	background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
	height:30px;
	width:100%
}

.mejs-container .mejs-controls div {
	list-style-type:none;
	background-image:none;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:26px;
	height:26px;
	font-size:11px;
	line-height:11px;
	font-family:Helvetica,Arial;
	border:0
}

.mejs-controls .mejs-button button {
	cursor:pointer;
	display:block;
	font-size:0;
	line-height:0;
	text-decoration:none;
	margin:7px 5px;
	padding:0;
	position:absolute;
	height:16px;
	width:16px;
	border:0;
	background:transparent url(img/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
	background-image:url(img/controls.png)
}

.mejs-controls .mejs-button button:focus {
	outline:dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
	color:#fff;
	display:block;
	height:17px;
	width:auto;
	padding:10px 3px 0;
	overflow:hidden;
	text-align:center;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}

.mejs-container .mejs-controls .mejs-time a {
	color:#fff;
	font-size:11px;
	line-height:12px;
	display:block;
	float:left;
	margin:1px 2px 0 0;
	width:auto
}

.mejs-controls .mejs-play button {
	background-position:0 0
}

.mejs-controls .mejs-pause button {
	background-position:0 -16px
}

.mejs-controls .mejs-stop button {
	background-position:-112px 0
}

.mejs-controls div.mejs-time-rail {
	direction:ltr;
	width:200px;
	padding-top:5px
}

.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a {
	display:block;
	position:absolute;
	width:180px;
	height:10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	cursor:pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin:5px;
	background:#333;
	background:rgba(50,50,50,.8);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
	background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width:100%;
	background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size:15px 15px;
	-moz-background-size:15px 15px;
	-o-background-size:15px 15px;
	background-size:15px 15px;
	-webkit-animation:buffering-stripes 2s linear infinite;
	-moz-animation:buffering-stripes 2s linear infinite;
	-ms-animation:buffering-stripes 2s linear infinite;
	-o-animation:buffering-stripes 2s linear infinite;
	animation:buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
from {
	background-position:0 0
}

to {
	background-position:30px 0
}
}

@-moz-keyframes buffering-stripes {
	from {
		background-position:0 0
	}
	
	to {
		background-position:30px 0
	}
}

@-ms-keyframes buffering-stripes {
	from {
	background-position:0 0
	}
	
	to {
	background-position:30px 0
	}
}

@-o-keyframes buffering-stripes {
	from {
	background-position:0 0
	}
	
	to {
	background-position:30px 0
	}
}

@keyframes buffering-stripes {
	from {
	background-position:0 0
	}
	
	to {
	background-position:30px 0
	}
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#3caac8;
	background:rgba(60,170,200,.8);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
	background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
	background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
	background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
	background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
	background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
	width:0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background:#fff;
	background:rgba(255,255,255,.8);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
	width:0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display:none;
	position:absolute;
	margin:0;
	width:10px;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	border:solid 2px #333;
	top:-2px;
	text-align:center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position:absolute;
	display:none;
	background:#eee;
	width:36px;
	height:17px;
	border:solid 1px #333;
	top:-26px;
	margin-left:-18px;
	text-align:center;
	color:#111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin:2px;
width:30px;
display:block;
text-align:center;
left:0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position:absolute;
	display:block;
	width:0;
	height:0;
	line-height:0;
	border:solid 5px #eee;
	border-color:#eee transparent transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	top:15px;
	left:13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width:48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width:44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left:18px
}

.mejs-controls .mejs-fullscreen-button button {
	background-position:-32px 0
}

.mejs-controls .mejs-unfullscreen button {
	background-position:-32px -16px
}

.mejs-controls .mejs-mute button {
	background-position:-16px -16px
}

.mejs-controls .mejs-unmute button {
	background-position:-16px 0
}

.mejs-controls .mejs-volume-button {
	position:relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display:none;
	height:115px;
	width:25px;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	top:-115px;
	left:0;
	z-index:1;
	position:absolute;
	margin:0
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position:absolute;
	left:11px;
	top:8px;
	width:2px;
	height:100px;
	background:#ddd;
	background:rgba(255,255,255,.5);
	margin:0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position:absolute;
	left:11px;
	top:8px;
	width:2px;
	height:100px;
	background:#ddd;
	background:rgba(255,255,255,.9);
	margin:0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position:absolute;
	left:4px;
	top:-3px;
	width:16px;
	height:6px;
	background:#ddd;
	background:rgba(255,255,255,.9);
	cursor:N-resize;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	margin:0
}

.mejs-controls a.mejs-horizontal-volume-slider {
	height:26px;
	width:60px;
	position:relative;
	display:table-cell;
	vertical-align:middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position:absolute;
	left:0;
	top:11px;
	width:50px;
	height:8px;
	margin:0;
	padding:0;
	font-size:1px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#333;
	background:rgba(50,50,50,.8);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
	background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
	background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position:absolute;
	left:0;
	top:11px;
	width:50px;
	height:8px;
	margin:0;
	padding:0;
	font-size:1px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#fff;
	background:rgba(255,255,255,.8);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
	background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display:none
}

.mejs-controls .mejs-captions-button {
	position:relative
}

.mejs-controls .mejs-captions-button button {
	background-position:-48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility:hidden;
	position:absolute;
	bottom:26px;
	right:-51px;
	width:85px;
	height:100px;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	border:solid 1px transparent;
	padding:10px 10px 0;
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none!important;
	overflow:hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin:0 0 6px;
	padding:0;
	list-style-type:none!important;
	display:block;
	color:#fff;
	overflow:hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear:both;
	float:left;
	margin:3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width:55px;
	float:left;
	padding:4px 0 0;
	line-height:15px;
	font-family:helvetica,arial;
	font-size:10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size:10px;
	margin:0 0 5px
}

.mejs-chapters {
	position:absolute;
	top:0;
	left:0;
	-xborder-right:solid 1px #fff;
	width:10000px;
	z-index:1
}

.mejs-chapters .mejs-chapter {
	position:absolute;
	float:left;
	background:#222;
	background:rgba(0,0,0,.7);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
	background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
	background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
	overflow:hidden;
	border:0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size:11px;
	color:#fff;
	padding:5px;
	display:block;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	cursor:pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right:0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background:#666;
	background:rgba(102,102,102,.7);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
	background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
	background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
	background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
	background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
	background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size:12px;
	font-weight:700;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 0 3px;
	line-height:12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size:12px;
	line-height:12px;
	margin:3px 0 4px;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis
}

.mejs-captions-layer {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	line-height:20px;
	font-size:16px;
	color:#fff
}

.mejs-captions-layer a {
	color:#fff;
	text-decoration:underline
}

.mejs-captions-layer[lang=ar] {
	font-size:20px;
	font-weight:400
}

.mejs-captions-position {
	position:absolute;
	width:100%;
	bottom:15px;
	left:0
}

.mejs-captions-position-hover {
	bottom:35px
}

.mejs-captions-text {
	padding:3px 5px;
	background:url(img/background.png);
	background:rgba(20,20,20,.5);
	white-space:pre-wrap
}

.me-cannotplay a {
	color:#fff;
	font-weight:700
}

.me-cannotplay span {
	padding:15px;
	display:block
}

.mejs-controls .mejs-loop-off button {
	background-position:-64px -16px
}

.mejs-controls .mejs-loop-on button {
	background-position:-64px 0
}

.mejs-controls .mejs-backlight-off button {
	background-position:-80px -16px
}

.mejs-controls .mejs-backlight-on button {
	background-position:-80px 0
}

.mejs-controls .mejs-picturecontrols-button {
	background-position:-96px 0
}

.mejs-contextmenu {
	position:absolute;
	width:150px;
	padding:10px;
	border-radius:4px;
	top:0;
	left:0;
	background:#fff;
	border:solid 1px #999;
	z-index:1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height:1px;
	font-size:0;
	margin:5px 6px;
	background:#333
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family:Helvetica,Arial;
	font-size:12px;
	padding:4px 6px;
	cursor:pointer;
	color:#333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background:#2C7C91;
	color:#fff
}

.mejs-controls .mejs-sourcechooser-button {
	position:relative
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position:-128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility:hidden;
	position:absolute;
	bottom:26px;
	right:-10px;
	width:130px;
	height:100px;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	border:solid 1px transparent;
	padding:10px;
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none!important;
	overflow:hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin:0 0 6px;
	padding:0;
	list-style-type:none!important;
	display:block;
	color:#fff;
	overflow:hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear:both;
	float:left;
	margin:3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width:100px;
	float:left;
	padding:4px 0 0;
	line-height:15px;
	font-family:helvetica,arial;
	font-size:10px
}

.mejs-postroll-layer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	z-index:1000;
	overflow:hidden
}

.mejs-postroll-layer-content {
	width:100%;
	height:100%
}

.mejs-postroll-close {
	position:absolute;
	right:0;
	top:0;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	color:#fff;
	padding:4px;
	z-index:100;
	cursor:pointer
}

div.mejs-speed-button {
	width:46px!important;
	position:relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background:transparent;
	width:36px;
	font-size:11px;
	line-height:normal;
	color:#fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility:hidden;
	position:absolute;
	top:-100px;
	left:-10px;
	width:60px;
	height:100px;
	background:url(img/background.png);
	background:rgba(50,50,50,.7);
	border:solid 1px transparent;
	padding:0;
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
	visibility:visible
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color:rgba(33,248,248,1)
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none!important;
	overflow:hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin:0 0 6px;
	padding:0 10px;
	list-style-type:none!important;
	display:block;
	color:#fff;
	overflow:hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear:both;
	float:left;
	margin:3px 3px 0 5px;
	display:none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width:60px;
	float:left;
	padding:4px 0 0;
	line-height:15px;
	font-family:helvetica,arial;
	font-size:11.5px;
	color:#fff;
	margin-left:5px;
	cursor:pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color:#c8c8c8!important;
	background-color:rgba(255,255,255,.4)!important
}

.mejs-controls .mejs-button.mejs-skip-back-button {
	background:transparent url(skipback.png) no-repeat;
	background-position:3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
	background:transparent;
	font-size:9px;
	line-height:normal;
	color:#fff
}

/* WP-Mediaelement */

.mejs-container {
	clear: both;
}

.mejs-container * {
	font-family: Helvetica, Arial;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #000;
	background: rgba(0,0,0,0.1)
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #C06;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-controls .mejs-offscreen {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.mejs-controls a:focus > .mejs-offscreen {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 0;
	top: 15px;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.mejs-overlay-loading {
	background: transparent;
}

/* Override theme styles that may conflict with controls. */

.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.audio-details .embed-media-settings {
	overflow: visible;
}

.media-embed-details .embed-media-settings .setting span {
	max-width: 400px;
	width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block;
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px;
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px;
}

.media-embed-details .setting p,
.media-embed-details .setting a {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase;
}

.media-embed-details .setting a:hover {
	color: #f00;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px;
}

.wp-video {
	max-width: 100%;
	height: auto;
}

.wp_attachment_holder .wp-video {
	margin-top: 18px;
}

video.wp-video-shortcode,
.wp-video-shortcode video {
	max-width: 100%;
	display: inline-block;
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px;
}

.wp-playlist {
	padding: 0;
	margin: 12px 0 18px;
	font-size: 12px;
	line-height: 1.5;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px;
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%;
}

.wp-playlist audio {
	display: none;
	max-width: 100%;
	width: 400px;
}

.wp-playlist .mejs-container {
	margin: 0;
	width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0;
}

/*
.wp-playlist-light {
	background: #fff;
	color: #000;
}

.wp-playlist-dark {
	color: #fff;
	background: #000;
}
*/

.wp-playlist-caption {
	display: block;
/* 	max-width: 88%; */
	overflow: hidden;
/*
	text-overflow: ellipsis;
	white-space: nowrap;
*/
	font-size: 12px;
	line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none;
	color: #000;
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

.wp-playlist-item-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-playlist-item-artist {
	font-size: 12px;
	text-transform: uppercase;
}

.wp-playlist-item-length {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.rtl .wp-playlist-item-length {
	left: 3px;
	top: 5px;
	right: auto;
}

.wp-playlist-tracks {
	margin-top: 10px;
}

.wp-playlist-item {
	background: rgba(0,0,0,0.1);
	border-bottom: 1px dotted #000;
	position: relative;
	cursor: pointer;
	padding: 5px;
}

.wp-playlist-item:hover {
	background: url(img/bg_trans.png);
	background: rgba(0,0,0,0.2);
}

.wp-playlist-item a {
	font-style: normal
}

.wp-playlist-item:last-child {
	border-bottom: 0;
}

/*
.wp-playlist-light .wp-playlist-caption {
	color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
	color: #dedede;
}
*/

.wp-playlist-playing {
	background: rgba(0,0,0,0.2);
}

/*
.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
	background: #000;
	color: #fff;
}
*/

.wp-playlist-current-item {
	display: none
/*
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
*/
}

/*
.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 60px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px;
}
*/

.tb-close-icon:before {
	content: none !important;
}