/* ---------------- */
/* columns clearing */
/* ---------------- */

/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
	clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
	/* reset previous grid */
	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for small columns */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
	/* reset previous grid */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for medium columns */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
	/* reset previous grid */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for large columns */
	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

.multi-columns-row .col-xs-6 {
	margin-bottom: 0; /*10px;*/
}

/* ------------ */
/* new iminiads */
/* ------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 400;
  color: #000;
}
h2 {
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 { /* ad title in the ad list */
  font-size: 16px;
  line-height: 20px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
}
h5 {
  font-size: 15px;
  line-height: 20px;
  margin-top: 7px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 {
  padding: 0;
  margin: 0;
}
h1 small {
  font-size: 16px;
}
h1.title {
  font-size: 24px;
}
a {
  font-size: 90%;
}
a.underline {
  text-decoration: underline;
}
a.link-info {
  color: #65A020;
}
a.link-info:hover {
  color: #333333;
}

h4 a {
	text-align: left;
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.drop-down-list li a {
	padding: 10px;
}

.navbar {
	padding-top: 10px;
}

.tag-line {
	text-transform: uppercase;
	color: #EA4135;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-weight: 100;
	text-transform: none;
	font-family: "Pacifico", Monaco, Consolas, monospace;
	margin-left: 10px;
}

.country-header {
	float: right;
	color: #000;
	margin-left: 15px;
	padding-top: 9px;
	font-weight: bold;
	font-size: 120%;
}
.logo-image {
	margin-left: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo-image {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 479px) {
	.logo-image {
		margin-left: 10px;
	}
}

.country-city-list {
	padding: 0 15px;
}

.breadcrumb {
	/*padding-left: 10px;*/
	font-size: 90%;
}

.breadcrumb a {
	font-size: 100%;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #007fff;
  background-color: #fff;
  border: 1px solid #007fff;
  cursor: default;
}

.thumbnail-iminiads img {
	padding: 2px;
	border: 1px solid #ddd;
	border-radius: 2px;
	max-width: 50px; /*97px; /*45px;*/
	/*max-height: 35px;*/
}

@media only screen and (max-width: 767px) {
	.listings .listing-row:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 480px) {
	.thumbnail-iminiads img {
		max-width: 70px; /*97px; /*45px;*/
	}
}

.home-tron-search {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* file upload */

.btn-select-file {
    position: relative;
    overflow: hidden;
}
.btn-select-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.directory h2:before {
  border-top: 2px solid #dfdfdf;
}
.directory h2 span {
  background: #ffffff;
}
.directory i {
  color: #79A618;
}

/* navbar */

.navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ddd; /* make '|' almost invisible */
}
.navbar label {
  color: #e6e6e6;
}
.navbar .nav > li > a {
  text-shadow: 0 0 0 #222222;
  color: #666F72;
}
.navbar .nav > li > a:hover {
  color: #333333;
}
.navbar .nav > li > a.first {
  border-left: 0px;
}
.navbar .dropdown-menu::before,
.navbar .dropdown-menu::after {
  display: none;
}
.navbar .navbar-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid;
  min-height: 25px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar .divider-vertical {
  background-color: inherit;
  border-right: 0px solid #222222;
}
.navbar .navbar-text {
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #fff;
}
.navbar .navbar-search .search-query {
  margin-bottom: 3px;
  border: 1px solid #d9d9d9;
}
.navbar .nav-collapse.in > .nav li > a {
  color: #222222;
  border-left: 0px solid #79a618;
  border-right: 0px solid #79a618;
}
.navbar .nav-collapse.in > .nav li > a:hover {
  background-color: #333333;
}
.navbar .nav-collapse.in .navbar-form,
.navbar .nav-collapse.in .navbar-search {
  border-top: 0px solid #79a618;
  border-bottom: 0px solid #79a618;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* button group for search jumbotron */

.btn-group .btn {
  background: none;
  border: none;
  -webkit-box-shadow: inset 0 0px 0 #ffffff;
  box-shadow: inset 0 0px 0 #ffffff;
}
.btn-group.open .btn.dropdown-toggle {
  background: none;
  border: none;
  -webkit-box-shadow: inset 0 0px 0 #ffffff;
  box-shadow: inset 0 0px 0 #ffffff;
}

/* form */

.input-ad-location {
	margin-top: 5px;
}

.panel-body {
	padding-bottom: 0;
}

.panel-body-side-menu {
    padding: 0;
}
