.titlegirl {
	font-size: 15px;
	margin-bottom: 15px;
}
.titlemag {
	font-size: 17px;
}

.tagcloud { padding-bottom: 20px; }

.tagcloud a {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 1px 4px;
	/*border: 1px solid #E5E5E5;*/
	border: 1px dotted #86ACA3;
	font-size: 13px !important;
	/*color: #666;*/
	border-radius: 2px;
	/*background: #eee;*/
	/*background: rgba(0, 0, 0, 0.44);
	color: #dedede;*/
}

.emptytag {
	background: rgba(0, 0, 0, 0.44);
	color: #dedede;
}

.seltag {
	background: rgba(0, 0, 0, 0.01);
	color: #fff !important;
}

body:not(.device-touch) .tagcloud a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagcloud a:hover {
	/*border-color: #1ABC9C !important;*/
	border: 1px dotted #86ACA3;
	/*background: #777 !important;*/
	background: rgba(0, 0, 0, 0.01);
	color: #fff !important;
}

.tagcloud .seltag a:hover {
	/*border-color: #1ABC9C !important;*/
	border: 1px dotted #86ACA3;
	/*background: #777 !important;*/
	/*background: #eee;*/
	background: rgba(0, 0, 0, 0.44);
	color: #dedede;
}

.tagmag {
	padding-bottom: 10px;
}

.backgrgirl {
	background: rgba(0, 0, 0, 0.44);
	padding: 5px 0 5px 10px;
}
.gsocial {
	/*background: rgba(0, 0, 0, 0.44);*/
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
}
.gsocial i {
    /*background-color: #c6c6c6;*/
	background: rgba(0, 0, 0, 0.44);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.44);
}
.gsocial i:hover {

	background: rgba(0, 0, 0, 0.10);

}

.titlegirl {
	font-size: 15px;
	margin-bottom: 15px;
}
.titlemag {
	font-size: 17px;
}

.infog {
	/*margin-top:10px;
	display: block;
	margin-bottom:20px;*/
	/*padding-bottom: 20px;*/
}

.infog a {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 6px;
	/*border: 1px solid #E5E5E5;*/
	/*border: 1px dotted #86ACA3;*/
	font-size: 13px !important;
	border: 1px solid rgba(0, 0, 0, 0.44);
	/*color: #666;*/
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.44);
	/*background: #eee;*/
	/*background: rgba(0, 0, 0, 0.44);*/
	color: #dedede;
}

.infog a:hover {
	/*border-color: #1ABC9C !important;*/
	/*border: 1px dotted #86ACA3;*/
	/*background: #777 !important;*/
	/*background: rgba(0, 0, 0, 0.01);*/
	color: #fff !important;
}