/*
	Theme Name: Sixteen Nine Pro Theme
	Theme URI: http://my.studiopress.com/themes/sixteen-nine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	height:100%;
}

body {
	background:#fff;
	color: #000;
	font-family: "Roboto","Helvetica Neue", Helvetica, Arial sans-serif;
	font-size: 13.5px;
	font-size: 1.35rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:0.3px;
}

html, body {
	min-height:100%;
	height:100%;
	min-width:300px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	-moz-transition:    color 0.1s ease-in-out, background 0.1s ease-in-out;
	-ms-transition:     color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition:      color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition:         color 0.1s ease-in-out, background 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #376fb6;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #498ee6;
	text-decoration: none;
}

a:focus {
	outline:0;
	outline:none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 300;
	line-height: 1.45;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height:1.2;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
	line-height:1.2;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 14px;
	padding: 1.4rem;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.content input:focus,
.content textarea:focus {
	border: 1px solid #999;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

a.button,
a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #83a7d8;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:15px;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 11px 24px;
	padding: 1.1rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

a.button:hover,
a.btn:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #dde9f5;
	color:#000;
}

a.btn.small {
	font-size: 12px;
	padding: 0.5rem 1rem;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	width: 100%;
	height: 100%;
	max-width: 1600px;
}

.sixteen-nine-landing .site-container {
	margin: 40px auto;
	margin: 4rem auto;
	max-width: 800px;
}

.site-inner {
	float: right;
	width: 82%;
	height:100%;
}

.sixteen-nine-landing .site-inner {
	float: none;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	float: left;
	width: 100%;
	height:100%;
}

/* Content */

.content {
	/*background-color: #fff;*/
	float: left;
	padding: 48px 70px 70px 60px;
	padding: 4.8rem 7rem 7rem 6rem;
	width: 70%;
	min-height:100%;
}

.full-width-content .content {
	width: 100%;
}

.sixteen-nine-landing .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 25%;
	word-wrap: break-word;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.site-header .avatar {
	min-height:110px;
	padding-top:10px;
}

.site-header .avatar,
.site-header .site-avatar img {
	display: block;
	float: none;
	margin: 0px auto;
	margin: 0rem auto;
	max-height:140px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 70px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0 -60px 60px;
	margin: 0 -6rem 6rem;
}

.archive-description {
	padding: 40px 60px 16px;
	padding: 4rem 6rem 1.6rem;
}

.author-box,
.breadcrumb {
	padding: 40px 60px;
	padding: 4rem 6rem;
}

.archive .archive-description,
.author .author-box,
.breadcrumb {
	margin-top: -48px;
	margin-top: -4.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title,
.widgettitle {
	font-weight: 300;
}

ul.products.list li.product h3 > p,
.single-product .product_title > p,
ul.products.grid li.product h3 > p {
line-height:1.1;
margin-bottom:10px;
min-height:10px;
}

.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1em;
	text-align: center;
}

.featured_title a,
.entry-title a {
	color:#000;
	text-decoration: none;
}

.featured_title a:hover,
.entry-title a:hover {
	color: #498ee6;
}

.widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.site-header .widgettitle {
	color: #fff;
}

.archive-title {
	background-color: #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
}

.search .archive-title {
	background-color: #f5f5f5;
	font-size: 24px;
	font-size: 2.4rem;
	margin: -48px -60px 40px;
	margin: -9rem -6rem;
	padding: 40px 60px;
	padding: 4rem 6rem;
}

.search main input[type="search"] {
	font-size: 24px;
	font-size: 2.4rem;
	text-align:center;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-title {
	text-align: left;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta a:hover {
	color: #fff;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #fff;
}

.enews-widget input {
	border: none;
	margin-right: -4px;
	margin-right: -0.4rem;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
	width: 60%;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #498ee6;
	color: #fff;
	margin: 0;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #19a5a7;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #dde9f5;
	color: #999;
	float: left;
	height: 100%;
	position: fixed;
	text-align: center;
	width: 18%;
	max-width:300px;
	z-index:1000;
	
	background: rgb(238,244,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,244,250,1) 0%, rgba(221,233,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,244,250,1)), color-stop(100%,rgba(221,233,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,244,250,1) 0%,rgba(221,233,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,244,250,1) 0%,rgba(221,233,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,244,250,1) 0%,rgba(221,233,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,244,250,1) 0%,rgba(221,233,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fa', endColorstr='#dde9f5',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 3px rgba(100,100,100,0.3);
}

.site-header a,
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1em;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	display: none;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #0e0b09;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Widget Area
--------------------------------------------- */

.header-widget-area .widget {
	margin-bottom: 0px;
	margin-bottom: 0rem;
 	padding: 0 20px;
 	padding: 0 2rem;
}

.header-widget-area .widget_nav_menu {
 	padding: 0;
}

.site-header .simple-social-icons ul li {
	margin-bottom: 0 !important;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	border-top: 1px solid #cbd6e1;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height:16px;
	line-height:1.6rem;
	font-weight: 300;
	letter-spacing: 0.3px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
	
	.genesis-nav-menu li {
		border-top:0px solid #f1f8ff;
		border-bottom: 1px solid #cbd6e1;
		float: left;
		list-style-type: none;
		width: 100%;
	}
	
	.genesis-nav-menu a {
		background-color: none;
		color: #000;
		display: block;
		padding: 9px;
		padding: 0.9rem;
		text-align: center;
		text-transform: uppercase;
	}
	
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu li.menu-item:hover > a,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu li:hover {
		background-color: #1D1D1B;
		color: #fff;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition:    all 0.1s ease-in-out;
		-ms-transition:     all 0.1s ease-in-out;
		-o-transition:      all 0.1s ease-in-out;
		transition:         all 0.1s ease-in-out;
	}
	.genesis-nav-menu li:hover,
	.genesis-nav-menu .current-menu-item {
		border-bottom: 1px solid #333;
	}
	.genesis-nav-menu .current-menu-item > a {
		
	}
	
	.genesis-nav-menu .sub-menu {
		left: -9999px;
		margin: -34px 0 0 220px;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 200px;
		z-index: 99;
	}
		
		.genesis-nav-menu .sub-menu a {
			background-color: #1D1D1B;
			border-left: 1px solid #333;
			border-right: 1px solid #333;
			color: #999;
			letter-spacing: 0;
			position: relative;
			width: 200px;
		}
		
		.genesis-nav-menu .sub-menu li {
			border-top:0;
			border-bottom:1px solid #333;
		}
		
		.genesis-nav-menu .sub-menu a:hover {
			color: #fff;
		}
		
		.genesis-nav-menu .sub-menu .sub-menu {
			margin: -42px 0 0 159px;
		}
		
	.genesis-nav-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align:center;
	width:100px;
	height:50px;
	margin:0 auto;
	padding: 7px 0 0 0;
}

#responsive-menu-icon::before {
	color: #000;
	content: '\2630';
	font-size: 30px;
	font-size: 3rem;
	margin: 0 auto;
	width:100%;
	position:relative;
	float:left;
	clear:both;
}
#responsive-menu-icon::after {
	content: "Menu";
	width:100%;
	position:relative;
	float:left;
	clear:both;
	font-size: 14px;
	line-height: 30px;
	color:#000;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 3px solid #f5f5f5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.woocommerce-page .entry,
.woocommerce .entry {
	border-bottom:0;
}

.error404 .entry,
.page .entry,
.single .entry {
	border: none;
}

.error404 .entry,
.page .entry {
	margin: 0;
}

.page .entry {
	margin-bottom:40px;
	margin-bottom:4em;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #666;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-header .entry-meta {
	text-align: center;
}

.single .entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

.entry-comments-link {
	white-space:nowrap;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-author {
	white-space:nowrap;	
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories {
	display:none;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #000;
	color: #fff;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 60px 10px;
	padding: 4rem 6rem 1rem;
	text-align: center;
}

.after-entry .widgettitle {
	font-size: 20px;
	font-size: 2rem;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry li {
	list-style-type: none;
}

.after-entry li a {
	color: #999;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #83a7d8;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
	font-size:15px;
	text-transform:uppercase;
}

.archive-pagination li a:hover {
	background-color:#dde9f5;
	color:#000;
}
.archive-pagination li.active a {
	background-color: #000;
	color:#fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	padding-top: 48px;
	padding-top: 4.8rem;
}

.sidebar a {
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding:20px 15px 0;
	padding: 2rem 1.5rem 0;
	border:1px solid #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 0px solid #333;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 20px 16px;
	padding: 2rem 1.6rem;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}




/*
Velin Mods
---------------------------------------------------------------------------------------------------- */
.gridlist-toggle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	width:auto;
	position:relative;
	float:left;
}

.gridlist-toggle a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	box-shadow: none;
	outline:0;
	outline:none;
	padding-top:0px;
}

.error_msg {
	float:left;
	clear:both;
	width:100%;
}
.error_msg, .error_msg h1, .error_msg h2, .error_msg h3, .error_msg h4 {
	color:red;
}

a.post-edit-link {
	display:block;
	float:left;
	clear:both;
	padding:5px 10px;
	background:#e9a96f;
	border-radius:4px;
	color:#000;
	font-weight:bold;
	font-size:11px;
	line-height:auto;
	font-family: "Roboto","Helvetica Neue", Helvetica, Arial sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.post-edit-link:hover {
	background:#ffcb9c;
}

.entry-content td {
	vertical-align:top;
}



/*
Auction listing
---------------------------------------------------------------------------------------------------- */

.single-auction .entry-title {
	text-align:center;
}
.single-auction .gridlist-toggle {
	position:absolute;
	left:auto;
	top:auto;
	margin-top:28px;
	z-index:1000;
}
.single-auction .content {
	position:relative;
	float:left;
	border:0px solid red;
}
.single-auction .error_msg {
	position:relative;float:left;clear:both;width:100%;
	margin-top:40px;
}
.auction_dates {
	position:relative;float:left;clear:both;width:100%;
	padding:20px 0;
	margin:0;
}
	.auction_dates nav {
		text-align:center;
		margin-bottom:15px;
		margin-right:-15px;
	}
		.auction_dates_title {
			text-align:center;
		}
		.auction_dates nav a {
			display:inline-block;
			padding:10px 15px;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 300;
			text-transform:uppercase;
			letter-spacing: 1px;
			letter-spacing: 0.1rem;
			background:#83a7d8;
			color:#fff;
			margin:0 10px 10px 0;
			font-size:15px;
			width:auto;
		}
		.auction_dates nav a:hover {
			background:#dde9f5;
			color:#000;
		}
		.auction_dates nav a.active {
			background:#1D1D1B;
			color:#fff;
		}
			.auction_dates nav a h3 {
				margin:0;
			}
	.auction_dates ul {
		/*display:none;*/
	}
.single-auction .products {
	/*display:none !important;*/
}
.single-auction .products.active {
	display:block !important;
}


.post {
	margin-bottom:40px;
	margin-bottom:4em;
}

/* Other */

.entry-header {
	position:relative;float:left;
	clear:both;width:100%;height:auto;
}
.next_auction {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	margin-bottom:40px;margin-bottom:4.0rem;
	padding-bottom:40px;padding-bottom:4.0rem;
	border-bottom:1px solid #ccc;
}
.page-template-page_auctions .next_auction {
	padding-top:40px;padding-top:4.0rem;
	border-top:0px solid #ccc;
}
	.next_auction_imgs .catalogue_no {
		opacity:0;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition:    opacity 0.3s ease-in-out;
		-ms-transition:     opacity 0.3s ease-in-out;
		-o-transition:      opacity 0.3s ease-in-out;
		transition:         opacity 0.3s ease-in-out;
	}
	.next_auction_imgs .catalogue_no.visible {
		opacity:1;
	}
	.next_auction h5 {
		margin-bottom:5px;
	}
	
	.next_auction .auction_date {
		margin-right:20px;
		white-space:nowrap;
	}
	
	.next_auction_info {
		position:relative;float:left;
		width:45%;
	}
	.next_auction_imgs {
		position: relative;
	    float: right;
	    width: 330px;
	    overflow: hidden;
	    height: 280px;
	    max-width: 50%;
	}
	
	.feature_lot_img {
		display:block;
		position:relative;
		width:100%;height:280px;
		background-position:50% 5%;
		background-size:100% auto;
		background-repeat:no-repeat;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition:    opacity 0.3s ease-in-out;
		-ms-transition:     opacity 0.3s ease-in-out;
		-o-transition:      opacity 0.3s ease-in-out;
		transition:         opacity 0.3s ease-in-out;
		
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-font-smoothing: antialiased;
	}
	
	.feature_lot_img.visible {
		animation-delay: 0.15s;
		-moz-animation-delay: 0.15s;
		-webkit-animation-delay: 0.15s;
	
		animation-name: program_image_animation;
		-webkit-animation-name: webkit_program_image_animation;
		-moz-animation-name: moz_program_image_animation;
		
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
    
		animation-duration: 5s;
		-moz-animation-duration: 5s;
		-webkit-animation-duration: 5s;
	   
		animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	
	
	@-moz-keyframes moz_program_image_animation
	{
		0% { background-position: 50% 5%; }
		50% { background-position: 50% 95%; }
		100% { background-position: 50% 5%; }
	}
	
	@-webkit-keyframes webkit_program_image_animation {
		0% { background-position: 50% 5%; }
		50% { background-position: 50% 95%; }
		100% { background-position: 50% 5%; }
	}

	@keyframes program_image_animation
	{
		0% { background-position: 50% 5%; }
		50% { background-position: 50% 85%; }
		100% { background-position: 50% 5%; }
	}
	
	.feature_lot_img.centered_bg {
	background-position:center center;
	}

	.next_auction_imgs {
	background:#fff;
	border:1px solid #ccc;
	}
	.next_auction_imgs .catalogue_no {
	background:#fff;
	color:#000;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	}


.other_future_auctions {
	position:relative;float:left;clear:both;width:100%;
	padding-bottom:55px;margin-bottom:40px;border-bottom:1px solid #ccc;
}
.next_auction .online_only,
.other_future_auctions .online_only {
	position:relative;
	float:left;
	width:100%;
	opacity:0;
	/*font-size:18px;font-size:1.8rem;*/
	transition:opacity 0.3s ease-out;
}
.next_auction .online_only.ready,
.other_future_auctions .online_only.ready {
	opacity:1;
}
	.next_auction .online_only div,
	.other_future_auctions .online_only div {
		position:relative;
		float:left;
		margin-right:10px;
	}


/*
Velin Tags
---------------------------------------------------------------------------------------------------- */
.rel { position:relative;float:left; }
.right { float:right; }
.clear { clear:both; }
.center { text-align:center; }
.nowrap { white-space:nowrap; }
.uppercase { text-transform:uppercase; }
.bold { font-weight:bold; }
.boxlink { position:absolute;left:0;top:0;width:100%;height:100%;}
.round, .rounded { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.round_wide, .rounded_wide { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
.circle { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.rcm { position:relative;float:left;clear:both;width:100%; }
.hidden { display:none; }
.invisible { opacity:0; }
.boxlink { position:absolute;left:0;top:0;width:100%;height:100%;}
.nomargin { margin:0; }
.round_top, .rounded_top { 
	border-top-left-radius:4px; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px;
	border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px;
}
.round_bottom, .rounded_bottom { 
	border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px;
}
.round_top_wide, .rounded_top_wide { 
	border-top-left-radius:6px; -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
	border-top-right-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;
}
.round_bottom_wide, .rounded_bottom_wide { 
	border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px;
	border-bottom-right-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;
}
.line_through {
	text-decoration:line-through;
}

.loader,
.pp_loaderIcon {
	position:absolute;
	left:0;top:0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.loader:after,
.pp_loaderIcon:after {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-animation: throbrotate 0.6s linear infinite;
	-moz-animation: throbrotate 0.6s linear infinite;
	-ms-animation: throbrotate 0.6s linear infinite;
	-o-animation: throbrotate 0.6s linear infinite;
	animation: throbrotate 0.6s linear infinite;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border-top: 2px solid rgba(50,50,50,0.4);
	border-bottom: 2px solid rgba(220,220,220,0.4);
	border-left: 2px solid rgba(50,50,50,0.4);
	border-right: 2px solid rgba(220,220,220,0.4);
	content: '';
	opacity: 1;
}
.loader.xlarge:after {
	width: 100px;
	height: 100px;
}
.loader.large:after {
	width: 40px;
	height: 40px;
}
.loader.medium:after {
	width: 30px;
	height: 30px;
}
.loader.small:after {
	width: 10px;
	height: 10px;
}

.pp_loaderIcon:before {
	background:none !important;
}
.pp_loaderIcon {
	height: 30px;
    left: 50%;
    margin: -18px 0 0 -18px !important;
    position: absolute;
    top: 50%;
    width: 30px;
}


@keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-webkit-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-moz-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-o-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fast {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.faster {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.slow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animated.slower {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

/*
.site-container:after {
position:absolute;
bottom:0;bottom:0;
width:5px;height:5px;
background:black;
z-index:10000;
}
*/





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

/* Largest screens */
@media only screen and (min-width: 1241px) {
	.site-header {
		
	}
}

@media only screen and (max-width: 1240px) {

	.full-width-content .content,
	.site-header,
	.site-inner {
		width: 100%;
	}

	.content {
		width: 70%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.site-header {
		float: none;
		height: auto;
		padding-top: 20px;
		padding-top: 2rem;
		position: relative;
		max-width:none;
	}

	.title-area {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.genesis-nav-menu {
		border-bottom: 1px solid #333;
		margin: 0 0 0px;
		margin: 0 0 0rem;
		text-align: center;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
		border-bottom:1px solid transparent;
	}

	.genesis-nav-menu li {
		border: none;
		float: none;
		width: auto;
	}

	.genesis-nav-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu a {
		text-align: left;
	}

	.site-footer {
		display: none;
	}

	.sidebar {
		padding: 48px 40px 0 0;
		padding: 4.8rem 4rem 0 0;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.sidebar-primary {
		width: 100%;
	}

	.archive-description,
	.author-box,
	.breadcrumb {
		margin: 0 0 60px;
		margin: 0 0 6rem;
	}

	.sixteen-nine-landing .site-container {
		margin: 5%;
	}

	.search-form {
		margin: 0 auto;
		width: 50%;
	}

}


@media only screen and (max-width: 767px) {
	
	body {
		font-size:11.5px;
		line-height:1.45;
	}
	
	h1 {
		
	}
	h2 {
		font-size:20px;
	}
	h3 {
		
	}
	
	.site-header {
		border-bottom:1px solid #000;
	}
	
	.site-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
		font-size: 16px;
		line-height:1.5;
	}

	.title-area {
		margin-bottom: 0;
	}
	
	.site-header .site-avatar {
		height:130px;
		min-height:0;
		margin-top:5px;
	}
	.genesis-nav-menu a {
		padding:7px;
	}
	.site-header .site-avatar img {
		height:100%;
		background:none !important;
	}

	.header-widget-area .widget,
	.site-description {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.site-description {
		margin-bottom:10px;
		margin-bottom:1rem;
	}
	
	.genesis-nav-menu {
		margin-bottom:0;
		border-bottom:0;
		padding-top:10px;
		padding-top:1rem;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.content,
	.sidebar {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	
	.entry-header .entry-meta {
		margin-bottom:30px;
		margin-bottom:3rem;
	}
	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.enews-widget input,
	.enews-widget input[type="submit"],
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.search-form,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	
	.next_auction {
		padding-bottom:20px;
		padding-bottom:2rem;
	}
	.next_auction_info {
		width:100%;
		clear:both;
		text-align:center;
	}
	.next_auction .online_only div {
		display:inline-block;
		float:none;
		text-align:left;
		margin-right:5px;
	}
		.next_auction_info .btn {
			margin-left:-15px;
		}
	
	.next_auction .auction_date {
		margin-right:0;
	}
	.next_auction_imgs {
		width:100%;
		max-width:100%;
		clear:both;
		margin-top:30px;
		margin-top:3rem;
	}
	
	.sidebar {
		padding-top:0;
	}

}


#cookie-law-info-bar {
font-size:12px;
background:#f4f4f4 !important;
border:0 !important;
border-top:1px solid #d2d2d2 !important;
color:#666 !important;
padding:6px 10px;
}

#cookie-law-info-bar .cli-plugin-button {

}

#cookie-law-info-bar .cli-plugin-button,
#cookie-law-info-bar .cli-plugin-main-link {
margin-right:0;
font-size:11px;
font-family:'Roboto', sans-serif;
text-transform:uppercase;
line-height:11px;
font-weight:700;
letter-spacing:1.8px;
padding: 7px 16px 6px 16px;
}

#cookie-law-info-bar .cli-plugin-button {
margin-left:20px;
border-radius:0;
box-shadow:none;
text-shadow:none;
background:#dde9f5 !important;
color:#000 !important;
}

#cookie-law-info-bar .cli-plugin-button:hover,
#cookie-law-info-bar .cli-plugin-button:focus,
#cookie-law-info-bar .cli-plugin-button:active {
background:#000 !important;
color:#fff !important;
}


#cookie-law-info-bar .cli-plugin-main-link {
	color:#7d7d7d !important;
}

#cookie-law-info-bar a.cli-plugin-main-link:hover,
#cookie-law-info-bar a.cli-plugin-main-link:focus,
#cookie-law-info-bar a.cli-plugin-main-link:active {
	color:#274b7d !important;
}


.error404 .entry {
max-width:700px;
margin:0 auto !important;
}

.not_found_btns_holder {
display:block;
padding:50px 0;
text-align:center;
}

.not_found_btns_holder .btn {
margin:15px 15px 15px 0;
}

.nav_live.now a:before {
content:"";
position:relative;
display:inline-block;
width:6px;height:6px;
background:red;
border-radius:50%;
margin-right:5px;
top:-2px;
}
.nav_live.now a span:after {
content:": NOW";
}