/*
	Theme Name: LC Blank
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: Slobodan Kustrimovic
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: Multipurpose theme powered by Live Composer.
	Version: 1.0.2
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Reset CSS
 */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


#alexander-email{background-color:#fff !important;color:#fff !important;visibility:hidden !important;display:none !important;}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}

body {
	font-size: 15px;
}

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

.align-center {
	text-align: center;
	margin-top: 30px;
}

.align-center a {
	text-decoration: none;
	color: #1498db;
}

.align-center a:hover {
	text-decoration: underline;
}
.ngg-galleryoverview {
    text-align: center;
}

.ngg-gallery-thumbnail-box {
    display: inline-block;
    float: none !important;
}

.site-info a {
    right: 10px;
    text-decoration: none;
    color: #a6a6a6;
    width: 100%;
    margin-right: 10px;
    text-align: right;
    display: block;
    padding-right: 10px;
}

.site-info {
    background: #edecec;
	font-size:8px;
}
.dynamic-hover a{
	color: #79C900 !important;
}
@media only screen and (max-width: 767px){
	.dslc-col, .dslc-no-columns-spacing .dslc-col {
		margin-bottom: 0px;
	}
	.menu-poziom {
		width: 50%;
		text-align: center;
	}
	div#dslc-module-oga25m0cpfo {
		padding-top: 20px;
	}
    .sc-menu{
        position: absolute;
        right: 30px;
        width: auto;
        top: 23px;
    }
}

.flagi a {
	margin: 0 8px;
}
.dslc-cpt-posts-type-grid .dslc-cpt-post-main{
	min-height: 238px;

}
.dslc-cpt-posts-type-grid .dslca-post-thumb img,
.dslc-blog-posts-type-grid .dslca-post-thumb img{
/*	height: 200px !important;*/
}
@media only screen and (max-width: 765px){
	#dslc-header .dslc-modules-area{
		display: flex;
		margin: 10px 0;
		align-items: center;
	}
}
.fblbCenterOuter.fblbLeft {
    z-index: 99999 !important;
}
@media only screen and (max-width: 765px){
	.sc-icon {
		display: inline-block;
		width: 20%;
		text-align: center;
	}

	.sc-icon-text {
		width: 80%;
		display: inline-block;
	}

	.sc-icon .dslc-micon-module {
		text-align: center !important;
	}
}
.ccf-form-wrapper span.required {
    display: none;
}

input[type=submit]{
	width: 100%;

}

.dslc-posts-inner .dslc-blog-post-thumb{
	/*height: 100%;*/
}
.dslc-posts-inner .dslc-blog-post-main{
	height: 100%;
}
.dslc-posts-inner{
	display: flex;
	flex-wrap: wrap;
}
.dslc-posts-inner > .dslc-post{
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
	.sc-icon-one-line .dslc-1-col {
		width: 15% !important;
	}

	.sc-icon-one-line .dslc-11-col {
		width: 85% !important;
	}
}

.woocommerce-billing-fields p {
	margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
	width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
#billing_postcode_field,
#billing_city_field,
#billing_phone_field,
#billing_email_field{
	width: 100%;
	clear: both;
	/*float: left;*/
}
@media(min-width: 600px){
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
	#billing_postcode_field,
	#billing_city_field,
	#billing_phone_field,
	#billing_email_field{
		width: 50%;
		clear: none;
		float: left;
	}
}
.ccf-form-wrapper .field-type-checkboxes .checkbox,
.ccf-form-wrapper .field-type-checkboxes .main-label{
	display: inline-block !important;
}
.field-type-checkboxes.field-required .choice{
	display: block !important;
	float: right;
}

table{
	margin: 1em 0;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	max-width: 100%;
	display: block;
	width: 100% !important;
}
tbody{
	vertical-align: middle;
	border-color: inherit;
}
.vh100{
		height: 100vh;
}
@media (max-width: 1100px) {
	.dslc-modules-section {
		/*background-size: 100% 100% !important;*/
		background-attachment:scroll !important;
	}
}

input.field-input{
	min-width: 20px;
}
input[type=submit]{
/*	background-color: red !important;*/
	cursor: pointer;
	border: none;
}
.rodo{
	font-size: 12px;
	color: #bababa;
}
.form-submit {
    clear: both;
    padding-top: 20px;
}

table{
	table-layout: fixed;
	margin: 1em 0;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	display: inline-table;
	width: 100% !important;
}
@media (max-width: 720px){
	table {
		display: block;
		width: 100% !important;
	}
}
.tabela td{
	padding: 5px;
}
.tabela tr:hover td{
	background-color: #2f3e91;
	color: #fff !important;
}
.tabela tr:hover td a,
.tabela tr:hover td p
{
	color: #fff !important;
}
.vh100 .slider-pro{
	height: 100vh;
	overflow: hidden;
}
.rodo span{
	color: #919191;
}
form.post-password-form input[type="submit"]{
	max-width: 100px;
	background-color: #5890e5;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	font-family: "Open Sans";
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	display: table;
	margin: 0 auto;
}
form.post-password-form {
	padding-top: 80px;
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	color: #494949;
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans";
	margin: 40px auto;
	min-height: 60vh;
}
form.post-password-form input{
	margin: 20px 0
}

#dslc-content .rozmiar-wpisow .dslc-blog-post-thumb img{
	height: 200px;
	display: inline-block;
	object-fit: cover;
}
.search-field{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(224,224,224,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(224,224,224,1);
	box-shadow: inset 0px 0px 17px 0px rgb(199, 199, 199);
	border: none;
	padding: 12px;
	margin-top: 3px;
	width: calc( 100% - 46px );
	float: left;
}
.search-submit{
	background: url('img/lupa.png');
	width: 46px !important;
	height: 45px !important;
	font-size: 0px;
	float: left;
}
.search-form label span{
	display: none;
}
.ccf-form-wrapper .field {
	margin-bottom: 14px;
}
.ccf-form-wrapper .field-type-checkboxes .main-label{
	display: none !important;
}
.vh100{
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	padding: 0 !important;
}
@media screen and (max-width: 1025px){
	#responsive-menu-container li.responsive-menu-item a {
		display: inline-block !important;
		height: auto !important;
		line-height: 200% !important;
		margin-bottom: 10px;
	}
}
#dslc-footer {
	position: relative !important;
}
#dslc-content{
	padding-bottom: 0 !important;
}
.dostosuj-wysokosc{
	min-height: 1000px;
}

.wpsm_count-title{
	text-align: center !important;
}
.zoom {
    background-size: 100%;
    position: relative;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all 3.5s ease-in-out;
    overflow: hidden;
}

@-webkit-keyframes zoomin {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}
@keyframes zoomin {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 120%;
    }
    100% {
        background-size: 100%;
    }
} 
body{
        overflow-x: hidden;
}
.image-zoom .dslc-text-module-content {
  transition: transform .2s;
}

.image-zoom .dslc-text-module-content:hover {
  transform: scale(1.05);
}
.info-box .dslc-modules-section-wrapper {
  top: -50px
	} 
.wpcf7-list-item{
	font-size:10px;
	line-height: 18px;
}