@font-face {
font-family: 'Officina';
font-style: normal;
font-weight: normal;
src: local('Officina'), 
    url('resources/fonts/OfficinaSansBook.eot') format('eot'),
    url('resources/fonts/OfficinaSansBook.woff') format('woff'),
    url('resources/fonts/OfficinaSansBook.woff2') format('woff2'),
    url('resources/fonts/OfficinaSansBook.ttf') format('truetype');
}



/*
Theme Name: Berlinek Theme

Author: Cryout Creations

Version: 0.9.9.1
License: GNU General Public License v3.0

Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, news, entertainment, photography, portfolio
Text Domain: fluida

Fluida WordPress Theme - Copyright 2015, Cryout Creations - 
This theme, like WordPress, is licensed under the GPL.
*/

/*
--------------------------------------------------------------
	== IMPORTANT ==
--------------------------------------------------------------

Any changes made to this or any other of the theme's files will be lost at the next update.

To safely make customizations to the theme:
- for CSS-only use the theme's "Custom CSS" field or a CSS plugin;
- for advanced CSS, layout changes and other customizations use a child theme;

--------------------------------------------------------------
	== TABLE OF CONTENTS ==
--------------------------------------------------------------

	# Reset CSS
	# Theme specific defaults
	# Layout
	# Header
		## Main menu
		## Mobile menu
	# Footer
		## Footer menu
		## Footer widget area
	# Content
		## Page titles
		## Post metas
		## Author info
		## Articles
		## Images
		## Page navigation
	# Post formats
	# Comments
		## Comment form
	# Widget areas
		## Main widget areas
		## Before content and after content
		## Left sidebar menu
		## Callendar widget
		## Tag cloud (normalized)
	# Searchform
	# Socials
	# Miscellaneous
		## Back to top
		## Custom image border
		## Custom captions
		## Breadcrumbs
		## Pagination
		## Continue reading
		## Blockquotes
	# Conditionals
	# Fixes


/*--------------------------------------------------------------
	# RESET CSS
--------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
	/*vertical-align: baseline;*/
}

html {
	box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


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

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.page-template-page-front {
	background:#fff;
}
body.page-template-page-front article.hentry  {
    _padding-left: 5%;
    _padding-right: 5%;
	background:#fff;
}
body.page-template-page-front article.hentry .article-inner {
   
	padding:0 5%;
}

body.page-template-page-front table{
    max-width: 100%;
    margin: 0 0 0 0;
    border: 0;
    vertical-align: top;
}
body.page-template-page-front .article-inner{
	
	
background:#f0f0f0!important;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	    border-radius: .5em !important;
}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	max-width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
	# THEME SPECIFIC DEFAULTS
--------------------------------------------------------------*/

body {
	font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*	clear: both; */
	font-weight: normal;
}
h1:lang(pl),
h2:lang(pl),
h3:lang(pl)  {
/*    font-family: ArinaN, Arial, Helvetica, sans-serif !important; */
    }


pre {
	padding: 1em;
	max-width: 100%;
	overflow: auto;
	font-family: "Courier 10 Pitch", Courier, monospace;
	border: 1px solid transparent;
}

kbd,
tt,
var,
code {
	padding: 0 5px;
	overflow: auto;
	vertical-align: middle;
	text-indent: 0;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

q,
blockquote {
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Charter", serif;
}

address {
	padding-left: 1em;
}

del {
	text-decoration: line-through;
}

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

a img {
	border: none;
	vertical-align: bottom;
}

hr {
	height: 1px;
	border: 0;
	clear: both;
        margin-bottom: 2em !important;
}

/* Text elements */

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

ul {
	list-style: outside disc;
}

ul ul {
	list-style: outside square;
}

ul ul ul {
	list-style: outside circle;
}

ol {
	list-style: outside decimal;
}

ol ol {
	list-style: outside upper-alpha;
}

ol ol ol {
	list-style: outside lower-roman;
}

ol ol ol ol {
	list-style: outside lower-alpha;
}

dl {
	margin: 0 0 2em 0;
}

dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

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

big {
	font-size: 125%;
}

mark,
ins {
	text-decoration: none;
}

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

sup,
sub {
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
	max-width: 100%;
	padding: .7em 1em;
	border: 1px solid transparent;
	background: transparent;
	font-size: inherit;
	font-family: inherit;
	-webkit-transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
	transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
}

input[type="file"] {
	font-size: initial;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .7em 1.5em;
	border: 0;
	font-size: .9em;
	font-family: inherit;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input[type="checkbox"],
input[type="radio"] {
	width:auto!important;
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

select option {
	padding: .25em .5em;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
	border: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.fluid-width-video-wrapper {
  max-height: 100vh;
}

a:link,
a:visited {
	text-decoration: none;
}
.entry-content a:link {
    _text-decoration: underline!important;
	color:blue!important;
}
p a {
	color:blue!important;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*--------------------------------------------------------------
	# LAYOUT
--------------------------------------------------------------*/

body {
	line-height: 1.2;
}

#container {
	float: none;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.main {
	margin-bottom: 0;
	min-height: 400px;
	clear: both;
	overflow: hidden;
}
#content {
	position:relative;
}

#content-masonry {
	margin-right: -1%;
	margin-left: -1%;
}

.sidey {
	display: block;
	float: left;
	padding: 2em;
}

#footer {
	width: 100%;
	clear: both;
}
#footer-inside > * {
    margin: 0 auto !important;
}

.welcome {
    margin-bottom: 60px;
}
.welcome h1 {
    text-transform:none!important;
	font-size:28px!important;
}
.welcome p {
   
	font-size:16px!important;
}
.col-33 {
    display: block;
    width: 33%;
    float: left;
	_padding: 0 0% 50px 5%;
}
.col-40 {
    display: block;
    width: 40%;
    float: left;
	_padding: 0 0% 50px 5%;
}
.col-27 {
    display: block;
    width: 27%;
    float: left;
	_padding: 0 0% 50px 5%;
}
.footer-first {
	width: 37%;
	padding-left:3%;
		_padding: 0 5% 50px 0%;
	}
.footer-second {
	width: 37%;
		_padding: 0 5% 50px 0%;
	}
.footer-second .widget_text {
    width: auto;
    float: left;
    padding-right: 5%;
}
.footer-third {
		width: 22%!important;
		_padding: 0 5% 50px 0%;
	}
section.widget_nav_menu {
    width: 100%!important;
    float: left;
}
.content-col{
    display: block;
    width: 33%;
    float: left;
	padding:0 5% 0 0;
}
.content-col h2 {

    padding: 0 25px;
}

.content-col a {
    color: #000;
}
.content-col a:hover {
    color: #f12338;
}
/*--------------------------------------------------------------
	# HEADER
--------------------------------------------------------------*/

.fb {
	width:36px;
	border-radius:12px!important;
	position:absolute!important;
	right: 2%;
	left:auto!important;
    z-index: 9;
}
.zertifikat {
	display:none;
	position:absolute;
	width:auto;
	right:1.5%;
	top: 1.7em;
	z-index:999;
}
.zertifikat img{
	border-radius:0!important;
	width:80%;
	opacity:0.8;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.zertifikat:hover img{
	opacity:1!important;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#branding {
	float: left;
	padding-left:3%;
}

#branding .identity {
	float: left;
}

a#logo {
	display: inline;
	transition: all 0.5s;
}

a#logo > img {
	max-height: 73%;
	vertical-align: middle;
	transition: all 0.5s;
}

#site-text {
	position: relative;
	top: 50%;
	display: inline-block;
	float: left;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#site-title {
	float: left;
	line-height: 1.5em;
}

#branding .identity + #site-text {
	margin-left: 1em;
	clear: none;
}

#site-title a {
	display: block;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
}

#site-title a span {
	display: inline-block;
}

#site-title a:hover span {
	/*padding-right: .02em;*/
}

#site-title span a span:first-child {
	width: 1.2em;
	margin-right: .1em;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}

#site-description {
	display: none;
	clear: left;
	font-size: .9em;
	line-height: 1.3;
}

#site-header-main {
	display: inline-block;
	position: relative;
	z-index: 101;
	width: 100%;
	vertical-align: top;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#site-header-main-inside {
	display: table;
	width: 100%;
	padding: 0 2%;
	transition: all 0.5s;
}

#masthead:after {
	display: table;
	clear: both;
	content: "";
	transition: all 0.5s;
}

#site-header-main.header-fixed,
#site-header-main.header-fixed .menu-search-animated,
.header-fixed #sheader,
.header-fixed .identity,
.header-fixed #access div > ul > li > a {
	height: 80px;
	line-height: 80px;
	transition: all 0.5s;
}

.header-fixed #branding {
	height: 80px;
	width: 270px;
	overflow: hidden;
}

#site-header-main,
#site-header-main .menu-search-animated,
#site-header-main #sheader,
#site-header-main .identity,
#site-header-main #access div > ul > li > a,
#site-header-main #site-title > span > a,
#site-header-main #branding .identity a#lgo img.custom-logo  {
	-webkit-transition: .25s line-height ease-in-out, .25s height ease-in-out;
	transition: .25s line-height ease-in-out, .25s height ease-in-out;
	transition: color 0.5s;
}
#site-header-main #branding .identity a#logo img.custom-logo,
#site-header-main.header-fixed  #branding .identity a#logo img.custom-logo,
#site-header-main #branding  {
	transition: all 0.5s;
}

#header-image-main,
#header-image-main-inside {
	position: relative;
	overflow: hidden;
}

.fluida-responsive-headerimage #masthead div.header-image {
	display: none;
}

.fluida-cropped-headerimage #masthead img.header-image {
	display: none;
}

#masthead .header-image {
	display: block;
	width: inherit;
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}

/* Header widget area */
#header-widget-area {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	top: 10px;
}

/*--------------------------------------------------------------
	## MAIN MENU
--------------------------------------------------------------*/

#access {
	display: inline;
	float: right;
	border-bottom: 1px solid #555;
	padding-right: 12%;
	margin-right: -1.8em;
}

.fluida-menu-left #access {
	float: left;
	margin-left: 2em;
}

.fluida-menu-center #access {
	display: table;
	float: none;
	margin: 0 auto;
}

#access:after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

#access ul {}
#access ul > li > a{
	border-top: 2px solid transparent;
}

#access ul ul li a {
	border-top: 0;
}

#access ul.sub-menu > li.current_page_item > a,
#access ul.sub-menu > li.current-menu-item > a,
#access ul.sub-menu > li.current_page_ancestor > a,
#access ul.sub-menu > li.current-menu-ancestor > a,
#access ul.children > li.current_page_item > a,
#access ul.children > li.current-menu-item > a,
#access ul.children > li.current_page_ancestor > a,
#access ul.children > li.current-menu-ancestor > a {
	border-top: 0;
	border-left: 1px solid transparent;
}

#access a {
	display: block;
	padding: 0 1.5em;
	text-decoration: none;
	line-height: 3.5;
	transition: all 0.5s;
}

#access a span {
	display: block;
	text-transform: uppercase;
}

#access > div ul li a:not([href]) { /* Default cursor for menu items with no link */
	cursor: default;
}

#access a:hover {}

#access > div > ul > li > a {
	position: relative;
	z-index: 9999;
}

#access ul.children {
	z-index: -1;
}

#access > div > ul li > a:not(:only-child) span:after {
	position: absolute;
	z-index: 251;
	right: .3em;
	content: '\e80a';
	font-family: "Elusive";
}

#access > div > ul li:hover > a:not(:only-child) span:after {
	top: .5em;
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > div > ul ul > li a:not(:only-child) span:after {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#access > div > ul ul > li:hover > a:not(:only-child) span:after {
	top: initial;
	right: -0.5em;
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > div > ul li > a:not(:only-child) span {
	/*padding-right: 1.5em;*/
}

#access ul li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
}

#access > div > ul > li:hover {}

#access .sub-menu,
#access .children {
}

#access ul ul {
	display: none;
	position: absolute;
	_z-index: -1;
	clear: both;
	margin-left: 0;
	min-width: 125%;
	_border-top: 2px solid transparent;
	box-shadow: 0 0 .5em .1em rgba(0, 0, 0, .05);
}

#access ul li a {
}

#access ul li a:lang(pl) {
/* font-family: ArinaN, Arial, Helvetica, sans-serif !important; */
}

#access ul ul li { /* level 2 */
	display: table;
	position: relative;
	float: left;
	clear: both;
	width: 100%; /* submenu width fix */
	margin: 0;
}

#access ul ul li:last-child {}
#access ul ul ul li:last-child {}

#access ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	min-width: 150px;
	border-top: 0;
_border-left: 0px solid transparent;
}

#access ul ul ul li { /* level 3 */
	display: block;
	float: none;
	width: 100%;
}

#access ul ul ul ul li { /* level 4 */}

#access ul ul a,
#access ul ul ul a {
	display: table;
	float: none;
	min-width: 150px;
	width: 100%;
}

#access ul ul li:hover,
#access ul ul ul li:hover {}

#access li,
#access ul ul li {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

#access ul ul :hover > a {}
#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{}

#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent {}

#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover {}


/*--------------------------------------------------------------
	## SUBPAGES MENU
--------------------------------------------------------------*/

.page-id-111 section#subpages-display {
    display: none;
}


/*--------------------------------------------------------------
	## MOBILE MENU
--------------------------------------------------------------*/
.noscroll { /* to be added to body on mobile */
	overflow: hidden;
}

#nav-toggle { /* Mobile nav toggle will only be visible on mobile */
	display: none;
	float: right;
	position: absolute;
	top: 0;
	right: 1em;
	cursor: pointer;
}

#nav-toggle span:before {
	content: "\e820";
	font-family: "elusive";
	font-size:32px;
	position:absolute;
	margin-top:-25px;
	_font-size: inherit;
}

#mobile-menu > div {
	max-width: 90%;
	margin: 6em auto 0;
}

#mobile-menu #nav-cancel {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 2em;
	font-size: 1.3em;
	cursor: pointer;
}

#mobile-menu .menu-main-search { /* Searchbar in main menu will always be top */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 70%;
	max-width: 500px;
}

#mobile-menu .searchform .searchsubmit,
#mobile-menu .searchform:hover input[type="search"],
#mobile-menu .searchform input[type="search"]:focus {
	background: transparent;
	color: inherit;
}

#mobile-menu .searchform::after {
	display: none;
}

#mobile-menu .menu-main-search .searchform{
	max-width: 100%;
}

nav#mobile-menu { /* Actual mobile menu */
	display: none;
	position: fixed;
	z-index: 999999;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	line-height: 2em;
}

nav#mobile-menu ul {
	list-style: none;
}

nav#mobile-menu > div > li,
nav#mobile-menu > div > ul > li {
	display: block;
	float: none;
	margin: .5em auto;
	width: 100%;
	max-width: 500px;
	padding: 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
}

nav#mobile-menu > div > li ul {
	padding: .5em;
}

nav#mobile-menu ul ul {
	font-size: 95%;
}

nav#mobile-menu li a span {
	word-wrap: break-word;
}

#mobile-menu .mobile-arrow { /* Added with JS and is clickable */
	position: relative;
	padding: 1em;
	color: inherit;
	line-height: inherit;
	cursor: pointer;
}

#mobile-menu .mopen {
	border-bottom: 1px solid transparent;
}

#mobile-menu .mobile-arrow:after {
	position: absolute;
	z-index: 251;
	top: 22%;
	right: 0;
	content: '\e80a';
	font-family:"Elusive";
	font-style: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav#mobile-menu .sub-menu,
nav#mobile-menu .children {
	display: none;
}

nav#smobile {
	display: table;
	margin: 2em auto 1em;
}

nav#smobile a {
	margin: 0 .5em;
	font-size: 1.2em;
}

/*--------------------------------------------------------------
	# FOOTER
--------------------------------------------------------------*/

#footer {
	display: block;
	overflow: visible;
	width: 100%;
	border-top: 1px solid transparent;
}

#footer-inside {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
	padding: 1em 1em 2em 1em;
}

#footer:after {
	display: table;
	clear: both;
	content: "";
}

#colophon a,
#footer a {
	-webkit-transition: color .2s;
	transition: color .2s;
}

#site-copyright {
	display: block;
	float: none;
	clear: left;
	font-size: 1em;
	text-align: center;
	/*line-height: 1.5;*/
}

#footer a,#footer a:hover{
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto .5em;
}

/*--------------------------------------------------------------
	## FOOTER MENU
--------------------------------------------------------------*/
.footermenu {
	display: none;
	float: left;
	margin-bottom: 1em;
}

.footermenu > ul {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dfdfdf;
}

.footermenu ul li {
	display: inline-block;
	float: none;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
        text-align: center;
}

.footermenu ul li span.sep {
	margin: 0 1em;
	font-size: .6em;
}

.footermenu ul li:last-child span.sep {
	display: none;
}

.footermenu ul li a {
	font-size: .9em;
	font-weight: 400;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
	## FOOTER WIDGET AREA
--------------------------------------------------------------*/
#colophon {
	width: 100%;
	    padding-top: 2%;
	    box-shadow: 0 3px 18px rgba(0,0,0,0.1)!important;
	float:left;
}

#colophon-inside {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
	overflow: hidden;
	min-height: 100%;
	margin: 2em auto 0;
	max-width: 100%;
	width:100%;
	float:left;
	padding:0 5% 5% 5%;
}

#colophon .widget-container {
	display: block;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	position: relative;
	padding: 2em;
	/*align-items: center;*/
}

#colophon .widget-container:after {
	position: absolute;
	top: 25%;
	right: 0;
	height: 50%;
	width: 1px;
	content: "";
}

#colophon .widget-container:last-child:after {
	display: none;
}

.footer-center .footer-widget-inside {
	display: table;
	margin: 0 auto;
}

.footer-four .widget-container {
	width: 25%;
}

.footer-four .widget-container:nth-child(4n+1) {
	clear: both;
}

.footer-three .widget-container {
	width: 33.333%;
}

.footer-three .widget-container:nth-child(3n+1) {
	clear: both;
}

.footer-two .widget-container {
	width: 50%;
}

.footer-two .widget-container:nth-child(2n+1) {
	clear: both;
}

.footer-one .widget-container {
	width: 100%;
	clear: both;
}

#colophon-inside.footer-all {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-all .widget-container {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-33 .widget-title {
		font-size:18px;
	margin:15px 0px;

	    color: #f12338;
}
.col-33:nth-of-type(2) .widget-title {
    _width: 50%;
    _float: left;
}

.col-33 img {
    border-radius: 0!important;
	_margin-top:20px;
}



.col-50 .widget-title {
		font-size:18px;
	margin:15px 0px;

	    color: #f12338;
}
.col-50:nth-of-type(2) .widget-title {
    _width: 50%;
    _float: left;
}

.col-50 img {
    border-radius: 0!important;
	_margin-top:20px;
}
/*--------------------------------------------------------------
	# CONTENT
--------------------------------------------------------------*/

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	margin: 1em 0 .5em;
}
.main h1 {
  color: #f12338;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .03em;
  text-transform: uppercase;

}
.main h2 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
.main h3 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: .2em;
}

.main h4 {
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: .2em;
}

.main h5 {
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: .2em;
}

.main ul,
.main ol {
	margin-left: 1em;
	margin-top: .5em;
}
.main ul li,
.main ol li {
	margin-bottom: .5em;
}

.main table {
	max-width: 100%;
	margin: 0 0 2em 0;
	border: 0;
	vertical-align: top;
}

.main tr {
	vertical-align: top;
}

.main .alternate {}

.main th{
	font-weight: 600;
}

.main th,
.main td {
	padding: .5em;
}

.col-50 th, .co-50 td {
    padding: 0 0 20px 0;
	width:50%;
	    vertical-align: middle;
}

.fluida-clean-table .main td,
.fluida-stripped-table .main td {
	_border-top: 1px solid transparent;
}

.fluida-stripped-table .main tr.even {
	background-color: transparent!important;
}

.fluida-bordered-table .main th,
.fluida-bordered-table .main td {
	_border: 1px solid transparent;
}

.fluida-clean-table .main th,
.fluida-stripped-table .main th,
.fluida-bordered-table .main th {
	_border-bottom: 2px solid transparent;
}
.fluida-stripped-table .main tr:nth-child(2n+1) td {
    background:transparent!important;
}


.entry-content,
.entry-summary {
	clear: both;
	padding-top: 2em;
	word-wrap: break-word;
}

.fluida-magazine-two .entry-content,
.fluida-magazine-two .entry-summary,
.fluida-magazine-three .entry-content,
.fluida-magazine-three .entry-summary {
	padding-top: 1.3em;
}

.main .entry-summary p:last-child {
	margin-bottom: 1em;
}

.entry-content h1, .entry-summary h1,
.entry-content h2, .entry-summary h2,
.entry-content h3, .entry-summary h3,
.entry-content h4, .entry-summary h4,
.entry-content h5, .entry-summary h5,
.entry-content h6, .entry-summary h6 {
	line-height: 1.2em;
}

.entry-content fieldset {
	border: 1px solid transparent;
	margin: 0 0 2em 0;
}

.entry-content fieldset legend {
	font-weight: bold;
}

.entry-content blockquote.left {
	float: left;
	width: 33%;
	margin-right: 2em;
	margin-left: 0;
	text-align: right;
}
.entry-content blockquote.right {
	float: right;
	width: 33%;
	margin-right: 0;
	margin-left: 2em;
	text-align: left;
}

/*--------------------------------------------------------------
	## PAGE TITLES
--------------------------------------------------------------*/
.main .page-title {
	display: block;
	float: none;
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.3em;
}

.main .page-title:only-child {
	padding: 0;
}

.main .pad-container p:last-child {
	margin: 0;
}

.page-title strong {
	text-decoration: underline;
	font-weight: 400;
}

.entry-title {
	margin: 0;
	padding: .1em 0;
	font-weight: 300;
	line-height: 1.4;
	word-wrap: break-word;
}

.entry-title a {
	border-bottom: 1px solid transparent;
	font-weight: 300;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	border-bottom: 1px solid;
}

.main .entry-title,
.main #comments-title {
	margin: 0;
}

/*--------------------------------------------------------------
	## POST METAS
--------------------------------------------------------------*/
.entry-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.entry-meta .author {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid transparent;
}

.entry-meta .author em {
	font-style: normal;
}

.entry-meta span,
.entry-utility span {
	display: block;
	float: left;
	margin-right: 1em;
	/*font-size: .9em;*/
	line-height: 2;
}

.entry-meta span a{
	padding-left: .2em;
	font-size: 1em;
	-webkit-transition: .4s color ease;
	transition: .4s color ease;
}

.entry-meta .updated {
	display: none;
}

.entry-utility {
	clear: both;
}

.entry-utility span.bl_bookmark {
	display: inline;
	float: none;
	padding: 0;
}

.comments-link {
	float: right;
	font-size: 1em;
}

.comments-link strong {
	font-weight: 300;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted transparent;
}

.entry-meta span i:before {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: .6s all ease-in-out .2s;
	transition: .6s all ease-in-out .2s;
}

.entry-meta span:hover i:before {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.tag-links {
	margin-left: 2em;
}

span.edit-link {
	display: block;
	position: absolute;
	right: .5em;
	bottom: .5em;
	padding: 0;
	font-size: .9em;
	text-decoration: underline;
	opacity: .5;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
}

span.edit-link a.post-edit-link,
span.edit-link a.post-edit-link:hover,
span.edit-link .icon-edit:before {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

span.edit-link:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
	## AUTHOR INFO
--------------------------------------------------------------*/
#author-info {
	display: block;
	clear: both;
	overflow: hidden;
}

#author-info #author-avatar {
	float: right;
	height: 80px;
	margin: 0 0 0 -100px;

}
#author-info #author-description {
	float: left;
	margin-right: 100px;
}

article #author-info {
	clear: both;
	overflow: hidden;
	margin: 2.5em 0 0;
	padding: 1.5em 0;
	border-top: 1px solid transparent;
}

#author-avatar .avatar {
	border-radius: 4px;
}

#author-info #author-link {
	margin-top: .5em;
}

/*--------------------------------------------------------------
	## ARTICLES
--------------------------------------------------------------*/

article.sticky {
	position: relative;
	padding-top: 5px;
}

article.sticky:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	content: "";
}

article.sticky .date {
	display: none;
}

article.hentry,
.main .content-widget {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
}

article.hentry .article-inner {
	display: block;
	overflow: hidden;
	padding: 2em;
}

#content-masonry article.hentry {
	display: block;
	overflow: hidden;
	margin: 0;
	margin-right: 1%;
	margin-bottom: 2em;
	margin-left: 1%;
}

#content-masonry article.hentry .article-inner {
	padding: 1em 2em 2em;
}

.pad-container {
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 2em;
	padding: 2em;
	padding-bottom: 2.5em;
	padding-top: 2.5em;
	border-top: 5px solid transparent;
}

article.hentry .post-thumbnail-container {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: -.5em;
}

article.hentry .post-thumbnail-container > a {
	display: table;
	margin: 0 auto;
}

article.hentry .post-thumbnail-container > a.responsive-featured-image {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.fluida-cropped-featured .main .post-thumbnail-container img.post-featured-image {
	display: none;
}

.fluida-responsive-featured .main .post-thumbnail-container a.post-featured-image {
	display: none;
}

.fluida-magazine-one #content-masonry article.hentry {
	width: 98%;
}

.fluida-magazine-two #content-masonry article.hentry {
	float: left;
	width: 48%;
	margin-bottom: 1.5em;
}

.fluida-magazine-two #content-masonry article.hentry:nth-child(2n+1) {
	clear: both;
}

.fluida-magazine-three #content-masonry article.hentry {
	float: left;
	width: 31.333333333%;
	margin-bottom: 1.5em;
}

.fluida-magazine-three #content-masonry article.hentry:nth-child(3n+1) {
	clear: both;
}

.fluida-elementborder #site-header-main,
.fluida-elementborder article.hentry,
.fluida-elementborder .pad-container,
.fluida-elementborder .sidey,
.fluida-elementborder #colophon,
.fluida-elementborder .page-numbers:not(.dots) {
	border: 1px solid rgba(0, 0, 0, .07);
}

.fluida-elementborder #colophon {
	border-width: 1px 0 0 0;
}

.fluida-elementborder #branding {
	border-width: 0 0 1px 0;
}

.fluida-elementshadow #site-header-main,
.fluida-elementshadow article.hentry,
.fluida-elementshadow .pad-container,
.fluida-elementshadow .sidey,
.fluida-elementshadow .page-numbers:not(.dots) {
	box-shadow: none;
}

.fluida-elementradius article,
.fluida-elementradius .sidey,
.fluida-elementradius .page-numbers {
	border-radius: 5px;
}

.fluida-elementradius .page-header {
	border-radius: 0 0 5px 5px;
}

.fluida-elementradius a.continue-reading-link,
.fluida-elementradius span.entry-format {
	border-radius: 3px;
}

.fluida-elementradius #toTop {
	border-radius: 5px 5px 0 0;
}

/*--------------------------------------------------------------
	## IMAGES
--------------------------------------------------------------*/

/* Prevent overlfow */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.main a.post-featured-image {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.main a.post-featured-image:hover {
	background-position: 50% 0%;
}

.main a.post-featured-image::before {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	content: "";
	border-bottom: 1px solid rgba(255,255,255,.4);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.main a.post-featured-image:hover::before {
	bottom: -1px;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 2em;
}

.main .aligncenter,
.main img.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 1em;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter,
.main img.alignnone,
.main .wp-caption img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.main img.alignleft:hover,
.main img.alignright:hover,
.main img.aligncenter:hover,
.main img.alignnone:hover,
.main .wp-caption img:hover {}

.main .wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

body .main .wp-caption > a {
	display: block;
}

.main .wp-caption img {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: none;
}

.main .wp-caption .wp-caption-text {
	padding: .2em 0em;
	text-align: left;
	font-style: normal;
	font-size: .8em;
}

.main .wp-smiley {
	width: auto;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background: none;
	box-shadow: none;
}

.main .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
	## PAGE NAVIGATION
--------------------------------------------------------------*/

/* Multiple page navigation */
.page-link {
	clear: both;
	margin: .7em 0;
}

.page-link a,
.page-link > span > em {
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 0 .3em;
	border-top: 1px solid transparent;
	line-height: 2.5;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.page-link > span {
	display: inline-block;
	border-top: 1px solid transparent;
}

.page-link a:hover {}

.page-link em {
	font-style: normal;
}

.page-link a:last-child,
.page-link > span > em:last-child {
	border-right: none;
}

.page-link a:hover {}

/* Single Previous/Next Post Navigation */
#nav-below {
	display: block;
	float: none;
	clear: both;
	margin-top: 2em;
}

#nav-below:after {
	display: block;
	clear: both;
	content: "";
}

#nav-below .nav-previous {
	display: block;
	float: left;
	position: relative;
}

#nav-below .nav-previous a {
	display: block;
	position: relative;
	padding: .5em 2em .5em 1em;
}

#nav-below .nav-next {
	display: block;
	float: right;
	position: relative;
	clear: both;
}

#nav-below .nav-next a {
	display: block;
	position: relative;
	padding: .5em 1em .5em 2em;
}

#nav-below .nav-previous a:before,
#nav-below .nav-next a:before {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 1px;
	content: "";
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#nav-below .nav-next a:before {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}

#nav-below .nav-previous a:hover:before {
	left: -10em;
	padding-right: 10em;
}

#nav-below .nav-next a:hover:before {
	right: -10em;
	padding-left: 10em;
}

#nav-below .nav-previous a {
	float: left;
}

#nav-below .nav-next a{
	float: right;
	text-align: right;
}

/* Blog, Archive Pages Previous/Next Posts Pagination */
#nav-old-below {
	display: table;
	float: none;
	clear: both;
	margin: 1em auto;
	text-align: center;
}

#nav-old-below .nav-previous,
#nav-old-below .nav-next {
	float: left;
	margin-right: 2px;
}

#nav-old-below .nav-previous a,
#nav-old-below .nav-next a {
	display: block;
	padding: 1em;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

#nav-old-below .nav-previous a:hover,
#nav-old-below .nav-next a:hover {
	padding: 1em 2em;
}

#nav-old-below i:before {
	margin: 0 .5em;
}


/*--------------------------------------------------------------
	# POST FORMATS
--------------------------------------------------------------*/

span.entry-format {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	width: 2em;
	height: 2em;
	border: 1px solid rgba(0, 0, 0, .05);
	font-size: 1.2em;
	text-align: center;
	line-height: 2;
	background: rgba(0, 0, 0, .03);
}

span.entry-format a {
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
}

.entry-format > i:before {
	cursor: default;
}

/* ## ASIDES */
.format-aside {
	border-top: 7px dashed transparent;
}

.format-aside .entry-title,
.format-aside .author,
.format-aside .bl_categ {
	display: none;
}

/* ## GALLERIES */
.gallery {
	margin: 0 -1% 1.75em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.33%;
	padding: 0 1% 2%;
	vertical-align: top;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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 {
	display: block;
	padding-top: 0.5em;
	font-size: .8em;
	line-height: 1.5;
	font-style: italic;
}

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

/* ## CHAT */
.format-chat p {
	font-family: Monaco, "Courier New", monospace;
}

/* ## QUOTE */
.format-quote blockquote,
.format-quote blockquote p{
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Charter", serif;
}

/* ## STATUS */
.format-status .entry-title {
	/*display:none;*/
}

.format-status .avatar {
	display: block;
	float: left;
	width: auto;
	margin-top: .5em;
	margin-right: 1em;
}

/* ## ATTACHMENT PAGES */
.attachment .entry-content .entry-caption {
	margin-top: 2em;
	font-size: 1.4em;
}

/*--------------------------------------------------------------
	# COMMENTS
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding-top: 2em;
}

.comment-navigation {
	padding: 0 0 1.5em 0;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: block;
	float: left;
	margin-right: 1em;
}

#comments-title,
#reply-title {
	font-size: 1.8em;
}

#reply-title small {
	font-size: 50%;
}

.main #comments-title {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#comments-title span {
	font-weight: 300;
}

.commentlist > li {
	list-style: none;
}

.commentlist .comment-body {
	clear: both;
	overflow: hidden;
	padding: 1em;
	border: 1px solid transparent;
	line-height: 1.7;
}

.commentlist .pingback {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid transparent;
}

.main .commentlist .pingback p {
	margin: 0;
}

.commentlist .pingback .url {
	font-style: italic;
}

.commentlist li:last-child {}

#comments .comment-body p:last-child {
	margin-bottom: 0;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 1em;
}

.main .commentlist img.avatar {
	float: left;
	overflow: hidden;
	height: 60px;
	width: 60px;
	padding: 5px;
	border-radius: 100%;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.main .commentlist .comment-header:hover img.avatar {
	padding: 0;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.comment-header {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0 1em;
}

.comment-author {
	display: inline;
	float: left;
	line-height: 65px;
}

.comment-author .author-name {
	padding: 0 .8em;
	font-size: 1.2em;
}

.commentlist .author-name,
.commentlist .author-name a {
	font-weight: 300;
	text-decoration: underline;
}

.comment-meta {
	display: inline;
	float: left;
	font-size: .9em;
	line-height: 65px;
}

.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {}

.comment-date {
	display: none;
}

.fluida-comment-date-published .comment-date {
	display: inline;
}

.fluida-comment-date-published .comment-timediff {
	display: none;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.comment-await {
	margin-left: 2em;
}

.comment .reply {
	display: block;
	overflow: hidden;
}

.comment article {
	display: block;
	margin-bottom: 2em;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.comment .reply a{
	display: inline-block;
	float: right;
	position: relative;
	width: auto;
	padding: 0;
	font-size: 1em;
	text-align: right;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.comment .reply a:hover {}

.comment .reply a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.comment .reply a:hover:after {
	bottom: 100%;
}

.comment .reply a,
a.comment-edit-link {}

.comment .reply a:hover,
a.comment-edit-link:hover {}

.commentlist .children {
	margin: 0;
	margin-left: 1.5em;
	background-image: none;
	list-style: none;
}
.commentlist .children li {
	margin: 0;
	border: none;
}

.main .nocomments, .main .nocomments2 {
	margin-bottom: 0;
}

.hideme {
	display:none;
}

/*--------------------------------------------------------------
	## COMMENTS FORM
--------------------------------------------------------------*/
#respond {
	margin-top: 2em;
}

#respond .comment-notes {
	margin-bottom: 1.5em;
	font-size: 0.8em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	min-width: 400px;
	margin: 0 4em 0 0;
}

#reply-title {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: 300;
}

#comments-list #respond {
	margin: 0 0 1.5em 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

#respond .required {}

#commentform {
	display: block;
}

.fluida-comment-placeholder #respond label {
	display:none;
}

#respond input {
	width: 100%;
}

.comment-form-comment textarea {
	display: block;
	float: none;
	width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display: block;
	float: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
	display: block;
	float: none;
}

#respond input:hover, #respond textarea:hover {}

#respond .form-allowed-tags {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
}

#respond .form-allowed-tags code {
	font-size: 1em;
}

#respond .form-submit {
	margin: 1em 0;
	clear: both;
	text-align: right;
}

#respond .form-submit input {
	width: auto;
}

#respond .form-submit input[type="submit"],
#respond .form-submit input[type="reset"] {
}

#respond .form-submit input#submit:hover {
	cursor: pointer;
}

.button {
	padding: 4px 7px;
	border: 1px solid transparent;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.button:hover {
	cursor: pointer;
}

/*--------------------------------------------------------------
	# WIDGET AREAS
--------------------------------------------------------------*/

/* ## MAIN WIDGETS AREAS */
.widget-area ul,
.widget-area ul ul,
.yoyo > .widget-container {
	padding: 0;
	border: none;
	list-style: none;
	list-style-image: none;
}

.widget-container {
	margin: 0 0 0em 0;
/*	font-family: Officina, "Open Sans", Arial, Helvetica, sans-serif !important; */
}
/*
.widget-container:lang(pl) {
	margin: 0 0 0em 0;
	font-family: ArinaN, Arial, Helvetica, sans-serif !important;
}
*/

.widget-container > * {
	max-width: 100%;
}

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

.widget-container ul li {
	display: block;
	float: none;
	margin-bottom: 0.5em;
	word-wrap: break-word;
}

.widget-title {
	margin-bottom: 0em;
	text-align: left;
	text-transform: uppercase;
}

.widget-title span {
	line-height: 2.2;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	word-wrap: break-word;
}

.widget-area a:active,
.widget-area a:hover {}

.widget-area .entry-meta {
	font-size: 1em;
}

/* ## BEFORE CONTENT AND AFTER CONTENT WIDGET AREAS */
.yoyo .widget-title {
	background: none;
	padding: 0;
	margin: 0;
}

/* ## LEFT SIDEBAR MENU */
nav.sidebarmenu {
	display: block;
	width: calc(100% + 4em);
	margin: 0.5em 0 2em -2em;
	border-bottom: 1px solid transparent;
}

nav.sidebarmenu li a {
	display: block;
	float: none;
	padding: .6em 2em;
	border-top: 1px solid transparent;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}

nav.sidebarmenu li a:hover {
	padding-left: 2.3em;
	text-decoration: underline;
}

/* ## CALLENDAR WIDGET */
#wp-calendar {
	width: 100%;
	font-size: .9em;
}

#wp-calendar caption {
	padding-bottom: .3em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

#wp-calendar tbody td {
	border: 1px solid transparent;
}

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

#wp-calendar tbody td:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#wp-calendar tbody td a{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wp-tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* ## TAG CLOUD WIDGET */
.fluida-normalizedtags #content .tagcloud a {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 10px;
	font-size: .9em;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.fluida-normalizedtags #content .tagcloud a:hover {}

/*--------------------------------------------------------------
	# SEARCHFORM
--------------------------------------------------------------*/

.searchform {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	max-width: 300px;
	border: 1px solid transparent;
}

.content-search {}

.no-results .content-search {
	padding: 0;
}

/* ## SIDEBAR SEARCH */
.searchform input[type="search"] {
	display: block;
	float: left;
	position: relative;
	z-index: 7;
	height: 3em;
	width: 100%;
	padding: 0 3.5em 0 .5em;
	border: 0;
	font-size: 1em;
	background: transparent;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.searchform::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 3em;
	height: 100%;
	content: "";
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.searchform:hover::after {
	width: 100%;
}

.searchform:hover input[type="search"] {}

.sidey .widget_search {
	padding: 0;
}

.widget_search label {
	display: none;
}

.searchform .searchsubmit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
	height: 3em;
	width: 3em;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: "Fontello";
	background: transparent;
	vertical-align: middle;
	cursor: pointer;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.searchform:hover .searchsubmit {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* ## HEADER SEARCHFORM */
#access > div > ul > li.menu-search-animated {
	text-align: center;
}

#access .menu-search-animated {
	padding: 0 .3em;
}

#access .menu-search-animated .searchform {
	display: none;
	position: absolute;
	right: 0;
	z-index: 9999;
	top: 100%;
	border-width: 4px;
	box-shadow: 0 1px 2px rgba(254, 35, 56, .1);
}

#access .menu-search-animated .searchform:after,
#access .menu-search-animated .searchsubmit {
	display: none;
}

#access .menu-search-animated .searchform input[type="search"] {
	width: 260px;
	padding: 0 10px;
	border: 0;
	font-size: 1em;
}

#access .menu-search-animated .searchform input[type="search"]:hover,
#access .menu-search-animated .searchform input[type="search"]:focus {
	color: inherit;
}

#access .menu-main-search .searchform input[type="search"]:focus {
	background: transparent;
}

#access .menu-main-search i.search-icon {
	display: inline-block;
	padding-right: .5em;
	padding-left: .5em;
}

#access i.search-icon {
	position: relative;
	z-index: 11;
	cursor: pointer;
}

#access i.search-icon:before {
	display:	block;
	content: '\e854';
	    font-size: 20px!important;
    line-height: 0;
	font-family: "Fontello";
	font-style:	normal;
	font-size:	inherit;
}

#access li.menu-main-search {
    float: right;
    position: absolute;
    max-width: 200px;
    /* padding-left: 12%; */
    /* padding: 0 .4em; */
    /* width: 12%; */
    margin-top: 10px;
    right: 2%;
}

.menu-main-search .search-icon:before {}

/* ## FOOTER MENU SEARCHFORM */
li.menu-footer-search {
	position: relative;
	top: -.5em;
	max-width: 10em;
}

li.menu-footer-search .searchform {
	border: 0;
}

li.menu-footer-search .s {
	border-width: 0 0 1px 0;
}

li.menu-footer-search .searchform .s,
li.menu-footer-search .searchform .searchsubmit{
}

.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/*--------------------------------------------------------------
	# SOCIALS
--------------------------------------------------------------*/

/* ## GENERAL */
.socials {
	position: relative;
	float: initial;
}

.sidey .socials {
	display: table;
	float: none;
	margin: 0 auto 2em;
	font-size: .9em;
}
.socials a {
	display: block;
	float: left;
	position: relative;
	z-index: 99;
	overflow: hidden;
	padding: 0 0.7em 0 0.7em;
	color: #fff !important;
  background-color: #3c5a99;
	_background: url(images/facebook.png);
	background-size:cover;
  height: 32px;
	width:32px;
  margin-top: 12px;
  line-height: 2.5em;
  border-radius: .4em;
}
.socials a::before {
    color: #fff !important;
}

.socials a span {
	display: none;
}

.socials a:before {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.socials a:hover:before {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* ## HEADER SOCIALS */

nav#sheader {
    _position: absolute;
} 
#sheader {
	float: right;
	_margin-left: .5em;
}

#sheader a:before {
	font-size: 1.3em;
}

/* ## SIDEBAR SOCIALS */
#socials-left .socials,
#socials-right .socials{
	display: table;
	margin: 0 auto;
}

/* ## FOOTER SOCIALS */
#sfooter {
	display: block;
	float: right;
	clear: right;
}


/*--------------------------------------------------------------
	# MISCELLANEOUS
--------------------------------------------------------------*/

/* ## BACK TO TOP */
#toTop {
	display: block;
	position: fixed;
	right: 2em;
	bottom: 100px;
	z-index: 251;
	width: auto;
	height: auto;
	padding: .3em 1.2em;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: .9em;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	/*border-radius: 5px 5px 0 0;*/
	box-shadow: 0 0 1px rgba(255, 255, 255, .1) inset;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.fluida-totop-normal #toTop {}
.fluida-totop-fixed #toTop { position: absolute; }
.fluida-totop-disabled #toTop { display: none; }

#toTop:hover {}

.icon-back2top:before {
	content: '\e812';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#toTop:hover .icon-back2top:before {}

/* ## CUSTOM IMAGE BORDER */
.fluida-image-none .entry-content img[class*='align'],
.fluida-image-none .entry-summary img[class*='align'] {}

.fluida-image-one .entry-content img[class*='align'],
.fluida-image-one .entry-summary img[class*='align'] {
	padding: 5px;
	border-bottom: 5px solid transparent;
}
.fluida-image-two .entry-content img[class*='align'],
.fluida-image-two .entry-summary img[class*='align'] {
	border: 1em solid transparent;
}
.fluida-image-three .entry-content img[class*='align'],
.fluida-image-three .entry-summary img[class*='align'] {
	padding: 0;
	border: 1px solid #222;
	box-shadow: 0 0 15px #ccc;
}
.fluida-image-four .entry-content img[class*='align'],
.fluida-image-four .entry-summary img[class*='align'] {
	padding: .7em;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}

.fluida-image-five .entry-content img[class*='align'],
.fluida-image-five .entry-summary img[class*='align'] {
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* ## CUSTOM CAPTION LOOK */
.fluida-caption-zero .main .wp-caption .wp-caption-text {}

.fluida-caption-one .main .wp-caption .wp-caption-text {
	margin-top: .7em;
	border-bottom: 1px solid transparent;
}

.fluida-caption-two .main .wp-caption .wp-caption-text {
	margin-top: .7em;
	padding: .5em;
}

/* ## BREADCRUMBS */
#breadcrumbs-container {
	display: block;
	float: none;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0em;
}

#breadcrumbs {
	display: block;
	width: 100%;
	padding: .7em 0em;
	font-size: .9em;
}
#breadcrumbs a .icon-homebread {
  color: #999;
}

.icon-homebread:before {
	content: '\e81f';
	font-size: 1em;
	cursor: pointer;
}

#breadcrumbs-nav .icon-angle-right:before {
	padding: 0 .8em;
}

/* ## PAGINATION */
.pagination {
	display: table;
	float: none;
	clear: both;
	margin: 1.5em auto;
	border: 1px solid transparent;
	text-align: center;
}

.pagination span,
.pagination a {
	display: block;
	position: relative;
	float: left;
	height: 2.2em;
	width: 2.2em;
	margin-right: 1px;
	text-align: center;
	font-size: 1.4em;
	line-height: 2.2;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pagination .dots {
	width: 3em;
	border: 0;
	background: none;
}

.pagination a:hover,
.pagination span:hover {
	width: 3em;
}

.pagination .current{}


/* ## CONTINUE READING */
footer.post-continue-container {}

a.continue-reading-link {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 1.2em;
	font-size: 1em;
	line-height: 3;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

a.continue-reading-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

a.continue-reading-link:hover:before {
	left: 100%;
}

.continue-reading-link span {
	position: relative;
	z-index: 10;
}

.continue-reading-link span:after {
	position: absolute;
	right: -1.5em;
	opacity: 0;
	content: "...";
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.continue-reading-link i.icon-right-dir {
	position: relative;
	left: 0;
	z-index: 10;
	margin-left: .5em;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.continue-reading-link:hover i.icon-right-dir {
	left: 2em;
	opacity: 0;
}

a.continue-reading-link:hover span:after {
	opacity: 1;
}


/* ## BLOCKQUOTES */
.entry-content blockquote {
	display: table;
	float: none;
	clear: both;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 2em;
	font-style: italic;
	font-weight: 400;
}

.entry-content blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: '\e80f';
	font-size: 1.5em;
	font-family: 'elusive';
}

.entry-content blockquote:after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: '\e80f';
	font-size: 1.5em;
	font-family: 'elusive';
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main blockquote p{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	# CONDITIONALS
--------------------------------------------------------------*/
.single-post.fluida-comhide-in-posts .nocomments { display: none; }
.page.fluida-comhide-in-pages .nocomments { display: none; }
.fluida-hide-page-title .page h1.entry-title,
.fluida-hide-cat-title .page-header { display: none; }

/*--------------------------------------------------------------
	# FIXES
-------------------------------------------------------------- */

/* woocommerce fix*/
.woocommerce .product .entry-summary {
	clear: none;
}

/*--------------------------------------------------------------
	# Anpassungen werbit 09-2016
-------------------------------------------------------------- */

html {
 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}
/*
html:lang(pl) {
    font-family: ArinaN, Arial, Helvetica, sans-serif !important;
    font-size: 100%;
    }
*/
#masthead #site-header-main {
 box-shadow: 0 3px 18px rgba(0,0,0,0.1)!important;
  transition: all 0.5s;
}
#header-text {
  position: absolute;
  width: 100%;
  top: 0em;
  height: 3em;
  line-height: 3em;
  text-align: right;
  z-index: 1;
  transition: all 0.5s;
  padding-right: 12%;
}
.header-fixed #header-text {
  height: 2em;
  line-height: 2em;
}
#header-text span {
margin: 0em 0em 0 0em;
    padding: .2em 0 .3em 2em;
    color: #888;
}
#header-text span:lang(pl) {
/*  margin: 0em 5em 0 5em;
  font-size: .9em; */
}
.header-fixed #header-text span {
  _padding: 0.1em 0 0em 1em;
}
#header-text span a {
  color: #888 !important;
}
#header-text span.tel {
  background: none;
}
#header-text span.mail {
  background: none;
}

nav#access {
  border: 0px solid #f12338;
}

ul#prime_nav {
 padding-top: 52px;
 transition: all .5s;
}
.header-fixed ul#prime_nav {
  padding-top: 42px;
  padding-left: 0px;
}
#access div > ul > li {
 padding: 0 0.6em;

}
#access div > ul > li > a {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.3em !important;
  font-weight: 600;
 padding: 10px 1em;
  border-top: none;
}

	
#access div > ul > li > a:lang(pl) {
/*  font-size: 1.3em;
  line-height: 1.2em !important;
  */
}
#access div > ul > li:hover {
    background-color: #fff !important;
}
#access div > ul > li > a span {
  _border-bottom: 3px solid #fff;
}

#access div > ul > li:hover > a {
    color: #f12338 !important;
}
#access ul > li.current_page_item > a, 
#access ul > li.current-menu-item > a, 
#access ul > li.current_page_ancestor > a, 
#access ul > li.current-menu-ancestor > a {
  border-top: none;
	background: #EFEFEF;
   color:#f12338!important;
    border-radius: 20px;
}
#access ul > li.current-menu-item > a span {
  _border-bottom: 3px solid #f12338;
}
.menu-search-animated {
  height: 32px !important;
  line-height: 32px !important;
  }
#access > div > ul > li.menu-search-animated:hover i { 
  color: #f12338 !important; 
}
#access .menu-main-search .searchform {
  border-color: #f12338 !important;
}
#breadcrumbs {
  padding: 0 !important;
}
#breadcrumbs span {
  color: #888;
}
#breadcrumbs-container {
    background-color: #fff !important;
    position: absolute;
    top: 6.6em;
}
#breadcrumbs-container:lang(pl) {
/*    top: 5.5em; */
}
#breadcrumbs-container-inside #breadcrumbs nav#breadcrumbs-nav {
  padding-left: .7em !important;
}


.header-fixed #access div > ul > li > a {
  height: 32px;
  line-height: 0.8!important;
}


#content {
  margin-top: 2em !important;
}
#content img {
  border-radius: 2em;
}
#content img.abstand-klein {
  margin-bottom: 2em;
}
#content img.abstand-mittel {
  margin-bottom: 5em;
}
#content img.abstand-gross {
  margin-bottom: 8em;
}
aside#primary {
  background-color: #fff !important;
  box-shadow: none;
  padding-top: 0;
}
aside#secondary {
  box-shadow: none;
  padding-top: 1em;
}
aside#primary .widget-title {
  display: none;
}
aside#primary li,
aside#secondary li {
  padding: 0 0 2em 0;
}
aside#primary li:lang(pl),
aside#secondary li:lang(pl) {
/*  padding: 0 0 1.3em 0; */
}
aside#primary li a,
aside#secondary li a {
  color: #000;
  font-weight: bold;
  line-height: 1.2em;
}
aside#primary li a:lang(pl),
aside#secondary li a:lang(pl) {
/*  font-family: ArinaB, Arial, Helvetica, sans-serif !important; */
}
  
aside#primary li a:hover,
aside#secondary li a:hover {
  color: #f12338;
}
aside section.widget_polylang {
  width: 100%;
  margin: 0;
  padding: 0 0 2.5em 0;
}

aside section.widget_polylang ul li {
  display: inline;
  margin: 0;
  padding: 0 1em;
  line-height: 100%;
}
aside section.widget_polylang ul li:lang(pl) {
/* font-family: Officina, Arial, Helvetica, sans-serif; */
}
aside section.widget_polylang ul li.current-lang a::after,
aside section.widget_polylang ul li:hover a::after {
  opacity: 1;
}

.fluida-elementradius article, .fluida-elementradius .sidey, .fluida-elementradius .page-numbers {
  border-radius: .5em !important;
}


.menu-unten-container, .menu-unten-en-container, .menu-unten-pl-container, .menu-unten-2-container, .menu-unten-2-en-container, .menu-unten-2-pl-container {
  font-family: Officina, "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
 
}
.poly {
    position: fixed;
    right: 3%;
    top: 10px;
}
.poly ul, .poly li {
	list-style-type:none;
	display:inline;
	float:left;
	margin-left:12px;
	padding:0;
}
.poly a:hover {color: rgba(0,0,0,0)!important;}
.lang-item-de a{
	background:url(images/de.png);
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	text-indent:-9999999px;
	color: rgba(0,0,0,0);
	width:30px;
	height:24px;
}
.lang-item-en a{
	background:url(images/en.png);
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	text-indent:-9999999px;
	color: rgba(0,0,0,0);
	width:30px;
	height:24px;
}
.lang-item-pl a{
	background:url(images/pl.png);
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	text-indent:-9999999px;
	color: rgba(0,0,0,0);
	width:30px;
	height:24px;
	
}
.poly li a {
	opacity:0.5;
}
.poly li.current-lang a, .poly li:hover a {
	opacity:1;
}
.page-template-page-category .blog a{
    border-top: none;
    _background: #EFEFEF;
    color: #f12338!important;
    border-radius: 20px;
}
/*---------------------------------------------------------
	HOME
----------------------------------------------------------*/
div.language {
	display:none;
}
div.stoerer {
	display:none;
}
.page-id-2454 .entry-title {
	display:none;
}
.page-id-2454 .language {
	display:block;
	position:absolute;
	width:180px;
	_top:130px;
	z-index:99;
}
.page-id-2454 .stoerer {
    display: block;
    position: absolute;
    right: 10%;
    width: 120px;
    top: 140px;
    z-index: 99999;
	
}
.page-id-2454 .stoerer img{
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
 .language  aside#primary {
    background: transparent!important;
    box-shadow: none;
    padding-top: 0;
}

.page-id-2454 .language  .menu-links-container {
	display:none;
}
.page-id-2454  #content {
    margin-top: 0 !important;
}
.col-100 {
	width:100%;
	float:left;
}
.col-100 .start {
	
	_text-align:center;
	background-color:#fff;
	background-image:url(https://berlinek.de/wp-content/uploads/2016/10/logo.jpg);
	background-position:80%;
	background-size:15%;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	padding:2% 20% 2% 2%;
	border-radius:10px;
	margin-bottom:3%;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}
.col-100 .start h1 {
	_text-align:center;

}
.col-100 .start .small {
	text-align:right;
	float:right;
	font-size:14px;

}
.col-50 {
	width:48%;
	float:left;
	_background:#f12338;
	padding: 1%;
	border-radius:10px;
	
}
.col-33 .col-50 p{
	font-size:15px;
	font-weight:normal;
}
.leftcol {
	margin-right:2%;
}
.rightcol {
	margin-left:2%;
}
.col-50 h2 {
	color:#fff;
	text-align:center;
}
.single-teaser {
	width:90%;
	float:left;
	margin:3% 5% 3% 5%;
	background:#fff;
	
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
		overflow:hidden;
			-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}

.single-teaser img {
	width:100%;
	float:left;
	border-radius: 0!important;
	line-height:0;
	padding:0;
	transform:scale(1);
			-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
.single-teaser:hover{
	box-shadow: 3px 3px 50px rgba(0,0,0,0.2);
		-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
.single-teaser:hover img{
	transform:scale(1.05);
		-webkit-transition: all .9s ease-in-out;
	transition: all .59s ease-in-out;
}
.single-teaser h3 {
	text-align:center;
	margin: 2% auto;
}

/*
.menu-unten-container:lang(pl) {
  font-family: ArinaN, "Open Sans", Arial, Helvetica, sans-serif !important;
  width: 100%;
  border-top: 1px solid #999;
  padding: .5em 0 0 0;
}
*/
.menu-unten-container ul, .menu-unten-en-container ul, .menu-unten-pl-container ul {
      display: block;
    _padding-top: 200px;
    _float: right;
}
.menu-unten-2-container ul, .menu-unten-2-en-container ul, .menu-unten-2-pl-container ul {
      display: block;
    _padding-top: 200px;
    _float: right;
}
.menu-unten-container ul li,.menu-unten-en-container ul li , .menu-unten-pl-container ul li {
 float:left;
	list-style:none;
	padding:0 5px;
}
.menu-unten-2-container ul li,.menu-unten-2-en-container ul li , .menu-unten-2-pl-container ul li {
 _float:left;
	list-style:none;
	padding:0 5px;
}

.menu-unten-container ul li a, .menu-unten-en-container ul li a, .menu-unten-pl-container ul li a{
    color: #f12338;
    text-transform: uppercase;
	font-weight:bold;
	font-size: 18px;
    margin: 15px 0px;
	    display: inline-block;
}
.menu-unten-2-container ul li a, .menu-unten-2-en-container ul li a, .menu-unten-2-pl-container ul li a{
    color: #f12338;
    text-transform: uppercase;
	font-weight:bold;
	font-size: 18px;
    margin: 15px 0px;
	    display: inline-block;
}
.menu-unten-container ul ul,
.menu-unten-container ul ul li, .menu-unten-en-container ul ul , .menu-unten-pl-container ul ul li,  .menu-unten-en-container ul ul , .menu-unten-pl-container ul ul li{
  display: block;
  margin: 0;
}
.menu-unten-container ul ul li a,  .menu-unten-en-container ul ul li a, .menu-unten-pl-container ul ul li a {
  font-weight: normal;
}
.menu-unten-container ul ul.sub-menu, .menu-unten-en-container ul ul.sub-menu, .menu-unten-pl-container ul ul.sub-menu {
  margin: .5em 0 0 0;
}
.menu-links-container,
.menu-links-pl-container,
.menu-links-en-container {
  width: 180px;
}

.textwidget {
  font-weight: bold;
  _text-transform: uppercase;
}
.main table.kontakt tr,
.main table.kontakt td {
  border: none;
  background: transparent !important;
}
.main table.kontakt th {
  border: none;
}
@keyframes changecolor {
  from {
    color: rgba(241,35,56,.1);
  }

  to {
    color: rgba(241,35,56,1);
  }
}

.blink a  {
  animation-duration: 0.9s;
  animation-name: changecolor;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


#sheader {
    height: 50px !important;
    line-height: 50px !important;
}
#sheader a:nth-child(2),
#sheader a:nth-child(3) {
    display: none;
}

.col-33 table img {
    border-radius: 40px!important;
    margin-top: 0;
	 transform:scale(1);
	transition:all 0.3s ease-in-out 0.3s;
	
}
.col-33 table img:hover {
   transform:scale(1.1);
	transition:all 0.3s ease-in-out 0.3s;
	cursor:pointer;
}
.col-33 td {
    width: 50%;
}
.col-50 table img {
    border-radius: 40px!important;
    margin-top: 0;
	 transform:scale(1);
	transition:all 0.3s ease-in-out 0.3s;
	
}
.col-50 table img:hover {
   transform:scale(1.1);
	transition:all 0.3s ease-in-out 0.3s;
	cursor:pointer;
}
aside#secondary .widget_text {
  margin-bottom: 2.4em;
}
.gmap-div {
  padding: 0 1em 0 0; 
  width: 50%; 
  display: table-cell;
}

.gmap {
  border: 1px solid #999; 
  border-radius: 2em; 
  margin-left: 0em; 
  margin-right: 0em;
  min-width:452px;
}

/* News */
.verborgen {
  display: none !important;
}
header.pad-container {
  border: none !important;
  background-color: #fff !important;
  padding: 2em 10% 0em 10% !important;
}
.fluida-magazine-two #content-masonry article.hentry {
  width: 100% !important;
  float: none !important;
}

/* MCE */
.mce-content-body h2 {
  display: inline-block;
  font-size: 1.2em;
  padding-bottom: 1em;
}
.mce-content-body h3 {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 1em 0 .2em 0;
}
.mce-item-table {
  min-width: 10em;
}
.mce-item-table td {
  border: 1px solid #fff;
  padding: .5em;
}

#tinymce ul {
  margin: .5em 0 .5em 1.5em;
}

.mce-content-body hr {
  border-top: 1px dotted #000;
}
.mce-content-body img.abstand-klein {
  margin-bottom: 2em;
}
.mce-content-body img.abstand-mittel {
  margin-bottom: 5em;
}
.mce-content-body img.abstand-gross {
  margin-bottom: 8em;
}

/* Slideshow */
.slideshow_container_style-dark  {
/*  background-color: rgba(0,0,0,0.6) !important; */
  border-radius: 2em;
}
.slideshow_container_style-dark .slideshow_pagination_center {
  display: none !important;
}

/* Kontaktformular */
.wpcf7-form {
  margin: auto;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 32em;
  background: rgba(255,255,255,.5);
  transition: all .5s;
}
.wpcf7-form input:hover,
.wpcf7-form textarea:hover {
  background: rgba(255,255,255,.9);
}
.wpcf7-form input.wpcf7-submit {
  font-size: 1em;
  font-weight: bold;
}

/* FIN! */
@media screen and (min-width: 1700px) {
  .col-33 table img {

min-width: 240px!important;
}
	  .col-50 table img {

min-width: 240px!important;
}
}

@media screen and (max-width: 1920px) {
  .gmap-div {
    width:491px;
  }
}
@media screen and (max-width: 1600px) {
  .gmap {
    min-width:350px;
	  
  }

article.hentry .article-inner, #breadcrumbs-nav, #content-masonry article.hentry .article-inner, .pad-container {
    padding-left: 5%!important;
    padding-right: 5%!important;
}
  #header-text span {
    _margin: 0em 4em 0 6em;
  }
	#colophon-inside {
		padding:0 5%;
	}
}
@media screen and (max-width: 1200px) {
		#masthead #site-header-main {
    position: fixed!important;
		
}
	
	.footer-first, .footer-second {
		width:50%;
		_margin-bottom:40px;
	}
		.footer-third {
		width:100%;
		_margin-bottom:40px;
	}
	.menu-unten-container ul {
    display: block;
    padding-top: 0px;
    float: right;
}
}
@media screen and (max-width: 1480px) {
	.col-33 table img {
height:auto!important;
	min-width:120px;
		border-radius: 20px!important;
}
	
	.col-50 table img {
height:auto!important;
	min-width:120px;
		border-radius: 20px!important;
}
	.main h2 {
    font-size: 15px;
  padding: 0 15px;
}
  .gmap {
    min-width:260px;
  }
  #header-text span {
    margin: 0em 4em 0 2em;
  }

  #access div > ul > li > a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 1280px) {
  #access div > ul > li > a {
    border-top: medium none;
    font-size: 1em;
    font-weight: 900;
    
    line-height: 1.49em !important;
 padding-left: 0.5em;
    padding-right: 1em;
  }
#access {
    padding-right: 7%;
  
}
  #header-text span {
    margin: 2em;;
  }
#content {
    margin-top: 8.5em !important;
}
  #content img {
    border-radius: 1.5em;
    position: relative;
    left: 0em;
    margin-right: 1em;
  }

  #header-text {
    padding-left: 6em;
  }
  article.hentry .article-inner {
      padding-left: 8% !important;
      padding-right: 8% !important;
  }
  .main p {
    hyphens: auto;
  }

  .gmap {
    min-width:240px;
  }

}


@media screen and (min-width: 1025px) {
#header-text span {
        margin: 0em 4em 0 2em;
    font-size: 12px;
}
}
@media screen and (max-width: 1024px) {
	ul#prime_nav {
    padding-top: 0;
   
}
	.zertifikat {
	display:none;
}
	
#content {
    margin-top: 8.5em !important;
}
  #access div > ul > li > a {
    border-top: medium none;
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.3em !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  #header-text {
    _display: none;
  }
#header-text span {
        margin: 0em 4em 0 2em;
    font-size: 12px;
}
  #content img {
    border-radius: 1em;
  }
  #breadcrumbs-container-inside #breadcrumbs nav#breadcrumbs-nav {
    padding-top: .5em;
  }
  .gmap {
    min-width:390px;
  }

  #container[class*="three-"] .widget-container {
    margin: 0 5% 0 !important;
  }
  .col-33 {
    width: 100%;
	padding-left:5%!important;
}
  .col-50 {
    width: 100%;
	padding-left:5%!important;
}
}
@media screen and (min-width: 1280px) {
#header-text span {
        margin: 0 2em;
    font-size: 1em;
}
}

@media screen and (max-width: 1023px) {
#header-text span {
       display:none;
}
}
@media screen and (max-width: 820px) {
	.poly {

    right: 15%;
   
}
#header-text span {
       display:none;
}
 .col-33 td {
    width: 100%!important;
    /* max-width: 320px; */
    overflow: hidden;
    float: left;
}
  .col-33 table img {

    _max-width: 300px;
	}
	.gmap-div {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  #site-copyright {
   margin-bottom: 2em;
  }
  #breadcrumbs-container {
    display: none;
  }

}


@media screen and (max-width: 640px) {
  .gmap {
    min-width:240px;
  }
#branding {
   
    padding-left: 0!important;
}
.poly {
    right: 20%;
	transform:scale(0.8);
}
	
#masthead #site-header-main {
    position: fixed!important;
			  height: 80px;
    line-height: 80px;
}
	#site-header-main.header-fixed {
    height: 80px;
    line-height: 80px;
    transition: all 0.5s;
}
	 .identity {
		height: 80px!important;
    line-height: 80px!important;
	}
		 .identity img {
		margin-left: -12%!important;
	}
	    
	.header-fixed #branding, #site-header-main #branding {
    height: 80px!important;
      width: 270px;
    overflow: hidden;
}
	.article-inner {
    padding: 5%!important;
}
	
	.footer-center .col-33 {
		padding-bottom:5%;
	}
	.menu-unten-container ul, .menu-unten-en-container ul, .menu-unten-pl-container ul {
  
    float: left; 
}
}
@media screen and (max-width: 480px) {
#container.three-columns-sided .main, .three-columns-sided #breadcrumbs {
    width: 100vw !important;
		min-height:100vh!important;
    float: right;
    margin: 0!important;
		
}
	body.page-template-page-front .article-inner {
		margin:0!important;
	}
  #content img {
    left: 0;
    margin-right: 2em;
  }
    #content img.alignright {
    right: 0;
    margin-right: 0em;
  }
  #breadcrumbs-container {
    margin-top: .5em;  
  }
 
  .gmap-div {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }
  
  .main .alignleft, .main img.alignleft,
  .main .alignright, .main img.alignright {
    display: block;
    float: none;
    margin: 0 0 .5em 0 !important;
  }
}
  
  
  
  
  