.border-red{border: solid 1px red !important;}
.border-blue{border: solid 1px blue !important;}
.border-green{border: solid 1px green !important;}
.border-black{border: solid 1px black !important;}
.font-14{font-size: 14px !important;}
.font-16{font-size: 16px !important;}
.font-20{font-size: 20px !important;}
.padding-20{padding: 20px !important;}
.bg-forum-cat{
	background-color: #D5EDF5;
}
.bg-forum-forum{
	background-color: #ffffff;
}
.viewforum-topics-list-lg {
	padding: 0;
	list-style-type: none;
}
.viewforum-topic-item-lg {
	margin-bottom: 1em;
	background: #E0E0E0;
}
.viewforum-topic-item-lg-new {
	margin-bottom: 1em;
	background: #DADADA;
}
.viewforum-topic-badge-lg {
	height: 80px;
	/*border: solid 1px red;*/
}
.viewforum-topic-badge-lg img {
	margin-top: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #E8E8E8;
	border-radius: 50%;
	box-sizing: content-box !important;
	transition: border 0.25s ease-out;
}
.viewforum-topic-likes-lg {
	/*padding: 5px;*/
	/*border: solid 1px red;*/
}
.viewforum-likes-heart-lg {
	padding: 3px;
	font-size: 14px;
}
.viewforum-likes-count-lg {
	padding-left: 4px;
	font-size: 14px;
}
.viewforum-likes-alive {
	color: red !important;
}
.viewforum-likes-dead {
	color: grey !important;
}
.viewforum-topic-topic-lg {
	/*border: solid 1px green;*/
}
.viewforum-topic-title-lg {
	margin: 7px 0 0 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.05em;
	color: #989898;
	/*border: solid 1px red;*/
}
.viewforum-topic-date-lg {
	margin: 3px 0 0 0;
}
.viewforum-topic-comments-lg {
	/*border: solid 1px green;*/
}
.viewforum-topic-comments-lg .counter {
	/*float: left;*/
	/*margin-right: 5px;*/
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	/*background: #B0B0B0;*/
	border-radius: 50%;
		/*border: solid 5px #E0E0E0;*/
}
.viewforum-topic-comments-lg .poster-avatar {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	width: 32px;
	height: 32px;
	/*border: 1px solid #E8E8E8;*/
	border-radius: 50%;
	box-sizing: content-box !important;
	transition: border 0.25s ease-out;
}
.viewforum-topic-comments-last-poster-lg {
	/*height: 80px;*/
}
.viewforum-topic-comments-last-time-lg {
	/*height: 80px;*/
}
.viewforum-no-commenters {
	height: 80px;
}
.viewforum-no-commenters .counter {
	margin: 20px 0 0 10px;
}
.viewforum-post-read {
	background: #B0B0B0;
}
.viewforum-post-unread {
	background: #FF0000;
}

/*  viewtopic */
.viewtopic-post-title-lg {
	background: #E0E0E0;
	padding: 10px 0 15px 20px;
	/*border:solid 1px red;*/
}
.viewtopic-post-list-lg {
	padding: 0;
	list-style-type: none;
}
.viewtopic-post-item-lg {
	margin-bottom: 1em;
	/*background: #E0E0E0;*/
	box-shadow: 5px 10px 8px #888888;
	/*border:solid 1px red;*/
}
.viewtopic-post-item-lg-new {
	margin-bottom: 1em;
	background: #D0D0D0;
}
.viewtopic-poster-avatar {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	width: 50px;
	height: 50px;
	/*border: 1px solid #E8E8E8;*/
	border-radius: 50%;
	box-sizing: content-box !important;
	transition: border 0.25s ease-out;
}
.postprofile {
	box-shadow: 5px 5px 8px #eeeeee;
}

/*  Solicitud presupuestos */
.solicitud:hover, .oferta:hover {
	background: #D5EDF5;
	/*border:solid 1px blue;*/
	cursor: pointer;
}

/*  Noticias */
.noticias-grid {
	margin: 15px 5px 0 0;
	padding: 2px;
	/*border:1px solid rgba(0,0,0,.1);*/
	/*border: solid 1px red;*/
	box-shadow: 5px 10px 8px #888888;
}
.noticias-grid a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.noticias-image {
}
.noticias-image img{
	width: 100%;
}
.noticias-title {
	height: 20px;
	padding: 3px;
	font-weight: bold;
	/*border: solid 1px red;*/
}
.noticias-fecha {
	min-height: 15px;
	padding: 2px;
	background: #D5EDF5;
	font-size: 10px;
	font-weight: bold;
	/*border: solid 1px red;*/
}

.noticia-title{
	color: #536482;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.noticia-sub-titulo {
	color: #000;
	font-size: 14px;
	padding: 5px;
}
.noticia-summary {
	color: #bbb;
	font-size: 14px;
	margin-bottom: 20px;
}

.noticia-text {
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 32px;
}
.noticia-url-text {
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 32px;
}
/* This is the market format*/
.market-ad{font-family:Raleway,sans-serif;text-align:center;padding:12px;border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1; cursor:pointer;}
.market-ad a:link, a:visited, a:hover, a:active {text-decoration: none;}
.market-ad .market-ad-image{position:relative;transition:all .3s ease 0s;height: 300px;}
.market-ad .market-ad-image a{display:block}
.market-ad .market-ad-image img{max-width:100%;max-height:100%}
.market-ad .pic-1{opacity:1;transition:all .3s ease-out 0s}
.market-ad:hover .pic-1{opacity:1}
.market-ad .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.market-ad:hover .pic-2{opacity:1}
.market-ad .market-ad-name{background-color:#ccc;font-size: 12px; font-weight:bold; border:solid 1px transparent}

.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#ef5777}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#ef5777;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:center;padding:12px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-27px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#ef5777}
.product-grid .price{color:#333;font-size:17px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}

.market_headSection {
	margin-top: .50rem !important;
	padding: 20px 20px 20px 40px !important;
	background-color: #f8f9fa !important;
	font-size: 16px;
	font-weight: 700 !important;
	text-align: left !important;
}
.market_disclaimer {
	margin-top: 1.90rem;
	padding: 20px 20px 20px 40px;
	background-color: #f8f9fa;
	border: solid 1px #c8f9fa;
	text-align: center;
}

@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}


/*  If the screen goes between 768px and 992px */
@media (max-width: 765.98px) {
}
/*  If the screen goes between 768px and 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/*  If the screen goes beyond 992px */
@media (min-width: 992px) {
}
/*--- delete till here ---*/

/*--------------------------------------------------------------------------*/
/* Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
}
/*--------------------------------------------------------------------------*/
/*  If the screen goes beyond 991px
@media (min-width: 992px) {
}
/*  If the screen goes below 991px
@media (max-width: 991px){
}
/*--- main-content ---*/
