/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for
   you to simply add your own. This is a basic template
   after all.
   ---------------------------------------------------------*/

/* Default link styling */

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:focus {
    color: #000;
}

a:active {
    color: #000;
}

/* *{
	box-sizing: border-box;
} */

/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/

body {
    /*font-family: Source Sans Pro, Helvetica, Arial, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    /* background: url(../img/bg.png) repeat #E6EAEA; */
    background: url(../img/squairy_light.png) repeat #E6EAEA;
}

header {
    background-image: linear-gradient(to right, #004A67 0%, #18A7DB 50%, #004A67 100%);
}

#banner {
    width: 1100px;
    height: 122px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
}

#banner>h1, #banner>nav {
    float: left;
}

#banner>h1, #banner>h1>a {
    width: 400px;
    height: 80px;
}

#banner>h1 {
    margin: 20px 0px 10px 50px;
    padding-right: 25px;
    border-right: 1px solid #c4c4c4;
}

html[lang=pl] #banner>h1>a {
    background: url(../img/logo.png) no-repeat transparent;
}

html[lang=en] #banner>h1>a {
    background: url(../img/logo_WMU.png) no-repeat transparent;
}

#banner>h1>a {
    color: #FFF;
    text-indent: -999em;
    margin: 0;
    display: block;
    float: left;
}

#pasek {
    margin: 0 auto;
    width: 100%;
    height: 13px;
    clear: both;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #F3E1AC), color-stop(0.26, #D6B166), color-stop(0.59, #F3E2AE), color-stop(0.97, #94652C));
    background-image: -moz-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: -webkit-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: -ms-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: linear-gradient(to right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
}

/* main menu */

#banner>nav>ul.menu {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}

#banner>nav>ul.menu>li {
    float: left;
    position: relative;
}

#banner>nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #9c8e75 !important;
    padding: 50px 20px 10px;
    height: 41px;
    text-decoration: none;
}

#banner>nav>ul>li>a.aktywna {
    /*    border-color: #184C6D;*/
    color: #184C6D;
}

/* Language switcher */

#language {
    float: right;
    display: block;
    margin: 50px 50px 0 0;
}

#language>a {
    display: inline-block;
    width: 29px;
    height: 21px;
}

#language>a:first-child {
    margin-right: 5px;
}

#polish {
    background: url(../img/pl.gif) center top no-repeat;
}

#english {
    background: url(../img/en.gif) center top no-repeat;
}

#kontener {
    width: 1100px;
    /*max-width: 100%;*/
    margin: 0 auto;
    background: white;
    position: relative;
    /*z-index: -10;*/
    border-left: 1px solid #E6EAEA;
    border-right: 1px solid #E6EAEA;
}

#wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

#sidebar {
    width: 25%;
    /*float: left;*/
    border-right: 1px solid #c4c4c4;
    padding-right: 50px;
    color: #5C5950;
}

#main-content {
    width: 74%;
    max-width: 650px;
    /*float: left;*/
    padding-left: 70px;
    padding-right: 30px;
    color: #5C5950;
}

#main-content h3 {
    font-weight: bold;
    font-size: 20px;
    /* color: #004a67; */
    border-bottom: 3px solid #fff;
    padding: 5px 20px 5px 0px;
    margin: 10px 0 10px 0;
    display: inline-block;
}

#main-content h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 5px 5px 0px;
    margin: 10px 0 10px 0;
}

/* #main-content p{
	text-align: justify;
} */

#main-content a {
    text-decoration: none;
    color: #9e7e38;
}

#main-content a:hover, #main-content a:focus {
    text-decoration: underline;
}

#main-content p,
#main-content li
 {
    overflow-wrap: break-word;
}


#sidebar>h3 {
    font-size: 20px;
    font-weight: bold;
    /* color: #004a67; */
    border-bottom: 3px solid #fff;
    padding: 5px 5px 5px 10px;
    margin: 10px 0 10px 0;
}

#sidebar>ul {
    padding-left: 10px;
    margin: 16px 0 30px 0;
}

#sidebar>ul>li {
    list-style-type: none;
}

#sidebar>ul>li>a {
    text-decoration: none;
}

.book {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
}

.book:hover {
    background: #f7f8f7;
}

.icon {
    font-size: 18px;
    margin-right: 5px;
}

.box {
    width: 100%;
    min-height: 20px;
    background: #FFF;
    border-bottom: 1px solid #c4c4c4;
    background: url(../img/shadow-bottom_srgb.jpg) center top no-repeat;
    background-size: contain;
}

.box-wewn {
    /*width: 1040px;*/
    /*margin: 0 auto;*/
    padding: 30px 40px;
}

.box-footer {
    margin: 0 auto 20px auto;
    border-bottom: 6px solid #fff;
}

.footer {
    padding: 15px 0;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.footer span {
    margin: 0 15px;
}

/* ---------------------------------------------------------
   Slider
   ---------------------------------------------------------*/

#slider {
    padding: 5px 0 20px 0;
}

#slider .swiper-pagination-bullets {
    bottom: -5px;
}

.site-name {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

#slider-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0, #3A3128),
		color-stop(0.2, #3A3128),
		color-stop(1, #7F6D51)
	);
	background-image: -moz-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: -webkit-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: -ms-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: linear-gradient(to right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	position: relative; */
    background-image: none;
    background-color: transparent;
}

#slider-bg::after {
    content: "";
    width: 100%;
    height: 0px;
    /* background-color: yellow; */
    display: block;
    position: absolute;
    bottom: 0;
    background-image: url(../img/shadow-bottom_srgb.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#slider-cover {
    display: block;
    width: 190px;
    height: 260px;
    background-image: none;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 120px;
    top: 25px;
}

#slider-info {
    width: 400px;
    height: 200px;
    position: absolute;
    z-index: 10;
    left: 370px;
    top: 51px;
    color: #5C5950;
}

#flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 10px 10px;
}

#flex2 {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

#slider-cover {
    position: unset;
    text-align: left
}

#slider-info {
    position: unset;
    text-align: left;
}

#slider-add {
    position: unset;
    text-align: center;
}

#prev, #next {
    background-color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    z-index: 10;
    border-radius: 25px;
    /*    box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
}

#next {
    right: 5px;
}

#prev {
    left: 5px;
}

#next>span {
    border-left: 10px solid #fff;
    right: 20px;
}

#prev>span {
    border-right: 10px solid #fff;
    left: 20px;
}

#prev>span, #next>span {
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
}

.swiper-button-disabled {
    cursor: unset !important;
}

.swiper-button-disabled>span {
    opacity: 0.5;
}

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/

@media print {
    * {
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
    }
    html {
        background-color: #fff;
    }
    /* Hide navigation */
    nav {
        display: none;
    }
    /* Show link destinations in brackets after the link text */
    a[href]:after {
        content: " (" attr(href) ") ";
    }
    a[href] {
        font-weight: bold;
        text-decoration: underline;
        color: #06c;
        border: none;
    }
    /* Don't show link destinations for JavaScript or internal links */
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Show abbr title value in brackets after the text */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    figure {
        margin-bottom: 1em;
        overflow: hidden;
    }
    figure img {
        border: 1px solid #000;
    }
}

/* ---------------------------------------------------------
   Kolory ogólne
   ---------------------------------------------------------*/

.gold {
    color: #9e7e38;
}

/*
*  Tło generujemy na stronie: http://www.css3factory.com/linear-gradients/;
*/

/* ---------------------------------------------------------
   Kolory dla ACEM 004a67
   ---------------------------------------------------------*/

body.acem #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.acem #sidebar>a.btn-dark {
    color: white;
    background-color: #063263;
}

body.acem #sidebar>a.btn-light {
    color: #063263;
    border: 1px solid #063263;
    background-color: white;
}

body.acem #sidebar>h3, body.acem #main-content>h3, body.acem #main-content>h4, body.acem .box-footer, body.acem #prev>span, body.acem #next>span {
    color: #063263;
    /* acem-dark */
    border-color: #063263;
    /* acem-dark */
}

body.acem .swiper-pagination-bullet-active {
    background-color: #063263;
}

body.acem .header-bg {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #063163), color-stop(0.15, #2E87C7), color-stop(0.5, #63C6F7), color-stop(0.85, #2E87C7), color-stop(1, #063163));
    background-image: -o-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -moz-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -webkit-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -ms-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: linear-gradient(to right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
}

body.acem #slider-cover {
    background-image: url(../img/cover_acem.png);
}

/* ---------------------------------------------------------
   Style obrazków i lin
   ---------------------------------------------------------*/

.cover-md {
    width: 150px;
    height: 205px;
    margin-right: 10px;
}

.cover-book {
    width: 100px;
    min-width: 100px;
    height: 142px;
    margin-right: 10px;
    border: 1px solid #dadada;
}

hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
    color: white;
}

/* ---------------------------------------------------------
   Kolory dla DMP fec328
   ---------------------------------------------------------*/

body.dmp #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.dmp #sidebar>a.btn-dark {
    color: white;
    background-color: #9D7424;
}

body.dmp #sidebar>a.btn-light {
    color: #9D7424;
    border: 1px solid #9D7424;
    background-color: white;
}

body.dmp #sidebar>h3, body.dmp #main-content>h3, body.dmp #main-content>h4, body.dmp .box-footer, body.dmp #prev>span, body.dmp #next>span {
    color: #9D7424;
    /* dmp-dark */
    border-color: #9D7424;
    /* dmp-dark */
}

body.dmp .swiper-pagination-bullet-active {
    background-color: #9D7424;
}

body.dmp .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #7A5A2B), color-stop(0.15, #E3B52B), color-stop(0.5, #FACC35), color-stop(0.85, #E3B52B), color-stop(1, #7A5A2B));
    background-image: -o-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -moz-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -webkit-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -ms-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: linear-gradient(to left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
}

body.dmp #slider-cover {
    background-image: url(../img/cover_dmp.png);
}

/* ---------------------------------------------------------
   Kolory dla PZP a8c038
   ---------------------------------------------------------*/

body.pzp #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.pzp #sidebar>a.btn-dark {
    color: white;
    background-color: #709232;
}

body.pzp #sidebar>a.btn-light {
    color: #709232;
    border: 1px solid #709232;
    background-color: white;
}

body.pzp #sidebar>h3, body.pzp #main-content>h3, body.pzp #main-content>h4, body.pzp .box-footer, body.pzp #prev>span, body.pzp #next>span {
    color: #709232;
    /* dmp-dark */
    border-color: #709232;
    /* dmp-dark */
}

body.pzp .swiper-pagination-bullet-active {
    background-color: #709232;
}

body.pzp .header-bg {
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #546B2C), color-stop(0.2, #8BB837), color-stop(0.5, #CCE83F), color-stop(0.8, #8BB837), color-stop(1, #546B2C));
    background-image: -o-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -moz-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -webkit-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -ms-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: linear-gradient(to right, #546B2C 0%, #8BB837 15%, #CCE83F 50%, #8BB837 85%, #546B2C 100%);
}

body.pzp #slider-cover {
    background-image: url(../img/cover_pzp.png);
}

/* ---------------------------------------------------------
   Kolory dla PIM f8972a
   ---------------------------------------------------------*/

body.pim #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.pim #sidebar>a.btn-dark {
    color: white;
    background-color: #B4522D;
}

body.pim #sidebar>a.btn-light {
    color: #B4522D;
    border: 1px solid #B4522D;
    background-color: white;
}

body.pim #sidebar>h3, body.pim #main-content>h3, body.pim #main-content>h4, body.pim .box-footer, body.pim #prev>span, body.pim #next>span {
    color: #B4522D;
    /* dmp-dark */
    border-color: #B4522D;
    /* dmp-dark */
}

body.pim .swiper-pagination-bullet-active {
    background-color: #B4522D;
}

body.pim .header-bg {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #852E14), color-stop(0.25, #F7860D), color-stop(0.5, #FFAA21), color-stop(0.75, #F7860D), color-stop(1, #852E14));
    background-image: -o-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -moz-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -webkit-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -ms-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: linear-gradient(to right, #852E14 0%, #F7860D 20%, #FFAA21 50%, #F7860D 80%, #852E14 100%);
}

body.pim #slider-cover {
    background-image: url(../img/cover_pim.png);
}

/* ---------------------------------------------------------
   Kolory dla CEMS 8D1433
   ---------------------------------------------------------*/

body.cems #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.cems #sidebar>a.btn-dark {
    color: white;
    background-color: #691D2B;
}

body.cems #sidebar>a.btn-light {
    color: #691D2B;
    border: 1px solid #691D2B;
    background-color: white;
}

body.cems #sidebar>h3, body.cems #main-content>h4, body.cems .box-footer, body.cems #prev>span, body.cems #next>span {
    color: #691D2B;
    /* dmp-dark */
    border-color: #691D2B;
    /* dmp-dark */
}

body.cems .swiper-pagination-bullet-active {
    background-color: #691D2B;
}

body.cems .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #3D0712), color-stop(0.15, #BD2850), color-stop(0.5, #E83A6B), color-stop(0.85, #BD2850), color-stop(1, #3D0712));
    background-image: -o-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -moz-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -webkit-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -ms-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: linear-gradient(to left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
}

body.cems #slider-cover {
    background-image: url(../img/cover_cems.png);
}

/* ---------------------------------------------------------
   Kolory dla Wydawnictwa (publisherpublisher) 550f32
   ---------------------------------------------------------*/

body.publisher #sidebar>h3, body.publisher #main-content>h4, body.publisher .box-footer, body.publisher #prev>span, body.publisher #next>span {
    color: #550f32;
    /* dmp-dark */
    border-color: #550f32;
    /* dmp-dark */
}

body.publisher .swiper-pagination-bullet-active {
    background-color: #550f32;
}

body.publisher .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #561032), color-stop(0.15, #8F083E), color-stop(0.5, #C70A59), color-stop(0.85, #8F083E), color-stop(1, #561032));
    background-image: -o-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -moz-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -webkit-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -ms-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: linear-gradient(to left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
}

body.publisher #slider-cover {
    background-image: url(../img/5-lecie_www_slider.png);
}

/*
style dla wydawnictwa
*/

.price {
    display: block;
    color: #85093C !important;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border: 2px solid #85093C;
    border-radius: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    /*background:#85093C;*/
    position: absolute;
    right: 70px;
    bottom: 20px;
    box-shadow: 3px 3px 3px #c8c8c8;
}

/*.price {
	font-weight: normal;
	width:60px;
	height:60px;
	border-radius:60px;
	font-size:20px;
	color:#fff;
	line-height:60px;
	text-align:center;
	background:#85093C;
	position: absolute;
	right: 70px;
	bottom: 10px;
	box-shadow: 0 0 3px gray;
}*/

/*.price:after{
	content: '';
	display: block;
	border: 1px solid #fff;
	position: relative;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin-top: -56px;
	margin-left: 4px;
	border-radius: 50px;
}*/

.first-title {
    font-weight: bold;
    font-size: 18px;
    color: #86073C;
    /*rgb(134,7,60)*/
}

.second-title {
    font-weight: bold;
    color: #86073C;
    /*rgb(134,7,60)*/
}

.book-dsc-1 {
    /*display: none;*/
}

.book-dsc-2 {
    display: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 15px;
}

/* ---------------------------------------------------------
   Tabele
   ---------------------------------------------------------*/

table {
    margin-top: 20px;
}

table tr {
    border-bottom: 1px solid #c4c4c4;
}

table {
    border-collapse: collapse;
}

tbody>tr>td, thead>tr>th {
    padding-top: 8px;
    padding-bottom: 8px;
}

tbody>tr>td>a {
    padding-left: 18px;
    padding-right: 18px;
}

#tab-one {
    width: 100%;
}

#tab-one>tbody>tr>td:nth-child(1) {
    padding-left: 18px;
    padding-right: 18px;
}

/* ---------------------------------------------------------
   FAQ
   ---------------------------------------------------------*/

#faq dt, #faqs dd {
    padding: 0 0 0 0;
}

#faq dt {
    font-size: 16px;
    color: #5C5950;
    cursor: pointer;
    /*height: 20px;*/
    line-height: 20px;
    margin: 10px 0 0 0;
}

#faq dd {
    font-size: 1em;
    margin: 0 0 20px 22px;
}

#faq dt {
    /*background: url(../img/expand-icon.png) no-repeat left;*/
}

#faq .expanded {
    /*background: url(../img/expanded-icon.png) no-repeat left;*/
}

.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #9e7e38;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* ---------------------------------------------------------
   Swiper slajder
   ---------------------------------------------------------*/

.swiper-container {
    /* width: 830px; */
    height: 305px;
    /*background: #dadada;*/
}

/* .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
} */

.swiper-slide {
    color: white;
    font-size: 16px;
}

/* #slider-bg{
	top:45px;
	left: 0;
	right: 0;
	position: absolute;
} */

/* okładki do slajderów */

.slider-info {
    width: 100%;
    height: 30px;
    background-size: cover;
    position: absolute;
    color: whitesmoke;
    font-size: 20px;
    top: 28px;
    text-align: center;
}

#journals .slider-cover {
    width: 150px;
    height: 205px;
    background-color: white;
    background-size: cover;
    position: absolute;
}

#books .slider-cover {
    width: 136px;
    height: 205px;
    background-color: white;
    background-size: cover;
    position: absolute;
}

.img-bg {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.img-bg:hover {
    /* width: 100%;
    height: 100%;
    opacity: 0.2; */
}

.slider-cover:hover {
    z-index: 20;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 300ms ease-in-out;
}

/* czasopisma */

#journals .cover-1 {
    z-index: 10;
    left: 200px;
    top: 60px;
    background-image: url(../img/cover_acem.png);
}

#journals .cover-2 {
    z-index: 11;
    left: 340px;
    top: 70px;
    background-image: url(../img/cover_dmp.png);
}

#journals .cover-3 {
    z-index: 12;
    left: 480px;
    top: 80px;
    background-image: url(../img/cover_pim.png);
}

#journals .cover-4 {
    z-index: 11;
    left: 620px;
    top: 70px;
    background-image: url(../img/cover_pzp.png);
}

#journals .cover-5 {
    z-index: 10;
    left: 760px;
    top: 60px;
    background-image: url(../img/cover_cems.png);
}

/* ksiązki */

#books .cover-1 {
    z-index: 10;
    left: 220px;
    top: 60px;
    background-image: url(../img/cover_5_lecie.png);
}

#books .cover-2 {
    z-index: 11;
    left: 350px;
    top: 70px;
    background-image: url(../img/cover_biochemia.png);
}

#books .cover-3 {
    z-index: 12;
    left: 480px;
    top: 80px;
    background-image: url(../img/cover_chemia_fizyczna.png);
}

#books .cover-4 {
    z-index: 11;
    left: 610px;
    top: 70px;
    background-image: url(../img/cover_tpl2.png);
}

#books .cover-5 {
    z-index: 10;
    left: 740px;
    top: 60px;
    background-image: url(../img/cover_zywienie_czlowieka.png);
}

#next:hover, #prev:hover {
    cursor: pointer;
}

.warning {
    color: red !important;
    color: inherit;
}

/* Wygląd listy artykułów */

.article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article p {
    padding: 0;
    margin: 0;
}

#main-content .article a {
    text-decoration: none;
    color: #5C5950;
}

#main-content .article-count {
    font-size: 29px;
    letter-spacing: -2px;
    color: #d5d5d5;
    text-align: left;
    width: 40px;
    padding-top: 3px;
    padding-right: 3px;
    text-align: center;
}

#main-content .article-description {
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
    width: 610px;
    /*  */
}

#main-content .article-description:hover {
    background: #f7f8f7;
}

#main-content .article-title {
    padding: 6px 0;
    font-style: italic;
}

#main-content .article-type {
    font-size: 13px;
}

#main-content .article-pages {
    font-size: 14px;
    text-align: right;
}

#main-content .article-authors {
    font-size: 14px;
}

/* Wygląd pojedynczegio artykułu */

#art .btn-pdf {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    float: right;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    border-width: 1px;
    border-style: solid;
}

body.acem #art .btn-pdf {
    border-color: #063163;
    background-color: #1A5C96;
    text-shadow: 1px 1px #063163;
}

body.pim #art .btn-pdf {
    border-color: #883014;
    background-color: #B15011;
    text-shadow: 1px 1px #883014;
}

body.pzp #art .btn-pdf {
    border-color: #556C2C;
    background-color: #6F9031;
    text-shadow: 1px 1px #556C2C;
}

body.dmp #art .btn-pdf {
    border-color: #7A5A2B;
    background-color: #BA922B;
    text-shadow: 1px 1px #7A5A2B;
}

body.cems #art .btn-pdf {
    border-color: #440915;
    background-color: #831934;
    text-shadow: 1px 1px #440915;
}

#art .btn-pdf:hover, #art .btn-pdf:focus {
    text-decoration: none;
    opacity: 0.9;
}

#art p {
    padding: 0 0 .5rem 0;
    margin: 0;
}

#art>section>p.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    /* disable icons */
}

#art>section {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c4c4c4;
}

#art>section:last-child {
    border: none;
}

#art img.icon {
    vertical-align: middle;
    margin: 0 15px;
}

#art .section-header {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 15px;
}

#art .art-info {
    font-size: 14px;
}

#art .art-title {
    font-size: 26px;
    line-height: 1.1;
    padding-bottom: 15px;
}

#art .art-author {
    font-size: 16px;
    padding-bottom: 15px;
}

#art .art-affil {
    font-size: 14px;
}

#art .art-icons {
    /* display: none; */
}

#art .art-abstract {}

#art .art-keyword {}

#art .art-reference>ol {
    margin-top: 0;
    padding-left: 20px;
}

img.flag {
    position: absolute;
    padding: 10px;
    background: transparent;
    z-index: 0;
    right: -45px;
}

img.flag:hover {
    cursor: pointer;
}

img.flag-en {
    top: 20px;
}

img.flag-pl {
    top: 60px;
}

img.flag-active {
    background: white none repeat scroll 0% 0%;
}

/*
wyszukiwarka
*/

label {
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

input[type=text] {
    width: 300px;
    padding: 5px;
}

/*ahead of print*/

#main-content .aop {
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c4c4c4;
    display: block;
    padding-bottom: 16px;
    padding-top: 8px;
}

#main-content .aop>a {
    color: #5C5950;
}

/* miniaturka pełnych numerów */

#main-content a.full-number {
    display: block;
    color: #5C5950;
    text-decoration: none;
}

#main-content a.full-number:hover {
    color: #000;
}

img.cover-min {
    width: 88px;
    height: 120px;
    margin-right: 20px;
    vertical-align: top;
}

.full-number span {
    vertical-align: top;
}

/*ikony społecznosciowe*/

#slide_menu {
    width: 46px;
    position: fixed;
    right: 0px;
    top: 219px;
    z-index: 100;
}

#slide_menu_content {
    width: 46px;
    height: 120px;
    background-color: #561032;
    position: relative;
    float: right;
    border-bottom: 5px solid #B49549;
}

#slide_menu_content>img {
    max-width: none;
}

#slide_menu_button {
    width: 46px;
    height: 46px;
    background-color: #561032;
    cursor: pointer;
}

/* new styles 02.02.2021 */

.kursywa {
    font-style: italic;
}

.indeks-gorny {
    vertical-align: super;
}

.indeks-dolny {
    vertical-align: sub;
}

.naglowek-w-streszczeniu {
    font-weight: bold;
}

.polgrube {
    font-weight: bold;
}

body.acem #main-content h1, body.acem #main-content h2, body.acem #main-content h3, body.acem #main-content h4 {
    color: #316DA1;
}

body.dmp #main-content h1, body.dmp #main-content h2, body.dmp #main-content h3, body.dmp #main-content h4 {
    color: #9D7424;
}

body.pim #main-content h1, body.pim #main-content h2, body.pim #main-content h3, body.pim #main-content h4 {
    color: #B4522D;
}

body.acem #main-content .referAnchor, body.acem #main-content .tableAnchor, body.acem #main-content .figureAnchor, body.acem #main-content .equationAnchor {
    color: #316DA1;
    font-weight: bold;
    padding: 2px;
}

body.dmp #main-content .referAnchor, body.dmp #main-content .tableAnchor, body.dmp #main-content .figureAnchor, body.dmp #main-content .equationAnchor {
    color: #9D7424;
    font-weight: bold;
    padding: 2px;
}

body.pim #main-content .referAnchor, body.pim #main-content .tableAnchor, body.pim #main-content .figureAnchor, body.pim #main-content .equationAnchor {
    color: #B4522D;
    font-weight: bold;
    padding: 2px;
}

.figureContainer, .equationContainer, .tableContainer {
    display: block;
    padding: 25px 10px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.figureAnchor, .equationAnchor, .tableAnchor, .referAnchor {
    cursor: pointer;
}

.figureSource>img {
    max-width: 560px;
    width: 100%;
    height: auto;
}

.equationSource>img {
    max-width: 560px;
    width: 100%;
    height: auto;
}

body.acem .figureCoption,
body.acem .equationCoption,
body.acem .tablesCoption {
    font-weight: bold;
    color: #316DA1;
    margin-top: 5px;
}
body.dmp .figureCoption,
body.dmp .equationCoption,
body.dmp .tablesCoption {
    font-weight: bold;
    color: #9D7424;
    margin-top: 5px;
}

body.pim .figureCoption,
body.pim .equationCoption,
body.pim .tablesCoption {
    font-weight: bold;
    color: #B4522D;
    margin-top: 5px;
}

body.acem .tablesCoption {
    font-weight: bold;
    color: #316DA1;
    margin-top: 32px;
}

body.dmp .tablesCoption {
    font-weight: bold;
    color: #9D7424;
    margin-top: 32px;
}

body.pim .tablesCoption {
    font-weight: bold;
    color: #B4522D;
    margin-top: 32px;
}

table {
    border-collapse: collapse;
    border: 1px solid #dadada;
}

table td {
    border: 1px solid #dadada;
    padding: 4px;
}

table th {
    border: 1px solid #dadada;
    padding: 4px 6px;
}

table th>p, table td>p {
    margin-bottom: 0;
}

body.acem table>thead {
    background-color:#308DCB;
    color: white;
}

body.dmp table>thead {
    background-color:#9D7424;
    color: white;
}

body.pim table>thead {
    background-color:#B4522D;
    color: white;
}


/* Update search bold */

.bold-search {
 font-weight: bolder;
}

.search-bg {
    background-color: #691d2b;
}
/* ---------------------------------------------------------
   Responsives styles
   ---------------------------------------------------------*/

@media screen and (max-width: 1100px) {
    #banner {
        width: 900px;
    }
    #kontener {
        width: 900px;
    }
    #slider-bg, #slider-bg::after {
        width: 100%;
    }
    #slider-cover {
        left: 100px;
    }
    #slider-info {
        left: 350px;
    }
    #banner>h1 {
        margin-left: 27px;
        padding-right: 10px;
    }
    #banner>nav>ul>li>a {
        padding: 50px 8px 10px;
        height: 41px;
    }
    #sidebar {
        width: 25%;
        padding-right: 30px;
    }
    .box-wewn {
        padding: 20px 30px;
    }
    #main-content {
        width: 75%;
        padding-left: 40px;
        padding-right: 1px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 22px;
        line-height: 26px;
    }
    #navigation {
        display: none;
    }
    #banner {
        width: 600px;
    }
    #kontener {
        width: 600px;
    }
    #wrapper {
        display: block;
    }
    #slider-bg, #slider-bg::after {
        width: 100%;
    }
    .swiper-container {
        width: 530px;
        height: 305px;
        /*background: #dadada;*/
    }
    #slider-cover {
        left: 30px;
        top: 60px;
        width: 150px;
        height: 205px;
    }
    #slider-info {
        left: 190px;
        top: 55px;
        width: 320px;
        line-height: 1.3;
    }
    #banner>h1 {
        margin-left: 27px;
        padding-right: 10px;
    }
    #banner>nav>ul>li>a {
        padding: 50px 8px 10px;
        height: 41px;
    }
    #sidebar {
        width: 100%;
        padding-right: 30px;
        border-right: none;
    }
    #sidebar>h3, #main-content>h3 {
        font-size: 26px;
    }
    .box-wewn {
        padding: 20px 30px;
    }
    #main-content {
        width: 100%;
        padding-left: 0px;
        padding-right: 1px;
    }
    #journals .cover-1 {
        left: 30px;
    }
    #journals .cover-2 {
        left: 110px;
    }
    #journals .cover-3 {
        left: 190px;
    }
    #journals .cover-4 {
        left: 270px;
    }
    #journals .cover-5 {
        left: 350px;
    }
}
