<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Pomocna dłoń
Theme URI: http://pomocnadlon.net/
Author: CaSi-studio.eu
Description: Szablon stworzony dla Pomocna Dłoń. Projekt: Prorozyn | Wdrożenie: CaSi-studio.eu
License:  
License URI:  
Tags: zwierzaki, fundacja
Text Domain: pomocnadlon
*/

@charset "utf-8";
/* CSS Document         */
/* Autor: Dominik Sobel */
/* www.casi-studio.eu   */

body {
	color: #000;
	font-size: 16px;
	line-height: 26px; 
	font-family: 'opensans-regular', Arial, Helvetica, sans-serif;
	background: #fff;
	padding-top: 78px !important;
}

div, aside, article, nav, section, footer { behavior: url('csshover3.htc'); }

a { text-decoration: none; color: #e51138; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
a:hover { color: #324899; }
*:focus { outline: 0; }
a img { border: 0; }
* { 
	-moz-transition: width 0.3s ease-in; -webkit-transition: width 0.3s ease-in; transition: width 0.3s ease-in;  
	-moz-transition: font-size 0.3s ease-in; -webkit-transition: font-size 0.3s ease-in; transition: font-size 0.3s ease-in; 
	-moz-transition: margin 0.3s ease-in; -webkit-transition: margin 0.3s ease-in; transition: margin 0.3s ease-in; 
	-moz-transition: padding 0.3s ease-in; -webkit-transition: padding 0.3s ease-in; transition: padding 0.3s ease-in; 

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


html, body, div, span, object, iaframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

.wrapper { width: 1348px; margin: 0 auto; padding: 0 47px; }

button, .button { cursor: pointer; border: 0; background: #e51138; color: #fff; padding: 2px 5px; font-size: 18px; line-height: 18px; font-family: 'museo-700'; text-transform: uppercase; -moz-transition: background 0.3s ease-in; -webkit-transition: background 0.3s ease-in; transition: background 0.3s ease-in; }
button:hover, .button:hover { background: #fff; color: #324899; }
input { border: 1px solid #a7a9ac; color: #404040; font-size: 12px; padding: 12px; font-family: 'museo-300'; }
ul { margin: 0; padding: 0; }
strong, h1, h2, h3, h4, h5 { font-weight: normal; font-family: 'museo-700'; }
.full_line { float: left; width: 100%; }
.none { display: none; }
.conteiner { float: left; width: 100%; }
.table { display: table; width: 100%; }
.table_tr,
.table &gt; div { display: table-row; }
.table_cell,
.table &gt; div &gt; div { display: table-cell; }
.left { float: left; }
.right { float: right; }
.relative { position: relative; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
img { max-width: 100%; height: auto; }
/** FONT **/
@font-face {
    font-family: 'museo-700';
    src: url('font/museo-700-webfont.eot');
    src: url('font/museo-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo-700-webfont.woff') format('woff'),
         url('font/museo-700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo-500';
    src: url('font/museo-500-webfont.eot');
    src: url('font/museo-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo-500-webfont.woff2') format('woff2'),
         url('font/museo-500-webfont.woff') format('woff'),
         url('font/museo-500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo-300';
    src: url('font/museo-300-webfont.eot');
    src: url('font/museo-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo-300-webfont.woff2') format('woff2'),
         url('font/museo-300-webfont.woff') format('woff'),
         url('font/museo-300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-regular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Others */
#wpadminbar { top: auto !important; bottom: 0; display: none; }


/***
  NAGLOWEK
***/
nav.main { width: 100%; float: left; position: fixed; padding: 5px; z-index: 9999; top: 0; background: #fff; height: 78px; }
nav.main .logo { float: left; margin: 10px 0; }
nav.main .logo a:hover { opacity: 0.6; }
/**/
nav.main ul { list-style: none; float: right; margin-top: 25px; }
nav.main li { float: left; position: relative; }
nav.main li + li { margin-left: 25px; }
nav.main li a { color: #3aaa35; font-family: 'museo-300'; font-size: 24px; line-height: 28px; float: left; overflow: hidden; }
nav.main li a { color: #3aaa35; font-family: 'museo-300'; font-size: 24px; line-height: 28px; float: left; overflow: hidden; }
nav.main li a.active { font-family: 'museo-700'; }
nav.main li#menu-item-57 a { background: url('img/fb.png') no-repeat; width: 56px; height: 56px; overflow: hidden; text-indent: -9999px; margin-top: -7px; }
nav.main li#menu-item-57 a:hover { opacity: 0.6; }
/**/
nav.main.scroll { border-bottom: 3px solid #3aaa35; height: 60px; }
nav.main.scroll .logo { margin: 8px 0; }
nav.main.scroll .logo img { width: 200px; }
nav.main.scroll ul { margin-top: 8px; }
nav.main.scroll li a { font-size: 20px; }
/**/
nav.main .menu-link { width: 32px; height: 32px; background: #e51138; float: right; display: none; margin: 8px 0; position: relative; }
nav.main .menu-link:before { width: 20px; left: 50%; margin-left: -10px; top: 50%; margin-top: -7px; height: 3px; background: #fff; display: block; content: ' '; position: absolute; }
nav.main .menu-link span:before { width: 20px; left: 50%; margin-left: -10px; top: 50%; margin-top: -1.5px; height: 3px; background: #fff; display: block; content: ' '; position: absolute; }
nav.main .menu-link:after { width: 20px; left: 50%; margin-left: -10px; top: 50%; margin-top: 5px; height: 3px; background: #fff; display: block; content: ' '; position: absolute; }
nav.main .menu-link.active,
nav.main .menu-link:hover { background-color: #324899; }


/***
  Strona główna
***/
.box { float: left; width: 100%; position: relative; padding: 40px 0; }
.box .box_header { position: relative; float: left; width: 100%; text-align: center; margin-top: 10px; }
.box .box_header h2 { font-size: 32px; line-height: 100%; }
.box .box_header &gt; div { display: inline-block; position: relative; }
.box .box_header a { position: absolute; left: 100%; top: 0; float: left; padding: 5px 8px; color: #fff; font-size: 15px; line-height: 100%; margin-left: 35px; white-space: nowrap; }
.box .box_header + .box_content { margin-top: 30px; }
.box .box_content { float: left; width: 100%; }
.box .box_content + .box_content { margin-top: 30px; }
.box .box_content * + p { padding-top: 20px; }
/**/
#slider { position: relative; float: left; width: 100%; }
.slider { padding: 0; }
.slider img { float: left; width: 100%; }
.slider .wrapper { padding: 0; }
.slider .absolute { position: absolute; width: 385px; left: 47px; top: 0; bottom: 0; z-index: 200; background: rgba(58,170,53,0.37); color: #fff; }
.slider .absolute img { max-width: 305px; float: none; }
.slider h1,
.slider h2 { font-size: 48px; line-height: 100%; margin-top: 50px; text-align: left; }
.slider .table { height: 100%; padding: 55px 40px; }
.slider .table &gt; * &gt; * { vertical-align: bottom; text-align: center; }
.slider .owl-nav .owl-prev { left: 50px; }
.slider .owl-nav .owl-next { right: 50px; }
/**/
.table_left &gt; * &gt; *,
.table_right &gt; * &gt; * { vertical-align: top; }
.table_left .cell_right { text-align: right; }
.table_left .cell_right img,
.table_right .cell_left img { max-width: 865px; max-height: 500px; }
.cell_img { width: 915px; }
.cell_img.cell_right img { margin-left: 50px; }
.cell_img.cell_left img { margin-right: 50px; }
/**/
.grid-3 &gt; * { float: left; width: 380px; }
.grid-3 &gt; * + * { margin-left: 57px; }
/**/
.bx-controls .bx-pager { display: none; }
.owl-nav &gt; *,
.bx-controls-direction &gt; * { z-index: 202; overflow: hidden; background: url('img/prev_next.png') no-repeat 0 center; width: 33px; height: 60px; float: left; position: absolute; top: 50%; margin-top: -30px; text-indent: -999px; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.bx-controls-direction .bx-prev { left: 30px; }
.bx-controls-direction .bx-next { right: 30px; background-position: right center; }
.owl-nav &gt; *:hover,
.bx-controls-direction &gt; *:hover { opacity: 0.4; }
/**/
#o-nas { color: #3aaa35; }
#o-nas .cell_left a { background: #3aaa35; color: #fff; padding: 7px 25px; color: #fff; font-size: 18px; line-height: 100%; display: inline-block; }
#o-nas .cell_left a:hover { background: #edd32a; }
/**/
#aktualnosci .box_header { color: #edd32a; }
#aktualnosci .box_header a { background: #edd32a; }
#aktualnosci .box_header a:hover { background: #324899; }
#home #aktualnosci article &gt; * { float: left; width: 100%; }
#home #aktualnosci article &gt; * + * { margin-top: 20px; }
#aktualnosci .content { margin-top: 10px; }
#aktualnosci .more { text-align: right; }
#aktualnosci .more a { background: #edd32a; color: #fff; padding: 7px 25px; color: #fff; font-size: 18px; line-height: 100%; display: inline-block; }
#aktualnosci .more a:hover { background: #324899; }
/**/
#forest-art { color: #324899; }
#forest-art .cell_right a { background: #324899; color: #fff; padding: 7px 25px; color: #fff; font-size: 18px; line-height: 100%; display: inline-block; }
#forest-art .cell_right a:hover { background: #edd32a; }
/**/
#home #zwierzecy-podopieczni,
#home #zwierzecy-podopieczni .box_content + .box_content { color: #e51138; }
#zwierzecy-podopieczni .grid-3 &gt; * { position: relative; }
#zwierzecy-podopieczni .grid-3 &gt; *:hover { opacity: 0.8; }
#zwierzecy-podopieczni h3 { color: #fff; background: #e51138; text-align: center; padding: 5px 10px; min-width: 160px; text-transform: uppercase; position: absolute; right: 0; bottom: 30px; }
#zwierzecy-podopieczni .more { text-align: center; }
#zwierzecy-podopieczni .more a { background: #e51138; color: #fff; padding: 10px 25px; color: #fff; font-size: 18px; line-height: 100%; display: inline-block; }
#zwierzecy-podopieczni .more a:hover { background: #324899; }
/**/
#kontakt { color: #3aaa35; }
#kontakt .table &gt; * &gt; * { vertical-align: middle; }
#kontakt .cell_right { width: 855px; }
#kontakt .cell_right .mapka { width: 100%; height: 480px; }


/***
  Wzór podstrony
***/
.page * + p { padding-top: 20px; }
.post ul { margin-left: 15px; }
.page iframe { max-width: 100%; }
/**/
#subpage .box { padding-top: 0; }
.box .box_header.no_img { border-top: 3px solid #3aaa35; margin-top: 0; padding-top: 30px; }
.slider + #single { padding-top: 60px; padding-bottom: 60px; }
/**/
.item { float: left; width: 100%; }
.item + .item { margin-top: 30px; }
.item .left { width: 380px; }
.item .right { width: 815px; }
/**/
#subpage #aktualnosci .box_header { text-align: left; color: #edd32a; padding: 20px 0; }
#subpage #aktualnosci .box_header h1 { font-size: 36px; line-height: 100%; }
#subpage #aktualnosci .right &gt; * { float: left; width: 100%; }
#subpage #aktualnosci .right &gt; * + * { margin-top: 20px; }
#subpage #aktualnosci h3 { font-size: 26px; }
#subpage #aktualnosci .more { text-align: right; }
/**/
#subpage #aktualnosci .slider.aktualnosci .absolute { background: rgba(237,211,42,0.3); }
/**/
#subpage #single.aktualnosci #wpsimplegallery a.cboxElement:before { background: rgba(237,211,42,0.3); }
#subpage .slider.aktualnosci .absolute { background: rgba(237,211,42,0.3); }
/**/
#subpage #zwierzecy-podopieczni .box_content { margin-top: 50px; margin-bottom: 20px; }
/**/
#subpage #forestart .slider .absolute { background: rgba(50,72,153,0.7); }
/**/
#subpage #wpsimplegallery_container { padding-top: 20px; }
#subpage #wpsimplegallery ul { margin-top: 30px; margin-bottom: 0; }
#subpage #wpsimplegallery li { width: 29%; position: relative; }
#subpage #wpsimplegallery li img { float: left; z-index: 1; position: relative; }
#subpage #wpsimplegallery li + li { margin-left: 6.5%; }
#subpage #wpsimplegallery a.cboxElement:before { background: rgba(50,72,153,0.5); width: 100%; height: 100%; content: ' '; position: absolute; z-index: 2; left: 0; top: 0; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
#subpage #wpsimplegallery a.cboxElement:hover:before { opacity: 0; }
/* paginacja */
.navigation { float: left; width: 100%; margin-top: 30px; text-align: center; position: relative; }
.navigation ul { list-style: none; display: inline-block; }
.navigation li { float: left; }
.navigation li + li { margin-left: 15px; }
.navigation li.num a { padding: 6px 12px; font-size: 14px; background: #edd32a; font-family: 'museo-700'; color: #fff; }
.navigation a:hover { background: #FF0000; }
.navigation li.num.active a { background: #3aaa35; }
.navigation .prev a,
.navigation .next a { display: none; }
/**/
#zwierzecy-podopieczni .slider .absolute { background: rgba(229,17,56,0.6); }

	
/***
  Stopka
***/
footer.box { padding: 10px 0 !important; background: #eaeaea; color: #5E5E5E; font-size: 14px; text-align: right; }
footer.box a { color: #5E5E5E; }
/**/
#banners { text-align: center; padding: 30px 0; }
#banners .table { width: auto; }
#banners .cell_center { text-align: center; }
#banners .cell_left { padding-right: 20px; }
#banners .cell_left,
#banners .cell_right { width: 1%; white-space: nowrap; }
#banners .cell_right { padding-left: 20px; }
#banners .table &gt; * &gt; * { vertical-align: middle; }
#banners img { max-width: 200px; height: auto; }
#banners .full_line + .full_line { font-size: 14px; line-height: 100%; }
/**/
@media screen and (max-width: 540px) { 
  #banners .table,
  #banners .table &gt; * { width: 100%; float: left; display: block; }
  #banners .table &gt; * &gt; * { width: 100%; float: left; display: block; text-align: center !important; }
}


/***
  PLUGINY
***/
/* owl-carousel */
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
.owl-height { transition: height 500ms ease-in-out 0s; }
.owl-carousel { display: none; position: relative; width: 100%; z-index: 1; }
.owl-carousel .owl-stage { position: relative; min-width: 100%; }
.owl-carousel .owl-stage::after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.owl-carousel .owl-stage-outer { overflow: hidden; position: relative; }
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev { -moz-user-select: none; cursor: pointer; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { display: block; opacity: 0; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { -moz-user-select: none; float: left; min-height: 1px; position: relative; }
.owl-carousel.owl-text-select-on .owl-item { -moz-user-select: auto; }
.owl-carousel .owl-grab { cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease 0s; }
/*.owl-carousel .owl-item img { transform-style: preserve-3d; }*/
/* FancyBox*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span,
.fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 10020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 10030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('img/fancybox/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 10060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('img/bx_loader.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 10040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('img/fancybox/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 10040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 10040; visibility: hidden; visibility: visible; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock {overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 10010; background: url('img/fancybox/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 10050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 10050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; text-transform: uppercase; font-size: 18px; line-height: 40px; font-family: 'open_sans_bold'; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('img/fancybox/fancybox_sprite@2x.png'); background-size: 44px 152px; }
	#fancybox-loading div { background-image: url('img/fancybox/fancybox_loading@2x.gif'); background-size: 24px 24px; }
}



/***
  COOKIES
***/
#cookie-notice { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }
.cookie-notice-container { padding: 25px 10px !important; font-size: 14px; }
.cookie-notice-container .button { font-size: 15px; padding: 10px 20px; display: inline-block; }
@media screen and (max-width: 1220px) { 
	.cookie-notice-container { padding-bottom: 70px !important; }
	.cookie-notice-container #cn-accept-cookie { position: absolute; bottom: 20px; left: 50%; margin-left: -134px !important; }
	.cookie-notice-container .button { position: absolute; bottom: 20px; left: 50%; margin-left: -34px !important; }
}


/**************************************************   RESPONSIVE SITE **************************************************/


@media screen and (max-width: 1400px) { 
	.wrapper { width: 1200px; padding: 0; }
    /**/ 
	.table_left .cell_right img,
	.table_right .cell_left img { max-width: 830px; max-height: 500px; }
	.cell_img { width: 880px; }
	.cell_img.cell_right img { margin-left: 40px; }
	.cell_img.cell_left img { margin-right: 40px; }
    /**/ 
	#kontakt .cell_right { width: 880px; }
    /**/ 
	.grid-3 &gt; * { width: 360px; }
	.grid-3 &gt; * + * { margin-left: 60px; }
	/**/
	.item .right { width: 780px; }
	/**/
}
@media screen and (max-width: 1260px) { 
	.wrapper { width: 1000px; }
    /**/ 
	.table_left .cell_right img,
	.table_right .cell_left img { max-width: 660px; max-height: 500px; }
	.cell_img { width: 700px; }
	.cell_img.cell_right img { margin-left: 40px; }
	.cell_img.cell_left img { margin-right: 40px; }
    /**/ 
	#kontakt .cell_right { width: 700px; }
    /**/ 
	.slider h1, .slider h2 { font-size: 30px; line-height: 100%; margin-top: 35px; text-align: left; }	
    /**/ 
	nav.main li a { font-size: 20px; }
    /**/ 
	.grid-3 &gt; * { width: 300px; }
	.grid-3 &gt; * + * { margin-left: 50px; }
	/**/
	.item .right { width: 580px; }
}
@media screen and (max-width: 1020px) {
   	.wrapper { width: 880px; }
	body { font-size: 14px; line-height: 22px; }
    /**/
	nav.main .logo { width: 200px; margin: 8px 0; }
    /**/
	nav.main li a { font-size: 18px; }
	nav.main li + li { margin-left: 30px; }
    /**/
	.table_left .cell_right img,
	.table_right .cell_left img { max-width: 440px; max-height: 500px; }
	.cell_img { width: 480px; }
	.cell_img.cell_right img { margin-left: 40px; }
	.cell_img.cell_left img { margin-right: 40px; }
    /**/ 
	.grid-3 &gt; * { width: 270px; }
	.grid-3 &gt; * + * { margin-left: 35px; }
    /**/ 
	#kontakt .cell_right { width: 500px; }
	#kontakt .cell_right .mapka { height: 400px; }
	/**/
	.item .left { width: 300px; }
	.item .right { width: 550px; }
}
@media screen and (max-width: 920px) {
   	.wrapper { width: 700px; }
	body { padding-top: 56px !important; }
    /**/ 
	nav.main { height: 58px; }
	nav.main .menu-link { display: block; }
	nav.main ul.active { display: block; }
	nav.main ul { width: 100%; display: none; position: absolute; left: 0; top: 100%; margin-top: 0 !important; background: #324899; }
	nav.main ul li { width: 100%; }
	nav.main ul li + li { margin-left: 0; border-top: 1px dashed #fff; }
	nav.main ul li a { width: 100%; float: left; padding: 10px; text-align: center; background: #324899; color: #fff; font-size: 16px !important; }
	nav.main ul li a:hover { color: #324899; background: #fff; }
	nav.main li#menu-item-57 a { background: none; width: 100%; height: auto; text-indent: 0; margin-top: 0; }
    /**/
	.slider .absolute img { display: none; }
	.slider h1, .slider h2 { margin-top: 0; font-size: 25px; margin-top: 0; }
    /**/
	.table_left .cell_right,
	.table_right .cell_left { display: none; }
    /**/ 
	#aktualnosci .grid-3 &gt; * { width: 100%; }
	#aktualnosci .grid-3 &gt; * + * { margin-left: 0; margin-top: 30px; }
    /**/ 
	#home #aktualnosci article &gt; * { width: 400px; float: right; }
	#home #aktualnosci article &gt; .img { width: 260px; float: left; }
	#home #aktualnosci article &gt; h3 { margin-top: 0; }
	#home #aktualnosci { padding-top: 0; }
	#home #forest-art { padding-top: 0; }
	#home #zwierzecy-podopieczni { padding-top: 0; }
    /**/ 
	.grid-3 &gt; * { width: 215px; }
	.grid-3 &gt; * + * { margin-left: 27.5px; }
    /**/ 
	#zwierzecy-podopieczni .grid-3 &gt; a { padding-bottom: 25px; }
	#zwierzecy-podopieczni h3 { width: 100%; bottom: 0; }
    /**/ 
	#kontakt .cell_right { display: table-cell !important; width: 420px; }
	#kontakt .cell_right .mapka { height: 350px; }
    /**/ 
	.slider + #single { padding-bottom: 30px; padding-top: 30px; }
    /**/ 
	#subpage #wpsimplegallery_container { padding-top: 0; }
	/**/
	.item .left { width: 280px; }
	.item .right { width: 400px; }
	/**/
	#subpage #zwierzecy-podopieczni .box_content { margin-top: 30px; }
}
@media screen and (max-width: 740px) {	
    .wrapper { width: 500px; }
    /**/
	.slider .table { padding: 20px 35px; }
	.slider h1, .slider h2 { font-size: 22px; }
	.slider .absolute { left: 0; right: 0; top: auto; width: 100%; }
    /**/
	#o-nas { padding-top: 30px; }
	#o-nas .box_header + .box_content { margin-top: 20px; }
    /**/ 
	#home #aktualnosci article &gt; * { width: 275px; }
	#home #aktualnosci article &gt; .img { width: 200px; }
    /**/ 
	#o-nas .cell_left a,
	#aktualnosci .more a { font-size: 14px; }
    /**/ 
	#zwierzecy-podopieczni .grid-3 { padding: 0 105px; }
    /**/ 
	.grid-3 &gt; * { width: 100%; }
	.grid-3 &gt; * + * { margin-left: 0; margin-top: 30px; }
    /**/ 
	#kontakt{ padding-top: 0; }
	#kontakt .table,
	#kontakt .table &gt; *,
	#kontakt .table &gt; * &gt; * { display: block; width: 100%; float: left; }
	#kontakt .table &gt; * &gt; * + * { margin-top: 20px; }
	/**/
	.item .left,
	.item .right { width: 100%; }
	.item .right { margin-top: 20px; }
	.item .left { padding: 0 80px; }
	/**/
	#subpage #zwierzecy-podopieczni h3 { left: 80px; right: 80px; width: auto; }
}
@media screen and (max-width: 540px) {
	.wrapper { width: 300px; }
    /**/
	.box .box_header h2 { font-size: 25px; }
	.box .box_header &gt; div { display: block; }
	.box .box_header a { margin-left: 0; position: relative; font-size: 14px; left: auto; float: none; margin-top: 8px; display: inline-block; }
    /**/
	#home #aktualnosci .box_header h2 { display: block; width: 100%; }
	#home #aktualnosci article &gt; * { width: 100%; }
	#home #aktualnosci article &gt; .img { display: none; }
    /**/ 
	#zwierzecy-podopieczni .grid-3 { padding: 0 20px; }
    /**/
	.slider .table { padding: 15px 20px; }
	.slider h1, .slider h2 { font-size: 18px; }
    /**/
	.item .left { padding: 0 20px; }
	/**/
	#subpage #zwierzecy-podopieczni h3 { left: 20px; right: 20px; }
}</pre></body></html>