/*
Theme Name: Clean Journal
Theme URI: http://catchthemes.com/themes/clean-journal
Author: Catch Themes
Author URI: http://catchthemes.com/
Description: Clean Journal is a Clean Responsive WordPress Theme for bloggers, writers and small businesses. It is based on Catch Base theme which uses HTML5, CSS3 and Responsive design where each element has been carefully configured for perfect display on all devices and platforms. It comes with a wide variety of options so you can modify layout, styling, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in Danish language. Check out Theme Instructions at http://catchthemes.com/theme-instructions/clean-journal/, Support at http://catchthemes.com/support/ and Demo at http://catchthemes.com/demo/clean-journal/
Version: 1.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: clean-journal
Domain Path: /languages/
Tags: black, gray, silver, white, dark, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

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


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Promotion Area
12. Featured Content Area
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. 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 centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Open Sans',sans-serif;
}

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: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

.sidebar .widget-title,
.site-footer .widget-title,
.sidebar .entry-title,
.site-footer .entry-title {
	font-size: 20px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	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%;
}

#feature-slider .cycle-pager span {
	font-size: 50px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
	font-size: 50px;
	line-height: 50px;
}

.site-title {
	font-size: 38px;
	font-weight: bold;
}

.entry-title,
#promotion-message h2,
#featured-content #featured-heading {
	font-size: 30px;
}

#scrollup:before {
	font-size: 26px;
}

#featured-content .entry-title,
.archive-post-wrap .entry-title {
	font-size: 24px;
}

.sidebar .entry-title,
.comments-title,
#search-toggle,
.genericon-menu {
	font-size: 20px;
}

.entry-meta span a:before {
	font-size: 18px;
}

#header-right-social-icons .genericon:before {
	font-size: 16px;
}

.clean-journal-nav-menu .sub-menu a,
.clean-journal-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper,
.entry-meta,
.site-description,
#secondary .widget-area,
#colophon .widget-area {
	font-size: 14px;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	font-size: 14px;
	line-height: 30px;
}

#site-generator {
	font-size: 13px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

.hentry {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
body {
	/*background-color: #f9f9f9;*/
	background-color: #ffffff;
}

.site,
#feature-slider .wrapper {
	display: block;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;

}

.sidebar-header-right .wrapper {
	width: auto;
}

a {
	color: #1b8be0;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	outline: none;
	text-decoration: underline;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.widget ul {
	margin-left: 1em;
}

.widget ul > li {
	list-style-type: disc;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 2em;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 8px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments,
.clean-journal-nav-menu a,
.sidebar-header-right .widget_nav_menu a,
#header-top .widget_nav_menu a {
	display: block;
}

.displaynone {
	display:  none;
}

.sticky {
	display: block;
}

/* Genericons */
.menu-item-has-children a:after,
.dropdown-toggle:after,
.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: text-bottom;
}

#search-toggle:before {
	content: "\f400";
}

#scrollup:before {
	content: '\f432';
}

#feature-slider .cycle-prev:before {
	content: "\f430";
}

#feature-slider .cycle-next:before {
	content: "\f429";
}

.entry-meta .posted-on a:before {
	content: "\f307";
}

.entry-meta .author a:before {
	content: "\f304";
}

.edit-link a:before {
	content: "\f411";
}

.cat-links span + a:before {
	content: "\f301";
}

.tags-links span + a:before {
	content: "\f302";
}

.entry-meta .comments-link a:before {
	content: "\f300";
}


/*--------------------------------------------------------------
4. Padding/Margin
--------------------------------------------------------------*/

#masthead {
	background-color: #fff;
	padding: 0px 0;
}

.page-header {
	padding: 20px 20px 0 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 15px;
}

#site-branding,
#promotion-message .section,
.hentry,
.woocommerce-wrap,
.no-results,
.not-found,
.sidebar,
#comments,
#nav-below,
.post-navigation,
#infinite-handle,
#supplementary .widget,
#site-generator {
	padding: 20px;
}
#site-branding {padding: 0 20px;}
.site-content,
#featured-content,
#supplementary {
	padding-top:  20px;
}

.site-content,
.archive-post-wrap {
	padding-bottom: 20px;
}

.entry-header {
	padding-bottom: 10px;
}

.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
	padding-bottom: 0;
}

.nav-header-right .wrapper,
#header-featured-image .wrapper,
#feature-slider .wrapper,
#feature-slider .entry-header,
#featured-content .entry-header {
	padding: 0;
}

#header-top p,
#header-top .widget figure,
.site-description,
#featured-content p,
.single-post .hentry,
.sidebar-primary .widget:last-child,
.sidebar-header-right .widget:last-child {
	margin-bottom: 0;
}

.page-header .page-title {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.hentry,
.widget {
	margin: 0 0 20px;
}

.sidebar-primary .widget {
	margin: 0 0 40px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#promotion-message h2 {
	margin-bottom: 5px;
}

.site-title,
#promotion-message p,
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

#promotion-message .right .promotion-button {
	margin-top: 7px;
	padding: 10px 25px;
}

#featured-content .featured-heading-wrap {
	padding: 20px 20px 0;
	text-align: center;
}

#feature-heading {
	margin: 0 20px;
	padding: 20px 0 0;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

p,
.hentry .featured-image,
.widget figure {
	margin-bottom: 20px;
}

.sidebar-header-right .widget {
	margin-bottom: 10px;
}

#search-toggle:before {
	margin-top: 12px;
}

#scrollup:before {
	margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

blockquote {
	margin: 20px 40px;
}

#header-top .widget {
	margin: 8px;
}

#header-top .header-top-left section:first-child {
	margin-left: 0;
}

#header-top .header-top-right section:last-child {
	margin-right: 0;
}

#header-top .wrapper,
.nav-primary .wrapper,
.nav-secondary .wrapper {
	/*padding: 0 20px;*/
}

/*--------------------------------------------------------------
5. Forms
--------------------------------------------------------------*/
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 */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

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: 100%;
}


.panel-heading {background-color: #f5f5f5 !important;border-color: #ddd !important;padding: 10px 15px;border-bottom: 1px solid transparent;	border-top-right-radius: 3px;border-top-left-radius: 3px; font-size: 18px; font-weight: bolder}
.panel-body {padding: 15px;}
.panel-default {color: #001e4d;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 1px rgba(0,0,0,0.05);border-color: #ddd !important;}
.panel-default p, .panel-default form {font-size:14px;padding: 10px 20px; margin-bottom: 0;}
.panel-default form input[type="text"],.panel-default form select, .panel-default form textarea, .panel-default form input[type="email"]{ padding: 5px 10px; line-height: 30px; height: 40px;}
.panel-default label {font-weight: bold;}
.panel-default form select#ilosc {width: 100% !important;padding: 10px 10px; line-height: 22px;}
/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation span {
	display: block;
}

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
	position: relative;
	z-index: 199;
}

.nav-primary,
.nav-footer {
	background-color: #ffffff;
	position: relative;
	z-index: 198;
	font-family: 'Open Sans', sans-serif;
}

.nav-secondary {
	background-color: #f2f2f2;
	position: relative;
	z-index: 197;
}


.clean-journal-nav-menu li {
	display: inline-block;
	float: left;
	text-align: left;
	color: #868686;
}

.sidebar-header-right .widget_nav_menu li {
	display: inline-block;
	position: relative;
}

.clean-journal-nav-menu a {
	color: #868686;
	line-height: 46px;
	padding: 0 20px;
}

#header-top .clean-journal-nav-menu a {
	line-height: 1.7;
}

.sidebar-header-right .widget_nav_menu a {
	color: #868686;
}

.clean-journal-nav-menu li a:hover,
.clean-journal-nav-menu li a:focus,
#header-top .clean-journal-nav-menu li a:hover,
#header-top .clean-journal-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	background-color: #fff;
	color: #001e4d;
	text-decoration: none;
}

/* Hover */
.clean-journal-nav-menu li:hover > a,
#header-top .clean-journal-nav-menu li:hover > a,
#header-top .widget_nav_menu li:hover > a {
	background-color: #fff;
	color: #001e4d;
}

.sidebar-header-right .widget_nav_menu li:hover > a {
	background-color: #222;
	color: #fff;
}

/* Hover Parent */
.clean-journal-nav-menu .current-menu-item > a,
.clean-journal-nav-menu .current-menu-ancestor > a,
.clean-journal-nav-menu .current_page_item > a,
.clean-journal-nav-menu .current_page_ancestor > a {
	/*background-color: #bddb45;*/
	color: #bddb45;
	font-weight: bold;
}


.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
	background-color: #222;
	color: #fff;
}

.clean-journal-nav-menu .sub-menu,
.clean-journal-nav-menu .children,
#header-top .widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	left: auto;
	right: +99999px;
}

.clean-journal-nav-menu .sub-menu a,
.clean-journal-nav-menu .children a,
#header-top .widget_nav_menu .sub-menu a {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000;
	font-style: 13px;
	line-height: 1.5em;
	padding: 10px;
	position: relative;
	width: 250px;
}

.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #222;
	color: #fff;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #333;
}

.sidebar-header-right .widget_nav_menu .sub-menu a,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-color: #333;
}

.nav-secondary .clean-journal-nav-menu a {
	/*color: #666;*/
}

.nav-secondary .clean-journal-nav-menu .sub-menu a,
.nav-secondary .clean-journal-nav-menu .children a {
	background-color: #fff;
	border-color: #f9f9f9;
}

.clean-journal-nav-menu .sub-menu li a:hover,
.clean-journal-nav-menu .sub-menu li a:focus,
.clean-journal-nav-menu .children li a:hover,
.clean-journal-nav-menu .children li a:focus,
#header-top .widget_nav_menu .sub-menu li a:hover,
#header-top .widget_nav_menu .sub-menu li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	background-color: #000;
	color: #fff;
}

.clean-journal-nav-menu .sub-menu .sub-menu,
.clean-journal-nav-menu .children .children,
#header-top .widget_nav_menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	margin: -43px 249px 0 0;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .clean-journal-nav-menu .children .children  {
	border-color: #f9f9f9;
}

.clean-journal-nav-menu .menu-item:hover,
.clean-journal-nav-menu .page_item:hover,
#header-top .widget_nav_menu .menu-item:hover {
	position: static;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: relative;
}

.clean-journal-nav-menu .menu-item:hover > .sub-menu,
.clean-journal-nav-menu .page_item:hover > .children,
#header-top .widget_nav_menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu {
	right: 0;
	opacity: 1;
}

/* Menu Search */
.nav-primary.search-enabled {
	position: relative;
}

.nav-primary.search-enabled .menu {
	float: left;
}

#search-toggle {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 46px;
	line-height: 52px;
	text-align: center;
	width: 42px;
}

#search-toggle:hover {
	background-color: #fff;
	color: #000;
}

#search-container {
	background-color: #fff;
	bottom: -56px;
	clear: both;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
	padding: 10px 40px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

/* WP Page Navi */
#nav-below .wp-pagenavi,
.page-links {
	float: right;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	height: 28px;
	color: #1b8be0;
	text-align: center;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.page-links span {
	margin-left:  10px;
}

.page-links span,
.page-links a:hover span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
	background-color: #eee;
	margin: 0 0 0 10px;
}

#nav-below .wp-pagenavi span.pages {
	color: #404040;
	background-color: transparent;
	padding: 2px 0 0 0;
}

#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover {
	background-color: #000;
	color: #fff;
}

#nav-below .wp-pagenavi span.current{
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

/* Jetpack Infinite Scroll */
#infinite-handle span {
	background-color: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
	color: #1b8be0;
	cursor: pointer;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#infinite-handle span:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
7. Accessibility
--------------------------------------------------------------*/
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #1b8be0;
	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 */
}

/*--------------------------------------------------------------
8. Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.clearfix:after,
#header-top:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.clean-journal-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Top Area
--------------------------------------------------------------*/
#header-top {
	background-color: #222;
	color: #fff;
	display: block;
	font-size: 13px;
	text-align: left;
	width: 100%;
}

.fixed-header-top #header-top {
	position: fixed;
	top: 0;
	z-index: 200;
}

.fixed-header-top #header-top.hidden {
	position: relative;
	visibility: hidden;
}

.admin-bar.fixed-header-top #header-top {
	top: 32px;
}

.header-top-left,
.header-top-right {
	display: inline-block;
	width: 50%
}

.header-top-left.full-width,
.header-top-right.full-width {
	width: 100%;
}

.header-top-left {
	float: left;
}

.header-top-right,
.header-top-right .widget {
	float: right;
}

.header-top-bar a {
	color: #fff;
}

.header-top-bar a:hover {
	color: #ddd;
	text-decoration: none;
}

.headet-top-left {
	float: left;
}

.headet-top-right {
	float: right;
}

#header-top .widget ul {
	float: left;
	list-style: none;
	margin: 0;
}

#header-top .widget ul li {
	display: inline-block;
	float: left;
	text-align: left;
}

#header-top .widget ul a {
	padding: 5px 10px;
}


/*--------------------------------------------------------------
11. Header Area
--------------------------------------------------------------*/
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
	display: block;
	line-height: 0;
}

#site-header.logo-enable.logo-left {
	padding-left: 10px;
}

#site-header.logo-enable.logo-right {
	padding-right: 10px;
}

.site-title a {
	color: #111111;
}

.site-title a:hover {
	color: #1b8be0;
	text-decoration: none;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

#header-featured-image {
	clear: both;
	display: block;
	line-height: 0;
	width: 100%;
	text-align: center;
}

#masthead .search-field {
	float: right;
	font-size: 14px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 90%;
	max-width: 250px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#888;
}

/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message {
	background-color: #222;
	color: #fff;
}

#promotion-message .left a {
	color: #fff;
}

#promotion-message .left a:hover {
	color: #ddd;
	text-decoration: none;
}

#promotion-message .left {
	float: left;
	max-width: 80%;
}

#promotion-message .right {
	float: right;
	max-width: 20%;
	text-align: center;
}

#promotion-message .right .promotion-button {
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	display: inline-block;
}

#promotion-message .right .promotion-button:hover {
	background-color: #5cb85c;
	border-color: #398439;
	color: #fff;
	text-decoration: none;
}


/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content {
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
}

#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#feature-heading {
	border-bottom: 1px solid #eee;
}

#featured-content .featured-content-image {
	display: block;
	line-height: 0;
}

#featured-content .hentry {
	border: none;
	float: left;
}

#featured-content.layout-four .hentry {
	width: 25%;
}

#featured-content.layout-three .hentry {
	width: 33.33%;
}

#featured-content.layout-two .hentry {
	text-align: center;
	width: 50%;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1),
#featured-content.layout-two .hentry:nth-child(2n+1) {
	clear: both;
}

#featured-content figure a {
	display: block;
	line-height: 0;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
.site-content {
	background-color: #fff;
}
#main {
	float: left;
	width: 820px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
	border-bottom: 1px solid #eee;
}

.entry-title,
.entry-title a {
	color: #404040;
}

.entry-title a:hover {
	color: #1b8be0;
}

.entry-title a:hover,
.entry-meta a:hover {
	text-decoration: none;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}


/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
	display: block;
	float: none;
	margin: 0 auto;
	width: 820px;
}

/* One Column (One Column) */
.no-sidebar.one-column .site {
	display: block;
	margin: 0 auto;
	width: 820px;
}

.no-sidebar.one-column.fixed-header-top #header-top {
	width: 820px;
}

.no-sidebar.one-column .wrapper,
.no-sidebar.one-column #main {
	width: 100%
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
	width: 100%;
}

/* Layout Options with Featured Image on Left */
.excerpt-image-left .archive-post-wrap .entry-meta {
	margin-bottom: 10px;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	display: inline;
	/*max-width: 250px;
    width: 32%;*/
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	width: 20%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
	float: left;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	float: right;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	display: inline;
	/*width: 64%;*/
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	width: 79%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
	float: right;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	float: left;
}

.excerpt-image-left .archive-post-wrap .entry-footer,
.excerpt-image-right .archive-post-wrap .entry-footer {
	display: none;
}

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

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

.widget figure a {
	display: block;
	line-height: 0;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
15. Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
	border-bottom: 4px double #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
	float: left;
	line-height: 0;
	margin-right: 10px;
	padding: 0;
}

/*--------------------------------------------------------------
16. 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;
}

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

.hentry .featured-image a {
	display: block;
	line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/*--------------------------------------------------------------
18. Galleries
--------------------------------------------------------------*/
#main .gallery {
	margin-bottom: 1.5em;
}

#main .gallery img {
	border: 1px solid #eee;
	padding: 5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#supplementary {
	background-color: #222;
	border-bottom: 1px solid #eee;
	border-top: 3px solid #000;
}

#supplementary,
#supplementary a,
#supplementary .widget-title,
#supplementary .entry-title,
#supplementary .widget-title a,
#supplementary .entry-title a {
	color: #fff;
}

#supplementary a:hover,
#supplementary .widget-title a:hover,
#supplementary .entry-title a:hover {
	color: #ddd;
	text-decoration: none;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.two .widget-area {
	width: 50%;
}

#supplementary.three .widget-area {
	width: 33.33%;
}

#supplementary.four .widget-area {
	width: 25%;
}

#site-generator {
	background-color: #f9f9f9;
	border-top: 1px solid #f4f4f4;
	color: #666;
	text-align: center;
}

#site-generator a {
	color: #555;
	font-weight: bold;
}

#site-generator a:hover {
	color: #1b8be0;
}
/*--------------------------------------------------------------
10. Extra Elements
--------------------------------------------------------------*/
/* Clean Journal Scrollup */
#scrollup {
	background-color: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
	color: #eee;
	cursor: pointer;
	display: none;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	z-index: 9999;
}

#scrollup:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/* Clean Journal breadcrumb */
#breadcrumb-list {
	background-color: #fff;
}

#breadcrumb-list .wrapper {
	padding: 20px 40px 0;
}

.home #breadcrumb-list .wrapper {
	padding-bottom: 20px;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
	color: #666;
	display: block;
	float: left;
	font-style: italic;
	margin-left: -1px;
}

#breadcrumb-list span.sep {
	float: right;
	margin-left: 0;
	padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
	border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #1b8be0;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #404040;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f2f2f2;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 101;
}

#feature-slider .cycle-slideshow {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#feature-slider .cycle-slideshow img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#feature-slider .cycle-pager {
	bottom: 0;
	left: 20%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 100;
}

#feature-slider .cycle-pager span {
	font-family: arial;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #f1f2f3;
	cursor: pointer;

	text-align: center;
}

#feature-slider .cycle-pager span.cycle-pager-active {
	color: #253e68;

}

#feature-slider .cycle-pager > * {
	cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
	background: #444;
	background: rgba(0,0,0,0.6);
	-moz-border-radius:     4px;
	-webkit-border-radius:  4px;
	border-radius:          4px;
	color: #fff;
	cursor: pointer;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 47%;
	text-decoration: none;
	-moz-transition:    all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
	z-index: 101;
}

#feature-slider .cycle-prev {
	left: -20px;
	display: none;
}

#feature-slider .cycle-next {
	right: -20px;
	display: none;
}

#feature-slider:hover .cycle-prev {
	left: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#feature-slider:hover .cycle-next {
	right: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#feature-slider .cycle-slideshow .hentry {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#feature-slider .cycle-slideshow article:first-child {
	position: static;
	z-index: 100;
}

#feature-slider .entry-container {
	background: #444;
	background: rgba(0,0,0,0.7);
	border-radius: 4px;
	-moz-border-radius:	4px;
	-webkit-border-radius:	4px;
	opacity: 0;
	top: 50%;
	left: 25%;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 50%;
	z-index: 101;
	-webkit-transform: translateY(-55%) scale(1.2);
	-ms-transform: translateY(-55%) scale(1.2);
	transform: translateY(-55%) scale(1.2);
	-webkit-transition: all .2s 0 linear;
	-moz-transition: all .2s 0 linear;
	-ms-transition: all .2s 0 linear;
	-o-transition: all .2s 0 linear;
	transition: all .2s 0 linear;
}

#feature-slider:hover .entry-container {
	opacity: 1;
	-moz-transition:    all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#feature-slider .entry-container,
#feature-slider .entry-container a,
#feature-slider .entry-title,
#feature-slider .entry-title a {
	color: #fff;
}

#feature-slider .entry-container a:hover,
#feature-slider .entry-title a:hover {
	color: #ddd;
}

.disabled {
	opacity: .5;
	filter:alpha(opacity=50);
}

/* Social Icons */
.widget_clean_journal_social_icons .widget-wrap {
	margin-left: -5px;
}

.site .widget_clean_journal_social_icons a.genericon {
	background-color: #222;
	border-radius: 20px;
	-moz-border-radius:	20px;
	-webkit-border-radius:	20px;
	box-sizing: content-box;
	-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;
	color: #fff;
	margin: 0 0 5px 5px;
	padding: 8px;
	height: 20px;
	width: 20px;
}

.site #supplementary .widget_clean_journal_social_icons a.genericon,
.site #header-top .widget_clean_journal_social_icons a.genericon {
	background-color: #ddd;
	color: #222;
}

.site #supplementary .widget_clean_journal_social_icons a.genericon:hover,
.site #header-top .widget_clean_journal_social_icons a.genericon:hover {
	background-color: #fff;
	color: #222;
}

.site #header-top .widget_clean_journal_social_icons a.genericon {
	margin-bottom: 2px;
	height: 14px;
	width: 14px;
}

.site .sidebar-header-right .widget_clean_journal_social_icons a.genericon {
	margin: 5px 0 0 5px;
}

.site .widget_clean_journal_social_icons a.genericon:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.site .widget_clean_journal_social_icons a:hover {
	text-decoration: none;
}

.site .widget_clean_journal_social_icons a.genericon-facebook-alt:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_clean_journal_social_icons a.genericon-twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_clean_journal_social_icons a.genericon-googleplus-alt:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_clean_journal_social_icons a.genericon-mail:hover {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_clean_journal_social_icons a.genericon-feed:hover {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_clean_journal_social_icons a.genericon-wordpress:hover {
	background-color: #1b8be0;
	border-color: #1b8be0;
}

.site .widget_clean_journal_social_icons a.genericon-github:hover {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_clean_journal_social_icons a.genericon-linkedin:hover {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_clean_journal_social_icons a.genericon-pinterest:hover {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_clean_journal_social_icons a.genericon-flickr:hover {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_clean_journal_social_icons a.genericon-vimeo:hover {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_clean_journal_social_icons a.genericon-youtube:hover {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_clean_journal_social_icons a.genericon-tumblr:hover {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_clean_journal_social_icons a.genericon-instagram:hover {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_clean_journal_social_icons a.genericon-codepen:hover {
	background-color: #000;
	border-color: #000;
}

.site .widget_clean_journal_social_icons a.genericon-path:hover {
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_clean_journal_social_icons a.genericon-dribbble:hover {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_clean_journal_social_icons a.genericon-skype:hover {
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_clean_journal_social_icons a.genericon-digg:hover {
	background-color: #333;
	border-color: #333;
}

.site .widget_clean_journal_social_icons a.genericon-reddit:hover {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_clean_journal_social_icons a.genericon-stumbleupon:hover {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_clean_journal_social_icons a.genericon-pocket:hover {
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_clean_journal_social_icons a.genericon-dropbox:hover {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_clean_journal_social_icons a.genericon-spotify:hover {
	background-color: #81b900;
	border-color: #73a500;
}

.site .widget_clean_journal_social_icons a.genericon-polldaddy:hover {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_clean_journal_social_icons a.genericon-foursquare:hover {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_clean_journal_social_icons a.genericon-twitch:hover {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_clean_journal_social_icons a.genericon-cloud:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_clean_journal_social_icons a.genericon-website:hover,
.site .widget_clean_journal_social_icons a.genericon-cart:hover,
.site .widget_clean_journal_social_icons a.genericon-phone:hover,
.site .widget_clean_journal_social_icons a.genericon-handset:hover {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_clean_journal_social_icons a.genericon-link:hover {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_clean_journal_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_clean_journal_social_icons .icon-hover,
.site .widget_clean_journal_social_icons .has-hover:hover .icon-static {
	display: none;
}

.site .widget_clean_journal_social_icons .has-hover:hover .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 20px;
}
#headerLoginForm {padding-right:0;margin-top: 23px;padding-bottom:0; margin-bottom:0}
#select-language-mobile {
	width: 100%;
	margin-bottom: 0;
	height: 48px;
}
#select-language-mobile {color: white; font-size: 15px;}
/*--------------------------------------------------------------
Responsive Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Media queries
--------------------------------------------------------------*/
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*--------------------------------------------------------------
2. Mobile Menus
--------------------------------------------------------------*/
.mobile-menu,
.mobile-menu-anchor,
.mobile-menu-text {
	display: none;
}

#mobile-header-left-menu {
	float: left;
}

#mobile-header-right-menu {
	float: right;
}

.mobile-menu-anchor a.genericon-menu,
.mobile-menu-anchor a.genericon-menu:hover {
	color: #bcda44;
	text-decoration: none;
}

#header-top-menu .mobile-menu-anchor a.genericon-menu,
#header-top-menu .mobile-menu-anchor a.genericon-menu:hover {
	color: #fff;
}

.mobile-header-left-nav-open #mobile-header-left-menu .genericon-menu:before,
.mobile-secondary-nav-open #mobile-secondary-menu .genericon-menu:before,
.mobile-header-right-nav-open #mobile-header-right-menu .genericon-menu:before,
.mobile-header-top-nav-open #header-top .genericon-menu:before,
.mobile-footer-nav-open #mobile-footer-menu .genericon-menu:before {
	content: "\f406";
}
.genericon-menu {font-size: 22px !important;}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	background: #001e4e;
	color: #fff;
	/*-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow:i nset 0 0 5px 5px #222;*/
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}

.sidr p a {
	color: rgba(255, 255, 255, 0.9);
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
	display:block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 49px;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li a,
.sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

.sidr ul li ul li:last-child {
	border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px;
}

.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: #ccc;
	padding-left: 20px;
}

.sidr ul li ul li ul li a,
.sidr ul li ul li ul li span {
	padding-left: 30px;
}

.sidr form {
	margin: 0 15px;
}

.sidr label {
	font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea, .sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #333;
	background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9);
}
.badanieFormMobile {text-align: center;}
.badanieFormMobile input[type="text"] {background-color: white; color: black}
/*--------------------------------------------------------------
3. x <= 1280px
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.wrapper {
		width: 1100px;
	}

	#main {
		width: 720px;
	}

	#featured-content.layout-four .hentry:nth-child(4n+1) {
		clear: both;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 77%;
	}
	#site-branding, #site-logo {
		max-width: 80%;
	}
	#headerLoginForm {margin-top: 21px}
}

/*--------------------------------------------------------------
4. x <= 1152px
--------------------------------------------------------------*/
@media screen and (max-width: 1152px) {
	.wrapper {
		width: 1040px;
	}

	.wrapper {
		padding: 0 15px;
	}

	#site-generator .wrapper {
		padding: 0 10px;
	}

	#masthead {
		padding: 0px 0;
	}

	#featured-content .featured-heading-wrap {
		padding: 15px 15px 0;
	}
	#site-branding,
	#content .wrapper,
	.hentry,
	.no-results,
	.not-found,
	.sidebar,
	#comments,
	#nav-below,
	#infinite-handle,
	#supplementary .widget {
		padding: 15px;
	}
	#site-branding {padding: 0}
	#featured-content,
	#supplementary {
		padding-top:  15px;
	}

	#breadcrumb-list .wrapper {
		padding: 15px 30px 0;
	}

	.clean-journal-nav-menu a,
	.sidebar-header-right .widget_nav_menu a {
		padding: 0 15px;
	}

	.sidebar-primary .widget {
		margin-bottom: 30px;
	}

	.hentry, .widget {
		margin: 0 0 15px;
	}

	#main {
		width: 680px;
	}

	.sidebar-primary {
		width: 330px;
	}
}

/*--------------------------------------------------------------
5. x <= 1100px (iPad Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.wrapper {
		width: 960px;
	}

	#main {
		width: 600px;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		width: 23%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 75%;
	}
}

/*--------------------------------------------------------------
6. x <= 990px (iPad Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 990px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 740px;
	}

	.no-sidebar.content-width #main {
		width: 100%;
	}

	.wrapper,
	#header-top .wrapper,
	.nav-primary .wrapper,
	.nav-secondary .wrapper {
		padding: 0 10px;
	}

	#masthead {
		padding: 0px 0;
		/*border-bottom: 1px solid #bcda44;*/
	}

	#site-branding {
		padding: 0 10px;
	}

	#masthead .sidebar-header-right {
		padding: 0;
	}

	#masthead .sidebar-header-right .widget {
		padding: 10px 0 0;
		margin-bottom: 0;
	}

	#promotion-message .right .promotion-button {
		padding: 8px 15px;
	}

	#featured-content, #supplementary {
		padding-top: 10px;
	}

	#featured-content .featured-heading-wrap {
		padding: 10px 10px 0;
	}

	.genericon-menu,
	#promotion-message .section,
	#content .wrapper,
	.hentry,
	.no-results,
	.not-found,
	.sidebar,
	#comments,
	#nav-below,
	#infinite-handle,
	#supplementary .widget,
	#site-generator {
		padding: 10px;
	}

	.hentry,
	.widget {
		margin: 0 0 1em;
	}

	#featured-content .entry-container {
		margin-top: 10px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 5px;
	}

	p {
		margin-bottom: 10px;
	}

	.hentry .featured-image {
		margin-bottom: 15px;
	}

	.archive-post-wrap {
		padding-bottom: 10px;
	}

	.site-title {
		font-size: 30px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading {
		font-size: 24px;
	}

	#featured-content .entry-title,
	.archive-post-wrap .entry-title {
		font-size: 20px;
	}

	#site-generator {
		font-size: 13px;
	}

	#site-branding,
	#main,
	#content_sidebar_wrap,
	#content_sidebar_wrap #main,
	.sidebar-primary {
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		padding: 0;
	}

	.widget_clean_journal_social_icons .widget-wrap {
		margin-left: 0;
	}

	.sidebar-primary .widget,
	#featured-content.layout-four .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area {
		float: left;
		width: 50%;
	}

	.sidebar-primary .widget,
	#featured-content.layout-four .hentry {
		padding: 10px;
	}

	.sidebar-primary .widget:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	#supplementary .widget-area:nth-child(2n+1) {
		clear: both;
	}

	.mobile-menu-anchor {
		display: inline-block;
	}

	#site-logo,
	#site-header {
		display: block;
		float: none;
		text-align: left;
		padding-left: 15px;
	}

	.logo-left #site-header {
		padding-top: 8px;
		padding-left: 0;
	}

	.logo-right #site-header {
		padding-top:  0px;
		padding-right: 0;
	}

	#site-logo img {
		max-height: 150px;
	}

	/* Sidebar Header Right */
	.sidebar-header-right {
		clear: both;
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}

	#masthead .search-field,
	.sidebar-header-right .widget-wrap {
		float: none;
	}

	.nav-primary,
	.nav-header-top,
	.nav-header-right,
	#header-right-menu-widget,
	.nav-secondary,
	.nav-footer {
		display: none;
	}

	#site-branding {
		text-align: center;
	}

	.mobile-menu-one #site-branding {
		padding-left:  0;
		width: 680px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		padding-left: 0;
		padding-right: 0;
		width: 640px;
	}

	#mobile-secondary-menu {
		display: block;
		width: 100%;
	}

	#mobile-footer-menu {
		border-top: 1px solid #eee;
		display: block;
		padding: 0 10px;
		width: 100%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		width: 20%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 77%;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar.fixed-header-top #header-top {
		top: 46px;
	}
}
/*--------------------------------------------------------------
6b. x <= 800px
--------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	#newsletter .formContainer {
		padding-top: 10px;
		text-align: right;
		padding-bottom: 20px;
		padding-left: 30px;
	}
}
/*--------------------------------------------------------------
7. x <= 767px
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 660px;
	}

	.mobile-menu-one #site-branding {
		width: 600px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 560px;
	}

	.site-content {
		padding-top: 0;
	}

	#nav-below .wp-pagenavi span.pages {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
8. x <= 700px
--------------------------------------------------------------*/
@media screen and (max-width: 700px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 560px;
	}

	.mobile-menu-one #site-branding {
		width: 500px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 460px;
	}

	#promotion-message .left {
		max-width: 75%;
	}

	#promotion-message .right {
		max-width: 25%;
	}
	#feature-slider .entry-container {
		border-radius: 0;
		-moz-border-radius:	0;
		-webkit-border-radius:	0;
		bottom: 0;
		clear: both;
		display: block;
		left: 0;
		opacity: 1;
		padding-bottom: 30px;
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
	}
	#feature-slider .cycle-pager {
		left: 0;
		width: 100%;
	}
	#feature-slider:hover .cycle-next {
		right: 1%;
	}
	#feature-slider:hover .cycle-prev {
		left: 1%;
	}
}

/*--------------------------------------------------------------
9. x <= 600px (iPhone 5 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width:600px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 520px;
	}

	.admin-bar.fixed-header-top #wpadminbar {
		position: fixed;
	}

	.mobile-menu-one #site-branding {
		width: 400px;
	}

	.header-top-left,
	.header-top-right {
		width: 100%;
	}

	#header-top .header-top-left .widget,
	#header-top .header-top-right .widget {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	#header-top .widget ul {
		float: none;
	}

	#header-top .widget ul li {
		display: inline-block;
		float: none;
	}
	.mobile-menu-one #site-branding {
		width: 460px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 420px;
	}

	.site-title {
		font-size: 26px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 2.4rem;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading {
		font-size: 22px;
	}

	#feature-slider .entry-content {
		display: none;
	}

	#feature-slider .cycle-pager span {
		font-size: 40px;
	}
}

/*--------------------------------------------------------------
10. x <= 540px (iPhone 4 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 540px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 460px;
	}

	.mobile-menu-one #site-branding {
		width: 400px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 360px;
	}

	#promotion-message .left {
		max-width: 70%;
	}

	#promotion-message .right {
		max-width: 30%;
	}

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 14px;
	}

	.site-title {
		font-size: 24px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 13px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
11. x <= 480px (iPhone Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 380px;
	}

	#site-branding {
		padding-top: 0;
	}

	.genericon-menu {
		padding: 5px;
	}

	.mobile-menu-one #site-branding {
		width: 330px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 300px;
	}

	#promotion-message .section,
	.sidebar-primary .widget,
	#featured-content.layout-four .hentry,
	#featured-content.layout-three .hentry,
	#featured-content.layout-two .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
		display: block;
		float: none;
		width: 100%;
	}

	#promotion-message .section {
		max-width: 100%;
		text-align: center;
	}

	#promotion-message .left {
		padding-bottom: 0;
	}

	#promotion-message .right {
		padding-top: 0;
	}

	.entry-meta,
	.site-description {
		font-size: 12px;
	}

	#site-generator {
		font-size: 11px;
	}

	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous,
	.nav-previous,
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next,
	.nav-next {
		width: 100%;
	}
}

/*--------------------------------------------------------------
12. x <= 400px
--------------------------------------------------------------*/

@media screen and (max-width: 400px) {
	.wrapper {
		width: 320px;
		margin: 0 auto;
	}
	.mobile-menu-one #site-branding {
		width: 270px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 240px;
	}
}

/*--------------------------------------------------------------
13. x <= 319px
--------------------------------------------------------------*/
@media screen and (max-width: 319px) {
	.wrapper,
	.no-sidebar.one-column .site,
	.no-sidebar.one-column.fixed-header-top #header-top {
		width: 100%;
	}

	.wrapper {
		padding: 0 5px;
	}

	#masthead {
		padding-top: 5px;
	}

	#site-branding,
	.mobile-menu-one #site-branding,
	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		clear: both;
		display: block;
		padding: 0;
		width: 100%;
	}

	#masthead .sidebar-header-right {
		padding-right: 0;
		padding-left: 0;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		display: inline;
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image img {
		width: 100%;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		display: block;
		float: none;
		padding-top: 10px;
		width: 100%;
	}

}

/*--------------------------------------------------------------
14. Form Zoom Fix
--------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus,
	input#s,
	#respond form input[type="text"],
	#respond form textarea,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*font-size: 16px;*/
	}
}
article.post .wrapper .post .description h2, article.site-mine .wrapper .post h3 {display: block;}
article.post .wrapper .post .entry-content .description  h2, article.site-mine .wrapper .post .entry-content h3  {display: inline-block;;}
article.post .wrapper .post .description h2{ font-size: 27px;}
.contacts {text-align: right; color: #001e4e; font-size: 1.4rem; margin-top: 5px;}
.contacts span {margin-right: 10px}
.languageList {margin-right:0px!important}

.contacts a {color: #001e4e; text-transform: uppercase}
.contacts a:hover {text-decoration: none; color: black}
.badanieForm {text-align: right; color: #001e4e; font-size: 1.5rem}
.badanieForm input[type="text"] {-webkit-box-shadow: -4px -4px 5px 0px rgba(201,201,201,1);
	-moz-box-shadow: -4px -4px 5px 0px rgba(201,201,201,1);
	box-shadow: -4px -4px 5px 0px rgba(201,201,201,1);
	border-radius: 5px 0 0 5px; border: none; width: 150px; margin-top:2px }
.badanieForm button {color: #fff; background-color: #223b65; text-shadow: none; border-radius: 0; border: none; filter: none; box-shadow: none; line-height: 30px; padding: 7px 40px;}
.nav-primary {border-bottom: 1px solid #bcda44 !important;}


#apw {background-color: white; text-align: center;padding: 40px 0}
#apw h1, #apw h5 {background: url('https://www.lifelinediag.eu/img/apw_bg.png') no-repeat center top; color: #001e4e; line-height: 115px; padding-top: 10px; font-weight: bold; font-size: 3rem}
#apw p {color: #5e5e5e; font-size: 1.6rem; margin-bottom: 20px; display: block}
#apw p strong {color: #253e68}
#apw a, a.greenlink {color: #bcda44; text-decoration: none; }
#apw a:hover,  a.greenlink:hover {color: #7e9817; text-decoration: none }
#apw .buttons, #zamowAPW .buttons, #konsultacje .buttons {margin-top: 50px; display: block}
#apw a.button, #zamowAPW a, #konsultacje .buttons a {color: #fff; background-color: #bcda44; text-shadow: none; border-radius: 0; border: none; filter: none; box-shadow: none; line-height: 30px; padding: 7px 40px;}
#apw a.button:hover, #zamowAPW a:hover, #konsultacje .buttons a:hover {text-decoration: none; background-color: #7e9817}

#newsletter {background-color: #314a75; background: url('https://www.lifelinediag.eu/img/nwsl_bgnd.png') top center no-repeat; background-size: auto 100%; min-height: 143px;}

#newsletter h1,#newsletter h5 {font-family: "Open Sans"; font-weight: 300; color: white; margin: 0}
#newsletter .title {padding: 30px; 0 0 100px;}
#newsletter p {font-family: "Open Sans"; font-weight: 300; color: white; padding: 0; font-size: 1.4rem}
#newsletter .formContainer {padding-top: 60px; text-align: right}
#newsletter .formContainer input {padding: 0px 10px; z-index: 201; width: 70%; border-radius: 7px; height: 44px; line-height: 44px;}
#newsletter .formContainer button {color: #fff; background-color: #bcda44; text-shadow: none; border-radius: 0; border: none; filter: none; box-shadow: none; line-height: 30px; padding: 7px 40px;z-index: 202}
#newsletter .formContainer .formelements {position: relative; width: 100%}
#newsletter .formContainer .formelements .elem1 {top: -30px; left: 0; position: absolute;     z-index: 11; width: 100%;    text-align: left;}
#newsletter .formContainer .formelements .elem2 {top: -30px; left: 68%; position: absolute; text-align: right;    z-index: 12;}
#newsletter .formContainer .formelements .elem2 p {font-size: 12px; color: white; white-space: nowrap}
#newsletter .formContainer .accept {font-size: 12px; color: white; white-space: nowrap; padding-right: 35px;}
@media screen and (max-width: 1024px){
	#newsletter .formContainer {/*padding-top: 0px !important; padding-bottom: 20px*/}
}
@media screen and (max-width: 768px){
	#newsletter .formContainer {padding: 30px; padding-top: 0px !important; padding-bottom: 40px}
	#newsletter .formContainer button {padding: 7px;}
	#newsletter .formContainer .accept {padding-top: 20px;}
}
#infos {background-color: white; text-align: center;padding: 40px 0}
#infos .item {padding: 30px;}
#infos .item .image img {border-radius: 8px; width: 100%;}
#infos .desc {text-align: left}
#infos .desc .title h3 {color: #253e68; font-size: 2rem; line-height: 2.2rem; margin: 20px 0;font-weight: bolder}
#infos .desc p {color: #5e5e5e;}
#infos .readmore, #konsultacje .readmore {text-align: right;}
#infos .readmore a, #konsultacje .readmore a {color: #bcda44; font-weight: bold;  font-size: 1.5rem}
#infos .readmore a:hover, #konsultacje .readmore a:hover {text-decoration: none; color: #7e9817}

#dlakogo { background-color: #f2f3f4; /*margin-top: 40px;*/ }
#dlakogo .pic { text-align: left; padding-right: 0; padding-left: 0; /*height: 416px !important; overflow: hidden*/}
#dlakogo .pic  {/*height: 416px; background: url('https://www.lifelinediag.eu/img/dlakogo_bgnd.jpg') no-repeat top left; background-size: auto 416px;*/background-color: #f2f3f4;}
#dlakogo .desc {/*height: 416px;*/ background-color: #f2f3f4;padding: 20px 20px 20px 40px}
#dlakogo h1, #dlakogo h5 {margin-top: 40px;font-weight: bolder; color: #bcda44; background-size: auto 416px;}
#dlakogo h1 span, #dlakogo h5 span {color: #5e5e5e;}
#dlakogo h4 {color: #5e5e5e; font-size: 1.5rem}
#dlakogo ul {margin-top: 30px; list-style-image: url('https://www.lifelinediag.eu/img/greenbull.gif');  margin-left: 20px;}
#dlakogo ul li {padding-left: 10px;}

#zamowAPW {background: url('https://www.lifelinediag.eu/img/zamow_bgnd_r.jpg') no-repeat;  background-position: top right; border-bottom: 1px solid #bcda44; padding: 60px 0}
@media screen and (max-width: 1024px){
	#zamowAPW  {background-size: 35% auto; }
}
@media screen and (max-width: 768px){
	#zamowAPW  {background-size: 60% auto; padding-top: 80px }
}
.tcenter {text-align: center;}
#zamowAPW h1, #zamowAPW h5 {margin-top: 80px; font-weight: bolder; color: #253e68;}
#zamowAPW h4 {font-family: "Open Sans"; font-weight: 300; font-size: 2.2rem; color: #a6a6a6}
#zamowAPW .item {margin-top: 30px}
#zamowAPW .item .number {color: #bcda44; font-weight: bolder; border: 1px solid #e8e8e8; display: inline-block; padding: 3px 20px; border-radius: 10px; background-color: #f1f1f1; font-size: 30px; margin-bottom: 30px;}
#zamowAPW .item .title {color: #253e68; font-size: 22px; line-height: 25px;margin-bottom: 15px;}
#zamowAPW .item p {font-size: 13px; line-height: 16px;}
#zamowAPW .buttons {margin: 60px 0}

#konsultacje {background-color: #ffffff;  padding: 120px 0}
#konsultacje .doctor h1 {font-size: 18px; margin-top: 20px; color: #17214a; font-weight: bold;}
#konsultacje .doctor p {font-size: 14px; line-height: 22px; color: #5e5e5e; font-family: "Open Sans"; font-weight: 300;}
#konsultacje .desc {padding-left: 60px;}
#konsultacje .desc h1, #konsultacje .desc h5 {font-size: 36px; margin-top: 20px; color: #17214a; font-weight: bold;}
#konsultacje .desc h2 {font-size: 24px; line-height: 22px; color: #5e5e5e; font-family: "Open Sans"; font-weight: 300;}
#konsultacje .desc p {font-size: 20px; line-height: 28px; color: #5e5e5e; font-family: "Open Sans"; font-weight: 300;}
#konsultacje .variant {margin-top: 60px; position: relative}
#konsultacje .variant .icon {position: absolute; left: -60px;; width: 60px; height: 60px; }
#konsultacje .variant .icon.phone {background: url('https://www.lifelinediag.eu/img/var_phone.png') no-repeat; top: -4px;}
#konsultacje .variant .icon.medic {background: url('https://www.lifelinediag.eu/img/var_medic.png') no-repeat; top: -10px;}
#konsultacje .variant h3 {font-size: 26px; margin-top: 20px; color: #17214a; font-weight: bold;}
#konsultacje .variant p {font-size: 14px; line-height: 22px;}
#konsultacje ul {display: block; margin: 40px 0}
#konsultacje ul li {float: left;color: #a6a6a6; margin-right: 15px;}
#konsultacje ul li strong {color: #17214a;}
#konsultacje .address p {font-size: 14px; line-height: 22px; margin-top: 30px;color: #a6a6a6}
#partners {background-color: #314a75; background: url('https://www.lifelinediag.eu/img/partners.png') top center no-repeat; background-size: auto 100%;}
#partners h1, #partners h5 {font-family: "Open Sans"; font-weight: 300; color: #d1d7e2; margin: 0}
#partners .title {padding: 30px; 0 0 100px;}
#partners p {font-family: "Open Sans"; font-weight: 300;color: #d1d7e2; padding: 0; font-size: 1.4rem}
#partners .partnerslink a, #partners .buttons a{ font-weight: bold;  font-size: 1.5rem; padding: 10px 20px 10px 70px; color: white; font-family: "Open Sans"; font-weight: 300; font-size: 26px; background: url('https://www.lifelinediag.eu/img/lupka.gif') no-repeat; background-position: 20px 16px; background-color: #bcda44;}
#partners a:hover {text-decoration: none; background-color: #7e9817}
#partners .buttons {margin-top: 60px;}
@media screen and (max-width: 1024px){
	#partners .buttons {margin-top: 0px !important; padding-bottom: 60px; text-align: right}
}
#zamowienie {background-color: #ffffff; background: url('https://www.lifelinediag.eu/img/zamow_bgnd.png') no-repeat bottom right; border-bottom: 1px solid #bcda44; padding: 60px 0}
@media screen and (max-width: 1024px){
	#zamowienie {background-size: 50% auto}
}
#zamowienie h1,#zamowienie h5 {text-transform: uppercase}
#zamowienie h1 span, #zamowienie h5 span {color: #bcda44;}
#zamowienie h2 {color: #bcda44; font-weight: bold;}
#zamowienie a {color: #001e4e;}
#zamowienie a:hover {text-decoration: none;}
#zamowienie h3 {color: #bcda44; font-weight: bold;}
#zamowienie h3 small{color: #bcda44;}

#konsultacja {background-color: white; text-align: center;padding: 40px 0}
#konsultacja .variant {margin-top: 60px; position: relative}
#konsultacja .variant .icon {text-align: left; padding-left: 50px; height: 60px; font-weight: bolder; color: #17214a; line-height: 60px; }
#konsultacja .variant .icon.phone {background: url('https://www.lifelinediag.eu/img/var_phone.png') no-repeat; background-position: 0 12px;}
#konsultacja .variant .icon.medic {background: url('https://www.lifelinediag.eu/img/var_medic.png') no-repeat; top: -10px;}
#konsultacja .variant h2 {font-size: 26px; margin-top: 20px; color: #17214a; font-weight: bold;}
#konsultacja .variant .info {font-size: 20px; line-height: 26px; margin-top: 30px; color: #17214a; font-weight: bold;}
#konsultacja .variant h4 {font-size: 16px; margin-top: 20px; color: #17214a; font-weight: bold; margin-bottom: 30px;}
#konsultacja .variant p {font-size: 14px; line-height: 22px;}
#konsultacja p {color: #5e5e5e; font-size: 1.4rem; margin-bottom: 20px; display: block}
#konsultacja p strong {color: #253e68}
#konsultacja li {font-size: 13px; line-height: 17px; margin-top: 5px;}

#konsultacja a {color: #fff; background-color: #bcda44; text-shadow: none; border-radius: 0; border: none; filter: none; box-shadow: none; line-height: 30px; padding: 7px 40px;}
#konsultacja a:hover {text-decoration: none; background-color: #7e9817}

#consultants {background-color: #f2f3f4; padding: 30px 0;}
#consultants .consultant {margin-bottom: 20px;}
#consultants .consultant p span.price {font-weight: bold;color: #253e68}
#consultants h1, #consultants h5 {margin-top: 0 !important;}
.site-footer {background-color: #e8e8e8}
.site-footer img {display: inline-block; float: left;}
.site-footer ul {display: inline-block; margin-left: 30px; margin-top: 15px;}
.site-footer ul li{float: left; margin-right: 15px;}
.site-footer ul li:last-child {	margin-right: 0;}
.site-footer ul li a {font-size: 13px; color: #525354}
.site-footer .infos {float: right; text-align: right}
.site-footer .copyright {font-size: 13px; color: #525354}
.site-footer .infos ul {margin-right:0;}
.site-footer .infos ul li {float: right; margin-left: 30px; margin-right: 0}

article.default h1, article.default h5 {color: #001e4e; font-weight: bolder; font-size: 36px; margin-top: 20px;}
article.default p {color: #5e5e5e}
article.default p strong {color: #001e4e; }
article.default a.btn-green, a.btn-green {background-color: #bcda44; font-weight: bold;  font-size: 1.5rem; color: white; padding: 15px 25px;}
article.default a.btn-green:hover, a.btn-green:hover {text-decoration: none; background-color: #7e9817; color: white;}
article.default  ul {margin-top: 30px; list-style-image: url('https://www.lifelinediag.eu/img/greenbull.gif');  margin-left: 20px;}
article.default  ul li {padding-left: 10px; text-align: justify;}
article.default ul.centered {list-style: none;}
article.default ul.centered li {list-style-type: none; padding-left: 20px; background: url('https://www.lifelinediag.eu/img/greenbull.gif') no-repeat left center;}
.size-clean-journalsquare {width: 100% !important;}
@media screen and (max-width: 1024px){
	article.default {
		background-size: 50% !important;
	}
	article.dlakogoEHA {background-size: 20% !important;
	}
	article.dlakogoEHA ul {margin-left: 120px;}
}

.slides .textbox {position: absolute; bottom:20%; left:50%;  }
.slides a {color: rgba(0,30,74,0.4)}
.slides a:hover {color: #001e4d}
.slides a .textbox .line1 {position: absolute; top: -60px; font-size: 4.6rem; font-weight: 300}
.slides .textbox .line2 {position: absolute; top: -15px; font-size: 4.9rem;font-weight: 300}
.slides a .textbox .line1, .slides a .textbox .line2, .slides a .textbox .line3 {white-space: nowrap}
.slides a .textbox .line3 {position: absolute; top: -105px; font-size: 4.6rem; font-weight: 300}
@media screen and (max-width: 1024px){
	.slides a .textbox .line1,.slides a .textbox .line2,.slides a .textbox .line3 {font-size: 2rem}
	.slides a .textbox .line1 {top: -30px;}
	.slides a .textbox .line2 {top: -10px;}
	.slides a .textbox .line3 {top: -50px;}
}
article.jestesowlos {background: url('https://www.lifelinediag.eu/img/zamow_bgnd_r.jpg') no-repeat right bottom; padding: 50px 0; background-color: #ffffff;}
article.post .nopadding{padding-left:0 !important; padding-right:0 !important;}
article.post .imgtextright {padding-left: 0; padding-right: 30px;}
article.post .imgtextright img {width: 100% !important;}
article.post .imgtextleft {padding-left: 30px; padding-right: 0px; float: right}
article.post .imgtextleft img {width: 100% !important;}
article.post .nopadding strong {font-size: 38px; font-weight: bolder;color: #001e4d}
article.post .description h2, article.post .nopadding.articlebody h3 {display: inline-block; color: #c9dc54;font-size: 22px;}
article.post .description {padding-left: 30px; text-align: justify}
article.post .description img {margin: 8px 10px 10px 0px; padding: 3px; border: 1px solid lightgray;}
article.post .description.left {padding-left: 0px; padding-right: 30px;}
article.post .slogan {margin-top: 60px;}
article.post .nopadding.articlebody {font-size: 2.0rem; font-weight: 300;}
article.post .nopadding.articlebody h3 {font-weight: bold}
.czegodowiesz {padding: 50px 0; position: relative;}
.czegodowiesz  {background: url('https://www.lifelinediag.eu/img/eha1c.png') no-repeat left bottom; padding: 50px 0; background-size: 600px auto; background-color: #ecedee;    }

.part_whowe {background: url('https://www.lifelinediag.eu/img/ekipa.png') no-repeat left top; padding: 50px 0; background-size: 600px auto; background-color: #ecedee;}
.part_scope {background: url('https://www.lifelinediag.eu/img/scope.png') no-repeat right bottom; padding: 50px 0; background-size: auto 100%; background-color: white; background-position: 660px 0;}
.part_guar {background: url('https://www.lifelinediag.eu/img/lady.png') no-repeat right bottom; padding: 50px 0; background-size: auto 100%; background-color: white; }
.part_diet {background: url('https://www.lifelinediag.eu/img/doctorwoman.png') no-repeat left top; padding: 50px 0; background-size: auto 100%; background-color: #ecedee;}
.dlaczegoeha {background: url('https://www.lifelinediag.eu/img/eha2.png') no-repeat right bottom;  padding: 50px 0; background-color: white;}

.jakmozezmienic {background: url('https://www.lifelinediag.eu/wp-content/uploads/2015/12/4.png') no-repeat right bottom; padding: 50px 0; background-color: white;}
@media screen and (max-width: 1369px){
	.part_scope { background-position: 430px 0;}
}
@media screen and (max-width: 1201px){
	.part_scope { background-position: 330px 0;}
}
@media screen and (max-width: 1025px){
	.part_scope {background-image: none !important;}
}
@media screen and (max-width:768px) {
	article.jestesowlos {background-image: none;}

	article.post .nopadding.articlebody h3 {fot-size: 2.4rem}
	article.post .nopadding.articlebody {font-size: 1.6rem;}
	article.post .slogan {margin-top: 0; margin-bottom: 10px;}
	article.post .description {padding-left: 0px;}
	article.post .description.left {padding-left: 0px;padding-right: 0px;}
	article.post .imgtextright, article.post .imgtextleft {padding:0}
	article.default.czegodowiesz {padding: 50px 0;background: url('https://www.lifelinediag.eu/img/eham1.jpg') no-repeat top center; background-size: 100% auto !important; background-color: #ecedee; padding-top: 250px;}
	article.default.dlaczegoeha {padding: 50px 0;background: url('https://www.lifelinediag.eu/img/eham2.jpg') no-repeat top center; background-size: 100% auto !important; padding-top: 180px;}
	article.default.jakmozezmienic {padding: 50px 0;background: url('https://www.lifelinediag.eu/img/eham3.jpg') no-repeat top center; background-size: 100% auto !important; padding-top: 380px;}
	#feature-slider .cycle-pager {display: none;}
	#dlakogo {magin-bottom: 0 !important;}
	#zamowAPW {background-image: none;}
	article.getEHA .btn {margin-left: 0px !important;}
	/*article.jestesowlos {background-size: auto 200px; padding-bottom: 180px;}*/
	article.default.czegodowiesz {padding-top:400px;}
	article.default.dlaczegoeha {padding-top: 380px;}
	article.default.czegodowiesz .pic {display: none;}
}
@media screen and (max-width:640px) {
	article.default.czegodowiesz {padding-top:320px;}
	article.default.czegodowiesz .pic {display: none;}
	article.default.dlaczegoeha {padding-top: 320px;}
	article.default.jakmozezmienic {padding-top: 350px}
	article.default.jakmozezmienic h1, article.default.jakmozezmienic h5 {font-size: 30px;}
	#dlakogo {margin-bottom: 0;}
}
@media screen and (max-width:480px) {

}
@media screen and (max-width:540px) {
	article.default.czegodowiesz {padding-top:250px;}
	article.default.dlaczegoeha {padding-top: 250px;}
	article.default.jakmozezmienic {padding-top: 250px}
	article.default.jakmozezmienic h1, article.default.jakmozezmienic h5 {font-size: 24px;}
}
@media screen and (max-width:360px) {
	article.default.czegodowiesz { padding-top: 200px;}
	article.default.czegodowiesz .pic {display: none;}
	article.default.dlaczegoeha {padding-top: 180px;}

}
article.getEHA {
	background-color: #2e456f;
	background: #2e456f url(/img/bgnd_blue.jpg) -650px 0 no-repeat;
	min-height: 143px;
	height: 143px;
}
article.getEHA ul {display: inline-block;    padding-top: 5px; }
article.getEHA ul li {float: left;}
article.getEHA ul li img {height: 133px; padding: 5px;}
article.getEHA .btn {margin-top: -115px; text-transform: uppercase}
@media screen and (max-width:799px) {
	article.getEHA ul {display: none;}
	article.getEHA .btn {margin-top: 30px;}
}

.size-clean-journalsquare {padding: 3px; border: 1px solid lightgray;}
.sociallinksTitle {display: inline-block; margin: 0 10px; float:left; padding-left: 20px; padding-right: 10px; font-size: 13px; line-height: 20px;}
.social-links {float: right; margin-left: 30px}
.social-links a {color: rgb(82,83,84)}
.social-links a:hover {color: #001e4d}
.form-language {float: right;}
article.contact {padding: 50px 0;}
article.whatiseha {padding: 50px 0;}
article.whatiseha .pic {padding-top: 40px; text-align: right;}
.entry-summary p {text-align: justify}

@media screen and (min-width: 1024px) {
	.wojewodztwo {display: none;}
}
.social-links i {font-size: 18px;}
#zamowienieForm .form-group{margin-left: 0; margin-right: 0}
#zamowienieForm #rabat {border: 3px solid #888!important;}
#zamowienieForm #rabatcont label {color: #f00!important;}
#zamowienieForm .btn-gray, #zamowienieForm .btn-gray:hover {background-image: -webkit-linear-gradient(#6d7070,#474949 50%,#3d3f3f) !important;background-image: linear-gradient(#6d7070,#474949 50%,#3d3f3f) !important;	background-repeat: no-repeat; border: 1px solid #2e2f2f !important; color: white; text-shadow: none; box-shadow: none;}
#zamowienieForm .btn-gray:hover {font-weight: bold;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #222 !important;
}
.productWrapper {margin-bottom: 20px;}
.productContainer {text-align: center; margin-bottom: 20px;}
.productWrapper .product {border: 1px solid #f1f2f3; padding: 3px;  }
.productWrapper .product:hover {opacity: 0.7;}
.productWrapper .product.selected {
	-webkit-box-shadow: inset 0px 0px 21px 0px rgba(0,36,128,0.84);
	-moz-box-shadow: inset 0px 0px 21px 0px rgba(0,36,128,0.84);
	box-shadow: inset 0px 0px 21px 0px rgba(0,36,128,0.84);
}
ol.numbers {list-style-type: decimal !important;}
ol.numbers li {margin-bottom: 20px;}
#zamowienieForm #rabat.discounted {border: 2px solid green !important;}

#apw a.btnblue {background-color: #00234d;}
#apw a.btnblue:hover {background-color: #305582;}
.mobgfx {display: none;}
article.default.part_scope h1 {font-size: 30px;}
@media screen and (max-width:801px) {
	article.default.part_whowe {background-size: 100% auto !important; padding-top: 400px; }
	article.default.part_scope {background-size: 100% auto !important; padding-top: 200px; background-position: top; }
	/*.part_whowe, .part_scope, ._part_guar, .part_diet {background-image: none;}*/
	article.default.part_guar {background-size: 100% auto !important; padding-top: 400px; background-position: top; }
	article.default.part_diet {background-image: url('https://www.lifelinediag.eu/img/eham2.jpg'); background-size: 100% auto !important; padding-top: 300px;}
}
@media screen and (max-width:491px) {
	article.default.part_whowe { padding-top: 280px; }
	article.default.part_scope { padding-top: 140px;  }
	/*.part_whowe, .part_scope, ._part_guar, .part_diet {background-image: none;}*/
	article.default.part_guar { padding-top: 300px;}
	article.default.part_diet { padding-top: 200px;}
}
@media screen and (max-width:370px) {
	article.default.part_whowe { padding-top: 240px; }
	article.default.part_scope { padding-top: 140px;  }
	/*.part_whowe, .part_scope, ._part_guar, .part_diet {background-image: none;}*/
	article.default.part_guar { padding-top: 240px;}
	article.default.part_diet { padding-top: 200px;}
	article.default.part_guar h1,article.default.part_whowe h1,article.default.part_scope h1,article.default.part_diet h1 {font-size: 19px; !important; margin-bottom: 20px;}
	article.default.part_guar h5,article.default.part_whowe h5,article.default.part_scope h5,article.default.part_diet h5 {font-size: 19px; !important; margin-bottom: 20px;}
}
ul.darkblue li {color: #001e4e;}

.mappart {
	position:absolute;top:0px;display:none;
}
.ul_social {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 100;
	left: -292px;
}
#ul_social_fb {
	top: 230px;
}
.links_social {
	float: left;
	width: 50px;
}
.social_link {
	float: left;
	height: 50px;
	width: 50px;
}
#facebook_social {
	background: transparent url('https://www.lifelinediag.eu/img/fb_icon.png') center center no-repeat;
}

#products {padding:10px 0 0 0;color: #042450;}
#products li {padding: 20px 0;clear: both;}
#products #prodList li.singleprod:nth-child(even), li.singleprod.gray {background-color: #f5f7f9 !important;}
#products .imgProd  {text-align: center;}
#products .descProd  {padding-top: 40px;}
#products .descProd h4 {font-size: 24px; color: #042450; }
#products .descProd ul.bullet, ul.bullets {list-style-type: disc; padding-left: 30px; }
ul.bullets {text-align: left;}
ul.bullets li {list-style: disc}
#products .descProd ul.bullet li{padding: 5px 0px;}
#products .spansProd {padding-top: 40px;}
#products .spansProd .measureProd {font-size: 14px; line-height: 30px;}
#products .spansProd .priceProd {font-size: 22px; line-height: 30px; font-weight: bold;}
#products .buttonsProd {text-align: center; display: block;}

#products .buttonsProd .addToCartProd, .btn.btn-back,
#products .buttonsProd .readMoreProd {font-size: 12px; color: white; font-weight: bold; background-color: #8ead44; padding: 8px 15px; box-shadow: none !important; text-shadow: none !important; }
.btn.btn-back.blue,
#products .buttonsProd .readMoreProd {background-color: #042450;}
#products .buttonsProd .addToCartProd:hover, .btn.btn-back:hover,
#products .buttonsProd .readMoreProd:hover {background-color: #73852c; text-decoration: none;box-shadow: none !important;}
.btn.btn-back.blue:hover {background-color: #041925;}
#products .details {display: none;clear: both; font-size: 12px; line-height: 15px; border-top: 1px solid #e1e7ee; padding: 20px 0; margin:0}
#products .details:before {position: relative; top:-20px; left: 50%; content:"\25bc"; color: #e1e7ee; font-size: 24px;
}
#products .details h4 {font-size: 14px; font-weight: bold;}
#products .details ul {list-style-type: disc !important;padding-left: 30px;}
#products .details ul li {padding: 2px;}

#miniCart {font-size: 12px; padding-top: 20px; color: #042450;}

table.shop_table, table.checkout_table {
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,.07);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
table.shop_table td, table.shop_table th, table.checkout_table td, table.checkout_table th {
	vertical-align: middle;
	border: none;
}
table.checkout_table td {border-top: 1px solid #dfdbdf; border-color: rgba(0,0,0,.07);vertical-align: middle;height: 30px;}
table.shop_table th.green {background-color: #bfdd49; color: white;text-align: center; height: 40px;}
table.shop_table td {
	border-top: 1px solid #dfdbdf;
	border-color: rgba(0,0,0,.07);
	padding: 6px 12px;
	vertical-align: middle;
	height: 80px;
}
.shop_table .product-quantity .quantity {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
	position: relative;
	overflow: hidden;
	zoom: 1;}

.shop_table .quantity .minus, .shop_table .quantity .plus {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	overflow: visible;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	line-height: 10px;
	font-size: 12px;
	color: #444;
	border: 1px solid #c6c6c6;
	border-left: 0;
	background: #f7f6f7;
}
.shop_table .quantity .minus {
	bottom: 0;
	right: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.shop_table .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.shop_table .quantity input.qty {
	margin: 0;
}
.shop_table .quantity input.qty {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0;
	text-align: center;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: inset 0 0 2px 0 #f7f6f7;
	-webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
	-moz-box-shadow: inset 0 0 2px 0 #f7f6f7;
	font-weight: 700;
}
.shop_table td.actions .coupon .input-text {
	float: left;
	width: 120px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
	border: 1px solid #dfdbdf;
	border-color: rgba(0, 0, 0, .07);
	padding: 8px 6px 8px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 20px
}

.shop_table td.actions .coupon {
	float: left
}

.shop_table td.actions {
	text-align: right
}

.shop_table td.actions .coupon label {
	display: none
}

.shop_table td.actions .checkout-button {
	float: right;
	margin-left: 5px
}
.shop_table input {
	padding: 8px 18px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#shipping_method li{list-style-type: none !important;}
.shop-error, .shop-info, .shop-message {padding: 15px 15px 15px 45px;	margin: 0 0 0px; position: relative;  border-radius: 0;	background: 0 0; list-style: none outside; width: auto; font-size: 15px; line-height: 40px;}
.shop-info {border: 1px solid #ddd;border-color: rgba(0,0,0,.07); background-color: #f8f8f8}
.shop-info:before {	background-color: transparent;
	color: #1e85be;	content:"\f05a"; font-family: FontAwesome; padding-right: 20px; font-size: 32px;padding-top: 5px; display: inline-block;
}
.loginForm {background-color: #f8f8f8; border-color: rgba(0,0,0,.07); padding: 15px;}
.no-margin{margin:0}
.no-padding{padding:0}
.checkOutForm label {line-height: 37px; text-align: right; font-weight: normal;}
.newAddressForm, .invoiceForm {display: none;}
.checkOutContainer .panel-heading {background-color: #bfdd49 !important;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
span.price.promo{color:red;text-decoration:line-through}
.spansProd .priceDesc {color:  #8ead44; font-size: 13px; margin-top: -5px;display: block}

@media screen and (max-width:801px) {
	.descProd {padding: 0 30px;}
	.spansProd {text-align: right}
	.cart-collaterals {padding: 30px;}
	ul#shipping_method label {line-height: 18px; margin-bottom: 10px;}
	th, table.shop_table td {padding: 8px 3px;}
	.product-thumbnail img {display: none;}
	.checkOutContainer  {padding: 5px 20px;}
	#firstname, #street, #zipcode, #phone, #oname, #ostreet, #ozipcode, #fvnip, #fvstreet, #fvzipcode {margin-bottom: 10px;}
	.checkOutContainer label {    line-height: 22px;}
	.checkOutContainer label.form-check-label {    text-align: left;}
	#products .details {padding: 20px;}
	#products .buttonsProd .addToCartProd, .btn.btn-back {
		font-size: 10px;
		line-height: 12px; padding: 12px 8px;
	}
	#ul_social_fb {display: none;}
}

nav.nav-primary {
	display: none;
}
article.site-mine .wrapper .post .description h2, article.site-mine .wrapper .post h3 {display: block;}
article.site-mine .wrapper .post .description h2{ font-size: 27px;}

.wrap-item > div:not(:first-child) {
	display: none;
}
.owl-theme .owl-controls {
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	background: #fff;
	opacity: 0;
	padding: 0;
	margin: 0;
	font-size: 18px;
	z-index: 9;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	color: #fff;
}
.owl-theme:hover > .owl-controls > .owl-buttons > div {
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 10px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}
.owl-theme .owl-controls .owl-buttons div i {
	display: block;
	line-height: 40px;
}
.owl-theme .owl-controls .owl-page {
	vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff;
	margin: 0 13px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.owl-theme .owl-controls .owl-page.active span::after {
	content: "";
	height: 5px;
	width: 5px;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.banner-slider.bg-slider .item-slider {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.banner-slider .item-slider {
	position: relative;
}
.banner-slider.bg-slider .banner-thumb img {
	max-width: none;
	opacity: 0;
	width: auto;
}
.banner-slider .banner-thumb img {
	width: 100%;
}
.banner-slider .banner-info {
	height: 200px;
}
.banner-info {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.banner-info-image {
	position: absolute;
	right: 0;
	top: 0;
}
.banner-info-text {
	top: 50%;
	height: 200px;
	margin: -100px 0 0;
	z-index: 9;
	left: 0;
	position: absolute;
}
.faqOne{margin-bottom:10px; padding:0;}
.faqQuestion{font-weight:bold; font-size:18px; line-height:1.1; cursor:pointer;}
.faqHR {height:1px; background:#ccc; margin:8px 0;}
.faqAnswer{display: none; font-size: 13px; line-height: 1.2;}
.bootstrap-dialog-body {padding: 30px 20px}