
/*#header {
	background: #F1f1f1;
}
#main {
	background: #4a89a2;
}
#site-sidebar {
	background: #60ad58;
}
#site-footer .row {
	background: #69696b;
}

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #0f0d0e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.entry-content li h2, .entry-content li h3, .entry-content li h4, .entry-content li h5 {
    display: inline-block;
}

main p {
	margin-bottom: 1.5em;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

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;
}

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

.widget p.post-title {
    margin-bottom: 0;
    display: table;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}
.single .entry-content hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

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

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {

}
li {

}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


.owl-carousel .owl-item {
    -webkit-backface-visibility: visible !important;
}
.bgi {
	-webkit-background-size: cover;
	background-size: cover;
}
ul.fl-builder-submenu li:before {
    content: '';
    display: none;
}
.fl-builder h2.entry-title {
    display: none;
}
.no-pad {
	padding: 0 !important;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    border-radius: 3px;
    background: #c7c7c7;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 1;
    padding: 15px 32px;
    transition: .3s;
    -webkit-transition: .3s;


}


button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {


}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

	box-shadow: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


html:root  {
    margin-top: 0 !important;
    overflow-x: hidden;
}
@media (min-width:769px){
  div#wpadminbar:hover {
    top: 0;
    opacity: 1;
  }
  div#wpadminbar {
    top: -26px;
    transition: .2s;
    opacity: 0;
  }
}
@media (max-width:991px){
  div#wpadminbar {
    display:none;
  }
}
.navbar.navbar-inverse.affix-top {
    /*width: 100%;*/
}
.affix {
    top: 0;
}








/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #444;
	text-decoration:none;
}

a:visited {
	color: #444;
}

a:hover,
a:focus,
a:active {
	color: #666;
}

a:focus {
	outline: none;
}

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



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#site-sidebar{
	/*padding-top:30px;*/
	padding-bottom:30px;
}


/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*
.widget .widget-title {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}*/


footer .widget .widget-title {
	margin-bottom: 16px;
	font-family: Montserrat;
	color: #0f0d0e;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 13px;
}

footer .widget .widget-title:after {
	content: '';
	width: 32px;
	height: 2px;
	background-color: #a00;
	position: absolute;
	bottom: 0;
	left: 0;
}





/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.single .entry-content {
    overflow: hidden;
}
.fl-post-grid-content .fb-like.fb_iframe_widget {
    display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
    clear: both;
}
.page-template-default .entry-content {
    margin-top: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*.page-template-default .entry-header,*/
.page-id-24 .entry-header {

}
.page-id-24 .entry-content {
    margin-top: 0;
}


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



.upw-posts .type-galeria_karat {
    position: relative;
}
.upw-posts .type-galeria_karat .entry-image + .entry-title a {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
}
.upw-posts .type-galeria_karat:hover .entry-image + .entry-title a {
    opacity: 1;
}
.upw-posts .type-galeria_karat .entry-title a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    border: solid 1px #ddd;
    padding: 3px 5px;
    font-weight: 600;
    background: #eee;
    min-height: 143px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #393939;
    text-align: center;
    position: relative;
    padding-top: 28px;
    left: 0;
    right: 0;
}
.upw-posts .type-galeria_karat .entry-title a:hover {
    text-decoration: none;
}

.upw-posts .type-galeria_karat .entry-title a:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 35px;
    right: 35px;
    height: 2px;
    display: block;
    background: rgba(57, 57, 57, 0.7);
}
body .upw-posts article.galeria_karat header {
    outline: solid 1px rgba(34, 34, 34, 0);
    -webkit-transition: outline .3s;
    -moz-transition: outline .3s;
    -ms-transition: outline .3s;
    -o-transition: outline .3s;
    transition: outline .3s;
    position: relative;
}
body .upw-posts article.galeria_karat header:hover {
    outline: solid 1px #222;
}
/* gallery widget colors */
.upw-posts .type-galeria_karat:nth-child(6n+1) .entry-title a {background-color: #d1e1e1;}
.upw-posts .type-galeria_karat:nth-child(6n+2) .entry-title a {background-color: #ecc1d2;}
.upw-posts .type-galeria_karat:nth-child(6n+3) .entry-title a {background-color: #e6e9ce;}
.upw-posts .type-galeria_karat:nth-child(6n+4) .entry-title a {background-color: #c7e7ff;}
.upw-posts .type-galeria_karat:nth-child(6n+5) .entry-title a {background-color: #8cc6f8;}
.upw-posts .type-galeria_karat:nth-child(6n+6) .entry-title a {background-color: #ecd6af;}



.upw-posts .type-galeria_karat:nth-child(2n+3) {
    clear: left;
}


@media screen and (max-width: 1299px) {
    .upw-posts .type-galeria_karat .entry-title a {
        min-height: 133px;
        max-width: 250px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .upw-posts .type-galeria_karat .entry-title a {
        min-height: 0;
        margin-top: -20px;
        font-size: 10px;
        line-height: 12px;
        padding-top: 5px;
        top: 20px;
        bottom: 5px;
        position: absolute;
    }
    .upw-posts .type-galeria_karat .entry-title {
        margin: 0 !important;
    }
    .upw-posts .type-galeria_karat .entry-title a:before {
        opacity: 0;
    }
    .upw-posts .type-galeria_karat .entry-image + .entry-title a {
        top: 20px;
        bottom: 5px;
        left: 0;
        right: 0;
    }
    body .upw-posts article.galeria_karat header {
        position: relative;
        min-height: 101px;
    }
}







/*------------------------------------------*/
/*SCROL TO TOP*/
/*------------------------------------------*/

.to-top {
  display:inline-block;
  position:fixed;
  bottom:40px;
  right:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  overflow:hidden;
    background: rgba(178, 0, 0, 0.75);
    padding: 10px 15px;
    color: #fff !important;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  z-index: 10;
}

.to-top.top-is-visible {
  visibility:visible;
  opacity:1;
}

.to-top.top-fade-out {
  opacity:.5;
}

.no-touch .to-top:hover {
  background-color: #b20000;
  opacity:1;
}


@media only screen and (min-width: 992px) {
  .to-top {
    right:30px;
    bottom:30px;
  }
}

























/*------------------------------------------*/
/* cookie banner */
/*------------------------------------------*/
#cookie-law {
  text-align: center;
    background: #333;
    position: relative;
}

#cookie-law > div {
    padding: 30px 15px;
    padding-right: 130px;
    display: inline-block;
    position: relative;
    max-width: 1040px;
}

#cookie-law h4 { padding: 0 !important; margin:0 0 8px !important; text-align:left !important; font-size:13px !important; color:#fff;
}
#cookie-law p { padding: 0 !important; margin:0 !important; text-align:left !important; font-size:12px !important; line-height: 18px !important; color:#D8D8D8;
}
#cookie-law a { color:#fff;
}
#cookie-law p+h4 {
    margin-top: 15px !important;
    display: block;
}
a.close-cookie-banner {
  position: absolute;
  top:0px;
  right:0px;
  margin:10px;
  display:block;
  width:20px;
  height:20px;
}

#cookie-law .fa-times {
     font-size: 28px;
    background: rgba(0, 0, 0, 0.41);
    padding: 8px 12px;
    margin-top: 20px;
    margin-left: -100px;
}

a.close-cookie-banner span {
  display:none !important;
}
@media (max-width: 992px) {
#cookie-law > div {
    padding: 30px 70px;
}
a.close-cookie-banner {
    right: auto;
    left: 0;
}
#cookie-law .fa-times {
    margin-left: 0;
}
 }



























/*------------------------------------------*/
/* buttons */
/*------------------------------------------*/
.btn-primary {
	display: block;
	background: #333;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.btn-outline {
    border-radius: 2px;
    border: 1px solid #0f0d0e;
    display: table;
    width: 100%;
    padding: 16px;
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}


a.btn.btn-default {
    border-radius: 2px;
    border: 1px solid #0f0d0e;
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 21px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 9px 0 21px;
    display: table;
}
a.btn.btn-default:hover {
    background: #0f0d0e;
    color: #fff;
}

aside#site-sidebar a.btn.btn-default {
    margin: auto;
    width: 100%;
    text-align: center;
}
body.page .fb-like.fb_iframe_widget {
    display: none;
}










/*pagination*/
body .fl-builder-pagination ul.page-numbers {
    position: relative;
    padding: 0 95px;
}
body a.next.page-numbers {
    position: absolute;
    right: 0;
    top: 0;
}
body a.prev.page-numbers {
    position: absolute;
    left: 0;
    top: 0;
}
body .fl-builder-pagination li a.page-numbers:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}
body .fl-builder-pagination li span.current {
    color: #f5f5f5;
    text-decoration: none;
    background-color: #0f0d0e;
}
body .fl-builder-pagination li a.page-numbers, body .fl-builder-pagination li span.page-numbers {
    border: 0;
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    border-radius: 50%;
	font-weight: 600;
}
body .fl-builder-pagination {
    padding: 10px 0 50px;
    border-top: solid 1px rgba(15, 13, 14, 0.2);
}
body .fl-builder-pagination:empty {
    display: none;
}





/* menu widget */
.widget.widget_nav_menu {
    margin-bottom: 80px;
}
 .widget_nav_menu a {
    color: #14141d;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
    padding-left: 35px;
    position: relative;
}
.widget_nav_menu li.current-cat > a,
.widget_nav_menu li.current > a,
.widget_nav_menu a:hover {
    color: #aa0000;
}
.widget_nav_menu li a:hover:before,
.widget_nav_menu li.current > a:before,
.widget_nav_menu li.current-cat > a:before {
    background-color: rgba(169, 2, 2, 0.2);
    color: #a00;
}
main .widget_nav_menu .widgettitle {
    color: #14141d;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 22px;

}
.widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}
main .widget_nav_menu li {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 11px;
}
main .widget_nav_menu li:before {
	display: none;
}
main .widget_nav_menu li a:before {
    content: "\f105";
    color: #aa0000;
    font-family: fontawesome;
    padding-right: 8px;
    color: #6c7a89;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    background-color: rgba(108, 122, 137, 0.2);
    text-align: center;
    width: 25px;
    height: 25px;
    display: block;
    padding: 0;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
}

main .widget_nav_menu li.main-menu-item a {
    font-size: 16px;
    padding-left: 0;
}
main .widget_nav_menu li.main-menu-item a:before {
    display: none !important;
}



.widget.widget_nav_menu ul.submenu {
    margin-top: 3px;
}
main .widget_nav_menu .submenu > li {
    margin-bottom: 3px;
}
main .widget_nav_menu .submenu > li a:before {
    background: transparent;
    width: 15px;
    margin-left: 10px;
}
.widget_nav_menu li li a {
   font-size: 12px;
    margin-left: -2px;
    padding-left: 30px;
}



.project-menu:empty {
    display: none;
}
.project-menu:empty + div {
    /* width: 100%; */
    /* max-width: 800px; */
    margin: auto;
    float: none;
}




/* gmaps */
div .gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: visible;
    width: 275px !important;
    height: 104px !important;
    background-color: #0f0d0e;
    margin: 40px -15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    top: -20px !important;
    bottom: -10px !important;
    z-index: 5;
    font-family: "Open Sans";
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
div .gm-style .gm-style-iw:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #000;
    z-index: -1;
}

div .gm-style .gm-style-iw strong {
    text-transform: uppercase;
}
div .gm-style .gm-style-iw + div {
    right: auto !important;
    left: 245px !important;
    background-image: url(/app/themes/thm/img/close.png);
    background-repeat: no-repeat;
}
div .gm-style .gm-style-iw + div img {
    display: none !important;
}



div .gm-style .gm-style-iw hr,
:not(:lang(pl)) div .gm-style .gm-style-iw .pl,
:not(:lang(en)) div .gm-style .gm-style-iw .en {
    display: none;
}

[style="position: absolute; left: 1px; top: 1px; border-radius: 2px; background-color: rgb(255, 255, 255); width: 294px; height: 120px;"] {
    display: none;
}
