/*
Theme Name: Mobilny
Theme URI: http://graphpaperpress.com/themes/awesome
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A super wide, neat, fullscreen theme to showcase Photos, Galleries and Videos!
Version: 1.0.7
License: GNU General Public License
License URI: license.txt
Text Domain: awesome
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Awesome is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none; /*thin dotted;*/
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

p a img.size-full {
	margin-bottom: 10px;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: "Cardo", Lora, Georgia; /* Google Fonts */
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6,
.entry-meta,
.site-info,
span.edit-link {
	font-family: "Cardo", "Raleway", Arial;
}
.site-content [class*="navigation"] a {
	font-family: "Arimo", Arial;
}
.main-navigation {
	font-family: "Arimo", Arial;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px !important;
}
h1, h2, h3, h4, h5 {
	margin-right: 15% !important;
	padding-left: 15%;
}
h2.comments-title, h3.comment-reply-title  {
	margin-right: 0 !important;
	padding-left: 0;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.0em;
	margin-right: 15%;
	padding-left: 15%;
}
#commentform p {
	margin-right: 0;
	padding-left: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-right: 15%;
	padding-left: 15%;
}
ol.commentlist { margin-right: 0; padding-left: 0; }
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 10px 15px;
	transition: background 0.3s ease, color 0.3s ease;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
div.hide {
	display: none;
}

/* Links */
a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.aligncenter img{
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

html, body {
	height: 100%;
}
.admin-bar .main-navigation ul {
	margin-top: 28px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 100%;
	width: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}
.main-navigation > ul > li {
	width: 70px;
}
.main-navigation .showmenus ul {
	overflow: visible;
	width: 250px;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 23px;
	width: 210px;
	background: none;
	-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
	transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
   	padding: 23px;
}
.main-navigation ul.nav-menu li a {
	padding: 23px 23px 23px 70px;
}
.main-navigation ul.nav-menu ul li a {
	padding: 23px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	top: 0;
	left: 250px;
	z-index: 99999;
	height: 100%;
}
.main-navigation ul ul ul {
	left: 500px;
	top: 0;
}
.main-navigation ul ul ul ul {
	left: 750px;
	top: 0;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation ul {
	margin: 0;
	list-style: none;
}
.main-small-navigation li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.main-small-navigation {
	z-index: 999;
}
.main-small-navigation a {
	text-decoration: none;
	width: 90%;
	padding: 2% 5%;
	display: block;
	font-size: 1.5rem;
	font-family: "Arimo", Arial;
}
.main-small-navigation h1.menu-toggle {
    display: block;
    font-size: 2rem;
    margin: 0;
    padding: 10px;
	margin-right: 0 !important;
}
.main-small-navigation h1.menu-toggle:before {
	font-family: 'Genericons';
	content: '\f419';
	margin-right: 10px;
	float: left;
}
.main-small-navigation .menu-container {
	position: absolute;
	width: 100%;
}
.main-small-navigation .menu-container {
	z-index: 9999;
	display: none;
}
.main-small-navigation .menu-container ul#menu-one {
	padding: 10px 30px;
}
#page.large-screen {
	margin-left: 0; /*73px;*/
}

#page.small-screen {
	margin-left: 0;
}


/* =Content
----------------------------------------------- */

.site-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#page {
	margin-left: 73px;
}
.site-branding {
	padding: 3%;
}
.has-header-image .site-branding {
	z-index: 1;
}
h1.site-title {
	margin-bottom: 0;
}
h2.site-description {
	font-size: 2rem;
	font-weight: normal;
}
.sitetitle {
	max-height: 100px;
	max-width: 300px;
}
.page-header {
	font-size: 2rem;
	text-align: center;
	margin: 0;
	padding: 3%;
}
header.entry-header {
	text-align: center;
	margin: 2em auto 0;
	width: 90%;
}
.entry-meta, .site-info, span.edit-link {
	font-size: 14px;
}
.entry-meta span.posted-on {
	font-size: 16px;
	font-family: "Kotta One",serif;
}
footer.entry-meta {
	text-align: center;
	margin-bottom: 8em;
	display: none;
}
.main-navigation {
	font-size: 0.8em;
	text-transform: uppercase;
}
div.entry-meta a {
	text-decoration: none;
}
h1 {
	font-size: 24px; /*2.2em;*/
	text-transform: uppercase;
	margin: 10px 0;
	line-height: 1.5em; /* 1.3;*/
}
h1 a {
	text-decoration: none;
}
div.entry-summary, div.entry-content,
.single-format-gallery .entry-content {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 8% 0;
}
.single div.entry-content {
	padding-bottom: 3%;
}
.sticky {
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	color: #fff;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	word-spacing:0.5em;
	font-size: 16px;
	text-align: center;
}
.page-links a:link,
.page-links a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
	font-weight: bold;
}
.page-links a:active,
.page-links a:hover {
	color: #FF4B33;
}

.taxonomy-description {
	font-size: 1.5rem;
	font-style: italic;
}

.awesome-slideshow {
	/*background-color: #000000;*/
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
article.format-aside {
	border: none;
}
article.format-aside div.entry-summary {
	padding-top: 8%;
}
.single article.format-aside {
	background: none;
}


/* =Quotes
----------------------------------------------- */

article.format-quote {
	position: relative;
	border: none;
}
.single article.format-quote {
	background: none;
}
article.format-quote div.entry-summary {
	padding: 20% 5%;
	position: relative;
}
article.format-quote blockquote {
	margin: 0;
	position: relative;
}
article.format-quote blockquote p {
	font-size: 3rem;
	line-height: 1.4;
	margin: 0;
}
article.format-quote cite {
	display: block;
	font-size: 2rem;
	font-style: italic;
	margin-top: 1em;
	text-align: right;
}
a.awesome-infinity {
	text-decoration: none;
	float: right;
	margin: -28px -18px 0;
}
article.format-quote div.entry-summary {
 	quotes: "\201C""\201D""\2018""\2019";
}
article.format-quote div.entry-summary:before {
    content: open-quote;
    font-size: 40em;
    left: -25%;
    line-height: 1;
    position: absolute;
    top: 0;
    font-family: "Arial";
    font-weight: bold;
}
blockquote p {
  display inline;
}
article.format-quote div.entry-summary p,
article.format-quote div.entry-summary span {
	position: relative;
	z-index: 1;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1em;
	max-width: 100% !important;
	border:none !important;
	/* dodane */
	padding-left: 15%;
	margin-right: 15%;
	width: auto !important;
	float: none;
	display: block;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 1.5rem;
	font-style: italic;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	color:#bbb; /*#888;*/
	display: block;
	font-size: 10px; /*15px;*/
	font-style:italic;
	padding:0;
	text-align:center;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.site-content .gallery a img {
	border: medium none;
    display: block;
    float: right;
    height: auto;
    margin: 0 auto;
    max-width: 97%;
}
.gallery img {
	border: none!important;
}
.gallery-size-thumbnail {
	padding-bottom: 10px;
	overflow: hidden;
}
.gallery br {
	height: 0;
	display: none;
}
.site-content .gallery dd {
	margin: 0;
}
.gallery-item {
	position: relative;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	display: inline;
}


/* =Gallery
----------------------------------------------- */

/* Slideshow Slider */
ul.basic-slider {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
li.basic-slider-slide {
	position: absolute;
	display: none;
}
ul.basic-slider-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.basic-slider-controls.v-centered li a {
	position: absolute;
}
p.basic-slider-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

ul.basic-slider li img {
	margin: 0 auto;
	display: block;
}
ul.basic-slider-controls.v-centered li.basic-slider-next a,
ul.basic-slider-controls.v-centered li.basic-slider-prev a {
	top: 40%;
	font-family: 'Genericons';
	text-decoration: none;
	font-size: 3em;
	font-weight: 100;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	width: 42px;
	height: 51px;
	overflow: hidden;
	line-height: 1;
	padding: -1px;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
ul.basic-slider-controls.v-centered li.basic-slider-next a:hover,
ul.basic-slider-controls.v-centered li.basic-slider-prev a:hover {
	color: rgba(255,255,255,0.9);
}
ul.basic-slider-controls.v-centered li.basic-slider-next a {
	right: 20px;
}
ul.basic-slider-controls.v-centered li.basic-slider-prev a {
	left: 20px;
}
ul.basic-slider-controls.v-centered li.basic-slider-next a:before {
	content: '\f431';
}
ul.basic-slider-controls.v-centered li.basic-slider-prev a:before {
	content: '\f432';
}

/* Indicators */
.slideshow-container ol {
	position: absolute;
	bottom: 7%;
	right: 3%;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 45%;
}
.slideshow-container ol li {
	float: left;
	margin-top: 8px;
}
.slideshow-container ol li a {
	text-indent: 100%;
	width: 25px;
	height: 5px;
	display: block;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	margin-right: 5px;
	outline: none;
	transition: background-color 0.5s ease;
}
.gallery-caption {
	background: rgba(0, 0, 0, 0.3);
	bottom: 5%;
	color: #ccc;
	left: 3%;
	padding: 5px 10px;
	position: absolute;
	max-width: 45%;
}
div.tiled-gallery {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}
.video-container,
.gallery-container {
	width: 100%;
	text-align: center;
	display: block;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0;
	overflow: hidden;
}
.site-content [class*="navigation"] a {
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	transition: background-color 0.5s ease, color 0.5s ease;
}
[class*="navigation"] .nav-previous a {
	float: left;
	text-align: right;
}
[class*="navigation"] .nav-next a {
	float: right;
	text-align: left;
}
.single .site-content [class*="navigation"],
.single .site-content [class*="navigation"] a {
	background: transparent;
}
.single #nav-below,
.page #nav-below {
	width: 70%;
	margin: 0 auto;
}


/* =404
----------------------------------------------- */

.error-404 .page-content,
.no-results .page-content {
	text-align: center;
	margin-bottom: 4em;
	padding: 5%;
}


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

th, td {
	padding: 3px 10px;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#respond {
	margin-top: 1em;
}
.single #comments,
.page #comments {
	margin-right: 15%;
	padding-left: 15%;
}
#comments article {
	border: none;
}
p.form-allowed-tags,
p.form-allowed-tags code {
	font-size: 12px;
}
#commentform label {
	margin-right: 2em;
}
#commentform .comment-form-comment label {
	margin-bottom: 0.8em;
	display: block;
}
.required {
	color: #c00;
}
#comment-nav-below {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	margin: 3em 0;
}
#respond {
	clear: both;
}
.commentlist {
	margin: 0;
}
.commentlist li.comment,
.commentlist li.pingback {
	list-style: none;
}
.commentlist .avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.commentmetadata {
	font-size: 13px;
}
cite.fn {
	font-weight: bold;
	font-style: normal;
}
.comment-content {
	/*margin-left: 112px;*/
	margin-top: 5px;
}
.reply {
	margin-left: 112px;
	font-size: 13px;
	margin-bottom: 2.5em;
}
.comment-content p {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}
.comment ul.children {
	margin-left: 10%;
}
.form-allowed-tags {
	display: none;
}
p.nocomments {
	font-style: italic;
	margin-top: 5em;
	text-align: center;
}


/* =Footer
----------------------------------------------- */
.site-info {
	font-size: 13px;
	padding: 1.2em 2.5%;
	clear: both;
	text-align: center;
}
.single #colophon {
	margin-top: 5em;
}


/* =Widgets
----------------------------------------------- */
#footer-widgets {
	overflow: hidden;
}
#footer-widgets .widget-area {
	width: 26.66667%;
	margin-left: 5%;
	float: left;
}
#footer-widgets .widget-area:last-child {
	margin-right: 5%;
}
#footer-widgets aside {
	padding: 3em 0;
	font-size: 14px;
}
#footer-widgets aside ul {
	margin-left: 0;
	list-style: none;
}
h1.widget-title {
	font-size: 1.5em;
	margin-bottom: 1em;
}
#colophon {
	clear: both;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Basic jQuery Slider essential styles */
.horimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.verimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cover {
	background-size: cover;
}
.contain {
	background-size: contain;
}


/* =Scrollbar when the menu is too long
----------------------------------------------- */

.custom-scrollbox-container {
	width: auto;
	margin-right: 0px;
	overflow: hidden;
}
.custom-scrollbox-container.custom-scrollbar-no-scrollbar {
	margin-right: 0;
}
.custom-scrollbar-disabled > .custom-scrollbox > .custom-scrollbox-container.custom-scrollbar-no-scrollbar,
.custom-scrollbar-destroyed > .custom-scrollbox > .custom-scrollbox-container.custom-scrollbar-no-scrollbar {
	margin-right: 30px;
}
.custom-scrollbox > .custom-scrollbox-tools {
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
}
.custom-scrollbox-tools .custom-scrollbox-dragger-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.custom-scrollbox-tools a+.custom-scrollbox-dragger-container {
	margin: 20px 0;
}
.custom-scrollbox-tools .custom-scrollbox-dragger-rail {
	width: 3px;
	height: 100%;
	margin: 0 auto;
}
.custom-scrollbox-tools .custom-scrollbox-dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
}
.custom-scrollbox-tools .custom-scrollbox-dragger .custom-scrollbox-dragger-bar {
	width: 3px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.custom-scrollbox-tools .custom-scrollbox-buttonup,
.custom-scrollbox-tools .custom-scrollbox-button-down {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.custom-scrollbox-tools .custom-scrollbox-button-down {
	top: 100%;
	margin-top: -40px;
}

.custom-scrollbox {
	-ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.custom-scrollbox > .custom-scrollbox-tools {
	opacity: 0.75;
}
.custom-scrollbox:hover > .custom-scrollbox-tools {
	opacity: 1;
}
.custom-scrollbox-tools .custom-scrollbox-buttonup,
.custom-scrollbox-tools .custom-scrollbox-button-down,
.custom-scrollbox-tools .custom-scrollbox-button-left,
.custom-scrollbox-tools .custom-scrollbox-button-right {
	background-repeat: no-repeat;
	opacity: 0.4;
}
.custom-scrollbox-tools .custom-scrollbox-buttonup {
	background-position: 0 0;
}
.custom-scrollbox-tools .custom-scrollbox-button-down {
	background-position: 0 -20px;
}
.custom-scrollbox-tools .custom-scrollbox-button-left {
	background-position: 0 -40px;
}
.custom-scrollbox-tools .custom-scrollbox-button-right {
	background-position: 0 -56px;
}
.custom-scrollbox-tools .custom-scrollbox-buttonup:hover,
.custom-scrollbox-tools .custom-scrollbox-button-down:hover,
.custom-scrollbox-tools .custom-scrollbox-button-left:hover,
.custom-scrollbox-tools .custom-scrollbox-button-right:hover {
	opacity: 0.75;
}
.custom-scrollbox-tools .custom-scrollbox-buttonup:active,
.custom-scrollbox-tools .custom-scrollbox-button-down:active,
.custom-scrollbox-tools .custom-scrollbox-button-left:active,
.custom-scrollbox-tools .custom-scrollbox-button-right:active {
	opacity: 0.9;
}

/* = Sell Media
----------------------------------------------- */
.sell-media .sell-media-grid-container {
	max-width: 96%;
	margin: 0 auto;
}
.sell-media .sell-media-grid h3 {
	font-size: 2rem;
	margin-top: 6px;
}
.sell-media-cart-dialog select {
	font-size: 1.5rem;
}
.single-sell_media_item .site-content, .page-template-page-collections-php .site-content, .page-template-page-dashboard-php .site-content, .page-template-page-lightbox-php .site-content {
	max-width: 90%;
	margin: 2em auto;
}

/* =Grid View
----------------------------------------------- */
.grid article {
	width:33%;
	float: left;
}

#nav-below {
	clear: both;
}

/* =Responsiveness
----------------------------------------------- */

@media screen and (max-width: 600px) { /*, screen and (max-height: 600px) {*/
	body {
		font-size: 1.5rem;
	}
	h1.site-title {
		font-size: 1.5em;
	}
	h1 {
		font-size: 1.8em;
	}
	header.entry-header,
	div.entry-summary, div.entry-content,
	.single-format-gallery .entry-content,
	footer.entry-meta,
	.single #nav-below, .page #nav-below {
		width: 100%;
		margin: 0 auto;
	}
	#footer-widgets .widget-area {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	article.format-quote div.entry-summary:before {
    	font-size: 30em;
	}
	.comment ul.children {
		margin-left: 0%;
	}
	.comment-content {
		margin-left: 0;
	}
	div.tiled-gallery {
		margin-left: 0px;
	}
	.wp-caption-text {
		font-size: 1.2rem;
		/* line-height: 1.2; */
	}
}

@media screen and (max-width: 480px) {
	article.format-quote cite {
		text-align: center;
	}

	a.awesome-infinity {
	    margin: -28px 0px 0;
	}

}


/* EXTRA */

p.drop-cap::first-letter {
	float: left;
	font-size: 8em;
	line-height: 90%;
	margin-right: 0.1em;
	margin-top: 15px;
}
.extra-text {
	font-family: serif;
	font-size: 34px !important;
	font-weight: bold;
	letter-spacing:0px;
	line-height: 1.2em;
	text-align: right !important;
	margin: 0 5px 0px 15%;
	padding: 0 15px 0px 15px;
	max-width: 470px;
	float: left;
}
@media screen and (max-width: 1000px) {
	.extra-text {
		text-align: center !important;
		padding: 0px !important;
		margin: auto !important;
		float: none !important;
	}
}
h6 a img {
	margin-bottom: 10px !important;
}


/* HEADER */

#header {
	padding: 10px 0 5px 0;
}
#branding {
	margin: 0 auto;
	background: #262626;
	padding: 0; 
	max-width: 940px;
}
#branding img {
	clear: both;
	display: block;
	margin: auto;
}

/* DIV kontener */

.kontener {
    background: #262626;
	padding: 15px 5px 15px 5px;
	position: relative;
	margin: 0 auto;
	max-width: 1010px;
	text-align: center;
}

/* TUTAJ WKLEJONY CSS OD STRONY GŁÓWNEJ */ 

.minipost {
	color:#444;
	font-family:'Roboto Slab', "Lucida Sans Unicode","Lucida Grande",sans-serif;
	background-color: #262626;
    padding: 0px 0px 0px 0px;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	clear:left;
}    
.minipost h2{
	padding: 0px 0px 14px 0px;
	text-align: center;
	font-size: 15px;
	/*height:22px;*/
}
.minipost h2 a:link, .minipost h2 a:visited{
	color:#FFBB00;
	top: 0px;
	text-decoration: none;
	outline: 0;
}

.kafelek h2{
	padding: 5px 0;
	margin: 0 0px 0px 0 !important;
	height: 36px;
	line-height: 18px;
	font-weight: normal;
	font-family:'Roboto Slab', "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.minipost .alm-reveal {
	text-align: center;
}


.kafelek {
    margin: 0 15px 0 5px; 
    display: inline-table;
    }
.mini-srodek {
	margin: 0px 37px 0px;
}

.poscik {
    width: 302px;
    height: 330px;
    padding: 5px 0;
    background-color: #262626;
}	
.poscik p{
	color:#ddd;
    font-size: 12px;
    line-height: 150%;
	text-align: justify;
    padding: 2px 0px 0px 0px;
	margin: 0 0px 5px 0;
}
.poscikopis a:link, .poscikopis a:active, .poscikopis a:visited{
	color:#ddd;
    font-size: 12px;
	top: 0px;
	text-decoration: none;
	outline: 0;
}

.poscikopis a.orange:link, .poscikopis a.orange:active, .poscikopis a.orange:visited{
	color:#FFBB00;
    font-size: 12px;
    line-height: 1;
    padding: 0px 0px 0px 0px;
	top: 0px;
	text-decoration: none;
}
    
.poscik img {
	background:#262626;
	border:1px solid #000;
	margin: 0px;
	height: 200px;
	}

.obrazek {
	height: 209px;
	width: 302px;
    }
.obrazek a:active {
    top: 0px;
    }
.obrazek a:visited {
    text-decoration:none;
	color: #666;
    }
	
@media screen and (max-width: 600px) {
.kafelek {
	margin: 0;
	width: 100%;
}
.poscik {
    width: auto;
    height: auto;
    padding-bottom: 14px;
}

.obrazek {
	width: auto;
	height: auto;
}
.thumbnailwrap {
	height: auto;
}
.poscik img {
	height: auto;
	width: 100%;
	}	
.poscikopis {
	width: 302px;
	margin: 0 auto;
}	
	
}


/* efekt podświetlenia obrazków (patrz scripts) */
	
.thumbnailwrap {
    background-color: #262626;
	padding: 0px 0 0 0px;
    }
.thumbnailwrap a:active, .thumbnailwrap a:hover{
    top: 0px;
	color: #666;
	outline: 0;
    }



/* ROK I MIESIĄC W OPISIE */

.data_postu {
	float: left;
	background-color: #363636;
	margin-right: 10px;
	width: 60px;
	line-height: 18px;
	/*font-family: "Kotta One", Arial;*/
}
.data_postu .rok {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 9px 0 5px 0;
	text-align: center;
}
.data_postu .miesiac {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}


/* KRECHY NA CAŁĄ SZEROKOŚĆ STRONY */

.krecha {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#666666));
	background-image: -webkit-linear-gradient(left top, #000000, #666666);
	background-image: -moz-linear-gradient(left , #000000, #666666);
	background-image: -ms-linear-gradient(left, #000000, #666666);
	background-image: -o-linear-gradient(left, #000000, #666666);
	background-image: linear-gradient(to right, #000000, #666666);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#666666, GradientType=1);
	margin: 0 auto;
}

.kreseczka {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#666666));
	background-image: -webkit-linear-gradient(left top, #000000, #666666);
	background-image: -moz-linear-gradient(left , #000000, #666666);
	background-image: -ms-linear-gradient(left, #000000, #666666);
	background-image: -o-linear-gradient(left, #000000, #666666);
	background-image: linear-gradient(to right, #000000, #666666);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#666666, GradientType=1);
	margin: 0 0 20px;
}


/* NAWIGACJA */

#nawigacja{
	height:20px;
	max-width:1002px;
	margin:0 auto;
	text-align:right;
	font-weight:normal;
	font-size:18px;
	line-height: 18px;
	font-family: 'Roboto Slab',"Lucida Sans Unicode","Lucida Grande",sans-serif;
}

#szop, #galeryja, #abautmi, #languycz, #fajnart, #wyprawki, #ekspedycyje, #wystawki, #glowna {
	float:right;
}
#szop, #galeryja, #abautmi, #fajnart, #wyprawki, #ekspedycyje, #wystawki, #glowna  {
	padding-right:20px;
}

@media screen and (max-width: 950px) {
	#szop, #galeryja, #abautmi, #languycz, #fajnart, #wyprawki, #ekspedycyje, #wystawki, #glowna {
		float:none !important;
		clear: both;
		padding-bottom: 20px;
	}
	#languycz {
		padding-top: 20px;
	}
	#szop, #galeryja, #abautmi, #fajnart, #wyprawki, #ekspedycyje, #wystawki, #glowna  {
		padding-right:0px !important;
	}
	#nawigacja {
		height: auto;
		text-align: center;
		/*display: none;*/
	}
	#nawigacja a:link {
		margin: 0 5px;
	}
	#languycz  img{
		margin: 0 15px;
	}
	#powrot {
		float: none !important;
		padding: 20px 0;
	}
	#wyprawki li ul li { 
		padding: 15px !important;
		text-align: center !important;
	}
}
@media screen and (max-width: 500px) {
	.single #comments,
	.page #comments {
		margin-right: 5%;
		padding-left: 5%;
	}
	p {
		margin-right: 5%;
		padding-left: 5%;
	}
	h1, h2, h3, h4, h5 {
	margin-right: 5% !important;
	padding-left: 5%;
	}
	.wp-caption {
		margin-right: 5%;
		padding-left: 5%;
	}
}

#nawigacja a:link{
	color: #666;
	text-decoration: none;
	outline: 0;
}
#nawigacja a:visited {
	color:#666;
	text-decoration:none;
	outline: 0;
}
#nawigacja a:active,
#nawigacja a:hover {
	color: #FFBB00;
	text-decoration:none;
	outline: 0;
}

#powrot {
	float: left;
	}
 
#powrot a:link {
	color: #ff0000;
	text-decoration: none;
	outline: 0;
}
#powrot a:visited {
	color:#ff0000;
	text-decoration:none;
	outline: 0;
}
#powrot a:active,
#powrot a:hover {
	color: #FFBB00;
	text-decoration:none;
	outline: 0;
	}


/* ALONE BANNER + napis "Fotoreportaże*/

.bannerwrap {
    background-color: #262626;
	background-size: cover;
	max-width: 1000px;
	border: 1px solid #000000;
	margin: 20px auto 40px auto;
    }
.bannerwrap a:active, .bannerwrap a:hover {
    top: 0px;
	color: #666;
	outline: 0;
    }
.alone-banner{
	line-height: 0;
	max-width: 1000px;
}
.alone-banner a:active {
    top: 0px;
    }
.alone-banner a:visited {
    text-decoration:none;
	color: #666;
    }
	
#fotorepo {
	max-width:1000px;
	margin: 0 auto;
	color: #FFBB00;
	font-family: 'Roboto Slab', "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
}


/* VIMEO i YOUTUBE */

.fluid-width-video-wrapper {
	width: 70% !important;
	padding-top: 41% !important;
	margin: 0 auto;
}

/* opis obrazka - nowy edytor nie ogarnia */

.wp-block-image  figcaption {
	text-align: center;
	color: #bbb;
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

/* NEXTGEN GALLERY centrowanie miniaturek */

.ngg-galleryoverview {
	text-align: center !important;
}

.ngg-gallery-thumbnail-box{
	float: none !important;
	display: inline-table;
}