#weblinks {
	padding: 0 10px
}

#weblinks h1 {
	font-size: 120%;
	margin: 10px 0;
	text-align: center
}
#weblink .title {
    position: relative;
    padding: 10px 0;
    margin-right: 5px;
    text-align: center;
    padding-top: 0;
    font-size: 22px; 
    color: #009240;
}
#weblink  .noib{
    color: #fff;
    font-size: 15px;
    padding: 2px;
    background: #009240;
    border-radius: 20px;
}
#weblink .detail .deslang {
    font-family: 'ambleregular';
    text-transform: uppercase;
    color: #d12321;
    text-align: center;
}
#weblink  .title h1    {position: relative;
    display: inline-block;
    background-color: #009214;
    padding: 5px 10px;
    z-index: 1;
    margin: 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 20px;}

#weblink.title  h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: solid 1px #009214;
    border-bottom: solid 1px #009214;
}
#weblinks h3 {
	font-size: 120%;
	margin-bottom: 10px
}

#weblinks #intro {
	font-weight: bold;
	margin: 10px 0
}

#weblinks .cat h2 {
	border-bottom: 1px solid #F8F8F8;
	font-size: 16px;
	padding-left: 0
}

#weblinks .cat h2 a {
	color: #900;
	font-weight: normal
}

#weblinks .cat h2 img {
	float: left;
	padding-right: 10px
}

#weblinks .cat ul {
	padding-right: 110px
}

#weblinks .cat ul li {
	float: left;
	font-size: 86%
}

#weblinks .cat ul li span {
	padding: 0 2px
}

#weblinks .description {
    padding: 5px;
    text-align: justify;
    background: #f5ff9e;
    background-image: linear-gradient(to bottom,#b71715 0,rgba(245, 255, 158, 0) 5%,rgba(245, 255, 158, 0) 95%,rgb(215, 38, 36) 100%);
    font-size: medium;
}

#weblinks #items {
	padding: 10px 0
}

#weblinks .item {
    border: 1px dotted #ccc;
    padding: 5px;
    width: 100%;
    margin: 5px 0;
    overflow-x: hidden;
}
#weblinks .item:hover {
    background: #ffffff;
    opacity: 1;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: all 1s ease 0s;
    z-index: 10;
    position: inherit;
    border-right: 1px solid red;
    border-left: 1px solid #009240;
    border-bottom: 1px solid red;
    border-top: 1px solid #009240;
}
#weblinks .item:hover  img {
    border-right: 2px solid #009240;
    border-left: 2px solid red;
    border-bottom: 2px solid #009240;
    border-top: 2px solid red;
    padding: 2px;
    background: #fff;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; 
}

#items #toolbar {
	clear: both;
	padding: 0 10px
}

.item .item-first {
    margin-right: 5px;
    height: 42px;
    background: #bf00ff;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#8a0400 20%,#00a03b 20%,#298e49 80%,#8a0400 80%,#8a0400 100%)!important;
}

.item:hover .item-first {
    margin-right: 5px;
    height: 42px;
    background: #bf00ff;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#1e9345 20%,#8a0400 20%,#8a0400 80%,#1d9345 80%,#1b9544 100%)!important;
}

.item .item-content {
    height: 77px;
    overflow: hidden;
    text-align: justify;
    text-transform: none;
}

.item .item-thumb {
    max-width: 100%;
    height: 100px;
    text-align: center;
    max-height: 100px;
    overflow: hidden;
    font-weight: bold;
}

.item .item-thumb img {
    border: 1px solid #da2725;
    background: #fff;
    margin: 0 4px;
    padding: 2px;
    max-width: 98%;
    border-radius: 10px;
    height: 80px;
}
#weblinks .item h2 {
    height: 20px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
}
#weblinks .item h2 a { color: #f00;
}
#weblinks .item h2:hover a { color: #1e9345;
}

.item a.hits, .item a.hits:link, .item a.hits:visited {
    display: block;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    width: 60px;
    color: #fff;
}
 .text-c{
    text-align: center;
}
 .text-l{
    text-align: left;
}
 .text-r{
    text-align: right;
}
 .text-j{
    text-align: justify;
}

.item a.item-hits:hover {
	background: #fff url(../images/weblinks/icons.gif) no-repeat 0 -311px
}

.item a.readmore, .item a.readmore:visited {
	background: #fff url(../images/weblinks/icons.gif) no-repeat 0 -286px;
	color: #999;
	display: block;
	font-size: 80%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 50px
}

.item-content span.domain {
	color: #999;
	font-size: 70%;
	font-weight: normal
}

.item-content .meta {
	font-size: 90%
}

.item-content p {
	margin: 0;
	padding: 0
}

.item-content a {
	font-size: 13px;
	font-weight: bold
}

.meta span.author, .meta span.time, .meta span.category a, .meta span.category a:visited {
	color: #999
}

.meta span.category a {
	font-weight: normal
}

.item .taskbar {
	text-align: right
}

.taskbar span.first {
	color: #999;
	font-size: 90%
}

.taskbar span.report a {
	background: url(../images/weblinks/report.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px
}

.taskbar span.report a:hover {
	background: url(../images/weblinks/report-hover.png) no-repeat
}

#weblinks .wl {
	text-align: right;
	width: 50%
}

#weblinks .wr {
	text-align: left;
	width: 50%
}

#weblinks .padding {
	padding: 2px 10px
}

#weblinks .h2_title {
	background: url(../images/weblinks/icon-cat.gif) 0 3px no-repeat;
	padding-left: 15px
}

.div_boder {
	margin-bottom: 5px
}

#weblink .title_cate {
    height: auto;
    text-align: center;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0);
}



#weblink .title_cate ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0
}

#weblink .title_cate .par_title {
    padding-left: 8px;
    padding-right: 8px;
}
#weblink .title_cate .par_title:after {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 4px;
    border-top: solid 3px #009214;
    border-bottom: solid 1px #cc211f;
}

#weblink .title_cate .par_title a {
    font-weight: bold;
    position: relative;
    display: inline-block;
    background-color: #009214;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 1;
    margin: 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#weblink .title_cate .par_title a:hover {
	color: #ff0;
	font-weight: bold
}

#weblink .title_cate ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px
}

#weblink .title_cate ul li a {
	color: #999;
	font-weight: bold
}

#weblink .title_cate ul li a:hover {
	color: #000;
	text-decoration: none
}

#weblink .content {
    height: auto;
    margin: 5px 0;
}
#weblink .content .viewup {
    text-align: center;
    background: #009214;
    background-image: linear-gradient(to right,#da2725 50%,#da2725 50%,#009214 50%,#009214 100%)!important;
    color: #fff;
    padding: 2px 5px;
    height: 20px;
    margin: 0px 5px 5px 5px;
}
#weblink .content .viewlink {
    text-align: center;
    margin: 5px 5px 0 5px;
    background: #009214;
    background-image: linear-gradient(to right,#009214 50%,#da2725 50%,#da2725 50%,#da2725 100%)!important;
    color: #fff;
    padding: 2px 33px;
    height: 20px;
}
#weblink .content .viewlink a { 
    color: #fff; 
}
#weblink .content:hover .viewlink a { 
    color: #ff0; 
}
#weblink .content .weblink-home {
    padding: 5px;
    border: #ccc 1px solid;
}
#weblink .content .weblink-home h2 {
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-transform: uppercase;
    margin: 5px 0;
}
#weblink .content .weblink-home .txt-home {
    height: 57px;
    overflow: hidden;
    text-align: justify;
    text-transform: lowercase;
}
#weblink .weblink-img{
    text-align: center;
}
#weblink .content img {
    border: #ccc 1px solid;
    margin-right: 5px;
    padding: 1px;
    height: 80px;
    width: auto;
    max-width: 100%;
}

#weblink .content p {
	margin: 0 0 0 5px;
	padding: 0
}

#weblink .content span {
	font-size: 11px;
	text-align: right
}

#weblink .content span a {
	color: #F90;
	font-weight: bold;
	text-decoration: none
}

#weblink .content span a:hover {
	color: #069
}

#weblink .content h1 {
	color: #069;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

#weblink .color {
	color: #09C
}

#weblink .title_file {
	color: #069;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px
}

#weblink .thumb_imgweb img {
	border: #CCC;
	float: left;
	margin-right: 5px;
	padding: 2px;
	width: 90px
}

.item a.readmore:hover, .meta span.category a:hover {
	color: #333
}
#wlmenu {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
#wlmenu li {}
#wlmenu li a {
    display: block;
    padding: 2px 3px 2px 2px;
    border-bottom: #ccc 1px solid;
}
#wlmenu li a:hover { 
    background: rgba(0,0,0,0.075);
}

#wlmenu li a:hover .fa {
    color: #008ff3;
    background: #fff;  
    border: #009214 1px solid; 
}
#wlmenu li a .fa {
    color: #ea0000;
    background: #ff0;
    padding: 2px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    border: #f00 1px solid;
 border-radius: 10px;
    margin-right: 2px;
}


#weblink .title:after {top: 35% !important; }
#weblink .title .fa-arrow-circle-left:before { color: #ff0;}
 