/*
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 12, 2014, 4:37:27 PM
    Author     : Narmandakh. V, Infinite Solutions LLC
*/



.content-container {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: 4px;
    position: relative;
}

.content-right {
    border-left: 1px solid #eaeaea;
}

.content-right-inner {
    margin: 0 auto;
    width: 90%;
}

.content-title {
    border-bottom: 1px solid #f1f1f1;
    color: #323232;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 25px 20px;
}

.content-title-inner {
    margin: 0 auto;
    width: 90%;
}

.content-sub-title {
    border-bottom: 1px solid #f1f1f1;
    color: #252525;
    font-style: italic;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: right;
    text-transform: uppercase;
}

.content-box {
    text-align: center;

}

.content-box-text {
    margin: 20px auto;
    text-align: justify;
    width: 80%;
    font-size: 14px;
    border-bottom: 1px dotted #d0d0d0;
    padding-bottom: 30px;
    height: 90px;
}

.content-bottom {
    background-color: #fafafa;
}

.content-bottom-title {
    border-top: 1px solid #eaeaea;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;

}

.content-bottom-list {
    border-top: 1px solid #eaeaea;
}

.content-bottom-list-button {
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.content-bottom-list-title {
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.content-bottom-list-title:hover {
    color: #0094da;
}

.tdb-footer {
    margin-top: 0px;
}

.news-thumb-left {
    padding-top: 6px;
}

.news-thumb-right {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.news-thumb-inner {
    border-bottom: 1px solid #d0d0d0;
    margin: 20px auto;
    padding-bottom: 30px;
    width: 90%;
}

.news-thumb {

}

.last-thumbs {
    border-bottom: 1px solid #d0d0d0;
}



.border-bottom-none {
    border-bottom: none;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.content-pager {
    width: 100%;
}

.content-pager ul {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 200px;
}

.content-pager ul li {
    border-bottom: 1px dotted #d0d0d0;
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 10px;
    padding: 5px;
    width: 20px;
    cursor: pointer;
}

.content-pager ul li a {
    color: #3f3f3f;
}

.content-pager ul li:hover a {
    color: #0094da;
}

.content-pager ul li:hover{
    border-bottom-color: #0094da;
}

.content-pager ul li.selected_page a {
    color: #0094da;
}

.content-pager ul li.selected_page {
    border-bottom-color: #0094da;
}

.content-title-date {

}

.content-title-text {
    color: #5d5d5d;
    font-size: 14px;
    text-transform: uppercase;
}

.content-title-close {
    text-align: right;
}

.content-title-inner_100 {
    width: 100%;
}

.content-img {

}

.content-text {
    font-size: 14px;
    padding-top: 30px;
    text-align: justify;
}

.content-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0094da;
     
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: uppercase;
}

.no-content {
    font-size: 15px;
    min-height: 300px;
    padding: 40px;
    text-align: center;
    border: none;
    margin-top: 50px;
    position: relative;
}


@media (max-width: 992px){
    @-moz-document url-prefix() {
        .content-main-title {

            padding-top: 80px !important;

        }
    }

}

