/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.9.1-dev

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
  background-color: #fff;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  color: #00a0d2;
}

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

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.post a {
  text-decoration: underline;
}
.post a:hover {
  text-decoration: none;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 2px solid #c9c9c9;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #222;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #222;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #222;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #222;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  padding-top: 0px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */

.content {
  float: right;
  width: 790px;
  border-right: 1px solid #ddd;
  padding-right: 5px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 396px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  font-size: 14px;
  margin-left: 23px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.archive-description,
.author-box {
  background-color: #e9ffe0;
  font-size: 17px;
  margin-bottom: 40px;
  padding: 22px;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: visible !important;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 100%;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: visible;
}

.search-form input[type="search"] {
  width: 80%;
  float: left;
  padding-top: 13px;
  padding-bottom: 13px;
}

.search-form input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 16px 22px 16px 22px;
  width: 20%;
  height: auto;
  clip: auto;
  text-align: center;
  background-color: #333;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 38px;
}

.entry-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 15px;
  text-align: left;
}

.entry-title a,
.sidebar .widget-title a {
  color: #222;
  text-decoration: none !important;
}

.entry-title a:hover {
  color: #1177b8;
}

.makebiggertitle {
  font-size: 38px;
}

.sidebar-primary .widget-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #ddd;
  background: #65b046;
  padding: 12px;
}

.widget-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #65b046;
  border-bottom: 1px solid #ddd;
}

.footer-widgets .widget-title {
  color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.sticky {
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 26px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #222;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #222;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #222;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #65b046;
  height: 68px;
}

.site-header .wrap {
  padding: 5x 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 12px 0px 10px 0px;
  width: 280px;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #222;
}

.header-image .site-title > a {
  background: rgba(0, 0, 0, 0)
    url("https://www.yespojisteni.cz/wp-content/uploads/2016/02/logo-yespojisteni.png")
    no-repeat scroll left center;
  float: left;
  height: 34px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 14px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #fff;
  display: block;
  padding: 22px 13px;
  letter-spacing: 0.02em;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #f5f5f5;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #fff;
  margin-bottom: 10px;
}

.nav-primary .genesis-nav-menu a {
  color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #222;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  padding: 10px 25px 30px 0;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 15px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #222;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.marginup {
  margin-top: 22px;
  padding-top: 1px !important;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: inline-block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 14px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px 20px 0;
}

img.banner-spec:hover {
  opacity: 0.9;
}

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
img.banner-spec:hover,
img.banner-spec:focus {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .wrap {
  border-bottom: 1px solid #ddd;
  padding: 40px 40px 16px 40px;
  max-width: 1200px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 100%;
  padding-left: 60px;
  float: left;
  text-align: center;
}

@media (min-width: 700px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 25%;
    text-align: left;
  }
}

.footer-widgets a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: underline;
}

.footer-widgets a:hover {
  color: #999;
  text-decoration: none !important;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer a,
.site-footer p {
  color: #333;
}

.site-footer a:hover {
  color: #333;
}

.site-footer a {
  border: none;
  font-weight: 300;
}

.site-footer p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

/* meni barvu sloupcoveho footeru */

.footer-widgets {
  background-color: #65b046;
  border-bottom: 1px solid #fff;
  clear: both;
  color: #999;
  font-family: "Roboto", sans-serif;
}

/* footer widget*/

.footer-widgets h4 {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
  border: 0px;
}

.footer-widgets a {
  color: #fff !important;
  border-bottom: none;
}

.footer-widgets a:hover {
  text-decoration: underline;
}

.footer-widgets .textwidget {
  font-size: 14px;
  color: #fff;
  line-height: 150%;
}

.site-footer {
  background-color: #fff !important;
  letter-spacing: 1px;
  padding: 60px 0;
  color: #000 !important;
  text-align: center;
}

.site-footer .wrap p {
  color: #000 !important;
  font-weight: bold;
}

.home #text-10 {
  display: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content {
    width: 960px;
  }

  .site-header .widget-area {
    width: auto;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .title-area {
    width: 230px;
  }
}

@media only screen and (max-width: 960px) {
  .footer-widgets {
    text-align: center;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    padding-left: 0px;
  }

  .formsteps .one-third {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-inner,
  .wrap {
    max-width: 800px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .footer-widgets-3 {
    margin-left: 0px;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }

  .header-image .title-area {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 14px 10px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .footer-widgets-1 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
  }

  .site-inner,
  .wrap,
  .main_widget_page_pojisteni,
  .main_widget_page_poradna,
  .main_widget_page_povinneruceni,
  .main_widget_page_havarijnipojisteni,
  .main_widget_page_pojistenicizincu,
  .main_widget_page_cestovnipojisteni,
  .main_widget_page_fzd {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home .site-inner,
  .g-product-page .site-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}

/* # My Styled CSS
---------------------------------------------------------------------------------------------------- */
.help {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.9;
}

.opening_hours {
  font-size: 12px;
  font-weight: bold;
  line-height: 0.9;
}

.phone_number {
  font-weight: bold;
  color: #ff0009;
  font-size: 29px;
  line-height: 0.9;
}

.calculators_icons {
  float: left;
  margin: 10px 13px 5px 5px;
}

.wantsmall {
  margin: 10px 9px 5px 3px;
}

.arrow {
  margin: 5px 5px 5px 5px;
  float: right;
}

.callcentreicon img {
  width: 70px;
  padding-top: 0px;
  padding-right: 0px;
  margin: 5px 15px 20px 0px;
  float: left;
}

.callcentre {
}

.smallertexting {
  font-size: 17px !important;
}

.carsidebarbutton {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.bigger_icon {
  padding-top: 25px;
}

.smaller_icon {
  padding-top: 12px;
}

.medium_icon {
  padding-top: 7px;
}

.calculators_widget {
  border: 3px solid #65b046;
}

.calculators_widget li {
  border-bottom: 2px solid #ccc;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.calculators_widget li a:hover {
  text-decoration: underline;
}

a.whiteit {
  color: #fff !important;
}

.calculators_widget li a {
  display: block !important;
  color: #222;
  font-weight: bold;
}

.calculators_widget a {
  padding: 10px 12px;
  color: #222;
  font-weight: bold;
}

.calculators_widget li:hover {
  background-color: #edffee;
  color: #fff;
}

.about_us {
  margin-bottom: 5px;
}

.before_footer_wrapper {
  background-color: #65b046;
  height: 160px;
  margin: 0 auto;
}

.before_footer_smallerwrapper {
  max-width: 1140px;
  margin: 0 auto;
  height: 150px;
  padding: 30px 0px 20px 0px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.site-description-footer {
  color: #fff;
  font-size: 17px;
}

h4.head {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

h5.subhead {
  color: #f9be00;
  font-size: 17px;
}

.marginlogo {
  margin-top: 20px;
}

.socialmedias {
  margin-left: 10px;
  margin-right: 10px;
}

.socialmedias:hover {
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  cursor: pointer;
}

Generic Styling,
for Desktops/Laptops */ table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #b9e7a5;
}
th {
  background: #b9e7a5;
}
td,
th {
  padding: 6px;
  border: 1px solid #7a7a7a;
  text-align: left;
}

/* # formulars
---------------------------------------------------------------------------------------------------- */
.main_widget_page_formular_wrap {
}

.main_widget_page_formular {
  max-width: 1200px;
  margin: 0px auto;
  padding: 24px 24px;
  background-color: #fff;
}

.formsteps {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px 00px 0px;
  margin-bottom: 30px;
  border-bottom: 5px dotted #ccc;
  overflow: hidden;
}

.formsteps .one-third {
  padding-top: 20px;
  padding-bottom: 20px;
}

.formheadings {
  text-align: center;
}

.formsection {
  height: auto;
  padding-bottom: 20px;
}

.wpcf7-form {
  padding-bottom: 30px;
}

div.wpcf7 {
  width: 54%;
}

.wpcf7-form-control {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.formsidebar {
  float: right;
  width: 40%;
}

.newsidebar {
  background: #f5f5f5;
  border-radius: 9px 9px 9px 9px;
  padding: 25px;
}

.invidualoffer {
  overflow: hidden;
  padding-top: 25px;
  border-bottom: 5px dotted #ccc;
  border-top: 5px dotted #ccc;
  margin: 0 auto;
  text-align: center;
}

.without-margin-p {
  margin: 0 auto;
}

.highlighted {
  color: #008000;
}

#odeslat {
  background: #ffe01c linear-gradient(to bottom, #ffe01c, #ffa514) repeat scroll
    0 0;
  border-radius: 8px;
  color: #9b5801;
  border: 2px solid #ffa514;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  margin: 10px auto 5px;
  min-height: 23px;
  outline: medium none;
  padding: 14px 120px 14px 120px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
}

#odeslat:hover {
  background: #ffe01c linear-gradient(to bottom, #ffe01c, #ffe01c) repeat scroll
    0 0;
  text-decoration: underline;
}

.poj-form-box {
  background-color: #c3e2b5;
  padding: 60px 20px 0px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* # calculators page
---------------------------------------------------------------------------------------------------- */
.main_widget_page_pojisteni {
  max-width: 1200px;
  height: 2130px;
  margin: 0px auto;
  padding: 24px 24px;
  background-color: #fff;
}

.main_widget_page_poradna {
  max-width: 1200px;
  height: 1400px;
  margin: 0px auto;
  padding: 24px 24px;
  background-color: #fff;
}

.page-id-35 .site-container,
.page-id-653 .site-container {
  background-color: #f5f5f5;
}

.page-id-45 h1 {
  text-align: center;
}

.small_btn {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #65b046;
  border-radius: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0 auto 50px;
  width: 255px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.small_btn:hover {
  background: #efefef;
  text-decoration: underline;
  color: #0073aa;
  border: 3px solid #337735;
}

.sidebar_btn {
  background: #ff3535 linear-gradient(to bottom, #ff3535, #cc0000) repeat scroll
    0 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 16px 20px 16px 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #808080;
}

.sidebar_btn:hover {
  background: #cc0000 linear-gradient(to bottom, #cc0000, #d67171) repeat scroll
    0 0;
  text-decoration: underline;
  color: #fff;
}

.btntext {
  font-size: 16px;
  font-weight: 300;
}

.calculators_img {
  margin: 0px 20px 30px 30px;
}

.calculator {
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.calculator_titles {
  text-align: left;
}

.assurance_companies {
  margin: 20px 0px 60px 0px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  border-bottom: 5px dotted #ccc;
  border-top: 5px dotted #ccc;
}

.assurance_companies img {
  height: auto;
  max-width: 36%;
  margin-left: 14px;
  margin-right: 6px;
  margin: 10px;
}

.alignone {
  margin-bottom: 45px !important;
}

.aligntwo {
  margin-bottom: 37px;
}

.alignthree {
  margin-bottom: 50px;
}

.alignfour {
  margin-bottom: 57px;
}

.alignfive {
  margin-bottom: 58px;
}

/* # page template
---------------------------------------------------------------------------------------------------- */
.main_widget_page_povinneruceni,
.main_widget_page_havarijnipojisteni,
.main_widget_page_pojistenicizincu,
.main_widget_page_cestovnipojisteni,
.main_widget_page_fzd {
  max-width: 1200px;
  height: auto;
  margin: 0px auto;
  padding: 5px 24px 30px 24px;
  background: #fff;
}

.page-id-75 .content,
.page-id-209 .content,
.page-id-202 .content,
.page-id-198 .content,
.page-id-314 .content,
.page-id-299 .content,
.page-id-35 .content,
.page-id-384 .content,
.page-id-444 .content,
.page-id-468 .content,
.page-id-517 .content,
.page-id-618 .content,
.page-id-665 .content,
.page-id-720 .content,
.page-id-688 .content,
.page-id-770 .content,
.page-id-847 .content,
.page-id-935 .content,
.page-id-970 .content,
.page-id-1061 .content,
.postid-1303 .content,
.postid-1381 .content,
.postid-1505 .content,
.postid-693 .content,
.postid-1635 .content,
.postid-1662 .content,
.postid-1729 .content,
.postid-1740 .content,
.postid-1769 .content,
.postid-1778 .content,
.postid-1832 .content,
.postid-2026 .content,
.page-id-2046 .content,
.page-id-2147 .content,
.postid-2176 .content,
.postid-2215 .content,
.postid-2834 .content,
.postid-2435 .content,
.page-id-2535 .content,
.page-id-2645 .content {
  border-right: 0px;
}

.none-border .content {
  border-right: 0px;
}

.page-id-2046 h1 {
  text-align: center;
}

.page-id-790 .entry-header,
.page-id-827 .entry-header,
.page-id-875 .entry-header,
.page-id-916 .entry-header,
.page-id-961 .entry-header,
.page-id-1045 .entry-header,
.page-id-1126 .entry-header,
.page-id-1604 .entry-header,
.postid-2435 .entry-header {
  display: none;
}

.postid-1303 .entry-header,
.postid-1381 .entry-header,
.postid-1505 .entry-header,
.postid-693 .entry-header,
.postid-1635 .entry-header,
.postid-1662 .entry-header,
.postid-1729 .entry-header,
.postid-1740 .entry-header,
.postid-1769 .entry-header,
.postid-1778 .entry-header,
.postid-1778 .entry-header,
.postid-1832 .entry-header,
.postid-2026 .entry-header,
.postid-2215 .entry-header,
.postid-2834 .entry-header {
  display: none;
}

.postid-1303 .breadcrumb,
.postid-1381 .breadcrumb,
.postid-1505 .breadcrumb,
.postid-693 .breadcrumb,
.postid-1635 .breadcrumb,
.postid-1662 .breadcrumb,
.postid-1729 .breadcrumb,
.postid-1740 .breadcrumb,
.postid-1769 .breadcrumb,
.postid-1778 .breadcrumb,
.postid-1832 .breadcrumb,
.postid-2026 .breadcrumb,
.postid-2215 .breadcrumb {
  display: none;
}

.landing_page_headline {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 40px;
}

.box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 7px lightgray;
  border-radius: 9px 9px 9px 9px;
  height: 350px;
  max-width: 1200px;
  padding: 10px;
  margin: 20px 0px;
}

.calcul {
  height: 250px;
}

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

.boxImage {
  padding: 25px 20px 10px 25px;
  float: right;
  width: 40%;
}

.addmarginimagebox {
  padding-top: 40px;
}

.boxText {
  width: 60%;
  float: left;
  padding-left: 20px;
}

.landing_page_param {
  font-size: 20px;
  font-weight: 500;
}

.homepage-par {
  margin-bottom: 18px !important;
}

.styling {
  color: #ffffff !important;
  font-size: 18px !important;
  padding: 0px 9px 0px 9px;
  font-family: FontAwesome !important;
}

p.besttip {
  text-align: justify;
  background-color: #fff9ad;
  padding: 20px;
}

.adressstyle {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.contactlanding {
  margin-top: 25px;
}

a.btn {
  background: #ffe01c linear-gradient(to bottom, #ffe01c, #ffa514) repeat scroll
    0 0;
  border-radius: 8px;
  color: #9b5801;
  border: 2px solid #ffa514;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto 5px;
  min-height: 23px;
  outline: medium none;
  padding: 14px 26px 14px 26px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
}

a.btn:hover {
  background: #ffe01c linear-gradient(to bottom, #ffe01c, #ffe01c) repeat scroll
    0 0;
  text-decoration: underline;
}

a.buttonmarginizer {
  margin-left: 15px;
  margin-right: 15px;
}

.insurancecompanies {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}

.insurancecompanies img {
  text-align: center;
  margin: 0px 32px;
}

.aligner {
  text-align: center;
}

.pop-up {
  max-height: 280px;
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  border-top: solid 5px #65b046;
}

.pop-up-wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  width: 80%;
}

a.close-btn-pop-up {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  background: #000;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 12px 4px 14px 4px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.close-btn-pop-up:before {
  content: "\00d7";
}

.tick {
  margin-right: 15px;
}

.smarttips {
  margin: 25px 0px;
}

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

.car {
  font-size: 24px;
  color: #008000;
  font-weight: 800;
}

.spare {
  color: #ff0009;
  font-size: 16px;
}

.lastprice {
  font-size: 16px;
}

.alignbuttonmiddle {
  margin: 0px auto;
  text-align: center;
  padding-right: 40px;
}

.addmargin {
  margin: 40px auto;
}

.examples {
  height: auto;
  overflow: auto;
  text-align: center;
}

.addmarginimages {
  margin: 30px 0px 30px 0px;
}

.addheightexamples {
  height: 390px;
}

.happy_customers_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  height: 350px;
}

.client_box {
  background: #e6e6e6 none repeat scroll 0 0;
  border: 4px solid #008000;
  color: #000;
  position: relative;
  text-align: center;
}
.client_box::after,
.client_box::before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.client_box::after {
  border-top-color: #e6e6e6;
  border-width: 30px;
  margin-left: -30px;
}
.client_box::before {
  border-top-color: #008000;
  border-width: 36px;
  margin-left: -36px;
}
p.clients {
  padding: 20px;
}

.client_answers {
  text-align: center;
  margin: 40px auto;
}

.steps_page {
  height: 250px;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.entry-content p {
  margin-bottom: 18px;
  text-align: justify;
}

.steps_number {
  color: #008000;
  font-size: 30px;
  font-weight: 800;
}

.cizincialign {
  margin-top: -32px;
  margin-left: 80px;
}

.post a {
  text-decoration: underline;
}

.post a:hover {
  text-decoration: none;
}

ul.ulpoints > li {
  list-style-type: disc;
}

ul.ulpoints {
  margin-left: 15px;
}

.alignerstars {
  height: 50px;
  margin: 0 auto;
  width: 130px;
}

.paddingadd {
  padding-bottom: 15px;
}

.contacts-articles {
  background: #e9ffe0;
  overflow: hidden;
  padding: 30px;
  margin: 10px 0px 10px 0px;
}

.contacts-articles .one-third {
  paddding-top: 20px;
  padding-bottom: 20px;
}

.no-stars-ratings .kk-star-ratings {
  display: none;
}

.insert-calc {
  font-size: 30px;
  margin-bottom: 0px !important;
  font-weight: 300;
}

.what-we-do {
  font-size: 24px;
  font-weight: bold;
  color: #65b046;
}

.title-calculator {
  background-color: #65b046;
  padding: 10px 10px;
  color: #fff;
  font-size: 1.05em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 20px 0px;
}

/* # sidebars
---------------------------------------------------------------------------------------------------- */
ul.productsdesc {
  font-size: 16px;
  text-decoration: underline;
}

ul.productsdesc:hover {
  text-decoration: none !important;
}

/* # NEW REDESIGN NORMALS
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
  max-width: 1280px;
  padding: 6px 16px;
}

.nav-primary {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}

/* # NEW REDESIGN BUTTONS
---------------------------------------------------------------------------------------------------- */

.g-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
  min-height: 46px;
  line-height: 1;
  letter-spacing: 0.75px;
  margin: 8px 0;
  padding: 14px 24px;
  transition: color 0.15s linear, background-color 0.15s linear;
  vertical-align: middle;
  background: #f9d300;
  color: #000;
}

.g-green {
  background: #65b046;
  color: #fff;
}

.g-button:hover {
  opacity: 0.8;
  text-decoration: underline;
  color: #000;
}

/* # START VITEK STYLES
---------------------------------------------------------------------------------------------------- */
.bold {
  font-weight: bold;
}
.g-justify {
  text-align: justify;
}
.g-vertical {
  padding-top: 22%;
}
.g-text-align-left {
  text-align: left !important;
}
.g-h4 {
  font-size: 26px;
}
.g-padding {
  padding-top: 30px;
}
.g-padding-ERGO {
  padding-top: 38px;
  padding-left: 28px;
}

.g-padding-right {
  padding-right: 40px;
}
.g-padding-left {
  padding-left: 40px;
}
.g-paddin-ergo-celorocni {
  padding-top: 20%;
}
.g-margin-top {
  margin-top: 4%;
}
.g-double-card {
  display: flex;
  flex-direction: column;
  flex: 100%;
  box-sizing: border-box;
  flex-flow: row wrap;
  margin: 8px;
}
.g-card-body {
  flex: 48%;
}
.g-li {
  list-style-type: disc;
  color: #65b046;
}
.g-font-color {
  color: black;
}
.g-center-uvozovky {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.g-logo-centering {
  padding-top: 15%;
}
.g-logo-centering-ERGO {
  padding-top: 13%;
}
.g-li-disc {
  list-style-type: disc;
}
.g-li-none {
  list-style-type: none;
}
.g-align-right {
  margin-left: 50%;
  display: block;
}
.g-margin-bottom-CP {
  margin-bottom: 6px;
}
.g-margin-bottom-DIRECT {
  margin-bottom: 2px;
}
.g-margin-bottom-ALIANZ {
  margin-bottom: 13px;
}
.g-margin-top-ALIANZ {
  margin-top: 10px;
}
.g-margin-bottom-UNIQA {
  margin-bottom: 5px;
}
.g-margin-vandalismus {
  margin-left: 30px;
}
.g-margin-zivelnaPohroma {
  margin-left: 60px;
  margin-top: 25px;
}
.g-text-align-center {
  text-align: center !important;
}
.g-OK-centering {
  margin-top: 20px;
}
.g-align-center {
  margin-left: 25%;
  display: block;
}
.g-align-25-top {
  margin-top: 25%;
}
.g-margin-top-50 {
  margin-top: 50px;
}
.g-margin-bottom-50 {
  margin-bottom: 55px;
}
.g-margin-bottom-90 {
  margin-bottom: 90px;
}
.g-margin-bottom-44 {
  margin-bottom: 44px;
}
.g-margin-left-60 {
  margin-left: 60px;
}
.g-margin-top-120 {
  margin-top: 120px;
}
.g-kulaty-obrazek {
  border-radius: 50%;
}
.g-cara {
  border-top: 2px solid #65b046;
}
.g-odsazeni-jmena {
  margin-top: 16px;
}
.g-margin-petr {
  margin-left: 26% !important;
}
.g-card-solo {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 23%;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  margin: 2rem 0px;
  float: left;
  margin-left: 2%;
}
.g-solo-card {
  padding-right: 17px;
  padding-bottom: 30px;
  padding-left: 17px;
  padding-top: 30px;
}
.g-card-solo-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  margin: 2rem 0px;
  float: left;
  margin-left: 2%;
}
.g-solo-card-2 {
  padding-right: 17px;
  padding-bottom: 30px;
  padding-left: 17px;
  padding-top: 30px;
}
.g-button-small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 280px;
  min-height: 35px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin: 0px 0;
  padding: 9px 9px;
  transition: color 0.15s linear, background-color 0.15s linear;
  vertical-align: middle;
  background: #f9d300;
  color: #000;
}
.g-odsazeni-karta-4 {
  margin-top: 5px;
}
.g-odsazeni-karta-3 {
  margin-top: 32px;
}
.g-odsazeni-karta-2 {
  margin-top: 58px;
}
.g-odsazeni-karta-1 {
  margin-top: 58px;
}

/* Grid style */
.display-posts-listing.grid {
  display: grid;
  grid-gap: 16px;
}

.display-posts-listing.grid .title {
  display: block;
}

.display-posts-listing.grid img {
  display: block;
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.g-citace-text {
  font-size: 20px !important;
  font-style: italic !important;
  text-align: center !important;
}
.listing-item .title {
  font-size: 21px;
  line-height: 28px;
  text-align: left;
}
.listing-item {
  padding: 18px;
  text-align: justify;
}
.listing-item .a .img {
  padding-bottom: 20px;
}
.g-FAQ-img-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.g-FAQ-nadpis-margin {
  margin-top: 10px;
  margin-bottom: 20px;
}
.g-FAQ-button-odsazani {
  padding-bottom: 4px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  margin-top: 25px;
}
.g-button-arrow {
  width: 35px;
  height: 35px;
}
.g-FAQ-color {
  color: #65b046;
}
.g-FAQ-mobile-on {
  display: none;
}
.media_companies {
  margin: 20px 0 60px 0;
  padding: 10px 0 10px 0;
  text-align: left;
}

.media_companies img {
  height: auto;
  max-width: 36%;
  margin-left: 14px;
  margin-right: 6px;
  margin: 10px;
}

/*
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

 {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

a:hover {
  color: tomato;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #white;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 23px 16px 3px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #65b046;
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
}

/* Add background color on mouse-over */
.topnav a:hover {
  background-color: #65b046;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  text-decoration: underline;
}
.rotation-menu {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rotation-menu.down {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.author-box {
  display: none;
}
.masa-odsazeni {
  margin-left: 13% !important;
}
/* # END VITEK STYLES
---------------------------------------------------------------------------------------------------- */

/* # NEW REDESIGN SLIDERS
---------------------------------------------------------------------------------------------------- */

.g-product-page,
.g-product-page .content {
  background: #f8f9fa;
  border-right: 0px;
  padding-right: 0px;
}

.g-product-page .kk-star-ratings.lft {
  float: none;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
}

.g-product-page .entry {
  padding: 0px;
  margin: 0px;
}

.g-product-page .entry-title {
  display: none;
}

.g-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  margin: 2rem 0px;
}

.first-card {
  margin-top: 0px;
}

.g-fxLayoutAlignCenterCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.padd-left-20 {
  padding-left: 8px;
}

.g-title-product-padd {
  padding: 20px 0px;
}

.g-card-wrap {
  padding: 40px;
  overflow: auto;
}

.g-logo-text {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}

.g-product-page .content .entry {
  background: #f8f9fa;
}

.g-wrap {
  margin: 40px auto;
  height: 520px;
  max-width: 1200px;
  display: block;
  overflow: hidden;
}

.g-image {
  max-height: 100%;
  display: block;
  float: right;
}

.g-text {
  background: #fff;
  z-index: 100;
  position: absolute;
  width: 620px;
  height: 440px;
  margin: 40px 0px;
  padding: 45px 36px 36px 36px;
}

.g-text h1 {
  font-size: 68px;
  letter-spacing: -0.68px;
}

.g-button-holder {
  padding: 10px 0px 20px 0px;
}

.g-param {
  padding: 20px 0px;
}

.g-site-description {
  font-size: 24px;
  font-weight: 500;
}

.g-site-description-holder {
  padding: 20px 10px 40px 10px;
}

.g-sub-description {
  background: #65b046;
  color: #fff;
}

.row {
  display: flex;
}

.col {
  flex: 1;
  padding: 20px 40px 20px 40px;
}

.hold {
  padding-bottom: 25px;
}

.imghold {
  height: 90px;
}

.thold {
  line-height: 1.5em;
  min-height: 6em;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 20px;
}

.phold {
  line-height: 1.5em;
  min-height: 8em;
  max-height: 12em;
  overflow: hidden;
}

.calculators_img {
  margin: 20px 0px !important;
}

.product-holder {
  margin: 0 auto;
  text-align: center;
  overflow: auto;
  display: block;
}

.padder {
  padding: 0px 40px;
}

@media only screen and (max-width: 1200px) {
  .add-word-wrap-pad {
    padding: 0px 14px;
  }
  #menu-item-5016 {
    display: none;
  }
  .nav-primary .wrap {
    max-width: 1200px;
    padding: 0px 40px;
  }
  .g-solo-card {
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-top: 30px;
  }
  .masa-odsazeni {
    margin-left: 13% !important;
  }
  g-margin-petr {
    margin-left: 26% !important;
  }
  .g-card-solo {
    width: 24, 8%;
    margin-left: 2%;
  }
  .g-solo-card-2 {
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-top: 30px;
  }
  .g-card-solo-2 {
    width: 24, 8%;
    margin-left: 1%;
  }
  .g-margin-60 {
    margin-bottom: 60px;
  }
  .g-odsazeni-karta-1 {
    margin-top: 26px;
  }
  .g-odsazeni-karta-2 {
    margin-top: 57px;
  }
  .g-odsazeni-karta-3 {
    margin-top: 32px;
  }
  .g-odsazeni-karta-4 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1000px) {
  .row {
    display: block;
  }

  .col {
    flex: 0 0 100%;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 30px;
  }

  .thold {
    min-height: 4em;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1080px) {
  .genesis-nav-menu {
    font-size: 12px;
    padding-top: 3px;
  }
}


@media only screen and (max-width: 968px) {
  .genesis-nav-menu {
    font-size: 12px;
    padding-top: 3px;
  }
  .g-text {
    margin: 20px 0px;
  }
  .nav-primary {
    display: none;
  }
  .g-kill-div {
    display: none;
  }
  .g-odsazeni-karta-4 {
    margin-top: 5px;
  }
  .g-odsazeni-karta-3 {
    margin-top: 32px;
  }
  .g-odsazeni-karta-2 {
    margin-top: 33px;
  }
  .g-odsazeni-karta-1 {
    margin-top: 7px;
  }

  .g-card-solo {
    width: 46%;
  }
  .g-card-solo-2 {
    width: 46%;
  }
  .g-margin-120 {
    margin-bottom: 94px !important;
  }
  .g-FAQ-960 {
    display: none;
  }
  .g-FAQ-mobile-on {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .g-margin-petr {
    margin-left: 2% !important;
  }
  .g-margin-adela {
    margin-left: 25%;
  }
  .masa-odsazeni {
    margin-left: 2% !important;
  }
}
@media only screen and (max-width: 840px) {
  .g-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 400px;
    margin: 0px auto;
  }

  .g-param {
    padding: 10px 0px;
  }

  .g-text {
    background: transparent;
    width: 90%;
    height: auto;
    margin: 0px;
    padding: 0px 20px;
    color: #fff;
  }

  .g-image {
    float: none;
  }

  .g-image img {
    filter: brightness(50%);
  }

  .g-text h1 {
    font-size: 48px;
    letter-spacing: -0.48px;
    color: #fff;
  }
}

@media only screen and (max-width: 800px) {
  .g-card {
    margin: 2rem;
  }

  .g-card-wrap {
    padding: 30px;
  }

  .examples .one-third {
    padding-bottom: 10px;
  }

  .partners-mobile {
    width: 100%;
    float: none;
    text-align: center;
  }
  .g-vertical {
    padding: 0;
    text-align: center;
  }
  .partners-mobile-half {
    width: 50%;
    float: left;
  }

  .nav-primary {
    display: none;
  }
  .g-padding-right {
    padding-right: 0px;
  }
  .g-kill-image {
    display: none;
  }
  .g-padding-left {
    padding-left: 0px;
  }
  .g-text-align-left {
    text-align: center !important;
  }
}
@media only screen and (max-width: 666px) {
  .g-margin-adela {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 666px) {
  .topnav {
    display: block;
  }
  .genesis-nav-menu {
    display: none;
  }
  .title-area {
    display: none;
  }
}
@media only screen and (min-width: 667px) {
  .topnav {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .g-text h1 {
    font-size: 32px;
    letter-spacing: -0.38px;
    color: #fff;
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .g-text {
    padding: 30px 20px;
    text-align: center;
  }

  .g-param {
    display: none;
  }

  .g-wrap {
    max-height: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .g-text {
    float: none;
    display: block;
    text-align: center;
  }
  .g-logo-text {
    float: none;
    display: block;
    text-align: center;
  }
}
/* # My Styled Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 3600px) {
  .calculators_widget_wrap {
    display: none !important;
  }
}

@media only screen and (max-width: 1349px) {
  .responsive-tabs__list .responsive-tabs__list__item {
    padding: 8px 5px;
  }

  .before_footer_wrapper,
  .before_footer_smallerwrapper {
    height: 190px;
  }

  .responsive-tabs__list {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-image .site-title > a {
    background-position: center center !important;
    background-size: contain !important;
    display: block;
    margin: 0px auto;
  }

  a.buttonmarginizer {
    margin: 25px;
  }

  .page-id-45 .site-container {
    background-color: #fff;
  }

  .main_widget_page_pojisteni {
    padding-left: 5%;
    padding-right: 5%;
  }

  .small_btn {
    font-size: 11px;
    width: 210px;
  }

  .phone_number {
    font-size: 30px;
  }

  .arrow {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .calculators_widget_wrap {
    display: block !important;
    max-width: 960px;
    margin: 20px 40px;
  }

  .arrow {
    display: block;
  }

  a.buttonmarginizer {
    margin: 25px;
  }

  .responsivecizinciimg {
    max-width: 200px;
  }

  .mobilemarginize {
    margin-top: 20px;
  }

  .landing_page_headline {
    text-align: center;
    font-size: 28px;
  }

  .box {
    height: 600px;
    padding: 20px;
  }

  .calcul {
    height: 440px;
  }

  .boxText {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .boxImage {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-widgets-4 {
    margin-left: 0px;
  }

  .alignleft {
    float: none;
  }

  .title-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .breadcrumb {
    padding-bottom: 10px;
    margin-left: 22px;
  }

  .content {
    border-right: 0px solid #ddd;
  }

  .site-header {
    height: 90px;
  }
}

@media only screen and (max-width: 900px) {
  .before_footer_wrapper,
  .before_footer_smallerwrapper {
    height: 300px;
  }

  .main_widget_page_poradna {
    height: 1400px;
  }

  .page-id-35 .site-container {
    background-color: #fff;
  }

  .alignbuttonmiddle {
    padding-right: 0px;
  }
  .partners-mobile-half {
    padding: 8px;
  }
}

@media only screen and (max-width: 800px) {
  .site-header .widget-area {
    text-align: center;
  }

  .pricing {
    float: right;
    margin: 16px 0 0 20px;
    text-align: left;
    width: 40%;
  }

  .breadcrumb {
    margin-left: 0px;
  }

  .insurancecompanies img {
    margin: 3px 5px 3px 5px;
  }

  .mobilizeit {
    width: 50% !important;
  }

  a.btn {
    font-size: 16px;
  }

  .imgcalc {
    margin: 0 auto;
  }

  .landing_page_param {
    text-align: center;
  }

  a.btn {
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  a.buttonmarginizer {
    margin: 25px;
  }

  .btnalign {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .mobilizeit {
    width: 50% !important;
  }

  .responsive-tabs__list .responsive-tabs__list__item {
    padding: 8px 10px;
  }

  .responsive-tabs__list {
    font-size: 12px;
  }

  .g-card-solo {
    float: none;
    width: 98%;
    margin-right: 1%;
  }
  .g-card-solo-2 {
    float: none;
    width: 98%;
    margin-right: 1%;
  }
  .g-odsazeni-karta-4 {
    margin-top: 5px;
  }
  .g-odsazeni-karta-3 {
    margin-top: 5px;
  }
  .g-odsazeni-karta-2 {
    margin-top: 5px;
  }
  .g-odsazeni-karta-1 {
    margin-top: 5px;
  }

  #odeslat {
    font-size: 14px;
  }

  a.buttonmarginizer {
    margin: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .insurancecompanies {
    margin-top: 20px;
    width: 60%;
  }

  .biggerbox {
    height: 650px !important;
  }

  .archive-description,
  .author-box {
    padding: 22px;
  }

  .pricing {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0px 0px 15px 0px;
  }

  .mobilalign {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  a.buttonmarginizer {
    margin: 25px;
  }

  .responsivecizinciimg {
    max-width: 38%;
  }
}

@media only screen and (max-width: 480px) {
  .mobilizeit {
    width: 100% !important;
  }

  .footer-widgets .wrap {
    padding: 40px 20px 16px 20px;
  }

  .main_widget_page_poradna {
    height: 1600px;
  }

  .biggerbox {
    height: 650px !important;
  }

  .calculators_widget_wrap {
    margin: 20px 15px;
  }

  .calculators_icons {
    display: none;
  }

  .formsidebar {
    display: none;
  }

  .wpcf7-form {
    width: 100%;
  }

  #odeslat {
    padding: 14px 50px;
  }

  div.wpcf7 {
    width: 100%;
  }

  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0px 0px 24px 0px;
  }

  .box {
    height: 580px;
  }

  .calcul {
    height: 560px;
  }

  .imgcalc {
    width: 80%;
  }

  .site-header {
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .pop-up-wrap {
    width: 80%;
  }

  a.close-btn-pop-up {
    background: #fff;
    border: 0px;
    font-size: 24px;
    color: #000;
  }
}

@media only screen and (max-width: 530px) {
  .site-header {
    height: 100px;
  }

  .partners-mobile-half {
    padding: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .site-header {
    height: 100px;
  }

  .main_widget_page_poradna {
    height: 1800px;
  }

  .calculators_widget_wrap {
    margin: 20px 15px;
  }

  .biggerbox {
    height: 500px !important;
  }

  #odeslat {
    padding: 14px 30px;
  }

  #odeslat {
    font-size: 12px;
  }

  div.wpcf7 {
    width: 100%;
  }

  .before_footer_wrapper,
  .before_footer_smallerwrapper {
    height: 360px;
  }
  a.btn {
    font-size: 13px;
    padding: 10px;
  }

  .box {
    height: 400px;
    margin: 3px;
    padding: 10px;
  }

  .landing_page_headline {
    font-size: 24px;
  }

  .boxImage {
    display: none;
  }

  .footer-widgets .wrap {
    padding: 40px 20px 16px 20px;
  }

  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0px 0px 24px 0px;
  }
}

@media only screen and (max-width: 240px) {
  .before_footer_wrapper,
  .before_footer_smallerwrapper {
    height: 400px;
  }

  .main_widget_page_poradna {
    height: 2200px;
  }

  .arrow {
    display: none;
  }

  .box {
    height: 500px;
  }

  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0px 0px 24px 0px;
  }
}


@media only screen and (min-width: 1200px) {
  .site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}












/* # RLICZ
---------------------------------------------------------------------------------------------------- */



.rlicz-product-page .bd-breadcrumbs {
	display: none;
}

.rlicz-product-page .entry-header {
  display: none;
}

.rlicz-product-page .content {
  border-right: 0px;
}

.rlicz-product-page .g-wrap {
  margin: 0 auto;
}

.rlicz-insurance-companies {
  margin: -5px 24px 20px 24px;
  text-align: center;
  border-bottom: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100%;
}

.rlicz-insurance-companies img {
  margin: 10px 30px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rlicz-insurance-companies-wrap {
  margin: 120px auto;
  text-align: center;
  overflow: auto;
  height: 100%;
}

.rlicz-insurance-companies-wrap h2 {
  padding-bottom: 20px;
}

.rlicz-steps-wrapper .one-third {
  text-align: center;
}

.rlicz-steps-wrapper {
  text-align: center;
  margin: 120px auto;
  overflow: auto;
  height: 100%;
}

.rlicz-steps-wrapper h3 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .rlicz-product-page .g-text {
    width: 421px;
  }

  .rlicz-product-page .g-text h1 {
    font-size: 48px;
  }
  
}


@media only screen and (min-width: 960px) {
  .rlicz-product-page .g-text {
    height: 480px;
  }
}

@media only screen and (max-width: 960px) {
  .rlicz-product-page .g-wrap {
    margin: 40px auto;
  }

  .rlicz-insurance-companies img {
    margin: 5px 30px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .insurance-companies {
    display: none !important;
    margin-top: 0;
    border: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}

@media only screen and (max-width: 840px) {
  .rlicz-product-page .g-text {
    width: 90%;
  }
  
}

