@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    body {
	background: #000;
    }
    body.news {
	background: #fff;
    }
}

@media screen and (min-width: 768px) {
    body.home {
	background: url(../../img/blog/background-md.png) repeat-y top center;
    }
    body.news {
	background: url(../../img/blog/background-news.png) repeat-y top center;
    }    
}

@media screen and (min-width: 991px) {
    body.home {
	background: url(../../img/blog/background-lg.png) repeat-y top center;
    }
    body.news {
	background: url(../../img/blog/background-news.png) repeat-y top center;
    }       
}

@media screen and (min-width: 1200px) {
    body.home {
	background: url(../../img/blog/background.png) repeat-y top center;
    }
    body.news {
	background: url(../../img/blog/background-news.png) repeat-y top center;
    }       
}

ul.news-list {
    padding: 0;
    margin: 50px 0 0;
}

ul.news-list > li {
    list-style: none;
    margin-bottom: 70px;
}

ul.news-list li .date{
    background: #135493;
    text-align: center;
    color: #fff;
    max-width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    min-width: 90px;
    font: bold 30px 'Exo';
    line-height: 1;
}

@media (max-width: 1200px){
    ul.news-list li .date{
	max-width: 80px;
	height: 80px;
	min-width: 80px;

    }
}

ul.news-list li .date span {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

ul.news-list li .title {
    padding-right: 15px;

}

ul.news-list li .title a, .news .title {
    font-size: 24px;
    color: #135493;
    display: block;
    padding: 10px 0;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;    
}

ul.news-list li .title a:hover {
    color: #000;
}

ul.news-list li .img {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

ul.news-list li .img .hover {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    z-index: 30000000;
    transform: translate(0,82px);
    padding: 10px 25px 20px;
    text-align: right;
    -webkit-transform: translate(0,82px);
    transition: all .3s;    
    -webkit-transition: all .3s;    
    -moz-transition: all .3s;
}

ul.news-list li .img:hover .hover {
    transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
}

ul.news-list li .img .hover a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #135493;    padding: 15px 35px;
}


ul.news-list li .img .hover a:hover span::before, ul.news-list li .img .hover a:hover span::after {
    height: 0;
    opacity: 0;
}

ul.news-list li .img .hover a span::before, ul.news-list li .img .hover a span::after {
    position: absolute;
    height: 20px;
    width: 2px;
    background: #135493;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;    
}

ul.news-list li .img .hover a span:nth-of-type(1)::after {
    content: " ";
    right: 0;
    bottom: 0;
}

ul.news-list li .img .hover a span:nth-of-type(1)::before {
    content: " ";
    left: 0;
    bottom: 0;
}

ul.news-list li .img .hover a {

}

ul.news-list li .img .hover a:hover {

}

ul.news-list li .description {
    color: #676262;
    margin-top: 15px;
    padding-left: 15px;
}

ul.news-list li .description p {
    font-size: 14px;    
    color: #7d7a7a;
}

section.news-list ul.tags-list {
    margin: 15px 15px 5px;    
    padding: 0;
}

section.news-list ul.tags-list li {
    display: inline;    
    color: #7d7a7a;
}

section.news-list ul.tags-list li a {
    color: #7d7a7a;    
    text-transform: uppercase;
    font-size: 13px;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
}

section.news-list ul.tags-list li a:hover {
    color: #fff;
}

@media screen and (min-width: 992px){
    section.popular-news ul.tags-list li a:hover {
	color: #000;
    }
}

.box-info {
    background: #fff;
    position: relative;
    padding: 20px 25px;
    margin-top: 30px;
    clear: both;
    right: 10px;
}

.box-info h2 {
    margin-bottom: 40px;
}

.popular-news {
    margin-top: 60px;
    clear: both;
}

.popular-news ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.popular-news ul li {
    margin-bottom: 25px;

}

.popular-news ul li p {
    font-weight: bold;
}

section.news-list.popular-news ul.tags-list {
    margin: 0 0 15px;
}

section.tags ul.tags-list {
    margin: 0 0 20px;    
    padding: 0;
    text-align: left;
}

section.tags ul.tags-list li {
    list-style: none;    
    display: inline-block;
    margin-bottom: 4px;
}

section.tags ul.tags-list li a {
    display: inline-block;
    background: #4f5357;
    color: #fff;
    font-weight: 300;
    padding: 10px 21px;
}

.page_navigation , .alt_page_navigation{
    padding-bottom: 10px;
    background: #f7f5f5;
    height: 75px;
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page_navigation a, .alt_page_navigation a{
    padding:3px 5px;
    margin:2px;
    color: #000;
    text-decoration:none;
    float: left;
    font-size: 14px;
}
.active_page{
    color: #135493 !important;
    font-weight: bold;
}	

section.news-list {
    position: relative;
}

@media screen and (min-width: 992px) {
    section.news-list {
	padding-bottom: 100px;
    }
}


.box-info .affix {
    position: static;
}

@media (min-width: 992px){
    .box-info .affix {
	position: fixed;
	top: 20px;
	width: 440px;
    }
}

@media screen and (max-width: 1200px) {
    .box-info .affix {
	width: 340px;
    }
}

footer {
    background: #fff;
    padding: 20px 0;
}

header {
    position: relative;    
}

header .overlay {
    position: absolute;   
    height: 100%;
    background: rgba(0,0,0,0.6);
    right: -2px;
    top: 0;
}

header .overlay p {
    color: #fff;
}

header .overlay p:nth-of-type(1) {
    font-size: 48px;
}

header .overlay p:nth-of-type(2) {
    font-size: 24px;
}


header .overlay .col-sm-8 {
    height: 100%;
}

.v-center {
    display: table;
    width: 100%;
    height: 100%;
}
.v-center>div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

section.news {
    margin-top: 60px;
    padding-bottom: 70px;
}

.news .description {
    text-align: justify;
    padding: 0 15px;
}

.news .date {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 12px;
}

section.news img {
    margin-bottom: 20px;   
}

.overlay-logo {
    position: relative;
    background: #fff;
    text-align: center;
}
.overlay-logo img {
    max-width: 80px;
    margin: 20px 0;
}