/* universal thumbnail center */
.thumbnail {
    position: relative;
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
    border: 0px;
    border-radius: 0;
    margin: 0px;
    padding: 0px
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumbnail img.portrait {
    width: 100%;
    height: auto;
}
/* index vip */
.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper .wrapper-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(10, 49, 82, 0.5);
    margin: 0;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.wrapper2 .wrapper-text {
    
    width: 100%;
    text-align: center;
    background: rgba(10, 49, 82, 0.5);
    margin: 0;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
.wrapper2 h5 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: bold;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
.wrapper2 .thumbnail2 img {
    
    position: absolute;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    
}
.wrapper h5 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: bold;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
/* list */
@media (max-width: 480px) {
.col-xxs-12 {
  width: 100%!important;
}
.col-xxs-11 {
  width: 91.66666667%!important;
}
.col-xxs-10 {
  width: 83.33333333%!important;
}
.col-xxs-9 {
  width: 75%!important;
}
.col-xxs-8 {
  width: 66.66666667%!important;
}
.col-xxs-7 {
  width: 58.33333333%!important;
}
.col-xxs-6 {
  width: 50%!important;
}
.col-xxs-5 {
  width: 41.66666667%!important;
}
.col-xxs-4 {
  width: 33.33333333%!important;
}
.col-xxs-3 {
  width: 25%!important;
}
.col-xxs-2 {
  width: 16.66666667%!important;
}
.col-xxs-1 {
  width: 8.33333333% !important;
}
    .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
}


.list-row:hover .panel {
    -webkit-box-shadow: 1px 1px 8px 1px #cad1d9;
    box-shadow: 1px 1px 8px 1px #cad1d9;
}
.list-row .panel {
    margin-bottom: auto;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.list-info {
    position: relative;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-top-right-radius: .5rem;
    border-top-right-radius: .5rem;
    -webkit-border-bottom-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.list-row a:hover .list-info h4 {
    color: #ff6e14;
}

.list-info  div  p {
    margin: 0px !important;
    color: #1a1a1a;
}
.list-price {
    font-size: 16px;
    color: #ff6e14;
    font-weight: 600;
}
.pagination a {
    color: #ff0000 !important;
}
.pagination a:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}
.pagination a.current {
    background-color: #FF4144;
    color: #fff !important;
}
/* New / Edit ad */

#div_files > * {
	width:125px !important;    
	height: 125px !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#div_files  img {
	width:100% !important;    
	height: 100% !important;
	float: left;
	margin-right: 10px;
}
.uploadifive-button {
	
	background-image: url('../images/upload_new.png') !important;
	

	border:none !important;
	background-size: contain !important;
	border-radius: 0 !important;
	background-color:#FFFFFF !important;
}
.uploadifive-no-image{
	
	background-image: url('../images/upload_new2.png') !important;
	
	
font-size: 11px;
	
	background-size: contain !important;
	border-radius: 3px !important;
	background-color:#FFFFFF !important;
	border: #CAD1D9 dotted 2px;
    padding-top: 82px;
	text-align: center;
    font-weight: 700;
    color: #CAD1D9;

}
#queue {
	border: 1px solid #E5E5E5;
	height: 100px;
	overflow: auto;
	float:left;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	/*width: 300px;*/
}


/* Footer */
footer {
    margin-top: 20px;
    padding: 50px 0 0 0;
    background-color: #192e48;
    color: #fff;
}
ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
}
ul.link-list li.first {
    border-bottom: 1px solid #192e48;
}
footer ul.link-list li a {
    color: #fff;
    font-weight: 300
}
#sub-footer {
    background: #192e48;
    text-shadow: none;
    color: #ddd;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0 -4px 4px -2px #222;
    -moz-box-shadow: 0 -4px 4px -2px #222;
    box-shadow: 0 -4px 4px -2px #222
}
#sub-footer p {
    margin: 0;
    padding: 0
}
#sub-footer span {
    color: #c7c7c7
}
.copyright p {
    text-align: left;
    font-size: 13px
}
.credits {
    text-align: right;
    font-size: 13px
}
#sub-footer ul.social-network {
    float: right
}
.footer-affix {
    float:right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a8b4c0;
    width: 50px;
    height: 50px;
    
}
.affix {
    bottom: 40px;
    right:0px;
    z-index: 9999 !important;
}

/*description.php
@media (max-width: 480px) {}*/
    #lightbox lb-outerContainer {
        width: 100%;
        height:auto;
    }
    #lightbox lb-outerContainer lb-image{
         width: 100%;
        height:100%;
    
    }