/* Add here all your CSS customizations -- */

@import url(http://fonts.googleapis.com/css?family=Ultra);


/* pop up register box */
#toggle {
    width: 100px;
    height: 100px;
    background: #ccc;
  }
  
  .gfq-badge p {
	  font-size: 12px;
  }
  .notifications-badge {
	  max-width: 80px;
	  font-size: 12px;
  }
  
  .gfq-wrap {
	z-index: 9999999;
	 position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#livechat-eye-catcher-img {
	width: 190px !important;
}

/*
.gfq-badge {
	background: #71C28E; /*Change this colour to change the circle*/
	width: 60px;
	height: 60px;
	border-radius: 100%;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	transition: all 0.1s ease-in-out;
	transform: scale(1.0);
	float: right;
} */
.gfq-badge img {
	position: relative;
    left: 50%;
    transform: translate(-50% ,-50%);
    top: 50%;
    border: none!important;
    width: 80%!important;
}
.gfq-badge:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.gfq-panel {
	width: 350px; /*Panel width*/
	height: auto; /*Panel height*/
	max-width: 400px; /*Mac Panel width*/
	max-height: 800px; /*Max Panel height*/
	background: #F9FAFA;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.10);	
	transition: all 0.3s ease-in-out;	
	border-radius: 4px;
	overflow: hidden;
    padding: 6px 6px 6px 6px;
	display: none;
}

.panel-active {
	bottom: 0px;
	/* opacity: 100; */
	opacity: 100;
}


.gfield.no-label > .gfield_label {
    display: none;
}
.gfq-panel input[type="submit"] {
    width:100% 
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}



#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#FFF;
	padding: 8px 8px 0px 8px;
	margin:0px 0;
}

#contact h3 {
	color: #c41b20;
	display: block;
	font-size: 30px;
	font-weight: 600;
}

#contact h4 {
	margin: 5px 5px 5px 5px;
	display:block;
	font-size:13px;
	text-align: center;
	font-family: cursive;
}

fieldset {
	border: medium none !important;
	margin: 0 0 4px;
	min-width: 100%;
	padding: 0;
	width: 100%;
	text-align: center;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:48%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:6px;
	font-size: 14px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"], #contact button[type="button"] {
	cursor:pointer;
	width:48%;
	border:none;
	background: #19468a;
	color:#FFF;
	margin:1%;
	padding:10px;
	font-size:15px;
	float: left;
}

#contact button[type="submit"]:hover {
	background:#000;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}

#contact input[type=checkbox] {
	/* vertical-align: middle; */
}
#contact label {
	vertical-align: middle;
	font-size: 15px;
	margin-right: 10px;
	font-family: 'Black Ops One', cursive;
	font-weight: 500;
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/* pop up register box */

/* auction api pull */
.canc-div {
	position: relative;
	display: block;
	}
.cancelled-sale-show {
	top: -30px;
	left: 1%;
	position: absolute;
	transform: rotate(0deg);
	color: red;
	font-size: 1.2em;
	line-height: 20px;
	letter-spacing: -1px;
	}
.cancelled-sale-hide {
	display: none;							
	}
.strike {
	text-decoration: line-through;
		/* background-color: #f7465b; */
		
	}
.red-featured {
	color: #a00000;
	}
/* auction api pull */

.btn-red {
	background-color: #a00000;
    border: none;
	font-size: 16px;
    font-weight: 600;
	font-family: 'Black Ops One', cursive;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.icon-search-bar {
	padding: 18px 0;
}


#intro {
	background-image: url(../img/home-bg/header-img1.png);
}

#section-1 .info-box-title {	
    color: #000000;
}

#section-2 .info-box {
	background-color: #053298ab;
    padding: 8px;
    border-radius: 8px;
}

#section-2 a, #section-featured a{
	text-decoration: none;
}

.menui {
	border: 1px solid #0000004f;
}

.email-notification {
	left: 40px;
}

.email-notification img {	
	max-width: 80px;
}

.call-to-action-title {
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

.timeline-text {
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}
.cat-container {
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 36%;
	left: 0px;
}
.cat-container li {
	list-style-type: none;
	float: none;
	border: 0px solid white;
	padding: 0px 8px 4px 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	font-size: 20px;
	border-radius: 0px 5px 5px 0px;
	background-color: #FFFFFF;
	text-align: center;
}
.cat-container ul {
	padding: 0px;
}
.cat-container li figcaption {
	font-size: 10px;
}
.icon-clapper:before {
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	/* top: 0px;
	*/
	left: px;
	background: #f8e6ae00 url(../imgs/icons/clapper.png) no-repeat 0px 0px;
	/* text-align: center;
	*/
	/* margin: 0 auto;
	*/
	margin: 15px 0px 0px 7px;
	transform: rotate(-8deg);
}
.call-to-action-section {
	padding: 40px 0;
}
.button-container {
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	background-color: black;
}
.button-container li {
	list-style-type: none;
	float: left;
	border: 1px 1px 1px 1px solid white;
	padding: 0px 6px 2px 6px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.button-container ul {
	padding: 0px;
	margin: 0px;
}
.button-container li figcaption {
	font-size: 9px;
	line-height: 16px;
}
/* buttonset-top */
.buttonset-top {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	/* bottom: 0px;
	*/
	left: 0px;
	/* height: auto;
	*/
	width: 100%;
	/* z-index: 6;
	*/
	/* display: flex;
	*/
	/* background-color: #646B6D;
	*/
}

.button-item {
	width: 100%;
    display: block;
    padding: 0px;
}

.buttonset-top .red {
	background-color: #a0000080;
}

.buttonset-top .black {
	background-color: #000000a3;
}

.button-item img {
	width: 30px !important;
	margin: auto;
}	
	
.buttonset-top a {
	width: 100%;
	font-family: Litespeed Cn,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 0px 0px;
	text-decoration: none !important;	
	text-align: center;
	flex-basis: 100%;
	position: relative;
	display: block;
	float: left;
	border-right: solid 1px #646B6D;
	color: #fff;
	/* color: #083de6; text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white; */
	font-size: 14px;
}
.icon-description ul.icon-list li {
	display: inline-block !important;
	margin-left: 16px;
	width: auto !important;
}
.icon-description ul.icon-list li span.icon-legend {
	font-size: 10px;
}
.icon-description ul.icon-list li img {
	display: inline-block;
	text-align: center;
}

.fonta {
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	/* letter-spacing: .5px;
	*/
	text-transform: uppercase;
	font-family: 'Open Sans',sans-serif;
}
.fontb {
	font-size: 15px;
	font-weight: 600;
	color: #5f5f5f;
	font-family: 'Open Sans',sans-serif;
}
.font-featured {
	color: #670000;
}
table {
	border-collapse: separate;
	border-spacing: 0 .65em;
}
tr td {
	padding: 0px 4px 0px 0px !important;
	margin: 0 !important;
}
.auction_thumb {
	vertical-align: middle !important;
	padding: 0px 4px 0px 4px !important;
}
.auction_thumb img {
	max-width: 75px;
	/* -webkit-box-shadow: 5px 5px 6px -4px rgba(0,0,0,0.32);
	-moz-box-shadow: 5px 5px 6px -4px rgba(0,0,0,0.32);
	box-shadow: 5px 5px 6px -4px rgba(0,0,0,0.32); */
	/* border: 3px solid #000000; */
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #d0d0d030;
}
.table .table {
	background-color: transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ddd;
}
.table-cell-center {
	text-align: center;
}
.table-cell-left {
	text-align: left;
}
.table-cell-right {
	text-align: right;
}
.link {
	cursor: pointer;
}
.dropdown.dropdown-lg .dropdown-menu {
	margin-top: -1px;
	padding: 6px 20px;
}
.input-group-btn .btn-group {
	display: flex !important;
}
.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}
.btn-group .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn_custom {
	position: relative;
	margin: 0px 0;
	padding: 12px 30px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


.icon-description {
	text-align: center;
	margin-top: 15px;
}
.icon-description ul.icon-list {
	padding: 0;
	margin: 0;
}
.container .page-heading li {
	display: table-row;
	vertical-align: top;
	width: 100%;
	margin: 18px 0px;
}
.icon-description ul.icon-list li {
	display: inline-block !important;
	margin-left: 0px !important;
	width: auto !important;
}
.icon-list .gavel, .special, .auto, .photo, .weekend, .moving, .cancelled {
	cursor: pointer;
}
.icon-description ul.icon-list li span:before {
	content: ' ';
	display: block;
}
.icon-description ul.icon-list li img {
	display: inline-block;
	margin: 0px 12px 0px 12px;
}
.calendar-snapshot-top .link td .table {
	margin-bottom: 0px;
}

.top-white-bar {
	position: absolute;
	top: 0px;
    height: 40px;
    width: 100%;
    background-color: none;
}
.vertical-align-top {
	top: 0px;
}

.fullscreen-menu .menu-button {
	left: 15px;
	top: -4px;
}

.fullscreen-menu .menu-nav {
	font-family: 'Black Ops One', cursive;
	font-weight: 500 !important;
}
.fullscreen-menu .menu-nav a {
	font-weight: 500 !important;
}

h2 {	
	font-family: 'Black Ops One', cursive;
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

#top-slidingbar-wrapper .top-slidingbar-trigger-wrapper {
    position: absolute;
    right: 0;
    z-index: 9;
    border-top: 38px solid #f7465b;
    border-left: 38px solid transparent;
	top: 0px;
}
#top-slidingbar-wrapper .top-slidingbar-trigger {
    position: absolute;
    width: 26px;
    height: 23px;
    line-height: 18px;
    bottom: 13px;
    right: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    cursor: pointer;
}
#intro .intro-caption .intro-title span {
    display: inline-block;
    font-size: 220px;
    font-size: 3.4vw;
}

.scroll-down-arrow {   
    bottom: 54px;
}

/*
#intro .intro-caption .intro-title {
    margin: -10px;
    font-size: 0px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    text-transform: uppercase;
}
*/
#intro .intro-caption .intro-title {
    margin: -10px;
    font-size: 0px;
    font-weight: 500;
    color: rgb(8, 61, 230);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

#header.transparent.header-filled {
    /* background-color: #FFF; */
    /* box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); */
    box-shadow: none !important;
}
.team-box .team-info {
    margin-top: 0px;
}

.team-box {
    position: relative;
    margin: 0px 0;
}

.team-box.team-box-squared .team-image {
    border-radius: 0px;
	padding: 8px;
}

.shadow {
      border: 6px solid white;
	  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2), 3px 3px 4px 0px rgba(0, 0, 0, 0.05);
	  transform: rotate(-1.25deg);
}

.team-info h4 {
	font-weight: 600;    
    color: #ffffff;
	margin-top: 2px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.team-info-title {
		color: #000 !important;
	}

.team-info .team-info-text {
	font-weight: 500;    
    color: #292929;
}

#section-5 {
	padding: 0px 0px;
}

#section-5 a {
	text-decoration: none;
}

#section-8 a {
	text-decoration: none;
}

#section-5 p {
	line-height: 1.35;	
}

#section-5 .page-heading {
	margin-top: 40px;
}

#section-5 .team {
	margin-top: 0px;
}

.logo img {
	max-height: 28px;
}

#header.header-dark.transparent.header-filled {
	background-color: #000000;
	/* background-color: none; background-image: url(../img/patterns/top-concrete.png); */
	background-repeat: repeat-x;
	background-position: bottom;
    
}
#header.transparent.header-filled {
    background-color: none;
    box-shadow: none !important;	
    /* box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); */
}
#header {
	height: 4px;
	min-height: 4px;
}
.brick {
    background-image: url(../img/patterns/brick-bg.jpg);
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 74px;
    border-top: 3px solid #555657;
}

.made-with-love {
    position: absolute;
    right: 20px;
    bottom: 68px;
    font-size: 12px;
    font-weight: 300;
    z-index: 3;
}

.bg-transparent-5-5-dark {
    background-color: rgba(0, 46, 101, 0.31) !important;
}

.bg-transparent-7-dark {
	background-color: rgba(0, 46, 101, 0.31) !important;
}

.bg-transparent-4-dark {
    background-color: rgba(0, 0, 0, 0.12) !important;
}

.text-red {color: #a00000 !important;}
.text-gray {color: #505050 !important;}


.page-heading {
    text-align: center;
}

.divider-black {
    width: 81%;
    padding: 0px 5%;
    border-bottom: 1px solid black;
    margin: 0 auto;
}

.red-headline {
    color: #9e0202;
    font-size: 3.7em;
    font-family: 'Ultra', serif;
    letter-spacing: 1px;
    margin-bottom: 1%;
}

h1.red-headline {
    font-size: 3.0em;
    font-weight: 700;
    text-transform: uppercase;
}


.dan-laura-image {		
		max-height: 420px;
	}
	
.dropdown.dropdown-lg .dropdown-menu {
		min-width: 320px;
	}

.header-brush {
	width: 100%;
	border: 0px solid red;
	position: absolute;
	bottom: 0px;
	z-index: 4;
}

.header-brush img {
	width: 100%;	
}

@media (min-width: 992px) {
	#header.header-md .fullscreen-menu .menu-button {
		top: -4px;
	}
	#intro {
		height: 80vh !important;		
	}
	
	.header-brush {		
		bottom: 0px;		
	}
}



@media screen and (orientation: landscape) and (max-width: 960px) {
	.dan-laura-image {
		border: 0px solid blue;
		max-height: 320px;
	}	
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#intro {
		height: 100vh !important;
	}
}





@media screen and (max-width: 490px) {
	.icon-description ul.icon-list li {
		margin-left: 4px !important;
	}	
}

@media only screen and (max-width: 640px) {
	.extra {
		display: none;
	}
	.buttonset-top a img {
		width: 28px;
		height: 28px;
	}
	.logo-image {
		width: 240px !important;
	}
	
	#intro {
		height: 50vh !important;
	}
	
	
	
}
/*
@media screen and (orientation:landscape) { 
	#intro {
		height: 130vh !important;
	}	
}
*/

@media (min-width: 520px) and (max-width: 620px) {
  
  .logo-image {
		border: 0px solid black;
	}   
	
	#intro {
		height: 100vh;
	}
  
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.logo-image {
		border: 10px solid black;
	}	
}


@media only screen and (max-width: 800px) {
	.buttonset-top a {
		font-size: 10px !important;
	}
	.red-headline {
		font-size: 1.1em !important;
		margin-top: 0 !important;
	}
	.team-info-title {
		font-size: 12px;
	}
	.team-info .small {
		font-size: 75%;
	}
	
	.shadow {
		border: 4px solid white;
		box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2), 3px 3px 4px 0px rgba(0, 0, 0, 0.05);
		transform: rotate(-1.25deg);
	}
	
	.header-brush {		
		bottom: 0px;	
	}
	
	.made-with-love {
		position: absolute;
		right: 20px;
		bottom: 38px;
		font-size: 12px;
		font-weight: 300;
		z-index: 3;		
	}
	
	.made-with-love img {
		width: 120px;
		height: auto;
	}
	
}



@media only screen and (max-width: 1024px) {
	.buttonset-top a {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	#adv-search {
		width: 500px;
		margin: 0 auto;
	}
	#header.header-filled, #header.header-md {
		height: 4px;
		min-height: 4px;
	}
	.dropdown.dropdown-lg {
		position: static !important;
	}
	
}


/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 480px) {	
	.auction_thumb {
		display: none !important;
	}
	.dropdown.dropdown-lg .dropdown-menu {
		min-width: 250px;
	}
}

.aa-logo {
	margin-top: 0px;text-align: center;z-index: 10;position: relative;top: -90px;
}
.sa-logo {
	margin-top: 0px;text-align: center;z-index: 10;position: relative;top: -110px;
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 600px) {
	.fonta {
		font-size: 12px !important;		
	}
	.fontb {
		font-size: 12px !important;		
	}
	.made-with-love {    
		font-weight: 700;    
	}
	.icon_tag>img {
		height: 14px !important;
		width:  14px !important;
		border: 0px solid red;
	}	
	.mobile {		
		padding: 0 20px;		
		margin-top: 4px;
	}
	.intro-inner {
		margin-top: 0px !important;
	}
	.aa-logo {
		top: -48px;
	}
	.sa-logo {
		top: -78px;
	}
}	


/* Medium devices (desktops, 992px and up) */

@media (orientation: landscape) {
	#intro {
		height: 90vh !important;
	}
}


/* Large devices (large desktops, 1200px and up) */




@media (max-width: 768px) {
	
	.team-box {
		margin: 0px 0px 20px 0px;
	}
	
	.logo img {
		max-height: 18px;
	}
}
