select#uws_layout_select, select#uws_template_select {
    padding: initial;
    border: initial;
    border-radius: initial;
    width: initial;
    max-width: initial;
    min-width: initial;
    display: inline-block;
    background: white !important
}

    select#uws_layout_select:focus, select#uws_template_select:focus {
        border-color: initial !important;
        box-shadow: initial !important;
        outline: initial;
        border-radius: initial !important;
        background: white !important
    }


/* uws detail */

.uws_detail {
    margin-bottom: 30px;
}

.uws-setting .uws_share_box2 ul {
    padding-left: 0px;
}

.uws-setting .uws_detail a {
    text-decoration: underline !important;
}

.uws-setting .uws_detail a.btn {
    text-decoration: none !important;
}

.uws-detail-gallery-title h3 {
    margin-bottom:10px;
}

.uws-setting .uws_detail a:hover {
    text-decoration: none !important;
}

.uws-setting .uws_share_box2 ul li a {
    text-decoration: none !important;
}

/* news detail tags  */
.uws_detail .UWS_tags_link_content {
    margin-bottom: 0px !important;
}

    .uws_detail .UWS_tags_link_content .UWS_tags_link {
        background: #e3000f;
        color: white !important;
        font-weight: bold;
        font-size: 12px;
        border-radius: 3px;
        padding: 5px;
        margin-right: 5px;
        border: solid #e3000f 2px;
        text-decoration: none !important
    }

        .uws_detail .UWS_tags_link_content .UWS_tags_link:hover {
            background: transparent !important;
            color: #e3000f !important;
            border: solid #e3000f 2px;
            font-weight: bold;
            font-size: 12px;
            border-radius: 3px;
            padding: 5px;
            margin-right: 5px;
            text-decoration: none;
        }

.uws-setting .uws_detail .UWS_tags_link_content a {
    text-decoration: none !important;
}

.uws_detail .post.post-large hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    clear: both;
}

@media only screen and (max-width: 48em) {
    .uws_detail .UWS_tags_link_content {
        margin-top: 21px;
    }

        .uws_detail .UWS_tags_link_content .UWS_tags_link {
            display: inline-block;
            margin-bottom: 15px;
            margin-right: 15px
        }

        .uws_detail .UWS_tags_link_content .UWS_tags_link {
            font-size: 16px
        }

            .uws_detail .UWS_tags_link_content .UWS_tags_link:first-child {
                margin-left: 15px;
            }

    .uws_detail .post.post-large hr {
        display: none
    }
}


/* uws news right */
.uws-news-right .nav-tabs li a {
    cursor: pointer !important;
}

.uws-news-right .simple-post-list {
    padding-left: 0px;
}

    .uws-news-right .simple-post-list li:first-child {
        margin-top: 20px;
    }

    .uws-news-right .simple-post-list li {
        list-style-type: none;
        margin-bottom: 18px;
    }

        .uws-news-right .simple-post-list li .post-image {
            margin-bottom: 5px;
        }

        .uws-news-right .simple-post-list li a {
            color: #ddd;
        }

            .uws-news-right .simple-post-list li a:hover {
                color: black;
            }

.uws-news-right .nav-tabs > li.active > a {
    border-bottom: 1px solid #ddd;
}

.uws-news-right .nav-tabs {
    border-bottom: initial;
}


/* download */
.gen-table,
table {
    width: 100%;
    margin-bottom: 20px;
}

table {
    margin-bottom: 6px;
}

table + p {
    margin-bottom: 22px;
}

    .gen-table caption,
    table caption {
        margin-bottom: 10px;
    }

    .gen-table th,
    table th {
        font-weight: bold;
        color: black;
        text-align: left !important;
    }

    .gen-table th, .gen-table td,
    table th, table td {
        padding: 5px;
        text-align: left;
        border: 1px solid #e3000f;
        vertical-align: top;
    }

    .gen-table .empty-left-top,
    table .empty-left-top {
        background-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }

    .gen-table .empty-left-bottom,
    table .empty-left-bottom {
        background-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    .gen-table td.top-left,
    table td.top-left {
        text-align: left;
        vertical-align: top;
    }



    .gen-table thead th,
    .gen-table tfoot td,
    table thead th,
    table tfoot td {
        background-color: #e3000f;
        border-color: #e3000f;
        color: #808080;
    }

    .gen-table thead th,
    table thead th {
        color: white;
        font-size: 0.980em;
        text-align: center;
    }

    .gen-table tbody th,
    .gen-table tr.odd th,
    .gen-table tr.odd td,
    table tbody th,
    table tr.odd th,
    table tr.odd td {
        background-color: #f7f7f7;
    }


    .gen-table tbody tr td a,
    .gen-table tbody tr td,
    table tbody tr td a,
    table tbody tr td {
        color: #555555;
    }



    .gen-table tbody tr:nth-child(even),
    table tbody tr:nth-child(even) {
        background: #d4d4d4 !important;
    }

    .gen-table tbody tr:nth-child(odd),
    table tbody tr:nth-child(odd) {
        background: white !important;
    }

    .gen-table tbody tr:hover td a:hover,
    table tbody tr:hover td a:hover {
        text-decoration: none;
    }

    .gen-table thead tr th.zmena,
    table thead tr th.zmena {
        width: 23%;
    }


    .gen-table tbody tr td:last-child,
    table tbody tr td:last-child {
        text-align: left;
    }

    .gen-table tbody tr td:first-child,
    table tbody tr td:first-child {
        vertical-align: middle;
        text-align: left;
    }

    .gen-table tbody tr td,
    table tbody tr td {
        vertical-align: middle;
    }


.bila_stazeni {
    background: #e3000f;
    padding: 19px 19px 1px 19px;
    width: auto;
    height: auto;
    margin: 10px 0px 33px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .bila_stazeni .gen-table tr td,
    .bila_stazeni table tr td {
        padding: 5px 10px 5px 10px
    }

        .bila_stazeni .gen-table tr td .fileposun a span,
        .bila_stazeni table tr td .fileposun a span {
            float: none;
            margin-left: 10px !important;
            margin-top: 5px !important;
            vertical-align: middle !important;
            color: black;
            display: inline-block;
        }

        .bila_stazeni table tr td .fileposun a {
            text-decoration: none
        }



.velposun {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    padding: 0;
    font-size: 12px;
    color: #565656;
}




/* gallery - photos */

.uws-gallery .product-block .product-image .product-mainpic {
    opacity: 1;
}


.uws-gallery .product-block:hover .product-image .product-mainpic {
    transform: rotateY(-180deg);
    opacity: 1;
}

.uws-gallery:hover .product-image .product-secondpic {
    transform: rotateY(0deg);
    opacity: 1;
}


/* menu */

#mainMenu > ul ul ul,
#mainMenu > ul ul ul ul,
#mainMenu > ul ul ul ul ul,
#mainMenu > ul ul ul ul ul ul {
    display: none
}

/* contact */
#UWSform {
    margin-bottom: 30px;
}


/* others */

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-setting {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #ddd;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    transition: all 200ms ease-out;
}

    .th:hover, .th:focus {
        box-shadow: 0 0 6px 1px #663420;
    }

/*.form-control:focus {
    border: 2px solid #ed1d24;
}*/



iframe {
    margin-bottom: 19px;
}

@media only screen and (min-width: 62.063em) {
    /*.uws-setting  {
        padding-bottom:35px;
    }*/

    .uws_share_box2 {
        margin-bottom: 35px;
    }
}

.uws-setting p > strong > a,
.uws-setting p > a,
.uws-setting ul li > a,
.uws-setting ol li > a {
    text-decoration: underline !important;
    color: #982f56;
}

    .uws-setting p > a.btn {
        text-decoration: none !important;
        color: white;
    }

.uws-setting .tabs-navigation li > a {
    text-decoration: none !important;
}

    .uws-setting p > a.uws-btn-default {
        text-decoration: none !important;
    }

.uws-setting p > a.btn.btn-default-3.waves,
.uws-setting p > a.btn.btn-default-3,
.uws-setting p > a.btn.waves,
.uws-setting p > a.waves {
    text-decoration: none !important;
    color: white;
}


.uws-setting p > a.uws-button,
.uws-setting ul li > a.uws-button,
.uws-setting ol li > a.uws-button {
    text-decoration: none !important;
    color: #ddd;
}

.uws-setting p > strong > a:hover,
.uws-setting p > a:hover,
.uws-setting ul li > a:hover,
.uws-setting ol li > a:hover {
    text-decoration: none !important;
}

.uws-setting .pagination li > a,
.uws-setting .pagination li > a:hover,
.uws-setting .rrssb-buttons li > a,
.uws-setting .rrssb-buttons li > a:hover {
    text-decoration: none !important;
}

.uws-setting .pagination li > a {
    margin-bottom: 10px;
    color: #353537;
}

    .uws-setting .pagination li > a:hover {
        color: #982f56;
    }



.uws-setting ol {
    list-style-type: decimal;
    padding-left: 15px;
    list-style-position: outside;
}

    .uws-setting ol.breadcrumb {
        padding-left: 0px;
        
    }

    .uws-setting ol.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    letter-spacing: 0;
    }

        .uws-setting ol.breadcrumb li a {
            text-decoration: none !important;
            color: #252525
        }

.uws-setting .breadcrumb ul li:last-child a,
.uws-setting .breadcrumb ol li:last-child a {
    cursor: default;
    color: #e3000f;        
}

.uws-setting .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #252525;
}

    /*.uws-setting ul{
        padding-left:30px
    }*/

    .uws-setting ol ul,
    .uws-setting ul ul {
        list-style-type: disc;
        padding-left: 19px;
        margin-left: 0px;
        list-style-position: outside;
    }

.group-select ul {
    padding-left: 0px
}

.uws-setting ol li {
    font-size: 15px
}

.uws-setting .pagination {
    padding-left: 0px;
    margin-top: 0px;
}

    .uws-setting .pagination li a.pagination__link,
    .uws-setting .pagination li a.pagination__link:hover {
        text-decoration: none !important;
        color: black;
    }


    .uws-setting .pagination li.active a,
    .uws-setting .pagination li.active a:hover {
        color: white;
        background:#e3000f;
        border-color:#e3000f
    }
