/*
Compiled: 2021-02-27 04:01:12
Errors: None
*/

/*
.dynamic .dynImage:nth-child(5), .dynamic .dynImage3 {
	padding-top:30px;
}
	
.dynamic .dynImage3:nth-child(3) {
	padding-top:0px;
}
	
.dynamic div .pullOut {
	margin:30px 0px 0px;
	padding:15px 0px;
	background-color:#16a085;
	color:rgba(255, 255, 255, 1);
}
	
.dynamic div .pullOut h1 {
	padding:30px;
	margin:0px;
	color:rgba(255, 255, 255, 1);
}
	
.dynamic div .summaryContent div {
	border:1px solid rgba(0, 0, 0, 0.15);
	height:346px;
	padding:0px;
}

.dynamic div .summaryContent .removeBoxKeyline {
	border:0px;
	padding:0px;
}
	
.dynamic div .summaryContent h3 {
	margin-top:0px;
	color:#16a085;
}
	
.dynamic div .summaryContent h4 {
	margin:0px;
}
	
.dynamic .logoContainer {
	margin-top:20px;
}
*/

	.dynamic h1 {
		color:rgba(210, 38, 48, 1);
	}
	.dynamic .imgWrapper {
		height:0;
		margin-bottom:30px;
		overflow:hidden;
		padding-bottom:100%;
		position:relative;
	}
	
	.dynamic .imgWrapper img {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
	}
	
	.dynamic .pullOut {
		background-color: rgba(210, 38, 48, 1);
		padding: 30px;
	}
	
	.dynamic .pullOut h1 {
		color: rgba(255, 255, 255, 1);
		margin:0;
	}

/* CONTENT */

/*
.content a:before {
	content:'';
	background-image: url(/_assets/7993/images/pdf-icon.png);
	background-size: 100%;
	display:inline-block;
	float:left;
	clear:none;
	width:20px;
	height:20px;
	margin-right:5px;
}*/
.dynamicClearing .staticImageBanner img {
    margin: 0 auto;
}

.dynamicClearing .carousel .imgWrapper img {
    height: auto;
    width: 100%;
}

.dynamicClearing .carousel .item .imgWrapper {
    border-radius:0;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
}

.dynamicClearing .carousel .item .imgWrapper img {
    left: 0;
    transform: translateX(0);
}

.dynamicClearing a.btn,
.dynamicClearing a.btn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.dynamicClearing .listItem {
    background: rgba(235, 235, 235, 1);
    border-left: solid 5px rgba(255, 255, 255, 1);
    border-right: solid 5px rgba(255, 255, 255, 1);
    padding: 0;
}

.dynamicClearing .listItem .imgWrapper {
    border-radius: 0;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
}

.dynamicClearing .listItem .imgWrapper img {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dynamicClearing .listItem .contentWrapper {
    padding: 15px;
}

.dynamicClearing .listItem a.btn {
    bottom: 15px;
    right: 15px;
    position: absolute;
}

#clearingSaleDetail #informationWrapper {
    border-bottom:2px dashed rgba(235, 235, 235, 1);
    padding-bottom: 30px;
    position:relative;
    width:100%;
}

#clearingSaleDetail .nav-tabs {
    border:0;
    float:right;
    position:relative;
    width:100%;
}

#clearingSaleDetail .nav-tabs li {
    padding:0;
}

#clearingSaleDetail .nav-tabs li a {
    background:rgba(245, 245, 245, 1);
    border:0;
    border-radius:0;
    color:rgba(150, 150, 150, 1);
    height:40px;
}

#clearingSaleDetail .nav-tabs li.active a {
    background-color: rgba(150, 150, 150, 1);
    color:rgba(255, 255, 255, 1);
}

#clearingSaleDetail .tab-content {
    width:100%;
}

#clearingSaleDetail .tab-content #slider .carousel-control.left,
#clearingSaleDetail .tab-content #slider .carousel-control.right {
    background-image:none;
    color:rgba(255, 255, 255, 1);
    font-size: 30px;
}

#clearingSaleDetail .tab-content #slider .carousel-control {
    top:50%;
}

#clearingSaleDetail .tab-content #slider .carousel,
#clearingSaleDetail .tab-content #slider .carousel-inner > .item,
#clearingSaleDetail .thumbnailImage {
    background-color: #eee;
}

#clearingSaleDetail .mainImage,
#clearingSaleDetail .thumbnailImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
}

#clearingSaleDetail .thumbnailImage {
    margin-bottom: 30px;
}

#clearingSaleDetail .contactWrapper a.btn {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

@media(min-width:768px) {
    #clearingSaleDetail #selectorContentWrapper {
        padding-right: 0;
    }
}.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
	margin-top:15px;
}

ul.social-icons {
	align-items: flex-end;
	display: flex;
	flex-direction:row;
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {
	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	text-indent: 0px;
}

ul.social-icons li a {
	float:left;
}
	
ul.social-icons li i {
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

ul.social-icons li.circle .fa {
	display:grid;
	align-content:center;
	justify-content:center;
	width:50px !important;
	height:50px !important;
	line-height:50px;
	color: rgba(255, 255, 255, 1);
	border-radius:50% !important;
	margin-right:10px;
	float:none;
	text-align: center
}

.navbar.navbar-default .moduleSocial .social-icons li.square i  {
	background-color:rgba(255, 255, 255, 1);
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:rgba(205, 36, 43, 1);
	font-size:20px;
}

.navbar.navbar-default .moduleSocial .social-icons li.square i:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 1);
}

	
/* SET DARK THEME */
	
.darkThemeFooter ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkThemeFooter ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightThemeFooter ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightThemeFooter ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}


/* BURLEIGH TEMPLATE */
	.footer-content .moduleSocial .sub-section-height {
		color:rgba(255, 255, 255, 1);
		text-align:left;
	}

	.footer-content .social-icons li i {
		color:rgba(255, 255, 255, 1);
	}

#map_wrapper {
	width:100%;
	height: 400px;
	margin-top:20px;
	float:left;
}

#map_canvas, #map_canvas_mobile {
	width: 100%;
	height: 100%;
}.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
}

ul.social-icons {
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {

	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
}
	
ul.social-icons li i {
	display:inline-block;
	float:left;
	width: 40px;
	height:40px;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li h4 {
	color:rgba(0, 0, 0, 1);
	display:inline-block;
	float:left;
	font-size:14px;
	font-weight:600;
	margin-left:10px;
}

	
/* SET DARK THEME */
	
.darkTheme ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkTheme ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightTheme ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightTheme ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}