/* TEMPLATE STYLES */
.card { color: black; }
.btn.btn-primary {background-color: black; }
.primary-color-dark {
    background-color: black !important; /* a kek hatter szin */
}
main {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
a {
    outline: 0;
}
a:hover, a:active, a:focus {
    /* styling for any way a link is about to be used */
    outline: 0;
}
button {
    outline: 0;
}
button:hover, button:active, button:focus {
    /* styling for any way a link is about to be used */
    outline: 0;
}
footer.page-footer .footer-copyright{
    height: 50px;
}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
    footer.page-footer .footer-copyright{
        height: 200px;
    }
}
footer.page-footer {
    color: #555;
}
footer.page-footer a {
    color: #555;
    transition: .6s;
}
footer.page-footer a:hover {
    color: #000;
}
/*from category-pages / _post_promote*/
.post{
    background-color: rgba(255,255,255,0.9);
}
.promote-list-image{
    margin: 2px;
    width: 40px;
    height: 40px;
}
.promote-list-name{
    color: black;
}
/*from category-pages / view*/
.category-pages-promote-summary{
    color: black;
}
.cutCorner{
    background-color: rgba(255,255,255,0.5);
}
.slide-photo{
    width: 700px;
    height: auto;
}
.slide-photo.thumbnail {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.bx-pager-item{
    display: inline-block;
}
.bx-pager-link{
    text-indent: -9999px;
    display: block;
    margin: 0 10px;
    outline: 0;
    width: 17px;
    height: 17px;
    background: #333;
    border-radius: 0;
}
.bx-pager-link.active{
    width: 23px;
    height: 23px;
    background: #fff;
    border: 3px solid #333;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-prev{
    float: left;
    margin-top: -225px;
    margin-left: -45px;
}
.bx-next{
    float: right;
    margin-top: -225px;
    margin-right: -45px;
}

#subpages-bx-slider{
    margin-left: 45px;
    margin-right: 45px;
}
.slide-item{
    transition: 5.2s;
}
.bx-pager{
    text-align: center;
    margin: 10px 0;
}
@media (min-width: 1200px) {
    .bx-prev{
        margin-top: -225px;
    }
    .bx-next{
        margin-top: -225px;
    }
}
@media (max-width: 991px) {
    .bx-prev{
        margin-top: -190px;
    }
    .bx-next{
        margin-top: -190px;
    }
}
@media (max-width: 767px) {
    .bx-prev{
        margin-top: -160px;
    }
    .bx-next{
        margin-top: -160px;
    }
}
@media (max-width: 575px) {
    .bx-prev{
        margin-top: -38%;
    }
    .bx-next{
        margin-top: -38%;
    }
}
.category-pages-view .bx-controls-direction{
    display: none;
}

/*from subages / view*/
.btn-close-modal-div{
    z-index:10;
}
.btn-close-modal{
    position: absolute; right: 0; top: 0;
    transition: .5s;
    z-index:10;
}
.btn-close-img{
    width: 40px;
    height: 40px;
}
#title-wrapper{
    position: relative;
    width: 100%;
}
.title-content{
    /*height: 160px;*/
    color: #000;
    text-shadow: 0px 1px 1px #444, 0px 1px 1px #444;
    font-size: 28px;
    letter-spacing: 0;
    position: relative;
    /*z-index: 100;*/
    display: inline-table;
}
.title-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}
.title-thumbnail{
    margin: 3%;
    width: 15%
}
.title-name{
    margin-top: 6%;
}
@media (max-width: 991px) {
    .title-content{
        /* height: 130px;*/
        font-size: 24px;
    }
    .title-name{
        margin-top: 5%;
    }
}
@media (max-width: 767px) {
    .title-content{
        /*height: 130px;*/
        font-size: 24px;
    }
    .title-name{
        margin-top: 6%;
    }
}
@media (max-width: 575px) {
    .title-name{
        margin-top: 7%;
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .title-thumbnail{
        margin: 4%;
        width: 15%
    }
    .title-name{
        margin-top: 7%;
        font-size: 32px;
    }
}
.bx-prev{
    float: left;
    margin-top: -205px;
    margin-left: -45px;
}
.bx-next{
    float: right;
    margin-top: -205px;
    margin-right: -45px;
}
@media (max-width: 1200px) {
    .bx-prev{
        margin-top: -175px;
    }
    .bx-next{
        margin-top: -175px;
    }
}
@media (max-width: 991px) {
    .bx-prev{
        margin-top: -155px;
    }
    .bx-next{
        margin-top: -155px;
    }
}
@media (max-width: 767px) {
    .bx-prev{
        margin-top: -160px;
    }
    .bx-next{
        margin-top: -160px;
    }
}
@media (max-width: 575px) {
    .bx-prev{
        margin-top: -38%;
    }
    .bx-next{
        margin-top: -38%;
    }
}
.slide-photo{
    width: 700px;
    height: auto;
}
.slide-photo.thumbnail {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.bx-pager-item{
    display: inline-block;
}
.bx-pager-link{
    text-indent: -9999px;
    display: block;
    margin: 0 4px;
    outline: 0;
    width: 17px;
    height: 17px;
    background: #333;
    border-radius: 0;
}
.bx-pager-link.active{
    width: 23px;
    height: 23px;
    background: #fff;
    border: 3px solid #333;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

#subpages-bx-slider{
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 45px;
}
.slide-item{
    transition: 5.2s;
}
.subpage-slide{
    max-height: 400px;
}
.bx-pager{
    text-align: center;
}
.subpage-view .bx-controls-direction{
    display: none;
}
/*styles from components/views/comments*/
.star-rating {
    line-height:26px;
    font-size:1.2em;
}
.star-rating .fa-star{color: #fbab00;}
.avatar-comment{
    min-width: 55px;
    max-width: 55px;
    height: auto;
}
.comment-div{
    color: #333;
    min-height: 110px;
}
.comment-img{
    text-align: left;
}
.comment-text{
    color: #444;
    width: 100%;
    text-align: left;
}
.modal-xl {
    width: 90%;
    max-width: 90%;
}
@media(min-width: 1200px){
    .modal-xl {
        width: 1100px;
        max-width: 1100px;
    }
}
@media(min-width: 992px){
    .scroll-subpage-text {
        height:350px;
        overflow-y: scroll;

        /*border: .4rem solid #f7f7f9;*/
    }
}