/*
    Font
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('/themes/_system/fonts/Proxima Nova Light.woff2') format('woff2'),
        url('/themes/_system/fonts/Proxima Nova Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/themes/_system/fonts/Proxima Nova Regular.woff2') format('woff2'),
        url('/themes/_system/fonts/Proxima Nova Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/themes/_system/fonts/Proxima Nova Semibold.woff2') format('woff2'),
        url('/themes/_system/fonts/Proxima Nova Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/themes/_system/fonts/Proxima Nova Bold.woff2') format('woff2'),
        url('/themes/_system/fonts/Proxima Nova Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*
    Default styles
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    word-wrap: break-word;
}

div,
span {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

p {
    margin: 15px 0;
}

strong,
.strong {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
}

.clear {
    clear: both;
    height: 0;
}

.inline-block {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide-mobile {
    display: none !important;
}

*:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

video {
    max-width: 100%;
    height: auto;
}

/*
    Skip links
*/

.skip-link {
    position: fixed;
    left: -100%;
    top: 0;
    background: #000 !important;
    color: #fff !important;
    padding: 15px;
    z-index: 1500;
}

.skip-link:focus {
    position: absolute;
    left: 0;
}

/*
    Links
*/

a {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #b32216;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;
}

a span.new-window {
    display: none;
}

.button-link::before {
    display: block;
    border-left: 2px solid #b32216;
}

.button-link {
    display: table;
    margin: 0 auto 20px;
    width: 100%;
    background-color: #f4f4f4;
    font-size: 1.071em;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: 0.3s background cubic-bezier(.55, 0, .1, 1), 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.button-link:hover {
    background-color: #a11f14;
    color: #fff;
    text-decoration: none;
}

.button-link i {
    padding-left: 5px;
}

.button-link .ico {
    position: relative;
    display: table-cell;
    background-size: cover;
    width: 65px;
    min-width: 65px;
    border-bottom: 2px solid #a11f14;
    background-color: #b32216;
    background-position: center;
    color: #fff;
    text-align: center;
    transition: 0.3s background cubic-bezier(.55, 0, .1, 1);
}

.button-link:hover .ico {
    background-color: #a11f14;
}

.button-link .ico img {
    margin: 0 auto;
    max-width: 65px;
    max-height: 65px;
}

.button-link .ico img.svg,
.button-link .ico svg {
    margin: 0 auto;
    max-width: 33px;
    height: 63px;
}

.button-link .ico svg path {
    fill: white;
}

.button-link .ico svg#search-svg path {
    fill: none;
    stroke: white;
}

.button-link .ico svg#search-svg polyline {
    fill: none;
    stroke: white;
}

.button-link .ico i,
.button-link .ico em {
    text-align: center;
    width: 65px;
    padding-left: 0;
    font-size: 28px;
    color: #fff;
    line-height: 65px;
}

.button-link .ico.fa:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 28px;
    font-size: 28px;
}

.button-link .text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #e9e9e9;
    width: 100%;
    height: 65px;
    padding: 0 20px;
    line-height: 1.4em;
    color: #b32216;
    font-weight: 700;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.button-link .text::after {
    padding-left: 5px;
    font-family: 'FontAwesome';
    content: "\f0da";
}

.button-link:hover .text {
    color: #fff;
    border-bottom: 2px solid #a11f14;
    text-decoration: none;
}

.button-link .text-campus {
    display: table-cell;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #e9e9e9;
    width: 100%;
    padding: 13px 20px 0;
    line-height: 1.4em;
    vertical-align: top;
}

.button-link.campus:hover {
    background-color: #f4f4f4;
}

.button-link .text-campus .text-campus-title::after {
    position: absolute;
    padding-left: 5px;
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #b32216;
}

.button-link .text-campus-title {
    position: relative;
    color: #b32216;
    font-weight: 700;
}

.button-link .text-campus-cities {
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1.4em;
}

.button-link a.text-campus-cityname {
    font-weight: 400;
    text-transform: none;
    font-size: 1.071em;
    padding-right: 5px;
}

/*
    Blockquote
*/

blockquote {
    font-size: 1.286em;
    margin: 0 0 10px;
    font-weight: 700;
}

blockquote {
    border-left: 4px solid #eeeeee;
    padding: 10px 20px;
}

blockquote span.author,
blockquote span,
span.author {
    display: block;
    font-size: 0.667em;
    color: #999999;
    font-weight: 400;
}

/*
    Main containers
*/

.container {
    width: 1010px;
    margin: 0 auto;
    position: relative;
}

.container.content-margin {
    margin: 30px auto;
}

.slider-container {
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-container-medium {
    width: 100%;
    margin: 0 auto;
}

/*
    Rows
*/

.row {
    display: block;
    clear: both;
    margin: 20px 0;
}

@media(min-width: 980px) {
    #module-interactivecampus-content .no-bullets .col-4 {
        width: 33.33%;
    }    
}
.main-site .row.columns,
.row.columns {
    margin: 0 -15px 30px;
}

.main-site .row.columns.news-row {
    margin: 0 -15px 0;
}

.main-site .row.columns.inner,
.row.columns.inner {
    margin: 0 -15px 15px;
}

.main-site .row.columns.no-margin,
.row.columns.no-margin {
    margin: 0 -15px 0;
}

/*
    Headers
*/

h1 {
    margin: 0;
    font-size: 2.286em;
    line-height: 1.2em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 300;
}

h2 {
    margin: 0;
    font-size: 2.286em;
    line-height: 1.2em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 300;
}

.main-content h1,
.main-content h2 {
    color: #4b4b4b;
}

.main-content .column-content.text-content {
    font-size: 1em;
}

.h2-info {
    margin: 0;
    color: #767676;
}

h2.portal-title {
    font-size: 1.714em;
    line-height: 1.2em;
    color: #4b4b4b;
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 250px;
    text-align: right;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

h3 {
    margin: 0;
    font-size: 1.714em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

h3.menu,
h2.menu {
    margin: 0 0 5px;
    font-size: 1.714em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 300;
    color: #5b5b5b;
    line-height: 1.1em;
}

.h3-info {
    margin: 5px 0;
    font-size: 1em;
}

.main-site h2,
.main-site h3 {
    font-size: 1.714em;
    line-height: 1.5em;
    color: #5b5b5b;
}

h4 {
    margin: 0;
    font-size: 1.286em;
}

h4.error {
    color: #b32216;
}

h5 {
    margin: 0;
    font-size: 1em;
}

h6 {
    margin: 0;
    font-size: 0.857em;
}

/*
    Form styles
*/

.pwr-form {
    padding: 10px 0;
}

.pwr-form .pwr-input,
.pwr-form input[type="password"],
.pwr-form .pwr-textarea {
    min-width: 190px;
    min-height: 34px;
    width: auto;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #999999;
    padding: 0 10px;
    box-sizing: border-box;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s box-shadow cubic-bezier(.55, 0, .1, 1);
}

.pwr-form .pwr-input:focus,
.pwr-form input[type="password"]:focus,
.pwr-form .pwr-textarea:focus {
    border: 1px solid #005382;
    box-shadow: 0 0 5px rgba(0, 83, 130, 0.3);
}

.pwr-form .pwr-textarea,
textarea {
    width: 355px;
    padding: 10px;
}

.pwr-form button.pwr-btn-submit,
.pwr-form input.pwr-btn-submit {
    height: 34px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333333;
    padding: 0 13px;
    box-sizing: border-box;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1);
}

.pwr-form button.pwr-btn-submit:hover,
.pwr-form input.pwr-btn-submit:hover {
    background: #b32017;
    color: #fff;
    border: 1px solid #b32017;
}

.pwr-form button.pwr-btn-submit i,
.pwr-form input.pwr-btn-submit i {
    color: #333;
    font-size: 1.250em;
}

.pwr-form button.pwr-btn-submit:hover i,
.pwr-form input.pwr-btn-submit:hover i {
    color: #fff;
}

.pwr-form .login-toggle.pwr-btn-submit {
    display: none;
}

.pwr-form .pwr-control-group {
    margin: 10px;
}

.contact-form .field label {
    float: left;
    text-align: right;
    width: 25%;
    font-weight: 600;
    padding: 0 15px 0 0;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.contact-form .field input[type="text"],
.contact-form .field input[type="email"],
.contact-form .field textarea,
.contact-form .field select,
.contact-form .field span.description {
    float: right;
    width: 75%;
    margin: 0 0 5px;
}

.contact-form .field.checkbox input {
    left: 25%;
}

.contact-form .field.checkbox input[type="checkbox"] {
    margin: 0;
}

.contact-form .field.checkbox label:before {
    right: -18px;
    left: auto;
}

.contact-form .field.checkbox span.description {
    width: calc(75% - 30px);
}

.contact-form .field.label-required {
    text-align: right;
}

.contact-form .field .select2-container {
    width: 75% !important;
}

.contact-form .field input[type="submit"] {
    float: right;
    width: auto;
    margin: 0 0 5px;
}

label {
    display: block;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    margin: 8px 15px 5px 0;
}

select {
    display: block;
    width: 100%;
    height: 34px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    font-size: 0.929em;
    color: #4b4b4b;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

select option {
    padding: 0 10px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    min-width: 190px;
    min-height: 34px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 0.929em;
    color: #999999;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s box-shadow cubic-bezier(.55, 0, .1, 1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #005382;
    box-shadow: 0 0 5px rgba(0, 83, 130, 0.3);
}

input[type="submit"],
input[type="button"],
button {
    height: 34px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    line-height: 1em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    color: #333333;
    padding: 0 15px;
    margin: 5px 5px 5px 0;
    box-sizing: border-box;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1);
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background: #b32017;
    color: #fff;
    border: 1px solid #b32017;
}

.pwr-form .field span.description {
    display: block;
}

.field.label-required {
    margin: 10px 0;
    text-align: right;
}

.field.error input,
.field.error textarea,
.field.error select,
.field.error .select2-selection--single {
    border: 1px solid #b94a48;
}

.field.checkbox.error,
.field.radio.error {
    color: #b94a48;
}

.field .select-container,
.field select {
    width: 190px;
}

.field small.counter {
    display: block;
}

/*
    Table styles
*/

table {
    width: 100%;
    font-size: 1em;
    text-align: left;
    margin: 40px auto;
}

table th,
table td {
    padding: 7px 15px;
}

table th,
table thead td {
    background-color: #b32216;
    border: 1px solid #b32216;
    color: #fff;
    font-weight: 600;
}

table td {
    border: 1px solid #dddddd;
}

table tr.parent-row {
    cursor: pointer;
}

table tr.parent-row.active {
    background-color: #dddddd;
    font-weight: 600;
}

table tr.child-row {
    background: transparent !important;
    border: 0;
}

table tr.child-row td {
    border: 0;
}

table tr:nth-child(2n-2) {
    background-color: #f4f4f4;
}

table.button-links {
    width: available;
    margin: 20px -10px;
    box-sizing: border-box;
}

table.button-links td {
    padding: 0 10px 20px;
}

table.blue,
table.red,
table.white,
table.dark,
table.gray {
    width: 100%;
    font-size: 1em;
    text-align: left;
    margin: 40px 0;
}

table.gray th,
table.gray td,
table.dark th,
table.dark td,
table.blue th,
table.blue td,
table.red th,
table.red td,
table.white th,
table.white td {
    padding: 10px;
}

table.dark th,
table.dark thead td {
    background-color: #1a212b;
    border: 1px solid #1a212b;
    color: #fff;
}

table.blue th,
table.blue thead td {
    background-color: #005382;
    border: 1px solid #005382;
    color: #fff;
}

table.gray th,
table.gray thead td {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333;
}

table.red th,
table.red thead td {
    background-color: #b32216;
    border: 1px solid #b32216;
    color: #fff;
}

table.white th,
table.white thead td {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #dddddd;
    color: #333;
    text-align: left;
}

table.white tr th td {
    background-color: transparent;
}

table.dark td,
table.gray td,
table.blue td,
table.red td {
    border: 1px solid #dddddd;
}

table.white td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #dddddd;
    border-style: solid;
}

table.dark tr:nth-child(2n-2),
table.gray tr:nth-child(2n-2),
table.blue tr:nth-child(2n-2),
table.red tr:nth-child(2n-2) {
    background-color: #f4f4f4;
}

table.files p {
    margin: 0;
}

table.files .info {
    color: #797676;
    font-size: 0.929em;
}

table.files p.date {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    text-align: right;
    min-width: 85px;
}

table.files td {
    padding: 8px 15px;
    border: 0;
    border-bottom: 2px solid #dddddd;
}

table.files tr:nth-child(2n-2),
table.files tr:nth-child(2n-2) {
    background-color: #f4f4f4;
}

table.files th {
    padding: 10px 15px;
    border-top: 2px solid #dddddd;
}

table.files tr td.category {
    font-weight: 700;
}

#dona-table table {
    margin: 5px 10px 0px 0px;
    font-size: 13px;
    line-height: 1.2em;
}

#dona-table .row {
    display: block;
    clear: both;
    margin: 20px 0px 0px 0px;
}

#dona-table table tr:nth-child(2n-2) {
    background-color: white;
}

#dona-table table table td {
    border: 0;
    padding: 0px;
}

#dona-table table table tr+tr td {
    padding-top: 10px;
}

/*
    STACKTABLE
*/

table.table-mobile {
    display: none;
}

/*
    Listy
*/

ol,
ul {
    padding: 0 0 0 35px;
}

ol.no-bullets,
ul.no-bullets {
    list-style-type: none;
    padding: 0;
}

/*
    Buttons
*/

.button {
    display: inline-block;
    border-radius: 3px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    font-weight: 400;
}

.button.tiny {
    padding: 0 12px;
    font-size: 0.857em;
    line-height: 1.7em;
}

.button.small {
    padding: 3px 12px;
    font-size: 0.929em;
}

.button.medium {
    padding: 7px 15px;
    font-size: 1em;
}

.button.big {
    padding: 12px 20px;
    font-size: 1.071em;
}

.button.white,
.button.white:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.button.gray {
    background-color: #f4f4f4;
    color: #333;
    border: 1px solid #f4f4f4;
}

.button.disabled .times {
    display: none;
}

.button.red {
    background-color: #b32216;
    color: #fff;
    border: 1px solid #b32216;
}

.button.blue {
    background-color: #005382;
    color: #fff;
    border: 1px solid #005382;
}

.button.dark {
    background-color: #1a212b;
    color: #fff;
    border: 1px solid #1a212b;
}

/*
    Alerts
*/

.message {
    border: 1px solid #fff;
    padding: 15px;
    font-size: 1em;
    border-radius: 3px;
    margin-bottom: 20px;
}

.message.small {
    padding: 0 15px;
    margin: 0 0 15px;
}

.message.small.absolute {
    position: absolute;
    top: 15px;
}

.sidebar-box .message.small.absolute {
    position: relative;
    top: 0;
    margin: 0 0 5px;
}

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

.message ul li {
    list-style-type: none;
}

.message ul li ul {
    padding: 0 0 0 20px;
}

.message ul li ul li {
    list-style-type: disc;
}

.message.success {
    color: #2d572d;
    border-color: #d6e9c6;
    background-color: #e0f0d8;
}

.message.info {
    color: #225066;
    border-color: #bde8f2;
    background-color: #d8edf7;
}

.message.warning {
    color: #665026;
    border-color: #faedd5;
    background-color: #fcf7e3;
}

.message.error {
    color: #7a3130;
    border-color: #eed3d7;
    background-color: #f2dede;
}

/*
    Pagination
*/

.pwr-table-pagination {
    margin: 20px auto 0;
    text-align: center;
    list-style: none;
    padding: 0;
}

.pwr-table-pagination li {
    display: inline-block;
    margin: 0 -1px 5px;
    padding: 0;
    background-color: #f4f4f4;
    font-size: 1em;
    cursor: pointer;
}

.pwr-table-pagination a {
    display: block;
    color: #333;
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    background-color: #f4f4f4;
    font-size: 1em;
    font-weight: 400 !important;
    text-decoration: none;
}

.pwr-table-pagination li a.current,
.pwr-table-pagination li a:hover {
    background-color: #b32216;
    color: #fff;
}

.pwr-table-pagination li a.disabled {
    color: #ababab;
}

.pwr-table-pagination li.dots {
    color: #333;
    padding: 0 14px;
    height: 35px;
    line-height: 33px;
    background-color: transparent;
    font-size: 1em;
    font-weight: 600 !important;
    text-decoration: none;
    cursor: auto;
}

/*
    Login controls on top of the site
*/

.top-controls {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    font-size: 1em;
}

.top-controls a {
    display: block;
    float: left;
}

.top-controls .controls-container {
    display: inline-block;
    float: right;
}

.top-controls .login-controls {
    display: none;
    float: left;
    padding-left: 16px;
    margin: 6px 0 6px 16px;
    height: 19px;
    border-left: 1px solid #bebebe;
    color: #888888;
    position: relative;
}

.top-controls .login-controls a {
    font-size: 1em;
    line-height: 1.4em;
    text-decoration: none;
    cursor: pointer;
    height: 19px;
    font-weight: 400;
    color: #888888;
}

.top-controls .login-controls a.active {
    color: #b32216;
}

.top-controls .login-controls a i {
    padding: 0 5px;
}

.login-box {
    position: absolute;
    z-index: 300;
    display: none;
    top: -20px;
    right: 0;
    width: 350px;
    padding: 15px 15px 10px 15px;
    background: #f4f4f4;
    border-bottom: 2px solid #dbdbdb;
    transition: 0.3s top cubic-bezier(.55, 0, .1, 1);
}

.login-box.active {
    top: 0;
}

.login-box a {
    font-weight: 400;
    color: #999999;
}

.login-box .pwr-form {
    padding: 0;
}

.login-box .pwr-form .pwr-input,
.login-box .pwr-form input[type="password"] {
    margin: 0 0 10px;
}

.login-box .login_error {
    display: block;
    padding: 5px 15px;
    color: #7a3130;
    border: 1px solid #eed3d7;
    background-color: #f2dede;
    margin: 0 0 10px;
    border-radius: 3px;
}

.login-box .pwr-form .pwr-btn-submit {
    width: 100%;
    margin: 0;
}

.login-box .pwr-form label,
.login-box .close-login,
.login-box .heading {
    display: none;
}

.login-box .field.text,
.login-box .field.password {
    float: left;
    width: 190px;
}

.login-box .field.buttons {
    float: right;
    width: 110px;
}

#cas-button:before {
    display: block;
    content: "\f13e";
    font-family: "FontAwesome";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    margin: auto;
}

#cas-button {
    display: block;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 15px;
    padding: 15px 25px 15px 80px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    background-color: #b32216;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    transition: 0.3s all cubic-bezier(.55, 0, .1, 1);
}

#cas-button:hover {
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.15);
}

#cas-button span {
    font-size: 12px;
    opacity: 0.7;
}

#other-accounts {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#login-form {
    display: none;
    margin: 0 auto;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    padding: 5px 20px 20px;
    border-radius: 3px;
    transition: 0.3s all cubic-bezier(.55, 0, .1, 1);
}

#login-form:hover {
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.15);
}

.search-toggle,
.search-box .heading,
.search-box .close-search,
.sidebar-box.search .close-search,
.search-box .pwr-form label {
    display: none;
}

.search-box {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 45px 0 0;
}

.search-box a {
    font-weight: 400;
    color: #999999;
}

.search-box .pwr-form {
    padding: 0;
}

.search-box .pwr-form .pwr-input {
    float: left;
    margin: 0 0 10px;
}

.search-box .pwr-form .pwr-btn-submit {
    margin: 0 0 0 4px;
}

.search-box .field {
    float: left;
    width: auto;
}

.search-box p {
    margin: 0;
    font-size: 1em;
    position: relative;
    bottom: 65px;
}

/*
    Language controls on top of the site
*/

.top-controls .language-controls {
    float: left;
    padding-left: 16px;
    margin: 6px 0 6px 16px;
    height: 19px;
    border-left: 1px solid #bebebe;
    line-height: 1.3em;
    color: #888888;
}

.top-controls .language-controls a {
    color: #888888;
    font-size: 1.071em;
    font-weight: 400;
    text-transform: uppercase;
}

.top-controls .language-controls span {
    display: block;
    float: left;
    padding: 2px 4px;
    margin: 0;
    font-size: 0.5em;
    font-weight: 400;
}

.top-controls .language-controls a:hover,
.top-controls .language-controls a.active {
    color: #b32216;
    text-decoration: underline;
}

/*
    Style controls on top of the site
*/

.top-controls .style-controls {
    float: left;
    padding-left: 16px;
    margin: 6px 0 6px 16px;
    height: 19px;
    border-left: 1px solid #bebebe;
}

.top-controls .style-controls a {
    margin: 0 1px;
    border: 1px solid #000;
    width: 19px;
    height: 19px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    font-stretch: extra-condensed;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
    text-decoration: none;
}

.top-controls .style-controls a.classic {
    color: #000;
    background-color: #fff;
}

.top-controls .style-controls a.black {
    color: #fff;
    background-color: #000;
}

.top-controls .style-controls a.yellow {
    color: #000;
    background-color: #ff0;
}

.top-controls .style-controls a.black-yellow {
    color: #ff0;
    background-color: #000;
}

/*
    Font controls on top of the site
*/

.top-controls .font-controls {
    float: left;
    padding-left: 16px;
    margin: 6px 0 6px 16px;
    height: 19px;
    border-left: 1px solid #bebebe;
}

.top-controls .font-controls a {
    margin: 0 2px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
    font-weight: 700;
    font-stretch: condensed;
    display: inline-block;
    height: 19px;
}

.top-controls .font-controls a.normal {
    font-size: 14px;
    line-height: 21px;
    padding-right: 1px;
}

.top-controls .font-controls a.bigger {
    font-size: 17px;
    line-height: 21px;
}

.top-controls .font-controls a.bigger sup {
    font-size: 10px;
    top: -0.9em;
}

.top-controls .font-controls a.biggest {
    font-size: 19px;
    line-height: 20px;
}

.top-controls .font-controls a.biggest sup {
    font-size: 10px;
    top: -1em;
}

/*
    Rss controls on top of the site
*/

.top-controls .rss-controls {
    float: left;
    padding-left: 16px;
    margin: 6px 0 6px 16px;
    height: 19px;
}

.top-controls .rss-controls a {
    color: #000;
    font-size: 1.143em;
}

/*
    Header
*/

header.top {
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60px;
}

header.top .logo {
    float: left;
    display: block;
    width: 300px;
    height: 120px;
    line-height: 110px;
    border-bottom: 0;
    padding: 0;
}

header.top .logo svg {
    stroke: none !important;
    max-width: 100%;
    max-height: 100%;
}

header.top .logo svg rect.logo-bg {
    fill: #af1c05;
}

header.top .logo svg path.logo-figure,
header.top .logo svg polygon.logo-figure {
    fill: #fbd09e;
}

header.top .logo svg rect.title-line,
header.top .logo svg polygon.title-line {
    fill: black;
}

header.top .search-container {
    float: right;
    width: 320px;
    height: 120px;
    padding-top: 45px;
    text-align: right;
}

header.top .global-event {
    background-position: bottom right;
    background-repeat: no-repeat;
}

/*
    Menu
*/

.main-menu {
    position: relative;
    z-index: 101;
    background-color: #f4f4f4;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.menu-button-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.menu-button,
.menu-button-back {
    display: none;
    padding: 0 20px;
    margin: 0 -20px;
    width: auto;
    height: 44px;
    line-height: 44px;
    background-color: #b32216;
    color: #fff;
    text-align: center;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 2px solid #9a1e13;
}

.menu-button i,
.menu-button-back i {
    position: relative;
    top: 3px;
    font-size: 1.5em;
    padding-left: 5px;
}

.main-menu a.main-dropdown {
    display: table-cell;
    width: auto;
    position: relative;
    z-index: 1;
    padding: 11px 0;
    background-color: #f4f4f4;
    border-bottom: 2px solid #e9e9e9;
    vertical-align: middle;
    color: #000;
    font-size: 1.143em;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    transition: 0.3s background cubic-bezier(.55, 0, .1, 1);
}

.main-menu a.main-dropdown span {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 1px;
}

.main-menu a.main-dropdown.first span::before {
    display: none;
}

.main-menu a.main-dropdown span::before {
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    margin: auto -1px;
    width: 2px;
    display: block;
    content: " ";
    border-left: 2px dotted #fff;
}

.main-menu a.main-dropdown.active span,
.main-menu a.main-dropdown:last-child span {
    border-right: 0;
}

.main-menu a.main-dropdown.active {
    z-index: 1;
}

.main-menu a.main-dropdown.active span::before {
    border-left: 0;
}

.main-menu a.main-dropdown.active,
.main-menu a.main-dropdown.active:hover {
    background: #b32216;
    color: #fff;
    border-bottom: 2px solid #9a1e13;
}

.main-menu a.main-dropdown:hover,
.main-menu a.main-dropdown.hovered {
    background: #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}

.main-menu a.main-dropdown.dropdown i {
    display: inline;
    padding: 0 0 0 10px;
    width: 41px;
    z-index: 100;
    text-align: center;
    font-size: 14px;
    color: #626262;
}

.main-menu a.main-dropdown.active.dropdown i {
    color: #fff;
}

/*
    Menu dropdown
*/

.dropdowns {
    z-index: 10;
    line-height: 1.4em;
}

.dropped-menu {
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 0;
    width: 100%;
    background: #e9e9e9;
    border-bottom: 2px solid #dfdfdf;
    padding: 15px;
    transition: 0.3s top cubic-bezier(.55, 0, .1, 1);
}

.dropped-menu.active {
    top: 100%;
}

.dropped-menu h2 {
    margin: 0 0 5px;
}

.dropped-menu .dropped-menu-column {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.dropped-menu .dropped-menu-column-box {
    margin-bottom: 20px;
}

.dropped-menu .dropped-menu-column .title {
    font-size: 1.429em;
    font-weight: 300;
    line-height: 1.2em;
    padding-bottom: 0;
    border-bottom: 0;
}

.dropped-menu .dropped-menu-column a:hover {
    text-decoration: none;
}

.dropped-menu .dropped-menu-column .title,
.dropped-menu .dropped-menu-column a {
    display: block;
    color: #5b5b5b;
}

.dropped-menu .dropped-menu-column .title i {
    display: none;
}

.column-image {
    width: 215px;
    margin: 10px 0 0;
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dropped-menu .dropped-menu-column .column-links {
    margin: 0 -15px;
}

.dropped-menu .dropped-menu-column .column-links.desktop {
    padding: 10px 0 0;
}

.dropped-menu .dropped-menu-column .column-links a {
    display: block;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #333333;
    width: 100%;
    height: 100%;
    border-left: 4px solid #e9e9e9;
    background-position: right 15px center;
    background-repeat: no-repeat;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1);
}

.dropped-menu .dropped-menu-column .column-links a span {
    display: block;
    position: relative;
    margin: 0 13px;
    padding: 6px 10px 6px 0;
    border-bottom: 2px dotted #fff;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.dropped-menu .dropped-menu-column .column-links a span i {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 15px;
}

.dropped-menu .dropped-menu-column .column-links a:hover {
    background-color: #b32216;
    border-left: 4px solid #a11f14;
    color: #fff;
    text-decoration: none;
}

.dropped-menu .dropped-menu-column .column-links a:hover span {
    border-bottom: 2px dotted #b32216;
}

/*
    Slider
*/

.slider {
    width: 100%;
    /*background-color: #f4f4f4;*/
    overflow: hidden;
    margin: 0 0 30px;
}

.slider .slide {
    position: relative;
    width: auto;
    overflow: hidden;
}

.slider .slide .container {
    position: absolute;
    z-index: 100;
    display: block;
    top: 0;
    left: 0;
    padding: 0 150px;
    height: 100%;
}

.slider .slide a,
.slider .slide p {
    margin: 0 30px;
    font-size: 2.571em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;
    text-decoration: none;
    position: relative;
    top: 50%;
    margin-top: -1.4em;
    font-size: 2.188em;
}

.slide a {
    display: block;
}

.slider .slide a span,
.slider .slide p span {
    display: inline;
    max-width: 400px;
    font-weight: 400;
    line-height: 1.5em;
    background: rgb(179, 34, 22);
    background-color: rgba(179, 34, 22, 0.8);
    box-shadow: 30px 0 0 rgba(179, 34, 22, 0.8), -30px 0 0 rgba(179, 34, 22, 0.8);
    box-decoration-break: clone;
}

.slider .owl-theme .owl-controls .owl-nav .owl-prev,
.slider .owl-theme .owl-controls .owl-nav .owl-next,
.slider-container-medium .owl-theme .owl-controls .owl-nav .owl-prev,
.slider-container-medium .owl-theme .owl-controls .owl-nav .owl-next {
    width: 150px;
    height: 100%;
    outline: none;
}

.owl-prev i,
.owl-next i {
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-container-medium .slider {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
}

.slider-container-medium .slide {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    text-align: right;
    font-size: 1em;
}

.slider-container-medium .slide .container {
    position: absolute;
    z-index: 100;
    width: 390px;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    text-align: left;
    padding: 55px 50px 55px 30px;
    line-height: initial;
    border-bottom: 2px solid #e9e9e9;
}

.slider-container-medium .slide a,
.slider-container-medium .slide p {
    top: auto;
    margin: 0;
    font-size: 1em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    color: #b32216;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.slider-container-medium .slide a span,
.slider-container-medium .slide p span {
    display: block;
    margin: 0;
    padding: 0;
    color: #b32216;
    background: transparent;
    font-size: 1.714em;
    line-height: 1.2em;
}

.slider-container-medium .slide span.description {
    padding: 20px 0 25px;
    font-size: 1.071em;
    color: #333333;
    line-height: 1.6em;
}

.slider-container-medium .slide p.link {
    text-align: right;
}

.slider-container-medium .owl-carousel .owl-item img {
    display: inline-block;
}

.slider-container-medium .slide a.more-link {
    padding: 50px 0 0;
}

.owl-carousel img.grayscale {
    filter: url(data:image/svg+xml!important;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale) !important;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    filter: gray !important;
    transition: all 0.3s ease-in-out;
}

.swiper-wrapper img.grayscale:hover {
    filter: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    filter: none !important;
}

.swiper-wrapper .grayscale svg {
    transition: all 0.3s ease-in-out;
}

.swiper-wrapper .grayscale svg:hover {
    opacity: 0;
}

/*
    Sidebar
*/

.column.sidebar {
    color: #737373;
}

.column.sidebar p {
    margin: 0 0 15px;
}

.row.columns .side-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4em;
}

.row.columns .side-menu ul {
    list-style: none;
    padding: 0;
}

.row.columns .side-menu li:last-child span {
    border-bottom: 2px dotted #f4f4f4;
}

.row.columns .side-menu li:last-child a:hover span {
    border-bottom: 2px dotted #b32216;
}

.row.columns .side-menu li:last-child .current span,
.row.columns .side-menu li .current:hover span {
    border-bottom: 2px dotted #b32216;
}

.row.columns .sub-menu li:last-child span {
    border-bottom: 2px dotted white;
}

.row.columns .side-menu li:last-child .sub-menu li span,
.row.columns .side-menu li:last-child a:hover .sub-menu li span {
    border-bottom: 2px dotted white;
}

.row.columns .side-menu li:last-child a:hover .sub-menu li:last-child span {
    border-bottom: 2px dotted #f4f4f4;
}

.row.columns .side-menu li:last-child .sub-menu li a:hover span,
.row.columns .side-menu li:last-child .sub-menu li a:hover span {
    border-bottom: 2px dotted #b32216;
}

.row.columns .side-menu a {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
    border-left: 4px solid #f4f4f4;
    color: #333333;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1), 0.3s color cubic-bezier(.55, 0, .1, 1);
}

.row.columns .side-menu .sub-menu li a span {
    padding-left: 15px;
}

.row.columns .side-menu .sub-menu .sub-menu li a span {
    padding-left: 30px;
}

.row.columns .side-menu .sub-menu .sub-menu .sub-menu li a span {
    padding-left: 45px;
}

.row.columns .side-menu a:hover,
.row.columns .side-menu a.current,
.row.columns .side-menu a.current:hover,
.row.columns .side-menu .sub-menu a.current:hover {
    background-color: #b32216;
    color: #fff;
    border-left: 4px solid #a11f14;
}

.row.columns .side-menu .sub-menu a.current {
    background-color: #f4f4f4;
    color: #b32216;
    border-left: 4px solid #f4f4f4;
}

.row.columns .side-menu .sub-menu a.current i {
    color: #b32216;
}

.row.columns .side-menu .sub-menu a.current span,
.row.columns .side-menu .sub-menu li:last-child a.current span {
    border-bottom: 2px dotted #fff;
}

.row.columns .side-menu a span {
    display: block;
    position: relative;
    margin: 0 6px 0 5px;
    padding: 4px 0 4px 6px;
    border-bottom: 2px dotted #fff;
    transition: 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.row.columns .side-menu a i {
    float: right;
    padding: 4px 0;
    color: #c0c0c0;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1);
}

.row.columns .side-menu a:hover i,
.row.columns .side-menu a.current i,
.row.columns .side-menu a.current:hover i {
    color: #fff;
}

.row.columns .side-menu a:hover span,
.row.columns .side-menu a.current span,
.row.columns .side-menu a.current:hover span,
.row.columns .sub-menu li:last-child a:hover span {
    border-bottom: 2px dotted #b32216;
}

.footer .row.columns .sub-menu li:last-child a:hover span,
.footer .row.columns .sub-menu li:last-child a span {
    border-bottom: 0;
}

.row.columns .side-menu .current i::before {
    content: "\f0d7";
}

/*
    Faculties
*/

.faculty-item {
    position: relative;
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #fff;
    height: 63px;
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.faculties-info {
    padding: 7px 0;
}

.faculties-list {
    padding: 1px 0;
    margin: 0 -3px;
}

.faculties-list .select2 {
    display: none;
}

.faculties-links {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}

.faculty-item img {
    margin: 0 auto;
    width: 35px;
}

.faculty-item svg {
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.faculty-item .tooltip {
    display: none;
    background: #f4f4f4;
    position: absolute;
    z-index: 10;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 50px;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.4em;
    transition: 0.3s bottom cubic-bezier(.55, 0, .1, 1);
}

.faculty-item .tooltip.active {
    bottom: 70px;
}

.faculty-item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    transition: 0.3s all cubic-bezier(.55, 0, .1, 1);
}

.faculties-select {
    display: none;
    width: 100%;
    height: 35px;
    margin: 0 0 40px;
}

/*
    Main site styles
*/

.main-content {
    min-height: 500px;
}

.col-75.news-col {
    width: 72.5%;
}

.news-col a.title {
    font-size: 1.071em;
    font-weight: 600;
}

.news-col a.more {
    font-weight: 600;
}

.news-col .column-content {
    position: relative;
}

.news-col .more-news {
    position: absolute;
    right: 25px;
    top: 8px;
}

.news-col .column-content {
    margin-bottom: 0;
}

.col-375.calendar-col {
    width: 36.25%;
}

.calendar-col p {
    margin: 0;
}

.col-625.campus-col {
    width: 63.75%;
}

/*
    Base Columns
*/

.column {
    float: left;
}

.column.right {
    float: right;
}

.column.vertical-sep {
    border-right: 1px solid #e4e4e4;
}

.block-content {
    position: relative;
    margin-bottom: 30px;
}

.block-content h3 {
    margin-bottom: 10px;
    border-bottom: 0;
}

.main-site .block-content h3 {
    margin-bottom: 30px;
}

.block-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.block-content svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.main-site .column-content,
.main-site .row.columns.inner .column-content,
.main-site .row.columns.no-margin .column-content {
    padding: 0 15px;
}

.main-site .row.columns.no-margin .column-content.no-margin,
.column-content.no-margin {
    margin-bottom: 0;
}

.column-content {
    margin-bottom: 15px;
    padding: 0 15px;
}

.column-content.no-bullets {
    padding: 0 15px;
}

.clear.separator {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e4e4e4;
    color: #999999;
    line-height: 0;
    text-align: center;
}

.column.col-10 {
    float: none;
    width: 100%;
}

.col-8 {
    width: 80%;
}

.col-75 {
    width: 75%;
}

.col-7 {
    width: 70%;
}

.col-66 {
    width: 66.666666666%;
}

.col-625 {
    width: 62.5%;
}

.col-6 {
    width: 60%;
}

.col-5,
.yt-5 {
    width: 50%;
}

.col-4 {
    width: 40%;
}

.col-375 {
    width: 37.5%;
}

.col-33 {
    width: 33.33333333%;
}

.col-3 {
    width: 30%;
}

.col-25 {
    width: 25%;
}

.col-2 {
    width: 20%;
}

.col-25 .col-5 {
    width: 100%;
}

.news-col .row.columns.inner {
    margin: 0 -15px;
}

.news-col .row.columns.inner .column-content {
    padding: 0 15px;
    margin-bottom: 30px;
}

.news-col p {
    font-size: 0.929em;
    line-height: 1.3em;
    margin: 10px 0 18px;
}

/*
    Text columns
*/

.text-content.bigger-text-content {
    font-size: 1.143em;
    line-height: 1.6;
}

.column-content.text-content,
.text-content {
    font-size: 1em;
}

.column-content.text-content img {
    max-width: 100%;
    height: auto;
}

.column-content.text-content h1,
.column-content.text-content h2,
.column-content.text-content h3,
.column-content.text-content h4,
.column-content.text-content h5,
.column-content.text-contenth6 {
    margin: 25px 0;
}

/*
    Info columns
*/

.column-content.info-content {
    font-size: 1em;
    margin: 20px 0;
    color: #5b5b5b;
}

.column-content.info-content h1,
.column-content.info-content h2,
.column-content.info-content h3,
.column-content.info-content h4,
.column-content.info-content h5,
.column-content.info-contenth6 {
    margin: 0;
}

/*
    Events
*/

.event {
    margin: 0 0 30px;
}

.event .date {
    float: left;
    width: 50px;
    text-align: center;
}

.event .info {
    float: left;
    padding-left: 10px;
    width: calc(100% - 60px);
    border-left: 2px dotted #eaeaea;
    word-wrap: break-word;
    line-height: 1.4em;
    min-height: 60px;
}

.event a.title {
    display: inline-block;
    font-size: 1.071em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 3px;
}

.event .info p {
    margin: 0;
    font-size: 0.929em;
    line-height: 1.4em;
}

.event .date .month {
    margin: 0;
    color: #242424;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 600;
    font-size: 1.057em;
    line-height: 1.1em;
    width: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

.event .date .day {
    margin: 0 0 5px;
    color: #242424;
    width: 45px;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 700;
    font-size: 2.143em;
    line-height: 1em;
}

.event .date .additional {
    margin: 0;
    color: #242424;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 0.714em;
    line-height: 1.1em;
    width: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

/*
    Radio row
*/

.row.radio-row {
    float: right;
}

.col-25.radio-col {
    width: 27.5%;
}

.radio-col p {
    margin: 0;
}

/*
    Youtube
*/

.youtube-link {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.youtube-vid {
    position: relative;
    width: 100%;
    height: 100%;
}

.youtube-vid-replacer {
    width: 100%;
    height: 75px;
    background-color: #ccc;
}

.youtube-play {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/themes/_system/images/play.png');
    background-position: center;
    background-repeat: no-repeat;
}

.youtube-vid img,
.column-content.text-content .youtube-vid img {
    display: block;
    max-width: 100%;
    height: auto;
}

.youtube-link span {
    display: block;
    font-size: 1.073em;
    line-height: 1.3em;
    padding-top: 5px;
}

/*
    Social links
*/

.social-link .social-text,
.social .social-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.social-link {
    font-family: "FontAwesome";
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    color: #333;
    background: #f4f4f4;
    border-bottom: 2px solid #e9e9e9;
    text-align: center;
    padding: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.3s background cubic-bezier(.55, 0, .1, 1), 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.social-link i {
    font-size: 30px;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1);
}

.social-link:hover {
    background-color: #a11f14;
    border-bottom: 2px solid #a11f14;
}

.social-link:hover i {
    color: #fff;
}

/*
    Footer
*/

.footer {
    display: block;
    width: 100%;
    background-color: #35383c;
    padding: 30px 0 5px;
    color: #cbcbcb;
    font-size: 0.929em;
    line-height: 1.4em;
    overflow: hidden;
}

.footer .col-info {
    width: 33%;
}

.footer .col-links {
    width: 67%;
}

.footer .nav.nav-list {
    margin: 0;
    padding: 0;
    display: block;
}

.footer .nav.nav-list li {
    display: block;
    width: 25%;
    float: left;
    list-style: none;
    padding: 0 0 0 26px;
    box-sizing: border-box;
}

.footer .nav.nav-list li a {
    display: none;
}

.footer .nav.nav-list li .sub-menu {
    display: block !important;
    margin: 40px 0 0 26px;
    padding: 10px 0 0;
    border-top: 1px solid #505356;
}

.footer .nav.nav-list li .sub-menu li {
    display: block;
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}

.footer .nav.nav-list li .sub-menu li a {
    display: block;
    margin: 0 0 6px;
    font-weight: 400;
}

.footer img {
    width: auto;
}

.footer p {
    margin: 5px 0;
}

.footer .row.columns a {
    color: #cbcbcb;
    display: inline;
}

.footer .col-33.socials {
    text-align: right;
}

.footer .social {
    display: inline-block;
    text-align: center;
    padding: 5px 1px;
    margin-left: 5px;
}

.footer .social i {
    font-size: 20px;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1);
}

.footer .social:hover i {
    color: #fff;
}

.footer .footer-links {
    margin-top: 40px;
    border-top: 1px solid #505356;
}

.footer .footer-link {
    display: block;
    padding: 4px 0;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
}

.footer .logo {
    display: block;
    width: 340px;
    height: 60px;
}

.footer .logo svg {
    stroke: none !important;
    max-width: 100%;
}

.footer .logo svg path,
.footer .logo svg polygon {
    fill: #fff !important;
}

.footer .logo svg rect.logo-bg {
    fill: none !important;
    stroke: white;
    stroke-width: 1px;
    stroke-dasharray: 145;
    stroke-dashoffset: 218;
}

.footer .logo svg rect,
.footer .logo svg polygon.title-line {
    fill: white !important;
}

.footer .main-site .row.columns.find-us {
    margin: 30px -15px 0;
}

.footer .block-content {
    margin-bottom: 0;
}

.footer .herb {
    height: 60px;
    margin-right: 10px;
}

/*
    Credits
*/

.credits {
    padding: 15px 0;
    width: 100%;
    background-color: #24272b;
    text-align: center;
    color: #b8b8b8;
    font-size: 0.929em;
}

/*
    Gallery
*/

.row.columns.grid {
    text-align: center;
}

.row.columns.grid img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

iframe {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}

span.sep {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border-left: 2px dotted #333;
    margin-left: 5px;
}

/*
    Sidebar blocks
*/

.column.sidebar img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.banner {
    padding: 0;
    margin-bottom: 30px;
}

.banner img {
    padding: 0;
}

.column.sidebar .block-content .banner {
    padding: 10px 0 30px;
    border-bottom: 1px dotted #e4e4e4;
    margin: 0 0 20px;
}

.column.sidebar .block-content .banner:last-child {
    border-bottom: 0 !important;
    padding: 10px 0 0;
}

.sidebar-box {
    margin: 0;
    padding: 15px;
    background-color: #f4f4f4;
    font-size: 1em;
}

.banner .sidebar-box {
    margin: 0;
}

.block-link {
    display: block;
    padding: 10px 10px 10px 0;
    border-bottom: 1px dotted #e4e4e4;
    font-weight: 400;
    line-height: 1.44em;
}

.block-link i {
    padding-right: 5px;
}

.sidebar-box .pwr-form {
    padding: 0;
}

.sidebar-box label {
    margin: 0 0 5px;
}

.column.sidebar .sidebar-box p,
.block-description p {
    margin: 0;
}

.sidebar-box input[type=checkbox]+label {
    margin: 5px 0;
    font-size: 0.857em;
}

.sidebar-box input[type=checkbox] {
    margin: 5px 0;
}

.sidebar-box input[type=checkbox]+label a {
    color: #005382;
}

.sidebar-box #agreeBlock+label {
    margin: 5px 0;
    line-height: 18px;
}

.sidebar-box .pwr-input {
    width: 100%;
}

/*
    Category filters
*/

.category-filters.sep {
    border-top: 1px solid #8a8a8a;
    padding: 10px 0 0;
}

.category-filters a {
    color: #333333;
    cursor: pointer;
    font-weight: 400;
}

.category-filters a.times {
    position: relative;
    right: -2px;
    top: 4px;
    font-size: 24px;
    line-height: 0;
    font-weight: 600;
    text-align: right;
}

.category-filters a.times:hover {
    text-decoration: none;
}

.category-filters .button.red a {
    color: #fff;
}

.category-filters .categories {
    display: none;
    padding: 10px 0 20px;
    border-bottom: 1px dotted #e4e4e4;
}

.category-filters .categories .button {
    cursor: pointer;
}

/*
    News box
*/

.news-box {
    padding: 20px 0;
    border-bottom: 1px dotted #e4e4e4;
}

.news-box:last-child {
    border-bottom: 0;
}

.news-box .col-img {
    float: right;
    width: 25%;
    padding-left: 30px;
}

.news-box .col-img img {
    width: 100%;
    height: auto;
}

.news-box .col-text {
    float: left;
    width: 75%;
    text-align: left;
}

.news-box .col-text a.title {
    font-size: 1.286em;
}

.news-box .col-text p.date {
    margin: 5px 0;
    font-size: 0.857em;
    color: #797676;
}

.news-box a.more {
    padding-left: 15px;
}

.news-box .col-text p.date span.sep {
    border-color: #d1d1d1;
}

.news-box .col-text p {
    margin: 5px 0;
    font-size: 1em;
}

.news-box.big .col-img,
.news-box.big .col-text {
    width: 50%;
}

.news-box.big .col-text a.title {
    font-size: 1.714em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
}

.news-box.big .col-text p {
    margin: 15px 0;
    font-size: 1.143em;
    line-height: 1.5;
}

.news-box.big .col-text p.date {
    font-size: 0.857em;
}

.col-5 .news-box {
    padding: 30px 0 0;
    border-bottom: 0;
}

.col-5 .news-box .col-img {
    float: none;
    width: 100%;
    padding-left: 0;
}

.col-5 .news-box .col-text {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.author-content {
    background: #f4f4f4;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 5px 15px;
    font-size: 0.857em;
    color: #797878;
}

.author-content .sep {
    border-left: 2px dotted #cdcdcd;
}

.author-content strong {
    color: #3d3d3d;
}

.news-prev {
    float: left;
}

.news-prev .fa {
    padding-right: 5px;
}

.news-next {
    float: right;
}

.news-next .fa {
    padding-left: 5px;
}

/*
    reCaptcha
*/

.g-recaptcha {
    float: left;
    width: auto;
}

/*
    Event box
*/

.event-box {
    padding: 5px 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #fff;
}

.event-box p {
    margin: 5px 0;
    color: #5b5b5b;
    font-size: 1em;
}

.event-box .google-map {
    display: block;
    width: 100%;
    height: 310px;
    margin: 5px 0 15px;
}

.event-box.map {
    padding: 10px 20px;
}

.event-box.map .google-map {
    display: none;
    width: 100%;
    height: 310px;
    margin: 5px 0 15px;
}

/*
    Structures
*/

.letters {
    padding: 10px 0 20px;
}

.letter {
    display: block;
    float: left;
    width: 26px;
    height: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-right: 1px solid #dddddd;
    cursor: pointer;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1), 0.3s border cubic-bezier(.55, 0, .1, 1);
}

.letter.last {
    border-right: 1px solid #fff;
}

.letter:hover,
.letter.active {
    background-color: #b32216;
    border-right: 1px solid #b32216;
    color: #fff;
    text-decoration: none;
}

input[type=checkbox].letter-check {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].letter-check:checked+label.letter {
    background-color: #b32216;
    border-right: 1px solid #b32216;
    color: #fff;
    text-decoration: none;
}

label.letter {
    font-weight: 700;
    margin: 0;
    box-sizing: border-box;
}

.structures-links,
.structure {
    display: none;
}

.structures-links.active {
    display: block;
}

/*
    Search advanced
*/

.search-tab {
    display: inline-block;
    border: 1px solid #cccccc;
    border-bottom: 0;
    font-size: 1em;
    color: #000;
    padding: 10px 15px;
}

.search-tab.active {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
}

.search-input-box {
    display: table;
    width: 100%;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #e9e9e9;
}

.search-input-box.employers {
    display: block;
}

.search-input-box.employers input,
.search-input-box.employers select,
.search-input-box .search-input-area input,
.search-advanced-cont input,
.search-advanced-cont select {
    width: 100%;
}

.search-input-box.employers .pwr-btn-submit {
    float: right;
    margin: 10px 0 5px;
    width: auto;
}

.search-input-box .search-input-area {
    display: table-cell;
    width: 100%;
    padding: 0 20px 0 0;
}

.pwr-form .search-input-box .search-button-area {
    display: table-cell;
    margin: 0;
    width: auto;
}

.search-advanced-cont {
    display: none;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

.search-advanced-cont.full {
    width: 100%;
    padding: 20px 0 0;
}

.search-advanced-toggle {
    color: #333;
    cursor: pointer;
}

.search-query {
    color: #4b4b4b;
}

p.results-number {
    font-size: 1.143em;
}

.search-result a.title {
    font-size: 1.286em;
    font-weight: 600;
}

.search-result {
    margin-bottom: 30px;
}

.search-result p {
    margin: 5px 0;
}

.search-result a.search-link {
    color: #909090;
    font-weight: 400;
    word-wrap: break-word;
}

/*
    Workers search
*/

label.worker {
    display: inline-block;
    margin: 0 0 3px 0;
    box-sizing: border-box;
}

.worker i {
    display: none;
}

.worker:hover,
.worker.active {
    background-color: #b32216;
    color: #fff;
    text-decoration: none;
}

input[type=checkbox].workers-check {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].workers-check:checked+label.worker {
    background-color: #b32216;
    color: #fff;
    text-decoration: none;
}

input[type=checkbox].workers-check:checked+label.worker i {
    display: inline-block;
}

.search-workers-result {
    margin: 0 0 20px;
    font-size: 1em;
}

.search-workers-result .worker-data-cont {
    margin: 0 0 30px;
}

.search-workers-result .worker-data {
    margin-bottom: 10px;
}

.search-workers-result .worker-data .worker-info {
    width: 100%;
}

.search-workers-result .worker-data a {
    font-weight: 400;
}

.search-workers-result table {
    margin: 0;
}

.search-workers-result table th {
    font-size: 1.143em;
    font-weight: 600;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.search-workers-result table tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*
    News box
*/

.page-box {
    padding: 20px 0 0;
}

.page-box .col-img {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.page-box .col-img img {
    max-width: 100%;
    height: auto;
}

.page-box .col-text {
    float: left;
    width: 50%;
    text-align: left;
}

.page-box .col-text a.title {
    font-size: 1.286em;
}

.page-box .col-text p.date {
    margin: 5px 0;
    font-size: 0.857em;
    color: #797676;
}

.page-box .col-text p {
    margin: 15px 0;
    font-size: 1em;
}

.page-box.big .col-img,
.page-box.big .col-text {
    width: 50%;
}

.page-box.big .col-text a.title {
    font-size: 1.714em;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
}

.page-box.big .col-text p {
    margin: 15px 0;
    font-size: 1em;
}

.page-box.big .col-text p.date {
    font-size: 0.857em;
}

/*
    Kalendarium
*/

.calendar-title {
    float: left;
    border-bottom: 0;
}

.calendar-links {
    float: right;
}

.show-calendar-grid {
    margin-right: 15px;
}

.pwr-fc .pwr-fc-nav {
    padding: 0 0 30px;
}

.pwr-fc .pwr-fc-cg {
    float: right;
}

.pwr-fc .pwr-fc-cg a {
    margin-left: 10px;
}

.pwr-fc .pwr-fc-grid .fc-wn,
.pwr-fc .pwr-fc-grid .fc-w {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pwr-fc .pwr-fc-grid .fc-w {
    min-height: 140px;
}

.pwr-fc .pwr-fc-grid .fc-d,
.pwr-fc .pwr-fc-grid .fc-dn {
    display: table-cell;
}

.pwr-fc .pwr-fc-grid .fc-dn {
    width: auto;
    padding: 0 0 10px;
    font-weight: 400;
}

.pwr-fc .pwr-fc-grid .fc-d {
    color: black;
    border: 1px solid #e6e6e6;
    height: 140px;
}

.pwr-fc .pwr-fc-grid .fc-d .date {
    display: block;
    min-width: 10px;
    width: 55px;
    padding: 10px 0;
    border-top: 4px solid #bebebe;
    font-size: 2.143em;
    font-weight: 700;
    text-align: center;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt {
    position: relative;
    margin: 4px;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.929em;
    background: #b32216;
    color: white;
    line-height: 1.3em;
    transition: 0.3s color cubic-bezier(.55, 0, .1, 1), 0.3s background cubic-bezier(.55, 0, .1, 1);
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt.old {
    background: #f4f4f4;
    color: #333;
}

.pwr-fc .pwr-fc-grid .fc-d .more {
    padding: 0 5px;
    margin: 5px;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt a {
    color: #fff;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt .fc-evnt-info {
    display: none;
    position: absolute;
    z-index: 200;
    bottom: 40px;
    width: 400px;
    padding: 10px 0;
    background: #fff;
    color: #242424;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt .fc-evnt-info .fc-evnt-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    left: 30px;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #fff #fff;

    transform: rotate(-45deg);
    box-shadow: -4px 4px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: initial;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt .fc-evnt-info .text,
.pwr-fc .pwr-fc-grid .fc-d .fc-evnt .fc-evnt-info .buttons {
    padding: 0 15px;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt .fc-evnt-info .text p {
    margin: 0;
    font-size: 1em;
}

.pwr-fc .pwr-fc-grid .fc-d.today {
    border: 1px solid #b32216;
}

.pwr-fc .pwr-fc-grid .fc-d.special .date {
    border-top: 4px solid #d51e25;
    color: #d51e25;
}

.pwr-fc .pwr-fc-grid .fc-d .fc-evnt:hover {
    background: #3d3d3d;
    color: #fff;
    cursor: pointer;
}

/*
    Kalendarium lista
*/

.pwr-fc-list {
    display: none;
}

.pwr-fc-list-item {
    margin-bottom: 20px;
    line-height: normal;
}

.pwr-fc-list-item .date {
    float: left;
    min-width: 95px;
    margin-right: 20px;
    color: #242424;
    text-align: center;
}

.pwr-fc-list-item .date .date-cont {
    padding: 20px 0;
    background-color: #eaeaea;
    border-bottom: 2px solid #e0e0e0;
}

.pwr-fc-list-item .date .month {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}

.pwr-fc-list-item .date .day {
    font-size: 2.143em;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.pwr-fc-list-item .info {
    float: left;
    width: calc(100% - 115px);
    border-top: 1px dotted #e4e4e4;
    margin-bottom: 20px;
}

.pwr-fc-list-item .info-event {
    float: left;
    width: calc(100% - 230px);
}

.pwr-fc-list-item .info .title {
    display: block;
    font-size: 1.286em;
    margin: 15px 0;
}

.pwr-fc-list-item .info .info-box {
    background-color: #f4f4f4;
    padding: 10px 0;
    margin-bottom: 10px;
}

.pwr-fc-list-item .info .info-box .text,
.pwr-fc-list-item .info .info-box .buttons {
    padding: 0 15px;
}

.pwr-fc-list-item .info p {
    margin: 0;
}

.pwr-fc-list-item .picture {
    float: right;
    min-width: 210px;
    margin-left: 20px;
    margin-top: 20px;
}

.pwr-fc-list-item .picture img {
    max-width: 210px;
    width: auto;
    height: auto;
}

/*
    Pie
*/

.pieID {
    vertical-align: top;
}

.pie {
    height: 300px;
    width: 300px;
    position: relative;
    margin: 0 auto 30px;
}

.pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 75%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 12.5%;
    left: 12.5%;
    pointer-events: none;
}

.pie::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 60%;
    background: #fff;
    border-radius: 50%;
    top: 20%;
    left: 20%;
}

.slice {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0px, 300px, 300px, 150px);
    pointer-events: none;
    overflow: hidden;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0px, 300px, 300px, 150px);
    pointer-events: auto;
}

.info-slice {
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    background-color: #333;
    color: white;
    display: none;
    width: 100px;
    border-radius: 3px;
    font-size: 0.857em;
    line-height: 1.2em;
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0.929em;
}

.legend li {
    float: left;
    width: 50%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 30px solid black;
    line-height: 14px;
    box-sizing: border-box;
}

.legend em {
    font-style: normal;
    font-weight: 400;
}

.legend span {
    font-style: normal;
    font-weight: 700;
}

/*
    Column
*/

.bar-chart-smaller {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.bar-chart-smaller li {
    position: relative;
    height: 30px;
    margin: 10px 0;
    background-color: #f4f4f4;
}

.bar-chart-smaller li span {
    display: inline-block;
}

.bar-chart-smaller li em {
    display: block;
    height: 100%;
    font-style: normal;
    position: absolute;
    overflow: visible;
    padding: 0;
    border-left: 20px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.bar-chart-smaller li p {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 30px;
    line-height: 30px;
    color: #fff;
    font-size: 0.857em;
    box-sizing: border-box;
}

.bar-chart-smaller li:hover p {
    display: block;
}

.bar-chart-smaller li span {
    font-size: 0.857em;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    padding: 0;
}

.answers-container {
    margin: 40px 0;
}

.answer-column {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10px 0;
}

.answer-column span {
    display: table-cell;
    width: 20%;
    padding: 0 30px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

.answer-column .result {
    display: table-cell;
    width: 60%;
    height: 65px;
    background-color: #f4f4f4;
}

.answer-column .result-value {
    display: block;
    height: 100%;
    background-color: #f00;
    border-left: 20px solid rgba(0, 0, 0, 0.2);
}

/*
    Carousel theme
*/

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: transparent;
    border: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #ccc;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    pointer-events: all;
    transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
}

.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
    pointer-events: all;
    transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    pointer-events: all;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    height: auto;
    border: 0;
    padding: 0;
    background: none !important;
    margin: 0;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 7px;
    background: none;
    border: 2px solid #fff;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    margin: 4px 7px;
    background: #b32216;
    border: none;
}

.swiper-wrapper {
    text-align: center;
}

.swiper-wrapper .owl-controls {
    position: absolute;
    z-index: 100;
    margin-top: -100px
}

.swiper-wrapper .owl-controls .owl-nav [class*=owl-] {
    color: #000;
}

.swiper-wrapper .owl-item img {
    display: inline-block;
    margin: 0 auto;
}

.swiper-wrapper .owl-item .img-cont {
    position: relative;
}

.swiper-controls {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 36px;
    color: #ccc;
    font-size: 36px;
}

.swiper-controls i {
    margin-left: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s all cubic-bezier(.55, 0, .1, 1);
}

.swiper-controls i:hover {
    color: #b32216;
}

/*
    Checkboxes
*/

input[type=checkbox] {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
}

input[type=checkbox]+label {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding-left: 30px;
    position: relative;
    margin: 0;
}

.checkboxlist label:active::before,
.checkbox label:active::before {
    background-position: 0 0;
}

.checkboxlist label:hover::before,
.checkbox label:hover::before {
    background-position: 0 -18px;
}

.checkboxlist input[type=checkbox]:checked+label::before,
.checkbox input[type=checkbox]:checked+label::before {
    background-position: 0 -36px;
}

.checkboxlist label::before,
.checkbox label::before {
    position: absolute;
    display: block;

    width: 18px;
    height: 18px;

    left: 0;
    content: "";
    padding: 0;

    background-repeat: no-repeat;
    background-position: 0 0;

    vertical-align: middle;
    cursor: pointer;
    content: "";
    background-image: url('/themes/_system/images/check.png');
}

.field.checkbox {
    position: relative;
}

.field.separator {
    margin: 20px 0;
}

/*
    Radios
*/

input[type=radio] {
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    margin: 3px;
}

input[type=radio]+label {
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding-left: 30px;
    position: relative;
}

.radiolist label:hover::before {
    background-position: 0 -18px;
}

.radiolist input[type=radio]:checked+label::before {
    background-position: 0 -36px;
}

.radiolist label::before {
    position: absolute;
    display: block;

    width: 18px;
    height: 18px;

    left: 0;
    content: "";
    padding: 0;

    background-repeat: no-repeat;
    background-position: 0 0;

    vertical-align: middle;
    cursor: pointer;
    content: "";
    background-image: url('/themes/_system/images/radio.png');
}

table .radiolist input {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

table .radiolist label {
    padding: 0;
    margin: 0;
}

table .radiolist label::before {
    position: relative;
    display: block;

    width: 18px;
    height: 18px;

    content: "";
    padding: 0;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    background-repeat: no-repeat;
    background-position: 0 0;

    vertical-align: middle;
    cursor: pointer;
    background-image: url('/themes/_system/images/radio.png');
    box-sizing: border-box;
}

.contact-form .field.radiolist .label {
    padding: 0 15px 0 0;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.contact-form .field.radiolist .subfield label {
    text-align: left;
    width: auto;
    padding: 0 15px 0 25px;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.contact-form .field.radiolist,
.field.radiolist .subfield {
    position: relative;
    clear: both;
}

.contact-form .field.radiolist .subfield {
    padding-left: 25%;
}

.contact-form .field.checkboxlist .label,
.contact-form .field.checkboxlist label {
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.contact-form .field.checkboxlist,
.field.checkboxlist .subfield {
    position: relative;
    clear: both;
}

.contact-form .field.checkboxlist .subfield {
    padding-left: 25%;
}

/*
    Breadcrumbs
*/

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    color: #7a7a7a;
}

.breadcrumb li {
    padding: 0;
    display: inline-block;
}

/*
    Dictonaries
*/

.dictionary-search {
    position: relative;
    padding: 15px;
    background-color: #f4f4f4;
}

.dictionary-search.separator {
    border-bottom: 1px dotted #e4e4e4;
}

.dictionary-search label,
.dictionary-search .label {
    padding: 0 0 5px 0;
    display: table-cell;
    vertical-align: bottom;
    font-weight: 600;
}

.dictionary-search .column-content {
    margin-bottom: 0;
}

.dictionary-search input[type=text],
.dictionary-search select,
.dictionary-search input[type=number] {
    width: 100%;
}

.dictionary-search .reset-button {
    margin-right: 5px;
}

.dictionary-record {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 1em;
    border-radius: 10px;
}

.dictionary-record div,
.dictionary-record p {
    margin: 0;
}

.dictionary-record div {
    overflow: hidden;
}

.dictionary-record div ul {
    clear: both;
}

.dictionary-record .loadMore,
.dictionary-record .showLess {
    display: none;
    text-align: center;
    font-size: 0.714em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
}

.dictionary-record div:first-child {
    color: #b32216;
    font-weight: 700;
    text-transform: uppercase;
}

.dictionary-record div:first-child strong,
.dictionary-record div:nth-child(2) strong {
    display: none !important;
}

.dictionary-record div:nth-child(2) {
    font-weight: 600;
    font-size: 1.714em;
    line-height: 1.2em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #e4e4e4;
}

.dictionary-record div strong {
    float: left;
    padding-right: 5px;
}

.dictionary-record div ul strong {
    float: none;
    padding-right: 0;
}

/*
    404
*/

.error-not-found {
    position: relative;
    margin: 40px 0;
    padding: 0;
}

.error-not-found .error-nf-img {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 90px;
    font-size: 4.5em;
    font-weight: 700;
    color: #000;
    background-color: #f5f5f5;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.error-not-found .error-nf-img span {
    color: #fff;
}

.error-not-found .error-content {
    margin-left: 130px;
    padding: 0 30px;
    border-left: 1px solid #e9e9e9;
}

.error-not-found .error-content h2 {
    margin: 0 0 15px 0;
}

.error-not-found .error-content h3 {
    margin: 35px 0 15px 0;
}

.error-not-found .error-content p {
    margin: 5px 0;
}

.error-not-found .error-content p:last-of-type {
    margin-bottom: 50px;
}

.error-not-found .error-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.error-not-found .error-content ul li {
    margin: 5px 0;
    padding: 0 0 0 20px;
}

/*
    Gallery columns
*/

.gallery {
    margin: 40px 0 15px;
}

.gallery-item {
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
}

.gallery-item.col-2 {
    width: 50%;
}

.gallery-item.col-3 {
    width: 33.3333333%;
}

.gallery-item.col-4 {
    width: 25%;
}

.gallery-item.col-5 {
    width: 20%;
}

.gallery-item iframe {
    min-height: 250px;
}

.gallery .photos.photos-2,
.gallery .photos.photos-3,
.gallery .photos.photos-4,
.gallery .photos.photos-5 {
    padding: 0;
    float: none;
    text-align: center;
}

.gallery .photos.photos-2 .photo {
    float: left;
    width: 50%;
    padding: 0 15px 15px;
}

.gallery .photos.photos-3 .photo {
    float: left;
    width: 33.333333%;
    padding: 0 15px 15px;
}

.gallery .photos.photos-4 .photo {
    float: left;
    width: 25%;
    padding: 0 15px 15px;
}

.gallery .photos.photos-5 .photo {
    float: left;
    width: 20%;
    padding: 0 15px 15px;
}

.gallery-item .photo a {
    display: block;
}


.gallery img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.gallery .photo span {
    display: block;
    margin: 0 auto;
}

.step {
    padding-left: 20px;
}

.step::before {
    font-family: "FontAwesome";
    content: "\f101";
    padding-right: 5px;
}

/*
    INTERACTIVE CAMPUS
*/

.interactive_campus {
    position: relative;
}

.interactive_campus .categories-expandable {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.interactive_campus .show-categories {
    float: left;
    width: 35px;
    height: 35px;
    background-color: #b32216;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.interactive_campus .categories {
    float: right;
    background-color: #f8f7f7;
    padding: 20px 30px;
    width: 260px;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.interactive_campus .other-maps {
    float: right;
    background-color: #e5e5e5;
    padding: 20px 30px;
    width: 260px;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.interactive_campus .categories p,
.interactive_campus .other-maps p {
    font-size: 1.071em;
    font-weight: 700;
    color: #b32017;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.interactive_campus .categories select {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
}

.interactive_campus .categories .campus-categories {
    font-size: 0.929em;
    min-height: 25px;
    line-height: 1em;
    padding-bottom: 5px;
}

.interactive_campus .categories .campus-categories::before {
    display: inline-block;

    width: 18px;
    height: 18px;

    content: "";
    padding: 0 10px 0 0;

    background-repeat: no-repeat;
    background-position: 0 0;

    vertical-align: middle;
    cursor: pointer;
    background-image: url('/themes/_system/images/check.png');
}

.interactive_campus .categories .campus-categories:hover::before {
    background-position: 0 -18px;
}

.interactive_campus .categories .campus-categories.visible::before {
    background-position: 0 -36px;
}

.interactive_campus .categories .campus-categories img {
    padding: 0 10px 0 0;
    max-width: 20px;
}

.interactive_campus .categories .campus-categories span {
    display: block;
    float: right;
    width: calc(100% - 65px);
    padding-top: 3px;
}

.marker-content .title {
    font-size: 1.071em;
}

.marker-content p {
    margin: 5px 0;
}

.marker-content .picture {
    float: left;
    width: 100px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin: 5px 15px 5px 0;
}

/*
    Jobs
*/

.jobs-navigation input,
.jobs-navigation select,
.jobs-navigation textarea {
    width: 100%;
}

.sidebar .jobs-navigation {
    background: #f4f4f4;
    padding: 15px;
}

.sidebar .jobs-navigation .column-content {
    margin: 0;
}

.sidebar .jobs-navigation select {
    margin: 0 0 10px;
}

.jobs-navigation .col-33 {
    display: table;
}

.jobs-navigation label {
    display: table-cell;
    padding: 0 0 5px;
}

.jobs-navigation select {
    display: table-cell;
}

table.white th.jobs-filters {
    border-top: 2px solid #dddddd;
    position: relative;
    padding: 10px 30px 10px 10px;
}

.jobs-filters i {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 14px;
    padding-left: 15px;
}

.jobs-filters i.active {
    color: #b32216;
}

.job-results {
    position: relative;
}

.job-result {
    height: 50px;
}

.publicprocurement-show .job-result {
    height: auto;
}

.job-result .sep {
    border-color: #d0d0d0;
}

.job-results .job-result {
    padding: 15px 10px 15px 10px;
}

.job-results:nth-child(2n-2) {
    background-color: #f4f4f4;
}

.job-content h3 {
    color: #b32017;
    font-size: 1.286em;
    font-weight: 700;
}

.tbl-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 100%;
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.tbl-btn i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 15px;
    margin: auto;
}

.tbl-btn:hover {
    background-color: #b32216;
}

.more-mobile {
    display: none;
}

/*
    Study calendar
*/

table.study-calendar {
    border-collapse: collapse;
    border: 2px solid #b32017;
    font-size: 1.143em;
    font-weight: 700;
    color: #333;
}

table.study-calendar tr th {
    background-color: transparent;
    border: 2px solid #b32017;
    color: #333;
    text-transform: uppercase;
}

table.study-calendar tr.weekend {
    background-color: #dedede;
    color: #333;
}

table.study-calendar tr.weeks {
    border-top: 2px solid #b32017;
    color: #b32017;
}

table.study-calendar tr.weeks-p {
    color: #b32017;
}

table.study-calendar tr td {
    padding: 3px 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    word-wrap: break-word;
}

table.study-calendar tr td.day_of_week {
    border-right: 2px solid #b32017;
    text-align: center;
    color: #b32017;
    width: 75px;
    min-width: 75px;
    text-transform: uppercase;
}

table.study-calendar tr.weeks-p {
    border-top: 2px solid #b32017;
}

table.study-calendar tr td.week_type {
    border-right: 2px solid #b32017;
    text-align: center;
    color: #b32017;
    font-size: 0.571em;
    line-height: 1.2em;
    text-transform: uppercase;
}

table.study-calendar tr td .description {
    display: block;
    font-size: 0.571em;
    line-height: 1.2em;
}

table.study-calendar tr td.type-5 {
    border: 3px solid #333 !important;
}

table.study-calendar tr td.type-4 {
    background-color: #c8c8e1;
    border: 1px solid #fff;
}

table.study-calendar tr td.type-3 {
    background-color: #ff0000;
    border: 1px solid #ff7070;
    color: #fff;
}

table.study-calendar tr td.type-2 {
    background-color: #ff0000;
    border: 1px solid #ff7070;
    color: #fff;
}

table.study-calendar tr td.type-1 {
    background-color: #6263a6;
    border: 1px solid #c8c8e1;
    color: #fff;
}

table.study-calendar tr td.day-first {
    border-top: 2px solid #b32017;
}

table.study-calendar tr td.week-first {
    border-left: 2px solid #b32017;
}

/*
    Cookies
*/

.info_c_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #f4f4f4;
    border-top: 2px solid #ccc;
    z-index: 10000;
}

.info_c_box .column-content {
    margin-bottom: 0;
}

.info_c_box p {
    margin: 0 0 15px;
}

/*
    Share
*/

.fb_iframe_widget {
    margin: 2px 2px 2px 0;
}

.fb_iframe_widget span iframe {
    border: 0 !important;
}

#___plusone_0,
#___plusone_1 {
    font-size: 0 !important;
    line-height: 0 !important;
    width: 60px !important;
    height: 22px !important;
    margin: 2px 2px 2px 0 !important;
    vertical-align: middle !important;
}

.share-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    margin: 2px 2px 2px 0;
    border-radius: 3px;
}

.share-icon:hover i {
    text-decoration: underline;
}

/*
    File upload
*/

.file {
    float: left;
    width: 75%;
    margin: 0 0 5px;
}

.pickfiles {
    display: inline-block;
    margin: 0;
    padding: 10px 50px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.file_percent {
    display: none;
    margin: 10px 0 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border-radius: 3px;
    position: relative;
}

#files_files {
    width: auto;
}

#files_files .delete {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
}

#files_files .delete::before {
    padding-right: 5px;
    font-family: 'FontAwesome';
    content: "\f1f8";
}

.progress-bar {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 2%;
    height: 100%;
    background-color: #468847;
    transition: 0.3s width cubic-bezier(.55, 0, .1, 1);
}

.file_info {
    position: relative;
    z-index: 10;
    color: #fff;
}

/*
    Pools
*/

.page-of-questions {
    display: none;
}

.page-of-questions.active {
    display: block;
}

.page-of-questions .left-side {
    position: relative;
    float: left;
    width: 25%;
    text-align: right;
    padding: 0 15px 0 0;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.page-of-questions .left-side h4 {
    margin: 0 0 5px;
    font-size: 1em;
    font-weight: 600;
}

.page-of-questions td.field.radiolist,
.page-of-questions td.field.checkbox {
    float: none;
    width: auto;
}

.page-of-questions td.field.radiolist label,
.page-of-questions td.field.checkbox label {
    margin: 0;
}

.page-of-questions .right-side,
.page-of-questions input[type="text"],
.page-of-questions input[type="email"],
.page-of-questions textarea,
.page-of-questions select,
.page-of-questions .field.radiolist,
.page-of-questions .field.checkbox {
    float: right;
    width: 75%;
    position: relative;
    margin: 5px 0 0;
}



.page-of-questions .select2 {
    margin: 5px 0 0;
    width: 75% !important;
}

.page-of-questions .field.radiolist label,
.page-of-questions .field.checkbox label {
    margin: 0 15px 0 0;
}

.page-of-questions input[type=checkbox] {
    margin: 0;
}

.page-of-questions input[type="submit"] {
    float: right;
}

.page-of-questions .fileform label {
    display: none;
}

/*
    Additional map
*/

.additional-map {
    float: right;
    width: 50%;
    background-color: #f4f4f4;
    padding: 20px;
    margin: 0 0 15px 15px;
}

.additional-map.full {
    float: none;
    width: 100%;
    margin: 0;
}

.additional-map #map-canvas iframe {
    width: 100%;
    height: 250px;
}

.additional-map #map-canvas p {
    margin: 0;
}

/*
    Calendar map
*/

.map-event {
    display: none;
    padding: 10px 0;
}

/*
    Domain login
*/

.clear.separator.login-domain {
    margin: 10px 0 20px;
}

.clear.separator.login-domain span {
    background: #f4f4f4;
    padding: 0 10px;
}

.button.login-domain {
    display: block;
    position: relative;
    text-align: center;
    margin: 5px 0;
}

.button.login-domain i {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    height: 20px;
}

/*
    AUDIO PLAYER
*/

audio {
    display: none !important;
}

.player {
    position: relative;
    width: 482px;
}

.audio_file {
    display: block;
    width: 482px;
    text-align: right;
}

.player .jp-interface {
    height: 58px;
    background: url('/themes/_system/images/audio.png') repeat-x center;
}

.player .playtoggle {
    display: block;
    float: left;
    width: 15%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.player .playtoggle a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.player .progressbar {
    position: relative;
    display: block;
    float: left;
    width: 55%;
    height: 3px;
    margin: 27.5px 0;
    background: #fff;
}

.player .progressbar .jp-seek-bar {
    width: 100% !important;
    height: 100%;
    cursor: pointer;
}

.player .progressbar .jp-play-bar {
    width: 0px;
    height: 3px;
    background-color: #b32017;
    position: relative;
    overflow: visible !important;
}

.ui-slider-handle {
    position: absolute;
    display: block;
    right: -3px;
    margin-top: -3px;
    width: 8px;
    height: 9px;
    background: url('/themes/_system/images/handle.png') no-repeat center;
    cursor: pointer;
}

.player .jp-current-time {
    display: block;
    float: left;
    color: #404040;
    width: 15%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
}

.player #loading {
    background-color: #b32017;
}

.player .jp-volume-bar {
    position: relative;
    display: block;
    float: left;
    width: 15%;
    height: 3px;
    margin: 27.5px 10px;
    cursor: pointer;
    background: white;
}

.player .jp-volume-bar .jp-volume-bar-value {
    height: 3px;
    background-color: #b32017;
}

.player .jp-title {
    font-size: 1.143em;
    font-weight: 700;
    color: #333;
    padding: 10px 20px;
}

.player .volume-icon {
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 15%;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
}

/*
    Faculties
*/

.button.recruit {
    cursor: auto;
    margin-bottom: 10px;
}

.dictionary-search .column-content.recruit-details {
    margin-bottom: 10px;
}

/*
    Verify browser
*/

#verify_browser {
    margin-top: 30px;
    display: none;
}

#verify_browser h1,
#verify_browser h2,
#verify_browser h3 {
    margin: 0 0 20px;
}

/*
    Accordions
*/

.accordion {
    border-top: 1px solid #dddddd;
}

.accordion:first-child {
    margin-top: 30px;
}

.accordion:nth-child(2n-1) {
    background-color: #f4f4f4;
}

.accordion:last-child {
    border-bottom: 1px solid #dddddd;
}

.accordion-title {
    position: relative;
    padding: 8px 15px;
    margin: 0;
    width: 100%;
    min-height: 38px;
    cursor: pointer;
    font-weight: 600;
    border: 0;
    text-align: left;
}

.accordion-title::after {
    position: absolute;
    right: 0;
    padding-right: 10px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #b32216;
}

.accordion.active .accordion-title::after {
    content: "\f0d8";
}

.accordion-text {
    padding: 8px 30px;
    display: none;
}

/*
    GOOGLE MAP POINT
*/

.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4,
.gm-style-iw h5,
.gm-style-iw h6 {
    margin: 0 0 5px !important;
}

.gm-style-iw p {
    margin: 5px 0 !important;
}

.gm-style .gm-style-iw .text {
    min-width: 300px;
}

.labels {
    color: white;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    width: 30px;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*
    Ajax list boxes
*/

.list-box {
    width: 100%;
    height: 244px;
    margin-bottom: 45px;
}

.list-box {
    background-color: #b32216;
}

.list-box.big {
    background-color: #9a1e13;
}

.list-box-photo {
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.list-box-photo .buttons {
    padding: 3px 5px;
}

.list-box-info {
    width: 40%;
    padding: 40px;
    color: #fff;
}

.list-box-info .date {
    font-size: 0.875em;
    margin: 0;
}

.list-box-info .title {
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 15px;
}

.list-box-info .desc {
    font-size: 0.875em;
    margin-bottom: 10px;
}

.list-box-info .lead {
    font-size: 0.625em;
    margin: 0 0 5px;
}

.list-box-info .lead a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.list-box-info .button {
    width: 100%;
    text-align: center;
}

.list-box-info .button.news {
    color: #fff;
}

/*
    Numeric list
*/

.numeric-list {
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
}

.list-number {
    margin: 30px auto;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #b32216;
    border: 2px solid #b32216;
    border-radius: 90px;
}

.numeric-list a {
    font-size: 24px;
    font-weight: 300;
}


/*
    TABLET
*/

@media screen and (max-width: 1360px) {

    /*
        Main containers
    */

    /* .slider-container {
        width: 100%;
        margin: 0;
    } */

    /*
        Slider
    */

    .slider .slide .container {
        position: absolute;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
        right: 0;
    }

    .slider .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    .slider .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .slider-container-medium .slide .container {
        position: absolute;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
        right: initial;
        padding: 55px 50px 55px 30px;
        margin: 0;
    }

}

/*
    TABLET
*/

@media screen and (max-width: 1090px) {

    body {
        margin: 0 !important;
    }

    .footer {
        position: relative;
        height: auto;
        bottom: 0;
    }

    .credits {
        position: relative;
    }

    .slider-container {
        width: 100%;
        margin: 0 auto;
        max-width: 1010px;
    }

    .slider .slide .container {
        padding: 0 50px;
    }

    .slider-container-medium .slide .container {
        padding: 55px 50px 55px 30px;
    }

    .slider .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
        width: 50px;
    }

    .slider .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
        width: 50px;
    }

    /*
        Custom hiding
    */

    .tablet-small-hide {
        display: none;
    }

    .container {
        width: auto;
        margin: 0 20px;
    }

    .container.content-margin {
        margin: 30px 20px;
    }

    /*
        Menu
    */

    .menu-button {
        display: block;
    }

    .menu-button:hover,
    .menu-button-back:hover {
        background-color: #9a1e13;
    }

    .main-menu {
        display: none;
        position: absolute;
        margin: 0 -20px;
        z-index: 10;
        left: 0;
        right: 0;
        width: auto;
    }

    .main-menu a.main-dropdown {
        display: block;
        float: none;
        width: 100%;
        background: #b32216;
        border-color: #a11f14;
        color: #fff;
        text-align: left;
        padding: 9px 0;
    }

    .main-menu a.main-dropdown:hover,
    .main-menu a.main-dropdown.active:hover {
        background: #a11f14;
        border-color: #a11f14;
    }

    .main-menu a.main-dropdown span {
        padding: 0 20px;
        text-align: left;
    }

    .main-menu a.main-dropdown.dropdown i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 41px;
        line-height: 41px;
        color: #fff;
        padding: 0;
        border-left: 2px solid #9a1e13;
    }

    .main-menu a.main-dropdown.dropdown i:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .main-menu a.main-dropdown.dropdown i::before {
        content: "\f0da";
    }

    .main-menu a.main-dropdown span::before {
        display: none;
    }

    /*
        Menu dropdown
    */

    .dropdowns {
        z-index: 10;
    }

    .dropped-menu {
        display: none;
        position: absolute;
        z-index: 10;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        background: #b32216;
        padding: 0;
        border-bottom: 0;
    }

    .dropped-menu .dropped-menu-column-box {
        margin-bottom: 0;
    }

    .dropped-menu h2 {
        margin: 0 0 5px;
    }

    .dropped-menu .dropped-menu-column {
        float: none;
        width: 100%;
        padding: 0;
    }

    .dropped-menu .dropped-menu-column a {
        font-size: 1em;
    }

    .dropped-menu .dropped-menu-column .title {
        position: relative;
        color: #fff;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 40px;
        border-bottom: 2px solid #9a1e13;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .dropped-menu .dropped-menu-column a:hover .title {
        background-color: #9a1e13;
    }

    .column-image {
        display: none;
    }

    .dropped-menu .dropped-menu-column .column-links {
        display: none;
        position: absolute;
        z-index: 10;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        background: #b32216;
        padding: 0;
        visibility: visible;
    }

    .dropped-menu .dropped-menu-column .column-links.desktop {
        padding: 0;
    }

    .dropped-menu .dropped-menu-column .column-links a {
        display: block;
        font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1em;
        color: #fff;
        width: 100%;
        height: 100%;
        border-left: 0;
        border-bottom: 2px solid #9a1e13;
        background-position: right 15px center;
        background-repeat: no-repeat;
    }

    .dropped-menu .dropped-menu-column .column-links a span {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px 43px 10px 20px;
        min-height: 41px;
        border-bottom: 0;
    }

    .dropped-menu .dropped-menu-column .column-links a span i {
        position: absolute;
        width: 41px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        right: 0;
        top: 0;
        border-left: 2px solid #9a1e13;
    }

    .dropped-menu .dropped-menu-column .column-links a span i.desktop {
        display: none;
    }

    .dropped-menu .dropped-menu-column .column-links a:hover {
        background-color: #9a1e13;
        border-left: 0;
        color: #fff;
        text-decoration: none;
    }

    .dropped-menu .dropped-menu-column .column-links a:hover span {
        border-bottom: 0;
    }

    .dropped-menu .dropped-menu-column .title i {
        display: block;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 41px;
        height: 41px;
        text-align: center;
        line-height: 41px;
        font-family: "FontAwesome";
        content: "\f0da";
        border-left: 2px solid #9a1e13;
    }

    .dropped-menu .dropped-menu-column .title i:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .list-box-photo {
        width: 50%;
    }

    .list-box-info {
        width: 50%;
        padding: 40px;
    }

}

/*
    TABLET SMALL
*/

@media screen and (max-width: 979px) {

    /*
        Slider
    */

    .slider .slide a,
    .slider .slide p {
        margin-left: 20px;
    }

    .slider-container-medium {
        width: 100%;
        margin: 0;
    }

    .slider-container-medium .carousel,
    .slider-container-medium .owl-stage {
        height: auto !important;
    }

    .slider-container-medium .slide a,
    .slider-container-medium .slide p {
        margin-left: 0;
    }

    .slider-container-medium .slide .container {
        position: relative;
        width: 100%;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
        right: initial;
        margin: 0;
        height: auto;
        line-height: normal;
        padding: 20px 30px 60px;
        border-bottom: 0;
    }

    .slider .slider-container-medium .carousel {
        border-bottom: 2px solid #e9e9e9;
        background-color: #f4f4f4;
    }

    .slider-container-medium .owl-carousel .owl-item img {
        display: none;
    }

    /*
        Main containers
    */

    .main-site .row.columns.news-row {
        margin: 0 -20px;
    }

    .container {
        margin: 0 20px;
    }

    /*
        Rows
    */

    .main-site .row.columns,
    .row.columns {
        margin: 0 -20px 30px;
    }

    .main-site .row.columns.inner {
        margin: 0 -20px 15px;
    }

    .main-site .row.columns.no-margin,
    .row.columns.inner,
    .row.columns.no-margin {
        margin: 0 -20px 0;
    }

    /*
        Columns
    */

    .column {
        float: left;
    }

    .column.main-content {
        margin: 0;
        width: 100%;
    }

    .main-site .row.columns.inner .column-content,
    .main-site .row.columns.no-margin .column-content,
    .main-site .column-content,
    .column-content,
    .news-col .row.columns.inner .column-content {
        padding: 0 20px;
    }

    .column-content.no-bullets {
        padding: 0 20px;
    }

    .news-col .row.columns.inner {
        margin: 0 -20px;
    }

    .col-10,
    .col-8,
    .col-75,
    .col-625,
    .col-625.campus-col,
    .col-6 {
        width: 100%;
    }

    .col-5,
    .yt-5,
    .col-4,
    .col-375,
    .col-3,
    .col-25,
    .col-2 {
        width: 50%;
    }

    .news-radio-col {
        float: left;
        width: 50%;
    }

    .col-75.news-col,
    .news-col .col-5,
    .col-25.radio-col {
        width: 100%;
        float: none;
    }

    .news-col .more-news {
        position: relative;
        right: 20px;
        top: 0;
    }

    .col-375.calendar-col {
        width: 50%;
        float: left;
    }

    /*
        Faculties
    */

    .faculties-tablet {
        margin-bottom: 20px;
    }

    .faculties-title {
        display: block;
        float: none;
    }

    .faculties-info {
        float: none;
        font-size: 1em;
        font-weight: 400;
    }

    .faculties-header {
        float: none;
        width: 100%;
        clear: none;
        margin: 20px 0 0;
    }

    .faculties-links {
        display: none;
    }

    .faculties-list {
        float: none;
        width: 100%;
        clear: none;
        padding-left: 0;
        margin: 0 0 20px;
    }

    .faculties-list .select2 {
        display: block;
        width: auto;
    }

    .faculties-select {
        display: block;
        margin: 0;
    }

    /*
        Footer
    */

    .footer .col-info,
    .footer .col-links {
        width: 50%;
    }

    .footer .nav.nav-list li {
        width: 50%;
    }

    .footer .nav.nav-list li:nth-child(n+3) {
        display: none;
    }

    /*
        Calendar
    */

    .pwr-fc-list-item .info {
        margin-right: 0;
    }

    .pwr-fc-list-item .info-event {
        width: 100%;
    }

    .pwr-fc-list-item .picture {
        display: none;
    }

    /*
        Interactive Campus
    */

    .interactive_campus .categories-expandable {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 1000;
    }

    /*
        Gallery columns
    */

    .gallery-item {
        padding: 0 20px;
    }

    .gallery-item.col-2 {
        width: 50%;
    }

    .gallery-item.col-3 {
        width: 33.3333333%;
    }

    .gallery-item.col-4 {
        width: 33.3333333%;
    }

    .gallery-item.col-5 {
        width: 33.3333333%;
    }

}

/*
    MOBILE
*/

@media screen and (max-width: 764px) {

    .hide-mobile {
        display: block !important;
    }

    /*
        Main containers
    */

    .container {
        width: auto;
        margin: 0 20px;
    }

    .top-controls .font-controls,
    .top-controls .style-controls,
    .top-controls .login-controls {
        display: none;
    }

    .top-controls .language-controls {
        padding: 0 0 0 15px;
    }

    .pwr-form button.pwr-btn-submit {
        display: none;
    }

    .pwr-form .login-toggle.pwr-btn-submit {
        display: none;
    }

    .pwr-form div.pwr-btn-submit {
        display: none;
        height: 35px;
        width: 35px;
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        padding: 0;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
        box-sizing: border-box;

    }

    .pwr-form div.pwr-btn-submit:hover {
        background: #b32017;
        color: #fff;
        border: 1px solid #b32017;
    }

    .pwr-form div.pwr-btn-submit i {
        color: #333;
        font-size: 1.250em;
    }

    .pwr-form div.pwr-btn-submit:hover i {
        color: #fff;
    }

    table {
        min-width: 100%;
        overflow-x: auto;
        display: block;
    }

    table.files {
        overflow-x: hidden;
        display: table;
        background-image: none;
    }

    table.study-calendar tr th {
        border: 0;
        border-bottom: 2px solid #b32017;
    }

    table.study-calendar tr td {
        min-width: 35px;
    }

    /*
        Rows
    */

    .row {
        display: block;
        clear: both;
        margin: 20px 0;
    }

    .row.columns {
        margin: 0 -10px 20px;
    }

    .row.columns.inner,
    .row.columns.no-margin {
        margin: 0 -10px;
    }

    /*
        Forms
    */

    .pwr-form .pwr-input,
    .pwr-form input[type="password"],
    .pwr-form .pwr-textarea,
    input[type="text"],
    input[type="email"],
    select,
    input[type="password"],
    textarea {
        width: 100%;
    }

    .page-of-questions .left-side {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .page-of-questions .right-side,
    .page-of-questions input[type="text"],
    .page-of-questions input[type="email"],
    .page-of-questions textarea,
    .page-of-questions select,
    .page-of-questions .field.radiolist,
    .page-of-questions .field.checkbox {
        float: none;
        width: 100%;
    }

    .page-of-questions .select2 {
        width: 100% !important;
    }

    .contact-form .field label {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .contact-form .field input[type="text"],
    .contact-form .field textarea,
    .contact-form .field select,
    .contact-form .field span.description {
        width: 100%;
    }

    .contact-form .field .select2-container {
        width: 100% !important;
    }

    .contact-form .field.checkbox label:before {
        top: 26px;
        left: 0;
        right: auto;
    }

    .contact-form .field.checkbox input {
        top: 26px;
        left: 0;
    }

    .contact-form .field.checkbox span.description {
        width: calc(100% - 30px);
    }

    .contact-form .field.checkboxlist .subfield,
    .contact-form .field.radiolist .subfield {
        padding-left: 0;
    }

    .contact-form .field.checkboxlist label,
    .contact-form .field.radiolist label {
        padding-left: 25px;
    }

    /*
        Header
    */

    header.top,
    .top {
        height: 80px;
        background-image: none !important;
    }

    header.top .logo {
        width: 200px;
        height: 80px;
        line-height: 0;
    }

    header.top .search-container input[type="text"] {
        display: none;
    }

    header.top .search-container {
        float: right;
        width: 75px;
        height: 80px;
        padding-top: 13px;
        text-align: right;
    }

    header.top .search-container button.submit {
        width: 32px;
        padding: 0;
    }

    header.top .search-container button.submit i {
        color: #ababab;
        font-size: 1.250em;
    }

    header.top .search-container button.submit:focus i {
        color: #fff;
        font-size: 1.250em;
    }

    h2.portal-title {
        margin-top: 0;
        font-size: 1.286em;
        color: #4b4b4b;
        position: relative;
        left: 0;
        bottom: 5px;
        text-align: left;
        clear: both;
        padding-bottom: 10px;
    }

    /*
        Login & Search box
    */

    .login-box,
    .search-box {
        display: none;
        position: relative;
        z-index: 300;
        top: 0;
        width: auto;
        margin: 0 -20px;
        padding: 15px 15px 10px 15px;
        background: #f4f4f4;
        border-bottom: 2px solid #dbdbdb;
    }

    .login-box a,
    .search-box a {
        font-weight: 400;
        color: #999999;
    }

    .login-box .pwr-form,
    .search-box .pwr-form {
        padding: 0;
    }

    .login-box .pwr-form .pwr-input,
    .login-box input[type="password"],
    .search-box .pwr-form .pwr-input {
        margin: 10px 0;
    }

    .login-box .pwr-form .pwr-btn-submit,
    .search-box .pwr-form .pwr-btn-submit {
        margin: 0 0 10px;
        width: 100%;
    }

    .login-box .field.text,
    .login-box .field.password,
    .login-box .field.buttons,
    .search-box .field {
        float: none;
        width: 100%;
    }

    .login-box .heading,
    .search-box .heading {
        display: block;
        float: left;
        color: #999999;
        line-height: 1em;
        margin-bottom: 10px;
        font-size: 1.857em;
        line-height: 1em;
        font-weight: 400;
    }

    .login-box .close-login,
    .search-box .close-search {
        display: block;
        float: right;
        font-size: 1.565em;
        margin-bottom: 10px;
        color: #999999;
        cursor: pointer;
    }

    .search-box p {
        bottom: 110px;
        height: 0;
    }

    /*
        Slider
    */
    .slider .slide .container {
        padding: 0;
    }

    .slider .slide .container {
        line-height: 250px;
    }

    .slider .slider-container-medium .slide .container {
        line-height: initial;
        padding: 20px;
    }

    .slider .owl-carousel {
        height: 250px !important;
    }

    .slider .slider-container-medium .carousel,
    .slider .slider-container-medium .owl-stage {
        background-color: #f4f4f4;
        height: auto !important;
    }

    .slider-container-medium .slide {
        height: auto;
        line-height: normal;
    }

    .slider .slide a,
    .slider .slide p {
        font-size: 1.250em;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        margin-left: 40px;
    }

    .slider .slider-container-medium .slide a,
    .slider .slider-container-medium .slide p {
        font-size: 1em;
        vertical-align: middle;
        line-height: 1.4em;
        margin-left: 0;
    }

    .slider .slide a span,
    .slider .slide p span {
        display: block;
        margin: 5px 0;
        padding: 0 30px;
        box-shadow: none;
    }

    .slider .slide a span br,
    .slider .slide p span br {
        display: none;
    }

    .slider-container-medium .slide a span,
    .slider-container-medium .slide p span {
        display: block;
        margin: 0;
        padding: 0;
    }

    .button-link .text-campus-cities {
        display: none;
    }

    /*
        Faculties
    */

    .faculties-tablet {
        margin-bottom: 20px;
    }

    .faculties-title {
        display: block;
        float: none;
    }

    .faculties-info {
        float: none;
        font-size: 1em;
        font-weight: 400;
    }

    .faculties-header {
        float: none;
        width: 100%;
        clear: none;
        margin: 20px 0 0;
    }

    .faculties-links {
        display: none;
    }

    .faculties-list {
        float: none;
        width: 100%;
        clear: none;
        padding-left: 0;
        margin: 0 0 20px;
    }

    .faculties-select {
        display: block;
        margin: 0;
    }

    /*
        Columns
    */

    .column {
        float: none;
    }

    .column-content {
        padding: 0 10px;
    }

    .column-content.no-bullets {
        padding: 0 10px;
    }

    .col-10,
    .col-8,
    .col-75,
    .col-66,
    .col-625,
    .col-6,
    .col-4,
    col-3,
    .col-2 {
        width: 100%;
        clear: both;
        margin: 0;
        padding: 0;
    }

    .col-25,
    .col-33,
    .col-375,
    .col-5 {
        float: left;
    }

    .col-33 {
        width: 50%;
    }

    .yt-5 {
        float: left;
    }

    /*
        Footer
    */

    .footer .col-info {
        width: 100%;
    }

    .find-us {
        text-align: center;
    }

    .footer-links-container {
        display: none;
    }

    /*
        News box
    */

    .news-box .col-img {
        width: 35%;
    }

    .news-box .col-text {
        width: 65%;
    }

    .news-box.big .col-img,
    .news-box.big .col-text {
        width: 100%;
        float: none;
    }

    .news-box.big .col-img {
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    .news-col .more-news {
        right: 20px;
    }

    /*
        Job results
    */

    .job-result {
        height: 40px;
    }

    .job-result.last.no-link {
        height: 0;
    }

    .tbl-btn {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        height: 46px;
        line-height: 44px;
        margin-top: -23px;
        border-radius: 0;
    }

    .tbl-btn i {
        display: inline;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 5px;
    }

    /*
        Kalendarium
    */

    .pwr-fc-grid {
        display: none;
    }

    .pwr-fc-list {
        display: block;
    }

    .calendar-title {
        float: none;
    }

    .calendar-links {
        display: none;
        float: none;
    }

    .calendar-links a {
        display: block;
        float: none;
    }

    .pwr-fc .pwr-fc-nav {
        text-align: center;
    }

    .pwr-fc .pwr-fc-cg {
        float: none;
    }

    .pwr-fc .pwr-fc-cg a {
        margin: 0 5px;
    }

    .bar-chart-smaller li {
        margin: 10px 0 40px;
    }

    .bar-chart-smaller li p {
        position: relative;
        display: block;
        top: 30px;
        padding: 0 20px !important;
        line-height: normal;
        color: #333 !important;
    }

    /*
        Gallery columns
    */

    .gallery-item.col-2,
    .gallery-item.col-3,
    .gallery-item.col-4,
    .gallery-item.col-5 {
        width: 50%;
        padding: 0 10px;
        clear: none;
    }

    .gallery-item.col-4,
    .gallery-item.col-5 {
        width: 100%;
        padding: 0 10px;
        float: none;
        clear: both;
    }

    .gallery .photos.photos-2 .photo,
    .gallery .photos.photos-3 .photo,
    .gallery .photos.photos-4 .photo,
    .gallery .photos.photos-5 .photo {
        width: 50%;
        padding: 0 10px 15px;
    }

    .error-not-found .error-nf-img {
        float: none;
        margin: 0 auto 30px;
    }

    .error-not-found .error-content {
        margin-left: 0;
        padding: 0;
        border-left: 0;
    }

    .column-content.text-content img {
        float: none !important;
        display: block;
        margin: 0 auto 20px;
    }

    .button-link .text-campus {
        padding: 0 20px;
        vertical-align: middle;
    }

    .button-link .text-campus-title {
        position: relative;
        top: 0;
    }

    /* 
        STACKTABLE 
    */

    table.stacktable {
        width: 100%;
        margin-bottom: 40px;
    }

    table.stacktable tr {
        display: table-row;
        border: 0;
    }

    table.stacktable tr:nth-child(2n-1) {
        background-color: #f4f4f4;
    }

    table.stacktable tr:nth-child(2n-2) {
        background-color: #fff;
    }

    table.stacktable th {
        padding: 10px;
        text-align: center;
        border: 0;
    }

    table.stacktable td {
        padding: 0 10px;
        text-align: left;
        border: 0;
        word-break: normal;
        word-wrap: break-word;
    }

    table.stacktable.large-only {
        display: none;
    }

    table.stacktable.small-only {
        width: auto;
    }

    table.stacktable.small-only td {
        width: auto;
        display: table-cell;
        padding: 3px 10px;
    }

    table.stacktable.small-only td.st-key {
        font-weight: 600;
    }

    table.stacktable.small-only td.st-key i {
        display: none;
    }

    table.table-mobile {
        display: table;
    }

    tbody {
        width: 100%;
    }

    table.stacktable th {
        padding: 20px;
    }

    .more-mobile {
        display: inline;
    }

    /*
        File uploader
    */

    .file {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .list-box {
        margin-bottom: 15px;
    }

    #files_files {
        margin: 0;
    }

    #files_files .delete {
        display: block;
        position: relative;
    }

}

@media screen and (max-width: 650px) {

    .col-25,
    .col-375,
    .col-5,
    .news-radio-col,
    .col-375.calendar-col {
        float: none;
        width: 100%;
        clear: both;
        margin: 0;
        padding: 0;
    }

    .grid .column.col-5 {
        float: left;
        clear: none;
        width: 50%;
    }

    /*
        Photos float
    */

    .photos.photos-3,
    .photos.photos-4 {
        float: none;
        padding: 0 0 15px 0;
        text-align: center;
    }

    .column.vertical-sep {
        border-right: 0;
    }

    .additional-map {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
    }

    .player {
        width: 100%;
    }

    .audio_file {
        width: 100%;
    }

}

/*
    MOBILE SMALL
*/

@media screen and (max-width: 500px) {

    /*
        Top controls
    */

    .top-controls .font-controls,
    .top-controls .style-controls {
        display: none;
    }

    /*
        Slider
    */

    .slider .slide a,
    .slider .slide p {
        margin: 0 0 20px 0;
    }

    .slider .slide a span,
    .slider .slide p span {
        display: block;
    }

    .slider .slide .container {
        line-height: 250px;
        margin: 0;
    }

    .slider .slider-container-medium .slide .container {
        line-height: normal;
    }

    .owl-controls {
        display: none;
    }

    /*
        Columns
    */

    .column {
        float: none;
    }

    .column-content {
        padding: 0 10px;
    }

    .column-content.no-bullets {
        padding: 0 10px;
    }

    .col-10,
    .col-8,
    .col-75,
    .col-625,
    .col-5,
    .col-4,
    .col-375,
    .col-33,
    .col-3,
    .col-25,
    .col-2,
    .grid .column.col-5,
    .news-radio-col {
        float: none;
        width: 100%;
        clear: both;
        margin: 0;
        padding: 0;
    }

    .gallery-item.col-2,
    .gallery-item.col-3,
    .gallery-item.col-4,
    .gallery-item.col-5 {
        width: 100%;
        padding: 0 10px;
    }

    .yt-5 {
        float: left;
    }

    /*
        News box
    */

    .news-box .col-img,
    .news-box .col-text {
        width: 100%;
        float: none;
    }

    .news-box .col-img {
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    /*
        Footer
    */

    .find-us {
        text-align: center;
    }

    .footer-links-container {
        display: none;
    }

    /*
        Search advanced
    */

    .search-input-box {
        display: block;
    }

    .search-input-box .pwr-input {
        display: block;
        margin-right: 0;
    }

    .search-input-box .pwr-btn-submit {
        display: block;
        margin-top: 10px;
        width: 100%;
    }



    .search-advanced-cont {
        width: 100%;
    }

    /*
        Workers search
    */

    .search-workers-result .worker-data .worker-info {
        margin-right: 0;
    }

    .search-workers-result .worker-data .worker-picture {
        display: none;
    }

    /*
        Calendarium
    */

    .pwr-fc-list-item {
        display: block;
    }

    .pwr-fc-list-item .date {
        margin-right: 20px;
        margin-bottom: 10px;
        float: left;
        min-width: 60px;
    }

    .pwr-fc-list-item .date .date-cont {
        padding: 10px 0;
    }

    .pwr-fc-list-item .info a.title {
        padding: 35px 0 0;
    }

    .pwr-fc-list-item .info {
        width: calc(100% - 80px);
        border-top: 0;
    }

    /*
        Pie
    */

    .pie {
        height: 200px;
        width: 200px;
    }

    .slice,
    .slice span {
        clip: rect(0px, 200px, 200px, 100px);
    }

    /*
        Column
    */

    .legend {
        margin: 0 auto 30px;
    }

    .legend li {
        float: none;
        width: 100%;
        height: 30px;
    }

    .answer-column span {
        width: 70px;
        margin: 0 20px;
    }

    .answer-column.smaller .result span {
        max-width: 200px;
        line-height: normal;
        vertical-align: middle;
    }

    /*
        Interactive campus
    */

    .interactive_campus .categories,
    .interactive_campus .other-maps {
        width: 220px
    }

    /*
        Gallery
    */

    .gallery .photos.photos-2 .photo,
    .gallery .photos.photos-3 .photo,
    .gallery .photos.photos-4 .photo,
    .gallery .photos.photos-5 .photo {
        float: none;
        width: 100%;
        padding: 0 10px 15px;
    }

    .list-box {
        height: auto;
    }

    .list-box-photo {
        width: 100%;
        padding: 5px 30px;
        height: 160px;
    }

    .list-box-info {
        width: 100%;
        padding: 30px;
    }
}

.mce-tinymce+textarea {
    display: block !important;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    min-height: 0 !important;
    height: 1px !important;
    border: 0;
    z-index: -1;
}

.form .field {
    position: relative;
}

.form .tags .input {
    float: left!important;
    width: 50%!important;
}

.form .tags .default-button {
    float: right;
    width: calc(25% - 10px)!important;
    margin-top: 0;
    margin-bottom: 0;
}

.form .tags .list {
    margin: 0 0 0 25%;
    width: 400px;
    min-height: 40px;
    padding: 0;
}

.form .tags .list li {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
}

.form .tags .list li span {
    padding: 0 0 0 10px;
    cursor: pointer;
}
