.agd-listings {
	padding: 0 20%;
}

.agd-listings .row {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 10px;
}

.agd-listings .columns {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.agd-listings .text-center {
	text-align: center;
}

.agd-listings h2 {
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold !important;
	color: #080808 !important;
	background-color: transparent !important;
	font-family: inherit !important;
}

.agd-listings h2:before {
    display: none;
}

.agd-listings .pagination {
	border-top: 0px !important;
}

.agd-listings .agd-listing-details-col1 {
	font-weight: bold !important;
	color: #000000 !important;
}

.agd-listings .agd-listing-details-col2 {
	color: #000000 !important;
}

.agd-listings a {
	color:black !important;
}

.agd-listings .pagination a:hover,.agd-listings .pagination a:focus {
	color: #000000!important;
}

.agd-listings .pagination a {
	color: darkgray !important;
}

.agd-listings .pagination {
	margin-bottom: 2em !important;
}

.agd-listings .agd-listing-desc {
	background-color: lightgrey;
	border: 1px solid darkgrey !important;
	padding: 10px !important;
	font-family: inherit !important;
}

.mySlides {display:none}
.demo {cursor:pointer}

.agd-listings .w3-row-padding img {
	height:50px;
	padding: 2px;
}

.agd-listings .no-sidebar .post-navigation {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.agd-listings .post-navigation {
	border-top: 0px !important;
	border-bottom: 0px !important;
	margin-bottom: 1.5em !important;
}

.agd-listings .nav-subtitle{
	font-weight: bold !important;
}
.agd-listings .w3-content  img {
	margin: 5px !important;
}

.agd-listings .pagination .prev,.agd-listings .pagination .next {
	color: #fff !important;
	background-color: #000000 !important;
}

.agd-listings .pagination .prev:hover,.agd-listings .pagination .next:hover, .agd-listings .pagination .prev:focus,.agd-listings .pagination .next:focus, .agd-listings input[type="submit"]:hover {
	color:#000000 !important;
	background-color: gray !important;
}

.agd-listings .page-numbers.current {
	color: #222222;
}

.agd-listings .search-form input[type="submit"] {
	padding: 5px;
}

#agd-inquiry-popup {
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	position:fixed;
	background-color:#313131;
	overflow:auto;
	z-index: 99999999999;
	background-color: rgba(16, 16, 16, 0.66);
}

#agd-inquiry-popup img#close {
	position:absolute;
	right:-14px;
	top:-14px;
	cursor:pointer;
}

@media (max-width: 720px) {
	#agd-inquiry-popup img#close {
		right:15px;
	}
}

@media (max-width: 350px) {
	#agd-inquiry-popup img#close {
		right:35px;
	}
}

div#agd-inquiry-form {
	position:absolute;
	left:40%;
	top:5%;
	margin-left:-202px;
}

@media (max-width: 720px) {
	div#agd-inquiry-form {
		left:50%;
	}
}

#agd-inquiry-popup form {
	max-width: 600px;
	min-width: 400px;
	padding: 10px 50px;
	border-radius: 10px;
	background-color: #fff;
}

#agd-inquiry-popup p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700;
}

#agd-inquiry-popup input[type=text] {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #ccc;
	font-size: 16px;
}

#agd-inquiry-popup textarea {
	height:95px;
	padding:10px;
	resize:none;
	margin-top:30px;
	border:1px solid #ccc;
	font-size:16px;
	margin-bottom:30px
}

#agd-inquiry-popup #inquiry-submit {
	text-decoration:none;
	width:100%;
	text-align:center;
	display:block;
	background-color:#FFBC00;
	color:#fff;
	border:1px solid #FFCB00;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	margin-top: 20px;
}

#agd-inquiry-popup span {
	color:#ff0000;
	font-weight:700
}

.agd-listing-details-col2 img {
	cursor:pointer;
}

#agd-inquiry-popup .error {
    color: red;
    font-weight: bold;
    font-size: 13px;
}

#agd-inquiry-popup .success{
	color: #4CAF50;
	font-weight: bold;
	font-size:13px;
}

#message_ajax {
    font-size: 15px !important;
}

#agd-inquiry-popup label {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
}

#agd-inquiry-popupinput:-moz-placeholder,#agd-inquiry-popup textarea::-moz-placeholder { /* Firefox 18- */
	opacity: .5 !important;  
}

#agd-inquiry-popup input::-moz-placeholder,#agd-inquiry-popup textarea::-moz-placeholder {  /* Firefox 19+ */
	opacity: .5  !important;  
}

.stop-scrolling {
	overflow: hidden !important;  
}

#agd-inquiry-popup input[type="radio"], #agd-inquiry-popup input[type="checkbox"] {
    margin: .5em;
}

#agd-inquiry-popup a {
    color: #ffffff !important;
    font-weight: 700;
}

.agd-listing-desc p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.agd-listings .listing-link{
	font-weight: 600;
	text-align:right;
}

.agd-listings .listing-link a{
	text-decoration: none;
	font-weight: 700;
}