/*
                                                                        .         .
     ,o888888o.    8 8888888888   8 888888888o  `8.`888b           ,8' ,8.       ,8.
    8888     `88.  8 8888         8 8888    `88. `8.`888b         ,8' ,888.     ,888.
 ,8 8888       `8. 8 8888         8 8888     `88  `8.`888b       ,8' .`8888.   .`8888.
 88 8888           8 8888         8 8888     ,88   `8.`888b     ,8' ,8.`8888. ,8.`8888.
 88 8888           8 888888888888 8 8888.   ,88'    `8.`888b   ,8' ,8'8.`8888,8^8.`8888.
 88 8888           8 8888         8 888888888P'      `8.`888b ,8' ,8' `8.`8888' `8.`8888.
 88 8888   8888888 8 8888         8 8888              `8.`888b8' ,8'   `8.`88'   `8.`8888.
 `8 8888       .8' 8 8888         8 8888               `8.`888' ,8'     `8.`'     `8.`8888.
    8888     ,88'  8 8888         8 8888                `8.`8' ,8'       `8        `8.`8888.
     `8888888P'    8 8888         8 8888                 `8.` ,8'         `         `8.`8888.
=============================================================================================
=============================================================================================
CSS verze 1.3                           30.4.2019                   (c) 2015-2019 Tomas Panek
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/




/*
BODY
-------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background-color: #efefef;
    padding-top: 61px;
    word-wrap: break-word;
}
p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
}
.tooltip {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .container,.container-fluid {
        max-width: 1150px;
    }
}
body ::selection, blockquote footer ::selection {
    background: rgba(226, 58, 35, 0.65); /* WebKit/Blink Browsers */
}
body ::-moz-selection, blockquote footer ::-moz-selection  {
    background: rgba(226, 58, 35, 0.65); /* Gecko Browsers */
}
/*
MENU, HLAVICKA
-------------------------------------------
*/
.mainnavbar {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    background-color: #49392d;
    min-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 0px;
}
.mainnavbar .navbar-nav li a {
    padding-top: 0px;
}
.mainnavbar .navbar-nav > li > a {
    color: #ffffff;
    border-top: 5px solid #49392d;
    text-shadow: none;
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}
.mainnavbar .navbar-nav > li > a:hover,
.mainnavbar .navbar-nav > li > a:focus {
    color: #ffffff;
    border-top: 5px solid #c43320;
    background-color: #e23a23;
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}
.mainnavbar .navbar-nav > .active > a,
.mainnavbar .navbar-nav > .active > a:hover,
.mainnavbar .navbar-nav > .active > a:focus,
.mainnavbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a,
.mainnavbar .navbar-nav > .open > a,
.mainnavbar .navbar-nav > .open > a:focus,
.mainnavbar .navbar-nav > .open > a:hover{
    color: #ffffff;
    border-top: 5px solid #c43320;
    background-color: #e23a23;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: none;
}
.mainnavbar .dropdown-menu {
    -webkit-box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
}
.mainnavbar .navbar-brand, .mainnavbar .navbar-brand:focus{
    color: #ffffff;
    text-shadow: none;
}
.mainnavbar .navbar-brand:hover{
    color: #ffffff;
    background-color: #e23a23;
    text-shadow: none;
}
.mainnavbar .navbar-toggle {
    border-color: #ffffff;
}
.mainnavbar .navbar-toggle:hover,
.mainnavbar .navbar-toggle:focus:hover{
    background-color: #e23a23;
}
.mainnavbar .navbar-toggle:focus {
    background-color: #49392d !important;
}

.mainnavbar .navbar-toggle:hover .icon-bar, .navbar-custom .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}
.mainnavbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.mainnavbar .navbar-collapse,
.mainnavbar .navbar-form {
    border-color: #49392d;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 56px;
    height: 61px;
    padding-top: 0;
}

/*dropdown menu + responzivní drobnosti*/
@media (max-width: 768px) {
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a, .mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus, .mainnavbar .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: #EFEFEF;
        line-height: 61px;
        height: 61px;
        padding-top: 0;
        font-weight: 700;
        -o-transition:.35s;
        -ms-transition:.35s;
        -moz-transition:.35s;
        -webkit-transition:.35s;
        transition:.35s;
    }
    .navbar-fixed-top {
        border-top: 5px solid #49392d;
        position: relative;
        top: auto;
        min-height: auto !important;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    body {
        padding-top: 0;
    }

    /* barva rozdělovače sekcí */
    .dropdown-menu .divider {
        height: 3px;
        background-color: #959595 !important;
        margin: 0;
        padding: 10 0;
    }

    /* odebere focus změnu barvy na mobilních zařízeních */
    .mainnavbar .navbar-nav > li > a:focus {
        border-top: 5px solid #49392d;
        background-color: #49392d;
    }
    .mainnavbar .navbar-nav > li > a:focus:hover {
        border-top: 5px solid #c43320;
        background-color: #e23a23;
    }

    /* změní barvu nadpisu sekce v dropdown menu */
    .dropdown-header {
        color: #777;
    }

    /* aktivní položka - pozadí */
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:focus,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:focus:hover{
        color: #EFEFEF;
        background-color: #e23a23;
        background-image: none;
        background-repeat: no-repeat;
    }

    /* hover efekt */
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a:hover,
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus:hover{
        color: #e23a23;
        background-image: none;
        background-repeat: no-repeat;
    }
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus:hover {
        color: #e23a23;
    }
    /*pozadí u divideru*/
    .mainnavbar .navbar-nav .open .dropdown-menu > li{
        background-color: #EFEFEF;
    }
}

@media (min-width: 768px)  {
    .mainnavbar {
        -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:    0px 5px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow:         0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    }
    .mainnavbar .dropdown:hover .dropdown-menu {
        display: block;
    }
    .mainnavbar .dropdown-menu a {
        line-height: 31px;
        height: 31px;
        -o-transition:.25s;
        -ms-transition:.25s;
        -moz-transition:.25s;
        -webkit-transition:.25s;
        transition:.25s;
    }

    /*ohraničení dropdown menu*/
    .mainnavbar .dropdown-menu {
        border: 1px solid rgba(115, 115, 115, 1);
    }

    /* aktivní položka - pozadí + barva písma */
    .mainnavbar .navbar-nav .dropdown-menu > .active > a,
    .mainnavbar .navbar-nav .dropdown-menu > .active > a:hover,
    .mainnavbar .navbar-nav .dropdown-menu > .active > a:focus{
        background-color: #e23a23;
        color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
        cursor: default;
    }

    /* barva rozdělovače sekcí */
    .dropdown-menu .divider {
        height: 1px;
        background-color: #959595;
        margin-bottom: 0px;
    }
    /* hover efekt */
    .mainnavbar .navbar-nav .dropdown-menu > li > a:hover,
    .mainnavbar .navbar-nav .dropdown-menu > li > a:focus{
        color: #e23a23;
        background-color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
    }
    .navbar-right {
        margin-right: 0;
    }
}
/* sticky footer */
body {
    /**
    * 1. Making the <body> element behave like a flexbox container.
    * 2. Making flex children line up vertically (horizontal is default)
    * 3. Setting the min-height to 100% of the viewport height.
    */

    /* [1] */
    /* Ye Olde Flexbox for Webkit */
    display: -webkit-box;
    /* Tweener flexbox for IE10 */
    display: -ms-flexbox;
    /* Prefixed "new flexbox" */
    display: -webkit-flex;
    /* unprefixed standard "new flexbox" version for the rest */
    display: flex;

    /* [2] */
    /* Your grandparents flexbox for old Webkit */
    -webkit-box-orient: vertical;
    /* Prefixed new syntax: */
    -webkit-flex-direction: column;
    /* (Same syntax for weird IE tweener) */
    -ms-flex-direction: column;
    /* unprefixed new syntax */
    flex-direction: column;

    /* [3] */
    min-height: 100vh;
}
.content {
    /* Pepperidge Farm remembers. */
    -webkit-box-flex: 1 0 auto;
    /* IE10, ugh */
    -ms-flex: 1 0 auto;
    /* Unprefixed */
    flex: 1 0 auto;
    /* prefixed webkit syntax */
    -webkit-flex: 1 0 auto;
}


/*
TYPOGRAFIE
-------------------------------------------*/
h1, h2, h3, h4, h5, h6, .navbar-brand, .label{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

a.imagelink:focus img {
    outline: 4px solid rgba(226,58,35,0.5) !important;
    outline-offset: 0px !important;
}
a, a:hover, a:visited, a:visited:hover, a:focus, a:focus:hover {
    color: #e23a23;
    cursor: pointer;
}
.color {
    color: #e23a23;
}
.gray {
     color: #959595;
 }
.darkgray {
     color: #6f6f6f;
}

h1 {font-size: 50px !important;}
h2 {font-size: 45px;}
h3 {font-size: 40px;}
h4 {font-size: 30px;}
h5 {font-size: 25px;}
h6 {font-size: 18px;}

.panel-title, .popover-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}

/*velikosti písma*/
.font-8x {font-size: 50px !important;}
.font-7x {font-size: 40px !important;}
.font-6x {font-size: 33px !important;}
.font-5x {font-size: 25px !important;}
.font-4x {font-size: 22px !important;}
.font-3x {font-size: 20px !important;}
.font-2x {font-size: 17px !important;}
.font-1x {font-size: 14px !important;}
/*odkazy u nadpisů*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #e23a23;
    transition: all 400ms ease-out 0s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
    color: #e23a23;
    transition: all 400ms ease-out 0s;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    text-decoration: none;
    color: #e23a23;
    transition: all 400ms ease-out 0s;
}
h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, h6 a:visited:hover {
    text-decoration: underline;
    color: #e23a23;
    transition: all 400ms ease-out 0s;
}

a.nostyle, a.nostyle:hover, a.nostyle:visited, a.nostyle:visited:hover {
    text-decoration: none;
    color: #353535;
    cursor: auto;
}
a.hoverblack, a.hoverblack:visited {
    color: #e23a23;
    transition: all 400ms ease-out 0s;
}

a.hoverblack:hover, a.hoverblack:visited:hover {
    color: #353535;
    transition: all 400ms ease-out 0s;
}
blockquote {
    border-left: 5px solid #c2c2c2;
}
blockquote footer {
    padding-top: 0px;
    background-color: transparent;
}
.gray a, .gray a:visited {
    color: #959595;
    text-decoration: underline;
}
.gray a:hover, .gray a:focus {
    color: #e23a23;
}
.gray::selection, .gray a::selection, .gray b::selection, .gray i::selection {
    background: rgba(226, 58, 35, 0.2) !important; /* WebKit/Blink Browsers */
}
.gray::-moz-selection, .gray a::-moz-selection, .gray b::-moz-selection, .gray i::-moz-selection   {
    background: rgba(226, 58, 35, 0.2) !important; /* Gecko Browsers */
}
dl {
    font-size: 16px;
}
dd {
    margin-bottom: 5px;
}
/* chybová stránka */
.errortitle {
    color: #e23a23; text-shadow: 3px 3px 0px #eeeeee, 5px 5px 0px #5c5f72;
}
@media (max-width: 768px) {
    .errortitle {
        font-size: 8em !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .errortitle {
        font-size: 11em !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .errortitle {
        font-size: 16em !important;
    }
}
@media (min-width: 1200px) {
    .errortitle {
        font-size: 20em !important;
    }
}
.alerttitle {
    color: #e23a23; text-shadow: 3px 3px 0px #eeeeee, 5px 5px 0px #5c5f72;
    font-size: 10em !important;
}
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
PATICKA
-------------------------------------------*/
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #242424;
    color: #cdcdcd;
}

.footer-copyright {
    background-color: #202020;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #A4A4A4;
    font-size: 13px !important;
    font-weight: 300;
}
.footer-copyright a, .footer-copyright a:visited {
    color: #6d6d6d;
    text-decoration: underline;
}
.footer-copyright a:hover, .footer-copyright a:focus {
    color: #a8a8a8;
}
.footer-copyright .container {
    padding-bottom: 0px;
}
.footer-copyright p {
    margin: 0;
    font-size: 14px;
}
footer .container {
    padding-bottom: 30px;
}
footer strong {
    font-weight: 300;
    font-size: 20px;
}
footer strong + .list-unstyled {
    margin-top: 10px;
}
footer ::selection {
    background: #353535; /* WebKit/Blink Browsers */
}
footer ::-moz-selection {
    background: #353535; /* Gecko Browsers */
}
footer .list-unstyled .fa {
    width: 20px;
}
/* logo */
footer .logo {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    max-height: 105px;
    margin: 0 auto 15px auto;
}
footer .logo:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/*
KOMPONENTY
-------------------------------------------*/
.nopadding {
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
a:focus {
    outline: 0;
}
.fullheight {
    height: 100% !important;
}
.fullwidth {
    width: 100% !important;
}
.rightnopadding {
    padding-right: 0px;
}
.leftnopadding {
    padding-left: 0px;
}
.topnopadding {
    padding-top: 0px;
}
.bottomnopadding {
    padding-bottom: 0px;
}
.space-bottom {
    padding-bottom: 45px;
}
.space-bottom-sm {
    padding-bottom: 20px;
 }
.space-bottom-xs {
    padding-bottom: 10px;
}
.space-top {
    padding-top: 45px;
}
.space-top-sm {
    padding-top: 20px;
}
.space-top-xs {
    padding-top: 10px;
}
.icon64 {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
}
.vertical-center {
    margin-left: auto;
    margin-right: auto;
}
/*
STRANKA SE SOUBORY KE STAZENI
-------------------------------------------*/
.file-panel-active, .file-panel-warning, .file-panel-danger, .file-panel-info, .file-panel-success {
    border: 1px solid #E0E0E0;
    padding: 15px;
    background-color: #FFF;
    cursor: pointer;
    transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -webkit-transition: all .10s ease-in-out;
    min-height: 176px;
    margin-bottom: 25px;
}
.file-panel-active .imgcontainer, .file-panel-warning .imgcontainer, .file-panel-danger .imgcontainer, .file-panel-info .imgcontainer, .file-panel-success .imgcontainer {
    height: 64px;
    margin-bottom: 20px;
}
.file-panel-active:hover, .file-panel-active:focus {
    background-color: #F5F5F5;
    border-color: #C4C4C4;
}
.file-panel-danger:hover, .file-panel-danger:focus {
    background-color: #F2DEDE;
    border-color: #F3BFBD;
}
.file-panel-warning:hover, .file-panel-warning:focus {
    background-color: #FCF8E3;
    border-color: #FDD7BD;
}
.file-panel-info:hover, .file-panel-info:focus {
    background-color: #D9EDF7;
    border-color: #AFE0F7;
}
.file-panel-success:hover, .file-panel-success:focus {
    background-color: #DFF0D8;
    border-color: #C1E3BD;
}


/*
OSTATNI STYLY
-------------------------------------------*/

.panel-white {
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0E0;
}
.panel-warning {
    background-color: #FAD9A4;
    color: #976008;
    border-bottom: 1px solid #f8c882;
    padding-top: 10px;
}
.panel-warning a, .panel-warning a:hover, .panel-warning a:focus, .panel-warning a:visited, .panel-warning a:visited:hover {
    color: #976008;
    font-weight: bold;
}
.panel-danger {
    background-color: #FAC9C4;
    color: #B11E0E;
    border-bottom: 1px solid #fabd9e;
    padding-top: 10px;
}
.panel-danger a, .panel-danger a:hover, .panel-danger a:focus, .panel-danger a:visited, .panel-danger a:visited:hover {
    color: #B11E0E;
    font-weight: bold;
}
.panel-hover {
	padding-top: 10px;
	background-color: #eeeeee;
    border-bottom: 1px solid #E0E0E0;
	cursor: pointer;
}
.panel-hover:hover, .panel-hover:focus {
	background-color: #ffffff;
}
.alert-warning {
    background: #FAD9A4 none repeat scroll 0% 0%;
    color: #976008;
    border: 0px none;
}
.alert-danger {
     background: #FAC9C4 none repeat scroll 0% 0%;
     color: #B11E0E;
     border: 0px none;
 }
.alert-info {
    background: #D2E8FF none repeat scroll 0% 0%;
    color: #00356C;
    border: 0px none;
}
.alert-success {
    background: #83E3AA none repeat scroll 0% 0%;
    color: #13532E;
    border: 0px none;
}

.contentbox, .contentbox:visited {
    cursor:pointer;
    display: block;
    color: #6f6f6f !important;
    transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
    padding-top: 10px; padding-bottom: 10px;
}
.contentbox:focus {
    outline: 4px solid rgba(226,58,35,0.5) !important;
    outline-offset: -2px !important;
}
.contentbox.disabled, .contentbox.disabled:hover {
    cursor: default;
    color: #b2b2b2;
}
.contentbox:hover {
    color: #444444 !important;
    transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
}
.breadcrumb {
    background-color: #ffffff;
    color: #999;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
}
.breadcrumb .container {
    padding-top: 10px;
    padding-bottom: 0px;
}
.breadcrumb .container .path {
    padding-top: 5px;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited:hover, .breadcrumb a:visited, .breadcrumb a:focus  {
    color: #999;
}
.breadcrumb .tools {
    padding-top: 5px;
    font-size: 30px;
}
.breadcrumb .tools a, .breadcrumb .tools a:visited  {
    color: #aaaaaa;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.breadcrumb .tools a:hover, .breadcrumb .tools a:focus, .breadcrumb .tools a:visited:hover {
    color: #747474;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.breadcrumb .tools > ul.list-inline > li {
     padding-right: 10px;
 }
.breadcrumb .tools > ul.list-inline > li.active a {
    color: #E23A23;
}
.breadcrumb .tools > ul.list-inline > li.active a:hover, .breadcrumb .tools > ul.list-inline > li.active a:focus {
    color: #f15238;
}
.breadcrumb .tools > ul.list-inline > li.disabled a {
	cursor: default !important;
    color: #D6D6D6;
}
.breadcrumb .tools > ul.list-inline > li.disabled a:hover, .breadcrumb .tools > ul.list-inline > li.disabled a:focus {
	cursor: default !important;
	color: #D6D6D6;
}
@media (max-width: 768px) {
    .breadcrumb .tools > ul.list-inline {
        float:none;
        text-align:center;
        display:table;
        list-style:none;
        width:100%;
    }
    .breadcrumb .tools > ul.list-inline > li {
        float:none;
        display:table-cell;
    }
    .breadcrumb .tools > ul.list-inline > li a {
        display:block;
    }
}

.aktuality div.row {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
}
.aktuality img {
    margin-bottom: 10px;
    border-radius: 3px;
}
article img {
    max-width: 100%;
    border-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
    float: none;
    border: 0px none;
}
.pagination {
    margin: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.jidelnicek {
    background-color: #ffffff;
}
.jidelnicek td {
    height: 120px;
    vertical-align: middle !important;
}
.jidelnicek td:first-child {
    text-align: center;
}
.panel-title {
    font-size: 20px;
}
.panel-title h2 {
    margin-bottom: 0px !important;
}
.panel-primary > .panel-heading {
    background: #E23A23 none repeat scroll 0% 0%;
    border-color: #E23A23;
}
.panel-primary {
    border-color: #E23A23;
}
.panel-primary > .panel-body{
    padding-top: 7px;
    padding-bottom: 7px;
}
.panel-default > .panel-body {
    padding-top: 7px;
    padding-bottom: 7px;
}
.whitepanel {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.whitepanel:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.line-top {
	border-top: 1px solid #E0E0E0;
}
.line-bottom {
	border-bottom: 1px solid #E0E0E0;
}

/*aktuality*/
@media (min-width: 992px) {
	#sidebar.affix {
		width: 294px;
		position: fixed;
		top:66px; }
	#sidebar.affix-top {
		position: static;
		margin-top:0px;
	}
    #sidebar.affix-bottom{
        width: 294px;
        position: absolute;
    }
}

@media (min-width: 1200px) {
	#sidebar.affix { width: 354px;
		position: fixed;
		top:66px; }
	#sidebar.affix-top {
		position: static;
		margin-top:0px;
	}
    #sidebar.affix-bottom{
        width: 354px;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width:280px;
        white-space: normal;
        margin-bottom: 5px;
    }
    .dl-horizontal dd {
        margin-left:300px;
    }
}


/*
TIMELINE - HISTORIE SKOLY
-------------------------------------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #CCCCCC;
    left: 25px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    background-color: #fff;
    width: calc( 100% - 55px );
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 5px;
    padding-top: 6px;
    background-color: #666666;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    right: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #006699  !important;
}
.timeline-badge.up {
    background-color: #339933 !important;
}
.timeline-badge.down {
    background-color: #CC3333 !important;
}
.timeline-badge.neutral {
    background-color: #999999 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}



/*
BUTTONY
-------------------------------------------*/

.btn {
    position: relative;
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.84);
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    background-image: none;
    text-shadow: none;
}
.btn-flat {
    text-shadow: none;
    font-weight: 400;
}
.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn:active:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-flat:not(.btn-link),
.btn-default.btn-flat:not(.btn-link) {
    color: rgba(0, 0, 0, 0.84);
}
.btn-black.btn-flat:not(.btn-link) {
    color: #000000;
}
.btn-white.btn-flat:not(.btn-link) {
    color: #ffffff;
}
.btn-inverse.btn-flat:not(.btn-link) {
    color: #3f51b5;
}
.btn-primary.btn-flat:not(.btn-link) {
    color: #242424;
}
.btn-success.btn-flat:not(.btn-link) {
    color: #4caf50;
}
.btn-info.btn-flat:not(.btn-link) {
    color: #03a9f4;
}
.btn-warning.btn-flat:not(.btn-link) {
    color: #ff5722;
}
.btn-danger.btn-flat:not(.btn-link) {
    color: #f44336;
}
.btn:not(.btn-link):not(.btn-flat),
.btn-default:not(.btn-link):not(.btn-flat) {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.84);
    color: rgba(0, 0, 0, 0.84);
}
.btn-black:not(.btn-link):not(.btn-flat) {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.84);
}
.btn-white:not(.btn-link):not(.btn-flat) {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.84);
}
.btn-inverse:not(.btn-link):not(.btn-flat) {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, 0.84);
}
.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #3b3b3b;
    color: rgba(255, 255, 255, 0.84);
}
.btn-success:not(.btn-link):not(.btn-flat) {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.84);
}
.btn-info:not(.btn-link):not(.btn-flat) {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.84);
}
.btn-warning:not(.btn-link):not(.btn-flat) {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.84);
}
.btn-danger:not(.btn-link):not(.btn-flat) {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.84);
}
.btn:hover:not(.btn-link):not(.btn-flat),
.btn-default:hover:not(.btn-link):not(.btn-flat) {
    background-color: rgba(10, 10, 10, 0);
}
.btn-black:hover:not(.btn-link):not(.btn-flat) {
    background-color: #0a0a0a;
}
.btn-white:hover:not(.btn-link):not(.btn-flat) {
    background-color: #f5f5f5;
}
.btn-inverse:hover:not(.btn-link):not(.btn-flat) {
    background-color: #495bc0;
}
.btn-primary:hover:not(.btn-link):not(.btn-flat) {
    background-color: #545454;
}
.btn-success:hover:not(.btn-link):not(.btn-flat) {
    background-color: #59b75c;
}
.btn-info:hover:not(.btn-link):not(.btn-flat) {
    background-color: #0fb2fc;
}
.btn-warning:hover:not(.btn-link):not(.btn-flat) {
    background-color: #ff6736;
}
.btn-danger:hover:not(.btn-link):not(.btn-flat) {
    background-color: #f55549;
}
.btn:active:not(.btn-link):not(.btn-flat),
.btn-default:active:not(.btn-link):not(.btn-flat) {
    background-color: rgba(15, 15, 15, 0);
}
.btn-black:active:not(.btn-link):not(.btn-flat) {
    background-color: #0f0f0f;
}
.btn-white:active:not(.btn-link):not(.btn-flat) {
    background-color: #f0f0f0;
}
.btn-inverse:active:not(.btn-link):not(.btn-flat) {
    background-color: #5062c2;
}
.btn-primary:active:not(.btn-link):not(.btn-flat) {
    background-color: #545454;
}
.btn-success:active:not(.btn-link):not(.btn-flat) {
    background-color: #60ba63;
}
.btn-info:active:not(.btn-link):not(.btn-flat) {
    background-color: #19b6fc;
}
.btn-warning:active:not(.btn-link):not(.btn-flat) {
    background-color: #ff6e41;
}
.btn-danger:active:not(.btn-link):not(.btn-flat) {
    background-color: #f65e53;
}
.btn.btn-flat:hover:not(.btn-ink),
.btn-default.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(0, 0, 0, 0.2);
}
.btn-black.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(0, 0, 0, 0.2);
}
.btn-white.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-inverse.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(63, 81, 181, 0.2);
}
.btn-primary.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(59, 59, 59, 0.20);
}
.btn-success.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(76, 175, 80, 0.2);
}
.btn-info.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(3, 169, 244, 0.2);
}
.btn-warning.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(255, 87, 34, 0.2);
}
.btn-danger.btn-flat:hover:not(.btn-ink) {
    background-color: rgba(244, 67, 54, 0.2);
}
.btn.btn-flat {
    background: none;
    box-shadow: none;
    font-weight: 500;
}
.btn.btn-flat:disabled {
    color: #a8a8a8 !important;
}
.btn.btn-sm {
    padding: 5px 20px;
}
.btn.btn-xs {
    padding: 4px 15px;
    font-size: 10px;
}
.btn.btn-raised {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-raised:active:not(.btn-link) {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-fab {
    margin: 0;
    padding: 15px;
    font-size: 26px;
    width: 56px;
    height: 56px;
}
.btn.btn-fab,
.btn.btn-fab:hover,
.btn.btn-fab:active,
.btn.btn-fab-default,
.btn.btn-fab:hover-default,
.btn.btn-fab:active-default {
    background-color: transparent;
}
.btn.btn-fab-black,
.btn.btn-fab:hover-black,
.btn.btn-fab:active-black {
    background-color: #000000;
}
.btn.btn-fab-white,
.btn.btn-fab:hover-white,
.btn.btn-fab:active-white {
    background-color: #ffffff;
}
.btn.btn-fab-inverse,
.btn.btn-fab:hover-inverse,
.btn.btn-fab:active-inverse {
    background-color: #3f51b5;
}
.btn.btn-fab-primary,
.btn.btn-fab:hover-primary,
.btn.btn-fab:active-primary {
    background-color: #3b3b3b;
}
.btn.btn-fab-success,
.btn.btn-fab:hover-success,
.btn.btn-fab:active-success {
    background-color: #4caf50;
}
.btn.btn-fab-info,
.btn.btn-fab:hover-info,
.btn.btn-fab:active-info {
    background-color: #03a9f4;
}
.btn.btn-fab-warning,
.btn.btn-fab:hover-warning,
.btn.btn-fab:active-warning {
    background-color: #ff5722;
}
.btn.btn-fab-danger,
.btn.btn-fab:hover-danger,
.btn.btn-fab:active-danger {
    background-color: #f44336;
}
.btn.btn-fab,
.btn.btn-fab:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-fab:active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-fab,
.btn.btn-fab .ripple-wrapper {
    border-radius: 100%;
}
.btn.btn-fab.btn-fab-mini {
    width: 40px;
    height: 40px;
    padding: 13px 0;
    font-size: 15px;
}
.btn.btn-fab i {
    position: relative;
    top: -5px;
    margin: 0 auto;
}
.btn-link,
.btn:not([class*="btn-"]),
.btn-default {
    color: rgba(0, 0, 0, 0.84);
}
.btn-link:hover,
.btn:not([class*="btn-"]):hover,
.btn-default:hover {
    color: rgba(0, 0, 0, 0.84);
}
.btn:not([class*="btn-"]):hover,
.btn-default:hover,
.btn-flat:not(.btn-link):hover,
.btn:not([class*="btn-"]).active,
.btn-default.active,
.btn-flat:not(.btn-link).active {
    background-color: rgba(255, 255, 255, 0.5);
}

/*
TEXT INPUT
-------------------------------------------*/


/*
CHECKBOXY
-------------------------------------------*/
.checkbox {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 17px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox label {
    cursor: pointer;
    padding-left: 0;
}
.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.checkbox .checkbox-material:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(2.3, 2.3, 1);
    transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}
.checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0 inset;
    -webkit-animation: checkbox-off 0.3s forwards;
    animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -webkit-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    -webkit-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
    -webkit-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    -webkit-animation: rippleOff 500ms forwards;
    animation: rippleOff 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
    -webkit-animation: rippleOn 500ms forwards;
    animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.84);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #242424;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check:after {
    background-color: #f44336;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #242424;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #f44336;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
    color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked + .checkbox-material .check {
    color: #000000;
}
.checkbox-white input[type=checkbox]:checked + .checkbox-material .check {
    color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked + .checkbox-material .check {
    color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked + .checkbox-material .check {
    color: #242424;
}
.checkbox-success input[type=checkbox]:checked + .checkbox-material .check {
    color: #4caf50;
}
.checkbox-info input[type=checkbox]:checked + .checkbox-material .check {
    color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked + .checkbox-material .check {
    color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked + .checkbox-material .check {
    color: #f44336;
}
@-webkit-keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@-webkit-keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 10px inset;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 0px inset;
    }
}
@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 10px inset;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 0px inset;
    }
}
@-webkit-keyframes rippleOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rippleOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes rippleOff {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rippleOff {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}

/*
SWITCH BUTTON
-------------------------------------------*/
.togglebutton {
    vertical-align: middle;
}
.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.togglebutton label {
    font-weight: 400;
    cursor: pointer;
    font-size: 17px;
}
.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
}
.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F1F1F1;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -2px;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
    background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
}
.togglebutton label input[type=checkbox]:checked + .toggle,
.togglebutton-default label input[type=checkbox]:checked + .toggle {
    background-color: rgba(36, 36, 36, 0.50);
}
.togglebutton-black label input[type=checkbox]:checked + .toggle {
    background-color: rgba(0, 0, 0, 0.5);
}
.togglebutton-white label input[type=checkbox]:checked + .toggle {
    background-color: rgba(255, 255, 255, 0.5);
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle {
    background-color: rgba(63, 81, 181, 0.5);
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle {
    background-color: rgba(36, 36, 36, 0.5);
}
.togglebutton-success label input[type=checkbox]:checked + .toggle {
    background-color: rgba(76, 175, 80, 0.5);
}
.togglebutton-info label input[type=checkbox]:checked + .toggle {
    background-color: rgba(3, 169, 244, 0.5);
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle {
    background-color: rgba(255, 87, 34, 0.5);
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle {
    background-color: rgba(244, 67, 54, 0.5);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after,
.togglebutton-default label input[type=checkbox]:checked + .toggle:after {
    background-color: #242424;
}
.togglebutton-black label input[type=checkbox]:checked + .toggle:after {
    background-color: #000000;
}
.togglebutton-white label input[type=checkbox]:checked + .toggle:after {
    background-color: #ffffff;
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle:after {
    background-color: #3f51b5;
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle:after {
    background-color: #242424;
}
.togglebutton-success label input[type=checkbox]:checked + .toggle:after {
    background-color: #4caf50;
}
.togglebutton-info label input[type=checkbox]:checked + .toggle:after {
    background-color: #03a9f4;
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle:after {
    background-color: #ff5722;
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle:after {
    background-color: #f44336;
}
.togglebutton label input[type=checkbox]:checked + .toggle:active:after,
.togglebutton-default label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(36, 36, 36, 0.1);
}
.togglebutton-black label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton-white label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.togglebutton-inverse label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.togglebutton-primary label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(36, 36, 36, 0.10);
}
.togglebutton-success label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1);
}
.togglebutton-info label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.togglebutton-warning label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.togglebutton-danger label input[type=checkbox]:checked + .toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1);
}

/*
RADIO
-------------------------------------------*/

.form-horizontal .radio {
    margin-bottom: 10px;
}
.radio label {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    font-size: 17px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    transition-duration: 0.2s;
}
.radio label .circle {
    border: 2px solid rgba(0, 0, 0, 0.84);
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.radio label .check {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.84);
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}
.radio label .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    left: -18px;
    top: -18px;
    height: 53px;
    width: 53px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}
.radio label input[type=radio]:not(:checked) ~ .check:after {
    -webkit-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
}
.radio label input[type=radio]:checked ~ .check:after {
    -webkit-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}
.radio input[type=radio]:checked ~ .check,
.radio-default input[type=radio]:checked ~ .check {
    background-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .check {
    background-color: #000000;
}
.radio-white input[type=radio]:checked ~ .check {
    background-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .check {
    background-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .check {
    background-color: #242424;
}
.radio-success input[type=radio]:checked ~ .check {
    background-color: #4caf50;
}
.radio-info input[type=radio]:checked ~ .check {
    background-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .check {
    background-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .check {
    background-color: #f44336;
}
.radio input[type=radio]:checked ~ .circle,
.radio-default input[type=radio]:checked ~ .circle {
    border-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .circle {
    border-color: #000000;
}
.radio-white input[type=radio]:checked ~ .circle {
    border-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .circle {
    border-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .circle {
    border-color: #242424;
}
.radio-success input[type=radio]:checked ~ .circle {
    border-color: #4caf50;
}
.radio-info input[type=radio]:checked ~ .circle {
    border-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .circle {
    border-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .circle {
    border-color: #f44336;
}
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
    opacity: 0.5;
}
.radio input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.radio input[type=radio]:checked ~ .check {
    -webkit-transform: scale3d(0.55, 0.55, 1);
    transform: scale3d(0.55, 0.55, 1);
}
.radio input[type=radio][disabled] ~ .circle {
    border-color: rgba(0, 0, 0, 0.84);
}
.radio input[type=radio][disabled] ~ .check {
    background-color: rgba(0, 0, 0, 0.84);
}
@keyframes rippleOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rippleOff {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}


/*
INPUT
-------------------------------------------*/
.form-control {
    background-color: transparent;
    height: 36px !important;
}
.control-label {
    text-align: right;
    margin-bottom: 0px;
    padding-top: 7px;
    font-size: 15px;
}
.help-block {
    font-size: 14px;
}
.form-inline input {
    margin-left: 5px;
}
.form-inline label {
    margin-top: 0px;
    margin-bottom: 0px;
}
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #e23a23;
    box-shadow: inset 0 -2px 0 #e23a23;
}
textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
}
textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
    font-size: 15px;
}
textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
    font-size: 17px;
}


/*
SELECT
-------------------------------------------*/
select {
    border-radius: 0px !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    box-shadow: none !important;
}
select:focus {
    box-shadow: none !important;
    border-bottom: 2px solid #e23a23 !important;
}
select.form-control {
    padding: 6px 0px !important;
}
/*
TABS
-------------------------------------------*/
/*obecne*/
.nav-tabs {
    border-bottom: none;
}
@media (max-width: 768px) {
    ul.nav.nav-tabs > li {
        border-left: 1px solid #d3d8d6 !important;
    }
}
@media  (min-width: 768px)  {
    ul.nav.nav-tabs > li > a {
        min-height: 60px;
    }
}
ul.nav.nav-tabs > li {
    background-color: #DDE2E0;
    border: 1px solid #d3d8d6;
    border-left: 0px none;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
ul.nav.nav-tabs > li:last-child {
    border-right-width: 1px;
}
ul.nav.nav-tabs > li:first-child {
    border-left: 1px solid #d3d8d6;
}
ul.nav.nav-tabs > li > a {
    color: #74777B;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    display: block;
    height: 100%;
}
/*hover*/
ul.nav.nav-tabs > li:hover > a {
    color: #e23a23;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
/*active*/
ul.nav.nav-tabs > li.active> a:hover{
    background-color: #EFEFEF;
}
ul.nav.nav-tabs > li.active >a {
    background-color: #EFEFEF;
}
ul.nav.nav-tabs > li.active > a {
    color: #e23a23;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover,  .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: 0px none #fafafa;
    border-radius: 0;
    margin: 0;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 0px none;
}
.tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
    font-size: 17px;
}
.tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
    font-size: 17px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 0px none #FAFAFA;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 0px;
}

/*
HOVER OBRAZKY
-------------------------------------------*/


figure.hover-effect figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after {
    pointer-events: none;
}

figure.hover-effect figcaption,
figure.hover-effect figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.hover-effect figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.hover-effect h2 {
    word-spacing: 0em;
    font-weight: 300;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


figure.hover-effect {
    background: #e23a23;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 300px;
    max-width: 545px;
    max-height: 361px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25em;
}

figure.hover-effect img,
figure.hover-effect h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.hover-effect img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure.hover-effect h2,
figure.hover-effect p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    margin: 0;
}

figure.hover-effect p {
    letter-spacing: 1px;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.hover-effect:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.hover-effect:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*
STYL GALERIE
-------------------------------------------*/
.akgallery figure {
    margin: 0;
}
.akgallery figure img {
    height: 180px;
    object-fit: cover;
    min-width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.akgallery figcaption {
    visibility: hidden;
    height: 20px;
}

.gallery figure {
    margin: 0;
}
.gallery figure img {
    height: 250px;
    object-fit: cover;
    min-width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.gallery figcaption {
    visibility: hidden;
}



#summernote ol>li, #summernote ul>li, #summernote table, #summernote span, #summernote div {
    font-size: 17px;
}
#summernote img {
    max-width: 100%;
}
#summernote img.img-galleryview {
    margin: 10px;
    cursor: pointer;
}
#summernote > table p {
    margin: 0 !important;
}
@media (max-width: 768px) {
    #summernote img {
        width: 100% !important;
        height: auto !important;
    }
}
.popover {
    white-space: pre-line;
}
.popover ul {
    padding-left: 10px;
}
.swiper-container {
    min-height: 200px;
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
     opacity: 1;
     background: #E23A23 none repeat scroll 0% 0% !important;
 }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E23A23'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E23A23'%2F%3E%3C%2Fsvg%3E") !important;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

