﻿/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - ticker-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
   - news post general style
   - image-post style
   - post-tags list style
   - standard post style
   - standard post2 style
   - image post2 style
   - list posts style
   - image post3 style
   - article post style
   - large post style
   - list post style
   - very large post style
   - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/


.NewPicture {
    background-color: #e8ea21;
    color: white;
    font-size: 8px;
    padding: 2px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}
.NewArticle {
    background-color: #f46e0f;
    color: white;
    font-size: 8px;
    padding: 2px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}

.EventMark {
    color: #f46e0f;
    font-size: 10px;
    padding: 2px 3px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    /* top: -1px; */
    border: 1px solid #f46e0f;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}

/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list > li .autor-box .autor-content p {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    line-height: 1.6; 
    height: 5em; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    word-spacing:1px;
}
ul.autor-list > li .autor-box .autor-content p a {
    color: #666;  
}
ul.autor-list > li .autor-box .autor-content p a:hover {
    text-decoration: none;
    opacity: 0.7;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
    text-decoration: none;
    color: #555;
}
ul.autor-list > li .autor-last-line a.autor-site {
    text-decoration: none;
    color: #999;
    font-weight: 600;
}

/*ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
    background-color: #18a3dd;
    border-radius: 3px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
    color: white;
    padding: 5px 10px;
}*/

.pagination-box {
    text-align:center;
}
.PagerButton, .PagerNormal, .PagerCurrent {
    /*display: inline-block;*/
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 6px 11px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.PagerButton:hover, .PagerNormal:hover { 
    text-decoration: none;   
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}
.PagerCurrent {
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}
.inactive {
    display:none !important;
}


/*******************************/
.ListTitleWrapper {
    position: relative;
    height: 20px;
    border-bottom: 1px solid Silver;
    padding-bottom: 10px;
}
.ListLeftTitle {
    display: inline-block;
    padding: 0 18px;
    text-align: center;
    float: left;
}
.PaddingRight20 {
    padding-right: 20px
}
.BoardListItemTitleWrapper {
    overflow: hidden;
    position: relative;
    padding: 3px 5px;
}
.BoardListSeperator {
        border-bottom: 1px solid #EBE8E8;
}
.ClubBoardListItem{
    padding:10px;
}
.ClubBoardListItem:hover {
    /*box-shadow: 0 0 0 2px #6b29ad inset;*/
    background-color: #f7f7f7;
}
/*.ClubBoardListItemDate, .ClubBoardListItemName {
        display: inline-block;
}
.ClubBoardListItemName {
        float: left;
    width: 25%;
    overflow: hidden;
    height: 20px;
}*/
.width63 {
    width: 63% !important;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.AlternativeColumn {
    float: right;
    text-align: right;
    width: 100px;
    color: #a9a9a9;
}
.HorizontalPadding6  {
    padding: 0 6px;
}
/*******************************/

.autor-list li {
    padding: 10px;
    color: #333;
}
.autor-list li:hover {
    background-color: #EBE8E8;
    cursor: pointer;
    text-transform: none;
}

    .autor-list li .board-user, 
    .autor-list li .board-date {        
        color: #606060;
    }
    .autor-list li .board-title {
        margin-top: 5px;
        font-size: 16px;
        font-weight: bold;  
        color: #333;
    }
.txt-right {
    text-align: right;
}

    .image-post2 img {
        height: 290px;
    }

/*.single-post-box > .post-content img {
    width:100%;
}*/

@media  (min-width:990px) {
    .grid-box .video-post {
        height: 155px;
        overflow: hidden;
    }

    /*.single-post-box > .post-content img {
        width:100%;
    }*/
}
