/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-06-07, 10:29:18
    Author     : solenzo
*/

.boxes_periods_container .boxes_periods_title{position:relative;float:left;width:100%;font-size:40px;border-bottom:5px solid #948473 ;margin-bottom:30px;padding-bottom:10px;}
.boxes_periods_container .boxes_periods_title .period_title_one{color:#948473;line-height:1.1;font-weight:300;}
.boxes_periods_container .boxes_periods_title .period_title_two{color:#00a4c4;line-height:1.1;font-weight:300;}

.boxes_periods_container .boxes_periods_title .period_title_one span{font-weight:700;}
.boxes_periods_container .boxes_periods_title .period_title_two span{font-weight:700;}


.boxes_periods_container .subtitle{position:relative;float:left;width:100%;color:#EAE4DC;text-align:center;font-size:25px;margin-bottom:50px;}
.boxes_periods_container .subtitle span{position:relative;width:auto;padding-left:0px;padding-right:0px;display:inline;font-weight:300;transition:all 0.5s ease;text-transform: capitalize}
.boxes_periods_container .subtitle span:hover{cursor:pointer;font-weight:700;transition:all 0.5s ease;}

/********/
.box_content{}
.boxes_periods .box_content {background-color:#ffffff;transition:0.5s all ease}

.boxes_periods_container .box_content .more{position:relative;text-align:center;margin:0 auto;margin-top:20px;font-weight:900;letter-spacing:2px;font-size:12px;}
.boxes_periods_container .box_content .more:hover{cursor:pointer;}
.boxes_periods_container .more span{border-top:0px solid #4a4037;padding-top:5px;color:#4a4037;}

.boxes_periods .box_placing .box_photo{position:relative;float:left;width:100%;}

.filter_aktualnosci:hover{cursor:pointer;}


.article_boxes .box_placing{padding:0 !important;}
#fragment_container{padding-top:0px !important;}
.fragment_title{font-family:"museo-sans";font-weight:300;font-size:24px;padding-bottom:5px;border-bottom:1px solid #343156;color:#343156;text-align:center;}
#boxes_fragment{border:0px solid black;padding:20px !important;padding-bottom:40px !important;margin:0 !important;width:100%;}
#boxes_fragment:after{content:'';position:absolute;z-index:5;bottom:20px;left:15px;width:calc(100% - 30px);height:1px;background-color:#fa6a87;}
#boxes_fragment .fragment_prev{position:absolute;left:15px;z-index:1;bottom:0px;background:url('../../../img/main/boxes/arrow_left.svg');background-size:100%;background-repeat:no-repeat;background-position:left center;width:10px;height:15px;}
#boxes_fragment .fragment_next{position:absolute;right:15px;z-index:1;bottom:0px;background:url('../../../img/main/boxes/arrow_right.svg');background-size:100%;background-repeat:no-repeat;background-position:right center;width:10px;height:15px;}


.period_prev{position:absolute;right:0px;z-index:1;top:50px;background:url('../../../img/main/boxes/arrow_period_left.svg');background-size:contain;background-repeat:no-repeat;background-position:top right;width:30px;height:30px;}
.period_next{position:absolute;right:0px;z-index:1;top:100px;background:url('../../../img/main/boxes/arrow_period_right.svg');background-size:contain;background-repeat:no-repeat;background-position:top right;width:30px;height:30px;}

.text_line{position:relative;float:left;font-size:18px;width:100%;}
.text_line .text{background-color: white;z-index:1;position: relative;float: right;width: auto;padding-left: 20px;}
.baza-testow .text_line::after{background-color: #0031ff;}
.baza-wiedzy .text_line::after{background-color: #ff4135;}
.baza-testow .text_line .text{color: #0031ff;}
.baza-wiedzy .text_line .text{color: #ff4135;}
.text_line::after {
    z-index: 0;    
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}