/*
Theme Name: Dobry Andel v2 - 2013
Theme URI: 
Description: DobryAndel.cz v2 theme 2013
Author: Ladislav Soukup, Peter Sladecek  |  PLAY.CZ
Author URI: http://play.cz
Version: 1.0
Tags: dobry andel
Text Domain: dobryAndel

Using grid system: http://www.responsivegridsystem.com/
*/

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: url("images/bg_mainpage.png");
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #2b291b; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1.1em;
}
h1 {
  font-size: 48px;
}
h5 {
  display: inline;
  margin: 0;
  padding: 0;
}

hr {
  width: 100%;
  border: none;
  background-color: #d1d1d1;
  height: 1px;
  margin: 15px 0;
}

a {
  color: #c10f23;
}
a:hover {
  color: #a70d1e;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #000000;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #a70d1e;
}

#content h3.ui-accordion-header {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: none;
}

.text-center {
  text-align: center;
}

.force-line-break {
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}

.clear_right,
.clear_left,
.clear {
  height: 1px;
  font-size: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.clear {
  clear: both;
}

.single_line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.error,
.warning,
.success,
.info {
  padding: 5px 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.error [class^="icon-"],
.error [class*=" icon-"],
.warning [class^="icon-"],
.warning [class*=" icon-"],
.success [class^="icon-"],
.success [class*=" icon-"],
.info [class^="icon-"],
.info [class*=" icon-"] {
  margin-right: 10px;
}

.error,
.error a {
  background-color: #c10f23;
  color: #fff;
}
.warning,
.warning a {
  background-color: #f0e916;
  color: #000;
}
.success,
.success a {
  background-color: #0cb03b;
  color: #fff;
}
.info,
.info a {
  background-color: #54b7f5;
  color: #fff;
}

.btn-appbadge {
  text-align: center;
}
.btn-appbadge-item {
}
.btn-appbadge-item img {
  width: auto;
  height: 45px;
  margin: 5px 10px;
}

.btn {
  text-decoration: none;
  background-color: #c10f23;
  color: #fff;
  text-shadow: none;
  background-image: none;
  padding: 10px 30px;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;

  border: 1px solid rgba(93, 8, 18, 0.6); /* stroke */
  border-radius: 4px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #c10f23; /* layer fill content */
  box-shadow: 0 0 5px rgba(66, 64, 48, 0.64),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42); /* drop shadow and inner shadow */
}
.btn:hover {
  background-color: #a70d1e;
  color: #fff;
}
.btn-center {
  margin: 0 auto;
  width: auto;
  display: block;
  max-width: 200px;
}
.btn_small {
  padding: 5px 10px;
  font-size: 14px;
}
.btn_large {
  padding: 10px 30px;
  font-size: 24px;
}
.btn_form_append {
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  box-shadow: none;
}

.btn_fb {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 100;
  background-color: #5272ac;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.btn_fb:hover {
  background-color: #5272ac;
  color: #fff;
}

#hlasovani {
  margin: 0.5em 0 3em;
}
.dahlas_odpoved {
  height: 20px;
  padding: 10px 30px;
  font-size: 24px;
}
.dahlas_odpoved .fa {
  font-size: 18px;
}

.spacer {
  font-size: 1px;
  overflow: none;
  height: 15px;
  width: 15px;
}
.spacer5 {
  height: 5px;
  width: 5px;
}
.spacer10 {
  height: 10px;
  width: 10px;
}

.big_text {
  font-size: 2em;
  line-height: 1.3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 10px;
}

/* thumbs auto-aligement */
.cssthumb_wrap {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cssthumb_wrap img.cssthumb {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}
img.cssthumb {
  max-height: 150px;
  max-width: 150px;
}

.partneri_wrap .cssthumb_wrap {
  margin: 10px;
  width: 160px;
  height: 80px;
}

/* ===== WordPress specific classess ===== */
.dablog img,
img.alignleft,
.dablog img.alignright,
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter,
.dablog img.aligncenter {
  max-width: 100% !important;
  height: auto !important;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 5px 10px;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.wp-caption-text {
  margin: 0;
  text-align: center;
  font-style: italic;
  font-size: 14px !important;
}

#cookieChoiceInfo {
  width: 70% !important;
  min-width: 300px !important;
  max-width: 450px !important;
  padding: 10px 4px !important;
  z-index: 99999 !important;
}
#cookieChoiceInfo > div > span {
  display: block;
  margin: 10px 10px;
}

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
#wrap .fb_iframe_widget,
#wrap .fb_iframe_widget span,
#wrap .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget iframe {
  position: relative !important;
}

/* ===== HEADER ===== */

#header {
  height: 200px;
  background: url("images/header_bg.png") repeat-x;
  overflow: hidden;
}

#header_inner {
  max-width: 980px;
  margin: 0 auto;
}
#header_inner > div {
  margin-top: 3px;
}
#header_inner_menu {
  max-width: 980px;
  margin: 0 auto;
}

#header_logo {
  width: 255px;
  height: 150px;
  display: block;
  padding-bottom: 40px;
  margin-bottom: -40px;

  text-indent: -9999px;
}
#header_logo_mobile {
  display: none;
  float: right;
  width: 240px;
  height: 70px;
  margin: 0;
  text-indent: -9999px;
}

#header_logo_landing {
  width: 255px;
  height: 135px;
  display: block;

  text-indent: -9999px;
}

#header_inner nav.account ul {
  float: right;
  margin: 0;
}
#header_inner nav.account ul li {
  display: block;
  float: left;
  list-style: none;
}

#header_nav_lang,
#header_nav_login,
#header_nav_logout,
#header_nav_profile {
  display: inline-block;
  height: 29px;
  text-decoration: none;
  color: #fefbe7;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 0 0 12px;
  margin: 0 0 -6px 5px;
}
#header_nav_lang a {
  margin: 0 3px;
  text-decoration: none;
}
#header_nav_login,
#header_nav_logout {
  background: url("images/header_nav_164.png") no-repeat;
  width: auto;
  padding-right: 15px;
}
#header_nav_profile {
  background: url("images/header_nav_146.png") no-repeat;
  width: auto;
  padding-right: 15px;
}

#header_cta_button {
  display: block;
  float: right;
  background: url("images/header_cta.png") no-repeat;
  width: 320px;
  height: 105px;
  margin: 10px 0 0 0;

  color: #fefbe7;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#header_cta_button .line1 {
  display: block;
  text-align: center;
  font-size: 44px;
  margin: 8px 0 0 0;
}
#header_cta_button .line2 {
  display: block;
  text-align: center;
  font-size: 30px;
}

/* breadcrumb */
#breadcrumbs {
  font-size: 13px;
  color: #000;
  max-width: 980px;
  margin: 5px auto 10px auto;
}

/* ==== MENU === */
#topmenu a {
  color: #000;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
#topmenu a:hover {
  color: #c10f23;
}

/* top items */
#topmenu ul {
  float: right;
  margin: 0;
}
#topmenu ul li {
  float: left;
  list-style: none;
  margin: 0 4px;
  padding: 5px 0 0 0;
}

#topmenu ul li a {
  padding: 0 5px;
}
#topmenu ul li.menu_item_has_child > a {
  background: url("images/menu_sipka.png") no-repeat;
  background-position: 5px 0;
  padding: 0 10px 0 26px;
}
/* dropdown fx */
#topmenu ul li ul {
  display: none;
  overflow: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99999;

  background: #fefbe7;
  padding: 5px 20px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0px 3px 3px 1px #d7d2b7;
}
#topmenu ul li.menu_item_has_child:hover {
  background: #fefbe7;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 3px 1px #d7d2b7;
}
#topmenu ul li.menu_item_has_child:hover > a {
  color: #c10f23;
  background: url("images/menu_sipka_hover.png") no-repeat;
  background-position: 5px 0;
}

#topmenu ul li:hover ul {
  display: block;
}

/* subitems */
#topmenu ul li ul li {
  display: block;
  float: none;
  border-top: 1px solid #dcd7bd;
  padding: 10px 0;
}
#topmenu ul li ul li:first-child {
  border-top: none;
}

/* profile menu */
#profilemenu {
  padding: 5px 10px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 10px;

  border-radius: 3px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #e5ddbf; /* layer fill content */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}
#profilemenu .menu {
  padding: 0;
}

#profilemenu a {
  color: #000;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
#profilemenu a:hover {
  color: #c10f23;
}

/* top items */
#content #profilemenu ul {
}
#content #profilemenu ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#profilemenu ul li a {
  padding: 0 5px;
}

.notificationbar {
  width: 100%;
  max-width: 960px;

  margin: 10px auto;
  padding: 0;
  line-height: 1.2em;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #f5c303;
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1);
}
.notificationbar > div {
  padding: 10px;
}

/* ===== LOGIN ===== */

#login_form_wrap {
  width: 400px;
  margin: 30px auto;

  padding: 15px 20px;
  border: 4px solid #d1d1d1;
  border-radius: 10px;

  background: rgb(238, 238, 238); /* Old browsers */
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 1) 0%,
    rgba(181, 181, 181, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

input.frmlogin {
  width: 360px;
}

#modal_wnd_login_form_inner,
#modal_wnd_CTA_inner,
#modal_wnd_login_form_wait {
  width: 400px;
  height: auto;
}

#modal_wnd_login_form_inner h1,
#modal_wnd_CTA_inner h1,
#login_form_wrap h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.login_links {
  text-align: center;
  margin-top: 15px;
}
.login_links a {
  color: #121212;
  margin-top: 5px;
  display: block;
  text-decoration: none;
}
.login_links a:hover {
  text-decoration: underline;
}

/* ===== CONTENT ===== */
#content {
}
#content p,
.textwidget p {
  line-height: 1.5em;
  font-size: 16px;
}
#content h3 {
  font-size: 32px;
  line-height: 38px;
}
#content h4 {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
}
#content ul {
  margin: 10px 0;
}
#content form ul li {
  margin: 15px 0;
  color: #c10f23;
  font-size: 0.9em;
}
#content ul li {
  margin: 15px 0;
  color: #000000;
  line-height: 1.5em;
}
#content ol li {
  margin: 15px 0;
  color: #000000;
  line-height: 1.5em;
}

#content div.blog_featured,
#nps div.blog_featured {
  padding: 15px 25px;
  border-radius: 3px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #e5ddbf; /* layer fill content */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}
#content div.blog_featured img.blog_featured {
  width: 95%;
  max-width: 300px;
  height: auto;
}
#content div.blog_featured div.excerpt {
  margin: 20px 0 20px 0;
  font-size: 110%;
  font-size: 16px;
  line-height: 1.4em;
}

#content.dablog h2,
#content div.blog_featured h2 {
  margin: 0;
  font-size: 24px;
}
#content.dablog em.meta,
#content div.blog_featured em.meta {
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
#content.dablog em a,
#content div.blog_featured em a {
  text-decoration: none;
}

#content.dablog .post_thumbnail {
  float: right;
  width: 30%;
  max-width: 150px;
  margin: 0 0 10px 10px;
}

#content.dablog img.blog_list_img,
.hp_news_box img.blog_list_img {
  float: left;
  width: 90px;
  height: auto;
  margin: 3px 0 10px 0;
}

#content article {
  line-height: 1.2em;
  font-size: 16px;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
#content article h1 {
  line-height: 1em;
}
.dabloglist header h2 {
  line-height: 1.2em;
}
.dabloglist .excerpt,
.dabloglist header {
  margin-left: 105px;
}

#content .hp_news.dabloglist .excerpt {
  line-height: 1.3em;
}
#content .hp_news.dabloglist header {
  margin-left: 0;
}
#content .hp_news.dabloglist header h4 {
  line-height: 1.2em;
}

/* ===== HomePage ===== */
.hp_cta_box {
  padding: 30px 30px;

  border-radius: 3px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #efe9c7; /* layer fill content */
  box-shadow: inset 0 0 0 1px #dfd7b9; /* inner shadow */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWRkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZGRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
  background-image: linear-gradient(
    bottom,
    #f1edd3 0%,
    #e5ddbd 100%
  ); /* gradient overlay */
}
.hp_cta_box_item {
  margin-bottom: 13px;
  color: #2b291b; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  clear: both;
}
.hp_cta_box_item .tiptip_big {
  cursor: help;
}

.hp_cta_box_item > span {
  font-size: 22px;
  padding: 3px 0 0 15px;
  display: inline-block;
}
.hp_cta_box_item > b {
  font-size: 16px;
  background: #000000;
  border-radius: 5px;
  color: #eeeeee;
  padding: 6px 12px;
  display: inline-block;
  float: left;
}
.hp_cta_box h2 {
  color: #2b291b; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
}

.hp_news_box h2 {
  color: #2b291b; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  text-align: center;
}

.hp_slide_stats.donor_count {
  color: #2b291b; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 100px;
  text-align: center;
}

.hp_slide_stats.payment_sum {
  color: #2b291b;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
}
.hp_slide_stats.payment_sum span {
  color: #c10f23;
}

.hp_news {
  color: #2b291b; /* text color */
}
.hp_news h3 {
  margin: 0;
}
.hp_news .meta {
  color: #988f71;
  font-size: 0.9em;
}
.hp_news a {
  color: #2b291b; /* text color */
  text-decoration: none;
}
.hp_news a.read-more {
  color: #c10f23;
}
.hp_news p {
  margin: 5px 0 0 0;
}
.hp_news .spacer {
  height: 10px;
}

/* slider */

#hp_slider .ls-nav-prev,
#hp_slider .ls-nav-next {
  width: 45px;
  height: 100%;
  z-index: 10000;
  top: 140px;
  position: absolute;
  display: block !important;
}

#hp_slider .ls-nav-prev {
  left: 0;
  background: url("images/ls-prev.png") no-repeat;
}
#hp_slider .ls-nav-next {
  right: 0;
  background: url("images/ls-next.png") no-repeat;
}

/* social feed */
.lsSocialFeedItemContainer {
  margin: 10px 0;
}
.lsSocialFeedItem_image {
  float: right;
  width: 80px;
  height: auto;
  margin: 5px 0 5px 10px;

  border-radius: 3px; /* border radius */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}

.lsSocialFeedItem_network,
.lsSocialFeedItem_author,
.lsSocialFeedItem_time {
  display: none;
}
.lsSocialFeedItem_date {
  font-style: italic;
}

/* ===== footer ===== */
#footer {
  background: url("images/footer_bg_outside.png") repeat-x;
}
#footer_inner {
  max-width: 980px;
  height: 197px;
  margin: 0 auto;
  /*background: url('images/footer_container_bg.png') no-repeat;*/
}

/* ===== WIDGETS ===== */

#wrap .homepage .widget {
  background-color: transparent;
  box-shadow: none;
}

#wrap .widget {
  padding: 15px 20px;
  margin-bottom: 20px;

  border-radius: 3px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #e5ddbf; /* layer fill content */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}
#wrap .widget h3 {
  display: block;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 22px;
}

#wrap .widget li {
  margin: 15px 0;
  color: #c10f23;
}
#wrap .widget .screen-reader-text {
  display: none;
}
#wrap .widget input[type="text"] {
  width: 95%;
}
#wrap .widget input[type="submit"] {
  text-decoration: none;
  background-color: #c10f23;
  color: #fff;
  text-shadow: none;
  background-image: none;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  width: auto;
  display: block;
  max-width: 200px;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;

  border: 1px solid rgba(93, 8, 18, 0.6); /* stroke */
  border-radius: 4px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #c10f23; /* layer fill content */
  box-shadow: 0 0 5px rgba(66, 64, 48, 0.64),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42); /* drop shadow and inner shadow */
}

/* widget :: DA profil */
#wrap .widget_DA_profil h3 {
  text-align: left;
  margin: 10px 0 0 0;
}
#wrap .widget_DA_profil h4 {
  margin: 0;
}

.widget_DA_profil h2 {
  font-size: 32px;
}

.widget_DA_profil img.avatar {
  float: right;
  width: 40%;

  border-radius: 3px; /* border radius */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}
.widget_DA_profil img.avatar_small {
  width: 30%;
}

.widget_DA_profil_2 {
  text-align: center;
}
.widget_DA_profil_2 > div {
  margin: 15px 0;
  padding: 0;
}
.widget_DA_profil_2 .currency {
  color: #c10f23; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
}

/* widget dablog */
.widget_DA_blog .dablog_tags a {
  display: inline-block;
  height: 19px;
  margin: 0 10px 4px 0;
  padding: 2px 7px 0 14px;
  white-space: nowrap;
  position: relative;

  background-color: #c10f23;

  color: #ffffff;
  font-family: "BebasNeue", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;

  border-top: 1px solid #c10f23;
  border-bottom: 1px solid #c10f23;
  border-right: 1px solid #c10f23;
  border-radius: 1px 3px 3px 1px;
}
.widget_DA_blog .dablog_tags a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -6px;
  width: 10px;
  height: 10px;

  background-color: #c10f23;

  border-left: 1px solid #c10f23;
  border-bottom: 1px solid #c10f23;
  border-radius: 0 0 0 2px;
}
.widget_DA_blog .dablog_tags a:before {
  transform: scale(1, 1.5) rotate(45deg);
}
.widget_DA_blog .dablog_tags a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #c10f23;
}
.widget_DA_blog .dablog_tags a:hover {
  background-color: #a70d1e;
}

/* da_pribehy shortcode */
.DA_pribehy_body {
  text-align: justify;
}
.DA_pribehy_body h2 {
  font-size: 34px;
  line-height: 40px;
}
img.DA_pribehy_fotka {
  max-width: 40%;
  border-radius: 10px;
}

img.DA_pribehy_fotka_align_left {
  float: left;
  margin: 0 10px 5px 0;
}
img.DA_pribehy_fotka_align_right {
  float: right;
  margin: 0 0 5px 10px;
}

/* === graphs === */
.graph_tooltip {
  width: 113px;
  height: 34px;
  background: url("images/graph_tooltip.png") no-repeat;
  color: #fdfae6; /* text color */
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  display: none;
}
.graph_tooltip.tooltip_red {
  background: url("images/graph_tooltip_red.png") no-repeat;
}

/* === social_footer === */
.social_footer {
  text-align: center;
}
.social_footer_inner {
  width: auto;
  margin: 20px auto 0 auto;
  display: inline-block;
}
.social_footer_inner > a {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 5px;
  text-indent: -9999px;
  background: url("images/social_sprite-v201903.png") no-repeat;
}

.social_footer_inner > .ico_fb {
}
.social_footer_inner > .ico_twitter {
  background-position: -160px 0;
}
.social_footer_inner > .ico_youtube {
  background-position: -240px 0;
}
.social_footer_inner > .ico_instagram {
  background-position: -320px 0;
}
.social_footer_inner > .ico_linkedin {
  background-position: -400px 0;
}

/* === social_shortcode === */
.social_shortcode {
}
.social_shortcode_inner {
  width: auto;
  margin: 5px auto 0 auto;
  display: inline-block;
}
.social_shortcode_inner > a {
  width: 35px;
  height: 35px;
  float: left;
  margin: 0 5px 0 5px;
  text-indent: -9999px;
  background: url("images/social_sprite-v201903.png") no-repeat;
  background-size: 240px auto;
}
.social_shortcode_inner_2x > a {
  width: 70px;
  height: 70px;
  background-size: 480px auto;
  margin: 0 10px 0 10px;
}
.social_shortcode_inner_half > a {
  width: 18px;
  height: 18px;
  background-size: 120px auto;
  margin: 0 2px 0 2px;
}

.social_shortcode_inner > a > span {
  display: none;
}

.social_shortcode_inner > .ico_fb {
}
.social_shortcode_inner > .ico_twitter {
  background-position: -80px 0;
}
.social_shortcode_inner > .ico_youtube {
  background-position: -120px 0;
}
.social_shortcode_inner > .ico_instagram {
  background-position: -160px 0;
}
.social_shortcode_inner > .ico_linkedin {
  background-position: -200px 0;
}

.social_shortcode_inner_2x > .ico_fb {
}
.social_shortcode_inner_2x > .ico_twitter {
  background-position: -160px 0;
}
.social_shortcode_inner_2x > .ico_youtube {
  background-position: -240px 0;
}
.social_shortcode_inner_2x > .ico_instagram {
  background-position: -320px 0;
}
.social_shortcode_inner_2x > .ico_linkedin {
  background-position: -400px 0;
}

.social_shortcode_inner_half > .ico_fb {
}
.social_shortcode_inner_half > .ico_twitter {
  background-position: -40px 0;
}
.social_shortcode_inner_half > .ico_youtube {
  background-position: -60px 0;
}
.social_shortcode_inner_half > .ico_instagram {
  background-position: -80px 0;
}
.social_shortcode_inner_half > .ico_linkedin {
  background-position: -100px 0;
}

/* ===== MAIN PAGE CONTAINER ===== */
#wrap {
  max-width: 980px;
  min-height: 300px;
  margin: 0 auto;
}

/* ===== blog post nav links ===== */
#blog_post_nav {
}
#blog_post_nav ul {
  margin: 0;
  padding: 0;
}
#blog_post_nav ul li {
  display: block;
  float: left;
  max-width: 45%;
}
#blog_post_nav ul li.next-link {
  float: right;
  text-align: right;
}
#blog_post_nav ul li > a {
  text-decoration: none;
  background-color: #c10f23;
  color: #fff;
  text-shadow: none;
  background-image: none;
  padding: 7px 20px 7px 10px;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 10px; /* border radius */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#blog_post_nav ul li.next-link > a {
  padding: 7px 10px 7px 20px;
}

#blog_post_nav ul li > a:hover {
  background-color: #a70d1e;
  color: #fff;
}

/* ===== tabs ===== */
#content .ui-tabs-nav {
  padding: 5px 10px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 10px;

  border-radius: 3px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #e5ddbf; /* layer fill content */
  box-shadow: inset 0 0 0 1px rgba(43, 41, 28, 0.1); /* inner shadow */
}
#content .ui-tabs-nav li {
  list-style: none;
  float: left;
  margin: 10px 15px 0 0;
}
#content .ui-tabs-nav li a {
  text-decoration: none;
  color: #000000;
  font-family: "BebasNeue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#content .ui-tabs-nav li.ui-state-hover a,
#content .ui-tabs-nav li.ui-state-active a {
  color: #c10f23;
}

/* ===== motopress tabs FIX ===== */
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-panel {
  margin: 5px 0 0 0 !important;
}
body
  .motopress-tabs-obj.ui-tabs.motopress-tabs-basic
  .ui-tabs-panel.ui-widget-content {
  background-color: inherit !important;
  border: none !important;
}
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li {
  float: right !important;
}
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav {
  border-left: none !important;
}
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li {
  background-color: #f8c904 !important;
  border-top: none !important;
  border-bottom: none !important;
}
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a {
  font-size: 16px !important;
}
body
  .motopress-tabs-obj.ui-tabs.motopress-tabs-basic
  .ui-tabs-nav
  li:first-child {
  border-right: none !important;
  border-left: none !important;
}
body
  .motopress-tabs-obj.ui-tabs.motopress-tabs-basic
  .ui-tabs-nav
  li.ui-state-active {
  background-color: #c10f23 !important;
}
body
  .motopress-tabs-obj.ui-tabs.motopress-tabs-basic
  .ui-tabs-nav
  li.ui-state-active
  a {
  color: #fff !important;
}

body
  .motopress-tabs-obj.ui-tabs.motopress-tabs-basic.motopress-tab-full-width
  div.motopress-tab {
  width: 100%;
}
body .motopress-tabs-obj.ui-tabs.motopress-tabs-basic div.motopress-tab {
  width: 100%;
}

/* ===== motorpress table ===== */
table.motopress-table td,
table.motopress-table th {
  font-size: 14px;
  padding: 0.75em !important;
}

/* ====== SOCIAL share - sharrre ===== */
#DA_social_floater {
  position: absolute;
  top: -500px;
  left: 0px;
  overflow: hidden;

  width: 120px;
  height: auto;
  text-align: right;

  transition: top 250ms ease-in-out;
}

.sharrre .button {
  margin: 15px 20px 0 5px;
}

#DA_social_floater_content .sharrre .button {
  display: inline-block;
}

#DA_social_floater_content {
  width: 100%;
  height: auto;
  margin: 5px 0 15px 0;
  text-align: center;
  clear: both;
}
#DA_social_floater_content .sharrre {
  margin: 20px 10px 10px 10px;
  height: 50px;
  display: inline-block;
}

#DA_social_floater_content .sharrre:hover {
}

#DA_social_floater_content .box .share {
  display: inline-block;
  padding: 10px 18px;
  font-size: 28px;
  background: #333;
  color: #fff;
  width: 55px;
  height: 28px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: all 0.3s ease-in-out;
}

#DA_social_floater_content .box .share em {
  width: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  font-size: 12px;
  padding-top: 8px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: all 0.3s ease-in-out;
}

#DA_social_floater_content .box .share .icon {
  width: 30px;
  text-align: left;
}

#DA_social_floater_content .box .share .count {
  float: right;
  font-size: 12px;
  padding-top: 8px;
  text-align: right;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;

  transition: all 0.3s ease-in-out;
}

#DA_social_floater_content .box:hover .share {
  width: 110px;
}
#DA_social_floater_content .box:hover .share em {
  width: 70px;
}
#DA_social_floater_content .box:hover .share .count {
  width: 0;
}

#DA_social_floater_content #shareme_content_fb .box .share {
  background-color: #3b5998;
}
#DA_social_floater_content #shareme_content_gp .box .share {
  background-color: #dd4b39;
}
#DA_social_floater_content #shareme_content_tw .box .share {
  background-color: #33ccff;
}
#DA_social_floater_content #shareme_content_li .box .share {
  background-color: #0077b5;
}

/* ===== Danove policko ===== */
.table_danove_info td,
.table_danove_info th {
  border-top: none;
}
.table_danove_info th {
  text-align: right;
}

/* =====  bPopup_window ===== */
.bPopup_window {
  display: none;

  padding: 15px 20px;
  border: 4px solid #d1d1d1;
  border-radius: 10px;

  background: rgb(238, 238, 238); /* Old browsers */
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 1) 0%,
    rgba(181, 181, 181, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

/* =====  parsley ===== */
ul.parsley-error-list {
  margin: 0 !important;
  padding: 0 !important;
}
ul.parsley-error-list > li {
  margin: 0 0 5px 15px !important;
}

.form_error {
  background-color: #fbb8b8 !important;
}

.cchiden {
  display: none;
}

/* ===== jquery autocomplete ===== */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #e1001a;
}

/* ===== MOBILE version ===== */
.mobile-nav-0 li,
.mobile-nav-0 ul li {
  padding: 10px 0;
  font-size: 16px;
}
.mobile-nav-0 ul.sub-menu {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 600px) {
  #hp_slider {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #topmenu > div > ul {
    display: none;
  }
  .btn_mobilenav {
    margin: 10px 0 0 5px;
    padding: 20px 10px;
  }

  #hp_slider {
    display: none;
  }
  #header {
    height: auto;
  }

  #header_logo {
    display: none;
  }
  #header_logo_mobile {
    display: block !important;
  }

  #header_cta_button {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    padding: 7px 10px;

    border: 1px solid rgba(93, 8, 18, 0.6);
    border-radius: 4px;
    width: 85%;
    margin: 5px auto;
    text-align: center;
    background: #c10f23;
  }
  #header_cta_button .line1,
  #header_cta_button .line2 {
    display: inline;
    text-align: center;
    font-size: 22px;
    margin: 8px 0 0 0;
  }

  #footer {
    background: url("images/footer_bg_outside_m.png") repeat-x;
  }
  #footer_inner {
    height: 270px;
  }

  h1 {
    font-size: 28px;
  }
  #content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  #content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #content h4 {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
  }
  .hp_cta_box h2 {
    font-size: 28px;
  }
  .hp_news_box h2 {
    font-size: 28px;
  }

  .section.group.pomoc_v_cislech {
    margin-top: 25px;
  }

  #hp_slide_stats {
    height: 190px;
  }

  .group.pomoc_v_cislech .badge_spacer {
    height: 10px;
    overflow: hidden;
  }

  .social_footer_inner > a {
    width: 50px;
    height: 50px;
    margin: 0 5px 0 5px;
    background-size: 344px 51px;
  }
  .social_footer_inner > .ico_fb {
  }
  .social_footer_inner > .ico_twitter {
    background-position: -114px 0;
  }
  .social_footer_inner > .ico_youtube {
    background-position: -171px 0;
  }
  .social_footer_inner > .ico_instagram {
    background-position: -229px 0;
  }
  .social_footer_inner > .ico_linkedin {
    background-position: -286px 0;
  }

  img.alignright,
  img.alignleft {
    float: none;
    width: 95% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  input.frmlogin {
    width: 220px;
  }

  #modal_wnd_login_form_inner,
  #modal_wnd_CTA_inner,
  #modal_wnd_login_form_wait {
    width: 300px;
    height: auto;
  }
}
