/* To avoid duplicate code created this file */
.az-header-ads-container {
    box-sizing: border-box;
    padding-left: 5px;
    min-height: 98px;
    margin: 5px 0px 0px 0px;
    border-bottom: 1px solid #C0C0C0;
}

.az-right {
    float: none !important;
}

.az-header-logo-container {
    min-height: 100px;
    box-sizing: border-box;
}

.az-content-container .az-header-logo-container .az-signIn-links-container
 {
    display: flex;
		align-items: center;
 }

@media only screen and (max-width: 768px) {
    .az-content-container .az-header-logo-container .az-signIn-links-container {
        margin: 0;
        display: flex;
        align-items: center;
    }
}

#headPlacement {
    margin: 0px auto !important;
    width: 100% !important;
    text-align: center;
}

.az-main-container .az-content-container .az-signIn-links-container .loginStuff a {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 500 !important
}

.az-main-container .az-content-container .az-nav-bar {   
    background: #FFFFFF !important;
    display: inline-flex;
    align-self: center;
    min-height: 40px;
    height: 100% !important;
}

#mainNavLinks .id-lookup {
    padding-left: 15px;
}

#mainNavLinks {
	display: flex;
	align-items: center;
	justify-content: center;
}

.az-header-block {
    width: 100%;
    padding: 20px 15px!important;
		margin: auto!important;
    display: flex;
		justify-content: space-between;
}

/* Custom breakpoint for the header change */
		@media only screen and (max-width: 900px) {
			.az-header-block {
				display: flex;
				justify-content: space-between;
			}
		}
  
.az-main-container .az-content-container .az-nav-bar ul li a {
    color: #333333 !important;
    font-size: inherit !important; 
    padding: 14px 0px 14px 15px !important;  
    font-weight: 500 !important;
		transition: color 0.2s ease-in-out;
}

.az-main-container .az-content-container .az-nav-bar ul li a:hover {
  /*  color: #16589b!important;*/
}

.az-feature-modal-container .az-feature-footer {
    background: #DDDDDD;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 22px;
    padding-left: 5px;
    color: #555555;
    width: 337px;
    display: inline-block;
}

.az-feature-modal-container .az-feature-overlay {
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #C0C0C0;
    cursor: pointer;
    cursor: hand;
}

.az-feature-modal-container {
    border: solid 1px #C0C0C0;
    height: 223px;
    background-color: #FFFFFF;
}

.az-feature-modal-container .az-header {
    background: #3377BB;
    height: 30px;
    color: #FFFFFF;
    font: bold 16px Arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}

.az-feature-modal-container .az-modal-body {
    height: 173px;
}

.az-feature-modal-container .az-left-section {
    float: left;
    width: 170px;
}

.az-left-section .az-auction-image {
    border: solid 1px #DDDDDD;
    height: 161px;
    width: 158px;
    background-color: #FFFFFF;
    margin: 5px;
    position: relative;
}

.az-feature-modal-img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
}

.az-right-section {
    float: left;
    width: 158px;
    margin: 5px 5px 0px 6px;
    text-align: left;
    font: bold 18px Arial;
    color: #555555;
}

.az-right-section .az-time {
    line-height: 24px;
}

.az-right-section .az-location {
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 158px;
}

.az-right-section .az-auction-name {
    color: #555555;
    font: normal 16px Arial;
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
    margin-bottom: 15px;
    width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.az-right-section .az-auction-keywords {
    font: normal 14px Arial;
    color: #777777;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    height: 35px;
    width: 158px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.az-ellipse-text {
    display: -webkit-box;
}

.az-number-popup {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}

.az-fly-popup-hover:hover {
    position: absolute;
    z-index: 1;
}

.az-fly-popup-hover {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.loginStuff {
    width: auto !important;
    padding: 0 !important;
}

.az-header-logo-container .az-signIn-links-container {
    display: inline-flex;
    align-items: center;
}

/* Custom breakpoint for the header change */
			@media only screen and (min-width: 992px) {
				.az-header-logo-container .az-signIn-links-container {
					margin-left: auto!important;
			}
		}

#top .logo-container {
    max-width: 50%;
    display: inline-block;
}

#top .mobile-menu-container {
    display: none;
}

/* Custom breakpoint for the header change */
			@media only screen and (max-width: 991px) {
        #top .mobile-menu-container {
	        display: flex;
          align-self: center;	
					padding: 0 25px 0 0;
        }
      }

			/*@media only screen and (min-width: 992px) {
				#top .mobile-menu-container {
					padding: 0;
				}
			}*/

.az-main-container .az-content-container .az-signIn-links-container .loginStuff .az-create-account {
    border-radius: 8px;   
    padding: 15px !important;
    color: #3377BB !important;
    box-shadow: 0 2px 4px 0 rgba(51,51,51,0.5);
    border: 2px solid #3377BB !important;
    margin-left: 10px !important;
    font-weight: 700 !important;
}

.az-main-container .az-content-container .az-signIn-links-container .loginStuff .az-create-account:hover {
    text-decoration: none !important;
    background: #3377BB;
    color: #FFFFFF !important;
}

.az-main-container .az-content-container .az-signIn-links-container .loginStuff .az-forgot-pw {
    color: #0095d5 !important;
    font-size: 10px !important;
}

.az-calendar {
    float: left;
    margin: 16px 10px 0 0 !important;
}

.az-calendar-link {
    color: #333333 !important;
    float: right;
    padding: 3px 0 0 5px !important;
}

.az-calendar-link:hover {
    color: inherit;
}

.az-dropdown-toggle {
		display: flex;
		align-items: center;
}

.az-my-account-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.az-my-account-menu img {
    margin-top: -3px !important;
}

.az-my-account-text {
    font-size: 18px !important;
    color: #333;
}

.fas.fa-user {
    background: #3377BB;
		border-radius: 50%;
    // box-shadow: 0 2px 4px 0 rgba(85,85,85,.5);
}

#top .loginStuff {
    width: auto !important;
}

.az-search-box {
    width: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #707070;
    color: #333333;
    font-size: 1rem;
    height: 2.5rem;
		padding: 0.25rem;
}

.az-search-btn-grp {
    padding-left: 0.5rem!important;
    float: right;
}

.btn-header {
		position: relative;
		width: 2.5rem;
    height: 2.5rem;
		cursor: pointer;
		color: #fff;
	  background-color: #3377BB;
		border: 2px solid #3377BB;
		transition: 0.2s ease-in-out;
}

.btn-header:active {
    background-color: #16589b;
}

.search-btn-icon {
		color: #fff;
		position: absolute;
    top: 11px;
    left: 11px;
}