/*
#08415c
#cc2936
#6b818c
#f1bf98
#eee5e9
*/
a {
	color:#004998;
}
colgroup col.success {
  background-color: #dff0d8;
}

colgroup col.error{
  background-color: #f2dede;
}

colgroup col.warning {
  background-color: #fcf8e3;
}

colgroup col.info {
  background-color: #d9edf7;
}

.header-color {
	background:#cc2936;
}
.header-color a {
	color:#08415c;
}

body {
	background:#fff;
	font-size:100%;
}

.skyline {
	width:100%;
	text-align: center;
}

.skyline img {
	max-width: 100%;
	margin: 0 auto;
}

footer {
	text-align: center;
	background:black;
}

footer .container {
	height:100px;
}

.theme-text-color {
	color:#08415c;
}
.theme-background-color {
	background: #cc2936
}

main {
	padding:0 5px;
}

.ui-autocomplete {z-index:10000;}

main .container {
	position: relative;
}

/* Navigation header */
.bgrd {
	height: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	display:flex;
	margin: 0;
	padding: 0;
	border: 0;
	align-items: center;
}

.ths-bar {
	padding: 3rem 1rem;
	transition: padding-top 1s,padding-bottom 1s;
	background-color: none;
}

.ths-bar .navbar-brand {
	font-size: 20px;
	transition: all 1000ms linear;
}

.ths-bar.nav-scrolled .navbar-brand {
	font-size: 14px;
	transition: all 1000ms linear;
}

.ths-bar {
	padding: .5rem 1rem;
	background-color: #333 !important;
}

.nav-title {
	color:#333;
}

.nav-location {
	font-size: 1.7;
}

.ths-bar .nav-item {
	color:#fff;
}
.nav-link span, .nav-link i {
	color:#fff;
}

.ths-bar:not(.nav-scrolled) div.navbar-collapse.show {
	border-radius: 6px;
}

.ths-bar.fixed-top.nav-scrolled {
	transition: padding-top 1s,padding-bottom 1s;
	padding: .5rem 1rem;
	background-color: #333 !important;
	transition: background-color 1000ms linear;

}



/* POST css */
.post-ad-error {
	background: rgba(255,0,0,0.2);
}
.post-ad-ok {
	background: rgba(0,255,0,0.2);
}
.post-ad-required {

}
.ui-helper-hidden-accessible {
	display:none;
}

/* User */
.nav-tabs {
	border-bottom:0;
}
.nav-tabs .nav-link {
	background-color: rgba(255,255,255,0.5);
	margin-right:2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #fff
}
.tab-content {
	background-color: #fff; 
	border-radius: 0 5px 0 0;
	min-height: 400px;
}

/* Ad line */
.ad_line {
	padding: 0;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:6px;
	position: relative;
}
a.ad_line {
	text-decoration: none;
	font-weight:bold
}

h2.list_ad_title {
	font-size: 16px;
}

.list_ad_url_img {
}
.available_now {
	display: none;
    position: absolute;
    top: 121px;
	color: #8b0000;
}
.list_ad_url_title {
}
.list_desc_box {
	width: 100%;
	font-size: 16px;
	padding-top: 3px;
	font-size: 13px;
}
.list_ect_active {
}
.list_head_active {
	float: left;
	padding-top:15px;
	padding-bottom:15px;
}
.list_img_box {
	overflow:hidden;
	padding:0;
	max-width:250px;
	height:140px;
}
.list_img_rounded {
	float: none;
	max-width: 100%;
	max-height: 100%;
}
.list_price_span {
	color: #eb822f;
	display: inline-block;
	float: right;
}
.list_small_picture {
	text-align: center;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.list_text_box {
}

.alert_container{
	top: 65px;
	right: 25px;
	left: auto;
	width: 30%;
}
.user_r_buttons {
	padding-right: 0;
}
.user_r_buttons .btn {
	width:100%;
}
.narrow_buttons {
	text-align:right;
	display:none;
	height:0;
}

.csa-style {
	overflow: hidden;
	background: #fffdc9;
	padding:0 15px 0 15px;
	width:100%;
}

@media (max-width: 767.98px) {
	.nav-title {
		font-size: 2rem;
	}
	.nav-location {
		font-size: 1.5rem;
	}
	.list_ad_url_img img {
		max-height: 100%!important;
		max-width: none!important;
	}
	main {
		margin-top:0;
	}
	.bgrd {
		width:100%;
		height:80px;
		overflow:hidden;
	}

	.list_ect_active a {
		font-size: 0.7rem;
	}
	.alert_container {
		width:50%;
	}
	.user_r_buttons {
		display:none;
	}
	.narrow_buttons {
		display:block;
		height:auto;
		margin-top:-6px;
		margin-bottom:10px;
	}
	.narrow_buttons_border {
		padding:5px;
		border:1px solid;
		border-top:0;
		border-radius: 0 0 5px 5px;
	}
}

@media (max-width: 575.98px) {
	main {
		margin-top:0;
	}
	.bgrd {
		height:80px;
		background-position: 0;
	}
	.ad_line {
		height:auto;
		width: 320px;
		padding:5px;
		margin-bottom: 32px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center!important;
	}
	.list_img_box {
		width:250px;
		height:150px!important;
		background-size: auto;
		margin-top: -15px;
		margin-bottom: 6px;
	}
	.available_now { 
		display: block;
	}
	.list_head_active {
		padding:5px;
	}
	.list_desc_box {
		text-align: justify;
	}
	h2.list_ad_title {
		text-align: center;
	}
	.nav-title {
		font-size: 1.5rem;
	}
	.nav-location {
		font-size: 1.2rem;
	}
	.alert_container {
		bottom:20px;
		top:auto;
		width:90%;
	}
}