body {
	color: #385a73;
	font-size: 17px;
}

a,
a:hover,
a:focus {
	color: #03a9f4
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.site-head {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
	padding: 10px 0;
}
.head-row{
	flex-direction: column;
}
.head-row,
.logo-col {
	display: flex;
	align-items: center;
}
.nav-col {
	margin-top: 20px;
	text-align: center;
}
.nav-col a {
	text-decoration: none;
}
.nav-col a:not(:first-of-type) {
	margin-left: 10px;
}
@media (min-width: 768px) {
	.head-row{
	flex-direction: row;}
	.nav-col {
		text-align: right;
		margin-top: 0;
	}
}
.site-head img {
	height: 60px;
}
.site-head span {
	display: inline-block;
	padding-left: 20px;
}

.site-main {

}
.site-main-content {
	margin-top:20px;
	background-color: #fff;
	overflow-x: hidden;
}
.site-main-sidebar h2 {
	text-transform: none;
	margin: 15px 0;
	font-size: 18px;
	text-align: center;
}

.site-foot {
	font-size: 13px;
	padding: 20px 0;
}

h1 {
	color: #385a73;
	font-size: 14.2vw;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
}

h4{
	font-size: 30px;
	margin-top: 20px;
}

@media (min-width: 576px) {
	h1 {
		font-size: 20px;
	}
	
	h4{
		font-size: 40px;
	}
	
}
@media (min-width: 768px) {
	h1 {
		font-size: 20px;
	}
	
	h4{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 30px;
	}
	
	h4{
		font-size: 35px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 40px;
	}
	
	h4{
		font-size: 30px;
	}
}
h1 > span {
	display: block;
	font-size: 0.4em;
	font-weight: 400;
}

.info {
	border: solid #03a9f4;
	border-width: 2px 0;
	margin-bottom: 20px;
	padding: 10px 0;
}
.info .place {
	color: #03a9f4;
	font-size: 18px;
	white-space: nowrap;
}
.info .date {
	color: #ffc107;
	font-size: 1.6em;
	white-space: nowrap;
	text-align: right;
	font-weight: 300;
}
@media (min-width: 992px) {
	.info .date {
		font-size: 1.85em;
	}
}

.btn-outline-primary {
  color: #03A9F4;
  border-color: #03A9F4;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #03A9F4 !important;
  border-color: #03A9F4 !important;
}

.btn-outline-primary:focus {
  box-shadow: none !important;
}
a.btn.disabled {
  filter: grayscale();
}

h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 30px 0 20px;
}

.alert-danger{
	opacity:1 !important;
}

.organizators > div > img{
	width:100%;
	margin: 15px 0;
}

.partners{
	min-height: 40px;
}

.partners > div {
	display:flex;
	flex-direction: column;
	align-items: center;
}

.partners > div > img{
	width:100%;
    margin: 15px 0;
}

.partners > .img-smaller > img{
	width:70%;
}


.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list__item:nth-child(1) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

li:nth-child(even) {
  flex-direction: row-reverse;
}

.list__item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.list__item .content {
	flex: 0 0 70%;
}
.list__item .img :nth-child(even) {
	flex: 0 0 20%;
	margin-left: 10%;
	border-left: 1px solid #ccc;
}

.list__item .img img {
	border-radius: 50%;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 1rem;	
	
}
.list__item h3 {
	font-size: 1.2rem;
}

.list__item p {
	margin: 0;
	color: #666;
	font-size: 1rem;
}

.list__item p.lecturer {
	margin-top: 10px;
}

	

