*, html {
	margin : 0;
	padding : 0;
}
section, article, main, header, aside, footer, details, summary {
	display : block;
}
/*List  & Tables*/
dt {
	font-weight: bold;
}

dd {
	margin: 0 1em 1em;
}

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

figure {
	margin: 0;
}

table {
	width: 100%;
	padding : 1%;
}
/*
nav_menu_template.php 
replace div width ul
*/
/* List Basic Style */
ul,li, ol {
	list-style-type : none;
}
aside li {
	float : left;
	width : 98%;
	padding : 1%;
}
/*Format, Typo*/
body {
	color : #fff;
	font-size : 0.9em;
	font-family : verdana, sans-serif;
	background : url(img/body.jpg) #000 no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3 , h4, h5, h6 {
	font-size : 1em;
	padding : 1%;
}
@font-face {        
    font-family: "WickedGrit";
    src: url("/wp-content/themes/bbg/font/WickedGrit.ttf"); } 
p {
	padding : 1%;
}
hr {
	background-color: #ccc;
	margin-bottom: 1%;
}
code,kbd,samp, pre {
	padding : 1%;
	font-family: monospace, monospace; 
	font-size: 0.9em; 
}
abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
b, strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
img, iframe {
	border : none;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	padding : 1%;
}
address {
	padding : 1%;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 1em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left_col_header {
	float : left;
	width : 49%;
	text-align : left;
}
.right_col_header {
	float : right;
	width : 49%;	
	text-align : right;
}
/* Link */
a {
	text-decoration : none;
}
#content a, #primary a {
	color : #000;
	font-style : italic;
}
.container a, footer a {
	color : #fff;
	font-style : italic;
}
/* Clear */
.clear {
	margin : 0 auto;
	width : 100%;
	clear : both;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*Input Form*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*Input Form Fixes*/
input,optgroup,select,textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0; 
	white-space: normal; 
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}
template {
	display: none;
}
[hidden] {
	display: none;
}
/*Pre Sheet*/
.comment-navigation, 
.posts-navigation, 
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.widget {
	margin: 0 0 1em;
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.post {
	margin: 0 0 1em;
}
.updated:not(.published) {
	display: none;
}
.page-content,.entry-content,.entry-summary {
	margin: 1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,iframe,object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.9em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
form, .entry-footer, .posted-on, .comment-metadata, .reply, .comment-list{
	padding : 1%
}
.mega_menu_item:hover .mega_menu_content {
	display: block;
}
.mega_menu_item, .mega_menu_button {
  border: none;
  outline: none;
  margin: 0; 
  background-color: inherit;
  font: inherit;
}
.mega_menu_button, 
.navigation a {
	color : #e8cd04;
	font-style : italic;
	font-weight : bold;
}
.mega_menu_content {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
  	background : url() #000;
	border-bottom : 2px solid #e8cd04;
}
.mega_menu_content{} 
.mega_menu_header {
	color : #000;
	font-weight : bold;
	text-align : center;
	background: #e8cd04;
}
.mega_menu_table {
	margin : 0 auto;
	max-width : 1400px;	
}
.mega_menu_table:after {
	content: "";
	display: table;
	clear: both;
} 
.container {
	margin : 0 auto;
	width : 100%;
	color : #fff;
	text-align : center;
	background : url(/wp-content/themes/nova_aurum/img/aside.png);
	}
/* Desktop */
@media only screen and (min-width: 1000px) {
/* Start */
.template_nav {
	position : fixed;
	z-index : 999;
	top : 0;
	left : 0;
	width : 100%;
	height : 50px;
	background : url() #000;
	border-bottom : 2px solid #e8cd04;
}	
.navigation{
	color : #fff;
}
.mobile {	
	display : none;
}
.mega_menu_container {
	width : 800px;
	margin : 0 auto;
}
.mega_menu {
	float : left;
	padding : 2%;
	overflow: hidden;
}
.mega_menu_item {
	float: left;
	overflow: hidden;
}
.mega_menu_td {
	float: left;
	width: 23%;
	padding : 1%;
}

.site {
	position : absolute;
	top : 50px;
	left : 10%;
	width : 80%;
}
.site-header {
	margin : 0 auto;
	display : block;
	width : 100%;
	height : 140px;
	background : url(/wp-content/themes/nova_aurum/img/header_back.png);
}
.main-navigation {
	float : right; 
	width : 48%;
    height : 100px;
	background : #102335;
}

#content {
	margin : 0 auto;
	width : 100%;
	color : #000;
	background : #fff;
}
.content-area {
	float : left;
	width : 80%;
}
.widget-area {
	float : left;
	width : 20%;
}
.widget-area section {
	float : left;
	width : 98%;
	padding : 1%;
}
.widget-title {
	border-bottom : solid 2px #000;
}
.col {
	float : left;
	margin-left : 1%;
	width : 32%;
	}
	.atitle {
	font-weight : bold;
	}
.site-footer {
	margin : 0 auto;
	width : 100%;
	height : 40px;
	color : #fff;
	text-align : center;
	background : #000;
	clear : both;
}
figure.slider img { width: 100%; height : 300px; }
figure.slider figure figcaption { 
  position: absolute; 
  bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; 
  width: 100%;
  font-size: 2rem; 
  padding: .3rem; 
}
/*End*/
}
/* Desktop End*/
/* Mobil */
@media only screen and (max-width: 999px) {
/* Start */
.template_nav {
	position : fixed;
	z-index : 999;	
	top : 0;
	left : 0;
	width : 100%;
	height : 50px;
	background : url() #000;
}	
.navigation li {
	float : left;
	width : 96%;
	padding : 2%;
	text-align : center;
	background : url() #000;
}
.navigation li ul {
	display:none;
} 
.navigation li:hover ul {
	position : relative;
	z-index : 5;
	display : block;
} 
.mega_menu {
	float : left;
	overflow: auto;
}
.mega_menu_item {
	float: left;
	overflow: auto;
}
.mega_menu_table {
	height : 200px;
	overflow : auto;
}
.mega_menu_td {
	float: left;
	width: 98%;
	padding : 1%;
}
.site {
	position : absolute;
	top : 50px;
	left : 0%;
	width : 100%;
}
.site-header {
	margin : 0 auto;
	display : block;
	width : 100%;
	height : 20%;
	background : url(/wp-content/themes/nova_aurum/img/header_back.png);
}
.site-header img {
	width : 80%;
	height : 20%;
}
#content {
	margin : 0 auto;
	width : 100%;
	color : #000;
	background : #fff;
}
.content-area {
	float : left;
	width : 100%;
}
.widget-area {
	float : left;
	width : 100%;
}
.widget-area section {
	float : left;
	width : 98%;
	padding : 1%;
}
.widget-title {
	border-bottom : solid 2px #000;
}
.col {
	float : left;
	margin-left : 1%;
	width : 98%;
	}
	.atitle {
	font-weight : bold;
	}
.site-footer {
	margin : 0 auto;
	width : 100%;
	height : 40px;
	color : #fff;
	text-align : center;
	background : #000;
	clear : both;
}
figure.slider img { width: 100%; height : 200px; }
figure.slider figure figcaption { 
  position: absolute; 
  bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; 
  width: 100%;
  font-size: 1rem; 
  padding: .3rem; 
}
/*End*/
}
/*Mobil End*/
/*Print*/
@media print { 
header, footer, nav, div#captioned-gallery, .widget-area{ display: none !important; } 
}
/*Screenreader*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*Screenreader End*/
/*Slideshow*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
  box-sizing: border-box;
}
figure { 
  margin: 0; 
  background: #101010;
  font-family: verdana, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; 
  overflow: hidden; 
}
figure.slider { 
  position: relative; 
  width: 500%;
  font-size: 0; 
  animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; 
  height: auto;
  display: inline-block;  
  position: inherit; 
}
