/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/


.ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -35px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
	 border-top: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
 
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}






.list-title{text-align: center;}
#listprice h2{color: #fff;}

.expgall_middle_mid ul li{
    list-style:none;
    list-style-type:none;
}
#expautospro #footer-content hr{
	border-bottom: 4px solid #c5c5c5 !important;
}


#listads .listimage{
	position: relative;
    height: 234px;
	overflow: hidden;
	padding: 3px;
	display:flex;
align-items:center;
justify-content:center;
}
.listimage .photo{
	border: 1px solid #000;
}

#expautospro img{    
	    width: 320px;
    height: auto;
}
#listads{
    margin: 2rem 0 1rem 0rem !important;
    
	padding: 20px;
        box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
    border-radius: 4px;
	background-color: #fff;

}
/*mobile view */
@media (max-width: 767px){ 
	#listbuttons button, .btn.expshortlist{
		
		margin: 10px auto;
	}
	#listprice{
    	margin-top: 20px;
	}
	
}
.listtitle{
	text-align: center;
    font-size: 1.8rem;
    padding-bottom: 1rem;
}
.listtitle a{
	color: #999999;
}

.expautospro_clear{
    clear: both;
}

.expautospro_topmodule_double {
    margin:0 auto;

}

.expautospro_topmodule_pos{
   /* float: left;*/
    margin:0 auto;
}

.expautospro_botmodule{  
    margin:0 auto; 
}

.expautospro_botmodule_double{
    margin:0 auto;
    width:50%;    
}

#expautospro_view {
    margin:10px 0;
}

.expautos_displaynone {
    display: none;
}

/*********************** EXP DL DD DT ******************/

#expmember-profile ul li{
}

#expmember-profile fieldset {
    margin:10px 0 15px 0;
    padding:15px;
    border: solid 1px #ccc;
}

.expprofile-edit legend {
    font-weight:bold
}

.expprofile-edit form#expmember-profile fieldset dd
{ float:none; padding:5px 0}

.expprofile-edit form#expmember-profile fieldset dd input,
.expprofile-edit form#expmember-profile fieldset dd select
{width:17em}

.expprofile-edit form#expmember-profile fieldset dd input.expdisplacement ,
.expprofile-edit form#expmember-profile fieldset dd select.expdisplacement
{width:8em}

.expprofile-edit form#expmember-profile fieldset dt
{padding:5px 5px 5px 0; width:20em}

.expprofile-edit form#expmember-profile fieldset dd fieldset {
    margin:2px 0 2px 0;
    padding:0px;
    border: none;

}

.expprofile-edit form#expmember-profile fieldset dd fieldset input
{width:2em}

/********** Equipment Table (Add Page) *******************/
#expautospro table.expequiptable {
    border: none;
}

#expautospro table.expequiptable tr {
    border: none;
}

#expautospro table.expequiptable td {
    border: none;
}
#expautospro table.expequiptable td label{
    padding: 0 0 0 5px;
}

#expautospro .expcheckbox_left{
    vertical-align: middle; margin: 0px;
}



/*** Loading ***/
.expautosspinner-overlay-val::after {
    display: block;
    width: 40px;
    height: 40px;
    border: 10px solid rgba(2, 136, 209, 0.5);
    border-top: 10px solid #0288d1;
    border-radius: 50%;
    -webkit-animation-name: expautosspinner-anm;
    animation-name: expautosspinner-anm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes expautosspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes expautosspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.expautosspinner-overlay {
    position: relative;
}
.expautosspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.expautosspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}