#transferBox {
display: none;
}
body{
	overflow-x: hidden;
}
.banner__bg {
    background-position: center bottom 90%;
}
.bg_pageheader>.banner__bg {
  background-position: center top 5%;
}
.bg_pageheader .page-header {
  background: transparent;
  color: #FFF;
}
#SyskonfLogoContainer {
    background: #fff;
    border-top: 1px solid #fff;
}
.custom_table {
    width: 100%;
    max-width: 650px;
    border-collapse: collapse;
}
.custom_table tr:nth-of-type(odd) {
    background: #eee;
}
.custom_table th {
    background: #00A6DD;
    color: white;
    font-weight: bold;
}
.custom_table td,
.custom_table th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}
.custom_table td:not(:first-child),
.custom_table th:not(:first-child) {
    text-align: center;
}
.second_footer_column {
    text-align: right;
}
.btn--submissions {
    background: transparent;
    border-color: white;
    color: white;
}
.banner__content .btn,
.navbar-item-register .btn,
.btn--submissions {
    font-weight: bold;
}
.banner__content .btn {
    opacity: .9;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.banner__content .btn:hover {
    opacity: 1 !important;
}
.btn--register {
    padding: 8px 22px;
}
.contact .pricing__footer,
.contact .pricing__price-wrapper {
    display: none;
}
.contact .pricing__content {
    min-height: initial;
}
.navbar .navbar-brand img {
    padding: 4px;
}
.navbar-default {
    border-color: #ebebeb;
}
/* .page-header {
    margin-top: 60px;
} */
.banner {
    top: -20px;
    margin-bottom: -20px;
}
.contact .pricing__header {
    background: #00A6DD;
    color: white;
}
.navbar-item-abstract a {
    background: white !important;
    color: #00a6dd !important;
}
.footer {
    padding-top: 30px;
}
.footer__content {
    min-height: unset;
    padding-bottom: 30px;
}
.footer img {
    max-height: 154px;
    opacity: 0.4;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 382px;
}
.list--chevrons li:before, .footer a{
	color: #747373;
}

/* Tomaszowe */

.krakowcounter div.counter__number {
    font-size: 52px;
    font-weight: bold
}
.krakowcounter div.counter__title {
    font-size: 16px;
}
div.banner__countdown-wrapper {
    -webkit-animation-delay: 1000ms;
}
div.page-header__title {
    -webkit-animation-delay: 250ms;
}
/* </Tomaszowe> */

@media screen and (min-width: 768px) {
    /*#navbar {
        padding-top: 50px;
    }
    #navbar .nav.navbar-nav.navbar-right {
        position: relative;
    }*/
    /*.navbar-item-abstract {
        position: absolute !important;
        bottom: 45px;
        right: 0;
    }*/
    .navbar.scrolled .navbar-brand img {
        padding: 5px;
    }
    /* .page-header {
        margin-top: 50px;
    } */
    .banner__content .btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    /*.navbar-header {
        height: 110px;
    }*/
    .footer_menu,
    .secretariat {
        margin-top: 10px;
    }
    .footer_menu ul{
    	padding-left: 15px;
    }
    .contact .pricing:first-child{
    	margin-bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .venue_desc {
        padding-bottom: 20px;
    }
    .venue_desc h2 {
        margin-top: 0;
    }
    .second_footer_column {
        text-align: left;
    }
    .footer_logo {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .text-align-right-md {
        text-align: right;
    }
}


/* Wyrównanie do parametru tpl_navbar_buttons */

.navbar-item-register.full-menu-only {
  position: static !important;
}

.navbar-item-submission .navbar-button {
  background: transparent !important;
  color: #00A6DD !important;
  font-weight: bold;
}

.a-currency-select-row {
display: none;
}

.youtube-iframe{
	max-height: -webkit-calc(100vh - 50px);
	max-height: calc(100vh - 50px);
}
#yt-frame-container{
	background: #333333;
}
#yt-frame-container, #yt-frame-container .fullwidth-section__tint{
	float: none;
}
#yt-frame-container + .container{
	display: none;
}

/*Szymon*/
.sponsors-cell img {
    width: 40%;
}
.nonLine{
	border-right: none !important;
}