/*
 Theme Name:   Akademia Child
 Description:  Akademia Child Theme
 Author:       Tomas Hlavac
 Template:     akademia
 Version:      3.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menus
	6. 	Page Template
	7.  Blocks
	8.  Entry Content
	9.  Site Pagination
	10. Error 404
	11. Widgets, Shortcodes & Plugins
	12. Site Footer

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

@font-face {
    font-family: 'Bebas Neue Pro';
    src: /*url('webfont.woff2') format('woff2'),*/ /* Super Modern Browsers */
         /*url('webfont.woff') format('woff'),*/ /* Pretty Modern Browsers */
         url( '../akademia-child/fonts/BebasNeuePro-ExpandedRegular.ttf' )  format( 'truetype' )/*,*/ /* Safari, Android, iOS */
         /*url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}

/*@font-face {
    font-family: 'Minion Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Regular'), url('../akademia-child/fonts/MinionPro-Regular.woff') format('woff');
}*/

body {
    background: #253643;
    color: #9c9e9f;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */

/* Headings ---------------------------------- */

/* Main Heading */
.org-header h1.title_org,
.org-header .title_org,
.org-header h1.title_org_en,
.org-header .title_org_en {
    width: 100%;
    margin: 0 auto;
    line-height: 2.6rem;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #666;
    text-align: center;
    letter-spacing: 0.08rem;
}

.org-header-2 h1.title_org a,
.org-header-2 .title_org a,
.org-header-2 h1.title_org_en a,
.org-header-2 .title_org_en a {
    color: #fff;
    /*font-family: "Minion Pro Regular";*/
    font-family: "Cinzel", serif;
    font-size: 1.6rem;
}

@media only screen and (min-width: 800px) {
    .org-header h1.title_org,
    .org-header .title_org {
        width: 30rem;
        margin: 0 0 0 2rem;
        font-size: 2.8rem;
        line-height: 3rem;
        text-align: left;
    }

    .org-header h1.title_org_en,
    .org-header .title_org_en {
        width: 30rem;
        margin: 0 0 0 2rem;
        font-size: 2.8rem;
        line-height: 3rem;
        text-align: left;
    }
    
    .org-header-2 h1.title_org a,
    .org-header-2 .title_org a,
    .org-header-2 h1.title_org_en a,
    .org-header-2 .title_org_en a {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1250px) {
  .org-header-2 {
      padding-right: 0;
      padding-left: 0;
  }
}

/* Home Page Headings */
h2.home-page {
    border-bottom: 0.1rem solid #fff;
    border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 30%, rgba(255, 255, 255, 0.2) 50%, rgba(109, 113, 114, 0) 70%) 1;
    color: #fff;
}

h2.home-page-inverse {
    border-bottom: 0.1rem solid #6d7172;
    border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 30%, rgba(109, 113, 114, 0.2) 50%, rgba(109, 113, 114, 0) 70%) 1;
    color: #494748;
}

/* Sub Page Heading */
h1.sub-page {
    color: #fff;
}

h1.sub-page::before {
    background: #c41c23;
}

h2 {
    color: #54bbee;
    border-bottom: 0.2rem solid #54bbee;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
}

h2.management-list {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fcb038;
}

h2.management-list:not(:first-of-type) {
    margin-top: 2rem;
}

a h2.news-site-list:hover {
    color: #90d3f0;
}

h3 {
    color: #000;
}

h3.management-list {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #403c3d;
    text-transform: uppercase;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a {
    color: #000;
}

h3.news-other-title > a {
    color: #fff;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #54bbee;
}

h4 {
    color: #fff;
}

h4.worker-profile-header {
    float: left;
    width: 2rem;
    position: relative;
    right: 4.1rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: right;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/* Footer Headings */

h5 {
    border-bottom: 0.1rem solid #b9bbc1;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0) 40%, rgba(185, 187, 193, 1) 50%, rgba(185, 187, 193, 0) 60%) 1;
}

/* Media Section */
@media only screen and (min-width: 601px) {    
    h2.home-page {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 5%, rgba(255, 255, 255, 1) 50%, rgba(109, 113, 114, 0) 95%) 1;
    }
    
    h2.home-page-inverse {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 5%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 95%) 1;
    }
    
    h2.social-title {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 15%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 85%) 1;
    }

}

@media only screen and (min-width: 601px) and (max-width: 950px) {        
    h2.home-page {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 10%, rgba(255, 255, 255, 1) 50%, rgba(109, 113, 114, 0) 90%) 1;
    }
    
    h2.home-page-inverse {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 10%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 90%) 1;
    }
}

/* Links ------------------------------------- */

a,
a:hover {
    color: #90d3f0;
}

/*a:hover {
    text-decoration: underline;
}*/

/* Paragraphs -------------------------------- */

p {
    margin-bottom: 1.7rem;
}

p.as-row {
    margin-bottom: 0;
}

p.management-link {
    margin-bottom: 0;
}

p.management-link a {
    font-weight: 400;
    color: #434142;
}

p.management-link a:hover {
    color: #fcb038;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul li a {
    color: #494748;
}

ul li a:hover {
    color: #fcb038;
}

.akademia-sub-page-content a {
    border-bottom: 0;
    color: #90d3f0;
}

.akademia-sub-page-content p a:hover {
    border-bottom: 0.1rem solid #90d3f0;
}

.akademia-sub-page-content a:hover.zmazat,
.akademia-sub-page-content a:hover.zverejnit,
.akademia-sub-page-content a:hover.nezverejnit,
.akademia-sub-page-content figure a:hover {
    border-bottom: 0;
}

.akademia-sub-page-content ol li a,
.akademia-sub-page-content ul li a {
    border-bottom: 0.1rem solid #fff;
    color: #fff;
    font-weight: 400;
}

.akademia-sub-page-content ol li a:hover,
.akademia-sub-page-content ul li a:hover {
    border-bottom: 0.1rem solid #90d3f0;
    color: #90d3f0;
    font-weight: 400;
}

/* Ordered Lists ----------------------------- */

ol li::before {
    color: #90d3f0;
}

/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #fd6325;
}

cite {
    color: #aaa;
}

/* Svg Classes ------------------------------- */

.svg_link #logo_org,
.svg_link #logo_org img {
    width: 9rem;
}

.svg_link #logo_sav,
.svg_link #logo_other {
    width: auto;
    height: 2.5rem !important;
}

/* Logo org ---------------------------------- */

@media only screen and (min-width: 801px) {
    .org-header-2 .svg_link object#logo_org,
    .org-header-2 .svg_link object#logo_org img {
        width: 5.5rem;
    }
}    

/* Forms ------------------------------------- */

/* Form Container ---------------------------- */

.form-container {
    background-color: #142430;
}

.form-container input[type=text],
.form-container input[type=search],
.form-container input[type=password],
.form-container select,
.form-container textarea {
    background-color: #fff;
    color: #494748;
}

.form-container select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select-year-form {
    background-color: #ededed;
}

/* Sm res form ------------------------------- */

.form-container-sm {
    background-color: none;
}

/* Inputs ------------------------------------ */

input[type="submit"] {
    background: #165776;
    color: #fff;
}

input[type="password"] {
    padding: 0.8rem;
    margin-right: 1rem;
    margin-left: 1rem;
}


/* Tables ------------------------------------- */

caption {
    background: #dcd7ca;
}

/* Responsive table --------------------------- */

.table-resp-wrapper {
    color: #434142;
}

.table-resp thead {
  border-bottom: 0.2rem solid #434142;
}

.table-resp tr {
    border-bottom: 0.1rem solid #aaa;
}

@media (max-width: 750px), (min-width: 1001px) and (max-width: 1200px) {
    .table-resp-wrapper .card-row.id {
        border-bottom: 0.2rem solid #444;
    }
}

/* Distinctive responsive table - END */

/* Simple Table ------------------------------- */

.wp-block-table.table-simple table td:first-child,
table.table-simple td:first-child {
    color: #434142;
}

/* Select Boxes ------------------------------- */

.select-box {
    background: #fcb038;
}

.select-box::after {
    background-color: #b2b1b1;
    color: #f78f27;
}

.select-box-light::after {
    background-color: #eff0f0;
    color: #f78f27;
}

.select-box:hover::after,
.select-box-light:hover::after {
    color: #ea7621;
}

.select-box select {
    background: #fcb038;
    color: #494847;
}

.select-box-light select {
    background: #eff0f0;
    color: #6a6d6f;
}

.select-box-2::after,
.select-box-light-2::after {
    background-color: #fff;
}

/* Others ------------------------------------- */

hr,
.wp-block-separator {
    border-bottom: 0.1rem solid #6a6d6f;
    /*border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 40%, rgba(73, 71, 72, 1) 50%, rgba(73, 71, 72, 0) 60%) 1;*/
}

/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

/* Flex Row ---------------------------------- */

.site-header {
    background: #142430;
}

@media only screen and (min-width: 1001px) {
    .site-header {
      background: #1b1c1c url(../../uploads/uploaded/images/header/header_bg.jpg);
      background-repeat: repeat;
      background-size: auto;
      background-size: cover;
      background-repeat: no-repeat;
      height: 60rem;
    }
    
    .site-header-pages {
      background: #1b1c1c url(../../uploads/uploaded/images/header/header_bg_pages.jpg);
      background-repeat: repeat;
      background-size: auto;
      background-size: cover;
      background-repeat: no-repeat;
      height: 45rem;
    }
    
    .site-header-title {
      color: #fff;
    }
}

.flex-row a {
    color: #494748;
}

.flex-row a:hover {
    color: #000;
}

.flex-row-2 {
    border-bottom: 0.1rem solid #c0c0c0;
}

.flex-row-2 a {
    position: relative;
    color: #fff;
    font-weight: 500;
}

.flex-row-2 a:hover {
    color: #54bbee;
}

.flex-row-2 a.current-section {
    color: #54bbee;
}

.flex-row-2 a.current-section::after,
.flex-row-2 .logo-sav a:hover::after,
.flex-row-2 .logo-other a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 0.3rem;
    background: #54bbee;
}

.language a {
    color: #fff;   
    font-size: 1.6rem;
}

.language a:hover {
    color: #54bbee;   
}

.search-btn {
    background-color: #a09e9e;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .flex-row {
        background-color: #f1f1f4;
        background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);
    }
    
    .language a {
        position: relative;
        bottom: 0.3rem;
    }       
}

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #323232;
}

.search-form .search-text > input[type="text"] {
    background-color: #fff;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
}

.search-form .search-text > input[type="text"]::-webkit-input-placeholder,
.search-form .search-text > input[type="text"]:-moz-placeholder,
.search-form .search-text > input[type="text"]::-moz-placeholder,
.search-form .search-text > input[type="text"]:-ms-input-placeholder,
.search-form .search-text > input[type="text"]::-ms-input-placeholder,
.search-form .search-text > input[type="text"]::placeholder,
.search-form .search-text > input[type="text"]:focus {
    color: #a09e9e;
}

.search-form .search-submit {
    background-color: #142430;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

#search-btn-lg img {
    width: 2.7rem;
}

.svg_link .icon_search_small #icon_search {
    width: 2.6rem;
}

.svg_link img[id^="icon_facebook"] {
    width: auto;
    height: 1.9rem;
}

.svg_link img[id^="icon_insta"] {
    width: auto;
    height: 2.4rem;
}

.svg_link img[id^="icon_linkedin"] {
    width: auto;
    height: 1.8rem;
}

/* Media Section */
@media only screen and (min-width: 1001px) {    
    .search-form {
        display: none;
        left: 5.5rem;
    }

    .search-form .search-text {
        position: relative;
        bottom: 0.4rem;
    }
    
    .search-form .search-text > input[type="text"] {
        background-color: #fff;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
        width: 21.8rem;
        padding: 0 1.5rem;
        font-size: 1.4rem;
    }
    
    .search-form .search-submit {
        background-color: #fff;
        border-top-right-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
    }

    .search-form .search-text > input[type="text"]::-webkit-input-placeholder,
    .search-form .search-text > input[type="text"]:-moz-placeholder,
    .search-form .search-text > input[type="text"]::-moz-placeholder,
    .search-form .search-text > input[type="text"]:-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::placeholder {
        color: #676363;
    }
}

/* Post List ----------------------------------------------- */

#post-list-page header {
    color: #c9c9c9;
}

@media only screen and (min-width: 551px) {
  #post-list-page article {
     height: 55rem;
  }
}

@media only screen and (min-width: 651px) {
  #post-list-page article {
     height: 50rem;
  }
}

@media only screen and (min-width: 801px) {
  #post-list-page article {
     height: 59rem;
  }
}

@media only screen and (min-width: 901px) {
  #post-list-page article {
     height: 53rem;
  }
}

@media only screen and (min-width: 1001px) {
  #post-list-page article {
     height: 49rem;
  }
}

@media only screen and (min-width: 1201px) {
  #post-list-page article {
     height: 48rem;
  }
}

.article-img {
    background: #253643;
}

a .article-title {
    color: #fff;
}

a:hover .article-title {
    color: #90d3f0;
}

.article-date {
    color: #54bbee;
}

.article-excerpt {
    color: #dfdfdf;
}

.article-more a {
    color: #90d3f0;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #fff;
}

.search-no-result {
    color: #fff;
}

/* -------------------------------------------------------------------------- */

/*	5.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    background-color: #4f4d4d;
    background-image: linear-gradient(to right, #4f4d4d, #3f3c3d, #4f4d4d);
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #0d171e;
        color: #fff;
    }

    .primary-menu li:hover {
        color: #9c9e9f;
    }

    .primary-menu li a,
    .primary-menu li a:hover {
        color: #fff;
    }

    /* Levels */
    .primary-menu li.current-menu-item a,
    .primary-menu li.current-menu-parent > a {
        background-color: #165776;
    }
}

.primary-menu-2 #logo_org_menu {
    display: none;
    width: 4rem;
    float: left;
    height: 7rem;        
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    /* First level */
    /* Add primary menu li widths item here - start */
    /*.primary-menu-ul > li:nth-child(1),
    .primary-menu-ul-en > li:nth-child(1) {
        width: 6.708452485380117%;
        padding-left: 0;
        text-align: left !important; 
    }
    .primary-menu-ul > li:nth-child(2),
    .primary-menu-ul-en > li:nth-child(2) {
        width: 13.728308479532162%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(3),
    .primary-menu-ul-en > li:nth-child(3) {
        width: 16.593808479532164%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(4),
    .primary-menu-ul-en > li:nth-child(4) {
        width: 16.389124269005848%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(5),
    .primary-menu-ul-en > li:nth-child(5) {
        width: 17.14058918128655%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(6),
    .primary-menu-ul-en > li:nth-child(6) {
        width: 18.778045321637425%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(7),
    .primary-menu-ul-en > li:nth-child(7) {
        width: 10.661671783625732%;
        padding-right: 0;
        text-align: right !important; 
    }*/
    /* Add primary menu li widths item here - end */

    .primary-menu #popout-container > ul > li > a {
        color: #fff;
    }

    .primary-menu #popout-container > ul > li > a:hover {
        color: #54bbee;
        text-decoration:none;
    }

    .primary-menu ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        color: #2fd2ff;
    }
    
    .primary-menu ul .menu-item-has-children:hover > .sub-menu {
        margin-top: 1px;
    }

    /* Second level */
    .primary-menu ul li > .sub-menu {
        background: #eff0f0;
    }

    .primary-menu ul li > .sub-menu li > a {
        color: #494748;
        font-weight: 400;
    }

    .primary-menu ul .sub-menu a:hover {
        color: #54bbee;
        text-decoration: none;
    }

    .primary-menu #popout-container > ul li > .sub-menu li a:hover {
        background: #165776;
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a:after {
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > a {
        background: #165776;
        color: #fff;
    }

    /* Third level */
    .primary-menu ul li > .sub-menu li > .sub-menu {
        background: #c8cacb;
    }

    /* Current items */
    .primary-menu .current-menu-item a,
    .primary-menu .current-menu-parent > a {
        color: #54bbee;
    }

    .primary-menu .current-menu-parent > ul .current-menu-item a,
    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        background: #165776;
        color: #fff;
    }

    .primary-menu #popout-container > ul > .current-menu-item > a,
    .primary-menu #popout-container > ul .current-menu-parent > a,
    .primary-menu #popout-container > ul .current-menu-parent > a:after {
        color: #54bbee;
    }
    
    .primary-menu-2 #popout-container > ul > li > a::after {    
        background-color: #54bbee;
    }            
}

/* Sticky ***--------------------------------- */

@media screen and (min-width: 1001px) {
    .navigation-sticky {
        background-color: #0d171e;
    }
    
    .navigation-sticky .primary-menu-2 #logo_org_menu {
        display: block;     
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #142430;
    }

    .page-menu-title {
        background-color: #c41c23;
        /*background: linear-gradient(90deg, rgba(143, 231, 255, 1) 0%, rgba(47, 210, 255, 1) 100%);*/
        color: #fff;
    }

    .page-menu-title-link,
    .page-menu-title-link:hover {
        color: #fff;
    }

    .page-menu li a,
    .page-menu li a:hover {
        color: #ddd;
    }

    .page-menu li.menu-item-has-children > a::after {
        color: #494748;
    }

    .page-menu li.current-menu-item,
    .page-menu li.current-page-ancestor {
        background-color: #165776;
    }

    .page-menu li.current-menu-item a,
    .page-menu li.current-page-ancestor a {
        color: #fff;
    }

    .page-menu .menu-item-has-children > a:after {
        color: #fff;
    }

    .page-menu ul.sub-menu li a {
        color: #ddd;
    }

    .page-menu ul.sub-menu li.current-menu-item a,
    .page-menu ul.sub-menu li.current-page-ancestor a {
        color: #fff;
    }

}

/* -------------------------------------------------------------------------- */

/*	6. Page Template
/* -------------------------------------------------------------------------- */

#home-page {
    background-color: #142430;
}

.more-room-bottom {
    padding-bottom: 8rem;
    margin-bottom: 0;
}

.akademia-page-container,
.akademia-full-page-container {
    /*background-color: rgba(226, 227, 228, 0.13);*/
    background: #142430;
}

.akademia-full-page-container.white-bg {
    background: #fff;
}

.akademia-full-page-container.gray-bg {
    background: #262728;
}

.akademia-page-content {
    color: #fff;
}

.akademia-sub-page-content {
    letter-spacing: 0.005rem;
    color: #e5e5e5;
}

.akademia-sub-page-content ul li {
    color: #e5e5e5;
}

.akademia-sub-page-content ul li ul li::before,
.akademia-sub-page-content ul li ul li::marker {
    background-color: #b1b3b4;
}

.akademia-full-page-container h2,
.akademia-page-container h2 {
    margin-top: 3rem;
}

h2.news-site-list {
    color: #fff;
    margin-top: 0;
    border: 0;
}

/* Collapsible List -------------------------- */

.collapsible {
    color: #494748;
}

.active,
.collapsible:hover {
    color: #000;
}

.collapsible_div {
    width: 100%;
    padding-left: 0;
    color: #9c9e9f;
}

.akademia-sub-page-content ul.collapsible_div_link li {
    margin-bottom: 0.4rem;
    line-height: 2.1rem;
    font-size: 1.6rem;
}

.collapsible_div_link a {
    font-size: 1.6rem;
}

/* Annexes ----------------------------------- */

.annexes {
    color: #f49b1e;
}

/* Table Lists ----------------------------- */

.table-list th {
    background: #949494;
}

.table-list th,
.table-list th a {
    color: #fff;
}

.table-list td {
    border-bottom: 1px solid #949494;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    .table-list tr {
        border-bottom: 1px solid #eee;
    }

    .table-list td::before {
        color: #212021;
    }

    /* Table List Example */
    #responsive-table-example.table-list td {
        padding: 0.6rem 0.4rem 0.4rem 30%;
    }

    #responsive-table-example.table-list td.team_for {
        padding-top: 0.4rem;
    }

    #responsive-table-example.table-list td.position::before {
        content: "St�pec 1";
    }

    #responsive-table-example.table-list td.sign::before {
        content: "St�pec 2";
    }

    #responsive-table-example.table-list td.value::before {
        content: "St�pec 3";
    }

    #responsive-table-example.table-list td.example::before {
        content: "St�pec 4";
    }
}

/* Presentation Block List ------------------- */

.presentation-block-list-sm .presentation-text {
    color: #403c3d;
}

.presentation-block-list-sm a:hover .presentation-text {
    color: #fcb038;
}

/* Worker Table List ------------------------- */

.worker_list th {
    background: #b1b3b4;
    color: #fff;
}

.worker_list td {
    border-bottom: 1px solid #d9dadb;
}

.worker_list td.title {
    color: #7b7c7e;
}

.worker_list td.name .surname a {
    color: #ad161e;
}

.worker_list td.name .firstname a {
    color: #9c9e9f;
}

.worker_list td.email a {
    color: #7b7c7e;
}

.worker_list td.email a:hover {
    color: #ad161e;
}

.worker_list td.phone {
    color: #000;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    .worker_list tr {
        border-bottom: 1px solid #eee;
    }

    .worker_list td:before {
        color: #212021;
    }
}

/* Worker List ------------------------------- */

.director {
    font-size: 2rem;
}

.management-org {
    color: #a19e9e;
}

/* Worker Info ------------------------------- */

h2.worker_info {
    color: #fd6325;
}

.worker-details {
    font-size: 1.6rem;
}

/*.worker-details a,
.worker-details a:hover {
    font-weight: 500;
}*/

.orcid {
    position: relative;
    bottom: 0.25rem;
}

.worker-position,
.worker-phone,
.worker-fax,
.worker-email,
.worker-http,
.worker-orcid,
.worker-publication-type {
    color: #fcb038;
}

/* News@homepage ----------------------------- */

/* Newest News */
.news-new-tag {
    background-color: #fcb038;
    /*background-color: #e86420;
    background: radial-gradient(circle, #ea7621, #f78f27);*/
    color: #fff;
}

.news-newest .news-meta .news-date {
    color: #fcb038;
}

.news-newest .news-meta .news-category {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}

.news-meta .news-tags a {
    color: #939598;
}

.news-newest .news-text {
    color: #adb1ba;
}

/* Media Section */
@media only screen and (min-width: 800px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #959595;
    }
    
    .news-newest {
        width: 50%;
    }   
    
    article.news-newest:nth-child(2n+1) {
        clear: both;
        margin-bottom: 6rem;
    }
    
    .news-newest .news-img {
        display: block;
    }    
    
   .news-newest .news-img img {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #959595;
        font-size: 1.5rem;
        line-height: 2.1rem;
        font-weight: 500;
    }
    
    .news-newest {
        width: 25%;
    }  
    
    article.news-newest:nth-child(2n+1) {
        clear: none;
        margin-bottom: 0;
    } 
    
    article.news-newest:nth-child(4n+1) {
        clear: both;
        margin-bottom: 6rem;
    }
}

/* Other News List */
.news-other .news-year {
    color: #bbb7b7;
}

.news-other .news-meta {
    background-color: #757575;
}

.news-other .news-meta .news-day,
.news-other .news-meta .news-month {
    color: #fff;
}

.news-other .news-text {
    color: #44464f;
}

.news-other .news-more a {
    color: #fcb038;
}

@media only screen and (min-width: 800px) {
    .news-other .news-text {
        color: #44464f;
    }
}

@media only screen and (min-width: 801px) {
    h3.news-newest-title > a {
        color: #000;
    }
}

@media only screen and (min-width: 1201px) {
    h3.news-newest-title > a {
        color: #000;
    }

    h3.news-other-title > a {
        color: #fff;
        font-size: 1.7rem;
        font-weight: 500;
    }
}

/* News Read All Button */
.news_read_all a {
    background-color: #dbdada;
    color: #494748;
}

.news_read_all a:hover {
    background-color: #fcb038;
    text-decoration: none;
}

/* Button */
.button a {
  background: #165776;
  color: #fff;
  border: 2px solid #165776;
  display: inline-block;
  padding: 0.9rem 2.65rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 1rem;
}  

.button a:hover {
  background: #54bbee;
  color: #142430;
  border: 2px solid #54bbee;
}

/* Publication Info ------------------------ */

.publication-img img {
    border: 0.3rem solid #fff;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

.publication-description {
    color: #494748;
}

.publication-how-to-cite {
    color: #a2a0a2;
}

/* News List --------------------------------- */

.news-site-list-row {
    border-bottom: 0.1rem solid #9c9e9f;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 50%, rgba(185, 187, 193, 0) 100%) 1;
}

.news-site-list-img img.block-img {
    border: 0.2rem solid #fff;
}

/* Media Section */
@media only screen and (min-width: 800px) {
    .news-site-list-img img.block-img {
        border: 0.2rem solid #fff;
    }
}

.news-site-list-date {
    color: #54bbee;
}

@media only screen and (min-width: 800px) {
    .news-site-tag a {
        color: #fff;
    }
}

/* Single news -------------------------------- */

.news-single-date {
    color: #000;
}

/* Images ------------------------------------ */

.block-img {
    border: 0.4rem solid #fff;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
}

/* Publication Table List -------------------- */

.publication-title {
    color: #494748;
}

.citation {
    color: #6a6d6f;
}

#citation-table {
    color: #9c9e9f;
}

/* Monography Single -------------------------- */

h2.monography_profile_title {
    color: #434142;
}

.monography_profile_header_right a.link_btn,
.monography_profile_content a.link_btn,
.akademia-sub-page-content a.link_btn {
    color: #434142;
}

.monography_profile_header_right a.link_btn:hover,
.monography_profile_content a.link_btn:hover,
.akademia-sub-page-content a.link_btn:hover {
    border-color: #fcb038;
    color: #fcb038;
}

.monography_profile_content a.link_btn_small {
    color: #434142;
}

.monography_profile_content a.link_btn_small:hover {
    border-color: #fcb038;
    color: #fcb038;
}

.monography_how_to_cite::before {
    background:#fcb038;
}

/* Library Section --------------------------- */

.library-info {
    padding-bottom: 5rem;
    overflow: auto;
}

.library-content-title {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.library-stats-margin {
    float: left;
    width: 10%;
}

.library-stats {
    float: left;
    width: 40%;
    text-align: center;
}

.library-stats img {
    width: 11rem;
    margin-bottom: 4rem;
}

.book-number {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 500;
    color: #fcb038;
}

.book-type {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

/* Contact Section --------------------------- */

.contact-header {
    width: 100%;
    height: 36.8rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/uploaded/images/contact-header/contact-header.jpg);
}

.contact-left-col,
.contact-middle-col,
.contact-right-col {
    width: 100%;
    float: none;
}

/* Media Section */
@media only screen and (min-width: 701px) {
    .contact-left-col {
        width: 42%;
        float: left;
    }

    .contact-middle-col {
        width: 34%;
        float: left;
    }

    .contact-right-col {
        width: 24%;
        float: left;
    }
}

/* Veda a vyskum Formular ---------------------- */

.akademia-sub-page-content .veda-a-vyskum-form input,
.akademia-sub-page-content .veda-a-vyskum-form textarea,
.akademia-sub-page-content .veda-a-vyskum input {
    /*margin-top: 1rem;*/
    /*margin-bottom: 2rem;*/
}

.akademia-sub-page-content .veda-a-vyskum-form input,
.akademia-sub-page-content .veda-a-vyskum-form textarea {
   margin-bottom: 2rem;
}

.akademia-sub-page-content .veda-a-vyskum-form select,
.akademia-sub-page-content .veda-a-vyskum select {    
    padding: 0.9rem 1.8rem;
    border: 1px solid #b9bbbc;
    outline: none;
    background: white;
    margin-bottom: 2rem;
}

.akademia-sub-page-content .veda-a-vyskum-form input[type="text"],
.akademia-sub-page-content .veda-a-vyskum-form select,
.akademia-sub-page-content .veda-a-vyskum-form textarea {
    width: 80%;
}

.akademia-sub-page-content .veda-a-vyskum form {    
    font-size: 1.5rem;
}

.akademia-sub-page-content .note {
    margin-top: 1rem;
    color: #ddd;
    font-size: 1.4rem;
}

.akademia-sub-page-content .komentar {
    color: #ddd;
    font-size: 15px;
    margin: 2rem 0 4rem 1rem;
    padding: 1rem;
    border: 1px dotted #4a4a4a;
}

.akademia-sub-page-content .zverejnene {
    color: #54bbee;
    padding: 1rem 2rem;
    border-radius: 0.4rem;
    border: 1px solid #54bbee;
    font-size: 1.3rem;
    margin-right: 1rem;
    line-height: 5rem;
}

.akademia-sub-page-content .nezverejnit {
    background-color: #C41C23;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    font-size: 13px;
    margin-right: 10px;
    line-height: 5rem;
}

.akademia-sub-page-content .nezverejnene {
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 13px;
    margin-right: 10px;
    line-height: 5rem;
}

.akademia-sub-page-content .zverejnit {
    background-color: #165776;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    font-size: 13px;
    line-height: 5rem;
}

.akademia-sub-page-content .zmazat {
    background-color: #C41C23;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    font-size: 13px;
    margin-left: 10px;
    line-height: 5rem;
}

.akademia-sub-page-content .article h2 {
    font-size: 1.7rem;
    text-transform: none;
    font-weight: 500;
}  

.akademia-sub-page-content .article {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
    font-size: 1.4rem;
}  

.akademia-sub-page-content  .article:nth-child(3n+1) {
    clear: both;
}

@media only screen and (min-width: 768px) {
  .akademia-sub-page-content .article {
      float: left;
      width: 33.33333333%;
  }
}

/* Rubrika Veda a vyskum --------------------- */

.akademia-sub-page-content ul.science-ul li {
    margin-bottom: 1.3rem;
}

.akademia-sub-page-content ul.science-ul li a {
    border-bottom: 1px solid transparent;
}

/*.akademia-sub-page-content ul.science-ul li a:hover {
    border-bottom: 1px solid #90d3f0;
}*/

.science-ul li {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 20px;
}

.science-ul li a {
    justify-self: start;
}

/* Veda a vyskum ----------------------------- */

.science-title {
    font-size: 2.7rem;
    color: #bbc7cc;
    border-bottom: 0;
    text-transform: none;
    font-weight: 300;
    line-height: 3.2rem;
}

.science-author,
.science-author a {
    font-size: 1.9rem;
    color: #fff;
}

.science-author a:hover {
    color: #90d3f0;
}

.science-institution {
    font-size: 1.5rem;
    font-weight: 500;
    color: #bcbec0;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.science-images {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 20px;
    row-gap: 40px; 
}    

.science-image {
    
}    

.science-desc {
    font-size: 1.5rem;
}    

@media only screen and (min-width: 1001px) {
    .questionnaire {
        display: grid;
        grid-template-columns: 300px 1fr;
        column-gap: 20px;
    }    
    
}

#contact-area form label {
    margin-bottom: 2rem;
    display: inline-block;
}

/* Diskusie ---------------------------------- */

.discussion-date {
    color: #b1b3b6;
    font-weight: 500;
}

.discussion-link::before {
    content: "▶";
    color: #90d3f0;
    padding-right: 1rem;
}

.discussion-link a {
    color: #90d3f0;
    font-weight: 500;
}

.discussion-link a:hover {
    border-color: #90d3f0;
    font-weight: 500;
}

/* -------------------------------------------------------------------------- */

/*	7. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.orange,
.orange a {
    color: #fcb038;
}

.orange-logo {
    color: #fbb03b;
}

.light-gray,
.light-gray a {
    color: #9c9e9f;
}

.light-gray-2,
.light-gray-2 a {
    color: #717071;
}

.light-gray-3,
.light-gray-3 a {
    color: #7b7c7e;
}

.dark-gray,
.dark-gray a {
    color: #434142;
}

.dark-gray-2,
.dark-gray-2 a {
    color: #6a6d6f;
}

.dark-gray-3,
.dark-gray-3 a {
    color: #494748;
}

/* Custom Backgrounds ------------------------ */

.bg-lightgray {
    background-color: #f1f1f1;
}

/* Bottom Gradient Line ---------------------- */

.bottom-line,
.bottom-line-page {
    border-bottom: 0.1rem solid #6d7172;
    border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 35%, rgba(109, 113, 114, 0.2) 50%, rgba(109, 113, 114, 0) 65%) 1;
}

/* Titles ------------------------------------ */

.standard-title {
    color: #403c3d;
}

.standard-title-emphasized {
    color: #000;
}

.standard-title-emphasized::before {
    background-color: #fcb038;
}

/* Lists ------------------------------------- */

.akademia-sub-page-content .standard-list li::before,
.akademia-sub-page-content .standard-list-emphasized li::before {
    background-color: #494748;
}

.akademia-sub-page-content .standard-list li,
.akademia-sub-page-content .standard-list-emphasized li,
.akademia-sub-page-content .standard-list li > a,
.akademia-sub-page-content .standard-list-emphasized li > a {
    color: #494748;
}

.akademia-sub-page-content .standard-list li > a:hover,
.akademia-sub-page-content .standard-list-emphasized li > a:hover {
    color: #f48e06;
}

/* -------------------------------------------------------------------------- */

/*	8. Entry Content
/* -------------------------------------------------------------------------- */

/* Alignment Classes ------------------------- */

.wp-caption p.wp-caption-text {
    background: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text:focus {
    background-color: #eee;
    color: #444;
}

.margin-right-2 {
    margin-right: 2rem !important;
}

/* -------------------------------------------------------------------------- */

/*	9. Site Pagination
/* -------------------------------------------------------------------------- */

.page-numbers {
    border: 0;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #c41c23;
}

a.page-numbers:hover {
    color: #fff;
    border: 0;
}

/* -------------------------------------------------------------------------- */

/*	11. Widgets, Shortcodes & Plugins
/* -------------------------------------------------------------------------- */

/* Widgets ----------------------------------- */

/* Social Data */

.social-area figure,
.social-area-2 figure,
.social-area-3 figure {
    background-color: #9c9e9f;
}

.social-area figure figcaption,
.social-area-2 figure figcaption,
.social-area-3 figure figcaption {
    color: #fff;
}

.social-post-main-content {
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    -moz-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
}

.social-post-main-meta {
    color: #938e8e;
}

.social-post-main-title {
    color: #494748;
}

/* Media Section */
@media only screen and (min-width: 901px) {
    .social-post-other-meta {
        color: #494748;
    }

    .social-post-other-meta-date {
        color: #b1b3b4;
    }

    .social-post-other-content {
        color: #8f8d8b;
    }
    
    .social-box {
        max-width: 111.27rem;
    }
    
    .social-area-3:nth-of-type(3) .social-post-main,
    .social-area-3:nth-of-type(3) .social-post-other {
        margin-left: 6.42512783043937%;
        margin-right: 3.212563915219685%;
    }
    
    .social-area-3:nth-of-type(4) .social-post-main,
    .social-area-3:nth-of-type(4) .social-post-other {
        margin-left: 6.42512783043937%;
    }
}

/* Media section */
@media only screen and (min-width: 901px) and (max-width: 1112px) {
    .social-area-3 {
        max-width: 21.5rem;
    }
    
    .social-post-main-title {
        font-size: 1.8rem;
    }
    
    .social-box {
        max-width: 87rem;
    }
}

/* Social Bar */

/* Media section */
@media only screen and (min-width: 1001px) {
    .logged-in .social-bar {
        top: 10.1rem;
    }
}

/* Shortcodes -------------------------------- */

/* Image Block ------------------------------- */

#image-block .image-block-title {
    background-color: rgba(210, 209, 209, 0.5);
    color: #818281;
}

#image-block .image-block-title:hover {
    background: radial-gradient(circle, #f78f27, #ea7621);
    color: #fff;
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
}

/* Partners image block */
#image-block-partners {
    margin-bottom: 1rem;
}    

#image-block-partners div.image-block-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    height: 150px;
}

#image-block-partners div.image-block-list a:nth-child(1) img {
    height: 100px;
}

#image-block-partners div.image-block-list a:nth-child(2) img {
    height: 100px;
}

#image-block-partners div.image-block-list a:nth-child(3) img {
    height: 100px;
}

#image-block-partners div.image-block-list a:nth-child(4) img {
    height: 100px;
}

@media only screen and (max-width: 600px) {
    #image-block-partners div.image-block-list {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }
}

/* Description Block ------------------------- */

.parallax-description-block {
    min-height: 53rem;
    background-image: url(../../uploads/uploaded/images/description-block/separator_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.description-block-title {
    color: #f8f7e9;
    line-height: 3.0rem;
    font-size: 2.2rem;
    /*font-family: "Minion Pro Regular";*/
    font-family: "Cinzel", serif;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 5rem 0 1rem;
}

.description-block-text {
    color: #f8f7e9;
    line-height: 2.6rem;
    font-size: 1.5rem;
    margin: 0 auto;
    letter-spacing: 0.1rem;
}

@media only screen and (min-width: 1001px) {
    .description-block-title {
        line-height: 4.0rem;
        font-size: 3.2rem;
    }
    
    .description-block-text {
        width: 80%;
        line-height: 2.7rem;
        font-size: 1.6rem;
    }        
}

@media only screen and (min-width: 1200px) {        
    .description-block-title {
        line-height: 4.4rem;
        font-size: 3.6rem;
    }
    
    .description-block-text {
        width: 70%;
        line-height: 2.9rem;
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1500px) {        
    .description-block-text {
        width: 60%;
    }
}

/* Video List -------------------------------- */

/*.video-container {
    color: #fff;
}*/

/* Shortcode Button -------------------------- */

.akademia-btn {
    background: #fcb038;
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.8rem;
    color: #fff;
}

.akademia-btn:hover {
    color: #fff;
}

/* Events Calendar --------------------------- */

/*.calendar-heading {
    color: #b1b3b4;
}

.calendar_inner {
    background-color: #e3e4e5;
}

.calendar_title {
    color: #e86420;
}

.calendar_title input[type="button"] {
    color: #494748;
}

.calendar_table {
    background-color: #fff;
}

.calendar_weekdays td {
    color: #fff;
    background-color: #e67621;
}

.calendar_week td a {
    color: #44454e;
}

span[id^="calendar_day_events"] {
    background-color: #fdead0;
    border-left: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    color: #6d6c6d;
}

.calendar_no_day {
    background-color: #ededed;
}

.calendar_day {
    background-color: #dbdada;
    color: #44454e;
}

td.calendar_today a {
    color: #e86420;
}

.calendar_event {
    background-color: #fdead0;
}*/

/* Events List ------------------------------- */

/*.event_date .day {
    background-color: #ea7621;
    color: #fff;
}

.event_date .month {
    color: #000;
}

.event_date .year {
    color: #000;
}

.event_name a {
    color: #000;
}

.event_place {
    color: #e76222;
}

.event_null {
    color: #494748;
}*/

/* Blogs ------------------------------------- */

.blog-block-details.phd-table {
    margin-bottom: 1rem;
}

.blog-block-details.phd-table .col-1 {
    width: 50%;
    padding-right: 1rem;
}

.blog-block-details.phd-table .col-2 {
    width: 50%;
}

.blog-block-details.phd-table td {
    padding-bottom: 0.5rem;
}

@media only screen and (min-width: 800px) {
    .blog-block-details.phd-table .col-1 {
        width: 55%;
    }

    .blog-block-details.phd-table .col-2 {
        width: 45%;
    }
}


/* Plugins ----------------------------------- */

/* Smart Slider ------------------------------ */

/* Media Section */
@media only screen and (min-width: 601px) {
    /* Slider Text Area -------------------------- */
    div#n2-ss-slider {
        text-align: left;
    }

    div.nextend-bar div[class^="n2-style-"] {
        width: 20rem !important;
        height: 20rem !important;
        position: relative;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0)) !important;
        text-align: left;
    }

    /* Slider Font ------------------------------- */
    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem 1rem 1.5rem;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.6rem;
        color: #494748;
    }

    /* Slider Links ------------------------------ */
    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.6rem;
        font-weight: 400;
        color: #494748;
    }

    div#n2-ss-2 span[class^="n2-font-"] a:hover,
    div#n2-ss-3 span[class^="n2-font-"] a:hover {
        color: #000;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
}

@media only screen and (min-width: 801px) {
    div.nextend-bar div[class^="n2-style-"] {
        width: 25rem !important;
        height: 25rem !important;
    }

    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        padding: 2rem 2rem 3rem;
        font-size: 1.9rem;
    }

    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 1001px) {
    div.nextend-bar div[class^="n2-style-"] {
        width: 30rem !important;
        height: 30rem !important;
    }

    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        font-size: 2.4rem;
    }

    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-size: 2.4rem;
    }
}

/* Tiny Content Slider ----------------------- */

#image-slider-block-ow .tns-controls button[data-controls="prev"],
#image-slider-block-ow .tns-controls button[data-controls="next"] {
    background: rgba(230, 223, 218, 0.5);
    color: #d3d3d3;
}

#image-slider-block-ow .tns-controls button[data-controls="prev"]:hover,
#image-slider-block-ow .tns-controls button[data-controls="next"]:hover {
    background: rgba(253, 240, 230, 0.5);
    color: #fcb038;
}

.image-slider-block {
    background: #d2d1d1 url(../../uploads/uploaded/images/image-slider-block/image-slider-block-bg.jpg) 50% 25%;
}

/*.tns-item .presentation-title {
    background-color: #4f4a4a;
    color: #ee822f;
}

.tns-item .presentation-description {
    background-color: #4f4a4a;
    color: #aba7a8;
}*/

/* Media Section */
@media only screen and (min-width: 1500px) {
    #image-slider-block-ow .tns-controls button[data-controls="prev"],
    #image-slider-block-ow .tns-controls button[data-controls="next"] {
        top: 13rem;
    }
}

/* Ajax Load more ---------------------------- */

.akademia-page-content .alm-btn-wrap {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
}

.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn,
.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn.done {
    background-color: #142430;
    color: #fff;
    border: 1px solid #54bbee;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn:hover {
    background-color: #54bbee;
    border: 0;
    color: #142430;
}

/* Firelight Lightbox ----------------------- */

.fancybox-title-over {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background: #1A2B37;
    background: linear-gradient(0deg, rgba(26, 43, 55, 1) 0%, rgba(22, 87, 118, 1) 100%);
}

#back-to-top-btn:hover {
    background: #1A2B37;
    background: linear-gradient(0deg, rgba(26, 43, 55, 1) 0%, rgba(84, 114, 128, 1) 100%);
}

/* Pre-Footer Sitemap ------------------------ */

.pre-footer-sitemap {
    background-color: #0e0f0f;
    color: #fff;
}

.pre-footer-sitemap-title {
    color: #fff;
}

.pre-footer-sitemap a {
    color: #ddd7d6;
}

.pre-footer-sitemap a:hover {
    color: #fcb038;
}

.pre-footer-icons {
    background: #fff;
}    

/* Pre-footer -------------------------------- */

.pre-footer {
    background-color: #172733;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

/* Footer ------------------------------------ */

footer {
    background-color: #000;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------- */