/* CSS Document */

/* VIDEO SNIPPETS */
/* --> INLINE */
.v-video-box{
	display:block;

	margin-bottom:15px;
	text-decoration:none !important;
	border-radius:4px;

	background-color:#fcfcfc;
	border-width: 1px 1px 4px 1px;
	border-color: #e2e2e2;
	border-style:solid;
}

.v-video-box:hover{

	border-bottom-width: 3px;
	margin-top:1px;
}

.v-video-box.v-brand{
	border-width: 1px 1px 4px 1px;
	border-color: #FFAB00;
	border-style:solid;
	}

.v-video-box.v-brand:hover{
	border-bottom-width: 3px;
	margin-top:1px;
}

.v-video-box.v-brand .v-title, .v-video-box.v-brand:hover .v-title{
	color: #FFAB00;}

.v-video-box .v-thumbnail{
	position:relative;
	display:block;
	max-height:140px;
	overflow:hidden;
}
.v-video-box .v-thumbnail img{
	width:100%;
}

.v-video-box .v-duration{
	position:absolute;
	top:4px;
	left:4px;
	font-weight:bold;}

.v-video-box .v-likes{
	position:absolute;
	bottom:4px;
	left:4px;
	font-weight:bold;}

.v-video-box .v-hd{
	position:absolute;
	top:4px;
	right:4px;
	font-weight:bold;}


.v-video-box .v-caption{
	display:block;
	padding:10px 6px;
	font-size:0.9em;
	line-height:1.4em;
	}
	
.v-video-box .v-title{
	display:block;
	color: #333;
	height:2.8em;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.v-video-box:hover .v-title{
	color: #333;
	text-decoration:underline;}
	
.v-video-box .v-info{
	display:block;
	color: #999;
	height:1.4em;
	overflow:hidden;
	margin-left:-15px;
	margin-right:-15px;
	}

.v-video-box .v-adddate, .v-video-box .v-views{
	font-size:0.9em;}
	


/* --> BLOCK */


.v-video-box-block{
	position:relative;
	display:block;
	margin: 0;
	padding: 10px;
	text-decoration:none !important;
	border: 1px solid #eee;
	margin-bottom:-1px;
	transition: background-color 0.4s linear;
}

.v-video-box-block.mini{
	padding:6px;}

.v-video-box-block:after{
	content:" ";
	clear:both;
	display:block;
}

.v-video-box-block:hover{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}


.v-video-box-block.v-brand{
	border: 1px solid #FFAB00;
	margin-bottom:0;
}

.v-video-box-block.v-brand + .v-video-box-block.v-brand{
	margin-top:-1px;
}

.v-video-box-block.v-brand:hover{
	box-shadow: 0px 0px 3px #FFAB00;
}

.v-video-box-block.v-brand .v-title, .v-video-box-block.v-brand:hover .v-title{
	color: #FFAB00;}

.v-video-box-block.v-brand .v-user a, .v-video-box-block.v-brand:hover .v-user a{
    color: #FFAB00;}
/*
.v-video-box-block .v-thumbnail{
	position:relative;
	float:left;
	width:33%;
	overflow:hidden;
	vertical-align:middle;
	border-radius:2px;
}

.v-video-box-block .v-thumbnail a{
	display:block;
}

.v-video-box-block.mini .v-thumbnail{
	width:26%;
}

.v-video-box-block .v-thumbnail img{
	width:100%;

	border-radius:2px;
	vertical-align:middle;
}*/

.v-video-box-block .v-thumbnail img{
	width: 100%;
}

.v-video-box-block .v-caption{
	float:left;
	width:67%;
	padding:4px 10px;
	font-size:1em;
	line-height:1.4em;
	}

.v-video-box-block.mini .v-caption{
	width:74%;
	/*font-size:0.96em;
	line-height:1.2em;*/
	}

.v-video-box-block .v-duration{
	position:absolute;
	top:4px;
	left:4px;
	font-weight:bold;}

.v-video-box-block .v-likes{
	position:absolute;
	bottom:4px;
	left:4px;
	font-weight:bold;}

.v-video-box-block .v-hd{
	position:absolute;
	top:4px;
	right:4px;
	font-weight:bold;}

	
.v-video-box-block .v-title{
	display:block;
	color: #333;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.v-video-box-block .v-title:hover{
	color: #333;
	text-decoration:underline;}
	
.v-video-box-block .v-info{
	display:block;
	color: #999;
	height:1.4em;
	overflow:hidden;
	}

.v-video-box-block .v-user a{
	color: #999;
	}

.v-video-box-block .v-adddate, .v-video-box-block .v-views, .v-video-box-block .v-user{
	font-size:0.9em;
	margin-right:20px;}



/* --> SIDE */
.v-video-side-box{
	display:block;

	margin-bottom:6px;
	text-decoration:none !important;
	border-radius:4px;

	border: none;
	padding:2px;
}

.v-video-side-box:after{
	content:" ";
	clear:both;
	display:block;
}

.v-video-side-box:hover{
}

.v-video-side-box.v-brand{
	border: 1px solid #FFAB00;
	border-bottom-width:2px;
	}

.v-video-side-box.v-brand:hover{
}

.v-video-side-box.v-brand .v-title, .v-video-side-box.v-brand:hover .v-title{
	color: #FFAB00;}

.v-video-side-box .v-thumbnail{
	float:left;
	width:30%;
	position:relative;
}

.v-video-side-box .v-thumbnail img{
	width:100%;
}

.v-video-side-box .v-duration{
	position:absolute;
	top:4px;
	left:4px;
	font-weight:bold;}

.v-video-side-box .v-likes{
	position:absolute;
	bottom:4px;
	left:4px;
	font-weight:bold;}

.v-video-side-box .v-hd{
	position:absolute;
	top:4px;
	right:4px;
	font-weight:bold;}


.v-video-side-box .v-caption{
	float:right;
	width:67%;
	font-size:0.86em;
	line-height:1.2em;
	}
	
.v-video-side-box .v-title{
	display:block;
	color: #333;
	height:2.4em;
	overflow:hidden;
	margin-bottom:2px;
	font-weight:bold;
	}
	
.v-video-side-box:hover .v-title{
	color: #333;
	text-decoration:underline;}
	
.v-video-side-box .v-info{
	display:block;
	color: #999;
	height:2.4em;
	overflow:hidden;
	}

.v-video-side-box .v-user, .v-video-side-box .v-views{
	display:block;
	font-size:0.9em;}



.v-thumbnail .v-play-button{
	position:absolute;
	background: rgba(0,0,0,0.7);
	text-align:center;
	vertical-align:middle;
	width:60px;
	height:60px;
	top: 50%;
	left: 50%;
	margin-left:-30px;
	margin-top:-30px;
	border: 2px solid #fff;
	border-radius:50%;
	color: #fff;
	opacity:0.3;}

.v-thumbnail .v-play-button .fa{
	color: #fff !important;
	line-height:60px;
	margin-left:4px;
}


.mini .v-thumbnail .v-play-button{
	width:40px;
	height:40px;
	margin-left:-20px;
	margin-top:-20px;
	border-radius:50%;
}

.mini .v-thumbnail .v-play-button .fa{
	line-height:40px;
	margin-left:4px;
}

.v-video-box-block:hover .v-thumbnail .v-play-button, .v-video-box:hover .v-thumbnail .v-play-button{
	opacity:1;
	box-shadow: 0px 0px 30px rgba(255,255,255,0.8)}
.v-video-box-block:hover .v-thumbnail .v-play-button .fa, .v-video-box:hover .v-thumbnail .v-play-button .fa{
	}

.v-video-box-updated{
	background-color: #d3faff;
}

.v-video-box-updated.v-brand{
	background-color: #fff5e1;
}


.v-gallery-item{
	border: 2px solid transparent;
	overflow: hidden;
}

.v-gallery-item:hover{
	border-color: #0191a5;
}

.v-gallery-item.active{
	border-color: #0191a5;
}

/* BOARD (ITEMS) SNIPPETS */

.b-item-label{
	background: #f5f5f5;
	padding: 1px 4px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 4px;
	max-width: 100%;
	overflow: hidden;
	color: #555;
	position: relative;
}

.b-item-quick-view{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 5px 6px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	opacity:0.3;
}

.b-item-block-box:hover .b-item-quick-view{
	opacity:1;
}

.b-item-quick-view:hover{
	background: rgba(0,0,0,0.7);
}

/* --> INLINE */
.b-item-box{
	display:block;
	margin-bottom:20px;
	text-decoration:none !important;
	border-radius:4px;
	
	background-color:#fff;
	border-width: 1px;
	border-color: #f2f2f2;
	border-style:solid;
}
.b-item-box:after{
	content:" ";
	clear:both;
	display:block;
}

.b-item-box:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	border-color:transparent;
}

.b-item-box.b-brand{
	border: 1px solid #FFAB00;
}

.b-item-box.b-brand:hover{
	box-shadow: 0 0 4px #FFAB00;
}

.b-item-box.b-brand .b-title, .b-item-box.b-brand:hover .b-title{
	color: #FFAB00;}




.v-watch .well .b-item-box{
	margin-bottom: 0px;
}

.b-item-box .b-thumbnail{
	float:left;
	width:45%;
	height:112px;
	overflow:hidden;
	vertical-align:middle;
	padding:6px;
	padding-bottom: 0;
	margin-bottom:6px;
}

.b-item-box .b-thumbnail img{
	max-width:100%;
}

.b-item-box .b-caption{
	float:left;
	width:55%;
	padding:6px;
	font-size:0.9em;
	line-height:1.2em;
	}
	
.b-item-box .b-title{
	display:block;
	color: #333;
	height:3.6em;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.b-item-box:hover .b-title{
	color: #333;
	text-decoration:underline;}
	
.b-item-box .b-geo{
	display:block;
	color: #999;
	font-size:0.96em;
	height:1.2em;
	overflow:hidden;
	}

.b-item-box .b-price{
	display:block;
	font-size:1.4em;
	line-height:1.4em;
	height:1.4em;
}


/* --> CARD */
.b-item-card{
	display:block;
	padding: 10px;
	text-decoration:none !important;
	border-radius:0;
	background-color:#FFF;
	border-width: 1px;
	border-color: #e2e2e2;
	border-style:solid;
	margin-bottom:20px;
}
.b-item-card:after{
	content:" ";
	clear:both;
	display:block;
}

.b-item-card:hover{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

/*.b-item-card .b-thumbnail{
	display:block;
	height:130px;
	overflow:hidden;
	vertical-align:middle;
	border-radius:2px;
	padding:6px;
}

.b-item-card .b-thumbnail img{
	max-width:100%;
	border-radius:2px;
	vertical-align:middle;
}*/


.b-item-card .b-thumbnail {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	position:relative;
	height: auto;
}

@media (max-width: 768px) {
	.b-item-card .b-thumbnail {
		padding-bottom: 45%;
	}
}

.b-item-card .b-thumbnail .b-holder {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 100%; max-height: none !important; min-height: 0 !important;
	max-width: 100%; width: 100%;
	overflow: hidden;
	text-align: center;
}

.b-item-card .b-thumbnail .b-holder img{
	max-width: 100%;
	height: auto;
	margin: auto auto;
}



.b-item-card .b-caption{
	display:block;
	padding:6px;
	font-size:0.9em;
	line-height:1.2em;
	}
	
.b-item-card .b-title{
	display:block;
	color: #333;
	height:3.6em;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.b-item-card:hover .b-title{
	color: #333;
	text-decoration:underline;}
	
.b-item-card .b-geo{
	display:block;
	color: #999;
	font-size:0.96em;
	height:1.2em;
	overflow:hidden;
	}

.b-item-card .b-price{
	display:block;
	font-size:1.8em;
	line-height:1.8em;
	height:1.8em;
}

/* --> BLOCK */
.b-item-block-box{
	position:relative;
	display:block;
	margin: 0;
	padding: 10px;
	text-decoration:none !important;
	border: 1px solid #eee;
	margin-bottom:-1px;
}

.b-item-block-box.mini{
	padding:6px;}


.b-item-block-box:after{
	content:" ";
	clear:both;
	display:block;
}

.b-item-block-box:hover{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

.b-item-block-box.b-brand{
	border: 1px solid #FFAB00;
	margin-bottom:0;
}

.b-item-block-box.b-brand + .b-item-block-box.b-brand{
	margin-top:-1px;
}

.b-item-block-box.b-brand:hover{
	box-shadow: 0px 0px 3px #FFAB00;
}

.b-item-block-box.b-brand .b-title, .b-item-block-box.b-brand:hover .b-title{
	color: #FFAB00;}

.b-item-block-box.b-brand .b-company a, .b-item-block-box:hover.b-brand .b-company a{
	color: #555;}

.b-item-block-box .b-item-picture{
	display: block;
	position: relative;
}


.b-item-block-box img{
	margin: 0 auto;
}

.b-item-block-box .b-item-picture .label{
	display: inline-block;
	vertical-align: baseline;
	text-decoration: none;
	border-radius: 0;
	text-transform: uppercase;
	padding: 4px 6px;
	font-size: 1.1em;
}

.b-item-block-box .b-thumbnail{
	float:left;
	width:28%;
	overflow:hidden;
	vertical-align:middle;
    padding-right: 6px;
}

.b-item-block-box.mini .b-thumbnail{
	width:16%;
    padding-right: 6px;
}

.b-item-block-box.mini .b-item-picture .label {
	font-size: 0.9em;
}

.b-item-block-box .b-thumbnail img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

.b-item-block-box .b-caption{
	float:left;
	width:72%;
	padding:6px;
	font-size:1em;
	line-height:1.4em;
	}

.b-item-block-box.mini .b-caption{
	width:84%;
	padding:4px;
	font-size:0.96em;
	line-height:1.2em;
	}
	
.b-item-block-box .b-title{
	display:block;
	color: #333;
	font-size:1.3em;
	line-height:1.1em;
	margin-bottom:10px;
}

.b-item-block-box.mini .b-title{
	font-size:1.15em;
	line-height:1.1em;
	margin-bottom:6px;
    vertical-align: middle;
}

.b-item-block-box .b-title .label{
    display: inline-block;
	vertical-align: baseline;
	margin-right:10px;
	text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 4px 6px;
}

.b-item-box .b-title .label{
    display: inline-block;
    vertical-align: baseline;
    margin-right:6px;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 2px 4px;
}

.b-item-block-box .b-title:hover .label, .b-item-box .b-title:hover .label{
	text-decoration: none;
}
	
.b-item-block-box .b-geo, .b-item-block-box .b-date{
	color: #666;
	font-size:0.96em;
	height:1.3em;
	overflow:hidden;
}

.b-item-block-box .b-description{
	font-size:1em;
	line-height:1.2em;}

.b-item-block-box .b-price{
	display:block;
	font-size:1.8em;
	line-height:1.8em;
	height:1.8em;
}

.b-item-block-box .b-price i{
	font-size:80%;
}

.b-item-block-box.mini .b-price{
	font-size:1.4em;
	line-height:1.4em;
	height:1.4em;
}

.b-item-block-box .i-item-actions{
	visibility:hidden;
}

.b-item-block-box:hover .i-item-actions{
	visibility:visible;
}

/* --> DETAILED INFO */

.b-item-detailed{}

.b-item-detailed table{
	width:100%;
	border-spacing:0px;
	border: none !important;}
.b-item-detailed table tr:first-child{
	border-top: 1px solid #eee;}
.b-item-detailed table tr{
	border-bottom: 1px solid #eee;}
.b-item-detailed table td, .b-item-detailed table th{
	margin:0px;
	padding:4px;
}
.b-item-detailed table td p{
	margin:0px;
	padding:0px;
}

.b-item-detailed table td, .b-item-detailed table td p{
    font-size: 14px;
}

.b-item-oprice{
    font-size: 20px;
}

.b-item-bprice{
    font-size: 30px;
}

.b-item-oprice i, .b-item-bprice i{
    font-size: 80%;
}

.b-item-noprice{
    font-size: 24px;
}

.b-item-detailed img{
	max-width:100%;
	height: auto;
}


.b-item-detailed table img{
	max-width: inherit;}

.b-item-picture-box{
	border: 1px solid #fff;
	box-sizing: border-box;
	}

.b-item-picture-box.main{
	display:block;
	width:100%;
    text-align: center;}


.b-item-picture-box.sub{
	overflow:hidden;
	max-height:90px;
	width:33.33%;
	display:inline;
	float:left;}

.b-item-picture-box.sub.deleted{
	border: 1px solid #dd2d00;
	opacity: 0.7;
}

.b-item-picture-box img{
	max-width:100%;}

/*.b-item-detailed, .b-item-detailed p, .b-item-detailed div, .b-item-detailed strong, .b-item-detailed b, .b-item-detailed td, .b-item-detailed th, .b-item-detailed tr{
	font-size:12px;}*/

.b-item-edit-category-dropdown {
    box-shadow: none;
    display: inline-block;
    float: left;
    height: 200px;
    margin-right: 15px;
    overflow: auto;
    position: relative;
    width: 23%;
	z-index: 0;
}



@media (max-width: 767px) {
	.b-item-edit-category-dropdown{
		width: 100%;
		height: 160px;
	}
}

.b-item-edit-category-dropdown li {
    position: relative;
}

.b-item-edit-category-dropdown > li > a {
    cursor: pointer;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 5px 15px;
    white-space: normal;
}

.b-item-edit-category-dropdown > li > a .fa {
	margin-left:10px;
}

.b-item-edit-category-dropdown > li.active > a .fa {
	color: #fff;
}


.b-small-dropdowns .b-item-edit-category-dropdown{
	height: 120px;
}

.b-small-dropdowns .b-item-edit-category-dropdown > li > a {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 10px;
}

.b-item-category-search-holder{
	padding: 10px;
	font-size: 85%;
	overflow: auto;
	max-height: 300px;
}

.b-item-category-search-holder .search-item{
	cursor: pointer;
	padding: 2px;
}

.b-item-category-search-holder .search-item:hover{
	background-color: #ddd;
}

/* --> EDITING ITEM */

/* ----> PICTURES */
.b-item-edit-picture{
	display:block;
	margin-bottom:20px;
	text-decoration:none !important;
	border-radius:4px;
	
	background-color:#fcfcfc;
	border-width: 1px;
	border-color: #e2e2e2;
	border-style:solid;
}
.b-item-edit-picture:after{
	content:" ";
	clear:both;
	display:block;
}

.b-item-edit-picture:hover{
	border-color: #ccc;
}


.b-item-edit-picture.deleted{

	border: 1px solid #dd2d00;
}


.b-item-edit-picture.deleted:hover{
	border-color: #aa2300;
}

.b-item-edit-picture .b-thumbnail{
	display:block;
	height:140px;
	overflow:hidden;
	vertical-align:middle;
	border-radius:2px;
	padding:6px;
}

.b-item-edit-picture .b-thumbnail img{
	max-width:100%;
	max-height:100%;
	border-radius:2px;
	vertical-align:middle;
}

.b-item-edit-picture .b-caption{
	display:block;
	padding:6px;
	color: #999;
	text-align:right;
	}

.b-item-edit-picture .b-caption a{
	color: #999;
	margin-left:10px;
	}

.b-item-edit-picture .b-caption a:hover{
	color: #555555;
	}

.b-item-picture-placeholder {
	border: 1px dashed #ccc;
	height: 174px;
	width: 16.6667%;
	float: left;
	padding:0;
	margin-bottom: 20px;
} 
	
	

/* --> CATEGORY TREE */
.b-category-tree-block{}

.b-category-tree-block .title{
    vertical-align: middle;
	margin:0px;}
	
.b-category-tree-block .title a{
    vertical-align: middle;
    font-size: 120%;
	color: #333;
	padding:10px 0;}

.b-category-tree-block .media-body{
    vertical-align: middle;
}

.b-category-tree-block .b-category-img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    position: relative;
}

.b-category-tree-block .b-category-img img{
    position: relative;
    max-height: 110%;
    top:-5px
}


.b-category-tree-block .childs{
	margin:0;
	list-style:none;
	padding:0px;}

.b-category-tree-block .childs li{

}

.b-category-tree-block .childs a{
    color: #444;
	display:inline-block;
	padding: 2px 0;
}


.b-type-info-panel{}

.b-type-info-panel h2{
	margin: 0 0 10px 0;
	text-align: center;
}

.b-type-info-panel h2 a{
	color: #333333;
	font-size: 120%;
}
.b-type-info-panel .counter{
	font-size: 360%;
	text-align: center;
}
/* COMPANIES SNIPPETS */
/* --> INLINE */
.cm-company-box{
	display:block;
	margin-bottom:20px;
	text-decoration:none !important;
	border-radius:2px;
	background-color:#fff;

}
.cm-company-box:after{
	content:" ";
	clear:both;
	display:block;
}

.cm-company-box:hover{

}

.cm-company-box .cm-company-logo{
	float:left;
	width:45%;
	height:112px;
	overflow:hidden;
	vertical-align:middle;
	border-radius:2px;
	padding:6px;
}

.cm-company-box .cm-company-logo img{
	max-width:100%;
	max-height:100%;
	border-radius:2px;
	vertical-align:middle;
}

.cm-company-box .cm-company-caption{
	float:left;
	width:55%;
	padding:6px;
	font-size:0.9em;
	line-height:1.2em;
	}
	
.cm-company-box .cm-title{
	display:block;
	color: #333;
	max-height:3.6em;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.cm-company-box:hover .cm-title{
	color: #333;
	text-decoration:underline;}
	
.cm-company-box .cm-geo{
	display:block;
	color: #999;
	font-size:0.96em;
	height:1.2em;
	overflow:hidden;
	}
	
/* --> BLOCK */
.cm-company-block{
	overflow:hidden;}
.cm-company-block .pic{}
.cm-company-block .pic img{
	max-width:100%;}
.cm-company-block .title{
	color: #333;
	display:block;}

.cm-company-block .title:hover{
	color: #666;}
.cm-company-block.mini .add-info{
	font-size:85%;}


/* NEWS SNIPPETS */
/* --> INLINE */
.n-news-box{
	display:block;
	margin-bottom:20px;
	text-decoration:none !important;
	border-radius:2px;
	background-color:#fff;
}

.n-news-box.sidebar{
	margin-bottom:4px;
}

.n-news-box:after{
	content:" ";
	clear:both;
	display:block;
}

.n-news-box:hover{

}

.n-news-box .n-news-thumb{
	float:left;
	width:26%;
	height:112px;
	overflow:hidden;
	vertical-align:middle;
	border-radius:2px;
	padding:6px;
}

.n-news-box.sidebar .n-news-thumb{
	height:60px;
}

.n-news-box .n-news-thumb img{
	max-width:100%;
	max-height:100%;
	border-radius:2px;
	vertical-align:middle;
}

.n-news-box .n-news-caption{
	float:left;
	width:74%;
	padding:6px;
	font-size:0.9em;
	line-height:1.2em;
	}
	
.n-news-box .n-title{
	display:block;
	height:4.9em;
	overflow:hidden;
	margin-bottom:4px;
	color: #999;

}

.n-news-box .n-title a{
	display:block;
	color: #333;
	font-weight:bold;
	font-size:1.1em;
}

.n-news-box.sidebar .n-title a{
	font-size:1em;
}
	
.n-news-box .n-title a:hover{
	color: #333;
	text-decoration:underline;}

.n-news-box .n-date{
	display:block;
	color: #666;
	font-size:0.96em;
	height:1.2em;
	overflow:hidden;
	margin-bottom:4px;
}
.n-news-box .n-category{
	display:block;
	height:1.2em;
	overflow:hidden;
}

.n-news-box .n-category a{
	color: #444;
	font-size:0.96em;
}

/* CHANNELS LIST */
.ch-channel{
	vertical-align:middle;
	}

.ch-channel img{
	vertical-align:middle;
	}

.ch-channel-title{
	font-size:2em;
	line-height:1em;
	color: #333;}

.ch-channel-title:active, .ch-channel-title:visited{
	color: #333;}

.ch-channel-title:hover{
	color: #666;}

.ch-channel-label{
	font-size:1em;
	padding:4px 6px;
	margin-top: 6px;
	margin-left:10px;}

/* FORUMS THREADS SNIPPETS */

.f-threads{}

.f-thread-box{
	display:block;
	margin-bottom:30px;
	font-size:1em;}

.f-thread-box:after{
	clear:both;
	content:" ";
	display:block;}
	
.f-thread-title{
	display:block;
	margin-bottom:6px;}

.f-thread-title a{
	color: #333;
	font-weight:bold;}

.f-thread-avatar{
	width:5%;
	float:left;
	max-height:50px;
	overflow:hidden;}

.f-thread-avatar img{
	max-width:100%;
	max-height:100%;}

.f-thread-desc{
	margin-left:6%;}

.f-thread-desc a{
	margin-right:10px;
	color: #666;}
	
/* PM SNIPPETS */


.u-pm-item{
	margin-bottom:10px;
	border-radius:3px;
	border:1px solid #eee;
	padding:8px;}

.u-pm-type-arrow{
	color: #eee;}

.u-pm-item-holder:hover .u-pm-item{
	border-color:#ccc;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);}
.u-pm-item-holder:hover .u-pm-type-arrow{
	color: #ccc;}

.u-pm-item-holder.new .u-pm-item{
	border:2px solid #7ebb00;}

.u-pm-item-holder.new .u-pm-type-arrow{
	color: #7ebb00;}

.u-pm-item .u-pm-user-side{
	overflow:hidden;}

.u-pm-item-holder .u-pm-item-date{
    visibility: hidden;
}

.u-pm-item-holder:hover .u-pm-item-date{
    visibility: visible;
}

.my-pm-answers{
    background: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
}

.u-pm-answer-holder{

}
	
.u-pm-answer{
	position: relative;
	border-radius:0 3px 3px 3px;

    background-color: #fff;
	padding:10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

.u-pm-answer.is_mine {
	border-radius: 3px 0 3px 3px;
}

.u-pm-answer .triangle{
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	font-size: 20px;
	line-height: 12px;
	position: absolute;
	right: -15px;
	top: 0;
	color: #effdde;
	text-shadow: 2px 0px 2px rgba(0,0,0,0.1);
}

.u-pm-answer .triangle.left{
	position: absolute;
	left: -15px;
	right: inherit;
	color: #fff;
	text-shadow: -2px 0px 2px rgba(0,0,0,0.1);
}


.u-pm-answer.new{
	border:1px solid #7ebb00}

.u-pm-answer.new .triangle{
	right: -14px;
	text-shadow: 0.1em -0.05em 0 #7ebb00;
}
.u-pm-answer.new .triangle.left{
	left: -14px;
	right: inherit;
	text-shadow: -0.1em -0.05em 0 #7ebb00;

}

.u-pm-answer.is_mine{
	background-color: #effdde;
}

.u-pm-answer-user{

}

.u-pm-answer-attach{
	background: #f8f8f8;
	padding:10px;
	border-radius: 3px;
}

.u-pm-answer-attach-box{
	display:block;
	margin-bottom:10px;
	overflow: hidden;
	height: 40px;
}

.u-pm-attach-del i{
	color: #ccc;
}

.u-pm-attach-del:hover i{
	color: #dd2d00;
}

.u-pm-answer-read i{
	color: #ccc;
}

.u-pm-answer-read.is-read i{
	color: #7ebb00;
}
	

/* ADV PANELS */
.adv-panel{
	padding:10px;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}

.adv-panel:after{
	content:" ";
	clear:both;
	display:block;
}

.adv-panel-icon{
	width:26%;
	max-width:90px;
	float:left;}

.adv-panel-icon i{
	font-size:360%;}

.adv-panel-body{
	min-width:74%;
	float:left;
	font-size:100%;}
.adv-panel-body .big{
	font-size: 160%}


.adv-panel-lg{
	padding:10px;
}



.adv-panel-lg .adv-panel-icon{
	width:26%;
	max-width:90px;
	float:left;}

.adv-panel-lg .adv-panel-icon i{
	font-size:400%;}

.adv-panel-lg .adv-panel-body{
	min-width:74%;
	float:left;
	font-size:100%;}
.adv-panel-lg .adv-panel-body .big{
	font-size: 200%}

/* ADV YOUR PLACE */

.adv-your-place{
    position: relative;

}

.adv-your-place-item,.adv-your-place-item:visited{

    display: block;
    text-decoration: none;
    background-color: #f2f2f2;
    background-image: url("../img/site/adv_bg5.jpg");
    background-size: cover;
    background-position: 0 30%;

    font-size: 160%;
    padding: 20px;

    border-radius: 2px;

    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);

    box-shadow: 0 0 3px rgba(0,0,0,0.05) inset;
    transition: text-shadow 0.2s linear;
}

.adv-your-place-item span{
    font-size: 120%;
    font-weight: bold;
}

.adv-your-place-item span i{
    font-size: 80%;
}

.adv-your-place-item:hover,.adv-your-place-item:active,.adv-your-place-item:focus{
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
    color: #fff;
}

.adv-yp-top{}
.adv-yp-right{
    padding: 100px 0;
}
.adv-yp-middle{}


.adv-close-cover{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

.adv-close-cover:hover{
    color: #f2f2f2;
}


/* PARTNERS POSTS */
.p-post-box{
	display:block;
	margin-bottom:15px;
	text-decoration:none !important;
	border-radius:4px;
	border: 1px #f2f2f2 solid;
}

.p-post-box:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	border-color:transparent;
}

.p-post-box .p-picture {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	position:relative;
	height: auto;
}
.p-post-box .p-picture > .p-pic-holder {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 100%; max-height: none !important; min-height: 0 !important;
	max-width: 100%; width: 100%;
	overflow: hidden;
	text-align: center;
}

.p-post-box .p-picture > .p-pic-holder > img{
	max-width: 100%;
	height: auto;
	margin: auto auto;
}


.p-post-box .p-caption{
	display:block;
	padding:10px 6px;
}

.p-post-box .p-title{
	display: block;
	font-size:14px;
	line-height:16px;
	color: #333;
	height:48px;
	overflow:hidden;
	font-weight: bold;
}

.p-post-box:hover .p-title{
	text-decoration:underline;
}


.b-items-actions-box{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2001;
	margin: 0;
	height: 100px;
	overflow: hidden;
	transition: height 0.2s linear;
}

.b-items-actions-box .h4 {
	margin:0;
}

.b-items-actions-box .media {
	margin:0;
}

.b-items-actions-box .panel-heading{
	padding: 5px 8px;
}


@media (max-width: 768px) {
	.b-items-actions-box .panel-body {
		max-height: 400px;
		overflow-y: auto;
	}
}



.j-edited-item, .j-edited-item td{
	background-color: rgb(227, 253, 255) !important;
	transition: background-color 0.3s linear;
}