/* ---------------------- 
Stylesheet Guide
-------------------------
01. Reset
02. Basic Elements
	1. Clearfix
	2. General Classes
	3. Login Form
	4. Dropcaps
	5. Dividers
	6. Ordered / Unordered List Styles
	7. Buttons
	8. Forms
	9. Alert Boxes
03. Layout

04. Header
	1. Main Navigation

05. Home
	1. Top Panel
	2. Flex Slider
	3. Search Panel
	4. Table Compare Listings
	5. Sales Reps
	6. Pricing Table
	7. 404 Page

06. Content
	1. Widgets
		- Recent
		- Pagination

07. Blog
	1. Alternative Blog
	2. One Item
	3. Bio
	4. Related
	5. Comments

09. Contact Us

10. Sidebar
	1. Widgets
		- Loan Calculator
		- Recent
		- Categories
		- Archive
		- Links
		- Custom Menu

11. Footer
	1. Widgets
		- Links
		- Text Widget
		- Our Contacts
		- Social Icons
		- Gmap

12. Widgets + Shortcodes
	1. Search
	2. Content Tabs
	3. FAQ Toggle

13. Media Queries

 */

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

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #19c589;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
.hidemeinput{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #navigation2{
    display: block;
}

.pagebreak { page-break-before: always; }


 /* Style the tab */
div.tab {
  display: inline-block;
  margin: 0 0 -8px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #fe5214;
  border-bottom: 1px solid #fff;
  z-index: 1000;
  background: #fbfafa;
}

/* Style the tab content */
.tabcontent {
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}

.green-border {
  background-color: #fff;
  border-color: #090 !important;
}

/* SIMULCAST */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-50 {width: 50px;}
.btn-70 {width: 70px;}
.btn-100 {width: 100px;}
.btn-200 {width: 215px;}
.btn-300 {width: 300px;}
.btn-400 {width: 400px;}
.btn-500 {width: 500px;}
.mgr15 {margin-left: 15px;}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
a.buttons-collection {
        margin-left: 1em;
    }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
/* SIMULCAST */

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"], input[disabled=""], select[disabled=""], textarea[disabled=""], , input[disabled], select[disabled], textarea[disabled] {
    opacity: 1.0 !important;
    color: #800 !important;
    -webkit-text-fill-color:#800 !important;
	-webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
}

input:disabled,textarea:disabled,select:disabled{
    opacity: 1.0 !important;
    color: #800 !important;
    -webkit-text-fill-color:#800 !important;
	-webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
}
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



#pictureArea{ 
	float: left; 
	width: 33%; 
	text-align: left;
	max-width: 200px;
	padding-right: 10px;
}
#priceArea{ 
	float: right; 
	width: 33%; 
	text-align: right;
}
#detailArea{ 
	display: inline-block; 
	width: 33%; 
	text-align: left;
}
#buttonArea{ 
	display: inline-block; 
	width: 100%; 
	text-align: right;
}

.stacklabel{
	font-size: 14px;
	font-weight: bold;
	display:block;
	width: 90%;
}

.stackinput{
	display:block;
	width: 90% !important;
}

.labelgroup{
	float:left;
	margin: 5px 10px 10px 10px !important;	
}

.smalltext{
	font-size: 10px;
}

.chat{
	position: absolute;
	right: 150px;
	top: 2px;
}

.headerBannerSpacer{
	width: 1px;
	height: 20px;
	color: #fff;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font: 13px Arial;
}
.headerBanner{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #fe5214;
	color: #fff;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font: 13px Arial;
	border-bottom: 1px solid black;
	z-index: 1000;
}
.currentBid{
	color: #000;
	font: 16px Arial;
	font-weight:bold;
}
.currentBidLabel{
	color: #000;
	font: 14px Arial;
	font-weight:bold;
}
.internetBid{
	color: #000;
	font: 14px Arial;
	font-weight:bold;
	color: #090 !important;
}
.lanesalebidder{
	margin: 5px;
    padding: 5px;
    border: 4px solid #2b2a2a;
}
.updateBidButtonLane{
	background-color: #fe5214;
	border-bottom: 1px solid #009900;
	border-radius: 3px;
    color: #fbfafa;
    cursor: pointer;
    display: inline-block;
    font: 13px Arial;
    outline: medium none;
    padding: 5px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
.laneActionSetBid{
	background-color: #ccc;
	border-bottom: 1px solid #888;
	border-radius: 3px;
    color: #fbfafa;
    cursor: pointer;
    display: inline-block;
    font: 13px Arial;
    outline: medium none;
    padding: 5px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
	width: 50px !important;
}
.laneActionNoSale{
	background-color: #f22;
	border-bottom: 1px solid #009900;
	border-radius: 3px;
    color: #fbfafa;
    cursor: pointer;
    display: inline-block;
    font: 13px Arial;
    outline: medium none;
    padding: 5px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
.laneActionNoSale:hover{
	background-color: #3f3f3f;
	color: #fff;
}
.laneActionIfSell{
	background-color: #FFD700;
	border-bottom: 1px solid #009900;
	border-radius: 3px;
    color: #3f3f3f;
    cursor: pointer;
    display: inline-block;
    font: 13px Arial;
    outline: medium none;
    padding: 5px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
.laneActionSell{
    margin: 5px;
}
.laneActionIfSell:hover{
	background-color: #3f3f3f;
	color: #fff;
}

.updateBidButtonLane:hover{
	background-color: #3f3f3f;
	color: #fff;
}

.onelineform{
	display:inline; 
	margin:0px; 
	padding:0px;	
}

.deletebutton{
	vertical-align: baseline;
	padding: 6px 0px 0px 0px;
}

.footerline {
    list-style: none outside none;
    margin-left: 5px;
    padding-left: 0;
}

.footerline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.alertIcon{
	position: absolute;
	right: 2px;
	top: -8px;
	background-color: #c00;
	color: #fff;
	margin: 2px;
	padding: 2px;
	text-align: center;
	vertical-align: middle !important;
	line-height: 16px !important;
	width: 20px !important;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		    border-radius: 8px;
}
.mustgo{
	color: #090 !important;
	font: 13px Arial;
	font-weight:bold;
	text-align: center;
	width: 190px !important;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090; 
	border-right: 1px solid #090; 
	border-left: 1px solid #090;
	padding:5px;
}
.doorsopen{
	color: #090 !important;
	font: 13px Arial;
	font-weight:bold;
}
.doorsclosed{
	color: #900 !important;
	font: 13px Arial;
	font-weight:bold;
}
.doorsclosed2{
	color: #900 !important;
	font: 13px Arial;
	font-weight:bold;
}
.companyLabel{
	color: #000 !important;
	font: 18px Arial;
	line-height: 1.3;
	vertical-align: top !important;
	margin-bottom: 6px;
}
.alertIcon a{
	color: #fff !important;
}

.imageMoveLeft{
	width: 25px !important;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid #fe5214; 
	margin-right: 10px;
}
.imageMoveRight{
	width: 25px !important;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-left:10px solid #fe5214; 
	margin-left: 10px;
}

#map-canvas{
	height: 300px;
	width: 95%;
	margin-bottom:20px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dt,dd {display: inline-block;}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
	text-decoration:none;
    background:transparent;
	vertical-align:baseline;
}

a, a > * {
	color: #000000;
	text-decoration: none;
}

.sidebarselect{
	width: 200px !important;
}
.endAuctionButton{
	float:right;
}
.warning2{
	/*color: #800;*/

	margin: 6px;
	padding: 6px;
	outline:none;
	color: #fbfafa;
	background-color: #c00;
	vertical-align: baseline;
	text-align:center;
	text-decoration: none;
	font: 16px Arial;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}
.warning{
		font-family: 'Oswald',sans-serif;
		width: 98%;
		border: 4px solid #fe5214;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #3a3a3a;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font-weight: 400;
		font-size: 19px;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;		
}
.winnerhilight{
		border: 4px solid #080;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #3a3a3a;
		background-color: #fff;
		vertical-align: baseline;
		text-decoration: none;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;		
}
.warningSold{
		font-family: 'Oswald',sans-serif;
		width: 98%;
		border: 4px solid #080;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #3a3a3a;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font-weight: 400;
		font-size: 19px;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;		
}
.warningSoldIf{
		font-family: 'Oswald',sans-serif;
		width: 98%;
		border: 4px solid #FFD700;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #3a3a3a;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font-weight: 400;
		font-size: 19px;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;		
}
.warningSkipped{
		font-family: 'Oswald',sans-serif;
		width: 98%;
		border: 4px solid #880000;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #3a3a3a;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font-weight: 400;
		font-size: 19px;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;		
}
.auctionlaneimagesold{
	position: absolute;
	right: 25px;
	top: 8px;
	width: 20px;
}
.auctionlaneimage{
	position: absolute;
	right: 25px;
	top: 7px;
	width: 34px;
}
.sortbyfield{
	text-decoration:underline;
}
.extralink{
	text-decoration:underline;
}
.not-ie a, .not-ie a > * {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > *:hover {color: #FE5214;}

.quickLinks li{
	display: inline;
}
ul li {
	list-style: none;
}

img {
    border: 0;
	height: auto;
	max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

img.thumbnale {
    border: 0;
	max-width: 100%;
	height: inherit;
    -ms-interpolation-mode: bicubic;
}

.dsLittleButton{
	display: inline !important;
	float: none !important;
	padding: 2px 5px 2px;
	outline:none;
	color: #fbfafa;
	background-color: #fe5214;
	vertical-align: baseline;
	text-align:center;
	text-decoration: none;
	font: 13px Arial;
	cursor:pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;	
}

.labelReporting{
	font-weight: 700;
	font-size: 16px;
}
.labelReportingGreen{
	color: #008800;
	font-weight: 700;
	font-size: 16px;
}
.dsLittleButton:hover{
	color: #fbfafa;
	background-color: #3a3a3a;	
}

.dsButton{
	display: inline-block;
	margin: 5px 0 0 5px;
	padding: 5px 10px 5px;
	outline:none;
	color: #fbfafa;
	background-color: #fe5214;
	vertical-align: baseline;
	text-align:center;
	text-decoration: none;
	font: 13px Arial;
	cursor:pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

.dsButton:hover{
	color: #fbfafa;
	background-color: #3a3a3a;	
}

.dsSaveButton{
 	background-color: #fe5214;
    border-color: -moz-use-text-color -moz-use-text-color #d64511;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 29px 6px 29px;
    margin: 0px 0px 25px 0px;
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */

body {
	line-height: 1.5;
	color: #000000;
		-webkit-font-smoothing: antialiaszed; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	font-size: 12px;
}

body.text-1 {
	font-family: Arial;
}

body.text-2 {
	font-family: Tahoma;
}

body.text-3 {
	font-family: Verdana;
}

body {
	background-color: #ececec;
}

p {
	padding: 0;
	/*
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
	*/
}

h1 {font-size: 35px;}
h2 { font-size: 29px;}
h3 { font-size: 19px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

.h-style-1 h1, .h-style-1 h2, .h-style-1 h3, .h-style-1 h4, .h-style-1 h5, .h-style-1 h6 {font-family: 'Oswald', sans-serif;}
.h-style-2 h1, .h-style-2 h2, .h-style-2 h3, .h-style-2 h4, .h-style-2 h5, .h-style-2 h6 {font-family: 'Open Sans', sans-serif;}
.h-style-3 h1, .h-style-3 h2, .h-style-3 h3, .h-style-3 h4, .h-style-3 h5, .h-style-3 h6 {font-family: 'Electrolize', sans-serif;}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #000000;
	font-weight: 400;
	line-height: 1.25;
}

h6 {line-height: 1.5em;}

	/* -------------------------------------------------- */
	/*	Clearfix
	/* -------------------------------------------------- */

	.clear {   
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
	}

	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

	/* -------------------------------------------------- */
	/*	Custom Classes
	/* -------------------------------------------------- */

	.block {display: block;}
	.bold {font-weight: 700;}
	.text-orange {color: #fc7241;}
	.italic {font-style: italic;}
	.add-margin {margin: 3px 0;}
	
	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */
	
	blockquote {
		margin-bottom: 20px;
		padding: 5px 20px;
		border-left: 1px solid #fe5214;
		color: #fe5214;
		font-weight: 700;
		font-style: italic;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	blockquote.quote-left {
		float: left;
		margin-right: 35px;
		width: 45%;
	}

	blockquote.quote-right {
		float: right;
		margin-left: 35px;
		width: 45%;	
	}

	.aligncenter {text-align: center;}
	
	.aligncenter > img {
		display: inline;
		text-align: center;
	}

	.alignleft {float:left;}

		img.alignleft {margin: 0 20px 10px 0;}

	.alignright {float:right;}

		img.alignright {margin: 0 0 10px 20px;}
		
	.single-image,
	.video-image {
		position: relative;
		display: block;
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.video-image {display: inline-block;}
	
	.single-image.alignleft {margin-right: 20px;}
	.single-image.alignright {margin-left: 20px;}
	
		.single-image img {display: block;}
		
		.video-icon .curtain:after,
		.single-image .video-icon,
		.single-image .picture-icon {
			position: absolute;
			z-index: 2;
			width: 23px;
			display: block;
			height: 23px;
			background-repeat: no-repeat;
			content: "";
		}
		
		.single-image.video .video-icon,
		.single-image.picture .picture-icon {bottom: 10px;}
		
		.single-image.video .video-icon {
			right: 36px;
			background-position: 0 0;
		}
		
		.single-image.picture .picture-icon {
			right: 10px;
			background-position: 0 bottom;
		}
			
	.video-image.video-icon .curtain:after {
		top: 50%;
		left: 50%;
		margin: -12px 0 0 -12px;
	}
			
		.curtain {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			background-color: rgba(255,255,255,.6);
			opacity: 0;
			filter: alpha(opacity=0);
			text-indent: -9999px;
		}
		
		.ie8 .curtain {background-color: #fff;}

		.single-image:hover .curtain,
		.video-image:hover .curtain {
			opacity: 1;
			filter: alpha(opacity = 40);
		}
		
	/* -------------------------------------------------- */
	/*	Login Form
	/* -------------------------------------------------- */
	
	.account-wrapper {
		position: fixed;
		z-index: 99;
		top: 140px;
		right: -220px;
		width: 220px;
	}
	
		.form-reg {
			position: relative;
			padding: 20px 20px 15px;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			background-color: #fe5214;
		}

			.form-reg .log {
				position: absolute;
				top: 20px;
				left: -70px;
				padding: 6px 10px 6px 10px;
				width: 50px;
				-webkit-border-radius: 3px 0 0 3px;
				   -moz-border-radius: 3px 0 0 3px;
						border-radius: 3px 0 0 3px;
				background-color: #fe5214;
				background-image: url(/images/icons/log-icons.png);
				background-position: right top;
				background-repeat: no-repeat;
				color: #fff;
				font-weight: 700;
			}
			
			.form-reg .log.active {background-position: right bottom;}
			
			.form-reg > p {
				margin-bottom: 5px;
				width: 185px;
			}
			
				.form-reg label {display: block; color: #fff;}
				
				.form-reg .input-medium {
					width: 100%;
					border-color: #ea4307;
				}
				
				.ie7 .form-reg .input-medium { width: 95% }
				
				.form-reg .forgot-pass {padding: 7px 0 12px;}

					.form-reg .forgot-pass a {
						color: #fff;
						font-style: italic;	
					}
				
				.form-reg .enter-btn {margin: 0;}
				
				.form-reg .enter-btn:hover {
					border-bottom: 1px solid #313131;
					background: #444343 !important; /* Old browsers */
				}
	
	/* -------------------------------------------------- */
	/*	Dropcaps
	/* -------------------------------------------------- */
	
	.dropcap {
		color: #D9DADB;
		float: left;
		font-size: 38px;
		font-weight: 700;
		line-height: 1em;
		margin: 0 15px 0 0;
	}

	.dropcapspot {
		float: left;
		margin: 0 12px 0 0;
		width: 45px;
		height: 45px;
		color: #fff;
		text-align: center;
		font-weight: 700;
		font-size: 38px;
		line-height: 45px;
	}
	
	/* -------------------------------------------------- */
	/*	Dividers
	/* -------------------------------------------------- */

	.divider {
		clear: both;
		margin: 25px 10px;
		height: 1px;
		background-color: #dddcdc;
	}
	
	/* -------------------------------------------------- */
	/*	Ordered / Unordered List Styles
	/* -------------------------------------------------- */
	
	ul.list,
	ol.list {
		margin: 0 0 30px 0;
		font-weight: 700;
	}
	
	ul.list.twocol,
	ol.list.twocol{
		margin: 0 0 30px 0;
		font-weight: 700;
		-webkit-columns: 2;
	    -moz-columns: 2;
	    columns: 2;
	}
	
	.addthis-toolbox li {margin-bottom: 5px;}
	.entry-body ul.list {margin: 0 0 20px 20px;}
	
		ul.list > li,
		ol.list > li {padding: 3px 0;}

		ol.list.type-1 > li {
			list-style: decimal inside;
			color: #fe5214;
		}
		
		ul.list.type-1 span.label{
			display: inline-block;
			font-weight: bold !important;
			width: 150px !important;
		}

		ol.list.type-2 > li {
			list-style: decimal-leading-zero inside;
			color: #000000;
		}

			ol.list.type-1 b,
			ul.list.type-1 b,
			ul.list.type-1 span {color: #000000;}
			
			ul.list.type-1 span {font-weight: 100;}
			
			ol.list.type-2 b,
			ul.list.type-2 b {
				color: #fe5214;
				font-weight: 700;
				font-style: italic;
			}
			
			ul.list.type-1 > li {
				/*
				list-style: square inside;
				color: #fe5214;
				*/
			}
			
			ul.list.type-2 > li {
				list-style: square inside;
				color: #fe5214;
			}
			
			ul.list.type-3 > li {
				padding-left: 33px;
				background-image: url(/images/icons/sprite-list.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				color: #fe5214;
			}
	
	/* -------------------------------------------------- */
	/*	Buttons
	/* -------------------------------------------------- */
	
	a.see {
		display: inline-block;
		margin-bottom: 1.5em;
		padding-right: 20px;
		color: #fe5214;
		font-weight: 700;
		background-image: url(/images/rightarrowclass.png);
		background-position: right -29px;
		background-repeat: no-repeat;
	}
	
	a.see:hover {text-decoration: underline;}
	#footer a.see {background-position: right -52px;}
	
	.button {
		border: 1px solid #fe5214;
		display: inline-block;
		margin: 5px 0 0 5px;
		padding: 5px 10px 5px;
		outline:none;
		color: #fbfafa;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 13px Arial;
		cursor:pointer;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;
	}
	
	.not-ie .button {
		-webkit-transition: none;
		   -moz-transition: none;
			-ms-transition: none;
			 -o-transition: none;
				transition: none;
	}

	.button:hover {color: #fff;}
	
	
	.orange {
		border-bottom: 1px solid #d64511;
		background-color: #fe5214;
	}
	.grey{
		border: 1px solid #313131;
		background-color: #313131;
	}
	.grey:hover{
		background-color: #d64511;
	}
	.green{
		border: 1px solid #007700;
		background-color: #007700;
	}
	.green:hover{
		background-color: #d64511;
	}
	.yellow{
		color: #000;
		border: 1px solid #FFD700;
		background-color: #FFD700;
	}
	.yellow:hover{
		background-color: #d64511;
	}
	.halfwidth{
		width: 40%;
		margin: 5px 20px 5px 5px;
	}
	
	.fullWidth{
		text-align: center;
		width: 95%;
	}
	
	.offerBox{
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: auto;
		margin-left: auto;
		width: 400px;
		max-width: 95%;
		border: 4px solid #fe5214;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #fbfafa;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 13px Arial;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;	
	}
	
	.offerBox .confirmMessage{
		color: #000;
		font-size: 16px;
		padding: 10px 0px 0px 0px;
	}
	
	.offerBox .confirmMessage2{
		color: #fe5214;
		font-size: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
	}
	.imageBox{
		position: fixed;
		top: 20px;
		left: 50%;
		margin-top: 10px;
		margin-left: -340px;
		width: 680px;
		border: 4px solid #fe5214;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #fbfafa;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 13px Arial;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;	
	}
	.confirmBox{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
		max-width: 95%;
		border: 4px solid #fe5214;
		padding: 5px 5px 5px 5px;
		outline:none;
		color: #fbfafa;
		background-color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 13px Arial;
		z-index: 200;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;	
	}
	
	.confirmBox .confirmMessage{
		color: #000;
		font-size: 16px;
		padding: 10px 0px 0px 0px;
	}
	
	.confirmBox .confirmMessage2{
		color: #fe5214;
		font-size: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
	}

	.customMessage{
		color: #000;
		font-size: 16px;
		padding: 10px 0px 0px 0px;
	}

 	.customMessage2{
		color: #fe5214;
		font-size: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
	}

	.orange:hover {
		border-bottom: 1px solid #313131;
		background: #444343; /* Old browsers */
		background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
		background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
	}
	
	.dark {
		border-bottom: 1px solid #313131;
		background: #444343; /* Old browsers */
		background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
		background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */	
	}
	
	.dark:hover {
		border-bottom: 1px solid #d64511;
		background: #fe5214 !important;
	}

	.align-btn-left {float: left;}
	.align-btn-right {float: right;}

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

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button;
	}

	button {border: none;}
	
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		vertical-align: baseline;
	}

	label {display: inline-block; cursor: pointer;}
	
	.bidtextbox{
	    padding: 2px 5px !important;
	    text-align: center !important;
	}
	
	input[type="text"],
	input[type="password"],
	textarea, select {
		display: inline-block;
		color: #000000;
		font: 12px/1.5 Arial, sans-serif;
		padding: 6px 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #dddcdc;
		background-color: #fff;
	}
	
	input[type="text"],
	input[type="password"],
	textarea, select .small {
		/*padding: 2px 2px;*/
		width:200px;
	}
	
	.thin{
		width: 100px !important;
		margin: 2px 0 0 0px !important;
		vertical-align: middle !important;
	}
	.extrasmall{
		width: 75px !important;
		margin: 5px 0 0 0px !important;
		vertical-align: middle !important;
	}
	
	textarea .small{
		width: 200px !important;
		height: 50px !important;
	}
	
	textarea, select .full {
		padding: 2px 2px;
		width:90%;
		height: 200px;
	}
	
	input[type="text"],
	input[type="password"],
	textarea,
	select {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	input[type="checkbox"] {padding: 0; border: none;}
	
	textarea:focus,
	input:focus {border-color: #acaaaa;}
	
	select {padding: 5px;}
	textarea {padding: 10px; resize: both;}
	
	.not-ie input,
	.not-ie textarea,
	.not-ie select {
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}
	
	.input-block {margin-bottom: 10px;}
	
		.input-block:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}
	
		.input-block label {
			display: block;
			float: left;
			width: 137px;
			vertical-align: top;
		}
	
		.contact-form input[type="text"],
		.comments-form input[type="text"] {width: 80%;}
		
		.contact-form textarea,
		.comments-form textarea {
			height: 160px;
			max-width: 80% ;
			max-height: 220px;
			min-width: 80%;
			min-height: 160px;
			resize: both;
			overflow: hidden;
		}
		
		.ie8 .contact-form textarea,
		.ie8 .comments-form textarea {
			min-width: 77%;
			max-width: 77%;
		}
		
		
		.wrong-data {border-color: #FE5214;}
		
		.contact-form iframe {display: inline-block; vertical-align: middle;}
		.contact-form input.verify {width: 77px; vertical-align: top;}
		
		.contact-form button[type="submit"],
		.comments-form button[type="submit"] {border: none; vertical-align: top;}

	/* Fix for Mobile Safari */
	input[type="checkbox"] { -webkit-appearance: checkbox; }
	input[type="radio"] { -webkit-appearance: radio; }

	/* Chrome, Safari */
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #000000; line-height: 1.5; }

	/* Firefox */
	input:-moz-placeholder, textarea:-moz-placeholder { color: #000000; line-height: 1.55; }

	/* ---------------------------------------------------------------------- */
	/*	Alert Boxes
	/* ---------------------------------------------------------------------- */

	.error,
	.success,
	.info,
	.notice {
		position: relative;
		display: block;
		padding: 13px 10px 13px 60px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
		color: #000000;
		font-weight: 700;
		font-size: 14px;
	}

	.alertIconHomeVertical{
		margin: 5px 5px 5px 5px;
		padding: 13px 10px 13px 60px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
		color: #000000;
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
	}

	.alertIconHome{
		position: relative;
		display: block;
		padding: 13px 10px 13px 60px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
		color: #000000;
		font-weight: 700;
		font-size: 14px;
		text-align: left;
	}
	
	.alertIconHome2:before {
		position: absolute;
		top: 3px;
		left: 4px;
		display: block;
		width: 40px;
		height: 40px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;	
		background-color: #efefef;
		/*background-image: url(/images/icons/sprite-notifications.png);*/
		background-repeat: no-repeat;
		-webkit-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		   -moz-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		         box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		content: '';
	}
	
	.trophy {
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/throphy.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.ratinggive{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/iconstarrating.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.sold{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/sold.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.titlemissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/missing_title.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.crmissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/missing_cr.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.customerMissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/iconstarrating.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.photomissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/missing_photo.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.descmissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/missing_description.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.milesmissing{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/missing-mileage.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.offermade{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/iconmoney.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.notrunning{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/ran_before_run_again.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.offer{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/iconmoney.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.extrawhite{
		color: #fff !important;
	}
	
	
	.newrating{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/star.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.question{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/question.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.ifbid{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/reserve_not_met.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	.pendingtitles{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/star.png);
		color: #008E0B;
		background-size: 42px 42px;
	}
	
	.default{
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-image: url(/images/icons/star.png);
		color: #008E0B;
	
	}
	
	.success:before,
	.error:before,
	.info:before,
	.notice:before {
		position: absolute;
		top: 3px;
		left: 4px;
		display: block;
		width: 40px;
		height: 40px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;	
		background-color: #efefef;
		background-image: url(/images/icons/sprite-notifications.png);
		background-repeat: no-repeat;
		-webkit-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		   -moz-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		         box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		content: '';
	}
	
	.success:before {background-position: 0 0;}
	.error:before {background-position: 0 -40px;}
	.info:before {background-position: 0 -80px;}
	.notice:before {background-position: 0 -120px;}

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

.wrap {
	margin: 0 auto;
	width: 95%;
}

	.main {
		/*margin-bottom: 25px;*/
		/*padding: 0 0 20px;*/
		background-color: #fbfafa;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	
		section.container {padding-top: 20px;}
	
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 9;
	width: 100%;
	padding: 10px 0 20px 0;
}

	#logo {
		float: left;
		display: block;
		/*margin: 40px 0 30px 0;*/
		margin: 0px 0px 10px 0px;
	}
	
	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	

	.navigation {
		clear: both;
		margin: 0;
		height: 55px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		background-repeat: repeat-x;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	
	.menu-1 .navigation {
		background: -moz-linear-gradient(top,  #595959 0%, #3b3b3b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #595959 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #595959 0%,#3b3b3b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #595959 0%,#3b3b3b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #595959 0%,#3b3b3b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
	}
	
	.menu-2 .navigation {
		background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	}
	
		.navigation > ul > li {
			position: relative;
			float: left;
			margin: 0;
			list-style: none;
		}

			.navigation > ul > li > a {
				position: relative;
				display: block;
				padding: 0 20px;
				border-right-width: 1px;
				border-right-style: solid;
				vertical-align: top;
				text-align: center;
				font-size: 18px;
				font-family: 'Yanone Kaffeesatz', sans-serif;
				line-height: 55px;
			}
			
			.menu-1 .navigation > ul > li > a,
			.menu-1 .navigation {border-color: #2b2a2a; color: #fbfafa; border-bottom-width: 0;}
			
			.menu-2 .navigation > ul > li > a,
			.menu-2 .navigation {border-color: #d7d7d7; color: #000000; border-bottom-width: 0;}

				.navigation > ul > li:hover > a,
				.navigation > ul > li.current-menu-item > a {color: #fe5214;}
				

				.menu-1 .navigation > ul > li:hover > a,
				.menu-1 .navigation > ul > li.current-menu-item > a,
				.menu-1 .navigation > ul > li.current-menu-parent > a,
				.menu-1 .navigation > ul > li.current-menu-ancestor > a {
					background: -moz-linear-gradient(top,  #4c4c4c 0%, #323232 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#323232)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #4c4c4c 0%,#323232 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
				}

				.menu-2 .navigation > ul > li:hover > a,
				.menu-2 .navigation > ul > li.current-menu-item > a,
				.menu-2 .navigation > ul > li.current-menu-parent > a,
				.menu-2 .navigation > ul > li.current-menu-ancestor > a {
					background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
				}
				
				.navigation > ul > li:first-child:hover > a,
				.navigation > ul > li.current-menu-item:first-child > a {
					-webkit-border-radius: 3px 0 3px 0;
					   -moz-border-radius: 3px 0 3px 0;
							border-radius: 3px 0 3px 0;
				} 

			/* Dropdown */

			.ie8 .navigation li:hover > ul,
			.ie8 .navigation li:hover > ul {top: 55px;}

			.navigation ul ul {
				position: absolute;
				left: 0;
				z-index: 99;
				display: none;
				padding-right: 5px;
				width: 167px;
			}
			
			.not-ie .navigatin ul ul {top: 70px;}
			
			.menu-1 .navigation ul ul {
/*				-webkit-box-shadow: inset 0 10px 18px rgba(0,0,0,.3);
				   -moz-box-shadow: inset 0 10px 18px rgba(0,0,0,.3);
						box-shadow: inset 0 10px 18px rgba(0,0,0,.3);*/
			}
			
			.menu-2 .navigation ul ul {
/*				-webkit-box-shadow: inset 0 10px 18px rgba(255,255,255,.9);
				   -moz-box-shadow: inset 0 10px 18px rgba(255,255,255,.9);
						box-shadow: inset 0 10px 18px rgba(255,255,255,.9);*/
			}

			.not-ie .navigation ul ul {
				-webkit-transition: all .2s ease-in-out;
				   -moz-transition: all .2s ease-in-out;
					-ms-transition: all .2s ease-in-out;
					 -o-transition: all .2s ease-in-out;
						transition: all .2s ease-in-out;
						
				-webkit-border-radius: 0 0 3px 3px;
				   -moz-border-radius: 0 0 3px 3px;
						border-radius: 0 0 3px 3px;
			}

				.navigation ul ul li {
					position: relative;
				}
				
				.menu-1 .navigation ul ul li {
					background-color: #2c2d2d;
				}
				
				.menu-2 .navigation ul ul li {
					background-color: #f1f1f1;
				}

				.navigation ul ul li:last-of-type > a {border-bottom: none;}

					.navigation ul ul a {
						display: block;
						margin: 0 20px;
						padding: 5px 0;
						border-bottom-width: 1px;
						border-bottom-style: solid;
						text-align: left;
						color: #979696;
						font-size: 15px;
						font-family: 'Yanone Kaffeesatz', sans-serif;
					}
					
					.menu-1 .navigation ul ul a {
						border-color: #424242;
					}
					
					.menu-2 .navigation ul ul a {
						border-color: #d7d7d7;
					}
					
					.navigation .rightarrowclass {
						position: absolute;
						top: 50%;
						right: 20px;
						margin-top: -2px;
						width: 3px;
						height: 5px;
						background: url(/images/rightarrowclass.png) no-repeat;
					}
					
					.menu-1 .navigation > ul ul li:hover > a,
					.menu-1 .navigation ul ul li.current-menu-item > a,
					.menu-1 .navigation ul ul li.current-menu-parent > a,
					.menu-1 .navigation ul ul li.current-menu-ancestor > a {color: #fff;}
					
					.menu-2 .navigation > ul ul li:hover > a,
					.menu-2 .navigation ul ul li.current-menu-item > a,
					.menu-2 .navigation ul ul li.current-menu-parent > a,
					.menu-2 .navigation ul ul li.current-menu-ancestor > a {color: #000000;}
					
					.menu-1 .navigation > ul ul li:hover .rightarrowclass {background-position: 0 -15px;}
					.menu-2 .navigation > ul ul li:hover .rightarrowclass {background-position: 0 -75px;}


			/* Sub Dropdown */

			.navigation ul ul ul {
				top: 0 !important;
				left: 170px;
				margin-top: 0;
			}
			
			.ie8 .navigation ul > li:hover ul li:hover ul,
			.ie9 .navigation ul > li:hover ul li:hover ul {
				left: 165px !important;
			}

			.not-ie .navigation ul ul ul {
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}

	/* Nav Responsive  */

	.navigation .nav-responsive {
		display: none;
		margin: 15px 20px;
		padding: 4px 8px;
		width: 90%;
		border-color: #fff;
		background-color: #fff;
		background-image: url(/images/nav-bg.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */

	/* -------------------------------------------------- */
	/*	Top Panel
	/* -------------------------------------------------- */

	.top-panel {
		margin-bottom: 20px;
		padding-right: 30px;
		border-top: 1px solid #fefefe;
		border-bottom: 1px solid #dbdbdb;
		background-color: #f4f4f4;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
	 		    border-radius: 3px;
	}

		/* -------------------------------------------------- */
		/*	Flexslider
		/* -------------------------------------------------- */

		.flexslider {width: 660px;}

		/* -------------------------------------------------- */
		/*	Search Panel
		/* -------------------------------------------------- */
		
		.top-panel .widget_custom_search {
			float: right;
			padding: 22px 0;
			width: 260px;
		}
		
			.top-panel .widget_custom_search .widget-title,
			#sidebar .widget_custom_search .widget-title {padding: 0; border-width: 0;}
		
		#sidebar .widget_custom_search {
			border: 1px solid #dddcdc;
			background-color: #f4f4f4;
		}
		
			#sidebar .search-heading {
				padding: 17px 20px;
				border-bottom: 1px solid #dddcdc;
			}
			
			#sidebar .search-heading {
				background: #ffffff; /* Old browsers */
				background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */	
			}
			
				#sidebar .search-heading h3 {margin: 0;}
		
			#sidebar .widget_custom_search .search-entry {padding: 25px 19px;}
		
		.form-panel fieldset {
			float: left;
			margin-bottom: 8px;
			margin-right: 30px;
		}
		
		
		.top-panel .form-panel fieldset:first-of-type {float: none;}
		
		.top-panel .form-panel fieldset:nth-child(2n-1) {margin-right: 0;}
		#sidebar .form-panel fieldset:nth-child(2n) {margin-right: 0;}
			
			.form-panel fieldset > label {
				display: block;
				margin-bottom: 6px;
				color: #000000;
				font-weight: 700;
			}
			
			#sidebar .form-panel fieldset:last-of-type {
				float: left;
				margin-bottom: 8px;
				margin-right: 30px;
			}
			
			#sidebar .form-panel fieldset.full {
				width: 100%;
				margin-bottom: 20px;
			}
			
			.top-panel .form-panel fieldset:first-child select,
			#sidebar .form-panel fieldset:last-of-type select {
				float: none;
				width: 100%;
			}
			
			.form-panel fieldset select {width: 100px;}
			
			.not-active select {background-color: #f6f6f6;}
			
			.form-panel .submit-search {
				padding: 6px 29px;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: 1px solid #d64511;
				background-color: #fe5214;
				color: #fff;
				text-transform: uppercase;
				font-weight: 600;
				font-size: 15px;
				font-family: 'Open Sans', sans-serif;
				
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}
			
			.dt-button{
				padding: 6px 29px;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: 1px solid #d64511;
				background-color: #fe5214;
				color: #fff;
				text-transform: uppercase;
				font-weight: 600;
				font-size: 15px;
				font-family: 'Open Sans', sans-serif;
				
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}
			
			.top-panel .submit-search {margin: 24px 0 0 0;}
			#sidebar .submit-search {float: left;}
			
			.form-panel .submit-search:hover {
				border-bottom: 1px solid #313131;
				background: #444343; /* Old browsers */
				background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
				background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
			}
			
			
			.equipmentDiv{
				margin: 4px;
			}
			.equimpentbox{
				width: 300px !important;
			}
			.searchnetworkbox{
				width: 250px !important;
			}
			/*regular button*/
			.submit-button {
				padding: 3px 9px;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: 1px solid #d64511;
				background-color: #fe5214;
				color: #fff;
				text-transform: uppercase;
				font-weight: 600;
				font-size: 14px;
				font-family: 'Open Sans', sans-serif;
				
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}
			
			.submit-button {margin: 12px 0 0 0;}
			
			.submit-button:hover {
				border-bottom: 1px solid #313131;
				background: #444343; /* Old browsers */
				background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
				background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
			}
			/*regular button*/
			
			#sidebar .form-panel .advanced {
				float: right;
				text-decoration: underline;
				line-height: 2.8em;
			}
			
		/* -------------------------------------------------- */
		/*	Table Compare Listings
		/* -------------------------------------------------- */		
			
		.compare-table {
			margin-bottom: 30px;
			width: 100%;
			color: #000000;
			text-align: left;
		}
		
			.compare-table .col {
				border-top-width: 1px;
				border-bottom-width: 1px;
				border-right-width: 1px;
				border-style: solid;
				border-color: #dddcdc;
				float: left;
			}

			.compare-table .col.features {
				border-left-width: 1px;
				width: 238px;
			}
			
			.compare-table .col {width: 349px;}

				.compare-table .heading {
					padding: 15px 20px;
					min-height: 23px;
					background-color: #000000;
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
				}
				
				.compare-table .viewport {
					padding: 20px;
					min-height: 163px;
					border-top: 1px solid #dddcdc;
				}

					.compare-table h3 {
						margin: 0;
						padding: 0;
						border-width: 0;
					}

					.compare-table .viewport figure {margin-bottom: 15px;}

						.compare-table .viewport figure > img {margin-bottom: 10px;}
						.compare-table .viewport figure > figcaption {color: #000000; font-weight: 700;}
						.compare-table .viewport .button {margin: 0;}

				.compare-table li {
					padding: 5px 20px;
					border-top: 1px solid #dddcdc;
				}
				
				.compare-table .features li {
					padding: 5px 8px;
					text-align: right;
					font-weight: 700;
				}
		
				.compare-table ul li:nth-child(odd) {background-color: #f4f4f4;}
				
		/* -------------------------------------------------- */
		/*	Sales Reps
		/* -------------------------------------------------- */
		
		/*.sales-reps .row {margin-right: -20px;}*/
		
			.sales-reps .item {
				float: left;
				margin-right: 20px;
				margin-bottom: 20px;
				width: 300px;
				border: 1px solid #dddcdc;
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			.sales-reps .item.last {margin-right: 0;}
			
				.sales-reps li {
					padding: 6px 10px;
					border-top: 1px solid #dddcdc;
				}
				
				.sales-reps li:nth-child(odd) {background-color: #f4f4f4;}
				
				.sales-reps li:first-child {
					padding: 16px 20px;
					border-top: none;
					-webkit-border-radius: 3px 3px 0 0;
					   -moz-border-radius: 3px 3px 0 0;
							border-radius: 3px 3px 0 0;
					background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
					background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */					
				}
				
				.sales-reps li:last-child {
					-webkit-border-radius: 0 0 3px 3px;
					   -moz-border-radius: 0 0 3px 3px;
							border-radius: 0 0 3px 3px;
				}
				
					.sales-reps li h3 {margin: 0;}
					
					.sales-reps figure {
						display: block;
						margin: 20px 0;
						text-align: center;
					}
					
					.sales-reps li > span {color: #fe5214;}
					.sales-reps li:last-child {text-align: center;}
						.sales-reps li:last-child a {margin: 0;}
						
		/* -------------------------------------------------- */
		/*	Pricing Table
		/* -------------------------------------------------- */
	
		.pricing-table {
			position: relative;
			height: 100%;
			margin: 0 -10px 20px 0;
		}

		.pricing-table.col2 .col {width: 458px;}
		.pricing-table.col3 .col {width: 190px;}
		.pricing-table.col4 .col {width: 218px;}
		.pricing-table.col5 .col {width: 176px;}

		.pricing-table .col {
			float: left;
			margin: 0 10px 10px 0;
			padding: 0;
			border: 1px solid #dddcdc;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}

		.pricing-table .col:hover,
		.pricing-table .col.featured {
			-webkit-transform: scale(1.05);
			   -moz-transform: scale(1.05);
				-ms-transform: scale(1.05);
				 -o-transform: scale(1.05);
					transform: scale(1.05);
			-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
			   -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
					box-shadow: 0 0 25px rgba(0,0,0,.1);
		}

			.pricing-table .header {
				padding: 24px 18px 16px;
				border-bottom: 1px solid #dddcdc;
				-webkit-border-radius: 3px 3px 0 0;
				   -moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;
			}

			.pricing-table .header {
				background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
			}

				.pricing-table .header h2 {
					margin-bottom: 0;
					color: #fe5214;
					border: none;
					line-height: 1;
				}

				.pricing-table .header h3 {
					margin: 0;
					color: #000000;
					line-height: 1;
				}

			.pricing-table .heading {
				padding: 20px 18px;
				border-bottom: 1px solid #313131;
				color: #fff;
				-webkit-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
				   -moz-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
						box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
			}

			.pricing-table .heading {
				vertical-align: top;
				background-color: #000000;
			}
			
			.pricing-table dd {
				vertical-align: top;
			}
			
			.pricing-table dt {
				vertical-align: bottom;
			}

				.pricing-table .heading .currency {
					font-size: 44px;
					font-family: 'Open Sans', sans-serif;
					font-weight: 600;
					line-height: 1;
				}

				.pricing-table .heading .int {
					font-size: 36px;
					font-family: 'Open Sans', sans-serif;
					font-weight: 700;
					line-height: 1;
				}

				.pricing-table .heading .sup {
					position: relative;
					font-size: 28px;
					font-family: 'Open Sans', sans-serif;
					font-weight: 600;
					vertical-align: top;
					line-height: 1.2;
				}

				

				.pricing-table .heading .sup:after {
					position: absolute;
					top: 35px;
					left: 15px;
					display: table;
					content: attr(data-month);
					color: #FEFC00;
					font-size: 12px;
					vertical-align: top;
					line-height: 1;
				}
				
				.ie8 .pricing-table .heading .sup:after {top: 55px; right: -5px;}
				.ie9 .pricing-table .heading .sup::before {top: 15px !important; right: -5px;}

				.pricing-table .features li {
					padding: 5px 20px;
					list-style-type: square;
					list-style-position: inside;
					border-bottom: 1px solid #dddcdc;
					color: #fe5214;
					font-weight: 700;
				}

				.pricing-table .features li:first-child {border-top: 1px solid #dddcdc;}
				.pricing-table .features li:nth-child(odd) {background-color: #f4f4f4;}

					.pricing-table .features li > span {color: #000000;}

			.pricing-table .footer {
				padding: 10px 20px 0;
				background-color: #f4f4f4;
			}

		/* -------------------------------------------------- */
		/*	404 Page
		/* -------------------------------------------------- */

		.error404 {
			position: relative;
			margin: 40px auto;
			width: 59%;
		}

			.error404 .e404 {
				position: absolute;
				left: 0;
				top: 5%;		
				margin-top: 5%;
				padding: 0 15%;
				width: 70%;
				text-align: center;
			}

				.error404 h1 {
					margin: 0;
					color: #fe5214;
					font-weight: 700;
					font-size: 108px;
					font-family: 'Open Sans', sans-serif;
					line-height: 1;
				}

				.error404 .title-error {
					color: #1a1a1b;
					text-transform: uppercase;
					font-size: 30px;
					font-weight: 600;
					font-family: 'Open Sans', sans-serif;
				}	
				
/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

	.sbr #content {float: left;}
	.sbl #content {float: right;}
	
	/* -------------------------------------------------- */
	/* Form Account
	/* -------------------------------------------------- */	
	
	.form-account {
		border: 1px solid #dddcdc;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}

		.form-heading {
			padding: 17px 20px;
			border-bottom: 1px solid #dddcdc;
		}
	
		.form-heading {
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
		}
		
			.form-heading h3 {margin-bottom: 0;}
	
			.form-title {
				clear: both;
				margin-bottom: 20px;
				padding-bottom: 4px;
				border-bottom: 1px solid #dddcdc;
			}
			
				.form-title h5 {
					margin: 0;
					color: #fd7442;
					font-size: 17px;
				}
				
				.form-title h6 {
					margin: 0;
					color: #fd7442;	
				}
			
		.form-entry {padding: 20px;}
		
			.form-entry label {
				display: block;
				margin-bottom: 4px;
			}
		
			.form-entry input[type="text"],
			.form-entry input[type="password"],
			.form-entry select,
			.form-entry textarea {width: 100%;}
			
			.form-entry .type input[type="password"] {
				margin-right: 15px;
				width: 185px;
			}
			
			.form-entry textarea {
				min-height: 225px;
				margin-bottom: 5px;
			}
			
			.wrong,
			.rememberme,
			.check {
				color: #fe5214;
				font-style: italic;
			}
			
			.form-entry .check {
				display: block;
				margin-bottom: 20px;
			}
			
			.check sup {color: #797878;}
			
			.form-entry .button {margin: 0;}
			
			.rememberme,
			.check {vertical-align: middle;}
			
			.rememberme input[type="checkbox"],
			.check input[type="checkbox"] 
			{
				margin-right: 10px; vertical-align: sub;
			}
			
			/* Form Entry Columns */
			
			.container .form-entry .eight.columns {width: 439px;}

	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */
	
		ul.cart-items {margin-bottom: 25px;}

			ul.cart-items li {
				position: relative;
				float: left;
				display: block;
				padding: 15px 0;
				width: 25%;
				border-left-width: 1px;
				border-style: solid;
				border-left-color: #fbfafa;
				border-bottom-width: 6px;
				border-bottom-color: #d0d0d0;
				-wekbit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			ul.cart-items li {
				background: #d1d0d0; /* Old browsers */
				background: -moz-linear-gradient(top,  #d1d0d0 0%, #b2b1b1 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d0d0), color-stop(100%,#b2b1b1)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #d1d0d0 0%,#b2b1b1 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d0d0', endColorstr='#b2b1b1',GradientType=0 ); /* IE6-9 */
			}
			
			ul.cart-items li:first-child {
				border-left: none;
				-webkit-border-radius: 2px 0 0 0;
				-moz-border-radius: 2px 0 0 0;
				border-radius: 2px 0 0 0;
			}
			
			ul.cart-items li:last-child {
				-webkit-border-radius: 0 2px 0 0;
				-moz-border-radius: 0 2px 0 0;
				border-radius: 0 2px 0 0;
			}
			
			ul.cart-items li.step-now {
				border-bottom-color: #fe5214;
				background: #515151; /* Old browsers */
				background: -moz-linear-gradient(top,  #515151 0%, #3f3f3f 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #515151 0%,#3f3f3f 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
			}
			
			ul.cart-items li.step-error {
				background: #fd8459;
				border-bottom-color: #fe5214;
			}
			
			ul.cart-items li.step-success {
				background: #3dd853;
				border-bottom-color: #009036;
			}
			
				ul.cart-items li .cart-title {
					margin: 0;
					color: #fbfafa;
					font-size: 17px;
					text-align: center;
				}
				
				ul.cart-items li .circle {
					position: absolute;
					z-index: 2;
					left: 50%;
					bottom: -15px;
					margin-left: -12px;
					display: block;
					width: 24px;
					height: 24px;
					background-color: #d0d0d0;
					color: #fbfafa;
					font-size: 15px;
					text-align: center;
					line-height: 24px;
				}
				
				ul.cart-items li .circle {
					-webkit-border-radius: 50%;
					   -moz-border-radius: 50%;
							border-radius: 50%;
				}
				
				ul.cart-items li.step-now .circle,
				ul.cart-items li.step-error .circle {background-color: #fe5214;}
				
				ul.cart-items li.step-success .circle {background-color: #009036;}
				
	
		.cart-content.step-1 .five.columns {width: 286px;}
		.cart-content.step-1 .three.columns {width: 133px;}
		
		.cart-content.step-2 .four.columns {width: 209px;}
		
			.cart-content .input-check input[type="checkbox"] {
				margin-right: 15px;
				vertical-align: sub;
			}
			
			/* Upload Holder */
			
			.upload-holder {margin-bottom: 20px;}
			
				.upload-holder input[type="text"] {width: 265px;}
				.upload-holder a.button {padding: 6px 10px;}
				.upload-holder i {color: #000000;}
	
	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */
	
		/* ---------------------------------------- */
		/*	List Contact
		/* ---------------------------------------- */
			
		ul.contact-items li {margin-bottom: 6px;}
	
		/* ---------------------------------------- */
		/*	Sort
		/* ---------------------------------------- */
	
		.sort {
			margin-bottom: 20px;
			padding: 7px 14px;
			border: 1px solid #dddcdc;
		}
		
		.sort {
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
		}
		
			.sort p.half {
				width: 49%;
				display: inline-block;
				margin: 0;
			}
			
			.sort p.align-right {text-align: right;}

			.sort select {margin-left: 7px; width: 70%;}
			
			.sort a.delete {
				display: inlne-block;
				text-align: right;
				padding: 5px 0;
				font-weight: 700;
				color: #fe5214;
			}
			
		/* ---------------------------------------- */
		/*	Item Grid
		/* ---------------------------------------- */
	
		.item-grid,
		.item-list,
		.item-list-home {margin-bottom: 15px;}

			.item-grid article {
				display: inline-block;
				margin-right: 20px;
				margin-bottom: 20px;
				width: 190px;
				vertical-align: top;
			}

			.item-grid article:nth-child(3n) {margin-right: 0;}

				.item-grid .detailed { position: relative; }
				
					.item-grid .list-entry { margin-bottom: 15px; }
					
						.item-grid .list-entry li { display: inline; margin-right: 3px; }
						.item-grid .list-entry li:last-child { display: block; }
						
						.item-grid .list-entry li:after { content: ","; }
						.item-grid .list-entry li:last-child:after { content: ""; }

							.item-grid .list-entry .label { display: none; }
					
					.item-grid article .detailed .cost {
						position: absolute;
						top: 0;
						right: 0;
					}
			
					#change-items .price {
						color: #fe5214;
						font-size: 17px;
						line-height: 1.3;
						text-align: right;
					}
					
					.item-grid .title-item { 
						display: block;
						float: left;
						width: 130px;
					}
					
					.item-grid .price { float: right; }
					
					.item-grid .compare {
						vertical-align: middle; 
						padding-top: 3px;
					}
					
						.compare { margin-right: 10px; }
					
						.compare input {
							height: auto;
							vertical-align: middle;
							margin-right: 10px;
						}
					
					.item-grid .button { float: right; margin: 0 0 0 20px; }
						
		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	
		
			.item-list article {
				position: relative;
				padding: 20px 0;
				border-top: 3px solid #000;
				width: 100%;
			}
			
			.item-list article:after {
				clear: both;
				display: block;
				visibility: hidden;
				height: 0;
				content: ".";
			}
			
			#change-items article:first-child {
				padding-top: 0;
				border-top: none;
			}

			#change-items article:last-of-type {padding-bottom: 0;}

				.item-list .title-item {
					margin-bottom: 10px;
					line-height: 1;
				}
			
				.item-list .picture {
					width: 190px;
					float: left;
					margin-right: 20px;
					margin-bottom: 0;
				}
				
				.srppicture {
					height: 200px;
				}
				
				.item-list .pictureSmall {
					width: 100px;
					float: left;
					margin-right: 20px;
					margin-bottom: 0;
				}
				
				.item-list .detailed {
					float: left;
					/*padding-right: 150px;*/
					width: 410px;
				}
				
				.item-list article:first-child .price { top: -3px; }
				
				.item-list .price {
					/*position: absolute;
					right: 0;
					top: 17px;
					
					float: right;
					*/
				}
				
				.item-list .button { 
					/*position: absolute;
					right: 0;
					bottom: 20px;
					margin: 0;*/
					
					float: right;
					margin: 5px 0 0 5px;
					
					/*
					margin: 0 0 0 20px;
				    position: absolute;
				    right: 0;
				    bottom: 5px;
				    */

				}
				
				.item-list .compare {
					/*position: absolute;
					bottom: 25px;
					right: 70px;*/
				}
				
		/* ---------------------------------------- */
		/*	Home Item List
		/* ---------------------------------------- */	
		
			.item-list-home article {
				position: relative;
				padding: 20px 0;
				border-top: 1px solid #dddcdc;
				border-bottom: 1px solid #dddcdc;
				width: 100%;
				height: 60px;
			}
			.item-list-home .picture {
				width: 80px;
				float: left;
				margin-right: 20px;
				margin-bottom: 0;
			}
			.item-list-home .title-item {
				margin-bottom: 10px;
				line-height: 1;
				position: relative;
			}
			.item-list-home .detailed {
				/*
				padding-left: 100px;
				float: left;
				padding-right: 150px;
				width: 410px;
				*/
			}
			.item-list-home .button { 
				position: absolute;
				right: 0;
				bottom: 20px;
				margin: 0;
				float: right;
				margin: 0 0 0 20px;

			}
			/*
			.item-list-home article:after {
				clear: both;
				display: block;
				visibility: hidden;
				height: 0;
				content: ".";
			}
			
			

				
			

			
				
				
				.item-list-home article:first-child .price { top: -3px; }
				
				.item-list-home .price {
					position: absolute;
					right: 0;
					top: 17px;
				}
				
				
				
				.item-list-home .compare {
					position: absolute;
					bottom: 25px;
					right: 70px;
				}				
				*/	
				/* List Entry */
				
				ul.list-entry li { display: block; }
				
				ul.list-entry .label { margin-right: 4px; }
				.labelOrange { 
					margin-right: 4px; 
					color: #fe5214;
					font-size: 16px;
				}
				
				.labelBlack { 
					margin-right: 4px; 
					color: #000;
					font-size: 14px;
				}
				.labelGreen { 
					margin-right: 4px; 
					color: #009900;
					font-size: 14px;
				}
				.labelIFBid{
					margin: 10px 5px 5px 5px;
					background-color: #fff;
				    border: 4px solid #ffd700;
				    border-radius: 3px;
				    color: #3a3a3a;
				    font-family: "Oswald",sans-serif;
				    font-size: 19px;
				    font-weight: 400;
				    outline: medium none;
				    padding: 5px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				    width: 98%;
				    z-index: 200;
				}
				
				.labelBlackSmall{
					margin-right: 4px; 
					color: #000;
					font-size: 12px;
				}
				
				ul.list-entry .labelBlack { 
					margin-right: 4px; 
					color: #000;
					font-size: 14px;
				}
				
				.quickbidSimulcast{
					background-color: #009900;
    				border-bottom: 1px solid #009900;
    				border-radius: 3px;
				    color: #fbfafa;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    outline: medium none;
				    padding: 5px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				}
				.quickbidSimulcastHover{
					background-color: #009900;
    				border-bottom: 1px solid #009900;
    				border-radius: 3px;
				    color: #fbfafa;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    outline: medium none;
				    padding: 5px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				}

				.quickbid {
					background-color: #009900;
    				border-bottom: 1px solid #009900;
    				border-radius: 3px;
				    color: #fbfafa;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    outline: medium none;
				    padding: 5px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				}
				.quickbid:hover{
					background-color: #3f3f3f;
					color: #fff;
				}
				.quickbidOrange{
					background-color: #fe5214;
    				border-bottom: 1px solid #009900;
    				border-radius: 3px;
				    color: #fbfafa;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    outline: medium none;
				    padding: 5px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				}
				.quickbidOrange:hover{
					background-color: #3f3f3f;
					color: #fff;
				}
				.quickbidBlue{
					display: inline-block;
					margin: 5px 0 0 5px;
					padding: 5px 10px 5px;
					outline:none;
					color: #fbfafa;
					background-color: #0066CC;
					vertical-align: baseline;
					text-align:center;
					text-decoration: none;
					font: 13px Arial;
					cursor:pointer;
					-webkit-border-radius: 3px;
					   -moz-border-radius: 3px;
						    border-radius: 3px;
				}
				.quickbidRed{
					display: inline-block;
					margin: 5px 0 0 5px;
					padding: 5px 10px 5px;
					outline:none;
					color: #FFFFFF;
					background-color: #FF0000;
					vertical-align: baseline;
					text-align:center;
					text-decoration: none;
					font: 13px Arial;
					cursor:pointer;
					-webkit-border-radius: 3px;
					   -moz-border-radius: 3px;
						    border-radius: 3px;
				}
				.quickbidRed:hover{
					background-color: #3f3f3f;
					color: #fff;
				}
				
				
				
				.quickbidGreen{
					display: inline-block;
					margin: 5px 0 0 5px;
					padding: 5px 10px 5px;
					outline:none;
					color: #fbfafa;
					background-color: #2a8c21;
					vertical-align: baseline;
					text-align:center;
					text-decoration: none;
					font: 13px Arial;
					cursor:pointer;
					-webkit-border-radius: 3px;
					   -moz-border-radius: 3px;
						    border-radius: 3px;
				}
				
				.quickbidBlue:hover{
					background-color: #3f3f3f;
					color: #fff;
				}
				
				.quickbidGreen:hover{
					background-color: #3f3f3f;
					color: #fff;
				}
					
				.buymenow {
					background-color: #0066CC;
    				border-bottom: 1px solid #0066CC;
    				border-radius: 3px;
				    color: #fbfafa;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    margin-bottom: 1.5em;
				    margin-top: 4px;
				    outline: medium none;
				    padding: 5px 10px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				    width: 130px;
				}
				
				.buymenow:hover{
					background-color: #fe5214;
					color: #fff;
				}
				
				.biddertable{
					/*width: 220px !important;*/
					text-align: center !important;
				}
				
				.quickLinkButton {
					width:24%;
					background-color: #fe5214;
    				border-bottom: 1px solid #fe5214;
    				border-radius: 3px;
				    color: #fff;
				    cursor: pointer;
				    display: inline-block;
				    font: 13px Arial;
				    margin-bottom: 1.5em;
				    outline: medium none;
				    padding: 5px 10px;
				    text-align: center;
				    text-decoration: none;
				    vertical-align: baseline;
				}
				
				.quickLinkButton:hover{
					background-color: #3f3f3f;
					color: #fbfafa;
				}
		/* ---------------------------------------- */
		/*	Pagination
		/* ---------------------------------------- */	
		
		.wp-pagenavi {
			margin-bottom: 30px;
			padding-top: 20px;
			border-top: 1px solid #dddcdc;
		}
		
			.wp-pagenavi span,
			.wp-pagenavi a {display: inline-block; vertical-align: middle;}

			.wp-pagenavi span.pages {margin-right: 5px;}

			.wp-pagenavi a.page,
			.wp-pagenavi span.current,
			.wp-pagenavi a.nextpostslink,
			.wp-pagenavi a.prevpostslink {
				margin: 0 1px;
				width: 21px;
				height: 21px;
				border-width: 1px;
				border-style: solid;
				text-align: center;
				line-height: 21px;
				font-weight: 700;
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}

			.wp-pagenavi a.page {
				border-color: #dddcdc;
				background-color: #f4f4f4;
				color: #414040;
			}

			.wp-pagenavi span.current {
				border-color: #3f3f3f;
				border-bottom-color: #313131;
				background: -moz-linear-gradient(top, #444343 0%, #3b3b3b 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #444343 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #444343 0%,#3b3b3b 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #444343 0%,#3b3b3b 100%); /* IE10+ */
				background: linear-gradient(to bottom, #444343 0%,#3b3b3b 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
				color: #fff;
			}

			.wp-pagenavi a.nextpostslink,
			.wp-pagenavi a.prevpostslink {
				border-color: transparent;
				background-image: url(/images/rightarrowclass.png);
				background-repeat: no-repeat;
			}

				.wp-pagenavi a.nextpostslink {background-position: 3px -106px;}
				.wp-pagenavi a.prevpostslink {background-position: 11px -83px;}
				
/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

article.entry {margin: 20px 0;}
article.entry:first-child {margin-top: 0;}
.single article.entry {margin-bottom: 0;}

	.entry-image {
		display: block;
		float: left;
		margin: 0 20px 15px 0;
	}
	
	/*.not-ie .entry-body {display: table;}*/
	
	.ie8 .entry-body {overflow: hidden;}
	
	.entry-meta {margin-bottom: 10px;}
	
	.single .entry-meta {margin-bottom: 15px;}
	
		.entry-meta li {
			display: inline-block;
			margin-right: 13px;
		}
		
			.entry-meta li > a {color: #fe5214; font-style: italic;}
			.entry-meta li a:hover {color: #7d7d7d;}
			
		.entry-meta li.tags a:after {content: ", ";}
		.entry-meta li.tags a:last-child:after {content: " ";}
		
		.entry-body h6.title {margin-bottom: 10px;}
		
		h2.title {
			margin-bottom: 15px;
			padding-bottom: 6px;
			border-bottom: 1px solid #dddcdc;
		}
		
	footer.meta {
		margin-top: 20px;
		padding: 6px 10px;
		border: 1px solid #dddcdc;
	}
	
	footer.meta {
		background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	}
	
		footer.meta a.icon-comments {
			display: inline-block;
			float: left;
			padding: 5px 0 4px 30px;
			background-image: url(/images/icons/icon-comments.png);
			background-position: 0 90%;
			background-repeat: no-repeat;
			color: #fe5214;
		}
		
		footer.meta a.icon-comments:hover {text-decoration: underline;}

		footer.meta a.button {
			float: right;
			margin: 0;
		}
		
	/* -------------------------------------------------- */
	/*	Alternative Blog
	/* -------------------------------------------------- */
	
	.entry.secondary {
		margin: 0; 
		padding: 20px 0;
		border-top: 1px solid #dddcdc;
	}
	
	.entry.secondary:first-of-type {padding-top: 0; border-top: none;}
	
		/*.secondary .entry-image {margin-bottom: 0;}*/
		
			.entry .date {
				display: inline-block;
				margin-bottom: 8px;
				padding: 3px 8px;
				background-color: #fe5214;
				color: #fff;
			}

				.entry .date a {color: #fff; font-style: italic;}

			.entry.secondary h6.title {margin-bottom: 2px;}

			.entry .details,
			.comment-reply-link {
				color: #fe5214;
				font-weight: 700;
			}

			.entry .details:after,
			.comment-reply-link:after {content: "]";}
			
			.entry .details:before,
			.comment-reply-link:before {content: "[";}	
			
			.entry .details:hover,
			.comment-reply-link:hover,
			.comment .author a:hover {color: #7d7d7d;}
			
	/* -------------------------------------------------- */
	/*	One Item
	/* -------------------------------------------------- */
	
	.item .gallery {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
		width: 460px;
	}
	
	
		.list-image-small {
			list-style-type: none;
		    margin: 0;
		    padding: 0;
		    overflow: hidden;
			
		}
		.list-image-small li{
			float: left;
			margin: 2px 2px 2px 2px;
		}
		.list-image-small a{
			width: 160px;
			display: block;
			float: left;
		}
		.item .list-image {margin: 10px 0 0;}
	
			.item .list-image li {
				display: block; 
				float: left;
				margin: 0 11px 11px 0;
			}
			
				.item .gallery img {display: block;}
	
	.not-ie .item .extra {display: table;}
	.ie8 .item .extra {overflow: hidden;}
	
		.item b.heading {display: block; color: #fe5214;}
		.item .entry-item b.heading {margin-bottom: 5px;}
		
		.item .extra span.cost {
			display: block;
			margin-bottom: 10px;
			font-size: 24px; 
			color: #fe5214;
		}
		
	.item .entry-item {clear: both;}
	
		.entry-item .video-box {margin-bottom: 10px;}
			
	/* -------------------------------------------------- */
	/*	Bio
	/* -------------------------------------------------- */	
	
	.bio {
		margin-bottom: 30px;
		padding: 15px 20px 5px;
		border: 1px solid #dddcdc;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
	}
	
		.bio .section-title {
			margin-bottom: 5px;
			border-bottom: none;
		}
		
		.avatar {
			float: left;
			margin-right: 20px;
			border: 1px solid #dddcdc;
		}
		
		.bio .bio-info {display: table;}
		
	/* -------------------------------------------------- */
	/*	Related
	/* -------------------------------------------------- */	
	
	.related {margin-bottom: 25px}
	
		.related li {
			display: inline-block;
			margin-right: 20px;
			width: 191px;
		}

		.related li:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";	
		}

		.related li:nth-child(3n) {margin-right: 0;}
		
			.related li img {
				display: block;
				margin-bottom: 13px;
			}
			
			.related li h6 {margin-bottom: 2px;}
			.related .heading {color: #fe5214}

	/* -------------------------------------------------- */
	/*	Comments
	/* -------------------------------------------------- */
	
	#comments h3 {color: #fe5214;}

	.comments-list {
		margin: 20px 0 15px;
		overflow: hidden;
	}

		.comment {
			margin: 0;
			padding: 20px 0 0;
			list-style: none;
			border-top: 1px solid #dddcdc;
		}

		.comment:first-child {
			margin-top: 0;
			padding-top: 0;
			border-top: none;
		}

			.comment > article {
				margin: 0;
				overflow: hidden;
			}

				.comment-body {display: table;}
				
					.comment .comment-meta {margin-bottom: 10px;}

				.comment .comment-meta .date {margin-right: 13px;}

					.comment .date,
					.comment .author {
						display: inline-block;
					}
					
					.comment .date span,
					.comment .author a {
						color: #fe5214;
						font-style: italic;
					}

			.comment .children {
				margin: 0;
				padding: 0 0 0 80px;
				border-top: 1px solid #dddcdc;
			}

				.comment .children .comment {
					padding: 20px 0 0;
				}

				.comment .children .comment:first-child {margin-top: 0;}

/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	position: relative;
	margin: 0;
	width: 100%;
	height: 500px;
	-webkit-box-border: 3px 3px 0 0;
	   -moz-box-border: 3px 3px 0 0;
			box-border: 3px 3px 0 0;
}

#locate {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	height: 350px;	
}

#map img,
#gMap img,
#locate img {max-width: none;}

/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

	.sbr #sidebar {float: right;}
	
	.sbl #sidebar {float: left;}

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

		/* ---------------------------------------- */
		/*	Loan Calculator
		/* ---------------------------------------- */

		.widget_loan_calculator {
			border: 1px solid #dddcdc;
			
			-webkit-border-radius: 3px;
			    moz-border-radius: 3px;
					border-radius: 3px;
		}
		
			.widget-head {
				padding: 15px;
				border-bottom: 1px solid #dddcdc;
				background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
				background: linear-gradient(top,  #ffffff 0%,#ececec 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
			
				-webkit-border-radius: 3px 3px 0 0;
					moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;	
			}
		
				#sidebar .widget_loan_calculator .widget-title {
					margin-bottom: 0;
					border: none;
				}
			
			.widget_loan_calculator .entry-loan {
				padding: 15px;
				background-color: #f4f4f4;
			}
			
				.widget_loan_calculator .entry-loan table {width: 100%;}
				
					.widget_loan_calculator .entry-loan label {vertical-align: top;}
				
					.widget_loan_calculator .entry-loan table td {padding: 0 3px;}

						.widget_loan_calculator input[type="text"] {
							padding: 6px 5px;
							width: 60px;
							margin: 0 0 10px 9px;
						}
				
		/* ---------------------------------------- */
		/*	Recent, Categories, Archive, Links, Menu
		/* ---------------------------------------- */
		
		.widget_recent_entries ul,
		.widget_categories ul,
		.widget_archive ul,
		.widget_nav_menu ul,
		.widget_links ul {
			margin-bottom: 15px;
			border-bottom: 1px solid #dddcdc;
		}

			.widget_recent_entries ul li,
			.widget_categories ul li,
			.widget_archive ul li,
			.widget_nav_menu ul li,
			.widget_links ul li {
				margin-bottom: 20px;
				padding-left: 17px;
				background: url(/images/rightarrowclass.png) no-repeat 0 -108px;
			}
			
		/* ---------------------------------------- */
		/*	Latest
		/* ---------------------------------------- */	
			
		.widget_latest li {
			margin-bottom: 20px;
		}
		
		.widget_latest li:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}
		
			.latest-entry {display: table;}
			
				.widget_latest .thumb {
					display: block;
					float: left;
					margin-right: 20px;
				}
				
				.widget_latest li p:last-of-type {margin: 0;}
		
/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	margin-bottom: 10px;
	padding: 25px 0 10px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

	#footer .container {padding-top: 0;}
	
		.adjective {
			border-top: 1px solid #696969;
			clear: both;
			margin: 0 10px 0;
			padding: 10px 0 0;
		}

			.copyright {
				float: left;
			}

			.developed {float: right;}
	
	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

		#footer .widget-container {margin-bottom: 30px;}

			#footer .widget-title {
				margin-bottom: 15px;
				padding-bottom: 7px;
				border-bottom: 1px solid #696969;		
				color: #fbfafa;
				font-size: 19px;
			}
			
				#footer .widget-title > span {color: #fe5214;}

		/* ---------------------------------------- */
		/*	Links
		/* ---------------------------------------- */

		#footer .widget_links li {
			padding: 7px 0 6px 0;
			border-bottom: 1px solid #e0e1e3;
		}
		
		#footer .widget_links li:first-child {padding-top: 0;}
		
			#footer .widget_links li a {color: #1c7fbd;}
			
			#footer .widget_links li:hover a {color: #606163;}
	
		/* ---------------------------------------- */
		/*	Textwidget
		/* ---------------------------------------- */
		
		.widget_text .hours li {
			padding: 5px 0;
			border-top: 1px solid #696969;
			color: #fff;
		}
		
		.widget_text .hours li:first-child {
			padding-top: 0;
			border-top: none;
		}
			
			.widget_text .hours li > span {
				float: right;
				text-align: right;
				color: #ffffff;
			}

		/* ---------------------------------------- */
		/*	Our Contacts
		/* ---------------------------------------- */
		
		.widget_contacts .our-contacts > li {
			position: relative;
			margin-bottom: 20px;
			padding-left: 30px;
		}

		.widget_contacts li.address:after,
		.widget_contacts li.phone:after {
			position: absolute;
			left: 0;
			top: 5px;
			width: 19px;
			height: 24px;
			background-image: url(/images/icons/sprite-contacts.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			content: '';
		}

		.widget_contacts li.phone:after {top: 0; background-position: 0 -26px;}

			#footer .widget_contacts b {color: #fff;}
			.widget_contacts a:hover {text-decoration: underline;}

		/* ---------------------------------------- */
		/*	Social Icons
		/* ---------------------------------------- */

		ul.social-icons li {
			float: left;
			margin-right: 10px;
		}

			ul.social-icons li a {
				display: block;
				width: 22px;
				height: 22px;
				background-image: url(/images/icons/social-icons.png);
				background-repeat: no-repeat;
				cursor: pointer;
				text-indent: -9999px;
			}
			
			ul.social-icons li.twitter a {background-position: 0 0;}
			ul.social-icons li.facebook a {background-position: 0 -27px;}
			ul.social-icons li.rss a {background-position: 0 -53px;}
		
		/* ---------------------------------------- */
		/*	Gmap
		/* ---------------------------------------- */
		
		#gMap {
			margin-top: 5px;
			width: 100%;
			height: 235px;
		}

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

	.container .widget-container {margin-bottom: 10px;}

	#sidebar .widget-container {margin-bottom: 10px;}
	
		.widget-title,
		.section-title {
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #DDDCDC;
			color: #3a3a3a;
		}
		
		.page-header {
			margin-bottom: 20px;
			padding-bottom: 7px;
			border-bottom: 1px solid #DDDCDC;
		}
		
			.page-header .section-title {
				float: left;
				margin: 0;
				border: none;
			}
			
			.page-header .layout-switcher {
				float: right;
				margin-top: 20px;
			}
			
			.layout-switcher a {
				display: inline-block;
				width: 26px;
				height: 26px;
				background-image: url(/images/icons/switcher.png);
				background-repeat: no-repeat;
				vertical-align: top;
				text-indent: -9999px;
				font-size: 0;
			}
			
			.layout-switcher a.layout-grid {margin-right: 3px;}
			.layout-switcher a.layout-list {background-position: right 0;}
			.layout-switcher a.layout-grid.active {background-position: left bottom;}
			.layout-switcher a.layout-list.active {background-position: right bottom;}
			
			.tab-content-entry {display: none;}
		
				.widget-title > span,
				.section-title > span {color: #fe5214;}
	
		/* ---------------------------------------- */
		/*	Search
		/* ---------------------------------------- */
		
		.widget_search {float: right; text-align: right;}
		
		.widget_search .call,
		.widget_search .adds {
			padding: 5px 0 5px 28px;
			background-image: url(/images/icons/search-sprite-icons.png);
			background-repeat: no-repeat;
			color: #757373;
			text-align: right;
		}
		
		.widget_search .call {font-size: 17px;}
			
			.widget_search .call > span {color: #fe5214;}

		.widget_search .adds {background-position: 0 bottom;}
		
		.widget_search #searchform {margin: 10px 0 0 0;}
		
		.widget_search input[type="text"] {
			width: 175px;
			border: none;
			background-color: #fff;
			font-size: 12px;
			line-height: 1.2;
			
			-webkit-box-shadow: inset 0 1px 0 #c7c7c7;
			   -moz-box-shadow: inset 0 1px 0 #c7c7c7;
                     box-shadow: inset 0 1px 0 #c7c7c7;
			
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;

			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
		
		.ie8 .widget_search input[type="text"] {
			line-height: 1.35;
		}

		.widget_search input::-moz-input-placeholder {color: #000000;}
		.widget_search input::-webkit-input-placeholder {color: #000000;}

		.widget_search button[type="submit"] { 
			position: relative;
			right: 0;
			width: 38px;
			height: 27px;
			border: none;
			background-color: #fe5214;
			background-image: url(/images/search-btn.png);
			background-position: 50% 50%;
			background-repeat: no-repeat;
			cursor: pointer;
			vertical-align: top;
			
			-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
			   -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
					box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
			
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
		
		.widget_search button:hover {background-color: #757373;}
		
	/* ---------------------------------------- */
	/*	Back to Top
	/* ---------------------------------------- */

	#back-top {
		position: fixed;
		right: 20px;
		bottom: 50px;
		z-index: 50;
		display: none;
		width: 36px;
		height: 35px;
		border-bottom: 1px solid #d64511;
		background-image: url(/images/back-to-top.png);
		background-color: #fe5214;
		background-repeat: no-repeat;
		text-indent: -9999px;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			 -o-transition: all .2s linear;
				transition: all .2s linear;
	}
	
		#back-top:hover { 
			border-bottom: 1px solid #313131;
			background-color: #3e3e3e;
		}
		
	/* ---------------------------------------- */
	/*	Content Tabs
	/* ---------------------------------------- */
	
	.entry-tabs {margin-bottom: 25px;}

	ul.tabs-nav {
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
	}

		.tabs-nav li {
			position: relative;
			float: left;
			overflow: hidden;
			margin: 0 1px 0 0;
			padding: 0;
		}

			ul.tabs-nav li a {
				display: block;
				padding: 6px 20px;
				outline: none;
				border-color: #dddcdc;
				border-style: solid;
				border-width: 1px;
				color: #606163;
				text-decoration: none;
				font-weight: 700;
			}
			
			ul.tabs-nav li a {
				-webkit-border-radius: 3px 3px 0 0;
				   -moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;
			}
			
			ul.tabs-nav li a {
				background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
			}

			ul.tabs-nav li.active a {
				background: #f4f4f4 !important;
				filter: none;
				color: #fe5214; 
				border-bottom-color: #f4f4f4;
			}
			
	.tabs-container {
		overflow: hidden;
		margin: -1px 0 0;
		width: 100%;
		border: 1px solid #dddcdc;
		background-color: #f4f4f4;
		-webkit-border-radius: 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px;
				border-radius: 0 0 3px 3px;
	}

		.tab-content {
			display: none;
			padding: 15px 10px;
		}
		
			.tab-content ul.list,
			.tab-content ol.list {margin: 0;}
			
	/* ---------------------------------------- */
	/*	Listings Tabss
	/* ---------------------------------------- */	
		
	.tab-content-list {display: none;}
			
	/* ---------------------------------------- */
	/*	FAQ Toggle
	/* ---------------------------------------- */			
				
	.box-toggle {
		position: relative;
		margin-bottom: 10px;
	} 

		.box-toggle .trigger {
			position: relative;
			display: block;
			padding: 9px 20px 9px 50px;
			border: 1px solid #dddcdc;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			color: #5d5d5d;	
			text-decoration: none;
			font-weight: 100;
			font-size: 14px;
			cursor: pointer;
			background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
		}
		
		.box-toggle .trigger:after {
			position: absolute;
			left: 10px;
			top: 50%;
			margin-top: -13px;
			width: 26px;
			height: 26px;
			background-image: url(/images/collapse.png);
			background-repeat: no-repeat;
			content: "";
		}

		.box-toggle .trigger:hover,
		.box-toggle .trigger.active {color: #fe5214;}

		.box-toggle .trigger.active:after {background-position: 0 -40px;}

		.box-toggle .toggle-container  {
			position: relative;
			display: none;
			margin-top: -3px;
			padding: 15px 20px 0 20px;
			border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #dddcdc;
			-webkit-border-radius: 0 0 3px 3px;
			   -moz-border-radius: 0 0 3px 3px;
					border-radius: 0 0 3px 3px;
		}

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

@media (min-width: 767px) {
	
	.item .list-image li:nth-child(3n) {margin-right: 0;}
	
	

	
}

/* Smaller than standard 960 (devices and browsers) */
@media (max-width: 959px) {
	
	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */

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

		.input-block label {display: block;}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */
		
		.detailed-foot .alignright {float: none; margin-top: 15px;}
	
		/* -------------------------------------------------- */
		/*	Recent
		/* -------------------------------------------------- */

		.item-list .button,
		.item-list .compare { 
				position: static;
				margin-top: 5px;
			}
			
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */

	.entry-body {display: block;}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media (min-width: 768px) and (max-width: 959px) {
		
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */

	.wrap {width: 748px;}
	

	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */
	
			/* -------------------------------------------------- */
			/*	Flexslider
			/* -------------------------------------------------- */

			.flexslider {width: 480px;}

			/* -------------------------------------------------- */
			/*	Search Panel
			/* -------------------------------------------------- */
		
			.top-panel .widget_custom_search {width: 228px;}
			
				.form-panel fieldset {margin-right: 12px;}
				
					.top-panel .form-panel fieldset select {width: 108px;}
				
			#sidebar .widget_custom_search fieldset {margin-right: 0; width: 100%;}
			#sidebar .widget_custom_search .form-panel select {width: 100%;}
			
			.top-panel .widget_custom_search {padding: 10px 0 0 0;}

				.top-panel .widget_custom_search h3 {display: none;}

			.top-panel .form-panel fieldset {margin-bottom: 3px;}

				.top-panel .form-panel fieldset > label {margin-bottom: 3px;}
				
			/* -------------------------------------------------- */
			/*	Sales Reps
			/* -------------------------------------------------- */

			.sales-reps .item {width: 229px;}
				
			/* -------------------------------------------------- */
			/*	Pricing Table
			/* -------------------------------------------------- */
			
			.pricing-table {
				position: relative;
				height: 100%;
				margin: 0 -20px 20px 0;
			}

			.pricing-table.col2 .col {width: 352px;}
			.pricing-table.col3 .col {width: 190px;}
			.pricing-table.col4 .col {width: 98%;}
			.pricing-table.col5 .col {width: 227px;}

			/* -------------------------------------------------- */
			/*	404 Error
			/* -------------------------------------------------- */

			.error404 {width: 72%;}	
			
		/* -------------------------------------------------- */
		/*	Table Compare Listings
		/* -------------------------------------------------- */		
			
		.compare-table .col.features {width: 180px;}

		.compare-table .col {width: 272px;}

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

		/* -------------------------------------------------- */
		/*	Recent 
		/* -------------------------------------------------- */

		.item-grid article {width: 148px;}
		
		/* -------------------------------------------------- */
		/*	One Item
		/* -------------------------------------------------- */

		.item .gallery {width: 390px;}
		
		div.slideshow a.advance-link {width: 390px;}

		div.slideshow a.advance-link img {width: 390px !important;}
		
		div.slideshow-container {height: 260px !important;}	

			.item .list-image li {width: 122px;}
			
		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	

			.item-list .detailed {
				float: left;
				padding-right: 0;
				margin-bottom: 0;
				width: 278px;
			}
			
			/* Form Entry Columns */
			
			.container .form-entry .eight.columns {width: 333px;}
			
	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */
		
		.cart-content.step-1 .five.columns {width: 215px;}
		
		.cart-content.step-1 .three.columns {width: 97px;}
		
	/* -------------------------------------------------- */
	/*	Related
	/* -------------------------------------------------- */
	
		.related li {
			width: 234px;
		}

		.related li:nth-child(2n) {margin-right: 0;}
		.related li:nth-child(3n) {margin-right: 20px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Widgets
		/* -------------------------------------------------- */
		
			/* -------------------------------------------------- */
			/*	Loan Calculator
			/* -------------------------------------------------- */

			.widget_loan_calculator .entry-loan {padding: 10px 5px;}
			
			.copyright {margin: 0 10px 0;}
			
}

@media (min-width: 768px) {
.navigation2 {
	clear: both;
	margin: 0;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.menu-1 .navigation2 {
	background: #444;
}

.menu-2 .navigation2 {
	background: #444;
}
		
.navigation2 ul {
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0;
    position: absolute;
}
/*Create a horizontal list with spacing*/
.navigation2 li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}
	
	/*Style for menu links*/
.navigation2 li a {
    display:block;
    height: 55px;
    text-align: center;
    line-height: 55px;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fbfafa;
    background: #444;
    text-decoration: none;
    border-right-width: 1px;
	border-right-style: solid;
	border-color: #2b2a2a;
	padding: 0 20px;
}
/*Hover state for top level links*/
.navigation2 li:hover a {
    color: #fe5214;
}
/*Style for dropdown links*/
.navigation2 li:hover ul a {
    background: #444;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
.navigation2 li:hover ul a:hover {
    background: #fe5214;
    color: #fff;
}

/*Hide dropdown links until they are needed*/
.navigation2 li ul {
    display: none;
}
/*Make dropdown links vertical*/
.navigation2 li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.navigation2 li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    font-size: 14px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fbfafa;
}
/*Display the dropdown on hover*/
.navigation2 ul li a:hover + .hidden, .hidden:hover {
    display: block;
}

}

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {
	.topMenu{
		width: 40px !important;
		display: inline;
		padding: 0px 10px 0px 0px;
	}
	.siteHeader ul li{
		display: inline;
	}
	#logo {
	    /*display: none;*/
	}
	.welcome{
		display: none;
	}
	.widget_search .call{
		/*display: none;*/
		float: right;
		font-size: 12px;
	}
	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */

	blockquote.quote-left,
	blockquote.quote-right {width: 100%;}
	
	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

		.contact-form input,
		.contact-form textarea,
		.comments-form input,
		.comments-form textarea {
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		
		.contact-form textarea,
		.comments-form textarea {
			height: 150px;
			max-width: 100%;
			max-height: 150px;
			min-width: 100%;
			min-height: 100px;
		}

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

	.wrap {width: 95%;}
	
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */

		#logo {
			float: left;
			margin: 5px 0 5px 0;
			text-align: left;
			max-width: 35%;
		}
		
		/* -------------------------------------------------- */
		/*	 Main Navigation
		/* -------------------------------------------------- */
/*Display 'show menu' link*/
.show-menu {
	clear: both;
	margin: 0;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
    display:block;
    background: #444;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.button128{
	width: 104px;
}
		
.navigation2 {
	clear: both;
	margin: 0;
	height: 55px;
	display:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.menu-1 .navigation2 {
	background: #444;
}

.menu-2 .navigation2 {
	background: #444;
}

.navigation2 ul {
    margin:0;
    padding:0;
    position: static;
}
/*Create a horizontal list with spacing*/
.navigation2 li {

    margin-right: 1px;
}
	
	/*Style for menu links*/
.navigation2 li a {
    display:block;
    min-width:140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}

.navigation2 li ul a {
    background: #f3f3f3;
    color: #000;
    font-size: 14px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/*Hover state for top level links*/
.navigation2 li:hover a {
   color: #fe5214;
}
/*Style for dropdown links*/
.navigation2 li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
}
/*Hover state for dropdown links*/
.navigation2 li:hover ul a:hover {
    background: #fe5214;
    color: #fff;
}

/*Hide dropdown links until they are needed*/
.navigation2 li ul {
    display: block;
}
/*Make dropdown links vertical*/
.navigation2 li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.navigation2 li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.navigation2 ul li a:hover + .hidden, .hidden:hover {
    display: block;
}

		.navigation > ul {
			/*display: none;*/
			position: relative;
		}
		
		.navigation li {
			 margin-bottom: 1px;
			 display: block;
		}
		
		.navigation ul li, li a {
        	/*
        	width: 100%;
        	display: block;
        	*/
    	}
    	
    	.navigation ul ul {
        	width: 100%;
        	display: block;
        	position: relative;
    	}
    	

		/*.navigation .nav-responsive {display: inline-block;}*/
		
		
		
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */
	
		/* -------------------------------------------------- */
		/*	Top Panel
		/* -------------------------------------------------- */
		
		.top-panel {padding-right: 0;}
		
			.top-panel .media-hidden {display: none;}
		
		/* -------------------------------------------------- */
		/*	Flexslider
		/* -------------------------------------------------- */

		.flexslider {
			float: none; 
			margin-bottom: 25px;
			width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Search Panel
		/* -------------------------------------------------- */

		.top-panel .widget_custom_search {
			float: none;
			margin: 0 auto;
			width: 92%;
		}

		.widget_custom_search fieldset {margin-right: 0; width: 100%;}
		.widget_custom_search .form-panel select {width: 100%;}
		
		/* -------------------------------------------------- */
		/*	Sales Reps
		/* -------------------------------------------------- */
		
		.sales-reps .row {margin-right: 0;}

			.sales-reps .item {width: 100%;}	
			
		/* -------------------------------------------------- */
		/*	Pricing Table
		/* -------------------------------------------------- */

		.pricing-table {margin: 0;}

		.pricing-table.col2 .col,
		.pricing-table.col3 .col,
		.pricing-table.col4 .col {margin-right: 0; width: 100%;}
		.pricing-table.col5 .col {margin-right: 0; width: 100%;}
			
		/* -------------------------------------------------- */
		/*	404 Error
		/* -------------------------------------------------- */

		.error404 {
			margin: 20px auto;
			width: 85%;
		}

			.error404 .e404 > p {display: none;}

			.error404 h1 {font-size: 40px;}	
			.error404 .title-error {margin-bottom: 10px; font-size: 15px;}	
			
		/* -------------------------------------------------- */
		/*	Table Compare Listings
		/* -------------------------------------------------- */		
			
		.compare-table {text-align: center;}

			.compare-table .col {
				margin-bottom: 30px;
				width: 100%;
				border-left-width: 1px;
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			.compare-table .col.features,
			.account-wrapper,
			.control_panel {display: none;}

				.compare-table li:before {
					display: block;
					color: #000000;
					content: attr(data-feature) ":";
					font-weight: 700;
					text-align: center;
				}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Recent 
		/* -------------------------------------------------- */

		.item-grid article {
			float: none;
			width: 100%;
		}
		
			.item-grid article img { width: 100%; }

		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	

			.item-list .detailed {
				float: left;
				padding-right: 0;
				margin-bottom: 0;
				width: 207px;
			}
	
	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */

		/* Form Entry Columns */

		.container .form-entry .eight.columns {width: 100%;}	
		
		.cart-content.step-1 .five.columns,
		.cart-content.step-2 .five.columns {width: 100%;}
		
		.cart-content.step-1 .three.columns,
		.cart-content.step-2 .three.columns {width: 100%;}
		
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Related
		/* -------------------------------------------------- */

			.related li {
				width: 198px;
			}

			.related li:nth-child(2n) {margin-right: 0;}
			.related li:nth-child(3n) {margin-right: 20px;}		
			
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

		.sbr #sidebar {float: right;}
		.sbl #sidebar {float: left;}

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

}


@media (max-width: 1000px){
	#pictureArea{ 
		order: 1;
		float: left; 
		width: 100%; 
		text-align: center;
		max-width: 98%;
		padding-right: 10px;
	}
	#priceArea{ 
		order: 2;
		float: left;
		width: 100%; 
		text-align: center;
		padding-bottom: 20px;
	}
	#detailArea{ 
		order: 3;
		float: left;
		padding-right: 10px;
		padding-left: 10px;
		width: 48%; 
		text-align: left;
	}
	#buttonArea{ 
		order: 4;
		float: right;

		width: 40%; 
		text-align: right;
	}
	.companyLabel{
		width: 100%; 
		text-align: center;
	}
	.vehDetails{
		display: flex;
		flex-flow: row wrap;
		float: left;
		width: 100%;
		/*flex-direction: column;*/
	}

}
@media (max-width: 960px){
	.welcome{
		display: none
	}	

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px) {
	
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */

	.wrap {width: 95%;}
	
 	
	
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */

			/* -------------------------------------------------- */
			/*	Search Panel
			/* -------------------------------------------------- */

			.top-panel .widget_custom_search {
				float: none;
				margin: 0 auto;
			}
			
			.top-panel fieldset:nth-child(2n-1) {margin-right: 10px;}
			
			
			
			#sidebar .widget_custom_search,
			#sidebar .widget_custom_search select {width: 100%;}
			
			/* -------------------------------------------------- */
			/*	404 Error
			/* -------------------------------------------------- */

			.error404 {
				margin: 30px auto;
				width: 85%;
			}
			
				.error404 .e404 { margin-top: 5px;}
				
					.error404 .e404 > p {display: block;}
			
					.error404 h1 {font-size: 55px;}	
					.error404 .title-error {margin: 0; font-size: 20px;}
	
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Recent 
		/* -------------------------------------------------- */

		.item-grid article {
			float: left;
			width: 200px;
		}

		.item-grid article:nth-child(2n) {margin-right: 0 !important;}
		.item-grid article:nth-child(3n) {margin-right: 20px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */
				
		/* -------------------------------------------------- */
		/*	One Item
		/* -------------------------------------------------- */

		.item .gallery {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		
			#gallery div.slideshow-container {height: 280px;}

				.item .list-image li {width: 132px;}
				
				.item .list-image li:nth-child(3n) {margin-right: 0;}
				
					.item .gallery .advance-link img {width: 420px;}
					
	/* ---------------------------------------------------------------------- */
	/*	Widgets
	/* ---------------------------------------------------------------------- */
	
		/* -------------------------------------------------- */
		/*	Content Tabs
		/* -------------------------------------------------- */
		
			ul.tabs-nav li a {padding: 6px 7px;}
			
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 479px) {
	
		/* -------------------------------------------------- */
		/*	General Classes
		/* -------------------------------------------------- */
		
		.single-image {
			float: none;
			margin: 0 0 20px 0 !important;
			text-align: center;
		}
	
			.single-image img {display: inline-block;}
	
		/* -------------------------------------------------- */
		/*	One Item
		/* -------------------------------------------------- */

		.item .gallery {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		
			#gallery div.slideshow-container {height: 205px;}

				.item .list-image li {width: 124px;}
				
				.item .list-image li:nth-child(2n) {margin-right: 0;}

					.item .gallery .advance-link img {width: 260px;}	
					
					div.slideshow a.advance-link {
						width: 260px !important;
					}
					
		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	
			
		.item-list .picture {
			float: none;
			width: 100%;
		}
		
			.item-list .detailed {
				float: none;
				padding-right: 0;
				margin-bottom: 0;
				width: 100%;
			}	
		
		/* ---------------------------------------- */
		/*	Sort
		/* ---------------------------------------- */
		
		.sort select {
			margin: 5px 0 0 0;
			width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Related
		/* -------------------------------------------------- */

			.related li {
				width: 100%;
				margin-right: 0;
			}
			
	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */
	
			ul.cart-items li {width: 100%;}		
			
			/* Upload Holder */
			
			.upload-holder input[type="text"] {width: 140px;}
					
	/* ---------------------------------------------------------------------- */
	/*	Widgets
	/* ---------------------------------------------------------------------- */
	
		/* -------------------------------------------------- */
		/*	Content Tabs
		/* -------------------------------------------------- */
		
		.tabs-nav li {margin-bottom: 2px;}
		
			ul.tabs-nav li a {
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
				padding: 6px 7px;
			}	
			
			ul.tabs-nav li.active a {border-bottom-color: #dddcdc;}

}

.floatbuttonleft{
	float: left;
}
.floatbutton{
	float: right;
}
.progressBar{
	padding-top: 10px;
}
.welcome{
	/*
    position: relative;
    right: 10px;
    text-align: right;
    top: 2px;
    */
    float: right;
   	margin: 10px 5px 5px;
   	text-align: right;
   	color: #fff;
}
.welcome a{
	color: #fff;
}
.welcome a:hover{
	color: #fe5214;
}
.loud {
color: #fe5214;}
.happy {
color: #008E0B;}