/* vizionstudio */


.flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.section_blog ul, .section_blog ul li {
	list-style:none;
	padding:0;
	
}
.pr_left {
	text-align:center;
	width:24%;
	float:left;
	background:#F5F5F5;
	background:#2c2752;
	
}
.pr_left h1, .pr_left h3 {
	color:#FFF;
}

.menu_left {
	padding:5vw 0;
}

.menu_left ul, .menu_left ul li { display:block; float:left; margin:0; padding:0; list-style:none;  width:100%; }
.menu_left ul li, .menu_left ul li a { display:block; }

.menu_left ul li a {
	text-align:center;
	padding:5px 5%;
	width:90%;
	color:#FFF;
}
	


.pr_right {
	width:66%;
	float:left;
	background:#FFF;
	
	padding:5vw 5%;
}

.box_opis {
	text-align:left;
	font-size:1em;
	padding:0 0 8px 0;
}
@media only screen and (max-width:1200px) {
	.pr_left {
		width:30%;
	}
	.pr_right {
		width:60%;
	}
}

@media only screen and (max-width:700px) {
	.flex {
		display:block;
	}
	
	.pr_left {
		width:100%;
	}
	.pr_right {
		width:90%;
	}
}




/* ************************************************************** */


.c_list {
	padding:0 0 20px 0;
	clear:both;
}

.c_list_h1 {
	margin:0 1%;
}

.c_list_box {
	float:left;
	margin:0;
	width:20%;
	text-align:center;
	
	
	/* 
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
	*/
	
	/*
	filter:alpha(opacity=0); -moz-opacity:0.0; opacity:0.0;
	*/
	
	/*
	animation-name: anim_przynik; 
	-webkit-animation-name: anim_przynik;
    -moz-animation-name: anim_przynik;
    -ms-animation-name: anim_przynik;
	*/
	
	
}
.c_list_box a {
	text-decoration:none;
	outline-style:none;
	display:block;
	color:#000;
	
	border:15px solid #333;
	border:15px solid rgba(51,51,51,0);
	
	color:#FFF;
	
	
	
	/*
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	*/
}
.c_list_box a:hover {	
	
	
	color:#FFF;
	
	/*
	-webkit-filter: contrast(110%);
	-moz-filter: contrast(110%);
	-o-filter: contrast(110%);
	-ms-filter: contrast(110%);
	filter: contrast(110%);
	*/
}
.c_list_box a:hover:before {
	content:"";
	position:absolute;
	margin:0 auto;
	width:13px; height:20px;
	
	background-image:url(../graphics/parametry_zmien.png);
	background-repeat:no-repeat;
	background-position:right;	
}

.c_list_img {
	overflow:hidden;
	/* 
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	*/
}

.c_list_img .mask {
	height:0px;
	width:100%;
	position:relative;
}
.c_list_img .mask span {
	display:block;
	position:absolute;
	
	z-index:1;
	text-align:center;
	
	
	width:inherit;
	height:400px;
	/* background-image:url(../graphics/logo.png); */
	background-position:bottom;
	background-repeat:no-repeat;
	
	background-size:10%;
	
	filter:alpha(opacity=00);
	-moz-opacity:.00;
	opacity:.00;
	background:#000;
	
	
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}

.c_list_box a:hover .c_list_img .mask span {
	height:400px;	
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;	
	background:none;
	/* background-image:url(../graphics/bg_video_x.png); */
}


.c_list_img img {
	display:block;
	width:100%;
	height:auto;
	
	-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
	
	/*
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	*/
}

.c_list_box a:hover img {
	-moz-transform:rotate(-10deg) scale(1.35);
	-o-transform:rotate(-10deg) scale(1.35);
	-ms-transform: rotate(-10deg) scale(1.35);
    -webkit-transform: rotate(-10deg) scale(1.35);
    transform: rotate(-10deg) scale(1.35);
	
	/*
	-ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); */
	
	
	-webkit-filter: grayscale(10%);
	-moz-filter: grayscale(10%);
	-ms-filter: grayscale(10%);
	-o-filter: grayscale(10%);
	filter: grayscale(10%);

	
	z-index:0;
}

.c_list_txt {
	display:none;
	
	padding:5px;
	height:40px;
	
	
	font-family:"PT Sans Narrow",Arial, Helvetica, sans-serif;
	
	background-image:url(../graphics/3_dots.png);
	background-repeat:no-repeat;
	background-position:center 3px;
}

@media only screen and (max-width: 1300px) {
	.c_list_box {
		width:33%;
	}
}

@media only screen and (max-width: 700px) {
	.c_list_box {
		width:48%;
	}
}

