.navbar .container {
    width: 90%;
}
#navbar {
  text-align: center;
}
#navbar .navbar-nav {
    float: none;
    margin: auto;
    display: inline-block;
}
.agenda__info{
	text-transform: uppercase;
}
.nav > li > a {
  padding: 10px 9px;
}
body{
	overflow-x: hidden;
}
.banner .content-box--icon-boxed{
	background: none;
	border: none;
}
.banner_desc{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.banner .content-box__title, .banner .content-box__subtitle{
	color: white;
}
.banner .content-box__icon{
	background: none;
	font-size: 25px;
}
.content-box--icon-boxed .content-box__icon:hover{
	font-size: 32px;
}
.banner .content-box{
	margin-bottom: 10px;
}
.banner .content-box__subtitle{
	font-size: 16px;
}
.banner .content-box__title{
	font-size: 20px;
}
.banner{
	font-size: 18px;
}

.inline-block{
	display: inline-block;
}


.placeDiv{
	color: black;
	text-align: left;
}
.cb{
	clear: both;
	height: 0;
}

h3{
	font-size: 20px;
	font-weight: 900;
	color: #434b70;
}

.faculty h3{
	margin-bottom: 15px;
}
p{
	color: #444;
}
.a-d-1{
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.a-dl-1-and-quarter{
	-webkit-animation-delay: 1.25s;
	        animation-delay: 1.25s;
}
.a-dl-1-and-half{
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.navbar-item-abstracts a{
	background: transparent !important;
    border-color: white !important;
}
/* <CUSTOM TITLE> */

.custom-title{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	color: #434b70;
}
.custom-title__divider{
	font-size: 30px;
	text-align: center;
}
.custom-title__divider hr{
	display: inline-block;
    height: 5px;
    background: #434b70;
    width: 105px;
    margin-bottom: 6px;
    margin: 20px 10px 6px 10px;
}
.custom-title__divider i{
	color: #434b70;
}
/* <CUSTOM TITLE> */


/* <PRICING> */
.pricing{
	max-width: 418px;
}
.pricing__price-wrapper{
	height: unset;
}
.pricing__content .label{
	display: inline-block;
	min-width: 155px;
	background: #4B4DBA;
	padding: 5px;
}

.fees_info{
	max-width: 418px;
	margin: 0 auto;
}
.fees_info .list-group-item:nth-child(1){
	background: #4B4DBA;
	color: white;
	font-weight: bold;
}

@media (max-width: 992px){
	.pricing, .fees_info{
		margin: 0 auto;
	}
}
/* </PRICING> */

/* <LIST GROUPS> */
.list-group-item{
	text-align: center;
	font-weight: bold;
}
.list-group-item .small{
	font-weight: normal;
}
/* </LIST GROUPS> */

/* <NAVBAR> */

.navbar-inverse{
	background: #434b70;
	border-color: #434b70;
}
.navbar-inverse .navbar-nav > li > a{
	font-weight: 900;
}
.navbar-inverse .navbar-nav > li > a.btn.navbar-button{
	font-weight: normal;
}
.navbar-menu-widthfix .navbar-nav > .active > a:before{
	background-color: #2B3242;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
    width: 95%;
    z-index: -1;
}

/* </NAVBAR> */

/* <FOOTER> */

.footer{
	background: #434b70;
}
.footer img.inline-block{
	max-width: 250px;
}
.footer img{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.footer{
	text-align: center;
	color: white;
}
.footer h2{
	color: white;
	font-weight: 900;
}
#SyskonfLogoContainer{
	background:#2b3242;
}

/* </FOOTER> */

/* <AGENDA> */
.agenda{
	border: 1px solid #4b4dba;
}
.agenda__header{
	background: rgb(75, 77, 186);
	text-transform: uppercase;
}
.agenda__header h1{
    padding: 20px 10px;
	margin: 0;
	font-size: 19px;
	color: rgb(232, 158, 14);
	font-weight: 900;
}
.agenda__header h2{
	margin: 0;
	font-size: 13px;
	color: rgb(232, 158, 14);
	font-weight: 900;
	padding-bottom: 10px;
}
.agenda__time{
	color: rgb(232, 158, 14);
	padding: 15px;
	white-space: nowrap;
}
.agenda__info{
	padding: 15px;
	font-size: 15px;
	color: #434b70;
	font-weight: 900;
}
.agenda__content .agenda__item{
	border-bottom: 1px solid #A0B0B0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.agenda__time{
	border-right: 1px solid #A0B0B0;
}


/* </AGENDA> */

/* fixes */
.navbar-fixed-top .navbar-collapse{
	max-height: unset;
}
@media (min-width: 768px) and (max-width: 992px){
	.navbar-item-register a{
		margin-left: 0px !important;
	}
	.banner{
		top: -10px;
		margin-bottom: -10px;
	}
}

.importantDates__row > div{
	width: 50%;
	float: left;
	padding: 15px;
	font-size: 16px;
	font-weight: 900;
	color: #434b70;
}
.importantDates__row > div:nth-child(1){
	border-right: 1px solid #A0B0B0;
	text-transform: uppercase;
}
.importantDates__row > div:nth-child(2){
	color: rgb(232, 158, 14);
}
.importantDatesTable{
	border: 1px solid #4b4dba;
}
.importantDates__row{
	overflow: hidden;
	border-bottom: 1px solid #A0B0B0;
}
.importantDates__row:last-child{
	border-bottom: 0;
}
#important-dates .small{
	margin-top: 5px;
	color: #434b70;
}
@media (max-width: 620px){
	.importantDates__row > div{
		padding: 10px;
	}
}
@media (max-width: 350px){
	.custom-title__divider hr{
		width: 85px;
	}
}
@media (max-width: 400px){
	.importantDates__row > div{
		font-size: 13px;
	}
}
.footer__content{
	text-align: left;
}
.footer__content .g-map{
	height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){
	.footer__content .g-map{
		height: 340px;
	}
}
@media (min-width: 992px){
	.footer__content .g-map{
		height: 315px;
	}
}
@media (min-width: 1200px){
	.footer__content .g-map{
		height: 295px;
	}
}

/*zmiana menu*/
nav > .container-fluid{
	max-width: 1180px;
}

@media (min-width: 769px) and (max-width: 991px){
	.pricing__content .label{
		min-width: 125px;
	}
}

.hotel .gallery__item{
	width: 33%;
	height: 130px;
}
.hotel .g-map{
	height: 250px;
}
@media (min-width: 769px){
	.hotel .g-map{
		height: 375px;
	}
}
@media (min-width: 992px){
	.hotel .g-map{
		height: 335px;
	}
}
@media (min-width: 1200px){
	.hotel .g-map{
		height: 310px;
	}
}
.hotel .content-box{
	margin-bottom: 15px;
}
.price, .contact{
	background: #fff;
    border: 1px solid #ecf0f1;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.contact{
	border: 0;
}
.price__header, .contact__header{
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	border-bottom:  1px solid #ecf0f1;
}
.contact__content{
	padding: 10px 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
}
.price__content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px 0;
}
.price__price{
	font-size: 32px;
}
.price__price-unit{
	color: #95a5a6;
	text-transform: uppercase;
	margin-left: 3px;
	position: relative;
	top: -1em;
}
.agenda__info{
	position: relative;
}
.toggler{
	cursor: pointer;
}
.toggler .agenda__info::after{
	content: '\f0d7';
    font-family: Fontawesome;
    position: relative;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-left: 5px;
    top: 1px;
    -webkit-transform-origin: center 14px;
        -ms-transform-origin: center 14px;
            transform-origin: center 14px;
}
.toggler.expanded .agenda__info::after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.agenda__info .badge{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	bottom: 2px;
	background: #4B4DBA;
}
@media(max-width: 505px){
	.agenda__time{
		border: none;
	}
	.agenda__item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.btn--booking{
	display: block;
    width: 100px;
    margin: 20px auto;
    font-weight: 600;
    font-size: 16px;
}
.navbar-inverse .navbar-nav > li > a.btn.navbar-button{
	font-weight: bold;
}