body {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    color: white;
    background-color: #f9f9f9;
}
#holder { 
  /* The image used */
  background-image: url("../img/img_backgr.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  /*background-image: url("../img/03_2025-06-17_08_48_53.jpg");*/

  /* Full height */
/*
  height: 100%; 
*/
   width: 100%; 


}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    color: white;
}
a {
    color: #337ab7;
    text-decoration: none;

}
h1, .h1, h2, .h2 {
    border-bottom: 1px solid #eee;
}
h2{
    margin-top: .7em;
}

p strong{
    /*color: #f9f9f9;*/
    color: #ffcc00;
    /* 	color: #13137d; */
}

/*
 * override bootstrap's default container.
 */
@media ( min-width : 1200px) {
    .container {
        width: 970px;
    }
    .containerBKB{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;

        margin-top: -1.2em;
        padding-bottom: 4em;
        padding-top: 4em;
        max-width: 840px;
        background: rgba(0,0,0,0.4);
        color: white;
    }
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//eskolar.com/video/intro.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.stopfade { 
    opacity: .5;
}


/*
 * main column and sidebar layout
 */
.doc-main {
    font-size: 18px;
    line-height: 1.5;
}

.doc-main pre code {
    font-size: 16px;
}

/* list items */
.doc-list-header {

}

.doc-entry {
    color: white;
} 

.doc-entry-title {
    color: white;
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 2px;
     text-decoration: underline;
     font-style: bold;
}

.doc-entry-meta {
    font-style: italic;
    text-align: right;
    color: #999;
    font-size: 10px;
}

/* sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}
#sidebartoc{
    padding-top: 10px;
    background-color: gray; 
    /*#f5f5f5;*/
    border-radius: 8px;
}
#sidebartoc h4{
    color: black;
}
#sidebartoc a{
    color: white;
}
section a{
    color: #d1dde8;
}
.sidebar-toc ul li {
    list-style-type: none;
    list-style-position: outside;
    margin-left: -1.5em;
    padding: 0;
}

.tag-box {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.tag-item {
    margin: 5px;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: 2;
    background-color: #ffffff;
}

/* pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}

.pager>li>a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}

/*
 * footer
 */
.doc-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.doc-footer p:last-child {
    margin-bottom: 0;
}

.doc-footer-em {
    font-size: 16px;
}

#scrolltab {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    background-color: black;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=50)";
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border: 1px solid grey;
    border-radius: 4px;
    z-index: 2000;
    display: block;
    background-image: url(../img/scrolltop.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    cursor: pointer;
}

.lightGalleryimgList {
    margin: 3px;
    /* this sets the image gallery into a single row
* comment this line and will have a column of images
* */
    float: left;
}

.lightgalleryul {
    float: left;
    margin-right: 5px;
}

.myclear {
    clear: both !important;
}

.boxes-first {
    background-color: rgba(255,255,255, 0.4);
    width: 47%;
    height: 100%;
    float: left;
    margin: 5px 1%;
    border: 1px solid #d5d5d5;
    text-align: left;
    position: relative;
    color: black;
}

.boxes-half {
    background-color: rgba(0,0,0, 0.6);
    width: 48%;
    height: auto;
    float: left;
    margin: 15px 1%;
    border: 1px solid #d5d5d5;
    text-align: center;
    position: relative;
    color: white;
    font-size: 0.5em;
    font-weight: normal;
    text-align: left;
    padding: 0 3px 0 3px;
}

.boxes-half strong{
    font-weight: bold;
    color:  #ffcc00;
    background-color: rgba(0,0,0, 0.6);
    /* 	color: #13137d; */
}

.holder {
    /*float: left;*/
    padding: 3px;
    width: 100%;
    background-color:transparent;
    /*background: url("http://agocsbutor.com/img/konyha_IMG_0005.jpg") no-repeat;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.jumbotron {
    background-color: transparent;
    /*color: white;*/
    font-size: 2em;
    font-weight: bold;
    padding: 10px 10px 0px 10px !important;
}

.szovegtorzs{
    /*background-color: rgba(125,125,125, 0.5);*/
    font-size: .7em;
    font-weight: normal;
    color: white;
}

.szovegtorzs strong{
    color: gray; 
    background-color: white;

}
.imgmainpage {
    float: left;
    margin: 3px 5px 3px 0px;
    max-width: 220px;
}

#navbar li a:hover {
    background-color: grey;
}

.subheader {
    /*background-color: #efefef;*/
    width: 100%;
    float: left;
    padding-bottom: 3px;
    margin-bottom: 0.7em;
    border-bottom: 1px dotted black;
    color: white;
}

@media only screen and (max-width: 500px) {
    .boxes-half {
        width: 94%;
        border-left: 0px;
        border-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        /*background-color: #efefef;*/
        background-color: rgba(255,255,255, 0.2);
    }
}

.navbar-inverse {
    /*background-image: linear-gradient(rgb(255, 59 59) 0px, rgb(0, 0, 0) 100%);*/
    /*background: url(../img/nav_bg.png) left top repeat-x;*/
    /*    background-color: #ff3b3b; */
    background-color: #d9edf7;
    background-image: linear-gradient(to bottom, #eeeeee 70%,#000000 100%);
}

.navbar-inverse .navbar-brand {
    color: #080429;
/*     #140c58; */
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
}

.navbar-inverse .navbar-nav>li>a {
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    color: #080429;
/*     #140c58; */
    font-weight: bold;
    padding: 15px 5px;
}
.navbar-nav>li>a:hover{
    /*background-color:yellow;*/

}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

    .hi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);

        color: #fff;

        font-family: 'Roboto Slab', serif;
        font-size: 24px;
        line-height: 26px;
        text-align: center;

        span {
            cursor: pointer;
            text-decoration: underline;
        }
    }
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;

    width: 100%;
    height: 100%;

    overflow: hidden;

    .screen {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;

        margin: auto;

        opacity: 0;
        transition: opacity .5s;

        &.active {
            opacity: 1;
        }
    }
}

.row{
    background-color: rgba(0,0,0, 0.6);
    padding: 0 10px 0 10px;
}
.nav-collapse{
    padding-top: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    opacity: 0.5;
}
.nav-collapse h4{
    color: black;

}
.doc-footer-em a{
    color: black;
}
 
