/*-----------------------------------------------------------------------------------

  Theme Name: Fajnova.cz
  Theme URI: http://ovanet.cz
  Description: Theme for fajnova.cz
  Author: Radomír Panna
  Author URI: http://timesoft.cz
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1

 Designed & Handcrafted by
 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

 FUNKCNI

-----------------------------------------------------------------------------------*/


@font-face {
    font-family: "Open Sans";
    src: url("fonts/open-sans/OpenSans-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/open-sans/OpenSans-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/open-sans/OpenSans-Bold.ttf");
    font-weight: 700;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pright {
    text-align: right;
}

select.filtr {
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 14px;
    border: 1px solid #CCC;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/downarrow.svg) 96% / 15% no-repeat #fff;
}

.pselect {
    display: inline-block;
    line-height: 50px;
    width: auto;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    margin: 0;
    width: 140px;
}

#filtr {
    display: inline-block;
}

.btn--select {
    margin-top: -4px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* CAUTION: Internet Explorer hackery ahead */

select.filtr::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}


/* Target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width:0\0) {
    select.filtr {
        background: none\9;
        padding: 5px\9;
    }
}

p.displaynone {
    display: none;
}

@media only screen and (max-width: 768px) {
    p.displaynone {
        display: block;
    }
}

.filtr-item {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.filtr-item .filtr-item-radio {
    padding-right: 1rem;
    vertical-align: text-top;
}

.filtr-item-radio__light,
.filtr-item-radio__blue,
.filtr-item-radio__red {
    width: 16.1px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    vertical-align: text-top;
}

.filtr-item-radio__light {
    background-image: url(img/bod-light.png);
}

.filtr-item-radio__blue {
    background-image: url(img/bod-blue.png);
}

.filtr-item-radio__red {
    background-image: url(img/bod-red.png);
}

.check {
    margin-left: -24px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    background-image: url(img/check.png);
}

.nocheck {
    width: 16px;
    margin-left: -24px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}

.showprojects img {
    max-width: 100%;
    height: auto;
}

.showprojects li {
    padding-left: 24px;
}

.subcategoryprojekt {
    margin-top: -7px;
    font-size: 20px;
}

.boxik {
    display: inline-block;
    width: calc((100% / 3) - 10px);
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.title--subproject {
    font-size: 24px;
    margin-top: 0;
}

.row--odsaz {
    margin-bottom: 15px;
}


#divBottomRight {
    z-index: 400 !important;
}