.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpsm-show a, .wpsm-show:active, .wpsm-show:visited {
cursor: pointer;
text-decoration: none;
font-size: 100%;
}
.wpsm-show:hover {
cursor: pointer;
text-decoration: underline;
}
.wpsm-hide a, .wpsm-hide:active, .wpsm-hide:visited {
cursor: pointer;
text-decoration: none;
}
.wpsm-hide:hover {
cursor: pointer;
text-decoration: underline;
}
.wpsm-content-hide {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.wpfront-notification-bar{visibility:hidden;position:fixed;overflow:hidden;left:0;right:0;text-align:center;color:#fff;background-color:#000;z-index:99998}.wpfront-bottom-shadow{-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.75);box-shadow:0 5px 5px 0 rgba(0,0,0,.75)}.wpfront-top-shadow{-webkit-box-shadow:0 -5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 -5px 5px 0 rgba(0,0,0,.75);box-shadow:0 -5px 5px 0 rgba(0,0,0,.75)}.wpfront-notification-bar.wpfront-fixed{position:fixed;z-index:99998;width:100%;display:flex;align-content:center;align-items:center;justify-content:center;flex-direction:row}.wpfront-notification-bar.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar.wpfront-fixed.load{visibility:visible;position:relative}.wpfront-notification-bar.top{top:0}.wpfront-notification-bar.bottom{bottom:0}.wpfront-notification-bar.keep-closed,.wpfront-notification-bar.max-views-reached{display:none}.wpfront-notification-bar div.wpfront-close{position:absolute;top:3px;right:5px;cursor:pointer;font-family:Arial,sans-serif;font-weight:700;line-height:0;font-size:10px;padding:5px 2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpfront-notification-bar table,.wpfront-notification-bar tbody,.wpfront-notification-bar tr{margin:auto;border:0;padding:0;background:inherit}.wpfront-notification-bar td{background:inherit;vertical-align:middle;text-align:center;border:0;margin:0;padding:0;line-height:1em}.wpfront-notification-bar div.wpfront-div{display:inline-block;text-align:center;vertical-align:middle;padding:5px 0}.wpfront-notification-bar a.wpfront-button,.wpfront-notification-bar-editor a.wpfront-button{display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,.2);white-space:nowrap;font-size:13px;font-weight:700;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.3);cursor:pointer;padding:5px 10px;margin-left:5px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.wpfront-notification-bar-open-button{position:absolute;right:10px;z-index:99998;border:3px solid #fff;width:23px;height:30px;cursor:pointer;background-repeat:no-repeat;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wpfront-notification-bar-open-button.hidden{display:none}.wpfront-notification-bar-open-button.top{top:0;background-position:top center;border-top:0;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-top-left-radius:0}.wpfront-notification-bar-open-button.bottom{bottom:0;background-position:bottom center;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpfront-notification-bar-spacer{position:relative;z-index:99998}.wpfront-notification-bar-spacer.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar-spacer.hidden{display:none}div.wpfront-message p{margin:0}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;font: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;
}
html {overflow-y: scroll; 
-webkit-text-size-adjust: 100%; 
-ms-text-size-adjust: 100%; 
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}
table {border-collapse: collapse;border-spacing: 0;margin: 0 0 1.5em;width: 100%;}
th {font-weight: bold;
}
th, td {border: 1px solid #EAEAEA;padding: 6px 10px;
}
a:focus {outline: thin dotted;}
a:hover,a:active;outline: 0;color:#f9ea02;text-decoration: underline;}
a img {border: 0;}
a img:hover {opacity: 0.8;filter:alpha(opacity=80); box-shadow: #000 0 0 0;}
embed, iframe, object {max-width: 100%;}
button::-moz-focus-inner {border: 0;padding: 0;margin: 0;
}
ol, ul {
list-style: square; 	padding: 0 0 0 35px;
margin-bottom: 30px;
}
#content li {
margin-bottom: 16px;
}
#content2 li {
margin-bottom: 16px;
} body,button,input,select,textarea {color: #ffffff;font: 16px 'trebuchet ms', sans-serif; line-height: 20px;word-wrap: break-word;}
body {background: #080300;}
h1, h2 {padding-bottom: 18px;color: #ffffff;font-weight: normal;font-family: 'trebuchet ms', sans-serif;font-style: italic;}
h1 { font-size: 30px; line-height: 36px; }h2 { font-size: 28px; line-height: 34px; }h3 { font-size: 26px; line-height: 32px; }h4 { font-size: 24px; line-height: 30px; }h5 { font-size: 22px; line-height: 28px; }h6 { font-size: 19px; line-height: 25px; }hr {border-color: #EAEAEA;border-style: solid none none;border-width: 1px 0 0;height: 0;margin: 30px 0;
} p {line-height: 24px;margin-bottom: 15px;font-family: 'trebuchet ms', sans-serif;font-size: 16px;
}
strong {font-weight: bold;}
table {margin: 0 0 1.5em;width: 100%;
} a {color: #ffffff;text-decoration:underline;}
a:focus, a:active, a:hover {text-decoration: underline;color:#f9ea02;} img {max-width:100%;height:auto;vertical-align:top;;
} .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display: block;}
.tg-after-three-blocks-clearfix {clear: both;} .alignleft {display: inline;float: left;margin-right: 30px;
}
.alignright {display: inline;float: right;margin-left: 30px;
}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;
} body {padding-top: 30px;padding-bottom: 30px;}
#page {max-width: 1268px;border-radius: 25px;margin: 0 auto;background-color: #622800;box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);}
.wide-978, .wide-1218 {padding-top: 0;padding-bottom: 0;
}
.wide-1218 #page {max-width: 100%;}
.narrow-978 #page {max-width: 1038px;}
.wide-978 #page {max-width: 100%;}
.wide-978 #page {padding-top: 0;padding-bottom: 0;}
.inner-wrap {margin: 0 auto;max-width: 1218px;}
.wide-1218 .inner-wrap {max-width: 1218px;}
.narrow-978 .inner-wrap {max-width: 978px;}
.wide-978 .inner-wrap {max-width: 978px;} #masthead {}
#header-meta {background-color: #F8F8F8;border-bottom: 1px solid #EAEAEA;}
#header-text-nav-container {height:100%;border-bottom: 1px solid #EAEAEA;background-color: #a54c0a;border-top-left-radius: 15px;border-top-right-radius: 15px;padding:0px;margin:0px;} .header-post-title-container {
border-bottom: 1px solid #EAEAEA;
padding: 20px 0;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
background-color:#2e0e00;
}
.header-post-title-container .post-title-wrapper {
max-width: 100%;
padding-right: 30px;
}
.header-post-title-class {
font-size: 22px;
padding-bottom: 0;
line-height: 36px;
} .sticky {
}
.extra-hatom-entry-title {
display: none;
}
#main {
padding: 40px 0 10px 0;
} .footer-widgets-wrapper {
background-color: #333333;
border-top: 1px solid #EAEAEA;
}
.footer-widgets-area {
padding-top: 30px;
padding-bottom: 10px;
color: #999999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
text-align: left;
}
.footer-widgets-area h3.widget-title {
color: #D5D5D5;
}
.footer-widgets-area .tg-one-fourth p {
text-align: left;
color: #999999;
}
.footer-widgets-area a {
color: #D5D5D5 !important;
}
.footer-widgets-area a:hover {
color: #ffffff !important;
}
#colophon .widget {
padding-bottom: 25px;
}
#colophon .widget-title {
font-size: 22px;
line-height: 32px;
}
#colophon, #colophon p {
font-size: 14px;
line-height: 18px;
} .footer-socket-wrapper {
padding: 10px 0px;
background-color: #000000;
border-top: 1px solid #EAEAEA;
}
.footer-socket-area {
width: 100%;
text-align:center;
}
.footer-socket-wrapper .copyright {
color: #000000;
max-width: 50%;
float: left;
font-size: 12px;
}
.footer-socket-wrapper .copyright a {
color: #ffffff;
}
.footer-socket-wrapper .copyright a:hover {
color: #f9ea02;
}
.footer-socket-wrapper .small-menu {
float: right;
}
.footer-socket-wrapper .small-menu a {
padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
top: 21px;
} a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
color: #7b3100;
background-color: #ffffff;
opacity: 0.5;
filter:alpha(opacity=50); border-radius: 3px;
padding: 15px;
font-size:20px;
font-weight:bold;
text-decoration:none;
}
a#scroll-up:before {
text-decoration:none;
}
a#scroll-up:hover {
opacity: 1;
filter:alpha(opacity=100); text-decoration:none;
} .read-more, .more-link {
font-size: 14px;
color: #ffffff;
font-family: 'trebuchet ms', sans-serif;
} #primary {
float: left;
width: 61.5763547%;
}
#secondary {
float: right;
width: 34.4827586%;
}
.wide-978 #primary, .narrow-978 #primary {
width: 65.5763547%;
}
.wide-978 #secondary, .narrow-978 #secondary {
width: 30.4827586%;
} #content .post, #content .page  {
padding-bottom: 20px;
background-image: url(//otylia.net/wp-content/themes/spacious/images/karty-tarota.jpg);
background-color:#7b3100;
background-repeat: no-repeat;
background-position: right top;
border-radius: 15px;
border: 1px solid #946337;
padding:12px;
}
#content a {
text-decoration:underline;
}
#content2 .post, #content2 .page  {
padding-bottom: 20px;
background-image: url(//otylia.net/wp-content/themes/spacious/images/karty-tarota.jpg);
background-color:#7b3100;
background-repeat: no-repeat;
background-position: right top;
border-radius: 15px;
border: 1px solid #946337;
padding:12px;
margin-bottom:15px;
}
.single #content .post {
padding-bottom: 25px;
}
.post .entry-title, .page .entry-title {
font-size: 26px;
line-height: 32px;
}
.post .entry-title a, .page .entry-title a {
color: #ffffff;
}
.post .entry-title a:hover, .page .entry-title a:hover {
color: #f9ea02;
}
.post .entry-content {
margin-bottom: 10px;
}
.entry-content ul {
list-style: square;
}
.entry-content ul,
.entry-content ol {
padding: 0 0 0 35px;
margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
margin-bottom: 0;
}
.post .entry-content a:hover {
text-decoration: underline;
} @media screen and (min-width: 1500px) {
.wide-978 #featured-slider .entry-container {
left: 17.6%;
}
.wide-1218 #featured-slider .entry-container {
left: 9.6%;
}
}
@media screen and (min-width: 1650px) {
.wide-978 #featured-slider .entry-container {
left: 19.45%;
}
.wide-1218 #featured-slider .entry-container {
left: 11.9%;
}
}
@media screen and (max-width: 1308px) {
#page {
width: 97%;
}
.wide-1218 #page, .wide-978 #page {
width: 100%;
}
.inner-wrap {
width: 94%;
}
}
@media screen and (max-width: 1078px) {
body {
padding: 15px 0;
}
#featured-slider .entry-container {
max-width: 60%;
}
.call-to-action-content {
float: none;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.call-to-action-button {
width: 93%;
}
.footer-socket-wrapper .copyright {
float: none;
max-width: 100%;
text-align: center;
margin-bottom: 5px;
}
.footer-socket-wrapper .small-menu {
float: none;
text-align: center;
}
.footer-socket-wrapper .small-menu li {
float: none;
display: inline;
}
.footer-socket-wrapper .small-menu a {
float: none;
display: inline;
padding: 5px 5px 0;
}
.small-menu li.default-menu, li.default-menu {
display: none;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
float: left;
width: 46.7684729%;
}
.widget_service_block .tg-one-third {
float: left;
margin: 0 2.46305%;
padding: 0 0 30px;
width: 28.4072%;
}
.tg-one-half-last, .tg-one-fourth-last {
float: right;
}
.tg-service-left { float: left; margin: 0; }
.tg-service-right { float: right; margin: 0; }
.tg-column-1, .tg-column-3 {
float: left;
width: 46.7684729%;
}
.tg-column-2, .tg-column-4 {
float: right;
margin-right: 0;
}
.tg-after-two-blocks-clearfix {
clear: both;;
}
.tg-after-three-blocks-clearfix {
clear: none;
}
}
@media screen and (max-width: 768px) {
#primary, #secondary, .wide-978 #primary, .narrow-978 #primary {
float: none;
width: 100%;
margin: 0;
} .sub-toggle {
background: #ffffff none repeat scroll 0 0;
color: #7b3100;
cursor: pointer;
display: block;
height: 24px;
line-height: 21px;
position: absolute;
right: 15px;
text-align: center;
top: 9px;
width: 24px;
}
.main-small-navigation li.current-menu-item > .sub-toggle {
background: #7b3100 none repeat scroll 0 0;
}
.main-small-navigation li.current-menu-item > .sub-toggle i {
color: #d40234;
}
.better-responsive-menu .menu-primary-container .sub-menu {
display: none;
}
.sub-toggle span {
display: inline-block;
font-size: 11px;
line-height: 23px;
margin-left: 0;
}
.main-small-navigation li:hover > .sub-toggle {
background: #7b3100;
color: #f9ea02;
}
.sub-toggle span.genericon-downarrow {
line-height: 30px;
margin-left: 0;
}
.better-responsive-menu .site-header .menu-toggle {
background: #3a3a3a none repeat scroll 0 0;
color: #fff;
font: 0px/0 a;
height: 36px;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 40px;
}
}
@media screen and (max-width: 767px) {
.tg-one-half, .tg-one-third, .tg-one-fourth {
float: none;
width: 100%;
margin: 0;
}
.widget_service_block .tg-one-third {
float: none;
width: 100%;
margin: 0;
}
.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
float: none;
}
#primary, #secondary {
float: none;
width: 100%;
margin: 0;
}
.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width:25%;
}
}
@media only screen and (max-width: 420px) {
#page {
width: 97%;
}
.inner-wrap {
width: 95%;
}
.better-responsive-menu #header-text {
text-align: center;
}
}
.date .updated {
display: none;
}
img.osoby {
padding-left: 5px;
margin: 0px;
float: left;
}
img.opinie {
padding-right: 5px;
margin: 0px;
float: left;
}
img.opinie2 {
padding-right: 5px;
margin: 0px;
float: left;
}
.opinie {
padding-bottom: 45px;
background-color:#7b3100;
border-radius: 15px;
padding:12px;
margin-top:16px;
margin-bottom:20px;
border: 1px solid #946337;
}
.kat {
background-color:#7b3100;
border-radius: 15px;
padding:12px;
border: 1px solid #946337;
padding-bottom: 20px;
background-image: url(//otylia.net/wp-content/themes/spacious/images/karty-tarota.jpg);
background-color:#7b3100;
background-repeat: no-repeat;
background-position: right top;
}
.prawa-wiecej span {
cursor: pointer;
}
.prawa-wiecej span:hover {
color: #f9ea02;
text-decoration:underline;
}
.prawa {
background-color:#7b3100;
border-radius: 15px;
padding:12px;
margin-bottom:16px;
border: 1px solid #946337;
}
.prawa a:hover{
text-decoration:underline;
color: #f9ea02;
}
.prawa-wiecej {
background-color:#7b3100;
border-radius: 15px;
padding:12px;
margin-bottom:16px;
border: 1px solid #946337;
}
h1.abs {
text-decoration:none;
}
h2.underline {
text-decoration:none;
}
p.bold{
font-weight:bold;
}
map {
cursor: pointer;
}
#parent {
max-width:400px;
height:22px;
text-align: justify;
font-size: 0.1px; }
#parent li {
font-size: 20px;
display: inline-block;
}
li.parent2 {
margin-left:30px;
}
#parent:after {
content: '';
width: 100%; display: inline-block;
}
input.wpcf7-submit[type=submit]{pointer:cursor;padding:0 18px;font-family:verdana;height:29px;font-size:12px;font-weight:bold;color:#ffffff;border:1px solid;border-color:#fcae48;border-radius:10px;outline:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-image:-webkit-linear-gradient(top, #ff9a16, #ff4c00);background-image:-moz-linear-gradient(top, #ff9a16, #ff4c00);background-image:-o-linear-gradient(top, #ff9a16, #ff4c00);background-image:linear-gradient(to bottom, #ff9a16, #ff4c00);-webkit-box-shadow:inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);box-shadow:inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);}
input.wpcf7-submit[type=submit]:active{background:#ff2c00;border-color:#cae48;-webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);cursor: pointer;}
div.wpcf7 { 
background-color: #7b3100;
padding:20px;
border-radius: 15px;
}
.wpcf7 input[type="text"]{
width:60%;
background:#ffffff;
color:#000000;   
border: 1px solid #000000;
padding:10px;
}
.wpcf7 input[type="email"]{
width:60%;
background:#ffffff;
color:#000000;   
border: 1px solid #000000;
padding:10px;
}
input.ocena {
border-radius: 10px;
background-color:#622800;
font-size:16px;
width:20%;
height:30px;
text-align:center;
text-transform:uppercase;
cursor: pointer;
}
.wpcf7 textarea {
background:#ffffff;
color:#000000;  
border: 1px solid #000000;  
padding:10px;
width:94%;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#725f4c;
font-size:18px;
width:30%;
height:40px;
text-align:center;
text-transform:uppercase;
cursor: pointer;
}
.pseudolink { text-decoration:none; text-align: center; font-size: 20px; font-family: "arial", verdana; font-weight: normal; color: #ffffff; cursor:pointer; }
:hover.pseudolink { text-decoration:underline; color: #F9EA02; }
.stopka { text-decoration:underline; text-align: center; font-size: 14px; font-family: "arial", verdana; font-weight: normal; color: #ffffff; cursor:pointer; }
:hover.stopka { text-decoration:underline; color: #F9EA02; }
.opinie-wiecej { text-decoration:underline; text-align: center; font-size: 16px; font-family: "arial", verdana; font-weight: normal; color: #ffffff; cursor:pointer; }
:hover.opinie-wiecej { text-decoration: underline; color: #F9EA02; }
.IndexImage2{padding:3px;margin-top:3px;border:solid 1px #ccc;float:left;margin-right:6px;}
.effect0{-webkit-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.3);-moz-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.3);box-shadow:0px 0px 5px rgba(50, 50, 50, 0.3);}
img.kliknij {
width:81px;
height:31px;	
}
.ptaszki{font-size:14px;text-align:center;}
.ptaszki span {font-size:14px;color:#00824d;}
.mobile-zamow {margin-top:16px;}
@media screen and (min-width: 768px) { .mobile-zamow {visibility: hidden;clear: both;float: left;margin: 10px auto 5px 20px;width: 28%;display: none;margin-top:20px;}}
.container:after { content: ""; display: table; clear: both;}
.section { float: left; width: 33.3333%; border: 1px solid; box-sizing: border-box;}
@media (max-width: 768px) { .section {float: none;width: auto;}}
.rating-stars {text-align:center;margin-top:10px;margin-left:10px;float:none;} 
.rating-stars-child {}
.rating-stars a { color:#f2c8f5; }
.glsr .glsr-summary {justify-content: center; text-align: center;}
.glsr glsr-default {justify-content: center; text-align: center;}