/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2014, 10:35:50 AM
    Author     : Narmandakh. V, Infinite Solutions LLC
*/

.news-main-title {

}

.content-container {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    margin-top: 0px;
    position: relative;
}

.news-thumbnails {
}

.news-thumbnail {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 40px 28px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease  0.5s;
    transition: all ease 0.5s;
    height: 330px;
    position: relative;
}

.news-contentdiv{
    max-height: 220px;
    overflow: hidden;
}

.news-thumbnail:hover {
    background-color: #f6f6f6;
}

@media (min-width: 480px) and (max-width: 800px){
    .news-thumbnail {
        height: 250px;
    }

    .news-contentdiv{
        max-height: 140px;
        overflow: hidden;
    }

}

@media (max-width: 479px){
    .news-thumbnail {
        height: 250px;
    }

    .news-contentdiv{
        max-height: 140px;
        overflow: hidden;
    }

}

.news-top {
    padding-bottom: 10px;
}

.news-top-blue {
    color: #0094da;
}

.news-title-new {
    font-weight: bold;
    font-size: 18px;
    /*color: #292a2e;*/
    color: #4c4c4c;
}

.news-short {
     
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.news-more{
    font-size: 13px;
    text-transform: none;
    color: #4c4c4c;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.news-thumb-last-col {
    border-right: none;
}

.content-pager {
    padding: 20px 10px;
    width: 100%;
}

.np-title-date {
    text-align: center;
     
    font-size: 14px;
    color: #797979;
    padding-top: 30px;
}

.news-popup-container {
    background-color: white;
    /*border-bottom: 1px solid #eaeaea;*/
    border-right: 1px solid #eaeaea;
    color: #5d5d5d;
    left: 0;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    /*display: none;*/
}

.np-title {
    font-size: 26px;
    line-height: 40px;
    padding: 25px 0;
    text-transform: uppercase;
    text-align: center;
    padding-right: 20px;
}

@media (max-width: 768px){
    .np-title {
        font-size: 20px;
        line-height: 33px;
    }
}

.np-content {
    text-align: justify;
}

.np-content-container {
    padding: 30px 0 30px 0;
}

@media (min-width: 768px) and (max-width: 992px){
    .np-content-container {
        padding: 30px 38px 30px 0;
    }
}

.np-social-links {

}

.np-social-link {
    float: left;
    border-top: 1px solid #fff;
}

.np-social-link-mail {
    border: 1px solid #eaeaea;
    height: 43px;
    margin-left: 1px;
    margin-top: 1px;
    padding: 10px;
    text-align: center;
    width: 355px;
}

.np-social-link-mail a {
    color: #5d5d5d;
    line-height: 20px;
    vertical-align: middle;
}

.np-social-link-mail span {
    cursor: pointer;
}

.np-content-right {
    padding-top: 52px;
    text-align: center;
}

.np-conten-left {

}

@media (max-width: 992px){
    .np-content-right {
        padding-top: 52px;
        text-align: center;
        position: absolute;
        top: 6px;
        right: 15px;
    }
}

.statement-select{
    color: #989898;
    width: auto;
    line-height: 35px;
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 0px 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    resize: none;
    text-transform: uppercase;
    height: 35px;
    min-width: 85px;
}


.statement-class table th, .statement-class table td{
    padding: 3px;
}