﻿ html {width: 100%;}
 
 body {
	margin: 0;
	padding: 0;
	
	width: 100%; 
	height: 100%;
	min-width: 1250px; 
	max-width: 2560px;
	margin: 0 auto; 
	padding: 0;
    font-size: 10pt;
  background:#fff; 
  color: #363636;
	background-image: url("/images/background-ag-square.png");
 }

 .row {
	margin:0;	 
	 
 }

.row-content {
	margin-right:0;
	
} 

@media (min-width: 768px) {
	.row-content {
		margin-right:-15px;	
	} 
}

.big-box, 
.mini-box {
    color: white;
    text-align: center;
    /*margin: 0;*/
    font-size: 1.5em;
}

/*header*/
.header-logo {
	background-image: url(/auctionimages/header_background_image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 170px;
	max-width: 100%;
	font-family: Roboto;
	font-weight: lighter;
}

.left-logo {
	background-image: url(/auctionimages/header_left_image.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 170px;
	max-width: 100%;
}

.right-logo {
	background-image: url(/auctionimages/header_right_image.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 170px;
	max-width: 100%;
}

@media (min-width: 1500px) {
	.right-logo {
		background-size: auto;
	}
}

.header-logo .advanced-search {
	padding: 4% 4% 0% 2%;
}

.header-logo  .register-login {
	padding: 50px 25px 0 50px;
}

@media (min-width: 2560px) {
	.header-logo .advanced-search {
		padding: 3% 4% 0% 2%;
	}

	.header-logo  .register-login {
		padding: 50px 25px 0 50px;
	}
}

@media (min-width: 4000px) {
	.header-logo .advanced-search {
		padding: 2% 4% 0% 2%;
	}

	.header-logo  .register-login {
		padding: 50px 25px 0 50px;
	}
}

.stylish-input-group .input-group-addon {
	width: 0%;
	background: #656565 !important;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

.search-text {
	min-height:42px;
	min-width: 220px;
	font-family: Roboto;
	font-weight: regular;
	font-size: 11pt;
	border-radius: 5px 0px 0px 5px !important;
}

.search-btn {
	padding: 0;
	border-radius: 0px 5px 5px 0px !important;
}

.header-logo .advanced-search a {
	/*color: #7e8186;*/
	color: #333;
	max-width: 100%;
    	margin-bottom: 5px;
	font-size: 15px;
    	font-weight: 700;
    	padding-left: 5px;
}

.header-logo .advanced-search a:hover {
	text-decoration: underline;
}

.header-logo .logo-link {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-logo .logo-link img {
	height: 140px; 
	width: auto;
	position: absolute;
	right: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.login-register-form {
	float: right;
	text-align: right;
}

.login-register-form .blocks {
	margin-left: 5px !important;  
/*	border-radius: 0;*/
	min-width:112px;
	padding: 10px 15px;
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
	vertical-align: middle;
}

.login-btn, .btn-group .login-btn {
	background-color:#656565; 
	color:#fff !important; 
	border-color: #ccc;
}

.login-btn:hover, .btn-group .login-btn:hover, .login-btn:active, .btn-group .login-btn:active {
	background-color: #e6e6e6;
    border-color: #adadad;
}


.register-btn, .btn-group .register-btn {
	background-color:#8ead6b; 
	color:#fff !important; 
	border-color: #ccc;
}

.register-btn:hover, .btn-group .register-btn:hover, .register-btn:active, .btn-group .register-btn:active {
	background-color: #e6e6e6;
    border-color: #adadad;
}


.signin-user {
    margin-top: 8px; 
    float:right;     
    color: #333;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

.topnav {
    position: relative;
    top:-25px;
    display: block;
    height: 0;
    width:0;
}

/*top nav bar*/
/*disable responsive menu*/
@media (max-width: 768px) {
	.navbar-header {
		float: left;
	}
	.navbar {
		border-radius: 4px;
		min-width: 293px;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-static-top {
		border-radius: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		-webkit-box-shadow: black;
		box-shadow: aliceblue;
		border: 1px solid rgba(0, 0, 0, 0.15);
		background-color: #FFF;
		width: auto;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav .open .yep-notify {
		right: 0;
		left: auto;
		width: 299px;
	}
}

/*@media (min-width: 768px) {*/
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
	
	.navbar-brand,
	.navbar-nav li a {
		line-height: 50px;
		height: 50px;
		padding-top: 0;
	}
	
	.nav li{
		padding-left: 25px;
		padding-right: 25px;
	}
/*}*/

/*@media(min-width: 1190px){
	.nav li{
		padding-left: 25px;
		padding-right: 25px;
	}
}*/

.navbar-custom {
	background-color:#ecf2e6;
	color:#ffffff;
	border-radius:0;
	border-top: solid 2px #363636;
	border-bottom: solid 2px #363636;
	background-image: url("/images/background-light-sketch.png");
}
.navbar-custom .navbar-nav > li > a {
	color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color:#c3c7c7;
}

.nav a{
	color: #363636 !important;
	font-family: Roboto;
	font-size: 12pt;
}

/*@media(max-width: 1190px){
	.nav a{
		font-size: 15pt;
		letter-spacing: 0px;
	}
}*/

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #363636;
}

.navbar .container-fluid, .navbar-collapse {
    padding-left:0;
	padding-right:0;
}
 
/*@media(max-width: 768px){
	.navbar-collapse{
		padding-left:30px;
		padding-right:30px;
	}
}*/

.home-content {
	padding-bottom: 15px;
	max-width: 1325px;
	min-height: 100%;
}

/*@media (max-width: 1370px) {
	.home-content {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}*/

@media (min-width: 1370px) {
	.home-content {
		display: block;
		margin: 0 auto;
	}
}

/* box link */
.box-link a .image-preview-container:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: background-color 0.4s, border-bottom 0.2s;
	-moz-transition: background-color 0.4s, border-bottom 0.2s;
	transition: background-color 0.4s, border-bottom 0.2s;
	background-color: transparent;
	border-bottom: 0px solid #d70c00;
	content: "";
	border-radius: 10px;
}

.box-link a:hover .image-preview-container:after, .box-link a:focus .image-preview-container:after {
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #d70c00;
	border-radius: 10px;
}

 /*carousel*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}

.home-content .mytestcar {
	border: 2px solid pink;
}

.carousel-caption {
	text-align:left;
	left: 0%;
	right: 60%;
	padding: 1% 2% 1% 4%;
	background:rgba(0,0,0,0.6);
	opacity: 1;
}

.carousel-caption h3,p{
	/*padding-left: 8%;*/
}

.carousel-caption h3{
	font-family: Roboto;
	font-weight: medium;
	font-size: 16pt;
	margin-top: 10px;
}

.carousel-caption p{
	font-family: Roboto;
	font-weight: lighter;
	font-size: 11pt;
}

.carousel-caption a{
	text-decoration: underline;
	color: #fff;
}

.carousel-caption a:hover{
        text-decoration: underline;
        color: #fff;
}

.carousel-control {
	width: 4%;
	color: #fff !important;
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff !important;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-indicators .active {
     background-color: #8ead6b;
}

/*carousel onhover border */
.carousel-inner .item a {
	text-decoration:none;
}

.carousel-caption .link, .carousel-caption .linktext {
	text-decoration: underline !important;
	color: #fff;
}

.carousel-inner .item .carousel-link {
  display: inline-block;
  position: relative;
  width: 100%;
}

.carousel-inner .item .carousel-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: background-color 0.4s, border-bottom 0.2s;
	-moz-transition: background-color 0.4s, border-bottom 0.2s;
	transition: background-color 0.4s, border-bottom 0.2s;
	background-color: transparent;
	border-bottom: 0px solid #d70c00;
	content: "";
}

.carousel-inner .item .carousel-link:hover::after, .carousel-inner .item .carousel-link:focus::after {
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #d70c00;
}

.carousel-inner .item .carousel-link img {
	display: block;
	position: relative;
}

/*.carousel, .slide, .home-content .mini-box,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item img,
.carousel .carousel-control, .carousel-control:focus, .carousel-control:hover,
.carousel-inner .item .carousel-link, .carousel-inner .item .carousel-link:hover::after, .carousel-inner .item .carousel-link:focus::after,
#carouselFrame {
  border-radius: 10px;
  overflow: hidden !important;
}*/

/*left navbar*/
.left-nav {
	background-color: #f1f1f1;
	/*padding: 5% 5% 5% 5%;
	margin-bottom: 20px;*/
	margin-left: 50px;
	margin-right: 50px;
	padding: 15px;
}

@font-face {
  font-family: Miller Display;
  src: local("Miller Regular"),
       local("Miller-Regular"),
       url(/fonts/Miller-Display_30501.ttf);
  font-weight: regular;
}

.left-nav .header {
	font-family: Miller Display;
	font-size: 15pt;
}

.left-nav .header  a {
	text-decoration: none;
	color: #333;
}

.left-nav .subheader {
	margin-bottom: 25px;
	list-style:none;
	padding-left:0;
}

.left-nav .subheader li {
	padding-top: 4px;
	padding-bottom: 4px;

}

.left-nav .subheader li a {
	text-decoration : none;
	font-family: Roboto;
	font-size: 11pt;
	font-weight: normal;
	color:#7e8186;
}

.left-nav .subheader li a:hover {
	text-decoration: underline;
}

.left-nav .subheader li img {
	float:right;
	margin-top:2%;
	display: block;
	/*margin: 0 auto;*/
}

.left-nav .subheader li ul{
	/*margin-bottom: 25px;*/
	list-style:none;
	padding-left:5%;
}

.line {
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
}

/*register now*/
.register-now-btn {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px ;
	border-radius: 20px;
	text-transform: uppercase;
	background-color: #c25d3f !important;
    border: none;
    color: white;
    padding: 4% 14%;
    text-align: center;
	font-size: 14px;
	position:relative; 
	/*margin-top:440px;*/	
}	

.register-now-btn:focus{
	outline:none;	
}

/*image text overlay*/
.fixOverlayRegNowDiv{
	position: relative;
	max-width: 370px;
    width:100%; 
    padding:0px;
	margin:0;
	/*float:left;*/
}

.fixOverlayRegNowDiv  img{
	/*min-height: 266px;*/
}

.OverlayRegNowButton{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
	margin-bottom: 21%;
}

.OverlayRegNowButton2{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	padding: 15px;
}

.OverlayRegNowButton2 .box-title, .OverlayRegNowButton2 .box-title a {
	float: left;
    font-size: 15pt;
    color: #333;
    font-family: Miller Display;
    font-weight: normal;
	text-decoration: none;
}

.OverlayRegNowButton2 .underline {
	padding-bottom: 20px;
}

.OverlayRegNowButton2  .field {
	float: left;
}

.OverlayRegNowButton2  .field a {
	text-decoration: none;
            font-family: Roboto;
    font-weight: normal;
    font-size: 11pt;
    color: #7e8186;
}

.OverlayRegNowButton2  .field a:hover {
	text-decoration: underline;
}

.OverlayRegNowButton2  .line {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C0C0C0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.fixOverlayDiv{
	position: relative;
	max-width: 238px;
    width:100%; 
    padding:0px;
	/*float:left;*/
}

.fixOverlayDiv  img{
	/*min-height: 266px;*/
}

.OverlayText{
    background-color: #acc594;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
	padding: 5px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
}

.OverlayText a{
    color: #fff;
    text-decoration: none;
}

.fixOverlayDiv2{
	position: relative;
	max-width: 368px;
    width:100%; 
    padding:0px;
	/*float:left;*/
}

.fixOverlayDiv2 a {
  text-decoration:none;
  color:#fff;
}

.fixOverlayDiv2 a:hover {
  text-decoration:none;
  color:#fff;
}

.OverlayFeatureText{
    background-color: #acc594;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
	padding: 15px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}

.OverlayFeatureText a{
    color: #fff;
    text-decoration: none;
}

.OverlayPickText{
    background-color: #514f4c;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
	padding: 15px;
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
}

@font-face {
  font-family: KGTenThousandReasons;
  src: local("KGTenThousandReasons Regular"),
       local("KGTenThousandReasons-Regular"),
       url(/fonts/KGTenThousandReasons.ttf);
  font-weight: regular;
}

.OverlayBillText{
    /*background-color: #333;*/
    top: 0;
    color: #fff;
    left: 0;
    /*opacity: 0.7;*/
    position: absolute;
    width: 100%;
	/*padding: 8%;*/
	padding: 25px;
	/*font-size:20px;*/
	font-family: KGTenThousandReasons;
	font-size: 10pt;
	/*font-size:1.3vw;*/
	max-width:368px;
	max-height:336px;
}

@media (min-width: 1024px) {
	.pull-rightx {
		float: right;
	}

	.center-blockx {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 1024px) {
	.fixOverlayRegNowDiv{
		position: relative;
		max-width: 370px;
		width:100%; 
		padding:0px;
		margin:0;
		/*float:left;*/
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.fixOverlayDiv{
		position: relative;
		max-width: 238px;
		width:100%; 
		padding:0px;
		/*float:left;*/
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.fixOverlayDiv2{
		position: relative;
		max-width: 368px;
		width:100%; 
		padding:0px;
		/*float:left;*/
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

/*subscribe*/
.wrapper {
	background-color: #fff;
    border:0.01em solid #C8C8C8;
    display:inline-block;
    position:relative;
	height:62px;
	/*width: 300px;*/
	width: 450px;
	border-radius: 36px;
}

.subscribe-btn {
	background: transparent;
	margin-top: 1px;
    position:absolute;
    right:0;
    top:0;
	border:0;
}

.subscribe-btn:focus {
	outline:none;	
}

.subscribe-email {
	background-color:transparent;
	padding-left: 25px;
    /*padding-right:19px;*/ /* button padding */
	padding-right:169px;
	border:0px solid #fff;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subscribe-email:focus {
	outline:none;
}

/*@media (max-width: 320px) {
	.wrapper {
		width: 245px;
		margin-bottom: 20px;
	}
}

@media (min-width: 320px) {
	.wrapper {
		width: 275px;
		margin-bottom: 25px;
	}
}
*/

/*@media (min-width: 768px) {
	.wrapper {
		width: 450px;
		margin-bottom: 40px;
	}

	.subscribe-email {
		padding-left: 25px;
		padding-right:169px;
	}

}*/

/*@media (min-width: 1024px) {
	.wrapper {
		margin-bottom: 0px;
	}
}*/

/*footer*/
.footer {
	float: left;
	background: url(/images/bottom_flowers_down.png) no-repeat, linear-gradient(#ebf1ee 85%, #8ead6b 15%);
	background-size: 100% 100%;
	height: auto;
	max-width: 100%;
	margin-top: 55px;
	color: #363636;
}

*@media (min-width: 2560px) {
	.footer {
		float: left;
		background: url(/images/bottom_flowers_down.png) no-repeat, linear-gradient(#ebf1ee 80%, #8ead6b 20%);
		background-size: 100% 100%;
		height: auto;
		max-width: 100%;
		margin-top: 55px;
		color: #363636;
	}
}

.footer .mypanel {
	font-family: Roboto;
	font-weight: regular;
	font-size: 11pt;
	padding-top: 15px;
}

.footer .mypanel h3 {
	font-family: Miller Display;
	font-weight: regular;
	font-size: 16pt;
	padding-bottom: 10px;
}

.footer .mypanel ul {
	list-style:none;
	padding-left:0;
}

.footer .mypanel ul li {
	padding-bottom:10px;
}

.footer .mypanel ul#links li:before {
	content: "– ";
}

.footer .mypanel ul li ul {
	list-style:none;
	padding-left:0;
}

.footer .mypanel ul li ul li {
	display:inline;
	padding-right: 5px;				
}

.footer .mypanel li a {
	text-decoration : none;
	color: #333;
}

.footer .mypanel li a:hover {
	text-decoration: underline;
}

.footer .mypanel .line {
	border-width:1px;
	border-style:solid none none none;
	border-color:#C0C0C0;
	margin-bottom: 10px;
}

.footer .mypanel .form-group input{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px ;
	border-radius: 18px 0px 0px 18px ;
}

.wrapper2 {
	/*background-color: #fff;
    border:0.01em solid #C8C8C8;*/
    display:inline-block;
    position:relative;
	height:62px;
	width: 300px;
	/*border-radius: 36px;*/
	padding-left: 45px;
}

.footer  .footer-middle .social-icon li {
	display: inline;
	padding: 4px;
	margin-top: -8px;
	float: left;
	
}

.footer .footer-bottom {
	font-family: Roboto;
	font-weight: regular;
	font-size: 9pt;
	color: #fff;
	text-align: center;
	margin-top: 5%;
	padding-top: 5%;
	min-height: 15%;
}

.footer .footer-bottom .footer_nav {
	margin-bottom: 3%;
}

@media (min-width: 2560px) {
	.footer .footer-bottom .footer_nav {
		margin-bottom: 2%;
	}
}

.footer .footer-bottom .footer_nav li {
	display: inline;
}

.footer .footer-bottom .footer_nav li a {
	color: #fff;
	text-decoration : none;
	padding: 5px;
}

.footer .footer-bottom .footer_nav li a:hover {
	text-decoration: underline;
} 

.footer #address td {
	vertical-align: top;
}

/* employee page css */
.employee-content .page-title-team, .employee-content .page-title-location {
	font-family: Miller Display;
	font-size: 25pt;
	color: #819766;
/*	background: transparent url(/images/Green-line.png) no-repeat 74px 74%; */
	background: transparent url(/images/Green-line.png) no-repeat 25% 74%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 35px;
	white-space: nowrap;
/*	padding-left: 75px;  */
}

.employee-content .page-content {
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
	color: #585353;
	padding-left: 20%;
	padding-right: 20%;
}

.employee-content .employee-name {
	font-family: Roboto;
	font-weight: bold;
	font-size: 14pt;
	color: #819766;
}

.employee-content .employee-title {
	font-family: Roboto;
	font-weight: bold;
	font-size: 11pt;
}

.employee-content .employee-desc {
	font-family: Roboto;
	font-weight: regular;
	font-size: 11pt;
	color: #585353;
}

.employee-content .employee-contact {
	font-family: Roboto;
	font-weight: regular;
	font-size: 11pt;
	color: #819766;
}

.employee-content .employee-content-left {
	 padding-right: 24%;
}

.employee-content .employee-content-right {
	padding-left: 25%;
/* 	text-align:right; */
}

.employee-content .employee-content p {
	padding-bottom: 25px;
}

.employee-content .line-bold {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	margin-bottom: 25px;
	margin-top: 25px;
}

.employee-content .line {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C0C0C0;
	margin-bottom: 25px;
	margin-top: 25px;
}
				
.employee-content .image-center {
	display: block; 
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.employee-content .text-center {
	text-align:center;
}

.employee-content .page-content a {
	font-family: Roboto;
	font-weight: medium;
	font-size: 15pt;
	color: #819766;
	text-decoration: underline;
}

.employee-content .page-content a:hover {
	font-family: Roboto;
	font-weight: medium;
	font-size: 15pt;
	color: #819766;
	text-decoration: underline;
}

/*office page css*/
.office-content .page-title {
	font-family: Miller Display;
	font-size: 25pt;
	color: #819766;
/*	background: transparent url(/images/Green-line.png) no-repeat 74px 80%; */
	background: transparent url(/images/Green-line.png) no-repeat 25% 80%;
	padding-bottom: 35px;
	white-space: nowrap;
/*	padding-left: 75px; */
	padding-left: 20%; 
}

.office-content .line {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C0C0C0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.office-content .page-content {
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
	color: #585353;
	border-radius: 10px;
}

.office-content .page-content-top {
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
	color: #585353;
	border-radius: 10px;
	padding-left: 20%;
	padding-right: 20%;
}

.office-content p {
	padding-bottom: 25px;
}

.office-content .div-content {
	background-color: #819766;
	height: 302px;
	width: 100%; 
	padding: 20px;
	padding-top: 4px;
	border-radius: 10px;
}

.office-content .div-content .page-content {
	font-family: Roboto;
	font-weight: medium;
	font-size: 11pt;
	color: #fff;
}

.office-content .div-content .content-regular {
	font-family: Roboto;
	font-weight: bold;
}

.office-content .div-content .image-center {
	display: block; 
	margin: 0 auto;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.office-content .div-content p {
	padding-top: 8px;
	padding-bottom: 8px;
}

.office-content .image-center {
	display: block; 
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.office-content .text-center {
	text-align:center;
}

.office-content .row-content {
	padding-bottom: 25px;
	margin-right: 0px;
	max-width: 1325px;
    /* max-height: 100%; */
    display: block;
    margin: 0 auto;
}

.office-content .row-img {
	height: 302px;
	width: 100%;
	border-radius: 10px;
}

/* shipping page css */
 .shipping-content .row-content {
	padding-bottom: 25px;
	max-width: 1325px;
}

@media (min-width: 1370px) {
	.shipping-content .row-content {
		display: block;
		margin: 0 auto;
	}
}

.shipping-content .page-title {
	font-family: Miller Display;
	font-size: 25pt;
	color: #819766;
	background: transparent url(/images/Green-line.png) no-repeat 74px 74%;
	padding-bottom: 35px;
	white-space: nowrap;
	padding-left: 75px;
}

.shipping-content .page-content {
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	color: #585353;
	padding-bottom: 35px;
}

.shipping-content .shipcalc-form {
	margin-right: 75px;
	margin-left: -15px;
	margin-bottom: -10px;
	padding: 35px;
	background-color: #ecf2e6;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14pt;
	color: #7c7f7b;
	border-radius: 10px;
}

.shipping-content .shipcalc-form button {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	background-color: #c25d3f;
	color: #fff;
}

.shipping-content .shipcalc-form label {
	font-weight: normal !important;
	font-size: 14pt !important;
}

.shipping-content .OverlayTextDesc1 {
	background-color: #acc594;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 165px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: -160px;
	max-width: 450px;
	margin-left: -45px;
	min-height: 300px;
	z-index: -1;
	border-radius: 10px;
}

.shipping-content .row-img1 {
	max-width: 100%;
	max-height: 100%;
	align; right;
	border-radius: 10px;
}

.shipping-content .OverlayTextDesc2 {
	background-color: #acc594;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 165px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: -160px;
	margin-left: 0px;
	max-width: 400px;
	min-height: 300px;
	z-index: -1;
	border-radius: 10px;
}

.shipping-content .row-img2 {
	max-width: 100%;
	max-height: 100%;
	margin-top: -70px;
	margin-left: 25px;
	border-radius: 10px;
}

.shipping-content .OverlayTextDesc3 {
	background-color: #acc594;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 165px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: -160px;
	margin-left: 270px;
	max-width: 580px;
	min-height: 300px;
	z-index: -1;
	border-radius: 10px;
}

@media (max-width: 1325px) {
	.shipping-content .OverlayTextDesc3 {
		max-width: 520px;
	}
}

@media (min-width: 1920px) {
	.shipping-content .OverlayTextDesc3 {
		max-width: 590px;
	}
}

.shipping-content .row-img3 {
	max-width: 100%;
	max-height: 100%;
	margin-top: 55px;
	margin-left: 110px;
	border-radius: 10px;
}

@media (max-width: 1325px) {
	.shipping-content .row-img3 {
		margin-left: 60px;
		margin-top: 25px;
	}
}

.shipping-content .OverlayTextDesc4 {
	background-color: #acc594;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 185px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: -140px;
	margin-left: 130px;
	max-width: 600px;
	min-height: 300px;
	z-index: -1;
	border-radius: 10px;
}

.shipping-content .row-img4 {
	max-width: 100%;
	max-height: 100%;
	margin-top: 75px;
	margin-left: -15px;
	border-radius: 10px;
}

@media (max-width: 1325px) {
	.shipping-content .row-img4 {
		margin-top: 60px;
	}
}

.shipping-content .OverlayTextDesc5 {
	background-color: #acc594;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 205px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: -170px;
	margin-left: -30px;
	max-width: 400px;
	min-height: 350px;
	z-index: -1;
	border-radius: 10px;
}

.shipping-content .row-img5 {
	max-width: 100%;
	max-height: 100%;
	margin-top: 195px;
	margin-left: 0px;
	border-radius: 10px;
}

.shipping-content .OverlayTextDesc6 {
	top: 0;
	color: #363636;
	left: 0;
	position: absolute;
	width: 100%;
	padding-left: 45px;
	padding-top: 30px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 75px;
	max-width: 766px;
	min-height: 497px;
	border-radius: 10px;
}

.shipping-content .OverlayTextDesc6  p {
	padding-bottom: 10px;	
}

.shipping-content .OverlayTextDesc6  img {
	padding-bottom: 25px;	
}

.shipping-content .row-img6 {
	max-width: 100%;
	max-height: 100%;
	margin-top: 65px;
	margin-left: -15px;
	border-radius: 10px;
}

.shipping-content .row-img7 {
	max-width: 100%;
	max-height: 100%;
	margin-top: 230px;
	margin-left: -25px;
	border-radius: 10px;
}

.shipping-content .box-title {
	font-family: Miller display;
	font-size: 22pt;
	/*color: #28292b;*/
	color: #1a1b1d;;
}

.shipping-content .staff-title {
	font-family: Roboto;
	font-weight: lighter;
	font-size: 12pt;
	color: #383c38;
}

.shipping-content .staff-email {
	font-family: Roboto;
	font-weight: bold;
	color: #54693b;
}

.shipping-content .staff-phone {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16pt;
}

.shipping-content .row-img10 {
	max-width:100%; 
	max-height: 100%;
	margin-left: 500px;
	margin-top: -100px;
	border-radius: 10px;
}

@media (max-width: 1325px) {
	.shipping-content .row-img10 {
		margin-left: 450px;
	}
}

/* item page css */
.item-content .row-content {
	padding-bottom: 15px;
	max-width: 1325px;
}

@media (max-width: 1370px) {
	.item-content .row-content {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

@media (min-width: 1370px) {
	.item-content .row-content {
		display: block;
		margin: 0 auto;
	}
}

.item-content .page-title {
	font-family: Miller display;
	font-size: 20pt;
	color: #819766;
	margin-top: 5px;
	/*white-space: nowrap;*/
	padding-left: 75px;
}

.item-content .page-subtitle {
	font-family: Miller display;
	font-weight: normal;
	font-size: 17pt;
	color: #3e3b3c;
	padding-left: 75px;
	/*margin-bottom: -5px;*/
    margin-top: -10px;
	/*padding-bottom: 30px;*/
}

.item-content .item-form {
	/*margin-right: 75px;
	margin-left: -15px;
	margin-bottom: -10px;*/
	padding: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	background-color: #ecf2e6;
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt !important;
	color: #1a1b1d;
	min-height: 370px;
}

.item-content .item-form2 {
	min-height:420px !important;
}

.item-content .item-form3 {
	min-height:345px !important;
}

.item-content .form-group {
    margin-bottom: 0px;
}

.item-content .img-responsive {
	padding-bottom: 15px;
}

.item-content .item-form table {
	border-collapse: collapse;
}

.item-content .item-form td {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.item-content .item-form .box-title {
	font-family: Miller display;
	font-size: 17pt;
	color: #1a1b1d;
}

.item-content .item-form #clock {
	color:#c25d3f;
}

.item-content .item-form .field {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	color: #1a1b1d;
}

.item-content .item-form .field  a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	color: #1a1b1d;
	text-decoration: none;
}

.item-content .item-form .field  a:hover {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	color: #1a1b1d;
	text-decoration: none;
}

.item-content .item-form .value {
	font-family: Roboto;
	font-weight: 600;
	font-size: 12pt;
	color: #54693b;
}

.item-content .item-form .value  a {
	font-family: Roboto;
	font-weight: 600;
	font-size: 12pt;
	color: #54693b;
	text-decoration: none;
}

.item-content .item-form .value  a:hover {
	font-family: Roboto;
	font-weight: 600;
	font-size: 12pt;
	color: #54693b;
	text-decoration: underline;
}

.item-content .item-form .nobid-text {
	font-family: Roboto;
	font-weight: bold;
	font-size: 12pt;
	color: #363838;
}

.item-content .item-form .hurry-text {
	font-family: Roboto;
	font-style: italic;
	font-size: 10pt;
	color: #7f7d7a;
}

.item-content .item-form .bigagent {
	font-family: Roboto;
	font-weight: normal;
	font-size: 10pt;
	color: #696969;
}

.item-content .item-form .bigagent a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #696969;
}

.item-content .item-form .bigagent a:hover {
	font-family: Roboto;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #696969;
}

.item-content .item-form .enter {
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	color: #727271;
}

.item-content .item-form .entervalue {
	font-family: Roboto;
	font-weight: bold;
	font-size: 12pt;
	color: #54693b;
}

.item-content .item-form .line {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C0C0C0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.item-content .item-form  button {
	font-family: Roboto;
	font-weight: 500;
	font-size: 10pt;
	background-color: #c25d3f;
	color: #fff;
}

.item-content .item-form  .linkbtn {
	font-family: Roboto;
	font-weight: 500;
	font-size: 10pt;
	background-color: #c25d3f;
	text-decoration: none;
	color: #fff;
}

.item-content .item-form  .linkbtn:hover {
	font-family: Roboto;
	font-weight: 500;
	font-size: 10pt;
	background-color: #c25d3f;
	text-decoration: none;
	color: #fff;
}

.item-content .item-form  .link1 {
	font-family: Roboto;
	font-weight: 600;
	font-size: 12pt;
	text-decoration: none;
	color: #54693b;
}

.item-content .item-form .link1:hover {
	font-family: Roboto;
	font-weight: 600;
	font-size: 12pt;
	text-decoration: none;
	color: #54693b;
}

.item-content .item-form  a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: underline;
	color: #898884;
}

.item-content .item-form  a:hover {
	font-family: Roboto;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: underline;
	color: #898884;
}

.item-content .image-center {
	display: block; 
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.item-content .page-content {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	color: #585353;
}

.item-content .desc-holder {
	background: #ecf2e6;
	padding: 25px;
	border-radius: 10px;
	min-height: 0px !important;
}

.item-content .page-content .section-header {
	font-family: Roboto;
	font-weight: bold;
	font-size: 13pt;
	color: #819766;
}

.item-content .page-content a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: underline;
	color: #819766;
}

.item-content .page-content a:hover {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: underline;
	color: #819766;
}

/********************************/
.left-nav, 
.home-content .box-link, .home-content .box-link a,  .home-content .box-link a:hover, 
.home-content .image-preview-container img,
.item-content .item-form, .shiptables,
.home-content .carousel, .home-content .carousel-inner, .home-content .carousel-link 
{
	border-radius: 10px;
}
.home-content .image-preview-container .OverlayText, .home-content .OverlayPickText, .home-content .OverlayFeatureText {
	border-radius: 0px 0px 10px 10px;
}

.home-content .left.carousel-control {
	border-radius: 10px 0px 0px 10px;
}

.home-content .right.carousel-control {
	border-radius: 0px 10px 10px 0px;
}

.is-table-row {
    display: table;
}
.is-table-row .is-table-cell {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.subheader-shorten {
	line-height: 1.2;
}

.all-content {
	padding: 20px 30px;
}

.btn-large {
	padding: 8px 16px;
}

.artist_link, .series_link {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-decoration: none !important;
}

.artist_link:hover, .series_link:hover {
        color: #819766 !important;
        text-decoration: underline !important;
}

#customs .subtitle {
	font-size: 18pt;
	color: #585353;
	font-weight: bold;
	margin-bottom: 5px;	
	
}

#customs .underline {
    border-width: 1px;
    border-style: solid none none none;
    border-color: #C0C0C0;
    margin-bottom: 20px;
    margin-top: 0px;
}

#customs .section {
	margin-bottom: 55px;
	
}

#customs .subsection {
	margin-bottom: 35px;
	
}

label.input_error {
	color: red;
}

input.input_error, select.input_error {
	border: red 1px solid !important;
}

.breadcrumb li.breadcrumb-item:before {
	content: ">\00a0";
} 

/* Grid CSS */
div.grid-view div.titleSmaller {display: none;}
div.grid-view div.itemlisting {
        display: block;
        float: left;
        width: 280px;
        padding: 20px;
        box-sizing: border-box;
}
div.grid-view div.itemlisting img.img-responsive {
        display:  block;
        width: 240px;
        margin: 0 auto 20px;
}
div.grid-view div.imagetd {
        display:  block;
}
div.grid-view h3.itemlisting_header, div.grid-view .itemlisting_desc em, div.grid-view h4.small, div.grid-view .itemlisting_price, div.grid-view .itemlisting_type {
	font-size: 13px;
}
div.itemListTable #view-toggle {
	font-family: Roboto;
	font-size: 11pt;
	color: #585353;
	text-align: center;
}
div.itemListTable #view-toggle a {
	display: inline-block;
	width: 80px;
	height:  20px;
	text-indent: -9999px;
	background: url('/images/toggle-view.png') top center no-repeat;
}
div.grid-view #view-toggle a {
	background-position: top center;
}
div.list-view #view-toggle a {
	background-position: bottom center;
}
div.itemResults {
	font-family: Roboto;
	font-size:  11pt;
	font-weight: bold;
	color: #585353;
}
/* 3-wide Grid */
@media (min-width: 768px) and (max-width: 1559px) { 
	div.grid-view div.itemlisting.one_fourth, div.grid-view div.itemlisting.one_fifth, div.grid-view div.itemlisting.one_sixth  {
		clear: none;	
	}
	div.grid-view div.itemlisting.one_third {
		clear: left;	
	}
	.col-md-3, .col-lg-3 {
		width: 25%;
	}
	.col-md-9, .col-lg-9 {
		width: 75%;
	}
}
/* 4-wide Grid */
@media (min-width: 1560px) and (max-width: 1799px) {
	div.grid-view div.itemlisting.one_third, div.grid-view div.itemlisting.one_fifth, div.grid-view div.itemlisting.one_sixth  {
		clear: none;	
	}
	div.grid-view div.itemlisting.one_fourth {
		clear: left;	
	}
	.col-md-3, .col-lg-3 {
		width: 20%;
	}
	.col-md-9, .col-lg-9 {
		width: 80%;
	}
	.home-content .col-md-3, .home-content .col-lg-3 {
		width: 25%;
	}
	.home-content .col-md-9, .home-content .col-lg-9 {
		width: 75%;
	}
}
/* 5-wide Grid */
@media (min-width: 1800px) and (max-width: 2099px) {
	div.grid-view div.itemlisting.one_third, div.grid-view div.itemlisting.one_fourth, div.grid-view div.itemlisting.one_sixth  {
		clear: none;	
	}
	div.grid-view div.itemlisting.one_fifth {
		clear: left;	
	}
	.col-md-3, .col-lg-3 {
		width: 16%;
	}
	.col-md-9, .col-lg-9 {
		width: 84%;
	}
	.home-content .col-md-3, .home-content .col-lg-3 {
		width: 25%;
	}
	.home-content .col-md-9, .home-content .col-lg-9 {
		width: 75%;
	}
}
/* 6-wide Grid */
@media (min-width: 2100px) {
	div.grid-view div.itemlisting.one_third, div.grid-view div.itemlisting.one_fourth, div.grid-view div.itemlisting.one_fifth  {
		clear: none;	
	}
	div.grid-view div.itemlisting.one_sixth {
		clear: left;	
	}
	.col-md-3, .col-lg-3 {
		width: 15%;
	}
	.col-md-9, .col-lg-9 {
		width: 85%;
	}
	.home-content .col-md-3, .home-content .col-lg-3 {
		width: 25%;
	}
	.home-content .col-md-9, .home-content .col-lg-9 {
		width: 75%;
	}
}
/* List CSS */
div.list-view div.itemlisting {
        position: relative;
	display: block;
        width: 100%;
        clear: left;
        padding: 20px 0 0;
}
div.list-view img.img-responsive {
        display:  block;
        width: 100%;
        margin: 0;
}
div.list-view div.imagetd {
        display:  block;
        float: left;
        width: 12%;
}
div.list-view div.itemlisting_desc {
	display: block;
	float:  left;
	width: 50%;
	box-sizing:  border-box;
	padding-left:  10px;
}
div.list-view div.itemlisting_price {
	display: block;
	float:  left;
	width: 17%;
	text-align:  center;
}
div.list-view div.itemlisting_type {
	display: block;
	float:  left;
	width: 21%;
	padding: 0 5px;
    	box-sizing: border-box;
}
div.list-view div.titleBar {
	display:  block;
	width:  100%;
	float:  left;
	padding: 10px 0 0;
}
div.list-view div.titleSmaller {
	color: #585353;
	font-size: 11pt;
}
div.list-view div.titleBar .titleItem {
	display:  block;
	width:  12%;
	float:  left;
	text-align: center;
}
div.list-view div.titleBar .titleDescrip {
	display:  block;
	width:  50%;
	float:  left;
}
div.list-view div.titleBar .titlePrice {
	display:  block;
	width:  17%;
	float:  left;
	text-align: center;
}
div.list-view div.titleBar .titleBid {
	display:  block;
	width:  21%;
	float:  left;
	text-indent: 5px;
}
div.list-view a.watchtogglelink {
	display: block;
	position:  absolute; 
	right: 0;
	top: 20px;	
}
div.list-view .saleprice_highlight {
	max-width:150px;
	width: auto;
	margin: 0 auto;
}
div.grid-view .saleprice_highlight {
	margin: 0;
}
label.value .saleprice_highlight {
	width: 150px;
}
.grecaptcha-badge { visibility: hidden; }
