@import 'all.css';
@import 'up1600.css';
@import 'f1200t1600.css';

body {
    background-color: #f5f5f5;
}

.headerphoto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    min-height: 20vh;
    max-height: 36vh;
}

.column, .columns {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.headertitle {
    text-align: center;
}

[type='search'] {
    box-shadow: none;
}

ul.pagination {
    background: #DDD;
    display: inline-block;
}

ul.pagination a {
    padding: 0.6em 1em;
    text-decoration: none;
}

ul.pagination .active a {
    color: #e6e6e6;
    background: #0a0a0a;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

p.meta {
    font-size: 90%;
    color: #666;
}

@media screen and (min-width: 40em) {
    h1, h2 {
        margin-bottom: 2rem;
    }

    img {
        /*margin: 0 auto 1rem;*/
        /*max-width: 80%;*/
        /*display: block;*/
    }
}

@media screen and (max-width: 39.9375em) {
    .no-js .top-bar {
        display: none;
    }
}

@media screen and (min-width: 40em) {
    .no-js .title-bar {
        display: none;
    }
}

.menu > li {
    padding: 0;
}

.menu > li a {
    color: #2B2B2B;
    text-decoration: none;
}

.menu > li.active > a {
    color: #2B2B2B;
    background-color: inherit;
    border-bottom: 1px solid;
}

.widgetholder .widget {
    margin: 0;
}


div.hptiles a{
    text-decoration: none;
}
div.hptiles a:hover{
    text-decoration: underline;
    color: #fff;
}


div.load-more-bar{
    width:100%;
}
div.load-more-bar div{
    margin:0px auto;
    border: 1px solid #205b9f;
    color:#205b9f;
}

div.article-container div.article-left div.tab_burger {
    width: 240px;
    height: 40px;
    margin-top: -40px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
    color: #345d9f;
    padding: 10px 0px 0px 85px;
    z-index: 99999;
    position: absolute;
    background: url('/theme/psary-2016/images/burger.png') no-repeat center center;
    background-color: #fff;
}



