/*html *{
	pointer-events: auto;
}
html, body, #container-page, #page, #content, #content section, .absolute-image img{
	pointer-events: none;
}*/
.bodyfixed{
	display: block;
	position: fixed;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
a:hover{
text-decoration: none;
}
.clear{
	clear: both;
}
body{
	position: relative;
}
.absolute-image{
	position: absolute;
	width: 100%;
	max-width: 1703px;
	z-index: 10;
	opacity: 0.5;
	pointer-events: none;
	top:0;
	right:0;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 44% top;
}
/*.owl-carousel.owl-loaded {
    z-index: -2;
}
*//*top*/
header
{
    /*background-color: #fff;
    */height: 138px;


}
header .container
{ 
    height: inherit;
    }

.logo
{
    overflow: hidden;
    float: left;
}
.logo a
{
    overflow: hidden;
    float: left;
    margin-top: 33px;

}

.logo a img
{
    float: left;
    opacity: 1;
	transition-duration: 0.7s;
}
.logo a:hover img
{
    opacity: 0.5;
}
header nav
{
    float: right;
}
header nav ul
{
    list-style: none;
    margin:0;
    padding: 0;
    line-height: 61px;
    margin-top: 37px;
    border: 1px solid #b2b2b2;
    border-left: 0;
    border-right: 0;
    height: 63px;
    overflow: hidden;
}
header nav ul li
{
    display: inline-block;
    margin:-1px 0px;
	padding: 0 20px 0 21.5px;
	position: relative;
	transition-duration: 1s;
}
header nav ul li:hover
{
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
}
header nav ul li:before{
	content: '';
	height: 130%;
	width: 100%;
	background:  url(../images/logo-circle.png) no-repeat center transparent;
	background-size: auto 100%;
	position: absolute;
	top: -15%;
	left:0; right: 0;
	opacity: 0.15;
	pointer-events: none;
	opacity: 0;
	transition-duration: 3s;
}
header nav ul li:hover:before{
	opacity: 0.15;
	transition-duration: 3s;
}
header nav ul li a,
header nav ul li a:hover
{
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.05em;
}
/*bottom*/
footer{
	background-color: #000000;
}
footer .container{
	position: relative;
}
.copyright_left{float: left;}
.copyright_left,
.copyright_right,
.copyright_right a{
	color: #ffffff;
	font-family: 'Roboto';
	font-size:  14px;
	line-height: 25px;
	letter-spacing: 0;
	font-weight: 100;
}
.copyright_right a{
	font-weight: 400;
}

.indexfooter{
    padding: 26px 0px 26px;
}
.footer-yt{
	margin: auto;
	display: block;
	position: absolute;
	right: 190px;
}
.footer-yt img{
	display: block;
	margin: auto;
	height: 25px;
	width: auto;
}
/*index*/
.owl-carousel .owl-item img.img_rwd {
    display: none;
}

.main-slider .slide
{
    height: 488px;
    background: no-repeat center center transparent;
}


.slider_apla
{
    background: no-repeat center center rgba(0,0,0,0.6);
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	pointer-events: none;
}
.slide .title{
	font-family: 'Playfair Display', serif;
    font-style: italic;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.055em;
	color: #ffffff;	  
    overflow: hidden;

	margin-bottom: 20px;
}
.slide .description  span{
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #ffffff;
}
.description{
	height: 112px;
    overflow: hidden;
    font-weight: 300;
}
.slide .content a{
	font-family: 'Roboto';
    font-style: italic;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #ffffff;
	width: 215px;
	height: 45px;
	display: block;
	background-color: rgba(255,255,255,0.3);
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
	transition-duration: 1s;
}
.slide .content a:hover{
	background-color: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.5);
}
.slide .content{
	position: absolute;
	top: 0; bottom: 0;
	height: 100%;
	width: 530px;
	z-index: 400;
	left: 50%;
	margin-left: -474px;
	padding-top: 77px;
}
.owl-dots{
	height: 500px;
    position: absolute;
	width: 2px;
	right: 50%;
	margin-right: -471px;
	top: 0;
	padding-top: 114px;
}
.owl-dot{
	width: 1px;
	height: 51px;
	background-color: white;
	opacity: 0.5;
}
.owl-dot.active{
	opacity: 1;
	width: 3px;
	margin-left: -1px;
}
.index-content{
	padding-top: 86px;
	padding-bottom: 112px;
}
.counsel{
	width: 56%;
	float: left;
	background: url(../images/porady-bg.png) no-repeat transparent;
	background-position: 147px 24px;
	position: relative;
    z-index: 11;
    overflow: hidden;
}
.about-us{
	width: 41%;
	float: right;
    overflow: hidden;
}
.counsel h2{
	margin-bottom: 32px;
}
.about-us h1{
	margin-bottom: 25px;
}
.counsel h2, .about-us h1{
	font-family: 'Playfair Display', serif;
    font-style: italic;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #000000;
} 
.counsel-bg{
	width: 407px;;
	background:  url(../images/counsel-bg.png) no-repeat center transparent;
	background-size: 100% 100%;    
	padding: 26px;
	position: relative;
    z-index: 11;
}
.counsel-content{
	background-color: rgba(255,255,255,0.9);
	padding: 31px 34px 40px 34px;
}
.about-us span{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
    width: 100%;
    color: #000000;
    display: inline-block;
}
.section-mark{
	width: 21%;
	float: left;
	margin-top: 3px;
}
.section-mark img{
    width: 35%;
    margin: 7%;
}
.section-text{
	width: 79%;
	float: right;
	font-family: 'Playfair Display', serif;
    font-style: italic;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #000000;
	overflow: hidden;
}
.section-text .bold{
	font-weight: bold;
}
.more-box .day{
	font-family: 'Roboto';
    font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	display: inline-block;
    margin-top: 6px;
    margin-left: 6px;
}
.more-box .hour{
	font-family: 'Playfair Display', serif;
    font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	float: right;
	display: inline-block;
    margin-right: 2px;
}
.more{
	font-family: 'Roboto';
    font-style: italic;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #686868;
	width: 214px;
	height: 45px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	padding: 8px 0;
    margin-top: 6px;
    margin-left: 6px;
	transition-duration: 1s;
}
.more:hover{
	background-color: #000000;
	color: #ffffff;

}
.more-box .more{
	width: 96%;
}
.about-us .more{   
	margin-top: 41px;
	margin-left: 0px;
}
.more-box{
	padding-top: 38px;
	overflow: hidden;
}
/*kontakt*/

.button-container button.more{
	float: left;
	margin: 0 11px 0 0;
	cursor: pointer;
	position: relative;
    z-index: 11;
}
.box-gliwice{
	margin-bottom: 90px;
}
.box-raciborz{
	margin-bottom: 106px;

}
#googleMap2,
#googleMap1
{
    height: 280px;
}
section.kontakt 
{
	margin-top: 91px;
}
.kontakt h1,
.kontakt h2
{
	font-family: 'Playfair Display';
	font-size: 25px;
	font-style: italic;
	color: #000;
	line-height: 35px;
	letter-spacing: 0.05em;
	margin-left: 2px;
	margin-bottom: 28px;
}
.col_right h2{
	letter-spacing: 0.05em;
    margin-left: 0;
}
.kontakt a.more
{
	float: left;
	margin: 0 10px 0 0;
}
.kontakt .button-container {
    margin-top: 74px;
    margin-bottom: 82px;
}
.col_left{
	float: left;
	width: 25%;
}
.col_right{
	float: right;
	width: 69%;
}
.captcha-box {
	padding-top: 6px;
}

.captcha{
	border: 1px solid #e8e7e8;
	height: 45px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center ;
}

.captcha,
.contact-inputs{
	width: 45.5%;
	float: left;
}
.kontakt .form-box {
    padding-top: 6px;
}
.kontakt .form-row {
    margin-bottom: 6px;
}
.kontakt .text{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: -2px;
}
.kontakt input{
	height: 45px;
	line-height: 45px;	
	padding: 0px 16px;
    margin-bottom: 3px;
	border: 1px solid #e8e7e8;
	font-family: 'Roboto';
	font-weight: 300;
	color: #626262;
	letter-spacing: 0.02em;
	position: relative;
    z-index: 11;
}
.kontakt textarea{
	resize: none;
	height: 153px;
	padding: 13px 16px;
    margin-bottom: 3px;
	border: 1px solid #e8e7e8;
	font-family: 'Roboto';
	font-weight: 300;
	color: #626262;
	letter-spacing: 0.02em;
    position: relative;
    z-index: 11;
    resize: none;
    margin-top: 0;
}
.captcha-header{
	font-family: 'Playfair Display';
	font-size: 18px;
	font-style: italic;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 8px 0 4px 0;
	display: block;

}
.captcha-box input,
.kontakt .contact-textarea{
	width: 53.5%;
	float: right;	
}
.kontakt .more{
    border: none;
    margin-top: 38px;
    margin-left: 0px;
}
.mapa{
    margin-top: 43px;
}
/*kancelaria*/
.sub-slider .slide
{
    height: 270px;
    background: no-repeat center center transparent;
}
.sub-slider .owl-dots{
	height: 270px;
	padding-top: 22px;
}
.sub-slider .owl-dot{
	height: 45px;
}
.sub-slider .slide .content {
    padding-top: 40px;
	margin-left: -467px;
}
.sub-slider .slide .content a{
	margin-top: 4px;
}
section.kancelaria
{
	margin-top: 62px;
	position: relative;
    z-index: 11;
}


.container-right{
	float: right;
	width: 69%;
}
.container-left{
	float: left;
	width: 24%;
}
.container-right h1,
.container-left h2{
	font-family: 'Playfair Display', serif;
    font-style: italic;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: 12px;
    overflow: hidden;
}
.container-right h1{
	margin-bottom: 25px;
}
.submenu li a{
	font-family: 'Roboto';
	font-weight: 300;
	color: #797979;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.055em;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 0 13px;
    overflow: hidden;
}
.submenu .active a{
	color: #000000;
    overflow: hidden;
}
.submenu li.active:hover,
.submenu li.active{
	background:  url(../images/submenu-arrow.png) no-repeat center right transparent;
	background-size: auto 12px;
	opacity: 1;
	border-bottom: 1px solid #e5e5e5;
}
.submenu li{
	background:  url(../images/submenu-arrow.png) no-repeat transparent;
	background-position: center;
	border-bottom: 1px solid #e5e5e5;
	transition: background 1s;
	background-size: auto 0px;
	margin-right: 2px;
}
.submenu li:hover{
	background-position:center right;
	opacity: 0.5;
	border-bottom: 1px solid #cccccc;
	background-size: auto 12px;

}
.submenu li:hover a{
	color: #000000;
}
.submenu{
	padding-left: 0;
	margin-top: 12px;
}
.container-right .text{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
    overflow: hidden;

    margin-bottom: 21px;
}
.container-right .text ul li{
    padding-left: 20px;
    background: url('../images/kropka.png') no-repeat 0px center transparent;
}
.container-right .text ul{
    padding-left: 0px;
    list-style: none;
}
.hover-fancy{
	position: absolute;
	width: 100%;
	top: 0; left: 0;
	opacity: 0;
	transition-duration: 0.5s;
	z-index: 200;
	transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
}
.orderly-gallery .block-img:hover .hover-fancy{
	opacity: 1;
	width: 100%;
	top: 0; left: 0;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.orderly-gallery{
	margin-bottom: 100px;
}
.orderly-gallery .block-img{
    width: 32.9%;
    margin: 0.6% 0.6% 0 0%;
	float: left;
	position: relative;
	overflow: hidden;
	transition-duration: 0.7s;
	line-height: 0;
}

.full_width .orderly-gallery .block-img{
	width: 24.5%;
}

.full_width .orderly-gallery .block-img:nth-of-type(3n) {
	margin: 0.6% 0.6% 0 0;
}

.full_width .orderly-gallery .block-img:nth-of-type(4n) {
	margin: 0;
	margin-top: 0.6%;
}


.orderly-gallery .image{
	width: 100%;
	transition-duration: 0.7s;
}
.block-img:hover .image{
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.orderly-gallery .block-img:nth-of-type(3n){margin: 0; margin-top: 0.6%;}


label.error, .red { padding-left: 12px; font-weight: normal; width: 100%; display: block; color: #f00; font-size: 12px; }
.green{ padding-left: 12px; font-weight: normal; width: 100%; display: block; color: #008b45; }

.full_width {
	width: 100%;
}