@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700|Cinzel:400,700&subset=latin,latin-ext);
/* font-family: 'Cinzel', serif; */
/* font-family: 'Alegreya Sans', sans-serif; */
/****************************************************************************** 

    Document   : screen - PC monitors
    Author     : 11studio, http://www.11studio.eu
    Description:
        Main stylesheet for Co kdy v Praze web page

*******************************************************************************/
/* RESET*/
h1, h2, h3, h4, h5, h6, p, div, span, img, table, tr, td{
    margin: 0;
    padding: 0;
    border: 0;
}
/************************ MAIN SETTINGS ***************************************/
body{
    font-family: 'Alegreya Sans', sans-serif;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 0;    
    font-size: 14px;
    line-height: 16px;
    color: #294753;  
    min-width: 1200px;
}
*{
    box-sizing: border-box;
}
.clearfix:after{
    clear: both;
    content: "";
    display: table;
}
.wrap{
    width:1200px;
    margin: auto;
    text-align: left;
    position: relative;
}
#loaderDIV{
    display: none;
}
.font-cinzel{    
    font-family: 'Cinzel', serif; 
}
a{
    color: #294753;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
a:hover{
    color: #dd5d0b;
    text-decoration: none;
}
/************************ END MAIN SETTINGS ***************************************/

/************************ HEADER ***************************************/
div.header{
    background: url('../images/front/bg_header_summer.jpg') top center no-repeat #294753;
    height: 280px;
}
div.header.header_autumn{
    background: url('../images/front/bg_header_autumn.jpg') top center no-repeat #294753;
}
div.header.header_spring{
    background: url('../images/front/bg_header_spring.jpg') top center no-repeat #294753;
}
div.header.header_summer{
    background: url('../images/front/bg_header_summer.jpg') top center no-repeat #294753;
}
div.header.header-advert{
    background: url('../images/front/bg_header_advert.jpg?v=2') top center no-repeat #002159;
    height: 280px;
}
div.header-advert a.advert-link{
    display: block;
    float: left;
    width: 100%;
    height: 280px;
    text-indent: -9999px;
    overflow: hidden;
}
div.header .logo{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
    background: url('../images/front/logo_co_kdy_top.jpg?v=1') top center no-repeat;
    width: 310px;
    height: 280px;
}
div.header .slogan{
    position: absolute;
    top: 80px;
    left: 500px;
    color: #fff;
    text-transform: uppercase;
}
div.header .slogan p{
    line-height: 40px;
}
div.header .slogan span{
    display: block;
}
div.header .slogan span.text40{
    font-size: 40px;
    padding-left: 50px;
}
div.header .slogan span.text30{
    font-size: 30px;
}
/************************ END HEADER ***************************************/

/************************ INFO BAR ***************************************/
div.info_bar{
    background: #294753;
    width: 100%;
    padding: 10px 0 10px;
    margin: 10px 0 20px;
}
div.info_bar .date{
    float: left;
    color: #fff;
    font-size: 28px;
    margin-right: 15px;
    padding-top: 5px;
}
div.info_bar .icon_fb{
    float: left;
    margin: 5px 10px 0;
    display: inline-block;
    color: #fff;
    transition: all 300ms linear;
}
div.info_bar .icon_fb:hover{
    color: #f6ae1b;
}
div.info_bar .btn{
    width: 180px;
    height: 40px;
    color: #294753;
    display: block;
    float: left; 
    background: url('../images/front/btn_orange.jpg');    
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
    padding-top: 5px;
}
div.info_bar .btn img{
    float: left;
    margin: -2px 10px 0 5px;
}
div.info_bar .btn span{
    display: block;
}
div.info_bar form.search{
    float: right;
}
div.info_bar form.search .submit{
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: url('../images/front/btn_search.jpg') top center no-repeat;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    float: left;
}
div.info_bar form.search .submit:hover{
    background-position: bottom center;
}
div.info_bar form.search .input{
    float: left;
    width: 250px;
    background: #294753;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    padding: 0 10px 0;
    font-size: 16px;
    margin-right: 5px;
}
/************************ END INFO BAR ***************************************/

/************************ LEFT CLM ***************************************/
div.left_clm{
    float: left;
    width: 165px;    
}
div.left_clm ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
div.left_clm a{
    display: block;
    background: #294753;
    color: #f6ae1b;
    padding: 10px 10px;
    text-align: center;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    text-decoration: none;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 5px;
}
div.left_clm a:hover{
    background: #162d36;
}
div.left_clm a.main_search{
    width: 100%;
    height: 80px;
    background: url('../images/front/btn_main_search.jpg') 0 0 no-repeat;
    color: #294753;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
}
div.left_clm a.main_search:hover{
    background-position: 0 -80px;
    color: #fff;
}
/************************ END LEFT CLM ***************************************/

/************************ FOOTER ***************************************/
div.footer{
    background: #294753;
    margin-top: 30px;
}
div.footer .wrap_newsletter{
    text-align: center;
}
div.footer form.newsletter{
    text-align: center;
    padding: 15px 0;
    width: auto;
    display: inline-block;
    margin: auto;
}
div.footer form.newsletter h2{
    float: left;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    padding:14px 15px 0 0;
}
div.footer form.newsletter .submit{
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: url('../images/front/btn_newsletter.jpg') top center no-repeat;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    float: left;
}
div.footer form.newsletter .submit:hover{
    background-position: bottom center;
}
div.footer form.newsletter .input{
    float: left;
    width: 250px;
    background: #294753;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    padding: 0 10px 0;
    font-size: 16px;
    margin-right: 5px;
}
/************************ END FOOTER ***************************************/

/************************ FOOTER MIDDLE ***************************************/
div.footer .middle{
    background: url('../images/front/bg_footer.jpg') top center repeat-x;
    overflow:  hidden;
    height: 194px;
    position: relative;
}
div.footer .middle .logo{
    float: left;
    padding-top: 10px;
    width: 20%;
} 
div.footer .middle .clm{
    float: left;
    width: 40%;
    padding: 10px 0 0;
}
div.footer .middle .clm ul{
    list-style: none;
    margin: 0;
    padding-left: 50px;
}
div.footer .middle .clm ul a{
    color: #294753;
    font-size: 22px;
    line-height: 24px;
}
div.footer .middle .cell{
    vertical-align: middle;    
    line-height: 25px;
}
div.footer .middle h3{
    font-size: 25px;
}
div.footer .middle .cell p{
    font-size: 20px;
}
div.footer .middle .table{
    margin-bottom: 20px;
}
div.footer .middle .table .cell:first-of-type{
    width: 25%;
}
div.footer .sign p:first-of-type{
    float: left;
}
div.footer .sign p:last-of-type{
    float: right;
}
div.footer .sign p{
    color: #f6ae1b;
    font-size: 16px;
    padding: 10px 0;
}
/************************ END FOOTER MIDDLE ***************************************/

/************************ TABLE ***************************************/
div.table{
    display: table;
}
div.table .cell{
    display: table-cell;
}
/************************ END TABLE ***************************************/

/************************ MIDDLE COLUMN ***************************************/
div.middle_column{
    float: left;
    width: 870px;
    padding: 0 20px;
    font-size: 16px;
}
div.middle_column h2, div.middle_column h3, div.middle_column h4{
    font-family: 'Cinzel', serif;
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    line-height: 26px;
}
div.middle_column h3{
    font-size: 22px;
}
div.middle_column h4{
    font-size: 19px;
}
div.middle_column p{
    font-size: 18px;
    line-height: 22px;
}
/************************ END MIDDLE COLUMN ***************************************/

/************************ RIGHT COLUMN ***************************************/
div.right_column{
    float: left;
    width: 165px;
}
/************************ END RIGHT COLUMN ***************************************/

/************************ NEWS ***************************************/
h2.news_heading{
    margin: 0;
    padding: 0 0 10px;
    font-size: 25px;
}
div.news_list a{
    display: block;
    color: #dd5d0b;
    text-decoration: none;
    border-bottom: 1px solid #dd5d0b;
    font-size: 18px;
    line-height: 20px;
    padding: 4px;
    margin-bottom: 10px;
    max-height: 30px;
    overflow: hidden;
    background: url('../images/front/icon_news_more.png') top right no-repeat;
}
div.news_list a:hover{
    color: #294753;
    border-bottom: 1px dotted #294753;
    background-position: bottom right;
}
a.news_pic{
    float: left;
    margin: 0 10px 10px 0;
}
/************************ END NEWS ***************************************/

/************************ BACKLINK ***************************************/
div.back_link a{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dd5d0b;
    border-top: 1px solid #dd5d0b;
    padding: 10px 0;
    text-transform: uppercase;
    color: #dd5d0b;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
}
div.back_link a:hover{
    color: #294753;
    border-color: #294753;
}
/************************ END BACKLINK ***************************************/

/************************ ATTACHMENTS ***************************************/
div.attachments{
    padding: 15px 0 10px;
    margin: 15px 0 0;
    border-top: 1px dotted #294753;
}
/************************ END ATTACHMENTS ***************************************/

/************************ CATEGORY SUBMENU ***************************************/
div.category_submenu{
    padding: 5px 0 10px;
}
div.category_submenu a{
    float: left;
    margin: 0 5px 0 0;
    background: #294753;
    color: #f6ae1b;
    text-decoration: none;
    padding: 5px 10px;
}
div.category_submenu a:hover{
    background: #162d36;
}
/************************ END CATEGORY SUBMENU***************************************/

/************************ CATEGORY LIST ***************************************/
a.category_list{
    display: table;
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px dotted #294753;
    table-layout: fixed;
    text-decoration: none;
}
a.category_list:hover{
    border-bottom-color: #dd5d0b;
}
a.category_list .image{
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
a.category_list .image img{
    max-width: 100%;
}
a.category_list .desc{
    padding: 0 0 10px 15px;
}
/************************ END CATEGORY LIST ***************************************/

/************************ PAGINATOR ***************************************/
div.paginator a, div.paginator span{
    display: block;
    float: left;
    min-width: 30px;
    height: 30px;
    background: #294753;
    border: 1px solid #294753;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 6px 6px 0;
    text-align: center;
    margin-right: 5px;
}
div.paginator a:hover, div.paginator .current{
    background: #fff;
    color: #294753;
}
/************************ END PAGINATOR ***************************************/

/************************ INSTITUTION ***************************************/
div.institution_description{    
    border-bottom: 1px dotted #294753;
    padding-bottom: 20px;
    width: 100%;
}
div.institution_description img{    
    margin: 0 10px 0 0;
    width: 300px;
}
div.institution_description .cell{    
    vertical-align: top;
}
div.institution_actions h2{
    padding: 15px 0;
}
div.institution_actions .date{
    font-size: 22px;
    padding-bottom: 10px;
    display: inline-block;
}
/************************ END INSTITUTION ***************************************/

/************************ ACTION DETAIL ***************************************/
div.action_detail iframe{
    margin: 15px 0;
}
div.action_detail .cell{
    vertical-align: top;
}
div.action_detail .dates td{
    font-size: 18px;
    line-height: 20px;
    padding: 2px 5px 2px 0;
    text-align: center;
}
div.action_detail .image{
    padding-right: 10px;
}
/************************ END ACTION DETAIL ***************************************/

/*======================== GALLERY ============================*/
div.gallery{
    text-align: center;
    padding: 10px;
}
div.gallery a {
    border: 1px solid transparent;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
div.gallery a img{
    margin: -100% -100%;
    vertical-align: middle; 
}
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: sans-serif;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
    font-size: 12px;
    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;
}
/*======================== END GALLERY ============================*/

/*======================== COMPETITION QUESTION ============================*/
div.competition_question{
    padding: 10px 0;
}
div.competition_question .submit{
    border: 1px solid #162d36;
    cursor: pointer;
    color: #fff;
    background: #294753;
    padding: 5px 10px;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    font-size: 16px;
    font-family: "Cinzel",serif;
}
div.competition_question .submit:hover{
    color: #fff;
    background: #dd5d0b;    
}
/*======================== END COMPETITION QUESTION ============================*/

/*======================== MAIN SEARCH ============================*/
form.main_search .date{
    float: left;
    width: 50%;
}
form.main_search .multi_select{
    width: 100%;
    font-size: 16px;
}
form.main_search .submit{
    border: 1px solid #162d36;
    cursor: pointer;
    color: #fff;
    background: #294753;
    padding: 5px 10px;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Cinzel",serif;
}
form.main_search .submit:hover{
    color: #fff;
    background: #dd5d0b;    
}
/*======================== END MAIN SEARCH ============================*/

/*======================== SIDE BANNERS ============================*/
div.side_banners a{
    display: block;
    width: 100%;
    background: none;
    color: #294753;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    margin: 10px 0;
    padding: 0;
}
div.side_banners a:hover{
    background: none;
    color: #294753;
}
div.side_banners a img, div.side_banners a img{
    max-width: 100%;
}
/*======================== END SIDE BANNERS ============================*/

/*======================== MIDDLE BANNERS ============================*/
div.middle_banners a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px dotted #294753;
}
div.middle_banners a img, div.middle_banners a video{
    max-width: 100%;
    float: left;
    margin-right: 15px;
}
/*======================== END MIDDLE BANNERS============================*/

/*======================== EU-COOKIES ============================*/
.eu-cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background-color: #294753;
    z-index: 999;
    padding: 5px 0;
}

.eu-cookies button {
    background: green;
    color: white;
    margin: 0 10px;
    cursor: pointer;
}
.eu-cookies a{
    color: #fff;
}
/*======================== END EU-COOKIES ============================*/

/*======================== MAP CANVAS ============================*/
#map_canvas{
    width: 100%;
    height: 350px;
}
/*======================== END MAP CANVAS ============================*/

/*======================== FACEBOOK ============================*/
div.fb-like{
    margin: 10px 0 0 10px;
}
/*======================== END FACEBOOK ============================*/
