/*@media (min-width: 1300px) {
  .container {
    max-width: 1300px; padding: 0;
  }
}*/

@media (min-width: 1200px) {
	.container {
		width: 1360px;
	}
}

.account-dropdown>ul>li>a {
	text-transform: none;
}

.page-title h1 {
	text-transform: none;
}

.height-600px {
	height: 400px;
}

.tabs {
	/*max-width: 640px;*/
	margin: 0 auto;
	/*padding: 0 20px;*/
}
#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li {
	display: table-cell;
	width: 20%;
}
#tab-button li a {
	display: block;
	padding: .5em;
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#tab-button li:not(:first-child) a {
	border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
	border-bottom-color: transparent;
	background: #fff;
}
.tab-contents {
	padding: .5em 2em 1em;
	border: 1px solid #ddd;
}

.tab-button-outer {
	display: none;
}
.tab-contents {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
	.tab-contents {
		position: relative;
		top: -1px;
		margin-top: 0;
	}
}

.listing-box-premium.featured {
	background-color: #00ad79;
}

.listing-box-premium.urgent {
	background-color: #FF0000;
}

.listing-box-premium.highlight {
	background-color: #F1B500;
}

.navi>ul>li>a {
	padding: 0 10px;
}

body {
	font-family: Roboto,sans-serif;
}

.opacity-30 {
	opacity: .5;
}

.background-wrapper .background-color.background-color-black {
	background-color: rgba(92,92,92,.8);
}

.user-html p {
	font-size: 16px;
}

.tags {
	font-size: 16px;
}

.header-section-4 .header-left, .header-section-default .header-left {
	width: 80%;
}

.header-section-4 .header-right, .header-section-default .header-right {
	width: 20%;
}

.account-dropdown {
	top: 41px !important;
}