/*Layouts css goes here*/

ul.media-lista {
 margin-top:30px !important; 
}
ul.media-lista > li.media-lista-li{
  border-bottom:4px solid #ececec;
  padding-bottom:30px;
  margin-bottom:30px;
  margin-left:0;
}
ul.media-lista > li.media-lista-li:before{
 content:''; 
}

ul.media-lista > li.media-lista-li a{
  font-size:20px;
  color:#272727;
  font-weight:700;
}

ul.media-lista > li.media-lista-li a:hover{
  color: #bb171e;
  text-decoration:none;
}

/*Układ for Studia I, II */

ul.list-category-new{
 	padding-left: 0;
    list-style: none;
  	margin-bottom:30px;
}
ul.list-category-new li{
 	border-bottom:0; 
 	margin-top: 30px;
}
.courses-of-study-new img{
 	margin-bottom:0; 
}

.category-image-new:before{
	content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    /* opacity: 0.5;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.category-image-new{
 display: block; position: relative; 
}
.category-image-new>h2 {
    font-family: 'Roboto Slab',serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left:15px;
  	top: 30px;
    right: 30px;   
    margin-top: 0;
    margin-bottom: 0;
   font-size: 22px;
}
.button-front-new{
  min-width:140px;
  margin-left:10px;
  margin-bottom:15px;
  text-align:center;
  font-family:'Roboto Slab',sans-serif;
  display: inline-block;
  border: 3px solid #fff;
  padding: 10px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.button-front-new.red{
  color:#C22132;
  background-color:#fff;
}
.button-front-new:hover{
  background-color:#ffffff;
  text-decoration:none;
  color:#C22132;
}
.button-front-new:focus{
  color:#C22132;
  text-decoration:none;
  background-color:#f5f5f5;
}

.button-front-new.red:hover{
   background-color: #C22132;
   color: #fff;
   text-decoration:none;
  	border: 3px solid #C22132;
}
.button-front-new.red:focus{
  background-color: #A61C2B;
   text-decoration:none;
  color:#ffffff;
  border: 3px solid #A61C2B;
}
.forma-info,.czas-info{
  	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
  	display:block;
  	margin-bottom:5px;
	font-size: 12px;
	line-height: 19px;
  	color:#fff;
 	 margin-left:15px;
}
@media (max-width: 600px){
.category-image-new{
  	height:320px
  }
.courses-of-study-new img{
 	 height: 100%;
    object-fit: cover;
}
}

@media (min-width: 1200px){
  	.button-front-new{
      margin-bottom:30px;
      padding:15px;
      margin-left:30px;
      min-width:230px;
      font-size:14px;
  }
  .category-image-new>h2{
   		font-size:24px; 
   	 	left:30px;
  		top: 30px;
  }
  .forma-info,.czas-info{
      margin-left:30px;
  	  font-size: 16px;
  }
  	.czas-info.bottom-25{
      margin-bottom:25px;   
  }
}
/*Układ for Studia I, II  KONIEC */





/*nn*/