@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Neuton:400,700);
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Structure
3.0 Typography
4.0 Elements
5.0 Forms
6.0 Navigation
	6.1 Links
	6.2 Menus
7.0 Header
8.0 Accessibility
9.0 Alignments
10.0 Clearings
11.0 Widgets
12.0 Content
	12.1 Posts and pages
	12.2 Posts formats
	12.3 Archives
	12.4 Comments
13.0 Footer
14.0 Infinite scroll
15.0 Media
	15.1 Captions
	15.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 75%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #6F6F6F; /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}


/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #747474;
	font-family: Neuton, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	text-transform:uppercase;
	font-family: Montserrat,sans-serif;


}

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

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

p {
	margin-bottom: 1.7em;
}

.entry-content h1,
.hentry h2 {
	line-height: 1.2;
border-bottom:1px dotted rgba(0,0,0,.1);
}

.hentry h3 {
	margin-bottom: 0.7em;
}

.hentry h4,
.hentry h5,
.hentry h6 {
	margin-bottom: 0.7em;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
	line-height: 1.2;
} 

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin-bottom: 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

/* Tables */

table {
	font-size: 16px;
	margin: 0 0 1.5em;
	padding: 0;
	width: 100%;
}

thead {
	background: #EBEBEB;
}

th {
	font-weight: bold;
}

td, th {
	padding: 14px;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #EBEBEB;
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;

	
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #747474;
	background: #fff;
	  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.6em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 0.7);
}


.hentry button,
.hentry input[type="button"],
.hentry input[type="reset"],
.hentry input[type="submit"] {
		padding: 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
		color: #fff;
	background: #444444;
}
a.selected button{
	color: #fff;
	background: #444444;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
		color: #fff;
	background: #444444;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #EBEBEB;
	  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	border-bottom: 3px solid #ccc;
	color: #ccc;
	padding: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
	border-color: #00C8C8;
	color: #404040;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 6px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	text-decoration:underline
}

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
.nav-bar{
	margin: 0 auto;
	max-width: 1500px;
	padding: 0px;
	background:#3C3C3C url(/wp-content/uploads/search.gif) right 6px no-repeat;
	  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	display:block;
	margin-bottom:6px;

}
.main-navigation  {
	display: none;
	z-index: 1000;

}
.top-info-left h2{
	color: #fff;
	font-size: 0.7em;
	  margin-left:2px;
	  letter-spacing: 1px;
	  font-weight:400;
}
.site-branding {
	float:left;
	margin: 0 0 10px 0;
	height:64px;
}

h1.site-title {
	margin-top: 0 !important;
}


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
}



.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
7.0 Header
--------------------------------------------------------------*/
.overlay {
	min-height: 200px;
	padding: 0;	
}



.site-title a {
margin:0;
padding:0;

}

/* Search bar */
.header-search {
	padding: 20px 0 20px 0;
}

.header-search .search-field {
	background-color: transparent;
	background-image: url(images/search.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	height: 37px;
	padding: 0 34px 0 5px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 230px;
}


.search-submit {
  display: none;
}

/*--------------------------------------------------------------
8.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 500; /* Above WP toolbar */
}

/*--------------------------------------------------------------
9.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 800px) {
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		margin: 0 auto 1.5em auto;
		width: auto;
	}
	
	img.alignleft,
	img.alignright { 
		display: block;
		float: none;
		margin: 1.5em auto;
	}
	div.slide-white{
	visibility:hidden;
	}
	div.slide-black{
	visibility:hidden;
	}
	div.ms-layer{
	visibility:hidden;
	}
	body{
	line-height: 1.2;
	}
	
}

/*--------------------------------------------------------------
10.0 Clearings
--------------------------------------------------------------*/
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

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

.widget li {
	margin-bottom: 0.5em;
}

.widget-title {
	margin-bottom: 1em;
}

.page-content .search-field {
	margin-bottom: 3em;
	width: 80%;
}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 Posts and pages
--------------------------------------------------------------*/
.entry-title a,
.entry-title,
.page-title {
	border-bottom: none;
	font-weight:bold;
	text-align:center;
}

a.featured-image {
	border-bottom: none;
}

.sticky {
	display: block;
}

.hentry {

}


.single .hentry {
	margin-bottom: 6%;
	margin-top: 0;
}
	
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta,
.entry-footer {
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.posted-on,
.byline,
.comments-link, 
.edit-link {
	display: block;	
	margin-bottom: 1.5em;
}



.cat-links,
.tags-links {
	display: block;
}

.meta-list {
	display: none;
}


.cat-links a,
.tags-links a {
	  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	color: #444444;
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 10px;
	margin-right: 3px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.cat-links a:hover,
.tags-links a:hover {
	background: #444444;
	color: #fff;
}

a.more-link {
	/*border-bottom: 2px solid #444444;
	font-style: italic;
	font-weight: bold;*/
	background: #fff;
	border: 3px solid #00C8C8;
	color: #00C8C8;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.more-link:hover {
	background: #444444;
	color: #fff;
}

.more-link .meta-nav {
	margin-left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.more-link:hover .meta-nav {
	margin-left: 13px;
}

.entry-title,
.page-title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.2;
	margin-bottom: 2%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


.nav-links a {
	border-bottom: 2px solid #00C8C8;
}

/* Sticky posts */
.sticky {
	padding-top: 60px;
	position: relative;
}

.sticky-post {
	background: #00C8C8;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 12px;
}

.archive .sticky-post {
	display: none;
}


.entry-content li {
	line-height: 170%;
	margin-bottom: 0.5em;
}

.entry-content ul,
.entry-content ol,
.entry-content dl {
	margin-bottom: 1.5em;
}

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

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

.entry-content ul ul {
	list-style: circle;
}

.entry-content ul ul ul {
	list-style: square;
}

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

.entry-content ol ol {
	list-style: lower-alpha;
}

.entry-content ol ol {
	list-style: lower-roman;
}

.entry-content hr {
	background: #EBEBEB;
	height: 5px;
	margin: 1.5em 0;
}

.entry-content ol > li:last-child,
.entry-content ul > li:last-child {
	margin-bottom: 0;
}

.page-links a {
	background: #00C8C8;
	border-bottom: none;
	color: #fff;
	margin: 0 8px;
	padding: 4px 12px;
}

.page-links a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
12.2 Post formats
--------------------------------------------------------------*/
/* Quotes */
.format-quote .entry-header {
	display: none;
}

.format-quote .entry-content {
	float: none;
	width: 100%;
}

blockquote {
	color: #ccc;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	padding-right: 60px;
	position: relative;
}

blockquote:after {
	color: #ccc;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 48px;
	font-style: normal;
	right: 0;
	line-height: 1.2;
	position: absolute;
	top: 0;
}

/*--------------------------------------------------------------
12.3 Archives
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header {
	color: #ccc;
	float: none;
	width: 100%;
}


/*--------------------------------------------------------------
13.0 Footer
--------------------------------------------------------------*/
.site-footer {
	background: #EBEBEB;
	font-size: 16px;
	padding: 0;
}

#footer-widgets {
	margin:0 auto;
	width:90%;	
}
.widget-area{
padding-top:4%;

}
.footer-widget-wrapper h3{
font-size:1em;
}
.footer-widget-wrapper span{
text-transform:uppercase;

}
.footer-widget-wrapper p{
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}
.footer-widget-wrapper a:hover{
color:#fff;

}

.expired{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */

}

.site-info {
	background: #444444;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1.2em 1.6em;

}

.site-info a {
	
	color: #fff;
}

.site-info a:hover {
	
}
.site-info a img{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;

		-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.site-info a:hover img{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/*--------------------------------------------------------------
14.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
15.0 Media
--------------------------------------------------------------*/


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}




home-slider{
text-align:center;

}


/* Coys */

button.next-auction {
	color: #CCC;
  background: #3C3C3C;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	padding: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 0.7);
}

button.next-auction:hover{
	color: #747474;
	background: #fff;
}

.next-auction .badge{


}





div#home-title h1{
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:normal;
	    letter-spacing: .1em;
    
}

div#home-title{
text-align:center;
background: #444444;
color:#fff;
padding: 20px 10px;
border-top: 2px solid #fff;
display:block;
letter-spacing: 1px;
text-transform:uppercase;
	  	font-size: 16px;
	font-size: 1.6rem;
	text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
	text-align:center;
}
#home-title a{
color: #999999;
text-align:center;
}
#home-title a:visited{
color: #999999;
}
#home-title a:hover{
color: #fff;
}

img:hover
{
opacity:1;
filter:alpha(opacity=100); 
}

button:hover div.badge{
color:#404040;
}
.entry-content h3 a{
color: #800000;
}


div.slide-white{
color:#fff;
font-size:24px;
font-size:2.4rem;
line-height: 1.4em;
font-family:Neuton, serif;
text-shadow: 0 0 3px #000;
}
div.slide-white strong,b{
font-size:24px;
font-size:2.4rem;
font-family: Montserrat, sans-serif;
text-transform:uppercase;
font-weight:400;
}
div.slide-white a{
color:#fff;
}
div.slide-black{
color:#000;
font-size:24px;
font-size:2.4rem;
line-height: 1.4em;
padding: 40px;
font-family:Neuton, serif;
text-shadow: 0 0 3px #fff;
}
div.slide-black strong,b{
font-size:24px;
font-size:2.4rem;
font-family: Montserrat, sans-serif;
text-transform:uppercase;
font-weight:400;
}
div.slide-black a{
color:#000;
}

.product-description{;
float:left;
width:60%;
padding-right:40px;
}
.product-attributes{;
float:left;
width:40%;
}

.content-area{
background: #ffffff;
padding:1em;
}
.product-title a{
color: #999999;
}
.product-title a:visited{
color: #999999;
}
.product-title a:hover{
color: #fff;
}
.post-navigation{
display:none;
}
div.box{
  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
z-index: 999;
background: #fff;
padding: 0.8em;
font-weight:normal;
font-size: 0.8em;
text-transform:uppercase;
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
width: 50%; 
}
#home-post .type-post{
background:#EBEBEB;
padding: 1.7em;
margin-bottom:1.7em;
  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 1);
}
.slider-box{
background:#fff;
}


table.shop_attributes th{
width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5
}
table.shop_attributes td{
font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5
}
table.shop_attributes td p{
margin:0;padding:8px 0
}
table.shop_attributes .alt td,table.shop_attributes .alt th{
background:rgba(0,0,0,.025)
}
.entry-header h2, .entry-content h2{
border-bottom:1px dotted rgba(0,0,0,.1);
margin-bottom:8px;
color: #800000;
}
.auction-content h2{
border-bottom:1px dotted rgba(0,0,0,.1);
margin-bottom:8px
}

.site-info{

}
.site-info h5{

}

.entry-content p{
font-family: Neuton, serif;
}
table.shop_attributes{
border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%;
font-family: Neuton, serif;
}
.auction_list{
width:100%;
margin-bottom:0.5em;
height:auto;
display:block;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.auction_list p{
margin-top: 1em;
margin-bottom:0;
}
.auction_list span{
font-size:1.6em;
}
.auction-title{
float:left;
width:80%;  
}
.auction-title h2{
font-family:Montserrat, serif;

}
.auction-title i{
font-family:Neuton, serif;
text-transform:capitalize;
}
.auction-title span{
font-size:0.9em;
}
.auction-title p{
text-transform:uppercase;
letter-spacing:0px;
margin:0;
}
.lot-title{
font-family: Montserrat,sans-serif;
float:left;
width:80%;
}
.lot-list{
width:100%;
}

.badge{
  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
line-height: 1;
z-index: 999;
background: #F5F5F5;
padding: 0.8em;
text-align:center;
font-weight:normal;
float: left;
font-size: 0.8em;
letter-spacing: 0.1em;
box-shadow: 0 4px 2px -2px hsla(0, 0%, 0%, 0.5);
margin-right:2%;
min-width:10%;
font-style:italic;
font-family:Neuton,serif;
color:#444;

}
.auction-lots{
background:#EBEBEB;
padding: 0.8em;
margin-bottom:0.5em;
  border: 1px solid #ccc;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 1);
}
.entry-header{

}
.car{
position:relative;
}
.car .badge{
position:absolute;
left:10px;
top:10px;
padding:0.4em;
}
.date{
position:relative;
}
.date .badge{
position:absolute;
left:10px;
top:10px;
padding:0.4em;
width:20%;
}
.entry-content p{
font-family: Neuton, serif;
margin:0;
padding:0px;
}
.entry-content h3{
padding:0;
margin:0;
}
   
.badge span{
font-size: 2em;
font-style:normal;

}
.breadcrumb{
color: #999;
	text-transform:capitalize;
		font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:0.5px;
}
.breadcrumb span{
color: #fff;
}
.product-title{
	background: #444444;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1.2em 1.6em;
	  
}
div.product-title h1{
	color: #fff;
	margin-bottom:0px;
}
div.product-title h2{
	color: #ccc;
	margin-bottom:0px;
	font-size:1.2em;
}
div.product-title h1 span{
color: #ccc;
}

.entry-content button:hover{
background: #800000;

}
button{
font-family: Montserrat,sans-serif;
}

.top-info{
display:block;
float:right;
font-family: Montserrat,sans-serif;
font-weight:normal;
}
.top-info-left{
display:block;
float:left;
text-align:left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.top-info-right{
display:block;
float:right;
margin-left:0.5em;

}
.top-info-right h3{
	font-size: 0.7em;
	  letter-spacing: 1px;
	  font-weight:400;
}
.top-info-right p{
font-family: Neuton,serif;
text-transform:capitalize;
margin:0;
padding:0;
letter-spacing:0px;
font-size: 0.7em;
}
.top-info-right button{
padding:4px;

}
.top-info-right .badge{
font-size: 0.5em;
padding:4px 8px;
margin:4px;
}


.lot-content{
float:left;
width:65%;
}
.lot-content h4{
margin:0px;
padding:0px
}
.lot-thumb{
float: left;
	margin-right: 0.7em;
}
.showroom-content{
float:left;
width:100%;
}
.showroom-item{
background:#EBEBEB;
padding: 0.8em;
margin-bottom:1.2em;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 1);
display:block;
}

.showroom-content h4{
margin:0px;
padding:0px
}
.showroom-thumb{
float: left;
	margin-right: 0.7em;
	width:50%;
}
.showroom-copy{
float: left;
	width:45%;
}
.showroom-copy h5{
font-style:italic;
font-size:0.8em;
margin:0.5em 0;
}
.showroom-copy p{
margin 0; 
}
.thumb-right{
	display: block;
	float: right;
	margin-left: 1.5em;
	  border: 1px solid #ece6e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
line-height: 1;
z-index: 999;
background: #fff url(http://coys.g-lab.co.uk/wp-content/uploads/logo/coys.gif) no-repeat center;
text-align:center;
font-weight:normal;
font-size: 0.8em;
letter-spacing: 0.1em;
text-transform:uppercase;
box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 0.7);
	min-width:10%;
	height:60px;
}

.entry-content button{
margin-top: 1em;
}
.entry-content h4{
margin-bottom:0px;
margin-top:0.2em;
}
button a:hover {
		color: #fff;
	
}


/*--------------------------------------------------------------
2.0 Structure
--------------------------------------------------------------*/
#masthead {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0;
}

.site-header {
	position: relative;
}
div#page{
margin: 1.2em;
}
.site-content {
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
	box-shadow: 0 8px 6px -6px hsla(0, 0%, 0%, 0.7);
	margin: 0 auto;
}

#secondary {
	display: none;
	margin-top: 2em;
}
.top-logo{
	float: left;
	margin-right: 1.5em;
}
@media screen and (min-width: 1500px) {
	.entry-title,
	.page-title {
		font-size: 42px;
		font-size: 4.2rem;
		margin-bottom: 4%;
	}
	
	.entry-info {
		margin-bottom: 2%;
	}
	

}
@media screen and (min-width: 1200px) {
	.overlay {
		min-height: 500px;
	}
		.entry-header,
	.page-header {
		float: left;
		margin-right: 3%;
		width: 35%;
	}
}

@media screen and (min-width: 1000px) {

	.hentry {
		margin-top: 0;
	}
	.header-search {
		border-bottom: none;
		padding: 0;
	}
	
	.header-search .search-field {
		border: none;
		cursor: pointer;
		width: 0;
	}
	
	.header-search .search-field:focus {
		background-color: #fff;
		border-bottom: 3px solid #00C8C8;
		cursor: text;
		outline: 0;
		width: 180px;
	}
	#secondary {
		display: block;
	}


	
	.entry-content,
	.entry-summary,
	.page-content {
		float: right;
		width: 60%;
	}
	.auction-header{
		float: right;
		margin-right: 3%;
		width: 35%;
	}
	
	.auction-content {
		float: left;
		width: 60%;
	}
	.sticky {
		padding-top: 0;
	}
	
	.sticky .entry-content {
		margin-top: 60px;
	}
	.site-footer {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.footer-widget-wrapper {		
			float: left;
			margin:1%;
			width: 32%;
			height:120px;
			
			
	}
	
	.footer-widget-wrapper img{
			border: 2px solid #444444;
	}
	.footer-widget-wrapper h2{
			0.5em;
	}
	
	#footer-widgets .footer-widget-wrapper:last-child {
		margin-right: 0;
	}
	
	.site-info {
		
	}
	.inner-wrap {
		padding: 0;
	}
}

@media screen and (max-width: 1000px) {
.top-info-left h2{
	font-size: 0.6em;

}
.top-info-left{
display:block;
margin: 0 auto;
width: 100%;
	text-align:center;
    position: relative;
  top: 0%;
  transform: translateY(0%);
}
.top-logo{
	margin: 0 auto;
	float: none;
}

.site-branding {
	margin: 0 auto;
	text-align:center;
	width:100%;
}
.top-info-right{
display:none;
width: 100%;
float:none;
margin-left:0px;
}
	.top-info{
width: 100%;
text-align:center;
margin: 0 auto;
margin-top:80px;
}
}
@media screen and (min-width: 800px) {



	.footer-widget-wrapper {		
			float: left;
			width: 45%;
			height:120px;
			margin:1%;
			
	}

	
}

@media screen and (max-width: 800px) {
	.nav-bar{
		max-width: 1500px;
}
	div#page{
		margin: 0.5em;
}
.auction-lots{
	padding: 0.4em;
}
.car .badge{
font-size:0.6em;
}


.top-info-right{
width: 100%;
float:none;
margin-left:0px;
}
.top-info-right .next-auction{
width:100%;

}
button.next-auction div.auction-title{
width: 80%;
margin: 4px auto;
}
button.auction_list div.auction-title h2{
font-size: 1.2em;
}
button.auction_list div.auction-title{
width: 70%;
margin: 4px auto;
}
div.product-title h1{
font-size:1.2em;
}
div.entry-content h3{
font-size:1.2em;
}
	.overlay {
		min-height: 350px;
	}
			.top-info{
margin-top:60px;
}
.product-title{
	padding: 0.8em 1em;
	  
}
.entry-header h2{
font-size:1.2em;
}
.entry-content h2{
font-size:1.2em;
}
}
@media screen and (min-width: 600px) {

	.entry-info {
		margin-bottom: 2%;
	}
	
	
	.footer-widget-wrapper {		
			float: left;
			margin:0 auto;
			width: 90%;
			height:120px;
			
			
	}
}
@media screen and (max-width: 600px) {
div#page{
margin: 0.2em;
}

.content-area{
background: #ffffff;
padding:0.2em;
}

.top-info-right{
width: 100%;
float:none;
margin-left:0px;
}
.top-info-right .auction-title{
margin-top:0.5em;
width:100%;
}
.top-info-left{
display:block;
margin: 0 auto;
width: 100%;
	text-align:center;
  position: relative;

}
.top-info-left h2{
font-size:0.5em;

}
			.top-info{
margin-top:50px;
}
.site-title a {
margin:0;
padding:0;

}

.lot-content{
float:left;
width:100%;
}
}

.lgrey{
background:#EBEBEB;

}

@media screen and (max-width: 500px) {
			.top-info{
margin-top:60px;
}
.top-info-left h2{
	font-size: 0.5em;

}
}

div.ms-slide h3{

	line-height:1.2em;


}

div.ms-slide h6{

	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height:1.4em;


}
div.ms-slide{

	font-size: 0.9em; 


}
/*Social buttons */


@media screen and (min-width: 1024px) {
    .coys-social-whatsapp {
	display: none !important;
    }
}
div.coys-social-social a{
color:#fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
	font-size:95%;
	font-weight:bold;
}
div.coys-social-social a:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.coys-social-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.coys-social-twitter {
    background: #00aced;
}
div.coys-social-twitter a:link{
color:#fff;

}
 
.coys-social-twitter:hover,.coys-social-twitter:active {
    background: #0084b4;
}
 
.coys-social-facebook {
    background: #3B5997;
}
 
.coys-social-facebook:hover,.coys-social-facebook:active {
    background: #2d4372;
}
 
.coys-social-googleplus {
    background: #D64937;
}
 
.coys-social-googleplus:hover,.coys-social-googleplus:active {
    background: #b53525;
}
 
.coys-social-buffer {
    background: #444;
}
 
.coys-social-buffer:hover,.coys-social-buffer:active {
    background: #222;
}
 
.coys-social-pinterest {
    background: #bd081c;
}
 
.coys-social-pinterest:hover,.coys-social-pinterest:active {
    background: #bd081c;
}
 
.coys-social-linkedin {
    background: #0074A1;
}
 
.coys-social-linkedin:hover,.coys-social-linkedin:active {
    background: #006288;
}
 
.coys-social-whatsapp {
    background: #43d854;
}
 
.coys-social-whatsapp:hover,.coys-social-whatsapp:active {
    background: #009688;
}
 
.coys-social-social {
    margin-top: 12px;
    -webkit-font-smoothing: antialiased;
	text-align:right;
}