
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
    background: #FFF;
	letter-spacing: -0.3px;
}

body {
    font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1em; /* base height its setup in global.base, i guess it's 16px */
    border-top: 2px solid #73726d;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

b,
strong {
}

i,
em {
}

dfn {
}

sup {
}

sub {
}

del {
}

ins {
}

blockquote {
}

cite {
}

q {
}

address {
}

ul {
}

ol {
}

li {
}

dl {
}

dd {
}

dt {
}

abbr {
}

acronym {
}

pre,
code,
tt,
samp,
kbd,
var {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {
}

#page {
    position: relative;
}

#page .container {
}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
    padding: 10px 0 40px;
	background: url('images/blue-top.jpg') no-repeat 98% top;
}

/*
 * Wraps the sidebars the content column
 */
#columns {
}

/*
 * Main content column wrapper
 */
#content-column {
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {
}

/*
 * Footer wrapper
 */
#footer {
    border-top: 1px solid #D9E5EF;
}

#footer #block-block-3 {
    float: right;
    width: 265px;
    padding-top: 10px;
    margin-right: 10px;
    position: relative;
}

#footer #block-block-3 .block-content {
    background: url('images/phone.png') left 3px no-repeat;
    padding: 0 0 0 45px;
    height: 53px
}

#footer #block-block-3 .block-content .footer-tresc p {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}

#footer #block-block-3 .block-content .footer-tresc p span {
    color: #DE0128;
    font-size: 0.9em;
    float: left;
}

#footer #block-block-3 .block-content .footer-tresc p a {
    color: #005095;
    text-decoration: none;
    font-size: 0.8em;
    float: right;
	margin-right:13px;
}

#footer #block-block-3 .block-content .footer-tresc span.fake-h2 {
    clear: both;
    font-size: 1.65em;
    line-height: 1em;
    color: #005095;
}

#footer #block-block-3 .block-content .footer-tresc .footer-kreska {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 35px;
    background: #D9E5EF;
}

#footer #block-menu-menu-badania-rynkowe-stopka {
    float: left;
}

#footer #block-menu-menu-badania-rynkowe-stopka .block-inner {
    margin: 0;
}

#footer #block-menu-menu-badania-rynkowe-stopka ul.menu {
    padding: 0;
    margin: 0;
}

#footer #block-menu-menu-badania-rynkowe-stopka ul.menu li {
    border-right: 1px solid #D9E5EF;
    padding-top: 20px;
    padding-bottom: 5px;
}

#footer #block-menu-menu-badania-rynkowe-stopka ul.menu li a {
    color: #8E8B8B;
    font-size: 0.8em;
    text-transform: capitalize;
    font-weight: 400;
}

#footer #block-block-8 {
    width: 100%;
    min-width: 600px;
    float: left;
    margin-top: -10px;
}

#footer #block-block-8 p {
    color: #8E8B8B;
    font-size: 0.8em;
    text-transform: inherit;
    font-weight: 400;
    padding: 0 5px 0 5px;
}
#footer .block-menu .menu {
    margin: 0;
}
.front #footer .block-menu,
.not-front #footer .block-menu {
    padding: 0;
}

/*
 * Panelsss may need additional margin wrangling when in the $content region
 */
#content .panel-display {
}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {
}

#leaderboard-wrapper .container {
}

/*
 * Wraps the header
 */
#header-wrapper {
    /* Debug styles, is this working */
    background: rgba(255, 192, 203, 0.5);
}

#header-wrapper .container {
}

/*
 * Wraps the nav elements
 */
#nav-wrapper {
}

#nav-wrapper .container {
}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {
}

#breadcrumb-wrapper .container {
}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {
}

#messages-help-wrapper .container {
}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {
}

#secondary-content-wrapper .container {
}

/*
 * Wraps the main content column
 */
#content-wrapper {
}

#content-wrapper .container {
}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {
}

#tertiary-content-wrapper .container {
}

/*
 * Footer wrapper
 */
#footer-wrapper {
    /* Debug styles, is this working? */
    background: rgba(255, 192, 203, 0.5);
}

#footer-wrapper .container {
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
    float: left;
}

/*
 * Logo
 */
#logo {
    padding: 20px 0 10px;
}

#logo img {
    vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {
}

/*
 * Site name (h1)
 */
#site-name {
    margin: 0;
    font-weight: bold;
}

#site-name a {
}

#site-name a:link,
#site-name a:visited {
    text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
    text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
    color: #5D5D5D;
    font-size: 9px;
    margin: -8px 7px;
    text-transform: uppercase;
    display: none;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {
}

/*
 * The main page title (h1)
 */
#page-title {
    margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {
}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
    display: inline;
    margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: block;
}

ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
    margin: 0;
    padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
    display: block;
    opacity: 0.65;
    padding: 1em 0;
    text-align: center;
}

.attribution a {
    text-decoration: none;
    color: inherit;
}

.attribution a:hover,
.attribution a:focus {
    text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {
}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {
}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {
}

/*
 * Header region, embedded in the #header
 */
.region-header {
    float: right;
    margin: 50px 0 0 0
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {
}

/*
 * Secondary content
 */
.region-secondary-content {
}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {
}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {
}

/*
 * Sidebars - targets both
 */
.sidebar {
}

/*
 * First sidebar
 */
.region-sidebar-first {
}

/*
 * Second sidebar
 */
.region-sidebar-second {
}

/*
 * Tertiary content
 */
.region-tertiary-content {
}

/*
 * Footer region
 */
.region-footer {
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
    text-decoration: none;
}

a:link,
a:visited {
}

a:active,
a.active {
}

a:hover,
a:focus {
    text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
    clear: both;
    margin: 10px 0;
}

.nav ul,
.nav ul.menu {
    margin: 0;
    padding: 0;
}

.nav li,
.nav ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li a,
.nav ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {
}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {
}

.nav .block {
    margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
    margin-bottom: 0;
}

ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    line-height: 15px;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {
}

ul.sf-menu li {
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
    outline: 0;
}

ul.sf-menu a {
}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
    outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {
}

.block-superfish .block-inner .content {
}

.block-superfish ul {
    margin: 0 !important;
    padding: 0 !important;
}

.block-superfish ul ul {
}

.block-superfish ul ul ul {
}

.block-superfish ul ul ul ul {
}

.block-superfish li {
    margin: 0 !important;
    padding: 0 !important;
}

.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
    display: block;
    background: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 0;
    padding: 7px 0px !important;
    margin-top: -20px !important;
}

.sf-menu.sf-horizontal.sf-shadow ul li, .sf-menu.sf-vertical.sf-shadow ul li, .sf-menu.sf-navbar.sf-shadow ul ul li {
    border-right: 0;
    padding: 3px 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
    width: 100%;
}

.sf-vertical li {
    width: 100%;
}

.sf-vertical li.last {
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.sf-vertical li a {
    padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
    padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
    padding: 0 10px;
}

.block-superfish {
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.at-mt .at-menu-toggle-button {
    margin: 0;
}

.at-mt .at-menu-toggle ul a {
    padding: 0 10px;
    white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
    padding-left: 15px;
}

ul.menu ul {
    padding-left: 15px;
}

ul.menu ul ul {
}

ul.menu ul ul ul {
}

ul.menu li {
    margin: 0;
    border-right: 2px solid #549ccc;
    float: left;
    list-style: none;
    line-height: 1em;
}

ul.menu li.last,
ul.menu li:last-child {
    border-right: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
}

ul.menu li a {
    color: #373737;
    font-size: 0.8em;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.menu li a:link,
ul.menu li a:visited {
}

ul.menu li a:active,
ul.menu li a.active {
}

ul.menu li a:hover,
ul.menu li a:focus {
}

ul.menu li.active a,
ul.menu li.active-trail a {
}

ul.menu li.first,
ul.menu li.last {
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
    padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {
}

.book-navigation .page-links {
}

.book-navigation .page-previous {
}

.book-navigation .page-next {
}

.book-navigation .page-up {
    /* Prevent text wrapping to a new line, assumes the string is two chars */
    min-width: 2em;
    white-space: nowrap;
}

.book-navigation .menu {
    margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
    margin: 15px 0;
    float: left;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
    content: ":";
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}

#breadcrumb li {
    list-style: none;
    display: inline;
}

#breadcrumb li.crumb-first {
}

#breadcrumb li.crumb-last {
}

#breadcrumb a {
}

#breadcrumb a:link,
#breadcrumb a:visited {
}

#breadcrumb a:active,
#breadcrumb a.active {
}

#breadcrumb a:hover,
#breadcrumb a:focus {
}

#breadcrumb .crumb-separator {
}

.region-bred-reg {
    float: right;
}

#breddiv {
    display: table;
    width: 100%;
    border-top: 1px solid #D9E5EF;
    border-bottom: 1px solid #D9E5EF;
    margin: 0 0 30px;
    height: 55px;

}

body.front #breddiv {
    display: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

.item-list ul.pager {
    text-align: right;
    clear: both;
    margin: 0;
    margin-bottom: 20px;
}

.item-list ul.pager li {
    margin: 0;
}

.item-list ul.pager li {
    background: url('images/pager.png');
    border: 1px solid #DADBDB;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.7em;
    font-weight: 700;
    margin: 0 1px;

}

.item-list ul.pager li a {
    color: #8E8B8B;
    font-weight: 700;
}

.item-list ul.pager li.pager-current {
    border: 2px solid #005095;
    background: none;
    font-weight: 700;
}

.item-list ul.pager li.pager-next {
    border-radius: 0;
    margin-left: 5px;
    border: 0;
    background: none;
    padding-right: 0;
}

.item-list ul.pager li.pager-next a {
    background: url('images/red-arrow.png') 50% 50% no-repeat;
    border: 0;
    width: 20px;
    height: 10px;
    display: inline-block;
}

.item-list ul.pager li.pager-previous {
    border-radius: 0;
    margin-right: 5px;
    border: 0;
    background: none;
    padding-left: 0;
}

.item-list ul.pager li.pager-previous a {
    background: url('images/red-arrow2.png') 50% 50% no-repeat;
    border: 0;
    width: 20px;
    height: 10px;
    display: inline-block;
}

.block ul.pager li {

}

/*
 * Theme the various states of pager links
 */

ul.pager li {
}

ul.pager li a {
}

ul.pager li a:link,
ul.pager li a:visited {

}

ul.pager li a:active,
ul.pager li a.active {
}

ul.pager li a:hover,
ul.pager li a:focus {
}

ul.pager li.pager-item {
}

ul.pager li.first {
}

ul.pager li.last {
}

ul.pager li.pager-current {
}

ul.pager li.pager-first {
}

ul.pager li.pager-previous {
}

ul.pager li.pager-next a {
    color: red;
}

ul.pager li.pager-last a {
    color: red;
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}

#skip-link a {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
    outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
    margin-bottom: 15px;
}

ul.primary {
    border-bottom-color: #CCC;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
}

ul.primary li a {
    background-color: #F5F5F5;
    border-color: #CCC;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
    background-color: #EEE;
    border-color: #CCC;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
    background-color: #FFF;
    border-bottom-color: #FFF;
}

ul.secondary {
    border-bottom: 1px solid #CCC;
    margin: 1em 0 0;
    padding: 0 .3em 1em;
}

ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0;
}

ul.secondary li a {
}

ul.secondary li a:hover,
ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}

ul.action-links li {
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {
}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {
}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {
}

.field-label-inline .field-label {
    margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {
}

.field-type-image .caption {
}

.field-type-image .full-caption {
}

.field-type-image .teaser-caption {
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
    /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {
}

/*
 * Long text
 */
.field-type-text-long {
}

/*
 * Text with summary
 */
.field-type-text-with-summary {
}

/*
 * File
 */
.field-type-file {
}

/*
 * Number/Integer
 */
.field-type-number-integer {
}

/*
 * Decimal
 */
.field-type-number-decimal {
}

/*
 * Number float
 */
.field-type-number-float {
}

/*
 * List
 */
.field-type-list-text {
}

/*
 * List boolean
 */
.field-type-list-boolean {
}

/*
 * List integer
 */
.field-type-list-integer {
}

/*
 * List float
 */
.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime {
}

.field-type-node-reference {
}

.field-type-user-reference {
}

/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {
}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
    margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {
}

/*
 * The first block in the region
 */
.block.first {
}

/*
 * The last block in the region
 */
.block.last {
}

/*
 * Zebra striping for each block in the region
 */
.block.odd {
}

/*
 * Zebra striping for each block in the region
 */
.block.even {
}

/*
 * Block title
 */
.block-title {
    margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {
}

.block-content ul,
.block-content ol {
    padding: 0 0 0 15px;
}

.block-content li {
    margin: 0;
    padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {
}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {
}

/*
 * First block created with "Add block" link
 */
#block-block-1 {
}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {
}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {
}

/*
 * "Recent comments" block
 */
#block-comment-recent {
}

/*
 * "Active forum topics" block
 */
#block-forum-active {
}

/*
 * "New forum topics" block
 */
#block-forum-new {
}

/*
 * Block for the latest news items in the first category
 */

.view-akutalno-ci {

}

.front .view-akutalno-ci .view-content .views-field-field-data-aktualno-ci-1 {
    float: left;
    width: 70px;
    background: url('images/date-bg.png') no-repeat left top;
    padding: 10px 0 0 10px
}

.front .view-akutalno-ci .view-content .views-field-nothing {
    background: url("/img/ui/news_line.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    float: left;
    width: 600px;
}

.front .view-akutalno-ci .view-content .field-content .date-display-single {
    font-size: 1.5em;
    color: #005095;
    line-height: 1em;
    font-weight: 700;
    float: left;
    width: 100%;
}

.front .view-akutalno-ci .view-content .field-content .date1 {
    font-size: 0.4em;
    clear: both;
    float: left;
    margin-top: 4px;
}

.front .view-akutalno-ci .view-content .views-field-nothing .titleview {
    float: left;
    margin: 0 0 0 25px;
    width: 100%;
    display: block;
}

.front .view-akutalno-ci .view-content .views-field-nothing .titleview a {
    color: #005095;
    font-size: 1.5em;
    font-weight: 900;
}

.front .view-akutalno-ci .view-content .views-field-nothing .subtitleview {
    float: left;
    margin: -10px 0 20px 25px;
    width: 100%;
}

.front .view-akutalno-ci .view-content .views-field-nothing .subtitleview a {
    color: #005095;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.contentview img {
    float: left;
    padding: 0 20px 20px 0;
}

.contentview {
    margin-left: 25px;
}

.front .view-akutalno-ci .view-content .views-field-nothing .contentview p {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding-left: 200px;
}

.front .view-akutalno-ci .view-content .views-field-nothing .linkview {
    margin-top: 0px;
    width: 100%;
    display: block;
    text-align: right;
}

.front .view-akutalno-ci .view-content .views-field-nothing .linkview a {
    font-weight: 400;
    color: #005095;
    font-size: 0.65em;
}

.front .view-akutalno-ci .view-content .views-field-nothing .linkview .czerwstrza {
    color: red;
    width: 6px;
    height: 5px;
    padding-left: 10px;
    background: url('images/red-arrow.png') right 50% no-repeat;
    display: inline-block;
}

/*
 * HTML Blocks
 */

#block-block-9,
#block-block-10,
#block-block-11 {
    border-top: 4px solid #DE0128;
    float: left;
    width: 290px;
    padding: 10px 10px 0;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 15px;
    height: 165px;
}

#block-block-9 h2,
#block-block-10 h2,
#block-block-11 h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    margin: 13px 0;
}

#block-block-9 p,
#block-block-10 p,
#block-block-11 p {
    font-size: 0.7em;
    color: #FFF;
}

#block-block-9 {
    clear: both;
    background: #005095 url("images/money.png") bottom right no-repeat;
}

#block-block-10 {
    background: #005095 url("images/currency.png") bottom right no-repeat;
}

#block-block-11 {
    background: #005095 url("images/man.png") bottom right no-repeat;
    margin-right: 0;
}

/*
 * Language switcher block
 */

.region-leaderboard {
    float: right;
    /*position:absolute;
    right:0;
    top:0;*/
}

#block-locale-language {
    float: right;
    width: 85px;
    height: 20px;
    padding-top: 4px;
    background: url('images/top-lang.png') 0 0 no-repeat;
}

#block-locale-language .block-inner {
    margin: 0;
}

#block-locale-language ul {
    margin: 0;
    padding: 0;
}

#block-locale-language ul li {
    list-style: none;
    float: left;
    margin: 0 15px 0 0;
}

#block-locale-language ul li.last {
    margin-right: 0;
}

#block-locale-language ul li a,
#block-locale-language ul li span {
    color: #5D5D5D;
    font-size: 0.8em;
    text-transform: uppercase !important;
    font-weight: 700;
}

#block-locale-language ul li a.active {
    font-weight: 900;
    color: #004F9D;
}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {
}

/*
 * "Recent content" block
 */
#block-node-recent {
}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {
}

/*
 * "Most recent poll" block
 */
#block-poll-recent {
}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {
}

/*
 * "Search form" block
 */
#block-search-form {
}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {
}

/*
 * "Popular content" block
 */
#block-statistics-popular {
}

/*
 * "Main menu" block
 */
#block-system-main-menu {
    margin-top: 35px;
}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {
}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {
}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {
}

/*
 * "System help" block
 */
#block-system-help {
}

/*
 * "Main page content" block
 */
#block-system-main {
}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {
}

/*
 * "User login form" block
 */
#block-user-login {
}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {
}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
    margin-bottom: 20px;
}

.node.node-promoted {
}

.node.node-sticky {
}

.node.node-by-viewer {
}

.node.node-teaser {
}

.node.node-full {
}

.node.odd {
}

.node.even {
}

.node .node-title {
    margin: 0;
}

.node .user-picture {
}

.node .submitted {
}

.node .submitted .username {
}

.node .submitted time {
}

.node .node-content {
}

.node ul.links {
}

.node ul.links li {
}

.node ul.links li a {
}

.node ul.links li.node-read-more a {
}

.node ul.links li.comment-add a {
}

.node ul.links li.comment-comments a {
}

.node ul.links li.comment-new-comments a {
}

.node ul.links li.blog-sernames-blog a {
}

.node ul.links li.print-html a {
}

.node ul.links li.print-email a {
}

.node ul.links li.print-pdf a {
}

.preview .node {
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {
}

.node-article {
}

.node-book {
}

.node-forum {
}

.node-poll {
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
    margin: 1.5em 0;
}

#comments h2 {
}

#comments h2.comment-title {
    margin: 0;
}

#comments h2.comment-form {
    margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
    margin-bottom: 20px;
}

.comment.first {
}

.comment.last {
}

.comment.odd {
}

.comment.even {
}

.comment .user-picture {
}

.comment .submitted {
}

.comment .submitted p {
}

.comment .submitted .username {
}

.comment .submitted time {
}

.comment .user-signature {
}

.comment ul.links {
}

/*
 * Comment title
 */
.comment-title {
    margin: 0;
}

/*
 * Comment states
 */
.comment-new {
}

.comment-by-anonymous {
}

.comment-by-node-author {
}

.comment-by-viewer {
}

.comment-title-hidden {
}

.comment-with-picture {
}

.comment-with-signature {
}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
    color: #C00;
}

/*
 * Nested comments are indented
 */
.indented {
    margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #C00;
}

.form-item label {
    font-weight: 700;
}

.form-item label.option {
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
    color: #C00;
}

.form-item .description {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {
}

/*
 * The submit button
 */
.form-submit {
}

.container-inline div,
.container-inline label {
    display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
    border: 1px solid #CCC;
}

/*
 * Tips for Drupal's input formats
 */
.tips {
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
    margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

table.sticky-header {
    z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
    border-color: #CCC;
}

table,
td,
th {
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
}

thead tr {
    font-weight: 700;
    background-color: #E5E5E5;

}

td,
th {
    border-bottom: 0;
    margin: 0;
    padding: 5px 7px;
}

tbody {
}

tbody tr {
    border-top: 1px solid #CCC;
}

tr.odd {
    background: #FFF;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #F5F5F5;
}

tr.drag {
}

tr.drag-previous {
}

tr.odd td.active {
    background-color: #EEE;
}

tr.even td.active {
    background-color: #EBEBEB;
}

.lt-ie8 tr {
}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {
}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {
}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
    white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
    margin-bottom: 10px;
    margin-top: 10px;
}

div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}

div.status {
}

div.warning {
}

tr.warning {
}

div.error,
tr.error {
}

.error {
}

.warning {
}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {
}

.node-unpublished,
.comment-unpublished {
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
    color: pink;
    color: rgba(239, 170, 170, 0.4);
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-size: 75px;
    font-weight: bold;
    height: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {
}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
    position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {
}

.maintenance-page .container {
    padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
    margin: 0;
}

.db-offline {
}

.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}

.db-offline div.messages {
    margin: 20px 0 0;
}

.db-offline #content {
    padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
    margin: 0;
    padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
    background: #EEE;
    padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
    padding: 0 10px;
}

#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}

h1#page-title, h2.block-title, div.block-title {
    color: #5D5D5D;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    margin: 0;
}

header#main-content-header {
    margin-bottom: 43px;
    margin-top: 40px;
}

.front.page-node-624 #content.region {
    width: 100%;
}

.front.page-node-624 #content.region #block-system-main {
    width: 685px;
    padding-bottom: 45px;
}

.view-field {
    padding: 0;
}

.views-field-changed, .views-field-changed-1 {
    background: url("/img/ui/day-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #005095;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 70px;
    padding-top: 9px;
    text-align: center;
    line-height: 15px;
}

.views-field-changed-1 {
    float: left;
}

.view-akutalno-ci .views-row {
    float: left;
    margin-bottom: 25px;
    margin-right: 5px;
    width: 711px;
}

#block-views-partnerzy-block {
    margin-top: 20px;
}

#block-views-partnerzy-block-2 .views-row {
    float: left;
    height: 75px;
    margin: 0 0 20px;
    padding: 0;
    width: 150px;
}

#block-views-partnerzy-block .views-row {
    float: left;
    height: 60px;
    margin: 0 0 10px;
    padding: 0;
    width: 130px;
}

#block-views-partnerzy-block .views-row div {
    float: left;
    text-align: center;
    width: 129px;
}

#block-views-partnerzy-block .views-row-last span {
    display: none;
}

#block-views-partnerzy-block .views-row span {
    float: left;
    width: 1px;
    height: 20px;
    background: #D5D5D5;
    margin-top: 14px;
}

.view-partnerzy .views-row:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.view-partnerzy .view-content {
    display: table;
    margin: 25px auto 15px;
    /*width:950px;*/
}

ul.pager li.pager-ellipsis, ul.pager li.pager-last, ul.pager li.pager-first {
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    height: 150px;
    padding: 0;
    width: 100%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin: 0 40px;
    overflow: hidden;
    width: auto;

}

.jcarousel-skin-tango .jcarousel-container {
    background: none;
    border: 0px solid #346F97;
    border-radius: 20px;
    margin: auto;
}

.jcarousel-skin-tango .jcarousel-item {
    height: 155px;
    width: 120px;
    margin: 0 25px;
}

.jcarousel-skin-tango .jcarousel-item img {
    border: 1px solid #D0DFEB;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next, .jcarousel-skin-tango .jcarousel-prev {
    background: url("/img/ui/emp-arrowr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    width: 32px;
}

.jcarousel-skin-tango .jcarousel-prev {
    background: url("/img/ui/emp-arrowl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0;
}

.jcarousel-skin-tango .jcarousel-item {
    border: 0;
}

.form-item.webform-component {
    display: table;
}

.page-node-545 .form-item.webform-component {
    width: 722px;
    display: table;
}

.form-item.webform-component-markup, .form-item.webform-component-date {
    display: inline-block;
    margin: 20px 0;
}

.webform-component-markup {
    background: none repeat scroll 0 0 #005095;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
    max-width: 722px;
}

.webform-component-fieldset .webform-component-markup {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    max-width: 390px;
    float: left;
}

.webform-component-markup p {
    color: #FFF;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 8px;
    margin: 0;
}

.webform-component-fieldset .webform-component-markup p, .page-node-190 .webform-component-markup p {
    color: #8D8B8B;
    font-size: 12px;
    padding-left: 0;
}

.webform-component input.form-text, .webform-component .form-select, .webform-component .form-textarea-wrapper textarea {
    border: 1px solid #DADBDB;
    border-radius: 7px;
    float: right;
    height: 30px;
    margin-right: 30px;
    padding: 0 0 0 5px;
    width: 325px;
}

.webform-component .form-textarea-wrapper textarea {
    height: 120px;
    width: 330px;
}

.webform-component .form-radios {
    float: right;
    width: 200px;
}

.page-node-190 .webform-component-markup {
    height: auto;
    background: none;

}

.form-radios .webform-container-inline div, .webform-container-inline div.form-item {
    display: block;
}

.webform-component-date .webform-container-inline div.form-item, #webform-component-grup1 .form-radios .webform-container-inline div, #webform-component-grup1 .webform-container-inline div.form-item {
    display: inline;
}

.webform-component-fieldset .webform-component input.form-text {
    width: 165px;
}

.webform-component .form-select {
    padding-top: 5px;
    width: 331px;
}

.webform-component.webform-component-date .form-select {
    width: 100px;
    margin-right: 15px;
}

.webform-component.webform-component-date .month.form-select {
    margin-right: 30px;
}

.webform-container-inline label,
.webform-component-textarea label{
    color: #8D8B8B;
    display: inline-block;
    font-size: 12px;
    max-width: 300px;
    padding-left: 10px;
}

.form-item, .form-actions {
    margin-bottom: 5px;
    margin-top: 5px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: none repeat scroll 0 0 #549ccc;
    border: 0 none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 10px;
    min-width: 115px;
    text-transform: uppercase;
}

#webform-component-grup3 .webform-component input.form-text {
    width: 325px;
}

#webform-component-grup3--suma {
    margin-top: 6px;
}

.webform-client-form .form-actions #edit-previous {
    margin: 0 10px 0 0;
    background: #8E8B8B;
}

.page-node-188 #edit-actions.form-actions {
    display: table;
    margin: 0 auto;
    padding-top: 30px;
}

fieldset {
    border: 0px solid #CCC;
    border-bottom: 1px solid #005095;
    width: 722px;
    padding: 10px 0;
    margin: 10px 0;
}

#webform-component-grup--pracownik-2010, #webform-component-grup--pracownik-2011, #webform-component-grup--pracownik-2012, #webform-component-grup2--obrot-2010, #webform-component-grup2--obrot-2011, #webform-component-grup2--obrot-2012 {
    float: right;
    margin: 5px 0 0;
    width: auto;
}

#webform-component-grup label, #webform-component-grup2 label {
    position: relative;
    top: 6px;
}

#webform-component-grup1--czy-w-firmie-sa-udzialowcy-wlasciciele-majacy-ponad-25-udzialow label {
    width: 210px;
}

#webform-component-grup1--czy-w-firmie-sa-udzialowcy-wlasciciele-majacy-ponad-25-udzialow .form-radios {
    float: right;
}

#webform-component-grup1--czy-w-firmie-sa-udzialowcy-wlasciciele-majacy-ponad-25-udzialow .form-radios label {
    top: 0;
    width: auto;
    display: inline;
}

#block-search-form {
    margin: 10px 10px 20px;
    width: 475px;
    float: right;
}

#block-search-form h2.block-title,
#block-search-form div.block-title {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

#block-search-form .form-item-search-block-form input {
    border: 1px solid #DADBDB;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 30px;
    width: 250px;
    padding: 0 10px;
    outline: none;
    text-align: center;
}

#block-search-form .form-actions .form-submit {
    background: #F9F9F9 url('images/search.png') 50% 50% no-repeat;
    border: 1px solid #DADBDB;
    border-radius: 30px;
    color: #DADBDB;
    height: 32px;
    min-width: 95px;
    position: absolute;
    margin: 0 0 0 -13px;
    /*right: 0;
    top: 0;*/
}

#block-search-form .form-actions .form-submit:hover {
    background: #D7D7D7 url('images/search.png') 50% 50% no-repeat;
}

#block-search-form .form-item-search-block-form input:focus {
    /*box-shadow: 0px 0px 1pt 1pt #9e9e9e;*/
    outline: none;
    text-align: left;
}

#webform-client-form-190 {
    float: right;
    margin: 0;
    width: 325px;
}

.page-node-190 .node-content .field-name-body {
    float: left;
}

#webform-client-form-190 #edit-actions input#edit-submit {
    padding: 7px 0;
    height: 45px;
    width: 200px;
}

#main_kontakt .kontakt {
    float: left;
    padding-left: 40px;
}

.bank {
    padding-left: 40px;
	clear:both;
}

#main_kontakt {
    float: left;
    width: 410px;
    border-bottom: 1px solid #005095;
    margin-bottom: 10px;
}

a.button1 {
    background: none repeat scroll 0 0 #549ccc;
    border-radius: 5px;
    color: #FFF;
    display: block;
    font-weight: bold;
    height: 25px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 295px;
}

.page-node-190 h1#page-title {
    font-size: 20px;
    font-weight: bold;
    color: #005095;
}

.block-blue-red {
    background: none repeat scroll 0 0 #005095;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 3px solid #DE0128;
    color: #FFF;
    float: right;
    padding: 10px 20px;
    position: relative;
}

.setka {
    width: 100%;
}

.look-btn {
    background: none repeat scroll 0 0 #DE0128;
    border: 4px solid #FFF;
    border-radius: 13px;
    bottom: 0;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    height: 21px;
    margin-bottom: -20px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

div#block-views-slidery-block {
    height: 265px;
    width: 100%;
}

div#block-views-slidery-block .block-inner {
    overflow: hidden;
    margin: 0;
}

.view-slidery div.views-slideshow-cycle-main-frame-row-ite {
    position: relative;
}

.view-slidery div.views-field-field-slder-tlo, .view-slidery div.views-field-body {
    position: absolute;
}

.view-slidery div.views-field-body {
    z-index: 10;
}

.view-slidery .views-field-body {
    color: #FFF;
}

.view-slidery div.views-slideshow-controls-bottom {
    padding: 240px 100px 0 0;
}

.view-slidery div.slider-circle {
    border: 4px solid #00F;
    border-radius: 18px;
    height: 18px;
    width: 18px;
}

.view-slidery div.slider-dot {
    border-radius: 21px;
    height: 21px;
    width: 21px;
    background: #FFF;
}

.view-slidery div.views-field-counter {
    margin-top: 239px;
    position: absolute;
    z-index: 20;
}

#block-block-4 div.block-inner {
    width: 230px;
    background: #005095;
}

/*
-------------------------------mikolaj---------------------------------------------------------------------
*/
.jcarousel-skin-tango .jcarousel-item .views-field-field-portret {
    z-index: 10000;
}

.jcarousel-skin-tango .jcarousel-item .views-field-field-portret-1 {
    display: none;
}

.jcarousel-skin-tango .jcarousel-item .views-field-title {
    position: absolute;
    bottom: 0;
    display: none;
    color: #FFF !important;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-left: 1%;
    z-index: 10002;
    font-size: 0.9em !important;
}

.jcarousel-skin-tango .jcarousel-item {
    position: relative;
    z-index: 10001;
}

/* desaturate carousel items */
.desaturate img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    filter: gray;
    -webkit-filter: grayscale(1);
}

ul.jcarousel.jcarousel-view--pracownicy---block.jcarousel-dom-1.jcarousel-processed.jcarousel-list.jcarousel-list-horizontal {
    width: 20000px !important;
}

/* single news layout */

.node-aktualno-ci- .group-left {
    width: auto;
}

.node-aktualno-ci- .group-middle {
    background: url("/img/ui/news_line.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    float: left;
    padding-left: 12px;
    width: 343px;
}

.node-aktualno-ci- .group-right .field-type-text-with-summary {
    border: 0 !important;
}

.node-aktualno-ci- .group-right {
    width: 470px;
}

.node-aktualno-ci- .field-name-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.node-aktualno-ci- .field-name-body ul li {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
}

/* single news date */
.node-aktualno-ci- .group-left .field-name-field-data-aktualno-ci {
    float: left;
    width: 70px;
    background: url('images/date-bg.png') no-repeat left top;
    padding: 10px 0 0 10px;
}

.node-aktualno-ci- .group-left .field-name-field-data-aktualno-ci span {
    font-size: 1.5em;
    color: black;
    line-height: 1em;
    font-weight: 700;
    float: left;
    width: 100%;
}

.node-aktualno-ci- .group-left .field-name-field-data-aktualno-ci span p {
    font-size: 0.4em;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 4px;
    line-height: 0.5em;
    color: black !important;
}

/* single news title */
.node-aktualno-ci- .group-middle .field-name-title h1 {
    color: #005095;
    margin: 0;
    /*argin-bottom: 22px;*/
    padding: 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 900;
}

/* single news category */
.node-aktualno-ci- .group-middle .field-name-field-kategoria-wpisu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.node-aktualno-ci- .group-middle .field-name-field-kategoria-wpisu a,
.node-aktualno-ci- .group-middle .field-name-post-date {
    color: #005095;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    margin: 0;
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
}

.node-aktualno-ci- .group-middle .field-name-post-date {
    color: #8E8B8B;
    font-size: 13px;
}

/* news content */
.node-aktualno-ci- .group-right .field-type-text-with-summary .field-item {
    padding: 100px 20px 0 0;
}

.node-aktualno-ci- .group-right .field-type-text-with-summary .field-item a {
    color: #005095;
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    text-decoration: underline;
}

.node-aktualno-ci- .group-right .field-type-text-with-summary .field-item a:hover {
    color: #0075CA;
}

/* page content */
.node-strona-dwie-po-owy a {
    color: inherit;
    text-decoration: underline;
    font-style: inherit;
}

.node-strona-dwie-po-owy .field-name-title h2,
.node-strona-dwie-po-owy .field-name-field-title-2 {
    color: #005095;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0 0 0.5em;
}

/* o firmie */
#block-system-main .field-type-text-long ul li {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
}

.page-node-283 .node-strona-dwie-po-owy .group-left .field-type-text-with-summary {
    border: 0 !important;
    padding-right: 25px;
}

.page-node-283 .node-strona-dwie-po-owy .group-right {
    height: 670px;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/tablo.jpg) no-repeat center;
    background-size: 100%;
}

.page-node-283 .node-strona-dwie-po-owy .group-right .field-name-field-body-2 {
    padding: 0 45px 0 30px !important;
}

.page-node-283 .node-strona-dwie-po-owy .group-right .field-name-field-title-2 {
    padding: 90px 60px 0 50px !important;
}

.page-node-283 #block-system-main .node-strona-dwie-po-owy .group-right {
    width: 50%;
    padding-top: 0;
}

.page-node-283 #block-system-main .node-strona-dwie-po-owy .group-left {
    width: 50%;
}

.page-node-283 #block-system-main .node-strona-dwie-po-owy ul {
    padding-left: 40px;
    padding-right: 0;
}

/* content globals*/
#block-system-main .node-strona-dwie-po-owy .field-type-text-with-summary {
    border: 0;
}

#block-system-main .node-strona-dwie-po-owy p a {
    color: inherit;
    text-decoration: underline;
    font-style: inherit;
}

#block-system-main .node-strona-dwie-po-owy p {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}

#block-system-main .node-strona-dwie-po-owy ul {
    padding-left: 0;
    padding-right: 50px;
}

#block-system-main .node-strona-dwie-po-owy ul li {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
}

#block-system-main .node-strona-dwie-po-owy .group-right {
    width: 40%;
    padding-top: 80px;
}

#block-system-main .node-strona-dwie-po-owy .group-left {
    width: 60%;
}

/* partnership */
.page-node-191 #block-system-main .field-type-text-with-summary {
    border: 0;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/line-red.jpg) no-repeat left bottom;
    padding-left: 15px;
}

/* employee */
.view-pracownicy- .view-header {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}

.view-pracownicy- .view-header hr {
    border: 0;
    height: 2px;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/line-blue.jpg) no-repeat left;
}

.view-pracownicy- .view-content .views-field img {
    border-top: 1px solid #D0DFEB;
    border-right: 1px solid #D0DFEB;
    border-left: 1px solid #D0DFEB;
    border-bottom: 4px solid #DE0128;
}

.page-node-191 .view-pracownicy- .view-content .views-row div {
    width: auto;
}

.view-pracownicy- .view-content .views-field-title {
    color: #4C4C4E;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
}

.view-pracownicy- .view-content .views-field-field-stanowisko {
    color: #4C4C4E;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    width: 156px;
    border-bottom: 1px solid #D9E5EF;
}

.view-pracownicy- .view-content .views-field-field-email,
.view-pracownicy- .view-content .views-field-field-komorka,
.view-pracownicy- .view-content .views-field-field-skype,
.view-pracownicy- .view-content .views-field-field-gg,
.view-pracownicy- .view-content .views-field-field-telefon,
.view-pracownicy- .view-content .views-field-body {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}

.view-pracownicy- .view-content .views-field-field-email .views-label-field-email {
    width: 100% !important;
    float: none;
}

.view-pracownicy- .view-content .views-field-field-email .views-label-field-email,
.view-pracownicy- .view-content .views-field-field-komorka .views-label-field-komorka,
.view-pracownicy- .view-content .views-field-field-skype .views-label-field-skype,
.view-pracownicy- .view-content .views-field-field-gg .views-label-field-gg,
.view-pracownicy- .view-content .views-field-field-telefon .views-label-field-telefon {
    color: #4C4C4E;
    font-weight: 700;
    float: left;
    margin-right: 3px;
}

.view-pracownicy- .view-content h3 {
    color: #005095;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0 0 0.5em;
    padding-left: 30px;
    padding-bottom: 5px;
    background: url(images/kicked-blue.png) no-repeat left center;
    border-bottom: 1px solid #D9E5EF;
}

/* jobs */
.section-ofirmie .block .block-content p {
    color: #8E8B8B;
    font-size: 0.8em;
    font-weight: 400;
}

.view-praca .views-field-title {
    border: 0;
}

.view-praca .views-field-title a {
    color: #005095;
    font-size: 1.3em;
    font-weight: 900;
}

.ui-accordion-content {
    border: 0;
}

.ui-accordion-content .views-field-body .field-content p {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}

.ui-accordion-content .views-field-body .field-content p strong {
    color: #5D5D5D;
    font-size: 1.1em;
}

.ui-accordion-content .views-field-body .field-content ul {
    padding-left: 0;
}

.ui-accordion-content .views-field-body .field-content ul li {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
}

/* single page */

#block-system-main article h1 {
    color: #373737;
    font-size: 1.5em;
    font-weight: 900;
    margin: 2px 0 2px 0;
}

#block-system-main article h1 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#block-system-main article h2 {
    color: #5D5D5D;
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

/*#block-system-main article strong {
    color: #5D5D5D;
    font-size: 1.1em;
}*/

#block-system-main article ul {
    padding-left: 0;
}

#block-system-main article ul li {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 3px 0 3px 20px;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
    /*margin-bottom: 10px;*/
}

/* top slider */
#block-views-slider-2-block-3 .view-slider-2- .skin-default {
    position: relative;
    margin-top: 65px;
    height: 262px;
    margin-bottom: 30px;
}

#block-views-slider-2-block-3 .view-slider-2- .skin-default img {
    width: 946px;
    height: 235px;
    margin-top: 27px;
    /* TG dodalem height i width zeby nie skakalo */
}

#block-views-slider-2-block-3 .view-slider-2- .skin-default .views-slideshow-cycle-main-frame-row-item .views-field-body .field-content {
    position: absolute;
    left: 30px;
    top: 85px;
    width: 300px;
}

#block-views-slider-2-block-3 .view-slider-2- .skin-default .views-slideshow-cycle-main-frame-row-item .views-field-body .field-content p {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 400;
}

#block-views-slider-2-block-3 .view-slider-2- .skin-default .views-slideshow-controls-bottom {
    position: absolute;
    bottom: -13px;
    left: 47px;
    z-index: 400;
}

.view-slider-2- .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    float: left;
    margin-right: 5px;
}

.view-slider-2- .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-field-item .views-content-counter a {
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/slide-btn.png) no-repeat center;
    text-indent: -999999em;
    display: block;
    width: 26px;
    height: 26px;

}

.view-slider-2- .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active .views-content-counter a {
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/slide-active.png) no-repeat center;
}

/* second slider */
#block-views-slider-2-block-2 .view-slider-2- .skin-default {
    position: relative;
    margin-top: 90px;
    min-height: 160px;
    margin-bottom: 10px;
}

#block-views-slider-2-block-2 .view-slider-2- .skin-default img {
}

#block-views-slider-2-block-2 .view-slider-2- .skin-default .views-slideshow-cycle-main-frame-row-item .views-field-body .field-content p {
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
}

#block-views-slider-2-block-2 .view-slider-2- .skin-default .views-slideshow-controls-bottom {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 400;
}

/* news list */
.node-aktualno-ci- .node-header h1 {
    font-size: 1.5em;
    font-weight: 900;
}

.node-aktualno-ci- .node-header a {
    color: #005095;
    text-decoration: none;
}

.node-aktualno-ci- p a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.node-aktualno-ci- .node-readmore {
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 0 !important;
    list-style: none;
    background: none !important;
    margin-bottom: 0;
}

.node-aktualno-ci- .node-readmore a {
    color: #005095;
    text-decoration: none;
}

/* press */
#colorbox {
    background: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: 0;
    margin-top: -20%;
}

#colorbox #cboxWrapper .article h1 {
    font-size: 1.5em;
    font-weight: 900;
    margin: 2px 0 2px 0;
}

#colorbox #cboxWrapper .article h1 a {
    color: #005095;
    text-decoration: none;
}

#colorbox #cboxWrapper .article p,
#content p {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}

#colorbox #cboxWrapper .node-colorbox {
    position: relative;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    overflow: visible !important;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .article {
    padding: 88px 55px;
    background: #FFF;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

#colorbox #cboxWrapper #cboxContent #cboxClose {
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/close.png) no-repeat center;
    width: 89px;
    height: 89px;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent div.field-slideshow.field-slideshow-2.effect-fade.timeout-0.with-pager.with-controls.field-slideshow-processed {
    margin: 50px auto;

}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent #field-slideshow-2-controls .prev {
    display: block;
    width: 107px;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    height: 107px;
    left: -150px;
    z-index: 100000;
    text-indent: -99999em;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/popup_prev.png) no-repeat center;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent #field-slideshow-2-controls .next {
    display: block;
    position: absolute;
    width: 107px;
    top: 50%;
    right: -150px;
    margin-top: -54px;
    text-indent: -99999em;
    height: 107px;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/popup_next.png) no-repeat center;
}

.page-baza-wiedzy-publikacje-prasow header#main-content-header {
    background: none !important;
}

.view-publikacje-prasowe ul {
    list-style: none;
}

.view-publikacje-prasowe ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.view-publikacje-prasowe .view-content .views-row {
    float: left;
    margin: 25px;
}

.view-publikacje-prasowe .view-content .views-row:last-child {
    margin-right: 0;
}

.view-publikacje-prasowe .view-content .views-row .tytul {
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
}

#colorbox #cboxWrapper #cboxContent .scroll-up,
#colorbox #cboxWrapper #cboxContent .scroll-down {
    display: none;
}

/* colorbox headers */
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent h2 {
    color: #4C4C4E;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .field-name-title h2 {
    color: #005095;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
}

#colorbox ul {
    list-style: none;
    padding: 0;
}

#colorbox ul li {
    padding-left: 20px !important;
    color: #8E8B8B;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    list-style: none;
    background: url('images/li-blue.png') 0 51% no-repeat;
    margin-bottom: 10px;
}

.page-klienci #colorbox #cboxWrapper #cboxContent .scroll-up,
.page-klienci #colorbox #cboxWrapper #cboxContent .scroll-down {
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.page-klienci #colorbox #cboxWrapper #cboxContent .scroll-up {
    display: none;
    top: 25px;
    width: 96px;
    height: 60px;
    left: 50%;
    margin-left: -48px;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/scroll-up.png) no-repeat center;
}

.page-klienci #colorbox #cboxWrapper #cboxContent .scroll-down {
    display: block;
    bottom: 25px;
    width: 96px;
    height: 60px;
    left: 50%;
    margin-left: -48px;
    background: url(/sites/all/themes/adaptivetheme/at_subtheme/css/images/scroll-down.png) no-repeat center;
}

/* useful links */
.section-baza-wiedzy .view-content .views-field-field-logo {
    width: auto;
    height: auto;
    min-height: 100px;
}

.page-klienci .contextual-links-region {
    position: static;
}

/* why a1 :) */
.page-node-289 #block-views-slider-2-block-1 {
    margin-top: 110px;
}

.page-node-289 .views-slideshow-pager-field-item {
    display: none;
}

.page-node-289 #views_slideshow_cycle_main_slider_2_-block_1 .views-slideshow-cycle-main-frame-row-item {
    position: relative;
}

.page-node-289 #views_slideshow_cycle_main_slider_2_-block_1 .views-slideshow-cycle-main-frame-row-item .views-field-body .field-content p:first-child {
    color: #FFF;
    position: absolute;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0 0 0.5em;
    top: 45px;
    left: 30px;
}

.page-node-289 #views_slideshow_cycle_main_slider_2_-block_1 .views-slideshow-cycle-main-frame-row-item .views-field-body .field-content p:last-child {
    color: #FFF;
    position: absolute;
    font-size: 0.8em;
    font-weight: 900;
    margin: 0 0 0.5em;
    top: 120px;
    left: 26px;
    width: 267px;
}

/* hovers */

nav#block-superfish-3 .responsive-menus-simple li a:hover , nav#block-superfish-3 .responsive-menus-simple li span:hover,
#block-menu-menu-poig .menu li a:hover {
	color:#549ccc;
}

#content #block-system-main a:visited {
	color:#549ccc;
}

#content #block-system-main a:hover {
	color:#549ccc;
}

/* hide on web & tablet */

#block-views-euroabecad-o-block-2 {display:none;}

/* button cookie */

#sliding-popup.sliding-popup-bottom {
	background:#549ccc;
}

#sliding-popup .popup-content #popup-buttons button {
cursor: pointer;
display: inline;
margin-right: 5px;
margin-top: 1em;
vertical-align: middle;
overflow: visible;
width: auto;
background: #DD0127!important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
box-shadow:none;
text-shadow:none;
border: 0;
display: inline-block;
color: #fff;
font-family: 'Lato';
font-weight: 700;
padding: 6px 8px;
text-decoration: none;
}

#sliding-popup .popup-content #popup-buttons button:hover {
	color:#000;
}

/* tabele */


body:not(.section-euroabecadlo ) #block-system-main table {
    border-collapse: separate;
    border-spacing: 10px 20px;
    border: 0;
}

body:not(.section-euroabecadlo ) #block-system-main table th {
    background: #549ccc;
    font-weight: 900;
    font-size: 1em;
    border: 0;
    color: #FFF;
    padding: 5px 15px;
}

body:not(.section-euroabecadlo ) #block-system-main table td {
    vertical-align: top;
    color: #8E8B8B;
    font-size: 0.8em;
    border: 0;
    font-style: normal;
    font-weight: 400;
    border-bottom: 2px solid #025EAC;
    padding: 5px 0 25px;
}
body:not(.section-euroabecadlo ) #block-system-main table td p {
    font-size: 1em;
    border: 0;
    font-style: normal;
    font-weight: 400;
}

body:not(.section-euroabecadlo ) #block-system-main table tr {
    background: none;
    border: 0;
}

/* poig menu active */
#block-menu-menu-poig .menu li.active-trail a {
	color:#549ccc;
}

#block-block-30 {display:none;}

/*
-------------------------------mikolaj---------------------------------------------------------------------
*/

.view-display-id-page_1 .ilustracja {
    text-align: center;

}

.view-display-id-page_1 .views-row {
    height: 150px;
    width: 19%;
}

#breddiv {
    color: #005095;
    font-weight: 900;
}

.attachment .view-euroabecad-o .view-content{
	webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


/*
 * ----------------------------------szczepan-----------------------------------------
 */


.view-akutalno-ci .view-header {
    margin: 0;
}

.h1#page-title{
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    margin: 1.5em 0 2em;
}

.view-akutalno-ci .view-header #otoczka {
    font-size: 1.5em;
    font-weight: 900;
    margin: 0 0 0.5em;
}

.view-akutalno-ci .view-content .views-field {
    background: url("images/date-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    padding: 10px 0 0 10px;
    width: 70px;
}

.view-akutalno-ci .view-content .field-content .date-display-single {
    float: left;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
    width: 100%;
}

.view-akutalno-ci .view-content .field-content .date1 {
    clear: both;
    float: left;
    font-size: 0.4em;
    margin-top: 4px;
}


.view-akutalno-ci .view-content .views-field-nothing {
    background: url("/img/ui/news_line.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    float: left;
    width: 600px;
}

.view-akutalno-ci .view-content .views-field-nothing .titleview {
    display: block;
    float: left;
    margin: 0 0 0 25px;
    width: 100%;
}

.view-akutalno-ci .view-content .views-field-nothing .titleview a {
    font-size: 1.5em;
    font-weight: 900;
}

.view-akutalno-ci .view-content .views-field-nothing .contentview p {
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding-left: 200px;
}

.contentview img {
    float: left;
    padding: 0 20px 20px 0;
}

.view-akutalno-ci .view-content .views-field-nothing .subtitleview {
    float: left;
    margin: -10px 0 20px 25px;
    width: 100%;
}

.view-akutalno-ci .view-content .views-field-nothing .subtitleview a {
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.contentview {
    margin-left: 25px;
}

.view-akutalno-ci .view-content .views-field-nothing .linkview {
    display: block;
    margin-top: 0;
    text-align: right;
    width: 100%;
}


.view-akutalno-ci .view-content .views-field-nothing .linkview a {
    font-size: 0.65em;
    font-weight: 400;
}

.view-akutalno-ci .view-content .views-field-nothing .linkview .czerwstrza {
    background: url("images/red-arrow.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
    color: red;
    display: inline-block;
    height: 5px;
    padding-left: 10px;
    width: 6px;
}


.node-type-aktualno-ci- #main-content, .page-taxonomy-term #main-content {
    padding: 0;
}

.not-front.page-taxonomy-term h1#page-title {
    display: block;
}

#block-views-blok-aktualnosci-block .views-field-field-link-bloku{
    bottom: 25px;
    position: absolute;
}

#block-views-blok-aktualnosci-block {
    position: relative;
}


#block-block-16, #block-block-32 {
	float:left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#fff url('images/icon_phone_black.png') 29px 19px no-repeat;
	padding:5px 20px 5px 78px;
	border:1px solid #73726d;
	border-top:2px solid #73726d;
	margin-right:10px;
}

#block-block-32 h2 {
	color: #373737;
	}

#block-block-32 .telefon, #block-block-32 a, #block-block-32 a.visited{
    	color: #549ccc;
	 font-size: 12px;

}

#block-block-32 a, #block-block-32 a.visite{
	color: black;
}


/************************ facebook box *************************************/


#block-fb-likebox-0,
#block-facebook-boxes-fb-like {
    position: fixed;
    right: -300px;
    top: 150px;
    padding-left: 50px;
    background: url(/img/facebook_tab.png) no-repeat 0 130px;
    width: 300px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    z-index: 100;
}

#block-fb-likebox-0.hover,
#block-facebook-boxes-fb-like.hover{
	right: 0;
}

#block-fb-likebox-0 .block-inner,
#block-facebook-boxes-fb-like .block-inner{
	margin: 0;
	background: white;
}


/****/

#breddiv {
    display: none;
}
.not-front #columns .region-highlighted {
    margin-top: -45px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D9E5EF;
}
.not-front #columns .region-highlighted .block-menu .menu {
    margin: 0px 0px 20px;
}
.page-node-190 #block-block-1 {
    margin-top: 10px;
}
.page-node-190 #columns .region-highlighted {
    border-bottom: 0px none;
}
.page-node-560 #columns .region-highlighted {
    margin-top: -410px;
    padding-bottom: 375px;
    margin-bottom: 0px;
    border-bottom: 0px none;
}

.front.page-node-560 #header {
    padding: 10px 0 90px;
}
.page-node-404 header#main-content-header h1 {
background: #FFFFFF;
color: #373737;
display: block;
font-size: 1.5em;
font-weight: 900;
margin: 0px 0px 0.5em;
}

.page-node-190 header#main-content-header {
margin-top: 50px;
}
.webform-component .form-type-checkbox.required:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    float: right;
}
.form-item.webform-component span.error {
    display: none;
    color: red;
    font-weight: normal;
    font-size: 14px;
}
.webform-component input.form-text, .webform-component .form-select, .webform-component .form-textarea-wrapper textarea {
float: none;
}

#node-190 .komandytowa {
    border-top: 1px solid #005095;
    padding-top: 20px;
    font-size: 13px;
    padding-left: 40px;
}
