/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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, center,
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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
    font-family: 'Lato', sans-serif;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	max-width: 100%;
}
header{
	background-image: url("http://www.jkmiw.pl/wp-content/uploads/2020/10/top-jkmiw.jpg");
	background-size: cover;
	position: relative;
}
.am-for{
	padding-right: 15px;
}
#logo{
	width: 470px;
	height: 122px;
	background-color: #000;
	float: left;
	margin-top: 20px;
	background-image: url("img/logopl.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.page-template-page-chinesedesk #logo{
	background-image: url("img/logoen.svg");
}
#menu{
	float: right;
	margin-top: 50px;
}
.menu-items{
	float: left;

}
.lang{
	float: left;
	background: #000;
	height: 50px;
	color: #7b6054;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 15px;
	box-sizing: border-box;
}
.lang a{
	color: #7b6054;
	text-decoration: none;
	
}
.lang .active-lang{
	color: #FFF;
	font-weight: 500;
}
.menu-items a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 42px;
	margin-top: 4px;
	margin-right: 30px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
/*
 * .menu-items a:hover, .dropdown:hover .dropbtn, .menu-items .current_menu{
	background: #000;
	color: #7b6054;
}

.dropdown:hover .dropbtn:{
	background: transparent;
	color: #FFF;
}
*/
#intro-titles{
	margin-top: 200px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 70px;
	color: #FFF;
}
#intro-titles > div:first-of-type, #intro-titles > div:nth-of-type(2){
	padding-bottom: 60px;
	margin-bottom: 40px;
	position: relative;
}
#intro-titles > div:first-of-type:after, #intro-titles > div:nth-of-type(2):after{
	content: "";
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0;
	background: #fff;
	height: 1px;
	width: 100px;
}
#intro-titles strong{
	font-weight: 900;
}
.arrow{
	width: 48px;
	height: 23px;
	position: absolute;
	left: calc(50% - 24px);
	bottom: 40px;
	position: absolute;
	background-image: url("img/arrow.png");
}
header .fp-tableCell{
	vertical-align: top;
}
#about-us .title, .products-boxes .title, #successes .title, #kariera .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	line-height: 67px;
	border-left: 4px solid #7b6054;
	color: #000;
	
}
.products-boxes .title{
	color: #FFF;
	border-color: #FFF;
	margin-bottom: 60px;
}
#about-us .text-box, #kariera .text-box{
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 60px;
	font-weight: 300;
}
#about-us > div > div, #kariera > div > div, #section-default > div > div {
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
}
#about-us .read-more{
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	text-align: right;
	font-size: 20px;
	color: #7b6054;
	float: right;
	text-decoration: none;
	margin-top: 40px;
}
#products{
	background-image: url("img/tlo-biznes.jpg");
	background-size: cover;
	position: relative;
}
.products-boxes > div > div, #successes > div > div{
	width: 1000px;
	margin: 0 auto;
}

.products-boxes .product-box{
	background: rgba(123, 96, 84, 0.75);
	height: 150px;
	margin-bottom: 30px;
	width: calc(50% - 15px);
	float: left;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1.4em;
	 display: flex;
    align-items: center;
	text-align: center;
	 justify-content: center;
	 font-size: 21px;
}
.products-boxes .product-box:nth-child(odd){
	float: right;
}
.products-boxes .read-more, #successes .read-more{
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#successes .read-more{
	color: #7b6054;
	margin-top: 60px;
	font-size: 25px;
}
#successes .text-box{
	margin-top: 50px;
	box-sizing: border-box;
	padding: 60px 50px 50px 50px;
	-webkit-box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
	-moz-box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
	box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
}
#successes .text-box .text-box-title{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	padding-bottom: 55px;
	margin-bottom: 45px;
	position: relative;
}
#successes .text-box .text-box-title:after{
	content: "";
	position: absolute;
	left: calc(50% - 39px);
	bottom: 0;
	background: #7b6054;
	height: 1px;
	width: 78px;
}
#successes .text-box p{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
}
#contact{
	background-image: url("img/tlo-kontakt.jpg");
	background-size: cover;
	position: relative;
}
#contact .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin-bottom: 80px;
	color: #FFF;
}
#contact > div > div{
	width: 1000px;
	margin: 0 auto;
}
#contact input[type="text"], #contact input[type="email"]{
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	margin-bottom: 44px;
	color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	border: 0;
	background: #FFF;
}
.left-form{
	float: left;
	 width: calc(50% - 15px);
	
}
 #contact textarea{
	 padding-left: 20px;
	 float: right;
	 width: calc(50% - 15px);
	 color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	border: 0;
	background: #FFF;
	padding-top: 15px;
	font-family: Lato, sans-serif;
	min-height: 365px;
 }
 #contact label{
		color: #FFF;
		font-size: 16px;
		line-height: 1.3em;
 }
  #contact input[type="submit"]{
	  font-family: 'Playfair Display', serif;
	  height: 60px;
	line-height: 60px;
	padding: 0 32px;
	font-size: 20px;
	color: #7b6054;
	font-weight: 500;
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
  }
 footer{
	 background: #000;
 }
 footer > div > div{
	width: 800px;
	margin: 0 auto;
	 max-width: 100%;
}
.left-footer, .right-footer{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#logo-footer{
		background-image: url("img/logopl.svg");
		display: block;
		width: 438px;
		height: 78px;
		background-position: center;
    background-repeat: no-repeat;
	margin-top: 160px;
	    background-size: cover;
}
.page-template-page-chinesedesk #logo-footer{
	background-image: url("img/logoen.svg");
}
.right-footer{
	padding-left: 90px;
	position: relative;
	color: #FFF;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	box-sizing: border-box;
	position: relative;
	
}
.right-footer:before{
	height: 320px;
	width: 1px;
	background: #7b6054;
	content: "";
	position: absolute;
	left: 90px;
	top: calc(50% - 160px);
}
.right-footer span{
	display: block;
	color: #7b6054;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.footer-data{
		padding-left: 90px;
}
.footer-data > div{
	margin-bottom: 60px;
}
.bottom-footer{
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 50px;
	color: #7b6054;
	width: 1800px;
	margin: 0 auto;
	max-width: 100%;
}
.copy, .footer-link{
	float: left;
}
.footer-link a{
	color: #7b6054;
	text-decoration: none;
	margin-left: 150px;
}
.beeshoney{
	float: right;
}
.beeshoney a{
	float: right;
	padding-right: 70px;
	background-image: url("img/beeshoney.png");
	background-position: right 0 top 0;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	
}
.page-template-page-onas header, .page-template-page-pracownik header{
	background-image: url("img/tlo-onas.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-page-onas header .fp-tableCell, .page-template-page-pracownik header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-onas header .title, .page-template-page-pracownik header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}
#our-team{
	background: #f2efee;
}
#our-team > div > div{
	width: 1000px;
	margin: 0 auto;
	
}
#our-team .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	line-height: 67px;
	border-left: 4px solid #7b6054;
	color: #000;
	margin-bottom: 30px;
	
}
.teammember-boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.teammember-box {
    width: 32%;
    padding-bottom: 32%;
	position: relative;
	margin-bottom: 2%;
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	font-weight: 500;
	color: #FFF;
	text-shadow: 2px 2px 2px #888;
	line-height: 1.3em;
	background-size: cover;
		 transition: all 1s;
}
.teammember-box a{
			 transition: all 1s;
}
.teammember-box > span{
	position: absolute;
	bottom: 15px;
	left: 20px;
}
.teammember-box > span > span{
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.member1 a{
	background-image: url("img/kamil_jurczewski.jpg");
	 transition: all 1s;
}
.member2 a{
	background-image: url("img/wojciech_kepka-marianski.jpg");
	 transition: all 1s;
}
.member3 a{
	background-image: url("img/magdalena_nowosadzka.jpg?v1");
	 transition: all 1s;
}
.member4 a{
	background-image: url("img/marcin_jurgilewicz.jpg");
	 transition: all 1s;
}
.member5 a{
	background-image: url("img/martyna_b-szczygielska.jpg");
	 transition: all 1s;
}
.member6 a{
	background-image: url("img/paulina_chrzan.jpg");
	 transition: all 1s;
}
.teammember-box{
	overflow: hidden;
	position: relative;
}
.teammember-box:hover a{
	    transform: scale(1.1);
}
.teammember-box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.teammember-box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#team-member > div > div{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
#team-member .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	line-height: 67px;
	border-left: 4px solid #7b6054;
	color: #000;
	margin-bottom: 30px;
	margin-top: 45px;
}
#team-member .text-box{
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 300;
}
#team-member .text-box span{
	font-family: 'Playfair Display', serif;
	color: #7b6054;
}
#team-member,
#team-member .fp-slide,
#team-member .fp-tableCell{
    height: auto !important;
}
#team-member{
	padding: 80px 0;
}
.tm-email{
	display: inline-block;
	margin-top: 70px;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	color: #7b6054;
	text-decoration: none;
}
.linkedin{
	width: 40px;
	height: 34px;
	background-image: url("img/linkedin.png");
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.page-template-page-sukcesy header, .single-post header{
	background-image: url("img/tlo-sukcesy.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-default header{
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-page-sukcesy header .fp-tableCell, .page-template-default header .fp-tableCell, .single-post header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-sukcesy header .title, .page-template-default header .title, .single-post header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}

#our-successes > div > div{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
#our-successes .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	line-height: 67px;
	border-left: 4px solid #7b6054;
	color: #000;
	margin-bottom: 50px;
	margin-top: 50px;
}
#our-successes .text-box{
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 300;
	margin-bottom: 90px;
}
#our-successes .success-box{
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
	-moz-box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
	box-shadow: 0px 0px 12px 4px rgba(153,153,153,0.3);
	min-height: 450px;
	margin-bottom: 60px;
}
.success-image{
	width: 300px;
	height: 100%;
	background-image: url("img/sukces-obrazek.jpg");
	background-size: cover;
	float: left;
	min-height: 450px;
}
.success-content{
	width: calc(100% - 300px);
	float: left;
	box-sizing: border-box;
	padding: 30px;
}
.success-date{
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #7b6054;
}
.success-title{
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	line-height: 1.3em;
	margin: 20px 0;
}
.success-text{
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3em;
}
.success-readmore{
	text-align: center;
	margin-top: 30px;
}
.success-readmore a{
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	color: #7b6054;
	font-size: 20px;
	text-decoration: none;
}
#our-success > div > div{
	width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
#our-success .success-date{
	font-size: 28px;
	margin-bottom: 25px;
	padding-top: 50px;
}
#our-success .title{
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	border-left: 4px solid #7b6054;
	color: #000;
	margin-bottom: 60px;
	margin-top: 60px;
	line-height: 1.3em;
}
#our-success .text-box{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 300;
	padding-bottom: 50px;
}
.page-template-page-oferta header{
	background-image: url("img/oferta-tlo.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-page-oferta header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-oferta header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}
.page-template-page-kredyty header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}
.page-template-page-kredyty header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-kredyty header{
	background-size: cover;
	position: relative;
	height: 540px !important;
}
#products1{
	background-image: url("img/tlo-wzyciu.jpg");
	background-size: cover;
	position: relative;
}
.page-template-page-kontakt header{
	background-image: url("img/kontakt-top.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-page-kontakt header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-kontakt header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}

#mapa > div > div{
	width: 1000px;
	margin: 0 auto;
}
#mapa .title{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	padding-left: 36px;
	line-height: 67px;
	border-left: 4px solid #7b6054;
	color: #000;
	margin-bottom: 50px;
}
.map-left{
width: 700px;	
}
.map-left, .map-right{
	float: left;
}
.map-right{
	width: 300px;
	box-sizing: border-box;
	padding-left: 36px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3em;
}
.map-right div span{
	font-size: 16px;
	color: #7b6054;
	display: block;
	margin-top: 50px;
	margin-bottom: 5px;
}
#mapa .linkedin{
	display: inline-block;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}
.fb{
	width: 36px;
	height: 36px;
	background-image: url("img/fb.png");
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-left: 20px;
	margin-right: 20px;
}
.twitter{
	width: 35px;
	height: 35px;
	background-image: url("img/twitter.png");
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-left: 20px;
	margin-right: 20px;
}
#kariera{
	background: #f4f2f1;
}
.write-to-us{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 25px;
	margin-top: 70px;
}
.write-to-us a{
	color: #7b6054;
	text-decoration: none;
}
.bottom-footer{
	margin-top: 100px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 6px;
    height: 90px;
    margin: 0;
    position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	visibility: hidden;
}
#fp-nav ul li a, .fp-slidesNav ul li a{
	width: 6px;
	background: #7b6054;
	margin: 0 auto;
	display: block;
	opacity: 0.7;
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{
	width: 6px;
	background: #7b6054;
	opacity: 1;
}
.dropdown{
	position: relative;
	display: inline-block;
}
.dropdown:hover .dropdown-content {
    height: auto;
    color: #fff;
	  -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
	opacity: 1;
}
.dropdown-content {
    transform-origin: top;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transition: .3s;
    position: absolute;
    background-color: #000000;
    min-width: 500px;
    z-index: 1;
	padding: 15px;
	
}
.menu-items .dropdown-content a{
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1em;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.menu-items .dropdown-content a:last-of-type{
	margin-bottom: 0;
}
.t-70{
	margin-top: 70px;
}
.page-produkt header{
	background-image: url("img/produkt-top.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-produkt header .fp-tableCell{
	height: 540px !important;
}
.page-produkt header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}
#about-us > div{
	position: relative;
}
#about-us > div > div{
	position: relative;
}

.am-title{
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	color: #7b6054;
	margin-bottom: 20px;
}
.am-for{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
}
.am-for a{
	color: #000;
	text-decoration: none;
	
}
.product-box a{
	color: #fff;
	text-decoration: none;
}
.product-box:hover{
	background: #7b6054;
}
.absolute-menu{
		box-sizing: border-box;
	position: absolute;
	left: -300px;
	top: calc(50% - 150px);
	width: 300px;
}
#our-team > div, #our-team > div > div{
	position: relative;
}
#our-team .am-for a:hover{
	color: #7b6054;
}
#chinese-desk-1{
	padding: 50px 0;
}

.page-template-page-chinesedesk section.section > div > div{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.page-template-page-chinesedesk header{
	background-image: url("http://www.jkmiw.pl/wp-content/uploads/2020/10/top-chinese-desk.jpg");
	background-size: cover;
	position: relative;
	height: 540px !important;
}
.page-template-page-chinesedesk header .fp-tableCell{
	height: 540px !important;
}
.page-template-page-chinesedesk header .title{
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #000;
	text-align: center;
	color: #FFF;
	margin-top: 140px;
}
#chinese-desk-1 .ch-desk-title{
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 1.3em;
	margin-bottom: 60px;
	font-weight: 500;
}
#chinese-desk-1 .ch-desk-title-1{
	font-family: adobe-song-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #7b6054;
	line-height: 1.3em;
	font-size: 50px;
}
#chinese-desk-2{
	background-image: url("img/nowa-mapka.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	max-width: 1000px;
	margin: 0 auto;
}
#chinese-desk-2 .ch-desk-title{
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 50px;
}
#chinese-desk-2 .ch-desk-title-1{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 500;
	color: #7d6155;
}
#chinese-desk-2 .ch-desk-title-2{
	font-family: adobe-song-std, sans-serif;
	font-size: 60px;
	line-height: 1.3em;
}
#chinese-desk-2 .ch-desk-title-3{
	font-family: adobe-song-std, sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	color: #7d6155;
	padding-bottom: 50px;
}
#chinese-desk-2 .fp-tableCell{
	vertical-align: top;
}
.teammember-boxes-ch-desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teammember-box-ch-desk{
	width: 300px;
	margin-bottom: 50px;
}
.ch-desk-teammember-image{
	margin-bottom: 20px;
}
#chinese-desk-team .title {
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    padding-left: 36px;
    line-height: 67px;
    border-left: 4px solid #7b6054;
    color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
}
.teammember-box-ch-desk span{
		font-size: 24px;
		font-family: 'Playfair Display', serif;
		font-weight: 500;
}
.teammember-box-ch-desk span span{
		font-size: 18px;
		color: #7d6155;
}
.teammember-box-ch-desk span span span{
	font-family: adobe-song-std, sans-serif;
	font-weight: 300;
}
.teammember-box-ch-desk a{
		font-size: 18px;
		font-family: 'Playfair Display', serif;
		font-weight: 500;
		color: #000;
		text-decoration: none;
		display: block;
		margin-top: 5px;
}
#chinese-desk-3{
	background-image: url("img/chinese-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.ch-desk-leftright{
	  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ch-desk-leftright > div{
	width: calc(50% - 25px);
	font-size: 25px;
		font-weight: 300;
		color: #FFF;
		line-height: 1.3em;
}
.ch-desk-leftright > div:last-of-type{
	font-family: adobe-song-std, sans-serif;
    font-weight: 300;
    padding-right: 25px;
    line-height: 1.60em;
    box-sizing: border-box;
    font-size: 25px;
}
.chinese-desk-45 .ch-desk-leftright > div {
	font-size: 22px;
	color: #000;
	line-height: 1.6em;
	padding-top: 50px;
	padding-bottom: 50px;
}
.chinese-desk-45 .ch-desk-left > div{
	font-size: 38px;
	margin-bottom: 25px;
	font-family: 'Playfair Display', serif;
    font-weight: 500;
    padding-left: 36px;
    line-height: 60px;
    border-left: 4px solid #7b6054;
}
.chinese-desk-45 .ch-desk-left > div:last-of-type{
	margin-top: 35px;
}
.chinese-desk-45 .ch-desk-leftright > div:last-of-type{
	color: #7d6155;
	font-size: 27px;
	padding-right: 0;
}
.chinese-desk-45 .ch-desk-right > div{
	font-size: 40px;
	padding-bottom: 15px;
}
.chinese-desk-45 .ch-desk-right > div:last-of-type{
	padding-top: 30px;
}
.chinese-desk-45 .ch-desk-right > div:last-of-type{
	margin-top: 10px;
}
.chinese-desk-45 ul{
	list-style-type: "- ";
	  list-style-position: inside;

}
.chinese-desk-45 .ch-desk-left ul li{
	margin-top: 5px;
}
#chinese-desk-5{
		background-image: url("img/chinese-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
#chinese-desk-5 .ch-desk-leftright > div{
	color: #FFF !important;
}
.footer-chinese{
	padding-bottom: 70px;
	color: #fff;
	text-align: center;
	font-size: 50px;
	line-height: 1.3em;
	padding-top: 50px;
	font-family: 'Playfair Display', serif;
		font-weight: 500;
}
.footer-chinese .ch-font{
	font-family: adobe-song-std, sans-serif;
    font-weight: 300;
	color: #856554;
	padding-top: 10px;
}
.page-template-page-chinesedesk footer{
	padding-bottom: 50px;
}
.page-template-page-chinesedesk footer > div > div{
	width: 100%;
}
.max-800{
	max-width: 800px;
	margin: 0 auto;
}
.bottom-footer{
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.page-template-page-chinesedesk #contact{
	background: #f2efee; 
}
.page-template-page-chinesedesk #contact .title{
	color: #000;
}
.page-template-page-chinesedesk #contact input[type="submit"]{
	background: #7b6054;
	color: #FFF;
}
.page-template-page-chinesedesk #contact label{
	color: #000;
}
#chinese-desk-3 .ch-desk-leftright{
	padding-top: 50px;
	padding-bottom: 50px;
}
.text-box p{
	margin-bottom: 1em;
}
.text-box ul{
	margin-bottom: 1em;
}
.text-box h2{
	font-size:32px;
	font-weight: 500;
	margin: 50px 0 15px 0;
	font-family:'Playfair Display', serif;
}
.text-box a{
	color: black;
    text-decoration: none;
}
.text-box a:hover{
	color: #7b6054;
}
@media all and (max-width: 1760px){
	.absolute-menu.fixed-onas .am-for{
		font-size: 14px;
		margin-bottom: 9px;
	}
	.absolute-menu.fixed-onas .am-title{
		font-size: 20px;
	}
	.absolute-menu.fixed-onas{
		left: 40px;
	}
}
@media all and (max-width: 1600px){
	#team-member {
    padding: 40px 0;
}
	.absolute-menu {
    box-sizing: border-box;
    position: absolute;
    left: -180px;
    top: calc(50% - 150px);
    width: 180px;
}
	.absolute-menu.fixed-onas {
    top: 50px;
    width: 190px;
		left: 40px;
	}
	.absolute-menu.fixed-sukcesy, .absolute-menu.fixed-onas, .absolute-menu.fixed-pracownik{
    left: 40px;
  }
.am-title {
	font-size: 18px;
}
	.page-template-page-chinesedesk header .fp-tableCell, .page-template-page-chinesedesk header, .page-template-page-kontakt header .fp-tableCell, .page-template-page-kontakt header, .page-template-page-oferta header .fp-tableCell, .page-template-page-oferta header, .page-template-page-onas header, .page-template-page-pracownik header, .page-template-page-onas header .fp-tableCell, .page-template-page-pracownik header .fp-tableCell, .page-temp, .page-template-page-sukcesy header, .page-template-page-sukcesy header .fp-tableCell, .page-produkt header, .page-produkt header .fp-tableCell, .single-post header, .single-post header .fp-tableCell, .page-template-page-default header, .page-template-page-default header .fp-tableCell
	{
		height: 440px !important;
	}
	.am-title{
		font-size: 22px;
	}
	.am-for{
		font-size: 16px;
	}
	.absolute-menu.fixed-onas .am-for{
		font-size: 14px;
		margin-bottom: 9px;
	}
	.absolute-menu.fixed-onas .am-title{
		font-size: 20px;
	}
	#successes .read-more, #successes .text-box{
		margin-top: 30px;
	}
	#our-team .title{
		font-size: 44px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.t-70{
		margin-top: 35px;
	}
	#team-member .title{
		font-size: 44px;
		line-height: 60px;
	}
	#team-member .text-box{
		font-size: 22px;
	}
	#our-successes .title{
		font-size: 44px;
		line-height: 60px;
	}
	#our-successes .text-box{
		font-size: 22px;
	}
	.success-title{
		font-size: 23px;
	}
	#team-member img{
		max-width: 500px;
	}
	header .title{
		font-size: 65px !important;
		margin-top: 90px !important;
	}
	.teammember-boxes{
		width: 800px;
		max-width: 100%;
	}
	.products-boxes > div > div, #successes > div > div{
	width: 900px;
	margin: 0 auto;
		max-width: 100%;
}
#contact > div > div{
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
}
#our-team > div > div{
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
	
}
#team-member > div > div{
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}
#our-successes > div > div{
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}
#our-success > div > div{
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}
#mapa > div > div{
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
}
.map-left{
	width: 630px;
	overflow: hidden;
	height: 400px;

}
#mapa .title{
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 30px;
}
.map-right{
	width: 270px;
	font-size: 18px;
}
.map-right div span{
	margin-top: 34px;
}
	#contact .title{
		font-size: 44px;
		margin-bottom: 50px;
	}
	#about-us .title, .products-boxes .title, #successes .title, #kariera .title{
		font-size: 44px;
		line-height: 60px;
	}
	#successes .text-box p{
		font-size: 17px;
	}
	#successes .text-box .text-box-title{
		font-size: 27px;
		    padding-bottom: 30px;
    margin-bottom: 20px;
	}
	#about-us .text-box, #kariera .text-box, .page-default .text-box{
		font-size: 22px;
	}
	#successes .text-box{
		padding: 50px 40px 40px 40px;
	}
	.products-boxes .product-box{
	margin-bottom: 16px;
    width: calc(50% - 8px);
    height: 105px;
	}
	#fp-nav ul li, .fp-slidesNav ul li{
		height: 60px;
	}
	#logo{
		width: 420px;
		height: 110px;
		background-color: #000;
		float: left;
		margin-top: 20px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 90%;
	
	}
	.menu-items a {
		font-size: 18px;
		line-height: 40px;
		margin-top: 5px;
		margin-right: 10px;
	}
	#intro-titles > div:first-of-type, #intro-titles > div:nth-of-type(2) {
    padding-bottom: 45px;
    margin-bottom: 25px;
    position: relative;
	}
	.lang{
		float: left;
		background: #000;
		height: 50px;
		color: #7b6054;
		font-size: 18px;
		line-height: 18px;
		font-weight: 300;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 16px;
		box-sizing: border-box;
	}
	#intro-titles{
		margin-top: 80px;
		font-size: 52px;
		margin-bottom: 90px;
	}
	.products-boxes .title{
		margin-bottom: 30px;
	}
	.products-boxes .product-box{
		font-size: 18px;
	}
	.bottom-footer{
		font-size: 17px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}
.page-template-default .text-box{
	font-size: 25px;
    line-height: 1.3em;
    margin-top: 60px;
    font-weight: 300;
	margin-bottom: 25px;
}
.page-template-default .text-box p{
	margin-bottom: 15px;
}
.page-template-default .text-box h1{
	font-size: 1.4em;
	margin-bottom: 15px;
}
.page-template-default .text-box h2{
	font-size: 1.35em;
	margin-bottom: 15px;
}
.page-template-default .text-box h3{
	font-size: 1.3em;
	margin-bottom: 15px;
}
.page-template-default .text-box h4{
	font-size: 1.25em;
	margin-bottom: 15px;
}
.page-template-default .text-box h5{
	font-size: 1.2em;
	margin-bottom: 15px;
}
.page-template-default .text-box h6{
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ch-desk-leftright > div{
	font-size: 22px;
}


@media only screen and (max-width: 600px) {
  #about-us img {
    height: 50%;
  }
}