
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    padding: 0;
}

.gallery-container {
    padding: 30px 25px 50px 25px;
}

.gallery-container img {
    width: 100%;
}

.single-news-container {
    padding: 30px 25px 50px 25px;
}

.list-news-container .d-box-body {
    border: none;
}

.photo-slideshow-container {
    width: 100%;
    margin-bottom: 20px;

}

.documents-thumb-img-container {
    position: relative;
    max-height: 62px;
    margin-bottom: 14px;
    overflow: hidden;
}

.photo-thumb-img-container {
    position: relative;
}

.photo-thumb-img-container i {
    color: rgba(255, 255, 255, 0);
    z-index: 100;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 22px;
}

.photo-thumb-overlay {
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.photo-thumb-link:hover .photo-thumb-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.photo-thumb-link:hover .photo-thumb-img-container i {
    color: rgba(255, 255, 255, 1);
}

.photo-thumb-date {
    width: 100%;
    background-color: #f9f9f9;
    padding: 5px;
    padding-bottom: 0;
    box-sizing: border-box;
    font-size: 10px;
    color: #999;
    display: block;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
}

.photo-thumb-desc {
    font-size: 12px;
    color: #666;
    height: 25px;
    padding: 5px;
    display: block;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color: #fff;
    overflow: hidden;
}

.d-box-header {
    margin: 0px 0 10px 0;
}

.d-box-title-bar {
    background-color: #112d5a;
    width: 5px;
    height: 30px;
    display: block;
    float: right;
    margin-left: 10px;
}

.d-box-title-text {
    line-height: 30px;
}

.latest-photo-list-container li {
    margin-bottom: 20px;
}

.featured-photo-list-container {

}

.featured-photo-list-container li {
    margin-bottom: 10px;
}

.featured-photo-body {
    background-color: #efefef;
    overflow: hidden;
    padding: 20px 0;
}

.latest-photo-container {
    overflow: hidden;
}

.photo-page-pagination-container {
    overflow: hidden;
}

.photo-page-pagination-container ul {
}

.photo-page-pagination-container ul li {
    float: right;
}

.load-more-container {

}

.load-more-container a {
    display: block;
    width: 100%;
    background-color: #2E89F2;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin: 0 auto;
}

.page-pagination-container .pagination li > a {
    color: #2E89F2;
}

.page-pagination-container .pagination li.active > a {
    color: #FFFFFF;
    background-color: #2E89F2;
    border-color: #2E89F2;
}

.featured-photo-container {
    margin-bottom: 50px;
}

.slideshow-navigation {
    /* padding: 20px 20px 50px 20px;*/
    padding-right: 0;
    padding-left: 0;
}

.slideshow-photo-thumb-img-container {
    position: relative;
}

.slideshow-photo-thumb-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 10px 5px 10px;
    color: #FFF;
    font-size: 12px;
    left: 0;
    display: block;
    height: 76px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}


.slideshow-photo-thumb-desc1{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 10px 5px 10px;
    color: #FFF;
    font-size: 12px;
    left: 0;
    line-height: 12px;
    display: block;
    height: 68px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradien
}

.slideshow-photo-thumb-desc:hover{
    color: #d1d1d1;
}


.featured-news-body {
    background-color: #efefef;
    overflow: hidden;
    padding: 20px 0;
}

.news-thumb-main-title {
    padding-right: 0;
    font-size: 11px;
    color: #555;
    height: 59px;
    line-height: 16px;
    overflow: hidden;
}

.news-thumb-main-title p {
    margin: 0;
    padding-top: 10px;
}

.news-related-title span {
    color: #a2a2a2;
}

.news-related-title {
    font-size: 11px;
    color: #555;
    height: 42px;
    line-height: 15px;
    overflow: hidden;
}

.news-related-title p {
    font-size: 15px;
}

.news-related-container {
    padding: 5px;

}

.related-news-list-container h4 {
    color: #a2a2a2;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.related-news-list-container {
    padding-right: 0;
    padding-left: 0;
}

.related-news-list-container ul {
    padding-right: 0;
}

.news-thumb-container {
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
}

.featured-news-list-container ul li:first-child .news-thumb-container:first-child {
    padding-top: 0;
}

.featured-news-list-container ul li:last-child .news-thumb-container:first-child {
    padding-bottom: 0;
    border-bottom: none;
}

.news-single-titles {
    overflow: hidden;
}

.news-single-titles > span {
    color: #a2a2a2;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.news-single-titles > h3 {
    color: #444444;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 32px;

}

.news-single-details-top {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.news-single-details-top span {
    color: #a2a2a2;
    font-size: 12px;
}

.news-single-main-body {
    margin-bottom: 20px;

}

.news-single-main-body > p {
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 27px;
}

.news-img-cover-container {
    margin-bottom: 20px;
}

.news-main-text {
}

.news-main-text p {
    color: #444444;
    font-size: 13px;
    line-height: 23px;
}

.news-single-details-bottom {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
}

.news-single-details-bottom > span {
    color: #a2a2a2;
    font-size: 12px;
    padding-left: 30px;
    border-left: 1px solid #cecece;
    margin-left: 30px;
}

.news-single-tags-container {
    font-size: 12px;
    line-height: 22px;
}

.news-single-tags-container span {
    float: right;
    color: #a2a2a2;
    font-size: 12px;
}

.news-single-tags-container ul {
    overflow: hidden;
    float: right;
}

.news-single-tags-container ul li {
    float: right;
    margin-right: 16px;
    font-size: 12px;
}

.news-single-tags-container ul li a {
    color: #2E89F2;
}

.news-single-share-bottom {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.news-single-share-bottom span {
    float: right;
    color: #a2a2a2;
    font-size: 15px;
    line-height: 33px;
}

.news-single-share-bottom ul {
}

.news-single-share-bottom > a {
    color: #aaaaaa;
    margin-left: 3px;
}

.news-single-share-bottom > a i {
    font-size: 20px;
}

.fa-facebook {
    background: #3b5998
}

.fa-linkedin {
    background: #007bb6
}

.news-single-share-bottom .fa-twitter {
    background: #00aced;
}

.news-single-share-bottom i {
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;

}

.news-single-share-bottom .fa-print {
    color: #333333;
}

.fa-google-plus {
    background: #dd4b39
}

.news-single-share-bottom ul li {
    float: right;
    line-height: 36px;
}

.news-single-share-bottom ul li a {
    color: #aaaaaa;
}

.news-single-share-bottom ul li a i {
    font-size: 12px;
}

.featured-news-container {
    margin-bottom: 50px;
}

.list-news-thumb-main-title > span {
    color: #a2a2a2;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.list-news-thumb-main-title > p {
    color: #444444;
    font-size: 15px;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    overflow: hidden;
}

.list-news-details-bottom {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding: 2px 0;
    border-bottom: 1px solid #e8e8e8;
}

.list-news-details-bottom > span {
    color: #a2a2a2;
    font-size: 12px;
}

.list-news-items-container > ul li {
    margin-top: 10px;
}

.list-news-items-container > ul {
    margin-bottom: 50px;
}

.eighthPart.footer {
    padding: 40px 0 0 0;
    background-color: #f5f5f5;
}

.video-single {
    margin-bottom: 100px;
}

.main-nav-container {

}

.main-menu .container {
    padding-left: 0;
}

.btn-sticky-menu > span {
    margin-right: 20px;
}

.cases .col-md-6:nth-child(-n+4) {
    padding-right: 0;

}

.quick-access .col-md-6:nth-child(-n+4) {
    padding-left: 0;

}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
}

#myCarousel-3 {
    padding-top: 10px;
}

.icons .fa {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
}

.featured-span .featured-box-body-img-container {
    width: 30% !important;
}

.featured-span .featured-box-body-content-container {
    width: 70% !important;
}

.featured-span .featured-box-body-img-container {
    width: 30% !important;
}

.featured-span .featured-box-body-content-container {
    width: 70% !important;
}

/* Gallery Inside */
.hide-bullets {
    list-style: none;

    margin-top: 20px;
}

#myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 410px;

}

.last-btn-container {
    margin-bottom: 20px;
}

#myCarousel-insider {
    height: 410px;
}

.hide-bullets .thumbnail a > img, .thumbnail > img {
    height: 70px;
}


.organization-more{
    display: none;
}
#organization-less-btn{
    display: none;
}

.ministry-more{
    display: none;
}
#ministry-less-btn{
    display: none;
    margin-bottom: 20px;
}
#video-active{
    height: 410px;
}

.news-thumb-container .news-thumb-img-container .gallery-container img{
    height: 76px;
}
.carousel-control, .carousel-control.right ,.carousel-control.left{
    background:none;
}
.carousel-control:hover{
    background:none;
}
.carousel-control.left,.carousel-control.right {
    font-size: 4em;
    top: 34%;
    width: 8%;
    height: 13%;
}

