/*
Theme Name: Hanusza
Theme URI: http://wordpress.org/extend/themes/hanusza
Author: Hanusza  
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hanusza

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

    <!--
    /* first for IE 4–8 */
    @font-face {
            font-family: sswp;
            src: url("/wp-content/themes/hanusza/inc/sswp.eot");
    }
    /* then for WOFF-capable browsers */
    @font-face {
            font-family: sswp;
            src: url("/wp-content/themes/hanusza/inc/sswp.woff") format("woff");
    }
     /* first for IE 4–8 */
    @font-face {
            font-family: ssswp;
            src: url("/wp-content/themes/hanusza/inc/ssswp.eot");
    }
    /* then for WOFF-capable browsers */
    @font-face {
            font-family: ssswp;
            src: url("/wp-content/themes/hanusza/inc/ssswp.woff") format("woff");
    }
    /* first for IE 4–8 */
    @font-face {
            font-family: sswp-light;
            src: url("inc/sswp-light.eot");
    }
    /* then for WOFF-capable browsers */
    @font-face {
            font-family: sswp-light;
            src: url("inc/sswp-light.woff") format("woff");
    }
    /* first for IE 4–8 */
    @font-face {
            font-family: sswp-light-it;
            src: url("inc/sswp-light-it.eot");
    }
    /* then for WOFF-capable browsers */
    @font-face {
            font-family: sswp-light-it;
            src: url("inc/sswp-light-it.woff") format("woff");
    }
    

/* --- Poprawa styli pod mobilkę --- */
/*@media only screen and (max-width: 410px) {
    .home-content div#content {
      display:inline-grid;
      width:100%;             
    }
    
    .home-content div#content .post_thumb {
     margin: auto;     
     margin-top:7.5px; margin-top:0.46875rem;
     margin-bottom:7.5px; margin-bottom:0.46875rem;  
    }
    
} */   
    

/* =Reset
-------------------------------------------------------------- */
html { font-size:16px; }
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;                
/*	font-size: 100%;*/
	vertical-align: baseline;
        
}
body {    
    line-height: 1rem;        
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
/*	font-size: 100%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
        border:none;
	border-bottom: 1px solid #ccc;	
	font-family: inherit;
        font-size: 100%;
	padding: 6px;
	padding: 0.375rem;
        color:inherit;
        width:512px; 
        width:32rem;
}
button,
input {
    line-height: normal;
}
textarea {
	
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	//background-color: #E1E1E1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
	
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}*/
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
/*	font-size: 87.5%;*/
/*        font-size:100%;*/
}

body {	      
	font-size: 1rem;
	font-family: "sswp", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #808285;
}
body.custom-font-enabled {
	font-family: "sswp", Helvetica, Arial, sans-serif;
}
a {
	//outline: none;
	color: #5acfb6;
}
a:hover {
	color: #5acfb6;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
/*.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
}                 */

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
#main {
        min-height:90%;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
        position: relative;
}
.site-header .logo { width:114px; height:114px; }
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.5rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}
.main-navigation li {
	line-height: 1.65;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}                  
 .nav-menu a:link, .nav-menu a:visited, .nav-menu a:hover, .nav-menu a:active {
  background: white;
}  
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
/*	display: none;*/
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


/* Footer */
footer[role="contentinfo"] {	
	clear: both;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2rem;
	max-width: 1070px;
	max-width: 66.875rem;
        display: block;
        text-align: center;
        width:100%;       
/*        position:absolute;*/
}
footer[role="contentinfo"] a {
	color: #686868;
        text-decoration:none;
}
footer[role="contentinfo"] a:hover {
/*	color: #21759b;*/
}
footer .site-info { border-top: 1px solid #9d9fa1; margin: auto; width:524px; width:32.75rem; margin-top: 24px;
	margin-top: 1.5rem; padding: 14px 0; padding: 0.9rem 0;        }

/* =Main content and comment content
-------------------------------------------------------------- */

/*.entry-meta {
	clear: both;
}*/
.entry-header {
  display:inline-block;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.5rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
        clear:both;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

/* 
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/** ADDED YONASZ */
.lang_selector{ position:absolute; right:0; font-size:14px; font-size:0.875rem;}
.lang_selector a{ text-decoration: none; color: #808285;}
.lang_selector a:hover, .lang_selector li.active a:hover{ text-decoration: none; color: #5ACFB6; font-weight:normal;}
.lang_selector li.active a { font-weight:bold; }
.qtrans_language_chooser li{ display:inline; padding:0px 2px; padding:0px 0.125rem;}
.clear {clear:both;}
.post_left_column .info{ margin-top:24px; margin-top:1.5rem;}
.post_left_column .info a {text-decoration:none; color:inherit;}
.post_left_column .info span.italic { display:block; font-style:italic; cursor:default; }
.post_left_column .info span { display:block; }
.post_left_column .info span.nag{ display:inline-block; padding:4px; padding-top:6px;  
    font-style: normal; text-transform:uppercase; letter-spacing:1px; border:1px solid #ebebeb;
    margin-bottom:8px;
}

.post_left_column .txt_content { margin-top:24px; margin-top:1.5rem; text-align: justify; line-height: 1.375rem; margin-bottom:20px;} 
.next_prev {display:block; float:right; color: #a6a7a9; font-size:24px; font-size:1.5rem; line-height:16px; line-height:1rem; 
margin-top:16px; margin-top:1rem;}
.next_prev a{text-decoration:none; color:#78d4c6; display:inline-block; width:9px;}
.next_prev .nav-previous {display:block; float:left; }
.next_prev .nav-previous a {background: url('/wp-content/themes/hanusza/img/arrowleft1.png') no-repeat;}
.next_prev .nav-previous a:hover{background: url('/wp-content/themes/hanusza/img/arrowleft2.png') no-repeat;}
.next_prev .x{display:block; background: url('/wp-content/themes/hanusza/img/x1.png') no-repeat; float:left; padding-left:1px;
    padding-right:1px; margin-left:2px; margin-right:16px; margin-left:1rem; margin-right:1rem; cursor: default;width:16px;}
//.next_prev .x:hover{ background: url('/wp-content/themes/hanusza/img/x2.png') no-repeat; }
.next_prev .nav-next {display:block; float:left;}
.next_prev .nav-next a {background: url('/wp-content/themes/hanusza/img/arrowright1.png') no-repeat;}
.next_prev .nav-next a:hover{background: url('/wp-content/themes/hanusza/img/arrowright2.png') no-repeat;}

/*NGG gallery */
.entry-content .ngg-galleryoverview {
    margin-top:0;
}
.post_thumb { margin:7.5px; margin:0.46875rem; float:left; width:250px; width:15.625rem; height:200px; height:12.5rem; 
             position:relative; overflow:hidden; font-variant:small-caps;}
.post_thumb .pattern {width:250px; width:15.625rem; height:200px; height:12.5rem; 
            background: url('/wp-content/themes/hanusza/img/pattern.png') no-repeat;
            position:absolute; /*top:-100%;*/ color:#000; display:none;}
.post_thumb .pattern_preloader {width:250px; width:15.625rem; height:200px; height:12.5rem; 
            background: #fff /*url('/wp-content/themes/hanusza/img/preloader.gif')*/ center center no-repeat; opacity: 0.5; 
            position:absolute; /*top:-100%;*/ color:#000;}
.post_thumb h4 { font-size:16px; font-weight:normal; line-height: 20px; line-height:1.25rem; padding:15px 15px 0px 20px; }
.post_thumb h5 { font-size:14px; font-weight:normal; line-height: 16px; line-height:1rem; padding:5px 15px 15px 20px;}
.post_thumb h5 a {color:inherit; text-decoration: none; }
#hidden_menu { display:none; }
.preloader{ margin:auto; padding:70px;  width:34px; height:34px; background: #fff url('/wp-content/themes/hanusza/img/preloader.gif') no-repeat center center; z-index:100;  opacity:0.6;}

.page-content .phone{ padding-left:40px; padding-top:2px; background:url('/wp-content/themes/hanusza/img/telefon_ico.jpg') no-repeat top left; display:block; min-height:35px; }
.page-content .mail{ padding-left:40px; padding-top:2px; background:url('/wp-content/themes/hanusza/img/email_ico.jpg') no-repeat top left; display:block; min-height:35px;}

.home-content {/*margin-top:190px;*/ margin-left:-7.5px; margin-right:-7.5px; margin-left:-0.46875rem; margin-right:-0.46875rem;}
/* contact form  */
input[type="submit"].wpcf7-submit { 
    background:none !important; 
    border:none !important;
    border-radius: none !important;
    box-shadow: none !important;
    text-align:right;
    width:100px;
    width:6.25rem;
    padding-right:0px;
    float:right;
}
span.wpcf7-form-control-wrap {
    display: block;
    padding-top: 20px;
    padding-top: 1.25rem;
    margin-right:0px;
    position: relative;
}
span.captcha-899 { display:inline-block; float:left; }
#captchaimg {border:1px solid #ccc; float:left; width:64px; padding:5px; margin-top:20px; margin-top:1.25rem; margin-left:10px;}
#captcha{ display:block; float:left; width:416px;  margin-left:10px;}
#captcha_txt {margin-left:10px; margin-top:10px; margin-bottom:-20px;}

.wpcf7-textarea {
    background:url('/wp-content/themes/hanusza/img/textarea_bg2.jpg') repeat;
    padding-top:0px; padding-bottom: 0px;
    line-height:31px;
    border:0px;
    resize:none;
    overflow:hidden;
}
div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
    border:0px;
    color:#fff;
    background-color:#5ACFB6;
}
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    border:0px;
    color: #fff;
    margin:0px;
    background-color:#78d4c6;
    font-size:12px;
}
div.wpcf7 { margin-bottom:20px;}
#page #main { margin-bottom:50px;}


.mobMenu {
      display:none;
    }
.main-navigation ul {
        margin: 0;
        text-indent: 0;
        font-family: "sswp-light";
}        
.main-navigation li {
        display: inline-block;
        text-decoration: none;  
        font-size:15px;
}
.main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        line-height:16px;
        line-height: 1.0rem;
        text-transform: uppercase;
        white-space: nowrap;                                
}
.main-navigation li a:hover {
        color: #5ACFB6;        
        font-family: sswp;        
}
.main-navigation li ul ul {
        top: 0;
        left: 100%;
        margin-left:-24px;
        margin-left:-1.5rem;
}
.main-navigation ul li:hover > ul {
        border-left: 0;
        display: block;
        visibility:visible;        
}
.main-navigation li ul li a {				
        display: block;                
/*		font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.5rem 0.625rem;*/
        width:115px;
        width:7.1875rem;                
        white-space: normal;        
}
.main-navigation li ul li a:hover {
/*        font-weight:bold;*/   
}
.main-navigation li ul li {
    border-top: 1px solid #c0c2c4;
    text-align:left;
    background-color: transparent; /* --- #ffffff; **/
}

.main-navigation li ul.submenu li ul.submenu li {
    padding:0;                        
}

/*        .main-navigation ul.nav-menu > li.current-menu-item,
.main-navigation ul.nav-menu > li.current-menu-ancestor, 
.main-navigation ul.nav-menu > li.current-post-ancestor { background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center no-repeat; }*/

/*.main-navigation li.current-menu-item > ul { display: block; visibility: visible;}
.main-navigation li.current-menu-ancestor > ul { display: block; visibility: visible;  }*/
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
        font-family: "sswp";
        color: #5ACFB6;

}
.menu-toggle {
        display: none;
}
.entry-content{ font-family: "sswp-light"; text-align: justify;}
/* =Media queries
  ****                            150 px *********************** 
-------------------------------------------------------------- */
/* - FOR PHONES */
@media screen and ( min-width:150px ){
      .home-content{ max-width:260px;  margin:auto; position:relative;}

.post_thumb { margin:7.5px; margin:0.46875rem; float:left; width:250px; width:15.625rem; height:200px; height:12.5rem; 
             position:relative; overflow:hidden; font-variant:small-caps;}
.post_thumb .pattern {width:250px; width:15.625rem; height:200px; height:12.5rem; 
            background: url('/wp-content/themes/hanusza/img/pattern.png') no-repeat;
            position:absolute; /*top:-100%;*/ color:#000; display:none;}
.post_thumb .pattern_preloader {width:250px; width:15.625rem; height:200px; height:12.5rem; 
            background: #fff /*url('/wp-content/themes/hanusza/img/preloader.gif')*/ center center no-repeat; opacity: 0.5; 
            position:absolute; /*top:-100%;*/ color:#000;}


                                            
    .main-navigation div#menuMob{ 
        display:visible; 
        width:60px; 
        height:60px; 
        background: #ffffff url('/wp-content/themes/hanusza/img/mobMenu1.png') top center no-repeat;
        background-size:60px 60px;
        top:10px;
        right:10px;
        position:absolute;   
    }
    .main-navigation div#menuMob:hover {
      background: #ffffff url('/wp-content/themes/hanusza/img/mobMenu2.png') top center no-repeat;
      background-size:60px 60px;
    }
    .main-navigation-for-mob div#menuMob {
      background: #ffffff url('/wp-content/themes/hanusza/img/MobX1.png') top center no-repeat;
      background-size:60px 60px;
    }
    .main-navigation-for-mob div#menuMob:hover {
      background: #ffffff url('/wp-content/themes/hanusza/img/MobX2.png') top center no-repeat;
      background-size:60px 60px;
    } 
    .main-navigation .nav-menu { display:none}
    .main-navigation-for-mob .nav-menu { display:none;  }
    .main-navigation #pathImg { display:none; width:1px; height:1px; }
    .main-navigation-for-mob { 
      width: 100%;
      width: -moz-available;          /* WebKit-based browsers will ignore this. */
      width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
      width: fill-available;
      height: 100%;
      min-height:1000px;
      height: -moz-available;          /* WebKit-based browsers will ignore this. */
      height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
      height: fill-available;
      top:0px;
      margin-top:0px;
      bottom:0px;
      padding-top:100px;      
      position: absolute;
      z-index:100;
      background-color:#fff;
    }    
    .main-navigation-for-mob ul.nav-menu {    		
        display: inline-block !important;
        text-align: center;        
        margin:0 15px 0 15px;                
    }    
    .main-navigation-for-mob .menu-menu-glowne-container {
         width:100%; 
         height:100%; 
         display:block;
         position:absolute;
         background-color:#fff;         
    }
    .nav_middle { display:none; }
    /*#primary { margin-left: 10px; margin-right:10px;}*/
    .site {
		margin: 0 auto;		
    padding:0px 5px;                
		overflow: hidden;
    }
    input, textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    font-size: 100%;
    padding: 6px;
    padding: 0.375rem;
    color: inherit;
    width: 100%;
    }
    /* width: 32rem; */
    footer .site-info {width:auto;}
    .main-navigation li ul.sub-menu li, .main-navigation li ul.sub-menu li a {
        font-size: 12px;
    }    

    .main-navigation li a { text-align: center; display:block; width:100%; text-decoration:none;  }
    //.main-navigation li a { text-align: center; display:inline-block; width:100%; text-decoration:none;  }    
    .main-navigation li > ul.sub-menu > li {width: 100px;}    
    .main-navigation li ul.sub-menu li a {text-align:left;}
    
    .main-navigation-for-mob li {
        border-top:1px solid #9d9fa1;
        width:100%;
/*                width:7.6875rem;                */
        padding:26px 2px;
/*                padding:0.5rem 0.5rem;*/
        text-align:left;
        position: relative;                
        background-color:#ffffff;
        margin-left:0px; 
        font-size:24px;       
    }
    .main-navigation-for-mob li:last-child{
      border-bottom:1px solid #9d9fa1;
    }
    .main-navigation-for-mob li.current-menu-item {
      border-top:1px solid #79c8bc;
      border-bottom:1px solid #79c8bc;
    }
    .main-navigation-for-mob li.current-menu-item + li{
      border-top: none;      
    }
    
    
    .main-navigation ul.nav-menu > li {
        width:100%
/*        width:7.6875rem;                */
        padding:8px 0px 8px 5px;
/*        padding:0.5rem 0 0.5rem 1;*/
        text-align:justify;
        position: relative;                        
    }
    //.main-navigation #pathImg { background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center no-repeat; display:block; height:2px; position:absolute; visibility:hidden; width:85px; }
    .main-navigation li ul {
        display: none;
/*        visibility: hidden;*/
        margin: 0;
        padding: 0;
        position: absolute;
        padding: 0 0 0 22px;
/*        padding: 0 0 0 1.35rem;*/
        top: 100%;
        z-index: 1;               
    }
    .main-navigation ul.nav-menu > li > ul.sub-menu {
        padding-left:0px;
        margin-left:0px;
/*        margin-left:1rem;*/
    }
    
    .main-navigation li ul li ul {
        margin-top:8px;
    }
    // dolne menu pod mobilkie
    .next_prev {
      float:unset;
    }
    .nav_bottom { 
      float:none; 
      /*width:214px;*/
      width:100%; 
      margin:auto;
     }
     .nav_bottom .nav-previous, .nav_bottom .nav-next { 
        /*width:60px;*/
        width:33%;
        height:60px;        
      }      
      .nav_bottom .nav-next a{ float:right; }
      .nav_bottom .nav-previous a, .nav_bottom .nav-next a  {
        background: url('/wp-content/themes/hanusza/img/mobArrL1.png') no-repeat;
        background-size:60px 60px;
        display:block;
        width:60px;
        height:60px;
      }
      .nav_bottom .nav-next a {
        background: url('/wp-content/themes/hanusza/img/mobArrR1.png') no-repeat;
        background-size:60px 60px;
      }
      .nav_bottom .nav-previous a:hover {
        background: url('/wp-content/themes/hanusza/img/mobArrL2.png') no-repeat;
        background-size:60px 60px;
      }
      .nav_bottom .nav-next a:hover {
        background: url('/wp-content/themes/hanusza/img/mobArrR2.png') no-repeat;
        background-size:60px 60px;
      }      
      .nav_bottom .x:hover{
        background: url('/wp-content/themes/hanusza/img/MobX2.png') no-repeat;
        display:block;
        background-size: 60px 60px;  
        width:33%;
        height:60px;    
        background-position:center center !important; 
      }
      .nav_bottom .x{
        background: url('/wp-content/themes/hanusza/img/MobX1.png') no-repeat;
        background-size:60px 60px;        
        display:block;    
        width:33%;
        height:60px;
        background-position:center center;
        padding:0px;
        margin:0px;  
      }
          
           
      .left_content{ margin-bottom: 8px; margin-left: 8px; margin-right:8px;}
     
      .entry-content{
      /*   float:left;            
        max-width: 290px;
        width:290px;
        width:18.125rem;*/
        margin-top:15px;
        width:auto;
        max-width:auto;        
       padding-left:15px;
        padding-right:15px; 
    }
    
    .page-content .entry-content {
        font-size:14px;
        font-size:0.875rem;
        
    } 
    .page-content p {
      /*max-width:290px; 
      max-width:18.125rem;*/
      margin-left: 10px;
      margin-right:10px;
    }
    .wpcf7-form {max-width:290px; max-width:18.125rem; margin-top:24px; margin-top:1.5rem; }

    /* gallery styles */
    .entry-content .ngg-gallery-thumbnail img { max-width:290px; max-width:18.125rem; height:auto;                                             
        padding:0px; margin:0px 0px 15px 0px; margin-bottom:1rem;}
    #captcha {
        display: block;
        float: left;
        min-width:40px;
        max-width: 100px;
        margin-left: 10px;
      }    
      
    .post_left_column .entry-header .entry-title {
            /*font-size:14px;*/
            padding-bottom:14px;
            padding-left:5px;                    
            border-bottom:1px solid #9D9FA1;
            text-transform: uppercase;
	   }
     h1.site-title { margin-top: -5px; } 
     .site-header { padding-bottom:0px; }
}                                                                           
/*** MEDIA QUERY 410px ***/

@media screen and (min-width:520px) {    
    .home-content{ width:540px; max-width:540px; margin:auto;}
    .site {
        margin: 0 auto;        
        width:540px;
        width:33.75rem;
        padding:0px 5px;
        padding:0 0.3125rem;                
        overflow: hidden;
    }
        
    .main-navigation li ul.sub-menu li, .main-navigation li ul.sub-menu li a {
        font-size: 14px;
    }
    
    .main-navigation li a { text-align: center; display:inline-block; width:100%; text-decoration:none;  }
    .main-navigation li > ul.sub-menu { width: 110px; background-color: transparent;}
    .main-navigation li > ul.sub-menu > li {width: 110px;}
    .main-navigation li > ul.sub-menu > li > ul {background-color: transparent;}
    .main-navigation li ul.sub-menu li a {text-align:left;}    
    
    footer .site-info {width:32.75rem;}
    
   /*.entry-content{
        float:left;            
        max-width: 590px;
        width:540px;
        width:33.75rem;        
    }*/
    
    .page-content .entry-content {
        font-size:12pt;
        font-size:0.875rem;
        max-width:524px;
        max-width:32.75rem;
    }
    .page-content p {max-width:524px; max-width:32.75rem;}
    .wpcf7-form {max-width:524px; max-width:32.75rem; margin-top:24px; margin-top:1.5rem; }

    /* gallery styles */
    .entry-content .ngg-gallery-thumbnail img { max-width:524px; max-width:32.75rem; height:auto;                                             
        padding:0px; margin:0px 0px 15px 0px; margin-bottom:1rem;}                        '
      #captcha {
        display: block;
        float: left;
        
        width:200px;
        max-width: 416px;
        margin-left: 10px;
      }
    .post_left_column .entry-header .entry-title {            
            padding-bottom:14px;
            padding-left:5px;                       
            border-bottom:1px solid #9D9FA1;
            text-transform: uppercase;
	}        
        
}
/* ====================== */

/* ==== media phones end tablets begin */

/* ========================*/
@media screen and (min-width: 700px) {
  .home-content{ width:700px; max-width:860px; margin:auto;}
  .main-navigation {height:auto;}
  .main-navigation div#menuMob{ display:none; }
  .main-navigation #pathImg {background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center no-repeat; display:block; width:88px; height:2px; position:absolute; visibility:hidden;}
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {		
            border-top: 1px solid #9d9fa1;
            display: inline-block !important;
            text-align: left;
            //width:280px;            
            padding:0 2px 0 10px;
    /*                padding:0 2.75rem;*/
            //margin-left:-5px;
            font-size:0.875rem;
    }
    
  .nav_middle { display:block; }
  .main-navigation li {font-size:15px; }
  .menu-menu-glowne-container {
         display:block;
         position:relative;     
         background-color:transparent;             
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {		
        border-top: 1px solid #9d9fa1;
        border-bottom:0px;
        display: inline-block !important;
        text-align: left;
/*		width: 100%;*/
        width:300px;
        width:18.75rem;
        padding:0 5px 0 16px;
/*                padding:0 2.75rem;*/
        margin-left:0px;
        font-size:0.875rem;
    }    
    .main-navigation li {
        width:88px;
/*                width:7.6875rem;                */
        padding:4px 4px;
        text-align:left;
        position: relative;                        
        margin-left:0px;
            
    }
    .main-navigation ul.nav-menu > li {
        width:88px;
/*        width:7.6875rem;                */
        padding:4px 0px 4px 8px;        
        text-align:left;
        position: relative;                        
    }
    /*.main-navigation #pathImg {background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center no-repeat; display:block; width:87px; height:5px; position:absolute; visibility:hidden;}*/
    //.main-navigation #pathImg {background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center no-repeat; display:block; width:88px; height:2px; position:absolute; visibility:hidden;}    
    .main-navigation li ul {
        display: block;
        visibility: hidden;
        margin: 0;
        padding: 0;
        position: absolute;
        padding: 0 0 0 22px;
        padding: 0 0 0 1.35rem;
        top: 100%;
        z-index: 1;               
    }
    .main-navigation ul.nav-menu > li > ul.sub-menu {
        padding-left:0px;
        margin-left:0px;
        font-size:12px;
/*        margin-left:-0.5rem;*/
    }
    .main-navigation li ul li ul {
        margin-top:-1px;
    }
    
     .nav_bottom {
     float:unset;
     margin:unset;
     width: unset;
     }
     .nav_bottom .nav-previous, .nav_bottom .nav-next { 
        width:14px;
        height:14px;                
      }
      .nav_bottom .nav-previous a,  .nav_bottom .nav-next a{
        width:14px;
        height: auto;        
      }
     
     .next_prev {display:block; float:right; color: #a6a7a9; font-size:24px; font-size:1.5rem; line-height:16px; line-height:1rem; 
margin-top:16px; margin-top:1rem;}
.next_prev a{text-decoration:none; color:#78d4c6; display:inline-block; width:9px; float:none;}
.next_prev .nav-previous {display:block; float:left; }
.next_prev .nav-previous a {background: url('/wp-content/themes/hanusza/img/arrowleft1.png') no-repeat;}
.next_prev .nav-previous a:hover{background: url('/wp-content/themes/hanusza/img/arrowleft2.png') no-repeat;}
.next_prev .x{display:block; background: url('/wp-content/themes/hanusza/img/x1.png') no-repeat; float:left; padding-left:1px;
    padding-right:1px; margin-left:2px; margin-right:16px; margin-left:1rem; margin-right:1rem; cursor: default;width:16px;}
//.next_prev .x:hover{ background: url('/wp-content/themes/hanusza/img/x2.png') no-repeat; }
.next_prev .nav-next {display:block; float:left;}
.next_prev .nav-next a {background: url('/wp-content/themes/hanusza/img/arrowright1.png') no-repeat;}
.next_prev .nav-next a:hover{background: url('/wp-content/themes/hanusza/img/arrowright2.png') no-repeat;}
    h1.site-title { margin-top: 0px; }
    .site-header { padding-bottom:24px; }                                                                                   
}

/* Minimum width of 780 pixels. */
@media screen and (min-width: 780px) {
  .home-content{ width:795px;  max-width:860px; margin:unset;}
	.main-navigation #menuMob { display:none; height:0px; }
	.site {
		margin: 0 auto;
		max-width: 960px;
    width:780px;
    /*width:65.62rem;*/
    padding:0px 10px !important;
    padding:0px 0.625rem !important;
/*		max-width: 70.571428571rem;*/
		overflow: hidden;
	}       
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
        .menu-menu-glowne-container {
            margin:auto;
        }
        .main-navigation #pathImg {background: #ffffff url('/wp-content/themes/hanusza/img/pathmenu.png') top center repeat-x; display:block; width:115px; height:2px; position:absolute; visibility:hidden;}        
        .main-navigation li a { text-align: left;   }
        .main-navigation li ul.sub-menu { width: 115px; }
        .main-navigation li ul.sub-menu li { width: 115px; }
	.post_left_column .entry-header .entry-title {
/*		font-size: 22px;
		font-size: 1.571428571rem;*/
            font-size:18px;
            /*font-size:1rem;*/
            padding-bottom:18px;
            padding-bottom:1.125rem;
            padding-left:5px;
            padding-left:0.3125rem;
            border-bottom:1px solid #9D9FA1;
            text-transform: uppercase;            
	}
        
        /* added by yonasz */
        .site-header h1.site-title {
            display:box-inline;
            width:114px;
            width:7.125rem;
            margin:auto;
        }
        .post_left_column {
            width:49.1826rem;
            /*float:left;           
            width:235px;
            width:14.6875rem;
            padding-right:28px;
            padding-right:1.75rem;
            font-size:13px;
            font-size:0.8125rem;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;*/
        }
        
        .entry-content{
            float:left;
            width:787px;
            width:49.1826rem;
            max-width:786px;
            max-width:49.1826rem;
            font-size:14px;
            font-size:0.875rem;
            line-height:24px;
            line-height:1.5rem;                       
        }
        /* ROZMIAR OBRAZKÓW W TRESCI */
        .entry-content img {
/*            width:787px;
            width:787px;
            
*/        }
        /* Single page styles */
        .page-content {
            width:524px;
            width:32.75rem;
            max-width:524px;
            max-width:32.75rem;
/*            font-size:14px;
            font-size:0.875rem;*/
            
            line-height:20px;
            line-height:1.25rem;
            margin:auto;
        }
        .page-content .entry-content {
            font-size:12pt;
            font-size:0.875rem;
            max-width:524px;
            max-width:32.75rem;
        }
        .page-content p {max-width:524px; max-width:32.75rem;}
        .main-navigation li {
                width:113px;
        /*                width:7.6875rem;                */
                padding:8px 0px;
        /*                padding:0.5rem 0.5rem;*/
                text-align:left;
                position: relative;                                
                margin-left:0px;
        }
        .main-navigation ul.nav-menu > li {
                width:113px;
             /* width:7.6875rem;                */
                padding:8px 0px 8px 8px;
                padding:0.5rem 0 0.5rem 1rem;
                text-align:left;
                position: relative;                               
        }
        .main-navigation ul.nav-menu > li:first-child {
                width: 136px;
                padding:8px 0px 8px 0px;
        }
        /* contact form styles */
        .wpcf7-form {max-width:524px; max-width:32.75rem; margin-top:24px; margin-top:1.5rem; }
        
        /* gallery styles */
        .entry-content .ngg-gallery-thumbnail img { max-width:785px; max-width: 49.0625rem; height:auto;                                            
            padding:0px; margin:0px 0px 15px 0px; margin-bottom:1rem;}
        /* footer */
        #colophon { visibility: hidden; }
        .main-navigation ul.nav-menu,
        .main-navigation div.nav-menu > ul {		
                border-top: 1px solid #c0c2c4;
                display: inline-block !important;
                text-align: left;
        /*		width: 100%;*/
                width:427px;
                width:26.6875rem;
                padding:0 16px 0 72px;
        /*                padding:0 2.75rem;*/
/*                font-size:0.875rem;*/
                font-size:14px;
        }
        
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    max-width:1200px;
    width: 1060px;
	}
  body.single .site {
    width: 1020px;
  }
  .home-content{ width:1080px; max-width:1200px;  }
  
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
  .post_left_column {
    width: 235px;
    float:left;
  }
  .entry-content{
    max-width:705px;
  }
  .entry-content .ngg-gallery-thumbnail-box{
      max-width: 787px;
      max-width: 49.1875rem; 
      overflow: visible;
  }
        
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,	
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	#colophon,
	#respond,	
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
/*		font-size: 21pt;*/
            font-size:16px;
            font-size:1rem;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
}
                       