/* --------------------------------------------------------------

   kill.pack CSS Framework
   * Version:   0.1

-------------------------------------------------------------- */

/* general
-------------------------------------------------------------- */

/* Clearing floats without extra markup -
   [http://www.positioniseverything.net/easyclearing.html] */

.clear {
    display: inline-block;
}

.clear:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.cboth {
    clear: both;
}

/*mailchimp start*/
div.mce_inline_error {
    display: none !important;
}

#mce-responses {
    background-color: white !important;
    border-radius: 3px;
    color: black !important;
    font-size: 0.8em;
    font-weight: normal !important;
    margin-left: -15px !important;
    margin-top: 10px !important;
    padding: 10px 15px !important;
    position: absolute;
    display: none;
}

#mce-responses:after {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    position: absolute;
    top: -10px;
    visibility: visible;
    width: 0;
}

/*mailchimp end*/

.lightBoxLink {

}

.skryty {
    display: none;
}

div.dot-line {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #B3B3B3;
}

span.info {
    margin-left: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -1000px;
    overflow: hidden;
    background: url('images/info-input.png') left top no-repeat;
}

.qtip-content {
    font-size: 14px;
}

.social > div {
    float: left;
    margin: 0 0 0 10px;
}

.tag {
    border: 1px dashed #000000;
    margin: 5px;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tag a {
    padding-left: 20px;
    background: url('images/bg-delete-demand.png') left center no-repeat;
}

#mainCont table.cRTable tr td a.active {
    color: #154D72;
}

.ikona-typu {
    float: left;
    margin: -5px 10px 15px 0px;
}

.wizardTooltipContent {
    padding: 5px 0;
    min-width: 100px;
    max-width: 300px;
    min-height: 100px;
}

.wizardTooltipButtons {
    margin-top: 10px;
}

/*příběhy z praxe*/
.home-text .news-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.home-text .news-item img {
    max-width: 16em;
    max-height: 16em; >> max-height: 11em;
    width: auto;
    height: auto;
    flex: 0 0 35%;
    flex-wrap: wrap;
}

.home-text .news-item div {
    flex: 1;
    padding-left: 1em;
}

.home-bottom-block img {
    max-width: 16em;
    max-height: 16em; >> max-height: 11em;
    width: auto;
    height: auto;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
