/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */



h4.ns2-title {
    font-weight: normal;
    margin: 5px 0 15px;
}

.ns2-date-blog {
    background: none repeat scroll 0 0 #4a515c;
    color: #848484;
    float: left;
    margin: 0 10px 0 0;
    padding: 12px 10px;
    text-align: center;
    border-radius: 2px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ns2-date-blog:hover {
    background: none repeat scroll 0 0 #5b626d;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ns2-image {
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ns2-image:hover {
    border-bottom: 1px solid #018fff;
    opacity: 0.8;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.ns2-created:before {
    content: "\f017";
    font-family: FontAwesome;
}

.ns2-title {
    font-weight: normal !important;
}

div.nssp2-default .ns2-art-prev {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url('../images/nsp_portal_mode_7_interface.png') no-repeat 0 0;
    background-position: 0 0;
    text-indent: -999em;
    margin-top: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}

div.nssp2-default .ns2-art-next {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url('../images/nsp_portal_mode_7_interface.png') no-repeat 0 0;
    background-position: -26px 0;
    text-indent: -999em;
    margin-top: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    margin-right: 5px;
}

div.nssp2-default .ns2-art-prev:hover { background-position: 0 -26px; transition: all 0.2s ease-in-out 0s; }
div.nssp2-default .ns2-art-next:hover { background-position: -26px -26px; transition: all 0.2s ease-in-out 0s; }

div.nssp2-default .ns2-art-pagination, div.nssp2-default .ns2-links-pagination {
    float: left;
    margin: 10px;
}

a.ns2-readmore span {
        padding: 6px 10px;
        color: #fff;
        border-radius: 2px;
        background: #018fff;
        -moz-box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.2) inset;
        -webkit-box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.2) inset;
        box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.2) inset;
        transition: all 0.3s ease-in-out 0s; 
}
a.ns2-readmore span:after {
	margin-left: 5px;
        content: "\f0da";
        font-family: FontAwesome;
}

a.ns2-readmore span:hover {
	color: #FFF;
        background: #4bb0ff;
        transition: all 0.3s ease-in-out 0s;
}


div.ns2-category:before {
	position:absolute;
        top:0;
        left:-5px;
        content: "\25AE"
}
div.ns2-category {
	margin-right: 5px;
	}

div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers {
        position: absolute;
        top: 5px;
        right: 0;
}