/*
Theme Name: International
Author: Jan Buriánek <jan.burianek@cvut.cz>
Author URI: international.cvut.cz
Description: Šablona webu International vycházející ze šablony pro nové weby na platformě Portál ČVUT
Version: 2.0
*/
@font-face {
  font-family: 'cvut-reg';
  src: url('./fonts/GestaSemiCondensed-Regular-webfont.woff');
}
@font-face {
  font-family: 'cvut-bold';
  font-weight: bold;
  src: url('./fonts/GestaSemiCondensed-Bold-webfont.woff');
}
@font-face {
  font-family: 'cvut-medium';
  src: url('./fonts/GestaSemiCondensed-Medium-webfont.woff');
}
@font-face {
  font-family: 'cvut-italic';
  font-style: italic;
  src: url('./fonts/GestaSemiCondensed-Italic-webfont.woff');
}
body {
  padding-top: 52px;
  font-family: "cvut-reg", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background: #f5f5f5 url("images/background.png") center center repeat;
}
body a {
  color: #004a8a;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  color: #0065bd;
}
body .container-fluid > .navbar-collapse,
body .container > .navbar-collapse,
body .container-fluid > .navbar-header,
body .container > .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
body .form-control {
  max-width: 420px;
  border-radius: 0;
  border: 1px #b5b5b5 solid;
}
body .form-control:active,
body .form-control:focus {
  border: 1px solid #0065bd;
}
body .btn {
  border-radius: 0;
  font-family: "cvut-reg", "Arial", sans-serif;
  font-size: 16px;
  border: none;
}
body .btn-default,
body .btn-nav-right {
  color: #ffffff;
  background-color: #0065bd;
}
body .btn-default:hover,
body .btn-nav-right:hover,
body .btn-default:focus,
body .btn-nav-right:focus,
body .btn-default:active,
body .btn-nav-right:active {
  color: #ffffff;
  background-color: #004a8a;
}
body .open > .dropdown-toggle.btn-nav-right {
  color: #ffffff;
  background-color: #004a8a;
}
#page-wrapper {
  background-color: white;
  padding: 20px 15px;
}
#page-wrapper .last-change {
  padding: 15px;
  background: #f5f5f5;
  text-align: right;
  clear: both;
  border-radius: 6px;
}
#page-wrapper .last-change a {
  text-decoration: underline;
}
#page-wrapper .last-change .owner-block,
#page-wrapper .last-change .last-change-block {
  display: inline-block;
}
#page-wrapper .last-change .tags a.tag {
  display: inline-block;
  padding: 1px 3px;
  margin: 0 1px;
  border-radius: 2px;
  text-decoration: underline;
}
#page-wrapper .last-change .tags a.tag:active,
#page-wrapper .last-change .tags a.tag:focus,
#page-wrapper .last-change .tags a.tag:hover {
  color: #ffffff;
  background: #0065bd;
  text-decoration: none;
}
#page-wrapper #page-header {
  margin-bottom: 30px;
}
#page-wrapper .breadcrumb {
  border-radius: 6px;
  background-color: #f5f5f5;
  margin-bottom: 0;
}
#page-wrapper .breadcrumb > span {
  margin: 0 4px;
  display: inline-block;
}
.navbar.navbar-inverse {
  background-color: #0065bd;
  border-color: rgba(0, 0, 0, 0.15);
}
.navbar.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar.navbar-inverse .navbar-toggle:focus,
.navbar.navbar-inverse .navbar-toggle:hover,
.navbar.navbar-inverse .navbar-toggle:active {
  background-color: #0065bd;
}
.navbar.navbar-inverse .navbar-nav > .open > a {
  background-color: #0057a4;
}
.navbar.navbar-inverse .navbar-nav > .open > a:focus,
.navbar.navbar-inverse .navbar-nav > .open > a:hover,
.navbar.navbar-inverse .navbar-nav > .open > a:active {
  background-color: #0057a4;
}
.navbar a:hover,
.navbar a:focus,
.navbar a:active {
  text-decoration: none;
}
.navbar .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
.navbar .navbar-header-links {
  float: right;
}
.navbar .navbar-header-links ul {
  margin: 0;
  padding: 0 5px;
}
.navbar .navbar-header-links ul li {
  display: inline-block;
}
.navbar .navbar-header-links ul li a {
  color: #ffffff;
  background-color: #0065bd;
}
.navbar .navbar-header-links img.icon {
  max-height: 15px;
}
.navbar .navbar-header-links #nav-user-bar > a {
  display: inline-block;
  padding: 14px 5px;
}
.navbar .navbar-header-links .nav-initials .nav-user-name,
.navbar .navbar-header-links .nav-initials .nav-user-login-details,
.navbar .navbar-header-links .nav-initials .caret {
  display: none;
}
.navbar .navbar-header-links .nav-initials img.menu-icon-user {
  height: 15px;
  margin-bottom: 4px;
}
.navbar .navbar-header-links .nav-user-menu a {
  color: #333333;
  background: transparent;
  padding: 7px 10px;
}
.navbar .navbar-header-links .navbar-header-links-left {
  display: none;
}
.navbar .navbar-brand {
  display: block;
  margin: 0 !important;
  padding: 7px 0 7px 10px;
}
.navbar .navbar-brand img {
  width: 126px;
}
.navbar .navbar-brand a:hover,
.navbar .navbar-brand a:active,
.navbar .navbar-brand a:focus {
  background-color: #0057a4;
}
.navbar .container {
  padding: 0;
}
.navbar.admin-bar-top {
  top: 32px;
  border-color: #545454;
}
.navbar .navbar-collapse.collapse.in {
  background: #0065bd;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 90%;
  min-width: 280px;
  border: none;
}
.navbar .navbar-collapse-button-area {
  text-align: right;
}
.navbar .navbar-collapse-button-area button {
  float: none;
}
.navbar .navbar-collapse-button-area button .menu-icon-close {
  height: 30px;
}
#main-menu-links {
  background-color: #0065bd;
}
#main-menu-links li:hover {
  background-color: #0057a4;
}
#main-menu-links li a {
  background-position: 50% 4px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'cvut-bold';
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-menu-links li.current-page-ancestor,
#main-menu-links li.current-menu-item {
  background-color: #004a8a;
}
#main-menu-links li.menu-item-home a {
  background-position: 50% -344px !important;
}
#main-menu-links li.menu-item-students a {
  background-position: 50% -97px !important;
}
#main-menu-links li.menu-item-employees a {
  background-position: 50% -217px !important;
}
#main-menu-links li.menu-item-researchers a {
  background-position: 50% -1040px !important;
}
#main-menu-links li.menu-item-euroteq a {
  background-position: 50% -1180px !important;
}
#main-menu-links li.menu-item-jobs-at-ctu a {
  background-position: 50% -1290px !important;
}
#nav-language-switcher > a {
  display: inline-block;
  padding: 14px 0;
}
#nav-language-switcher .menu-icon-language {
  display: none;
}
#nav-search-bar > a {
  padding: 14px 5px;
}
#nav-search-bar a.dropdown-toggle {
  display: inline-block;
  padding-left: 2px;
  padding-right: 5px;
}
#nav-search-bar ul.dropdown-menu {
  position: absolute;
  left: -171px;
  width: 280px;
}
#nav-search-bar ul.nav-search-menu {
  padding: 10px;
  margin: 0;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#nav-search-bar ul.nav-search-menu form button,
#nav-search-bar ul.nav-search-menu form .form-group {
  width: auto;
}
#nav-search-bar ul.nav-search-menu form input {
  width: 182px;
}
#nav-search-bar .menu-icon-search {
  margin-bottom: 4px;
}
#nav-search-bar .nav-search-details .nav-search-details-description {
  display: none;
}
.search-form button {
  float: right;
}
.search-form .form-group {
  float: left;
  margin-bottom: 0;
}
#box-wrapper {
  padding: 0;
}
.content-wrapper {
  font-size: 16px;
  padding: 0 5px;
  overflow: hidden;
}
.content-wrapper .content {
  min-height: 100px;
}
.content-wrapper .content img {
  margin: 5px 0;
  max-width: 100%;
  height: auto;
}
.content-wrapper .content img.alignleft {
  float: left;
}
.content-wrapper .content img.alignright {
  float: right;
}
.content-wrapper .content img.aligncenter {
  text-align: center;
}
.content-wrapper .content .pagination {
  text-align: center;
  display: block;
}
.content-wrapper .content .pagination a.page-numbers {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  min-width: 25px;
  padding: 2px 4px;
}
.content-wrapper .content .pagination a.page-numbers:hover,
.content-wrapper .content .pagination a.page-numbers:active,
.content-wrapper .content .pagination a.page-numbers:focus {
  text-decoration: underline;
}
.content-wrapper .content .pagination span.page-numbers.current {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  min-width: 25px;
  padding: 2px 4px;
  background: #0065bd;
}
.content-wrapper .content table {
  margin: 20px auto;
  padding: 0;
}
.content-wrapper .content table th {
  padding: 7px 15px;
  border-bottom: 1px solid #0065bd;
  text-align: center;
  font-size: 17px;
}
.content-wrapper .content table td {
  text-align: left;
  padding: 7px 15px;
  border-bottom: 1px solid #999999;
}
.content-wrapper .content .partners img {
  margin: 0;
}
.content-wrapper .content .separator {
  display: block;
  border: 1px solid #f5f5f5;
  margin: 15px 5px;
}
.content-wrapper .content .display-posts-listing {
  margin-bottom: 20px;
}
.content-wrapper .content .display-posts-listing .listing-item .title {
  display: block;
  font-size: 1.2em;
}
.content-wrapper .content .display-posts-listing .listing-item .date {
  display: block;
  text-align: right;
  margin-top: -22px;
  color: #b3b3b3;
}
.content-wrapper .content .display-posts-listing .listing-item .excerpt-dash {
  display: none;
}
.content-wrapper .content .display-posts-listing .listing-item .excerpt {
  display: block;
  margin-bottom: 10px;
}
.content-wrapper .content .widget_search.widget-shortcode {
  margin-bottom: 20px;
}
.content-wrapper .content .widget_search.widget-shortcode .form-group {
  float: none;
}
.content-wrapper .content .widget_search.widget-shortcode .form-group .form-control {
  max-width: none;
}
.content-wrapper .content .widget_search.widget-shortcode button {
  float: none;
  margin: 10px auto;
  padding: 6px 20px;
}
.content-wrapper .content .front-page-btn {
  background-color: #004a8a;
  display: block;
  text-decoration: none;
}
.content-wrapper .content .front-page-btn:hover,
.content-wrapper .content .front-page-btn:active,
.content-wrapper .content .front-page-btn:focus {
  background-color: #0065bd;
  text-decoration: underline;
}
.content-wrapper p {
  margin: 0 0 11px;
  line-height: 1.4;
}
.content-wrapper a {
  text-decoration: underline;
}
.content-wrapper h1 {
  margin-top: 15px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #0065bd;
  font-weight: normal;
  font-family: "cvut-reg", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
}
.content-wrapper h2 {
  font-family: "cvut-bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #0065bd;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}
.content-wrapper h3 {
  font-family: "cvut-bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.content-wrapper h4 {
  font-family: "cvut-bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.content-wrapper h5 {
  font-family: "cvut-bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.content-wrapper h6 {
  font-family: "cvut-bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.content-wrapper .post-edit-link {
  border-radius: 6px;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.content-wrapper .search-result-last-change {
  margin: 5px 0;
  color: #545454;
}
.content-wrapper .category-description {
  padding: 15px;
  background-color: #0065bd;
  border-radius: 6px;
  font-style: italic;
  color: #ffffff;
  margin: 0 0 30px 0;
  overflow: auto;
}
.content-wrapper .category-description p {
  margin: 0;
}
.content-wrapper .category-description .category-icon {
  max-height: 90px;
  width: auto;
  float: left;
  margin: 20px 20px 10px 10px;
}
.gwidget_extended-categories h2 {
  display: none;
}
.gwidget_extended-categories ul {
  display: block;
  margin: 0;
  padding: 0;
}
.gwidget_extended-categories li {
  display: inline-block;
  margin: 10px;
  padding: 50px;
  min-height: 50px;
  min-width: 100px;
  background: #004a8a;
  color: #ffffff;
}
.gwidget_extended-categories li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
}
.category article.post p,
.tag article.page p {
  background: #f5f5f5;
  padding: 10px 10px;
  position: relative;
  border-radius: 6px;
}
.category article.post p a,
.tag article.page p a {
  display: block;
  background: #004a8a;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin: 10px -10px -10px -10px;
}
.category article.post p a:hover,
.tag article.page p a:hover,
.category article.post p a:active,
.tag article.page p a:active,
.category article.post p a:focus,
.tag article.page p a:focus {
  background-color: #0065bd;
}
#sidebar-left {
  padding: 0px;
  font-family: 'cvut-medium';
  font-size: 16px;
  overflow: auto;
  margin-bottom: 20px;
}
#sidebar-left .advanced-sidebar-menu,
#sidebar-left .widget_categories,
#sidebar-left .widget_extended-categories,
#sidebar-left .widget_auto-menu,
#sidebar-left .widget_nav_menu {
  margin-bottom: 35px;
}
#sidebar-left .advanced-sidebar-menu a,
#sidebar-left .widget_categories a,
#sidebar-left .widget_extended-categories a,
#sidebar-left .widget_auto-menu a,
#sidebar-left .widget_nav_menu a {
  text-decoration: none;
  padding: 0.7em 0.8em 0.7em 1.7em;
  color: #000000;
  display: block;
  background: url('images/menu-bullet.png') no-repeat 0.9em 1.15em;
  border-bottom: 1px solid #cccccc;
}
#sidebar-left .advanced-sidebar-menu a:hover,
#sidebar-left .widget_categories a:hover,
#sidebar-left .widget_extended-categories a:hover,
#sidebar-left .widget_auto-menu a:hover,
#sidebar-left .widget_nav_menu a:hover,
#sidebar-left .advanced-sidebar-menu a:focus,
#sidebar-left .widget_categories a:focus,
#sidebar-left .widget_extended-categories a:focus,
#sidebar-left .widget_auto-menu a:focus,
#sidebar-left .widget_nav_menu a:focus,
#sidebar-left .advanced-sidebar-menu a:active,
#sidebar-left .widget_categories a:active,
#sidebar-left .widget_extended-categories a:active,
#sidebar-left .widget_auto-menu a:active,
#sidebar-left .widget_nav_menu a:active {
  color: #0057a4;
}
#sidebar-left .advanced-sidebar-menu .avhec-widget-line,
#sidebar-left .widget_categories .avhec-widget-line,
#sidebar-left .widget_extended-categories .avhec-widget-line,
#sidebar-left .widget_auto-menu .avhec-widget-line,
#sidebar-left .widget_nav_menu .avhec-widget-line {
  display: block;
}
#sidebar-left .advanced-sidebar-menu ul,
#sidebar-left .widget_categories ul,
#sidebar-left .widget_extended-categories ul,
#sidebar-left .widget_auto-menu ul,
#sidebar-left .widget_nav_menu ul {
  padding: 0;
}
#sidebar-left .advanced-sidebar-menu ul li,
#sidebar-left .widget_categories ul li,
#sidebar-left .widget_extended-categories ul li,
#sidebar-left .widget_auto-menu ul li,
#sidebar-left .widget_nav_menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-left .advanced-sidebar-menu ul li ul,
#sidebar-left .widget_categories ul li ul,
#sidebar-left .widget_extended-categories ul li ul,
#sidebar-left .widget_auto-menu ul li ul,
#sidebar-left .widget_nav_menu ul li ul {
  margin-top: 0;
}
#sidebar-left .advanced-sidebar-menu ul li.current_page_item > a,
#sidebar-left .widget_categories ul li.current_page_item > a,
#sidebar-left .widget_extended-categories ul li.current_page_item > a,
#sidebar-left .widget_auto-menu ul li.current_page_item > a,
#sidebar-left .widget_nav_menu ul li.current_page_item > a,
#sidebar-left .advanced-sidebar-menu ul li.current-cat > a,
#sidebar-left .widget_categories ul li.current-cat > a,
#sidebar-left .widget_extended-categories ul li.current-cat > a,
#sidebar-left .widget_auto-menu ul li.current-cat > a,
#sidebar-left .widget_nav_menu ul li.current-cat > a,
#sidebar-left .advanced-sidebar-menu ul li.current-cat > .avhec-widget-line a,
#sidebar-left .widget_categories ul li.current-cat > .avhec-widget-line a,
#sidebar-left .widget_extended-categories ul li.current-cat > .avhec-widget-line a,
#sidebar-left .widget_auto-menu ul li.current-cat > .avhec-widget-line a,
#sidebar-left .widget_nav_menu ul li.current-cat > .avhec-widget-line a {
  background-color: #004a8a;
  background-image: url('images/menu-bullet-active.png');
  color: #ffffff;
  position: relative;
}
#sidebar-left .advanced-sidebar-menu ul ul a,
#sidebar-left .widget_categories ul ul a,
#sidebar-left .widget_extended-categories ul ul a,
#sidebar-left .widget_auto-menu ul ul a,
#sidebar-left .widget_nav_menu ul ul a {
  padding-left: 3em;
  background-position: 2.2em 1.15em;
}
#sidebar-left .advanced-sidebar-menu ul ul ul a,
#sidebar-left .widget_categories ul ul ul a,
#sidebar-left .widget_extended-categories ul ul ul a,
#sidebar-left .widget_auto-menu ul ul ul a,
#sidebar-left .widget_nav_menu ul ul ul a {
  padding-left: 4em;
  background-position: 3.2em 1.15em;
}
#sidebar-left .advanced-sidebar-menu ul ul ul ul a,
#sidebar-left .widget_categories ul ul ul ul a,
#sidebar-left .widget_extended-categories ul ul ul ul a,
#sidebar-left .widget_auto-menu ul ul ul ul a,
#sidebar-left .widget_nav_menu ul ul ul ul a {
  padding-left: 5em;
  background-position: 4.2em 1.15em;
}
#sidebar-left .advanced-sidebar-menu ul ul ul ul ul a,
#sidebar-left .widget_categories ul ul ul ul ul a,
#sidebar-left .widget_extended-categories ul ul ul ul ul a,
#sidebar-left .widget_auto-menu ul ul ul ul ul a,
#sidebar-left .widget_nav_menu ul ul ul ul ul a {
  padding-left: 6em;
  background-position: 5.2em 1.15em;
}
#sidebar-left .advanced-sidebar-menu ul ul ul ul ul ul a,
#sidebar-left .widget_categories ul ul ul ul ul ul a,
#sidebar-left .widget_extended-categories ul ul ul ul ul ul a,
#sidebar-left .widget_auto-menu ul ul ul ul ul ul a,
#sidebar-left .widget_nav_menu ul ul ul ul ul ul a {
  padding-left: 7em;
  background-position: 6.2em 1.15em;
}
#sidebar-left .widget_nav_menu ul.sub-menu,
#sidebar-left .widget_auto-menu ul.sub-menu,
#sidebar-left .widget_nav_menu ul.children,
#sidebar-left .widget_auto-menu ul.children {
  display: none;
}
#sidebar-left .widget_nav_menu li.current-menu-item > ul.sub-menu,
#sidebar-left .widget_auto-menu li.current-menu-item > ul.sub-menu,
#sidebar-left .widget_nav_menu li.current_page_item > ul.children,
#sidebar-left .widget_auto-menu li.current_page_item > ul.children,
#sidebar-left .widget_nav_menu li.current_page_ancestor > ul.children,
#sidebar-left .widget_auto-menu li.current_page_ancestor > ul.children {
  display: block;
}
#sidebar-left .widget_extended-categories h3,
#sidebar-left .widget_categories h3 {
  display: none;
}
footer#cvut-footer.container {
  padding-left: 0;
  padding-right: 0;
}
footer#cvut-footer .region-footer {
  background-color: #0065bd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 10px;
}
footer#cvut-footer .region-footer .footer-links {
  padding: 0;
}
footer#cvut-footer .region-footer .footer-social ul {
  float: right;
  margin-top: 19px;
  margin-bottom: 19px;
  height: 40px;
}
footer#cvut-footer .region-footer .footer-social ul li {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
footer#cvut-footer .region-footer .footer-social ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 40px;
  height: 40px;
  background: url(images/social-icons.svg) 50% 0 no-repeat;
}
footer#cvut-footer .region-footer .footer-social ul li.fb a {
  background-position: 50% 2px;
}
footer#cvut-footer .region-footer .footer-social ul li.twitter a {
  background-position: 50% -118px;
}
footer#cvut-footer .region-footer .footer-social ul li.youtube a {
  background-position: 50% -58px;
}
footer#cvut-footer .region-footer .footer-social ul li.instagram a {
  background-position: 50% -178px;
}
footer#cvut-footer .region-footer-copyright {
  font-size: 85%;
  text-transform: uppercase;
  padding: 15px 0 20px 15px;
  font-weight: bold;
  color: #666666;
}
footer#cvut-footer p {
  margin: 0;
}
footer#cvut-footer a {
  text-decoration: underline;
}
footer#cvut-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cvut-systemlinks li {
  display: inline-block;
  float: left;
  text-align: left;
  list-style-image: none;
  margin: 10px 0;
}
#cvut-systemlinks li a {
  color: white;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
  padding-top: 42px;
  background: url(images/footer-icons.png) no-repeat 50% 0;
}
#cvut-systemlinks li#cvut-sys-international a {
  background-position: 50% -108px;
}
#cvut-systemlinks li#cvut-sys-intranet a {
  background-position: 50% -218px;
}
#cvut-systemlinks li#cvut-sys-forum a {
  background-position: 50% -323px;
}
#cvut-systemlinks li#cvut-sys-eshop a {
  background-position: 50% -435px;
}
#cvut-systemlinks li#cvut-sys-people a {
  background-position: 50% -539px;
}
#cvut-systemlinks li#cvut-sys-contacts a {
  background-position: 50% -647px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
  }
  .content-wrapper .content .partners div {
    background-color: #ebebeb;
    margin: 2px 0;
    padding: 20px 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #box-wrapper {
    padding: 0 15px;
    float: right;
  }
  .last-change {
    float: right;
  }
  body {
    padding-top: 110px;
  }
  body .container-fluid > .navbar-collapse,
  body .container > .navbar-collapse,
  body .container-fluid > .navbar-header,
  body .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  #navbar {
    box-shadow: none;
  }
  #navbar .navbar-collapse-button-area {
    min-height: 73px;
  }
  #navbar .navbar-collapse-button-area button {
    top: 9px;
    right: 34px;
  }
  .navbar .navbar-brand {
    padding: 10px 20px;
    display: inline-block;
    height: auto;
  }
  .navbar .navbar-brand img {
    height: 90px;
    width: 316px;
  }
  .navbar .navbar-toggle {
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 30px;
    height: 5px;
  }
  .navbar .navbar-collapse.collapse.in {
    top: 28px;
    min-width: 313px;
  }
  .navbar.navbar-shrink #navbar.navbar-collapse.collapse.in {
    top: 0;
    right: -5px;
  }
  .navbar.navbar-shrink #navbar.navbar-collapse.collapse.in .navbar-collapse-button-area {
    min-height: 45px;
  }
  .navbar.navbar-shrink #navbar.navbar-collapse.collapse.in .navbar-collapse-button-area button {
    position: absolute;
    top: 3px;
    right: 15px;
    margin-top: 0;
  }
  .navbar.navbar-shrink #navbar.navbar-collapse.collapse.in .navbar-collapse-button-area button img {
    height: 20px;
  }
  .navbar.navbar-shrink button.navbar-toggle {
    position: unset;
    top: unset;
    right: unset;
  }
  .navbar.navbar-shrink button.navbar-toggle .icon-bar {
    height: 2px;
    width: 22px;
  }
  .navbar.navbar-shrink .navbar-header-links {
    float: right;
  }
  .navbar.navbar-shrink .navbar-header-links ul#navbar-right > li > a {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .navbar.navbar-shrink .navbar-header-links .navbar-header-links-right {
    float: none;
    text-align: right;
    margin-right: 15px;
  }
  .navbar.navbar-shrink .navbar-header-links #nav-user-bar > a {
    display: inline-block;
    padding: 4px 6px 4px 0;
    height: auto;
    font-size: 14px;
  }
  .navbar.navbar-shrink .navbar-header-links #nav-user-bar > a img {
    height: 15px;
    position: relative;
    top: -3px;
    margin-bottom: 0;
  }
  .navbar.navbar-shrink.navbar {
    min-height: 50px;
  }
  .navbar.navbar-shrink .navbar-brand {
    height: auto;
    padding: 4px;
  }
  .navbar.navbar-shrink #main-menu-links li a {
    background: none;
    max-width: none;
  }
  .navbar.navbar-shrink #logo img {
    height: 40px;
    width: auto;
  }
  .navbar.navbar-shrink #navbar-right .dropdown > a.dropdown-toggle {
    height: 40px;
    padding: 14px 6px 35px 6px;
  }
  .navbar.navbar-shrink #nav-search-bar ul.nav-search-menu {
    padding: 7px;
    top: 0;
    left: unset;
    right: 103px;
  }
  .navbar.navbar-shrink #nav-search-bar ul.nav-search-menu .search-form .search-input {
    width: 188px;
  }
  .navbar.navbar-shrink .container-fluid > .navbar-collapse,
  .navbar.navbar-shrink .container > .navbar-collapse,
  .navbar.navbar-shrink .container-fluid > .navbar-header,
  .navbar.navbar-shrink .container > .navbar-header {
    margin-right: 5px;
    margin-left: 0px;
  }
  .navbar #main-menu-links {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .navbar #navbar-right {
    margin: 0;
    padding: 0;
  }
  .navbar #navbar-right img {
    height: 26px;
    width: 26px;
  }
  .navbar #navbar-right .nav-initials {
    display: block;
  }
  .navbar #navbar-right .nav-initials .initials {
    display: none;
  }
  .navbar #navbar-right .nav-initials img {
    display: inline-block;
  }
  .navbar #navbar-right .nav-initials .nav-user-name {
    display: inline-block;
  }
  .navbar #navbar-right .nav-initials .caret {
    display: inline-block;
    color: #ffffff;
  }
  .navbar #navbar-right .nav-initials .nav-user-login-details {
    display: inline-block;
  }
  .navbar .dropdown > a.dropdown-toggle {
    height: 55px;
    padding: 15px 8px;
    cursor: pointer;
  }
  .navbar .dropdown-menu {
    border-radius: 0;
    border: 1px solid #004a8a;
    margin: 0;
  }
  .navbar .navbar-header-links {
    float: right;
  }
  .navbar .navbar-header-links .navbar-header-links-right {
    float: none;
    text-align: right;
    margin-right: 15px;
  }
  .navbar .navbar-header-links #nav-user-bar > a {
    display: inline-block;
    padding: 4px 6px 4px 0;
    height: auto;
    font-size: 14px;
  }
  .navbar .navbar-header-links #nav-user-bar > a img {
    height: 15px;
    position: relative;
    top: -3px;
    margin-bottom: 0;
  }
  #nav-search-bar > a {
    display: inline-block;
    padding: 0;
    height: auto;
    font-size: 14px;
  }
  #nav-search-bar > a img.menu-icon-search {
    height: 15px;
    position: relative;
    top: -2px;
    margin-bottom: 0;
  }
  #nav-search-bar a.dropdown-toggle {
    display: inline-block;
    padding: 4px 15px 4px 7px;
  }
  #nav-search-bar ul.dropdown-menu {
    position: absolute;
    top: 28px;
    left: -167px;
    width: 280px;
  }
  #nav-search-bar ul.nav-search-menu {
    padding: 10px;
    margin: 0;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #nav-search-bar ul.nav-search-menu form button,
  #nav-search-bar ul.nav-search-menu form .form-group {
    width: auto;
  }
  #nav-search-bar ul.nav-search-menu form input {
    width: 182px;
  }
  #nav-search-bar .nav-search-details .nav-search-details-description {
    display: inline;
  }
  #nav-language-switcher > a {
    display: inline-block;
    padding: 4px 9px 4px 0;
    height: auto;
    font-size: 14px;
    min-width: 72px;
  }
  #nav-language-switcher > a img {
    height: 15px;
    position: relative;
    top: -2px;
    margin-bottom: 0;
  }
  #nav-language-switcher .menu-icon-language {
    display: inline-block;
  }
  .content-wrapper {
    float: right;
    padding: 0 15px;
  }
  .content-wrapper .content img {
    margin: 10px 20px;
  }
  .lobby-container .content-wrapper {
    float: left;
    padding: 0;
  }
  #sidebar-right {
    float: right;
    padding: 0;
  }
  .advanced-sidebar-menu {
    padding-right: 10px;
  }
  .advanced-sidebar-menu li.current_page_item > a::after {
    content: '';
    position: absolute;
    left: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0057a4;
    border-top: 5px solid transparent;
    clear: both;
  }
  .category article.post p,
  .tag article.page p {
    padding: 10px 160px 10px 10px;
  }
  .category article.post p a,
  .tag article.page p a {
    padding: 5px;
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
  }
  .category article.post p a span,
  .tag article.page p a span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  footer#cvut-footer .region-footer .footer-links {
    padding: 0 15px;
  }
  footer#cvut-footer .region-footer .footer-links ul li {
    margin: 10px 5px;
  }
  footer#cvut-footer .region-footer .footer-links ul li a {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper .content .partners div {
    margin: 2px 0;
    padding: 20px 0;
    text-align: center;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 139px;
  }
  body .container-fluid > .navbar-collapse,
  body .container > .navbar-collapse,
  body .container-fluid > .navbar-header,
  body .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar {
    height: 139px;
  }
  .navbar > .container {
    position: relative;
  }
  .navbar .navbar-header {
    float: none;
  }
  .navbar .navbar-header .navbar-header-links {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-header .navbar-header-links #nav-search-bar > a {
    padding: 4px 6px 4px 0;
  }
  .navbar .navbar-header .navbar-header-links .navbar-header-links-right {
    margin: 0;
  }
  .navbar .navbar-header .navbar-header-links .navbar-header-links-left {
    display: block;
    float: left;
    height: 28px;
  }
  .navbar .navbar-header .navbar-header-links .navbar-header-links-left a {
    font-size: 14px;
    display: block;
    padding: 4px 6px 4px 0;
  }
  .navbar .navbar-header .navbar-header-links .navbar-header-links-left .menu-icon-globe {
    position: relative;
    top: -2px;
  }
  .navbar .navbar-brand {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    width: 279px;
    height: auto;
  }
  .navbar #navbar {
    position: absolute;
    top: 29px;
    left: 309px;
    height: 109px !important;
  }
  .navbar #navbar .navbar-collapse-button-area {
    display: none;
  }
  .navbar #navbar #main-menu-links {
    padding: 0;
  }
  .navbar #navbar-right {
    height: 28px;
  }
  .navbar #nav-search-bar ul.nav-search-menu {
    left: unset;
    right: 0;
  }
  .navbar.navbar-shrink {
    height: auto;
  }
  .navbar.navbar-shrink #navbar {
    height: 49px !important;
    left: 212px;
  }
  .navbar.navbar-shrink .container > .navbar-collapse {
    margin: 0;
  }
  .navbar.navbar-shrink .container > .navbar-header {
    margin: 0;
  }
  .navbar.navbar-shrink .container > .navbar-header .navbar-header-links {
    width: 758px;
    position: absolute;
    right: 0;
  }
  .navbar.navbar-shrink .container > .navbar-header .navbar-brand#logo {
    padding: 11.5px 10px 11.5px 10px;
  }
  .navbar.navbar-shrink .container > .navbar-header .navbar-brand#logo img {
    height: auto;
    width: 192px;
  }
  .navbar.navbar-shrink #main-menu-links li a {
    height: 49px;
    width: 126px;
  }
  .navbar.navbar-shrink #main-menu-links li a span {
    top: 53%;
  }
  .navbar.navbar-shrink #navbar-right #nav-user-bar > a {
    padding: 4px 6px 4px 0;
  }
  .navbar.navbar-shrink #navbar-right #nav-search-bar > a {
    padding: 4px 6px 4px 0;
  }
  .navbar.navbar-shrink #navbar-right #nav-language-switcher > a {
    padding: 4px 9px 4px 0;
  }
  .navbar.navbar-shrink #navbar-right .dropdown > a.dropdown-toggle {
    padding: 6px 12px;
    height: 28px;
  }
  .navbar.navbar-shrink #nav-search-bar ul.nav-search-menu {
    right: 0;
    top: 28px;
  }
  .navbar #main-menu-links li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    padding: 0;
  }
  .navbar #main-menu-links li a {
    height: 109px;
    width: 110px;
    background: url(images/menu_icons.svg) 50% 94% no-repeat;
    zoom: 1;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'cvut-bold';
  }
  .navbar #main-menu-links li a span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    top: 73%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #sidebar-left {
    padding: 0 10px;
  }
  #sidebar-right {
    margin-left: 15px;
  }
  .content-wrapper {
    padding: 0 10px 0 20px;
  }
  .content-wrapper .content .partners div {
    margin: 2px 0;
    padding: 10px 0;
    text-align: center;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .navbar #navbar {
    left: 353px;
  }
  .navbar .navbar-brand {
    padding: 21px 7px;
  }
  .navbar .navbar-brand img {
    width: 338px;
  }
  .navbar .navbar-header-links {
    position: absolute;
    right: 0;
    width: 818px;
  }
  .navbar #main-menu-links li a {
    width: 136px;
  }
  .navbar.navbar-shrink .container > .navbar-header .navbar-header-links {
    width: 958px;
  }
  .navbar.navbar-shrink #main-menu-links li a {
    width: 159px;
  }
}
/*# sourceMappingURL=style.css.map */