@e-fontsize-basic-font: 14px;
@e-color-basic:  #4A3E71;
.kns{
  width: 100%;
}
/*css dla menu hamburger*/
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    padding: 1rem;
}
.mobile-menu.open {
    right: 0;
}
.mobile-menu .menu-section {
    margin-bottom: 1.5rem;
}
#menuButton {
    font-size: 24px;
}
/*css dla stopki*/*
	.mdcontainer {
    background-color: #E9E9E9;
		padding-left: 0px;
		padding-right: 0px;
}
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.date {
  text-align: center;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  
}

.bottom-section {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #666;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/*ccs dla stopki koniec */
/*chatgpt*/
.row.d-flex {
  display: flex;
  align-items: stretch;
	margin-left: 0px;
  margin-right: 0px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.sidebar {
  background-color: lightgrey;
	background: #E5E5E5 url(https://wieza.stajnia-atut.pl/templates/jsn_epic_free/images/backgrounds/bg-leftside.png) right top repeat-y;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1); /* cień tylko z prawej strony */
}

.contentJSN {
  overflow: hidden;
  background-color: white;
  padding: 10px;
}
.menu {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px dotted #b3b3b3;
}

.menu li a {
  display: block;
  padding: 10px 10px 10px 30px;
 	background: url(https://wieza.stajnia-atut.pl/templates/jsn_epic_free/images/icons/icons-base.png) no-repeat 10px center;
  color: #d9d9d9;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px dotted #b3b3b3;
}

.menu li a:hover,
.menu li a.menuOpen {
  background-color: #474747;
  color: #FFF;
}

/*koniec ChatGPT*/
.box-black{
  background : #323232 url(https://wieza.stajnia-atut.pl/templates/jsn_epic_free/images/module-styles/box-grey.png) left bottom repeat-x
}
.box-black h2{
  color: white;
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3b3b3;
}
body{
	font-size: @e-fontsize-basic-font;
	line-height: 160%;
	background-color: @e-color-basic;
	background-image: url('../img/blue/bg-master.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
  /*width: 960px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;*/
  overflow-x: hidden;
}
h1,h2,h3,h5,h6{
	color:@e-color-basic;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
h4 {
	color:@e-color-basic;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
a{
	color:@e-color-basic;
	-webkit-transition: all .06s ease-in-out;
	-moz-transition: all .06s ease-in-out;
	transition: all .06s ease-in-out;	
}
a:hover{
	color:@e-color-basic + #444;
	text-decoration: none;
}

.relat {
	position: relative;
}
#droppy a {
	font-size: (@e-fontsize-basic-font);
	text-decoration:none;
	-webkit-transition: all .06s ease-in-out;
	-moz-transition: all .06s ease-in-out;
	transition: all .06s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
#droppy{  
  float:none; ;
  display:block;
  text-align:left;
  position: relative;
  /*bottom:20px;
  padding-top: 30px;*/
  background-color:#282828;
  
}
#droppy>li{
  float:none;
  display:inline-block;
  text-align:left;
  border-right: 1px solid #404040;
  margin-right: -4px;
}
#droppy li > a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCC;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#droppy li.hover > a {
	background-color: #404040;
	color:#FFF;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#droppy li ul li a {
	font-size: 14px;
}
#droppy li ul li a.hover {
	width: 100%;

}
#droppy ul {top:45px;}
#droppy ul li a {font-size: 14px; font-family: Arial; }
#droppy ul a.hover {background-color:#fafafa; color: @e-color-basic;}
#droppy li ul {background-color:#fff;}
#droppy li ul li {background-color: #f5f5f5;}
#droppy .menuOpen{
  /*
	background-color:#FFFFFF!important;
	color:@e-color-basic;
*/
  background-color: #404040 !important;
  color: #FFF;
}

#droppy li ul li a {
	color:@e-color-basic;
}
#droppy ul li .menuOpen{
	background-color:#f1f1f1!important;
	color:#fff;
	width:100%;
}
.whole {
	background-color: @e-color-basic;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.logos {
	background-color: #E9E9E9;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.btn-default {
	background-color: @e-color-basic;
	border-color: rgba(255,255,255,0.1);
}
.btn-default:hover {
	background-color: @e-color-basic+#222;
}
.btn-color {
	background-color: @e-color-basic;
	color: white;
}
.drplang {
	margin-top: 10px;
	padding-top: 35px;
	padding-left:15px;
	float: right;
  display: none;
}
.btn-purpbig {
	margin-bottom: 50px;
	margin-top: 20px;
	padding: 17px 50px 17px 50px;
}
.btn-purpbig:hover {
	color:white;
	background-color:(@e-color-basic+#222);
}
.btn-more {
	padding: 10px 30px 10px 30px;
}
.btn-more:hover {
	color:white;
	background-color:(@e-color-basic+#222);
}
.big-icon {
	font-size: 100px;
	color:@e-color-basic;
}

.infobox {
	background-color: #E9E9E9;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-left: 20px;
	padding-right:20px;

}

footer {
	
	height: 280px;
}
.top {
	/*padding-top:30px;
	padding-bottom: 15px;*/
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.topmn {
	padding-top: 42px;
	padding-bottom: 15px;
}
.pad {
	/*padding:25px;*/
}
.news {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 30px;
	background-color: #FFFFFF;

}
.news .col-md-6 {
	padding-bottom: 30px;
	padding-left: 0px;
}

.news .col-md-6 img {

	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 10px;
}

.news .col-md-6 a {
	color: @e-color-basic;
}
.news .col-md-6 a:hover {
	color: @e-color-basic+#777;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}

.foot {
	color:white;
	padding-top: 50px;
	text-align: center;
  width: max-content;
}
.foot a {
	color:white;
}
.foot a:hover {
	color:(@e-color-basic+#222);
}
.simplerow {
	background-color: #FFFFFF;
	padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.dropcl {
	padding-top:33px;
	
}
/*li {
	list-style-type: none;
}
*/
.carousel-indicators {
	float: none;
	margin-left: -69px;

}
.subslide .carousel-indicators {
	position: absolute;
	width: 150px;
	height: 50px;
	left: 50%;	
	top: auto;
	bottom:0px;

}
.subslide .carousel-indicators li {
	background-color: rgba(255,255,255,0.4);
	width: 15px;
	height: 15px;
	border: none;
	margin-right: 5px;
}
.subslide .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: auto;
	margin-right: 5px;
	border: none;
	background-color: white;
}
.center h1 {
	font-size: 55px;
	
}
.subslide .carousel-control {
	height:100%;
	top:0px;
	color: transparent;
}
.subslide .carousel-control:hover {
	color:transparent;
}
.subslide .carousel-caption h4{
	color:white;
	font-size:45px;
}
.content {
	padding-top:50px;
	padding-bottom: 50px;
}
.simslide .carousel-indicators {
	width: 150px;
	height: 50px;
	margin-left: 0px;
	top: auto;
	bottom:0px;
}
.simslide .carousel-indicators li {
	background-color: rgba(255,255,255,0.4);
	border: none;
}
.simslide .carousel-control {
	display: none;
}
.simslide .carousel-indicators .active {
	background-color: white;
}

.gal img {
	margin-bottom: 5px;
}
.logbox .checkbox input {
	width: 15px;
	padding-left: 0px;
}

.newsNormal {
	padding-left:0px;
}

.newsNormal li a:hover {
	color:@e-color-basic+#777;
}
.newsNormal li h4 a {
	color:@e-color-basic;
}
.newsNormal li a img {
	margin-right: 10px;
	width: 100px;
	height: 100px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.tagsShowList li a {
	color:@e-color-basic;
}
.tagsShowList li a h4:hover {
	color:@e-color-basic+#777;
}
.tagsShowList {
	padding-left:0px;
}

.breadcrumb li {
	padding-bottom: 0px;
}

.breadcrumb .divider {
	display:none;
}
textarea{
  width:100%;
  height:200px;
  padding:5px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  border:1px #ddd solid;
} 
input, input[type="password"], input[type="search"]{
  width:50%;
  padding:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:1px #ddd solid;
}
.inupt-append .btn {
	background-color: @e-color-basic;
}
.input-append .btn {
	background-color:@e-color-basic;
	color:white;
	width: 65px;
	height: 35px;
	padding-left: 10px;
}
.input-append .btn:hover {
	background-color: @e-color-basic+#222;
}
.gap {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 55px;
	padding-top: 55px;
}
/* Pierwsze dwie "tabelki" w jednym rzędzie */
.tabelki{
 display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tabelka1 {
  width: 66.66%;
  padding: 10px;
  box-sizing: border-box;
}

.tabelka2 {
  width:  33.33%; 
  padding: 10px;
  box-sizing: border-box;
}
.tabelka50 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}


/* Tabelka 3 i 4 – pełna szerokość */
.tabelka3, .tabelka4 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 1201px){
  .container {
    width: min-content;
  }
  .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  
}
@media (max-width: 1200px) { /* laptopy / mniejsze desktopy */ 
  .drplang {
    display: none;
  }
	#droppy ul  {
		width: 150px;
	}
  .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
	.mdcontainer {
    background-color: #E9E9E9;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 991px) { /* tablety poziomo / laptopy */
   .tabelka1, .tabelka2, .tabelka50 {
    width: 100%;
  }
  .sidebar { 
    display: none;
	}
  .contentJSN {
    width: 100%;
    text-align: center;
  }
	.tabelka1, .tabelka2, .tabelka50 {
    width: 100%;
  }
  .carousel-caption {
		display:none;
	}
	.carousel-indicators {
		display:none;
	}
  .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
	.logo {
		padding-top:50px;
	}
	.top {
		padding-bottom: 0px;
	}
	.topmn {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#droppy ul {top:50px;}		
	#droppy {
    display: none;
		text-align: center;
	}
	#droppy li {
		padding-top:2px;
	}
	
    .dropcl {
    	padding-top: 0px;
    }
	.subslide {
		padding-left: 0;
		padding-right: 0;
	}
	.breadcrumb {
		text-align:left;
	}
	.newsNormal li {
		padding-right: 0px;
	}
	.newsNormal li a {
		display: inline-block;
		padding-bottom: 10px;
		text-align: center;
	}
	.newsNormal li a img {
		margin-right: 0px;
		text-align: center;

	}
	.simplerow {
 		margin-right: 0px;
 	}
 	.gal {
 		text-align: center;
 		padding-left: 25px;
 	}
	.simslide {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.gap {
		padding-bottom: 35px;
		}
	
	.drplang {
		position: absolute;
		top: 0px;
		right:10px;
		z-index: 1000;
		display: block;

	}
	.news .col-md-6 {
		height:150px;

	}
	ul.dropdown-menu {
 		min-width: 64px;
 		max-width: 64px;
 	}

}
@media (max-width:576px){  /* telefony */
   .tabelka1, .tabelka2, .tabelka50 {
    width: 100%;
  }
  .sidebar { 
    display: none;
	}
  .contentJSN {
    width: 100%;
    text-align: center;
  }
	.smnews .col-md-6 {
		height:250px;
		} 
	}

@media (max-width:320px){
	.smnews .col-md-6 {
		height:300px;
		 
	}
	.logo img {
		width: 190px;
		padding-left: 40px;
	}
 	.topmn {
 		text-align: left; 		
 	}
 	
 	.drplang {
    display: block;
 		padding-top: 30px;
 	}

 	
 	
}