/* CSS */

.black::-webkit-input-placeholder {color: #303030;}
.black:-moz-placeholder { color: #303030;}
.black:-ms-input-placeholder { color: #303030;}
.black:-moz-placeholder { color: #303030;}

.rlf {
	/* position: relative;
	float: left;
	width: 100%; */
}
*,
*::before,
*::after {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.animate {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.animate-fast {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.animate-slow {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.noAnimate {
	-webkit-transition: all 0s ease-in-out !important;
	-moz-transition: all 0s ease-in-out !important;
	-o-transition: all 0s ease-in-out !important;
	transition: all 0s ease-in-out !important;
}

.d-c-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.d-c-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}
.d-c-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
}
.d-c-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	align-content:center;
}
.d-s-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-start;
	align-content:flex-start;
}
.d-e-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-end;
	align-content:flex-end;
}

@media screen and (min-width: 1100px) {

	.partners {
		height: 100%;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			height: 100%;
			display: block;
		}
			.partners__box {
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;		
			}
				.partners__box--img {
					width: 70%;
					height: 70%;
					max-width: 70%;
					max-height: 70%;
					object-fit: scale-down;
				}	
				.partners.singleGallery .partners__box--img {
					height: 100%;
					max-width: 100%;
					max-height: 100%;
					object-fit: cover;			
				}		
		.partners .owl-nav {
			margin: 10px 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			width: 90%;
			margin: 10px 0 0 0;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		margin: 2vw 0 2vw 0;
	}	
		.pliki a { 
			text-decoration: none;
			font: normal normal 700 1.2vw/2.8vw BebasNeueBold;
			color: #fff;
			margin: 0 0.6vw 0.6vw 0;
			padding: 0 3vw 0 4.4vw;
			background: #000 url(../images/download_icon.svg) left 2vw top 50% no-repeat;
			background-size: 1.4vw;
		}
	.fb-like-box { 
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
	}
	
.mainPhoto { 
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 5;
}
	.gallery__box--img,
	.mainPhoto__img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;	
		display: block;
	}
	.kbox .fade,
	.obox .fade,
	.partners__box .fade,
	.gallery__box .fade,
	.mainPhoto .fade {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Barlow', sans-serif;
		background-color: rgba(0, 0, 0, 0.65);
		background: rgba(0, 0, 0, 0.65);
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.partners__box:hover .fade,
		.gallery__box:hover .fade,
		.mainPhoto:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0.85vw;
}
	.gallery__box { 
		position: relative;
		height: 14vw;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
.white {
	color: #fff !important;
}	
.shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italicStyle em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.wrap { 
	width: calc(100% - 14.6vw);
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.wrapSml { 
	width: calc(100% - 29vw);
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.header_76 {
	font: normal normal 600 4vw/4.8vw Encode Sans;
	color: #343434;
}
.header_76 span {
	display: inline-block;
	font-weight: 200;
}
.header_66 {
	font: normal normal 600 3.45vw/4vw Encode Sans;
	color: #343434;
}
.header_66 span {
	display: inline-block;
	font-weight: 200;
}
.header_40 {
	font: normal normal 600 2.1vw/3vw Encode Sans;
	color: #343434;
	text-align: center;
	margin-bottom: 4vw;
}
.header_20 {
	display: inline-block;
	position: relative;
	font: normal normal 700 1vw/2vw Encode Sans;
	letter-spacing: 0.15vw;
	color: #FF7700;
	text-transform: uppercase;
	padding-right: 5.2vw;
}
.header_20::before {
	content: '';
	position: absolute;
	right: 0;
	width: 4.5vw;
	height: 3px;
	top: 0.95vw;
	background: #FF7700;
}
.text_20 {
	font: normal normal normal 1.05vw/1.6vw Encode Sans;
	color: #343434;
}
.text_18 {
	font: normal normal normal 0.95vw/1.6vw Encode Sans;
	color: #343434;
}
.text_18 a {
	color: #FF7700;
}
.link {
	text-decoration: none;
    text-align: center;
    font: normal normal 500 1vw/2.9vw Encode Sans;
    height: 3.2vw;
    color: #FFFFFF;
    padding: 0 1.8vw 0 1.8vw;
    /* background: #FF7700; */
    border: 3px solid #FFAA00;
    border-radius: 0.85vw;
    display: inline-block;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.link.gray {
	border: 3px solid #A2A2A2;
	background: #fff;
	color: #343434;
	font-weight: 700;
}
.link::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF7700;
    border-radius: 0;
    z-index: -2;
}
.link.gray::after {
	background-color: #fff;
}
.link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #FFAA00;
    transition: all .3s;
    border-radius: 0.6vw;
    z-index: -1;
}
.link.gray::before {
	background-color: #A2A2A2;
}
.link:hover {
    color: #343434;
}
.link:hover::before {
    width: 100%;
}
.link.gray:hover {
	color: #fff;
}

.no-comp { display:none !important; }
.marginTop {
	margin-top: 5.7vw !important;
}

.popup {
	width: 100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.9);
	z-index:80;
	display:flex;
	justify-content:center;
	align-items:center;	
}
	.popup .wrap {
		float:left;
		width:80%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		height: auto;
	}
	.popup .wrap .title {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 28px;
		font-weight: 300;
		line-height: 34px;
		text-align:center;
	}
		.popup .wrap .title a {
			color:#fff;
		}
	.popup .wrap .close {
		float:left;
		height: 60px;
		position:relative;
		margin:20px 0px 0px -78px;
		padding:0px 40px 0px 40px;
		color: #fefefe;
		font-family: 'Roboto', sans-serif;
		font-size: 21px;
		font-weight: 300;
		line-height: 60px;
		border:0;
		top:0;
		left:50%;
		cursor:pointer;
		text-align:center;
		text-decoration:none;
		background:#ed1c24;
	}
.facebook {
	margin-top:50px;
	z-index:60;
	border:3px solid #4a6ea9;
	width:330px;
	height: 214px;
	position: fixed;
	right: -336px;
	top:60px;
}
.facebook img {
	float:left;
	margin:-3px 0px 0px 0px;
	width:50px;
	position: absolute; 
	top: 0px; 
	left: -50px; 
}
.facebook .fb-page {
	float:left;
	margin:0px 0px 0px 0px;
	position:relative;
	width:330px;
	height:220px;
}
.fb-like-box { 
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	position: relative; 
}
#mapa-box { 
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	overflow: hidden;
	border: 0px solid #c0c0c0; 
}

#cookie_info { 
	position: fixed;
	float: left;
	width: 300px;
	z-index: 99999;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9); 
}
#user_information {}
.user_information_nag { 
	text-align: center;
	font: normal normal normal 24px/33px Encode Sans;
	padding: 45px 0 0 0;
	background: url('../images/cookie_icon.svg') top no-repeat;
	background-size: 35px;	
	margin: 35px 0 10px 0;
	color: #161616;
}
.user_information_text { 
	text-align: center;
	font: normal normal normal 14px/19px Encode Sans;
	margin: 0 10% 20px 10%;
	width: 80%;
	color: #161616;
}
#close_info_cookie { 
	background: #FF7700;
	font: normal normal 300 14px/36px Encode Sans;
	color: #FFFFFF;	
	padding: 0 20px 0 20px;
	margin: 0 0 30px 0;
	width: auto;
	cursor: pointer;
}
}

@media screen and (min-width: 0px) and (max-width: 1099px) {
	
	.partners {
		height: 100%;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			height: 100%;
			display: block;
		}
			.partners__box {
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;		
			}
				.partners__box--img {
					width: 70%;
					height: 70%;
					max-width: 70%;
					max-height: 70%;
					object-fit: scale-down;
				}	
				.partners.singleGallery .partners__box--img {
					height: 100%;
					max-width: 100%;
					max-height: 100%;
					object-fit: cover;			
				}		
		.partners .owl-nav {
			margin: 10px 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			width: 90%;
			margin: 10px 0 0 0;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		margin: 2vw 0 2vw 0;
	}	
		.pliki a { 
			text-decoration: none;
			font: normal normal 700 1.2vw/2.8vw BebasNeueBold;
			color: #fff;
			margin: 0 0.6vw 0.6vw 0;
			padding: 0 3vw 0 4.4vw;
			background: #000 url(../images/download_icon.svg) left 2vw top 50% no-repeat;
			background-size: 1.4vw;
		}
	.fb-like-box { 
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
	}
	
.mainPhoto { 
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 5;
}
	.gallery__box--img,
	.mainPhoto__img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;	
		display: block;
	}
	.kbox .fade,
	.obox .fade,
	.partners__box .fade,
	.gallery__box .fade,
	.mainPhoto .fade {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Barlow', sans-serif;
		background-color: rgba(0, 0, 0, 0.65);
		background: rgba(0, 0, 0, 0.65);
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.partners__box:hover .fade,
		.gallery__box:hover .fade,
		.mainPhoto:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1vw;
}
	.gallery__box { 
		position: relative;
		height: 30vw;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
.white {
	color: #fff !important;
}	
.shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italicStyle em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.wrap { 
	width: 94%;
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.wrapSml { 
	width: 94%;
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.header_76 {
	font: normal normal 600 8vw/10vw Encode Sans;
	color: #343434;
}
.header_76 span {
	display: inline-block;
	font-weight: 200;
}
.header_66 {
	font: normal normal 600 7vw/8vw Encode Sans;
	color: #343434;
}
.header_66 span {
	display: inline-block;
	font-weight: 200;
}
.header_40 {
	font: normal normal 600 4vw/6vw Encode Sans;
	color: #343434;
	text-align: center;
	margin-bottom: 6vw;
}
.header_20 {
	display: inline-block;
	position: relative;
	font: normal normal 700 4vw/5vw Encode Sans;
	letter-spacing: 0.2vw;
	color: #FF7700;
	text-transform: uppercase;
	padding-right: 12vw;
}
.header_20::before {
	content: '';
    position: absolute;
    right: 0;
    width: 9vw;
    height: 3px;
    top: 2.2vw;
    background: #FF7700;
}
.text_20 {
	font: normal normal normal 16px/24px Encode Sans;
	color: #343434;
}
.text_18 {
	font: normal normal normal 16px/24px Encode Sans;
	color: #343434;
}
.text_18 ul {
	margin-left: 20px;
}
.text_18 a {
	color: #FF7700;
}
.link {
	text-decoration: none;
    text-align: center;
    font: normal normal 500 16px/35px Encode Sans;
    height: 40px;
    color: #FFFFFF;
    padding: 0 20px 0 20px;
    /* background: #FF7700; */
    border: 3px solid #FFAA00;
    border-radius: 8px;
    display: inline-block;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.link.gray {
	border: 3px solid #A2A2A2;
	background: #fff;
	color: #343434;
	font-weight: 700;
}
.link::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF7700;
    border-radius: 0;
    z-index: -2;
}
.link.gray::after {
	background-color: #fff;
}
.link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #FFAA00;
    transition: all .3s;
    border-radius: 0;
    z-index: -1;
}
.link.gray::before {
	background-color: #A2A2A2;
}
.link:hover {
    color: #343434;
}
.link:hover::before {
    width: 100%;
}
.link.gray:hover {
	color: #fff;
}

.no-comp { display:none !important; }
.marginTop {
	margin-top: 70px !important;
}
	
.popup {
	float:left;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.9);
	z-index:80;
	display:flex;
	justify-content:center;
	align-items:center;	
}
	.popup .wrap {
		float:left;
		width:80%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		height: auto;
	}
	.popup .wrap .title {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: 300;
		line-height: 24px;
		text-align:center;
	}
		.popup .wrap .title a {
			color:#fff;
		}
	.popup .wrap .close {
		float:left;
		height: 60px;
		position:relative;
		margin:20px 0px 0px -78px;
		padding:0px 40px 0px 40px;
		color: #fefefe;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 300;
		line-height: 60px;
		border:0;
		top:0;
		left:50%;
		cursor:pointer;
		text-align:center;
		text-decoration:none;
		background:#ed1c24;
	}

.mobile-contact {
	float:right;
	position:fixed;
	right:5%;
	bottom:20px;
	font-size:24px;
	line-height:24px;
	margin:0px 0px 0px 0px;
	padding:11px 14px 9px 14px;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	border-radius:40em;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	z-index:40;
}
.mobile-info {
	display:none;
	float:right;
	position:fixed;
	right:5%;
	bottom:70px;
	font-size:14px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 25px;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	cursor:pointer;
	z-index:40;
}
	.mobile-info .box {
		float:right;
		margin:0px 0px 0px 0px;
		padding:10px 0px 10px 0px;
		position:relative;
		text-align:right;
		font-size:16px;
		line-height:24px;
		display:inline-block;
		text-decoration:none;
		color:#fff;
		clear:both;
	}
	.mobile-info .box .mobile-ikon {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size:18px;
		top:1px !important;
		right:5px;
	}
	
.facebook { display:none; }


#cookie_info { 
	position: fixed;
	float: left;
	width: 100%;
	z-index: 99999;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9); 
}
#user_information {}
.user_information_nag { 
	text-align: center;
	font: normal normal normal 20px/30px Encode Sans;
	padding: 40px 0 0 0;
	background: url('../images/cookie_icon.svg') top no-repeat;
	background-size: 30px;	
	margin: 25px 0 10px 0;
	color: #161616;
}
.user_information_text { 
	text-align: center;
	font: normal normal normal 14px/19px Encode Sans;
	margin: 0 10% 20px 10%;
	width: 80%;
	color: #161616;
}
#close_info_cookie { 
	background: #FF7700;
	font: normal normal 300 14px/36px Encode Sans;
	color: #FFFFFF;	
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
	width: auto;
	cursor: pointer;
}
	
}