@e-color-background: #fff;
@e-color-background2: #fff;
@e-color-font: #333;
@e-color-menu_bg: #fff;
@e-color-menu_font: #757575;

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


h1,h2,h3,h4 {		
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  
body {	
	
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  
	font-size: 14px;
	line-height: 1.428571429;
	color: @e-color-font;
	background-color: @e-color-background;
	padding-top: 24px;
	margin: 0;
}
footer {
	text-align: center;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.nav-logo,
.nav {
	padding: 0;
}
.logo {
	display: inline-block;
	padding-bottom: 10px;
}
#droppy {
	
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  
	width:100%;
	font-size: 17px; 
	background-color: @e-color-menu_bg;
	margin-top: 5px;
	display: inline-block;
	margin-left: 0px;
	text-align:center;
}
#droppy ul {text-align: left;}
#droppy ul li {display: block}
#droppy a {color: @e-color-menu_font; text-transform:uppercase; font-size: 14px; line-height: 1; text-decoration:none;
  -webkit-transition: all .06s ease-in-out;
  -moz-transition: all .06s ease-in-out;
  transition: all .06s ease-in-out;}
#droppy li {display: inline-block; float:none;}
#droppy li > a {padding:25px; padding-bottom:15px; padding-top:15px;}
#droppy li.hover > a { background-color:#fff;  color: @e-color-menu_font;}
#droppy ul li a {padding-bottom:15px; padding-top:15px;padding-left:30px; padding-right:30px; color: @e-color-menu_font; border-top:1px @e-color-menu_bg solid; background-color:@e-color-menu_bg;}
#droppy ul a.hover {background-color:#fff; color: @e-color-menu_font;padding:25px; padding-bottom:15px; padding-top:15px;}
#droppy ul a { }
#droppy li ul {background-color:#eee;}
#droppy .menuOpen{
	background-color:#fff!important;
	color:@e-color-menu_font;
}
#droppy ul li .menuOpen{
	background-color:#fff!important;
	color:#777;
	padding:25px; padding-bottom:15px; padding-top:15px;
}
.carousel-control {
	top:45%;
}
.carousel-indicators {
	width:100px;
	right: 50%!important;
	margin-left:0;
}
.footer {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.row {
	margin: 0px;
}
.row-pad {
	padding-top: 20px;
}
.lang-box {
	float: right;
}
.box-pad {
	padding-left: 0;
	padding-right: 25px;
}
.btn-default  {
	border-color:rgba(255,255,255,0);
	background-color: rgba(255,255,255,0);
}
.new-page {
	color:@e-color-font;
	padding-left: 0;
}
.new-page ul {
	padding-left: 0;
}
.newsNormal {
	padding-left: 0;
}
.newsNormal li:nth-child(odd) {
  background-color: @e-color-background;
  border-bottom: none;
  border-top: none;
}
.newsNormal li {
  padding-left: 0;
}
.carousel-control {
	bottom: 50%;
}
.main-btn {
	padding-top: 15px
}
@media (max-width: 1200px) {
	.carousel-caption {
		display: none;
	}
	.logo {
		float:none;
		text-align: center;
		display: block;
	}
	.carousel-indicators,
	.carousel-control {
		display: none;
	}
	
	h2 {
		text-align: center;
	}
}



a[title="Editor"] {
  display:none!important;
}



/* =================================
   BOOTSTRAP 3 – FADE BEZ ZNIKANIA
================================= */

/* domyślnie niewidoczne */
.carousel.carousel-fade .item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
	
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes item {
  from {opacity: .4} 
  to {opacity: 1}
}


/* slajd aktualny ORAZ wychodzący */
.carousel.carousel-fade .item.active,
.carousel.carousel-fade .item.active.left,
.carousel.carousel-fade .item.active.right {
    opacity: 1;
}

/* slajd wchodzący */
.carousel.carousel-fade .item.next,
.carousel.carousel-fade .item.prev {
    opacity: 1;
}

/* WYŁĄCZ PRZESUWANIE */
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right,
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
}

