/*
Theme Name: Salesko
Author: UniWIRE Solution, s.r.o.
Description: Šablona webu pro SALESKO
Version: 1.0.3.6
Text Domain: salesko
 */

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #3c3c3b;
}
.container {
    width: 100%;
    position: relative;
}
.navbar-salesko {
    background: white;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-left: calc(4% + 15px);
    padding-right: calc(4% + 15px);
}
.navbar-salesko .navbar-brand {
    margin-top: 8px;
    margin-bottom: 10px;
}

.navbar-salesko >.container {
    padding: 0px;
}

.navbar-salesko .navbar-brand h1{
    display:none;
}
.navbar-salesko .nav>li>a{
    padding: 0 10px;
    color: #3c3c3b;
    padding: 30px 12px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: lighter;
}
.navbar-salesko .nav>li>a:hover {
    color: #ffffff;
    background: none;
    text-decoration: none;
    padding-top: 22px;
    border-top: 8px solid #880027;
}
.navbar-salesko .nav>li.open a.dropdown-toggle:hover {
    border-top: 8px solid  #f2f2f2;
}
.navbar-salesko .nav>li.active a{
    background: none;
    color: #FFF;
    background: #880027;
}
.navbar-salesko .nav>li.active a:hover{
    color: #FFF;
    background: #880027;
    text-decoration: none;
    /*padding: 10px 0 10px calc(4% + 25px);*/
    padding-top: 30px;
    border-top: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 20px;
}
.navbar-salesko .btn-login{
    color: #fff;
    background-color: #79142b;
    border: 0;
    margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 10px;
}
.navbar-salesko .hledatko{
    position: absolute;
    width: 240px;
    height: 40px;
    top: 15px;
    right: 5px;
    z-index: 999999;
    display: none;
}
.navbar-salesko .hledatko .btn-cool{
    color: #fff;
    background-color: #79142b;
    border: 0;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 0px;
    margin-right: -5px;

}
.navbar-salesko .hledatko input{
    height: 40px;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #79142b;
}

.navbar-salesko .nav>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 0%;
    width: 100%;
    background-color: #880027;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: height .3s cubic-bezier(0.46, 0.49, 0.2, 1);
}

.navbar-salesko .nav>li:hover:before {
    height: 100%;
}
.navbar-nav .open .dropdown-menu {
    background-color: #f2f2f2;
}
.navbar-salesko .dropdown-search {
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.navbar-salesko .dropdown-search form {
    padding: 20px;
}
.navbar-salesko .dropdown-search #s {
    min-width: 200px;
}
.dropdown-profile {
    background-color: #f2f2f2;
    border: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #f2f2f2;
}


.sidebar {
    background-color: #f2f2f2;
    min-height: 100%;
    padding-left: 150px !important;
    /* display: flex; */
    /* flex: 1 1 auto; */
    padding-bottom: 140%;
}

.header_row {
    /* background: -webkit-linear-gradient(left, #f2f2f2 50%, #b6b6b6 50%); */
    background: -moz-linear-gradient(left, #f2f2f2 50%, #b6b6b6 50%);
    background: -ms-linear-gradient(left, #f2f2f2 50%, #b6b6b6 50%);
    background: linear-gradient(left, #f2f2f2 50%, #b6b6b6 50%);
    /* border-bottom: 4px solid #880027; */
    margin-bottom: 20px;
}
.actionnotifyplace {
    background-color: white;
    height: 150px;
    padding-left: calc(4% + 15px);
}
.actionnotifyplace .calendar {
    color: #388ac9;
    float:left;
    font-size: 50px;
    padding: 40px 20px 40px 0px;
    position: relative;
}
.actionnotifyplace h2 {
    font-weight: lighter;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.actionnotifyplace h2 .small {
    font-size: 12px;
}
.actionnotifyplace h3 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.actionnotifyplace .time {
    font-weight: normal;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.actionnotifyplace .bnt-allaction {
    border-radius: 0;
    position: absolute;
    right: 16px;
    bottom: 8px;
}
.navbar-left {
    float: right!important;
}
#loginBoxIS {
    background-color: #f2f2f2;
    min-width: 300px;
    padding: 20px;
    text-align: left;
}
#loginBoxIS form {
    min-width: 500px;
}
#loginBoxIS h2 {
    font-weight: lighter;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    float:left;
}
#loginBoxIS .pdg2 {
    padding: 5.5px 0px 18px 0px;
}
#loginBoxIS .btn {
    width: 100%;
    border-radius: 0;
}
#loginBoxIS .btn-inline {
    color: #880027;
}
#loginBoxIS input {
    border-radius: 0;
    border: 0;
}
#loginBoxIS .fb {
    background-color: #3b5998;
}
#loginBoxIS .fb:hover {
    background-color: white;
}
#loginBoxIS .icon-pfile{
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
#loginBoxIS .icon-pfile img {
    width: 128px;
    height: 128px;
    border-radius: 100%;
}
#loginBoxIS .detailInfo {
    text-align: center;
}
#loginBoxIS p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 17px;
    color: #4d4d4d;
}
#loginBoxIS p.lasti {
    margin-bottom: 20px;
}
#loginBoxIS .first-p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
}
#loginBoxIS a {
    color: #880027;
    font-size: 14px;
    line-height: 16px;
}
#loginBoxIS a.btn-salesko {
    color: white;
}
#loginBoxIS a.btn-salesko:hover {
    color: #880027;
}
#loginBoxIS a.profil-link {
    color: #4d4d4d;
}
#loginBoxIS .btn-register {
    padding-top: 8px !important;
    padding-bottom: 0px;
    display: inline-block;
}
#loginBoxIS .forgetlink {
    float: right;
    padding-top: 20px;
}
.slider-main {
    width: 100%;
    background: white;
    min-height: 100px;
    margin-top: 0px;
}

.slider-main .owl-nav .owl-prev, .slider-main .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .8;
}
.slider-main .owl-nav .owl-next {
    right: 0;
    left: auto;
}
.slider-main .owl-nav .owl-prev:hover {
    /* background-image: -webkit-linear-gradient(left,rgba(235,235,235,1) 0,rgba(235,235,235,.0001) 100%); */
    background-image: -o-linear-gradient(left,rgba(235,235,235,1) 0,rgba(235,235,235,.0001) 100%);
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(235,235,235,1)),to(rgba(235,235,235,.0001))); */
    /* background-image: linear-gradient(to right,rgba(235,235,235,1) 0,rgba(235,235,235,.0001) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFebebeb', endColorstr='#3c3c3b00000', GradientType=1);
}
.slider-main .owl-nav .owl-next:hover {
    /* background-image: -webkit-linear-gradient(left,rgba(235,235,235,.0001) 0,rgba(235,235,235,1) 100%); */
    background-image: -o-linear-gradient(left,rgba(235,235,235,.0001) 0,rgba(235,235,235,1) 100%);
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(235,235,235,.0001)),to(rgba(235,235,235,1))); */
    /* background-image: linear-gradient(to right,rgba(235,235,235,.0001) 0,rgba(235,235,235,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3b00000', endColorstr='#FFebebeb', GradientType=1);
}
.slider-main .owl-nav .glyphicon{
    /* background: #880027; */
    width: 60px;
    /* height: 50px; */
    /* border-radius: 100%; */
}
.slider-main .owl-nav .owl-prev .glyphicon {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.slider-main .owl-nav .owl-next .glyphicon {
    right: 0;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.slider-main .owl-nav .owl-prev .glyphicon:before{
    padding-top: 10px;
    margin-left: -4px;
    display: block;
}
.slider-main .owl-nav .owl-next .glyphicon:before{
    padding-top: 10px;
    margin-left: 0px;
    display: block;
}
.slider-main .owl-dots {
    position: absolute;
    left: auto;
    width: auto;
    text-align: right;
    padding-left: 0;
    margin-left: 0;
    right: 10%;
    bottom: 0px;
    z-index: 999999;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 25px;
}

.owl-dots {
    position: absolute;
}

.owl-dot.active {
    transition: 2s all;
}

.owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 25px !Important;
    width: 25px !Important;
    margin: 0px 3px 6px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    border: 0;
    border-radius: 0px !important;
    margin: 0px !Important;
    /* border-left: 1px solid #880027; */
    transition: 0.5s all;
}

.owl-dots .owl-dot:first-child{
    border-left: 0px;
}

.owl-dots .owl-dot:hover {
    background-color: #FFFFFF !Important;
}

.owl-dot.active {
    background-color: #FFFFFF !Important;
}
.owl-item a:hover {
    text-decoration: none;
}

.container-clanky {
    padding-left: calc(4% - 20px);
    padding-right: calc(4% - 20px);
    margin-top: 38px;
    margin-bottom: 38px;
}
.container-actionrow {
    padding-left: calc(6% - 18px);
    padding-right: calc(6% - 18px);
    margin-top: 38px;
    margin-bottom: 38px;
}
.container-actionrow h2, .container-actionrow h3 {
    margin: 0;
    line-height: 34px;
    color: black;
}
.container-actionrow a:hover {
    color: #88162b;
    text-decoration: none;
}
.container-actionrow span {
    line-height: 54px;
    font-size: 24px;
    font-weight: normal;
}
.container-actionrow .dateaction {
    font-size: 32px;
    line-height: 54px;
    font-weight: normal;
}
.container-clanky .nadpis {
    padding: 0px 4%;
}
.container-clanky .nadpis a {
    color: black;
}
.container-clanky .nadpis a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #88162b;
    text-decoration: none;
}
.container-clanky .is-camp {
    padding: 20px;
}
#page-content-wrapper .is-camp {
    padding-bottom: 25px;
}


.container-clanky .morelink-container, #page-content-wrapper .morelink-container {
    margin-top: 15px;
}
#page-content-wrapper .morelink-container {
    margin-bottom: 15px;
}
.container-clanky .morelink, #page-content-wrapper .morelink, .container-actionrow .morelink{
    background: #88162b;
    bottom: 15px;
    right: 35px;
    width: 45px;
    height: 45px;
    /* border-bottom-right-radius: 5px; */
    /* border-top-left-radius: 5px; */
    display: block;
    position: absolute;
    padding: 10.5px 15.5px;
    font-size: 18px;
    border-radius: 50%;
    color: white;
}
.container-actionrow .morelink{
       bottom: 0px;
       right: 15px;
   }
#page-content-wrapper .morelink {
    right: 0;
    bottom: 0px;
}
.container-clanky .morelink .fa, #page-content-wrapper .morelink  .fa, .container-actionrow .morelink .fa {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
}
.container-clanky .morelink:hover .fa, #page-content-wrapper .morelink:hover .fa, .container-actionrow .morelink:hover .fa
{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.container-clanky .camp-body {
    min-height: 90px;
}

.container-clanky .nadpis {
    padding-left: 35px;
    padding-right: 35px;
}

.container-clanky .is-camp .camp-header {
    padding-top: 15px !important;
}
.content-right {
    padding-left: 100px;
    padding-right: 150px;
}

.content-right h2 {
    margin-bottom: 20px;
}

.row.galerieRow {
    margin-bottom: 40px;
}

.gallery-item img:hover {
    /* opacity: 0.7; */
    transition: 0.3s all;
    transform: scale(1.2);
}
.copyricight {
    color: #939393;
    text-align: right;
    font-size: 13px;
    padding: 6px 4% 40px 4%;
}

.copyricight .container {
    background-color: white !Important;
}

.copyricight a {
    color: #939393;
}

.article-top {
    min-height: 380px;
}

.acticle-style {
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
}
.article-header {
    background: #ffffff;
    padding: 5px 0px 10px 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.article-header h3{
    margin:0;
    padding:0;
    font-size: 24px !important;
    margin-bottom: 10px;
}
.article-header h3 a{
    color: #3c3c3b;
}
.article-body {
    padding: 0px 0 10px 0px;
}

img.card-img-top {
    height: 350px;
    margin-top: 0;
}


h3.h3galerie {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 50px;
}


 .galerieRow .card {
     text-align: center;
     background-color: #e6e6e6;
     border-right: 12px solid white;
     border-left: 12px solid white;
     position: relative;
     margin-top: 32px;
     padding-top: 24px;
 }

 .galerieRow img.topIcon {
     position: absolute;
     top: -30px;
     left: calc(50% - 32px);
     width: 60px;
 }

 .page-main h2{
     display: inline-block;
     /* line-height: 100%; */
    margin-bottom: 50px;
    position: relative;
}

.page-main h2 a {
    color: white;
    text-decoration: underline;
}
.post-container img{
    max-width: 100%;
    height: auto;
}
.page-main .post-container {
    width: auto;
    padding: 15px 20px;
    border-radius: 5px;
    background: white;
    margin: 00px 0 20px 0px;
    overflow: hidden;
}
.alignleft {
    max-width: 100%;
    height: auto;
}
.page-main .post-container h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 14px;
}
.page-main .post-container h3 {
    font-size: 18px;
    color: #880027;
    border-radius: 5px;
}

.page-main .right-content {
    padding-left: 70px;
    padding-right: 150px;
}

.nav-salesko-submenu {
    margin-top: 11px;
}
.nav-salesko-submenu a {
    /* color: #3c3c3b; */
    /* background: #f2f2f2; */
    border-bottom: 2px solid #880027;
}
.nav.nav-salesko-submenu li a:hover {
    /* background: #f2f2f2; */
}
.nav.nav-salesko-submenu li.active a:hover {
    background: #880027 !Important;
}
.nav-salesko-submenu li {
    border-radius: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ovt {
    overflow-x: hidden;
    width: 100%;
    height: auto;
}
.navbar-saleskomenu .current-post-ancestor a {
    background-color: #880027;
    color: white;
}

.nav-salesko-submenu li:last-child a {
    border-bottom: 0px;
    /* padding-left: 150px; */
}

.article-content > p:only-child {
    min-height: 298px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}*/

h2, h3, h4 {
    position: relative;
}

h2 > a, h3 > a, h4 > a {
    color: #3c3c3b;
}

.card-title.underline:after {
    width: 25% !important;
}

.underline.red {
    position: relative;
}

.underline.red span {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 80%;
    padding-right: 22px;
    border-bottom: 2px solid #880027;
}

.rightLine {
    display: flex;
}

.right.line {
    flex: 1 1 auto;
    margin-left: 10px;
    position: relative;
}

.right.line:after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 2px solid #dadada;
}

.full-article{
    color: #88172b;
}

/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    /* padding: 0px; */
}

.gallery-item img {
    /* height: 150px; */
    margin: auto;
    display: block;
    /* border: 2px solid white; */
    /*width: 100%;*/
    transition: 0.2s all;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
.gallery-caption{
    text-align: center;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.right {
    float:right;
}
.more-link {
    display: none;
}
.navbar-saleskomenu{
    padding-left: 0;
    padding-right: 0;
}
.toggle-salesko {
    border-color: #8b8b8b;
    position: absolute;
    top: 16px; right: 10px;
    z-index: 99999;
}
.toggle-salesko span {
    background-color: #7e7e7e;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.cezetmap {

}
.cezetmap .mesto_pink {
    background: #751c30;
}
.cezetmap .brno {
    left: 67.7492260061919%;
    top: 74.2212674543502%;
}
.cezetmap .brnoII {
    left: 64.7492260061919%;
    top: 74.2212674543502%;
}
.cezetmap .mesto_env a {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 110px;
}
.cezetmap .mesto_env {
    width: 120px;
}
.cezetmap li {
    line-height: 320px !important;
}
.cezetmap .mesto_env:before {
    margin-left: -11px;
}
.lmm-panel {
    display:none;
}
.pager .previous>a, .pager .previous>span {
    float: none;
}
.pager .next>a, .pager .next>span {
    float: none;
}

.pager a {
    color: #3c3c3b;
}

.pager li a {
    padding: 6px 8px;
    margin-right: 5px;
    border-radius: 0px;
}

.pager li>span {
    font-weight: bold;
    color: #ffffff;
    transition: all 0.5s;
    background: #880027;
    border: 1px solid #880027;
    padding: 5px 8px;
    margin-right: 5px;
    border-radius: 0px;
}
.form-inline .form-group {
    max-width: 370px !important;
}
#menu-hlavicka .red a {
    color: red;
}
#menu-hlavicka .strong a {
    font-weight: bold;
}
.article-small .article-header h3 {
    font-size: 24px !important;
    /* font-family: Open Sans; */
    /* color: green; */
}
.article-small .article-header {
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    /* color: white; */
}
.article-small .article-header a {
    color: #444444;
}
.article-small .article-header p {
    margin: 5px 0 0px 0;
}
.article-small .image-ff, .article-small .image-ff img  {
    width: 100%;
}

.article-body .tal a {
    color: white;
    background-color: #88172b;
    padding: 5px;
}

.article-asmall .article-body .row {
    margin-top: 10px;
}
.category-pf{
    background: #ffffff;
    width: 100%;
    padding-left: calc(4% + 5px );
    padding-right: calc(4% + 5px );
    padding-top: 15px;
    padding-bottom: 40px;
}

table#mainpage-posts td {
    width: 50%;
    padding: 0px !important;
    vertical-align: top;
}

table#mainpage-posts tr td:first-child {
    border-right: 2px solid #f2f2f2;
}

table#mainpage-posts tr:first-child {
    border-bottom: 2px solid #f2f2f2;
}

table#mainpage-posts tr:last-child .article-small {
    padding-top: 20px;
}


/* Large desktop */
@media (min-width: 1400px) {
    .container {
        width: 100%;
    }
    .navbar-salesko .nav>li>a {
        font-size: 16px;
    }

}

.logo-small {display:inline !important; width: 40px;;}
.logo {display:none !important;}

@media (min-width: 1100px) {
    .logo {display:inline !important; height: 40px; margin-top: -5px}
    .logo-small {display:none !important;}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) {
    .logo-small {display:inline !important;}
    .logo {display:none !important;}
    .container {
        width: 100%;
    }
    .container-salesko {
        padding: 0;
    }
    .navbar-salesko{
        margin-bottom: 10px;
        position: relative;
    }
    .navbar-salesko .navbar-brand {
        width: 33px;
        margin-top: 0px;
    }
    .navbar-salesko .navbar-brand img {
        width: 40px;
    }
    .navbar-salesko .btn-login{
        margin-top: 10px;
        position: relative;
    }
    .navbar-salesko .nav {
        float: right !important;
    }
    /*navbar uprava*/
    .actionbox .gray-action {
        border-radius: 0px;
        border-top-right-radius: 5px;
        height: 30px;
    }
    .actionbox .gray-action h2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 0px;
        margin-left: 20px;
        float: left;
    }
    .actionbox .gray-action p {
        margin-top: 11px;
        margin-left: 10px;
        float: left;
    }
    .actionbox .calendar-icon {
        padding: 14px 20px 14px 20px;
    }
    .actionbox p.first {
        margin: 4px 0 2px 0;
        color: #3c3c3b;
    }
    .actionbox p.last {
        margin: 0;
        padding: 0;
        color: #3c3c3b;
        display: none;
    }
    #loginBoxIS {
        padding-right: 4% !important;
    }

    .container-clanky {
        padding-left: calc(4% - 50px);
        padding-right: calc(4% - 50px);
        margin-top: 68px;
    }

    .actionbox .bnt-allaction{
        margin-top: 12px;
    }
    .container-fix {
        /* width: 750px; */
    }

    .page-main .post-container {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .nav-pills>li>a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .page-main h2 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .article-header {
        border-top-right-radius: 0;
    }
    .acticle-style {
        border-bottom-right-radius: 0;
    }
    .article-small .article-header {
        border-top-right-radius: 5px;
    }
    .article-small {
        border-bottom-right-radius: 5px;
    }
    .ovt {
        overflow-x: scroll;
    }
    .container_heldatek { display:none; }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .container-clanky .nadpis {
        padding-left: 4%;
        padding-right: 4%;
    }


    #sidebar-content-wrapper {
        text-align: right;
    }
    #sidebar-content-wrapper #hamburger-btn {
        display: inline-block;
    }
    #sidebar-content-wrapper .navbar {
        text-align: left;
    }
    
    

    .capitalletter {
        margin-right: 40px;
    }

    .container-clanky .is-camp {
        padding: 20px 5px;
    }

    .navbar-salesko {
        background: white;
        margin-bottom: 10px;
        border-bottom: 0;
        padding-left: calc(4%);
        padding-right: calc(4%);
    }

    .actionnotifyplace {
        background-color: white;
        height: 150px;
        padding-left: calc(4%);
        padding-right: 4%;
    }

    .logo {display:inline !important; height: 30px; margin-top: 5px}
    .logo-small {display:none !important;}

    .container_heldatek { display:none; }
    .container {
        width: 100%;
    }
    .container-salesko {
        padding: 0;
    }
    .navbar-salesko {
        height: 50px;
    }
    .navbar-salesko .navbar-brand {
        width: 260px;
        margin-top: 0px;
        padding: 10px 15px;
    }
    .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .navbar-salesko .btn-login{
        display: none;
        margin:0;
        padding-top: 14px;
        padding-bottom: 14px;
        font-weight: bold;
    }
    .navbar-salesko .navbar-collapse {
        margin-top: 0px;
        background: #FFFFFF;
        padding-right: 6% !important;
        padding-left: 6% !important;
        border-top: 0px solid transparent;
        margin-left: -6%;
        margin-right: -6%;
        padding-bottom: 20px;
    }
    .navbar-salesko .nav {
        margin: 0 !important;
    }
    .navbar-salesko .nav>li{
        border-right: 0;
    }
    .navbar-salesko .navbar-collapse .nav>li{
        position: relative;
    }
    .navbar-salesko .navbar-collapse .nav>li a{
        border-bottom: 2px solid #880027;
        display: block;
        color: #444;
        text-decoration: none;
        padding: 10px 15px 10px 30px;
        background: transparent;
        font-size: 14px;
        line-height: 20px;
    }
    .navbar-salesko .navbar-collapse .nav>li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        height: 0;
        width: 100%;
        background-color: #880027;
        -webkit-transition: width .2s ease-in;
        -moz-transition:  width .2s ease-in;
        -ms-transition:  width .2s ease-in;
        transition: height .2s cubic-bezier(0.46, 0.49, 0.2, 1);
    }
    .navbar-salesko .navbar-collapse .nav>li:hover:before {
        height: 100%;
    }
    .navbar-salesko .nav>li.active a{
        color: #ffffff;
        background: #880027;
        font-weight: normal;
        border: 0;
        border-bottom: 2px solid #880027;
    }
    .navbar-salesko .navbar-collapse .nav>li a:hover, .navbar-salesko .nav>li.active a:hover{
        color: #ffffff;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #880027;
        transition: all 0.5s;
        padding-top: 10px;
    }
    .navbar-salesko .nav>li.active a:hover{
        color: #ffffff;
        background: #880027;
        border: 0;
        border-bottom: 2px solid #880027;
    }
    .navbar-salesko .nav>li>a:hover {
        padding-top: 11px;
    }
    .navbar-salesko .nav>li>a {
        padding-bottom: 18px;
        padding-top: 19px;
        font-size: 22px;
    }
    .navbar-header>.navbar-nav {
        max-height: 60px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #f2f2f2;
    }
    .nav > li.dropdown.open { position: static; }
    .nav > li.dropdown.open .dropdown-menu {display:table; width: 100%; text-align: center; left:0; right:0; }
    .dropdown-menu>li { display: table-cell; }
    .navbar-salesko .nav>li.dropdown:before {
        width: 0;
    }
    .alignright {
        float: inherit;
        margin: 0 0 15px 0;
        display: block;
    }
    .alignright img {
        width: 100%;
        height: auto;
    }
    .navbar-salesko .nav>li.dropdown:hover {
        background: #88172b;
    }
    .navbar-salesko .dropdown-search form {
        padding: 20px;
        margin: 0 -5%;
        background-color: #f2f2f2;
    }
    .navbar-salesko .nav>li.dropdown_login a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-salesko .nav>li.dropdown_login a:hover {
        padding-top: 2px;
    }
    .navbar-salesko .nav>li>a {
        font-weight: normal;
    }
    #loginBoxIS {
        min-width: inherit;
        padding: 20px;
        margin: 0 -5%;
        background-color: #f2f2f2;
    }
    #loginBoxIS form {
        min-width: inherit;
    }
    #loginBoxIS .btn-register {
        padding-bottom: 0px !important;
        display: inline-block;
    }
    #loginBoxIS h2  {
        text-align: left;
        float: inherit;
    }
    #loginBoxIS .forgetlink {
        position: relative;
        float: left;
        padding: 10px 0;
        font-size: 14px;
    }
    .navbar-salesko .dropdown-search #s {
        min-width: inherit;
    }
    /*navbar uprava END*/
    .slider-main .owl-dots { bottom: 0px; margin-bottom: 0; }
    .slider-main .owl-dots li {
        width: 10px;
        height: 10px;
        margin: 5px 3px;
    }
    .slider-main .owl-dots li.active {
        width: 20px;
        height: 20px;
    }
    .owl-nav {display:none;}

    .nav-salesko-submenu {
        margin-top: 0px;
    }
    .gallery-item img {
        width: 75%;
        height: 75%;
    }
    .page-main h2{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-right: 65px;
        padding-bottom: 8px;
    }
    .page-main .post-container{
        border-radius: 0;
    }
    .page-main .post-container h2 {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .navbar-saleskomenu{
        /*padding-top: 70px;
        max-height: 100% !important;
        /*margin-right: 4%;*/
        border: 0px;
    }
    .article-header {
        border-radius: 0;
    }
    .acticle-style {
        border-radius: 0;
    }
    .nav-pills>li>a {
        border-radius: 0;
    }
    .ovt {
        overflow-x: scroll;
    }
    .navbar-left {
        float: left!important;
        width: 100%;
    }
    #page-content-wrapper {
        margin-top: -65px;
    }
}



@media (max-width: 960px){

    .top_slider .text {
        padding-top: 15px !important;
        padding-left: 70px !Important;
        padding-right: 70px !important;
        height: 300px !Important;
    }

    .top_slider .text h2 {
        font-size: 1.6em;
    }

    .top_slider .text {
        font-size: 1em;

    }

    .top_slider .image {
        min-height: 300px !Important;
        max-height: 300px !Important
    }

    .top_slider img {
        min-height: 300px !important;
    }

    .top_slider .owl-dots {
        right: 10% !important;
        width: inherit !important;
        margin: 0px !important;
    }
}

.show480 { display: inline; }

/* Landscape phones and down */
@media (max-width: 480px) {
    .hidden-custo-text { display:none !important; }

    .slider-main .width-header {
        padding-top: 10px;
        top: 20px;
        padding-bottom: 20px;
    }
    .navbar-salesko .navbar-brand {
        width: 60px;
    }
    .show480 { display: none; }
    .actionnotifyplace h2 { margin-bottom: 10px; }
    .actionnotifyplace .calendar { padding: 24px 20px 24px 0px; }

    .top_slider .text {
        padding-top: 10px !important;
        padding-left: 50px !Important;
        padding-right: 50px !important;
        height: 250px !Important;
    }

}

@media (max-width: 400px){
    .hidden-custo-text2 { display:none !important; }
}
@media (max-width: 360px) {
    .cezetmap{
        width: 280px; /* 1,73584906 - 0,57608696 */
        height: 161px;
    }
    .cezetmap .kraje{
        font-size: 280px;
    }
    .cezetmap .kraj{
        max-height: 161px;
    }
}

@media (min-width: 767px){

    .top_slider .owl-dots {
        right: 39% !Important;
        width: inherit !Important;
        margin: 0px !important;
    }
}

/*top slider*/
.top_slider {
    margin-bottom: 20px;
    padding: 0px 15px !important;
    /* padding-left: 17px !important; */
    margin-left: calc(4% + 5px);
    margin-right: calc(4% + 5px);
}


.top_slider img{
    width: 100%;
    min-height: 419px;
    padding: 0px !Important;
}

.top_slider .text {
    background-color: #88172b;
    min-height: 419px;
    margin-left: -15px !important;
    /* width: 33%; */
    color: white;
    padding: 20px 40px 20px 40px;
    /* padding: 0px; */
}

.top_slider .image {
    padding: 0px !important;
}

.top_slider .owl-dots {
    right: 39%;
    width: inherit !Important;
    margin: 0px !important;
}

.top_slider .image {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
    position: center;
    margin-bottom: 0px !important;
}

.top_slider li.active{
    border: 4px solid white;
}

#carousel-header {
    padding: 0px;
    background-color: white;
    margin: 0px !important;
}

h1, h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

h3 {
    font-size: 18px;
}

.center {
    text-align: center;
}

.form-control {
    border-radius: 0px !important;
}

#topCarousel .item {
    height: 500px;
    overflow: hidden;
    position: relative;
}


#topCarousel img {
    min-width: 100%;
    min-height: 600px;
    transition: transform  10s  ease-in-out;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: -1;
}

#topCarousel .text {
    background-color: rgba(136, 23, 43, 0.88);
    position: absolute;
    bottom: 0px;
    left: 10%;
    height: 50%;
    min-height: 301px;
    color: white;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 40px;
    width: 50%;
    min-width: 417px;
    transition: all 1s;
    font-size: 18px;
}

#topCarousel .text h2 {
    text-transform: uppercase;
    font-size: 28px;
}

#topCarousel {
    margin-left: 0;
    margin-right: 0;
}

#topCarousel .active img {
    transform: scale(1.3);
    padding-top: 0;
    padding-right: 0;
}

.owl-prev:hover, .owl-next:hover {
    background-color: #891b2f !important;
    transition: all 0.5s;
}

.owl-prev, .owl-next {
    transition: all 0.5s;
}



@media (max-width: 767px){
    #topCarousel .text {
        background-color: rgba(136, 23, 43, 1);
        position: relative;
        bottom: 0px;
        left: 0;
        height: auto;
        min-height: 200px !important;
        color: white;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        min-width: inherit;
        transition: all 1s;
        /* max-width: calc(100vw); */
        font-size: 17px;
        padding-bottom: 40px;
        margin-top: 250px;
    }
    .owl-stage {
        background-color: rgba(136, 23, 43, 1);
    }

    #topCarousel .item {
        height: auto;
    }

    #topCarousel .text h2{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 26px !important;
    }

    #topCarousel img {
        min-width: 100%;
        min-height: 250px;
        bottom: auto;
        top: 0;
        transition: transform  6s;
    }

    #topCarousel .active img {
        transform: scale(1.5);
        padding-top: 0px;
        padding-right: 0px;
    }
}

.navbar-default .navbar-toggle span.icon-bar {
    background-color: black;
    height: 3px !important;
    transition: all 0.5s;
}

.navbar-toggle {
    border-radius: 0px;
    border: 0px;
    transition: all 0.5s;
}

.navbar-toggle:hover {
    margin-top: 10px;
    transition: all 0.5s;
    background-color: white !important;
}


.navbar-toggle:hover .icon-bar {

    margin-bottom: 5px !Important;
}

.navbar-toggle:hover .icon-bar:last-child {

    margin-bottom: 0px !Important;
}

.navbar-salesko .nav>li.dropdown_login a #profile_photo_places {
    border-radius: 100%;
    border: 2px solid #f2f2f2;
    border-width: 0;
    width: 40px;
    height: 40px;
    background: grey;
}
.navbar-salesko .nav>li.dropdown_login>a:hover #profile_photo_places {
    border-color: white;
}
.navbar-salesko .nav>li.dropdown_login>a {
    padding-top: 10px;
}
.navbar-salesko .nav>li.dropdown_login>a.dropdown-toggle:hover {
    padding-top: 2px;
}






.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}

.capitalletter {
    text-transform: uppercase;
}


#iosHack{
    position:relative;
    overflow:hidden;
}

.footer {
    max-width: 767px;
    margin:auto;
    padding: 20px;
}
.footer img{
    max-width: 128px;
    margin-bottom: 20px;
}
.footer a{
    color: black;
}
.footer a:hover{
    text-decoration: none;
}
.footer hr {
    border-top: 4px solid #eee;
    margin: 30px auto 30px auto;
}
.footer hr:nth-of-type(1) {
    max-width: 80%;
}
.footer hr:nth-of-type(2) {
    max-width: 50%;
}
.footer hr:nth-of-type(3) {
    max-width: 30%;
}

@media screen and (max-width: 768px)
{
    header .collapsing
    {
        position: absolute !important;
        z-index: 20;
        left: 0;
        right: 0;
        top: 60px;
        margin-top: 0;
    }
    header .collapse.in {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 20;
        top: 60px;
    }
    header .navbar-collapse
    {
        max-height: none !important;
    }
    .footer a {
        margin-bottom: 40px;
        display: inline-block;
    }

    .container-actionrow {
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 38px;
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed !important;
    }
}


.slide {
    position:  relative;
    margin: 0 1px;
}

.slide .background {
    max-width: 100%;
}

.slide .datum {
    text-transform: uppercase;
    padding: 10px;
    background-color: rgb(136, 23, 43);
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: white;
    margin: 0;
    padding: 5px 0;
}

.slide .hover-text {
    position:  absolute;
    height:  100%;
    width:  100%;
    max-width: 500px;
    max-height: 400px;
    display: flex;
    top: -100%;
    transition:  0.3s all;
    left:  0;
    background-color: rgb(136, 23, 43);
    text-align:  center;
    padding: 5%;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.slide:hover .hover-text {
    top: 0;
    transition:  0.3s all;
}

.slick-prev, .slick-next {
    display:  none !important;
}


.wp-block-gallery.has-nested-images {
    display: flex;
    /* flex-wrap: wrap; */
}

.wp-block-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Style to counter margin */
.blocks-gallery-caption {
	/* Counter the margin for the gallery caption while still supporting custom gallery gutter sizes */
	margin-top: calc( var(--gallery-block--gutter-size, 16px) * -1 );
	
	/* Following styles were just for easier testing and visual confirmation of results */
	background: lightblue;
	padding: 10px 0;
}

/* Style to reorder gallery caption */
.blocks-gallery-caption {
	order: -1px;
}

figure.wp-block-gallery {
	/* Remove default padding on the bottom */
	padding-bottom: 0;
}

.wp-block-gallery figcaption.blocks-gallery-caption
{
	/* Recalculate new margins */
	
	/* Use --gallery-grid--margin as default/fallback if --gallery-block--gutter-size isn't defined  */
	margin-top: calc(var(--gallery-block--gutter-size, var(--gallery-grid--margin)) * -1 + var(--figcaption--margin));
	margin-bottom: calc(var(--figcaption--margin) + var(--gallery-grid--margin));
}
.camp-foto>img {
    width: 100%;
}

#pripravujeme-carousel {
	display: none;
}
.slick-initialized{
	display: block !important;
}
