/*My styles */

*{
	margin: 0;
	padding: 0;
}

a{
    color: #fff200;
    text-decoration: none;
}

a:hover{
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tertre;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

li{
	list-style-type: none;
        padding: 0;
        margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

body{
    background-image: url('/bibliotekatwilight-sub/wp-content/themes/mlp_bt/img/background.png');
    background-attachment: fixed;
    background-size:cover;
}

#padding_container{
    padding-top: 10px;
    padding-bottom: 10px;
}

#container{	
   margin: 0 auto;
   width: 980px;
  font-family: 'Libre Baskerville', Liberation, Georgia, serif;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  color: black;
  box-shadow:  0px 0px 3px 5px rgba(50, 50, 50, 0.75);
  background: rgba(121,45,200, 0.8);
  border-radius: 5px;
}

.baner{
    background: url('/bibliotekatwilight-sub/wp-content/themes/mlp_bt/img/banner-top.jpg');
    width: 100%;
    height: 324px;
    background-size: cover;
    position: relative;
}
/*Menu górne */
.top-menu {
    position: absolute;
    width: 980px;
    height: 50px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
background: radial-gradient(ellipse at center,  rgba(243,226,199,1) 0%, rgba(182,141,76,1) 0%, rgba(193,158,103,1) 0%,  rgba(152,128,116,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#988074', GradientType=1 );
    overflow: visible;
    z-index: 2;
}

.top-menu > ul > li{
    float:left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    
}

.top-menu > ul > li:hover .sub-menu{
    display: block;
   
}

.top-menu > ul > li:first-of-type{
    margin-left: 10px;
}

.top-menu ul li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 120px;
	padding-left: 5px;
padding-right: 5px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: black;
}

.top-menu ul li a:hover{
    color:#105cb6;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.9);
}

.top-menu > ul > li > ul{
   display: none;
   background: radial-gradient(ellipse at center,  rgba(243,226,199,1) 0%, rgba(182,141,76,1) 0%, rgba(193,158,103,1) 0%,  rgba(152,128,116,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#988074', GradientType=1 );
   transition: 0.5s;
}

.top-menu > ul > li > ul li{
    position: relative;
}

.top-menu > ul > li > ul > li:hover .sub-sub-menu{
    display: block;
}

.sub-sub-menu{
    background: radial-gradient(ellipse at center,  rgba(243,226,199,1) 0%, rgba(182,141,76,1) 0%, rgba(193,158,103,1) 0%,  rgba(152,128,116,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#988074', GradientType=1 );
    display: none;
    position: absolute;
    left: 132px;
    top: 0;
}

/*Tytuł i opis */

.site-title{
    position: absolute;
    top: 100px;
    right: 50px;
padding: 10px;
    color: #fff200;
    font-size: 32px;
    font-weight: bold;
text-shadow: 1px 1px 1px rgba(255, 242, 0, 0.9);
}


.site-desc{
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff200;
    font-size: 32px;
    font-weight: bold;
padding: 10px;
text-shadow: 1px 1px 1px rgba(255, 242, 0, 0.9);
}
/*Slider */

.video-slider{
    margin: 20px;
    position: relative;
    height: 100px;
}

#left_arrow{
    position: absolute;
    left: 0;
}

#right_arrow{
    position: absolute;
    right: 0;
}


.arrows{
    top:5px;
}

.arrows:hover{
    cursor:pointer;
    opacity: 0.8;
}

.videos-slides{
    position: absolute;
    left: 60px;
    overflow: hidden;
    height: 100px;
}

.one_video{
    float: left;
    margin-right: 35px;
    width: 178px;
    height: 100px;
}

.body{
    clear: both;
    float: left;
}

.content{
    width: 680px;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

/*Miniaturowy slider na górze */
.min_slider{
    position: relative;
    overflow: hidden;
        width: 405px;
    height: 155px;
}


.min_article_content{
    padding: 10px;
    overflow: hidden;
    max-height: 130px;
    background: rgba(121,45,200, 0.6);
}

.min_article_content h2{
    text-align: center;
}

.min_article{
    position: relative;
    float: left;
    width: 405px;
    height: 155px;
}

.min_article_thumb{
    background-size: cover;
    border: 2px solid black;
    border-radius: 5px;
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.75);
}

.left_arrow{
    position: absolute;
    top: 30px;
    left: 5px;
    display: none;
}

.right_arrow{
    position: absolute;
    top: 30px;
    right: 5px;
    display: none;
}


.min_slider:hover .left_arrow, .min_slider:hover .right_arrow{
    display: block;
}



/*Artykuły */
.article{
    margin-bottom: 10px;
}

.article_title{
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.article_thumb{
    width: 660px;
    height: 250px;
    margin-left: 10px;
    border: 2px solid black;
    transition: 0.5s;
}

.article_thumb:hover{
    border-radius: 15px;
}

.article_content{
    padding: 10px;
margin-bottom: 10px;
	overflow: auto;
}

.article_data{
    padding: 10px;
    color: #fff200;
    padding-bottom: 0;
    font-weight: bold;
}

.article_data a{
    margin-right: 10px;
}

.article_footer{
    padding: 10px;
}

.more{
    font-weight: bold;
}

.pagination{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pagination a, input[type='submit']{
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color:#fff200;
    color: black;
    border: 2px solid black;
    transition: 0.3s;
}

.pagination a:hover, input[type='submit']:hover{
    color: white;
    background-color: black;
    border: 2px solid white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
}

.nav-previous{
    float: right;
}

.nav-next{
    float: left;
}

/*Widgety */

.widgets{
    margin-left: 10px;
    margin-top: 10px;
    width: 260px;
    float: right;
    background-color: wheat;
    border-radius: 5px;
    margin-bottom: 10px;
}

.widget_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}
.wigdet_content{
    padding: 5px;
}

.wigdet_content_right a{
    color:#105cb6;
}

.wigdet_content_right a:hover{
    color: white;
}

.footer_column{
    margin-left: 20px;
    width: 300px;
    float: left;
}

.footer{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*Prawa autorskie */
#copyright{
	padding: 5px;
	line-height: 160%;
	background-color: black;
	color: white;
	clear: both;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
}





/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */



/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}