






	/*POPUP RODO*/

	#jz-overlay{display:none; width:100%; height:100%; position:fixed; top:0; left:0; z-index:10000; background:rgba(0,0,0,0.8);}
	#jz-popup{border:5px solid #fff; max-width:800px; height:500px; background:#000; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; border-radius:5px; padding:25px; z-index:600;}
	#jz-popup h2{font-size:22px;text-align:center;}
	#jz-popup div.small-text{font-size:10px; margin-bottom:25px;}
	#jz-popup .input-placeholder{text-align:center; margin-bottom:25px;}
	#jz-popup .input-placeholder input{	border:0; 
										max-width: 100%; 
										
										display: inline-block;
										border: 1px solid #ccc;
										box-shadow: inset 0 1px 3px #ddd;
										border-radius: 4px;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										padding-left: 20px;
										padding-right: 20px;
										padding-top: 12px;
										padding-bottom: 12px; 
										font-size:20px; 
										text-align:left;}

	#jz-popup p.checkbox{font-size:10px; }
	#jz-popup p.checkbox input{margin-right:5px;}

	#jz-popup input[type="submit"]{
		border:0; 
		max-width: 100%; 
		display: inline-block;
		border: 1px solid #ccc;
		box-shadow: inset 0 1px 3px #ddd;
		border-radius: 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size:20px; 
		text-align:center;
	}

	#jz-popup *{margin:0;}

	#jz-popup input[type="text"].err{border:1px solid red !important; transition: all 0.5s ease 0s;}
	#jz-popup input[type="checkbox"].err {
		transition: all 0.5s ease 0s;
		box-shadow:0 0 5px #ee3d24;
	}


	/*#jz-popup a.close{display:inline-block; max-width:30px; width:30px; height:30px; background-size:30px;}*/

	#jz-popup a.close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 32px;
		height: 32px;
		opacity: 0.7;
	}
	
	#jz-popup a.close:hover {
		opacity: 1;
	}

	#jz-popup a.close:before, #jz-popup a.close:after {
	  position: absolute;
	  right: 15px;
	  content: ' ';
	  height: 33px;
	  width: 2px;
	  background-color: #fff;
	}

	#jz-popup a.close:before {
	  transform: rotate(45deg);
	}

	#jz-popup a.close:after {
	  transform: rotate(-45deg);
	}

	
	
	#jz-popup #form_step1{display:block;}
	#jz-popup #form_step2{display:none; text-align:center; padding-top:52px;}
	

	#jz-popup h2,
	#jz-popup h3{color:#fff; margin:0; font-size:20px;}
	#jz-popup h3{margin-top:10px; margin-bottom:5px;}


	/*#jz-popup p:first-of-type strong{margin-top:20px;}*/
	#jz-popup p{color:#fff; margin:0; font-size:13px; margin-bottom:15px; text-align:justify; padding-right:20px; margin-top:20px;}

	#jz-popup ul{list-style:disc; margin:0; padding:0; margin-bottom:20px;}
	#jz-popup ul li{margin-left:20px; margin-bottom:10px; color:#fff; font-size:13px; font-weight:300;}

	#jz-popup a{color:#fff;}

	#jz-popup .btn-1c::after {
	    width: 0%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: #fff;
	    border-radius: 4px;
	}
	#jz-popup .btn::after {
	    content: '';
	    position: absolute;
	    z-index: -1;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	#jz-popup .button::after {
	    content: '';
	    position: absolute;
	    z-index: -1;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}

	#jz-popup .button.red {
	    background: #cf1d21;
	    color: #fff;
	}
	#jz-popup .btn {
	    z-index: 1;
	    display: inline-block;
	    position: relative;
	    text-decoration: none;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	#jz-popup .button {
	    border-radius: 4px;
	    padding: 10px 25px;
	    display: inline-block;
	    line-height: 1.5em;
	    text-align: center;
	    font-size: 14px;
	    transition: all 0.3s;
	    position: relative;
	}

	#jz-popup .btn-1c:hover,
	#jz-popup .btn-1c:active {
		color: #CF1D21;
	}

	#jz-popup .btn-1c:hover:after,
	#jz-popup .btn-1c:active:after {
		width: 100%;
	}


	.scolling-content{overflow:auto;  width:100%; height:240px; margin-bottom:20px !important;}
	.scolling-content img.jackvision_rodo_loader{width:100px; height:100px; margin: auto !important; }

	

	/* The container-checkbox */
	.container-checkbox {
	    display: block;
	    position: relative;
	    padding-left: 35px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 22px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

	/* Hide the browser's default checkbox */
	.container-checkbox input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	}

	/* Create a custom checkbox */
	.checkmark {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 25px;
	    width: 25px;
	    background-color: #eee;
	}

	/* On mouse-over, add a grey background color */
	.container-checkbox:hover input ~ .checkmark {
	    background-color: #ccc;
	}

	/* When the checkbox is checked, add a blue background */
	.container-checkbox input:checked ~ .checkmark {
	    background-color: #dd1d21;
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
	    content: "";
	    position: absolute;
	    display: none;
	}

	/* Show the checkmark when checked */
	.container-checkbox input:checked ~ .checkmark:after {
	    display: block;
	}

	/* Style the checkmark/indicator */
	.container-checkbox .checkmark:after {
	    left: 9px;
	    top: 5px;
	    width: 5px;
	    height: 10px;
	    border: solid white;
	    border-width: 0 3px 3px 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}




	



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


}

@media only screen and (min-width:1441px) and (max-width: 1680px){


}


@media only screen and (min-width:1281px) and (max-width: 1440px){

}



@media only screen and (min-width:1025px) and (max-width: 1280px){




}

@media only screen and (max-width:1024px){
	/*#jz-overlay{background:blue;}*/




}




@media only screen and (max-width:800px){
	/*#jz-overlay{background:green;}*/
	.scolling-content{height:30vw;}


	
}


@media only screen and (max-width:640px){
	/*#jz-overlay{background:red;}*/
	#jz-popup{min-height:100%;}
	.button{font-size:13px;}
	.scolling-content{height:38vw;}
	#rodo_accept{margin-bottom: 10px; padding:13px 22px;}
	#rodo_policy{margin-bottom: 10px; padding:13px 22px;}
	

}




@media only screen and (max-width: 479px) {
	/*#jz-overlay{background:orange;}*/
	.scolling-content{height:34vw;}


	

}

@media only screen and (max-width: 320px) {
	/*#jz-overlay{background:black;}*/
	.scolling-content{height:32vw;}
	

}

	

/*POPUP RODO*/