/* NAV */
.navbar-menu-widthfix .navbar-nav > li > a {
  color: #FFF;
  line-height: 20px;
  margin: 0px 0px; 
  padding: 15px 10px !important;
  font-size: 16px;
}

nav, .navbar-right a{
	transition: all .3s !important;
}
div#navbar ul.navbar-nav:nth-child(2) li:nth-child(1) a,
div#navbar ul.navbar-nav > li:nth-child(1).active > a::before {
    background: #bdbcbc;
}

div#navbar ul.navbar-nav:nth-child(2) li:nth-child(2) a,
div#navbar ul.navbar-nav > li:nth-child(2).active > a::before {
    background: #bd455b;
}
div#navbar ul.navbar-nav:nth-child(2) li:nth-child(3) a,
div#navbar ul.navbar-nav > li:nth-child(3).active > a::before {
    background: #a3cd84;
}
div#navbar ul.navbar-nav:nth-child(2) li:nth-child(4) a,
div#navbar ul.navbar-nav > li:nth-child(4).active > a::before {
    background: #8ec4e5;
}
div#navbar ul.navbar-nav:nth-child(2) li:nth-child(5) a,
div#navbar ul.navbar-nav > li:nth-child(5).active > a::before {
    background: #ffe619;
}

.navbar-nav li.active a, .navbar-nav li a:hover{
	background: #da5d74 !important; 
	color: #ffffff !important;
}
/*
.navbar-nav li.active a {
  background: #ba4458 !important;
}
.navbar-nav li a:hover {
	background: #ba4458 !important;
}
.navbar-nav li a{
	background: #da5f74 !important;
	font-weight: bold;
}
.navbar-nav li.active a:before {
	background: #da5d74 !important;
    height: 5px !important
}
*/

.navbar-nav li a:hover:before {
    background: #da5d74 !important;
    height: 5px !important
}

.navbar-inverse {
	background: #da5f74;
}
nav.scrolled {
}
/*
nav.scrolled:after {
  content: "";
  background: #da5f74;
  opacity: 0.100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
*/


.section-title {
color: #da5f74;
}

.logo_aop img { max-width: 350px; }
.page-header {
  padding: 0;
  margin: 0;
  text-align: left;
  background: #ffffff;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
}
.btn-webinary {
  background: #FFFFFF3D;
  color: #0C3666;
  border: 2px solid #FFFFFF; 
  border-radius: 3px;
  padding: 15px 45px;
  font-weight: 600;
  margin-right: 30px;
}
.btn-wydarzenia {
    margin-right: 20px;
}
.btn-video { 
  background: #DA5C73; 
  border: 2px solid #DA5C73; 
  border-radius: 3px;
  padding: 15px 60px;
  font-weight: 600;
  width: 200px;
}
.btn-wydarzenia { 
  background: #84b7d4; 
  border: 2px solid #84b7d4; 
  border-radius: 3px;
  padding: 15px 60px;
  font-weight: 600;
  width: 200px;
}

/* FOOTER */
.footer, #SyskonfLogoContainer {
	background: #afc5d2;
}
#SyskonfLogoContainer {
	background: #a3cd83;
}
.footer {
	color: #ffffff;
	font-weight: normal;
}
@media (max-width: 768px) { 
.sponsors__cell { width: 100%; }
.logo_aop img { max-width: 250px; margin: auto;}
.main_banner {
  background: url(/conf-data/10SKP/images/images/www_baner_1920x820_310320.jpg);
  background-size: cover;
  background-position-x: center;
  float: left;
  width: 100%;
  height: 300px;
}
.main_banner img { display: none; }
}
@media (max-width: 435px) { 
  .btn-wydarzenia {
    display: block !important;
    margin-bottom: 20px !important;
    margin-right: 0px !important;
  }
}