@font-face { 
	font-family: GHEAMariamBld;
	src: url("../webfonts/GHEAMariamBld.otf");
}



@font-face { 
	font-family: GHEAMariamBlit;
	src: url("../webfonts/GHEAMariamBlit.otf");
}

@font-face { 
	font-family: GHEAMariamReg;
	src: url("../webfonts/GHEAMariamBld.otf");
}

@font-face { 
	font-family: GHEAMariamReg;
	src: url("../webfonts/GHEAMariamReg.otf");
}

@font-face { 
	font-family: GHEAMariamRIt;
	src: url("../webfonts/GHEAMariamRIt.otf");
}








body{
    background: #ffffff;
    color:#000000;
	margin:0;
	font-family: 'GHEAMariamReg', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 19px;
    font-family:'GHEAMariamReg',sans-serif;
    color:#000;
    font-weight: 100;
	text-transform: uppercase;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}

.fixwidth,
.fixWidth{
    width:1200px;
    margin:0 auto;
}


.mainBg{
    height:400px;
    width:100%;
overflow:hidden;
}

.topLine{
	width:100%;
	display:inline-block;
	background:url(../images/all_background.jpg) repeat 0px 0px;
       padding: 5px 0px;

}


.main_h{
		width:100%;
	display: inline-block;
	background:url(../images/fix_background.png) repeat 0px 0px;
margin-top:-6px;
}

.topWrapper{
        width: 100%;
    display: table;

}

div.mod-languages a,
.logLogin a{
	color:#fff;
	font-size:12px;
}

div.mod-languages a{
	font-size:13px;
}
.menuWrp{
	    width: 100%;
    display: inline-block;
}


.currencyBox{
	margin: 0 18px;
}
.currencyBox a{
	color: #fff!important;
    cursor: pointer;
    font-size: 12px;
}
.currencyBox a i{
	padding:0px 5px 0px 0px;
	color: #fff!important;
}

.favBox{
	margin: 0 18px;
}
.logoBox{
    width: 170px;
    margin: 0 auto;
    margin-top: 12px;
}
.logoBox img{
	width:100%;
}

.top_right{
        width: 790px;
    float: right;
}


li.parent ul li {
    padding: 0;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}



.langFixbs{
           float: right;
    width: 100%;
    text-align: right;
}

.menuBox {
    margin: 15px auto;
    display: table;
}


.menuBox  ul{
    width: 100%;
    display: inline-flex;
}




.menuBox ul li a{
        padding: 2px 14px;
    color: #324458;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
	font-size:17px;
}

.menuBox li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #324458;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.menuBox li a:hover:before {
    left: 0;
    right: 0;
}


.menuBox ul li a:hover{
	color:#7c6c3e;
}



 .menuBox ul li a:hover,
 .menuBox ul li.active a{
     color:#7c6c3e;
 }





 blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}


 blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}


div[itemprop="articleBody"] ul{
    margin: 0px 0px 0px 40px;
}

div[itemprop="articleBody"] ul li{
position:relative;
padding:2px 0;
}

div[itemprop="articleBody"] ul li:before {
    content: "\2022";
    color: #007929;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}



.searchBox{
        padding: 140px 0;
}

.searchover{
	position: absolute;
    top: 0;
    width: 100%;
}

.searchBox .search_it:nth-of-type(1){
        float: left;
    width: 55%;
}

.searchBox .search_it:nth-of-type(2){
        float: left;
    width: 25%;
}

.searchBox .search_it:last-of-type{
     width: 19%;
    float: left;
    margin-left: 5px;
}


.searchBox .search_it:last-of-type input{
    width: 100%;
    background: none;
    border: none;
    border: 4px solid #fff;
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline:none;
}

.search_it input[type="number"]{
        width: 25%;
    padding: 10px 10px;
    box-sizing: border-box;
    outline:none;
	
}

.search_it input[type="text"]{
        width: 74%;
    padding: 10px 10px;
    box-sizing: border-box;
    outline:none;
}


.search_it select{
        width: 99%;
    padding: 11px 10px;
    box-sizing: border-box;
    outline:none;
}

.searchBox h4{
        color: #fff;
    text-align: center;
    font-size: 35px;
}


.catBlock{
        padding: 50px 0;
}

.headerBox{
    width:100%;
    display:inline-block;
        text-align: center;
}

.headerBox h3{
        text-align: center;
    position: relative;
    font-size: 18px;
    display:inline-block;
}

/*
.headerBox h3:before{
    content: "";
    width: 23%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -18px;
    left: 37%;
}
*/

.categoryBlock ul li{
    width: 22%;
    float: left;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    height: 225px;
    margin: 15px;
}

.categoryBlock ul li strong{
    width: 100%;
    display: inline-block;
}




.moreBox{
    width:100%;
    display:inline-block;
        text-align: center;
    margin-top: 50px;
}


#viewAllcat{
        border: 2px solid #725d5c;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
}

.lots_box{
      width:100%;
    display:inline-block;  
    background:#f9f9f9;
	    padding-bottom: 75px;
}


 .blockHeader{
        width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0;
}



 .blockHeader h3{
    display: inline-block;
    position: relative;
    width: auto;
    font-size: 30px;
}

 .blockHeader h3:before{
    content: "";
    width: 30%;
    height: 3px;
    background: #364353;
    position: absolute;
    bottom: -15px;
    left: 35%;
 }




.lots_box ul{
    width: 100%;
    display: inline-flex;
}


.lots_box ul li{
    width: 31%;
    margin-right: 32px;
    margin-bottom: 32px;
    background: #fff;
    display: inline-block;
}


.lots_box ul li:nth-of-type(4n){
    margin-right: 0;
    float: right;
}



.lotPreview{
    width: 100%;
    display: inline-block;
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}


.lotPreview img{
        width: 100%;
}


.lot_meta_info,
.price_box{
        padding: 10px 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}


.lot_meta_info p:first-of-type{
        float: left;
}

.lot_meta_info p:last-of-type{
        float: right;
}


.lots_box ul li h3{
        padding: 0px 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 0px 15px 0px;
}


.price_box p:first-of-type{
    color: #999;
    margin-bottom:15px;
}


.lot_view{
    padding: 0px 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin: 30px 0;
}


.lot_view a{
        background: #c00000;
    color: #fff;
    padding: 5px 35px;
    display: block;
}




.lot_meta_info p:first-of-type{
background: url(../images/category_icon.jpg) no-repeat center left;
    background-size: 30px auto;
    padding-left: 30px;
    
}

.lot_meta_info p:last-of-type{
background: url(../images/location_icon.jpg) no-repeat center left;
    background-size: 30px auto;
    padding-left: 30px;
    
}




.news_box{
        width: 100%;
    display: inline-block;
}


.newsUlHome{
        width: 100%;
    display: inline-flex;
}


.newsUlHome li{
        width: 32%;
    margin-right: 25px;
}


.newsUlHome li img{
    width:100%;
}



.subscribe_box{
        width: 100%;
    display: inline-block;
    background: #f9f9f9;
    margin-top: 40px;
    padding: 30px 0;
}


.subscribe_left{
    padding-left: 50px;
    background: url(../images/subscribe_icon.png) no-repeat center left;
    padding-top: 10px;
    display: inline-block;
    background-size: 40px auto;
}

.copyright_box{
        width: 100%;
    display: inline-block;
    background: url(../images/all_background.png) repeat 0px 0px;
	height:500px;
}


.copyright_box_bgs{
	clear: both;
    background-image: url(../images/background_logo_footer_new.png);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: 450px;
	min-height: 490px;

}

.copyright_box p{
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
	color:#fff;
}


.newsContent{
        padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #f9f9f9;
    padding-bottom: 10px;
}


.newsContent h2{
    margin: 0px 0px 20px 0px;
    padding-top: 20px;
}



.subscribe_left p:first-of-type{
        font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.subscribe_left p:last-of-type{
    font-size: 17px;
}



.subscribe_right{
    width: 100%;
}


.subscribe_right .suscribeItem:first-of-type{
    width: 48%;
    float: left;
    margin-right: 13px;
}



.suscribeItem input[type="email"]{
        width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
    border: none;
}

.subscribe_right .suscribeItem:last-of-type{
        width: 50%;
    float: left;
}


.suscribeItem input[type="submit"]{
        width: 100%;
    background: #2b2b2b;
    border: none;
    color: #fff;
    padding: 11px;
    font-size: 19px;
}



.logLogin{
    float: right;
    display: inline-flex;
    margin-left: 50px;
}


.logLogin .register,
.logLogin .login{
    padding: 0 18px;
}



.mainloginBox{
        margin: 50px auto;
    width: 500px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.mainloginBox fieldset{
    border: none;
}

.mainloginBox .control-group input[type="text"],
.mainloginBox .control-group input[type="password"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    outline: none;
    box-sizing: border-box;
}


.mainloginBox fieldset .control-group:last-of-type{
        margin: 10px 0;
}


.mainloginBox fieldset .control-group:last-of-type button{
           width: 100%;
    background: green;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}


.loginSubHref{
    padding: 20px;
}



.registrationRow{
            margin: 50px auto;
    width: 700px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}



.registrationRow fieldset{
    border:none;
}

.registrationRow legend{
    display:none;
}




.registrationRow  .controls input,
.registrationRow  .controls select{
        width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    outline: none;
    box-sizing: border-box;
}


.registrationRow .control-group{
        margin-bottom: 10px;
}


.field-calendar .input-append{
    position: relative;
}

#jform_brth_btn{
    position: absolute;
    right: 12px;
    top: 17px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background:url(../images/calendar.png) no-repeat 0px 0px;
    background-size:25px auto;
        border: none;
}





.regBtnBox button{
           width: 100%;
    background: green;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}


.regBtnBox {
        padding: 15px;
}

span.optional{
    font-size: 12px;
    display:none;
}





#system-message h4,
a.close{
    display:none;
}

#system-message > div,
.alert-danger{
    width: 100%;
    text-align: center;
    background: #324458;
    color: #fff!important;
    font-size: 20px;
    border: none;
    border-radius: 0;
    padding: 10px;
    background-color: #324458!important;
    border-color: #324458!important;
    box-sizing: border-box;
    margin: 15px 0;
}


.breadcrumbBox{
    width: 100%;
    display: inline-block;
}


.breadcrumbBox ul{
    width: 100%;
    display: inline-flex;
}

.breadcrumbBox ul li a{
    color:#fff;
}

.breadcrumbBox ul li{
    color: #fff;
}

.breadcrumbBox ul li.active span{
    color:#fff;
}

.categoryBlock{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}




.menuBox li.parent ul{
        opacity: 0;
    visibility:hidden;
}


.p-contact.main {
  padding-bottom: 0;
      margin: 50px 0;
}

.contact-us .contact-info div[class^="col-"] {
  margin-bottom: 30px;
}

.contact-us .contact-info .content {
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 4rem 0.5rem;
}

.contact-us .contact-info .content .icon-container {
  width: 9rem;
  height: 9rem;
  background: #f9fafb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 2.5rem;
  line-height: 9rem;
}

.contact-us .contact-info .content .icon-container i {
  font-size: 4rem;
  line-height: 9rem;
  display: block;
	    color: #324458;
}

.contact-us .contact-info .content h3 {
  margin-bottom: .6rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
      font-size: 17px;
    color: #324458;
    font-weight: normal;
}

.form-control:focus{
    border-color: #324458;
    box-shadow:none!important;
}

.contact-page-form .footer_title{
        text-align: center;
    margin: 20px 0;
}
.location-map {
  padding-bottom: 0;
}

.location-map .map-tab-wrapper {
  padding-top: 5rem;
}

.location-map .map-tab-wrapper .tab-container.type-1 {
  position: relative;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs {
  max-width: 620px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link {
  padding: 2rem 1.5rem 1.2rem;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link i::before {
  color: #888888;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link span {
  font-weight: 400;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link:hover i::before {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link:hover span {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link.active i::before {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link.active span {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .tab-content {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}



.grad-icon::before {
    background: -webkit-linear-gradient(to right, #5c81fa, #39a8fe);
    background: -webkit-gradient(linear, left top, right top, from(#5c81fa), to(#39a8fe));
    background: -webkit-linear-gradient(left, #5c81fa, #39a8fe);
    background: -o-linear-gradient(left, #5c81fa, #39a8fe);
    background: linear-gradient(to right, #5c81fa, #39a8fe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}


.icon-Phone:before {
    content: "\ea1d";
}


.contact-info .gradient_text{
	font-size:16px;
}


.contact-info p{
        font-size: 14px;
}


.primary-btn {
    font-size: 1.7rem;
    line-height: 4rem;
    color: #ffffff;
    font-weight: 400;
    background: #324458;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 0 3rem;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
	    outline: none;
    cursor: pointer;
}

.contact-form  button.primary-btn{
	float:right;
}


a:hover{
    color:#000;
    text-decoration:none;
}







.contact-form{
    margin-bottom:100px;
}

.contactBtn{
        width: 100%;
    text-align: right;
}

.contactBtn button{
        background: none;
    border: none;
    cursor:pointer;
    color:#324458;
        position: relative;
    transition: all .45s ease-Out;
    padding: 5px 50px;
}

.contactBtn:hover button {
    color: #fff!important;
}







.customContactFrm  .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 0px solid #000000;
            border-radius: 0px;
        }
 .customContactFrm        .control:hover input ~ .control_indicator,
.customContactFrm         .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
 .customContactFrm        .control input:checked ~ .control_indicator {
            background: #5ca038;
        }
.customContactFrm         .control:hover input:not([disabled]):checked ~ .control_indicator,
.customContactFrm         .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
.customContactFrm         .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
.customContactFrm         .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
 .customContactFrm        .control input:checked ~ .control_indicator:after {
            display: block;
        }
.customContactFrm         .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
 .customContactFrm        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
.customContactFrm         .control-checkbox .control_indicator::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            margin-left: -1.3rem;
            margin-top: -1.3rem;
            background: #5ca038;
            border-radius: 3rem;
            opacity: 0.6;
            z-index: 99999;
            transform: scale(0);
        }
 


.customContactFrm    .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }



.customContactFrm    .control {

            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
            font-size: 16px;
        }






.animbutton {
    display: inline-flex;
    margin: 20px 20px 20px 20px;
    color: #324458;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
        border-radius: 10px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
        position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 3px solid #324458;
}



.animcircle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #324458;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}



.animbutton:hover .animcircle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}



.animbutton a {
    position: relative;
    transition: all .45s ease-Out;
    padding: 5px 40px;
}







.newslock{
    width: 100%;
    display: inline-block;
    background: #f4f5fc;
}

.newsUl{
        width: 100%;
    padding: 50px 0px 20px 0px;
}

.newsUl li{
    width: 100%;
    display: inline-block;
}





.imgBlockNews img{
    width: 100%;
}







.imgBlockNews{
   overflow: hidden;
    position: relative;
}


.imgBlockNews img{
    transition: all 0.5s ease 0s;
}


.imgBlockNews:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}





.imgBlockNews:hover img{
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}



.imgBlockNews:hover:after{
    display: block;
}





.newsContent h2{
text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 1px;
    position:relative;
}

.newsContent h2:before{
content: "";
    width: 15%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 43%;
    bottom: 0;
            -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.newsContent:hover h2:before{
    background: #324458;
}

.newsContent p{
    text-align: center;
    padding: 0 25px;
        color: #999;
}


.newsUl li:nth-of-type(1) .imgBlockNews,
.blog .items-row:nth-of-type(2n+1) .imgBlockNews{
    float: left;
    width: 49%;
    overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}


.newsUl li:nth-of-type(2) .imgBlockNews,
.blog .items-row:nth-of-type(2n) .imgBlockNews{
    float: right;
    width: 50%;
    overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}




.newsUl li:nth-of-type(1) .newsContent,
.blog .items-row:nth-of-type(2n+1) .newsContent{
    width: 50%;
    float: right;
    background: #fff;
    padding: 87px 15px;
    box-sizing: border-box;
      overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}



.newsUl li:nth-of-type(2) .newsContent,
.blog .items-row:nth-of-type(2n) .newsContent{
    width: 49%;
    float: left;
    background: #fff;
    padding: 87px 15px;
    box-sizing: border-box;
      overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}


.blog{
        width: 100%;
    display: inline-block;
    margin:50px 0;
}


.subscribeBox{
        width: 100%;
    background: #324458;
    height: 115px;
    padding: 30px 0;
    box-sizing: border-box;
}


.stDes{
        float: left;
    color: #fff;
    font-size: 26px;
    padding: 19px 0;
}


.sbForm{
        float: right;
    width: 590px;
}


.sbForm form{
        padding: 20px 0;
}


.sbForm form .fmInput:nth-of-type(1){
    float: left;
    width: 62%;
    margin-right: 15px;
}


.sbForm form .fmInput:nth-of-type(1) input{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    box-sizing: border-box;
}

.sbForm form .fmInput:nth-of-type(2){
        float: right;
    width: 35%;
}

.sbForm form .fmInput:nth-of-type(2) input{
    background: #444;
    border: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}








.page_110  .page-header h2{
        text-align: center;
    font-size: 27px;
    padding: 0;
}



.page_110  .item-image{
        max-width: 500px;
    padding: 0px 10px 10px 0px;
}

.page_110  .item-image img{
        width: 100%;
}


.item-page{
    padding:30px 0;
}


.subscribe_drop_wrap{
        width: 100%;
    display: inline-flex;
}

.subscribe_drop{
        width: 32%;
    float: left;
    margin-right: 16px;
}


.subscribe_drop select{
        width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}



.loadSubscribeParams{
        padding: 20px 0;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    box-sizing: border-box;
}

.loadSubscribeParams .searchItemRow{
        width: 31%;
    float: left;
	height:100px;
}

.searchItemRow label{
        width: 100%;
    display: inline-block;
}





.searchItemRow{
        width: 23%;
    float: left;
    margin: 5px 9px;
}



.searchItemRow label,
.sbsEventBx label{
        width: 100%;
    display: inline-block;
}


.searchItemRow input{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
    margin-top: 14px;
}

.searchItemRow select{
        width: 100%;
    padding: 5px;
    box-sizing: border-box;
    outline:none;
    border: 1px solid #ccc;
    margin-top: 20px;
}


.searchItemRow .ui-slider{
    width: 90%;
    margin: 0 auto;
}


.rangeRowinp {
height: 12px;
    display: block;
    margin-bottom: -5px;
    outline: none;
    padding: 0!important;
    background: none;
    border: none!important;
    text-align: center;
}


.sbsEventBx{
        width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
}


.searchItemRowDat{
        width: 40%;
    margin:0 auto;
}

.searchItemRowDat input{
        width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}


#subscribeNow{
    float: none;
    width: 100%;
    display: block;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    background: green;
    color: #fff;
    padding: 7px 30px;
    border: none;
    outline: none;
    
}



li.item-120{
	display:none!important;
}

li.parent:hover > ul{
	    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	opacity: 1;
    visibility: visible;
}



li.parent>ul{
	position:absolute;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 0.2s ease,visibility 0.2s ease,-webkit-transform 0.2s ease;
    -moz-transition: opacity 0.2s ease,visibility 0.2s ease,-moz-transform 0.2s ease;
    -o-transition: opacity 0.2s ease,visibility 0.2s ease,-o-transform 0.2s ease;
    transition: opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;
	    display: inline-block;
    width: auto;
    top: 30px;
    left: -1px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    min-width: 200px;
    border-radius: 3px;
    box-shadow: 0 6px 20px -2px rgb(0 0 0 / 20%);
    -webkit-transition: opacity 0.2s ease,visibility 0.2s ease;
    -moz-transition: opacity 0.2s ease,visibility 0.2s ease;
    -o-transition: opacity 0.2s ease,visibility 0.2s ease;
    transition: opacity 0.2s ease,visibility 0.2s ease;
    text-align: left;	
	
	
	
}


li.parent{
	    position: relative;
}


li.parent > ul li a {
    box-sizing: border-box;
    text-transform: none;
    padding: 12px 12px;
    font-weight: 400;
	width:100%;
	display:block;
}




.mainBg{
	position:relative;
}

.mainBg .fixwidth{
	    position: relative;
    z-index: 9;
}

.mainBg:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	    background: -webkit-linear-gradient(top, transparent, #383337);
    background: linear-gradient(to bottom, transparent, #383337);
}








.categoryBlock ul li{
	    -webkit-transition: z-index 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease;
    -moz-transition: z-index 0.3s ease,box-shadow 0.3s ease,-moz-transform 0.3s ease;
    -o-transition: z-index 0.3s ease,box-shadow 0.3s ease,-o-transform 0.3s ease;
    transition: z-index 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.categoryBlock ul li:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 20px 40px -20px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
	background: #f9f9f6;
}

.categoryBlock ul li:hover strong,
.categoryBlock ul li:hover p{
	    color: rgb(169, 155, 102);
}

.searchBoxWrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin: 1px 5px 0 0;
    border-radius: 2px;
    height: 73px;
}








.lastadd .card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d8dde6;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgb(234 238 249 / 50%);
}





.lastadd .power-ribbon {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.lastadd .item-card2-img {
    position: relative;
    overflow: hidden;
	max-height:280px;
}


.lastadd .item-card2-img:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(25, 36, 79, 0.1);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.lastadd .item-card2-img a.link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.lastadd .item-card2-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.lastadd .owl-carousel .owl-item img {
    display: block;
}


.lastadd .cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
}


.lastadd .item-tag-overlaytext {
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 98;
}

.lastadd .item-tag-overlaytext span {
    margin: 2px;
    padding: 3px 8px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 12px;
}

.lastadd .text-white {
    color: #fff !important;
}


.lastadd .item-card2-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
}


.lastadd .item-card2-icons a {
    width: 2rem !important;
    display: inline-block;
    height: 2rem !important;
    text-align: center;
    border-radius: 100px !important;
    line-height: 2rem;
    color: #fff;
}



.lastadd .item-card2-img a i {
    margin: 0 auto;
    top: 35%;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    position: absolute;
}

.lastadd .item-card2-icons a i {
    position: inherit !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.lastadd .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    position: relative;
    height: 100%;
}




.lastadd .card-footer {
    background: 0 0;
    border-top: 1px solid #d8dde6;
    color: #5f6877;
    padding: 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.03);
}





.lastadd .owl-carousel:hover .owl-nav button,
.lastadd .owl-nav button {
    color: #ccc !important;
}



.lastadd .owl-carousel .owl-nav button.owl-prev,
.lastadd .owl-carousel .owl-nav button.owl-next,
.lastadd .owl-carousel button.owl-dot {
    background: rgb(105, 99, 255, 0.3);
    opacity: 7;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}


.lastadd .owl-carousel:hover .owl-nav button {
    background: white !important;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    animation: sonarEffect 1.3s ease-out 75ms;
}


.lastadd .owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.lastadd .owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.owl-nav {
    display: block!important;
}


.lastadd .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
	outline:none;
}



.lastadd .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -1.65em;
	outline:none;
}





.owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #d8dde6 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgb(67 67 67 / 15%);
}

.wishlist {
    background: #080e1b !important;
}

.wishlist.active {
    background: #e62a72 !important;
}

.power-ribbon-top-left span {
right: 4px;
    top: -5px;
    transform: rotate(
-45deg
);
}




.power-ribbon span {
    position: absolute;
    display: block;
    width: 82px;
    padding: 8px 0;
    color: #fff;
    font: 500 16px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: capitalize;
    text-align: center;
}

.wsHome {
background:#7C6C3E!important;
	border:none!important;
	color:#fff!important;
}





.auction-item-2 {
    padding: 10px 10px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 9px 12px 0px rgb(22 26 57 / 36%);
    margin: 0 auto 30px;
}

.auction-item-2 .auction-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6ff;
    justify-content: center;
    align-items: center;
	max-height:250px;
	height:210px;
}

.amount,
.bids-area span{
	font-family:'Arial';
}



.auction-item-2 .auction-thumb img {
    width: 100%;
}


.auction-item-2 .auction-thumb .rating {
    color: #ff7800;
    position: absolute;
    top: 20px;
    right: 20px;
}
.rating i {
    color: #ff7800;
}



.auction-item-2 .auction-thumb .bid {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: -moz-linear-gradient(90deg, #7c6c3e 0%, #7c6c3e 100%);
    background: -ms-linear-gradient(90deg, #7c6c3e 0%, #7c6c3e 100%);
    background: -webkit-linear-gradient(
90deg
, #7c6c3e 0%, #7c6c3e 100%);
    box-shadow: -1.04px 4.891px 20px 0px rgb(124 108 62 / 50%);
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 13%);
}


.auction-item-2 .auction-content .title {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
    padding: 16px 0;
	height:90px;
}


.auction-item-2 .auction-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.bid-area,
.auction-item-2 .auction-content .bid-area .bid-amount{
    display: flex;
    flex-wrap: wrap;
}

.auction-item-2 .auction-content .bid-area .bid-amount {
    padding: 12px 1px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
    width: 50%;
    justify-content: center;
    position: relative;
}


.auction-item-2 .auction-content .bid-area .bid-amount::before {
    width: 1px;
    right: 0;
    bottom: 15px;
    top: 15px;
    background: #bfbee8;
}
.auction-item-2 .auction-content .bid-area .bid-amount::before, .auction-item-4 .auction-content .bid-area .bid-amount::before, .filter li span::before, .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before, .upcoming-badge, .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before, .auction-item-8 .auction-content .bid-area .bid-amount::before, .team-item .team-inner::before, .or::before, .video-button span, .video-button span::after, .video-button span::before {
    position: absolute;
    content: '';
}



.auction-item-2 .auction-content .bid-area .bid-amount .icon {
    max-width: 30px;
}



.auction-item-2 .auction-content .bid-area .bid-amount .icon i {
    line-height: 1;
    font-size: 36px;
    color: #324458;
}


.auction-item-2 .auction-content .bid-area .bid-amount .amount-content {
    padding-left: 15px;
    max-width: calc(100% - 30px);
}


.auction-item-2 .auction-content .bid-area .bid-amount .amount-content .current {
    font-size: 13px;
    color: #324458;
    line-height: 20px;
    margin-bottom: 5px;
}


.auction-item-2 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 17px;
    line-height: 20px;
    color: #171d1c;
}


.auction-item-2 .auction-content .bid-area .bid-amount {
    padding: 12px 0px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
    width: 50%;
    justify-content: center;
    position: relative;
}


.auction-item-2 .auction-content .bid-area .bid-amount .icon {
    max-width: 30px;
}

.auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even) .icon i, .auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even) .amount-content .current {
    color: #324458;
}


.auction-item-2 .auction-content .countdown-area {
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    display: inline-flex;
}

.auction-item-2 .auction-content .countdown-area .countdown {
    margin-top: 5px;
    text-shadow: 0px 5px 3px rgb(50 68 88 / 20%);
    background: -webkit-linear-gradient(#324458, #324458);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.auction-item-2 .auction-content .countdown-area .total-bids {
    margin-top: 5px;
    color: #324458;
    padding-left: 15px;
    text-shadow: 0px 6px 7px rgb(0 0 0 / 19%);
    border-left: 1px solid #d0cff0;
    line-height: 20px;
}


.auction-item-2 .auction-content .countdown-area .total-bids {
    padding-left: 35px;
}



.custom-button {
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px 10px;
    font-size: 18px;
    background: -moz-linear-gradient(90deg, #7c6c3e 0%, #7c6c3e 100%);
    background: -ms-linear-gradient(90deg, #7c6c3e 0%, #7c6c3e 100%);
    background: -webkit-linear-gradient(
90deg
, #7c6c3e 0%, #7c6c3e 100%);
    box-shadow: -1.04px 4.891px 20px 0px rgb(124 108 62 / 50%);
    font-family: "GHEAMariamReg", sans-serif;
}



.auction-item-2 .auction-content .custom-button {
    width: 100%;
    max-width: 230px;
    text-align: center;
}


.auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even)::before {
    display: none;
}


.auction-item-2 .auction-content .bid-area .bid-amount::before {
    width: 1px;
    right: 0;
    bottom: 15px;
    top: 15px;
    background: #bfbee8;
}


.bidButton{
	width: 100%;
    display: inline-block;
    margin-top: 20px;
}




.lotPreviewItem img,
.auction-thumb img{
    width:100%;
        -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



.auction-item-2 .auction-content .custom-button{
	box-shadow:none;
}



.lotPreviewItem:hover img,
.auction-thumb:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
}


.animbutton a {
    background: none;
    border: none;
    cursor: pointer;
    color: #324458;
    position: relative;
    transition: all .45s ease-Out;
    padding: 5px 50px;
}

.animbutton a:hover  {
    color: #fff!important;
}



.searchItemRow label{
	position:relative;
}

.searchItemRow label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    right: 0;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.searchItemRow label:after{
    background: #ccc;
}


.rangeBox .ui-slider-handle {
    outline: 0;
    background: green!important;
    border-radius: 50%;
    top: -.6em!important;
    border: none!important;
    cursor: pointer!important;
}

.rangeBox .ui-slider-horizontal {
    top: 1em;
    left: 0;
    height: .1em;
    width: 90%;
    border: none;
    background: #ccc;
}


.categoryFilt .searchItemRow select{
    margin-top: 20px;
}



#viewFavorite{
	color:#fff;
	cursor:pointer;
	font-size:12px;
}

#viewFavorite i{
	    padding: 0px 5px 0px 0px;
}

.logLogin .register i,
.logLogin .login i{
	color:#fff; 
	padding: 0px 5px 0px 0px;
}

.login .fa-sign-in-alt{
	    font-size: 20px;
    margin-top: 3px;
}


.favBoxPage{
    min-height: 500px;
    width: 870px;
    margin: 40px auto;
}

.favBoxPage .addFavorite{
	z-index:99;
}
.favBoxPage .addFavorite i{
	color:red;
	font-weight:bold;
}
.emptyH2{
	text-align: center;
    font-size: 25px;
    color: #999;
    padding: 100px 0;
}


.auction-item-2{
	position:relative;
}


.addFavorite{
	position: absolute;
    top: 25px;
    right: 25px;
}

.addFavorite i{
	    cursor: pointer;
    color: #324458;
    font-size: 20px;
}


.addFavorite.active i{
    color: green;
}



.favBoxPage > h1{
	text-align: center;
    font-size: 25px;
    padding: 20px 0px 10px 0px;
}


.mediaRoom{
position:relative;	
}




.fx-h-tyb .fx-logo {
    margin-bottom: 24px;
	    text-align: center;
}

.fx-h1, h2, .fx-h2, h3, .fx-h3, h4, .fx-h4, h5, .fx-h5, h6, .fx-h6 {
    color: #171819;
}



.fx-hs-dark .fx-ml-d {
    display: inline-block;
}

.fx-ml img {
    max-width: 100%;
    height: auto;
}



.fx-site-description {
    font-size: 15px;
    margin-top: 4px;
	text-align: center;
	 
}


.fx-site-title{
	text-align: center;
}

.site-header{
    text-align: center;
    color: #696E73;
    text-transform: uppercase;
}

.fx-logo{
	    padding: 10px 0px 0px 0px;
}


.scrolToTop{
	position: fixed;
    right: 10px;
    bottom: 25px;
	z-index:9999;
}



.scrolToTop img{
	    width: 40px;
}


.socialShareRow{
	    position: absolute;
    right: 20px;
    top: 10px;
}


.socialShareRow a {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.4em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}







.contact-info .col-md-4,
.contact-info .col-md-3{
	    -webkit-transition: z-index 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease;
    -moz-transition: z-index 0.3s ease,box-shadow 0.3s ease,-moz-transform 0.3s ease;
    -o-transition: z-index 0.3s ease,box-shadow 0.3s ease,-o-transform 0.3s ease;
    transition: z-index 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	margin:0 5px;
	    border: 1px solid #ccc;
	width: 24%!important;
    flex: 24%;
}



.contact-info .col-md-4:hover,
.contact-info .col-md-3:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 20px 40px -20px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
	background: #f9f9f6;
}

.contact-info .col-md-4:hover h3,
.contact-info .col-md-4:hover p,
.contact-info .col-md-3:hover h3,
.contact-info .col-md-3:hover p{
	    color: rgb(169, 155, 102);
}


.contact-info h3{
	text-transform: inherit;
}

.lots_box .headerBox h3{
	
    padding: 20px 0;
}

.bidItem span,
.bidItem strong{
	float:left;
}
.custom_tooltip{
	    margin-left: 10px;
}


.faqContent{
	display:none;
	    padding: 25px;
}

.faqBoxItem{
	    padding: 12px 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%), 0 4px 6px rgb(0 0 0 / 8%);
    -webkit-transition: box-shadow 0.2s ease,padding 0.2s ease;
    -moz-transition: box-shadow 0.2s ease,padding 0.2s ease;
    transition: box-shadow 0.2s ease,padding 0.2s ease;
	margin-bottom: 15px;
}


 .faqBoxItem > h3 {
    padding-left: 10px;
	 position: relative;
    opacity: 1;
    color: #696E73;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 700;
    font-size: 13px;
	 cursor:pointer;
	 margin: 0;
	 text-transform: inherit;
}

.faqBoxItem > h3 i{
	margin-right:10px;
}



.aboutContent{
	min-height:500px;
}



.menubs{
	display:none;
}


.pseudoData{
	text-align: center;
}

.pseudoData a{
	    color: #324458;
    font-size: 26px;
    text-transform: uppercase;
    margin: 35px 0;
    text-decoration: underline;
    display: block;
}

.footer_social ul{
	display: inline-flex;
}

.footer_social ul li a{
	    position: relative;
    display: block;
}


.zoom-social-icons-list--round .socicon, .zoom-social-icons-list--round .genericon, .zoom-social-icons-list--round .academicons, .zoom-social-icons-list--round .dashicons, .zoom-social-icons-list--round .fa {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}


.screen-reader-text{
    position: absolute;
    color: #fff;
    font-size: 21px;
}


.footer_slider{
	    width: 100%;
    display: inline-block;
	height:230px;
}

.footer_social{
	    width: 100%;
    display: inline-block;
    text-align: center;
}

.zoom-social_icons-list-span{
	padding: 20px!important;
    display: block;
}

.footer_social ul li{
	    margin: 0 10px;
}

.fbI{
	left: 13px;
    top: 4px;
}


.ytI{
	left: 8px;
    top: 4px;
}


.telI{
	    left: 9px;
    top: 4px;
}



.footer_address{
	    text-align: center;
}



.footerOwl img{
	width:200px;
}



.footer_slider_inner{
    width: 1000px;
    margin: 55px auto;
}





.footerOwl  .owl-nav .owl-prev{
    position: absolute;
    top: 55%;
    left: -40px;
    right: -1.5em;
    margin-top: -1.65em;
    outline: none;
}




.footerOwl  .owl-nav .owl-next{
    position: absolute;
    top: 55%;
    right: -23px;
    margin-top: -1.65em;
    outline: none;
}



.owl-prev span,.owl-next span{
	    position: relative;
    top: -2px;
}


.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}.hotline-phone-ring-circle{width:87px;height:87px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}.hotline-phone-ring-circle-fill{width:57px;height:57px;top:25px;left:25px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.hotline-phone-ring-img-circle{background-color:#e60808;width:33px;height:33px;top:37px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}.hotline-bar{position:absolute;background:rgba(230,8,8,.75);height:40px;width:200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all 0.8s;-webkit-transition:all 0.8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px!important;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:50px;display:block;letter-spacing:1px;line-height:40px;font-family:Arial}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}

.hotline-phone-ring-circle {
				border-color: #7c6c3e;
			}
.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
	background-color: #7c6c3e;
}

.hotline-bar {
	background: rgb( 124, 108, 62, .7 );
}


.mainOwl  .owl-item img{
	    width: 100%;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 999999;
	
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.cd-popup-close,
.is_true,
.is_false{
	cursor:pointer;
}

.mod-languages {
	float: left;
}

.currencyRow{
    width: 22%;
    display: inline-block;
    position: relative;
    top: 4px;
}


.currencyRow li {
    float: left;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
}

.currencyRow li strong{
	color: rgb(169, 155, 102);
}

.currencyRow li span{
	color: rgb(169, 155, 102);
}


.currencyRow li:before {
content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 5px;
}




.currencyRow li:last-of-type:before{
	display:none;
}

.externalLink i{
	padding: 0px 0px 0px 10px;
    color: #716544;
}

.expertBox{
	margin: 10px 28px;
}


.login .logoutLink{
  position: relative;
    top: -2px;	
}



.reset,
.reset-confirm{
    width: 50%;
    margin: 100px auto;
}

.reset .btn-primary,
.reset-confirm  .btn-primary{
    margin-top:20px;
}


.contactPhone{
	    color: #fff;
    font-size: 15px;
    padding: 3px 75px 0px 0px;
}




.page_130 .item-page ol{
	padding: 14px!important;
}


.page_130 .item-page{
	text-align: justify;
}


