/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */


/**
 * 1.0 - Reset
 *
 * 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/
 */
 
 @font-face {
  font-family: 'DINCE-Regular';
  src: url('../fonts/DnCeRg.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DnCeRg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DnCeRg.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DnCeRg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DnCeRg.svg#6784ba323f91da87d55c01d42e40c57b') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'DINCE-Bold';
  src: url('../fonts/DnCeBd.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DnCeBd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DnCeBd.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DnCeBd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DnCeBd.svg#b51ee8bab4bb61059fa14b7068f6a3b6') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}



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;
	font-family: 'DINCE-Regular';
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #fff !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	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 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}


.top_links::before {
	content: 'Reklama';
	position: absolute;
	left: 115px;
	top: 3px;
	font-size: 11px;
	color: grey;

}

.content_banner .sam_ad::before {
	content: 'Reklama';
	font-size: 11px;
	color: grey;
	position: absolute;
	top: -20px;
	left: 0px;
}

.content_banner {
	float: right;
}

.social_links {
	float: left;
}


.content_banner .sam-container {
	position: relative
}

.hard_commercial .sam_ad::before {
	content: 'Reklama';
	position: absolute;
	left: 0px;
	bottom: -20px;
	font-size: 11px;
	color: grey;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

.logo {
	position: relative;
	z-index: 999 !important;
	background: url(img/logo.gif) scroll no-repeat 0 0;
	float: left;
	width: 214px;
	height: 48px;
	display: block;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff !important;
	padding: 12px 25px 12px 25px;
	border-right: 2px solid #fff;
	transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background: #000;
}

.main-navigation a:hover {
	transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
	background: #e60005
}

.menu-menu-glowne-container {
	float: right;
	overflow: hidden;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	float: right;
	max-width: 760px;
}

.main-navigation ul li:last-child {
	border-left: 2px solid #fff;
}

.main-navigation ul li {
	float: right;
}

.main-navigation .current_page_item {
	border-left: 0px !important;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 300;
	background: #e60005
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */
 
 .clear {
	 clear: both !important;
 }

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

.site-content {
	position: relative;
}

/**
 * 10.0 Header
 */

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 3.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}

.site {
	max-width: 980px;
	padding-top: 32px;
	margin: 0 auto;
}

/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 1.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
}


.form-allowed-tags {
	display: none
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}


.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

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

.byline:before {
	content: "\f304";
}

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

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

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

.full-size-link:before {
	content: "\f402";
}

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

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	padding: 5.6923%;
}

.pageis .post-thumbnail {
	clear: left;
	margin-left: 25px;
}

.pageis .entry-content p {
	clear: right;
	width: 64%;
	float: right;
	margin-bottom: 5px;
}

.pageis .entry-title {
	width: 325px !important; 
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

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


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


#category-posts-2 {
	width: 317px;
	float: left;
	padding-top: 20px;
	background: url(img/rytm_lil.jpg) scroll no-repeat 0 80px;
}

#category-posts-2 .widget-title {
	margin-bottom: 0px;
}

#category-posts-2 ul {
	margin-top: 70px;
}

#category-posts-3 .widget-title {
	margin-bottom: 0px;
}

#category-posts-3 ul {
	margin-top: 70px;
}

#category-posts-4 .widget-title {
	margin-bottom: 0px;
}

#category-posts-4 ul {
	margin-top: 70px;
}

#category-posts-7 ul {
	margin-top: 70px;
}


#rpwe_widget-2 .widget-title {
	display: none !important;
}

#category-posts-7 .widget-title {
	margin-bottom: 0px;
}

#category-posts-6 ul {
	margin-top: 70px;
}

#category-posts-6 .widget-title {
	margin-bottom: 0px;
}



.link_to_page {
	position: absolute;
	width: 200px;
	height: 60px;
}


#category-posts-3 {
	width: 314px;
	float: left;
	margin: 0 17px;
	padding-top: 20px;
	background: url(img/stolica_lil.jpg) scroll no-repeat 0 80px;
}

#category-posts-4 {
	width: 311px;
	float: left;
	padding-top: 20px;
	background: url(img/skarpa_lil.jpg) scroll no-repeat 0 80px;
}

.top_links {
	padding-top: 20px;
}

.top_links .post-title {
	margin-top: 15px;
	padding: 20px;
	color: #000;
	font-size: 16px;
	clear: both;
	overflow: auto;
	display: block;
}




.top_links p {
	clear: both;
	padding: 20px;
	padding-top: 0px;
	font-size: 14px;
	color: #000;
}

.top_links .more-link {
	display: none;
}

.cat-post-widget ul li {
	border-bottom: none;
}

#category-posts-2 .widget-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold'
}

#category-posts-2 .widget-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

#category-posts-3 .widget-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold'
}

#category-posts-3 .widget-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

#category-posts-4 .widget-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold'
}

.rpwe-title a{
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold';
    float: left;
	display: block;
	margin-bottom: 25px;
}

.rpwe-img {
	clear: both;
	float: left;
}

.rpwe-img img {
	padding: 0px;
	border: 0px;
}


.rpwe-summary {
	float: right;
	max-width: 50%;
}

#category-posts-4 .widget-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

#category-posts-8 {
	clear: both;
}

#category-posts-8 img {
	max-width: 48%;
}

#category-posts-8 .widget-title {
	background: #000;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	padding: 9px 15px;
    font-family: 'DINCE-Bold';
    display: inline;
	margin-bottom: 10px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#category-posts-8 .wp-post-image {
	float: left;
	margin-top: 20px;
}

#category-posts-8 p {
	clear: none !important;
	float: right;
	width: auto;
	max-width: 495px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#category-posts-7 {
	clear: both;
	width: 49%;
	float: left;
	background: url(img/auto_lil.jpg) scroll no-repeat 0 69px;

}

#category-posts-6 {
	width: 49%;
	float: right;
	background: url(img/bazar_lil.jpg) scroll no-repeat 0 49px;
}


#category-posts-7 a {
	float: left;
}

#category-posts-7 a img {
	margin-bottom: 10px;
}


#category-posts-7 .cat-post-item {
	clear: both;
}


#category-posts-7 .post-title {
	clear: none;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	width: 260px;
	margin-left: 0px;
	padding: 10px;
	padding-left: 0px;
}

#category-posts-7 p {
	clear: none;
	float: right;
	width: 260px;
	margin-left: 0px;
	padding: 0px;
}


#category-posts-6 a {
	float: left;
}

#category-posts-6 a img {
	margin-bottom: 10px;
}


#category-posts-6 .cat-post-item {
	clear: both;
}


#category-posts-6 .post-title {
	clear: none;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	width: 260px;
	margin-left: 0px;
	padding: 10px;
	padding-left: 0px;
}

#category-posts-6 p {
	clear: none;
	float: right;
	width: 260px;
	margin-left: 0px;
	padding: 0px;
}


#category-posts-7 .widget-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold'
}

#category-posts-7 .widget-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}


#category-posts-6 .widget-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
    font-family: 'DINCE-Bold'
}

#category-posts-6 .widget-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

#text-2 {
	clear: both;
	width: 200px;
	margin-bottom: 60px;
	float: left;
}

.social_links h3 {
	background: #000;
	color: #fff;
	line-height: 42px;
	font-size: 18px;
	padding: 6px 10px;
    font-family: 'DINCE-Bold';
    display: inline;
	margin-bottom: 0px !important;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social_links  .twitter_icon {
	clear: both;
	display: block;
	width: 62px;
	float: left;
	height: 62px;
	background: url(img/socials.jpg) scroll no-repeat 0 0px;
	margin-top: 10px;
	margin-left: 30px;
}

.textwidget a {
	border: none;
	outline: none;
}

#category-posts-8 .wp-post-image {
	margin-bottom: 40px;
}

.social_links  .facebook_icon {
	display: block;
	width: 62px;
	margin-left: 20px;
	float: left;
	height: 62px;
	background: url(img/socials.jpg) scroll no-repeat right top;
	margin-top: 10px;
}

.sam-container {
	text-align: center;
}

.sam-place {
	clear: right;
}

.masonry .masonry-brick:nth-child(2) {
	margin-bottom: 330px;
}
.masonry .masonry-brick:nth-child(2) .ajax-item-thumb {
	height: 200px !important; 
}

.ajax-item-content-wrap  {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

#category-posts-8 .post-title {
	display: none;
}

.site-content .entry-title {
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 11px 15px;
    font-family: 'DINCE-Bold';
	float: left;
	width: 300px !important;
	text-transform: uppercase;
	margin-left: 25px;
}

.page-id-66 .site-content .entry-title {
	width: 92%  !important;
}

.search-results .site-content .entry-title {
	width: 100%  !important;
	float: left;
}

.search-results .entry-header {
    width: 67%;
    float: right;
}

.search-results .entry-summary {
    width: 64%;
    float: right;
}



.site-content .entry-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

.site-content .entry-title::after {
	clear: both;
}

.wp-ajax-query-content.masonry  {
	clear: both;
}

.wp-ajax-query-shortcode .ajax-item-head a {
	margin-top: 0px !important;
	padding: 0px !important;
	padding-top: 5px !important;
	color: #000 !important;
	font-size: 16px !important;
	clear: both !important;
	overflow: auto !important; 
	display: block !important;
	text-decoration: none !important;
    font-family: 'DINCE-Bold';
    border-bottom: none !important;
    text-align: left !important;
	margin-bottom: 0px;
}

.wp-ajax-query-shortcode.modern .ajax-item-head {
	padding: 0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.ajax-item-content p {
	text-align: left !important;
	display: block !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	line-height: 18px !important;
}

.page-id-66 .hard_commercial {
	display: block !important;
}

.hard_commercial {
	display: none;
	position: absolute;
	z-index: 999999999;
	left: 336px;
	top: 555px;
}


.ajax-item-content p {
	width: 100% !important;
	clear: both !important;
}

.left_side p {
	width: 100% !important;
	clear: both !important;
	margin-top: 15px;
}

.contactform p {
	width: 100% !important;
}

.hard_commercial img {
	padding: 3px;
	border: 1px solid #eee;
}

.top_foot {
	height: 150px;
	background: #f2f2f2;
	margin-top: 50px;
}

.bottom_foot {
	height: 80px;
	background: #000;
}

.bottom_foot_cont {
	max-width: 980px;
	margin: 0 auto;
	font-size: 11px;
	color: #878787;
	line-height: normal;
}

.top_foot_cont {
	max-width: 980px;
	margin: 0 auto;
	font-size: 14px;
	color: #878787;
	line-height: normal;
}

.top_foot_cont h2 {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}

#text-4 a {
	color: #e60005;
}


.copy {
	padding-top: 20px;
	color: #fff !important;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.footer_cont {
	position: relative;
	z-index: 9999;
}


.logo {
	position: relative;
}

#site-navigation {
	position: relative;
}

#text-3 {
	float: left;
	width: 25%;
    font-family: 'DINCE-Bold' !important;
	margin-right: 50px;
	padding-top: 30px;
}

#text-5 {
	float: left;
	width: 20%;
    font-family: 'DINCE-Bold' !important;
	margin-right: 40px;
	padding-top: 30px;
}

#text-5 a {
    font-family: 'DINCE-Bold' !important;
	display: block;	
	padding-top: 3px;
	font-size: 13px;
	margin-bottom: 3px;
}

#text-5 a::before {
	float: left;
	margin-top: 2px;
	content: '\2192';
	font-size: 9px;
	margin-right: 7px;
	color: #e60005;
}

#text-4 {
	float: left;
	width: 45%;
    font-family: 'DINCE-Bold';
	padding-top: 30px;
}

.content-area .post-thumbnail {
	float: left;
}

.entry-header {

}

.entry-footer {
	display: none;
}

#comments {
	width: 65%;
	float: right;
	margin-top: 20px;
}

.comments-area {
	padding: 0px;
}

.comment-body {
	background: #f4f4f4;
	border: 1px solid #eeeeee !important;
	padding: 15px !important;
	font-size: 13px;
	margin-left: 90px;
}

.comment-metadata {
	float: right;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
}

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

.comment {
	background: url(img/avatar.png) scroll no-repeat 0 0;
	clear: both;
}

.children .comment {
	background: url(img/avatar_rep.png) scroll no-repeat 0 0;
	clear: both;
}

.children .comment-body {
	margin-left: 155px;
}

#commentform label {
	clear: both;
	margin-bottom: 5px;	
	float: left;
	display: block;
	width: 30%;
	background: #000;
	padding: 10px;
    font-family: 'DINCE-Bold';
	color: #fff;
}

#commentform input {
	float: right;
	width: 69%;
}

#commentform textarea {
	float: right;
	width: 69%;
}
.form-allowed-tags {
	padding: 10px;
	font-size: 11px;
	width: 30%;
}

#submit {
	background: #e60005;
	clear: both;
	float: right;
	margin-top: 15px;
	width: auto !important;
	margin-bottom: 25px;
}


#reply-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px 8px;
    font-family: 'DINCE-Bold';
    text-transform: uppercase;
}

#reply-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

.comments-title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px 8px;
    font-family: 'DINCE-Bold';
    text-transform: uppercase;
}

.comments-title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

.entry-header {
	width: 100%;
}

.single-post .entry-header {
	width: 60% !important;
	float: left;
	margin-left: 25px;
}
.post-thumbnail {
	max-width: 315px;
}

.entry-header {
	padding: 0px;
}

.single-post .entry-title {
	width: auto !important;
	margin-left: 0px;
}

.single-post .entry-content {
	float: right;
	width: 65%;
}

.single-post .entry-content {
	margin-bottom: 30px;
}

.entry-content p {
overflow: auto;
}

.entry-header .entry-title {
	margin-right: 20px;
}


.single-post .content-area {
	padding-top: 30px;
}

.contactform {
	float: right;
	width: 60%;
}

.contactform input {
	float: right;
	width: 69%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contactform textarea {
	float: right;
	width: 69%;
}

.left_side {
	max-width: 315px;
	clear: left;
	float: left;
	margin-left: 25px;
}

.left_side p {
	clear: both;
}

.contactform label {
	clear: both;
	margin-bottom: 5px;	
	float: left;
	display: block;
	width: 30%;
	background: #000;
	padding: 10px;
    font-family: 'DINCE-Bold';
	color: #fff;
}


.sendBtn input {
	background: #e60005;
    font-family: 'DINCE-Bold';
	clear: both;
	float: right;
	margin-top: 15px;
	width: auto !important;
}

.contactform br {
	display: none;
}

.pgm {
	clear: both;
}


.address {
	color: #606060;
	padding-left: 40px;
    font-family: 'DINCE-Bold';
	background: url(img/house.png) scroll no-repeat left center;
} 

.emails {
	color: #606060;
	padding-left: 40px;
    font-family: 'DINCE-Bold';
	background: url(img/mail.png) scroll no-repeat left center;
} 

.emails a {
    font-family: 'DINCE-Bold';
    color: #E60005;
	border-bottom: 1px solid #E60005;
}

.phones {
	color: #606060;
	padding-left: 40px;
    font-family: 'DINCE-Bold';
	background: url(img/phone.png) scroll no-repeat left center;
} 

.custom_title {
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 11px 15px;
    font-family: 'DINCE-Bold';
	float: left;
	text-transform: uppercase;
	margin-left: 25px;
	width: 98%;
}

.google-maps-builder-wrap {
	clear: both;
	margin-left: 25px;
}

.left_gallery {
	clear: left;
	float: left;
	max-width: 315px;
}

.left_gallery img {
	width: 100%;
}

.go_to_right {
	float: right;
	width: 60%;
}

.go_to_right br  {
	clear: both !important;
	display: block !important;
	height: 50px !important;
}

.custom_title::before {
	content: '+';
	font-size: 24px;
	margin-right: 10px;
}

.search-form {
	display: block;
	position: absolute;
	width: 300px;
	right: 22px;
	top: 75px
}




.search-submit  {
	position: absolute;
	right: 0px;
	background: red;
	width: 51px;
	height: 51px;
	clip: auto !important;
	background: url(img/search.gif) scroll no-repeat left center;
	border: none;
	z-index: -9999999px !important;
}

.search-field {
	max-width: 83% !important;
	vertical-align: baseline;
	padding: 14px !important;
	border: none !important;
}

@media screen and (max-width: 600px) {
	
	
	.rpwe-img img {
		width: 100%;
	}
	
	.rpwe-summary {
		width: 100%;
		min-width: 100%;
		padding-top: 20px;
	}

	.main-navigation ul {
		width: 100%;
	}
	
	#category-posts-3 {
		margin: 0px;
		width: 100%;
	}

	#category-posts-4 {
		margin: 0px;
		width: 100%;
	}

	.search-form {
	    display: block;
	    position: inherit !important;
	    width: 110%;
	    right: 22px;
	}

	
	.social_links {
		margin-top: 30px;
		width: 100%;
		margin-left: 20px;
	}

	#category-posts-2 {
		width: 100%;
	}
	
	#category-posts-7 {
		width: 100%;
		margin-top: 50px;
	}

	#category-posts-6 {
		width: 100%;
	}
	
	#category-posts-7 .post-title {
		padding: 20px;		
		width: 100%;
	}

	#category-posts-7 p {
		width: 100%;
		padding: 20px;		
	}

	#category-posts-6 .post-title {
		width: 100%;
		padding: 20px;		
	}

	#category-posts-6 p {
		width: 100%;
		padding: 20px;		
	}

	#category-posts-6 a img {
		text-align: center;
	}

	#category-posts-8 .widget-title {
		font-size: 14px;
		margin-left: 20px;
		overflow: auto;
		text-align: center;
	}

	.site-content .entry-title {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.hard_commercial {
		left: 0px;
		top: 170px !important;
		width: 100%;
	}
	
	.wp-ajax-query-wrap {
		margin-top: 300px;
	}
	
	.hard_commercial .sam_ad::before {
		width: 100%;
		text-align: center;	
	}

	.contactform {
		width: 100%;
	}
	
	.contactform label {
		width: 100%;
		clear: both;
	}
	
	.contactform input {
		width: 100%;
		clear: both;
		margin-bottom: 5px;
	}
	
	.left_side {
		width: 100%;
		margin-top: 50px;
		margin-left: 0px;
		padding-left: 20px;
	}
	
	.custom_title {
		margin-left: 0px;
		width: 100%;
	}
	
	.google-maps-builder-wrap {
		margin-left: 0px;
	}
	
	.single-post .entry-content {
		width: 100%;
	}
	
	.go_to_right p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#comments {
		float: none;
		width: 100%;
	}
	
	#commentform label {
		width: 100%;
	}
	
	#commentform input {
		width: 100%;
		margin-bottom: 5px;
	}

	#commentform textarea {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.menu-menu-glowne-container {
		clear: both;
		float: none;
		overflow: auto;
		height: auto;
		margin-left: 2px;
	}

	.contactform textarea {
		width: 100%;
		clear: both;
	}
	
	.cat-post-item a {
		display: block;
		width: 100%;
		float: none;
	}
	
	.cat-post-item a img {
		text-align: center;
		float: none;
		width: 100%;
	} 
	
	.top_foot {
		height: auto !important;
		padding-bottom: 20px;
	}
	
	#text-3 {
		width: 100%;
		padding-left: 20px;
	}

	#text-4 {
		width: 100%;
		padding-left: 20px;
	}

	#text-5 {
		width: 100%;
		padding-left: 20px;
	}

	.bottom_foot_cont p {
		margin-left: 20px;
	}
	
	.main-navigation {
		padding-top: 2px;
		margin-left: 2px;
	}
	
	.main-navigation ul li {
		width: 33%;
		float: left;
		background: #000;
		text-align: center;
	}
	
	.main-navigation a {
		padding: 10px 0px;
		font-size: 12px;
		border-top: 2px solid #fff;
	}
	
	.logo {
		width: 100%;
		background: #E60005 url(img/logo.gif) scroll no-repeat 0 0;
	}
	
	.page-id-66 .site-content .entry-title {
   	 width: 100% !important;
}

}


@media screen and (min-width: 600px) and (max-width: 1024px) {
		


	#category-posts-7 {
		margin-top: 30px;
		padding: 20px;
		background: url("img/auto_lil.jpg") no-repeat scroll 22px 72px transparent;
	}
	
	#category-posts-6 {
		margin-top: 30px;
		padding: 20px;
		background: url("img/bazar_lil.jpg") no-repeat scroll 22px 72px transparent;
	}
	
	.cat-post-item a {
		width: 100%;
	}
	
	
	.cat-post-item a img {
		width: 100%;
	}
	
	#category-posts-7 p {
		width: 100% !important;
		float: none;
		clear: both;
	}
	
	#category-posts-7 .post-title {
		width: 100%;
	}

	#category-posts-6 .post-title {
		width: 100%;
	}
	
	#text-5 {
		margin-left: 20px;
		width: 20%;
	}

	#text-3 {
		width: 27% !important
	}

	#text-4 {
		width: 35% !important
	}

	.bottom_foot_cont p {
		margin-left: 20px;
	}
	
	#category-posts-8 img {
		width: 100%;
	}

	#category-posts-6 p {
		clear: both;
		width: 100% !important;
		float: none;
	}

	
	#category-posts-2 {
		width: 30%;	
		margin-left: 20px;
	}
	
	#category-posts-8 p {
		max-width: 48%;
		margin-right: 20px;
	}
	
	#text-2 {
		display: none;
	}
	

	#category-posts-3 {
		width: 30%;	
	}

	#category-posts-4 {
		width: 30%;	
	}

}

@media screen and (min-width: 600px) and (max-width: 800px) {


	.search-form {
	    display: block;
	    position: absolute;
	    width: 210px;
	    right: 22px;
	    top: 43px !important;
	}
	
	.main-navigation a {
		padding: 12px 10px !important;
	}
	
	.main-navigation ul {
		width: auto !important;
	}
	
	#text-5 {
		margin-left: 20px;
		width: 20%;
	}

	#text-3 {
		width: 27% !important
	}

	#text-4 {
		width: 35% !important
	}
	
.single-post .entry-content {
	float: none !important;
	width: 100% !important;
}

}



.rpwe-thumb {
	padding: 0px !important;
	border: 0px !important;
}

.rpwe-clearfix::after {
	margin-bottom: 30px;
}

.rpwe-block li {
	border: none !important;
}

.rpwe_widget a:hover {
	outline: none !important;
}

.fb-like {
	margin-top: 20px;
}

div.wpcf7 .screen-reader-response {
	position: static !important;
	height: auto !important;
	width: auto !important
}

div.wpcf7-validation-errors {
	display: none !important;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-not-valid-tip {
	float: right;
}

.kac-sm-panel{
position: fixed;
top: 150px;
right: -100px;
box-sizing: initial;
}
.kac-sm-panel ul{
list-style-type: none;
}
.kac-sm-panel li{
border-radius: 5px;
width: 140px;
height: 40px;
padding: 5px;
margin: 3px 0px;
position: relative;
right: 0px;
}
.kac-sm-panel span{
width: 80px;
display: inline;
font-size: 16px;
vertical-align: middle;
padding-bottom: 13px;
position: absolute;
top: 15px;
left: 50px;
color: #FFF;
font-family: sans-serif;
font-weight: 700;
}
.kac-sm-text-black {
color: #000000 !important;
}
.kac-sm-panel a{
text-decoration: none;
}
.kac-sm-block{
transition: right 0.5s ease-out 0s;
}
.kac-sm-block:hover{
right: 90px;
}

.kac-sm-fb{
background: none repeat scroll 0% 0% #295C9E;
}.kac-sm-gplus{
background:  none repeat scroll 0% 0% #DA2128;
}.kac-sm-twitter{
background:  none repeat scroll 0% 0% #16B9ED;
}.kac-sm-blog{
background:  none repeat scroll 0% 0% #0171BB;
}.kac-sm-pinterest{
background:  none repeat scroll 0% 0% #D73532;
}.kac-sm-youtube{
background:  none repeat scroll 0% 0% #E32C26;
}.kac-sm-goldenline{
background:  none repeat scroll 0% 0% #FFFFFF;
}.kac-sm-allegro{
background:  none repeat scroll 0% 0% #FF5A00;
}.kac-sm-linkedin{
background:  none repeat scroll 0% 0% #0097BD;
}.kac-sm-googlekspert{
background:  none repeat scroll 0% 0% #FFFFFF;
}.kac-sm-payback{
background:  none repeat scroll 0% 0% #00349A;
}
@media screen and (max-width:640px){ .kac-sm-panel{display:none;} }

/*

#category-posts-2 .picture_0 {
	display: block;
	overflow: hidden;
	width: 317px;
	height: 477px;
}

#category-posts-2 .picture_0 img {
	min-height: 100%;
	width: auto !important;
}

#category-posts-2 .picture_1 {
	display: block;
	overflow: hidden;
	width: 317px;
	height: 237px;
}

#category-posts-2 .picture_2 {
	display: block;
	overflow: hidden;
	width: 314px;
	height: 450px;
}

#category-posts-3 .picture_0 {
	display: block;
	overflow: hidden;
	width: 314px;
	height: 206px;
}

#category-posts-3 .picture_1 {
	display: block;
	overflow: hidden;
	width: 314px;
	height: 413px;
}

#category-posts-3 .picture_2 {
	display: block;
	overflow: hidden;
	width: 317px;
	height: 220px;
}

#category-posts-4 .picture_0 {
	display: block;
	overflow: hidden;
	width: 311px;
	height: 282px;
}

#category-posts-4 .picture_1 {
	display: block;
	overflow: hidden;
	width: 311px;
	height: 248px;
}

#category-posts-4 .picture_2 {
	display: block;
	overflow: hidden;
	width: 311px;
	height: 466px;
}