/*====================================================
11 STUDIO style sheet file
====================================================*/
/* BREAKPOINTS
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}
*/
/* FONT FAMILY
font-family: 'Open Sans', sans-serif;
font-family: 'Russo One', sans-serif;
*/
/*======================== MAIN SETTINGS ============================*/
html{
    height:100%;
}
body{
    text-align: center;  
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.2em;
    font-size: 10px;
}
h1, h2, h3, h4{
    margin: 0;
    padding: 0 0 10px;
    line-height: 100%;
    font-family: 'Russo One', sans-serif;
    color: #b30d09;
    font-size: 2em;
    text-shadow: 1px 1px 1px #000;
    text-align: left;
}
p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
ul{
    line-height: 1.5em;
}
ul ul{
    line-height: 1em;
}
a{
    color: #b30d09;
    text-decoration: underline;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;

}
a:hover{
    text-decoration: none;
    color: #000;
}
hr{
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
}
/*======================== END MAIN SETTINGS ============================*/

/*======================== HELPERS ============================*/
.cleaner{
    clear:	both;
    height:	1px;
    margin:	-1px 0 0 0; padding:0;
    border:	none;
    visibility: hidden;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_justify{
    text-align: justify;
}
.text_center{
    text-align: center;
}
.hide_field{
    display: none;
}
.red{
    color: #b30d09;
}
.img-responsive{
    display: inline-block !important;
}
/*======================== END HELPERS ============================*/

/*======================== PAGINATOR ============================*/
ul.paginator{
    margin: 10px 0;
    padding: 0;    
}
ul.paginator li{
    list-style: none;
    float: left;
    padding-bottom: 5px;
}
ul.paginator a{
    display: block;
    float: left;
    min-width: 30px;
    height: 30px;
    padding: 8px 0;
    text-decoration: none;
    background: #fff;
    text-align: center;
    margin: 0 5px 0 0;
    transition: background 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    -ms-transition: background 500ms;
}
ul.paginator a:hover{
    background: #c4161c;
    color: #fff;
}
ul.paginator .active{
    background: #c4161c;
    color: #fff;
}
ul.paginator span{
    float: left;
    display: block;
    padding: 16px 4px 0 0;
}
/*======================== END PAGINATOR ============================*/

/*======================== BXSLIDER ============================*/
.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}
/*======================== END BXSLIDER ============================*/

/*======================== TABLES ============================*/
table{
    width: 100%;
    color: #38353d;
}
tr{
    background: #dde9f5;
}
tr:nth-of-type(odd) { 
    background: #b2bfcc; 
}
thead tr, thead td, thead th{
    background: none !important;
}
.pinned{
    background: none !important;
    border-right: 2px solid white;
}
table td, table th{
    border-right: 2px solid white;
}
table td:last-child, table td:last-child{
    border-right: none;
}
/*======================== END TABLES============================*/

/*======================== TINY MCE RESPONSIVE FEATURES============================*/
.one-thirty, .one-half, .one-all{
    width: 100%;
    text-align: center !important;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.one-thirty video, .one-half video, .one-all video{
    max-width: 100% !important;
    height: auto !important;
}
.one-thirty img, .one-half img, .one-all img{
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 768px){
    .one-thirty{
        width: 33.33%;
        float: left;
    } 
    .one-half{
        width: 50%;
        float: left;
    } 
    .one-all{
        width: 100%
    }
}
/*======================== END TINY MCE RESPONSIVE FEATURES============================*/

/*======================== UI Loading ============================*/
.loading-message {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.loading-message.loading-message-boxed {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message > span {
    line-height: 20px;
    vertical-align: middle;
}

.page-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -50px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span {
    line-height: 20px;
    vertical-align: middle;
}
/*======================== END UI Loading ============================*/

/*======================== TOP MENU ============================*/
nav.top_menu .menu_toggle{
    position: absolute;
    top: 5px;
    left: 5px;
}
nav.top_menu .logo{
    display: block;
    padding: 10px 0;
}
nav.top_menu{
    position: absolute;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    left: 0;
    right: 0;
}
nav.top_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    text-align: left;
    width: 100%;
}
nav.top_menu li a{
    color: #ffcca1;
    text-transform: uppercase;
    font-size: 1.5em;
    display: block;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    padding: 15px 15px;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid white;
}
nav.top_menu li a:hover{
    color: #b30d09;
    border-bottom: 1px solid #b30d09;
}
nav.top_menu li ul a{
    display: block;
    height: auto;
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid white;
}
nav.top_menu li ul a:before{
    content: "»";
}
nav.top_menu li ul a:hover{
    border-bottom: 1px solid #b30d09;
}
@media (min-width: 1024px){
    nav.top_menu ul{
        width: auto;
        display: table;
    }
    nav.top_menu li a{
        width: auto;
        display: table-cell;
        height: 85px;
        padding: 0 15px;
        border-bottom: 5px solid transparent;
    }
    nav.top_menu .logo{
        float: left;
        margin: 13px 10px 0;
        padding: 0;
    }
    nav.top_menu li{
        float: left;
        position: relative;
    }
    nav.top_menu ul li ul{
        position: absolute;
        left: 0;
        background: rgba(0,0,0,0.8);
        top: -99999px;
    }
    nav.top_menu ul li li{
        display: block;
        float: none;
    }
    nav.top_menu li:hover > ul{
        display: block;
        top: 85px;
    }   
    nav.top_menu li a:hover{        
        border-bottom: 5px solid #b30d09;
    }
    nav.top_menu li ul a:before{
        content: "";
    }
    nav.top_menu li ul a{
        display: block;
        height: auto;
        padding: 5px 15px;
        line-height: 1.3em;
        border-bottom: 1px solid white;
    }
    nav.top_menu .menu_toggle{
        display: none;
    }
}
/*======================== END TOP MENU ============================*/

/*======================== HEADER ============================*/
div.header{
    position: relative;
    max-height: 700px;
    overflow: hidden;
    background: #000;
    padding: 85px 0 0;
}
div.header .logo_bc_poruba{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 85px;
    display: inline;
}
div.header video{
    width: 100%;
    height: auto;
}
/*======================== END HEADER ============================*/

/*======================== CONTENT ============================*/
div.content{
    background: url('../images/front/bg_content_middle.jpg') top center no-repeat #f2f2f2;
    font-size: 1.6em;
    text-align: justify;    
}
div.content .content_top{
    background: url('../images/front/bg_content_top.png') top center no-repeat;
}
div.content .content_bottom{
    background: url('../images/front/bg_content_bottom.png') bottom center no-repeat;
    padding: 50px 0 30px;
}
/*======================== END CONTENT ============================*/

/*======================== NEWS ============================*/
p.news_name{
    font-family: 'Russo One', sans-serif;
    color: #b30d09;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #000;
    padding-top: 4px;
}
a.news_list_item{
    margin:10px auto 25px;
    display: block;
    text-decoration: none;
    color: #38353d;
}
a.news_list_item .more{
    text-align: right;
    color: #b30d09;
    font-size: 0.875em;
}
a.news_list_item .icon{
    overflow: hidden;
    height: 170px;
    line-height: 170px;
    border: 1px solid #b30d09;
    position: relative;
    max-width: 370px;
}
a.news_list_item .icon img{
    position: relative;
    margin: -100% 0;
    vertical-align: middle;
}
a.news_list_item:hover > .icon .overlap{
    opacity: 0.8;
}
a.archive_link{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    color: #fff;
    background: #b30d09;
    transition: background 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
}
a.archive_link:hover{
    color: #fff;
    background: #000;
}
img.news_icon{
    float: left;
    margin: 0 15px 15px 0;
    max-width: 100%;
}
@media (min-width: 768px){
    img.news_icon{
        float: left;
        margin: 0 15px 0 0;
        max-width: 250px;
    }    
}
/*======================== END NEWS ============================*/

/*======================== OVERLAP ============================*/
span.overlap{
    background: none repeat scroll 0 0 #000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 50;
    display: table;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
span.overlap span{
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-family: 'Russo One', sans-serif;
}
/*======================== END OVERLAP ============================*/

/*======================== FACEBOOK ============================*/
div.fb-like-box{
    width: 100%;
    margin: 25px 0;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/*======================== END FACEBOOK ============================*/

/*======================== FOOTER ============================*/
div.footer{
    background: url('../images/front/bg_footer.jpg') top center #0a0c0b no-repeat;
    text-align: justify;
    padding: 10px 0;
}
div.footer h2{
    padding-bottom: 20px;
}
div.footer .sign{
    padding-top: 10px;
    font-size: 1.2em;
    color: #fff;
}
div.footer .sign a{
    color: #fff;
}
div.footer .sign a:hover{
    color: #b30d09;
}
div.footer .partners div{
    padding-bottom: 20px;
    text-align: center;
}
/*======================== END FOOTER ============================*/

/*======================== SECTION ============================*/
div.section_item{
    margin-bottom: 20px;  
}
div.section_item .icon{
    max-height: 170px;
    line-height: 170px;
    position: relative;
    overflow: hidden;
    max-width: 360px;
    display: block;
}
div.section_item a{
    display: block;
}
div.section_item .icon img{
    margin: -100% auto;
    vertical-align: middle;
}
div.section_item a:hover > div .icon .overlap{
    opacity: 0.8;
}
div.section_item h2{
    font-size:1.5em; 
    text-align: left;
}
div.section_item a{
    color: #38353d;
}
div.section_item a:hover{
    color: #b30d09;
}
div.section_item .more{
    padding: 10px 0;
    text-decoration: underline;
}
/*======================== END SECTION ============================*/

/*======================== GALLERY ============================*/
div.gallery{
    text-align: center;
    padding: 10px;
}
div.gallery a {
    border: 1px solid transparent;
    display: inline-block;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
}
div.gallery a img{
    margin: -100% -100%;
    vertical-align: middle; 
}
@media (min-width: 768px){
    div.gallery a.wide{
        width: 400px;
    }
}
div.gallery a.wide img{
    margin: -100% 0;
}
div.gallery .picture_name{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    display: table;
}
div.gallery .picture_name span{
    font-family: 'Russo One', sans-serif;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
    font-size: 1.2em;
    opacity: 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    padding-right: 30px;
}
div.gallery a:hover > span{
    opacity: 0.8;
}
div.gallery a:hover > span span{
    opacity: 1;
    padding-right: 0;
}
/** TILES PERMANENTLY DISPLAYED */
div.tiles-displayed.gallery .wide{
    width: 200px;    
}
div.tiles-displayed.gallery .picture_name span{
    padding-right: 0;
    opacity: 1;
}
div.tiles-displayed.gallery .picture_name{
    opacity: 1;
}
div.tiles-displayed.gallery a:hover > span{
    opacity: 0;
}
div.tiles-displayed.gallery a:hover > span span{
    opacity: 0;
}
/*======================== END GALLERY ============================*/

/*======================== BACK ============================*/
a.back{
    display: block;
    background: #b30d09;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px 10px ;
    border-radius: 6px;
    /*    transition: all 500ms;
        -moz-transition: all 500ms;
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        -ms-transition: all 500ms;*/
}
a.back:hover{
    color: #b30d09;
    background: #000;
    border-radius: 20px 6px 6px 20px;
}
/*======================== END BACK ============================*/

