#link-vsb {
	display: none;
}

.flag {
	width: auto;
	height: 16px;
	margin-left: 0.5rem;
}

/*********** IKONY SOCIALNICH SITI ***********/
.social-icons {
	text-align: center;
}

.social-icons a.icon {
	font-size: 28pt;
	text-decoration: none;
	margin-right: 1.2rem;
}

.social-icons a.icon:hover {
	color: #1a1a1a;
}

/*********** DNY OTEVRENYCH DVERI ***********/
.open-days table {
	width: 100%;
}

.open-days .light-button {
	width: 6rem;
	text-align: center;
}


/********** TERMINY PRIJIMACIHO RIZENI **********/
.admission-links {
	position: relative;
}

.admission-links .anchors {
	display: block;
}

@media print, screen and (min-width: 500px) {
	.admission-links .anchors {
		display: inline-block;
		vertical-align: middle;
	}
}

.admission-links .anchors > a {
	display: block;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 700;
	font-size: 95%;
	transition: color 0.3s;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 500px) {
	.admission-links .anchors > a {
		display: inline-block;
		padding: 0 1rem;
		position: relative;
		margin-bottom: 0;
	}
}

.admission-links .anchors > a:hover {
	color: #009e8e;
} 

.admission-links .anchors > a:first-child {
	padding-left: 0;	
}

.admission-links .anchors > a:last-child {
	padding-right: 0;	
}

@media print, screen and (min-width: 500px) {
	.admission-links .anchors > a:not(.without-sep):not(:last-child)::after {
		content: '';
		position: absolute;
		border-right: 1px solid #e6e6e6;
		right: -0.2rem;
	    height: 100%;	
	}
}

.admission-links .application {
	display: block;
	margin-top: 1rem; 
}

@media print, screen and (min-width: 1500px) {
	.admission-links .application {
		display: inline-block;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 50%;
    	transform: translateY(-50%);
    	padding-right: inherit;
	}
}

.admission-links .application > a {
	margin: 0;
}


/********** SEZNAM FAKULT - vice vyuziti, napr. podminky prijeti **********/
/* jinak nez na ceskem */
.faculty-list .item {
	display: inline-block;
	margin-bottom: 3rem;
	width: 100%;
	margin-right: 1rem;
}

@media print, screen and (min-width: 1201px) {
	.faculty-list .item {
		width: 47%;
	}
}

.faculty-list .item img {
	height: 55px;
	max-width: 100%;
}

@media print, screen and (min-width: 1201px) {
	.faculty-list .item img {
		height: 45px;
	}
}

@media print, screen and (min-width: 1601px) {
	.faculty-list .item img {
		height: 65px;
	}
}


/*********** KONTAKTNI OSOBY ***********/
.contact-people .item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.contact-people .item {
	margin-bottom: 3.5rem;
}

@media print, screen and (min-width: 1201px) {
	.contact-people .item {	
		width: 48%;
	}
}

@media print, screen and (min-width: 661px) {
	.contact-people .item .content {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		display: -webkit-flex;
		-webkit-flex-wrap: nowrap;
		-webkit-align-items: center;
	}
}

.contact-people .item .photo,
.contact-people .item .info,
.contact-people .item .info-without-photo
{
	display: inline-block;
	width: 100%;
	text-align: center;
}

@media print, screen and (min-width: 661px) {
	.contact-people .item .photo,
	.contact-people .item .info {
		display: inline-block;
		width: 48%;
	}
}

@media print, screen and (min-width: 661px) {
	.contact-people .item .info,
	.contact-people .item .info-without-photo{
		text-align: left;
	}
}

@media print, screen and (min-width: 661px) {
	.contact-people .item .info-without-photo {
		display: inline-block;
		width: 70%;
	}
}

.contact-people .item .photo img {
	width: 200px;
}

@media print, screen and (min-width: 1001px) {
	.contact-people .item .photo img {
		width: 90%;
		max-width: 250px;
	}
}

.contact-people .item .annotation {
	font-size: 85%;

}
.contact-people .item .contact {
	font-size: 90%;
}

.contact-people .item .attribute-prefix {
	color: #767676;
}

.contact-people .item .name {
	font-size: 110%;
	font-weight: bold;
}

.contact-people .item i.icon {
	margin-right: 1rem;
}

.contact-people hr {
	border: 0;
    border-top: 1px solid #ececec;
}


/********** SOCIALNI MEDIA **********/
.social-media table {
		width: 100%;
}
	
@media print, screen and (min-width: 1601px) {
	.social-media table {
		width: 85%;
	}
}
	
@media print, screen and (min-width: 1901px) {
	.social-media table {
		width: 70%;
	}
}

.social-media table th span.title-text,
.social-media table a > span {
	display: none;
}

.social-media table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.social-media table .icon-column {
	width: 15px;
}

.social-media table a {
	position: relative;
	display: block;
}

.social-media table a:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #009E8E;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 234ms ease-in-out;
	-moz-transition: all 234ms ease-in-out;
	-ms-transition: all 234ms ease-in-out;
	-o-transition: all 234ms ease-in-out;
	transition: all 234ms ease-in-out;
}

.social-media table a:hover:before {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.social-media table th {
	background-color: #ffffff;
}


/********** STUDENTSKE SPOLKY **********/
.student-organization-links .link {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
}

.student-organization-links a {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 110%;
	text-decoration: none;
	transition: color 0.3s;
}

.student-organization-links a:hover {
	color: #009e8e;
}

.student-organization-links .icon {
	display: inline-block;
	vertical-align: middle;
	color: #009e8e;
	margin-right: 0.5rem;
}

.student-organization-links .link:not(:last-child) {
	padding-right: 1.5rem; 
}

.student-organization-links .link:not(:last-child)::after {
	content: "";
	position: absolute;
	height: 50%;
	border-right: 1px solid #c9c9c9;
	right: 0.75rem;
	width: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
}

img.student-organization {
	max-height: 200px;
	max-width: 350px;
}


/********** STUDIJNI ODDELENI **********/
@media print, screen and (min-width: 1501px) {
	.study-departments table td, .study-departments table th {
		text-align: center;
	}
}

@media print, screen and (min-width: 1401px) {
	.study-departments .title-mobile {
		display: none;
	}
}

.study-departments table td.faculty-title {
	text-align: left;
	font-weight: bold;
	font-size: 105%;
}

.study-departments table td {
	padding: 1rem;
	font-weight: bold;
}

.study-departments table .light-button {
	margin: 0!important;
	font-weight: normal;
}

@media print, screen and (min-width: 1901px) {
	.study-departments table .light-button {
		width: 65%;
	}
}

.study-departments table {
	width: 100%;
}

.study-departments .note {
	color: #767676;
	font-size: 95%;
	font-weight: normal;
}


/********** MENSI TITULEK PRO KONTAKTY **********/
.contact-title {
	color: #767676;
	font-size: 95%;
}


/********** FAKULTY - KONTAKT **********/
.faculty-contact img {
	height: 55px;
	max-width: 100%;
}

@media print, screen and (min-width: 1201px) {
	.faculty-contact img {
		height: 65px;
	}
}


/********** TABULKA OSOB A FUNKCI, NAPR. CLENOVE KOLEGIA **********/
table.person-and-function {
	width: 100%;
}
	
@media print, screen and (min-width: 1601px) {
	table.person-and-function {
		width: 85%;
	}
}
	
@media print, screen and (min-width: 1901px) {
	table.person-and-function {
		width: 80%;
	}
}

table.person-and-function:not(:last-of-type) {
	margin-bottom: 4rem;
}

table.person-and-function .person-column{
	width: 40%;
}

table.person-and-function .function-column{
	width: 60%;
}

/********** AKADEMICKY SENAT **********/
table.academic-senate {
	width: 100%;
}

@media print, screen and (min-width: 1601px) {
	table.academic-senate {
		width: 85%;
	}
}
	
@media print, screen and (min-width: 1901px) {
	table.academic-senate {
		width: 80%;
	}
}

table.academic-senate:not(:last-of-type) {
	margin-bottom: 4rem;
}

table.academic-senate .faculty-column{
	width: 10%;
}

table.academic-senate .person-column{
	width: 35%;
}

table.academic-senate .email-column{
	width: 30%;
}

table.academic-senate .phone-column{
	width: 25%;
	min-width: 130px;
}

@media print, screen and (min-width: 1150px) {
	table.academic-senate .faculty-title-hidden {
		display: none;
	}
}


/********** KONTAKTY ODDELENI VNEJSI VZTAHY **********/
table.pr-contacts {
	width: 100%;
}
	
@media print, screen and (min-width: 1901px) {
	table.pr-contacts {
		width: 95%;
	}
}

table.pr-contacts .person-column{
	width: 25%;
}

table.pr-contacts .function-column{
	width: 25%;
}

table.pr-contacts .email-column{
	width: 25%;
}

table.pr-contacts .phone-column{
	width: 25%;
	min-width: 130px;
}

/********** PROPAGACNI PREDMETY *********/
.promotional-item .title {
	font-size: 140%;
	font-weight: 300;
}

.promotional-item .prize {
	font-weight: bold;
}


/********** HLAVNI KONTAKTY NA UNIVERZITU **********/
.main-contact hr {
	border: 0;
	border-top: 1px solid #ececec;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/********** MAPY AREALU *********/
.maps #mapa {
	margin-top: 4rem;
	width: 100%;
	max-width: 90vw;
	height: 400px;
}

.areal {
	text-align: center;
}

@media print, screen and (min-width: 1201px) {
	.areal {
		margin-left: 5rem;
		margin-right: 8rem;
		text-align: left;
	}
}

.areal .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.areal .item-reverse {
	width: 100%;
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap-reverse;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

@media print, screen and (min-width: 1201px) {
	.areal .item,
	.areal .item-reverse {
		justify-content: space-between;
		-webkit-justify-content: space-between;		
	}
}

@media print, screen and (max-width: 1200px) {
	.areal .text-part,
	.areal .image-part {
		width: 100%;
	}
}

.areal .item img,
.areal .item-reverse img {
	max-height: 300px;
}


/********** PODATELNA **********/
.filling-office-attributes {
	color: #00a499;
	font-size: 110%;
	font-weight: bold;
}

/********** MEDIA - TABULKA S KONTAKTY na fakulty **********/
.media table.contacts {
	width: 100%;
}

.media table.contacts .faculty-column{
	width: 35%;
}

.media table.contacts .person-column{
	width: 25%;
}

.media table.contacts .email-column{
	width: 20%;
}

.media table.contacts .phone-column{
	width: 20%;
	min-width: 130px;
}
@media print, screen and (min-width: 700px) {
	.media .hide-in-table {
		display: none;
	}
}

/********** PROGRAM DALSIHO VZDELAVANI **********/
.more-learning img {
	max-width: 100%;
	height: 65px;
	padding-bottom: 2rem;
	padding-top: 1rem;
}

/********** SPOLUPRACE *********/
.cooperation-pros-cons {
	display: none;
	padding: 2rem;
}

.cooperation-logo {
	height: 25px;
	max-width: 100%;
	padding-bottom: 1rem;
}

@media print, screen and (min-width: 461px) {
	.cooperation-logo {
		height: 37px;
	}
}

@media print, screen and (min-width: 668px) {
	.cooperation-logo {
		height: 25px;
	}
}

@media print, screen and (min-width: 1201px) {
	.cooperation-logo {
		height: 33px;
	}
}

@media print, screen and (min-width: 1501px) {
	.cooperation-logo {
		height: 47px;
	}
}

@media print, screen and (min-width: 1501px) {
	.cooperation-logo {
		height: 55px;
	}
}

/********** PATENTY *********/
.patent-images .gallery-image {
	display: inline;
}

.patent-images img {
	vertical-align: top;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.patent-recommending {
	background-color: #1e2838;
	color: #FFF;
	padding: 0.4rem;
}

/********* SPOLECENSKA ODPOVEDNOST **********/
.social-responsibility {
	display: inline-block;
}

/********* PARKOVANI **********/
.parking {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}


@media print, screen and (min-width: 1201px) {
	.parking {
		justify-content: space-between;
		-webkit-justify-content: space-between;		
	}
}

.parking .text-part,
.parking .image-part {
	width: 48%;
}

@media print, screen and (max-width: 1200px) {
	.parking .text-part,
	.parking .image-part {
		width: 100%;
	}
}


/********** SAMOSTATNE STYLY PRO ANGLICKY WEB **********/

/********** ECTS VYSTUP Z EDISONU **********/
.ECTSView {
	padding: 1rem;
	overflow: hidden;
}

@media print, screen and (min-width: 981px) {
	.ECTSView {
		padding: 2rem;
	}	
}

@media print, screen and (min-width: 1201px) {
	.ECTSView {
		padding: 3rem;
	}	
}

/*********** DEGREE STUDENTS - BROZURA, VIDEO ******************/
.degree-brochure-video {
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;	
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}


/*********** DEGREE STUDENTS ******************/
/*
*	Kotvy na detailní stránce
*/
.vsbPbsTree div#abcdefgh .links .anchors > a:not(.without-sep):not(:last-child)::after {
    content: '';
    position: absolute;
    border-right: 1px solid #e6e6e6;
    right: 0.0rem;
    height: 100%;
}

/*
*	Hlavička kontaktního formuláře
*/
.vsbPbsTree .contact-form .header {
    table-layout: fixed;
    width: 100%;
}

.vsbPbsTree .contact-form .header td {
    padding: 0.5rem 0.5rem;
    font-size: 70%;
    text-align: center;
}
@media print, screen and (min-width: 500px) {
	.vsbPbsTree .contact-form .header td {
	    padding: 0.5rem 0.5rem;
	    font-size: 100%;
	    text-align: center;
	}
}
@media print, screen and (min-width: 1201px) {
	.vsbPbsTree .contact-form .header td {
	    padding: 1rem 0.5rem;
	    font-size: 95%;
	}
}

.vsbPbsTree .contact-form .header td.selected {
    background-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
}
.vsbPbsTree .contact-form .header td:hover {
    background-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
    cursor: pointer;
}
.vsbPbsTree .contact-form .header td:nth-child(1) {  
  border-left: none;
}
.vsbPbsTree .contact-form .header td:nth-child(5) {  
  border-right: none;
}

.vsbPbsTree .contact-form .header a {
    text-decoration: none;
}
.vsbPbsTree .contact-form .header td:hover a {
    color: #1a1a1a;
}
.vsbPbsTree .contact-form .header td.selected a {
    color: #1a1a1a;
}

/*
*	Uspořádání ikon a textu v hlavičce kontaktního formuláře
*/
.vsbPbsTree .contact-form .header span {
    display: block;
}

.vsbPbsTree .contact-form .header i {
	display: block;
    font-size: 1rem;
}
@media print, screen and (min-width: 500px) {
	.vsbPbsTree .contact-form .header i {
	    font-size: 1.5rem;
	}
}

/*
*	Uspořádání prvnků formuláře do sloupců
*/
.vsbPbsTree .contact-form .content ul {
	columns: 1;
	padding: 0px;
}
@media print, screen and (min-width: 1201px) {
	.vsbPbsTree .contact-form .content ul {
	    columns: 2;
	}
}

.vsbPbsTree .contact-form .content ul li::before {
	content: none !important;
}

/*
*	Uspořádání comboboxů
*/
.vsbPbsTree .contact-form .content select {
	padding: 0.45rem 0.5rem;
}

/*
*	Pozicování submit tlačítka
*/
.vsbPbsTree .contact-form .content div.submit-btn {
	text-align: right; 
	padding-bottom: 1rem;
}

.vsbPbsTree .contact-form .content div.submit-btn input[type="submit"] {
	margin: 0px;
}

/*
*	Kotvy
*/
.vsbPbsTree .anchors a {
    cursor: pointer;
}