/**
 * Cebre.cz 2017 - main CSS Stylesheet
 *
 * @project Cebre.cz
 * @version 1.1
 * @date 25.03.2018 15:25:14
 * @author Cyber Fox, s.r.o.
 * @copyright Cyber Fox, s.r.o. 2017-present
 * @utf8 ěščřžýáí
 */
/**
colors
========
facebook                #3b5998 59,89,152
twitter                 #1da1f2 29,161,242
google+                 #db4437 219,68,55
linkedin                #0077b5 0,119,181
-----------------------------------------------
corporate blue primary  #0000A6 0,92,149
info                    #0094d6 0,148,214
----------------------------------------------------------
titles and links        #0000A6 0,106,167
--------------------------------------------------------------
warning                 #faba00 250,186,0
corporate red danger    #FF0000 215,4,37
success                 #66c733 102,199,51
------------------------------------------------
tricolor blue           #005599 0,85,153
tricolor red            #e10027 225,0,39
------------------------------------------------
gray darker             #222222 34,34,34
gray dark               #333333 51,51,51
gray                    #5d5d5d 93,93,93
gray light              #a8a8a8 168,168,168
gray lighter            #d9d9d9 217,217,217
gray extralight         #f4f4f4 242,242,242
 */
/**
 * ---------------
 * @section Import
 * -----------------
 */
/**
 * @subsection Plugins
 * ---------------------
 */
@import url('/core/wp-content/themes/cebre/js/jquery/ui/jquery-ui.structure.min.css');
@import url('/core/wp-content/themes/cebre/js/jquery/ui/addons/jquery-ui-timepicker-addon.min.css');
/*@import url('/core/wp-content/themes/cebre/js/jquery/ui/jquery-ui.theme.min.css?v=1');*/
@import url('../js/jquery/plugins/images/fancybox/1.3.4/jquery.fancybox-1.3.4.min.css');
@import url('../js/jquery/plugins/carousel/owl/owl.carousel.min.css');
@import url('../js/jquery/plugins/carousel/owl/owl.transitions.min.css');
@import url('../js/jquery/plugins/carousel/owl/owl.theme.min.css');


/**
 * ---------------
 * @section Global
 * -----------------
 */
html, body {
}
body {
    position: relative;
    /*padding-top: 81px; /* for fixed navbar */
    font-family: 'DIN Alternate', sans-serif;
}

@media (max-width: 767px) {
    body {
        /*padding-top: 71px; /* for fixed navbar */
    }
}
body.foxpress-ml {
    /*padding-top: 157px; /* for double fixed navbar */
}
::selection { /*http://stackoverflow.com/questions/7224445/css3-selection-behaves-differently-in-ff-chrome*/
    background: rgba(	0,153,255,.99);
    color: #fff;
}
::-moz-selection {
    background: #09f;
    color: #fff;
}
.disable-selection {
    user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
/**
 * @subsection Links
 * -------------------
 */
a {
    text-decoration: underline;
    color: #0000A6;
}
a:hover, a:focus, a:active, button.close {
    outline: none;
    text-decoration: none;
}
/**
 * @subsection Placeholder
 * -------------------------
 */
input:-moz-placeholder, textarea:-moz-placeholder { /* FF 18- */
    color: #999 !important;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* FF 19+ */
    color: #999 !important;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* ie10 */
    color: #999 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome */
    color: #999 !important;
}
input.placeholder, textarea.placeholder { /* ie7-9 */
    color: #999 !important;
}
/* helper classes to target empty input field
    (placeholder text itself is affected only in IE) */
input.operaplaceholder, textarea.operaplaceholder,
input.webkitplaceholder, textarea.webkitplaceholder,
input.mozillaplaceholder, textarea.mozillaplaceholder,
input.ieplaceholder, textarea.ieplaceholder { 
    color: #999 !important;
}
.body .append-bottom {
    margin-bottom: 1em;
}
.body .append-top {
    margin-top: 1em;
}


/**
 * ------------------
 * @section Typography
 * ---------------------
 */
html {
}
body.mceContentBody, body {
    font-size: 15px;
}
/* to heal Opera input functions */
.opera input,
.opera textarea,
.opera select {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
}
/**
 * @subsection Iconography
 * -------------------------
 * to prevent FOUT on icons  
 * @TODO custom fonts & icons loading system 
 * @see https://www.souki.cz/jak-efektivne-nacitat-webfonty
 * @see http://jecas.cz/font-face 
 */
body.loading [class^="cfico-"],
body.loading [class*=" cfico-"] {
    visibility: hidden;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 1200px) {
    body.mceContentBody, body {
        font-size: 16px;
    }
}
@media (min-width: 1500px) {
    article .content-raw {
        font-size: 17px;
    }
}


/**
 * ---------------
 * @section Layout
 * -----------------
 * Some temporary values set to style skeleton's demo. Remove it when starting project.
 */
.columns {
    /*background: #eee; /* temporary */
    /*padding: 1em 0; /* temporary */
    margin-bottom: 12px;
}
.home .columns {
    /*min-height: 700px; /* temporary */
    margin-bottom: 0;
}
.subpage .columns {
    /*min-height: 1400px; /* temporary */
}
.page-404 .columns {
    /*min-height: 200px; /* temporary */
}
/**
 * @subsection Bootstrap container enhancement
 * ---------------------------------------------
 * See also http://getbootstrap.com/getting-started/#disable-responsive
 */
.container-classic {
    width: 970px !important;
}
.container-classic-wide {
    width: 1170px !important;
}
.container-fluid,
.container-semi-fluid {
    width: auto !important;
}
.container-semi-fluid {
    max-width: 1170px;
    min-width: 970px;
}
/**
 * @subsection Responsive
 * ------------------------
 * Adapt to actual Botstrap break-points, if you customized it!
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1160px) {
    .container {
        width: 1140px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1260px) {
    .container {
        width: 1240px;
    }
}
@media (min-width: 1340px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1420px) {
    .container {
        width: 1400px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1480px;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}
/*1024 tablets special*/
@media (min-width: 1020px) and (max-width: 1069px) {
    .container-classic {
        width: 1000px !important;
    }
}
/*1080 tablets special*/
@media (min-width: 1070px) and (max-width: 1199px) {
    .container-classic {
        width: 1040px !important;
    }
}


/**
 * --------------------
 * @section Transitions
 * ----------------------
 */
.trans, .nav a, .navi a, .body input, .body textarea, .btn, .tags-wrap a, h1 a, h2 a, h3 a, a img, .menu a, .subcats a, .pager a, .hp-featured-item-img:after,
.owl-carousel .prevnext, .owl-carousel .prevnext .icon, .events-calendar a.events-calendar-day, .events-calendar-control a:after, .hp-newsfeed-link a,
.hp-newsfeed-link a:before, .faq-item-question a, .cbt-home-archive-list a, .overview-archive-list a, .menu a span, .footer-founders-item a img {
    -webkit-transition-property: color, opacity, background-color, border-color, box-shadow; /* until Chrome 26.0, Safari all */
    -moz-transition-property: color, opacity, background-color, border-color, box-shadow; /* until 16.0 */
    transition-property: color, opacity, background-color, border-color, box-shadow;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);/*
    will-change: transform;*/
}
.trans-ease, .body .btn {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.notrans, .btn:focus, .btn:active, .btn.active, [disabled], .disabled, body.preloading * {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/**
 * @subsection Bootstrap overwrites
 * -----------------------------------
 */
hr {
    margin-top: 1.375em;
    margin-bottom: 1em;
    border-top: 1px solid #ccc;
}
.page-header {
    padding-bottom: 13px;
    margin: 1.3em 0 0;
    border-bottom: 0;
}
.collapsing {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}
.fade {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
body.rtl .close {
    float: left;
}
body.draggable .modal-draggable .modal-header {
    cursor: move;
}
body.draggable .modal-draggable .modal-dialog {
    outline: none;
}
.modal-header .close {
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-backdrop {
    background-color: #000;
    z-index: 1040;
    z-index: 101040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.23s ease-out;
    -moz-transition: -moz-transform 0.23s ease-out;
    transition: transform 0.23s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade.zoomin .modal-dialog {
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: -webkit-transform 0.19s ease-out;
    -moz-transition: -moz-transform 0.19s ease-out;
    transition: transform 0.19s ease-out;
}
.modal.in.zoomin .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.lead {
    font-size: 22px;
}
@media (max-width: 991px) {
    .lead {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .modal-title {
        line-height: 1.3;
    }
    .lead {
        font-size: 18px;
    }
}
/**
 * @subsection Modal states
 * -----------------------------------
 */
.modal-primary .modal-content,
.modal-info .modal-content,
.modal-warning .modal-content,
.modal-danger .modal-content,
.modal-success .modal-content {
    overflow: hidden;
    background: transparent;
}
.modal-primary .modal-body,
.modal-info .modal-body,
.modal-warning .modal-body,
.modal-danger .modal-body,
.modal-success .modal-body {
    background: #fff;
}
.modal-primary .modal-footer,
.modal-info .modal-footer,
.modal-warning .modal-footer,
.modal-danger .modal-footer,
.modal-success .modal-footer {
    background: #fff;
}
.modal-primary .modal-header,
.modal-info .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header,
.modal-success .modal-header {
    background: #0000A6;
    color: #fff;
}
.modal-info .modal-header {
    background: #0094d6;
}
.modal-warning .modal-header {
    background: #faba00;
}
.modal-danger .modal-header {
    background: #FF0000;
}
.modal-success .modal-header {
    background: #66c733;
}
/**
 * @subsection jQuery UI
 * ----------------------------
 */
.ui-draggable {
    z-index: 1020;
    z-index: 101020;
}
.ui-draggable-handle {
    cursor: move;
}
.ui-draggable-dragging {
    outline: 1px solid crimson;
}
.ui-sortable-handle {
    cursor: ns-resize;
}
.ui-sortable-helper {
    outline: 1px solid crimson;
}
.ui-sortable-placeholder {
    visibility: visible !important;
    background: silver;
}
.ui-slider .ui-slider-handle {
    cursor: pointer;
}
.ui-datepicker {
    z-index: 1040 !important;
    z-index: 101040 !important;
}


/**
 * ----------------
 * @section Content
 * ------------------
 * Global and global-RAW content be defined here, with no namespace.
 */
h1, .h1 {
    font-weight: 200;
    line-height: 1.11667;
    color: #FF0000;
    font-size: 58px;
    text-align: center;
    margin-bottom: 22px;
}
h1 + h2 {
    text-align: center;
}
h1 a, .h1 a {
    color: #FF0000;
    text-decoration: none;
}
h2, .h2 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
}
h3, .h3 {
    font-weight: 600;
    line-height: 1.27778;
    margin-bottom: 14px;
}
h4, .h4 {
    font-weight: 600;
    line-height: 1.3125;
    margin-bottom: 14px;
}
h5, h6, .h5, .h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 10px;
}
h6, .h6 {
    margin-bottom: 1px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child,
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6,
h1 + .h2, h2 + .h3, h3 + .h4, h4 + .h5, h5 + .h6,
.h1 + h2, .h2 + h3, .h3 + h4, .h4 + h5, .h5 + h6,
.h1 + .h2, .h2 + .h3, .h3 + .h4, .h4 + .h5, .h5 + .h6,
.first-title {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
}
h1 small,
.h1 small {
    font-weight: inherit;
    color: inherit;
}
p {
    margin-bottom: 1em;
}
ul, ol {
    line-height: 1.5;
    margin-bottom: 1em;
    margin-right: 3%;
}
ul.nav, ol.nav,
.nav ul, .nav ol {
    margin-bottom: 0;
    margin-right: 0;
}
.left > img, .left > a > img,
img.left { /* left and right according to grid's gutter */
    margin: 1px 20px 10px 0;
}
.right > img, .right > a > img,
img.right {
    margin: 1px 0 10px 20px;
}
img.left, img.right { /* according to bottom margin of paragraphs */
    margin-bottom: 1em;
}
.center > img, .center > a > img,
img.center {
    display: block;
    margin: 1px auto 1em;
}
.team-items,
.team-items li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.team-items li {
    margin-top: 1em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .75em;
}
.team-items li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.team-item-image {
    width: 160px;
    margin: 0 2em 1em 0;
}
.extralight {
    background-color: #f4f4f4;
}
.form-wrapper {
    background-color: #f4f4f4;
    padding: 1em 20px .5em;
    margin: 1em 0 2em;
}
.blue {
    color: #0000A6;
}
.red {
    color: #FF0000;
}
.green {
    color: #66c733;
}
.black {
    color: black;
}
h2.headline + h2 {
    margin: -4px 0 30px;
}
.divider {
    font-weight: 200;
}
p[align="justify"] {
    text-align: left;
}
p.shift-down {
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 2px;
}
/**
 * @subsection Tables
 * --------------------
 */
.table {
    margin-top: 1em;
    margin-bottom: 20px;
}
.table.table-auto {
    width: auto;
    min-width: 50%;
}
.table-responsive .table {
    margin-top: 0;
}
@media (min-width: 768px) {
    .table.table-fixed {
        table-layout: fixed;
    }
    .table.table-fixed th,
    .table.table-fixed td, {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .table-responsive .table {
        margin-bottom: 0;
    }
}
/**
 * @subsection Forms
 * -------------------
 */
.btn {
}
#mce-responses.form-group {
    margin: 0;
}
.form-group.required label:after {
    content: ' *';
    color: #ed1c24;
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1;
}
.form-group label {
    font-weight: 600;
}
.form-horizontal .form-group label {
    padding-right: 6px;
}
.form-control {
    color: #111;
}
.form-control:not([disabled]):not(:focus):hover,
form:not(.form-horizontal):not(.form-inline) .form-group:hover .form-control:not([disabled]):not(:focus) {
    border-color: #444;
}
form:not(.validate) .checkbox label input[type="checkbox"]:not([disabled]):not(:focus):not(:active) {
    -webkit-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}
form:not(.validate) .checkbox label:hover input[type="checkbox"]:not([disabled]):not(:focus):not(:active) {
    box-shadow: 0 0 0 1px #555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
input.btn,
button.btn,
a.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: both;
    max-width: 800px;
    max-height: 400px;
}
.form-horizontal textarea {
    /*max-width: 100%;
    max-height: 500px;*/
}
.form-horizontal .checkbox-multiple label {
    display: block;
    padding-bottom: 7px;
    position: relative;
    top: -1px;
    left: 4px;
}
.form-horizontal .checkbox-multiple label input[type="checkbox"] {
    position: relative;
    top: 1px;
    left: -4px;
}
.radio ~ .radio, 
.checkbox ~ .checkbox {
    margin-top: 10px;
}
select.form-control {
    padding-top: 5px;
}
.show-if-ff-submitting,
.ff-submitting .hide-if-ff-submitting {
    display: none;
}
.ff-submitting .show-if-ff-submitting {
    display: inline;
}
/*custom checkboxes*/
.checkbox input {
    cursor: pointer;
}
.checkbox > label {
    padding-left: 23px;
}
.checkbox > label > input + .custom-box {
    display: block;
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    position: absolute;
    top: 2px;
    left: -7px;
    border: 4px solid #f4f4f4;
    pointer-events: none;
    visibility: hidden;
    cursor: pointer;
    outline-offset: -4px;
}
.safari.mac .checkbox > label > input + .custom-box {
    top: 1px;
}
.chrome .checkbox > label > input + .custom-box,
.ie .checkbox > label > input + .custom-box {
    top: 3px;
}
.body.ios .checkbox > label > input + .custom-box {
    top: 3px;
    left: -5px;
}
.fonts-loaded .checkbox > label > input + .custom-box {
    visibility: visible;
}
.checkbox > label:hover > input + .custom-box,
.checkbox > label:focus > input + .custom-box,
.checkbox:focus > label > input + .custom-box {
    background: #ccc;
}
.checkbox > label > input + .custom-box > .icon {
    font-size: 26px;
    line-height: 20px;
    position: relative;
    top: -3px;
    left: -6px;
    color: #66c733;
    visibility: hidden;
}
.checkbox > label > input:checked + .custom-box > .icon {
    visibility: visible;
}
.validate .checkbox > label > input:invalid + .custom-box {
    outline: 1px solid #f41410;
}
.validate .checkbox > label > input:valid + .custom-box {
    outline: 1px solid #66c44c;
}

/**
 * @subsection Validation
 * --------------------------
 */
.validate :invalid:not(.btn) {
    outline: 1px solid #f41410;
}
.validate .invalid {
    outline: 1px solid #f41410;
}
.validate :valid:not(.btn) {
    outline: 1px solid #66c44c;
}
.validate .valid {
    outline: 1px solid #66c44c;
}
.validate * {
    outline-offset: -1px;
}
.validate [type="checkbox"] {
    outline-offset: -2px;
}
.help-block.validation-invalid,
.validate :invalid:not(.btn) ~ .help-block,
.validate .invalid ~ .help-block {
    color: #f41412;
}
.help-block.validation-invalid,
.validate .invalid ~ .help-block {
    color: #f41412;
}
.help-block.validation-valid,
.validate :valid:not(.btn) ~ .help-block,
.validate .valid ~ .help-block {
    color: #67c44d;
}
.help-block.validation-valid,
.validate .valid ~ .help-block {
    color: #67c44d;
}
.help-block.validation-valid,
.help-block.validation-invalid {
    display: none;
}
.validate :invalid:not(.btn) ~ .help-block.validation-invalid,
.validate .invalid ~ .help-block.validation-invalid,
.validate :valid:not(.btn) ~ .help-block.validation-valid,
.validate .valid ~ .help-block.validation-valid {
    display: block;
}
.validate .invalid ~ .help-block.validation-invalid,
.validate .valid ~ .help-block.validation-valid {
    display: block;
}
.validate :invalid:not(.btn) ~ .help-block.validation-valid,
.validate :valid:not(.btn) ~ .help-block.validation-invalid {
    display: none !important;
}
/**
 * @subsection Botstrap callouts
 * -------------------------------
 * Callouts from Bootstrap3 docs. Custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #777;
    color: #777; /* @callout-base-color: #777 */
    background: #f7f7f7; /* lighten(@callout-base-color, 50%): #777 */
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}
.bs-callout-primary {
    border-color: #0000A6; /* @brand-primary: #428bca */
    background-color: #e9f2f9; /* lighten(@brand-primary, 42%): #e9f2f9 */
}
.bs-callout-success {
    border-color: #66c733; /* @brand-success: #5cb85c */
    background-color: #f1f9f1; /* lighten(@brand-success, 42%): #f1f9f1 */
}
.bs-callout-info {
    border-color: #0094d6; /* @brand-info: #5bc0de */
    background-color: #f0f9fc; /* lighten(@brand-success, 35%): #f0f9fc */
}
.bs-callout-warning {
    border-color: #faba00; /* @brand-warning: #f0ad4e */
    background-color: #fef9f3; /* lighten(@brand-warning, 35%): #fef9f3 */
}
.bs-callout-danger {
    border-color: #FF0000; /* @brand-danger: #d9534f */
    background-color: #fcf3f3; /* lighten(@brand-success, 39%): #fcf3f3 */
}
.bs-callout-primary h4 {
    color: #0000A6; /* @brand-primary: #428bca */
}
.bs-callout-success h4 {
    color: #46b723; /* @brand-success: #5cb85c */
}
.bs-callout-info h4 {
    color: #0094d6; /* @brand-info: #5bc0de */
}
.bs-callout-warning h4 {
    color: #faba00; /* @brand-warning: #f0ad4e */
}
.bs-callout-danger h4 {
    color: #FF0000; /* @brand-danger: #d9534f */
}
/**
 * @subsection Sharing buttons
 * -------------------------------
 */
.body .sharing-buttons {
    margin-bottom: 2em;
    height: 40px;
    position: relative;
}
.body .sharing-buttons .btn {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #0000A6;
    padding: 3px;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    zoom: 1;
}
.body .sharing-buttons .btn:hover {
    -webkit-transform: scale(1.16) translate(0, 0);
    transform: scale(1.16) translate(0, 0);
}
.body .sharing-buttons .btn + .btn {
    -webkit-transform: scale(1) translate(36px, 0);
    transform: scale(1) translate(36px, 0);
}
.body .sharing-buttons .btn + .btn:hover {
    -webkit-transform: scale(1.16) translate(31px, 0);
    transform: scale(1.16) translate(31px, 0);
}
.body .sharing-buttons .btn + .btn + .btn {
    -webkit-transform: scale(1) translate(72px, 0);
    transform: scale(1) translate(72px, 0);
}
.body .sharing-buttons .btn + .btn + .btn:hover {
    -webkit-transform: scale(1.16) translate(62px, 0);
    transform: scale(1.16) translate(62px, 0);
}
.body .sharing-buttons .btn + .btn + .btn + .btn {
    -webkit-transform: scale(1) translate(108px, 0);
    transform: scale(1) translate(108px, 0);
}
.body .sharing-buttons .btn + .btn + .btn + .btn:hover {
    -webkit-transform: scale(1.16) translate(93px, 0);
    transform: scale(1.16) translate(93px, 0);
}
.body .sharing-buttons .btn.modal-gplus {
    font-size: 25px;
}
.btn.modal-facebook:hover,
.btn.modal-facebook:focus,
.btn.modal-facebook:active {
    color: #3b5998;
}
.btn.modal-twitter:hover,
.btn.modal-twitter:focus,
.btn.modal-twitter:active {
    color: #1da1f2;
}
.btn.modal-gplus:hover,
.btn.modal-gplus:focus,
.btn.modal-gplus:active {
    color: #db4437;
}
.btn.modal-linkedin:hover,
.btn.modal-linkedin:focus,
.btn.modal-linkedin:active {
    color: #0077b5;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 56px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 44px;
        margin-bottom: 16px;
        line-height: 1;
    }
    .home h2, .home .h2,
    h2.headline,
    .footer-newsletter h2,
    .footer-contact h2,
    .footer-founders h2,
    footer h2 {
        line-height: 1;
    }
    .body article {
        padding-bottom: 8px;
    }
    .extralight,
    .form-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    label.text-right {
        text-align: left;
    }
    ul, ol {
        margin-right: 0;
        -webkit-padding-start: 30px;
    }
    .team-item-image.left {
        max-width: 140px;
    }
}
@media (max-width: 480px) {
    .team-item-image.left {
        float: none;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * --------------------
 * @section RAW content
 * ----------------------
 * Special, not global formatting of partial contents starts here.
 * Content be marked with CSS classes, used as namespaces.
 */
/**
 * @subsection RAW content specials
 * ----------------------------------
 * Remember to add class "content-raw" to HTML editor content body
 */
.content-raw a:not(.btn):not(.wraps-image):not(.lightbox):not([target="lightbox"]) {
    padding: 2px 1px;
}
.content-raw a.wraps-image,
.content-raw a[target="lightbox"] {
    text-decoration: none;
    overflow: hidden;
}
.content-raw h1 a, .content-raw h2 a, .content-raw h3 a, .content-raw h4 a, .content-raw h5 a, .content-raw h6 a,
.content-raw .h1 a, .content-raw .h2 a, .content-raw .h3 a, .content-raw .h4 a, .content-raw .h5 a, .content-raw .h6 a {
    padding-left: 0;
    padding-right: 0;
}
.content-raw h1, .content-raw h2, .content-raw h3,
.content-raw .h1, .content-raw .h2, .content-raw .h3 {
    clear: both;
}
.content-raw .modal-title {
    clear: none;
}
/*http://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements*/
.content-raw ul,
.content-raw ol {
    overflow: hidden;
}
.content-raw a img[src*="placehold.it"] {
    /*display: inline-block; /* temporary */
    /*margin: .2em .1em; /* temporary */
}
.document-before,
.document-after {
    position: relative;
    top: 1px;
    white-space: nowrap;
}
.document-after {
    padding-left: 4px;
}
.document-after a {
    text-decoration: none;
    padding: 2px;
    font-size: 17px;
}
.content-raw .name {
    font-variant: normal;
}
.perex.lead {
    margin-right: 2vw;
}
/*micro-clearfix*/
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}
.gallery:after {
    clear: both;
}
.gallery {
    /*micro-clearfix*/
    *zoom: 1;
}
.gallery-item {
    max-width: 308px;
    margin: 0 auto 1em;
    text-align: center;
    padding: 2px 10px;
}
.gallery-caption {
    font-size: 14px;
    padding: 4px 1px 2px;
}
.sharing-buttons {
    clear: both;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 599px) {
    .content-raw .left,
    .content-raw .right {
        float: none;
    }
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .gallery-item {
        float: left;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * ----------------
 * @section Article
 * ------------------
 */
article {
    padding-bottom: 1em;
}
.page-meta {
    /*margin: -1.5em 0 1.5em;*/
}
.single-post .page-meta .published {
    margin-bottom: -20px;
    color: #0000A6;
    font-size: 15px;
}
.single-post .page-meta .published b {
    font-weight: 400;
}
.event-registration-button .btn {
    min-width: 280px;
}
article .categories,
article .event-meta {
    margin: -7px 0 10px;
}
article .page-meta,
article .page-meta h2,
article .event-meta,
article .event-meta h2 {
    color: #0000A6;
}
article .page-meta .when,
article .page-meta .where {
    font-weight: 600;
}
article .page-meta .divider {
    padding: 0 8px;
}
.body article .event-venue-map,
.body article .event-pdf {
    margin-bottom: 1.6em;
}
.faq-items,
.faq-items > li,
.faq-item-question,
.faq-item-question a,
.faq-item-answer,
.faq-item-inner {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    color: inherit;
    text-decoration: none;
}
.faq-item-inner {
    padding-bottom: 12px;
}
li:last-child .faq-item-inner {
    padding-bottom: 22px;
}
.faq-item-question a {
    padding: 18px 16px !important;
    border: 1px solid #aaa;
    font-weight: 600;
}
.faq-item-question a:hover,
.faq-item-question a:focus {
    color: #FF0000;
    border-color: #111;
}
.faq-item:target .faq-item-question a {
    color: #000;
    border-color: #000;
}
.faq-item-answer {
    padding: 2px 16px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
}
.faq-item:target .faq-item-answer {
    padding-top: 18px;
    opacity: 1;
    height: auto;
}
body.touch .event-pdf iframe {
    display: none;
}
.single-overview article .content-raw > ul > li {
    margin-bottom: 12px;
}
.single-overview article .content-raw > table:not(.table)  {
    margin-bottom: 1em;
}
.single-overview article .content-raw > table:not(.table) > tbody > tr > td:first-child,
.mceContentBody.post-template-default.content-raw > table.mce-item-table:not(.table) > tbody > tr > td:first-child  {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 1em;
    text-align: right;
}
.single-overview article .content-raw > table:not(.table) > tbody > tr > td p  {
    margin-bottom: 10px;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * --------------
 * @section Tags
 * -----------------
 */
.tags-wrap {
    padding: 1em 0 0;
    margin: 0 0 1em;
    border-top: 1px solid #ccc;
}
.tags-wrap a {
    padding: .2em .6em;
    border-radius: 4px;
    background: #bbb;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 .3em .1em;
}
.tags-wrap a:hover,
.tags-wrap a:focus {
    background: #aaa;
}
.tags-title {
    padding-right: .1em;
}
.listing .tags-wrap {
    padding: 0;
    margin: 0 0 10px;
    border: 0;
}
.listing .tags-wrap a {
    padding: 0 .4em;
}


/**
 * -----------------
 * @section Listings
 * -------------------
 */
ul.list,
ul.list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing {
    margin: 20px 0 30px;
}
.listing .list h2 {
    margin: 0 0 6px;
}
.listing .list h2 a {
    color: #0000A6;
    text-decoration: none;
}
.listing .list h2 a:hover,
.listing .list h2 a:focus {
    color: #FF0000;
}
.listing > .list > li {
    margin: 0 0 18px;
}
.listing > .list > li:last-child {
    border-bottom: 0;
}
.listing > .list > li .published {
    margin-bottom: 0;
    color: #0000A6;
    font-size: 15px;
}
.listing > .list > li .published b {
    font-weight: 400;
}
ul.meta-list {
    margin: 0 0 8px;
    word-spacing: -4px;
}
.meta-list > li {
    display: inline;
    word-spacing: normal;
}
.meta-list > li:before {
    content: '|';
    padding: 0 .5em;
    color: #ccc;
}
.meta-list > li:first-child:before {
    display: none;
}
.item-image {
    float: left;
    margin: 5px 1em 1em 0;
}
.item-image img {
    max-width: 230px;
}
.page-list .current_page_item > a {
    color: inherit;
    text-decoration: none;
    cursor: default;
    font-weight: bold;
}
.page-list li li {
    display: none;
}
.page-list .current_page_item li {
    display: block;
}
.subcats-col {
    padding-left: 0;
    padding-right: 0;
}
.body .subcats {
    margin-top: 12px;
    margin-bottom: 18px;
}
.subcats-list,
.subcats-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subcats-list > li {
    width: 100%;
    float: left;
}
.subcats-list > li a {
    display: block;
    text-align: center;
    background: #0000A6;
    color: #fff;
    margin: 0 1px 1px 0;
    padding: 11px 1em;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.mozilla .subcats-list > li a {
    margin-bottom: 1.5px;
}
.subcats-list > li a:hover,
.subcats-list > li a:focus {
    background: #0094d6;
}
.subcats-list > li.active a,
.subcats-list > li.active a:hover,
.subcats-list > li.active a:focus {
    background: #FF0000;
}
.overview-archive-year.has-active > .overview-archive-year-title > a,
.overview-archive-month.has-active > .overview-archive-month-title > a {
    text-decoration: none;
}
.overview-archive-year {
    border-bottom: 1px solid #ccc;
}
.overview-archive-month {
    border-bottom: 1px solid #ddd;
}
.overview-archive-month:last-child {
    border-bottom: 0;
}
.overview-archive-year-title {
    font-size: 19px;
    font-weight: 700;
}
.overview-archive-year-title a,
.overview-archive-month-title a {
    padding: 10px 0;
    color: #0000A6;
}
.has-active > .overview-archive-year-title a,
.has-active > .overview-archive-month-title a,
.overview-archive-year-title a:hover,
.overview-archive-year-title a:focus,
.overview-archive-month-title a:hover,
.overview-archive-month-title a:focus,
.overview-archive-issue.active > a {
    color: #FF0000;
}
.overview-archive-issue.active > a {
    font-weight: 600;
}
.overview-archive .overview-archive-months,
.overview-archive .overview-archive-issues {
    padding: 16px 0 20px;
    overflow: hidden;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
}
.overview-archive .overview-archive-months {
    padding: 0;
}
.js .overview-archive-issues,
.js .overview-archive-months {
    padding: 0;
    height: 0;
    opacity: 0;
}
.overview-archive-year.open .overview-archive-months,
.overview-archive-month.open .overview-archive-issues {
    height: auto;
    opacity: 1;
}
.overview-archive-month.open .overview-archive-issues {
    padding: 16px 0 20px;
}
.overview-archive-issue a {
}
.overview-archive-issue span.date {
    display: inline-block;
    white-space: nowrap;
    padding-left: 2px;
}
.listing > .list > .event-past {
    background: #f4f4f4;
    outline: 1em solid #f4f4f4;
    margin-top: 2em;
}
.listing > .list > .event-past + .event-past {
    margin-top: 1em;
}
.listing > .list > .event-past:last-child {
    margin-bottom: 3em;
}
.event-past .item-content p,
.event-past .item-image {
    margin-bottom: 0;
}
.event-past .item-content {
    /*padding-left: 1em;*/
    /*border-left: 3px solid #ccc;*/
    padding-bottom: 0;
    margin-bottom: 1em;
}
.event-meta .past,
.published .past {
    font-weight: 600;
    color: #FF0000;
    white-space: nowrap;
}
.events-calendar {
    background: #0000A6;
    color: #ccdeea;
    padding: 16px 20px 38px;
}
.events-calendar-table {
    margin: 3em 0 2em;
    table-layout: fixed;
    width: 100%;
}
.events-calendar-table th,
.events-calendar-table td {
    text-align: center;
    padding: 0 4px;
    border: 1px solid #ccdeea;
    font-size: 15px;
}
.events-calendar-table th {
    padding: 11px 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.events-calendar-table tr:first-child th {
    font-size: 19px;
}
th.events-calendar-month {
    text-align: left;
    padding-left: 3.7%;
}
.events-calendar-wrapper.loading .events-calendar-month:after {
    content: ' nahrávám...';
    font-weight: 400;
    padding: 0 4px;
    font-size: 15px;
    color: #ccdeea;
}
.lang-en .events-calendar-wrapper.loading .events-calendar-month:after {
    content: ' loading...';
}
.events-calendar-table td.has-event {
    padding: 0;
}
.events-calendar .events-calendar-day {
    display: block;
    padding: 9px 0;
}
.events-calendar a.events-calendar-day {
    background: #fff;
    color: #0000A6;
    text-decoration: none;
}
.events-calendar-table td.is-today {
    /*outline: 2px solid #FF0000;
    outline-offset: -2px;*/
    background: #0094d6;
}
.is-today a.events-calendar-day {
    background: #faba00;
    color: #fff;
}
.events-calendar a.events-calendar-day:hover,
.events-calendar a.events-calendar-day:focus {
    background: #FF0000;
    color: #fff;
}
.events-calendar-controls {
    text-align: center;
    overflow: visible !important;
}
.events-calendar-control {
    display: inline-block;
    margin: 0 8px;
}
.events-calendar-control a {
    padding-left: 10px;
    padding-right: 10px;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 20px;
    font-weight: 200;
    color: transparent !important;
    position: relative;
    width: 32px;
    height: 34px;
}
.events-calendar-control a:after {
    content: '\e5c8';
    display: block;
    width: 29px;
    height: 29px;
    border: 2px solid #fff;
    margin: 12px auto;
    border-radius: 80px;
    font-family: 'basicset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.29;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: transparent;
    position: absolute;
    left: 2px;
    top: -8px;
    opacity: .8;
}
.ie .events-calendar-control a:after {
    line-height: 1.23;
}
.events-calendar-control-prev a {
}
.events-calendar-control-prev a:after {
    content: '\e5c4';
}
body.loaded .events-calendar-control a:after,
body.fonts-loaded .events-calendar-control a:after,
body.no-js .events-calendar-control a:after {
    color: #fff;
}
body.loaded .events-calendar-control a:hover:after,
body.loaded .events-calendar-control a:focus:after,
body.fonts-loaded .events-calendar-control a:hover:after,
body.fonts-loaded .events-calendar-control a:focus:after,
body.no-js .events-calendar-control a:hover:after,
body.no-js .events-calendar-control a:focus:after {
    opacity: 1;
}
.item-image a:hover img,
.item-image a:focus img,
.hp-newsfeed-item-img:hover img,
.hp-newsfeed-item-img:focus img,
.cbt-home-list a:hover img,
.cbt-home-list a:focus img,
.content-raw a:hover img,
.content-raw a:focus img {
    opacity: .84;
}
/**
 * @subsection Pagination
 * ------------------------
 */
.cf-pagination {
    display: table;
    clear: both;
    margin: -6px auto 24px;
    /*display:none;*/
}
.subcats-col ~ .col .cf-pagination {
    margin-top: 6px;
}
.body .cf-pagination ~ .cf-pagination {
    margin: 10px auto 40px;
}
.cf-pagination .pager {
    margin: 0;
}
.cf-pagination .pager > li {
    display: block;
    float: left;
    position: relative;
    z-index: 16;
}
.cf-pagination .pager > li + li { z-index: 15; }.cf-pagination .pager > li + li + li { z-index: 14; }.cf-pagination .pager > li + li + li + li { z-index: 13; }
.cf-pagination .pager > li + li + li + li + li { z-index: 12; }.cf-pagination .pager > li + li + li + li + li + li { z-index: 11; }
.cf-pagination .pager > li + li + li + li + li + li + li { z-index: 10; }.cf-pagination .pager > li + li + li + li + li + li + li + li { z-index: 9; }
.cf-pagination .pager > li + li + li + li + li + li + li + li { z-index: 8; }.cf-pagination .pager > li + li + li + li + li + li + li + li + li { z-index: 7; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li { z-index: 6; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li + li { z-index: 5; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li + li + li { z-index: 4; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li + li + li + li { z-index: 3; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li + li + li + li + li { z-index: 2; }
.cf-pagination .pager > li + li + li + li + li + li + li + li + li + li + li + li + li + li { z-index: 1; }
/**/
.cf-pagination .pager > li,
.cf-pagination .pager > li > a,
.cf-pagination .pager > li > span {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    text-decoration: none;
    font-weight: 400;
}
.cf-pagination .pager > li > .current {
    color: #FF0000;
    font-weight: 600;
}
.cf-pagination .pager .pages {
    display: none;
}
.cf-pagination .pager > li > a,
.cf-pagination .pager > li > span {
    padding: 12px 18px 13px;
    position: relative;
}
.cf-pagination .pager > li > a:before,
.cf-pagination .pager > li > span:before {
    content: '';
    display: block;
    width: 1px;
    background: #0000A6;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
}
.cf-pagination .pager > li:first-child + li > a:before,
.cf-pagination .pager > li:first-child + li > span:before,
.cf-pagination .pager .showall {
    display: none;
}
.cf-pagination .pager > li > .nextpostslink,
.cf-pagination .pager > li > .last,
.cf-pagination .pager > li > .previouspostslink,
.cf-pagination .pager > li > .first {
    border: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    /*overflow: hidden;*/
    font-size: 1px;
    line-height: 0;
    background: #0000A6;
    border-radius: 80px;
    color: transparent;
    margin: 10px 8px 0;
}
.cf-pagination .pager > li > .previouspostslink:before,
.cf-pagination .pager > li > .first:before {
    content: '' !important;
    display: block !important;
    width: 3px;
    position: absolute;
    top: 4px;
    right: -10px;
    bottom: 4px;
    left: auto;
    z-index: 3;
    background: #fff;
    pointer-events: none;
}
.cf-pagination .pager > li > .nextpostslink:after,
.cf-pagination .pager > li > .last:after,
.cf-pagination .pager > li > .previouspostslink:after,
.cf-pagination .pager > li > .first:after {
    content: '\f198';
    font-family: 'basicset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 3px;
    left: 12px;
    font-size: 20px;
    text-indent: 0;
    color: transparent;
}
.cf-pagination .pager > li > .last:after {
    content: '\f194';
    left: 9px;
}
.cf-pagination .pager > li > .previouspostslink:after {
    content: '\f197';
    left: 9px;
}
.cf-pagination .pager > li > .first:after {
    content: '\f193';
    left: 7px;
}
body.loaded .cf-pagination .pager > li > .nextpostslink:after,
body.loaded .cf-pagination .pager > li > .last:after,
body.loaded .cf-pagination .pager > li > .previouspostslink:after,
body.loaded .cf-pagination .pager > li > .first:after,
body.fonts-loaded .cf-pagination .pager > li > .nextpostslink:after,
body.fonts-loaded .cf-pagination .pager > li > .last:after,
body.fonts-loaded .cf-pagination .pager > li > .previouspostslink:after,
body.fonts-loaded .cf-pagination .pager > li > .first:after,
body.no-js .cf-pagination .pager > li > .nextpostslink:after,
body.no-js .cf-pagination .pager > li > .last:after,
body.no-js .cf-pagination .pager > li > .previouspostslink:after,
body.no-js .cf-pagination .pager > li > .first:after {
    color: #fff;
}
.cf-pagination .pager > li > .nextpostslink:hover,
.cf-pagination .pager > li > .nextpostslink:focus,
.cf-pagination .pager > li > .last:hover,
.cf-pagination .pager > li > .last:focus,
.cf-pagination .pager > li > .previouspostslink:hover,
.cf-pagination .pager > li > .previouspostslink:focus,
.cf-pagination .pager > li > .first:hover,
.cf-pagination .pager > li > .first:focus {
    background: #FF0000;
}

.cf-pagination .pager a {
}
.cf-pagination .pager .extend {
}
.pager > li:first-child,
.pager li.showall {
}
.pager > li {
}
.pager > li a.page,
.pager > li span.current {
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
    .item-image {
        display: none;
    }
    .item-image + .item-content {
        margin-left: 0;
    }
    .events-calendar-table th {
        padding: 9px 4px;
    }
    .events-calendar .events-calendar-day {
        padding: 7px 0;
    }
    .events-calendar {
        padding: 16px 12px 28px;
    }
    .events-list-right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-header .nobr {
        white-space: normal;
    }
}
@media (min-width: 768px) {
    .subcats-list > li {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .events-list-right {
        padding-left: 2px;
    }
    .body .cf-pagination ~ .cf-pagination {
        margin: -22px auto 40px;
    }
    .listing > .list > .event-past {
        margin-right: 1em;
    }
    .events-calendar {
        margin-top: 1em;
    }
}
@media (min-width: 1200px) {
    .subcats-list > li {
        width: 20%;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * ---------------
 * @section Header
 * -----------------
 */
header {
    /*background: #ddd; /* temporary */
    /*padding: 60px 0; /* temporary */
    /*min-height: 154px; /* temporary */
    /*background: #ddd url('../images/common/foxpress_bg.png') center center no-repeat; /* temporary */
    /*background-size: auto 100%; /* temporary */
    /*position: relative; /* temporary */
    height: 240px;
    /*max-height: 30vh;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.home header {
    height: 600px;
    /*min-height: 500px;*/
    /*max-height: 68vh;*/
}
body.home.lang-en header {
    height: 410px;
    /*min-height: 500px;*/
    /*max-height: 68vh;*/
}
.navbar-fixed-top,
.navbar-top {
    min-height: 81px;
    margin-bottom: 0;
}
.navbar-top {
    position: relative;
    top: 0;
    z-index: 99999;
    background: #0000A6;
    border-color: #0000A6;
    border-top: 0 !important;
}
body.foxpress-ml .navbar-fixed-top,
body.foxpress-ml .navbar-top {
    height: 80px;
}
body.foxpress-ml .navbar-fixed-top + .navbar-fixed-top {
    /*top: 79px;
    height: auto;
    z-index: 1029;*/
}
header .bloginfo p {
    /*position: relative; /* temporary */
    /*z-index: 2; /* temporary */
    /*float: left; /* temporary */
}
header a.fox {
    /*display: block; /* temporary */
    /*width: 154px; /* temporary */
    /*height: 154px; /* temporary */
    /*position: absolute; /* temporary */
    /*top: 0; /* temporary */
    /*left: 50%; /* temporary */
    /*z-index: 1; /* temporary */
    /*transform: translate(-50%, 0); /* temporary */
    /*opacity: 1; /* temporary */
    /*-webkit-transition: opacity 0.8s linear; /* temporary */
    /*-moz-transition: opacity 0.8s linear; /* temporary */
    /*transition: opacity 0.8s linear; /* temporary */
}
.js.preloading header a.fox {
    /*opacity: 0; /* temporary */
}
header a.fox:hover img,
header a.fox:focus img {
    /*opacity: .8; /* temporary */
}
.no-js .navbar-fixed-top {
    position: static !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 88vh;
}
.navbar-fixed-top + .navbar-fixed-top .navbar-collapse {
    max-height: 82vh;
}
header a {
    text-decoration: none;
    color: #fff;
}
.navbar > .container a.navbar-brand {
    padding: 25px 20px;
}
.navbar > .container a.navbar-brand img {
    opacity: .99;
}
.navbar > .container a.navbar-brand:hover img,
.navbar > .container a.navbar-brand:focus img {
    opacity: .88;
}
header .hp-navigation {
    overflow: hidden;
    width: 100%;
}
header .hp-navigation a {
    color: #fff !important;
    font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ccdee9;
}
.navbar-inverse .navbar-nav a {
    text-transform: uppercase;
}
#menu-languages .wpml-ls-long,
#menu-languages .dropdown-menu .wpml-ls-abbr,
#menu-languages .caret {
    display: none;
}
#menu-languages .wpml-ls-abbr,
#menu-languages .dropdown-menu .wpml-ls-long {
    display: inline;
    font-weight: 600;
    font-size: 18px;
}
#menu-languages .dropdown-menu li:not(.active) > a .wpml-ls-long {
    font-weight: 400;
}
#menu-languages .dropdown-menu li.active > a .wpml-ls-long,
#menu-languages .dropdown-menu .wpml-ls-long {
    color: #ccdee9;
    font-size: 16px;
}
#menu-languages .dropdown-menu a:hover .wpml-ls-long,
#menu-languages .dropdown-menu a:focus .wpml-ls-long {
    color: #fff;
}
header #navigation .part-search {
    /*display: block !important;*/
    background: #0000A6;
    padding: 19px 20px;
    top: 81px;
    right: 0;
    left: 0;
    border-top: 1px solid rgba(0,92,149,.5);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.menu .search-toggle a,
.menu .social-twitter a {
    overflow: hidden;
    text-indent: -100em;
    position: relative;
    width: 30px;
    margin-left: 6px;
}
.loaded .menu .search-toggle a:after,
.loaded .menu .social-twitter a:after,
.fonts-loaded .menu .search-toggle a:after,
.fonts-loaded .menu .social-twitter a:after,
.no-js .menu .search-toggle a:after,
.no-js .menu .social-twitter a:after {
    content: '\eea8';
    font-family: 'basicset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 25px;
    left: 2px;
    font-size: 26px;
    text-indent: 0;
}
.loaded .menu .search-toggle a:after,
.fonts-loaded .menu .search-toggle a:after,
.no-js .menu .search-toggle a:after {
    content: '\f00f';
    top: 25px;
    left: 2px;
    font-size: 22px;
}
.fonts-loaded .part-search.open ~ .menu .search-toggle a:after {
    content: '\f00d';
    font-size: 24px;
}
.menu .search-toggle a {
    margin-right: 1px;
}
header .hp-navigation > nav {
    height: 499px;
    overflow: hidden;
}
.hp-navigation .menu,
.hp-navigation .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hp-navigation .menu {
    margin-top: 0;
    height: 500px;
    overflow: hidden;
}
.hp-navigation .menu li {
    float: left;
    width: 50%;
    text-align: center;
    display: table;
    table-layout: fixed;
    height: 335px;
    font-size: 3.4em;
    line-height: 1;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.hp-navigation .menu li ~ li {
    border-right: 0;
}
.hp-navigation .menu li + li ~ li {
    border-bottom: 0;
    border-right: 1px solid transparent;
    line-height: 1.3;
}
.hp-navigation .menu li + li + li + li + li,
.hp-navigation .menu li:last-child {
    border-right: 0;
    margin-right: -6px;
}
.hp-navigation .menu li + li + li {
    width: 33.44%;
    height: 165px;
    font-size: 1.6em;
}
.hp-navigation .hp-menu-en-aside li {
    height: 360px;
}
.hp-navigation .hp-menu-en-aside li + li + li {
    width: 100%;
    height: 140px;
    border-right: 0;
}
.hp-navigation .menu a {
    display: table-cell;
    background: #0000A6;
    background: rgba(0, 0, 166, 0.5);
    vertical-align: middle;
    position: relative;
    padding: 16px;
    padding-bottom: 17px;
}
.hp-navigation .menu a:hover,
.hp-navigation .menu a:focus {
    background: #FF0000;
    background: rgba(215,4,37,.6);
}
.hp-navigation .menu > li:first-child > a:after,
.hp-navigation .menu > li:first-child + li > a:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    margin: 24px auto 12px;
    border-radius: 80px;
    content: '\e5c8';
    font-family: 'basicset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    color: transparent;

}
.ie .hp-navigation .menu > li:first-child > a:after,
.ie .hp-navigation .menu > li:first-child + li > a:after {
    line-height: 1.0444;
}
.mozilla .hp-navigation .menu > li:first-child > a:after,
.mozilla .hp-navigation .menu > li:first-child + li > a:after {
    line-height: 1.04;
}
body.loaded .hp-navigation .menu > li:first-child > a:after,
body.loaded .hp-navigation .menu > li:first-child + li > a:after,
body.fonts-loaded .hp-navigation .menu > li:first-child > a:after,
body.fonts-loaded .hp-navigation .menu > li:first-child + li > a:after,
body.no-js .hp-navigation .menu > li:first-child > a:after,
body.no-js .hp-navigation .menu > li:first-child + li > a:after {
    color: #fff;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 991px) {
    #navbar {
        background: #0000A6;
        box-shadow: none;
        position: relative;
        border-top: 1px solid #ccdee9;
        border-top-color: rgba(255,255,255,.26);
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin-right: -19px;
        margin-left: -21px;
        top: 1px;
    }
    #navbar #navigation {
        padding-top: 50px;
    }
    .search-button,
    .search-button-en,
    #menu-languages {
        display: none !important;
    }
    #navbar a {
        color: #ccdee9 !important;
        background: transparent !important;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 20px;
        line-height: 22px;
        font-size: 15px;
    }
    #navbar .dropdown-menu a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 40px;
    }
    #navbar a:hover,
    #navbar a:focus,
    #navbar a:active,
    #navbar .active > a {
        color: #fff !important;
    }
    header #navbar .part-search {
        position: absolute;
        top: 1px;
        right: 0;
        left: 0;
        padding: 15px 18px 6px 8px;
    }
    #navbar .input-group,
    #navbar .input-group > * {
        display: block;
    }
    #navbar .input-group {
        margin-right: 34px;
    }
    #navbar .input-group-btn {
        position: absolute;
        top: 3px;
        right: -12px;
    }
    #navbar .input-group-btn button {
        width: 36px;
        overflow: hidden;
    }
    #navbar .social-links {
        margin-top: 10px;
    }
    #navbar .social-twitter a {
        padding: 10px 203px 24px 5px;
        opacity: .7;
    }
    #navbar .social-twitter a:before {
        content: 'Follow us on Twitter';
        display: block;
        position: absolute;
        right: 22px;
        top: 10px;
        text-indent: 0;
        color: #fff;
        color: rgba(255,255,255,.7);
        text-transform: none;
        font-weight: 200;
        font-size: 15px;
    }
    #navbar .social-twitter a:hover:before,
    #navbar .social-twitter a:focus:before,
    #navbar .social-twitter a:active:before {
        color: rgba(255,255,255,.9);
    }
    #navbar .social-twitter a:after {
        top: 8px;
        left: 14px;
    }
    #menu-languages-clone {
        position: absolute;
        z-index: 91;
        top: 13px;
        right: 72px;
        width: 60px;
    }
    #menu-languages-clone .caret {
        display: none;
    }
    #menu-languages-clone,
    #menu-languages-clone ul,
    #menu-languages-clone li {
        margin: 0;
        padding: 0;
        width: auto;
        min-width: 0;
        min-height: 0;
        float: none;
        text-align: right;
    }
    #menu-languages-clone * {
        background: transparent;
        color: #ccdee9;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        float: none;
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 0;
    }
    #menu-languages-clone a:hover *,
    #menu-languages-clone a:focus *,
    #menu-languages-clone a:active * {
        color: #fff;
    }
    #menu-languages-clone .dropdown-toggle {
        padding: 16px;
        width: 60px;
    }
    #menu-languages-clone .dropdown-menu {
        position: absolute;
        width: 100vw;
        max-width: 760px;
        background: #0000A6;
        top: 68px;
        left: auto;
        right: -73px;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    #menu-languages-clone .dropdown-menu li,
    #menu-languages-clone .dropdown-menu .wpml-ls-long {
        display: inline-block;
        font-size: 16px;
    }
    #menu-languages-clone .dropdown-menu .wpml-ls-abbr {
        display: none;
    }
    #menu-languages-clone .dropdown-menu a {
        display: inline-block;
        padding: 13px;
        margin: 0 0 6px 0;
    }
    #menu-languages-clone .dropdown-menu li:last-child a {
        margin-right: 10px;
    }
    #menu-languages-clone .dropdown-menu li:not(.active) > a span {
        font-weight: 400;
    }
}
@media (max-width: 767px) {
    .navbar-fixed-top,
    .navbar-top {
        min-height: 71px;
    }
    #menu-languages-clone {
        top: 8px;
        right: 64px;
    }
    #menu-languages-clone .dropdown-menu {
        top: 62px;
        right: -65px;
    }
    body.foxpress-ml .navbar-fixed-top,
    body.foxpress-ml .navbar-top {
        height: 70px;
    }
    body.foxpress-ml .navbar-fixed-top + .navbar-fixed-top {
        /*top: 71px;*/
    }
    .navbar > .container a.navbar-brand {
        padding: 20px 20px;
        height: 70px;
    }
    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    header .hp-navigation > nav {
        height: 529px;
    }
    .lang-en header .hp-navigation > nav {
        height: 339px;
    }
    .hp-navigation .menu {
        height: 530px;
    }
    .mozilla .hp-navigation .menu {
        height: 529px;
    }
    .safari .hp-navigation .menu {
        height: 529px;
    }
    .hp-navigation .menu li {
        width: 100% !important;
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid transparent !important;
        height: 123px !important;
        font-size: 1em;
    }
    .hp-navigation .menu li:last-child {
        border-bottom: 0 !important;
    }
    .hp-navigation .menu li:last-child a {
        padding-bottom: 19px;
    }
    .hp-navigation .menu li + li ~ li {
        height: 95px !important;
    }
    .hp-navigation .menu li:first-child,
    .hp-navigation .menu li:first-child + li {
        font-size: 2em;
    }
    .hp-navigation .menu li:first-child a:after,
    .hp-navigation .menu li:first-child + li a:after {
        display: inline-block;
        margin: 10px 2px 3px 11px;
        position: relative;
        top: 2px;
    }
    #navbar {
        margin-right: -21px;
        margin-left: -21px;
    }
}
@media (max-width: 480px) {
    header .bloginfo p {
        /*top: -32px; /* temporary */
    }
}
@media (min-width: 768px) {
    header {
        /*padding: 80px 0; /* temporary */
        /*min-height: 194px; /* temporary */
        height: 300px;
        /*max-height: 43vh;*/
    }
    body.home header,
    body.home.lang-en header {
        height: 580px;
        /*min-height: 500px;*/
        /*max-height: 88vh;*/
    }
    body.home.lang-en header {
        /*height: 700px;
        min-height: 600px;*/
    }
    header a.fox {
        /*width: 194px; /* temporary */
        /*height: 194px; /* temporary */
    }
}
@media (min-width: 992px) {
    header {
        /*padding: 90px 0; /* temporary */
        /*min-height: 214px; /* temporary */
        height: 340px;
    }
    body.home header,
    body.home.lang-en header {
        height: 620px;
        /*min-height: 500px;*/
        /*max-height: 88vh;*/
    }
    header a.fox {
        /*width: 214px; /* temporary */
        /*height: 214px; /* temporary */
    }
    header .navbar .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .navbar-top {
        top: 40px;
    }
    header .hp-navigation > nav {
        height: 539px;
    }
    .hp-navigation .menu {
        margin-top: 39px;
    }
    #menu-primary-menu {
        margin-left: 1%;
    }
    #menu-primary-menu-en {
        margin-left: 8%;
    }
    .lang-cs .hp-navigation .menu li + li + li {
        width: 33.41%;
    }
    #menu-languages-clone {
        display: none !important;
    }
    #menu-primary-menu .caret,
    #menu-primary-menu-en .caret {
        display: none;
    }
    header .dropdown {
        position: static;
    }
    header .dropdown .dropdown-menu {
        left: 0;
        right: 0;
        border: 0;
        padding: 0;
        background: #0000A6;
        box-shadow: none;
        text-align: center;
        top: 102%;
        padding-right: 7%;
    }
    header .dropdown:first-child .dropdown-menu {
        padding-right: 34%;
    }
    .lang-en header .dropdown:first-child .dropdown-menu {
        padding-right: 27%;
    }
    header #menu-languages .dropdown .dropdown-menu {
        text-align: right;
        padding-right: 4%;
    }
    header .dropdown .dropdown-menu:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        background: rgba(0,92,149,.5);
        height: 1px;
    }
    header .dropdown .dropdown-menu > li {
        display: inline-block;
    }
    header .dropdown .dropdown-menu > li > a {
        background: transparent !important;
        color: #ccdee9;
        padding: 22px 14px 26px;
        border-top: 3px solid transparent;
    }
    header .dropdown .dropdown-menu > li > a:hover,
    header .dropdown .dropdown-menu > li > a:focus,
    header .dropdown .dropdown-menu > li.active > a {
        color: #fff;
        border-top: 3px solid #fff;
    }
    header .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-inverse .navbar-nav > li > a {
        background: transparent;
        border-top: 4px solid transparent;
        padding-top: 25px;
    }
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active-ancestor > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background: transparent;
        border-top: 4px solid #fff;
        padding-top: 25px;
        color: #fff;
    }
    .navbar-inverse .navbar-right a {
        border-top-color: transparent !important;
    }
}
@media (min-width: 1160px) {
    #menu-primary-menu {
        margin-left: 7%;
    }
    #menu-primary-menu-en {
        margin-left: 12%;
    }
}
@media (min-width: 1200px) {
    header {
        /*padding: 100px 0; /* temporary */
        /*min-height: 234px; /* temporary */
    }
    header a.fox {
        /*width: 234px; /* temporary */
        /*height: 234px; /* temporary */
    }
    header .navbar .container {
        padding-left: 28px;
        padding-right: 28px;
    }
    #menu-primary-menu {
        margin-left: 8%;
    }
    #menu-primary-menu-en {
        margin-left: 15%;
    }
    .hp-navigation .menu {
        margin-top: 40px;
    }
    #header .navbar-fixed-top {
        position: fixed;
        top: -1px;
        opacity: .9;
        border-bottom-color: rgba(0,0,0,.3);
        min-height: 80px;
        -webkit-transform: translateY(-190px);
        transform: translateY(-190px);
    }
    #header .navbar-fixed-top-show {
        -webkit-transition: transform .4s;
        transition: transform .4s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #header .navbar-fixed-top > .container {
        padding-right: 47px;
        padding-left: 29px;
    }
    #header .navbar-fixed-top > .container #menu-primary-menu {
        margin-left: 7.85%;
    }
    #header .navbar-fixed-top > .container #menu-primary-menu-en {
        margin-left: 14.73%;
    }
    body.has-navbar-fixed-top .hp-navigation .menu {
        margin-top: 121px;
    }
    body.has-navbar-fixed-top header .hp-navigation > nav {
        height: 620px;
    }
}
@media (min-width: 1260px) {
}
@media (min-width: 1340px) {
    #menu-primary-menu {
        margin-left: 12%;
    }
    #header .navbar-fixed-top > .container #menu-primary-menu {
        margin-left: 11.81%;
    }
}
@media (min-width: 1420px) {
    #menu-primary-menu {
        margin-left: 16%;
    }
    #menu-primary-menu-en {
        margin-left: 20%;
    }
    #header .navbar-fixed-top > .container #menu-primary-menu {
        margin-left: 15.75%;
    }
    #header .navbar-fixed-top > .container #menu-primary-menu-en {
        margin-left: 19.72%;
    }
}
@media (min-width: 1500px) {
    #header .navbar-fixed-top > .container #menu-primary-menu {
        margin-left: 15.77%;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}
/**
 * @subsection WPML switcher
 * --------------------------
 */
#languages {
}
.ls-navbar-nav {
    float: left;
    margin: 0;
}
.ls-navbar-nav.navbar-right {
    float: right !important;
}
.ls-navbar-nav > li {
    float: left;
}
.ls-navbar-nav > li > a {
    /*padding-top: 13px;
    padding-bottom: 13px;*/
    padding-left: 14px;
    padding-right: 16px;
}
.wpml-ls-long,
.wpml-ls-bracket {
    display: none;
}
.wpml-ls-abbr {
    display: inline-block;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 480px) {
}
@media (max-width: 767px) {
}
@media (max-width: 991px) {
    .navbar-nav.ls-navbar-nav > li > a,
    .navbar-nav.ls-navbar-nav > li.active > a {
        background: transparent !important;
        padding: 0;
        margin: 6px 0 0 8px;
    }
    .navbar-nav.ls-navbar-nav > li > a .wpml-ls-abbr {
        background: #ccc;
        width: 38px;
        height: 38px;
        border-radius: 100px;
        text-align: center;
        padding-top: 7px;
    }
    .navbar-nav.ls-navbar-nav > li.active > a .wpml-ls-abbr,
    .navbar-nav.ls-navbar-nav > li > a:hover .wpml-ls-abbr,
    .navbar-nav.ls-navbar-nav > li > a:focus .wpml-ls-abbr {
        background: #333;
        color: #fff;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .wpml-ls-long {
        display: inline-block;
    }
    .wpml-ls-abbr {
        display: none;
    }
}
@media (min-width: 1200px) {
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}
/**
 * @subsection Hamburger
 * ------------------------
 */
.navbar-header .navbar-toggle {
    border: 0;
    background: transparent !important;
    box-shadow: none;
    margin-right: 0;
    left: 11px;
    padding-top: 6px;
    padding-bottom: 3px;
    opacity: .88;
}
.navbar-header .navbar-toggle .icon-bar {
    transition: all 0.2s;
    position: relative;
    border-radius: 0;
    height: 4px;
    width: 44px;
    left: 30px;
}
.navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-header .navbar-toggle.collapsed .icon-bar {
    left: 0;
}
.navbar-header .navbar-toggle .icon-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #0000A6;
    position: absolute;
    left: -4px;
    bottom: -3px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
/**
 * @subsection Search
 * --------------------
 */
.listing-search > .list > li {
    padding-bottom: 4px;
}
header .part-search.open,
.no-js header .part-search {
    display: block;
}
.search-everything-highlight-color {
    background-color: transparent !important;
}
#main .search-everything-highlight-color {
    background-color: #ffff80 !important;
    border-bottom: 1px solid rgba(100,90,0,.1);
}
/*search field*/
input.search-field:-moz-placeholder { /* FF 18- */
    color: #fff !important;
    opacity: .7;
}
input.search-field::-moz-placeholder { /* FF 19+ */
    color: #fff !important;
    opacity: .7;
}
input.search-field:-ms-input-placeholder { /* ie10 */
    color: #fff !important;
    opacity: .7;
}
input.search-field::-webkit-input-placeholder { /* Chrome */
    color: #fff !important;
    opacity: .7;
}
input.search-field.placeholder { /* ie7-9 */
    color: #fff !important;
    opacity: .7;
}
/* helper classes to target empty input field
    (placeholder text itself is affected only in IE) */
input.search-field.operaplaceholder,
input.search-field.webkitplaceholder,
input.search-field.mozillaplaceholder,
input.search-field.ieplaceholder { 
    color: #fff !important;
    opacity: .7;
}
input.search-field,
.form-search .btn {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 200;
}
.form-search .btn {
    color: transparent !important;
    position: relative;
    width: 32px;
    height: 32px;
}
.form-search .btn:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    margin: 12px auto;
    border-radius: 80px;
    content: '\e5c8';
    font-family: 'basicset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.22;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: transparent;
    position: absolute;
    left: 2px;
    top: -8px;
}
body.loaded .form-search #s + .input-group-btn .btn:after,
body.fonts-loaded .form-search #s + .input-group-btn .btn:after,
body.no-js .form-search #s + .input-group-btn .btn:after {
    color: #fff;
    opacity: .5;
}
body.loaded .form-search #s:focus + .input-group-btn .btn:after,
body.fonts-loaded .form-search #s:focus + .input-group-btn .btn:after,
body.no-js .form-search #s:focus + .input-group-btn .btn:after {
    opacity: .7;
}
body.loaded .form-search #s + .input-group-btn .btn:hover:after,
body.loaded .form-search #s + .input-group-btn .btn:focus:after,
body.fonts-loaded .form-search #s + .input-group-btn .btn:hover:after,
body.fonts-loaded .form-search #s + .input-group-btn .btn:focus:after,
body.no-js .form-search #s + .input-group-btn .btn:hover:after,
body.no-js .form-search #s + .input-group-btn .btn:focus:after {
    opacity: .9;
}
body.loaded .form-search #s + .input-group-btn .btn:active:after,
body.fonts-loaded .form-search #s + .input-group-btn .btn:active:after,
body.no-js .form-search #s + .input-group-btn .btn:active:after {
    opacity: 1;
}
.listing .event-meta,
.listing-search .categories,
.listing .categories {
    color: #0000A6;
    font-size: 15px;
    margin-bottom: 6px;
}
#s {
    background: rgba(255,255,255,.3) !important;
}
input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
/**/
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .no-js .navbar-fixed-top {
        position: fixed;
    }
}
@media (max-width: 991px) {
    .search-title,
    .search-button {
        display: none !important;
    }
}
@media (min-width: 992px) {
    header .part-search {
        position: absolute;
        top: 100px;
        right: 6%;
        left: 6%;
        display: none;
        z-index: 199;
    }
    header .part-search .form-search {
        margin: 0 auto;
        max-width: 770px;
    }
    #navigation .form-search .btn {
        margin-left: 9px;
    }
}
@media (min-width: 1200px) {
    .listing .event-meta {
        font-size: 16px;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * ---------------
 * @section Footer
 * -----------------
 */
footer {
    /*background: #ddd; /* temporary */
    /*padding: 30px 0 0; /* temporary */
    font-size: 15px;
    background: #0000A6;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding-top: 30px;
}
footer .textwidget p {
    margin: 24px auto;
}
footer *,
footer *:hover,
footer *:focus,
footer *:before,
footer *:after,
.body footer .menu > li:before {
    color: #fff;
}
.body footer .menu > li:before {
    padding: 10px;
}
.body footer .menu > li {
    float: none;
    display: inline-block;
}
.body footer .widget_nav_menu {
    margin: 1em auto 0;
}
footer > .col,
footer .img-responsive {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
body.has-bro-warnings footer {
    margin-bottom: 128px;        
}
footer .menu,
footer .menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*micro-clearfix*/
footer .widget:before,
footer .widget:after {
    content: ' ';
    display: table;
}
footer .widget:after {
    clear: both;
}
footer .widget {
    /*micro-clearfix*/
    *zoom: 1;
    /**/
    margin-bottom: 1em;
}
footer .textwidget a img {
    opacity: .99;
}
footer .textwidget a:hover img,
footer .textwidget a:focus img {
    opacity: .88;
}
.footer-newsletter {
    padding: 30px 0;
    background: #0000A6;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.footer-newsletter .content-raw p {
    padding: 10px 3% 12px;
    font-weight: 600;
}
.footer-newsletter .content-raw a {
    color: #fff;
}
.footer-newsletter > .col,
.footer-newsletter .form-group > div {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.loader,
.footer-newsletter .form-group:last-child > div,
.form-contact .form-group:last-child > div,
.events-calendar-controls {
    display: block;
    position: relative;
    overflow: hidden;
}
.footer-newsletter .form-group:last-child > div:before,
.form-contact .form-group:last-child > div:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 80px;
    background: #0000A6;
    top: 0;
    right: -20px;
    z-index: 9999;
}
.form-contact .form-group:last-child > div:before {
    background: #f4f4f4;
}
.loader:after,
.footer-newsletter .form-group:last-child > div:after,
.form-contact .form-group:last-child > div:after,
.events-calendar-controls:after {
    content: '';
    position: absolute;
    top: 2px;
    height: 2px;
    background: #fff;
}
.form-contact .form-group:last-child > div:after {
    top: 12px;
    background: #0000A6;
}
.events-calendar-controls:after {
    top: -8px;
    background: rgba(255,255,255,.5);
}
.ff-submitting .loader:after,
.footer-newsletter .ff-submitting .form-group:last-child > div:after,
.form-contact .ff-submitting .form-group:last-child > div:after,
.events-calendar-wrapper.loading ~ .events-calendar-controls:after {
    animation: loading 1s infinite linear;
}
@media (min-width: 768px) {
    .loader:after,
    .footer-newsletter .form-group:last-child > div:after {
        top: 22px;
    }
    .form-contact .form-group:last-child > div:after {
        top: 12px;
    }
    .events-calendar-controls:after {
    }
}
@keyframes loading {
    0% {
        left: 22px;
        right: 800px;
    }
    40% {
        left: 22px;
        right: 22px;
    }
    60% {
        left: 22px;
        right: 22px;
    }
    100% {
        left: 800px;
        right: 22px;
    }
}
.footer-newsletter label {
    display: none;
}
.footer-newsletter .form-group .btn,
.form-contact .form-group .btn,
.btn.btn-white,
.btn.btn-blue {
    font-size: 17px;
    font-weight: 600;
    box-shadow: none;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.footer-newsletter .form-group .btn {
    margin-top: 20px;
}
.form-contact .form-group .btn,
.btn.btn-blue,
.btn.btn-blue:hover,
.btn.btn-blue:focus {
    color: #0000A6;
    border: 2px solid #0000A6;
}
.form-contact .form-group .btn {
    margin-top: 10px;
}
.footer-newsletter .form-group .btn:hover,
.footer-newsletter .form-group .btn:focus {
    background: rgba(255,255,255,.15);
}
.form-contact .form-group .btn:hover,
.form-contact .form-group .btn:focus,
.btn.btn-blue:hover,
.btn.btn-blue:focus {
    background: rgba(0,106,167,.08);
}
.footer-newsletter h2,
.footer-contact .footer-contact-title,
.events-calendar .events-calendar-title {
    color: #fff;
    font-weight: 200;
    font-size: 48px;
}
.events-calendar .events-calendar-title {
    font-size: 38px;
    line-height: 1;
}
.footer-newsletter-cbt {
    /*padding: 30px 0;
    background: #bbb;*/
}
.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"] {
    border-color: #0000A6;
}
.footer-contact {
    padding: 30px 0;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid #bbb;
}
.footer-contact .footer-contact-title {
    color: #0000A6;
    text-align: center;
    padding-bottom: 2px;
}
.footer-contact-text h2 {
    color: #0000A6;
}
.footer-contact-left {
    border-right: 1px solid #bbb;
    padding-right: 2em;
}
.footer-contact-right {
    padding-left: 2em;
}
/*@see https://www.advancedcustomfields.com/resources/google-map/*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}
.footer-contact-twitter {
    max-height: 720px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*@see https://css-tricks.com/custom-scrollbars-in-webkit/*/
.nice-scrollbar {
}
.nice-scrollbar:hover {
}
.nice-scrollbar .footer-contact-twitter-inner {    
}
.nice-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.nice-scrollbar::-webkit-scrollbar-button {
    display: none;
}
.nice-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;    
}
.nice-scrollbar:hover::-webkit-scrollbar-thumb {
    background: #777;
}
.nice-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.nice-scrollbar::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
.nice-scrollbar::-webkit-scrollbar {
    opacity: .5;
}
.footer-founders {
    padding: 30px 0;
    background: #fff;
}
.footer-founders h2,
h2.headline,
h3.headline,
.cbt-home-flashes-title {
    color: #0000A6;
    text-align: center;
    font-weight: 200;
    font-size: 48px;
    margin-bottom: 24px;
}
h2.headline,
h3.headline {
}
.footer-founders-list,
.footer-founders-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.footer-founders-list {
    display: table;
    table-layout: fixed;
    max-width: 100%;
}
.footer-founders-list > li {
    display: table-cell;
    width: 25%;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    padding: 0 1em;
}
.footer-founders-list > li:last-child {
    border-right: 0;
}
.footer-founders-item-inner,
.footer-founders-item-inner a {
    display: block;
}
.footer-founders-item-inner img {
    display: block;
    margin: 0 auto;
    opacity: 1;
}
.footer-founders-item a:hover img,
.footer-founders-item a:focus img {
    opacity: .8;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
    .body footer .menu > li {
        display: block;
        margin: 10px auto;
    }
    .body footer .menu {
        margin: 0 auto;
    }
    .body footer .widget_nav_menu {
        margin-top: 0;
    }
    .footer-founders-list > li {
        display: block;
        width: 50%;
        border: 0;
        float: left;
        padding-top: 8px;
    }
    .footer-founders-list > li:last-child {
        float: none;
        clear: both;
        margin: 0 auto -1em;
    }
    .footer-founders h2,
    h2.headline,
    h3.headline,
    .cbt-home-flashes-title,
    .footer-newsletter h2,
    .footer-contact .footer-contact-title,
    .events-calendar .events-calendar-title {
        font-size: 40px;
    }
    .footer-contact-left {
        margin-top: -2em;
        margin-bottom: 2em;
    }
    .footer-newsletter ~ .footer-contact .footer-contact-left {
        margin-top: 0;
    }
    .acf-map,
    .nice-scrollbar .footer-contact-twitter-inner,
    .google-map,
    .google-map .google-map-inner {
        height: 330px; 
        max-height: 50vh; 
    } 
    .footer-newsletter .form-group .btn {
        margin-top: 0;
    }
    .footer-newsletter .content-raw p {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-newsletter .content-raw br {
       display: none;
    }
    .body .hp-news,
    .body .hp-events {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
    .hp-events {
        padding-top: 2em;
    }
}
@media (min-width: 768px) {
    footer {
        margin-bottom: 10px;
    }
    body.has-bro-warnings footer {
        margin-bottom: 90px;        
    }
    footer .menu > li:before {
        content: '|';
        padding: 0 .4em;
        color: #555;
    }
    footer .menu > li:first-child:before {
        content: '';
        display: none;
    }
}
@media (min-width: 992px) {
    footer,
    body.has-bro-warnings footer {
        margin-bottom: 110px;
    }
    footer .widget {
        /*float: left;*/
    }
    footer .widget + .widget {
        /*float: right;*/
    }
    footer {
        padding-left: 4px;
        padding-right: 4px;
    }
    footer .menu > li {
        float: left;
    }
    .footer-newsletter .content-raw p {
        padding: 10px 0% 12px;
    }
}
@media (min-width: 1200px) {
    footer {
        margin-bottom: 130px;
    }
    footer {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-newsletter .content-raw p {
        padding: 10px 0% 12px;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}


/**
 * ----------------
 * @section Sidebar
 * ------------------
 */
.sidebar {
    padding-top: 1em;
}
.sidebar .widget {
    margin-bottom: 1.4em;
}
.sidebar .widget h3 {
    font-size: 24px;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
    .sidebar {
        margin-top: 2em;
        border-top: 1px solid #ccc;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .sidebar {
        padding: 0 0 1em 1em;
        border-left: 1px solid #ccc;
    }
}
@media (min-width: 1200px) {
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}



/**
 * -----------------
 * @section Homepage
 * -------------------
 */
body.home {
}
.hp-topics {
    min-height: 242px;
    margin-bottom: 1em;
    background: #fff;
}
.hp-topics .hp-topics-title,
.hp-featured-title {
    color: #0000A6;
    text-align: center;
    font-weight: 200;
    font-size: 48px;
    margin: 24px auto 40px;
}
.body .hp-featured-title {
    margin: 30px auto 40px;
}
.body .hp-featured-title a {
    text-decoration: none;
}
.hp-featured-list,
.hp-featured-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
    /*display: table;*/
    width: 100%;
    box-shadow: inset 0 -160px 0 0 #f4f4f4;
    position: relative;
}
.hp-featured-list > li {
    padding-bottom: 1em;
    background: #f4f4f4;
    box-shadow: none;
}
.hp-featured-list > li:first-child {
    /*border-left: 0;*/
}
.hp-featured-item-img {
    display: block;
    position: relative;
}
.hp-featured-item-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FF0000;
    opacity: 0;
}
.hp-featured-item-img:hover:after,
.hp-featured-item-img:focus:after {
    /*opacity: .56;*/
}
.hp-featured-item-img:hover img,
.hp-featured-item-img:focus img {
    opacity: .88;
}
.hp-featured-list {
    /*margin-left: -1px;*/
    margin-bottom: 1.6em;
}
.hp-featured-list h3 {
    margin: 2px 0 8px;
}
.hp-featured-list h3 a {
    text-decoration: none;
    color: #0000A6;
}
.hp-featured-list h3 a:hover,
.hp-featured-list h3 a:focus {
    color: #FF0000;
}
.hp-featured-item-inner {
    padding: 1em;
    padding-bottom: 10px;
}
.hp-featured-item-inner .date {
    color: #0000A6;
    /*font-size: 15px;*/
}
.hp-featured-item-title {
    margin-top: 0;
}
.hp-featured-item-topics,
.hp-featured-item-topics li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hp-featured-item-topics {
    margin: -2px 0 5px;
}
.hp-featured-item-topics li {
    display: inline-block;
}
.hp-featured-item-topics li + li:before {
    content: ' / ';
    color: #0000A6;
}
.hp-featured-item-topics a,
.categories a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
.hp-newsfeed {
    margin: 16px 0 40px;
}
.hp-news {
    border-right: 1px solid #bbb;
    padding-right: 2em;
}
.hp-events {
    padding-left: 2em;
}
.hp-newsfeed-title {
    color: #0000A6;
    text-align: center;
    font-weight: 200;
    font-size: 48px;
    margin: 20px auto 26px;
}
.hp-newsfeed-title a {
    text-decoration: none;
}
.hp-newsfeed-list,
.hp-newsfeed-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.hp-newsfeed-list > li {
    margin-top: -2px;
}
.hp-newsfeed-list .hp-newsfeed-item {
    margin-bottom: 14px;
}
.hp-newsfeed-item .date {
    color: #0000A6;
    font-size: 15px;
}
.hp-events .hp-newsfeed-item .date {
    margin-bottom: 2px;
}
.hp-newsfeed-item-title {
    margin-top: 0;
    margin-bottom: 5px;
}
.hp-events .hp-newsfeed-item-title {
    margin-bottom: 6px;
}
.hp-newsfeed-item-title a {
    text-decoration: none;
    color: #0000A6;
}
.hp-newsfeed-item-title a:hover,
.hp-newsfeed-item-title a:focus {
    color: #FF0000;
}
.hp-newsfeed-item-topics,
.hp-newsfeed-item-topics li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hp-newsfeed-item-topics {
    margin: -3px 0 4px;
}
.hp-newsfeed-item-topics li {
}
.hp-newsfeed-item-topics a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
.body .hp-newsfeed-item-img {
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
}
.when-divider {
    padding: 0 .4em;
}
.where .icon,
.when .icon {
    position: relative;
    top: 0;
    margin: 0;
    visibility: hidden;
}
.where .icon {
    color: #0094d6;
}
.fonts-loaded .where .icon,
.fonts-loaded .when .icon {
    top: 1px;
    margin: 0 3px 0 0;
    visibility: visible;
}
.fonts-loaded .when .icon {
    top: -1px;
    margin: 0 2px 0 0;
    font-size: 14px;
}
.fonts-loaded.home .where .icon {
    margin: 0 2px 0 0;
    font-size: 16px;
    top: 2px;
}
.fonts-loaded.home .when .icon {
    margin: 0 3px 0 -2px;
    top: 0;
}
.when .icon {
    display: none;
}
.hp-newsfeed-link {
    text-align: center;
}
.hp-newsfeed-link a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: 1px solid #0000A6;
    border-radius: 40px;
    /*font-weight: 600;*/
    padding: 4px 12px 5px 30px;
    top: 3px;
}
.hp-newsfeed-link a:before {
    display: inline-block;
    /*width: 33px;*/
    /*height: 33px;*/
    content: '+';
    font-weight: 200;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 41px;
    color: #0000A6;
    position: absolute;
    left: 0;
    top: 7px;
    padding: 6px 6px 6px 10px;
}
.hp-newsfeed-link a:hover,
.hp-newsfeed-link a:focus,
.hp-newsfeed-link a:hover:before,
.hp-newsfeed-link a:focus:before {
    color: #FF0000;
    border-color: #FF0000;
}
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-topics,
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-perex,
.hp-events .hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-date br,
.hp-events .hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-date .where,
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-date {
    display: none;
}
.hp-newsfeed-list .hp-newsfeed-item:first-child + .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item {
    border-top: 1px solid #ddd;
    padding-top: 19px;
    margin-top: -1px;
}
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item {
    margin-top: 2px;
    margin-bottom: 1px;
}
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item:last-child {
    margin-bottom: 19px;
}
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-title {
    font-size: 16px;
    padding-left: 21px;
    font-weight: 400;
    position: relative;
    line-height: 21px;
    margin-bottom: 4px;
}
.hp-newsfeed-list .hp-newsfeed-item + .hp-newsfeed-item + .hp-newsfeed-item ~ .hp-newsfeed-item .hp-newsfeed-item-title:before {
    content: '\2022';
    position: absolute;
    left: 5px;
    top: 9px;
    font-weight: 400;
    font-size: 25px;
    line-height: 0;
    color: #0000A6;
}
.hp-featured-item-title a:hover,
.hp-featured-item-title a:focus,
.hp-newsfeed-item-title a:hover,
.hp-newsfeed-item-title a:focus {
    transition: none;
    -webkit-transition: none;
    text-decoration: underline;
}

/**
 * @subsection CBT
 * --------------------
 */
.cbt-home-list,
.cbt-home-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cbt-home-list > li {
    background: #f4f4f4;
    margin-bottom: 1px;  
}
.cbt-home-list-item-left {
    padding-left: 0;
    overflow: hidden;
}
.cbt-home-list-item-left a {
    display: block;
}
.cbt-home-list-item-right {
    padding: 12px 8px 8px 0;
}
.cbt-home-list-item-right-title {
    margin-bottom: 4px;
    font-weight: 700;
}
.cbt-main h2 {
    font-weight: 700;
    color: #0000A6;
}
.cbt-home-list-item-right-title a {
    text-decoration: none;
    color: #0000A6;
}
.cbt-home-list-item-right-title a:hover,
.cbt-home-list-item-right-title a:focus {
    color: #FF0000;
}
.cbt-home-list-item-right-excerpt p {
    margin-bottom: 0;
}
.cbt-home-archive-year.has-active > .cbt-home-archive-year-title > a {
    text-decoration: none;
}
.cbt-home-archive-issue.active > a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.cbt-right-menu,
.cbt-right-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cbt-right-menu {
    margin-bottom: 1em;
}
.cbt-right-menu > li > a,
.cbt-right-menu > li > .a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
.cbt-right-menu > li:last-child > a,
.cbt-right-menu > li:last-child > .a {
    border-bottom: 0;
}
.cbt-right-menu .cfico-home {
    color: #444;
}
.body .cbt-home-calendar {
    padding: 10px 0 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    color: #0000A6;
}
.overview-pdf {
    margin-bottom: 24px;
}
.overview-archive-title,
.cbt-home-archive-title,
.cbt-home-calendar-title,
.cbt-right-title {
    font-size: 38px;
    line-height: 1;
    color: #0000A6;
    font-weight: 200;
    margin-bottom: 24px;
}
.cbt-right-title {
    margin-bottom: 20px;
}
.cbt-home-calendar-list,
.cbt-home-calendar-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cbt-home-calendar-item-title {
    margin-bottom: 0;
    color: #0000A6;
}
.cbt-home-calendar-item-title a {
    text-decoration: none;
}
.cbt-home-pdf .btn {
    font-weight: 700;
    padding: 63px 38px;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
h2.cbt-home-flashes-title {
    margin-top: 8px;
}
.cbt-home-flashes-list,
.cbt-home-flashes-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cbt-home-flashes-list > li {
    width: 100%;
    float: left;
    padding: 1px 20px 1px 26px;
}
.cbt-home-flashes-list > li:first-child {
    border: 0;
}
.cbt-home-flashes-list .cbt-home-flashes-item-title {
    margin-bottom: 8px;
    color: #0000A6;
}
.cbt-home-archive-title {
    margin-bottom: 18px;
}
.cbt-home-archive-list,
.cbt-home-archive-list *,
.overview-archive-list,
.overview-archive-list * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-decoration: none;
}
.cbt-home-archive-year {
    border-bottom: 1px solid #ddd;
}
.cbt-home-archive-year-title {
    font-size: 19px;
    font-weight: 700;
}
.cbt-home-archive-year-title a {
    padding: 10px 0;
    color: #0000A6;
}
.has-active .cbt-home-archive-year-title a,
.cbt-home-archive-year-title a:hover,
.cbt-home-archive-year-title a:focus,
.cbt-home-archive-issue.active a {
    color: #FF0000;
}
.cbt-home-archive-issues {
    padding: 16px 0 20px;
    overflow: hidden;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
}
.js .cbt-home-archive-issues {
    padding: 0;
    height: 0;
    opacity: 0;
}
.cbt-home-archive-year.open .cbt-home-archive-issues {
    padding: 16px 0 20px;
    height: auto;
    opacity: 1;
}
/**
 * @subsection Owl Carousel
 * ---------------------------
 */
.body .carousel {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel {
    text-align: center;
}
.owl-carousel .owl-item {
    position: relative;
    z-index: 30;
}
.owl-carousel .owl-item + .owl-item {
    z-index: 29;
}
.owl-carousel .owl-item + .owl-item + .owl-item {
    z-index: 28;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 27;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 26;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 25;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 24;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 23;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 22;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 21;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 20;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 19;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item {
    z-index: 18;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item {
    z-index: 17;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item {
    z-index: 16;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 15;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 14;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 13;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 12;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 11;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 10;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 9;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 8;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 7;
}
.owl-carousel .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item
 + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
    z-index: 6;
}
.owl-carousel .slide a {
    display: block;
    border-left: 1px solid #0000A6;
    padding: 1em;
    min-height: 5em;
    text-decoration: none;
    color: #0000A6;
    font-size: 20px;
    font-weight: 600;
}
.no-js .owl-carousel .slide a {
    min-height: 0;
}
.owl-carousel .owl-item:last-child .slide a {
    border-right: 1px solid #0000A6;
}
.owl-carousel .slide a:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    background: transparent;
}
.owl-carousel .owl-item:last-child .slide a:before {
    display: none;
}
.body .owl-carousel .slide a:hover,
.body .owl-carousel .slide a:focus {
    color: #FF0000;
    border-color: #FF0000;
}
.body .owl-carousel .slide a:hover:before,
.body .owl-carousel .slide a:focus:before {
    background-color: #FF0000;
}
.owl-carousel .owl-wrapper-outer {
    width: 101%;
    width: calc(100% + 2px);
    z-index: 3;
}
.owl-carousel .prevnext {
    display: none;
}
.owl-theme .owl-controls .owl-page span {
}
.owl-theme .owl-controls .owl-page.active span {
}
.owl-controls {
    display: none !important;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 991px) {
    .hp-topics {
        float: none;
    }
    .hp-featured-list {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .hp-featured,
    .home .row.columns #main {
        background: #f4f4f4;
    }
    .hp-featured ~ div {
        background: #fff;
    }
    .cbt-home-pdf .btn {
        padding: 30px;
    }
    .cbt-home-list-item-left {
        padding-right: 14px;
    }
    .body.lang-en .hp-featured-title {
        margin-top: 0;
        padding-top: 30px;
    }
    .owl-controls {
        display: block !important;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 7px;
        height: 7px;
        background: #222;
        opacity: .16;
        margin: 4px 8px;
    }
}
@media (max-width: 767px) {
    .hp-topics .hp-topics-title,
    .hp-featured-title {
        font-size: 40px;
    }
    .hp-topics {
        min-height: 192px;
    }
    .home .row.columns #main {
        background: #fff;
    }
    .cbt-home-list > li {
        margin-bottom: 1em;
        outline: 9px solid #f4f4f4;
    }
    .cbt-home-list-item-left {
        padding-right: 0;
    }
    .cbt-home-flashes-list > li {
        padding-left: 0;
        padding-right: 0;
    }
    .cbt-home-archive-issues > li,
    .overview-archive-issues > li {
        margin-bottom: 4px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 5px;
        height: 5px;
        margin: 4px 6px;
    }
}
@media (min-width: 768px) {
    .carousel {
        margin: 0 auto;
        max-width: 84%;
    }
    .owl-carousel .slide a {
    }
    .cbt-home-flashes-list > li {
        width: 33.3%;
        border-left: 1px solid #ddd;
    }
    .cbt-home-flashes-list > li.count-4 {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .owl-carousel .prevnext {
        display: block !important;
        opacity: .97;
        width: 70px;
        height: 116px;
        position: absolute;
        z-index: 4;
        top: -5%;
        right: -95px;
    }
    .owl-carousel .prev {
        right: auto;
        left: -94px;
    }
    body:not(.ios) .owl-carousel .prevnext:hover,
    .owl-carousel .prevnext:active {
        opacity: 1;
    }
    .owl-carousel .prevnext .icon {
        display: block;
        width: 56px;
        height: 56px;
        position: absolute;
        left: 7px;
        top: 24%;
        background: #0000A6;
        border-radius: 100px;
        opacity: .9;
    }
    .owl-carousel .prevnext .icon:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        content: '\e5c8';
        font-family: 'basicset' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1.1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        color: transparent;
        position: absolute;
        left: 11px;
        top: 11px;
    }
    body.loaded .owl-carousel .prevnext .icon:after,
    body.fonts-loaded .owl-carousel .prevnext .icon:after,
    body.no-js .owl-carousel .prevnext .icon:after {
        color: #fff;
    }
    .owl-carousel .prevnext:hover .icon,
    .owl-carousel .prevnext:focus .icon {
        background: #FF0000;
    }
    .owl-carousel .prev .icon:after {
        content: '\e5c4';
        left: 10px;
    }
    .owl-carousel .prev .icon {
        left: 8px;
    }
    .owl-carousel .prevnext.disabled {
        opacity: .16 !important;
        cursor: default;
    }
    .owl-carousel .prevnext.disabled .icon {
        background: #0000A6 !important;
    }
    .owl-carousel .prevnext {
        right: -95px;
    }
    .owl-carousel .prev {
        left: -94px;
    }
    .hp-featured-list > li {
        /*display: table-cell;*/
        width: 33.33333%;
        /*overflow: hidden;*/
        /*border-left: 1px solid #fff;*/
        padding-bottom: 0;
        float: left;
    }
    .hp-featured-list:before,
    .hp-featured-list > li:before,
    .hp-featured-list > li:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .hp-featured-list > li:after {
        right: auto;
        left: -1px;
        background: #fff;
    }
    .hp-featured-list:before {
        background: #fff;
    }
    .hp-featured-list > li:first-child {
        /*border-left: 0;*/
    }
    .hp-featured-list {
        /*margin-left: -1px;*/
    }
    .cbt-home-pdf {
        margin-left: -40px;
    }
    .cbt-archive-columns-wrapper {
        column-count: 3;
    } 
}
@media (min-width: 1200px) {
    .owl-carousel .slide a {
    }
    .owl-carousel .prevnext {
        right: -95px;
    }
    .owl-carousel .prev {
        left: -94px;
    }
    .body .hp-newsfeed-item-img {
        max-width: 200px;
        float: left;
        margin: 4px 1em .5em 0;
    }
    .cbt-home-list-item-right-excerpt.content-raw {
        font-size: 16px;
    }
    .cbt-home-flashes-list .cbt-home-flashes-text {
        font-size: 16px;
    }
}
@media (min-width: 1340px) {
    .hp-newsfeed-item-img {
        max-width: 220px;
    }
    .cbt-home-list-item-right {
        padding: 1em 8px 8px 0;
    }
    .cbt-home-list-item-right-title {
        margin-bottom: 8px;
    }
}
@media (min-width: 1500px) {
    .hp-newsfeed-item-img {
        max-width: 230px;
    }
    .cbt-home-list-item-right-title {
        margin-bottom: 12px;
    }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
}



/**
 * --------------------
 * @section Breadcrumbs
 * ----------------------
 */
.breadcrumbs {
    text-align: center;
    margin: 1em 0 0;
    font-weight: 200;
}
.breadcrumbs * {
    font-weight: 400;
}
/**
 * @subsection Responsive
 * ------------------------
 */



/**
 * ----------------
 * @section Sitemap
 * ------------------
 */
.wsp-container {
}
.wsp-container ul {
    line-height: 1.5;
}
.wsp-pages-list {
}
.wsp-posts-list {
}
.wsp-posts-list .wsp-category-title {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.wsp-posts-list .wsp-category-title a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.375;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
    .wsp-posts-list .wsp-category-title a {
        font-size: 15px;
    }
    .wsp-posts-list .wsp-category-title a {
        font-size: 15px;
    }
    .wsp-container li {
        margin-top: 4px;
    }
}


/**
 * ----------------
 * @section Flashes
 * ------------------
 */
.flashes {
    font-size: 16px;
    text-align: left;    
}
.flashMessage {
    margin-bottom: 0;
    position: relative;
    padding: 16px;
}
.container .flashMessage {
    border: 0;
    border-radius: 4px;
    padding: 14px 20px 16px 17px;
}
.flashMessageClose {
    position: relative;
    top: -3px;
}
.alert,
.alert-warning {
    color: #d69100;
    border: 0;
}
.alert-danger {
    color: #c70b1d;
}
.alert-success {
    color: #3da524;
}
/**
 * @subsection Browser warnings
 * ------------------------------
 */
.bro-warnings {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101025;
}
body.cookies-off .no-cookies-warning,
body.cookies-on .cookies-notice {
    display: block !important;
}
body.cookies-on .cookies-notice {
    color: #d7d7d7;
    font-size: 15px;
    background: #111;
    border-color: #111;
    background: rgba(0,0,0,.88);
    border-color: rgba(0,0,0,.88);
}
body.cookies-on .cookies-notice .btn-info {
    background: #ffd000;
    border-color: #fc0;
    color: #000;
    border-radius: 2px;
    opacity: .97;
    top: 0;
}
body.cookies-on .cookies-notice .btn-info:hover,
body.cookies-on .cookies-notice .btn-info:focus {
    opacity: .85;
}
body.cookies-on .cookies-notice .btn-link {
    color: #ddd;
}
body.cookies-on .cookies-notice .btn-link:hover,
body.cookies-on .cookies-notice .btn-link:focus {
    color: #fff;
}
body.cookies-notice-seen .cookies-notice {
    display: none !important;
}
.btn.flashMessageClose {
    margin: 8px 0;
}
.btn.flashMessageClose ~ .btn {
    margin-top: 2px;
}
.bro-warnings {
    position: fixed;
}
@media (min-width: 992px) {
    .bro-warnings {
        position: fixed;
    }
    .alert {
        padding-right: 16px;
    }
    .flashMessage {
        padding: 17px;
        padding-right: 20px;
    }
    .btn.flashMessageClose,
    .btn.flashMessageClose ~ .btn {
        margin: -15px 0 -6px 6px;
    }
    body.rtl .btn.flashMessageClose,
    body.rtl .btn.flashMessageClose ~ .btn {
        margin: -9px 6px -6px 0;
    }
    .ios .btn.flashMessageClose,
    .ios .btn.flashMessageClose ~ .btn {
        margin-top: -10px;
    }
    .flashWarning br {
        display: none;
    }
}
.btn.flashMessageClose ~ .btn {
    margin-left: -4px;
}
@media (max-width: 991px) {
    .flashMessageClose:not(.btn) {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        padding: 12px 14px;
    }
    body.rtl .flashMessageClose:not(.btn) {
        right: auto;
        left: 0;
    }
}


/**
 * -------------------
 * @section Take-Me-Up
 * ---------------------
 */
.take-me-up {
    width: 64px;
    height: 64px;
    margin-right: -92px;
    margin-bottom: 16px;
    border-radius: 300px;
    background: #0000A6 url('../images/common/uarr.png') center center no-repeat;
    background-color: rgba(0,92,149,.4);
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 101026;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.15s linear, visibility 0.15s, background-color 0.15s;
    -moz-transition: opacity 0.15s linear, visibility 0.15s, background-color 0.15s;
    transition: opacity 0.15s linear, visibility 0.15s, background-color 0.15s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity, visibility;
    opacity: 0;
    visibility: hidden;
}
body.rtl .take-me-up {
    margin-right: 0;
    margin-left: -92px;
    right: auto;
    left: 0;
}
.take-me-up.showme,
body.touch .take-me-up.showme:hover {
    opacity: .7;
    visibility: visible;
}
.take-me-up.showme:hover,
.take-me-up.showme:focus {
    opacity: .9;
    background-color: #FF0000;
    background-color: rgba(215,4,37,.9);
}
.take-me-up.showme:active {
    background-color: #FF0000;
    opacity: 1;
}
body.android-lt3 .take-me-up {
    display: none;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media 
  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
    .take-me-up {
        background-image: url('../images/common/uarr@2x.png');
        -webkit-background-size: 44px 44px;
        background-size: 44px 44px;
    }
}


/**
 * -----------------
 * @section Fancybox
 * -------------------
 */
#fancybox-wrap,
#fancybox-wrap *,
#fancybox-wrap *:before,
#fancybox-wrap *:after,
#fancybox-loading,
#fancybox-loading *,
#fancybox-tmp,
#fancybox-tmp *,
#fancybox-overlay {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#fancybox-title { /* set title properties */
    text-align: left;
    font-family: rawline,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#fancybox-title-inside {
    width: 90%;
}
#fancybox-title-outside {
    width: 99%;
    margin-top: -20px;
}
#fancybox-outer #fancybox-close {
    right: 15px !important;
    top: 15px !important;
    opacity: .4;
}
#fancybox-outer:hover #fancybox-close {
    opacity: .8;
}
#fancybox-outer:hover #fancybox-close:hover {
    opacity: 1;
}
#fancybox-left,
#fancybox-right {
    bottom: auto;
    top: 0;
    height: 96%;
}
#fancybox-left span,
#fancybox-right span {
    opacity: 0;
    left: 20px;
}
.ie8 #fancybox-left span,
.ie8 #fancybox-right span {
    visibility: hidden;
}
#fancybox-right span {
    left: auto;
    right: 20px;
}
body.mobile #fancybox-left span,
body.mobile #fancybox-right span {
    visibility: visible;
    opacity: .5 !important;
}
body.mobile #fancybox-left:active span,
body.mobile #fancybox-right:active span,
#fancybox-left:hover span,
#fancybox-right:hover span {
    opacity: .9 !important;
}
.ie8 #fancybox-left:hover span,
.ie8 #fancybox-right:hover span {
    visibility: visible;
}
#fancybox-left span, #fancybox-right span, #fancybox-close {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity;
}
#fancybox-outer {/* space for captions */
    top: -34px;
}
#fancybox-outer,
#fancybox-content,
#fancybox-title {/* outer corners */
    border-radius: 6px;
}
#fancybox-overlay {
    cursor: default !important;
}
@media (max-width: 767px) {
    #fancybox-outer {
        top: 0;
    }
    #fancybox-wrap {
        padding-right: 0;
    }
    .fancybox-bg {
        display: none;
    }
    #fancybox-title-over {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: fixed;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .android-lt3 #fancybox-title-over {
        display: none;
    }
    #fancybox-left span,
    #fancybox-right span {
        visibility: visible !important;
        opacity: .5 !important;
        top: 52%;
    }
    #fancybox-left:active span,
    #fancybox-right:active span {
        opacity: .9 !important;
    }
    #fancybox-outer #fancybox-close {
        opacity: .6 !important;
        right: 0 !important;
        top: 0 !important;
        border: 15px solid transparent;
        -moz-background-clip: content;
        -webkit-background-clip: content;
        background-clip: content-box;
    }
    #fancybox-outer #fancybox-close:active {
        opacity: 1 !important;
    }
    body:not(.android-lt3) #fancybox-left,
    body:not(.android-lt3) #fancybox-right,
    body:not(.android-lt3) #fancybox-outer #fancybox-close {
        position: fixed;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #fancybox-outer,
    #fancybox-content,
    #fancybox-title {
        border-radius: 0;
    }
}
/*due to stackable modals*/
#fancybox-overlay,
#fancybox-wrap {
    z-index: 101900;
}


/**
 * -----------------
 * @section CfProject
 * -------------------
 */
a.cbf {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 30px;
    height: 30px;
    opacity: .1;
    z-index: 2;
}
.ie10 a.cbf,
.ie11 a.cbf {
    right: 30px;
}
body:hover a.cbf {
    opacity: .3;
}
body:hover a.cbf:hover,
body:hover a.cbf:focus {
    opacity: .7;
}
@media (min-width: 1080px) {
    a.cbf {
        display: block;
    }
}


/**
 * --------------
 * @section Fixes
 * ----------------
 */
.ie9 body,
.ie9 a,
.ie9 img {
    /* IE9 needs conditional override of 'filter' to 'none' */
    filter: none !important;
}
/**
 * @subsection WP-Adminbar
 * -------------------------
 */
@media screen and (min-width: 601px) {
    body.admin-bar .navbar-fixed-top {
        top: 46px; /* fixed navbar shift if WP-Adminbar is showing */
    }
    body.admin-bar .navbar-fixed-top + .navbar-fixed-top {
        /*top: 124px; /* dtto for doubled fixed navbars */
    }
}
@media screen and (min-width: 783px) {
    body.admin-bar #header .navbar-fixed-top {
        top: 31px;
    }
    body.admin-bar .navbar-fixed-top + .navbar-fixed-top {
        /*top: 110px;*/
    }
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 600px) {
    body.admin-bar #wpadminbar {
        z-index: 101025;
        margin-top: -46px;
        /*margin-top: 25px; /* for fixed navbar *//*(-46px + 71px = 25px)*/
    }
    body.foxpress-ml.admin-bar #wpadminbar {
        /*margin-top: 111px; /* for double fixed navbar *//*(-46px + 51px + 51px = 5px)*/
    }
}



/**
 * Project - Print CSS Stylesheet
 *
 * @project Project
 * @version 1.0
 * @date 27.02.2014 18:10:55
 * @author Cyber Fox, s.r.o.
 * @copyright Cyber Fox, s.r.o. 2015-present
 */
@media print {

    /**
     * ---------------
     * @section Global
     * -----------------
     */
    body {
        font: 13px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
        width: auto !important;
    }
    a, a:visited {
        text-decoration: underline;
    }


    /**
     * ----------------
     * @section Project
     * ------------------
     * Your project-level print styles.
     */
    .extralight,
    .cf-pagination,
    .overview-list-right,
    .overview-right {
        display: none !important;
    }


    /**
     * --------------
     * @section Fixes
     * ----------------
     */
    .ie9 body {
        /* IE9 needs conditional override of 'filter' to 'none' */
        filter: none !important;
    }

}

/* end of file */
