video {
  width: 100% !important;
  height: auto !important;
}

/* mozilla hack to remove unwanted styling */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.no-bottom {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.section-bg h2 {
    font-family: 'myriad_pro';
    margin: 10px 0 5px 0;
    letter-spacing: 2px;
}

.section-bg h2 small {
    margin-left: 15px;
}

.container-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.table-responsive {
	width: 100%;
	overflow-y: hidden;
}

#header {
    height: 91px;
    font-size: 12px;
}

#header .top-menu {
    padding-top: 58px;
}

#header .top-menu > ul > li {
    padding: 0 10px;
}

#header .top-menu > ul > li:last-child {
    padding-right: 0;
}

#header .top-menu > ul {
    margin-bottom: 0;
}

#header .community-menu ul, 
#header .community-menu ul li {
    height: 20px;
    overflow: hidden;
}

#header .community-menu > ul > li {
    padding: 0 3px;
}

.header-logo {
/*     background-position: 0 0; */
    width: 100%;
/*     height: 63px; */
    margin-top: 15px;
}

.header-logo img {
/*     width: 100%; */
     height: 63px;
}

.hamburger {
    position: fixed;
    z-index: 100;
    top: 58px;
}

.hamburger > a {
    width: 33px;
    height: 33px;
    text-align: left;
    text-indent: -9999px;
    position: relative;    
    display: block;
    float: right;
}

.hamburger > a:before,
.hamburger > a:after  {
    position: absolute;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
}

.hamburger > a:after {
    top: 60%;
}

.sb-right {
/*     margin-top: 91px; */
}

.sb-slidebar {
}

.sb-submenu {
    display: none;
}

.sb-menu a, .sb-submenu a {
    padding: 9px 12px 5px 12px;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.sb-menu .sb-submenu a {
    padding-left: 28px;
}

.sb-menu .sb-submenu .sb-submenu a {
    padding-left: 40px;    
}

.top-logo-yt {
    background-position: 0px -87px;
    width: 47px;
    height: 20px;        
}

.top-logo-fb {
    background-position: -40px -68px;
    width: 20px;
    height: 20px;        
}

.top-logo-tw {
    background-position: 0 -68px;
    width: 20px;
    height: 20px;        
}

.top-logo-in {
    background-position: -20px -68px;
    width: 20px;
    height: 20px;        
}

.top-logo-fr {
    background-position: -89px -68px;
    width: 20px;
    height: 20px;        
}

.top-logo-pb {
	background-position: -133px -67px;
	width: 24px;
	height: 22px;
}

.top-logo-webmail {
	background-position: -180px -67px;
	width: 20px;
	height: 20px;
}

.top-logo-neptun {
	background-position: -160px -67px;
	width: 20px;
	height: 20px;
}


#site-menu {
    height: 34px;
/*     overflow: inherit; */
}

#site-menu .main-menu, #breadcrumbs p {
    margin-left: 70px;
}

#site-menu .main-menu > li {
    padding: 0;
}

/*
#site-menu ul.sub-menu ul.sub-menu li a {
    padding: 6px 12px;
    font-size: 12px;
    background: rgba(99,140,173,0.74);
}
*/

#site-menu .main-menu > li a, .sub-menu a {
    padding: 8px 14px;
    display: block;
    text-decoration: none;
    position: relative;
}

.menu-right-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 0;
    display: inline-block;
    font-size: 18px;
}

#site-menu form {
    margin: 0;
    padding: 0;
}

#site-menu form input,
#site-menu form button {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

#site-menu form input {
    padding: 3px 12px 0px 12px;
}

#site-menu form button {
    padding-top: 8px;
}

#site-menu .main-menu {
    margin-bottom: 0;
}

#site-menu .main-menu li {
/*     position: relative; */
}

.sub-menu {
    display: none;
    width: 280px;
/*
    visibility: hidden;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    width: 230px;
*/
}

.qtip {
    font-size: 14px;
    line-height: inherit;
}

.qtip-content {
    padding: 0;
}

#faculties {
    overflow: visible;
    margin-top: 42px;
}

#faculties .fac-menu {
    line-height: 0;
    margin: 0;
}

#faculties .fac-menu li {
    padding: 0;
    position: relative;
    height: 7px;
    line-height: normal;
}

#faculties .fac-menu li div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px; /* 7px; */
    overflow: hidden;
}

#faculties .fac-menu .fac-name {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
}

#news .public .label, .hirek .label {
    display: inline-block;
    padding: 0.8em .4em .6em;
    font-size: 85%;
    font-weight: normal;
    line-height: 1px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 0;
    /* margin-bottom: 3em; */
    margin-right: 2px;
    letter-spacing: 0;
    /* font-family: Arial; */
}

#footer {
    font-size: 13px;
}

#footer .footer-info .container-padding {
    padding-top: 15px;
    padding-bottom: 5px;
}

#footer .footer-list li {
    padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width:991px) {
    
    #header .top-menu > ul > li {
        padding: 0 2px;    
    }
}

.table>tbody>tr>td {
	padding: 8px 10px;
}

@media print {
	body {
		font-size: 12px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
  .col-sm-4 {
	width: 33.33333333%;
  }
  .col-sm-3 {
	width: 25%;
  }
  .col-sm-2 {
	width: 16.66666667%;
  }
  .col-sm-1 {
	width: 8.33333333%;
  }
  .col-sm-pull-12 {
	right: 100%;
  }
  .col-sm-pull-11 {
	right: 91.66666667%;
  }
  .col-sm-pull-10 {
	right: 83.33333333%;
  }
  .col-sm-pull-9 {
	right: 75%;
  }
  .col-sm-pull-8 {
	right: 66.66666667%;
  }
  .col-sm-pull-7 {
	right: 58.33333333%;
  }
  .col-sm-pull-6 {
	right: 50%;
  }
  .col-sm-pull-5 {
	right: 41.66666667%;
  }
  .col-sm-pull-4 {
	right: 33.33333333%;
  }
  .col-sm-pull-3 {
	right: 25%;
  }
  .col-sm-pull-2 {
	right: 16.66666667%;
  }
  .col-sm-pull-1 {
	right: 8.33333333%;
  }
  .col-sm-pull-0 {
	right: auto;
  }
  .col-sm-push-12 {
	left: 100%;
  }
  .col-sm-push-11 {
	left: 91.66666667%;
  }
  .col-sm-push-10 {
	left: 83.33333333%;
  }
  .col-sm-push-9 {
	left: 75%;
  }
  .col-sm-push-8 {
	left: 66.66666667%;
  }
  .col-sm-push-7 {
	left: 58.33333333%;
  }
  .col-sm-push-6 {
	left: 50%;
  }
  .col-sm-push-5 {
	left: 41.66666667%;
  }
  .col-sm-push-4 {
	left: 33.33333333%;
  }
  .col-sm-push-3 {
	left: 25%;
  }
  .col-sm-push-2 {
	left: 16.66666667%;
  }
  .col-sm-push-1 {
	left: 8.33333333%;
  }
  .col-sm-push-0 {
	left: auto;
  }
  .col-sm-offset-12 {
	margin-left: 100%;
  }
  .col-sm-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
	margin-left: 75%;
  }
  .col-sm-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
	margin-left: 50%;
  }
  .col-sm-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
	margin-left: 25%;
  }
  .col-sm-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
	margin-left: 0%;
  }
  .visible-xs {
	display: none !important;
  }
  .hidden-xs {
	display: block !important;
  }
  table.hidden-xs {
	display: table;
  }
  tr.hidden-xs {
	display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
	display: table-cell !important;
  }
  .hidden-xs.hidden-print {
	display: none !important;
  }
  .hidden-sm {
	display: none !important;
  }
  .visible-sm {
	display: block !important;
  }
  table.visible-sm {
	display: table;
  }
  tr.visible-sm {
	display: table-row !important;
  }
  th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	table, caption, tbody, tfoot, thead, tr, th, td, p {
		font-size: 10px !important;
	    margin: 0;
	    padding: 1px 1px !important;
	    border: 0;
	    width: auto !important;
	    min-width: 0;
	    height: auto !important;
	    outline: 0;
	    vertical-align: baseline;
	    background: transparent;
	}
	#sub-content * {
		font-size: 10px !important;
	}
	h1 {
		font-size: 16px;
		margin-bottom: 5px !important;
	}
	h2 {
		font-size: 14px;
	}
	h3 {
		font-size: 14px;
	}
	h4 {
		font-size: 12px;
	}
	.container, .container-fluid, .container-padding, .sb-site {
		width: auto !important;
	}
	.container-padding {
		padding-top: 5px;
	}
	.no-print, .no-print *
    {
        display: none !important;
    }

    #header a[href]:after, #footer a[href]:after {
		content: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#site-menu .main-menu, #breadcrumbs p {
	    margin-left: -15px;
	}
	#faculties {
	    margin-top: 73px;
	}	
	#faculties .fac-menu li div {
	    height: 80px;
	}
	.menuitemPanelListItemTitle {
		min-height: 90px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#faculties {
	    margin-top:26px;
	}
		
	#faculties .fac-menu li div {
	    height: 33px;
	}

	#faculties .fac-menu {
	    text-align: center;
	}
	
	#faculties .fac-menu .fac-name {
	    padding-left: 3px;
	    padding-right: 3px;
	}
}

@media (min-width: 1200px) {

	.menuitemPanelListItemTitle {
		min-height: 60px;
	}
}

.menuitemPanelListItem {
  padding-bottom: 20px;
}
 
#sub-content img {
  margin-bottom: 0 !important;
}
 
.menuitemPanelListItemTitle {
  color: white;
  background-color: #00599d;
  padding: 5px 5px 5px 5px;
  text-overflow: ellipsis;
}
 
.menuitemPanelListItemTitle a, .menuitemPanelListItemTitle a:hover {
  color: white;
  font-size: 14px;
}
 
#sub-content {
  font-size: 14px;
  text-align: justify;
}

.btn-circle {
	width: 180px !important;
	height: 180px;
	text-align: center !important;
	padding: 6px 0;
	font-size: 18px;
	line-height: 1.42;
	border-radius: 90px;
	display: table-cell;
}

.label2 {
	padding-top: 6px !important;
	float: left !important;
	margin-right: 6px !important;
	margin-top: 6px !important;
}

.table2 {
	border-bottom: 0px !important;
}
.table2>tbody>tr>td {
	padding-left: 0px !important;
	border-top: 0px !important;
	border-right: 0px !important;
}