/* afranco */
@import url('list__item.css');
@import url('personal__area.css');
@import url('auction__drag.css');
@import url('fixing__template.css');
@import url('chat.css');

a, h1, h2, h3, h4, h5, h6, p, span, div, i, li, ul, *, *:before, *:after{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-block {padding-top: 15px;}

.list-group-item a, .blog-posts a{
    color: rgba(0, 102, 36, 1);

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blog-posts a:hover, .blog-posts a:focus, .list-group-item a:hover, .list-group-item a:focus{
    color: rgba(0, 102, 36, 0.7);
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{list-style: none;}

.list-group-item a i{margin-right: 5px;}
.lang-active i, .more i{margin-left: 5px;}
.menu-block .navbar-default .navbar-nav > li > a {font-family: 'Roboto', sans-serif;}
.big-title {
    margin: 0;
    border-left: 0;
    overflow: hidden;
    -webkit-transform: translateY(-145px);
     -ms-transform: translateY(-145px);
     -o-transform: translateY(-145px);
     transform: translateY(-145px);
     font-size: 16px;
     padding: 12px 25px 12px 35px;
     position: absolute;
}
.big-title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 200%;
    -webkit-transform: translate(-10px, -25%) rotate(21deg);
     -ms-transform: translate(-10px, -25%) rotate(21deg);
     -o-transform: translate(-10px, -25%) rotate(21deg);
     transform: translate(-10px, -25%) rotate(21deg);
    background: rgba(210,221,3,1);
    background: -moz-linear-gradient(60deg, rgba(210,221,3,1) 0%, rgba(0,102,36,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(210,221,3,1)), color-stop(100%, rgba(0,102,36,1)));
    background: -webkit-linear-gradient(60deg, rgba(210,221,3,1) 0%, rgba(0,102,36,1) 100%);
    background: -o-linear-gradient(60deg, rgba(210,221,3,1) 0%, rgba(0,102,36,1) 100%);
    background: -ms-linear-gradient(60deg, rgba(210,221,3,1) 0%, rgba(0,102,36,1) 100%);
    background: linear-gradient(60deg, rgba(210,221,3,1) 0%, rgba(0,102,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dd03', endColorstr='#006624', GradientType=1 );
}
.blog-posts p{
    color: #757575;
    margin-bottom: 40px;
}
.blog-posts h2{
    font-size: 24px;
    font-weight: 600;
    clear: both;
}
a.more{
    padding-left: 10px;
}
.blog-info{margin-bottom: 20px;}
.blog-info i{
    color: rgba(210,221,3,1);
}
.blog-item-img{
    margin: 10px 0 30px;
}
.a2a_kit{
    margin-top: 40px;
    margin-bottom: 30px;
}
.a2a_kit a{
    color: #b1b1b7;
    font-size: 17px;
    margin-right: 13px;
}
.header.header1 .top-header {background-color: #202020;}
.header.header1, .header1::before {background-color: #202020;}
.menu-block .navbar-default .navbar-nav {padding: 20px 0 10px;}
.site-logo img{max-height: 55px;}
.menu-block .navbar-default .navbar-nav > li {float: none;}
.header.header1 .container > .pull-right {bottom: -44px;}
.p_l_z input{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 30px;
}
.search-section .section-header button.btn {
    background-color: #005f21;
    width: 100%;
    max-width: 118px;
    max-height: 37px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
}
.auction-section {
    padding-top: 80px;
}
.rent-and-sale-section {
    padding: 80px 0;
    position: relative;
}
.sale-property{padding: 0;}
.top-header .p_r_z{
    padding-bottom: 0;
}
.p_r_z {
    padding-right: 0;
    padding-bottom: 60px;
}
.rent-property {padding-bottom: 0;}
.footer-bottom ul {
    background-color: #202020;
}
.footer-bottom a {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom a.back-to-top {
    color: #202020;
    text-decoration: none;
}
.back-to-top i {
    font-size: 14px;
    margin-right: 0;
}
.carousel-caption-inner{
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
     -ms-transform: translate3d(-50%, -50%, 0);
     -o-transform: translate3d(-50%, -50%, 0);
     transform: translate3d(-50%, -50%, 0);
}
.carousel-caption-inner .slider-title{
    background-color:#000;
    color:#fff;
    padding:15px 30px;
    margin-bottom:10px;
}
.carousel-caption-inner .slider-title h3{
    font-size: 24px;
    margin:0;
}
.carousel-caption-inner .slider-subtitle{
    background-color: #67a114;
    color: #fff;
    padding: 12px;
    margin-bottom: 10px;
}
.carousel-caption-inner .slider-link{
    background-color: #005f21;
    padding: 10px 20px;
}
.carousel-caption-inner .slider-link:hover{
    background-color: #006624;
}
.carousel-caption-inner .slider-link a{
    color: #fff;
    text-decoration: none;
}
.carousel-inner > .item {
    height: 300px;
    background: #fff;
}
.realestatecarousel .carousel-inner > .item {
	text-align: center;
}
.carousel-inner > .item  img{
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.realestatecarousel .carousel-inner > .item  img{
	width: auto;
	/*margin: auto;*/
}
.realestatecarousel .carousel-inner > .item .item_container {
	position: relative;
	display: inline-block;
	height: 100%;
}

.realestatecarousel .carousel-inner > .item a {
    position: absolute;
	bottom: 5px;
	right: 5px;
}
.realestatecarousel .carousel-inner > .item .fancybox i {
    font-size: 20px;
}
.search-section select {margin: 0;}
.advancedInput{
    /*display:inline-block; width:16.4%; margin:0 0 30px 30px;*/
    display:block;
    margin:0 0 30px;
}
.auction-block .property-images-box > span{
    background-color: #67a114;
}
.select2-container {vertical-align: top;}
.select2-container .select2-choices, .select2-container-multi .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-active .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0 0 30px;
    padding: 10px 0 9px;
    line-height: 25px;
    border: 0 !important;
    border-bottom: 2px solid #c8c8c8 !important;
    border-radius: 5px;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin: 2px 0 2px 5px;
}
.select2-container-multi .select2-choices .select2-search-field{
    margin-left: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input, .select2-container-multi .select2-choices .select2-search-field input:focus, .select2-container-multi .select2-choices .select2-search-field input.selected-focused, .select2-container-multi .select2-choices .select2-search-field input.selected-focused:focus {
    padding: 0;
    margin: 0;
    margin-left: 0;
    font-family: sans-serif;
    font-size: 100%;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}
select{
    color: #3c3c44 !important;
}
select::-webkit-select-placeholder {
   color: #3c3c44 !important;
}

select:-moz-placeholder { /* Firefox 18- */
   color: #3c3c44 !important;
}

select::-moz-placeholder {  /* Firefox 19+ */
   color: #3c3c44 !important;
}

select:-ms-select-placeholder {
   color: #3c3c44 !important;
}
.select2-search-choice-close {
    top: 3px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    margin: 0;
    color: #3c3c44;
}
.select2-results .select2-highlighted {
    background: #005f21;
    color: #fff;
}
.select2-drop-active {
    border: 1px solid transparent;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #005f21;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid transparent;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid transparent;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid transparent;
    box-shadow: none;
}
.select2-results {
    margin: 6px 4px 4px 0;
}
.dropdown-menu{
    border-radius: 2px;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu ul{
    left: 100%;
	top: 0;
}
.header.header1 {
    z-index: 50;
    background-color: transparent;
}
.featured-property .owl-controls .owl-buttons div:hover{
    background-color: #cad403;
}
.view-list a:hover, .view-list a.active {
    background-color: #67a114;
    color: #fff;
    border: 1px solid #67a114;
}
.property-detail1-slider .carousel-control:hover {
    background-color: #005f21;
}
.wrapper-no-img{
    padding: 30px 30px 0;
}
.badge-no-img{
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.badge-no-img:before{
    content: '';
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    z-index: -1;
    border-right: 15px solid transparent;
    border-top: 45px solid rgba(0,0,0,0.3);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.badge-no-img h4{
    font-size: 14px;
    margin: 0;
    padding: 15px;
    color:#fff;
}

/* Auction Page List */

.auction-listing-box{
    margin-bottom: 20px;
    border-radius: 4px;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 0px 3px 26px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 26px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 26px -12px rgba(0,0,0,0.75);
}
.image-block{
    height: 200px;
    background-color: #000;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.image-box:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    border-bottom: 20px solid #fff;
    border-left: 100vw solid transparent;
}
.image-block img{
    height: 100%;
    max-height: 393px;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-block img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-box{
    padding: 40px;
}
.content-box {
    padding: 20px 15px;
}
.content-box .title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 19px;
    margin-top: 0;
    color: #3c3c44;
    display: block;

    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.content-box .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 16px;
    margin-top: 0;
    color: #3c3c44;
    display: block;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.content-box .title span{
    color: #969696;
    font-weight: 300;
    display: block;
    font-size: 16px;
    line-height: 13px;
    margin-top: 11px;
}
.content-box .title span {
    color: #969696;
    font-weight: 400;
    display: block;
    font-size: 13px;
    line-height: 12px;
    margin-top: 5px;
}
.content-box a.title{
    font-size: 40px;
    line-height: 31px;
    text-decoration: none;
    margin-bottom: 50px;
    text-align: right;
}
.content-box a.title {
    font-size: 30px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: left;
}
.content-box a.title span{
    font-size: 24px;
    line-height: 19px;
    margin-top: 8px;
}
.content-box a.title span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}
.content-box a:hover{
    color: #004c1a;
    text-decoration: none;
}
.content-box .btn{
    background-color: #005f21;
    color: #fff;
    padding: 12px 45px;
    border-radius: 0;
    font-size: 17px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-box .btn {
    background-color: #005f21;
    color: #fff;
    padding: 10px 24px;
    border-radius: 0;
    max-width: 120px;
    float: none !important;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-box .btn:hover{
    background-color: #004c1a;
    color: #fff;
}
.more-link{
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.more-link > a{
    border-top: 1px solid #eee;
    font-size: 14px;
    text-decoration: none;
    color: #3c3c44;
    padding: 12px 20px;
    display: block;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.more-link > a:hover, .more-link > a:focus{
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #f7f7f7;
}
i{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
i.rotate{
    -webkit-transform: translate(0,0) rotate(180deg);
    -ms-transform: translate(0,0) rotate(180deg);
    -o-transform: translate(0,0) rotate(180deg);
    transform: translate(0,0) rotate(180deg);
}
.well {
    min-height: 20px;
    padding: 10px 20px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well li{
    display: inline-block;
}
.well li a{
    padding: 5px 10px;
    display: inline-block;
    color: #3c3c44;
    text-decoration: none;
}
.well li a:hover{
    padding: 5px 10px;
    display: inline-block;
    opacity: 0.7;
}

/* ------------------------
--- Auction Detail List ---
--------------------------- */

.main_img_content{
    position: relative;
    height: 320px;
    width: 100%;

    background-image: url(http://loremflickr.com/850/600/city?random=1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gradient_overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.darken{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 15px;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
h1.title{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 32px;
    text-decoration: none;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
}
h1.title span{
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    display: block;
    font-size: 24px;
    line-height: 19px;
    margin-top: 5px;
}
.darken p{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: left;
}
.darken p span{
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
    text-transform: none;
}
.auction_list_child{
    -webkit-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     margin: 15px;
}
.auction_list_item{
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-box-shadow: 0 3px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,0.75);
}
.auction_list_item:hover{

    -webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
    box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
    z-index: 20;
}


.auction_list_item.active-live
{
     -webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
    box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
    z-index: 20;
}

.auction_list_item.hilight{
    z-index: 30;
}
.img_child{
    position: relative;
    height: 172px;
    z-index: 10;
    overflow-y: hidden;
    background: #FFF;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.img_child:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 0;
    height: 100%;
    border-bottom: 172px solid #fff;
    border-left: 45px solid transparent;

    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.auction_state{
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    max-height: 40px;
    max-width: 188px;
    margin-right: 42.5px;

    -webkit-transform: translate3d( 50%, -50%, 0) rotate(-75.5deg);
     -ms-transform: translate3d( 50%, -50%, 0) rotate(-75.5deg);
     -o-transform: translate3d( 50%, -50%, 0) rotate(-75.5deg);
     transform: translate3d( 50%, -50%, 0) rotate(-75.5deg);

     -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.auction_state h4{
    line-height: 40px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.status{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 40px;
    margin-right: 0;

    -webkit-transform: translate3d(0, 0, 0) rotate(0);
     -ms-transform: translate3d(0, 0, 0) rotate(0);
     -o-transform: translate3d(0, 0, 0) rotate(0);
     transform: translate3d(0, 0, 0) rotate(0);

     -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}

.status__detail{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 40px;
    margin-left: 0;
    -webkit-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
         -o-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.status.underway, .status__detail.underway{ background-color: #6AA42A; }
.status.finished, .status__detail.finished{ background-color: black; }
.status.soon, .status__detail.soon{ background-color: #a8e64c; }
.status.after, .status__detail.after{ background-color: darkcyan; }
.status.next, .status__detail.next{ background-color: #ff7f00; }


.status h4, .status__detail h4{
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 48em) {
}
  @media screen and (min-width: 62em) {
    .status{
        max-width: 300px;
    }
    .status:before{
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      height: auto;
      width: 40px;
      border-bottom: 40px solid #fff;
      border-left: 5px solid transparent;
    }
    .status__detail{
        position: absolute;
        left: 0;
        top: 0;
        width: 33.3333333333333%;
        max-height: 40px;
        margin-left: -10px;
        -webkit-transform: translate3d(0, 20px, 0);
            -ms-transform: translate3d(0, 20px, 0);
             -o-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }
  }
    @media screen and (min-width: 75em) {
      .status:before{
        width: 14px;
        border-bottom: 40px solid #fff;
        border-left: 5px solid transparent;
      }
    }



.img_child img{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 172px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.body_child{
    padding: 15px;
    background: #fff;
    z-index: 10;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.body_child h3{
    margin: 0;
}
.body_child h3 a{
    display: inline-block;
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #005f21;
    text-decoration: none;
}
.body_child h3 a:hover{
    color: #005f21;
}
.body_child h3 a span{
    font-weight: 300;
    font-size: 16px;
    float: none;
    display: inline-block;
    color: #969696;
    margin-top: 3px;
}
.body_child h4{
    margin: 10px 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}
.body_child h4 span{
    font-weight: 300;
    color: #969696;
}
.body_child h4 span.value__price{
    font-size: 16px;
    color: rgb(34,139,34);
    font-weight: 700;
}
.body_child h5{
    margin: 0 0 10px;
    font-size: 12px;
    color: #545454;
}
.body_child h5 span{
    display: block;
    font-weight: 300;
    font-size: 10px;
    color: #969696;
}
.body_child .detail{
    margin: 0;
    cursor: pointer;
    padding: 6px 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.42857143;
    color: #969696;
    text-decoration: none;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.body_child .detail:hover, .body_child .detail:focus{
    color: #545454;
}
.body_child .btn{
    background-color: #005f21;
    color: #fff;
    padding: 6px 24px;
    border-radius: 0;
    font-size: 12px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.body_child .btn:hover, .body_child .btn:focus {
    background-color: #004c1a;
}
.accordion{
    position: absolute;
    width: 100%;
    top: 100%;
    background: #3c3c44;
    color: #fff;
    padding: 0 20px;
    max-height: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius:3px;

    -webkit-transition: all 0.2s ease-out, box-shadow 0.4s ease;
    -o-transition: all 0.2s ease-out, box-shadow 0.4s ease;
    transition: all 0.2s ease-out, box-shadow 0.4s ease;

    -webkit-box-shadow: 0 0 0 -20px rgba(0,0,0,0);
    box-shadow: 0 0 0 -20px rgba(0,0,0,0);

    z-index: 50;
    opacity: 0;
}
.accordion.open{
    max-height: 200px;
    padding: 20px;
    opacity: 1;

    -webkit-box-shadow: 0 15px 30px -12px rgba(0,0,0,1);
    box-shadow: 0 15px 30px -12px rgba(0,0,0,1);
}
.accordion p{margin: 0;font-size: 12px;}
.select2-container {width: 100%;}
.btn-primary, .btn-default{
    border-radius: 0 !important;
}
.darken .btn-primary{
    margin-right: 0;
    float: right;
}
#price_slide_text, #area_slide_text{
    text-align: center;
}
@media only screen and (max-width: 767px) and (min-width: 319px){
    .property-sidebar {
        margin-top: 0;
        padding-right: 0;
    }

    #price_slider_text_contact{margin-top:10px;}


}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .search-section .col-md-10 select {
        width: 45%;
        display: inline-block;
        margin: 0 0 30px;
    }
    .search-section .col-md-10 select:nth-child(5n+6) {
        margin-left: 0;
    }
    .search-section .col-md-10 select:nth-child(odd) {
        margin-left: 30px;
    }
    .slider-wrapper {
        width: 45%;
        display: inline-block;
    }
    .slider-wrapper:nth-child(odd){
        margin-left: 30px;
    }
    .advancedInput{
        /*display:inline-block; width:16.4%; margin:0 0 30px 30px;*/
        display:inline-block;
        width: 45%;
        margin:0 0 30px;
    }
    .advancedInput:nth-child(even){
        margin-left: 30px;
    }

    .property-profile-form .slider-wrapper
    {
        margin-left:0;
    }


}
@media screen and (min-width: 30em) {}
@media screen and (min-width: 48em) {
    .site-logo img {max-height: 55px;}
    .main_img_content {height: 360px;}
    .darken{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 83%;
        padding: 80px 0 0;

        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    h1.title {
        padding-bottom: 30px;
        margin: 0;
        float: left;
        clear: both;
        width: 100%;
        display: block;
        text-align: center;
    }
    h1.title span{
        color: rgba(255,255,255,0.7);
        font-weight: 300;
        display: block;
        font-size: 24px;
        line-height: 19px;
        margin-top: 8px;
    }
    .darken p{
        position: relative;
        width: 33.33333%;
        float: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 19px;
        text-decoration: none;
        margin: 0;
        text-align: left;
        bottom: 0;
    }
    .darken p span{
        color: rgba(255,255,255,0.7);
        font-weight: 300;
        display: block;
        font-size: 16px;
        margin-top: 5px;
    }
    .darken p:last-child{
        float: right;
        left: auto;
    }
    .auction_list_child {
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        -o-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        margin: 0;
    }
    .auction_list_item{
        border-radius: 3px;
        background-color: #fff;
        margin-bottom: 10px;
        position: relative;

        -webkit-box-shadow: 0 3px 10px -5px rgba(0,0,0,0.75);
        box-shadow: 0 3px 10px -5px rgba(0,0,0,0.75);
    }
    .auction_list_item:hover, .auction_list_item:focus{

        -webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
        box-shadow: 0 20px 40px -20px rgba(0,0,0,1);
    }
    .auction_list_item.hilight{
        z-index: 30;
    }
    .img_child{
        position: relative;
        height: 172px;
        z-index: 10;
        background: #FFF;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }
    .img_child:before{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 25%;
        height: 100%;
        border-bottom: 172px solid #fff;
        border-left: 45px solid transparent;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .auction_list_item:hover .img_child:before, .auction_list_item:focus .img_child:before{
        max-width: 35%;

        -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    .auction_state{
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        max-height: 40px;
        max-width: 188px;
        margin-right: 154px;

        -webkit-transform: translate3d(50%, -50%, 0) rotate(-75.5deg);
         -ms-transform: translate3d(50%, -50%, 0) rotate(-75.5deg);
         -o-transform: translate3d(50%, -50%, 0) rotate(-75.5deg);
         transform: translate3d(50%, -50%, 0) rotate(-75.5deg);

         -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
    }
    .auction_list_item:hover .auction_state, .auction_list_item:focus .auction_state{
        margin-right: 213px;
        max-height: 30px;

        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .auction_state h4{
        line-height: 40px;
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .auction_list_item:hover .auction_state h4, .auction_list_item:focus .auction_state h4{
        line-height: 30px;

        -webkit-box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);
        -moz-box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);
        box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);


        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .img_child img{
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .body_child{
        padding: 15px;
        background: #fff;
        z-index: 10;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
    .body_child h3{
        margin: 0;
    }
    .body_child h3 a{
        display: block;
        margin: 0 0 10px;
        padding-bottom: 10px;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        color: #005f21;
        text-decoration: none;
    }
    .body_child h3 a:hover{
        color: #005f21;
    }
    .body_child h3 a span{
        font-weight: 300;
        font-size: 14px;
        float: right;
        color: #969696;
    }
    .body_child h4{
        margin: 0 0 15px;
        padding: 10px 0;
        border-bottom: 1px solid #e9e9e9;
    }
    .body_child h4 span{
        font-weight: 300;
        color: #969696;
    }
    .body_child h5{
        margin: 0 0 10px;
        font-size: 12px;
        color: #545454;
    }
    .body_child h5 span{
        display: block;
        font-weight: 300;
        font-size: 10px;
        color: #969696;
    }
    .body_child .detail{
        margin: 0;
        cursor: pointer;
        padding: 0;
        display: inline-block;
        font-size: 12px;
        line-height: 1.1;
        color: #969696;
        text-decoration: none;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .body_child .detail:hover, .body_child .detail:focus{
        color: #545454;
    }
    .body_child .btn{
        background-color: #005f21;
        color: #fff;
        padding: 6px 24px;
        border-radius: 0;
        font-size: 12px;
        border: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .body_child .btn:hover, .body_child .btn:focus {
        background-color: #004c1a;
    }
   .p_l_z input{
        width: 19.9%;
        margin-left: 30px;
    }
    .p_l_z input:first-child{
        margin-left: 0;
    }
    .p_l_z input:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }
    .footer-bottom ul {
         background-color: transparent;
    }
    .carousel-inner > .item {
		height: auto;
        overflow: visible;
    }
	.carousel-inner > .item  img{
        height: auto !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
	.realestatecarousel .carousel-inner > .item img {
        height: 100%!important;
    }
    .carousel-caption-inner{
        max-width: 720px;
        margin-top: 0;
    }
    .carousel-caption-inner .slider-title{
        padding:15px 30px;
        margin-bottom:20px;
    }
    .carousel-caption-inner .slider-title h3{
        font-size: 36px;
        margin:0;
    }
    .carousel-caption-inner .slider-subtitle{
        padding: 15px;
        margin-bottom: 10px;
    }
    .carousel-caption-inner .slider-link{
        background-color: #005f21;
        padding: 10px 20px;
    }
    .advancedInput {
        display: inline-block;
        margin: 0px 0 30px 20px;
        width: 30%;
    }
    #advancedsearch .advancedInput:first-child, #advancedsearch .advancedInput:nth-child(3n+4){
        margin: 0px 0 30px;
    }
    .property-images-box img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .badge.opportunity:before, .badge.opportunity:after {border-right: 12px solid peru;}
    .badge.sold:before, .badge.sold:after {border-right: 12px solid darkgreen;}
    .badge.removed:before, .badge.removed:after {border-right: 12px solid darkred;}
    .badge h4{
        margin: 5px 0;
        padding: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.15);
        border-bottom: 1px solid rgba(0,0,0,0.15);
        font-size: 12px;
        font-weight: 900;
        text-align: center;
    }
    .content-box {
        padding: 35px 30px 40px;
    }
    .image-box:before {border-bottom: 30px solid #fff;}
    .sale-property {padding-top: 60px;}
    .sale-property:first-child {padding-top: 0;}
}
@media screen and (min-width: 62em) {
    .navbar-default .navbar-collapse{padding: 0;}
    .navigation-block {margin-top: 0;}
    .auction_list_child{
        -webkit-transform: translate3d(0, -60px, 0);
         -ms-transform: translate3d(0, -60px, 0);
         -o-transform: translate3d(0, -60px, 0);
         transform: translate3d(0, -60px, 0);
         margin: 0;
    }
    .auction_state {
        max-width: 196px;
        margin-right: 45px;
    }
    .auction_list_item:hover .auction_state, .auction_list_item:focus .auction_state{
        margin-right: 63px;
        max-height: 30px;

        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .auction_state h4{
        line-height: 40px;
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .auction_list_item:hover .auction_state h4, .auction_list_item:focus .auction_state h4{
        line-height: 30px;

        -webkit-box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);
        -moz-box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);
        box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.35);


        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .img_child img {
        max-height: 179px;
        width: auto;
    }
    .property-images-box img{
        height: 100%;
        width: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .badge h4{
        margin: 5px 0;
        padding: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.15);
        border-bottom: 1px solid rgba(0,0,0,0.15);
        font-size: 12px;
        font-weight: 900;
        text-align: center;
    }

    .col-md-4.p_z {
        padding: 6px 0 0 6px;
        overflow: hidden;
        position: relative;
        height: 196px;
    }
    .property-featured-inner .col-md-4.p_z{
        height: auto;
        padding: 0;
    }
    .col-md-8.p_z {
        padding-top: 6px;
    }
    .col-md-8.p_z  span{
        top: 6px;
    }
    .col-md-4.p_z .badge{
        width: 186px;
    }
    .p_z .badge:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        margin-top: 6px;
        margin-left: -8px;
        top: 100%;
        border-left: 12px solid transparent;
        border-bottom: 12px solid transparent;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .p_z .badge:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -21px;
        top: 100%;
        border-left: 12px solid transparent;
        border-bottom: 12px solid transparent;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .badge.opportunity:before, .badge.opportunity:after {border-right: 12px solid peru;}
    .badge.sold:before, .badge.sold:after {border-right: 12px solid darkgreen;}
    .badge.removed:before, .badge.removed:after {border-right: 12px solid darkred;}

    .p_l_z input{
        width:16.4%;
        margin-left:30px;
    }
    .header.header1 .top-header, .header.header1, .header1::before {
        background-color: transparent;
    }
    .search-section .col-md-10 select:nth-child(6n+1) {
        margin-left: 0px;
    }
    .site-logo img {
        max-height: 70px;
    }
    .menu-block {
        padding-top: 0;
    }
    .menu-block .navbar-default .navbar-nav {
        padding: 10px 0;
        text-align: left;
    }
    .navigation-block {
        padding: 15px  0;
    }
    .search-section select {margin: 0;}
    .slider-wrapper {
        float: none;
        width: 16.4%;
        padding: 12px 0;
        line-height: 0;
        margin: 0;
        margin-left: 30px;
        margin-bottom: 30px;
        display: inline-block;
    }
    .slider.slider-horizontal {height: auto;}
    .slider.slider-horizontal .slider-track {
        height: 7.5px;
        margin-top: 15px;
        background-image: -webkit-linear-gradient(top, #f2f4f5 0%, #f2f4f5 100%);
        background-image: -o-linear-gradient(top, #f2f4f5 0%, #f2f4f5 100%);
        background-image: linear-gradient(to bottom, #f2f4f5 0%, #f2f4f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f4f5', endColorstr='#fff2f4f5', GradientType=0);
        -webkit-box-shadow: inset 0 -2px 0px #c8c8c8;
        box-shadow: inset 0 -2px 0px #c8c8c8;
        border-radius: 5px;
    }
    .slider-handle {
        background-color: #005f21;
        background-image: linear-gradient(to bottom, #005f21 0%, #005f21 100%);
        background-repeat: repeat-x;
        border: 0 solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        filter: none;
        height: 15px;
        position: absolute;
        width: 15px;
    }
    .carousel-caption-inner{
        max-width: 960px;
        margin-top: 60px;
    }
    .carousel-caption-inner .slider-title{
        padding:15px 30px;
        margin-bottom:20px;
    }
    .carousel-caption-inner .slider-title h3{
        font-size: 36px;
        margin:0;
    }
    .carousel-caption-inner .slider-subtitle{
        padding: 15px;
        margin-bottom: 10px;
    }
    .carousel-caption-inner .slider-link{
        padding: 10px 20px;
    }
    .more__link {
        margin: 0;
        width: 16.4%;
        max-width: 16.4%;
        display: inline-block;
        padding: 12px 0;
        border: 0;
        margin-left: 30px;
        text-align: center;
        letter-spacing: -0.5px;
    }
    .more__link:hover, .more__link:focus, .more__link:active {
        color: #005f21;
        background-color: #eaeaea;
        text-decoration: none;
    }
    #advancedsearch{
        margin-top: 30px;
        background: #eaeaea;
        padding: 40px 40px 10px;
    }
    .select2-container {
        margin: 0 0 0 30px;
        width: 16.4%;
        line-height: 0;
    }
    .auction-property:last-child {
        padding-bottom: 0;
        padding-top: 60px;
    }
    .p_r_z {
        padding-bottom: 0;
    }
    form.vertical_form input.normal{
        width:100%;
        font-weight: 300;
        margin-bottom: 20px;
        padding: 12px 0;
        border: 0;
        border-bottom: 2px solid #c8c8c8;
        background-color: transparent;
    }
    .widget-search form.vertical_form select{
        margin-bottom: 20px;
    }
    form.vertical_form .select2-container {
        margin: 0;
        width: 100%;
        line-height: 0;
    }
    form.vertical_form .select2-container-multi .select2-choices {
        padding: 10px 0;
        line-height: 24px;
        border: 0;
        border-bottom: 2px solid #c8c8c8;
        border-radius: 0;
        margin-bottom: 20px;
    }
    form.vertical_form .select2-container-multi .select2-choices .select2-search-field {
        margin-left: 0;
    }
    form.vertical_form .slider-wrapper {
        float: none;
        width: 100%;
        padding: 10px 0;
        line-height: 0;
        margin: 0;
        margin-left: 0;
        margin-bottom: 15px;
        display: inline-block;
    }
    form.vertical_form .more__link {
        margin: 0;
        width: 100%;
        max-width: 100%;
        display: inline-block;
        padding: 10px 0;
        border: 0;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: -0.5px;
    }
    form.vertical_form .slider.slider-horizontal .slider-track {
        height: 7.5px;
        margin-top: 15px;
        background-image: -webkit-linear-gradient(top, #f2f4f5 0%, #f2f4f5 100%);
        background-image: -o-linear-gradient(top, #f2f4f5 0%, #f2f4f5 100%);
        background-image: linear-gradient(to bottom, #f2f4f5 0%, #f2f4f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f4f5', endColorstr='#fff2f4f5', GradientType=0);
        -webkit-box-shadow: inset 0 -2px 0px #c8c8c8;
        box-shadow: inset 0 -2px 0px #c8c8c8;
        border-radius: 0;
    }
    form.vertical_form #advancedsearch {
        margin-top: 0;
        background: #eaeaea;
        padding: 20px;
        margin-bottom: 20px;
    }
    form.vertical_form .advancedInput {
        display: block;
        margin: 0px 0 20px;
        width: 100%;
    }
    form.vertical_form #advancedsearch .advancedInput:first-child, form.vertical_form #advancedsearch .advancedInput:nth-child(3n+4) {
        margin: 0 0 20px;
    }
    form.vertical_form #advancedsearch .advancedInput:last-child{
        margin: 0;
    }
    .widget-search .btn {
        display: block;
        width: 100%;
    }
    .auction-listing-box {
        margin-left: 0;
        margin-right: 0;
    }
    .image-block {
        height: 300px;
        border-top-right-radius: 0;
    }
    .image-box:before {
        border-bottom: 300px solid #fff;
        height: 100%;
        border-left: 40px solid transparent;
    }
    .image-block img {max-height: 300px;}
    .img_child {height: 179px;}
    .img_child:before {border-bottom: 179px solid #fff;}
    #price_slide_text, #area_slide_text {
        margin-top: 40px;
    }
    .well li {margin: 1px 2px;}
    .big-title {
        -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        -o-transform: translateY(-46px);
        transform: translateY(-46px);
    }
}
@media screen and (min-width: 75em) {
    .big-title {
        margin: 0;
        border-left: 0;
        overflow: hidden;
        font-size: 21px;
        -webkit-transform: translateY(-180px);
         -ms-transform: translateY(-180px);
         -o-transform: translateY(-180px);
         transform: translateY(-180px);
    }
    .navigation-block {
        padding: 15px 0 20px;
    }
    .menu-block {
        padding-top: 10px;
    }
    .menu-block .navbar-default .navbar-nav {
        padding: 0;
        text-align: left;
    }
    .carousel-caption-inner{
        max-width: 1140px;
        margin-top: 45px;
    }
    .carousel-caption-inner .slider-title{
        background-color:#000;
        color:#fff;
        padding:15px 30px;
        margin-bottom:30px;
    }
    .carousel-caption-inner .slider-title h3{
        font-size: 48px;
        margin:0;
    }
    .carousel-caption-inner .slider-subtitle{
        padding: 15px;
        margin-bottom: 15px;
    }
    .carousel-caption-inner .slider-link{
        padding: 12px 24px;
    }
    #price_slide_text, #area_slide_text{
        position: absolute;
        margin-top: 45px;
        text-align: center;
        left: 50%;
        display: block;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    form.vertical_form .slider-wrapper {margin-bottom: 40px;}
}

.rent-property-block .owl-controls .owl-buttons,
.sale-property-block .owl-controls .owl-buttons,
.auction-property-block .owl-controls .owl-buttons {
    margin: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media screen and (min-width:768px) {
    .rent-property-block .owl-controls .owl-buttons,
    .sale-property-block .owl-controls .owl-buttons,
    .auction-property-block .owl-controls .owl-buttons {
        top: 55%;
        left: -35%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }
}

.auction__main{

}
  .auction__main-img{
    height: 200px;
  }
    .auction__main-img img{
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
  .auction__main-details{
    margin: 0 10px 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;

    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);

    -webkit-box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.25);
            box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.25);
  }
  .auction__main-details a{display: block;font-size: 18px;margin-bottom: 15px;padding-top: 10px;}
  .auction__main-details a:hover, .auction__main-details a:focus{text-decoration: none;color: #004719;}
  .flex-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  .auction__main-details p{
    display: block;
    margin: 10px 0;
    padding: 0 15px;
    border-left: 1px solid #ccc;
    color: #ccc;
    font-size: 16px;
  }
  .auction__main-details p span{
    color: #3c3c44;
    font-size: 85%;
    display: block;
  }
  .auction__main-details p:first-of-type{}
  .doc__property h3 {
    margin: 0;
  }
  .doc__property h3 a{
    color: #3c3c44;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;

    transition: all 300ms linear;
  }
  .doc__property h3 a:hover, .doc__property h3 a:focus{
    outline: 0;
    text-decoration: none;
    color: #747480;
  }
  .doc__property h3 a i{
    color: #005f21;
  }
  .doc__property .well{
    min-height: 20px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .doc__property .well a{
    padding: 7px 0;
  }


@media screen and (min-width:768px) {
  .auction__main{ margin: 5px; }
}
@media screen and (min-width:992px) {}
@media screen and (min-width:1200px) {
  .auction__main-details a{padding-top: 0;}
}


.contact-address .fa {
  margin-left: -20px;
}
.contact-address p span, .contact-address a {
    padding-left: 5px;
}

