/*
Theme Name: Krteček
Author: Abson Reavs | Creative studio
Version: 1.0
*/

@font-face {
    font-family: 'kitten_slantregular';
    src: url('fonts/kittenslant-webfont.eot');
    src: url('fonts/kittenslant-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/kittenslant-webfont.woff2') format('woff2'),
    url('fonts/kittenslant-webfont.woff') format('woff'),
    url('fonts/kittenslant-webfont.ttf') format('truetype'),
    url('fonts/kittenslant-webfont.svg#kitten_slantregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('fonts/opensans-bold-webfont.woff') format('woff'),
    url('fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('fonts/opensans-regular-webfont.woff') format('woff'),
    url('fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Regular Fonts*/
body,
.thumbs .text_zone .date,
.news_actual .news .date .text,
.news_actual .news .date .year{
    font-family: 'open_sansregular', arial, sans-serif;
}

/* Bold Fonts*/
strong,
h1,h2,h3,h4,h5,h6,
.content .date,
.news_actual .news .date{
    font-family: 'open_sansbold', arial, sans-serif;
}

/* Decorative fonts */
h1.web_name,
.thumbs .text_zone .news_title,
.all_gallery .enter_gallery a,
footer .lists_sites li a .name,
h2.section_name,
.left-section aside h2,
.left-section .primary_menu{
    font-family: 'kitten_slantregular', arial, sans-serif;
}

h1{
    position: relative;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

h2{
    position: relative;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    color: #dcb347;
    font-weight: normal;
}

h2.section_name:after{
    content: '';
    width: 100px;
    height: 1px;
    background: #dcb347;
    display: block;
    margin: 10px 0 20px 0;
}

strong{
    color: #fff;
}




body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #e4977d;
    background: url("img/sky_bg.jpg") no-repeat;
    background-size: 100% auto;
}
a.logo{
    text-decoration: none;
}
.main_field{
    position: relative;
    width: 100%;
    padding-top: 20px;
    height: 309px;
}
.main_field .zelena{
    position: absolute;
    width: 100%;
    height: 401px;
    z-index: 10;
    background: url("img/header_bg.png");
}
.main_field .logo{
    position: relative;
    margin: 44px 0 0 39px;
    width: 362px;
    height: 118px;
    text-align: center;
    display: table;
}
.main_field .logo h1.web_name{
    display: table-cell;
    vertical-align: middle;
    color: #9a3135;
    padding: 0 70px;
}
.grass_field{
    position: relative;
    width: 100%;
    height: 201px;
    background: url("img/grass_bg.png");
}

.web_body{
    position: relative;
    width: 100%;
    background: url("img/footer_bg.png");
}


.container{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.banner:after,
.container:after{
    content: '';
    clear: both;
    width: 100%;
    display: block;
}




.left-section{
    position: relative;
    float: left;
    width: 270px;
}
/*
* Main menu // Hlavní menu
*/
.left-section .primary_menu{
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
    font-size: 22px;
    padding: 0;
    list-style: none;
}
.left-section .primary_menu li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: url("img/menu-line.png") repeat-x 100% 100%;
}
.left-section .primary_menu li a{
    text-decoration: none;
    padding: 15px 0;
    line-height: 22px;
    display: block;
    color: #dcb347;
    transition: 350ms;
}
.left-section .primary_menu li a:hover{
    color: #fff;
}
.left-section .primary_menu li.current_page_item a{
    color: #fff;
    text-decoration: underline;
}
.right-section{
    position: relative;
    float: right;
    width: 900px;
}
/* Banner with thumbnails */
.banner{
    position: relative;
    width: 100%;
    height: 477px;
    background: url("img/banner_bg.png") no-repeat;
    overflow: hidden;
}
.banner .sliderMain{
    position: relative;
    margin: 40px;
    width: 820px;
}
.banner .sliderMain .banner-slide{
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.banner .sliderMain .banner-slide:focus{
    outline: none;
}
.banner .sliderMain .banner-slide a.permalink{
    position: absolute;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    text-decoration: none;
    background: radial-gradient(circle, #ff7e0a, #ff5407);
    left: 40px;
    border-radius: 10px;
    bottom: 80px;
    transition: 350ms;
}
.banner .sliderMain .banner-slide a.permalink:hover{
    box-shadow: 1px 1px 25px #ff5407;
}
.banner .sliderMain .banner-slide a.permalink:focus{
    outline: none;
}
.under_banner{
position: relative;
width: 100%;
height: 66px;
background: url("img/shadow.png") no-repeat top center;
}

.right-section .content{
    position: relative;
    width: 100%;
}

.entry-content p{
    position: relative;
    margin: 0 0 15px 0;
    line-height: 22px;
    display: block;
}

p.nothink{
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 2px dashed #bb7158;
    border-radius: 10px;
}

.news_actual{
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
    display: block;
    background: url("img/menu-line.png") repeat-x 100% 100%;
}
.news_actual .news{
    position: relative;
    float: left;
    margin: 0 30px 30px 0;
    width: 280px;
    height: 250px;
    padding: 40px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    background: url("img/news.png") no-repeat;
    transition: 250ms;
}
.news_actual .news:nth-child(3n+0){
    margin: 0 0 30px 0;
}
.news_actual .news .date{
    position: relative;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100%;
    background: #dcb347;
    text-align: center;
    color: #642619;
}
.news_actual .news .date .day{
    position: relative;
    padding: 17px 0 0 0;
    font-size: 18px;
    line-height: 18px;
}
.news_actual .news .date .year{
    font-size: 14px;
    line-height: 14px;
}
.news_actual .news .text{
    position: relative;
    float: left;
    color: #dcb347;
    width: 50px;
}
.news_actual .news .news_title{
    position: relative;
    float: left;
    font-size: 16px;
    width: 100%;
    display: block;
}
/*.news_actual .news:hover{*/
    /*-webkit-filter: brightness(150%);*/
/*}*/


.lists_sites .prefix_1{
    display: none;
}

.empty{
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
}

.up_footer{
    position: relative;
    width: 100%;
    height: 62px;
    background: url("img/up_footer.png") repeat-x;
}

.content{
    position: relative;
    width: 100%;
}

.content .date{
    font-size: 18px;
    color: #fff;
}
.gallery_image{
    position: relative;
    width: 100%;
    display: block;
}

.gallery_image a{
    position: relative;
    float: left;
    width: 270px;
    height: 200px;
    border-radius: 13px;
    overflow: hidden;
    box-sizing: border-box;
    border: 5px solid #e4977d;
    display: block;
    margin: 0 45px 30px 0;
}
.gallery_image a:nth-child(3n+0){
    margin: 0 0 30px 0;
}
.gallery_image a:focus{
    outline: none;
}

.gallery_image a div{
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.all_gallery{
    position: relative;
    width: 100%;
    display: block;
}
.all_gallery .enter_gallery{
    position: relative;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: url("img/dark_bg.png");
    margin-bottom: 35px;
    border-radius: 15px;
    border-top: 3px solid #ea7b68;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.all_gallery .enter_gallery a{
    text-decoration: none;
    color: #dcb347;
}

.all_gallery .enter_gallery a.image{
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    width: 270px;
    height: 170px;
    display: block;
    border-radius: 10px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    transition: 350ms;
}
.all_gallery .enter_gallery a.image:hover{
    -webkit-filter: brightness(150%);
}

.all_gallery .enter_gallery a.title{
    position: relative;
    float: left;
    display: block;
    font-size: 28px;
    width:520px;
    height: auto;
}
.all_gallery .enter_gallery a.title:hover{
    text-decoration: underline;
}

.thumbs{
    position: relative;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 0 35px 0;
    border-radius: 15px;
    border-top: 3px solid #ea7b68;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    background: #6a1f1f url("img/dark_bg.png");
}
.thumbs .text_zone{
    position: relative;
    width: 100%;
}
.thumbs .text_zone .news_title{
    color: #dcb347;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
}
.thumbs .text_zone .docs_text{
    position: relative;
    float: left;
    width: 570px;
}
.thumbs .text_zone .docs_file{
    position: relative;
    float: right;
    width: 250px;
}
.thumbs .text_zone .docs_file a{
    position: relative;
    width: 100%;
    display: block;
    padding: 8px 15px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: none;
    background: #ea7b68;
    transition: 350ms;
}
.thumbs .text_zone .docs_file a:hover{
    background: #ea613c;
}
.thumbs .text_zone .date{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    color: #fff;
}

.left-section aside{
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
}
.left-section aside h2{
    position: relative;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
}

.left-section aside .textwidget p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.left-section aside .textwidget p img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.left-section aside ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-section aside ul li{
    position: relative;
    width: 100%;
    padding: 5px 8px;
    box-sizing: border-box;
    border-bottom: 1px dashed #a8594b;
}
.left-section aside ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
footer{
    position: relative;
    width: 100%;
    margin: 0;
    color: #8d8c8c;
    font-size: 14px;
    background: #6a1f1f url("img/dark_bg.png");
}

footer .container{
    padding: 20px 0 50px 0;
}

footer .lists_sites{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .lists_sites li{
    position: relative;
    float: left;
    width: 270px;
    margin: 0 40px 20px 0;
}
footer .lists_sites li:nth-child(5n+0){
    margin: 0 0 20px 0;
}
footer .lists_sites li a{
    padding: 40px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #fff;
    height: 240px;
    font-size: 24px;
    text-align: center;
    background: url("img/news.png") no-repeat;
    background-size: 100% auto;
    transition: 250ms;
}
footer .lists_sites li a .name{
    position: relative;
    display: block;
    margin: 15px 0 0 0;
    padding-bottom: 10px;
    color: #dcb347;
    font-size: 26px;
    border-bottom: 1px dashed #b4923a;
    line-height: 30px;
}

footer .lists_sites li a .desc{
    position: relative;
    margin: 10px 0 0 0;
    display: block;
    line-height: 24px;
}

footer .lists_sites li a:hover{
    -webkit-filter: brightness(150%);
}


.all_gallery .enter_gallery:after,
.thumbs .text_zone:after,
.news_actual:after,
.right-section .content:after,
footer .lists_sites:after,
.gallery_image:after{
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 0;
}

.respo_menu{
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    background: #a0382c;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    border-top: 3px solid #dcb347;
    cursor: pointer;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    z-index: 101;
}
.respo_field .primary_menu{
    position: absolute;
    width: 100%;
    margin: -30px auto 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #dcb347;
    z-index: 100;
    display: none;
}
.respo_field .primary_menu.display{
    display: block;
}
.respo_field .primary_menu li{
    position: relative;
    border-bottom: 1px solid #a08333;
}
.respo_field .primary_menu li a{
    display: block;
    padding: 15px 0;
    color: #642619;
    font-size: 16px;
    text-decoration: none;
}

.respo_field{
    display: none;
}

@media screen and (max-width: 700px){
    .respo_field{
        display: block;
    }
    .respo_field aside{
        position: relative;
        margin: 0 0 15px 0;
    }
    body{
        background-size: auto 300px;
    }
    .main_field .zelena,
    .main_field{
        display: none;
    }
    .respo_field{
        display: block;
    }
    .respo_field .logo .web_name{
        text-align: center;
        padding: 30px 0;
        color: #9a3135;
    }
    .respo_field .grass_field_respo,
    .respo_field .children{
        width: 100%;
        height: auto;
        display: block;
    }
    .respo_field .grass_field_respo{
        margin: -25px 0 0 0;
    }
    .grass_field{
        height: auto;
        background: none;
    }
    .left-section{
        display: none;
    }
    .container{
        width: 80%;
    }
    .main_field{
        height: 250px;
    }
    .main_field .zelena{
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .main_field .logo{
        margin: 32px 0 0 14px;
    }
    .right-section{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .banner{
        background: none;
        height: auto;
        margin-bottom: 30px;
    }
    .banner .sliderMain{
        width: 100%;
        margin: 0;
    }
    .banner .sliderMain .banner-slide{
        height: 230px;
    }
    .banner .sliderMain .banner-slide a.permalink{
        padding: 9px;
        font-size: 18px;
        bottom: 67px;
    }
    .news_actual{
        position: relative;
        width: 100%;
    }
    .news_actual .news{
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        background: #a0382c;
        border-radius: 15px;
        height: auto;
        padding: 30px;
    }
    .news_actual .news:after{
        content: '';
        clear: both;
        display: block;
        width: 100%;
        height: 0;
    }

    .thumbs .text_zone .docs_text,
    .thumbs .text_zone .docs_file{
        width: 100%;
        float: none;
    }
    .all_gallery .enter_gallery a.image{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .all_gallery .enter_gallery a.title{
        position: relative;
        float: none;
        width: 100%;
    }

    footer .lists_sites li{
        position: relative;
        width: 100%;
        height: auto;
        background: #a0382c;
        border-radius: 15px;
    }
    footer .lists_sites li a{
        height: auto;
        background: #a0382c;
        border-radius: 15px;
        border-top: 3px solid #dcb347;
    }
}

@media screen and (max-width: 450px){
    .banner .sliderMain .banner-slide{
        height: 180px;
    }
}



