
footer .bottom {
    height: 75px;
}

body nav{
    max-width: 1424px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0;
}
body nav .wrap {
    width: 100%;
    position: relative;
    display: block;
}

.row{
    width: auto;
    min-width: 100%;
    float: none;
}
.clear{
    display: block;
    clear: both;
}
.content {
    margin-top: 15px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.news-detail .text-content h2 {

}

.structure-paragraph-block h1 {
    width: 100%;
}

.structure-paragraph-block .productImage.right {
    float: right;
    margin-left: 40px;
}

.structure-paragraph-block .productImage.left {
    float: left;
    margin-right: 15px;
}

.structure-paragraph-block .productImage.center {
    margin-bottom: 40px;
}

.structure-paragraph-block .productImage.original {
    margin-bottom: 40px;
}

.structure-site h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.clearfix {
    clear: both;
}

#ajax-modal {
    background-color: #FFFFFF;
}

#ajax-modal .form-contact {

}

/*--------------------------------------*/
/*                MODAL                 */
/*--------------------------------------*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background: rgb(0, 0, 0);
}

.modal {
    position: fixed;
    top: 40%;
    left: 57%;
    z-index: 1050;
    width: 650px;
    height: 470px;
    margin-left: -410px;
    background-color: #ffffff;
    outline: none;
    padding: 30px;
    border-radius: 4px;
}

.modal-gallery {
    position: fixed;
    top: 40%;
    z-index: 1050;
    width: 100%;
    height: 100%;
    /* background-color: #ffffff; */
    outline: none;
    padding: 79px;
    border-radius: 4px;
    display: none;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 50%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    max-height: 600px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer button {
    display: inline-block;
    border: none;
}

.form-contact.tlacitko_kontaktovat_left {
    padding-top: 3rem;
    text-align: left;
}

.progress .bar {
    background-color: #fd8200;
    color: white;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.clear {
    clear: both;
}

.mycustom-nav .nav {
    margin-bottom: 40px;
}

.mycustom-nav .nav li {
    font-weight: 600;
}

.mycustom-nav .nav li a {
    color: #1a2226;
    border-radius: 0px;
}

.mycustom-nav .nav li.active a {
    color: #5d6061;
}

.mycustom-nav .tab-content {

}

.mycustom-nav .tab-content .tab-pane {

}

.mycustom-nav .tab-content .tab-pane a.faq-item {
    color: #1a2226;
    margin-top: 15px;
    display: block;
    padding-left: 15px;
    margin-left: 15px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px solid #fafafa;
}

.mycustom-nav .tab-content .tab-pane a.faq-item:hover, .mycustom-nav .tab-content .tab-pane a.faq-item:active {
    text-decoration: none;
    color: #5d6061;
}

.mycustom-nav .tab-content .tab-pane a.faq-item:before {
    content: '';
    background-image: url('/styles/images/arrow-text.jpg');
    width: 5px;
    height: 8px;
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
}

.mycustom-nav .tab-content .tab-pane .collapse {
    /*margin-top: 15px;*/
}

.form-contact {

}

.form-contact .legend {
    text-align: left;
    padding-left: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    margin-bottom: 5px;
}

.form-contact .textarea {
    /* border-radius: 5px; */
    max-height: 190px;
    min-height: 143px;
    border: 1px solid #ccc;
    /* box-shadow: inset 0 1px 3px #ddd; */
    /* max-width: 530px; */
    padding: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #818181;
    padding-left: 25px;
    float: left;
    width: 100%;
    height: 100%;
    cursor: default;
    z-index: 11;
    position: relative;

}

.form-contact .k-b {
    float: none;
}

input[type="text"] {
    display: inline-block;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #818181;
    padding-left: 25px;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 47px;
    cursor: default;
    z-index: 11;
    position: relative;
}

.form-contact__title {
    font-size: 24px;
    margin-bottom: 15px;
}

.form-contact.tlacitko_kontaktovat {
    padding-top: 0rem;
    /*text-align: center;*/
}

header .top .right .lang-nav {
    z-index: 999;
    width: 100px;
    left: auto;
    right: 0;
}

header .top .right .lang-nav span {
    padding-left: 10px;

    float: left;
    width: 85px;
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.lang-wrapper{
    float: right;
    position: relative;
}
header .top .right .selected {
    margin-left: 10px;
    padding-left: 2px;
    text-transform: uppercase;
    background-color: #464d55;
    width: 45px;
    float: right;
}

header .top .right:after {
    content: initial;
}

header .top .right .selected:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    width: 4px;
    height: 3px;
    margin: auto;
    background: url('/images/arr-lang.png') 0 0 no-repeat;
}

header .top .right .lang-nav .lang {
    background-color: #464d55;
}

header .top .right {
    min-width: 290px;
}

header .top .right .login-button {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 10px;
    font-weight: 500;
    background-color: #50ae34;
    padding-left: 10px;
    padding-right: 10px;
    width: 85px;
    text-align: center;
    position: relative;

    cursor: default;
    display: none;
}
.login-info{
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #a7a7a7;
    white-space: nowrap;
    display: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 100;
}
.login-info:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid #a7a7a7;
}
header .top .right .login-button:hover .login-info{
    display: block;
}

header .top .right .subscribe-button {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 10px;
    background-color: #e51546;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}
header .top .right .subscribe-button:hover {
    background: #00B9FF;
}

header .top .right .login-button:hover {
    text-decoration: none;
}
header .top .right > a{
    float: right;
}

.content .link {

}

.content .link h2 {
    min-height: 60px;
}

.content.list .result {
    margin-bottom: 18px;
}

.submit {
    position: relative;
}

.submit input[type=submit] {
    float: left;
    width: auto;
    padding: 18px 42px 15px 62px;
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #e51546;
    border: none;
    outline: none;
    cursor: pointer;
}

.submit svg {
    width: 14px;
    fill: #ad072e;
    height: 12px;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    position: absolute;
}

.paddinged-faq {
    padding: 0px 30px;
}

.breadcrumb {
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.breadcrumb a {
    text-decoration: none;
    background: transparent;
    line-height: 1.8;
    font-size: 14px;
    /* font-weight: bold; */
    color: #666666;
    /* float: left; */
    opacity: 0.9;
    margin-right: 0;
    margin-left: 20px;
}
.breadcrumb li:first-of-type a{
    margin-left: 0;
}

.breadcrumb a:hover {
    color: #000000;
    opacity: 1;
}

.breadcrumb li + li:before {
    /*color: #ff7700;*/
    padding-left: 12px;
    padding-right: 18px;
    font-size: 7px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb li + li:before {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    content: "";
    background-image: url('/styles/images/arrow-text.jpg');
    padding-left: 4px;
    padding-right: 4px;
    background-repeat: no-repeat;
    /* position: absolute; */
    position: absolute;
    left: 6px;
    right: 0;
    width: 9px;
    top: 9px;
    height: 9px;
}

.breadcrumb > li {
    position: relative;
}

.index-forms {

}

.index-forms input[type="text"] {
    float: left;
    width: 100%;
    height: 47px;
    border: 1px solid #d7d7d7;
    position: relative;

    font-size: 14px;
    color: #818181;
    padding-left: 25px;
    padding-right: 55px;
    line-height: 47px;
    cursor: default;
    z-index: 11;
    box-shadow: none;
    border-radius: 0;
}

::-moz-placeholder {
    color: #818181;
}

:-moz-placeholder {
    color: #818181;
}

::-webkit-input-placeholder {
    color: #818181;
}

:-ms-input-placeholder {
    color: #818181;
}

.content.list .list-box .right h2 {
    font-size: 13px;
}

.content.list .list-box .right {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.list-box.width-full {
    width: 100% !important;
}

.content.list-detail .list-box .pic + .right {
    padding-left: 25px;
}

.inside .right h3 {
    height: 18px;
    overflow: hidden;
}

.content.list-detail .list-box .right h2 {
    font-size: 16px;
}

.pagination a span {
    background-color: transparent !important;
    border-color: transparent !important;
}

.content.list {
    margin-top: 15px;
}

.ws_effect img {
    max-width: inherit !important;
}

.filter_box {
    display: flex;
}

.filter_box .select {
    float: left;
    width: 280px;
    height: 47px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
}

.filter_box form {
    width: 100%;
    padding: 16px;
}

.link .select.date-year {
    width: 46%;
    margin-right: 22px;
}

.link .select.date-month {
    width: 47%;
    float: right;
}

.filter_box .select.date-year {
    margin-right: 15px;
}

.filter_box .select.date-month {
    /*width: 312px;*/
    margin-right: 0;
}

.date {
    display: table;
    margin-top: 55px;
}

.date .svg {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
}

.date .text {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}

.date .text p {
    font-weight: 800;
    color: black;
    opacity: 1 !important;
}

.date .svg svg {
    fill: #00B9FF;
}

.content.list .list-box .a {
    margin-top: 38px;
    clear: both;
}

.content.list .directory_block {

}

.content.list .directory_block .picture_block {
    display: block;
    /* float: left; */
    /* max-width: initial; */
}

.content.list .directory_block .text_block {
    display: block;
    width: 71%;
    margin-left: 16px;
    float: left;
}

.content.list .list-box {
    min-height: 195px;
    max-height: 195px;
    height: auto;
}

ul {
    display: inline-block;
}

.wrap .news-paragraph-text {
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.p-form-modern-extra2color1 .btn {
    background-color: #e51546;
}

.showhide-content {
    padding-top: 0;
    margin-bottom: 16px;
}

.showhide-content iframe {
    height: 600px;
    border: 0;
}

.crpt-modern .pt-list-block + .pt-cols {
    margin-left: 235px;
}

.crpt-modern .pt-list-block .pt-text {
    display: block;
    width: 230px;
    padding-right: 20px;
    text-align: right;
}

.crpt-modern {
    font-family: 'Open Sans', sans-serif;
}

.modern-p-form {
    font-family: 'Open Sans', sans-serif;
}

.modern-p-form input {
    font-family: 'Open Sans', sans-serif;
}

.crpt-modern .pt-list-block + .pt-cols .pt-list-item .pt-value {
    font-family: 'Open Sans', sans-serif;
}

.modern-p-form .p-preview {
    background-color: #f5f5f5;
}

.modern-p-form .p-preview svg {
    max-height: 210px;
    padding-top: 25px;
    padding-bottom: 45px;
    transition: 0.3s all ease-out;
    fill: rgba(51, 51, 51, 0.7);
}

.modern-p-form .p-preview svg:hover {
    fill: #50a6fc;
    transition: 0.3s all ease-out;
}

.crpt-modern .pt-price .pt-value {
    font-size: 27px;
}

.directory-chosen {

}

.directory-chosen .directory-chosen-text {
}

.directory-chosen .directory-chosen-text .block {

}

.directory-chosen .directory-table-list {
    height: 100px;
    display: table;
}

.directory-chosen .directory-chosen-text ul {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

.directory-chosen .block h2 {
    margin-bottom: 9px;
}

.directory-chosen .directory-chosen-text ul li {
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px;
    padding-left: 0;
}

.directory-chosen .directory-chosen-text ul li span {
    color: red;
    font-weight: bold;
}

.directory-chosen .p-picture-pick .p-preview {

}

.directory-chosen .p-picture-pick .p-picture-solo {
    padding-top: 45%;
}

.modern-p-form .p-tail1-custom .p-preview-name {
    position: absolute;
    /* left: 0; */
    /* bottom: 0; */
    padding: 22px;
    font-size: 27px;
}

.modern-p-form .p-tail1-custom {

}

.modern-p-form .p-tail1-custom .p-picture-solo {
    /* padding-top: 70%; */
    padding: 0;
    height: 250px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    display: block;
}

.modern-p-form .p-tail1-custom .p-preview svg {
    max-height: 210px;
    padding-top: 25px;
    padding-bottom: 45px;
    transition: 0.3s all ease-out;
    fill: rgba(51, 51, 51, 0.7);
}

.modern-p-form .p-tail1-custom .p-preview-name {
    position: absolute;
    /* left: 0; */
    /* bottom: 0; */
    padding: 11px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    text-align: center;
}

.modern-p-form .p-tail-small-custom {
    transition: 0.3s all ease-out;
    fill: rgba(51, 51, 51, 0.7);
    width: 390px;
    height: 225px;
    text-align: center;
    /* float: right; */
    margin: 0 auto;
}

.modern-p-form .p-tail-small-custom .p-preview-name {
    font-size: 27px;
    padding: 11px;
}

.modern-p-form .p-tail-small-custom .p-preview svg {
    padding-top: 25px;
    padding-bottom: 0;
    height: 105px;
    transition: 0.3s all ease-out;
    fill: rgba(51, 51, 51, 0.7);
}

.directory-chosen .directory-chosen-text .block {
    margin-left: 174px;
}

.input-group-state .fa.fa-star {
    color: red;
}

label .fa.fa-star {
    margin-left: 10px;
    color: red;
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 65px;
    z-index: 9999;
}

label .logo.fa.fa-star {
    margin-left: 10px;
    color: red;
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 9999;
}

.content.list-detail .list-box .send-question {
    float: left;
    width: auto;
    padding: 0px 18px;
    position: relative;
    line-height: 35px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: #e51546;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 35px;
    text-decoration: none;
}

.submit-button-menu {
    float: right;
    margin: 0 auto;
    line-height: 44px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 17.5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #e51546;
    /* position: absolute; */
    /* right: 0px; */
    /* top: -4px; */
    height: 48px;
    /* padding: 0px 30px; */
    padding-top: 4px;
}

.submit-button-menu:hover {
    color: white;
}

.submit-button-menu a {

}

.submit-button-menu:hover {
    background: #00B9FF;
}

.submit-button-menu a {
    float: left;
    line-height: 44px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#preview-container.include .crpt-modern .pt-list {
    padding: 10px 5px 5px;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#preview-container.include .crpt-modern .pt-list-block {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f4f4f4;
    border: 1px solid #ececec;
    padding: 48px 8px 44px;
}

#preview-container.include .crpt-modern .pt-footer {
    display: none;
}

.directory-map-marker {
    width: 162px;
    height: 165px;
    /*background-color: #003bb3;*/
    background: url('/styles/images/marker_background.png');
    box-shadow: none;
    position: relative;
    /*image-rendering: pixelated;*/
}

.directory-map-marker img {
    width: 100px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -50px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.directory-map-marker:hover {
    cursor: pointer;
}

.directory-map-marker.no-image {
    background: url('/styles/images/marker_background.png');
}

.directory-map-marker.no-image img {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 50%;
    margin-left: -37px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.easyhtml5video .overlay-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -77px;
    margin-left: -79px;
    z-index: 999;
    /*transition: 1s all ease-out;*/
}

.easyhtml5video .overlay-play-button svg {
    fill: #eee;
    /*transition: 0.3s all ease-out;*/
    opacity: 0.5;
}

.easyhtml5video .overlay-play-button:hover svg {
    fill: #f2f2f2;
    /*transition: 0.3s all ease-out;*/
    opacity: 1;
}

.presentation-overlay-slideshow svg {
    /*background-image: url('/styles/images/slideshow_sm.png');*/
    width: 69px;
    height: 53px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left: -35px;
    left: 50%;
    opacity: 0.5;
}

.presentation-overlay-video svg {
    width: 53px;
    height: 57px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left: -23px;
    left: 50%;
    opacity: 0.5;
}

.presentation-overlay-pdf svg {
    width: 45px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    margin-left: -23px;
    left: 50%;
    opacity: 0.5;
}

.content.list-detail .article .pic-wrap {
    position: relative;
}

.content.list-detail .list-box .company span.l {
    float: left;
    width: 30%;

    line-height: 1.1;
    font-size: 12px;
    font-weight: 600;
    color: #050505;
    opacity: 0.5;
    margin-top: 5px;
}

.content.list-detail .list-box .company p.r {
    /*width: 70%;*/
}

.content.list-detail .list-box .send-question.disabled {
    color: #6c6c6c;
    background: #f5f5f5;
}

.content .map {
    margin-top: 0;
}

.mycustom-nav.map .nav {
    margin-bottom: -4px;
    width: 100%;
}

.content.list-detail .article:nth-child(3n+3) {
    margin-right: 0;
}

header .bot .add {
    width: 728px;
    overflow: hidden;
    height: 92px;
    position: relative;
}

header .bot .logo .first {
    margin-top: 38px;
}

header .bot {
    height: 150px;
}

header .bot .socials {
    margin-top: 8px;
}

.content.list-detail .list-box .rating {
    margin-top: 40px;
}

.directory-s.image-content {

}
.slider-wrapper .slick-track{
    float: left;
}

@media (min-width: 1439px) {
    header .bot .socials {
        margin-top: 50px;
    }

    header .bot {
        height: 120px;
    }

    header .bot .logo .first {
        margin-top: 22px;
    }
}

@media (max-width: 1200px) {
    .crpt-modern .pt-list-block + .pt-cols {
        margin-left: 0;
    }

    .directory-chosen .directory-chosen-text .block {
        margin-left: 174px;
    }

}

@media (max-width: 1150px) {
    header .bot .add {
        width: 500px;
        height: 60px;
    }

    header .bot .add iframe {
        display: none;
    }

    header .bot .add .hyperlink-area {
        display: none;
    }

    header .bot .logo .first {
        margin-top: 26px;
    }

    header .bot {
        height: 120px;
    }

    header .bot .socials {
        margin-top: 10px;
    }
}

@media (max-width: 1100px) {
    .showhide-content iframe {
        height: 550px;
    }

    .modern-p-form .p-tail1-custom .p-preview-name {
        padding: 22px;
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .showhide-content iframe {
        height: 500px;
    }

    header .bot .logo .first {
        margin-top: 5px;
    }

    header .bot {
        height: 88px;
    }

    header .bot .socials {
        margin-top: -20px;
    }
}

@media (max-width: 880px) {
    .showhide-content iframe {
        height: 450px;
    }

    header .bot .socials {
        /*margin-top: 5px;*/
        margin-top: 30px;
    }

}

@media (max-width: 768px) {
    .showhide-content iframe {
        height: 400px;
    }

    .directory-chosen .directory-chosen-text .block {
        width: 390px;
        margin: 0 auto;
        margin-top: 25px;
    }
}

@media (max-width: 560px) {
    .showhide-content iframe {
        height: 350px;
    }

    .content.list .list-box {
        max-height: none;
    }
}

@media (max-width: 480px) {
    .showhide-content iframe {
        height: 300px;
    }

    header .bot .socials {
        /*margin-top: 5px;*/
        margin-top: 17px;
    }
}

@media (max-width: 394px) {
    .content.list-detail .list-box .rating {
        float: right;
        margin-top: 25px;
    }
}

@media (max-width: 360px) {
    .showhide-content iframe {
        height: 250px;
    }

    header .bot {
        height: 120px;
    }

    header .top a {
        margin-right: 12px;
    }

    header .bot .socials {
        margin-top: 5px;
    }
}

@media (min-width: 1362px) {
    .content .link h2 {
        min-height: auto;
    }
}

@media (max-width: 1279px) {
    .content .link .inside {
        min-height: 334px;
    }
}

@media (max-width: 1280px) {
    .link .select.date-year {
        width: 46%;
        margin-right: 15px;
    }

}

@media (max-width: 979px) {
    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        top: 8%;
        right: 5%;
        left: 5%;
        bottom: auto;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .inside .right h3 {
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 961px) {
    .content .link h2 {
        min-height: auto;
    }
}

.hyperlink-area {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
}

.select ul {
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.content.list-detail .list-box .company p {
    padding-left: 30%;
    position: relative;

}

.content.list-detail .list-box .company p span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
}

.content.list-detail .list-box .company p {
    /*padding-right: 30%;*/
    position: relative;
}

.content.list-detail .list-box .company p span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
}

.galerie .photo {
    margin-bottom: 45px;
}

.galerie {
    margin-top: 15px;
}

.content.list-detail .article
{
    margin-top: 0;
}

.structure-content-block {
    /*margin-top: 20px;*/
    margin-top: 0;
}

.content .news-tripod{
    margin-bottom: 20px;
}

.content .blue,
.content .col7 .blue,
.content .col3 .block-title{
    /*margin-top: 25px;*/
    margin-top: 0;
}
.content .blue a,
.content .col7 .blue a,
.content .col3 .block-title a{
    color: #ffffff;
    text-decoration: none;
}

footer .tri .socials a,
header .bot .socials a,
.content .socials a{
    display: inline-block;
    background: #58595b;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
footer .tri .socials a{
    color: #050505;
}
footer .tri .socials a:hover,
header .bot .socials a:hover,
.content .socials a:hover{
    background: #1db7f1;
}
.news-detail .pic-whole{
    float: none;
}
.news-detail .pic-whole .text-content p,
.news-detail .pic-whole .text-content h2,
.news-detail .pic-whole .text-content ul,
.news-detail .pic-whole .text-content .quote{
    margin-bottom: 16px;
}

.photo-title {
    text-align: left;
    margin: 6px 0 26px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444;
}

.photo-title a{
    color: #00B9FF;
    text-decoration: none;
}
.photo-title a:hover{
    color: #00B9FF;
    text-decoration: underline;
}

/* upravy clanku */
.news-detail {
    margin-bottom: 16px;
}
.news-detail .socials{
    margin-bottom: 16px;
}
.news-detail h1 {
    width: 100%;
    margin-top: 0;
}
.news-detail .pic-whole > h2{
    color: #111;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 16px;
}
.news-detail .text-content h3,
.news-detail .text-content h4,
.news-detail .text-content h5,
.news-detail .text-content h6 {
    line-height: 30px;
    color: #111;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
}
.news-detail .text-content h3{
    font-size: 20px;
}
.news-detail .text-content h4{
    font-size: 18px;
}
.news-detail .text-content h5{
    font-size: 16px;
}
.news-detail .text-content h6{
    font-size: 14px;
}

.news-detail .pic-whole .text-content{
    width: 100%;
    padding-left: 0;
}
.news-detail .text-content{
    padding: 0;
}
.news-detail .structure-paragraph-block > .pic-whole{
    margin-top: 0;
    margin-bottom: 0;
}
.news-detail .text-content .pic-whole{
    margin-top: 0;
    margin-bottom: 16px;
}

.news-detail .pic-whole .half-pic.right,
.news-detail .pic-whole .half-pic.left{
    margin-bottom: 16px;
}
.news-detail .pic-whole .text-content.img-right{
    padding-left: 0;
    padding-right: 0;
}
.news-detail .pic-whole .text-content.img-left{
    padding-left: 0;
    padding-right: 0;
}
.news-detail .pic-whole .text-content p a.fancybox_gallery{
    width: 100%;
    display: block;
    text-align: center;
}
.news-detail .pic-whole .text-content p img{
    margin-bottom: 16px;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.news-detail .pic-whole .half-pic.right{
    padding-left: 20px;
    float: right;
}
.news-detail .pic-whole .half-pic.left{
    padding-right: 20px;
    float: left;
}
.news-detail .pic-whole .text-content > .pic-whole,
.news-detail .pic-whole .img-center .pic-whole{
    margin-bottom: 16px;
}
.news-detail .pic-whole .text-content > .pic-whole a:after,
.news-detail .pic-whole .img-center .pic-whole a:after{
    content: '';
    display: block;
    clear: both;
}

.news-detail .text-content h2,
.news-detail .text-content h3,
.news-detail .text-content h4,
.news-detail .text-content h5,
.news-detail .text-content h6,
.news-detail .text-content p{
    float: none;
}
.news-detail .text-content p{
    width: 100%;
}
.news-detail .text-content .alert p:first-of-type{
    margin-top: 0;
}

.news-detail .pdf-wrapper h2,
.news-detail .video-wrapper h2,
.news-detail .gallery-wrapper h2{
    font-size: 22px;
    line-height: 30px;
    /*margin-top: 27px;*/
    margin-bottom: 16px;
    color: #111;
    font-weight: bold;
    float: left;
    width: 100%;
}

.news-detail .structure-pdf-block p,
.news-detail .structure-video-block p,
.news-detail .structure-slideshow-block p,
.news-detail .structure-galerie-block p {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    margin-top: 0px;
    margin-bottom: 16px;
}

.news-detail .video-frame{
    height: auto;
    position: relative;
}
.news-detail .video-frame:before{
    content: '';
    display: block;
    position: relative;
    width:100%;
    padding-bottom: 56.1915%;
}
.news-detail .video-frame .easyhtml5video{
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    background: #000000;
    overflow: hidden;
}
.news-detail .video-frame .easyhtml5video:after{
    content: '';
    display: block;
    clear: both;
}
.news-detail .video-frame video{
    max-height: 596px;
    /*float: left;*/
    /*display: none;*/

    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.news-detail .info-blocks .block svg{
    float: left;
    max-width: 80px;
    max-height: 75px;
}
.news-detail video::-webkit-media-controls-panel{
    display: none;
}
.news-detail .gallery__video{
    margin-bottom: 16px;
}
.news-detail .gallery__video iframe{
    border: none;
}

.news-detail .text-content ol,
.news-detail .text-content ul.arrowed{
    margin-top: 0;
    margin-bottom: 16px;
}
.news-detail .text-content ul.arrowed li:before{
    bottom: auto;
    top: 9px;
}
.news-detail form ul{
    list-style: none;
    padding-left: 0;
}

.news-detail .download .text-content p{
    margin-top: 0;
    margin-bottom: 16px;
}

.news-detail .downloads {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.news-detail .downloads .download-item{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.news-detail .downloads a.download{
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 2px solid #222222;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.news-detail .downloads .download .file-info{
    width: 80%;
    padding: 15px;
}
.news-detail .downloads .download .file-info .name{
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}
.news-detail .downloads .download .file-info .size{
    font-weight: 300;
    color: #7d7d7d;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.news-detail .downloads .download .file-info p{
    font-style: italic;
    color: #545454;
    margin-bottom: 0;
    font-weight: 500;
}
.news-detail .downloads .download .file-ico{
    position: relative;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight: 700;
    color: #ffffff;
    background: #222222;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.news-detail .downloads .download .file-ico > div{
    width: 100%;
}
.news-detail .downloads .download .file-ico:before{
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 8px);
    background: #ffffff;
    position: absolute;
    top:-8px;
    left:0;
    z-index: 10;
    display: none;
}
.news-detail .downloads .download .file-ico svg{
    width: 100%;
    max-height: 30px;
    margin-bottom: 10px;
}
.news-detail .downloads .download .file-ico svg polygon,
.news-detail .downloads .download .file-ico svg rect,
.news-detail .downloads .download .file-ico svg path{
    fill: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.news-detail .downloads .download:hover .file-ico{
    background: #00B9FF;
    color: #ffffff;
}
.news-detail .downloads .download:hover .file-ico svg polygon,
.news-detail .downloads .download:hover .file-ico svg rect,
.news-detail .downloads .download:hover .file-ico svg path{
    fill: #ffffff;
}
.news-detail .downloads a.download:hover{
    border-color: #00B9FF;
}

.news-video:after,
.content .col7 .video-tripod-small p:after,
.content .video-tripod:after{
    background: url('/styles/images/play_main.png') center center no-repeat;
}

.search-form{
    padding-top: 10px;
}

.form-checkbox:after{
    content: '';
    display: block;
    clear: both;
}

.form-radio label,
.form-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 45px;
    margin-bottom: 8px;
    font-weight: 400;
}

.form-group .form-radio,
.form-group .form-checkbox{
    margin-bottom: -8px;
}

.form-checkbox input[type=checkbox],
.form-radio input[type=radio]{
    display: none;
}
.form-radio label:before {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    bottom: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.9);
    -moz-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.9);
    box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.9);
}
.form-radio label:hover:before,
.form-radio input[type=radio]:checked + label:before {
    background: #ffffff;
    border: 1px solid #00B9FF;
    -webkit-box-shadow: 0 0 0 3px #00B9FF;
    -moz-box-shadow: 0 0 0 3px #00B9FF;
    box-shadow: 0 0 0 3px #00B9FF;
}
.form-radio input[type=radio]:disabled + label{
    color: #d2d2d2;
}
.form-radio input[type=radio]:disabled + label:before {
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 0 0 3px #f2f2f2;
    -moz-box-shadow: 0 0 0 3px #f2f2f2;
    box-shadow: 0 0 0 3px #f2f2f2;
}

.form-checkbox label:before {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    left: 3px;
    bottom: 2px;
    margin-right: 10px;
    position: absolute;
    background: #f2f2f2;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
    -moz-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
    box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
}
.form-checkbox label:hover:before,
.form-checkbox input[type=checkbox]:checked + label:before {

    background: #00B9FF;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
    -moz-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
    box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.9);
}
.form-checkbox input[type=checkbox]:disabled + label{
    color: #d2d2d2;
}
.form-checkbox input[type=checkbox]:disabled + label:before {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    border: 3px solid #e6e6e6;
    -webkit-box-shadow: 0 0 0 1px #f2f2f2;
    -moz-box-shadow: 0 0 0 1px #f2f2f2;
    box-shadow: 0 0 0 1px #f2f2f2;
}

.search-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.search-input{
    width:calc(49% - 71px);
}
.search-select{
    width:calc(49% - 71px);
}
.search-submit button{
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.alert{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.alert-danger,
.alert-success{
    text-align: center;
}

.content .video-tripod{
    margin-bottom: 20px;
}

.galery-nav{
    position: relative;
    padding-bottom: 50px;
}

.arr-left,
.arr-right{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 4px;
    z-index: 10;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.arr-left{
    left: 0;
    transform: rotate(180deg);
}
.arr-right{
    left: 30px;
}
.arr-left svg,
.arr-right svg{
    height: 10px;
    fill: #b7b7b7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.arr-left:hover,
.arr-right:hover{
    border: 1px solid #00B9FF;
    background: #00B9FF;
}
.arr-left:hover svg,
.arr-right:hover svg{
    fill: #ffffff;
}

.row.pdf,
.row.galerie{
    width: calc(100% + 30px);
}

.galerie .photo{
    margin-bottom: 0;
}
.galerie .photo img{
    margin-left: auto;
    margin-right: auto;
}

.galerie.galerie-small .photo.center img,
.galerie.galerie-big .photo.center img{
    margin-bottom: 16px;
}

.video-wrapper .showhide-content,
.row.pdf .showhide-content{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 16px;
}

.wowslider-container{
    max-height: 596px;
}
.wowslider-container .ws_images{
    max-height: 596px;
}
.wowslider-container .ws_images > div > img{
    max-height: 596px;
}
.content .autor-about .right a.link{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
}

.news-detail .autor .autor-date{
    float: left;
    margin-right: 20px;
}

.news-detail .meta-info,
.news-detail .autor{
    width: 30%;
    height: 32px;
    line-height: 32px;
}
.news-detail .meta-info{
    float: right;
    font-size: 11px;
    color: #000000;
}
.news-detail .autor a,
.news-detail .meta-info a{
    color: #000000;
    text-decoration: none;
}
.news-detail .autor i,
.news-detail .meta-info i{
    margin-right: 5px;
}
.post-views,
.post-comments{
    display: inline-block;
}

.tags-wrapper{
    width: 70%;
    height: 32px;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
.tags-wrapper .tag-flag{
    width: 48px;
    height: 32px;
    overflow: hidden;
    position: relative;
}
.tags-wrapper .tag-flag img{
    position: absolute;
    top: -8px;
    left: 0;
}
.tags-wrapper .tag-info{
    height: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    background: #00bcf6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 10px;
    width: 48px;
    text-align: center;
}
.tags-wrapper .tag-pdf{
    height: 100%;
    margin-left: 10px;
}
.tags-wrapper .tag-pdf a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #e51546;
    font-weight: 700;
    font-size: 12px;
}
.tags-wrapper .tag-pdf svg,
.tags-wrapper .tag-info svg{
    height: 17px;
    width: auto;
    /*margin-right: 15px;*/
    margin-left: auto;
    margin-right: auto;
}

.tags-wrapper .tag-info {
    text-align: center;
}
.tags-wrapper .tag-info img {
    height: 17px;
    margin-left: auto;
    margin-right: auto;
}

.tags-wrapper .tag-pdf svg path,
.tags-wrapper .tag-info svg path{
    fill: #ffffff;
}

.comments{
    display: block;
    width: 100%;
    float: left;
}
.comments h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px;
    line-height: 30px;
}

.comments .td-form-comment,
.comments .td-form-author,
.comments .td-form-email,
.comments .td-form-url,
.comments .td-form-captcha {
    margin-top: 0;
    margin-bottom: 21px;
}

.comments textarea {
    overflow: auto;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    padding: 6px 9px 6px 9px;
    display: block;
    border: 1px solid rgb(225, 225, 225);
}
.comments textarea:focus,
.comments input:focus,
.comments input[type]:focus {
    outline: 0 none;
}
.comments textarea:active,
.comments textarea:focus {
    border-color: #b0b0b0!important;
}
input {
    line-height: normal;
}

.comments input[type="text"],
.comments input[type="url"],
.comments input[type="tel"],
.comments input[type="email"] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    border: 1px solid rgb(225, 225, 225);
}

/* selectbox */
.comments select {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    border: 1px solid rgb(225, 225, 225);
}

.comments button,
html .comments input[type="button"],
.comments input[type="reset"],
.comments input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.comments input[type="submit"] {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    background-color: #222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.comments input[type="submit"]:hover {
    background-color: #4db2ec;
}

.comment-form .td-warning-comment,
.comment-form .td-warning-author,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error {
    display: none;
}

.td-comment-form-warnings .td-warning-comment,
.td-comment-form-warnings .td-warning-author,
.td-comment-form-warnings .td-warning-email,
.td-comment-form-warnings .td-warning-email-error {
    margin-bottom: -11px;
    color: #ff7a7a;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

.td-comments-title-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.block-title {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #222;
    border-color: #222;
}
.block-title.mb{
    margin-bottom: 25px;
}
.block-title a, .block-title span, .block-title label {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222;
    color: #fff;
}
.block-title>span{
    background-color: #222;
}
.news-detail .block-title{
    margin-top: 40px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.news-detail .block-title h4{
    font-size: 14px;
    font-weight: 700;
}
.content .col7 .news-detail .block{
    margin-bottom: 30px;
}
.content.list-detail .col7 .news-detail{
    margin-bottom: 0;
}

.content.list-detail + footer{
    margin-top: 50px;
}

.news-detail .pic-whole .text-content{
    margin-bottom: 0;
}
.content .col7 .news-detail .block:nth-of-type(2){
    margin-right: 0;
}

.content .col7 .news-half .text > p{
    line-height: 21px;
}

.content.list-detail .col7 .news-half.smaller{
    margin-bottom: 0;
}

.comment-list{
    padding: 0;
    margin: 0;
}

.comment {
    list-style: none;
    margin-left: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 21px;
}
.comment:first-child {
    border-top: none;
}

.comments .comment-article{
    display: block;
}
.comment .avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
}
cite {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #000;
}
.comment cite {
    font-family: 'Open Sans',arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}
.comment-link {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px;
}
.comment .comment-content, .comment .comment-meta, .comment .comment-respond {
    margin-left: 70px;
}
.comment .comment-content {
    margin-top: 7px;
}
.comment p {
    margin-bottom: 0;
    word-wrap: break-word;
}
.comment .comment-content p {
    margin-bottom: 21px;
    line-height: 21px;
}
.comment .comment-content p:last-child {
    margin-bottom: 0;
}
.comment-meta {
    margin-top: 3px;
}
.comment .comment-content, .comment .comment-meta, .comment .comment-respond {
    margin-left: 70px;
}
.comment-reply-link {
    font-size: 11px;
    color: #b4b4b4;
}

.articles-item{
    position: relative;
    padding-bottom: 48px;
}

.articles-item .item-thumb{
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 13px;
}

.articles-item .item-thumb .entry-thumb{
    display: block;
    opacity: 1!important;
    transition: opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    max-width: 100%;
    height: auto;
}
.articles-item .item-details{
    margin-left: 350px;
    min-height: 235px;
}

.articles-item .entry-title{
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 11px 0;
}
.articles-item .entry-title a{
    color: #111111;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.articles-item:hover .entry-title a {
    color: #4db2ec;
}
.articles-item .item-meta-info{
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}
.articles-item .item-author-name{
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
}
.articles-item .item-author-name a {
    color: #000;
}
.articles-item .item-author-name span{
    color: #ccc;
    margin: 0 2px 0 2px;
    font-weight: normal;
}
.articles-item .item-post-date{
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
}
.articles-item .item-module-comments{
    position: relative;
    float: right;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.articles-item .item-module-comments a{
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative;
    text-decoration: none;
}
.articles-item .item-module-comments a:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}
.articles-item .item-excerpt{
    font-size: 13px;
    color: #777;
    font-family: 'Open Sans',arial,sans-serif;
    margin-top: 9px;
    margin-bottom: 15px;
}
.articles-item .item-read-more {
    margin-bottom: 0;
}
.item-read-more.right{
    float: right;
    margin-bottom: 16px;
}
.item-read-more a{
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.item-read-more a:hover{
    background-color: #222!important;
    text-decoration: none;
}


.td-a-rec-id-sidebar>div {
    margin-bottom: 15px;
}
.td-a-rec-id-sidebar img{
    width: 100%;
    height: auto;
}

.td-visible-desktop {
    display: table;
}
.td-visible-tablet-landscape, .td-visible-tablet-l, .td-visible-tablet-portrait, .td-visible-tablet-tp, .td-visible-phone {
    display: none;
}
.td-visible-desktop, .td-visible-tablet-landscape, .td-visible-tablet-l, .td-visible-tablet-portrait, .td-visible-tablet-tp, .td-visible-phone {
    margin-left: auto;
    margin-right: auto;
}

/* menu */
.normal-menu ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.normal-menu ul li{
    float: left;
    position: relative;
}
.normal-menu ul li span i,
.normal-menu ul li a i{
    font-size: 14px;
    margin-left: 5px;
}
.normal-menu ul li.active a,
.normal-menu ul li a:hover,
.normal-menu ul li a:focus{
    text-decoration: none;
    /*color: #00B9FF;*/
}
.normal-menu > ul > li:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.normal-menu ul li.active:after,
.normal-menu ul li:hover:after,
.normal-menu ul li:focus:after{
    /*background: #00B9FF;*/
}
.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 100%;
    min-width: 150px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.normal-menu ul li:hover ul.sub-menu,
.normal-menu ul li:focus ul.sub-menu{
    height: auto;
}
.sub-menu li{
    float: none;
    width: 100%;
}
.sub-menu li a{
    padding: 7px 14px 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    color: #111111;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.normal-menu ul li ul.sub-menu li a:hover,
.normal-menu ul li ul.sub-menu li a:focus{
    background: #00B9FF;
    color: #ffffff;
}

/* mobilni menu */
header nav span{
    padding: 0;
}
.slicknav_menu .slicknav_menutxt{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
header .mobile-menu .slicknav_menu .slicknav_nav a:last-of-type{
    border-bottom: 1px solid #e8e8e8;
}
header .mobile-menu .slicknav_menu .slicknav_nav li:last-of-type a{
    border-bottom: 0;
}
header .mobile-menu .slicknav_menu .slicknav_nav li.slicknav_parent a i{
    display: none;
}
header .mobile-menu .slicknav_menu .slicknav_nav a{
    float: none;
}
.slicknav_nav .slicknav_row{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e8e8e8;
}
.slicknav_nav .slicknav_row:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
}
header .mobile-menu .slicknav_menu .slicknav_nav .slicknav_row > a{
    width: auto;
    border-bottom: 0;
}

/* search */
header nav .search-wrapper {
    background: #e51546;
    position: absolute;
    right: 0px;
    top: -4px;
    height: 48px;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header nav .submit:hover{
    text-decoration: none;
}
.search-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.search-form-wrapper,
.search-form-wrapper form{
    height: 100%;
}
.search-wrapper .search-form-wrapper button{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 0px 30px;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
}
.search-wrapper .search-form-wrapper button i{
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.search-wrapper .search-form-wrapper button:hover{
    /*background: #e51546;*/
}
.search-wrapper .search-form-wrapper button:hover i{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.search-input-wrapper{
    position: absolute;
    top:0;
    right:100%;
    z-index: 9;
    height: 48px;
    overflow: hidden;
    width: 0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.search-input-wrapper input{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
    border: 4px solid #e51546;
    border-right: none;
    outline: none;
}

.search-wrapper.show .search-input-wrapper{
    width: 300px;
}

/* pagination */
.more a.page-number{
    font-size: 12px;
    text-decoration: none;
}
.more a.active.page-number,
.more a:hover.page-number{
    color: #ffffff;
    background: #1db7f1;
    border-color: #1db7f1;
}

/* portfolio directories */
.content .col10 .blue{
    margin-top: 40px;
}

/* oprava dont miss*/
.content .col3 .news-mini{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content .col3 .reviews .box-small h3{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.content .col3 .reviews a{
    color: #111111;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.page-submenu ul{
    list-style: none;
    margin: 20px 0 40px 0;
    padding: 0;
}
.page-submenu ul li{
    float: left;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
}
.page-submenu ul li a{
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-right: 5px;
    background: #111111;
    padding: 7px 12px;
}
.page-submenu ul li a:hover{
    color: #ffffff;
    background: #1db7f1;
}
.page-submenu ul li:last-of-type a{
    margin-right: 0;
}

.alert-custom {
    margin-bottom: 20px;
}
.alert-custom ul {
    /*list-style-type: decimal;*/
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
}
.alert-custom ul li {
    width: 100%;
    padding: 10px 10px 10px 30px;
    border-bottom: 2px solid #222222;
    margin-bottom: 5px;
    position: relative;
    color: #222222;
}
.alert-custom ul li:before {
    position: absolute;
    top:0;
    left:0;
    display: block;
    content: '';
    width: 15px;
    height: 100%;
    background: #222222;
    float: left;
}
.alert-custom.errors ul li{
    background-color: #e51546;
    color: #ffffff;
}
.alert-custom.success ul li{
    background-color: #43ea7e;
}
.news-detail .text-content .alert-custom p:first-of-type{
    margin-top: 0;
}

.comment .comment-name {
    font-weight: bold;
    font-size: 10px;
    color: #b4b4b4;
    margin-top: 0px;
}

.comment .comment-name span {
    font-weight: 400;
}

header nav a svg{
    width: auto;
    height: 20px;
}
header nav a svg path{
    fill: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.normal-menu ul li.home-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 44px;
}

.visible-mobile{
    display: block;
}
.visible-desktop{
    display: none;
}
.visible-alltime{
    display: block;
}

.video-tripod-small {
    position: relative;
}

.news-video .aktualita-video-time,
.video-tripod-small .aktualita-video-time,
.news-tripod .aktualita-video-time,
.content .col7 .news-half .img span.aktualita-video-time,
.video-tripod .aktualita-video-time,
.video-tripod-small .aktualita-video-time {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    padding: 3px 6px 4px;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.content .col7 .video-tripod-small p span.aktualita-video-time,
.content .col7 .news-half .img span.aktualita-video-time {
    left: auto;
}

.content .col7 .video-tripod-small p span.aktualita-video-time {
    font-size: 12px;
}

.js-video-slider .slick-next{
    right: 10px;
}
.js-video-slider .slick-prev{
    left: 10px;
}
.js-video-slider .slick-next,
.js-video-slider .slick-prev{
    display: flex !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #00B9FF;
    top: 75px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.js-video-slider .slick-next.slick-disabled,
.js-video-slider .slick-prev.slick-disabled{
    opacity: 0.5;
}
.js-video-slider .slick-next:before,
.js-video-slider .slick-prev:before{
    opacity: 1;
}
.socials-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.socials-row .socials {
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
}
.socials-row .audio-block {
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}
.socials-row .audio-block a {
    width: auto;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 10px;
    text-decoration: none;
}
.socials-row .audio-block img {
    display: block;
    width: 28px;
    grid-column: 1;
    grid-row: span 2;
    margin: auto;
}
.socials-row .audio-title {
    display: inline-block;
    line-height: 20px;
    color: #111111;
    font-weight: bold;
    text-align: center;
}
.socials-row .audio-duration {
    display: inline-block;
    color: #767676;
    text-align: center;
}
.socials-row audio {
    outline: none;
    margin-bottom: 8px;
}
.socials-row .audio-play {
    cursor: pointer;
}

/* media query */
@media (min-width: 961px){
    .visible-mobile{
        display: none;
    }
    .visible-desktop{
        display: block;
    }
}
@media (max-width: 1449px){
    header nav a {
        font-size: 11px;
    }
    .news-detail .autor{
        width: 100%;
        margin-bottom: 10px;
    }
    .tags-wrapper{
        width: 100%;
        margin-bottom: 10px;
        justify-content: flex-start;
        min-height: 32px;
    }
    .tags-wrapper .tag-flag,
    .tags-wrapper .tag-info,
    .tags-wrapper .tag-pdf{
        margin-left: 0;
        margin-right: 10px;
        height: 100%;
        min-height: 32px;
    }
    .tags-wrapper .tag-info{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tags-wrapper .tag-pdf a{
        height: 100%;
        min-height: 32px;
    }
    .socials-row {
        flex-wrap: wrap;
        position: relative;
    }
    .socials-row .socials, .socials-row .audio-block {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-start;
        order: 2;
    }
    .socials-row .socials {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 100%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 6px;
        z-index: 20;
    }
    .socials-row .socials >a {
        float: right;
    }
    .socials-row .audio-block {
        order: 1;
        margin: 5px 0 15px;
    }
}
@media (max-width: 1179px){
    header .mobile-menu {
        display: block;
    }
    header .normal-menu {
        display: none;
    }
    .sub-menu{
        position: relative;
        top: auto;
        left: auto;
        background: #ffffff;
        width: 100%;
        min-width: 150px;
        box-shadow: 1px 1px 6px rgba(0,0,0,.2);
        height: auto;
        overflow: hidden;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .slicknav_nav li.home-button{
        /*display: none;*/
    }
    header nav a svg path{
        fill: #1e1e1e;
    }
}
@media (max-width: 1100px){
    .socials-row .audio-block {
       margin: 0 0 20px;
    }
    .socials-row audio {
        margin: 0 0 20px;
    }
    .normal-menu ul li span i,
    .normal-menu ul li a i{
        font-size: 9px;
    }

    .tags-wrapper{
        flex-wrap: wrap;
        height: auto;
    }
    .tags-wrapper .tag-flag,
    .tags-wrapper .tag-info,
    .tags-wrapper .tag-info{
        margin-bottom: 10px;
    }
}
@media (max-width: 1018px) and (min-width: 768px){
    .articles-item {
        padding-bottom: 0;
        border-bottom: 1px dashed #eaeaea;
        margin-bottom: 20px;
    }
    .articles-item .item-thumb {
        width: 192px;
    }
    .articles-item .item-read-more,
    .articles-item .item-author-name {
        display: none;
    }
    .articles-item .item-details {
        margin-left: 210px;
        min-height: 165px;
    }
}
@media (max-width: 960px){
    .content .col7{
        margin-bottom: 30px;
    }
    .content .news-tripod:first-of-type{
        margin-bottom: 0;
    }
    footer{
        margin-top: 20px;
    }
}
@media (max-width: 880px){

}
@media (max-width: 768px){
    .content .col7 .pic-whole .text-content{
        padding-left: 0;
    }
    .news-detail .pic-whole .half-pic.right,
    .news-detail .pic-whole .half-pic.left{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .articles-item{
        padding-bottom: 30px;
    }
    .articles-item .item-thumb {
        width: 200px;
    }
    .articles-item .item-details {
        margin-left: 220px;
        min-height: 145px;
    }
    .articles-item .item-read-more,
    .articles-item .item-author-name,
    .articles-item .item-excerpt {
        display: none;
    }
    .search-wrapper.show .search-input-wrapper{
        width: 250px;
    }
    .content .col7 .pic-whole .text-content{
        padding-left: 0;
    }
    .news-detail .downloads .download-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .top p {
        display: none;
    }
    header .top .right {
        min-width: 185px;
    }
}
@media (max-width: 620px){
    header .top .right{
    }
    header .top .right .selected{
        margin-left: 10px;
    }
    .search-row{
        flex-wrap: wrap;
    }
    .search-input,
    .search-select,
    .search-submit{
        width: 100%;
    }

    header .top{
        height: 56px;
    }
    /*header .top p {*/
    /*    display: block;*/
    /*}*/
    header .top .right{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    header .top .right .subscribe-button,
    .lang-wrapper,
    header .top .right .login-button{
        margin-left: 0;
        margin-right: 10px;
    }
    header .top .right .selected{
        margin-left: 0;
    }
    .login-info{
        right: auto;
        left: 0;
    }
    .login-info:after{
        right: auto;
        left: 5px;
    }
    header .top .right .lang-nav{
        left: 0;
        right: auto;
    }
}
@media (max-width: 560px){
    .content .news-tripod{
        margin-bottom: 0;
    }
    .content .news-tripod:last-of-type{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .articles-item .item-thumb {
        width: 100px;
    }
    .articles-item .item-details {
        margin-left: 0;
        min-height: 73px;
        padding-left: 110px;
    }
    .articles-item .entry-title {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .search-wrapper.show .search-input-wrapper{
        width: 100%;
    }
}
@media (max-width: 450px){
    .news-detail .downloads .download .file-ico svg{
        margin-bottom: 0;
    }
    .news-detail .downloads .download .file-ico span{
        display: none;
    }
}
@media (max-width: 380px){
    header .top .right{
        min-width: 50px;
    }
}
