@media (max-width: 414px) {
	div#page .container div#content {
    	margin: 0px !important;
	}
	.items:not(.table) {
	/*
		margin: 0px !important;
	    grid-gap: 5px !important;
	    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px) !important;*/
		margin: 0px !important;
	    grid-gap: 10px !important;
	    grid-template-columns: 100% !important;
	}
	.item-page h1 {
		line-height: 1.8rem !important;
    	font-size: 1.4rem !important;
	}
	li.btnLocation {
		width: 100%;
		padding: 10px 0 0 0;
	}
	li.btnLocation a {
		margin: 0px !important;
	}
	#menuSpot #siteMenu {
		width: 280px !important;
	}
	#MapItems.showWindow.slideOpen, #MapItems.hideWindow.slideOpen {
		left: 280px !important;
	}
	#SearchInput.input-append input[class*="input"] {
		font-size: 1rem !important;
		width: calc(100% - 100px) !important;
	}
	#SearchInput.input-append .btn {
	    padding: 9px 9px !important;
	}
	.headerBoard .search {
	    width: calc(100% - 20px) !important;
	}
	.headerBoard .search h1, .headerBoard .search h2 {
		font-size: 1rem !important;
		line-height: 1.2rem !important;
	}
	.Frontpage h1 {
	    font-size: 1.5rem !important;
	    line-height: 2rem !important;
	}
	.Frontpage h2 {
	    font-size: 1rem !important;
	    line-height: 1.4rem !important;
	}
	.Section .section-text {
	    font-size: 0.9rem !important;
	}
	.image>span.price {
	    font-size: 1.15rem !important;
	}
}
@media (max-width: 1024px) {
	div#page .container div#content {
    	margin: 0px !important;
	}
	.item-page h1 {
		line-height: 1.8rem !important;
    	font-size: 1.4rem !important;
	}
}
@media (max-width: 979px) {
	body {
		margin: 0 !important;
		padding: 0 !important;
	}
	.navbar-fixed-top {
		margin-bottom: 0px !important;
	}
	.topnav.nav.nav-tabs li a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}
@media (max-width: 767px) {
	.headerBoard a.btn {
		margin: 2px;
	}
	.navbar-fixed-top {
		margin: 0 !important;
		position: fixed !important;
	}
	.navbar-inner {
		padding: 0 !important;
	}
	.headerBoard h1, .headerBoard h2 {
		font-size: 1.4rem !important;
		line-height: 2rem !important;
	}
	.Frontpage {
		height: 100% !important;
	    background-size: 270% !important;
	    background-position: top left -160px !important;
	    width: 100% !important;
	}
}
@media (max-width: 768px) {
	.items .item .image .center-cropped {
		border: 0px !important;
		margin: 0px !important;
	}
	.Frontpage h1 {
	    font-size: 1.6rem !important;
    	line-height: 2rem !important;
	}
}
@media screen and (min-width: 801px) and (max-width: 3200px) {
	.trending-category {
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 3200px) {
	#adsHeader {
		width: 300px !important;
	}
	.container {
    	width: 100% !important;
  	}
}
@media screen and (min-width: 1024px) and (max-width: 3200px) {
	.body-padding {
		margin-left: 150px!important;
		display: block;
	}
	.items .item .image {
		width: 100% !important;
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	.items:not(.table) {
		margin: 10px !important;
	    grid-gap: 10px !important;
	    grid-template-columns: calc(33.33% - 6.66px) calc(33.33% - 6.66px) calc(33.33% - 6.66px) !important;
	}
	.Frontpage {
	    background-position: top left -100px !important;
	}
}
@media (min-width: 1440px) {
	.container {
    	/*width: 1440px !important;*/
  	}	
}


.Frontpage {
    color: #000;
    text-align: center;
}
.FrontpageInner {
    padding: 30px 20px 0px 20px;
	position: relative;
}
.FrontpageInner .mission {
	padding: 20px 0px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
    display: inline-block;
    width: 300px;
    font-style: italic;
}
.FrontpageInner .highlights {
	margin: 30px 0 10px 0;
	display: block;
	text-align: left;
}
.FrontpageInner .highlights h4 {
	padding: 0px;
    line-height: 1rem;
}
.Frontpage h1 {
    font-size: 2rem;
    font-weight: 500 !important;
    line-height: 2.6rem;
    padding-top: 10px;
}
.Frontpage h2 {
    font-size: 1.2rem;
    font-weight: 500 !important;
    line-height: 1.4rem;
}
.Frontpage h4 {
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.4rem;
}
.frontpage-signin {
	display: inline-block;
    background: rgba(255,255,255,0.85);
    position: absolute;
    right: 20px;
    top: 50px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    text-shadow: none;
    color: #000;
}
.frontpage-signin a {
    color: #000;
    font-weight: 500;
    text-shadow: none;
    line-height: 1.2rem;
}


#Search {
	margin: 0px;
}
.page-mobile #Search {
	background: #2980b9;
}
.search {
	padding: 10px;
	background: #f5f5f5;
}
#SearchInput.input-append {
    display: inline-block;
    margin: 5px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    box-sizing: border-box;
}
#MobileSearch #SearchInput.input-append {
    margin: 5px 0px;
}
#SearchInput.input-append input[class*="input"] {
    height: 40px;
    font-size: 1rem;
    box-sizing: border-box !important;
    width: calc(100% - 210px);
}
#SearchInput.input-append .btn {
    padding: 9px 14px;
	font-size: 0.85rem;
}

.empty {
    display: block;
    padding: 30px 5px;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
}

li.btnLocation a {
	margin:-1px 5px 0 10px;
}

#imgMain {
	height: 400px;
	position: relative;
	background-position: center center;
	text-align: center;
	background-size: cover;
}
.page-mobile #imgMain {
	margin-left: -10px;
	width: 100%;
}

div#sticker {
	position: fixed;
}

.breadcrumb {
	border-bottom: 1px solid #ecf0f1;
	padding: 12px !important;
}

#bkgd .opacity {
	top: 140px;
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
	background: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#bkgd .opacity2 {
	top: 140px;
	right: 75px;
	position: absolute;
	height: 40%;
	width: 250px;
	background: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#bkgd, #bkgd h2 {
	background: none;
	margin:0px;
	color: #08c;
	}
#bkgd a, #bkgd h2 {
	text-shadow: none;
	}
#bkgd.bkgd-front {
  	padding: 80px 0px 30px 0px;
}
#bkgd.bkgd-cat {
  	padding: 50px 0px 0px 0px;
}

.navbar-inner {
	min-height: 50px !important;
}
.navbar .nav.pull-right {
	height: 50px;
}
.navbar .nav > li > a {
	padding: 17px 10px !important;
}
.navbar .nav > li > a.logo {
	padding: 5px 0 !important;
}
.navbar .nav > li > a.logo span {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url(/images/logo.png) no-repeat center;
    border-radius: 4px;
    background-size: 38px;
}

.btn-menu {
	position: absolute;
    width: 40px;
    height: 40px;
	margin: 5px;
    border-radius: 4px !important;
    text-shadow: none !important;
    border: none !important;
    background: url(/images/open.png) center center no-repeat;
    cursor: pointer;    
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

#mapSpot {
	width: 100%;
	height: 400px;
	z-index: 1;
}

#menuSpot #siteMenu {	
    position: fixed;
    width: 240px;
    top: 51px;
    bottom: 0px;
    overflow: hidden;
    z-index: 999;
}
#siteMenu .menu-header {
	line-height: 1.2rem;
	padding: 5px 12px;
	background: #ecf0f1;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
}
#siteMenu #siteMenuInner {
	left: -500px;
	right: -500px;
	position: absolute;
    border-right: 1px #ccc solid;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 50px;
}
#siteMenu #siteMenuInner #menu-categories {
    padding-bottom: 150px;
}
.menuVisible {
	margin: 0 0 0 240px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.menuHidden {
	margin: 0 120px 0 120px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.slideOpen {
	z-index: 999 !important;
	left: 0px !important;
	right: -14px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.slideClose {
	left: -500px !important;
	right: -500px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
	visibility: hidden;
}
#siteMenu .menu-header .menu-header-label {
	font-size: 10px;
    /*color: #fff;*/
    font-weight: 400;
    display: inline-block;
    padding: 20px 0 0 40px;
    letter-spacing: 0.1em;
}
#siteMenu .menu-right-link {
	position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    height: 30px;
    text-align: center;
}
#siteMenu .img-avatar-thumb {
	margin-left: 2px;
	border-radius: 0;
}

.fixed-header {
	position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    z-index: 1031;
    height: 50px;
}

.portlet-content .browsing {
	padding: 10px;
}

.portlet .browsing {
	padding: 4px;
	color: #3498db;
	line-height: 20px;
	font-weight: bold;
}

.portlet .browsing .header {
	color: #7f8c8d;
	text-transform: uppercase;
	font-size: 10px;
}

.category a:hover {
	text-decoration: none;
}
.category .active  {
	text-decoration: none;
	background: #bdc3c7;
}
.ads {
	overflow: hidden !important;
	z-index: 1;
}
.ads#adTower {
	text-align: center !important;
}
.ads#adProfileTop {
	text-align: center !important;
}
.ads #adsHeader {
	float: none;
	padding: 0px !important;
}
.yiiLog {
	position: relative !important;
	top: 2000px !important;
	float: left !important;
	display: block !important;
	z-index: 9999 !important;
	}
.fb-like {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.popover-content {
	text-align: center;
}
.popover-content img {
	border: 0px !important;
	padding: 2px;
}
blockquote {
	border-left: 5px solid #bdc3c7 !important;
}

.hidden-image {
   height: 400px;
   min-width: 100%;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100% !important;
	line-height: initial !important;
}

body {
	font-family: "Roboto","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

html.profile, body.profile {
	background: #ddd !important;
	height: 100%;
}
div#page {
	padding-top: 51px;
	position:relative;
	height:100%
}
div#page.container,
div#user-page.container {
    min-height: 100%;
    height: 100%;
}
.fullscreen .container { 
	width: 100% !important;
}
.content-padding {
	padding: 0px 10px 10px 10px !important;
	box-sizing: border-box;
	}
div#content-white {
	background: #fff;
    min-height : 100%;
	z-index: 999;
	border-radius: 0px;
}
div#content-profile {
	background: #ecf0f1;
    min-height : 100%; 
	padding: 10px;
	z-index: 999;
	border-radius: 3px;
}
#content {
	padding: 0px 0px 100px 0;
}
#content:not(.item-page-parent):not(.help) {
	background: #f5f5f5;
}
.item-page {
	padding: 10px 10px;
	font-size: 1rem;
	line-height: 1.4rem;
	word-wrap: break-word;
}
#item_body {
	display: inherit;
}
li {
	line-height: inherit !important;
}
div#page.container  > div#content {
    min-height : 100%; 
}
.gotolink {
	cursor: pointer;
}
#content.help {
	font-size:1rem;padding:10px;max-width:600px;
}
#content.help h1 {
	font-size: 1.8rem;
	font-weight: 600 !important;
	margin: 20px 0 5px 0;
}
#content.help h2 {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 20px 0 5px 0;
}
#content.help .role {
	color: #7f8c8d;
    font-style: italic;
}
#footer {
	font-size: 0.9rem;
	margin: 20px 10px 50px 5px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 1.4rem;
	font-weight: 300;
}
#footer a {
	padding: 3px;
}
.footNote {
	font-size: 0.8rem;
	color: #7f8c8d;
	font-weight: 300;
	padding: 5px;
	display: inline-block;
}
.footNoteHead {
	font-weight: 500;
	padding: 5px 0;
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.loading { 
	width: 32px;
	height: 32px;
	background:url(/images/loading.gif) no-repeat; 
	padding: 0 0 10px 0;
}

.pagination a {
	color: #000 !important;
}

.nav.nav-tabs {
	margin-bottom: 0px !important;
}
.nav-tabs>li.active>a {
	background-color: #fff;
	color: #000;
}
.nav-tabs>li>a {
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.nav-tabs>li>a:hover {
	background-color: #fff;
	color: #000;
}
.topnav.nav.nav-tabs>li>a {
	padding: 10px;
}

.main-tab {
	margin-bottom: 0px !important;
	margin-top: -38px;
	position: relative;
}
.main-tab.nav.nav-tabs>li>a {
	color: #fff;
	text-shadow:0 2px 2px rgba(0, 0, 0, 2);
}
.main-tab.nav.nav-tabs>li.active>a {
	color: #555555;
	text-shadow: none;
}
.main-tab.nav.nav-tabs>li>a:hover {
	color: #555555;
	text-shadow: none;
}

.item-tab {
	margin-bottom: 0px !important;
}
.item-tab.nav.nav-tabs>li>a {
	font-weight: 600;
}
.item-tab.nav.nav-tabs>li.active>a {
	color: #555555;
	text-shadow: none;
	background: #fff;
}
.item-tab.nav.nav-tabs>li>a:hover {
	color: #555555;
	text-shadow: none;
}

.nav-custom > .active > a, .nav-custom > .active > a:hover, .nav-custom > .active > a:focus {
	border: none !important;
	border: 1px solid #fff !important;
}
.nav-custom {
	margin-bottom: 0px !important;
	border: none !important;
}
.navpill-custom {
	background: #fff;
	padding: 0px;
	margin-bottom: 0px !important;
}

.list-view {
	overflow: hidden;
	padding-top: 0px !important;
}
.list-view .alert {
	padding: 2px;
}

.btn-group-box  {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group-box .btn-header {
	font-size:11px;
	line-height: 15px;
	color: #7f8c8d;
	text-align: left;
	display: block;
}

/*FRONT HEAD*/
h1 {
	font-size: 26px;
	margin: 0px 0 5px 0 !important;
	font-weight: normal !important
}

/*item submission*/
#post-form {
}
#post-form .post-buttons {
	padding: 2px;
}
#post-parse {
	z-index: 999;
}
#parse {
	color: #7f8c8d;
	font-size: 12px;
}
#parse .parse-item {
	position: relative;
    min-height: 90px;
    display: block;
    margin: 10px 0;
    background: #ecf0f1;
    border: 1px dashed #bdc3c7;
}


#parse .parse-text {
	vertical-align: top;
	display: inline-block;
	color: #34495e;
}
#parseTitle, #parseLink, #parseImages, #formUploadImage {
	color: #666;
	font-size: 12px;
}
#parseImages {
	padding: 0 0 0 0;
}
#parseImages > span.label {
	margin: 0 0 5px 0;
}

#parse .parse-item .image {
    width: 95px;
    height: 90px;
    text-align: center;
    position: absolute;
    left: 0;
}
#parse .parse-item .image-right {
	 position: absolute;
    left: 95px;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
#parse .parse-item img {
    max-width: 90px;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 90px;
}

/*items-pager*/
.items-pager .btn-group {
	margin: 20px 0 0 0px;
}
.items-pager a {
	display: block !important; 
	width: 30px !important;
	height: 22px !important;
	color: #666;
}
.items-pager a:hover {
	font-style: normal !important;
}
.items-pager .btn {
	padding:0px !important;
}

/*NAV*/
.navbar-inverse .navbar-inner {
	background: #2980b9 !important;
	border-color: #bdc3c7 !important;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px !important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed !important;	
}
.navbar-inverse .navbar-text {
  color: #ffffff !important;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  	color: #ffffff !important;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.brand .logo {
	background:#2980b9;
	color:#fff;font-weight:bold;display:inline-block;text-align:center;padding:2px;width:32px;line-height:20px;
	border-radius:4px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
    font-weight: 600;
    border:1px solid #fff;
}
.navbar .brand  {
}
.brand .icon-home {
	margin-top: 7px;
}
.custom-search {
	margin-bottom: 0px !important;
}
.input-search {
	width: 200px !important;
}
li.nav-avatar {
	margin-bottom: 0px !important;
	height: 50px;
}
li.nav-avatar>a {
	margin: 0px !important;
	padding: 0px !important;
}
.nav-avatar span.img-avatar-thumb {
	display: block;
	border-radius: 0px !important;
	margin: 0 !important;
	border: none !important;
}
.nav-caret {
	border-top-color: white !important;
	border-bottom-color: white !important;
}

.post-button {
	position:fixed;bottom:0;right:0;margin:0 10px 0px 0;
	cursor: pointer;
	z-index: 2000;
}
.post-button.hideButton {
    bottom: -40px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.post-button.showButton {
    bottom: 0px !important;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}

/*ITEMS (item list)*/
.item_square {
	text-align:center;
}
.item_square .portlet-item {
	display: inline-block;
	float: none;
	width: inherit;
	border: none;
}
.item_square .portlet-item .location {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 300;
}
.item_square .portlet-item h3.title {
	position:absolute;
	top: 35px;
	left: 0px;
	right: 0px;
	font-size: 0.9rem;
	line-height: 1.1rem;
	background: rgba(0,0,0,0.7);
	padding:5px;
	text-align: left;
	color: #fff;
}
.item_square .portlet-item h3.title a {
	color: #fff !important;
}
.item_square .portlet-item h3.title a:hover {
	background: #f00;
	color: #fff !important;
	text-decoration: none;
}
.item_square .portlet-image {
	width: 300px !important;
	height: 250px !important;
	border-radius: 0;
	margin: 0 !important;
}
.item_square .portlet-image .price {
	top: 5px;
	right: 0px;
	bottom: unset;
	font-size: 1.1rem;
	font-weight: 400;
}


.items:not(.table) {
	margin: 10px;
	display: grid;
    grid-gap: 10px;
    grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
}
.item-page .items {
	margin: 10px 0px;
    grid-template-columns: calc(33.3% - 6.6px) calc(33.3% - 6.6px) calc(33.3% - 6.6px);
}

.items-inline {
	margin: 10px;
	display: grid;
    grid-template-columns: 100%;
}
.item-frame {
    padding: 0px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 1px 1px #bdc3c7;
	-moz-box-shadow: 1px 1px 1px 1px #bdc3c7;
	-webkit-box-shadow: 1px 1px 1px 1px #bdc3c7;
}
.item {
	width: 100%;
    clear: both;
    vertical-align: text-top;
    box-sizing: border-box;
    display: inline-block;
}

.items-inline .item-frame {
	margin: 5px 0px;
}
.items-inline .item-body {
	position: relative;
	}
.items-inline .item-right {
    display: inline-block;
    padding: 0 10px;
    margin-left: 120px;
}
.items-inline .item .image {
	width: 120px;
    height: 120px;
    position: absolute;
}
.items-inline .item .image .img-thumb {
	box-sizing: content-box;
}
.items-inline .image>span.price {
	font-size: 0.9rem;
}
.items-inline .item .info {
	display: block;
	float: none;
}


#cache-blog-latest  {
	background: #fafafa;
	margin: 5px 0 0 0;
}
#cache-blog-latest .portlet-decoration  {
	text-align: center;
	font-weight: 500;
}
.items-inline.plain .title {
	border-radius: 5px;
	border: none;
	margin: 0px;
}
.items-inline.plain a {
	font-size: 0.8rem;
	font-weight: 400;
	border: none;
	line-height: 1rem !important;
	padding: 5px;
	display: inline-block;
	color: #555;
}
.items-inline.plain a:hover {
	background: none;
	color: #0088cc !important;
}


.items-inline.lists {
	margin: 10px;
	display: grid;
    grid-template-columns: 100%;
}
.items-inline.lists .list {
	padding: 10px 5px;
	border-bottom: 1px solid #f1f1f1;
}
.items-inline.lists .section-menu-icon {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
}
.items-inline.lists h4.title {
    margin: 0 0 0 30px;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.1rem;
    font-weight: 400;
}

.image>span.price {
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #f00;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 5px;
}
.item .item-body {
	width: 100%;
	float: left;
}
.desc {
	font-size:0.85rem;
	line-height:1.1rem;
	word-wrap: break-word;
	width: 100%;
	margin: 5px 0;
	color: #555;
	font-weight: 300;
}
.profile-module .title {
	display: block;
	float: left;
}
.profile-module .comment {
	width: 100%;
	float: left;
}
.item h3.title {
    display: inline-block;
    margin: 5px 0 0 0;
    width: 100%;
}
.item .title a {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.3rem;
	word-wrap: break-word;
	font-weight: 400 !important;
	color: #000;
	word-break: break-word;
}
.item .title a:hover, 
.portlet-item a:hover, 
.item-hilite a:hover, 
.comment a:hover {
	/*color: #d35400 !important;*/
	color: #0088cc !important;
	text-decoration: none;
}

.dropzone-frame {
	background: #ecf0f1;
	border: 1px dashed #bdc3c7;
	border-radius: 5px;
	}
#dropzone {
    cursor: pointer;
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
}
#progress {
	margin-bottom: 0px;
}


.list-price {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	background: #3498db;
	padding: 0px 4px;
	border-radius: 3px;
}

.headerShowing {
	display: block;
	float: right;
	color: #999;
	margin-bottom: 0px;
}

.vote {
	margin: 3px 0 0 3px;
	color: #95a5a6;
	float: right;
	padding: 0 3px;
	min-width: 50px;
	text-align: right;
	background: #bdc3c7;
	border-radius: 4px;
	text-align: center;
	min-height: 45px;
}
.vote .title {
	font-size: 9px !important;
	display: block;
	vertical-align: baseline;
	white-space: nowrap;
	color: #fff;
	height: 10px;
}
.vote .total {
	display: block;
	vertical-align: baseline;
	white-space: nowrap;
	color: #fff;
	font-size: 20px !important;
	font-weight: 500 !important;
	margin: 3px 0;
	padding: 0px;
	height: 12px;
}
a:hover .vote, .vote.on {
	background: #e67e22 !important;
}
a:hover .vote.on {
	background: #bdc3c7 !important;
}
.vote .period {
	font-size: 10px !important;
	font-weight: 200;
	color: #fff;
}

#item-edit-area label {
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}

#item-author {
	text-align: center;
    border: 1px solid #bdc3c7;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 5px;
}

#item-author .author {
	font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    display: block;
    color: #000;
}
#item-author .author:hover {
	text-decoration: none;
}
#item-author .title {
	font-size: 1rem;
    line-height: 1.6rem;
    display: block;
}

.item-hilite {	
	width: 100%;
	background: #DFEFF0;
 	margin: 0px 0px 0px 0px;
 	padding-left: 0px;
	min-height: 140px;
	border-radius: 5px;
}

.side-link a h3 {
	font-size: 0.9rem !important;
    line-height: 1.2rem !important;
    margin: 10px 2px;
}

.item-details {
	width: 100%;
	font-size: 85%;
	line-height: 130%;
}

td.price {
	font-size: 25px !important;
	}
	
.img-author {
	width: 46px;
	height: 46px;
	background-position: center center;
	background-size: cover;
	float: left;
	margin-right: 3px;
}
.item-details img {
	width: 100%;
}
.item-details td {
	padding: 10px;
	word-break: break-word;
}
#item-author .img-avatar {
	background-color: #fff;
    border: 2px solid #fff !important;
    background-position: center center;
    background-size: cover;
    float: left;
    margin-right: 3px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.item-details td .type {
    width: 55px;
    display: inline-block;
    font-size: .65rem;
    color: #34495e;
    text-align: right;
    padding: 0 5px;
}


.item-details td.fld {
	vertical-align: top;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	word-break: normal;
}
.profile-pic {
    background: #fff;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.item .image {
	display:block; 
	height:100%; 
	clear:both; 
	width:100%; 
    box-sizing: border-box;
    position: relative;
}
.item-right {
	display: block;
	padding: 0 10px;
}
.items .item .image {
	height: 180px;
	}
.item .image .img-thumb {
	width:100%; 
	height:100%; 
	text-align:center; 
	line-height:170px; 
	font-weight:bold; 
	color:#999; 
	margin-bottom:3px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
	}
.center-cropped {
	display:block; 
	max-width:100% !important; 
	height:100%; 
	background-position:center center; 
	background-size:cover; 
	text-align:center;
	}
.main-image .overlay {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	background: #eee;
	font-size: 15px;
	display: inline-block;
	margin: 0 auto;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.main-image .overlay .fullscreen {
    background: #eee;
    width: 18px;
    height: 18px;
    display: block;
    margin: 1px;
    float: right;
}
.main-image {
	background: #ecf0f1;
	text-align: center;
}
.main-image img {
	background: #fff;
}

.item .image .overlay:hover {
	color: #333;
}
.item .image .overlay {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	background: #eee;
	font-size: 15px;
	display: inline-block;
	margin: 0 auto;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.item .image .overlay .play {
	height: 0;
	width: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #999;
    display: inline-block;
    margin-bottom: -8px;
    margin-right: -5px;
}

.item .info {
	font-size: 12px !important;
	padding: 0 0 10px 0;
	margin: 2px 0 0 0;
	color: #206D9D;
	margin-bottom: 0px;
	max-width: 100%;
	line-height: 40px;
}
.item .date {
	font-size: 0.8rem;
	font-weight: 300;
}
.info img {
	border: 0px !important;
}
.date {
	color: #95a5a6;
	font-weight: 300;
}
.action {
	padding-left: 5px;
}

.fldLabel {
    background: #eee;
    line-height: 80%;
    margin: 0px 8px 1px 0px;
    padding: 10px;
    width: 60px;
    display: inline-block;
    font-size: .8rem;
}

.headerFront {
	margin-top: 5px;
	padding: 15px 0px 2px 0px;
	background: #CAE5FF;
	font-size: 25px !important;
	font-weight: normal;
	color: #2c3e50;
	border-radius: 3px;
}

/*header board*/
.headerBoard {
	position: relative;
	text-align: center;
	background: #f5f5f5;
}
.headerBoard h1 {
    font-size: 1.8rem;
    font-weight: 500 !important;
    margin: 0px !important;
}
.headerBoard .search {
    display: inline-block;
    width: calc(100% - 30px);
	text-align: left;
}
.headerBoard .search h1 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 500;
}
.headerBoard .search h2 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
}
.headerBoard .search .optionalSearch {
    margin: 10px 0;
}
.headerBoard .page {
	font-size: 0.8rem;
	font-weight: 500;
}

.headerButtons {
	background: #f5f5f5;
	text-align: center;
	padding: 10px;
}
.headerButtons .sort a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 1rem;
	font-weight: 500;
	color: #555;
}
.headerButtons .sort a.active {
	border-bottom: 3px solid #555;
}
.headerButtons .sort a:hover {
	border-bottom: 3px solid #555;
	text-decoration: none;
}

/*board*/
.board a {
	font-size: 12px;
	color: #2c3e50 !important;
	border-radius: 2px;
	padding: 1px 5px 1px 10px;
	margin: 2px;
	line-height: 25px;
	background: #ecf0f1;
	display: block;
}
.board a:hover {
	text-decoration: none;
	color: #fff !important;
	text-decoration: none;
	background: #34495e;
}
.parent a {
	font-size: 105%;
	font-weight: bold !important;
	padding: 1px 5px 1px 0px;
}
.notmain a {
	font-style: italic;
}


/*header board*/
.trending-tags {
	padding: 0px 5px 0px 5px;
}
.trending-tags .header {
	color: #7f8c8d;
	font-size: 10px;
	padding-right: 5px;
}

#post-link {
	background: #e74c3c;
	text-align: center;
    display: table;
    width: 100%;
    min-height: 45px !important;
}
#post-link div {
	width: 100%;
    vertical-align:middle;
    display: table-cell;
}
#post-link div a {
	color: #fff;
	padding: 5px;
}
#post-link a:hover {
	text-decoration: none;
}

/*category/channel links*/
.category a:not(.btn) {
	border-radius: 2px;	
	font-size: 0.85;
	padding: 3px 5px 3px 5px;
	margin: 3px 1px 3px 1px;
	line-height: 28px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #000;
    font-weight: 400;
}
.category a.parent-category {
	text-transform: uppercase;
    font-weight: 500;
}
.category a.sub:not(.btn) {
	padding: 3px 5px 5px 5px;
	line-height: 1.4rem;
}
.category a.sub:not(.btn):not(.location) {
	border-left: 5px solid #ecf0f1;
}
.category a.sub.location {
	padding: 3px 5px 5px 10px;
}
.category a.category-link {
	border-radius: 2px;	
	font-size: 1rem;
	padding: 3px 5px 3px 15px;
	margin: 3px 1px 3px 1px;
	line-height: 1.2rem;
	color: #666;
	display: block;
}
.category .parent {
	padding: 3px 5px 3px 0px;
	font-weight: bold !important;
	text-transform: uppercase;
}
.category a.notmain {
	font-style: italic;
}
.category a.hidden {
	display: none;
}
.category a.active {
	background: #3498db;
	color: #fff;
}
.category a:hover {
	text-decoration: none;
	color: #fff !important;
	text-decoration: none;
	background: #2980b9;
}

.trending-category {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.trending-category .header {
	color: #7f8c8d;
	font-size: 10px;
	padding-right: 5px;
}

.modal {
	overflow: hidden;
}
.modal-header h4 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 4px;
    line-height: 1.6rem;
}
.modal-header  {
    background: #f5f5f5;
}

/*tag*/
.tag-label {
	color: #fff !important;
	background: #9b59b6 !important;
	border-radius: 2px;
}
.container a.tag {
	text-transform: none;
	color: #333 !important;
	background: #bdc3c7;
	border-radius: 2px;
	font-size: 12px !important;
	border: 1px solid #eee;
}
.container a.tag, .tag-label {
	padding: 3px 5px 3px 5px;
	margin: 3px 0 3px 0;
	line-height: 27px;
	background: #ecf0f1;
	border-radius: 15px;
}
.container a.tag.active {
	padding: 3px 5px 3px 5px;
	margin: 3px 0 3px 0;
	line-height: 30px;
	color: #fff !important;
	background: #e67e22;
	border-radius: 2px;
}
.container a.tag:hover, .container a.tag.board:hover {
	text-decoration: none;
	background: #ddd;
	color: #333 !important;
}
.item-page .tag {
	font-size: 16px !important;
}
.container a.tag.board {
	background: #ecf0f1;
}
.item .info a {
	color: #7f8c8d;
    font-size: 0.8rem;
}
.item .info a:hover {
	text-decoration: none !important;
}
.count {
	font-size: 12px !important;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	min-width: 40px;
	text-align: center;
}

.item .tags {
	display: block;
}

/*Front menu cards*/
.Sections {
	text-align: center;
	background: #f5f5f5;
	padding: 0px 0px 20px 0;
}
.Section {
	text-align: center;
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
}
.Section .section-text {
    display: inline-block;
    font-size: 1.2rem;
    padding: 10px;
    color: #000;
}
.Section .section-icon {
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    border-bottom: 2px solid #000;
}
.section-menu-icon {
    width: 28px !important;
    height: 28px !important;
    display: inline-block;
    float: left;
    margin-right: 5px;
    background-size: 28px !important;
}
.active .section-menu-icon, 
a:hover .section-menu-icon,
.category a:hover .section-icon {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.section-icon.logo {
    background: url(/images/logo.png) no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
.section-icon.real-estate {
    background: url(/images/icon-section-real-estate.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.real-estate-map {
    background: url(/images/icon-real-estate-map.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.jobs {
    background: url(/images/icon-section-jobs.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.services {
    background: url(/images/icon-section-services.png) no-repeat;
    background-size: 45px;
    background-position: center center;
}
.section-icon.autos {
    background: url(/images/icon-section-cars.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.travel {
    background: url(/images/icon-section-travel.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.classifieds {
    background: url(/images/icon-section-classifieds.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.blog {
    background: url(/images/icon-section-blog.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.forum {
    background: url(/images/icon-section-forum.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section-icon.home {
    background: url(/images/icon-section-home.png) no-repeat;
    background-size: contain;
    background-position: center center;
}


.buttons {
    height: 34px;
}
.buttons .btnLikeItem {
    cursor: pointer;
}
.buttons .view_count {
    float: right;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 34px;
    color: #2980b9;
}
.buttons .likes_total {
	line-height: 30px;
	font-size: 0.9rem;
	font-weight: 200;
	padding-left: 5px;
}
.buttons .btnLikeItem:not(.no-hover):hover {
    background: url(/images/icon-like-filled.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.item-icon {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    float: left;
    background-size: 30px !important;
}
.item-icon.liked {
    background: url(/images/icon-like-filled.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.item-icon.like {
    background: url(/images/icon-like-outline.png) no-repeat;
    background-size: contain;
    background-position: center center;
}


/*USER-PAGE*/
.user-page .item .title {
	font-size: 14px !important;
	line-height: 18px !important;
}
.user-page .item .image .img-thumb {
	height: 150px !important;
	line-height: 150px !important;
}
.icon-like { 
	width: 16px !important;
	height: 16px !important;
	background:url(/images/icon-like-white-16.png) no-repeat !important; 
}
.icon-comment { 
	width: 16px !important;
	height: 16px !important;
	background:url(/images/icon-comment-16.png) no-repeat !important; 
}

.gsc-control-cse {
	border: 2px solid #bdc3c7 !important;
}


.tab-map > a {
	background: #2ecc71;
	color: #fff !important;
	text-shadow: none !important;
}
.tab-map > a:hover {
	color: #000 !important;
	text-shadow: none !important;
}

/*ITEM-PAGE*/
.portlet-title h3, 
h3.itemHeader {
    border-bottom: 1px solid #ddd;
    background: rgba(236, 240, 241,0.2);
    padding: 15px 10px 10px 10px;
    color: #000;
    margin: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.4rem;
}
.item-page h3 {
	font-size: 1.2rem;
	font-weight: 600;
}
.morelink table {
	width: 100%;
}
.morelink .portlet-content h3 {
    font-weight: 500;
    margin: 0 10px;
    font-size: 0.95rem;
    line-height: 1.6rem;
}
.morelink h3 a {
}
.item-page h4 {
	font-size: 1.1rem;
	font-weight: 600;
}
.item-date {
	color: #95a5a6;
	font-size: 11px;
	width: 100%;
	text-align: right;
}
.item-page .price {
	font-size: 1.4rem;
    display: inline-block;
    color: #2980b9;
    font-weight: 600;
}
.item-page h1 {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 15px 0 !important;
}
.item-page .detail {
	color: #206D9D;
    display: block;
}
.item-page .info {
	width: 100%;
	display: block;
	color: #95a5a6;
	font-size: 1rem;
	font-weight: 300;
}
.item-page .info a {
	float: none;
}
.vote-comment .points {
	font-size: 16px;
	color: #e67e22;
	margin: 0 !important;
	padding: 0 !important;
}
.vote-comment {
	float: right;
	font-weight: bold;
	text-align: center;
	height: 26px;
}
.vote-comment .label {
	line-height: 20px !important;
	margin-bottom: 5px !important;
}
.item-page .item-img {
	margin: 0px;
	padding: 0px;
}
.item-page .item-vid {
	margin: 0px;
	width: 100% !important;
	overflow: hidden;
}
.item-page .item-body {
	margin: 0px 0px 5px 0 !important;
	display: block;
}
.item-page .item-body-heading {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	color: #7f8c8d;
	display: inline-block;
}
.item-page .item-body .center-cropped {
 	margin-bottom: 10px;
}

a.item-link:hover {
	text-decoration: none;
	color: #3498db;
}
.item-image {
	display: block;
	border: 1px solid #eee;
	background: #000;
	margin-bottom: 10px;
}
.item-source {
	display: block;
	background: #ecf0f1;
}
.item-source .title {
	font-size: 18px;
	line-height: 20px;
	color: #2c3e50 !important;
	display: block;
 	margin: 5px;
}
.item-source .url {
	display: block;
	font-size: 12px;
 	margin: 5px;
}
.item-source hr {
	border: 0; 
	height: 1px; 
 	background: #333; 
	margin: 5px;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc); 
}
.item-source ol { 
	list-style-position: inside; 
}
.item-source .desc { 
	display: block;
 	margin: 5px;
}
.items-hr {
	margin:10px 0px 10px 0px;
	padding:0px;
}

/*GALLERY*/
#imgGallery {
	cursor: pointer;
}
.gallery {
	display: inline-block;
}
.gallery .image {
	float: left;
	display: inline-block;
	width: 75px;
	height: 75px;
	background-position: center center;
	background-size: cover;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.gallery a {
	float: left;
}

/*badge award list*/
.list-count {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	display: block;
}

.list-count .count {
	font-size: 30px !important;
	font-weight: bold;
	color: #999;
}	
.items .award-item {
	display: block;
	margin-bottom: 10px;
}
.items .award-item .date {
	color: #999;
	font-size: 12px;
	width: 140px;
	float: left;
}

/*NOTIFICATION*/
.messages {
	width: 100%;
}
.messages .button {
	width: 70px !important;
}
.messages .date {
	color: #999;
	font-size: 12px;
	width: 130px;
}
.messages .message {
	position: relative;
	color: #666;
}


/*HELP*/
.help_main {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.help_sub {
	font-size: 18px;
	line-height: 25px;
}


/*comments*/
#commentForm, #commentLinkForm {
	margin: 10px 0px 0px 0px;
	display: block;
	border: 5px solid #eee;
	background: #eee;
}
.comment_line {
	padding: 5px;
	margin: 0px 0 15px 0;
	color: #333;
}
.comment.comment-deleted>div.parent, .comment.comment-deleted>div.child {
	color: #999;
	font-size: 11px !important;
	line-height: 5px !important;
}
#comments-list {	
	margin: 10px 0 0 0;
}
#comments-list .text {
	display: block;
}
#comments-list .vote-up { 
	display: block;
	width: 30px;
	height: 16px;
	background:url(/images/arrow-up.png) no-repeat; 
	margin-left: 0px;
}
#comments-list .vote-down { 
	display: block;
	width: 30px;
	height: 16px;
	background:url(/images/arrow-down.png) no-repeat; 
	margin-left: 0px;
}
#placeholder .col1, #comments-list .col1 {
    width: 40px;
    float:left; /* add this */
}
#placeholder .col2, #comments-list .col2 {
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
#placeholder .col2 p, #comments-list .col2 p {
    margin: 5px 5px;
}
#placeholder .col2 img, #comments-list .col2 img {
    margin: 5px 5px;
}
#comments-list .points {
	display: block;
	padding: 5px 10px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#comments-list .user, #parent_new .user {
	display: block;
	font-size: 12px;
	color: #206D9D;	
	line-height: 28px;
	margin-top: 26px;
	line-height: 28px;
	float: left;
}
#comments-list .user a, #parent_new .user a{
	font-weight: bold !important;
}
#comments-list .user img, #parent_new .user img {
	border: 1px solid #ccc;
	width: 26px;
	height: 26px;
}
#comments-list .parent, #comments-list .child {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 20px;
}
#comments-list .owner {
	background: #FFF8DC !important;
}
#comments-list a {
	color: #298dcd;	
}	
.comment_new {
	background: #eeeeee;
	border-top: 1px solid #ffffff;
}
#comments-list .child {
	font-size: 0.9rem;
	padding-left: 40px;
}
#parentreply .child {
	padding-left: 0px !important;
}
#childreply #commentForm {
	padding-left: 20px;
}
#comment_separator {
	border-top: 3px dotted #E3CCD5;
}
.btn_vote {
	width: 18px !important;
	height: 18px !important;
	padding: 0 0 0px 1px !important;
}
.comment {
}
.comment .title {
	font-weight: 500;
}
.comment blockquote p {
	font-size: 14px !important;
}
.comment blockquote {
	font-size: 14px !important;
	padding: 1px 5px 1px 5px !important;
	margin: 5px !important;
}
.comment .col2 .image {
	float: left;
	display: inline-block;
	height: 100%;
	clear: both;
	width: 100%;
	padding-right: 10px;
}
.comment .col2 .image a {
	height: 236px !important;
}
.comment .col2 .image a .frame {
	display: block !important;
	height: 236px !important;
}
.comment .col2 .image .bkgd {
	display: block;
	max-width: 420px !important;
	height: 236px;
	line-height: 236px;
	background-position: center center;
	background-size: cover;
	border: 1px #ecf0f1 solid !important;
 	text-align: center;
}
.comment .col2 .image .overlay:hover {
	color: #333;
}
.comment .col2 .image .overlay {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	background: #eee;
	font-size: 15px;
	display: inline-block;
	margin: 0 auto;
	opacity:0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.comment .col2 .image .overlay .play {
	height: 0;
	width: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #333;
    display: inline-block;
    margin-bottom: -8px;
    margin-right: -5px;
}

/*POST*/
.window-post {
	padding: 5px !important;
	background: #CAE5FF;
	box-sizing: border-box;
}
.btn-post {
	float: left;
	line-height: 50px !important;
	width: 50px;
	height: 50px;
	padding: 0px !important;
	margin: 2px !important;
}

/*LOGIN*/
.window-login {
	margin-top: 10px !important;
	background: #CAE5FF;
	border: 1px solid #bdc3c7;
	border-radius: 5px;
	line-height: 31px;
	width: 280px;
	display: inline-block;
}
.window-login .form-login {

}
.window-login .heading {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.window-login .lostpassword {
	font-size: 12px;
	line-height: 5px;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	display: block;
}
.window-login .login-text {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px !important;
	display: block;
	width: 234px;
}
.window-login .uniform-button {
	width: 234px !important;
}
.window-login .uniform-field {
	width: 220px !important;
}

.window-login .signin-button {
	width: 234px !important;
	text-align: left;
	padding-left: 30px;
}
.signin-facebook {
	color: #fff;
	border: 0;
	width: 270px !important;
	height: 64px !important;
	background: #3b5998 url(/images/btn-facebook-64.png) no-repeat left center !important;
	margin: 2px 0;
}
.signin-yahoo {
	color: #fff;
	border: 0;
	width: 270px !important;
	height: 32px !important;
	background: #845aa5 url(/images/btn-yahoo-64.png) no-repeat left center !important; 
	margin: 2px 0;
}
.signin-google {
	color: #fff;
	border: 0;
	width: 270px !important;
	height: 32px !important;
	background: #dd4b39 url(/images/btn-google-64.png) no-repeat left center !important; 
	margin: 2px 0;
}
.btn-google {
	width: 24px !important;
	height: 24px !important;
	background:url(/images/btn-google.png) no-repeat !important; 
	padding: 4px 10px 4px 24px;
}
.btn-yahoo {
	width: 24px !important;
	height: 24px !important;
	background:url(/images/btn-yahoo.png) no-repeat !important; 
	padding: 4px 10px 4px 24px;
}
.btn-facebook {
	width: 24px !important;
	height: 24px !important;
	background:url(/images/btn-facebook.png) no-repeat !important; 
	padding: 4px 10px 4px 24px;
}

/*REGISTER*/
.field-error {
	font-size: 12px;
	color: #FF0000;
	display: inline-block;
}
.window-login .uniform-button-half {
	width: 114px !important;
}

.openid {
	border-left: 5px solid #eee;
	height: 170px;
}
.lostpassword {
	font-size: 12px;
}

/*CKEDITOR FORMAT*/
.cke_contents_ltr {
   padding: 0 !important;
}
.item-body blockquote p {
	font-size: 16px;
	padding: 5px 5px 5px 5px !important;
}
.item-body code,
#comments-list code {
	display: block;
	font-family: monospace,"Courier New",Monaco,Menlo,Consolas;
	font-size: 12px;
	padding: 10px;
	overflow-x: auto;
}
.item-body pre,
#comments-list pre  {
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	font-size: 12px;
	padding: 10px;
}
.item-body .marker,
#comments-list .marker {
    background-color: Yellow;
}

/*AVATAR*/
.user img {
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
}
img#avatar {
	width: 150px !important;
}
.img-avatar-thumb {
	border: 1px solid #ecf0f1 !important;
	background-position: center center;
	background-size: cover;
	float: left;
	margin-right: 3px;
	border-radius: 50%;
}
.img-avatar {
	background-color:#fff;
	border: 1px solid #95a5a6 !important;
	background-position: center center;
	background-size: cover;
	float: left;
	margin-right: 3px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}
#item-author a.user-tooltip {
	display: inline-block;
}
#memberPic .img-avatar-thumb {
	border-radius: 50%;
}
.items .item .tags {
	display: inline-block;
}
.items .item .info {
	color: #999;
	display: block;
}
.items .item .img-avatar-thumb, 
.award-item .img-avatar-thumb,
.item-page .img-avatar-thumb {
	width: 38px !important;
	height: 38px !important;
}
.award-item .user .img-avatar-thumb {
	margin-right: 4px !important;
}

/*PROFILE*/
.profile h1 {
	font-size: 2rem;
	line-height: 2rem;
	color: #fff;
  	text-shadow: 1px 1px 2px #000;
}
.profile-right {
	overflow: hidden; 
}
.profile-menu-tab {
	margin-bottom: 0px !important;
}
.profile-title {
	color: #fff;
  	text-shadow: 1px 1px 2px #000;
	font-weight: 500;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.profile-contact {
	color: #fff;
  	text-shadow: 1px 1px 2px #000;
  	font-size: 85%;
  	line-height: 110%;
	font-weight: 400;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
.profile-info {
	background: #DFEFF0;
}
.profile-image {
	margin-bottom: 10px;
	border: 1px solid #999;
	/*border-bottom: 1px solid #999;*/
}
.profile-image img {
	width: 320px;
}
.table-user tr {
	color: #666;
	border-bottom: 1px solid #fff;
}
.table-user td.field {
	font-weight: bold;
	white-space: nowrap;
}
.table-user td.data {
	width: 100%;
}
.table-user td {
	padding: 5px;
	vertical-align: top;
}
.table-space {
	border-bottom: 0px !important;
}
.profile-module {
	margin-bottom: 10px;
}
.profile-module .item .title {
	display: inline;
	border: 0px;
}
.profile-module .item .date {
	display: inline;
	font-size: 11px;
}
.profile-module .item {
	border-bottom: 1px dotted #bdc3c7;
}
.profile-module .header {
	font-size: 16px !important;
	font-weight: bold;
	color: #666 !important;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #999;
}
.profile-module .comment {
	margin-top: 5px;
	padding: 5px 8px 0px 8px;
	font-size: 12px !important;
	color: #666 !important;
	background: #ecf0f1;
	border-radius: 4px;
	display: block;
}
.profile-module .comment .info {
	display: block;
	font-size: 11px !important;
	color: #666 !important;
	font-style: italic;
}

.box-shadow {
  	-moz-box-shadow:    0px 0px 2px 1px #bdc3c7;
  	-webkit-box-shadow: 0px 0px 2px 1px #bdc3c7;
  	box-shadow:         0px 0px 2px 1px #bdc3c7;
}

#adFrontTop {
  	-moz-box-shadow:    1px 1px 3px 3px #000;
  	-webkit-box-shadow: 1px 1px 3px 3px #000;
  	box-shadow:         1px 1px 3px 3px #000;
 	position: relative;
 	border-radius:10px; 
 	border:2px solid #fff;
 	display: inline-block;
 	color: #000;
 	font-size: 130%;
 	font-weight: 500;
	vertical-align: bottom;
	text-align: left;
}
#adFrontTop .message {
  	text-shadow: none;
	}

.profile-sidebar {
	width: 100%;
	float: left;
	background: #fff;
  	-moz-box-shadow:    1px 1px 1px 1px #ddd;
 	-webkit-box-shadow: 1px 1px 1px 1px #ddd;
 	box-shadow:         1px 1px 1px 1px #ddd;
 	border-radius: 3px;
 	margin-bottom: 15px;
	}
.profile-sidebar .title {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	line-height: 28px;
	font-weight: 500;
	margin: 5px;
	}
.profile-sidebar .body {
	margin: 5px;
	float: left;
	}


/*PROFILE STATS*/
.statsbox {
	position: absolute;
    white-space: nowrap;
}
.statsbox .stats {
	padding: 5px 0 0 0;
	text-align: center;
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #f1c40f;
	font-size: 20px;
	font-weight: normal;
	line-height: 16px;
}
.statsbox .text {
	text-align: center;
	display: block;
	font-size: 10px;
	height: 12px;
}

/*PORTLET*/
#ywTH.portlet {
	margin: 5px 0 5px 0;
	border: 0px;
	background: #ecf0f1;
}
.content-left .portlet {
	border: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px !important;
	background: #fff;
  	-moz-box-shadow:    0px 0px 0px 0px #ecf0f1;
 	-webkit-box-shadow: 0px 0px 0px 0px #ecf0f1;
 	box-shadow:         0px 0px 0px 0px #ecf0f1;
}
	
.content-right {
	padding: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 999;
}
.content-right .portlet-content {
	padding: 10px;
}

.ads .portlet-content {
	padding: 0 5px 0 0;
}
.portlet-content {
	padding: 5px 0px 5px 0px;
	overflow: auto;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.portlet .members {
	float: left;
	margin: 5px;
}
.portlet-blank {
	margin-bottom: 15px;
	display: inline-block;
}
.portlet-blank.blank {
	float: left;
	display: inline-block;
}
.portlet .members .img-avatar-thumb {
	margin: 1px !important;
	width: 46px !important;
	height: 46px !important;
}

.pagination {
	text-align: center;
}
.pagination .disabled a {
	cursor: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background: #3498db !important;
	color: #fff !important;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #fff !important;
}

.page-heading {
	font-size: 100%;
	line-height: 44px;
	font-weight: 700;
	padding: 0px 7px;
	color: #34495e;
	/*border-bottom: 1px solid #95a5a6;*/
}
.portlet {
	/*
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px #bdc3c7;
	-moz-box-shadow: 1px 1px 1px 1px #bdc3c7;
	-webkit-box-shadow: 1px 1px 1px 1px #bdc3c7;*/
	box-sizing: border-box;
}
.portlet-title h1 {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500 !important;
    padding: 5px;
}
.portlet .title a {
	font-size: 0.9rem;
}
#portletMap .portlet-content {
	width: 100%;
	height: 400px;
}

.highlight {
	background: #ecf0f1;
}

#map_canvas img, #map_canvas_edit img {
  max-width: none !important;
}


.transition {
 	opacity: 1 !important;
  	transition: opacity 0.5s;
  	-webkit-transition: opacity 0.5s;
}
#MapItems {
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 999;
    width: 300px;
}
#MapItemsHead {
    position: absolute;
    top: 0;
	height: 40px;
    width: 300px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 40px;
    background: #f5f5f5;
    padding: 0 8px;
    box-sizing: border-box;
}
#MapItems.slideClose {
    left: 0px !important;
}
#MapItems.slideOpen {
    left: 240px !important;
}
#MapItems.hideWindow {
    height: 40px;
    width: 50px;
}
#MapItems.showWindow {
    height: inherit;
    width: 300px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(87,87,87,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(87,87,87,1);
	box-shadow: 1px 1px 2px 0px rgba(87,87,87,1);
	background: #fff;
}
#MapItems.hideWindow .portlet-map {
    display: none;
}
#MapItems.showWindow .portlet-map {
    display: inherit;
}
#MapItems.hideWindow #MapItemsHead {
    background: none;
}
#MapItems.showWindow #MapItemsHead {
    background: #f5f5f5;
}
.portlet-map {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #fff;
    border: 1px solid #ecf0f1;
    margin-bottom: 50px;
}
.portlet-map h4 {
	font-size: 0.9rem;
	background: #f5f5f5;
	font-weight: 500;
	text-transform: uppercase;
	color: #555;
	display: inline-block;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 10px 5px;
	box-sizing: border-box;
}
.portlet-map .alert {
	font-size: 1rem;
}
.portlet-map .portlet-title {
	background: #3498db;
	color: #fff;
}
.portlet-map .portlet-item {
    padding: 5px;
    cursor: pointer;
    word-wrap: break-word;
    min-height: 100px;
}
.portlet-item {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ecf0f1;
	padding: 5px 0 5px 0;
	box-sizing: border-box;
	position: relative;
}
.portlet-item .img-avatar-thumb {
	margin-right: 5px !important;
    float: left;
}
.portlet-item h3.title {
	display: block;
	font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.portlet-item h3.title a {
    color: #000 !important;
}
.portlet-item h3.title a:hover {
    color: #0088cc !important;
}
.portlet-image {
	width: 100px !important;
	height: 100px !important;
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.portlet-image .price {
	position: absolute;
    right: 0px;
    bottom: 3px;
    background: #f00;
    color: #fff;
    padding: 0px 3px;
    display: inline-block;
    font-size: 0.75rem;
}
.portlet-image .center-cropped {
	border: 1px solid #ecf0f1;
    box-sizing: border-box;
}

#portletMap .portlet-decoration {
	font-size: 80%;
	line-height: 100%;
	font-weight: 600;
	padding: 0px;
}
#portletMap .portlet-content {
	padding: 0px;
}

/*PORTLET AWARD*/
.portlet-content .award-item {
	width: 100%;
	display: block !important;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ecf0f1;
	float: left;
	color: #999;
}

#share-button img {
	padding: 0px;
}

.content-sidebar {
}

/*SOCIAL STATS*/
#social-stats {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px !important;
 	height: 90px;
 	border-radius: 2px;
}
#social-stats ul {
    width: 100%;
    margin: 0px;
}
#social-stats ul li {
    display: inline-block;
    float: left;
    width: 33%;
}
#social-stats ul li a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 15px 0px 10px 0px;
    width: 100%;
}
#social-stats ul li.ss-twitter a span {
    background-position: 0px 0px;
    background: url("/images/icon-twitter-white.png") no-repeat scroll 50% 0px transparent;
}
#social-stats ul li.ss-facebook a span {
    background-position: 0px 0px;
    background: url("/images/icon-facebook-white.png") no-repeat scroll 50% 0px transparent;
}
#social-stats ul li.ss-google-plus a span {
    background-position: 0px 0px;
    background: url("/images/icon-google-plus-white.png") no-repeat scroll 50% 0px transparent;
}
#social-stats ul li a small {
    color: #fff;
    font-size: 10px;
}
#social-stats ul li a large {
    font-size: 22px;
    color: #fff;
}
#social-stats ul li a span {
    width: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}
#social-stats ul li a span, #social-stats ul li a large, #social-stats ul li a small {
    display: block;
    float: left;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.announcement {
	background: #e67e22;
	color: #fff !important;
	width: 100%;
}
.announcement .title {
	margin: 10px;
	font-size: 24px;
	font-weight: 300;
}
.announcement .content {
	margin: 10px;
	font-size: 20px;
}
.announcement .sub {
	font-size: 12px;
}
.announcement .sub a {;
	color: #ecf0f1;
}
.announcement .left {
	float: left;
	width: 50%;
}


ul.uploadedImages {
	margin: 0px !important;
}
ul.uploadedImages .selected {
	background: #ffffff !important;
}
.uploadedImages li {
	border: 1px solid #eee;
	text-align: center;
}
.uploadedImages img {
	max-width: 70px;
	height: 70px;
}


/*arrows*/
.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 90%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #666;
  bottom: 0.25em;
}

.arrow-e {
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #2980b9;
  left: 0.25em;
}
                    
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #666;
  top: 0.25em;
}

.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: #666;
  right: 0.25em;
}
