/*
Theme Name: rsd
Theme URI: https://wordpress.org/
Author: the RSD team
Author URI: http://rsd.com.pl/
Description: M16  COVER
Version: 6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rsd
Text Domain: rsd
*/


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent;text-decoration:none}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-weight:700;color:inherit;}
h1,.h1{font-size:41px;line-height:1.2}
h2,.h2{font-size:34px;line-height:1.2}
h3,.h3{font-size:28px;line-height:1.2}
h4,.h4{font-size:20px;line-height:1.2}
h5,.h5{font-size:16px;line-height:1.2}
h6,.h6{font-size:14px;line-height:1.2}
h1,h2,h3{margin-top:15px;margin-bottom:15px}
h4,h5,h6{margin-top:8px;margin-bottom:8px}
b,strong,optgroup{font-weight:700}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}

h1, h2, h3, h4 , h5 , h6 { font-weight:400}

body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-wrap:break-word;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 0 0 0 15px;
    border-left: 5px solid #eee;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}

a { color:#000}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color:#06C
}

/** * 6.2 - Menus*/

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}


.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 3px;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	    
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	padding: 0px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a { background:#485998}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	content: "+";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "-";
}

/** 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;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* 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-size: 14px;
	font-weight: 700;
	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.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

#main {
    margin-bottom: 20px;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/*** 11.0 - Content */

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*** 11.1 - Header*/

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}



.mf-breadcrumb {
    padding: 5px 0px;
}




/** * IE8 and earlier will drop any block with CSS3 selectors.* Do not combine these styles with the next block.*/
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*widget style*/

.widget {list-style: none; }

.sidebar .widget { padding-top: 15px; margin-bottom:20px}

.widget ul {list-style: none; padding:0; margin:0px}
	
.widget li { padding:5px; border-bottom: solid 1px #ccc; }

/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 18px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 18px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { border: 1px solid #000; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 18px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 18px; text-transform: uppercase; padding-top: 10px; }

/*Numeric pagination*/
.mf-pagination {margin: 20px 0px 20px;}
.mf-pagination ul {padding: 0px;margin: 0px;}
.mf-pagination li a {-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.mf-pagination li a, .mf-pagination li a:hover, .mf-pagination li.active a, .mf-pagination li.disabled {color:#fff;text-decoration:none; display:inline-block; margin-top: 5px;}
.mf-pagination li {display: inline-block;margin-right: 10px;}
.mf-pagination li a,.mf-pagination li a:hover,.mf-pagination li.active a,
.mf-pagination li.disabled {background-color: #333;cursor: pointer;  padding: 10px 18px}
.mf-pagination li a:hover,.mf-pagination li.active a {background-color: #ccc; color:#000;}

/*coments*/
.comments-area {}

.comment-list + .comment-respond,.comment-navigation + .comment-respond {padding-top: 1.75em;}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {}

.comment-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.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:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/*** 12.1 - Captions*/

.wp-caption {}

.wp-caption img[class*="wp-image-"] {}

.wp-caption .wp-caption-text {}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

figure.gallery-item {
    margin: 0px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 10px;
	position: relative;
}

.gallery-item a:before {
font-family: FontAwesome;
content: "\f002";
position: absolute;
color:#fff;
background:#333;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
font-size: 35px;
width: 65px;
height: 65px;
line-height: 60px;
opacity:0;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-border-radius: 100%;
border-radius: 100%;
font-weight: 100;
}

.gallery-item a:hover:before {
font-family: FontAwesome;
content: "\f002";
color:#fff;
background: rgba(51, 51, 51, 0.5);
opacity:1;	
}

.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;
}

/**
 * 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 https://core.trac.wordpress.org/ticket/25888.*/
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 910px) {
	
	
	.menu-toggle {
		position:absolute;
		right:0px;
		top:0px
	}
	
	.main-navigation ul {
	padding:0px}
	
	
	}

/** * 14.1 - >= 710px */

@media screen and (min-width: 44.375em) {

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		padding: 0.8125em 0.875em 0.6875em;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

}


/*** 14.3 - >= 910px*/

@media screen and (min-width: 56.875em) {

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 10px;
		white-space: nowrap;
		transition: all 0.5s ease;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		background:#f26629;
		color:#fff
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		transition: all 0.5s ease;
		opacity:0;

	}
	
	.main-navigation ul ul a {
		color:#fff
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		border-bottom-width: 0;
		background: #f26629;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	} 
	
/*		.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		left: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		left: 11px;
		top: -7px;
	} */

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		/* right: 0;    POSITION SUBMENU*/
		opacity:1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 0.7em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "+";
		margin-left: 5px;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

}


@media print {
	form,button,input,select,textarea,.navigation,.main-navigation,.sidebar,.edit-link,.comment-respond,.comment-edit-link,.comment-reply-link,.comment-metadata .edit-link,.pingback .edit-link , .sidebar ,.site-footer {display: none;}
}



/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d3c2515b983d127be7af0cdadb20a8a3)
 * Config saved to config.json and https://gist.github.com/d3c2515b983d127be7af0cdadb20a8a3
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1140px;
  }
}


@media (min-width: 1380px) {
  .container {
    width: 1340px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1380px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.affix {
  position: fixed;
}


div#page {
    overflow: hidden;
}

img {
	height: auto ; /* Make sure images are scaled correctly. */
	max-width: 100% ; /* Adhere to container width. */
}

/** Alignments*/

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* Responsive Input & Select */

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	padding: 5px 10px;
	border:solid 2px black;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

textarea {padding-left: 3px;width: 100%;}

select { padding:5px}

.button { display:inline-block}

select,input[type="text"],input[type="password"],input[type="email"] , input[type="search"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;box-sizing:border-box;margin:0;outline:none;vertical-align:middle;width:100%; font-size: 1.000em; border: solid 1px #666; border-radius:0px;}
area:focus,input:focus, textarea:focus {}
button,html input[type="button"],input[type="reset"],input[type="submit"] {border:0px; display:inline-block}
area,textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;box-sizing:border-box;height:auto;overflow:auto;margin:0;outline:none;padding:8px 10px;width:100%; border: solid 1px #666;}

textarea {-webkit-appearance: none; border-radius:0px;}

@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

/* Media Query Class*/

@media (max-width: 980px) {.no-b-tab {display: none !important;}}
@media (max-width: 850px) {.no-tab {display: none !important;}}
@media (max-width: 767px) {.no-mobile {display: none !important;}}
@media (min-width: 980px) {.no-desktop {display: none !important;}} 
@media print {.no-print {display: none !important;}}



.mf-site-title {
    font-size: 28px;
	margin: 15px 0px 15px;
	display: inline-block;
}


.mf-entry-title {
    font-size: 32px;
}

.mf-widget-title {
    font-size: 32px;
}


.mf-image-scale img { width:100%;}

.mf-right-menu-search, .mf-responsive-header-menu { text-align:center; display:none}

.error-404 {
    text-align: center;
    padding: 20px 0px 20px;
}

.error-404-i {
    font-size: 56px;
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
	padding:20px 0px;
	margin-top: 20px;
}

.post-navigation .nav-previous {
    border-bottom: solid 1px;
	padding-bottom: 10px;
}

.post-navigation .nav-next {
    padding-top: 10px;
}

.post-navigation .meta-nav {
    display: block;
}

.post-navigation .post-title {
    font-size: 24px;
}

button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border: solid 1px #000;
    background: #000;
    color: #fff;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}


/* FOOTER INC */
.mf-article {
    padding: 0px 0px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.mf-article-cont {
    padding: 0px 20px;
}

.mf-settings-btn {
    background: red;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 20px;
	z-index: 199999;
	cursor:pointer
}

.mf-settings-wrapper {
    background: black;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 20px;
	width:100%;
	text-align:center;
	display:none;
	z-index:19999
}

.mf-settings-wrapper a {

    color:red;
	cursor:pointer;
	border:solid 1px

}

.mf-scrollup {
    display: none;
    background: #333;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 26px;
}


.mf-search-fix-full-wr {
	width: 50%;
	padding:10px;
	position: absolute;
    width: 50%;
    padding: 10px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);

}


.mf-search-h-btn {cursor:pointer}
.mf-search-h {display:none; margin-bottom: 20px;}
.mf-search-h-wr {}


.mf-search-f-btn {cursor:pointer}
.mf-search-f {    
	background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
	width: 100%;
	display:none;
	text-align:center}
.mf-search-f-wr {}
.mf-search-f-cont {}


.mf-menu-sh-btn {cursor:pointer}
.mf-menu-sh {display:none}
.mf-menu-sh-wr {}
.mf-menu-sh-cont {}

.mf-menu-sf-btn { cursor:pointer}
.mf-menu-sf {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
	overflow:auto
}
.mf-menu-sf a {
    color: #fff;
}
.mf-menu-sf-wr {}
.mf-menu-sf-cont {}


.mf-separator {height: 6px;margin-bottom: 15px; display:inline-block;    background-color: #0eb99b;width: 52px;}


.mf-count-cont {
    text-align: center;
    padding: 10px;
    background: #1eb798;
    color: #fff;
    font-weight: bold;
}

.mf-count-wr { font-size:56px}

.mf-social-share span {
    padding: 5px;
    font-size: 42px;
    width: 25%;
    display: inline-block;
    float: left;
}

.mf-social-share span {
    padding: 5px;
    font-size: 22px;
    width: 25%;
    display: inline-block;
    float: left;
}

.mf-widget-title::before {
    content: " ";
    width: 23px;
    background: #f16529;
    display: inline-block;
    height: 23px;
    margin-right: 8px;
    border-radius: 100%;
}

footer#colophon { padding: 10px 0px;}

.mf-left-icon , .mf-right-title { float:left; display:inline-block}
.mf-left-icon { width:20%}

.mf-left-icon img { border:solid 1px #ccc}

.mf-right-title {padding-left: 10px; width:80%}

.mf-art-title { margin:0px; padding:0px}

.mf-art-line-title {font-size:17px; }

/* WOO */

.widget_shopping_cart {
    border: solid 1px;
    padding: 10px;
	margin-top: 15px;
}



/** * 6.2 - Menus*/


@media (max-width: 980px) {.no-b-tab {display: none !important;}}
@media (max-width: 850px) {.no-tab {display: none !important;}}
@media (max-width: 767px) {.mf-top-menu-btn {display: block !important;}}
@media (min-width: 768px) {.no-desktop {display: none !important;}} 

.mf-top-menu-btn {   background: #333; color: #fff;  padding: 5px; display:none}


.mf-top-menu-wr__info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

/* od tabletów w dół (np. <= 980px) */
@media (max-width: 980px) {
  .mf-top-menu-wr__info {
    justify-content: space-between;
  }
}






.top-main-navigation ul {
	list-style: none;
	margin: 0;
	padding:0;
}


.top-main-navigation li {
	position: relative;
}

.top-main-navigation a {
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-transform: uppercase;
}

.top-main-navigation a:hover,
.top-main-navigation a:focus {
	color: #007acc;
}

.top-main-navigation .current-menu-item > a,
.top-main-navigation .current-menu-ancestor > a {
	    
}

.top-main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	padding: 0px;
}

.no-js .top-main-navigation ul ul {
	display: block;
}

.top-main-navigation ul .toggled-on {
	display: block;
}

.top-main-navigation .primary-top-menu {
	border-bottom: 1px solid #d1d1d1;
}

.top-main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.top-main-navigation ul ul :hover > a,
.top-main-navigation ul ul .focus > a { background:#485998}



/*** 14.3 - >= 910px*/

@media screen and (min-width: 56.875em) {

	.top-main-navigation .primary-top-menu,
	.top-main-navigation .primary-to-menu > li {
		border: 0;
	}

	.top-main-navigation .primary-top-menu > li {
		float: left;
	}

	.top-main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.7em;
		white-space: nowrap;
		transition: all 0.5s ease;
	}

	.top-main-navigation li:hover > a,
	.top-main-navigation li.focus > a {
		background:#f26629;
		color:#fff
	}

	.top-main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		transition: all 0.5s ease;
		opacity:0;

	}
	
	.top-main-navigation ul ul a {
		color:#fff
	}

	.top-main-navigation ul ul ul {
		top: -1px;
	}

	.top-main-navigation ul ul ul:before,
	.top-main-navigation ul ul ul:after {
		border: 0;
	}

	.top-main-navigation ul ul li {
		border-bottom-width: 0;
		background: #f26629;
	}

	.top-main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	} 

	.top-main-navigation li:hover > ul,
	.top-main-navigation li.focus > ul {
		left: auto;
		opacity:1;
	}

	.top-main-navigation ul ul li:hover > ul,
	.top-main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.top-main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 0.7em;
	}

	.top-main-navigation .menu-item-has-children > a:after {
		content: "+";
		margin-left: 5px;
	}

	.top-main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.top-main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}


	.top-main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-footer .top-main-navigation {
		display: none;
	}

}

@media (max-width: 767px) {.mf-header2-menu-btn {display: block !important;} .mf-header2-menu-wr { display:none}}

.mf-header2-menu-btn { display:none}

.mf-header2-menu-btn {
    background: #333;
    padding: 10px;
    color: #fff;
}

.header2-main-navigation ul {
	list-style: none;
	margin: 0;
	padding:0;
}


.header2-main-navigation li {
	position: relative;
}

.header2-main-navigation a {
	color: #fff;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-transform: uppercase;
}

.header2-main-navigation a:hover,
.header2-main-navigation a:focus {
	color: #007acc;
}

.header2-main-navigation .current-menu-item > a,
.header2-main-navigation .current-menu-ancestor > a {
	    
}

.header2-main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	padding: 0px;
}

.no-js .header2-main-navigation ul ul {
	display: block;
}

.header2-main-navigation ul .toggled-on {
	display: block;
}

.header2-main-navigation .primary-top-menu {
	border-bottom: 1px solid #d1d1d1;
}

.header2-main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.header2-main-navigation ul ul :hover > a,
.header2-main-navigation ul ul .focus > a { background:#57154f}


/*** 14.3 - >= 910px*/

@media screen and (min-width: 56.875em) {

	.header2-main-navigation .primary-header2-menu,
	.header2-main-navigation .primary-header2-menu > li {
		border: 0;
	}

	.header2-main-navigation .primary-header2-menu > li {
		float: left;
	}

	.header2-main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.7em;
		white-space: nowrap;
		transition: all 0.5s ease;
	}

	.header2-main-navigation li:hover > a,
	.header2-main-navigation li.focus > a {
		background:#f26629;
		color:#fff
	}

	.header2-main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		transition: all 0.5s ease;
		opacity:0;

	}
	
	.header2-main-navigation ul ul a {
		color:#fff
	}

	.header2-main-navigation ul ul ul {
		top: -1px;
	}

	.header2-main-navigation ul ul ul:before,
	.header2-main-navigation ul ul ul:after {
		border: 0;
	}

	.header2-main-navigation ul ul li {
		border-bottom-width: 0;
		background: #f26629;
	}

	.header2-main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	} 

	.header2-main-navigation li:hover > ul,
	.header2-main-navigation li.focus > ul {
		left: auto;
		opacity:1;
	}

	.header2-main-navigation ul ul li:hover > ul,
	.header2-main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.header2-main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 0.7em;
	}

	.header2-main-navigation .menu-item-has-children > a:after {
		content: "+";
		margin-left: 5px;
	}

	.header2-main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.header2-main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);

		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

}

.mf-home-cat-wr-menu.mf-menu-sh2 {
    display: none;
}

img {
    vertical-align: middle;
}

.mf-article {
    border: solid 1px #ccc;
}

.mf-menu-sh-btn2 {
    cursor: pointer;
}

h1.mf-entry-title-tr {
    font-size: 31px;
}

h2.mf-widget-title-ft {
    color: #fc9721;
    font-size: 24px;
    border-bottom: 4px solid;
    padding: 0 0 10px 0;
}

.mf-icons-home {
    background: #ccc;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    padding: 10px;
	border-radius: 100%;
	border: solid 4px green;
}

.cts-btn {
    border: solid 2px;
    text-align: center;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    background: #57154f;
    color: #ffffff;
    font-weight: bold;
}

.cts-btn:hover {
    background:#ffffff ;
    color: #57154f !important;
    font-weight: bold;
}

.search-live input[type="text"].search-live-field {
    width: 98%;
    border: solid #57154f;
    border-radius: 10px;
}

.mf-icons-home2 {
    font-size: 40px;
    padding: 5px;
	border-radius: 100%;
	border: solid 4px #2381bd;
	display:inline-block
}

.mf-menu-sh-btn {
    float: right !important;
    background: #fbaf1e;
    color: #000;
}

.mf-menu-sh-btn a {
    color: #000;
}

.mf-search-f-btn {
    background: #57154f;
    border-radius: 9px;
    padding: 0px 5px;
    margin-left: 5px;
    color: #fff;
}

.mf-search-f-btn a {
    color: #fff;
}

.mf-header2-menu {
    background: #57154f;
    padding: 5px;
}

.mf-header2-menu a {
    font-size: 16px;
}

a.training-tab-form-price {
    color: red;
}

a.training-tab-form-date {
    color: red;
}

.mf-big-title {
    background: #faa726;
    margin: 0;
    padding: 10px;
    font-weight: bold;
}

.site-branding {
    padding: 15px 0 10px;
}

.mf-training-article h3 {
    margin: 0px;
    font-size: 22px;
    border-bottom: solid 1px #928d8d;
    padding: 5px;
}
	
.site-trainings { margin-top:20px}

.breadcrumbs {
    font-size: 14px;
}

.main-navigation a {
    font-size: 16px;
}

.mf-widget-title  {
    font-size: 24px;
}


.mf-breadcrumb {
    background: #f2f2f2;
}



.mf-top-menu-wr {
    background: #f2f2f2;
}

.mf-footer-wr {
    background: #57154f;
color:#fff
}

.mf-footer-wr a {
    
color:#fff
}

.cts-scroll-box {
border: none;
padding: 5px;
font: 24px/36px sans-serif;
height: 350px;
overflow-y:auto; overflow-x:hidden;
}

/* TRAININGS */

.header-trainings {
    border-left: solid 7px #faa726;
    background: #f2f2f2;
    padding: 5px 5px 5px 10px;
font-size: 20px;
    
}

.mf-training-article {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 8px solid #f16529;
    background: #fff;
}


#wp-calendar tbody td {
	width:20%
}

span.calendar-city {
    display: block;
}


.training-tab-form {
    display: inline-block;
    font-size: 18px;
}

.training-tab-form td {
    padding: 5px;
}

.trainings-calendar .day .day-num {
    line-height: 55px;
    width: 70px;
    padding: 5px;
    height: 70px;
    border: solid 4px #57154f;
}

.df-field.field-submit.field-wyslij {
    background: #e6e6e6;
    text-align: center;
    margin-top: 20px;
}

a.selectit {
    background: #57154f;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
font-size:14px
}

.new-person {
    border: solid 1px;
    padding: 10px;
    margin-top: 10px;
    background: #f2f2f2;
}

a.person-remove {
    background: red;
    padding: 5px;
}

.mf-print-btn {
   background: #162f57;
    color: white;
    padding: 5px;
	font-weight:bold
}

.mf-print-btn a {
    color: white;
    padding: 5px;
}

.training-tab-form-signup {
    background: #57154f;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
	    display: inline-block;
}

.kolumna6 {
    width: 50%;
    float: left;
}

.trainings-promotion {
padding:5px;
background: #cc0000;
color: white;
display: inline-block;
    border-radius: 5px;

}

span.autorize-training-info {
    background: #007acc;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
font-size: 14px;
}

span.autor-training-info {
    background: green;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
font-size: 14px;
}

.df-field.field-submit.field-wyslij-zgloszenie {
    background: red;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

.btn-mddp {
    border: solid 2px #fc9721;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    background: #fc9721;
    color: #fff;
    font-weight: bold;
}

.mf-home-art-title {
    color: #fff;
    font-size: 23px;
	
}

.mf-home-art-title2 {
    font-size: 23px;
}
 
 .mf-home-art-title i { background:#fc9721; color:#fff; padding: 10px;}
 
.mf-home-art-title2 i {
    background: #57154f;
    padding: 10px;
    color: #fff;
}
 
  .mf-home-art-wr2 {}
 
  .mf-home-art-wr h3 { padding:0; margin:0}
  
.mf-home-art-wr2 h3 {
    padding: 0;
    margin: 0;
    border-bottom: solid 4px #57154f;
}
 
.mf-home-art-left-icon img {
    border: solid 3px #ccc;
    border-radius: 100%;
}

.mf-home-cat {
    background: #fff;
    margin-bottom: 10px;
	    padding: 0 5px;
}

.mf-home-cat:hover {
    background: #ccc;
}

.mf-cts-headers {}

.mf-home-cat-title {
        margin: 0;
    border-bottom: solid 3px #57154f;
}

.mf-home-cat-title i {
    background: #57154f;
    padding: 10px;
    color: #fff;
}.mf-home-art-title {
    color: #fff;
    font-size: 23px;
	
}

.mf-home-art-title2 {
    font-size: 23px;
}
 
 .mf-home-art-title i { background:#fc9721; color:#fff; padding: 10px;}
 
.mf-home-art-title2 i {
    background: #57154f;
    padding: 10px;
    color: #fff;
}
 
  .mf-home-art-wr2 {}
 
  .mf-home-art-wr h3 { padding:0; margin:0}
  
.mf-home-art-wr2 h3 {
    padding: 0;
    margin: 0;
    border-bottom: solid 4px #57154f;
}
 
.mf-home-art-left-icon img {
    border: solid 3px #ccc;
    border-radius: 100%;
}

.mf-home-cat {
    background: #fff;
    margin-bottom: 10px;
	    padding: 0 5px;
}

.mf-home-cat:hover {
    background: #ccc;
}

.mf-cts-headers {}

.mf-home-cat-title {
        margin: 0;
    border-bottom: solid 3px #57154f;
}

.mf-home-cat-title i {
    background: #57154f;
    padding: 10px;
    color: #fff;
}

			.mf-search-f input.search-field-fix {
			background: transparent;
			border:2px solid #fff;
			color:#fff;
			padding: 20px;
			}
			.mf-search-f  { 
			color:#fff 
			}

#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 45px;
   font-size:24px;
   line-height: 45px;
   position: relative;
   text-align: center;
   width:45px;
}
#sticky-social a span {
   line-height: 35px;
   text-align:center;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"] span { background: #cd201f; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

.page-title-cat i {
    background: #57154f;
    padding: 5px;
    color: #fff;
}

.page-title-cat  {
	font-size:28px
}

.page-title-cat {
    padding: 0;
    margin: 20px 0 0;
    border-bottom: solid 4px #57154f;
}

.cts-home-cat-wr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
	
.cts-home-cat-it-wr {
	width: 20%;
	
}
	
.cts-home-cat-it-wr a {
	display: block;
	text-align: center;
	background: #fff;
	margin: 5px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.cts-home-cat-it-wr a:hover {
	background: #fff;
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	color: #57154f;
	border-bottom: solid 3px
}

@media only screen and (min-width : 321px) and (max-width : 768px) {

.cts-home-cat-it-wr {
	width: 50%;
	
}
}

@media only screen and (max-width : 420px) {
.cts-home-cat-it-wr {
	width: 100%;
	
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.cts-home-cat-it-wr {
	width: 33.3333%;
	
}
}

.cts-top-widget {
    margin: 20px 0;
}
.cts-top-widget ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;

}

.cts-top-widget li {
	list-style: none;
	float: left;
	width: 33.3333%;
}
	
.cts-top-widget li a {
	background: #f2f2f2;
	padding: 20px;
	display: block;
	margin: 5px;
	text-align: center;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul#menu-primary-top {
    list-style: none;
	padding:0
}

ul#menu-primary-top li {
   float:left;
	    padding: 0 10px 10px 0;
}

@media only screen and (min-width : 321px) and (max-width : 768px) {
	.cts-top-widget li {
	list-style: none;
	float: left;
	width:50%;
	}
	

}

@media only screen and (max-width : 420px) {
	.cts-top-widget li {
	list-style: none;
	float: left;
	width:100%;
	}
	
	}
@media (max-width: 767px) {
#sticky-social {
    left: 0;
    position: fixed;
    top: 150px;
    display: none;
	} 
	button.dropdown-toggle {
    background: #fff;
    border-radius: 10px;
}
}