/* ---------------------------------------------------------------------------------------
Deníky Online
Description: Basic styles and layout
Media: screen, projection
Datum: 17. 9. 2011
Author: Martin Jemelka (http://www.europemc.cz/)
---------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans:400,700&subset=latin-ext');
body, html{
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
}

a {
    text-decoration: none;
    color: #467eb1;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
   font-family: 'Oswald', sans-serif;
}

h2.section_title, h3.section_title {
    padding: 0.3em 45px 0.3em 0.4em;
    display: inline-block;
    color: #fff;
    background: #184581;
    position: relative;
}

#article h1, #sitemap h1 {
    padding: 0.3em 45px 0.3em 0.4em;
    display: inline-block;
    color: #fff;
    background: #184581;
    position: relative;
}

h2.section_title.red_bg {
    background: #BF3636;
}

.footer_reklama {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 2em;
    bottom: 0px;
    left: 0;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    color: #fff
}

.glyphicon-remove {position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    font-size: 1.1em;
}

.red a,
a.red,
.red h1,
.red h3,
.red h4,
h1.red,
h3.red,
h4.red,
.red h5{color: #BF3636;
}

.red a:hover {color: #A21B1B;
}

h3.section_title:after,
h2.section_title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -11px;
    right: 15px;
    top: 50%;
}

h2.section_title.grey,
h3.section_title.grey{
    background: #d9d9d9;
    color: #333;
}

h3.section_title.grey:after,
h2.section_title.grey:after{
    border-color: transparent #333;
}


#art-images .item { position: relative;width: 100%;height: 0;padding: 64% 0 0 0 ;}
#art-images .item img {width: 100%;height: auto;top: 0;left: 0;position: absolute;}

#art-images  .owl-buttons .owl-next  {right: 30px;}
#art-images  .owl-buttons .owl-prev {left: 30px;}

.simple_articles iframe {max-width:100% ;
}

.simple_article .icon {width: 120px;display: block;float: left;padding: 10px 10px 10px 0 ;}

.index-specials-grand>div:hover {background: #f5f5f5;
}

.others h5 {padding-left: 21px;
    position: relative;
}

.others h5:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #d9d9d9;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left:8px;
    top: 50%;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 5px 0;
}

.clear_both {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.display_none {
    display: none;
}

.color_brown {
    color: #c6921c;
}

.wr {
    background: #fff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 1500px;
}

.wr_footer {
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#screenshot{
    position:absolute;
    background: white;
    border: 1px solid silver;
    padding:2px;
    color:#fff;
    display:none;
    z-index: 99999;
}

.in-content {
    height: 100%;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.footer_bottom_fixed .in-content {height: auto;
}



#panel_breadcrumb li,
#sitemap ul.polozky>li {
    position: relative;
    padding: 0 0 0 18px;
    display: block;
}

#panel_breadcrumb li:before,
ul.polozky>li:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #d9d9d9;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left:8px;
    top: 50%;
}

#panel_breadcrumb li.breadcumb_home:before {display: none;
}

/* ---------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------*/
#panel_breadcrumb {
    float: left;
    width: 100%;
    padding : 1em 0 ;
    margin-bottom: 1em;
    border-bottom: 1px solid #e9e9e9;
}

#panel_breadcrumb strong {float: left;
    padding: 0 1.5em 0 0;
}

#panel_breadcrumb span {
    padding: 0 5px 0 0;
}

#panel_breadcrumb ul {
    margin: 0;
    padding: 0;
}

#panel_breadcrumb li {
    float: left;
    margin: 0;
    display: block;
}

.column_header {
    width: 100%;
    margin: 0 0 3px 0;
}

.column_header .column_header_left {
    width: 100%;
    border-spacing: 0;
    color: #333;
    padding: 4px 11px 4px 11px;
}

.column_header .column_header_left h2, .column_header .column_header_left strong {
    color: #9B9B9B!important;
    font-size:1em;
    width: 100%;
    font-weight: 600!important;
    font-style: normal;
}

.column_header .column_header_right {
    background: url('http://wwwimages.adobe.com/www.adobe.com/include/style/default/Router/RouterMore.png') 0 center;
    padding: 4px 14px 4px 23px;
    text-align: left;
    white-space: nowrap;
    color: white;
    background-repeat: no-repeat;
    border-spacing: 0;
}

.column_header .column_header_right a {
    color: white;
    cursor: pointer;
    text-decoration: none;
    float: right;
    font-weight: 600;
}

/* Header */
.top_banner {
    width: 100%;
    position: absolute;
    top: 0;
}

.top_banner a
{ width: 100%;
    min-height: 1200px;
    display: block;
    top: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
}

.top_banner img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
}

#header {
    position: relative;
    padding: 1em 1em 0 1em;
    font-size: 0.9em;
}

#header .logo {
    margin: 10px;
    display: table-cell;
}

#header .logo img {
    vertical-align: middle;
}

#header .date_birth {
    margin: 10px;
    font-size: 0.85em;
}

#header .date_birth p {
    text-align: right;
}

#header .mini-navigace {
    float: right;
    margin: 0 10px 10px 10px;
}

#header .mini-navigace a {
    display: inline-block;
    margin: 0 0 0 10px;
}

/* Main Menu in Header -----------------------------------------------------------------------------*/
#header .header_panel {
    position: relative;
    margin: 0 0 0 0;
    width: 100%;
    background: #333 url(../images/tile.png) repeat;
}

#header ul#main-menu {
    list-style: none;
    padding: 0;
    color: #fff;
    float: left;
    background: #184581;
    width: 100%;
    margin: 1em 0 0 0;
}

#header ul#main-menu li.main-menu-li {
    margin: 0;
    padding: 0;
    position: relative;
    height: 3em;
    z-index: 1;
    float: left;
}

#header ul#main-menu li.main-menu-li:hover ul,
ul#main-menu li.main-menu-li:focus ul,
ul#main-menu li.main-menu-li:active ul,
ul#main-menu li.main-menu-li.hover ul,
ul#main-menu li.main-menu-li.focus ul,
ul#main-menu li.main-menu-li.active ul {
    display: block;
}

#header ul#main-menu li.main-menu-li:hover #products-submenu,
#header ul#main-menu li.main-menu-li:focus #products-submenu,
#header ul#main-menu li.main-menu-li:active #products-submenu,
#header ul#main-menu li.main-menu-li.hover #products-submenu,
#header ul#main-menu li.main-menu-li.focus #products-submenu,
#header ul#main-menu li.main-menu-li.active #products-submenu {
    display: block;
}

#header ul#main-menu li.main-menu-li>a {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 1px 1em 0 1em;
    display: inline-block;
    line-height: 3em;
    color: #fff;
    text-transform: uppercase;
}

#header ul#main-menu li.main-menu-li>a:after {
    border-bottom:2px #fff solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    display: block;
    content: '';
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#header ul#main-menu li.main-menu-li>a:hover:after {
    border-bottom:2px #467eb1 solid;
}

#header ul#main-menu li.has_child>a {
    padding-right: 21px;
    position: relative;
}

#header ul#main-menu li.has_child>a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -5px;
    right:6px;
    top: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#header ul#main-menu li.has_child:hover>a:before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#header ul#main-menu>a:hover,
#header ul#main-menu .active>a {
    color: #467eb1;
}

.maw100_oh {max-width: 100%;
    overflow: hidden;
}

#header ul#main-menu ul {
    margin: 0;
    padding: 0;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    z-index: 999;
    position: absolute;
    top: 100%;
    left: -1px;
    display: none;
}

#header ul#main-menu ul li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: none;
    display: block;
}

#header ul#main-menu li li a {
    border: none!important;
    display: block;
    width: 183px;
    height: auto;
    padding: 0 15px;
    line-height: 40px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    position: relative;
    color: #333;
    background: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#header ul#main-menu .border
{ border-bottom: 1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    content: '';
    z-index: 5;
    display: block;
}

#header ul#main-menu li li a:last-child:after {display: none;
}

#header ul#main-menu li li a:hover {text-decoration: none;
    color: #467eb1;
}

#header ul#main-menu #products-submenu {
    width: 200px;
    background: #393939;
    z-index: 999;
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    width: 183px;
}

#header ul#main-menu #products-submenu #products-submenu-content {
    overflow: hidden;
    float: none;
    display: block;
}

#header ul#main-menu li #products-submenu-content a {
    background: #393939;
    display: block;
    width: 121px;
    height: auto;
    padding: 0 15px;
    line-height: 32px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    color: #fff;
}

/* Search in Header -------------------------------------------------------------------------------*/
.SiteHeaderSearch {
    float: right;
    width: 300px;
    height: 40px;
    background:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin : 0.5em;
}

#search-submit {
    width: 49px;
    border-width: 0;
    background: transparent;
    color: #999;
}

#search-input {
    background-color: transparent;
    border: none;
    margin-left: 6px;
    margin-top: 5px;
    padding: 4px;
    width: 235px;
    color: #555;
}

#site-search #sb-results {
    display: none;
}

#site-search.activated #sb-results {
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 1000;
}

#site-search.activated #sb-results #sb-results-body {
    width: 258px;
    background: white;
    border-top: none;
    border: 1px solid;
    border-color: #2F4E6B #B0B0B0 #737373;
    *border-color: #2F4E6B #2F4E6B #737373;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: -7px;
    *margin-bottom: 10px;
}

#sb-result-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    _margin-bottom: 0;
    line-height: 1.35em;
}

#sb-result-list dd {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0.5em 0.7em 0 0.7em;
}

#sb-result-list dd.search-result {
    min-height: 74px;
    _height: 80px;
}

#sb-result-list dd.search-suggestion {
    padding-bottom: 0.5em;
    padding-left: 1em;
}

#sb-result-list dd.no-result {
    padding-bottom: 0.5em;
}

#sb-result-list dd .link-list,
#sb-result-list dd.search-suggestion p {
    margin: 0;
    padding: 0;
}

#sb-result-list dd.search-all {
    padding-top: 0.35em;
    padding-bottom: 0.5em;
}

/*--- RESULTS > LINK LIST ---*/
#sb-result-list dd li {
    padding: 1px 0;
    margin: 0;
    float: none;
}

#sb-result-list dd.search-all {
    text-align: right
}

#sb-result-list a {
    font-weight: normal;
    -moz-outline: none;
}

#sb-result-list dd h4 {
    padding: 0;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 2px;
}

#sb-result-list dd:hover h4 {
    color: #064c7c;
}

#sb-result-list dd:hover {
    background-color: #f2f2f2;
    color: #064c7c!important;
    text-decoration: none;
}

#sb-result-list a:hover {
    color: #fff;
    text-decoration: none;
}

#sb-result-list h4,
#sb-result-list dd.search-all a {
    color: #000;
}

#sb-result-list dd {
    color: #999;
}

#sb-result-list dd.no-result a {
    color: #047;
}

#search-buddy-submit {
    cursor: pointer;
}

.search-result .pullout-content {
    margin-left: 60px;
}

.search-result .pullout-item {
    width: 50px;
    float: left;
    clear: left;
    _height: 100%;
}

.search-result .pullout-item a:hover {
    background-color: transparent !important;
}

/* Section Title ----------------------------------------------------------------------------------*/
#section-title {
    border-bottom: 1px solid #fff;
    padding: 0 20px 0 0;
    height: 122px;
    background: #fff url('../images/section-title.jpg') 0 0 repeat-x;
}

#section-title h2 {
    margin: 0;
    font-weight: normal;
    text-decoration: underline;
    color: #24adfb;
    font-style: italic;
    padding: 25px 0 0 20px;
}

#section-title p {
    text-decoration: none;
    color: #0a5885;
    font-style: italic;
    margin: 0;
    padding: 0 0 0 20px;
}

/* Section Navigation -----------------------------------------------------------------------------*/
#section-navigation {
    width: 100%;
    height: 45px;
    background: url('../images/tip.png') 0 0 repeat-x;
}

#section-navigation p {
    padding: 9px 20px 0 0;
    text-decoration: none;
    text-align: left;
    ;
    color: #555555;
}

#section-navigation p a {
    color: #2578a0;
}

/* Middle */
.middle {
    width: 680px;
}

#middle .middle_left {
    padding: 10px;
    width: 490px;
}

.middle_left_main_article_top {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

.middle_left_main_article_top_img {
    width: 395px;
    overflow: hidden;
    display: block;
}

.middle_left_main_article_top h2 {
    margin-bottom: 0;
    font-weight: 800;
}

.middle_left_main_article {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

.middle_left_main_article h2 {
    margin-bottom: 0;
    font-weight: 600;
}

.middle_left_main_article h2 a {
    color: black;
}

#middle .middle_center {
    padding: 10px 0;
    width: 170px;
}

.middle_center_week_tips {
    margin: 0 0 10px 0;
}

.middle_center_week_tip {
    margin: 10px;
}

.middle_center_week_tip h2 {
    font-size: 1em;
}

.middle_center_week_tip h2 a {
}

#middle .middle_right {
    padding: 11px 10px;
    width: 300px;
}

.middle_right_neutracim {
    position: relative;
}

.middle_right_neutracim h2 {;
    color: black;
    opacity: 0.8;
    background: white;
    margin: 10px;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.middle_right_banner {
    margin: 0 0 10px 0;
}

.middle_right_special {
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d8d5d5;
}

.middle_right_special .middle_left_main_article_img {
    margin: 0 10px 0 0;
}

.middle_right_special h2 {
    margin: 0 0 0 0;
}

#left_col {
    float: left;
    padding: 10px;
    width: 660px;
}

.datetime {
    color: #476c7e;
}

/*Index */
#index h1 {;
    border-left: 3px solid #C6921C;
    padding: 0 0 0 5px;
    margin: 10px 10px 0 10px;
}

.dnone {display: none!important} 

.article_under_footer {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d8d5d5;
    margin: 10px;
    padding: 10px;
}

/* Article */
#article .anotation {
    font-style: italic;
    ;
    color: #363636;
}

.addthis_floating_style {
    position: relative!important;
    margin: 20px 10px 10px 10px;
}

.fb-bottom {
    float: left;
    margin: 2px 5px 0 0;
}

.tw-bottom {
    float: left;
    margin: 1px 5px 0 0;
}

.one-plus-bottom {
    float: left;
    margin: 3px 0 0 0;
}

.addthis_toolbox.addthis_32x32_style.addthis_default_style {
    float: right;
    margin: 30px 0 0 55px;
}

.other_articles {
}

.other_articles legend {
}

.other_articles .article-box {
}

.other_articles h2 {
}

.other_articles .article-box h3 {
}

.other_articles .article-box .img {
    float: left;
    padding: 0 10px 10px 0;
}

.other_articles .article-box .more {
    margin: 0;
    padding: 0;
}

/* Articles */
#articles h1 {
    margin: 0 0 5px 0;
    border-left: 3px solid #C6921C;
    padding: 0 0 0 5px;
}

#articles .article-box {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

#articles .article_anotation {
}

/* Sitemap */
#sitemap h1 {
}

#sitemap ul {
    margin: 0 0 10px 20px;
    padding: 0;
    list-style: none;
}

#sitemap ul li a {
}

#sitemap li {
    margin: 5px 0 0 0;
    padding: 0;
}

#sitemap li li a {
}

/* Footer */
#footer {
}

.theme-default {margin: 0;
}

#footer .footer_links,
.collored_important {
    background: #F7F7F7;
}

.collored_important.one_row, .one_row.blok_ulice {padding-bottom: 1em;
}

.one_row.mt0 {margin-top: 0;
}

#footer .footer_links {
    width: 100%;
    padding: 1em 0 2em 0;
}

#footer .footer_links ul {
    list-style: none;
    padding: 0 10px;
    color: #333;
    margin: 5px 0 0 0;
}

#footer .footer_links ul li {
    padding: 0.6em 0 0.6em 0;
    display: block;
    border-top: 1px solid #e9e9e9;
}

#footer .footer_links h3 {
    white-space: nowrap;
    padding: 0 10px;
}

#footer .footer_links a {color: #6B6B6B;
    text-shadow: 2px 2px 1px #fff;
}

#footer .footer_art {
    width: 100%;
}

.footer_bottom_fixed {
    z-index: 50;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.80);
    margin: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #181818;
    padding: 0;
}

.footer_bottom_fixed .in-content {
    color: white;
    padding: 10px 0;
    position: relative;
    max-width: 100%!important;
}

.footer_bottom_fixed .in-content a {
    text-decoration: underline;
    color: white;
}

.footer_bottom_fixed .flyier {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_bottom_article table {max-width: 100%;
}

/* Others */
.advertisment_title {
    color: #848484;
    font-style: italic;
}

.socialWidget {
    font-family: Arial;
    padding: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 40px;
    width: 50px;
    z-index: 998;
}

.socialWidget li {
    clear: right;
    float: right;
    margin: 0 -330px 0 0;
    padding: 0 0 4px 0;
    min-height: 50px;
    width: 330px;
}

.socialWidget li a {
    display: block;
    float: left;
    height: 50px;
    margin-left: -53px;
    width: 53px;
}

.socialWidget li a img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    display: block;
    float: left;
}

ul.photo_gallery {
    clear: both;
    list-style: none outside none;
    margin: 8px auto;
    overflow: hidden;
    padding: 8px 0;
}

ul.photo_gallery li {
    background: none !important;
    float: left;

    padding: 0.3em;
    list-style: none;
}

#footer .farticle table {width: 100%!important;
    max-width: 100%!important;
}

#scrolled_banner {
    padding: 12px 0 0 0;
    position: fixed;
    right: 0px;
    bottom: 200px;
    color: #fff;
    z-index: 100;
    overflow: hidden;
    display: none;
    cursor: pointer;
}

#scrolled_banner.hideit { visibility: hidden;
    height: 0;
}

.slide {position: relative;
}

.slide .embed-responsive-4by3 {
        padding-bottom: 71.5%;
}

.slide a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}



.slide img {
    height: 100%;
    width: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}

.slide_text_inside {
    position: absolute;
    bottom: 0;
    right: 0;width: 100%;min-height: 125px;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 1em 1em 1em;
    color: #fff;
    font-size: 1em;
}

.slide .slide_text_inside p {color: #fff;}

.simple_article a,
.single_special a {
    display: block;
}


/* ------------------ Paticka --------------------- */

.loga_loga .logo {
    width: 131px;
    height: 131px;
    padding:0;
    position: relative;
    float: left;
    margin: 5px;
}

.loga_loga .logo span,
.loga_loga .logo a{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.loga_loga .logo span:hover,
.loga_loga .logo a:hover{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}


#footer_1  {
    background: #eee;
    clear: both;
    margin-top: 1em;
    position: relative;
}

#footer_0 ul {
    padding: 0 ;margin: 0;
}

#footer_0 ul li{
    padding: 1px 0 0.2em 0   ;
    margin: 0;
    float: left;
    list-style: none;
}

#footer_0 ul li a{
    padding: 0.6em 1em 0.6em 1em;
    margin:  0;
    position: relative;
   ;
    display: block;
    float: left;
            -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#footer_0 ul li a:after {
    border-bottom: 1px solid #555;
    position: absolute;
    bottom:0.2em;
    left:48%;
    right:48%;
    width: auto;
    height: 1px;
    display: block;
    background: transparent;
    content: '';
        -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer_0 ul li a:hover {text-decoration: none; padding: 0.2em 1em 1em 1em}
#footer_0 ul li a:hover:after {
  bottom:0.6em;
      left: 1em;
    right:1em;
     border-bottom: 1px solid #777;

}

  #footer_0 a,
  #footer_2 a,
  #footer_3 a,
  #footer_4 a { color: #fff;}

  #footer_0 .row .col-xs-12:after,
  #footer_2 .row .col-xs-12:after,
  #footer_3 .row .col-xs-12:after {
    border-top: 1px solid #555;
    position: absolute;
    top: -10px;
    left: 10px;
    right:10px;
    width: auto;
    height: 1px;
    display: block;
    background: transparent;
    content: '';
}



@media (min-width: 992px){
    .row.anotace:after {
    border-left: 1px solid #555;
    position: absolute;
    top: 0;
    left: 50%;
    bottom:10px;
    width: 1px;
    height:auto;
    display: block;
    background: transparent;
    content: '';
    }
}
  #footer_1  {
     padding-bottom: 18px;
  }

  #footer_0,
  #footer_2,
  #footer_3,
  #footer_4 {background: #444;clear: both;color: #eee;padding-top: 18px; padding-bottom: 18px;position: relative;}

    #footer_0 {
      padding-top: 8px; padding-bottom: 0px;
    }
  #footer_4 {
    -webkit-box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
    box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
    padding-bottom: 1px;
  }

.section_root .wrapper {
    background: transparent;

    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 1300px;
}


.social_networks ul  {padding: 0;
  margin: 0;list-style-type: none;}
  .social_networks ul li {float: right; margin: 0px 6px;padding: 0;}


  .social_button span {display: none;}



  .social_button {
    background:  url('../images/social_icons.png') no-repeat -3px -3px;
    width: 34px;
    height: 33px;
    display: block;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;

  }

    .social_button:hover {

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top:-10px;

  }

  .social_facebook {
    background-position:-3px -3px;

  }
  .social_twitter {
    background-position:-47px -3px;

  }
  .social_gplus {
    background-position:-92px -3px;

  }
  .social_youtube {
    background-position:-47px -47px;

  }
  .social_instagram {
    background-position: -47px -135px;

  }




/* ------------------ // Paticka --------------------- */

/*
.simple_article a:after
{
border-bottom:1px #d9d9d9 solid;
width: auto;
height: 1px;
background-color: transparent;
position: relative;
content: '';
display: block;
}

*/
.embed-responsive-special{
    padding-bottom: 48.25%;
}

.index-specials-grand .embed-responsive img{width: 100%;
    height: auto;
}

.index-specials-grand a:hover,
.single_special a:hover,
.week_tip a:hover,
.simple_article a:hover,
.slide_text_inside a:hover {
    text-decoration: none;
}

.index-specials-grand a:hover h3,
.single_special a:hover h3,
.week_tip a:hover h3,
.simple_article a:hover h3,
.slide_text_inside a:hover h3 {
    color: #093053;
    text-decoration: none;
}

.index-specials-grand p,
.single_special p,
.week_tip p,
.simple_article p,
.slide_text_inside p {
    color: #333;
    text-align: justify;
    text-decoration: none;
}

.index-specials-grand h3,
.single_special h3,
.week_tip h3,
.simple_article h3,
.index-specials-grand h4,
.single_special h4,
.week_tip h4,
.simple_article h4
{
    text-transform: uppercase;
    font-size: 1.1em;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.single_special h3,
.week_tip h3,
.simple_article h3,
.single_special h4,
.week_tip h4,
.simple_article h4 {margin-top: 0;
}

.index-specials-grand {
    margin-bottom: 1em;
}

index-specials-grand .others {clear: both}

index-specials-grand .others a{
    display: list-item;
    text-transform: uppercase;
    font-size: 1.1em;
}

a.divka {position: relative;
    width: 100%;
    height: auto;
    padding-top: 1em;
}

a.divka img {width: 100%;
    height: auto;
}

a.divka .glyphicon-zoom-in,
.single_special a .embed-responsive .glyphicon-zoom-in,
.week_tip a .embed-responsive .glyphicon-zoom-in,
.simple_article a .embed-responsive .glyphicon-zoom-in,
.index-specials-grand a .embed-responsive .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left:-0.5em ;
    color: #fff;
    z-index: 5;
    font-size: 2em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
}

a.divka:hover .glyphicon-zoom-in,
.single_special a:hover .embed-responsive .glyphicon-zoom-in,
.week_tip a:hover .embed-responsive .glyphicon-zoom-in,
.simple_article a:hover .embed-responsive .glyphicon-zoom-in,
.index-specials-grand a:hover .embed-responsive .glyphicon {
    opacity: 1.0;
}

.index-specials-grand,
.single_special,
.week_tip,
.simple_article {
    position: relative;
    padding: 1em 0.5em 1em 0.5em;
}

.single_special:hover,
.week_tip:hover,
.simple_article:hover {
    background: #f9f9f9;
}

.single_special .embed-responsive,
.week_tip .embed-responsive,
.simple_article .embed-responsive {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.single_special img,
.week_tip img,
.simple_article img {
    width: 100%;
    height: auto;
}

.index-specials:before,
.index-specials-grand .border,
.single_special .border,
.week_tip .border,
.simple_article .border {
    border-bottom:1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    content: '';
    display: block;
}

.index-specials {clear: both;
    padding-top:1em ;
    margin-top: 1em;
}

.index-specials:before {bottom: auto;
    top: 0;
}

.border_right {
    border-right:1px #d9d9d9 solid;
    height:auto;
    width: 1px;
    background-color: transparent;
    position: absolute;
    top: 1em;
    bottom: 1em;
    right: 0;
}

.banner.w100 img {
    width: 100%;
    height: auto;
}

.banner {padding: 0 15px;
}

.banner img
{
    max-width: 100%;
    height: auto;
}

.index-specials-grand,
.single_specials,
.week_tips,
.simple_articles {
    font-size: 1.1em;
    position: relative;
}

.one_row {position: relative;
    position: relative;
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
}

.one_row_border { border-bottom:1px #d9d9d9 solid;
    width:auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
    display: block;
}

.tac {text-align: center;
}

blockquote.h1_b {
    position: relative;
    border-width: 0;
    padding: 0.5em 1.3em;
    margin: 0;
    background: transparent;
    display: inline-block;
}

#index blockquote.h1_b h1 {
    border-width: 0;
}

blockquote.h1_b:after, blockquote.h1_b:before {
    content: '"';
    font-size: 3em;
    position: absolute;
    font-weight: bold;
    color: #ccc;
}

blockquote.h1_b:before {
    bottom: -0.6em;
    left: 0;
}

blockquote.h1_b:after {
    top: -0.2em;
    right: 0;
}

#index_news_bxslider_wrapper .bx-controls-direction {
}

.bx-next,
.bx-prev {display: none;}
/*
 .bx-next {
position: absolute;
top: 0;
width: 2em;
height: 100%;
right: 1em;
overflow: hidden;
text-indent: -999px;
 }

.bx-prev {
position: absolute;
left: 1em ;
top: 0;
width: 2em;
height: 100%;
overflow: hidden;
text-indent: -999px;
}

 .bx-next:after ,
.bx-prev:after {
    left: 0.5em;
    content: '';
    position: absolute;

    top: 47%;
    width: 1.5em;
    height: 1.5em;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);z-index: 9;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-left-width: 0;
    border-top-width: 0;
    background: transparent;
    overflow: hidden;
    text-indent: -999px;
}

.bx-next:after  {
    right: 0.5em;
    left: auto;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


  .bx-next:hover:after ,
.bx-prev:hover:after {border: 2px solid rgba(0, 0, 0, 1);
    border-left-width: 0;
    border-top-width: 0;}
*/
#index_news_bx-pager {
    position: absolute;
    width: 28%;
    height: 77%;
    top: 0;
    font-size: 1.6em;
    right: 0;

}
/*
.bx-pager {position: absolute;top: 0;left: 0;width: 100%;text-align: center;}
.bx-pager .bx-pager-item {display: inline-block;margin: 0.8em 0.3em;position: relative;
width: 15px;height: 15px;
}
.bx-pager .bx-pager-item a{display: block;margin: 0.8em 0.3em;position: absolute;top: 0;left: 0;
width: 15px;height: 15px;color: rgba(0,0,0,0.2);overflow: hidden;text-indent: -9999px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgba(0,0,0,0.2);
border: 1px solid rgba(255,255,255, 0.2);

}
.bx-pager .bx-pager-item a:hover {background: rgba(0,0,0,1);}
*/
#index_news_bx-pager a {position: relative;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    background: #333;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
}

#index_news_bx-pager a img
{
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
    opacity: 0.2;
}

#index_news_bx-pager a:hover img
{
    opacity: 0.8;
}

#index_news_bx-pager a.active img
{
    opacity: 1.0;
}

#index_news_bx-pager h3 {
    padding: 5px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    z-index: 1;
    color: #fff;
}

#index_news_bx-pager img {width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25%;
    left: 0;
    height: auto;
}

.index-specials {
    position: relative;
}

.modelka a.divka {
    display: block;
    position: relative;
}

.modelka a.divka img {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}

.col_right_top .banner {
    width: 100%;
    padding: 0;
}

.blok_ulice {
    background: #f7f7f7;
}

.dsq-widget-list
{
}

.dsq-widget-item
{
    position: relative;
    margin: 1em 0 0 0 ;
    padding: 1em 0 0 0 ;
}

.dsq-widget-item:after
{
    border-top: 1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
    content: '';
    z-index: 5;
    display: block;
}

.index-specials-grand a {
    display: block;

}
.index-specials-grand .main_a {

    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 0.5em 0;
}
.index-specials-grand .others a {border-width: 0;
    padding: 0 ;
}

.sli {float: left;width: 100%;height: 18.7%;padding: 0;overflow: hidden;}
.sli h3 {font-size: 0.5em;position: absolute;bottom: 5px;width: 100%;display: block;}
img.dsq-widget-avatar
{
    width: 48px;
    height: auto;
    webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
    margin-right: 0.5em;
}

.dsq-widget-user
{
}

.dsq-widget-comment
{
}

.dsq-widget-meta
{
}

.header_reklama {
padding: 0 1em;
    margin: 0 240px 0 170px;
    max-width: 100%;
    position: absolute;
}




/*

.header_reklama {
padding: 0 1em;
    margin: 0 540px 0 170px;
    max-width: 100%;
    position: absolute;
}

.co-kdy {
    margin-top: 22px;
    border: 0;
    float: right;
}
*/

.header_reklama img
{max-width: 100%;
    height: auto;
}

#external_products {
}

#external_products .external_product {
    position: relative;
    padding: 0.8em 1em;
    width: 100%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.external_product .epinside {
    width: 97%;
    margin: 0 auto;
    position: relative;
}

.external_product .infoblock {
    display: block;
    position: relative;
    background: #337ab7;
    padding: 1px 1em;
    color: #fff;
    min-height: 12em;
    font-size: 0.9em;
}

.external_product:hover .infoblock {
    background:#184581;
}

.external_product .infoblock h3,
.external_product .infoblock a ,
.external_product .infoblock a:hover{
    color: #fff;
    text-decoration: none;
}

.external_product .infoblock h3 {
    font-size: 1.1em;
    text-transform: uppercase;
}

.external_product .infoblock h4 {
    font-size: 1.2em;
    display: inline-block;
    float: right;
    padding: 0.3em;
    background: #fff;
    color: #337ab7;
}

.external_product .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:100%;
    overflow: hidden;
    display: block;
    margin: 0 0 1em 0 ;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

#external_products_wrapper {
    padding: 0 100px;
    width: 100%;
    position: relative;
    display: block;
}

.owl-buttons .owl-next,
.owl-buttons .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    width: 50px;
    background: none;
    border: 2px solid #bbb;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: -6666px;
    border-width: 0px 0 4px 4px;
    margin-top: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-buttons .owl-next {
    left: auto;
    right: -40px;
    border-color: #bbb;
    border-width: 4px 4px 0 0;
}

.owl-buttons .owl-prev {
}

li.glyphicon-menu-hamburger {display: none;
}

.pt100 { margin-top: 100px;
}


.fbook iframe {
    border-width:0!important;
    border:none;
    overflow:hidden;
    width:90px;
    height:21px;
}

#article #pagetext {overflow: hidden;max-width: 100%;}
#article #pagetext table {
    max-width: 100%;
}
#article #pagetext img{
    max-width: 100%;height: auto!important;
}

h2.hid.section_title  {height: 0;width: 0;overflow: hidden;margin: 0;padding: 0;}


#slider.nivoSlider .nivo-caption {
    display: none!important;
}



@media (max-width: 992px) {

.scrolled_banner, .bubble_1 {
    display: none;
}


h2.hid.section_title {height: auto;width: auto;overflow: visible;margin: 1em 0;padding: 0;}
    .wr {width: 90%;
    }

    #search-submit {width: 35px;
    }

    .SiteHeaderSearch {width: 200px;
    }

    #search-input {width: 150px;
    }

    #external_products_wrapper {padding: 0 60px;
    }

    .owl-buttons .owl-next, .owl-buttons .owl-prev {
        position: absolute;
        left: -20px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .theme-default .nivo-caption p span {font-size: 1.1em!important;
    }
/*
    body {font-size: 0.9em;
    }
*/
    .owl-buttons .owl-next {right: -20px;
        left: auto;
    }

    .slide_text_inside h3{
        font-size: 1.1em;
    }

    .slide_text_inside p{

    }

    #index_news_bx-pager {
        display: none;
    }

    #index_news_bx-pager a {
        display: none;
    }

    #index_news_bx-pager a img {
        display: none;
    }

    #index_news_bx-pager a:hover img {
        display: none;
    }

    #index_news_bx-pager a.active img {
        display: none;
    }

    #index_news_bx-pager h3 {
        display: none;
    }

    #index_news_bx-pager img {
        display: none;
    }

    #index_news_bxslider_wrapper .bx-controls-direction {
    }

    .socialWidget {display: none;
    }

}

@media (max-width: 768px) {


#article p,
#article li {
    font-size: 16px; 
}


    .index-specials-grand h3, 
    .index-specials-grand h4, 
    .simple_article h3, 
    .simple_article h4, 
    .single_special h3, 
    .single_special h4, 
    .week_tip h3, 
    .week_tip h4 {
  
    font-size: 1.25em;
letter-spacing: 0.05em;
}


.others h5 {
   font-size: 15px;
    
}

.index-specials-grand,
.single_specials,
.week_tips,
.simple_articles {
    font-size: 1.15em;
    position: relative;
}

.header_reklama {
    padding: 0 1em;
    margin: 0 ;
    max-width: 100%;
    position: relative;
}

    .footer_bottom_fixed {position: relative}

    #header ul#main-menu li.glyphicon-menu-hamburger {
        display: block;
        font-size: 2em;
        float: left;
    /* line-height: 1.5em;
    */
    padding: .3em 0 .3em .5em;
    }

    #header ul#main-menu .main-menu-li {display: none;
    }

    #header ul#main-menu {
        list-style: none;
        padding: 0;
        color: #fff;
        float: left;
        background: #184581;
        width: 100%;
        margin: 1em 0 0 0;
    }

    #header ul#main-menu li.main-menu-li {
        width: 100%;
        height: auto;
    }

    #header ul#main-menu li.main-menu-li>a {
        text-align: center;
    }

    #header ul#main-menu li.has_child>a {
        padding-right: 0;
    }

    #header ul#main-menu li.has_child>a:before {
        display: none;
    }

    #header ul#main-menu ul {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }

    #header ul#main-menu ul li {
        width: 100%;
        overflow: auto;
        height: auto;
    }

    #header ul#main-menu li li a {
        width: 100%;
    }

    .pt100 {margin-top: 0;
    }

    .wr {width: 100%;
    }

    #header ul#main-menu li li a:last-child:after {display: none;
    }

    .SiteHeaderSearch {width: 150px;
    }

    #search-input {width: 110px;
    }

    #search-submit {width: 25px;
    }

    #external_products_wrapper {padding: 0 30px;
    }

    .theme-default .nivo-caption p span {font-size:0.9em!important;
    }


    #scrolled_banner {

        right: 0px;
        bottom: 200px;

        display: none;width: 0;height: 0;overflow: hidden;display: block;padding: 0;

    }
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}