*{
	box-sizing: border-box;
}
header#mobile{
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header#mobile .logo{
	margin: 10px 0 10px 10px;
	background-image: url('images/logo_small.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 60px;
}
header#mobile .logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
header#mobile .extend{
	margin: 10px 10px 10px 0px;
	width: 40px;
	height: 35px;
	background:url('images/menu.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
header#mobile .extend:hover{
	cursor: pointer;
}
header#mobile .menu{
	display: none;
	position: absolute;
	top: 80px;
	width: 100%;
	background:#fff;
	z-index: 99;
}
header#mobile .menu ul{
	margin: 0;
	padding: 0;
}
header#mobile .menu ul li{
	border-bottom: 1px solid #daab2a;
	padding: 0 0 10px 0;	
	margin: 10px auto 0 auto;
	display: block;
	text-align: center;
}
header#mobile .menu ul li a{
	text-decoration: none;
	color: #daab2a;
}
html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: center;
	background-repeat: repeat;
	background: white;
}
a{
	color: inherit;
	text-decoration: none;
}
textarea,
input{
	padding: 10px;
	border: 1px solid #767b2f;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 23px;
	width: 100%;
}
form table{
	width: 100%;
	margin-top: 50px;
	color: #767b2f;
	font-weight: 300;
	font-size: 23px;
}
textarea{
	resize: vertical;
}
input:focus{
	outline: 0px none;
}
input[type='submit']{
	background:#767b2f; 
	color: #fff;
}
#map{
	margin-bottom: 50px;
}
.wrap{
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header-container{
	display: block;
	width: 100%;
}
#page{
	width: 100%;
    height: 100%;
}
#footer{
	position:absolute;
	bottom:0;
	width:100%;	
	z-index: 10;
}
.section{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

#site{
	padding-bottom: 160px;
}
/* --------------------------------------*/

.fullwidth{
	width: 100%;
	display: block;
}
.content{
	margin: 0 auto !important;
}
.tbl{
	display: table;
}
.tbl .column{
	display: table-cell;
}
.greybg{
	background-color: #ecf0f1;
}
.cyanbg{
	background-color: #25bce9;
	color: white;
}
.greenbg{
	background-color: #a1bf39;
	color: white;
}

._16{
	width: calc(100% / 6);
}
._20{
	width: 20%;
}
._25{
	width: 25%;
}
._30{
	width: 30%;
}
._40{
	width: 40%;
}
._33{
	width: calc(100% / 3);
}
._50{
	width: 50%;
}
._60{
	width: 60%;
}
._66{
	width: calc(100% / 3 * 2);
}
._70{
	width: 70%;
}
._75{
	width: 75%;
}
._80{
	width: 80%;
}

.stronger{
	font-weight: 700;
}
.uppcs{
	text-transform: uppercase;
}
/* --------------------------------------*/

.flex-container{
	display: flex;
}
	.flex-container.row{
		flex-flow: row;
	}
	.flex-container.column{
		flex-flow: column;
	}
	.flex-container.flex-wrap{
		flex-wrap: wrap;
	}
	.flex-container.nowrap{
		flex-wrap: nowrap;
	}
	.flex-container.justify-end{
		justify-content: flex-end
	}
	.flex-container.justify-center{
		justify-content: center;
	}
	.flex-container.justify-space-between{
		justify-content: space-between;
	}
	.flex-container.justify-space-around{
		justify-content: space-around;
	}
	.flex-container.justify-space-evenly{
		justify-content: space-evenly;
	}
	.flex-container.items-center{
		align-items: center;
	}
	.flex-container.items-end{
		align-items: flex-end;
	}
	.flex-container.items-stretch{
		align-items: stretch;
	}
	.flex-container.content-center{
		align-content: center;
	}
	.flex-container.content-stretch{
		align-content: stretch;
	}
	.flex-container.content-space-between{
		align-content: space-between;
	}
	.flex-container.content-space-around{
		align-content: space-around;
	}
	
	.flex-container>.to-the-left{
		margin-right: auto !important;
	}
	.flex-container>.to-the-right{
		margin-left: auto !important;
	}

/* --------------------------------------*/

.disp-table{
	display: table;
}
.tbl-cell{
	display: table-cell;
}
.valign-bot{
	vertical-align: bottom;
}

/* --------------------------------------*/

body{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 29px;
	background: white;
}
.content{
	width: 1050px;
}
#header-container{
	padding-top: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #f9efd1;
}
#header-container .header-inner{
	position: relative;
}
#header-container .header-inner>.flex-container{
	align-items: flex-end;
}
#header-container .header-inner .logo-container{
	margin-right: 35px !important;
}
#header-container .header-inner .header-gfx{
	position: absolute;
	right: -135px;
	bottom: -35px;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 80px;
	width: 214px;
}
#header-container .header-inner .menu-container .pncustommenumenu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.header-inner .menu-container .pncustommenumenu li{
	display: flex;
	font-size: 19px;
	font-weight: 300;
	color: #767b2f;
}
	.header-inner .menu-container .pncustommenumenu li a:hover{
		color: #daab2a;
	}
	.header-inner .menu-container .pncustommenumenu li:after{
		content: ' / ';
		margin-left: 25px;
		margin-right: 25px;
		color: #daab2a;
	}
	.header-inner .menu-container .pncustommenumenu li:last-child:after{
		content: '';
		margin: 0;
	}
	
	
/* --main page news slider (flexslider)-- */
#mainp_slider.pncustomslider{
	border: none;
	height: 540px;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 30px;
}
.pncustomslider  .slides,
.pncustomslider  .slides .pncustomslider_wrap{
	height: 100%;
}
#mainp_slider .slides .pncustomslider_wrap{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#mainp_slider.pncustomslider .flex-control-nav.flex-control-paging{
	bottom: -55px;
	z-index: 10;
	display: block;
	width: 100%;
	
}
#mainp_slider.pncustomslider .flex-control-nav.flex-control-paging li{
	height: 20px;
	width: 20px;
	border: 1px solid #daab2a;
	border-radius: 20px;
}
#mainp_slider.pncustomslider .flex-control-nav.flex-control-paging li a{
	background: white;
	height: 14px;
	width: 14px;
	padding: 3px;
	box-shadow: none;
	position: relative;
	left: 2px;
	top: 2px;
}
#mainp_slider.pncustomslider .flex-control-nav.flex-control-paging li a.flex-active{
	background: #daab2a;
}
.pncustomslider .pncustomslider_wrap .content{
	position: relative;
	height: 100%;
}
.pncustomslider .pncustomslider_wrap .content .pncustomslider_slide {
	height: 100%;
	width: 100%;
}
.pncustomslider .pncustomslider_wrap .pncustomslider_slide .pncustomslider_slide_text_container{

}
#mainp_slider .pncustomslider_slide .pncustomslider_slide_text_container .pncustomslider_slide_title,
#mainp_slider .pncustomslider_slide .pncustomslider_slide_text_container .pncustomslider_slide_title p{
	font-weight: 300;
	font-size: 36px;
	color: white;
	padding: 20px;
	float: left;
	
}
#mainp_slider .pncustomslider_slide .pncustomslider_slide_text_container .pncustomslider_slide_title span{
	background: #daab2a;
}
#mainp_slider .flex-direction-nav{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;	
}
#mainp_slider .flex-direction-nav .flex-nav-prev{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 70px;
	background: rgba(218,171,42,0.4);
	z-index: 30;
}
#mainp_slider .flex-direction-nav .flex-nav-next{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	background: rgba(218,171,42,0.4);
	z-index: 30;
	

}
#mainp_slider .flex-direction-nav .flex-prev{
	left: 10px;
	opacity: 1 !important;
	height: 100%;
	width: 100%;
	top: 20px;
	left: 0;
	font-size: 0;
}
	#mainp_slider .flex-direction-nav .flex-prev:before{
		content: '';
		height: 100%;
		width: 100%;
		background: url('/parameters/vinyl-padlo/templates/images/arr_l_n.png');
		background-repeat: no-repeat;
		background-position: center center;
	}
		#mainp_slider .flex-direction-nav .flex-prev:hover:before{
			background: url('/parameters/vinyl-padlo/templates/images/arr_l_h.png');
			background-repeat: no-repeat;
			background-position: center center;

		}
		
#mainp_slider .flex-direction-nav .flex-next{
	right: 10px;
	opacity: 1 !important;
	height: 100%;
	width: 100%;
	top: 20px;
	left: 0;
	font-size: 0;
	
}
	#mainp_slider .flex-direction-nav .flex-next:before{
		content: '';
		height: 100%;
		width: 100%;
		background: url('/parameters/vinyl-padlo/templates/images/arr_l_n.png');
		background-repeat: no-repeat;
		background-position: center center;
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
		#mainp_slider .flex-direction-nav .flex-next:hover:before{
			background: url('/parameters/vinyl-padlo/templates/images/arr_l_h.png');
			background-repeat: no-repeat;
			background-position: center center;
		}
		
.content h1,
.content h2{
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-weight: 300;
	color: #767b2f;
	font-size: 39px;
	margin-bottom: 10px;
}
.content h3{
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-weight: 700;
	color: #daab2a;
	font-size: 39px;
}

.category-item{
	height: 180px;
	width: 100%;
	margin-right: 15px;
}
	.category-item:last-child{
		margin-right: 0;
	}
.category-item a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.category-item .category-item-image{
	height: 100%;
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.thumb-gallery-item-root {
	position: relative;
}
.category-item-text-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(218,171,42,0.4);
	color: white;
}
.category-item-text-container .category-item-text{
	padding: 0;
	margin: 0;
	color: white;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
}
.category-item .category-item-image .category-item-text-container{
	
}
	.category-item:hover .category-item-image .category-item-text-container{
		
		height: 100%;
	}
	
	
#footer{
	padding-top: 15px;
	padding-bottom: 40px;
	border-top: 1px solid #f9efd1;
}	
	
#footer,
#footer .disp_content_text,
#footer .disp_content_text p{
	font-size: 16px;
	color: #daab2a;
}

#footer .pncustommenumenu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
#footer .pncustommenumenu li{
	display: flex;
}
#footer .pncustommenumenu li:after{
	content: ' / ';
	margin-left: 5px;
	margin-right: 5px;
}
#footer .pncustommenumenu li:last-child:after{
	content: '';
	margin: 0;
}

.site-cover{
	height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.disp_content_text p,
.disp_content_text ul{
	color: #767b2f;
	font-size: 29px;
	font-weight: 300;
}
.disp_content_text a{
	text-decoration: underline;
}

.ticked-list{
	padding-left: 160px;
	list-style: none;
	color: #daab2a;
	font-weight: 300;
}
.ticked-list li:before{
	content: '\2714';
	margin-right: 5px;
}
.pictograms{
	justify-content: center;
}
.pictograms .flex-picto{
	height: 65px;
	width: 65px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px;
}
	.pictograms .flex-picto:last-child{
		margin-right: 0;
	}
	
.products-container{
	flex-wrap: wrap !important;
}
.products-container:after{
	content: '';
	width: 100%;
}
.products-container .category-item{
	width: calc(33% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	height: 300px;
}
.products-container .category-item:nth-child(n+3){
	marginr-right: 0;
}
.products-container .category-item:nth-child(n+4){
	order: 1;
}




.mainp-gallery-row{
	display: flex;
	width: 100%;
	height: 500px;
}
.mainp-gallery-block{
	width: 100%;
}
.thumb-gallery-item-root{
	padding: 10px; 
	flex: 1; 
	cursor: pointer;
}
.thumb-gallery-item-root:first-child{
	flex: 2; 
	padding-left: 0px;
}
.thumb-gallery-item-root:last-child{
	flex: 2; 
	padding-right: 0px;
}
.thumb-gallery-item{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.mainp-gallery-row .grouped{
	flex: 2;
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}
.mainp-gallery-row .grouped .thumb-gallery-item-root{
	height: 50%;
	min-width: 50%;
}
.mainp-gallery-row .grouped .thumb-gallery-item-root{
	padding-right: 0px;
}
.mainp-gallery-row .grouped .thumb-gallery-item-root:first-child{
	padding-left: 0px;
	padding-right: 10px;
}
.mainp-gallery-row .grouped .thumb-gallery-item-root:last-child{
	min-width: 100%;
	padding-left: 0px;
}

/*.gallery-block .thumb-gallery-item-root[data-count="1"],
.mainp-gallery-block .thumb-gallery-item-root[data-count="1"]{
	flex: 2;
}

.gallery-block .thumb-gallery-item-root[data-count="2"],
.mainp-gallery-block .thumb-gallery-item-root[data-count="2"]{
	flex: 1;
}
.gallery-block .grouped,
.mainp-gallery-block .grouped{
	flex: 2;
}

.gallery-block{
	width:100%;
}

.gallery-line{
	margin-bottom:15px;
}

.gallery-line:nth-child(even) .grouped{
	order: 2;
}

.gallery-line:nth-child(even) .thumb-gallery-item-root[data-count='1']{
	order:3;
}

.gallery-line:nth-child(even) .thumb-gallery-item-root[data-count='2']{
	order:1;
}

.thumb-gallery-item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.thumb-gallery-item-root.orphans{
	flex: 1 !important;
}

.grouped{
	margin-left: 7.5px;
	margin-right: 7.5px;
}


.gallery-line,
.mainp-gallery-block{
	height: 480px;
	width: 100%;
}
.thumb-gallery-item-root,
.thumb-gallery-item-root .thumb-gallery-item{
	height: 100%;
}
.gallery-block .galblck,
.mainp-gallery-block .galblck{
	margin-right: 7.5px;
	margin-left: 7.5px;
	margin-bottom: 15px;
}

.thumb-gallery-item-root{
	cursor: pointer;
}

.mainp-gallery-block .grouped{
	display: flex;
	flex-wrap: wrap;
}
.grouped .thumb-gallery-item-root{
	width: calc(50%);
	margin-left:0px;
	margin-right:0px;
}
.grouped .thumb-gallery-item-root:nth-child(2){
    margin-right: 15px;
    width: calc(50% - 15px);
}
.grouped .thumb-gallery-item-root:nth-child(3){
	margin-left:0;
}
.grouped .thumb-gallery-item-root:nth-child(1){
	width: 100%;
}

.grouped .thumb-gallery-item-root{
	height: calc(50% - 8px);
}
.grouped .thumb-gallery-item-root .thumb-gallery-item{
	height: 100%;
}
.grouped .thumb-gallery-item-root:not(:nth-child(1)){
	margin-bottom: 0;
}

.thumb-gallery-item-text-container{
	height: 100%;
	width: 100%;
	background: rgba(218,171,42,0.4);
	padding: 15px;
	text-align: center;
	display: none;
}

.gallery-line .orphans:last-child{
	margin-right: 0;
}

.gallery-line:nth-child(2n) .thumb-gallery-item-root:first-child{
	margin-right: 0;
}
.gallery-line:nth-child(2n) .thumb-gallery-item-root:nth-child(2){
	margin-left: 0;
}
.gallery-line:nth-child(2n-1) .grouped{
	margin-right: 0;
}
.gallery-line:nth-child(2n-1) .thumb-gallery-item-root:nth-child(1){
	margin-left: 0;
}

.thumb-gallery-item-text{
	vertical-align: middle;
	color: white;
	font-size: 19px;
	font-weight: 400;
	
}
.thumb-gallery-item-root:hover .thumb-gallery-item-text-container{
	display: table;
}*/