/*
Theme Name: Awesome
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 {
}

/* Social Icons Genericons */
@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}

.main-navigation ul.nav-menu div div > li > a:before {
	font-family: 'Genericons';
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
	font-size: 2em;
	padding: 0;
	position: absolute;
	line-height: 1;
	margin-top: -4px;
	margin-right: 0;
	left: 23px;
}
.main-navigation ul.nav-menu div div > li > a:hover:before {
	-webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}
.main-navigation ul.nav-menu > div > div > li > a:before {
	content: '\f408';
}
.main-navigation ul.nav-menu > div > div > li.home > a:before {
	content: '\f409';
}
.main-navigation ul.nav-menu > div > div > li.about > a:before {
	content: '\f304';
}
.main-navigation ul.nav-menu > div > div > li.contact > a:before {
	content: '\f417';
}
.main-navigation ul.nav-menu > div > div > li.portfolio > a:before {
	content: '\f103';
}
.main-navigation ul.nav-menu > div > div > li.photo > a:before {
	content: '\f102';
}
.main-navigation ul.nav-menu > div > div > li.video > a:before {
	content: '\f104';
}
.main-navigation ul.nav-menu > div > div > li.dribble > a:before {
	content: '\f201';
}
.main-navigation ul.nav-menu > div > div > li.twitter > a:before {
	content: '\f202';
}
.main-navigation ul.nav-menu > div > div > li.facebook > a:before {
	content: '\f204';
}
.main-navigation ul.nav-menu > div > div > li.wordpress > a:before {
	content: '\f205';
}
.main-navigation ul.nav-menu > div > div > li.googleplus > a:before {
	content: '\f206';
}
.main-navigation ul.nav-menu > div > div > li.linkedin > a:before {
	content: '\f207';
}
.main-navigation ul.nav-menu > div > div > li.pinterest > a:before {
	content: '\f209';
}
.main-navigation ul.nav-menu > div > div > li.flickr > a:before {
	content: '\f211';
}
.main-navigation ul.nav-menu > div > div > li.vimeo > a:before {
	content: '\f212';
}
.main-navigation ul.nav-menu > div > div > li.instagram > a:before {
	content: '\f215';
}
.main-navigation ul.nav-menu > div > div > li.rss > a:before {
	content: '\f413';
}
.main-navigation ul.nav-menu > div > div > li.shop > a:before {
	content: '\f447';
}
.main-navigation ul.nav-menu > div > div > li.fineart > a:before {
	content: '\f473';
}
.main-navigation ul.nav-menu > div > div > li.world > a:before {
	content: '\f475';
}
.main-navigation ul.nav-menu > div > div > li.pagelng > a:before {
	content: '\f300';
}



/* 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%;
	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: 13px;
	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 0 15px 10px;
	position: relative;
	margin: 0 auto;
	width: 1010px;
    }

/* 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 7px 0px 0 !important;
	height: 36px;
	line-height: 18px;
	font-weight: normal;
	font-family:'Roboto Slab', "Lucida Sans Unicode","Lucida Grande",sans-serif;
}




.kafelek {
    margin: 0px 0px 0px 0px; 
    float: left;
    }
.mini-srodek {
	margin: 0px 37px 0px;
}

.poscik {
    width: 309px;
    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 7px 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:#fff;
	border:1px solid #000;
	margin: 0px;
	height: 200px;
	}

.obrazek {
	height: 209px;
	width: 309px;
    }
.obrazek a:active {
    top: 0px;
    }
.obrazek a:visited {
    text-decoration:none;
	color: #666;
    }


/* efekt podświetlenia obrazków (patrz scripts) */
	
.thumbnailwrap {
    background-color: #262626;
	/*background-image: url("images/thumbnailwrap.jpg");*/
	height: 209px;
	padding: 0px 0 0 0px;
    }
.thumbnailwrap2 {
    background-color: #262626;
	/*background-image: url("images/thumbnailwrap2.jpg");*/
	height: 209px;
    }
.thumbnailwrap a:active, .thumbnailwrap a:hover, .thumbnailwrap2 a:active, .thumbnailwrap2 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, #wystawki {
	float:right;
}
#szop, #galeryja, #abautmi, #fajnart, #wyprawki, #wystawki  {
	padding-right:20px;
}

@media screen and (max-width: 950px) {
	#szop, #galeryja, #abautmi, #languycz, #fajnart, #wyprawki, #wystawki {
		float:none;
		clear: both;
		padding-bottom: 20px;
	}
	#szop, #galeryja, #abautmi, #fajnart, #wyprawki, #wystawki  {
		padding-right:0px;
	}
	#nawigacja {
		height: auto;
		text-align: center;
	}
	#nawigacja a:link {
		padding: 0 5px;
	}
	#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%;
}
}

#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;
	}

/* menu wyprawy */
#wyprawki {
	margin:0px;
	list-style:none;
	color:#cc0000;
    display:inline-block;
	z-index:1000;
	position: relative;
	height: 18px; /*25px;*/
}
#wyprawki a.wypr:link {
	color:#cc0000;
	text-decoration:none;
}
#wyprawki a.wypr:visited, #wyprawki a.wypr:active {
	color:#cc0000;
	text-decoration:none;
}

#wyprawki > li {
	/*background:#262626 none repeat scroll 0 0;*/
    cursor:pointer;
	float:left;
	position:relative;
    padding:0px 0px;
	height: 25px;
}
#wyprawki > li a:hover {
	color:#cc0000;
}
/* sub-menus wyprawy */
#wyprawki ul {
	padding:0px;
	margin:0px;
	display:block;
	display:inline;
}
#wyprawki li ul {
	position:absolute;
	left:-10px;
	top:0px;
	width:120%;
	min-width: 100px;
	margin-top:25px;
	line-height:14px;
	font-size: 14px;
	font-weight:bold;
    background-color:#262626;
	color:#0395CC; /* for IE */
	display:none;
}
#wyprawki li:hover ul {
	display:block;
}
#wyprawki li ul li { 
	display:block; 
	margin:0px 0px;
    padding: 10px 10px 10px 10px;
	text-align: left;
	border-top: dotted 1px #606060;
	border-right: dotted 1px #606060;
	border-left: dotted 1px #606060;
	border-bottom: dotted 1px #606060;
    list-style-type:none; 
}
#wyprawki li ul li:first-child {
	border-top: dotted 1px #606060;
	border-right: dotted 1px #606060;
	border-left: dotted 1px #606060;
	border-bottom: none;
}
#wyprawki li ul li a { display:block; color:#666; }
#wyprawki li ul li a:hover { color:#ffbb00; }


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

.bannerwrap {
    background-color: #262626;
	background-image: url("images/Alone-1-banner-hover.jpg");
	width: 1000px;
	height: 220px;
	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;
	width: 1000px;
	height: 220px;
}
.alone-banner a:active {
    top: 0px;
    }
.alone-banner a:visited {
    text-decoration:none;
	color: #666;
    }
	
#fotorepo {
	width:1000px;
	margin: 0 auto;
	color: #FFBB00;
	font-family: 'Roboto Slab', "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 22px;
	line-height: 18px;
}


/* NAWIGACJA NA DOLE NA GŁÓWNEJ STRONIE */

#minifoto .nawigacyja {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family: Times New Roman;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display: block;
}

#minifoto .nawigacyja .nrstrony {
	height:30px;
	width:30px;
	padding: 0 5px;
	display:inline-block;
}

#minifoto .nawigacyja .nrstrony a:link, #minifoto .nawigacyja .nrstrony a:visited {
	background:#F1F1F1;
	color:#333;
	font-weight:bold;
	line-height:30px;
	padding:6px 10px 5px;
	text-decoration:none;
	outline: 0 none;
}

#minifoto .nawigacyja .nrstrony a:active, #minifoto .nawigacyja .nrstrony a:hover {
	color: #FF0000;
	outline: 0;
}

#minifoto .nawigacyja .nrstrony a.selected {
	background:#000;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	padding:6px 10px 5px;
	text-decoration:none;
	outline: 0 none;
}


/* VIMEO i YOUTUBE */

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