/*
Theme Name: Woltz
Description: Custom theme for the Woltz & Associates main website
Author: Access Advertising
Author URI: http://visitaccess.com
Version: 1.0
*/

/* Reset */
* {
	margin:0;
	padding:0;
	outline: none;
}
*::-moz-focus-inner {border:0;}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body{
	color:#000;
	font:14px/24px 'Lato', arial, sans-serif;
	background:#fff;
}
/* styles for default page links */
a{
	text-decoration:none;
	outline:none;
}
a:hover
{
	text-decoration: underline;
}
/* set typography styles for common tags */
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
	outline:none;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{
	padding-left:32px;
	padding-left: 2rem;
	font-style: italic;
}

cite{
	display:block;
	text-align:right;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
ol
{
	margin:0 0 14px;
	padding-left: 32px;
	padding-left: 2rem;
}
ul ul
{
	padding: 8px 0 0 32px;
	padding: 0.5rem 0 0 2rem;
	margin:0;
}
ul ol,
ol ul,
ol ol
{
	padding-left:22px;
	padding-left: 1.375rem;
	margin:0;
}
ul li, ol li{list-style-position:outside;}
ul>li{list-style-type:disc;}
dl dt{
	float:left;
	clear:left;
	padding-right:4px;
	padding-right: 0.25rem;
	font-weight:bold;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.searchform textarea,
.searchform input[type="email"],
.searchform input[type="text"]
{
	border:1px solid #ccc;
	background:#fff;
	margin:0 4px 0 0;
	padding:6px 4px;
}
textarea.width_override,
input[type="email"].width_override,
input[type="text"].width_override
{
	width: auto !important;
}

.commentlist li{list-style:none;}
.commentlist li+li{padding-bottom:14px;}
.commentlist img{
	float:left;
	margin:0 14px 4px 0;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft{float: left;}
.alignright {float: right;}
.wp-caption {
	text-align: left;
	padding: 4px;
	font-style: italic;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}

.clear:before,
.clear:after 
{
	content: "";
	display: table;
}

.clear:after 
{
	clear: both;
}

.mobile_only
{
	display: none;
}

/* Site styles */

html
{
	height: 100%;
}

iframe
{
	max-width: 100%;
}

body
{
	background-color: #fff;
	font: normal normal 14px/22px "Lato", arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: #333;
}

td, th
{
	padding: 10px;
}

img
{
	max-width: 100%;
	height: auto;
	display: block;
}

a
{
	color: #4d4d4d;
}

input, textarea, select
{
	color: #a3862f;
	padding: 6px 2%;
	border: none;
	width: 96%;
	font-size: 14px;
	background-color: #eaeaea;
}

input[type=checkbox]
{
	width: auto;
}

input[type=button],
input[type=submit],
input[type=reset],
.btn_link
{
	text-decoration: none;
	border: none;
	background-color: #a3862f;
	color: #fff;
	padding: 7px 10px;
	border-radius: 0;
	text-transform: uppercase;
}

.wp-caption-text
{
	font-size: 12px;
	font-size: 0.75rem;
}

p
{
	margin-bottom: 0;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

ul
{
	padding-left: 24px;
	padding-left: 1.5rem;
}

ol
{
	padding-left: 24px;
	padding-left: 1.5rem;
}

.alignleft
{
	float: left;
	padding: 5px 30px 30px 0;
}

.alignright
{
	float: right;
	padding: 5px 0 30px 30px;
}

.alignnone
{
	padding: 5px 0 30px;
}

.no_padding
{
	padding: 0 !important;
}

.post-thumbnail img
{
	display: block;
}

#header_wrapper,
#main_nav_wrapper,
#slideshow_wrapper,
#page_header_wrapper,
#featured_content_wrapper,
#content_wrapper,
#footer_wrapper
{
	display: block;
	width: 100%;
	clear: both;
	float: none;
	background-color: transparent;
}

#main_nav_wrapper
{
	background-color: #afbd21;
}

#content_wrapper
{
	padding: 16px 0 40px;
	padding: 1rem 0 2.5rem;
}

#header_inner,
#main_nav_inner,
#slideshow_inner,
#page_header_inner,
#featured_content_inner,
#content_inner,
#footer_inner
{
	clear: both;
	float: none;
	display: block;
	background-color: transparent;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	max-width: 94%;
}

h1, 
h1 a
{
	font: normal 300 30px/34px "Lato", arial, sans-serif;
	font-size: 1.875rem;
	line-height: 2.125rem;
	color: #a3862f;
}

h2,
h2 a
{
	font: normal bold 22px/28px "Lato", arial, sans-serif;
	font-size: 1.375rem;
	line-height: 1.75rem;
	color: #a3862f;
	margin: 10px 0 0 0;
}

h3,
h3 a
{
	font: normal bold 18px/24px "Lato", arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #a3862f;
	margin: 10px 0 0 0;
}

h4,
h4 a
{
	font: normal bold 16px/20px "Lato", arial, sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #333;
	margin: 10px 0 0 0;
}

h5,
h5 a
{
	font: normal bold 14px/18px "Lato", arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #333;
	margin: 10px 0 0 0;
}

blockquote
{
	background: #ede7d5;
	padding: 12px 32px;
	padding: 0.75rem 2rem;
}

blockquote p:last-child
{
	padding-bottom: 0;
}

.meta-nav
{
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	clip: auto;
	color: #0080b4;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Header area */

#header_inner
{
	padding: 20px 0;
	padding: 1.25rem 0;
	overflow: visible;
	position: relative;
}

#header_inner input
{
	color: #909090;
	border: 1px solid #909090;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	width: auto;
}

#header_inner input[type=button],
#header_inner input[type=submit],
#header_inner input[type=reset]
{
	border: none;
	color: #fff;
	text-transform: none;
}

#logo
{
	width: 15%;
	display: inline-block;
	float: left;
}

#logo img
{
	display: inline;
}

#header_right,
#header_main_menu
{
	display: inline-block;
	width: 79.9%;
	vertical-align: top;
	float: right;
}

#mobile_nav,
#sidr
{
	display: none;
}

#mobile_menu_toggle
{
	display: none;
	font-family: "Lato", arial,sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.header_row_right
{
	text-align: right;
}

#header_phone
{
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	color: #a3862f;
}

.searchform
{
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
}

#header_mobile_search,
#sidebar_mobile_search
{
	float: right;
	padding-left: 16px;
	display: none;
	cursor: pointer;
}

#header_mobile_search img,
#sidebar_mobile_search img
{
	max-width: 24px;
}

/* Top menu */

#top-nav-container
{
	padding: 0 0 12px;
}

#top-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#top-nav li
{
	list-style-type: none;
	padding: 0 8px;
	padding: 0 0.5rem;
	margin: 0;
	display: inline;
	font-family: "Lato", arial,sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 12px;
	line-height: 0.75rem;
	color: #a3862f;
	position: relative;
}

#top-nav li:last-child
{
	padding-right: 0;
}

#top-nav li a
{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

#top-nav li ul
{	
	display: none;
}

/* Social menu */

#social-nav-container
{
	padding: 0;
	float: right;
}

ul.social-nav
{
	list-style: none;
	padding: 0 0 0 12px;
	margin: -2px 0 0;
	display: block;
}

.social-nav li
{
	list-style-type: none;
	padding: 0 4px;
	padding: 0 0.25rem;
	margin: 0;
	display: inline-block;
	font-family: "Lato", arial,sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 12px;
	line-height: 0.75rem;
	color: #a3862f;
	position: relative;
	vertical-align: middle;
}

.social-nav li:last-child
{
	padding-right: 0;
}

.social-nav li a
{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.social-nav li ul
{	
	display: none;
}

/* Main menu */

#main-nav-container
{
	padding: 4px 0;
	padding: 0.25rem 0;
}

#main-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#main-nav li
{
	list-style-type: none;
	padding: 10px 20px 12px;
	padding: 0.625rem 1.25rem 0.75rem;
	margin: 0;
	display: inline;
	font-family: "Lato", arial,sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	line-height: 1.25rem;
	color: #444;
	text-transform: uppercase;
	position: relative;
}

#main-nav li.active
{
	background-color: #967a2b;
	color: #fff;
}

#main-nav li.menu-item-has-children
{
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
}

#main-nav li.menu-item-has-children:after
{
	content: url(./images/arrow-nav-menu.png);
	position: relative;
	right: -6px;
	top: -2px;
}

#main-nav li a
{
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

#main-nav li ul
{	
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	z-index: 1000;
	background-color: #967a2b;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	min-width: 100%;
}

#main-nav li:last-child ul
{
	right: 0;
}

#main-nav li ul li
{
	display: list-item;
	z-index: 10000;
	padding: 8px 20px 8px 0;
	padding: 0.5rem 1.25rem 0.5rem 0;
	white-space: nowrap;
	text-transform: none;
	border-bottom: 1px solid #fff;
}

#main-nav li ul li:last-child
{
	border-bottom: none;
}

#main-nav li ul li a
{
	margin: 0;
	color: #fff;
}

/* Slideshow */

#slideshow_wrapper
{
	padding: 16px 0 0;
	padding: 1rem 0 0;
}

.padded_slideshow
{
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

#main_content_container .cycle-slideshow .slide img
{
	border: 1px solid #eaeaea;
}

.slide
{
	width: 100%;
}

.slide img
{
	width: 100%;
}

.cycle-slideshow .image_caption
{
	color: #fff;
	font-style: italic;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: #000;
	padding: 15px;
	opacity: 0.5;
}

.slide_content_outer,
.slide_content_middle
{
	clear: both;
	float: none;
	display: block;
	background-color: transparent;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	max-width: 94%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
}

.slide_content_middle
{
	left: -50%;
	max-width: 100%;
}

.slide_content_inner
{
	position: absolute;
	top: 20%;
	left: 50%;
	background:rgb(163,134,47); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(163,134,47,0.8); /* Modern Browsers */
	padding: 2%;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.slide_description
{
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.slide_content_inner h1
{
	color: inherit;
	font-size: 31px;
	font-size: 1.9375rem;
	text-transform: none;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.slide_content_inner a
{
	color: inherit;
	text-decoration: none;
}

.slide_content_inner a.learn_more
{
	display: inline-block;
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=50); /* IE6/7/8 */
	background:rgba(255,255,255,0.5); /* Modern Browsers */
	padding: 7px 10px;
	color: #444;
	text-transform: uppercase;
}

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

.slide_content_inner ul li
{
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	padding: 0 4px;
	color: inherit;
	white-space: nowrap;
}

.slide_content_inner ul li:first-child
{
	list-style-type: none;
	padding-left: 0;
}

#slideshow_controls
{
	position: absolute;
	bottom: 40px;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0;
	padding: 0.5rem 0 0;
}

.content_container
{
	overflow-x: hidden;
}

.content_container #slideshow_controls
{
	top: 90%;
}

.cycle-pager
{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	max-width: 94%;
}

.cycle-pager li
{
	list-style-type: none;
	display: inline-block;
	padding: 4px;
	width: 6px;
	height: 6px;
	margin: 6px;
	background: transparent url(./images/Carousel-dot-white.png) no-repeat;
	cursor: pointer;
}

.cycle-pager li:first-child
{
	margin-left: 0;
}

.cycle-pager li.cycle-pager-active
{
	background: transparent url(./images/Carousel-dot-transparent.png) no-repeat;
}

#main_content_container #slideshow_controls
{
	position: static;
	text-align: center;
}

#main_content_container .cycle-pager li
{
	background: #ccc;
	border-radius: 50%;
}

#main_content_container .cycle-pager li.cycle-pager-active
{
	background: #a3862f;
}

/* Main content area */

.btn_link_wrapper
{
	display: inline-block;
	padding: 24px 0;
}

.btn_link_wrapper.mobile_only
{
	display: none;
}

.home #content_wrapper
{
	padding-top: 0;
}

#page_header_inner
{
	overflow: visible;
	border-bottom: 2px solid #fff;
}

h1.page-title
{
	background: #333;
	position: relative;
	color: #fff;
	padding: 24px 0;
	padding: 1.5rem 0;
	margin: 0;
}

h1.page-title:before,
h1.page-title:after 
{
	content: "";
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
}

h1.page-title:before
{
	right: 100%;
	width: 99999px;
}

h1.page-title:after {
	left: 100%;
	width: 99999px;
}

h1.page-title span
{
	float: right;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	color: #fff;
}

#featured_wrapper img
{
	width: 100%;
}

li
{
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

#content_inner
{
	overflow: visible;
	position: relative;
	padding-top: 32px;
	padding-top: 2rem;
}

.home #content_inner
{
	padding-top: 0;
}

#main_content_container
{
	display: inline-block;
	width: 64%;
	vertical-align: top;
}

#main_content_container.left_sidebar_only
{
	width: 79%;
	padding-left: 2%;
}

#main_content_container.full_width
{
	display: block;
	width: 100%;
	float: none;
}

.hentry h1:first-child,
.hentry h2:first-child,
.hentry h3:first-child,
.hentry h4:first-child
{
	margin-top: 0;
}

.page-header,
.entry-header
{
	padding-bottom: 30px;
	position: relative;
}

.paging-navigation,
.post-navigation
{
	padding: 0 0 20px 0;
}

.category article .entry-content-inner,
.archive article .entry-content-inner
{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.category article:last-child .entry-content-inner,
.archive article:last-child .entry-content-inner
{
	border-bottom: 0;
	padding-bottom: 0;
}

.prev_link
{
	width: auto;
	float: left;
}

.next_link
{
	width: auto;
	float: right;
}

#home_content h1
{
	padding-top: 16px;
	padding-top: 1rem;
}

#content article header
{
	padding-bottom: 5px;
}

#content p,
#content li
{
	line-height: 22px;
}

#content_inner a
{
	color: #a3862f;
	text-decoration: underline;
}

#content_inner a.btn_link
{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.archive_links li
{
	padding: 0 12px;
	float: left;
	border-right: 1px solid #419639;
	line-height: 16px;
	line-height: 1rem;
}

.archive_links li:last-child
{
	border-right: none;
}

/* Content Columns */

.content-column.one_half
{
	padding: 0 2% 0 0;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 0.9375rem;
}

.content-column.one_half.last_column
{
	padding: 0 0 0 2%;
	box-sizing: border-box;
}

/* Auction Calendar */

#search_loader
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(./images/loading.gif) no-repeat 50% 100px;
	background-color: rgb(255,255,255); /* IE6/7/8 */
	filter: alpha(opacity=80); /* IE6/7/8 */
	background-color: rgba(255,255,255,0.8); /* Modern Browsers */
	z-index: 10000;
}

.auction_filter
{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	border-right: 1px solid #a3862f;
}

.auction_filter ul
{
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	padding: 8px 20px 0 0;
	padding: 0.5rem 1.25rem 0 0;
}

.auction_filter ul li
{
	text-indent: 0;
	width: 100%;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	list-style-type: none;
}

.auction_filter ul li input[type="checkbox"],
.auction_filter ul li input[type="radio"]
{
	display: none;
}

.auction_filter ul li input[type="checkbox"]:checked + label .indicator,
.auction_filter ul li input[type="radio"]:checked + label .indicator
{
	background-color: #a3862f;
}

#mobile_filter .auction_filter ul li input[type="checkbox"]:checked + label .indicator,
#mobile_filter .auction_filter ul li input[type="radio"]:checked + label .indicator
{
	background-color: #333;
}

#mobile_filter input[type=submit]
{
	background: #eee4c9;
	color: #333;
}

.auction_filter ul li .checkbox_wrapper
{
	display: block;
	position: relative;
	line-height: 16px;
}

.auction_filter ul li .checkbox_wrapper label
{
	cursor: pointer;
	display: block;
	padding-left: 20px;
	padding-left: 1.25rem;
	text-indent: -20px;
	text-indent: -1.25rem;
}

.auction_filter ul li .checkbox_wrapper label .indicator
{
	display: block;
	float: left;
	background-color: #eaeaea;
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	position: relative;
	top: 2px;
	left: -20px;
	left: -1.25rem;
}

.auction_filter ul li:before
{
	content: '';
	position: static;
	white-space: normal;
}

ul#results_list,
ul#results_list ul.image_list
{
	padding: 0;
	margin: 0;
}

ul#results_list > li
{
	list-style-type: none;
	border-bottom: 1px solid #a3862f;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

ul#results_list > li:last-child
{
	border-bottom: none;
}

ul#results_list ul.image_list li
{
	float: left;
	list-style-type: none;
	max-width: 48%;
	padding: 0;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

ul#results_list ul.image_list li:nth-child(even)
{
	float: right;
}

.result_image_col
{
	display: inline-block;
	width: 27%;
	padding-right: 2%;
	vertical-align: top;
}

.result_image_col img
{
	border: 1px solid #333;
}

.result_image_col .auction_img_wrapper img
{
	border: none;
}

.result_details
{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

.result_details h2.post-title
{
	margin-top: 0;
	font-weight: normal;
}

.result_description
{
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.result_description p:last-child
{
	padding-bottom: 0;
}

.result_info
{
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.featured_content_col
{
	display: table-cell;
	width: 49%;
	padding-right: 10%;
	vertical-align: top;
}

.featured_content_col:first-child
{
	background-color: rgb(255,255,255); /* IE6/7/8 */
	filter: alpha(opacity=80); /* IE6/7/8 */
	background-color: rgba(255,255,255,0.8); /* Modern Browsers */
	color: #333;
	position: relative;
	vertical-align: middle;
}

.featured_content_col:first-child:before
{
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(255,255,255,0.8); /* Modern Browsers */
	position: absolute;
	top: 0;
	bottom: 0;
}

.no_image .featured_content_col
{
	background: transparent;
	color: #fff;
	position: static;
	vertical-align: top;
}

.featured_content_col:before
{
	right: 100%;
	width: 99999px;
}

.featured_content_col:nth-child(even)
{
	vertical-align: middle;
	padding-right: 0;
}

.featured_content_col h1,
.featured_content_col h2,
.featured_content_col h3,
.featured_content_col p
{
	color: inherit;
	margin-top: 0;
}

.featured_content_col a
{
	color: inherit;
}

.featured_content_col .property_title a
{
	text-decoration: none;
}

.featured_content_col .property_title a:hover
{
	color: #e4d5a6;
}

.featured_content_col h1
{
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 300;
}

.featured_content_col h2.upcoming_heading
{
	margin-top: 0;
}

.featured_content_col .auction_brief_description
{
	font-size: 15px;
	font-size: 0.9375rem;
}

.featured_content_col .auction_brief_description h2
{
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
}

.featured_content_col .auction_details ul,
#featured_content .auction_details ul
{
	padding: 0;
	margin: 0;
	display: block;
}

.featured_content_col .auction_details ul li,
#featured_content .auction_details ul li
{
	list-style-type: none;
	font-weight: bold;
	padding: 0;
	color: inherit;
}

/* Auction details */

#featured_wrapper
{
	position: relative;
	background: #a3862f;
}

#featured_content_wrapper
{
	padding: 32px 0;
	padding: 2rem 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#featured_content_wrapper.no_image,
.archive #featured_content_wrapper
{
	position: static;
}

#featured_content_wrapper a.btn_link
{
	background-color: #eee4c9;
	color: #333;
	text-decoration: none;
	display: inline-block;
}

#featured_content_inner
{
	height: 100%;
	display: table;
	width: 94%;
	max-width: 1200px;
	overflow: visible;
}

#featured_content
{
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=90); /* IE6/7/8 */
	background:rgba(255,255,255,0.9); /* Modern Browsers */
	width: 40%;
	padding: 2%;
	height: 100%;
	box-sizing: border-box;
	display: inline-block;
}

#featured_content_wrapper.no_image #featured_content
{
	padding-left: 0;
	padding-top: 0;
	background: transparent;
}

#featured_content h2
{
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
}

.auction_details
{
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.auction_label
{
	font-weight: bold;
}

.content_container .auction_bottom_description
{
	display: none;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #a3862f;
}

.woltz_auction .content_container iframe
{
	/*width: 100%;*/
}

/* Agents list */

.result_info label
{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-right: 8px;
}

ul.agent_list
{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.agent_list li
{
	list-style-type: none;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}

/* Associated Auctions */

.associated_auction
{
	border-top: 1px solid #a3862f;
	padding: 16px 0;
}

.associated_auction .auction_img_wrapper
{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-right: 2%;
}

.associated_auction .auction_img_wrapper + .associated_auction_details
{
	display: inline-block;
	vertical-align: top;
	width: 64%;
}

/* Forms */

.wpcf7-form div
{
	position: relative;
}

span.wpcf7-form-control-wrap
{
	display: inline-block;
	padding-right: 12px;
	padding-right: 0.75rem;
}

span.wpcf7-not-valid-tip
{
	display: inline-block;
}

div.wpcf7 img.ajax-loader
{
	position: absolute;
	right: 0;
}

span.wpcf7-list-item { display: block; }

input[type=text],
input[type=email],
input[type=tel],
input[type=submit]
{
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

#main_content_container input,
#main_content_container textarea,
#main_content_container select,
input[type=submit]
{
	width: auto;
}

input[type=submit].right
{
	position: absolute;
	top: 0;
	right: 0;
}

input.short
{
	max-width: 50%;
}

#right_sidebar .wpcf7-list-item-label
{
	font-size: 12px;
	font-size: 0.75rem;
	color: #a3862f;
}

#right_sidebar span.wpcf7-form-control-wrap
{
	display: inline;
	padding-right: 0;
}

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

:-moz-placeholder { /* Firefox 18- */
   color: #a3862f;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a3862f;  
}

:-ms-input-placeholder {  
   color: #a3862f;  
}

/* Widgets */

#widget-area-1 .widget
{
	position: relative;
}

.widget_tabs
{
	position: absolute;
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(255,255,255,0.8); /* Modern Browsers */
	z-index: 1000;
	display: none;
}

.widget_tabs_show
{
	display: block;
}

.widget_tabs ul
{
	padding: 0 32px;
	margin: 0;
}

.widget_tabs li
{
	list-style-type: none;
	display: inline-block;
	padding: 8px 0;
	position: relative;
}

.widget_tabs li.active_tab:after
{
	content: url(./images/arrow-down-home.png);
	position: absolute;
	top: 100%;
	left: 35%;
}

#content_inner .widget_tabs li a
{
	display: block;
	border-right: 1px solid #996633;
	text-decoration: none;
	color: #996633;
	padding: 0 8px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
}

#content_inner .widget_tabs li:last-child a
{
	border-right: none;
}

#woltz_auction_results,
#woltz_real_estate_results
{
	padding-top: 40px;
	padding-top: 2.5rem;
}

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

.widget_listing_results li
{
	list-style-type: none;
	display: inline-block;
	width: 30%;
	padding: 0 3% 24px 0;
	padding: 0 3% 1.5rem 0;
	vertical-align: top;
}

.widget_listing_results li img
{
	border: 1px solid #333;
}

.widget_listing_results li .auction_img_wrapper img
{
	border: none;
}

.widget_listing_results li:nth-child(3n)
{
	padding-right: 0;
}

.widget_listing_results li h2
{
	font-weight: normal;
}

#content_inner h2.property_title a
{
	text-decoration: none;
}

#content_inner h2.property_title a:hover
{
	color: #c2ab64;
}

.auction_img_wrapper
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 8px;
	max-width: 100%;
	border: 1px solid #333;
}

.auction_img_wrapper.auction_sold
{
	padding-bottom: 0;
}

.auction_img_wrapper.auction_sold:after
{
	content: 'Sold';
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-25deg); 
	-moz-transform: rotate(-25deg); 
	-ms-transform: rotate(-25deg); 
	-o-transform: rotate(-25deg); 
	transform: rotate(-25deg);
	position: absolute;
	left: -10%;
	top: 38%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 8px 10%;
}

.auction_sold + .image_list
{
	padding-top: 8px !important;
}

.featured_content_col + .auction_sold_wrapper,
.featured_content_col .auction_sold_wrapper
{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 250px;
	min-width: 260px;
}

.auction_sold_wrapper.auction_sold_wrapper_right
{
	right: -6%;
	left: initial;
	width: 25%;
}

.auction_sold_wrapper .auction_sold
{
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg); 
	-ms-transform: rotate(-30deg); 
	-o-transform: rotate(-30deg); 
	transform: rotate(-30deg);
	position: absolute;
	left: -10%;
	top: 18%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

.auction_sold_wrapper.auction_sold_wrapper_right .auction_sold
{
	-webkit-transform: rotate(25deg); 
	-moz-transform: rotate(25deg); 
	-ms-transform: rotate(25deg); 
	-o-transform: rotate(25deg); 
	transform: rotate(25deg);
	right: 0;
	left: initial;
}

.auction_sold_wrapper .auction_sold:before,
.auction_sold_wrapper .auction_sold:after 
{
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	position: absolute;
	top: 0;
	bottom: 0;
}

.auction_sold_wrapper .auction_sold:before
{
	right: 100%;
	width: 99999px;
}

.auction_sold_wrapper .auction_sold:after {
	left: 100%;
	width: 99999px;
}

.auction_img_wrapper.auction_under_contract
{
	padding-bottom: 0;
}

.auction_img_wrapper.auction_under_contract:after
{
	content: 'Under Contract';
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-25deg); 
	-moz-transform: rotate(-25deg); 
	-ms-transform: rotate(-25deg); 
	-o-transform: rotate(-25deg); 
	transform: rotate(-25deg);
	position: absolute;
	left: -10%;
	top: 38%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 8px 10%;
}

.auction_under_contract + .image_list
{
	padding-top: 8px !important;
}

.featured_content_col + .auction_under_contract_wrapper,
.featured_content_col .auction_under_contract_wrapper
{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 250px;
	min-width: 260px;
}

.auction_under_contract_wrapper.auction_under_contract_wrapper_right
{
	right: -6%;
	left: initial;
	width: 25%;
}

.auction_under_contract_wrapper .auction_under_contract
{
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg); 
	-ms-transform: rotate(-30deg); 
	-o-transform: rotate(-30deg); 
	transform: rotate(-30deg);
	position: absolute;
	left: -10%;
	top: 18%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

.auction_under_contract_wrapper.auction_under_contract_wrapper_right .auction_under_contract
{
	-webkit-transform: rotate(25deg); 
	-moz-transform: rotate(25deg); 
	-ms-transform: rotate(25deg); 
	-o-transform: rotate(25deg); 
	transform: rotate(25deg);
	right: 0;
	left: initial;
}

.auction_under_contract_wrapper .auction_under_contract:before,
.auction_under_contract_wrapper .auction_under_contract:after 
{
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:rgb(237,28,36); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(237,28,36,0.8); /* Modern Browsers */
	position: absolute;
	top: 0;
	bottom: 0;
}

.auction_under_contract_wrapper .auction_under_contract:before
{
	right: 100%;
	width: 99999px;
}

.auction_under_contract_wrapper .auction_under_contract:after {
	left: 100%;
	width: 99999px;
}

#woltz_real_estate_results
{
	display: none;
}

#widget-area-2
{
	padding: 24px 0 0;
}

#widget-area-2 .widget
{
	display: block;
	padding: 24px 0;
	padding: 1.5rem 0;
}

#widget-area-2 .widget .widget_inner
{
	position: relative;
	background: #f6f3ea;
}

#widget-area-2 .widget .widget_inner::before,
#widget-area-2 .widget .widget_inner::after 
{
	content: "";
	background: #f6f3ea;
	position: absolute;
	top: 0;
	bottom: 0;
}

#widget-area-2 .widget .widget_inner::before
{
	right: 100%;
	width: 99999px;
}

#widget-area-2 .widget .widget_inner::after {
	left: 100%;
	width: 99999px;
}

#widget-area-2 .widget h2.widget-title
{
	color: #a3862f;
	background: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	text-align: center;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	border-top: 1px solid #a3862f;
	border-bottom: 1px solid #a3862f;
	position: relative;
}

#widget-area-2 .widget h2.widget-title::before,
#widget-area-2 .widget h2.widget-title::after 
{
	content: "";
	background: #fff;
	position: absolute;
	top: -1px;
	bottom: 0;
	z-index: 100;
}

#widget-area-2 .widget h2.widget-title::before
{
	right: 100%;
	width: 99999px;
}

#widget-area-2 .widget h2.widget-title::after {
	left: 100%;
	width: 99999px;
}

#widget-area-2 .widget h2.widget-title span::before
{
	content: url(./images/Woltz-Slices_07.png);
	position: absolute;
	left: 49%;
	top: -34px;
}

/* Right Sidebar */

#right_sidebar
{
	float: right;
	margin: 0 0 32px 2%;
	margin: 0 0 2rem 2%;
	padding: 0 2%;
	padding: 0 2%;
	width: 28%;
	vertical-align: top;
	border-left: 1px solid #a3862f;
}

#right_sidebar img.alignnone
{
	padding-bottom: 0;
}

#right_sidebar h2.widget-title
{
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

#right_sidebar .widget
{
	margin-top: 32px;
	margin-top: 2rem;
}

#right_sidebar .widget:first-child
{
	margin-top: 0;
}

#right_sidebar .widget:first-child h2.widget-title
{
	margin-top: 0;
}

#right_sidebar ul
{
	padding: 0 0 16px 16px;
	padding: 0 0 1rem 1rem;
	margin: 0;
}

#right_sidebar li
{
	list-style-type: disc;
	padding-left: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

#right_sidebar .image_list
{
	padding: 0;
	margin: 0;
}

#right_sidebar .image_list li
{
	list-style-type: none;
	padding: 0 0 12px;
	margin: 0;
	display: inline-block;
	clear: right;
}

#right_sidebar .image_caption
{
	font-style: italic;
	color: #666666;
}

/* Footer */

#footer_wrapper
{
	background-color: #333;
}

#footer_inner
{
	padding: 24px 0;
	padding: 1.5rem 0;
	color: #fff;
}

#footer_logo
{
	display: inline-block;
	width: 15%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}

.footer_right
{
	display: inline-block;
	width: 75.9%;
	padding: 48px 2% 0 0;
	padding: 3rem 2% 0 0;
	vertical-align: top;
}

.footer_licenses
{
	font-size: 12px;
	font-size: 0.75rem;
}

#footer_inner ul
{
	padding: 0;
	margin: 0;
}

#footer_inner ul#footer-nav
{
	list-style: none;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0;
}

#footer_inner li
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 4px;
	padding: 0 0.25rem;
	vertical-align: top;
	margin: 0;
	float: left;
	font: normal normal 15px/15px "Lato", arial,sans-serif;
	font-size: 0.9375rem;
	line-height: 0.9375rem;
	color: #fff;
	white-space: nowrap;
}

#footer-nav li
{
	list-style-type: none;
	float: none;
	display: inline-block;
	border-right: 1px solid #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 14px;
	line-height: 0.875rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	white-space: normal;
}

#footer_inner li a
{
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	color: inherit;
	vertical-align: top;
}

#footer_inner li:first-child
{
	padding-left: 0;
	list-style-type: none;
}

#footer_inner li:last-child
{
	border-right: none;
	padding-right: 0;
}

.footer_row .last_updated
{
	font-size: 11px;
	color: #999;
}

#footer-social-nav-container
{
	clear: both;
	padding-top: 12px;
	padding-top: 0.75rem;
}

#footer-social-nav-container li
{
	vertical-align: middle;
	float: none;
	display: inline-block;
}

@media only screen and (max-width:1200px)
{
	#featured_content
	{
		width: 50%;
	}
}

@media only screen and (max-width:1050px)
{
	#header_main_menu
	{
		float: none;
		clear: both;
		display: block;
		width: auto;
		padding-top: 12px;
	}
	#header_inner
	{
		padding-bottom: 8px;
	}
	#main-nav
	{
		padding-left: 8px;
	}
	
	#main-nav li ul
	{
		left: 0;
	}
	
	#featured_content .auction_bottom_description
	{
		display: none;
	}
	.content_container .auction_bottom_description
	{
		display: block;
	}
}

@media only screen and (max-width:850px)
{
	#main-nav
	{
		padding-left: 0;
	}
	#main-nav li
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	.slide_content_inner
	{
		left: initial;
		position: relative;
		width: 70%;
		margin: 0 auto;
	}
	
	.widget_listing_results li
	{
		width: 45%;
	}

	.widget_listing_results li:nth-child(3n)
	{
		padding-right: 3%;
	}
}

@media only screen and (max-width:750px)
{
	.not_mobile,
	#header_inner .searchform,
	.slide_description,
	.sb-slidebar .searchform,
	.content_container .auction_bottom_description,
	#content_inner .auction_filter,
	#mobile_filter
	{
		display: none;
	}
	.mobile_only,
	.btn_link_wrapper.mobile_only,
	#mobile_menu_toggle,
	#header_mobile_search,
	#sidebar_mobile_search,
	#featured_content .auction_bottom_description
	{
		display: block;
	}

	#sidebar_mobile_search
	{
		margin-top: 10px;
	}
	
	h1, 
	h1 a
	{
		font-size: 32px;
		line-height: 38px;
	}

	h2,
	h2 a
	{
		font-size: 26px;
		line-height: 32px;
	}

	h3,
	h3 a
	{
		font-size: 22px;
		line-height: 28px;
	}

	h4,
	h4 a
	{
		font-size: 20px;
		line-height: 26px;
	}

	h5,
	h5 a
	{
		font-size: 16px;
		line-height: 22px;
	}

	#content_inner .alignright,
	#content_inner .alignleft
	{
		float: none;
		padding: 5px 0;
	}
	
	#sidr_close
	{
		font-size: 28px;
		color: #444;
		display: inline-block;
		position: absolute;
		right: 0;
		bottom: 15%;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	#sidr_close img
	{
		display: inline-block;
		padding-left: 6px;
	}
	
	.sb-close
	{
		cursor: pointer;
		display: inline-block;
	}
	
	.sb-slidebar
	{
		padding: 12px 24px;
		background-color: #333;
		z-index: 100000;
		color: #fff;
	}
	
	.sb-slidebar .searchform
	{
		margin-top: 10px;
		position: absolute;
		width: 90%;
	}
	
	.sb-slidebar *
	{
		color: inherit;
	}
	
	.sb-slidebar input[type=text]
	{
		color: #a3862f;
	}
	
	#sidebar_top
	{
		margin-bottom: 60px;
	}
	
	.sb-slidebar h3
	{
		font-weight: normal;
		display: inline-block;
	}
	
	.sb-slidebar nav dl.level1 dt.level1 > span > span > a
	{
		display: inline !important;
	}
	
	.sb-slidebar dt.parent:after
	{
		content: url(./images/arrow-nav-menu.png);
		position: absolute;
		right: 0;
		top: 40%;
		transform: rotate(-90deg);
	}
	.sb-slidebar dt.parent.opened:after
	{
		transform: rotate(0deg);
	}
	
	.sb-slidebar nav dl.level2,
	.sb-slidebar dt.opened
	{
		background-color: #333;
	}
	
	.sb-slidebar dt.opened.active
	{
		background-color: #333;
	}

	.slide_content_inner
	{
		width: 90%;
		top: 10%;
	}

	#slideshow_controls
	{
		text-align: center;
	}
	
	.widget_tabs_show
	{
    margin: 0 auto;
    position: relative;
    width: 65%;
	}
	.widget_tabs ul
	{
		padding-right: 0;
	}
	
	#woltz_auction_results, #woltz_real_estate_results
	{
		padding-top: 0;
	}
	
	.widget_listing_results li
	{
		width: 80%;
		padding: 24px 0;
		display: block;
		margin: 0 auto;
		border-bottom: 1px solid #a3862f;
	}
	
	.widget_listing_results li:first-child
	{
		padding-top: 0;
	}
	
	.widget_listing_results li:last-child
	{
		border-bottom: none;
	}
	#widget-area-2 .widget .widget_inner,
	#widget-area-2 .widget .widget_inner:before,
	#widget-area-2 .widget .widget_inner:after
	{
		background: #fff;
	}
	
	#featured_content_wrapper
	{
		position: static;
	}
	
	#featured_content
	{
		width: 100%;
	}
	
	#featured_content + .auction_sold_wrapper
	{
		position: absolute;
		top: 0;
		width: 50%;
		left: -20px;
	}
	
	#featured_content + .auction_under_contract_wrapper
	{
		position: absolute;
		top: 0;
		width: 50%;
		left: -20px;
	}
	
	.featured_content_col
	{
		display: block;
		width: 100%;
		float: none;
		padding-bottom: 24px;
	}
	
	.featured_content_col:last-child
	{
		padding-bottom: 0;
	}
	
	.auction_label
	{
		font-size: 20px;
	}
	
	.result_image_col
	{
		width: 47%;
	}
	
	.result_details
	{
		width: 50%;
	}
	
	#mobile_filter .auction_filter
	{
		width: initial;
		border-right: none;
		background: #a3862f;
		color: #fff;
		padding: 0 10px;
	}
	
	#mobile_filter .auction_filter *
	{
		color: inherit;
	}
	
	#right_sidebar + #content_inner
	{
		padding-top: 0;
	}
	
	#main_content_container,
	#main_content_container.left_sidebar_only
	{
		width: 100%;
		display: block;
		padding: 0;
	}
	
	#right_sidebar
	{
    float: none;
    border-left: none;
		border-top: 1px solid #a3862f;
		border-bottom: 1px solid #a3862f;
    width: 100%;
    margin-left: 0;
    padding: 0;
	}
	
	#right_sidebar .widget
	{
		padding: 24px 0 0;
		width: 90%;
		margin: 0 auto;
	}
	
	#right_sidebar .image_list li
	{
		display: inline-block;
		padding-right: 12px;
	}
	
	.footer_right
	{
		padding-top: 0;
		text-align: right;
	}
	
	#footer_inner ul
	{
		display: inherit;
	}
	
	#footer_inner li 
	{
		list-style-type: none;
		padding-bottom: 4px;
		float: none;
		text-align: left;
	}
	#footer_inner li:first-child
	{
		padding-left: 4px;
	}
}

@media only screen and (max-width:675px)
{
	#slideshow_controls
	{
		display: none;
	}
	
	.widget_tabs_show
	{
		width: 90%;
	}
	#content_inner .widget_tabs li a
	{
		font-size: 16px;
		line-height: 14px;
	}
}

@media only screen and (max-width:600px)
{
	.widget_tabs_show
	{
		position: static;
		width: 100%;
		padding-bottom: 32px;
	}
}

@media only print
{
	#main_content_container
	{
		overflow: visible;
		display: inline;
	}
}

/* IE >= 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#main-nav li ul
	{
		top: 98%;
	}
}

/* IE >= 9 */
@media screen and (min-width:0\0) {
	#main-nav li ul
	{
		top: 98%;
	}
}

/* FireFox */
@-moz-document url-prefix() {
	#main-nav li.menu-item-has-children
	{
		padding-bottom: 21px;
		padding-bottom: 1.3125rem;
	}
}
