/* This aggregate contains the following files:
sites/all/themes/omega/omega/omega/css/modules/system/system.base.css,
sites/all/themes/omega/omega/omega/css/modules/system/system.menus.theme.css,
sites/all/themes/omega/omega/omega/css/modules/system/system.messages.theme.css,
sites/all/themes/omega/omega/omega/css/modules/system/system.theme.css,
sites/all/modules/contrib/simplenews/simplenews.css,
modules/node/node.css,
sites/all/themes/omega/omega/omega/css/modules/book/book.theme.css,
sites/all/themes/omega/omega/omega/css/modules/comment/comment.theme.css,
sites/all/modules/contrib/simpleads/simpleads.css,
sites/all/themes/omega/omega/omega/css/modules/field/field.theme.css,
sites/all/modules/contrib/extlink/css/extlink.css,
sites/all/themes/omega/omega/omega/css/modules/search/search.theme.css,
sites/all/modules/contrib/views/css/views.css,
sites/all/themes/omega/omega/omega/css/modules/user/user.base.css,
sites/all/themes/omega/omega/omega/css/modules/user/user.theme.css,
misc/ui/jquery.ui.core.css,
misc/ui/jquery.ui.theme.css,
misc/ui/jquery.ui.datepicker.css,
sites/all/modules/contrib/date/date_popup/themes/jquery.timeentry.css,
sites/all/modules/contrib/ctools/css/ctools.css,
sites/all/modules/contrib/ctools/css/modal.css,
sites/all/modules/contrib_changed/modal_forms/css/modal_forms_popup.css,
sites/all/modules/contrib_changed/node_embed/plugins/node_embed/node_embed.css,
sites/all/modules/contrib/video/css/video.css,
sites/all/modules/contrib/webform/css/webform.css,
sites/all/modules/contrib/addtoany/addtoany.css,
sites/all/themes/porodnice/css/porodnice.normalize.css,
sites/all/themes/porodnice/css/porodnice.hacks.css,
sites/all/themes/porodnice/css/porodnice.styles.css,
sites/all/themes/porodnice/colorbox_style/colorbox_style.css,
sites/all/themes/porodnice/css/responsive.css. */

/**
   * @file
   * System wide base styles.
   */
  /**
   * @file
   * Base styles for autocomplete functionality.
   *
   * @see autocomplete.js
   */
  /* Suggestion list */
  #autocomplete {
    position: absolute;
    z-index: 100;
    overflow: hidden;
  }
  #autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }
  #autocomplete li {
    cursor: default;
    white-space: pre;
    zoom: 1;
    /* IE7 */
  }
  
  /* Animated throbber */
  html.js .form-autocomplete {
    background-image: url(/sites/all/themes/omega/omega/omega/images/misc/throbber.gif?1382488163);
    background-position: 100% 2px;
    /* LTR */
    background-repeat: no-repeat;
  }
  
  html.js .throbbing {
    background-position: 100% -18px;
    /* LTR */
  }
  
  /**
   * @file
   * Base styles for collapsible fieldset functionality.
   *
   * @see collapse.js
   */
  html.js fieldset.collapsed {
    height: 1em;
  }
  
  html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
  }
  
  fieldset.collapsible {
    position: relative;
  }
  
  fieldset.collapsible .fieldset-legend {
    display: block;
  }
  
  /**
   * @file
   * Base styles for the resizable textareas functionality.
   *
   * @see textarea.js
   */
  .form-textarea-wrapper textarea {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  
  .resizable-textarea .grippie {
    height: 9px;
    background: #eee url(/sites/all/themes/omega/omega/omega/images/misc/grippie.png?1382488163) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    overflow: hidden;
  }
  
  /**
   * @file
   * Base styling for the tabledrag behavior.
   *
   * @see tabledrag.js
   */
  body.drag {
    cursor: move;
  }
  
  /* Tabledrag Handle */
  .tabledrag-handle {
    float: left;
    /* LTR */
    overflow: hidden;
    text-decoration: none;
    cursor: move;
  }
  .tabledrag-handle .handle {
    height: 15px;
    width: 15px;
    margin: -0.4em 0;
    padding: 0.4em;
    background: url(/sites/all/themes/omega/omega/omega/images/misc/draggable.png?1382488163) no-repeat 6px 9px;
  }
  .tabledrag-handle:hover {
    text-decoration: none;
  }
  
  .tabledrag-handle-hover .handle {
    background-position: 6px -11px;
  }
  
  /* Indentation */
  .indentation {
    float: left;
    /* LTR */
    width: 20px;
  }
  
  /* Tree Images */
  .tree-child {
    background: url(/sites/all/themes/omega/omega/omega/images/misc/tree.png?1382488163) no-repeat 12px center;
    /* LTR */
  }
  
  .tree-child-last {
    background: url(/sites/all/themes/omega/omega/omega/images/misc/tree-bottom.png?1382488163) no-repeat 12px center;
    /* LTR */
  }
  
  .tree-child-horizontal {
    background: url(/sites/all/themes/omega/omega/omega/images/misc/tree.png?1382488163) no-repeat -12px center;
  }
  
  /* Toggle Weight Link */
  .tabledrag-toggle-weight-wrapper {
    text-align: right;
    /* LTR */
  }
  
  /**
   * @file
   * Base styling for the tableheader behavior.
   *
   * @see tableheader.js
   */
  .sticky-header {
    margin-top: 0;
    background-color: #fff;
  }
  
  /**
   * @file
   * Base styles for the progress behavior.
   *
   * @see progress.js
   */
  /* Bar */
  .progress .bar {
    background-color: #fff;
    border: 1px solid;
  }
  .progress .filled {
    height: 1.5em;
    width: 5px;
    background-color: #000;
  }
  .progress .percentage {
    float: right;
    /* LTR */
  }
  
  /* Throbber */
  .ajax-progress {
    display: inline-block;
  }
  .ajax-progress .throbber {
    float: left;
    /* LTR */
    height: 15px;
    width: 15px;
    margin: 2px;
    background: transparent url(/sites/all/themes/omega/omega/omega/images/misc/throbber.gif?1382488163) no-repeat 0px -18px;
  }
  .ajax-progress .message {
    padding-left: 20px;
  }
  
  tr .ajax-progress .throbber {
    margin: 0 2px;
  }
  
  .ajax-progress-bar {
    width: 16em;
  }
  
  /**
   * @file
   * System utility classes.
   */
  /**
   * Inline items.
   */
  .container-inline div,
  .container-inline label {
    display: inline;
  }
  
  /* Fieldset contents always need to be rendered as block. */
  .container-inline .fieldset-wrapper {
    display: block;
  }
  
  /**
   * Prevent text wrapping.
   */
  .nowrap {
    white-space: nowrap;
  }
  
  /**
   * For anything you want to hide on page load when JS is enabled, so
   * that you can use the JS to control visibility and avoid flicker.
   */
  html.js .js-hide {
    display: none;
  }
  
  /**
   * Hide elements from all users.
   *
   * Used for elements which should not be immediately displayed to any user. An
   * example would be a collapsible fieldset that will be expanded with a click
   * from a user. The effect of this class can be toggled with the jQuery show()
   * and hide() functions.
   */
  .element-hidden {
    display: none;
  }
  
  /**
   * Hide elements visually, but keep them available for screen-readers.
   *
   * Used for information required for screen-reader users to understand and use
   * the site where visual display is undesirable. Information provided in this
   * manner should be kept concise, to avoid unnecessary burden on the user.
   * "!important" is used to prevent unintentional overrides.
   */
  .element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }
  
  /**
   * The .element-focusable class extends the .element-invisible class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
  .element-invisible.element-focusable:active,
  .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }
  
  /**
   * Use the clearfix from Compass.
   */
  .clearfix {
    *zoom: 1;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/system/system.base.css */

/**
   * @file
   * Menu and navigational styles.
   */
  /**
   * @file
   * Styles for a hierarchical menu as generated by theme_menu_tree().
   */
  .menu {
    border: none;
    list-style: none;
    text-align: left;
    /* LTR */
    /* Menu Item Hierarchy Modifiers */
  }
  .menu .expanded {
    list-style-image: url(/sites/all/themes/omega/omega/omega/images/misc/menu-expanded.png?1382488163);
    list-style-type: circle;
  }
  .menu .collapsed {
    list-style-image: url(/sites/all/themes/omega/omega/omega/images/misc/menu-collapsed.png?1382488163);
    /* LTR */
    list-style-type: disc;
  }
  .menu .leaf {
    list-style-image: url(/sites/all/themes/omega/omega/omega/images/misc/menu-leaf.png?1382488163);
    list-style-type: square;
  }
  
  /* Menu State Modifiers */
  .active {
    color: #000;
  }
  
  .menu-disabled {
    background: #ccc;
  }
  
  /**
   * @file
   * Inline links as generated by theme_links().
   */
  .links--inline {
    *zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .links--inline:after {
    content: "";
    display: table;
    clear: both;
  }
  .links--inline li {
    float: left;
    /* LTR */
    margin-right: 1em;
    /* LTR */
  }
  .links--inline li > a {
    display: block;
  }
  
  /**
   * @file
   * Theme styles for markup generated by theme_menu_local_tasks().
   */
  /* Tabs */
  .tabs a {
    background-color: #eee;
    text-decoration: none;
  }
  .tabs a.active {
    background-color: #ccc;
  }
  .tabs a:hover, .tabs a:focus {
    background-color: #bbb;
  }
  
  /* Primary Tabs */
  .tabs--primary {
    margin-bottom: 1em;
    border-bottom: 1px solid #bbb;
  }
  .tabs--primary a {
    padding: 0.3em 0.8em;
  }
  
  /* Secondary Tabs */
  .tabs--secondary a {
    padding: 0.2em 0.5em;
    margin: 0.4em 0;
    font-size: 0.9em;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/system/system.menus.theme.css */

/**
   * @file
   * Theme for for system messages.
   */
  /* Message */
  .messages {
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
    /* LTR */
    background-position: 8px 8px;
    /* LTR */
    background-repeat: no-repeat;
    border: 1px solid;
  }
  .messages ul {
    margin: 0 0 0 1em;
    /* LTR */
    padding: 0;
  }
  .messages li {
    list-style-image: none;
  }
  
  /* Status Messages */
  .messages--status {
    background-image: url(/sites/all/themes/omega/omega/omega/images/misc/message-24-ok.png?1382488163);
    border-color: #be7;
  }
  
  .messages--status,
  tr.ok {
    background-color: #f8fff0;
  }
  
  .messages--status,
  .ok {
    color: #234600;
  }
  
  /* Warning Messages */
  .messages--warning {
    background-image: url(/sites/all/themes/omega/omega/omega/images/misc/message-24-warning.png?1382488163);
    border-color: #ed5;
  }
  
  .messages--warning,
  tr.warning {
    background-color: #fffce5;
  }
  
  .messages--warning,
  .warning {
    color: #333;
  }
  
  /* Error Messages */
  .messages--error {
    background-image: url(/sites/all/themes/omega/omega/omega/images/misc/message-24-error.png?1382488163);
    border-color: #ed541d;
  }
  
  .messages--error,
  tr.error {
    background-color: #fef5f1;
  }
  
  .messages--error,
  .error {
    color: #333;
  }
  
  .error .error {
    color: #8c2e0b;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/system/system.messages.theme.css */

/**
   * @file
   * System wide theme styles.
   */
  /**
   * @file
   * Basic styling for common HTML elements.
   */
  /* Fieldsets */
  fieldset {
    margin-bottom: 1em;
  }
  
  /* Tables */
  table {
    border-collapse: collapse;
  }
  
  th {
    padding-right: 1em;
    /* LTR */
    background-color: #bbb;
    text-align: left;
    /* LTR */
  }
  
  tr.even,
  tr.odd {
    background-color: #eee;
  }
  
  tr.odd {
    background-color: #ddd;
  }
  
  /**
   * @file
   * Theme for autocomplete.
   *
   * @see autocomplete.js
   */
  #autocomplete {
    background: #fff;
    border: 1px solid;
    color: #000;
  }
  #autocomplete .selected {
    background: #0072b9;
    color: #fff;
  }
  
  /**
   * @file
   * Theme for collapsible fieldsets.
   *
   * @see collapse.js
   */
  html.js fieldset.collapsible .fieldset-legend {
    padding-left: 15px;
    /* LTR */
    background: url(/sites/all/themes/omega/omega/omega/images/misc/menu-expanded.png?1382488163) 5px 65% no-repeat;
    /* LTR */
  }
  
  html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/sites/all/themes/omega/omega/omega/images/misc/menu-collapsed.png?1382488163);
    /* LTR */
    background-position: 5px 50%;
    /* LTR */
  }
  
  .fieldset-legend .summary {
    margin-left: 0.5em;
    color: #999;
    font-size: 0.9em;
  }
  
  /**
   * @file
   * Theme for the tabledrag behavior.
   *
   * @see tabledrag.js
   */
  .drag {
    background-color: #fffff0;
  }
  
  .drag-previous {
    background-color: #ffd;
  }
  
  /**
   * @file
   * Theme for the progress behavior.
   *
   * @see progress.js
   */
  .progress {
    font-weight: bold;
  }
  .progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .progress .filled {
    background: #0072b9 url(/sites/all/themes/omega/omega/omega/images/misc/progress.gif?1382488163);
  }
  
  /**
   * @file
   * Theme for the tableselect behavior.
   *
   * @see tableselect.js
  */
  .selected td {
    background: #ffc;
  }
  
  .checkbox,
  .checkbox {
    text-align: center;
  }
  
  /**
   * @form
   * Theme for markup generated by Form API.
   */
  /* Generic Form Items. */
  .form-item,
  .form-actions {
    margin-bottom: 1em;
  }
  .form-item label,
  .form-actions label {
    display: block;
    font-weight: bold;
  }
  .form-item .description,
  .form-actions .description {
    font-size: 0.85em;
  }
  
  /* Checkboxes and Radios */
  .form-checkboxes .form-item,
  .form-radios .form-item {
    margin-bottom: 0.4em;
  }
  .form-checkboxes .description,
  .form-radios .description {
    margin-left: 2.4em;
  }
  
  label.option {
    display: inline;
    font-weight: normal;
  }
  
  .form-checkbox,
  .form-radio {
    vertical-align: middle;
  }
  
  /* Errors */
  .marker,
  .form-required {
    color: #f00;
  }
  
  input.error,
  textarea.error,
  select.error {
    border: 2px solid red;
  }
  
  /* Table Form Items */
  tr .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
  
  /* Inline Items */
  .container-inline .form-actions,
  .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /**
   * @file
   * Theme for the markup generated by theme_tablesort_indicator().
   */
  th.active img {
    display: inline;
  }
  
  td.active {
    background-color: #ddd;
  }
  
  /**
   * @file
   * Theme for more links.
   */
  .more-link {
    display: block;
    text-align: right;
    /* LTR */
  }
  
  /**
   * @file
   * Theme for markup generated by theme_pager().
   */
  .pager {
    clear: both;
    padding: 0;
    text-align: center;
  }
  
  .pager__item {
    display: inline;
    padding: 0.5em;
    background-image: none;
    list-style-type: none;
  }
  
  .pager__item--current {
    font-weight: bold;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/system/system.theme.css */

#simplenews-admin-filter .form-item { 
    clear: both;
    line-height: 1.75em;
    margin: 0pt 1em 0pt 0pt;
  }
  
  #simplenews-admin-filter .form-item label { 
    float: left;
    width: 12em; 
  }
  
  #simplenews-admin-filter .spacer {
    margin-left: 12em;  
  }
  
  #simplenews-admin-filter .form-select, 
  #simplenews-admin-filter .form-text {
    width: 14em;
  }
  
  .block-simplenews .issues-link,
  .block-simplenews .issues-list {
    margin-top: 1em;
  }
  
  .block-simplenews .issues-list .newsletter-created {
    display: none;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/simplenews/simplenews.css */

.node-unpublished {
    background-color: #fff4f4;
  }
  .preview .node {
    background-color: #ffffea;
  }
  td.revision-current {
    background: #ffc;
  }
/*})'"*/

/* Above code came from modules/node/node.css */

/**
   * @file
   * Basic theming for the book navigation component.
   */
  .book-navigation__previous {
    float: left;
    /* LTR */
    display: block;
    width: 45%;
    text-align: left;
    /* LTR */
  }
  
  .book-navigation__up {
    float: left;
    /* LTR */
    display: block;
    width: 10%;
    text-align: center;
  }
  
  .book-navigation__next {
    float: right;
    /* LTR */
    display: block;
    width: 45%;
    text-align: right;
    /* LTR */
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/book/book.theme.css */

/**
   * @file
   * Comment module look and feel styling.
   */
  .indented {
    margin-left: 25px;
    /* LTR */
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/comment/comment.theme.css */

/**
   * @file
   * SimpleAds CSS.
   */
  
  form#simpleads-node-form #edit-field-ad-flash,
  form#simpleads-node-form #edit-field-ad-text,
  form#simpleads-node-form #edit-field-ad-image,
  form#simpleads-node-form #edit-field-ad-url-taget,
  form#simpleads-node-form #edit-field-ad-url {
    display: none;
  }
  
  form#simpleads-node-form #edit-field-ad-url {
    /* margin-top: -10px; */
  }
  
  form#simpleads-node-form #edit-field-ad-url-taget {
    margin-top: -10px;
  }
  
  form#simpleads-node-form #edit-field-ad-flash .form-item,
  form#simpleads-node-form #edit-field-ad-text .form-item,
  form#simpleads-node-form #edit-field-ad-image .form-item,
  form#simpleads-node-form #edit-field-ad-url-taget .form-item,
  form#simpleads-node-form #edit-field-ad-url .form-item {
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Block settings */
  form#block-admin-configure #ads_rotation_settings,
  form#block-admin-configure #ads_rotation_settings .form-item-ads-rotation-dely {
    display: none;
  }
  
  form#block-admin-configure #ads_rotation_settings .form-item {
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/simpleads/simpleads.css */

/**
   * @file
   * Styling for contextual links behaviour and structure.
   */
  /**
   * Field display.
   */
  .field__label {
    font-weight: bold;
  }
  
  .field--label-inline .field__label,
  .field--label-inline .field__items {
    float: left;
    /* LTR */
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/field/field.theme.css */

span.ext {
    background: url(/sites/all/modules/contrib/extlink/images/extlink_s.png) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
  }
  span.mailto {
    background: url(/sites/all/modules/contrib/extlink/images/extlink_s.png) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
  }
  
  /* Hide the extra spans when printing. */@media print {
 span.ext,
    span.mailto {
      display: none;
      padding: 0;
    } 
}/* Put some whitespace between the link and its Font Awesome suffix. */
  span.extlink i {
    padding-left: 0.2em;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/extlink/css/extlink.css */

/**
   * @file
   * Search module theme.
   */
  /**
   * Search Results
   */
  .search-result__snippet {
    padding-left: 1em;
    /* LTR */
  }
  
  .search-result__info {
    font-size: 0.85em;
  }
  
  /**
   * Advanced Search Form
   */
  .search-advanced .criterion {
    float: left;
    /* LTR */
    margin-right: 2em;
    /* LTR */
  }
  .search-advanced .action {
    float: left;
    /* LTR */
    clear: left;
    /* LTR */
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/search/search.theme.css */

.views-exposed-form .views-exposed-widget {
    float: left; /* LTR */
    padding: .5em 1em 0 0; /* LTR */
  }
  
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
  }
  
  .views-exposed-form .form-item,
  .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .views-exposed-form label {
    font-weight: bold;
  }
  
  .views-exposed-widgets {
    margin-bottom: .5em;
  }
  
  /* table style column align */
  .views-align-left {
    text-align: left;
  }
  .views-align-right {
    text-align: right;
  }
  .views-align-center {
    text-align: center;
  }
  
  /* Remove the border on tbody that system puts in */
  .views-view-grid tbody {
    border-top: none;
  }
  
  .view .progress-disabled {
    float: none;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/views/css/views.css */

/**
   * @file
   * Base styles for the user module.
   */
  div.password-confirm {
    visibility: hidden;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/user/user.base.css */

/**
   * @file
   * Theme styling for the user module.
   */
  /**
   * Password Strength Indicator.
   */
  .password-strength {
    float: right;
    /* LTR */
    margin-top: 1.2em;
    width: 17em;
  }
  
  .password-strength-title {
    float: left;
    /* LTR */
  }
  
  .password-strength-text {
    float: right;
    /* LTR */
    font-weight: bold;
  }
  
  .password-indicator {
    clear: both;
    height: 0.3em;
    width: 100%;
    background-color: #c4c4c4;
  }
  .password-indicator .indicator {
    height: 100%;
    width: 0%;
    background-color: #47c965;
  }
  
  /**
   * Password Confirm.
   */
  div.password-confirm {
    float: right;
    /* LTR */
    clear: both;
    width: 17em;
    margin-top: 1.5em;
  }
  
  /**
   * Password Confirm Inputs.
   */
  .form-type-password-confirm input {
    width: 16em;
  }
  
  /**
   * Password Suggestions.
   */
  .password-suggestions {
    margin: 0.7em 0;
    padding: 0.2em 0.5em;
    border: 1px solid #b4b4b4;
  }
  
  /*
   * User Profile
   */
  .user-profile-item__label {
    font-weight: bold;
  }
  
  /* Generated by user.module but used by profile.module. */
  .profile {
    clear: both;
    margin: 1em 0;
  }
  .profile .user-picture {
    float: right;
    /* LTR */
    margin: 0 1em 1em 0;
    /* LTR */
  }
  .profile h3 {
    border-bottom: 1px solid #ccc;
  }
  .profile dl {
    margin: 0 0 1.5em 0;
  }
  .profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
  }
  .profile dd {
    margin: 0 0 1em 0;
  }
/*})'"*/

/* Above code came from sites/all/themes/omega/omega/omega/css/modules/user/user.theme.css */

/*
   * jQuery UI CSS Framework 1.8.7
   *
   * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Theming/API
   */
  
  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden { display: none; }
  .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
  .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
  .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  .ui-helper-clearfix { display: inline-block; }
  /* required comment for clearfix to work in Opera \*/
  * html .ui-helper-clearfix { height:1%; }
  .ui-helper-clearfix { display:block; }
  /* end clearfix */
  .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
  
  
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled { cursor: default !important; }
  
  
  /* Icons
  ----------------------------------*/
  
  /* states and images */
  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
  
  
  /* Misc visuals
  ----------------------------------*/
  
  /* Overlays */
  .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*})'"*/

/* Above code came from misc/ui/jquery.ui.core.css */

/*
   * jQuery UI CSS Framework 1.8.7
   *
   * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Theming/API
   *
   * To view and modify this theme, visit http://jqueryui.com/themeroller/
   */
  
  
  /* Component containers
  ----------------------------------*/
  .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
  .ui-widget .ui-widget { font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
  .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
  .ui-widget-content a { color: #222222/*{fcContent}*/; }
  .ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
  .ui-widget-header a { color: #222222/*{fcHeader}*/; }
  
  /* Interaction states
  ----------------------------------*/
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(/misc/ui/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
  .ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
  .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
  .ui-widget :active { outline: none; }
  
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
  .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
  .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
  .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
  .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
  .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
  .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
  .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
  
  /* Icons
  ----------------------------------*/
  
  /* states and images */
  .ui-icon { width: 16px; height: 16px; background-image: url(/misc/ui/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
  .ui-widget-content .ui-icon {background-image: url(/misc/ui/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
  .ui-widget-header .ui-icon {background-image: url(/misc/ui/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
  .ui-state-default .ui-icon { background-image: url(/misc/ui/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
  .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/misc/ui/images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
  .ui-state-active .ui-icon {background-image: url(/misc/ui/images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
  .ui-state-highlight .ui-icon {background-image: url(/misc/ui/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
  .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/misc/ui/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
  
  /* positioning */
  .ui-icon-carat-1-n { background-position: 0 0; }
  .ui-icon-carat-1-ne { background-position: -16px 0; }
  .ui-icon-carat-1-e { background-position: -32px 0; }
  .ui-icon-carat-1-se { background-position: -48px 0; }
  .ui-icon-carat-1-s { background-position: -64px 0; }
  .ui-icon-carat-1-sw { background-position: -80px 0; }
  .ui-icon-carat-1-w { background-position: -96px 0; }
  .ui-icon-carat-1-nw { background-position: -112px 0; }
  .ui-icon-carat-2-n-s { background-position: -128px 0; }
  .ui-icon-carat-2-e-w { background-position: -144px 0; }
  .ui-icon-triangle-1-n { background-position: 0 -16px; }
  .ui-icon-triangle-1-ne { background-position: -16px -16px; }
  .ui-icon-triangle-1-e { background-position: -32px -16px; }
  .ui-icon-triangle-1-se { background-position: -48px -16px; }
  .ui-icon-triangle-1-s { background-position: -64px -16px; }
  .ui-icon-triangle-1-sw { background-position: -80px -16px; }
  .ui-icon-triangle-1-w { background-position: -96px -16px; }
  .ui-icon-triangle-1-nw { background-position: -112px -16px; }
  .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
  .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
  .ui-icon-arrow-1-n { background-position: 0 -32px; }
  .ui-icon-arrow-1-ne { background-position: -16px -32px; }
  .ui-icon-arrow-1-e { background-position: -32px -32px; }
  .ui-icon-arrow-1-se { background-position: -48px -32px; }
  .ui-icon-arrow-1-s { background-position: -64px -32px; }
  .ui-icon-arrow-1-sw { background-position: -80px -32px; }
  .ui-icon-arrow-1-w { background-position: -96px -32px; }
  .ui-icon-arrow-1-nw { background-position: -112px -32px; }
  .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
  .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
  .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
  .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
  .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
  .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
  .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
  .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
  .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
  .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
  .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
  .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
  .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
  .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
  .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
  .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
  .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
  .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
  .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
  .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
  .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
  .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
  .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
  .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
  .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
  .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
  .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
  .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
  .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
  .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
  .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
  .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
  .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
  .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
  .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
  .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
  .ui-icon-arrow-4 { background-position: 0 -80px; }
  .ui-icon-arrow-4-diag { background-position: -16px -80px; }
  .ui-icon-extlink { background-position: -32px -80px; }
  .ui-icon-newwin { background-position: -48px -80px; }
  .ui-icon-refresh { background-position: -64px -80px; }
  .ui-icon-shuffle { background-position: -80px -80px; }
  .ui-icon-transfer-e-w { background-position: -96px -80px; }
  .ui-icon-transferthick-e-w { background-position: -112px -80px; }
  .ui-icon-folder-collapsed { background-position: 0 -96px; }
  .ui-icon-folder-open { background-position: -16px -96px; }
  .ui-icon-document { background-position: -32px -96px; }
  .ui-icon-document-b { background-position: -48px -96px; }
  .ui-icon-note { background-position: -64px -96px; }
  .ui-icon-mail-closed { background-position: -80px -96px; }
  .ui-icon-mail-open { background-position: -96px -96px; }
  .ui-icon-suitcase { background-position: -112px -96px; }
  .ui-icon-comment { background-position: -128px -96px; }
  .ui-icon-person { background-position: -144px -96px; }
  .ui-icon-print { background-position: -160px -96px; }
  .ui-icon-trash { background-position: -176px -96px; }
  .ui-icon-locked { background-position: -192px -96px; }
  .ui-icon-unlocked { background-position: -208px -96px; }
  .ui-icon-bookmark { background-position: -224px -96px; }
  .ui-icon-tag { background-position: -240px -96px; }
  .ui-icon-home { background-position: 0 -112px; }
  .ui-icon-flag { background-position: -16px -112px; }
  .ui-icon-calendar { background-position: -32px -112px; }
  .ui-icon-cart { background-position: -48px -112px; }
  .ui-icon-pencil { background-position: -64px -112px; }
  .ui-icon-clock { background-position: -80px -112px; }
  .ui-icon-disk { background-position: -96px -112px; }
  .ui-icon-calculator { background-position: -112px -112px; }
  .ui-icon-zoomin { background-position: -128px -112px; }
  .ui-icon-zoomout { background-position: -144px -112px; }
  .ui-icon-search { background-position: -160px -112px; }
  .ui-icon-wrench { background-position: -176px -112px; }
  .ui-icon-gear { background-position: -192px -112px; }
  .ui-icon-heart { background-position: -208px -112px; }
  .ui-icon-star { background-position: -224px -112px; }
  .ui-icon-link { background-position: -240px -112px; }
  .ui-icon-cancel { background-position: 0 -128px; }
  .ui-icon-plus { background-position: -16px -128px; }
  .ui-icon-plusthick { background-position: -32px -128px; }
  .ui-icon-minus { background-position: -48px -128px; }
  .ui-icon-minusthick { background-position: -64px -128px; }
  .ui-icon-close { background-position: -80px -128px; }
  .ui-icon-closethick { background-position: -96px -128px; }
  .ui-icon-key { background-position: -112px -128px; }
  .ui-icon-lightbulb { background-position: -128px -128px; }
  .ui-icon-scissors { background-position: -144px -128px; }
  .ui-icon-clipboard { background-position: -160px -128px; }
  .ui-icon-copy { background-position: -176px -128px; }
  .ui-icon-contact { background-position: -192px -128px; }
  .ui-icon-image { background-position: -208px -128px; }
  .ui-icon-video { background-position: -224px -128px; }
  .ui-icon-script { background-position: -240px -128px; }
  .ui-icon-alert { background-position: 0 -144px; }
  .ui-icon-info { background-position: -16px -144px; }
  .ui-icon-notice { background-position: -32px -144px; }
  .ui-icon-help { background-position: -48px -144px; }
  .ui-icon-check { background-position: -64px -144px; }
  .ui-icon-bullet { background-position: -80px -144px; }
  .ui-icon-radio-off { background-position: -96px -144px; }
  .ui-icon-radio-on { background-position: -112px -144px; }
  .ui-icon-pin-w { background-position: -128px -144px; }
  .ui-icon-pin-s { background-position: -144px -144px; }
  .ui-icon-play { background-position: 0 -160px; }
  .ui-icon-pause { background-position: -16px -160px; }
  .ui-icon-seek-next { background-position: -32px -160px; }
  .ui-icon-seek-prev { background-position: -48px -160px; }
  .ui-icon-seek-end { background-position: -64px -160px; }
  .ui-icon-seek-start { background-position: -80px -160px; }
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  .ui-icon-seek-first { background-position: -80px -160px; }
  .ui-icon-stop { background-position: -96px -160px; }
  .ui-icon-eject { background-position: -112px -160px; }
  .ui-icon-volume-off { background-position: -128px -160px; }
  .ui-icon-volume-on { background-position: -144px -160px; }
  .ui-icon-power { background-position: 0 -176px; }
  .ui-icon-signal-diag { background-position: -16px -176px; }
  .ui-icon-signal { background-position: -32px -176px; }
  .ui-icon-battery-0 { background-position: -48px -176px; }
  .ui-icon-battery-1 { background-position: -64px -176px; }
  .ui-icon-battery-2 { background-position: -80px -176px; }
  .ui-icon-battery-3 { background-position: -96px -176px; }
  .ui-icon-circle-plus { background-position: 0 -192px; }
  .ui-icon-circle-minus { background-position: -16px -192px; }
  .ui-icon-circle-close { background-position: -32px -192px; }
  .ui-icon-circle-triangle-e { background-position: -48px -192px; }
  .ui-icon-circle-triangle-s { background-position: -64px -192px; }
  .ui-icon-circle-triangle-w { background-position: -80px -192px; }
  .ui-icon-circle-triangle-n { background-position: -96px -192px; }
  .ui-icon-circle-arrow-e { background-position: -112px -192px; }
  .ui-icon-circle-arrow-s { background-position: -128px -192px; }
  .ui-icon-circle-arrow-w { background-position: -144px -192px; }
  .ui-icon-circle-arrow-n { background-position: -160px -192px; }
  .ui-icon-circle-zoomin { background-position: -176px -192px; }
  .ui-icon-circle-zoomout { background-position: -192px -192px; }
  .ui-icon-circle-check { background-position: -208px -192px; }
  .ui-icon-circlesmall-plus { background-position: 0 -208px; }
  .ui-icon-circlesmall-minus { background-position: -16px -208px; }
  .ui-icon-circlesmall-close { background-position: -32px -208px; }
  .ui-icon-squaresmall-plus { background-position: -48px -208px; }
  .ui-icon-squaresmall-minus { background-position: -64px -208px; }
  .ui-icon-squaresmall-close { background-position: -80px -208px; }
  .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
  .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
  .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
  .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
  .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
  .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
  
  
  /* Misc visuals
  ----------------------------------*/
  
  /* Corner radius */
  .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  .ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
  
  /* Overlays */
  .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
  .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/*})'"*/

/* Above code came from misc/ui/jquery.ui.theme.css */

/*
   * jQuery UI Datepicker 1.8.7
   *
   * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Datepicker#theming
   */
  .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
  .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
  .ui-datepicker .ui-datepicker-prev { left:2px; }
  .ui-datepicker .ui-datepicker-next { right:2px; }
  .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
  .ui-datepicker .ui-datepicker-next-hover { right:1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
  .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
  .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
  .ui-datepicker select.ui-datepicker-month, 
  .ui-datepicker select.ui-datepicker-year { width: 49%;}
  .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
  .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
  .ui-datepicker td { border: 0; padding: 1px; }
  .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
  .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
  
  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi { width:auto; }
  .ui-datepicker-multi .ui-datepicker-group { float:left; }
  .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
  .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
  .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
  .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
  .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
  .ui-datepicker-row-break { clear:both; width:100%; }
  
  /* RTL support */
  .ui-datepicker-rtl { direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
  .ui-datepicker-rtl .ui-datepicker-group { float:right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
  
  /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
  .ui-datepicker-cover {
      display: none; /*sorry for IE5*/
      display/**/: block; /*sorry for IE5*/
      position: absolute; /*must have*/
      z-index: -1; /*must have*/
      filter: mask(); /*must have*/
      top: -4px; /*must have*/
      left: -4px; /*must have*/
      width: 200px; /*must have*/
      height: 200px; /*must have*/
  }
/*})'"*/

/* Above code came from misc/ui/jquery.ui.datepicker.css */

/* TimeEntry styles */
  .timeEntry_control {
    vertical-align: middle;
    margin-left: 2px;
  }
  * html .timeEntry_control { /* IE only */
    margin-top: -4px;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/date/date_popup/themes/jquery.timeentry.css */

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/ctools/css/ctools.css */

div.ctools-modal-content {
    background: #fff;
    color: #000;
    padding: 0;
    margin: 2px;
    border: 1px solid #000;
    width: 600px;
    text-align: left;
  }
  
  div.ctools-modal-content .modal-title {
    font-size: 120%;
    font-weight: bold;
    color: white;
    overflow: hidden;
    white-space: nowrap;
  }
  
  div.ctools-modal-content .modal-header {
    background-color: #2385c2;
    padding: 0 .25em 0 1em;
  }
  
  div.ctools-modal-content .modal-header a {
    color: white;
  }
  
  div.ctools-modal-content .modal-content {
    padding: 1em 1em 0 1em;
    overflow: auto;
    position: relative; /* Keeps IE7 from flowing outside the modal. */
  }
  
  div.ctools-modal-content .modal-form {
  }
  
  div.ctools-modal-content a.close {
    color: white;
    float: right;
  }
  
  div.ctools-modal-content a.close:hover {
    text-decoration: none;
  }
  
  div.ctools-modal-content a.close img {
    position: relative;
    top: 1px;
  }
  
  div.ctools-modal-content .modal-content .modal-throbber-wrapper {
    text-align: center;
  }
  
  div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
    margin-top: 160px;
  }
  
  /** modal forms CSS **/
  div.ctools-modal-content .form-item label {
    width: 15em;
    float: left;
  }
  
  div.ctools-modal-content .form-item label.option {
    width: auto;
    float: none;
  }
  
  div.ctools-modal-content .form-item .description {
    clear: left;
  }
  
  div.ctools-modal-content .form-item .description .tips {
    margin-left: 2em;
  }
  
  div.ctools-modal-content .no-float .form-item * {
    float: none;
  }
  
  div.ctools-modal-content .modal-form .no-float label {
    width: auto;
  }
  
  div.ctools-modal-content fieldset,
  div.ctools-modal-content .form-radios,
  div.ctools-modal-content .form-checkboxes {
    clear: left;
  }
  
  div.ctools-modal-content .vertical-tabs-panes > fieldset {
    clear: none;
  }
  
  div.ctools-modal-content .resizable-textarea {
    width: auto;
    margin-left: 15em;
    margin-right: 5em;
  }
  
  div.ctools-modal-content .container-inline .form-item {
    margin-right: 2em;
  }
  
  #views-exposed-pane-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  div.ctools-modal-content label.hidden-options {
    background: transparent url(/sites/all/modules/contrib/ctools/images/arrow-active.png) no-repeat right;
    height: 12px;
    padding-right: 12px;
  }
  
  div.ctools-modal-content label.expanded-options {
    background: transparent url(/sites/all/modules/contrib/ctools/images/expanded-options.png) no-repeat right;
    height: 12px;
    padding-right: 16px;
  }
  
  div.ctools-modal-content .option-text-aligner label.expanded-options,
  div.ctools-modal-content .option-text-aligner label.hidden-options {
    background: none;
  }
  
  div.ctools-modal-content .dependent-options {
    padding-left: 30px;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/ctools/css/modal.css */

/* Reset some styles from system.css and modal.css */
  
  div.modal-forms-modal-content .resizable-textarea {
    margin-left: 0;
    margin-right: 0;
  }
  
  div.modal-forms-modal-content .form-item label {
    float: none;
    width: auto;
  }
  
  div.modal-forms-modal-content .item-list ul li {
    margin: 0 0 0.25em 1.5em;
  }
  
  div.modal-forms-modal-content div.messages {
    margin: 0;
  }
  
  /* Styles for modal forms modal */
  
  div.modal-forms-modal-content {
    background: transparent;
    color: #000;
    font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  div.modal-forms-modal-content .popups-container {
    overflow: hidden;
    min-height: 400px;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  div.modal-forms-modal-content .modal-header {
    background-color: transparent;
    padding: 0.5em 1em 0 1em;
    min-height: 25px;
  }
  
  div.modal-forms-modal-content .modal-title {
    display: inline;
    color: #000;
  }
  
  div.modal-forms-modal-content .popups-close {
    float: right;
    cursor: pointer;
    background: url(/sites/all/modules/contrib_changed/modal_forms/images/controls.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  div.modal-forms-modal-content .popups-close:hover {
    background-position: -25px -25px;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib_changed/modal_forms/css/modal_forms_popup.css */

.node_embed_dialog {
    background:#e9e9e9;
    border:2px solid #333;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
  }
  
  .node_embed_dialog .ui-dialog-titlebar {
    margin:0;
    padding:5px;
    background-color:#333;
    color:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position:relative;
  }
  
  .node_embed_dialog .ui-dialog-titlebar-close {
    position:absolute;
    right:5px;
    color:#fff;
  }
  
  #nodeEmbedDialog {
    margin:10px 0 0 0;
  }
  
  .node_embed_dialog .nodeEmbedButtons {
    margin:0;
    padding: 0;
  }
  
  .node_embed_dialog .nodeEmbedButtons button {
    background: #333;
    color: #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #444;
    padding:3px 10px;
    margin:5px 5px 0 0;
    cursor: pointer;
  }
  
  .node_embed_dialog .nodeEmbedButtons button:hover {
    border:1px solid #999;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib_changed/node_embed/plugins/node_embed/node_embed.css */

.video_thumbnail {
    min-width: 100px;
    min-height: 100px;
  }
  
  .video-width-text {
    width:10px;
  }
  
  .video-thumb-selection{
  
  }
  
  .video-thumb-selection .form-item {
  
  }
  
  .video-thumbnails{
    /*  display : block;*/
  }
  .video-thumbnails .form-item{
    float:left;
    margin-right:10px;
    max-width:30%;
    padding-right:10px;
  }
  
  .video-bypass-auto-conversion{
  
  }
  .video-default-thumbnail{
  
  }
  
  .video-data{
  
  }
  
  .video_image_teaser {
    float: left;
    padding: 0.5em;
  }
  
  br.video_image_clear {
    clear: both;
  }
  
  .video_image_view {
    /* inser here rules for node page image */
  }
  
  .video-inprogress {
    border: 1px solid red;
    padding: .5em;
  }
  .video-conversion-failed{
    border: 1px solid red;
    padding: .5em;
  }
  
  /* override filefield entry */
  .widget-edit{
    max-width:70%;
  }
  
  .widget-edit .form-item { white-space: normal !important; }
  
  .admin_flv_player_wrapper { display: none; }
  
  /*
  * VIDEO OJBECT FIXES CROSS BROWSER
  */
  * html object.video-object {
    display: none;
  }
  
  * html object.video-object/**/ {
    display: inline;
  }
  
  * html object.video-object {
    display/**/: none;
  }
  
  div.video-preview {
    float: left; /* LTR */
    padding: 0 10px 10px 0; /* LTR */
  }
  div.video-widget-data {
    float: left; /* LTR */
    width: 85%;
  }
  div.video-widget-data input.text-field {
    width: auto;
  }
  /**
  * Wysiwyg video browser
  */
  div#video-browser-page-wrapper div#video-browser-page div.video-item{
    float: left;
    height:128px;
    padding: 5px;
    text-align: center;
    border: 1px #ccc dotted;
  }
  div#video-browser-page-wrapper div#video-browser-page div.video-item:hover{
    background-color: antiquewhite;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/video/css/video.css */

/**
   * @file
   * Front-end styling for the display of webforms.
   */
  input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
  }
  html.js input.webform-calendar {
    display: inline;
  }
  .webform-container-inline label {
    display: inline;
    margin-right: 1em;
  }
  .webform-container-inline div,
  .webform-container-inline div.form-item {
    display: inline;
  }
  .webform-container-inline div.description {
    display: block;
  }
  .webform-container-inline div.messages {
    display: block;
    float: left;
  }
  .webform-container-inline div.ajax-progress-bar div {
    display: inherit;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/webform/css/webform.css */

.addtoany {
  	display: inline;
  }
  .addtoany_list {
  	display: inline;
  	line-height: 16px;
  }
  .addtoany_list > a,
  .addtoany_list a img,
  .addtoany_list a > span {
  	vertical-align: middle;
  }
  .addtoany_list > a {
  	display: inline-block;
  	font-size: 16px;
  	padding: 0 4px;
  }
  .addtoany_list.a2a_kit_size_32 > a {
  	font-size: 32px;
  }
  .addtoany_list .a2a_counter img {
    float: left;
  }
  .addtoany_list a span.a2a_img {
  	display: inline-block;
  	height: 16px;
  	opacity: 1;
  	overflow: hidden;
  	width: 16px;
  }
  .addtoany_list a span {
  	display: inline-block;
  	float: none;
  }
  .addtoany_list.a2a_kit_size_32 a > span {
  	border-radius: 4px;
  	height: 32px;
  	line-height: 32px;
  	opacity: 1;
  	width: 32px;
  }
  .addtoany_list a:hover:hover img,
  .addtoany_list a:hover span {
  	opacity: .7;
  }
  .addtoany_list a.addtoany_share_save img {
  	border: 0;
  	width: auto;
  	height: auto;
  }
  .addtoany_list.a2a_kit_size_32 a .a2a_count {
  	position: relative;
  }
/*})'"*/

/* Above code came from sites/all/modules/contrib/addtoany/addtoany.css */

/* normalize.css v1.1.0 | MIT License | git.io/normalize */
  /* normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden] {
    display: none;
  }
  
  /* normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
  html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  html,
  button,
  input,
  select,
  textarea {
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  /* normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
  a:focus {
    outline: thin dotted;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
  }
  
  h3 {
    font-size: 1.17em;
    margin: 1em 0;
  }
  
  h4 {
    font-size: 1em;
    margin: 1.33em 0;
  }
  
  h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
  }
  
  h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  blockquote {
    margin: 1em 40px;
  }
  
  dfn {
    font-style: italic;
  }
  
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  p,
  pre {
    margin: 1em 0;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    font-size: 1em;
  }
  
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  q {
    quotes: "\201C" "\201D" "\2018" "\2019";
  }
  
  q {
    quotes: none;
  }
  
  q:before,
  q:after {
    content: '';
    content: none;
  }
  
  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;
  }
  
  dl,
  menu,
  ol,
  ul {
    margin: 1em 0;
  }
  
  dd {
    margin: 0 0 0 40px;
  }
  
  menu,
  ol,
  ul {
    padding: 0 0 0 40px;
  }
  
  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
  }
  
  /* normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
  figure {
    margin: 0;
  }
  
  /* normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
  form {
    margin: 0;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
  }
  
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  
  button,
  input {
    line-height: normal;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
  }
  
  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;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  
  /* normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/sites/all/themes/porodnice/behaviors/box-sizing/boxsizing.php);
  }
/*})'"*/

/* Above code came from sites/all/themes/porodnice/css/porodnice.normalize.css */

@media all and (max-width: 800px) {
 #toolbar, #admin-menu {    display: none;  }  html body.toolbar, html body.admin-menu {    padding-top: 0 !important;    margin-top: 0 !important;  } 
}#block-views-video-content-last-one-block .block__title {    display: none;}#block-views-video-content-last-one-block .block__content {    margin: 12px 0px;    padding: 20px;    border: 1px solid #AAAAAA;}#block-views-video-content-last-one-block .block__content .player iframe, #block-views-video-content-last-one-block .block__content .flowplayer {                width: 263px !important;                height: auto !important;}#block-views-video-content-last-one-block .block__content .views-field-title {                margin: 5px 0;}#block-views-video-content-last-one-block .block__content .views-field-title a {                text-decoration: none;}.advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper .sections-opened ul li:first a {  color: #c03;  font-weight: bold;}
/*})'"*/

/* Above code came from sites/all/themes/porodnice/css/porodnice.hacks.css */

img, media {
  
    max-width: 100%;
  
  }
  
  
  
  /* No files to import found in partials/components/**\/* */
  
  .simpleads-478 {
      margin: 0px auto;
      position: relative;
      text-align: center;
  }
  .simpleads-477 {
      position: fixed;
      text-align: center;
      overflow: hidden;
      left: calc(-1 * (1920px - 100%)/2);
      top: 0px;
  }
  .simpleads-477 img {
      max-width: 1920px !important;
      width: 1920px !important;
  }
  #block-simpleads-ad-groups-479 {
      height: 300px;
  }
  #block-simpleads-ad-groups-479 h2.block__title {
      display: none;
  }@media only screen and (max-width: 980px) {
 #block-simpleads-ad-groups-479 {
          height: auto;
      } 
}#block-zd-advice-advice-advisor-list-horizontal {
      clear: both;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list {
     display: flex;
     flex-wrap: wrap;
     justify-content: left;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .specialist-teaser {
  
      width: 33%;
      padding-top: 18px;
      margin-right: 2px;
      margin-bottom: 2px;
      overflow-wrap: break-word;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .specialist-teaser .image {
      text-align: center;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .title a {
      color: #333333;
      font-weight: bold;
      text-decoration: none;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal {
      position: relative;
      top: 15px;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .main-info {
      padding: 18px;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .main-info .specialisation a{
      text-decoration: none;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .bottom {
      padding: 0 18px 18px 18px;
      font-style: italic;
  }
  
  #block-zd-advice-advice-advisor-list-horizontal .specialists-list .specialisation {
      text-decoration: none;
  }
  
  .l-region--highlighted {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #block-views-hp-block-block, #block-views-hp-block-block-1, #block-views-hp-block-block-2, #block-zd-config-hp-content-top {
    width: 32%;
  }@media (max-width: 990px) {
 #block-views-hp-block-block, #block-views-hp-block-block-1, #block-views-hp-block-block-2, #block-zd-config-hp-content-top {
      width: 100%;
      text-align: center;
    } 
}.l-highlighted-wrapper .view-hp-block a {
    display: inline !important;
  }
  
  .l-highlighted-wrapper .views-field-title, .l-highlighted-wrapper .field--name-title{
    padding: 10px 10px 10px 0 !important;
    text-align: center;
    position: static !important;
    background: none !important;
    font-size: 20px !important;
  }
  
  .l-highlighted-wrapper .views-field-title a, .l-highlighted-wrapper .field--name-title a {
    color: #2094CE;
    font-size: 20px !important;
  }
/*})'"*/

/* Above code came from sites/all/themes/porodnice/css/porodnice.styles.css */

/**
   * Colorbox Core Style:
   * The following CSS is consistent between example themes and should not be altered.
   */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /**
   * These elements are buttons, and may need to have additional
   * styles reset to avoid unwanted base styles.
   */
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
  }
  /**
   * Avoid outlines on :active (mouseclick),
   * but preserve outlines on :focus (tabbed navigating)
   */
  #cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
    outline: 0;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* Reset box sizing to content-box if theme is using border-box. */
  #colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /**
   * Colorbox module Stockholm syndrome style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  
  #colorbox {
    background: #fff url(/sites/all/themes/porodnice/colorbox_style/images/bg_tab.png) center bottom repeat-x;
    -moz-box-shadow: 3px 3px 16px #333;
    -webkit-box-shadow: 3px 3px 16px #333;
    box-shadow: 3px 3px 16px #333;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    outline: 0;
  }
  #colorbox, #colorbox div {
    overflow: visible; /* Required by the close button. */
  }
    #cboxWrapper {
      -moz-border-radius-bottomleft: 9px;
      -moz-border-radius-bottomright: 9px;
      -webkit-border-bottom-left-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      border-bottom-left-radius: 9px;
      border-bottom-right-radius: 9px;
    }
      #cboxTopLeft {
        width: 0;
        height: 0;
      }
      #cboxTopCenter {
        height: 0;
      }
      #cboxTopRight {
        width: 0;
        height: 0;
      }
      #cboxBottomLeft {
        width: 15px;
        height: 10px;
      }
      #cboxBottomCenter {
        height: 10px;
      }
      #cboxBottomRight {
        width: 15px;
        height: 10px;
      }
      #cboxMiddleLeft {
        width: 0;
      }
      #cboxMiddleRight {
        width: 0;
      }
      #cboxContent {
        background: #fff;
        overflow: hidden;
        margin-bottom: 28px;
      }
        #cboxError {
          padding: 50px;
          border: 1px solid #ccc;
        }
        #cboxLoadedContent {
        }
        #cboxTitle {
          left: 0;
          height: 38px;
          color: #313131;
          padding: 0 140px 0 15px;
          display: table-cell !important;
          vertical-align: middle;
          float: none !important;
        }
        #cboxCurrent {
          position: absolute;
          bottom: -26px;
          right: 80px;
          color: #313131;
          border-left: 1px solid #313131;
          padding: 0 0 0 15px;
        }
        /* Slideshow not implemented. */
        .cboxSlideshow_on #cboxSlideshow {
          display: none;
        }
        .cboxSlideshow_on #cboxSlideshow:hover {
        }
        .cboxSlideshow_off #cboxSlideshow {
          display: none;
        }
        .cboxSlideshow_off #cboxSlideshow:hover {
        }
        #cboxPrevious {
          position: absolute;
          bottom: -26px;
          right: 45px;
          background: url(/sites/all/themes/porodnice/colorbox_style/images/controls.png) no-repeat 0 -48px;
          width: 21px;
          height: 15px;
          text-indent: -9999px;
        }
        #cboxPrevious:hover {
          background-position: 0 -111px;
        }
        #cboxNext {
          position: absolute;
          bottom: -26px;
          right: 15px;
          background: url(/sites/all/themes/porodnice/colorbox_style/images/controls.png) no-repeat 0 -29px;
          width: 21px;
          height: 15px;
          text-indent: -9999px;
        }
        #cboxNext:hover {
          background-position: 0 -92px;
        }
        #cboxLoadingOverlay {
          background: #e6e6e6;
        }
        #cboxLoadingGraphic {
          background: url(/sites/all/themes/porodnice/colorbox_style/images/loading_animation.gif) no-repeat center center;
        }
        #cboxClose {
          position: absolute;
          top: -10px;
          right: -10px;
          background: url(/sites/all/themes/porodnice/colorbox_style/images/controls.png) no-repeat 0px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
          opacity: 0;
        }
        #cboxClose:hover {
          background-position: 0 -63px;
        }
  
  
  /* Custom CSS */
  #cboxOverlay {
    opacity: 0.4 !important;
    filter: alpha('opacity=40') !important;
  }
  #cboxContent {
    margin: 0;
  }
  #cboxTitle, 
  #cboxTopLeft, #cboxTopCenter, #cboxTopRight, 
  #cboxMiddleLeft, #cboxMiddleRight, 
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    display: none !important;
  }
  #colorbox {
    background: transparent none;
    border-radius: 0 !important;
    box-shadow: none;
  }
  #cboxClose {
    display: none !important;
  }
/*})'"*/

/* Above code came from sites/all/themes/porodnice/colorbox_style/colorbox_style.css */

/*
  Responsive CSS for project Porodnice.cz
  Author: Aira GROUP s.r.o.
  All rights reserved.
  */
  body {
    min-width: 320px;
    max-width: 100%; }
    body .l-region--top .adv-box.leaderboard-box {
      width: 100% !important;
      max-width: 1000px;
      height: auto !important; }
      body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper {
        width: 100% !important;
        max-width: 1000px;
        height: auto !important; }
        body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper div {
          width: 100% !important;
          max-width: 1000px;
          height: auto !important; }
          body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper div div {
            width: 100% !important;
            max-width: 1000px;
            height: auto !important; }
            body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper div div a {
              width: 100% !important;
              max-width: 1000px;
              height: auto !important; }
              body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper div div a img {
                width: 100% !important;
                max-width: 1000px;
                height: auto !important; }@media only screen and (max-width: 1600px) {
 body .l-region--top .adv-box.leaderboard-box .leaderboard-adv-wrapper div div div iframe {
                display: none !important; } 
}body .l-page-wrapper {
      width: 100% !important;
      max-width: 980px; }@media only screen and (max-width: 980px) {
 body .l-page-wrapper .l-page {
          margin: 0 20px !important;
          width: auto !important; }
          body .l-page-wrapper .l-page .l-constrained {
            text-align: center; }
            body .l-page-wrapper .l-page .l-constrained .l-content {
              float: none;
              text-align: left;
              margin: 0 auto;
              width: 100%;
              max-width: 620px; }
            body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second {
              float: none;
              clear: both;
              display: inline-block;
              overflow: hidden;
              margin-top: 20px;
              padding: 0 !important;
              width: auto;
              height: auto !important;
              text-align: left; }
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn,
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2,
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7,
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 {
                text-align: left;
                display: block;
                float: left;
                margin: 5px;
                width: 100%;
                max-width: 300px;
                position: relative !important;
                top: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                left: 0 !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn,
            body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2,
            body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7,
            body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 {
              float: none;
              display: inline-block;
              margin: 5px 0; } 
}@media only screen and (max-width: 980px) {
 body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .zd-calendar-name-title-form .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .zd-calendar-name-title-form .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .zd-calendar-name-title-form .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .zd-calendar-name-title-form .form-item {
                  max-width: 100%; }
                  body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .zd-calendar-name-title-form .form-item .form-text,
                  body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .zd-calendar-name-title-form .form-item .form-text,
                  body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .zd-calendar-name-title-form .form-item .form-text,
                  body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .zd-calendar-name-title-form .form-item .form-text {
                    float: none;
                    max-width: 100% !important; }
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .zd-calendar-name-title-form input.form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .zd-calendar-name-title-form input.form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .zd-calendar-name-title-form input.form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .zd-calendar-name-title-form input.form-submit {
                  height: 38px; }
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .date-padding .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .date-padding .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .date-padding .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .date-padding .form-item,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .date-padding .ui-datepicker-trigger {
                  margin-bottom: 5px; }
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .date-padding .ui-datepicker-trigger,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .date-padding .ui-datepicker-trigger {
                  float: right; }
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-tools-zd-tools-right-clmn .form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-2 .form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 .form-submit,
                body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-twitter-block-1 .form-submit {
                  height: auto;
                  white-space: normal;
                  line-height: 20px;
                  padding: 8px 5px; }
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-zd-advert-zd-advert-square-right-1 {
                display: none; }
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second #block-block-7 {
                margin-top: 1em; }
              body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second .tools-wrapper ul.az-filter {
                width: 100%; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-page-wrapper .l-page .l-constrained .l-region--sidebar-second {
            text-align: center;
            width: 100%;
            max-width: 300px; } 
}@media only screen and (max-width: 980px) {
 body .l-page-wrapper {
          width: 95% !important;
          max-width: 768px; } 
}@media only screen and (max-width: 768px) {
 body .l-page-wrapper {
          max-width: 768px; } 
}@media only screen and (max-width: 980px) {
 body .l-page-wrapper #bottom-links ul {
          text-align: center; }
          body .l-page-wrapper #bottom-links ul li {
            text-align: left;
            padding-left: 0;
            margin: 0 5px 10px;
            display: inline-block;
            float: none; }
            body .l-page-wrapper #bottom-links ul li a {
              float: none;
              display: block; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-page-wrapper #bottom-links ul li {
          width: 250px; } 
}@media only screen and (max-width: 980px) {
 body.admin-menu {
        margin-top: 100px !important; } 
}@media only screen and (max-width: 980px) {
 body .l-page-wrapper .l-page .l-header-top {
        margin-bottom: 20px;
        min-height: auto;
        text-align: center; }
        body .l-page-wrapper .l-page .l-header-top .site-logo,
        body .l-page-wrapper .l-page .l-header-top .l-region--header {
          position: relative;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: auto;
          height: auto; }
        body .l-page-wrapper .l-page .l-header-top .site-logo {
          margin-bottom: 20px;
          display: inline-block; }
        body .l-page-wrapper .l-page .l-header-top .l-region--header-top {
          margin-bottom: 10px;
          display: block;
          text-align: right; }
          body .l-page-wrapper .l-page .l-header-top .l-region--header-top #block-zd-user-top-user-box {
            float: none;
            display: inline-block; }
            body .l-page-wrapper .l-page .l-header-top .l-region--header-top #block-zd-user-top-user-box .wrapper a {
              padding-top: 5px;
              padding-bottom: 5px; }
        body .l-page-wrapper .l-page .l-header-top .search-wrapper {
          display: block; }
        body .l-page-wrapper .l-page .l-header-top .l-region--header {
          margin-top: 20px;
          display: none; }
          body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form {
            display: inline-block;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: auto;
            height: auto; }
            body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-item-search-block-form,
            body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-type-radios,
            body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-actions {
              display: block; }
            body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-item-search-block-form {
              text-align: center; }
              body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-item-search-block-form input.form-text {
                float: none;
                display: inline-block;
                margin-right: 0; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-item-search-block-form input.form-text {
                width: 90% !important; } 
}@media only screen and (max-width: 980px) {
 body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-actions {
              margin-top: 10px; }
              body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-actions .form-submit {
                display: inline-block;
                float: none; }
            body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-type-radios {
              padding-left: 10px;
              position: relative;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: auto;
              height: auto; }
              body .l-page-wrapper .l-page .l-header-top .l-region--header #block-search-form .form-type-radios .form-item {
                margin-bottom: 10px; }
        body .l-page-wrapper .l-page .l-header-top #search-mobile-button {
          background-color: #FF9D16;
          display: block;
          cursor: pointer;
          overflow: hidden;
          border-radius: 3px;
          text-align: right; }
          body .l-page-wrapper .l-page .l-header-top #search-mobile-button .search-mobile-button-inner {
            display: inline-block;
            margin: 5px 10px;
            border-radius: 3px; }
            body .l-page-wrapper .l-page .l-header-top #search-mobile-button .search-mobile-button-inner .search-mobile-button-icon {
              height: 30px;
              display: block;
              width: 30px;
              border-radius: 3px;
              margin: 1px 0;
              background: #FF9D16 url(/sites/all/themes/porodnice/css/layouts/images/search-button.png) right center no-repeat; } 
}@media only screen and (min-width: 980px) {
 body .l-page-wrapper .l-page .l-header-top .l-region--header {
        display: block !important; } 
}@media only screen and (max-width: 980px) {
 body header.l-header .l-constrained .header-menu .nav-responsive-button-wrapper {
        display: block;
        cursor: pointer;
        background-color: #2094CE;
        overflow: hidden;
        border-radius: 3px;
        text-align: right; }
        body header.l-header .l-constrained .header-menu .nav-responsive-button-wrapper .nav-responsive-button-inner {
          display: inline-block;
          margin: 6px 10px;
          border-radius: 3px; }
          body header.l-header .l-constrained .header-menu .nav-responsive-button-wrapper .nav-responsive-button-inner .nav-responsive-button {
            display: block;
            height: 3px;
            width: 20px;
            border-radius: 3px;
            margin: 5px 0;
            background-color: #fff; }
      body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu {
        display: none;
        border-bottom-color: #aaa;
        border-top: none; }
        body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu .menu {
          clear: both;
          overflow: hidden;
          display: block; }
          body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu .menu li {
            display: block;
            float: none;
            width: 100%;
            border-top: 1px solid #aaa; }
            body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu .menu li a {
              float: none; }
            body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu .menu li.first {
              border: none; } 
}@media only screen and (min-width: 980px) {
 body header.l-header .l-constrained .header-menu .l-region--navigation #block-system-main-menu {
        display: block !important; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper,
      body.front .l-page-wrapper .l-page #block-zd-advice-advice-newest-questions-hp,
      body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles,
      body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories,
      body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp {
        margin: 0 auto;
        width: 100%;
        max-width: 620px; }
        body.front .l-page-wrapper .l-page .l-highlighted-wrapper h2.block__title,
        body.front .l-page-wrapper .l-page .l-highlighted-wrapper .title-cnt-wrapper,
        body.front .l-page-wrapper .l-page .l-highlighted-wrapper h2.title,
        body.front .l-page-wrapper .l-page #block-zd-advice-advice-newest-questions-hp h2.block__title,
        body.front .l-page-wrapper .l-page #block-zd-advice-advice-newest-questions-hp .title-cnt-wrapper,
        body.front .l-page-wrapper .l-page #block-zd-advice-advice-newest-questions-hp h2.title,
        body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles h2.block__title,
        body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .title-cnt-wrapper,
        body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles h2.title,
        body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories h2.block__title,
        body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories .title-cnt-wrapper,
        body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories h2.title,
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp h2.block__title,
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .title-cnt-wrapper,
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp h2.title {
          text-align: center; }
      body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content {
        text-align: center; }
        body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left {
          text-align: center;
          width: 100%;
          float: none; }
          body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .node {
            display: inline-block !important;
            width: auto;
            height: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 580px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .node {
            max-width: 220px; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field__items .field__item {
            text-align: center;
            display: block; }
          body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field--name-field-image .field__items .field__item a {
            display: inline-block;
            width: auto;
            height: auto; }
            body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field--name-field-image .field__items .field__item a img {
              display: block;
              width: 100% !important;
              max-width: 465px !important;
              height: auto !important; } 
}@media only screen and (max-width: 980px) and (max-width: 580px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field--name-title a {
          text-transform: none !important;
          line-height: 23px !important;
          font-size: 18px !important; }
          body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field--name-title a .category {
            float: none !important;
            display: block;
            clear: both;
            margin-right: 0 !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .left .field--name-title a {
          padding: 10px; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .right {
          max-width: 550px;
          display: inline-block;
          margin-top: 10px;
          text-align: center;
          width: 100%;
          float: none; }
          body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .right .node {
            float: none;
            margin: 10px;
            display: inline-block;
            max-width: 100% !important;
            height: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .right .node {
            margin: 10px auto; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .right .field__items .field__item a {
            height: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 580px) {
 body.front .l-page-wrapper .l-page .l-highlighted-wrapper .l-region #block-zd-config-hp-content-top .block__content .right {
          max-width: 480px; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page .bottom-newest-sections .views-row {
      max-width: 500px;
      margin: 1em; }
    body.front .l-page-wrapper .l-page .bottom-newest-sections .view-advice-answers-list .view-content .question-content {
      font-size: 12px !important; }
    body.front .l-page-wrapper .l-page .bottom-newest-sections .view-advice-answers-list .view-content .views-row-even:not-empty {
      margin-top: 10px;
      margin-left: 0px; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page .hp-advices-box .advice-sections-navigation-wrapper .sections-opened-wrapper {
      text-align: center; }
      body.front .l-page-wrapper .l-page .hp-advices-box .advice-sections-navigation-wrapper .sections-opened-wrapper .navigation-image,
      body.front .l-page-wrapper .l-page .hp-advices-box .advice-sections-navigation-wrapper .sections-opened-wrapper .sections-opened {
        float: none;
        display: inline-block;
        width: 100%; }
        body.front .l-page-wrapper .l-page .hp-advices-box .advice-sections-navigation-wrapper .sections-opened-wrapper .navigation-image img,
        body.front .l-page-wrapper .l-page .hp-advices-box .advice-sections-navigation-wrapper .sections-opened-wrapper .sections-opened img {
          margin-left: 0; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page .hp-advices-box .navigation-btns-wrapper {
      margin-bottom: 10px; }
      body.front .l-page-wrapper .l-page .hp-advices-box .navigation-btns-wrapper a.btn-ask-question,
      body.front .l-page-wrapper .l-page .hp-advices-box .navigation-btns-wrapper a.btn-advice-section {
        text-align: center;
        float: none;
        margin: 0;
        height: auto;
        line-height: 30px;
        font-size: 14px; }
      body.front .l-page-wrapper .l-page .hp-advices-box .navigation-btns-wrapper a.btn-ask-question {
        margin-bottom: 20px; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-left {
        margin-right: 20px;
        margin-bottom: 5px; }
      body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-right {
        float: none;
        width: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 580px) {
 body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-left {
      float: none;
      margin-right: 0px;
      width: 100%;
      height: auto;
      text-align: center;
      margin-bottom: 10px; }
      body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-left a {
        display: inline-block;
        vertical-align: top;
        height: auto;
        border: none; }
    body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-left,
    body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content .node .group-right {
      display: block;
      clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page #block-zd-config-hp-content-articles .block__content > a {
      text-align: center;
      float: none;
      margin: 0;
      height: auto;
      line-height: 30px;
      font-size: 14px;
      margin-bottom: 10px; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories .block__content .pregnancy-category-list {
        margin: 5px; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories .block__content {
      text-align: center; }
      body.front .l-page-wrapper .l-page #block-zd-pregnancy-az-pregnancy-top-categories .block__content .pregnancy-category-list {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: left;
        height: auto !important; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box,
      body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; }
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a,
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a {
          white-space: normal;
          padding: 5px 10px;
          margin: 5px 0px;
          width: 50%;
          border-left: solid 1px #aaa; }
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.last, body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.item-2, body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.item-4, body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.item-6, body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.item-8, body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a.item-10,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.last,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.item-2,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.item-4,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.item-6,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.item-8,
          body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a.item-10 {
            border-right: solid 1px #aaa; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-box a,
        body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia_categories_box a {
          width: 100%;
          border-right: solid 1px #aaa;
          margin: 5px 0; } 
}@media only screen and (max-width: 980px) {
 body.front .l-page-wrapper .l-page #block-zd-encyclopedia-encyclopedia-navigation-hp .block__content .navigation-wrapper .encyclopedia-categories-img-box .image-book img {
        margin: 0;
        margin-top: 10px; } 
}body .hp-advice-block {
      border-bottom: 0px; }
      body .hp-advice-block .navigation-btns-wrapper {
        overflow: inherit;
        margin-left: 19px; }
    body .ds-2col-stacked > .group-left {
      width: 220px; }
    body .ds-2col-stacked > .group-right {
      width: 380px; }
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-field-image-adviser {
      float: left; }
      body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-field-image-adviser .field-content {
        display: block;
        padding: 5px 10px; }
        body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-field-image-adviser .field-content img {
          float: none;
          max-width: 90px;
          width: 100%;
          height: auto;
          margin-top: 0;
          margin-bottom: 0;
          padding-left: 0;
          border-radius: 0; }
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-nothing-1 {
      width: auto; }
      body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-nothing-1 .field-content {
        display: block;
        padding: 5px 10px;
        margin: 0; }
        body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-nothing-1 .field-content .date-display-range {
          margin: 0; }
          body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .view-content .views-row .views-field-nothing-1 .field-content .date-display-range span {
            margin: 0; }@media only screen and (max-width: 980px) {
 body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content {
        margin: 0 auto;
        width: 100%;
        max-width: 620px; }
        body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content h1 {
          text-align: center; }
        body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-left {
          margin-right: 20px;
          margin-bottom: 5px; }
        body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-right {
          float: none;
          width: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-left {
        float: none;
        margin-right: 0px;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 10px; }
        body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-left a {
          display: inline-block;
          vertical-align: top;
          height: auto; }
      body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-left,
      body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-content .node .group-right {
        display: block;
        clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-clanky .l-page-wrapper .l-page-shadow .l-constrained .l-content .view-footer a {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
        background-position: right bottom 2px; } 
}@media only screen and (max-width: 980px) {
 body.page-tehotenstvi-a-z h1 {
        text-align: center; }
      body.page-tehotenstvi-a-z #block-zd-pregnancy-az-pregnancy-top-categories {
        width: 100% !important; }
      body.page-tehotenstvi-a-z .pregnancy-category-list {
        margin: 5px; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-tehotenstvi-a-z {
      text-align: center; }
      body.page-tehotenstvi-a-z .pregnancy-category-list {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: left;
        height: auto !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-poradny .l-content .anonymous-login-options .login-options {
      padding: 0px !important; }
    body.page-poradny .l-content .anonymous-login-options .register {
      float: left !important; }
    body.page-poradny .l-content .login-options {
      float: none;
      width: none;
      height: auto;
      padding: none;
      border: none; }
      body.page-poradny .l-content .login-options .facebook-login {
        float: left;
        margin-left: 1em;
        margin-right: 1em;
        width: 200px;
        height: 136px;
        padding: 15px 20px;
        border: 1px solid #AAAAAA; }
      body.page-poradny .l-content .login-options .normal-login {
        border: 1px solid #AAAAAA;
        height: 136px;
        padding: 15px;
        width: 160px; }
      body.page-poradny .l-content .login-options .register {
        padding: 15px;
        float: left !important;
        height: auto; } 
}@media only screen and (max-width: 980px) {
 body.page-poradny .l-content h1 {
        text-align: center; }
      body.page-poradny .l-content .advice-wrapper a.question-btn {
        float: none;
        position: relative;
        top: 0px;
        right: 0px;
        text-align: center; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-poradny .l-content .advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper {
      text-align: center; }
      body.page-poradny .l-content .advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper .navigation-image,
      body.page-poradny .l-content .advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper .sections-opened {
        float: none;
        display: inline-block;
        width: 100%; }
        body.page-poradny .l-content .advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper .navigation-image img,
        body.page-poradny .l-content .advice-wrapper .advice-sections-navigation-wrapper .sections-opened-wrapper .sections-opened img {
          margin-left: 0; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-poradny .l-content .advice-wrapper #zd-misc-custom-search-form .form-item-search-block-form input.form-text {
      width: 100%; } 
}@media only screen and (max-width: 980px) {
 body.page-poradny .l-content .advice-wrapper .answers-general-list p.info {
        text-align: center; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-poradny .l-content .advice-wrapper .answers-general-list .view .view-content .views-row .field-content .answer-teaser-box .specialist-answer-box .answer-box {
      width: 100%;
      float: none;
      clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager {
      text-align: center; }
      body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager .pager-previous,
      body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager .pager-next {
        display: block;
        clear: both;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager .pager-previous a,
        body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager .pager-next a {
          width: 100%;
          text-align: center; }
      body.page-poradny .l-content .advice-wrapper .answers-general-list .view .pager .pager-current.pager-first {
        margin-left: 0; } 
}@media only screen and (max-width: 980px) {
 body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box,
      body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; }
        body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a,
        body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a {
          white-space: normal;
          padding: 5px 10px;
          margin: 5px 0px;
          width: 50%;
          border-left: solid 1px #aaa; }
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.last, body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.item-2, body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.item-4, body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.item-6, body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.item-8, body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a.item-10,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.last,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.item-2,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.item-4,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.item-6,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.item-8,
          body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a.item-10 {
            border-right: solid 1px #aaa; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-box a,
        body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia_categories_box a {
          width: 100%;
          border-right: solid 1px #aaa;
          margin: 5px 0; } 
}@media only screen and (max-width: 980px) {
 body.page-encyklopedie .l-content .encyclopedia-wrapper .encyclopedia-categories-img-box .image-book img {
        margin: 0;
        margin-top: 10px; }
      body.section-encyklopedie .l-content #block-zd-encyclopedia-encyclopedia-article {
        width: 380px !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.section-encyklopedie .l-content #block-zd-encyclopedia-encyclopedia-categories,
    body.section-encyklopedie .l-content #block-zd-encyclopedia-encyclopedia-article {
      width: 100% !important;
      float: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    body.section-encyklopedie .l-content #block-zd-encyclopedia-encyclopedia-categories ul.categories ul.menu ul li a {
      background: url(/sites/all/themes/porodnice/css/layouts/images/sidebar-ency.png) left 12px center transparent no-repeat; }
      body.section-encyklopedie .l-content #block-zd-encyclopedia-encyclopedia-categories ul.categories ul.menu ul li a.active {
        background-image: url(/sites/all/themes/porodnice/css/layouts/images/bullet-encyclopedia-menu.png);
        background-position: -220px center; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .child-gender {
      float: none;
      width: 100%;
      display: block;
      text-align: center; }
      body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .child-gender label {
        float: none;
        display: block;
        width: 100%; }
      body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .child-gender .form-radios {
        clear: both;
        width: 100%;
        display: inline-block;
        float: none; }
        body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .child-gender .form-radios .form-item {
          display: inline-block;
          float: none;
          margin-left: 10px;
          margin-right: 10px; }
          body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .child-gender .form-radios .form-item label {
            width: auto;
            display: inline; }
    body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date {
      width: 100%;
      clear: both;
      float: none; }
      body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date .form-item-calendar-date-day {
        float: none;
        width: 100%;
        display: block;
        text-align: center; }
        body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date .form-item-calendar-date-day label {
          float: none;
          display: block;
          width: 100%; }
        body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date .form-item-calendar-date-day .form-select {
          clear: both;
          width: 250px;
          display: inline-block;
          float: none;
          text-align: left;
          margin-right: 0; }
      body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date .form-item-calendar-date-month {
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 10px;
        display: block;
        clear: both; }
        body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .calendar_date .form-item-calendar-date-month .form-select {
          width: 250px;
          display: inline-block;
          float: none;
          text-align: left; }
    body.page-kalendar-jmen .l-content .filter-box .advanced-filter-box form .form-submit {
      width: 100%;
      float: none;
      height: 35px;
      line-height: 36px; } 
}@media only screen and (max-width: 980px) {
 body.page-souteze .l-content {
        margin: 0 auto;
        width: 100%;
        max-width: 620px; }
        body.page-souteze .l-content h1, body.page-souteze .l-content h2 {
          text-align: center; }
        body.page-souteze .l-content .view-content .node .group-left {
          margin-right: 20px;
          margin-bottom: 5px; }
        body.page-souteze .l-content .view-content .node .group-right {
          float: none;
          width: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-souteze .l-content .view-content .node .group-left {
        float: none;
        margin-right: 0px;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 10px; }
        body.page-souteze .l-content .view-content .node .group-left a {
          display: inline-block;
          vertical-align: top;
          height: auto; }
      body.page-souteze .l-content .view-content .node .group-left,
      body.page-souteze .l-content .view-content .node .group-right {
        display: block;
        clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-souteze .l-content .view-footer a {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
        background-position: right bottom 2px; } 
}@media only screen and (max-width: 980px) {
 body.page-hledam-doktora .l-content h1, body.page-hledam-pediatra .l-content h1, body.page-hledam-gynekologa .l-content h1 {
        text-align: center; }
      body.page-hledam-doktora .l-content .find-doctor-wrapper, body.page-hledam-pediatra .l-content .find-doctor-wrapper, body.page-hledam-gynekologa .l-content .find-doctor-wrapper {
        width: 100%;
        display: block;
        text-align: center; }
        body.page-hledam-doktora .l-content .find-doctor-wrapper .find-doctor-box, body.page-hledam-pediatra .l-content .find-doctor-wrapper .find-doctor-box, body.page-hledam-gynekologa .l-content .find-doctor-wrapper .find-doctor-box {
          display: inline-block;
          width: 45%;
          margin: 0 2% 10px;
          float: none;
          text-align: left;
          border-radius: 3px;
          background-color: #2094CE; }
          body.page-hledam-doktora .l-content .find-doctor-wrapper .find-doctor-box a, body.page-hledam-pediatra .l-content .find-doctor-wrapper .find-doctor-box a, body.page-hledam-gynekologa .l-content .find-doctor-wrapper .find-doctor-box a {
            display: block;
            text-align: center;
            color: #fff;
            line-height: 35px;
            padding-left: 20px;
            background-position: 10px center;
            border-radius: 3px;
            padding-right: 5px; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body.page-hledam-doktora .l-content .find-doctor-wrapper .find-doctor-box, body.page-hledam-pediatra .l-content .find-doctor-wrapper .find-doctor-box, body.page-hledam-gynekologa .l-content .find-doctor-wrapper .find-doctor-box {
          width: 98%;
          margin-bottom: 20px; } 
}@media only screen and (max-width: 980px) {
 body.page-hledam-doktora .l-content #mapa_kraju, body.page-hledam-pediatra .l-content #mapa_kraju, body.page-hledam-gynekologa .l-content #mapa_kraju {
        width: 100%; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.page-hledam-doktora .l-content #mapa_kraju object, body.page-hledam-pediatra .l-content #mapa_kraju object, body.page-hledam-gynekologa .l-content #mapa_kraju object {
        width: 100%;
        height: auto; } 
}@media only screen and (max-width: 980px) {
 body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-left {
        margin-right: 20px;
        margin-bottom: 5px; }
      body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-right {
        float: none;
        width: auto !important;
        margin-left: 0; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-left {
      float: none;
      margin-right: 0px;
      width: 100%;
      height: auto;
      text-align: center;
      margin-bottom: 10px; }
      body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-left a {
        display: inline-block;
        vertical-align: top;
        height: auto; }
    body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-left,
    body.node-type-book .l-content .pregnancy-articles-listing .view-content .node .group-right {
      display: block;
      clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-content .views-row .views-field-nothing a,
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-content .views-row .views-field-nothing-1 a {
      float: none;
      height: 30px;
      line-height: 30px;
      margin-left: 0; }
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer {
      text-align: center;
      clear: both; }
      body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile {
        overflow: hidden;
        clear: both;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        text-align: left; }
        body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .views-field-nothing {
          position: relative;
          margin-top: 0;
          margin-left: 0; }
        body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .views-field-title {
          float: none !important;
          width: 100% !important;
          padding: 0 !important; }
          body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile .views-field-title .field-content {
            display: block;
            padding: 5px 10px;
            float: none; }
        body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-tema-mesice-uvodni-blok .view-footer .view-questioner-profile:after {
          display: none !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-id-tema_mesice .view-content .views-row .group-footer .fb_iframe_widget {
      display: block;
      max-width: 100%; }
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-id-tema_mesice .view-content .views-row .group-footer span {
      max-width: 100%; }
    body.section-tema-mesice .l-page-wrapper .l-main .l-content .view-id-tema_mesice .view-content .views-row .group-footer iframe {
      width: 100% !important; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-content .view .pager {
      text-align: center; }
      body .l-content .view .pager .pager-previous,
      body .l-content .view .pager .pager-next {
        display: block;
        clear: both;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        body .l-content .view .pager .pager-previous a,
        body .l-content .view .pager .pager-next a {
          width: 100%;
          text-align: center; }
      body .l-content .view .pager .pager-current.pager-first {
        margin-left: 0; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-content .view .view-content .views-row .answer-teaser-box .specialist-answer-box .answer-box {
      width: 100%;
      float: none;
      clear: both; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-content article.node .send-question a {
      width: 100%;
      float: none; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-content article.node .specialist-medallion .image {
      display: block;
      text-align: center;
      float: none;
      width: 100%; }
      body .l-content article.node .specialist-medallion .image img {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: top; }
    body .l-content article.node .specialist-medallion .text-box {
      float: none;
      display: block;
      width: 100%; } 
}@media only screen and (max-width: 980px) and (max-width: 480px) {
 body .l-content article.node form .form-item-search-block-form input.form-text {
      width: 100% !important; } 
}@media only screen and (max-width: 980px) {
 body .l-content .view-content .views-row .node .group-left {
        margin-right: 20px;
        margin-bottom: 5px; }
      body .l-content .view-content .views-row .node .group-right {
        float: none;
        width: auto; } 
}@media only screen and (max-width: 980px) and (max-width: 768px) {
 body .l-content .view-content .views-row .node .group-left {
      float: none;
      margin-right: 0px;
      width: 100%;
      height: auto;
      text-align: center;
      margin-bottom: 10px; }
      body .l-content .view-content .views-row .node .group-left a {
        display: inline-block;
        vertical-align: top;
        height: auto; }
    body .l-content .view-content .views-row .node .group-left,
    body .l-content .view-content .views-row .node .group-right {
      display: block;
      clear: both; } 
}@media only screen and (max-width: 980px) {
 body .l-content iframe {
        max-width: 100%; } 
}@media only screen and (min-width: 768px) {
 body .hp-advice-block .bottom-newest-sections {
        min-height: 2px; } 
}@media only screen and (max-width: 768px) {
 body .answers-general-list .views-row .answer-teaser-box .top-info .title,
      body .hp-advice-block .views-row .answer-teaser-box .top-info .title,
      body .question-specialist-wrapper .views-row .answer-teaser-box .top-info .title,
      body .view-custom-node-search .views-row .answer-teaser-box .top-info .title {
        width: auto !important; }
      body .view-custom-node-search .view-filters .views-exposed-form .views-exposed-widget {
        clear: both;
        display: block; }
        body .view-custom-node-search .view-filters .views-exposed-form .views-exposed-widget .views-widget {
          display: block !important; }
          body .view-custom-node-search .view-filters .views-exposed-form .views-exposed-widget .views-widget .form-item {
            display: block !important; }
      body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-views-fulltext-wrapper {
        height: auto; }
        body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-views-fulltext-wrapper label {
          display: block;
          text-align: center;
          width: 100%; }
        body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-views-fulltext-wrapper .form-item input.form-text {
          width: 100%; }
      body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-aggregation-1-wrapper label,
      body .view-custom-node-search .view-filters .views-exposed-form #edit-sort-bef-combine-wrapper label {
        display: block;
        text-align: center;
        width: 100%; }
      body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-aggregation-1-wrapper .views-widget .bef-select-as-links,
      body .view-custom-node-search .view-filters .views-exposed-form #edit-sort-bef-combine-wrapper .views-widget .bef-select-as-links {
        text-align: center; }
        body .view-custom-node-search .view-filters .views-exposed-form #edit-search-api-aggregation-1-wrapper .views-widget .bef-select-as-links .form-item .form-item,
        body .view-custom-node-search .view-filters .views-exposed-form #edit-sort-bef-combine-wrapper .views-widget .bef-select-as-links .form-item .form-item {
          text-align: left;
          display: inline-block !important;
          padding: 0 10px;
          margin: 10px 0; } 
}@media only screen and (max-width: 768px) {
 body .user-login .form-wrapper .fieldset-wrapper .form-item label {
        display: block;
        clear: both;
        width: 100% !important;
        float: none; }
      body .user-login .form-wrapper .fieldset-wrapper .form-item .form-text {
        width: 100% !important;
        clear: both; }
      body .user-login .form-wrapper .fieldset-wrapper .form-actions input.form-submit {
        float: none;
        width: 100%;
        padding: 0 5%;
        font-size: 14px;
        line-height: 34px;
        height: auto; }
      body .user-login .form-wrapper .fieldset-wrapper span.registration a#edit-registration-link {
        height: auto;
        padding: 10px 15px;
        line-height: 18px;
        font-size: 14px;
        text-align: center;
        float: none; }
      body .user-login .form-wrapper#edit-facebook-login .fieldset-wrapper {
        padding-bottom: 0; }
        body .user-login .form-wrapper#edit-facebook-login .fieldset-wrapper a.facebook-action-connect {
          position: relative;
          display: block;
          text-align: center;
          margin: 10px auto 0;
          height: auto;
          padding: 10px 0;
          line-height: 18px;
          font-size: 14px; }
          body .user-login .form-wrapper#edit-facebook-login .fieldset-wrapper a.facebook-action-connect .caption {
            text-align: left;
            display: inline-block;
            background-position: 4px center;
            margin: 0 10px; }
      body #user-register-form .group-main {
        min-width: auto; }
        body #user-register-form .group-main .fieldset-wrapper .form-item label {
          width: 100% !important;
          float: none !important; }
        body #user-register-form .group-main .fieldset-wrapper .form-item .form-text {
          width: 100% !important;
          float: none !important; } 
}@media only screen and (max-width: 768px) and (max-width: 480px) {
 body #user-register-form .group-main .fieldset-wrapper .form-item .date-no-float {
        width: auto;
        float: none; }
        body #user-register-form .group-main .fieldset-wrapper .form-item .date-no-float .date-padding .form-item-field-born-date-und-0-value-year {
          margin-bottom: 10px; }
        body #user-register-form .group-main .fieldset-wrapper .form-item .date-no-float .date-padding .ui-datepicker-trigger {
          margin-right: 15px;
          float: right; } 
}@media only screen and (max-width: 768px) {
 body #user-register-form .group-main .fieldset-wrapper .form-item.form-type-date-combo {
          margin-bottom: 0; }
          body #user-register-form .group-main .fieldset-wrapper .form-item.form-type-date-combo .form-type-date-select {
            margin-bottom: 0; }
        body #user-register-form .group-main .fieldset-wrapper .form-type-password-confirm .password-suggestions {
          margin-left: 0 !important; }
        body #user-register-form .group-main .fieldset-wrapper .form-item.form-type-radio {
          margin-right: 0;
          width: 100%;
          float: none;
          clear: both;
          padding-left: 20px; }
          body #user-register-form .group-main .fieldset-wrapper .form-item.form-type-radio .option {
            padding-left: 20px; } 
}@media only screen and (max-width: 768px) and (max-width: 768px) {
 body #user-register-form .captcha img {
      float: none;
      display: block;
      margin: 0 auto 10px; }
    body #user-register-form .captcha .form-item.form-item-captcha-response {
      float: none;
      clear: both;
      display: block;
      width: 100%; }
      body #user-register-form .captcha .form-item.form-item-captcha-response .form-text {
        float: none;
        clear: both;
        width: 100%; } 
}@media only screen and (max-width: 768px) and (max-width: 480px) {
 body #user-register-form .form-actions {
      display: block;
      width: 100%; }
      body #user-register-form .form-actions .form-submit {
        float: none;
        width: 100%;
        padding: 0 5%;
        font-size: 14px;
        line-height: 34px;
        height: auto; } 
}body #modalContent {
      min-width: 320px !important;
      max-width: 100% !important; }
      body #modalContent div.modal-forms-modal-content {
        max-width: 100% !important; }@media only screen and (max-width: 768px) {
 body #modalContent div.modal-forms-modal-content #modal-content #edit-classic-login,
          body #modalContent div.modal-forms-modal-content #modal-content #edit-facebook-login,
          body #modalContent div.modal-forms-modal-content #modal-content #edit-create-account {
            clear: both;
            float: none; }
            body #modalContent div.modal-forms-modal-content #modal-content #edit-classic-login .fieldset-wrapper,
            body #modalContent div.modal-forms-modal-content #modal-content #edit-facebook-login .fieldset-wrapper,
            body #modalContent div.modal-forms-modal-content #modal-content #edit-create-account .fieldset-wrapper {
              height: auto;
              width: 100%; } 
}body footer.page-footer {
      width: 100% !important;
      max-width: 980px; }@media only screen and (max-width: 980px) {
 body footer.page-footer {
          max-width: 768px; } 
}@media only screen and (max-width: 768px) {
 body footer.page-footer {
          max-width: 480px; } 
}@media only screen and (max-width: 768px) {
 body footer.page-footer {
          text-align: center; }
          body footer.page-footer .footer-left,
          body footer.page-footer .footer-right {
            display: inline-block;
            margin: 0 0 10px;
            float: none; } 
}@media only screen and (max-width: 768px) and (max-width: 480px) {
 body footer.page-footer .footer-right a,
      body footer.page-footer .footer-right span {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        display: inline-block; } 
}/*# sourceMappingURL=responsive.css.map */
  
  /* Small changes */
  .related-articles-box a, .field--name-field-related-questions a{
      box-sizing: border-box;
      margin: 0px;
      padding: 0px;
      color: rgb(32, 148, 206) !important;
      font-family: Arial;
      font-size: 15px;
  }
  #block-zd-pregnancy-az-pregnancy-category-navigation ul li a.category-name {
      display: block;
      line-height: 14px;
      margin-bottom: 8px;
      padding-left: 12px;
      background: transparent url(/sites/all/themes/porodnice/css/layouts/images/bullet-orange-small-triangle.png) 0 3px no-repeat;
      font-size: 12px;
      list-style: none inside none;
      /*width: 50%;*/
  }@media only screen and (min-width: 768px) {
 #block-zd-pregnancy-az-pregnancy-category-navigation ul {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    } 
}/*Order of block*/
  .section-tehotenstvi-a-z .l-content{
      display: -webkit-box;
      display: -moz-box;
      display: box;
  
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
  }
  .section-tehotenstvi-a-z .l-content .back-link{
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
  }
  .section-tehotenstvi-a-z .l-content h1 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
  }
  .section-tehotenstvi-a-z .l-content article, .section-tehotenstvi-a-z .block--zd-pregnancy-az {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      box-ordinal-group: 3;
  }@media only screen and (max-width: 768px) {
 .section-tehotenstvi-a-z .book-navigation__links a{
      width:100%;
    } 
}/*Related Articles*/
  .node--advice-question--full  .related-content{
    margin-top: 10px;
  }
  /*AZ sorting*/
  .block--zd-pregnancy-az .main-category-list h2{
      position: relative;
      width: 600px;
      float: left;
  }@media (max-width: 768px) {
 .block--zd-pregnancy-az .main-category-list h2{
      width: 100%;
    } 
}
/*})'"*/

/* Above code came from sites/all/themes/porodnice/css/responsive.css */

