body {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
}
body a, body a:hover {
	color: black;           /* Original Link black*/
}
.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.form-search {
	color:black;
	background: #666;
	border:1px solid #2f2f2f;
}
.icon-white, .icon-white a {
  color: #fff;                             /* Icons Color Original #fff */
}
ul.list-clone-categories {
	list-style: none;
	margin:0;
	padding: 25px 0 0 0;
}
.list-clone-categories li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding: 0;
	float:left;
	width: 180px;
	font-size: 12px;
}
.list-clone-categories a {
	color: white;
}
.well-black {
	padding:20px;
	border-radius: 16px;
	background:  #3A3E41;         /* Original #222222 i onda #3A3E41 ili #5B0000 */      
}
.well-black a:hover{
	color: white;
}
.navbar-inverse .navbar-brand {
	color:#ffffff;                     /* Logo Farbe Original #ffffff */
}
.list-clone-categories-white a {
	color: black;
}
.listings-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listings-ul li { 
	clear:both;
	list-style: none;
	width: 100%;
	border-bottom: 1px dotted #666666;
	padding: 20px 0 0 0;
}
.listing-img {
	width: 70px;
	height: 70px;
	float: left;
}
.listing-img img {
	border: 1px solid #666666;        /* Original 4px and color #666666 */
	width: 70px;
	height: 70px;
}
.listing-title {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0;
	width: 80%;
}
.listing-title h2 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px 0;
}
.listing-title h2 a {
	color: #333333;
}
.listing-category {
	padding: 3px 0 3px 5px;
	margin: 0 0 10px 0;
	background: #e9e9e9;              /* Keyword Color Original #e9e9e9 */
	width: 100%;
	font-size: 11px;
}
.listing-category a {
	color: #222222;
}
.listing-description {
	font-size: 12px;
	text-align: justify;
}
.big-screenshot {
	text-align: center;
}
.big-screenshot img {
	border: 1px solid #666666;          /* Original 2px */
	padding: 10px;
}
.btn-black, .btn-black:hover {
	background: black;	
	color: white;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.sidebar-list {
	list-style-type: none;
	margin:0;
	padding:0;
}
.sidebar-list li {
	list-style: none;
	padding: 5px;
}
.sidebar-list .listing-category {
	width: 140px;
	float:left;
}
.sidebar-list .listing-img {
	margin-right: 10px;
}
.sidebar-list .listing-img img {
	border: 2px solid #666666;
}
.featured-listing {
	background: #fffde0;
}



/* Footer Begin */

/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}





/* Footer End */




