/*
Theme Name: Via Nocturna 4.1
Author: Fabian Filiks
Author URI: http://vianocturna.com
Description: Via Nocturna Theme Version 4.1
Version: 4.1 (Revision October 2022)
License: GNU General Public License
License URI: license.txt
Tags: via nocturna, vnrecords
*/
 
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,f
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One, two or three columns
DESCRIPTION: One, two or three columns layout with content and two sidebars
*/


#content {
	margin: 10px 10px 10px 10px;
	margin: 0 auto;
	float:left;
	color:#000000;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
     animation: fadein 2s;
}



.single #content {
	width: 860px;
	position: relative;
	float: left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	background:#ffffff;
}

#content-category {
	width: 860px;
	position: relative;
	float: left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	background:#ffffff;
	margin-top:60px;
}

.category #content {
	width: 860px;
	position: relative;
	float: left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	margin-top:20px;
	background:#ffffff;
}

.category #primary{
	margin-top:20px;
}

.search #content {
	width: 860px;
	position: relative;
	float: left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	background:#ffffff;
}

#primary  {
	margin: 0px 0 0 0px;
	float:right;

}

.home #content {
	width: 100%;
	position: relative;
	float: left;
}

.blog #content { 
	width: 860px;
	position: relative;
	float: left;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

.blog #primary {
	width: 300px;
	float:left;
	position: relative;
	line-height: 1.5;
	margin-top:60px;
	padding-top:30px;

}

.single #primary {
	width: 300px;
	float:left;
	position: relative;
	line-height: 1.5;
	margin-top:20px;

}

.home #primary {
	width: 210px;
	float:right;
	position: relative;
	line-height: 1.5;

}

.single #secondary {
	width: 200px;
	float:left;
}

/* GOOGLE ADS WIDGET */

.textwidget custom-html-widget {
	margin-top:-60px;
}

#custom_html-2 {
	margin-top:-77px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column {
	margin: 0 auto !important;
	margin-top: 20px !important;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.wide-column {
	width: 900px !important;
	margin-right: 10px !important;
}

/*
Additional layout elements
*/

.container {
	width: 100%;
	/*margin-right: -100%;*/
   display: flex;
  justify-content: center;

}

.container960 {
	width: 1220px;
	/*margin-right: -100%;*/
	margin: 0 auto;
	padding-top:30px;
}

/*.blog .container {
width:1100px;
}*/

#content, #primary, #secondary {
	overflow: hidden;
	position: relative;
	
}

.main-content-end {
	clear: both;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
}

#wrapperhead {
	width: 100%;
	background: #ffffff;
	margin: 0 auto;

}

/*#uberheader {
width:100%;
height:60px;
background: #FFF;
border-bottom:2px solid #999999;
position:fixed;
z-index:3;
}*/

#uberheader {
width:100%;
height:80px;
background-color: #000000;
border-bottom:0px solid #cccccc;
position:absolute
z-index:3;
}

.home #uberheader{
width:100%;
height:80px;
background-color:transparent;
border-bottom:0px solid #191919;
position:absolute;
z-index:3;
}

.single #uberheader{
width:100%;
height:80px;
background-color:#000000;
border-bottom:1px solid #cccccc;
position:absolute;
z-index:3;
}

/*.header {
width:100%;
height:90px;
background-color: rgba(0,0,0,0.5);
border-bottom:0px solid #191919;
position:fixed;
z-index:3;
}

.header-alt {
width:100%;
height:90px;
background-color: #ff0000;
border-bottom:0px solid #191919;
position:fixed;
z-index:3;
}*/

/*.home #uberheader {
width:100%;
height:60px;
background: #000000;
border-bottom:1px solid #191919;
position:fixed;
z-index:3;
top:0;
}*/

#sliderbox {
width:100%;
margin: 0 auto;
background:#000000;
}


#sliderbox-home {
width:100%;
margin: 0 auto;
background:#191919;
}

.blog #sliderbox {
	display:none;
}

/*.home #sliderbox {
}*/

.home .entry-title {
display: none;
}

#content .post .entry-title {
	display:initial;
	color: #000000;
	line-height:1;
	font-family: Montserrat;
	text-transform:initial;
}

.category .entry-title a:link {
	display:initial;
	color: #000000;
	line-height:1;
	font-family: Montserrat;
	text-transform:initial;
}


.category .entry-title a:visited {
	display:initial;
	color: #000000;
	line-height:1;
	font-family: Montserrat;
	text-transform:initial;
}


.category .entry-title a:active {
	display:initial;
	color: #000000;
	line-height:1;
	font-family: Montserrat;
	text-transform:initial;
}

.blog .container {
	display:block;
	justify-content:initial;
}

.single .container {
	display:block;
	justify-content:initial;
	max-width:1220px;
	margin: 0 auto;
}

.category .container {
	display:block;
	justify-content:initial;
	max-width:1220px;
	margin: 0 auto;
}


.search .container {
	display:block;
	justify-content:initial;
	max-width:1220px;
	margin: 0 auto;
}

.container-category {
	display:block;
	justify-content:initial;
	max-width:1220px;
	margin: 0 auto;
}



/*#header {
	max-width:100%;
	height: 60px;
	left: 0;
	position: relative;
	margin: 0 auto;
	padding-left:30px;
	padding-right:30px;
}*/

#header {
	/*max-width:1920px;*/
	height: 80px;
	/*left: 0;
	position: relative;*/
	/*margin: 0 auto;*/
	padding-left:30px;
	padding-right:30px;
	display:flex;
	justify-content:space-between;
}

.single #header {
	/*max-width:1920px;*/
}

/* MAGAZINE STYLES */
.page-id-3083 #uberheader {background:#000000;}

.page-id-3083 #main {background:#ffffff;}

.page-id-3083 #header {/*max-width:1920px;*/}

.page-id-3083 .container {
	display:block;
	justify-content:initial;
	max-width:1920px;
	margin: 0 auto;
}

.category #header {/*max-width:1920px;*/}
.search #header {/*max-width:1920px;*/}

/*#access {
	height:60px;
	float:left;
	z-index: 2;
	padding-right: 10px;
	color:#000000;
}

#access a:hover {
	background:#000000;
	color: #FFFFFF;
}*/

.home #access {
	height:80px;
	text-align:center;
	z-index: 2;
	color:#ffffff;
	font-family:Roboto;
	max-width:1760px;
}

.home #access a{
	float:left;
	z-index: 2;
	color:#ffffff;
}

#access {
	height:80px;
	text-align:center;
	z-index: 2;
	color:#000000;
	font-family:Roboto;
	max-width:1760px;
}

#access a{
	float:left;
	z-index: 2;
	color:#ffffff;
}

/*#access a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
	color: #0093AF;
  transition: width 0.7s ease 0s, left 0.7s ease 0s;
  width: 0;
}
 #access a:hover:after { 
  width: 100%; 
  left: 0; 
	 bottom:0;
}*/

.home #access a:hover {
	/*border-bottom: 2px solid #fff;*/
	background:transparent;
	color:#ffffff;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#access a:hover {
	/*border-bottom: 2px solid #fff;*/
	background:transparent;
	text-decoration: underline 2px;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
	text-underline-offset: 5px;
}


#menu-item-2559 a:hover{
	border-bottom: 0px solid #fff;
	background:transparent;
	color:#ffffff;
}

.home .is-menu {

}

#main {
	text-align: left;
	width:100%;
	margin: 0 auto;
	background: #ffffff;
}

.blog #main {
	text-align: left;
	width:100%;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom:35px;
}

.single #main {
	text-align: left;
	width:100%;
	margin: 0 auto;
	background: #ffffff;
}

.blog #main {background:#ffffff;}
.category #main {background:#ffffff;}

.home #main {
	text-align: left;
	width:100%;
	margin: 0 auto;
	background: #000000;
	overflow: hidden;
}

#footerwrapper {
max-width:1280px;
height:40px;
margin: 0 auto;
border-top:1px solid #666;
padding-top:30px;
padding-bottom:30px;
}

#LanguagesMenu {
/*margin: 0 auto;
position:absolute;*/
	right:0px;
	top:0px;
font-size:100%;
padding:32px 10px 32px 10px;
	/*margin-right:30px;*/
}

#footer {
	left: 0;
	position: relative;
	clear: both;
	padding: 0px;
	background: #000000;
	border-top: 0px solid #999999;

}

.home #footer {
	left: 0;
	position: relative;
	clear: both;
	padding: 0px;
	background: #000000;
	border-top: 0px solid #FFFFFF;

}


#menufooter {
	text-align: center;
	padding-top:23.75px;
	padding-bottom:23.75px;
}

#menufooter :hover {
	opacity:0.7;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#socialfooter {
	text-align: center;
	padding-top:23.75px;
	padding-bottom:23.75px;
	float:right;
	display:none;

}

#socialfooter :hover {
	opacity:0.7;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#socialwidget {
	text-align: center;
	float:left;

}

#socialwidget :hover {
	opacity:0.7;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#termsfooter {
	float:right;
	color:#999999;
}
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	width:100%;
	font-family: Helvetica;
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	line-height: 1;
	background:#000000;
	/*background: url(images/bg.jpg) fixed top #191919;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto auto;
	background-clip: border-box;
	-webkit-background-size: cover;*/
}
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}
hr {
	background-color: #ffffff;
	border: 0;
	clear: both;
	height: 0px;
}

/* Text elements */
p {
	margin-bottom: 18px;

}
ul {
	list-style: square;
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #999999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link,
a:visited {
	font-family: Helvetica,sans-serif;
	color: inherit;
	text-decoration: none;
	line-height: 1.0;
}
a:active,
a:hover {
	color: #ffffff;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Header & Responsive Menu
-------------------------------------------------------------- */

/*#headlink {
	width: 40px;
	height: 40px;
	float:left;
	margin:10px 10px 10px 0px;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: contain;
}

*/

#menu-button {
	float:left;
	display:none;
}

#responsive-menu-container #responsive-menu-title{
	height:60px;
}

#responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu ul {
	text-transform:uppercase;
}

#vnsymbol {
	width:48px;
	height:48px;
	margin:16px;
	float:left;
	background:transparent; 
}

.home #headlink {
	width: 48px;
	height:48px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	filter:invert(100%);
			-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

.home #headlink:hover {
	width: 48px;
	height: 48px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#headlink {
	width: 48px;
	height:48px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	filter:invert(100%);
			-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#headlink:hover {
	width: 48px;
	height: 48px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#site-title a,
#site-title a:hover {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.2;
	text-align: start;
	width: 450px;
	left: 0;
	margin: 10px 0 0 0;
	display:none;
}

.home #site-title {
	display:none;
}

.blog #site-title {
	display:none;
}

#site-description /*This theme was generated with <a target="_blank" href="http://www.lubith.com">Lubith Theme Generator</a> version 1.2.3.*/ {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: right;
	width: 450px;
	left: 0;
	position: absolute;
	margin: 25px 0 0 450px;
	display: none;
}
#logo {
	font-family: Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1;
	text-align: start;
	direction: ltr;
	text-shadow: none;
	width: 150px;
	height: 150px;
	position: absolute;
	display: none;
	margin: 100px 0 0 40px;
	border: none;
	background: url(images/logo.png) no-repeat;
}

/* =Menu
-------------------------------------------------------------- */
#preloader {
	width: 0px;
	height: 0px;
	display: inline;
	background: #ccd132;
}

div.menu-header ul,
div.menu ul {
	list-style: none;
	display:inline-block;
	margin: 0;
	padding-left:00px;
	padding-right:00px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	color:#000000;
}

.home #access ul li a {
  float: left;
  padding: 0px 10px 0px 10px;
  background: none;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 1px;
  font-family: Montserrat;
  font-weight: bold;
  color: #ffffff;
}
.home #access ul li a:hover {
	left: 0;
	position: relative;
	/*background:#ffffff;
	color:#000000 !important;*/
}

#access ul li a {
	float: left;
	padding: 0px 20px 0px 20px;
	background: none;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 1px;
	font-family:Montserrat;
	line-height:80px;
	font-weight: bold;
}
#access ul li a:hover {
	left: 0;
	position: relative;
	/*background:#ffffff;
	color:#000000 !important;*/
}


#access ul ul {
	text-align: left;
	vertical-align: middle;
	width: 160px;
	top: 60px;
	left: 0;
	position: absolute;
	display: none;
	z-index: 10;
	padding: 10px 10px 10px 10px;
	background: #000000;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.0);
}
#access ul ul li {
	width: 100%;
	margin: 0;
}
#access ul ul li a {
	text-align: left;
	height: 33px;
	display: list-item;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: none;
}
#access ul ul li a:hover {
	float: none;
	overflow: hidden;
	border-bottom: 0px solid;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
}
#access ul li:hover > ul {
	display: block;
	color:#000000;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	display: list-item;
	float: left;
	color:#ffffff;
}

.single #access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	display: list-item;
	float: left;
	color:#fff;
	text-decoration: underline 2px;
	text-underline-offset: 5px;
}

#access ul li li.current_page_item > a,
#access ul li li.current-menu-ancestor > a,
#access ul li li.current-menu-item > a,
#access ul li li.current-menu-parent > a {
	color: #ffffff;
	text-align: left;
	height: 38px;
	display: list-item;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: none;
}
#access ul ul li.page_item > a,
#access ul ul li.menu-ancestor > a,
#access ul ul li.menu-item > a,
#access ul ul li.menu-parent > a {
	margin: 0;

}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;

}

/*#socialhead {
	float:right;
	height:36px;
	padding:15px 0px 15px 0px;
}*/

#socialhead  {
	float:right;
	height:36px;	
	padding:22px 0px 22px 0px;
	margin-right:0px;
	display:none;
}

#socialhead a {
	height:30px;
	opacity:1;
}

#socialhead a:hover  {
	opacity:0.6;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

/* =Content
-------------------------------------------------------------- */

#content {
	line-height: 1.5;
	left: 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	font-family:Helvetica;
	width:100%;
}

.single #content {
	line-height: 1.5;
	left: 0;
	margin-top:20px;
	font-family:Helvetica;

}
.home #content {
	line-height: 1.5;
	left: 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0px;
	font-family:Helvetica;
	width:100%;
}
#content input,
#content textarea {
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	background:transparent;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre {
	margin-bottom: 24px;
}

#content hr {
margin-top:18px;
margin-bottom:18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
/* h1 */
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	width: 860px;
	position: relative;
	float: left;
}
.page-title {
font-size: 1.5em;
color: #000;
line-height: 1.5;
background: #ffffff;
padding: 0px 10px 5px 0px;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
font-family: Montserrat;

}
.page-title span {
color: #000;
line-height: 1.5;
background: #ffffff;
padding: 0px 10px 5px 0px;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
font-family: Montserrat;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-size: 2.0em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:Roboto;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	display:none;
}
.entry-title a:link,
.entry-title a:visited {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	font-size: 90%;
	color: #888888;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 1px;
	max-width:100%;
	font-family:Helvetica;
}

.single #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	color:#000000;
}

.single a:hover {
	color:#990000;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
	font-size: 20px;
	margin: 0 0px 20px 0px;
}
.entry-content h4 {
	font-size: 1.6em;
	margin: 0 0px 18px 0px;
	font-weight: normal;
}
.entry-content h5 {
	font-size: 17px;
	margin: 0 0px 17px 0px;
}
.entry-content h6 {
	font-size: 16px;
	margin: 0 0px 16px 0px;
}

.entry-content h8 {
	font-size: 16px;
	font-weight: bold;
}
.entry-content h9 {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content label,
.entry-content tr th,
.entry-content thead th {
	font-family: Helvetica, Arial, sans-serif;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-footer {
	height: 10px;
	margin: 0 0 10px 0;
}

.blog .entry-footer {
	height: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999999;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	font-size: 12px;
	color: #888888;
	padding: 0 0 20px 0;
	clear: both;
	display: none;
}
.entry-meta a {
	color: #888888;
	line-height:1.5;
}
.entry-utility a {
	font-size: 12px;
	color: #888888;
}
.entry-meta a:hover {
	color: #ff4b33;
}
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#entrycounter {
	float:right;
	font-size:90%;
}

.entry-searchresult {
	display:inline-block;
}

.entry-thumbnail {
float:left;
padding-right:20px;
}

.entry-excerpt {
font-weight:bold;	
}


.excerpt p{
	margin-bottom:0px;
}

.excerpt {
	margin-bottom:0px;
}

.single #content p.excerpt {
	color:#000000;
	margin-bottom:0px;
}

.link-more {display:none;}


#breadcrumbsframe {
	padding-top:0px;
	font-size:80%;
	font-weight:800;
	text-transform: uppercase;
}

#breadcrumbskvlt {
	color: #999999;
	font-size: 13px;
}

#author-meta {
	color:#990000;
}

#date-meta {
	color:#990000;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;

}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	width:100%;
	height:auto;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333355;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	width:100%;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	color: #333355;
	display: none;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body tr th,
.comment-body thead th {
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0 0 0 0;
}

.widget-area ul ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding:5px 5px 5px 0px;
	font-size:110%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.widget-area ul ul {
	/*list-style: square;*/
}

.widget-area ul ul li a:hover {
	list-style: none;
	margin: 0 0 0 0;
	color:#ffffff;
	-webkit-transition: color 0.7s ease-in;
    -moz-transition: color 0.7s ease-in;
    -o-transition: color 0.7s ease-in;
    -ms-transition: color 0.7s ease-in;
    transition: color 0.7s ease-in;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}

.widget-title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size:150%;
	padding-bottom:20px;
	font-family: Montserrat;
}

#primary .widget-title, #primary h3 widget-title {
	font-size: 1.5em;
	color: #000;
	line-height: 1.5;
	background:#ffffff;
	padding: 5px 10px 5px 0px;
	margin-top:10px;
	margin-bottom:20px;
}
#secondary .widget-title, #secondary h3 widget-title {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
}
/*widget-content*/
#primary ul li ul, #primary ul li div {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	list-style: square;
	list-style-position: inside;
	overflow: hidden;
}
#secondary ul li ul, #secondary ul li div {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	list-style: square;
	list-style-position: inside;
	overflow: hidden;
}
.widget-area ul li div ul {
	padding: 0;
}
#primary a:link,
#primary a:visited {
	font-size: 12px;
	text-decoration: none;
}
#primary a:active,
#primary a:hover {
	font-size: 12px;
	color: #ff4b33;
	text-decoration: underline;
}
#secondary a:link,
#secondary a:visited {
	font-size: 12px;
	text-decoration: none;
}
#secondary a:active,
#secondary a:hover {
	font-size: 12px;
	color: #ff4b33;
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.widget-area ul li .widget-footer  {
	padding: 0;
}
#primary .widget-footer, #primary ul li .widget-footer {
	height: 10px;
	margin: 0 0 10px 0;
}
#secondary .widget-footer, #secondary ul li .widget-footer {
	height: 10px;
	margin: 0 0 10px 0;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */

#primary {
	left: 0;
	width: 300px;

}
#secondary {
	padding: 40px 20px 7px 20px;
	background: #ffffff;
}

/* Footer widget areas */
#footer-widget-area {
	overflow: hidden;
	max-width:1280px;
	margin: 0 auto;
	padding: 30px 20px 30px 20px;
	font-size: 13px;
}

.home #footer-widget-area {
	overflow: hidden;
	max-width:1280px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	font-size: 13px;
}

#footer-widget-area a:link a:visited{
	color: #999;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;
	width: 24%;
	color: #999;
	border-right:0px dotted #999;
}

#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	overflow: hidden;
	border-top:0px solid #999999;
	margin: 0 auto;
}

#menu-info {
  height: 59px;
  line-height: 59px;
  font-size: 20px;
  border-bottom: 0px solid #999999;
  font-family: Montserrat;
  color: #999999;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
	}

#site-info {
	font-size: 90%;
	color: #999999;
	font-family: Helvetica;
	float:left;
	padding:12.8px;
	}

#site-info a {
	color: #999999;
	text-decoration: none;
	line-height: 1;
	text-align: right;
	font-family: Helvetica;
}

#site-info a:hover {
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	text-align: right;
	font-family: Helvetica;
	-webkit-transition: color 0.7s ease-in;
    -moz-transition: color 0.7s ease-in;
    -o-transition: color 0.7s ease-in;
    -ms-transition: color 0.7s ease-in;
    transition: color 0.7s ease-in;
}

#footerlink {
	width: 40px;
	height: 40px;
float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: contain;
	filter:invert(100%);
	opacity:0.5;
}


#ffwd-signature {
	width:100px;
	height:25px;
	/*background:url(https://www.vianocturna.com/images/ffwd-logo.png);
	background-repeat: no-repeat;
	background-size:cover;*/
	margin:0 auto;
	filter: grayscale(1);
	opacity:0.5;
	float:right;
	margin-top:7.5px;
	margin-bottom:7.5px;
		-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

#ffwd-signature:hover {
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
		filter: grayscale(0);
	opacity:1;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#footer-bottom {
	max-width:100%;
	margin-left:30px;
	margin-right:30px;
}

.custom-menu-class ul {
    padding:0px 0px 0px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:left;
	margin:0;
}
.custom-menu-class li {
    padding: 6px 6px 6px 6px;
    display: inline;
	border-right:0px solid #333333;
} 

/*#menu-item-4512-pl {
    padding: 6px 6px 6px 6px;
    display: inline;
	border-right:1px solid #ffffff;
}*/

.custom-menu-class a { 
padding: 0px 10px 0px 10px;
background: none;
text-transform: uppercase;
font-size: 100%;
letter-spacing: 1px;
font-family: Montserrat;
font-weight: bold;
color:#ffffff;
}

.custom-menu-class a:hover { 
    color:#ffffff;
	text-decoration: underline;
	text-underline-offset: 5px;
	-webkit-transition: color 0.7s ease-in;
    -moz-transition: color 0.7s ease-in;
    -o-transition: color 0.7s ease-in;
    -ms-transition: color 0.7s ease-in;
    transition: color 0.7s ease-in;
}

.custom-menu-class a :first-child a{
	border-right:2px solid #ffffff;
}

.custom-menu-class a :last-child a{
	border-right:0px solid #ffffff;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 21pt;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Via Nocturna Styles
-------------------------------------------------------------- */

.search-icon {
  display: initial !important;
	filter:invert(0%);
}
.is-menu path.search-icon-path {
	display:initial !important;
}

.search-close {
	filter:invert(0%);
}

.home .search-close {
	filter:invert(0%);
}

.home .search-icon {
  display: initial !important;
filter:invert(0%);
}
.home .is-menu path.search-icon-path {
	display:initial !important;
}

body.page .entry-header {
position:absolute;
top:-9999px;
left:-9999px;
}

.home-left {
width: 60%;
float: left;
padding-left:20px;
text-align:justify;
}

.home-right {
width: 35%;
float: right;
}

.about-left {
width: 47%;
float: left;
text-align:justify;
}

.about-right {
width: 47%;
float: right;
text-align:justify;
}

#about-content {
	max-width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

#about-container {
	max-width:100%;
	max-height:640px;
	text-align:center;
	margin:0 auto;
}

#about-content-bg {
	background:#000000;
}

#about-content-invert {
	max-width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	filter: invert(100%);
}

#about-content-bottom {
	max-width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

#about-content-inner {
	max-width:1220px;
	margin:0 auto;
	}


#records-content {
	max-width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	background:#191919;
}

#records-content-inner {
	max-width:1760px;
	margin:0 auto;
	}

#about-content-left  {
	width:49%;
	float:left;
	margin:0 auto;
	text-align:left;
}

#about-content-right {
	width:49%;
	float:right;
	margin:0 auto;
	text-align: left;
}

#news-content {
	max-width:100%;
	text-align:left;
	margin:0 auto;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

#magazine-content {
	max-width:100%;
	text-align:left;
	margin:0 auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:20px;
	background:#ffffff;
	float:left;
}

#magazine-main {
	width:100%;
	text-align:left;
	border-bottom:2px solid #000000;
}

#magazine-main-single {
	width:100%;
	text-align:left;
	border-bottom:0px solid #000000;
	padding-top:0px;
}

.single #magazine-main {
	width:100%;
	text-align:left;
	border-bottom:2px solid #000000;
	padding-top:20px;
	padding-bottom:20px;
}

.magazine-menu-class {
}

.magazine-menu-class ul {
    padding:0px 0px 0px 0px;
    text-align:left;
	margin:0;
	font-weight: bold;
}

.magazine-menu-class li {
    padding: 10px 10px 10px 10px;
    display: inline-block;
	border-right:0px solid #333333;
	letter-spacing:1px;
	text-transform:uppercase;
} 

.magazine-menu-class a { 
    color:#000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 120%;
}

.magazine-menu-class a:hover { 
    color:#cc0000;
	-webkit-transition: color 0.7s ease-in;
    -moz-transition: color 0.7s ease-in;
    -o-transition: color 0.7s ease-in;
    -ms-transition: color 0.7s ease-in;
    transition: color 0.7s ease-in;
}

#magazine-menu {
}

#magazine-menu ul {
    padding:0px 0px 0px 0px;
    text-align:left;
	margin:0;
	font-weight: bold;
}

.menu-magazine-container {
	
}

#magazine-menu-wrapper {
	padding-top:17px;
	padding-bottom:17px;
	float:right;
}

#magazine-menu li {
    padding: 10px 10px 10px 10px;
    display: inline-block;
	border-right:0px solid #333333;
	letter-spacing:1px;
	text-transform:uppercase;
} 
#magazine-menu a { 
    color:#000000;
	font-family:'Montserrat', sans-serif;
	font-size:120%;
}

#magazine-menu a:hover { 
    color:#cc0000;
	-webkit-transition: color 0.7s ease-in;
    -moz-transition: color 0.7s ease-in;
    -o-transition: color 0.7s ease-in;
    -ms-transition: color 0.7s ease-in;
    transition: color 0.7s ease-in;
}


#magazine-featured {
	width:100%;
	text-align:left;
	float:left;
	overflow: hidden;
	max-height:428px;
}

#magazine-central {
	max-width:1220px;
	margin-top:20px;
	margin:0 auto;
}

#magazine-tv {
	max-width:1220px;
	height: auto;
	overflow: auto;
	margin:0 auto;
}

#magazine-left {
	width:540px;
	text-align:left;
	padding-right:20px;
	float:left;
}

#magazine-news {
	width:300px;
	text-align:left;
	padding-right:5px;
	float:left;
}

#magazine-center {
	width:300px;
	text-align:left;
	padding-right:20px;
	float:left;
}


#magazine-right {
	width:300px;
	text-align:left;
	float:left;
}

#magazine-advert {
	width:300px;
	text-align:left;
	float:right;
}

#magazine-billboard {
	width:970px;
	text-align:left;
	float:right;
}

#magazine-ad1 {
	width:300px;
	height:300px;
	text-align:left;
	float:left;
}

#magazine-ad2 {
	width:300px;
	height:42px;
	text-align:left;
	float:left;
	padding-top:1px;
}

#magazine-topstories {
	width:20.5%;
	text-align:left;
	float:right;
	padding-left:15px;
	padding-right:15px;
}

#magazine-topadded {
	width:27%;
	text-align:left;
	float:right;
	padding-left:15px;
	padding-right:15px;
}

#about-txt {
	font-size: 1.5em;
	margin: 0;
	padding-top: 0px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.about-txt {
	font-size:100%;
	width: 75%;
	margin: 0 auto;
}

.newsletter-txt {
	font-size:100%;
	width:50%;
	margin: 0 auto;
}

.hello-txt {
	font-size:100%;
	width:50%;
	margin: 0 auto;
}

.about-main {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:Roboto;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

.about-center {
	text-align:center;
}

.headline-center {
	text-align:center;
}

.partners-center {
	text-align:center;
}

.services-center {
	text-align:center;
}

.home-button {
	display:inline-block;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#video-box {
display:block;
width:31%;
float:left;
padding:10px;
}

#banner-box {
	width:100%;
	height: 480px;
}


.news-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-news-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.magazine-banner-box {
	max-width:1920px;
	height: 120px;
	/*background:url(images/magazine-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;*/
	margin: 0 auto;
	display:none;
}

#magazine-60 {
	height:80px;
}
.magazine-banner-box-single {
	max-width:1920px;
	height: 240px;
	/*background:url(images/magazine-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;*/
	margin-top:20px;
	margin:0 auto;
}

.magazine-logo {
	background:url(/images/magazine-logo.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	width:328px;
	height:80px;
	float:left;
	filter:invert(100%);
}

.new-banner-box {
  	width: 3.3rem;
  	height: 3.3rem;
  	background-repeat: no-repeat;
  	position: relative;
  	background: linear-gradient(to bottom right, #000 0%, #000 50%, #fff 50%, #fff 100%);
}

.new-banner-box-invert {
  	width: 4rem;
  	height: 4rem;
  	background-repeat: no-repeat;
  	position: relative;
  	background: linear-gradient(to bottom right, #000 0%, #000 50%, #fff 50%, #fff 100%);
	filter:invert(100%);
	float:right;
}


.about-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vianocturna-forest.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.contact-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-contact-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.magazine-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vianocturna-forest.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.music-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-music-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}


.records-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-records-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}


.publishing-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-publishing-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.events-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2022/10/vn-events-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.videos-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-videos-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}


.services-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-services-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.news-banner-box {
	width:100%;
	height: 240px;
	background:url(https://vianocturna.com/wp-content/uploads/2021/10/vn-news-placeholder.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.page-heading {
font-size: 4rem;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
position: absolute;
border-left: 0px solid #ffffff;
top: 50%;
width: 100%;
transform: translate(0, -50%);
}

.new-page-bg {
	background:#191919;
}

.new-page-heading {
font-size: 4rem;
color: #000000;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: bold;
text-align: left;
letter-spacing: 1px;
max-width:1920px;
padding-left:5.5rem;
padding-right:5.5rem;
margin: 0 auto;
border-left: 0px solid #ffffff;
	text-align:center;
}

.new-page-heading-sub {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
	max-width: 1920px;
padding-left: 5.5rem;
padding-right: 5.5rem;
	text-align:center;
}

.new-page-content {
	font-size: 1em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-align:left;
	letter-spacing:1px;
	max-width: 1920px;
padding-left: 5.5rem;
padding-right: 5.5rem;
}

.new-page-content-left {
	font-size: 1.2em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-align:left;
	letter-spacing:1px;
	max-width: 48%;
	float:left;
}

.new-page-content-right {
	font-size: 1.2em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-align:left;
	letter-spacing:1px;
	max-width: 48%;
	float:right;
}

.entry-content h10 {
font-size: 4rem;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
position: absolute;
border-left: 0px solid #ffffff;
top: 50%;
width: 100%;
transform: translate(0, -50%);
}


#featured-container {
	
}

#music-content {
max-width:1920px;
margin:0 auto;
padding:30px;
background:#222222;
}


#events-content {
max-width:1220px;
padding-left:30px;
padding-right: 30px;
margin:0 auto;
}

#events-content-inner {
	max-width:1220px;
	margin:0 auto;
}

#videos-content {
	max-width:1220px;
	text-align:left;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

#videos-content-inner {
	max-width:100%;
}

#contact-content {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
}

#newsletter-content {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
text-align: center;
}

#artists-content {
max-width:1220px;
margin: 0 auto;
padding-top:30px;
padding-left: 30px;
padding-right: 30px;
}

#partners-content {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
}

#services-content {
max-width:1220px;
margin: 0 auto;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
	color:#000000;
}

#services-inner{
	width:100%;
	margin:0 auto;
	
}
#services-field {
	width:25%;
	float:left;
	text-align: center;
	font-weight: bold;
}

#publishing-field {
	width:33%;
	float:left;
	text-align: center;
	font-weight: bold;
}

.services-box {
	max-width:120px;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	padding:10px;
	font-size: 90%;
}

.services-txt {
text-align: center;
margin: 0 auto;
		font-size: 1.2em;
	margin: 0;
	padding-top: 0px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.description-txt {
text-align: center;
margin: 0 auto;
color:#fff;
padding:10px;
}


#start-content {
padding-left:30px;
padding-right: 30px;
padding-top:30px;
text-align:center;
display:initial;
color:#ffffff;
}

#start-container{
max-width:1800px;
margin:0 auto;
}

#start-videos {
padding-left:30px;
padding-right: 30px;
padding-bottom:30px;
padding-top:30px;
}

#start-releases {
padding: 30px;
background:#111111;
color:#ffffff;
}

#start-magazine {
padding: 30px;
background:#ffffff;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
	margin-bottom:20px;
    }
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.content-h1 {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}
.content-h1-alt {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

.content-h1-home {
	font-size: 3em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

h9 {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

.content-h1-left {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #ffffff;
	display:inline-block;
}

.entry-content h11{
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #ffffff;
	display:block;
}

.content-h1-left-releases {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #ffffff;
	display:inline-block;
	margin-bottom:20px;
}

.content-h1-left-wht {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #000000;
	display:inline-block;
	margin-bottom:20px;
}


.content-h1-left-wht-home {
	font-size: 3em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #000000;
	display:inline-block;
	margin-bottom:20px;
}

.content-h1-left-wht-mag {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #000000;
	display:inline-block;
}
.content-h1-left-wht-ad {
	font-size: 1.7em;
	margin: 0;
	padding-top:0px;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	padding-left: 0px;
	border-left: 0px solid #000000;
	display:inline-block;
	margin-bottom:20px;
}

.heading-paragraph {
	margin:0px;
	text-align:center;
}

#contact-wrap {
}

.contact-center {
	text-align:center;
}

.contact-content {
	width:550px;
}

.contact-main {
	text-align:left;
	font-size: 90%;
	margin: 0 auto;
	max-width:550px;
	padding-top:10px;
	padding-bottom:v10px;
}

.contact-txt {
	text-align:left;
	font-size: 60%;
}

.contact-left {
width: 47%;
float: left;
text-align:justify;
}

.contact-right {
width: 47%;
float: right;
}

.contact-footer {
width: 100%;
background: #CCCCCC;
display:block;
float: left;
height: 120px;
text-align: center;
}

.contact-footer-span {
padding: 10px 20px 10px 20px;
}

#artists {
width: 31%;
float: left;
text-align:justify;
padding-right:20px;
font-size: 90%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

#artists:hover{
-webkit-filter: unset; /* Safari 6.0 - 9.0 */
filter: unset;
}

.container-margin {
	background: #000000;
	width: 100%;
	text-align: center;
	padding-top:40px;
	padding-bottom:40px;
}
#releases-contain {
	text-align:center;
}

#magazine-contain {
	
}

#videos-contain {
	text-align:left;
}

#button-box {
	display:inline-block;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ffffff;
	color:#ffffff;
	margin: 0 auto;
	letter-spacing: 2px;
	white-space: nowrap;
}


#button-box:hover {
	display:inline-block;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ffffff;
	color:#000000;
	background: #ffffff;
	transition-duration: 0.7s;
	white-space: nowrap;
}

#button-box-white {
	display:inline-block;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000000;
	color:#000000;
	margin: 0 auto;
	letter-spacing: 2px;
	white-space: nowrap;
}


#button-box-white:hover {
	display:inline-block;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000000;
	color:#ffffff;
	background: #000000;
	transition-duration: 0.7s;
	white-space: nowrap;
}

.button-txt {
	color:#ffffff;
}

.button-txt:hover {
	color:#000000;
}


.releases-box {
width:18%;
text-align:center;
font-size: 0.9rem;
display:inline-block;
/*margin: 0px 39px 20px 0px;*/
/*padding:10px 10px 10px 10px;*/
padding:10px;
color:#ffffff;
}

.releases-box:hover {
opacity: 0.8;
}

.releases-left {
width: 27%;
float: left;
padding-right: 20px;
}

.releases-center {
width: 27%;
float: left;
font-size:0.9rem;
}

.releases-right {
width: 44%;
float: right;
font-size:0.9rem;
}

.releases-bottom {
width: 100%;
float: left;
font-size:0.9rem;
}

.releases-47left {
width: 47%;
float: left;
font-size:0.9rem;
padding-right:20px;
}

.releases-47right {
width: 47%;
float: left;
font-size:0.9rem;
}

.releases-box2 {
width:167px;
text-align:center;
font-size: 0.9rem;
display:inline-block;
margin: 0px 0px 20px 0px;
}

.releases-cover {
width:300px;
text-align:center;
font-size: 0.9rem;
display:inline-block;
margin: 0px 0px 20px 0px;
}


.breaker {
	width: 100%;
	height: 20px;
	float: right;
}

img.clients {
width: 170px;
float:left;
border: 1px solid; 
border-color: #999999; 
margin:10px 10px 10px 10px;
z-index: -999999;
}

img.releases {
width: 100%;
border: 0px solid; 
border-color: #999999; 
z-index: -999999;
padding: 0px;
}

img.magazine-logo {
	padding: 10px;	
}

img.services {
width: 100px;
border: 0px solid; 
z-index: -999999;
padding: 10px;
filter: invert(100%);
}

img.homelogo {
text-align:center;
}

img.boxreleases {
width: 300px;
border: 1px solid; 
border-color: #999999; 
z-index: -999999;
padding: 5px;
}


.sloganbox
{
width:100%; 
display:inline-block;
position: relative;
border-right: 0px solid;
border-bottom: 0px solid;
border-color: #FFFFFF;
margin:0 0px 0 0;
padding: 0 0px 0 0;
float:left;
}

slogan {
color: white;
left: 40px;
position: absolute;
top: 0;
opacity:1;
padding-top: 5%;
font-size: 4vmax;
font-family: 'League Gothic';
}

slogan2 {
color: white;
left: 40px;
top: 0;
opacity:1;
text-align: center;
font-size: 4vmax;
}

sloganspan {
font-size: 3vmax;
display: block;
} 

.sloganimage {
display:inline-block;
position: relative;
border-right: 0px solid;
border-bottom: 0px solid;
border-color: #FFFFFF;
margin:0 0px 0 0;
padding: 0 0px 0 0;
float:left;
}

inner {
position: absolute;

}

slider-txt {
color: white;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity:1;
text-align: center;
vertical-align: middle;
padding-top: 40%;
font-size: 2vmax;
}

.beneath {
  /* Set rules to fill background */
  z-index:-25;
  /*min-height: 768px;*/
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .beneath {
  	height: auto;
	width:100%;
    left: 50%;
    margin-left: -512px;   /* 50% */
	z-index:-25;

  }
}

/* =Media queries - RWD
-------------------------------------------------------------- */

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1023px) {
    #menu-button {display: initial; float:left;}
	#access {font-size:70%;}
	#access ul li a {line-height:60px;}
	#access {display:none;}
	.page-id-3083 #uberheader {
  background: #000;
}
	.home #uberheader {height:60px;position:fixed;top:0px; 	background-color:rgba(0,0,0,0.5); border-bottom:0px;}
	#uberheader {width:100%;height:60px; background: #000000; position: fixed; top:0px; z-index:3; border-bottom:0px;border-bottom:2px solid #191919;}
	.single #uberheader {width:100%;height:60px; background: #000000; position: fixed; top:0px; z-index:3; border-bottom:0px;border-bottom:2px solid #191919;}
	#header { height:60px; left: 0; margin: 0 auto;	padding-left:0px; padding-right:0px;}
	.home #headlink {width:36px; height:36px; margin-left:10px; margin-right:10px; background:url(images/vnsymbol.png); 	background-repeat: no-repeat;
	background-size: contain; position: fixed; z-index:999999;}
	.home #headlink:hover {
	width: 36px;
	height: 36px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 36px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}
	#headlink {width:36px; height:36px; margin-left:10px; margin-right:10px; background:url(images/vnsymbol.png); 	background-repeat: no-repeat;
	background-size: contain; position: fixed; z-index:999999;}
	#headlink:hover {
	width: 36px;
	height: 36px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 36px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}
	#vnsymbol {width:36px;height:36px;padding-top:12px;padding-bottom:12px; margin:0px;}
	#naglowek-tytul {font-size:220%; padding-bottom:0px;}
	.home #content {margin-top:0px;}
	#content {margin-top:60px;}
	#sliderbox {}
	#sliderbox2 {height:280px}
	.releases-box { width:29%; text-align:center; font-size: 0.9rem; display:inline-block; padding-top:10px; padding-left: 16px;}
	#artists {width: 47%; float: left; text-align:justify; padding-right:20px;}
	.container960 {width: 92%; margin: 0 auto;}
	img.boxreleases {width: 200px; border: 1px solid; border-color: #999999; z-index: -999999; padding: 5px;}
	.releases-cover {width:200px; text-align:center; font-size: 0.9rem; display:inline-block; margin: 0px 0px 20px 0px;}
	#contact-wrap {width: 100%;}
	.contact-right {display:true;}
	#primary {display:none;}
	.blog #primary {display:none;}
	.blog #content {width:90%;}
	.single #primary {display:true;}
	.single #content {width:728px;}
	.single .container {width:100%}
	.single .hentry {margin: 0 0 0px 0; width: 100%;}
	/*.search-icon {display: none;} .is-menu path.search-icon-path {display: none;}*/
	#entry-content {width:90%;}
	/*#videos-content {padding-left:20px; padding-right:20px; padding-top:20px;}
	#news-content {padding-left:20px; padding-right:20px; padding-top:20px;}
	#magazine-content {padding-left:20px; padding-right:20px; padding-top:20px;}
	#about-content {padding-left:20px; padding-right:20px; padding-top:20px;}
	#music-content {padding-left:20px; padding-right:20px; padding-top:20px;}*/
	#video-box {width:30%;}
	#footer-widget-area {width:90%;}
	#footer-widget-area .widget-area {width:23%;}
	#footerwrapper {max-width:100%; padding-left:20px; padding-right:20px;}
	#LanguagesMenu {font-size:66%;}
	#site-info {font-size:66%;}
	.page-heading {margin-left:30px;}
	#LanguagesMenu {display:none;}
	#magazine-featured {width:100%;}
	#magazine-news {width:60%;padding-left:10px;}
	#magazine-left {width:60%; padding-right:20px;}
	#magazine-right {width:95%; margin:0 auto; display:inline-block;}
	#magazine-center {width:32%;}
	.category #content {width:95%;}
	#magazine-menu-wrapper {width:max-content;}
		img.magazine-logo {padding:10px; width:85%;}
	.magazine-banner-box {text-align:center; width:100%; height:100px;}
	.magazine-banner-box-single {text-align:center; height:100px;}
	#magazine-menu ul {font-size:90%;}
	.magazine-menu-class ul {font-size:90%;}
	.magazine-logo {width:267px; height:65px; background-size: contain; margin-top:20px; margin-bottom:20px; margin-left:10px; margin-right:10px;}
	#magazine-advert {width:100%; margin-top:0px;}
	#magazine-main {width:100%;}
	.single #main {background:#ffffff;}
	.blog #main {background:#ffffff;}
	.category #main {background:#ffffff;}
	.content-h1-home {font-size: 1.7em;}
	.content-h1-left-wht-home {font-size: 1.7em;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	#menu-button {display:initial; float:left;}
	#access ul li a {line-height:60px;}
    #access {display:none;}
	.page-id-3083 #uberheader {
  background: #000;
}
	.home #uberheader {max-width:120px; height:60px;position:fixed;top:0px; 	background-color:rgba(0,0,0,0.5); border-bottom:0px;}
	#uberheader {max-width:100%;height:60px; background: #000000; position: fixed; top:0px; z-index:3; border-bottom:0px;border-bottom:0px solid #191919;}
	.single #uberheader {width:100%;height:60px; background: #000000; position: fixed; top:0px; z-index:3; border-bottom:0px;border-bottom:2px solid #191919;}
	#header { height:60px; left: 0; margin: 0 auto;	padding-left:0px; padding-right:0px;}
		.home #headlink {width:36px; height:36px; margin-left:10px; margin-right:10px; background:url(images/vnsymbol.png); 	background-repeat: no-repeat;
	background-size: contain; position: fixed; z-index:999999;}
	.home #headlink:hover {
	width: 36px;
	height: 36px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 36px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}
	#headlink {width:36px; height:36px; margin-left:10px; margin-right:10px; background:url(images/vnsymbol.png); 	background-repeat: no-repeat;
	background-size: contain; position: fixed; z-index:999999; filter: invert(100%);}
	#headlink:hover {
	width: 36px;
	height: 36px;
	float:left;
	background:url(images/vnsymbol.png);
	background-repeat: no-repeat;
	background-size: auto 36px;
	opacity:60%;
	-webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;}
	#vnsymbol {width:60px;height:36px;padding-top:12px;padding-bottom:12px; margin:0px;}
	#socialhead {display:none;}
	.home #content {margin-top:0px;}
	#content {margin-top:40px;}
	#sliderbox {}
	#sliderbox2 {height:280px}
	.releases-box { width:100%; text-align:center; font-size: 0.9rem; display:inline-block; padding-top:10px; padding-left: 0px;}
	#artists {width: 100%; float: left; text-align:justify;}
	.container960 {width: 90%; margin: 0 auto;}
	img.boxreleases {width: 320px; border: 1px solid; border-color: #999999; z-index: -999999; padding: 5px;}
	.releases-cover {width:100%; text-align:center; font-size: 0.9rem; display:inline-block; margin: 0px 0px 10px 0px;}
	.releases-left {width: 100%; float:left;}
	.releases-center {width: 100%; float:left; text-align: center; padding-bottom:20px;}
	.releases-right {width: 100%; float:left; text-align: center; padding-bottom:20px;}
	.releases-bottom {width: 100%; float:left; padding-bottom:30px;}
	.releases-47right {width: 100%; float:left; text-align: center; padding:0px;}
	.releases-47left {width: 100%; float:left; text-align: center; padding:0px;}
	.about-left {width: 100%; float:left;}
	.about-right {width: 100%; float:left;}
	#about-txt {width:100%; font-size:1.2rem;}
	.hello-txt {width:100%;}
	.newsletter-txt {width:100%;}
	#about-content-left {width:100%;}
	#about-content-right {width:100%;}
	#contact-wrap {width: 100%;}
	.contact-left {width:100%; float: left;}
	.contact-right {width:100%; float: left;}
	#primary {}
	.blog #primary {display:none;}
	.blog #content {width:75%;}
	.single #primary {margin:0 auto; float:none;}
	.single #content {width:89%; padding-left:20px; padding-right:20px; padding-top:20px;margin-top:0px;}
	.single .hentry {margin: 0 0 0px 0; width: 100%;}
	.entry-meta {font-size: 110%; color: #888888;}
	/*.search-icon {display: none;} .is-menu path.search-icon-path {display: none;}*/
	#social {width:100%; text-align:center;}
	#site-info {width:100%; font-size: 70%; text-align:center; line-height:1.5; padding-top:10px; padding-bottom:10px; float:none;}
	#ffwd-logo {float:none;}
	#footer-widget-area {}
	#footer-widget-area .widget-area {width:100%; margin-right:0px; margin-bottom:20px; text-align:center;}
	#socialwidget {float:initial; text-align: center;}
	#footerwrapper {width:100%; height:120px; text-align:center; padding:0px; padding-top:30px;}
	#footerlink {margin: 0 auto; float:none;}
	#socialfooter {float:none; padding-top:10px; padding-bottom:10px;}
	#LanguagesMenu {font-size:80%; float:initial; padding: 10px;}
	.custom-menu-class li {border-right:0px solid #000000}
	.custom-menu-class ul {text-align:center;}
	#colophon {width:100%; background:#000000;}
	#video-box {display:block; width:100%; float:left; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:10px;}
	#start-content {padding-left:20px; padding-right:20px; display:block;}
	#services-content {padding-left:20px; padding-right:20px; display:block;}
	#news-content {max-width:95%; padding-top:20px; padding-left:20px; padding-right:20px;}
	#magazine-content {max-width:95%; padding-top:20px; padding-left:20px; padding-right:20px;}
	#about-content {padding-left:20px; padding-right:20px; padding-top: 20px;}
	.page-heading {font-size: 3rem;}
	.about-banner-box {height:180px;}
	.music-banner-box {height:180px;}
	.events-banner-box {height:180px;}
	.videos-banner-box {height:180px;}
	.artists-banner-box {height:180px;}
	.services-banner-box {height:180px;}
	.contact-banner-box {height:180px;}
	.news-banner-box {height:180px;}
	.records-banner-box {height:180px;}
	.publishing-banner-box {height:180px;}
	.heading-paragraph {margin:20px;}
	/*.is-menu {display:none;}*/
	.services-txt {width:100%;}
	#services-field {width:50%;}
	img.magazine-logo {padding:10px; width:85%;}
	.magazine-banner-box {text-align:center; width:100%; height:100px;}
	.magazine-banner-box-single {text-align:center; height:100px;}
	#magazine-main {padding-top:20px; padding-bottom:20px;padding-left:0px; padding-right:0px;}
	#magazine-featured {width:89%; max-height:unset; padding:20px;}
	#magazine-news {width:89%;}
	#magazine-advert {width:89%; float:none; margin:0 auto;}
	#magazine-ad1 {width:100%;}
	#magazine-ad2 {width:100%;}
	#magazine-topstories {width:95%; margin:0 auto; float:none;}
	#magazine-tv {}
	#magazine-60 {height:60px;}
	.category .container {width:100%;}
	.category #content {width:89%;}
	.category #header {width:100%;}
	.category #content .entry-title {font-size:1.2em;} 
	.category .entry-meta {font-size:90%;}
	.category #primary {width:100%;}
	.entry-searchresult {width:100%;}
	.search .container {width:100%;}
	.search #content {width:89%;}
	.search #header {width:100%;}
	.search #content .entry-title {font-size:1.2em;} 
	.search .entry-meta {font-size:90%;}
	.search #primary {width:100%;}
	.magazine-logo {width:328px;height:80px;margin:0 auto;filter:invert(100%); float:none;}
	#magazine-left {width:94%; padding-right:0px;}
	#magazine-center {width:94%; padding-right:0px;}
	#magazine-right {width:94%; padding-right:0px;}
	#magazine-menu-wrapper {float:left; width:100%; padding-top:0px; padding-bottom:0px;}
	#magazine-menu ul {text-align:center;display:table;}
	.magazine-menu-class ul {text-align:center;display:table;}
	#magazine-menu li {letter-spacing:0px;padding:10px;display:table-cell;}
	.menu-magazine-container {width:100%; overflow:scroll;}
	#LanguagesMenu {display:none;}
	.single #main {background:#ffffff;}
	.blog #main {background:#ffffff;}
	.category #main {background:#ffffff;}
	.magazine-menu-class li {display:table-cell;}
	.magazine-menu-class {width:100%; overflow:scroll;}
	.content-h1-home {font-size: 1.7em;}
	.content-h1-left-wht-home {font-size: 1.7em;}
	.new-page-heading {font-size: 3rem; text-align:center;padding-left:2rem; padding-right:2rem;}
	.new-page-heading-sub{font-size:1.2rem; text-align:center;padding-left:2rem; padding-right:2rem;}
	.new-page-content {font-size:1rem; padding-left:2rem; padding-right:2rem;}
	.new-page-content-left {text-align:center; max-width:100%;}
	.new-page-content-right {text-align:center; max-width:100%;}
	.search-icon {display: none !important; filter: invert(0%);}
	.new-banner-box {width: 3rem; height: 3rem;}
	.new-banner-box-invert {width: 3rem; height: 3rem;}
	.entry-content h10 {font-size:3.5rem;}
	.entry-content h9 {font-size:1.7rem;}




/* =Animations
-------------------------------------------------------------- */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}